From 4d51aea2d04209db0ac0d4408c4616352da6f3cc Mon Sep 17 00:00:00 2001 From: tentse Date: Wed, 29 Oct 2025 16:05:40 +0530 Subject: [PATCH 1/2] Updated the alignment check method to include target_annotation_id as a parameter for improved functionality in AlignedPechaJsonSerializer. --- src/openpecha/pecha/serializers/json.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/openpecha/pecha/serializers/json.py b/src/openpecha/pecha/serializers/json.py index 570ea470..f32dfd8e 100644 --- a/src/openpecha/pecha/serializers/json.py +++ b/src/openpecha/pecha/serializers/json.py @@ -306,7 +306,7 @@ def serialize_aligned_pechas_transformed_annotations(self): target_annotation_id, source_annotation_id = self.get_aligned_to_annotation_id(self.source_annotations) - is_target_annnotation_is_alignement = self._check_if_target_annotation_is_alignment_(self.target_annotations) + is_target_annnotation_is_alignement = self._check_if_target_annotation_is_alignment_(self.target_annotations, target_annotation_id) target_alignment_annotation = None if is_target_annnotation_is_alignement: @@ -350,8 +350,8 @@ def _get_target_segmentation_annotation_id_(self, target_annotations: list[dict] raise ValueError("No segmentation annotation found") - def _check_if_target_annotation_is_alignment_(self, target_annotations: list[dict]) -> bool: - for target_annotation in target_annotations: + def _check_if_target_annotation_is_alignment_(self, target_annotations: list[dict], target_annotation_id: str) -> bool: + for target_annotation in target_annotations and target_annotation['id'] == target_annotation_id: if (target_annotation['type'] == 'alignment'): return True return False \ No newline at end of file From 48ac1dc77a1a08b98c3a481da197f6674054621c Mon Sep 17 00:00:00 2001 From: tentse Date: Wed, 29 Oct 2025 17:03:36 +0530 Subject: [PATCH 2/2] Refactored Pecha class methods and updated JsonSerializer for improved annotation handling and serialization. Cleaned up test cases for better readability and maintainability. --- .github/workflows/CI.yml | 78 +- .github/workflows/publish.yml | 304 +- .gitignore | 296 +- .pre-commit-config.yaml | 86 +- .readthedocs.yml | 30 +- .releaserc.json | 50 +- CHANGELOG.md | 9880 +- LICENSE | 42 +- README.md | 348 +- docs/.nojekyll | 2 +- docs/LICENSE.md | 44 +- docs/Parsers/chonjuk-parser.md | 190 +- docs/api-references.md | 1884 +- docs/background.md | 36 +- docs/conf.py | 108 +- docs/getting-started.md | 106 +- docs/index.html | 90 +- docs/index.rst | 42 +- docs/requirements.txt | 6 +- docs/tutorials.md | 584 +- docs/usage.md | 422 +- pyproject.toml | 128 +- requirements-dev.txt | 14 +- setup.cfg | 64 +- src/openpecha/alignment/__init__.py | 96 +- src/openpecha/config.py | 50 +- src/openpecha/exceptions.py | 68 +- src/openpecha/ids.py | 64 +- src/openpecha/pecha/__init__.py | 551 +- src/openpecha/pecha/annotations.py | 538 +- src/openpecha/pecha/blupdate.py | 22 +- src/openpecha/pecha/layer.py | 234 +- src/openpecha/pecha/parsers/__init__.py | 52 +- src/openpecha/pecha/parsers/edition.py | 354 +- src/openpecha/pecha/serializers/__init__.py | 104 +- src/openpecha/pecha/serializers/json.py | 712 +- src/openpecha/utils.py | 122 +- .../data/commentary/I015AFFA7/base/B014.txt | 24 +- .../I015AFFA7/layers/B014/alignment-2127.json | 1148 +- .../layers/B014/segmentation-33FC.json | 1038 +- .../data/commentary/I015AFFA7/metadata.json | 68 +- .../data/root/I6556B464/base/B5FE.txt | 18 +- .../I6556B464/layers/B5FE/alignment-6707.json | 1266 +- .../layers/B5FE/segmentation-4FD1.json | 798 +- .../I6556B464/layers/B5FE/version-4B69.json | 1436 +- .../I6556B464/layers/B5FE/version-FD85.json | 1436 +- .../data/root/I6556B464/metadata.json | 60 +- tests/pecha/data/I5003D420/base/9813.txt | 58 +- .../I5003D420/layers/9813/alignment-AE0B.json | 3518 +- tests/pecha/data/I5003D420/metadata.json | 86 +- tests/pecha/data/ICFCF1CDC/base/EB60.txt | 10 +- .../ICFCF1CDC/layers/EB60/alignment-6786.json | 676 +- tests/pecha/data/ICFCF1CDC/metadata.json | 64 +- tests/pecha/data/IF5944957/base/0DCE.txt | 18 +- .../IF5944957/layers/0DCE/alignment-8B56.json | 1058 +- tests/pecha/data/IF5944957/metadata.json | 58 +- tests/pecha/data/ITEST001.json | 648 +- tests/pecha/data/ITEST001/base/305C.txt | 58 +- .../305C/alignment-UmJonILPP6PHHriY.json | 4328 +- tests/pecha/data/ITEST001_alignment.json | 644 +- tests/pecha/parser/edition/data/edition.txt | 18 +- .../pecha/parser/edition/data/pagination.json | 48 +- tests/pecha/parser/edition/test_edition.py | 910 +- .../json/data/315eLL7LxtqaIyfX/base/96D3.txt | 1856 +- .../96D3/alignment-nYmYcFl0c4easGla.json | 109708 +++++++-------- .../json/data/6vjxAfJTuTJS04XY/base/EBB9.txt | 58 +- .../EBB9/alignment-vLtbNleDhsAnICle.json | 3508 +- .../json/data/CUiiDuHWZANZNiOc/base/6B15.txt | 56 +- .../6B15/alignment-bw0kqJmW-ZOSwvtm.json | 3508 +- .../json/data/IA099A11B/base/4C00.txt | 10 +- .../layers/4C00/segmentation-02F3.json | 478 +- .../IA099A11B/layers/4C00/version-658D.json | 338 +- .../IA099A11B/layers/4C00/version-6816.json | 464 +- .../IA099A11B/layers/4C00/version-9D95.json | 284 +- .../json/data/IA099A11B/metadata.json | 84 +- .../json/data/ID8Sv2ynVKZX8wIt/base/26E4.txt | 64 +- .../26E4/alignment-pdpDABvI2yRSISt6.json | 3218 +- .../26E4/segmentation-Tm3Uewnh3ySsvgIE.json | 2638 +- .../layers/26E4/version-ko2uLrLUEyeejg7y.json | 8492 +- .../json/data/alignment_annotations.json | 174 +- .../json/data/critical_annotations.json | 524 +- .../pecha/serializers/json/data/deletion.txt | 4 +- .../json/data/diplomatic_annotations.json | 6 +- .../json/data/edition_annotations.json | 370 +- .../pecha/serializers/json/data/insertion.txt | 14 +- .../json/data/insertion_and_deletion.txt | 10 +- .../json/data/j03fF9jp4dqveyIG/base/2FF9.txt | 1858 +- .../2FF9/segmentation-677JWyBWgjpWH9_u.json | 74398 +++++----- .../json/data/only_alignment_annotation.json | 476 +- .../json/data/segmentation_annotations.json | 156 +- .../json/data/translation_alignment_one.json | 2362 +- .../json/data/translation_alignment_two.json | 70650 +++++----- .../json/test_aligned_pecha_serializer_one.py | 102 +- .../json/test_aligned_pecha_serializer_two.py | 94 +- .../json/test_single_pecha_json_serializer.py | 278 +- tests/pecha/test_annotation.py | 34 +- tests/pecha/test_blupdate.py | 128 +- tests/pecha/test_create_pecha.py | 130 +- tests/pecha/test_layer.py | 142 +- tests/pecha/test_pecha.py | 26 +- .../data/ID8Sv2ynVKZX8wIt/base/26E4.txt | 64 +- .../26E4/alignment-pdpDABvI2yRSISt6.json | 3218 +- .../layers/26E4/version-ko2uLrLUEyeejg7y.json | 8492 +- .../update/data/updated_segmentation.json | 142 +- tests/test_ids.py | 66 +- 105 files changed, 167978 insertions(+), 167997 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index cb33fa5c..c5b2182b 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -1,39 +1,39 @@ -name: CI - -on: - push: - branches: [ "main" ] - pull_request: - branches: [ "main" ] - -permissions: - contents: read - -jobs: - CI: - - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v3 - - - name: Set up Python 3.10 - uses: actions/setup-python@v4 - with: - python-version: "3.10" - - - name: Install dependencies - run: | - pip install -U pip - pip install -e ".[github]" - pip install ".[dev]" - - - name: Test with pytest - env: - ANTHROPIC_API_KEY: "dummy value" - run: pytest -v - - - name: Test Coverage - env: - ANTHROPIC_API_KEY: "dummy value" - run: pytest --cov openpecha +name: CI + +on: + push: + branches: [ "main" ] + pull_request: + branches: [ "main" ] + +permissions: + contents: read + +jobs: + CI: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v3 + + - name: Set up Python 3.10 + uses: actions/setup-python@v4 + with: + python-version: "3.10" + + - name: Install dependencies + run: | + pip install -U pip + pip install -e ".[github]" + pip install ".[dev]" + + - name: Test with pytest + env: + ANTHROPIC_API_KEY: "dummy value" + run: pytest -v + + - name: Test Coverage + env: + ANTHROPIC_API_KEY: "dummy value" + run: pytest --cov openpecha diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 431bb69b..3acc0f60 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,153 +1,153 @@ -name: Publish -on: - push: - branches: - - main -jobs: - check_commit: - runs-on: ubuntu-latest - outputs: - should_release: ${{ steps.check_message.outputs.should_release }} - steps: - - uses: actions/checkout@v3 - with: - fetch-depth: 0 - - - name: Check commit message - id: check_message - run: | - # Get the latest commit message - COMMIT_MSG=$(git log -1 --pretty=%B) - - # Define the pattern for semantic version commits - # This checks for conventional commits format: fix:, feat:, BREAKING CHANGE:, etc. - if echo "$COMMIT_MSG" | grep -E "^(fix|feat|chore|docs|style|refactor|perf|test|build|ci|revert)(\([a-z]+\))?!?: .+" || echo "$COMMIT_MSG" | grep -E "BREAKING CHANGE:"; then - echo "Commit message matches release pattern" - echo "should_release=true" >> $GITHUB_OUTPUT - else - echo "Commit message does not match release pattern" - echo "should_release=false" >> $GITHUB_OUTPUT - fi - - build: - runs-on: ubuntu-latest - needs: check_commit - if: needs.check_commit.outputs.should_release == 'true' - strategy: - max-parallel: 4 - matrix: - python-version: ["3.10"] - - steps: - - uses: actions/checkout@v3 - - - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v4 - with: - python-version: ${{ matrix.python-version }} - - - name: Install dependencies - run: | - python -m pip install --upgrade pip - pip install -e ".[github]" - pip install ".[dev]" - - - name: Run Test - env: - GITHUB_TOKEN: ${{ secrets.ADMIN_GITHUB_TOKEN }} - PYTHONPATH: ${GITHUB_WORKSPACE} - run: | - pytest - - publish: - needs: [check_commit, build] - if: needs.check_commit.outputs.should_release == 'true' - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v3 - with: - fetch-depth: 0 - token: ${{ secrets.ADMIN_GITHUB_TOKEN }} - - - name: Set up Python 3.10 - uses: actions/setup-python@v4 - with: - python-version: "3.10" - - - name: Verify PyPI Token Presence - run: | - if [ -z "${{ secrets.PYPI_TOKEN }}" ]; then - echo "WARNING: PYPI_TOKEN is not set!" - exit 1 - else - echo "PYPI_TOKEN is set. Will be used for publishing." - fi - - # Check if a new version should be released using GitHub Action - - name: Python Semantic Release - id: release - uses: python-semantic-release/python-semantic-release@v9.8.9 - with: - github_token: ${{ secrets.ADMIN_GITHUB_TOKEN }} - directory: "." - root_options: "--noop" - - # Get version information - - name: Get version info - id: version_check - run: | - # Get current version from PyPI - PYPI_VERSION=$(pip index versions openpecha 2>/dev/null | grep -oP '(?<=\().*(?=\))' | cut -d ',' -f1 || echo "0.0.0") - echo "Current PyPI version: $PYPI_VERSION" - - # Get current version from pyproject.toml - CURRENT_VERSION=$(grep 'version = ' pyproject.toml | sed 's/version = "\(.*\)"/\1/') - echo "Current project version: $CURRENT_VERSION" - - # Check if semantic-release would make a new release - if [ "${{ steps.release.outputs.released }}" == "true" ]; then - NEW_VERSION="${{ steps.release.outputs.version }}" - echo "New version will be: $NEW_VERSION" - echo "should_upload=true" >> $GITHUB_OUTPUT - echo "new_version=$NEW_VERSION" >> $GITHUB_OUTPUT - else - echo "No version change needed. Current: $CURRENT_VERSION" - echo "should_upload=false" >> $GITHUB_OUTPUT - echo "new_version=$CURRENT_VERSION" >> $GITHUB_OUTPUT - fi - - # Actually run semantic-release to update version (without noop) - - name: Run semantic-release version - if: steps.version_check.outputs.should_upload == 'true' - uses: python-semantic-release/python-semantic-release@v9.8.9 - with: - github_token: ${{ secrets.ADMIN_GITHUB_TOKEN }} - directory: "." - - - name: Build and Publish Package - if: steps.version_check.outputs.should_upload == 'true' - run: | - # Install build tools - pip install build twine - - # Build the package using a temp directory approach - TEMP_DIR=$(mktemp -d) - cp -r . $TEMP_DIR/ - cd $TEMP_DIR - - # Build the package in the temp directory - python -m build - - echo "Built package files:" - ls -la dist/ - - # Upload to PyPI - echo "Uploading to PyPI..." - python -m twine upload dist/* --verbose --non-interactive -u __token__ -p ${{ secrets.PYPI_TOKEN }} - - - name: Skip upload due to unchanged version - if: steps.version_check.outputs.should_upload == 'false' - run: | - echo "Skipping PyPI upload because the version was not updated." +name: Publish +on: + push: + branches: + - main +jobs: + check_commit: + runs-on: ubuntu-latest + outputs: + should_release: ${{ steps.check_message.outputs.should_release }} + steps: + - uses: actions/checkout@v3 + with: + fetch-depth: 0 + + - name: Check commit message + id: check_message + run: | + # Get the latest commit message + COMMIT_MSG=$(git log -1 --pretty=%B) + + # Define the pattern for semantic version commits + # This checks for conventional commits format: fix:, feat:, BREAKING CHANGE:, etc. + if echo "$COMMIT_MSG" | grep -E "^(fix|feat|chore|docs|style|refactor|perf|test|build|ci|revert)(\([a-z]+\))?!?: .+" || echo "$COMMIT_MSG" | grep -E "BREAKING CHANGE:"; then + echo "Commit message matches release pattern" + echo "should_release=true" >> $GITHUB_OUTPUT + else + echo "Commit message does not match release pattern" + echo "should_release=false" >> $GITHUB_OUTPUT + fi + + build: + runs-on: ubuntu-latest + needs: check_commit + if: needs.check_commit.outputs.should_release == 'true' + strategy: + max-parallel: 4 + matrix: + python-version: ["3.10"] + + steps: + - uses: actions/checkout@v3 + + - name: Set up Python ${{ matrix.python-version }} + uses: actions/setup-python@v4 + with: + python-version: ${{ matrix.python-version }} + + - name: Install dependencies + run: | + python -m pip install --upgrade pip + pip install -e ".[github]" + pip install ".[dev]" + + - name: Run Test + env: + GITHUB_TOKEN: ${{ secrets.ADMIN_GITHUB_TOKEN }} + PYTHONPATH: ${GITHUB_WORKSPACE} + run: | + pytest + + publish: + needs: [check_commit, build] + if: needs.check_commit.outputs.should_release == 'true' + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v3 + with: + fetch-depth: 0 + token: ${{ secrets.ADMIN_GITHUB_TOKEN }} + + - name: Set up Python 3.10 + uses: actions/setup-python@v4 + with: + python-version: "3.10" + + - name: Verify PyPI Token Presence + run: | + if [ -z "${{ secrets.PYPI_TOKEN }}" ]; then + echo "WARNING: PYPI_TOKEN is not set!" + exit 1 + else + echo "PYPI_TOKEN is set. Will be used for publishing." + fi + + # Check if a new version should be released using GitHub Action + - name: Python Semantic Release + id: release + uses: python-semantic-release/python-semantic-release@v9.8.9 + with: + github_token: ${{ secrets.ADMIN_GITHUB_TOKEN }} + directory: "." + root_options: "--noop" + + # Get version information + - name: Get version info + id: version_check + run: | + # Get current version from PyPI + PYPI_VERSION=$(pip index versions openpecha 2>/dev/null | grep -oP '(?<=\().*(?=\))' | cut -d ',' -f1 || echo "0.0.0") + echo "Current PyPI version: $PYPI_VERSION" + + # Get current version from pyproject.toml + CURRENT_VERSION=$(grep 'version = ' pyproject.toml | sed 's/version = "\(.*\)"/\1/') + echo "Current project version: $CURRENT_VERSION" + + # Check if semantic-release would make a new release + if [ "${{ steps.release.outputs.released }}" == "true" ]; then + NEW_VERSION="${{ steps.release.outputs.version }}" + echo "New version will be: $NEW_VERSION" + echo "should_upload=true" >> $GITHUB_OUTPUT + echo "new_version=$NEW_VERSION" >> $GITHUB_OUTPUT + else + echo "No version change needed. Current: $CURRENT_VERSION" + echo "should_upload=false" >> $GITHUB_OUTPUT + echo "new_version=$CURRENT_VERSION" >> $GITHUB_OUTPUT + fi + + # Actually run semantic-release to update version (without noop) + - name: Run semantic-release version + if: steps.version_check.outputs.should_upload == 'true' + uses: python-semantic-release/python-semantic-release@v9.8.9 + with: + github_token: ${{ secrets.ADMIN_GITHUB_TOKEN }} + directory: "." + + - name: Build and Publish Package + if: steps.version_check.outputs.should_upload == 'true' + run: | + # Install build tools + pip install build twine + + # Build the package using a temp directory approach + TEMP_DIR=$(mktemp -d) + cp -r . $TEMP_DIR/ + cd $TEMP_DIR + + # Build the package in the temp directory + python -m build + + echo "Built package files:" + ls -la dist/ + + # Upload to PyPI + echo "Uploading to PyPI..." + python -m twine upload dist/* --verbose --non-interactive -u __token__ -p ${{ secrets.PYPI_TOKEN }} + + - name: Skip upload due to unchanged version + if: steps.version_check.outputs.should_upload == 'false' + run: | + echo "Skipping PyPI upload because the version was not updated." echo "Check your semantic-release configuration and make sure version files are being updated properly." \ No newline at end of file diff --git a/.gitignore b/.gitignore index 960d567c..7e240166 100644 --- a/.gitignore +++ b/.gitignore @@ -1,149 +1,149 @@ -pechas/ -chapter/ -output_json/ -ann_transfer/ -zebra/ -en_transfer/ -sherab_nyingpo/ -4:873adcdd-753c-4738-b7fb-586269049bf3:4/ -4:873adcdd-753c-4738-b7fb-586269049bf3:4.zip - -add.py -main.py -temp.py -.env.act -# Byte-compiled / optimized / DLL files -__pycache__/ -*.py[cod] -*$py.class - -# C extensions -*.so - -# Distribution / packaging -.Python -build/ -develop-eggs/ -dist/ -downloads/ -eggs/ -.eggs/ -lib/ -lib64/ -parts/ -sdist/ -var/ -wheels/ -pip-wheel-metadata/ -share/python-wheels/ -*.egg-info/ -.installed.cfg -*.egg -MANIFEST - -# PyInstaller -# Usually these files are written by a python script from a template -# before PyInstaller builds the exe, so as to inject date/other infos into it. -*.manifest -*.spec - -# Installer logs -pip-log.txt -pip-delete-this-directory.txt - -# Unit test / coverage reports -htmlcov/ -.tox/ -.nox/ -.coverage -.coverage.* -.cache -nosetests.xml -coverage.xml -*.cover -*.py,cover -.hypothesis/ -.pytest_cache/ - -# Translations -*.mo -*.pot - -# Django stuff: -*.log -local_settings.py -db.sqlite3 -db.sqlite3-journal - -# Flask stuff: -instance/ -.webassets-cache - -# Scrapy stuff: -.scrapy - -# Sphinx documentation -docs/_build/ - -# PyBuilder -target/ - -# Jupyter Notebook -.ipynb_checkpoints - -# IPython -profile_default/ -ipython_config.py - -# pyenv -.python-version - -# pipenv -# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control. -# However, in case of collaboration, if having platform-specific dependencies or dependencies -# having no cross-platform support, pipenv may install dependencies that don't work, or not -# install all needed dependencies. -#Pipfile.lock - -# PEP 582; used by e.g. github.com/David-OConnor/pyflow -__pypackages__/ - -# Celery stuff -celerybeat-schedule -celerybeat.pid - -# SageMath parsed files -*.sage.py - -# Environments -.env -.venv -env/ -venv/ -ENV/ -env.bak/ -venv.bak/ - -# Spyder project settings -.spyderproject -.spyproject - -# Rope project settings -.ropeproject - -# mkdocs documentation -/site - -# mypy -.mypy_cache/ -.dmypy.json -dmypy.json - -# Pyre type checker -.pyre/ - -# project -playground/ -.vscode -**/.DS_Store +pechas/ +chapter/ +output_json/ +ann_transfer/ +zebra/ +en_transfer/ +sherab_nyingpo/ +4:873adcdd-753c-4738-b7fb-586269049bf3:4/ +4:873adcdd-753c-4738-b7fb-586269049bf3:4.zip + +add.py +main.py +temp.py +.env.act +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] +*$py.class + +# C extensions +*.so + +# Distribution / packaging +.Python +build/ +develop-eggs/ +dist/ +downloads/ +eggs/ +.eggs/ +lib/ +lib64/ +parts/ +sdist/ +var/ +wheels/ +pip-wheel-metadata/ +share/python-wheels/ +*.egg-info/ +.installed.cfg +*.egg +MANIFEST + +# PyInstaller +# Usually these files are written by a python script from a template +# before PyInstaller builds the exe, so as to inject date/other infos into it. +*.manifest +*.spec + +# Installer logs +pip-log.txt +pip-delete-this-directory.txt + +# Unit test / coverage reports +htmlcov/ +.tox/ +.nox/ +.coverage +.coverage.* +.cache +nosetests.xml +coverage.xml +*.cover +*.py,cover +.hypothesis/ +.pytest_cache/ + +# Translations +*.mo +*.pot + +# Django stuff: +*.log +local_settings.py +db.sqlite3 +db.sqlite3-journal + +# Flask stuff: +instance/ +.webassets-cache + +# Scrapy stuff: +.scrapy + +# Sphinx documentation +docs/_build/ + +# PyBuilder +target/ + +# Jupyter Notebook +.ipynb_checkpoints + +# IPython +profile_default/ +ipython_config.py + +# pyenv +.python-version + +# pipenv +# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control. +# However, in case of collaboration, if having platform-specific dependencies or dependencies +# having no cross-platform support, pipenv may install dependencies that don't work, or not +# install all needed dependencies. +#Pipfile.lock + +# PEP 582; used by e.g. github.com/David-OConnor/pyflow +__pypackages__/ + +# Celery stuff +celerybeat-schedule +celerybeat.pid + +# SageMath parsed files +*.sage.py + +# Environments +.env +.venv +env/ +venv/ +ENV/ +env.bak/ +venv.bak/ + +# Spyder project settings +.spyderproject +.spyproject + +# Rope project settings +.ropeproject + +# mkdocs documentation +/site + +# mypy +.mypy_cache/ +.dmypy.json +dmypy.json + +# Pyre type checker +.pyre/ + +# project +playground/ +.vscode +**/.DS_Store .codegpt \ No newline at end of file diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 81296e44..930adbd7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,43 +1,43 @@ -default_stages: [pre-commit] - -repos: - - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.3.0 - hooks: - - id: check-yaml - - - repo: https://github.com/asottile/pyupgrade - rev: v2.37.3 - hooks: - - id: pyupgrade - args: [--py38-plus] - - - repo: https://github.com/psf/black - rev: 22.8.0 - hooks: - - id: black - - - repo: https://github.com/PyCQA/isort - rev: 5.12.0 - hooks: - - id: isort - - - repo: https://github.com/PyCQA/flake8 - rev: 5.0.4 - hooks: - - id: flake8 - args: ["--config=setup.cfg"] - additional_dependencies: [flake8-isort] - - - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.11.2 - hooks: - - id: mypy - additional_dependencies: [types-requests] - - -# sets up .pre-commit-ci.yaml to ensure pre-commit dependencies stay up to date -ci: - autoupdate_schedule: weekly - skip: [] - submodules: false +default_stages: [pre-commit] + +repos: + - repo: https://github.com/pre-commit/pre-commit-hooks + rev: v4.3.0 + hooks: + - id: check-yaml + + - repo: https://github.com/asottile/pyupgrade + rev: v2.37.3 + hooks: + - id: pyupgrade + args: [--py38-plus] + + - repo: https://github.com/psf/black + rev: 22.8.0 + hooks: + - id: black + + - repo: https://github.com/PyCQA/isort + rev: 5.12.0 + hooks: + - id: isort + + - repo: https://github.com/PyCQA/flake8 + rev: 5.0.4 + hooks: + - id: flake8 + args: ["--config=setup.cfg"] + additional_dependencies: [flake8-isort] + + - repo: https://github.com/pre-commit/mirrors-mypy + rev: v1.11.2 + hooks: + - id: mypy + additional_dependencies: [types-requests] + + +# sets up .pre-commit-ci.yaml to ensure pre-commit dependencies stay up to date +ci: + autoupdate_schedule: weekly + skip: [] + submodules: false diff --git a/.readthedocs.yml b/.readthedocs.yml index 4df4f263..819c8013 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,16 +1,16 @@ -version: 2 - -build: - os: ubuntu-22.04 - tools: - python: "3.10" - -sphinx: - configuration: docs/conf.py - -python: - install: - - method: pip - path: . - extra_requirements: +version: 2 + +build: + os: ubuntu-22.04 + tools: + python: "3.10" + +sphinx: + configuration: docs/conf.py + +python: + install: + - method: pip + path: . + extra_requirements: - docs \ No newline at end of file diff --git a/.releaserc.json b/.releaserc.json index 1ee3c303..fd6d804d 100644 --- a/.releaserc.json +++ b/.releaserc.json @@ -1,26 +1,26 @@ -{ - "branches": ["main"], - "plugins": [ - ["@semantic-release/commit-analyzer", { - "preset": "angular", - "releaseRules": [ - {"type": "feat", "release": "minor"}, - {"type": "fix", "release": "patch"} - ], - "parserOpts": { - "noteKeywords": ["BREAKING CHANGE", "BREAKING CHANGES"] - } - }], - ["@semantic-release/release-notes-generator", { - "preset": "angular", - "parserOpts": { - "noteKeywords": ["BREAKING CHANGE", "BREAKING CHANGES"] - }, - "writerOpts": { - "commitsSort": ["subject", "scope"] - } - }], - "@semantic-release/github", - "@semantic-release/pypi" - ] +{ + "branches": ["main"], + "plugins": [ + ["@semantic-release/commit-analyzer", { + "preset": "angular", + "releaseRules": [ + {"type": "feat", "release": "minor"}, + {"type": "fix", "release": "patch"} + ], + "parserOpts": { + "noteKeywords": ["BREAKING CHANGE", "BREAKING CHANGES"] + } + }], + ["@semantic-release/release-notes-generator", { + "preset": "angular", + "parserOpts": { + "noteKeywords": ["BREAKING CHANGE", "BREAKING CHANGES"] + }, + "writerOpts": { + "commitsSort": ["subject", "scope"] + } + }], + "@semantic-release/github", + "@semantic-release/pypi" + ] } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 68a0b56c..3898ae3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4940 +1,4940 @@ -# CHANGELOG - -## v2.4.5 (2025-09-24) - -### Fix - -* fix: Updated AlignedPechaJson Model in the annotations ([`da7e112`](https://github.com/OpenPecha/toolkit-v2/commit/da7e112edfbec35c22b1a963235330ae5c5fb1bc)) - -### Unknown - -* Merge pull request #430 from OpenPecha/fix-serializer - -fix: Updated AlignedPechaJson Model in the annotations ([`05a3304`](https://github.com/OpenPecha/toolkit-v2/commit/05a33040c71d72efb65b1e9947291e416b4e7c9f)) - -## v2.4.4 (2025-09-24) - -### Fix - -* fix: updated single pecha serializer to provide alignment as segmentation when segmentation annotation is not present ([`c6c37b5`](https://github.com/OpenPecha/toolkit-v2/commit/c6c37b551b6cf36c22ba14aeb1f69e062040702d)) - -* fix: removed unused functions from the utils ([`180fc0d`](https://github.com/OpenPecha/toolkit-v2/commit/180fc0d5ee822468e6b33ee1f21d721034f5c0ff)) - -* fix: removed test utils ([`fbad19f`](https://github.com/OpenPecha/toolkit-v2/commit/fbad19f4064831c2e5636cc33ece69cb569310a1)) - -### Refactor - -* refactor: deleted translation data in the alignment ([`fd1d5ea`](https://github.com/OpenPecha/toolkit-v2/commit/fd1d5ea56b6033d88403bf27d6e30a1c4409aed7)) - -### Unknown - -* Merge pull request #429 from OpenPecha/fix-jsonserializer - -fix: updated single pecha serializer to provide alignment as segmenta… ([`8af7a84`](https://github.com/OpenPecha/toolkit-v2/commit/8af7a84090346a1c93de29d42716a8ed9f5cf271)) - -* Merge pull request #428 from OpenPecha/refactor-toolkit - -Feat: Removed all the unused codes and legacy architecture ([`86f2f65`](https://github.com/OpenPecha/toolkit-v2/commit/86f2f650ca30d560f6cb92cd94980fd2a70fe58f)) - -* cleared the parsers's init module ([`051a333`](https://github.com/OpenPecha/toolkit-v2/commit/051a333e93843cadd9886d6e6f0bb550415c74dd)) - -* removed pecha_types and its test, clear pecha's init module ([`d193390`](https://github.com/OpenPecha/toolkit-v2/commit/d19339078f5c6c860bfc4d8e39f2ee50883e18c9)) - -* removed docx parser test directory and test data, docx directory with its footnote, annotation, docxparser ([`df7af3f`](https://github.com/OpenPecha/toolkit-v2/commit/df7af3f66effe2092ae933a53f13e5e9ce38b964)) - -* removed pedurma test and test data, removed pedurma module ([`4dd0473`](https://github.com/OpenPecha/toolkit-v2/commit/4dd04734962d9df410a5136e29b86ee7b29c28bd)) - -* removed metadata test and test data, removed bdrc utils module ([`6eb3d67`](https://github.com/OpenPecha/toolkit-v2/commit/6eb3d6772d7f16f2652ab95974edad56101d26fe)) - -## v2.4.3 (2025-09-04) - -### Fix - -* fix: annotationstore's @id of the stam json pointing to pecha_id ([`9349d89`](https://github.com/OpenPecha/toolkit-v2/commit/9349d89f9ec4a62d8c16667238370466afead6ce)) - -### Unknown - -* Merge pull request #427 from OpenPecha/fix-annotation_stam_json - -fix: annotationstore's @id of the stam json pointing to pecha_id ([`67e7710`](https://github.com/OpenPecha/toolkit-v2/commit/67e7710a9627856b6279819bfc3ccc9b9b7c55bb)) - -## v2.4.2 (2025-09-04) - -### Fix - -* fix: added exception to the from_path class method ([`40d7094`](https://github.com/OpenPecha/toolkit-v2/commit/40d709421325e2b65fdfc35a75de9f8dcb7fa4b4)) - -### Unknown - -* Merge pull request #426 from OpenPecha/fix-from_path - -fix: added exception to the from_path class method ([`0be3ec8`](https://github.com/OpenPecha/toolkit-v2/commit/0be3ec820f975e1b853f42dfa8b19885eeadc36d)) - -## v2.4.1 (2025-09-03) - -### Fix - -* fix: added a comment line to publish a new version of package ([`1f31076`](https://github.com/OpenPecha/toolkit-v2/commit/1f310765f531174379a7a61e8a4fb2b861b09c3c)) - -* fix: Span to span ([`d94433f`](https://github.com/OpenPecha/toolkit-v2/commit/d94433f92598138f8a7908eb4a21de65614426d1)) - -### Unknown - -* Merge pull request #425 from OpenPecha/refactor-toolkit - -Refactor toolkit ([`6cce58d`](https://github.com/OpenPecha/toolkit-v2/commit/6cce58dbc624a5b5192d54b414b83c0ffe3900db)) - -* removed translation transfer and its test ([`aba362c`](https://github.com/OpenPecha/toolkit-v2/commit/aba362c41c0b489ef57387617465da98167fb895)) - -* removed commentary transfer test's expected outputs ([`2dedaf6`](https://github.com/OpenPecha/toolkit-v2/commit/2dedaf6e5b53b7fae724ff2ea7b945423fd1ac7a)) - -* removed commentary transfer and its test ([`1c02a0c`](https://github.com/OpenPecha/toolkit-v2/commit/1c02a0cbc3391c521169d4bf4c9a0c20fa43fe61)) - -* Merge pull request #423 from OpenPecha/Span_change_to_span - -changed from Span to span in serializer ([`d4bf537`](https://github.com/OpenPecha/toolkit-v2/commit/d4bf5370681a14e4c780615ee53d64193abf4a5c)) - -* changed from Span to span in serializer ([`e38a520`](https://github.com/OpenPecha/toolkit-v2/commit/e38a520f4365f0098b3a631c9fae6da0f4860d06)) - -* Merge pull request #422 from OpenPecha/refactor-toolkit - -Refactor toolkit ([`50cd984`](https://github.com/OpenPecha/toolkit-v2/commit/50cd984de7c4b5c0e28bae79c877a1e080454f35)) - -* removed everything related to OCR ([`1569b61`](https://github.com/OpenPecha/toolkit-v2/commit/1569b61b7da453651bf0bace2ed84fb8acf493f7)) - -* removed everything related to Dharmanexus ([`0852a52`](https://github.com/OpenPecha/toolkit-v2/commit/0852a522718faa6102b7cb0ad29dc51d57fc7840)) - -## v2.4.0 (2025-08-28) - -### Feature - -* feat: merged transform_annotation_alignment logic - -Transform annotation alignment ([`bb9b879`](https://github.com/OpenPecha/toolkit-v2/commit/bb9b8791230b08691924fb006d612a0cf41b1677)) - -### Unknown - -* code cleanup ([`c5af63d`](https://github.com/OpenPecha/toolkit-v2/commit/c5af63d969266fa4da9c092df9f69b10b038fde1)) - -* fixed layer mapping bug ([`addb88c`](https://github.com/OpenPecha/toolkit-v2/commit/addb88c676a817345325d8e1e64b92ff13d2c03e)) - -* Merge branch 'main' into transform_annotation_alignment ([`232bc38`](https://github.com/OpenPecha/toolkit-v2/commit/232bc380f52686071d5141e6af27697efe5e63ed)) - -## v2.3.1 (2025-08-22) - -### Fix - -* fix: updated the annotation_id ([`1815f6c`](https://github.com/OpenPecha/toolkit-v2/commit/1815f6c2835f1a47db1e77dcbea502e8f3ab78c6)) - -* fix: updated add with new arguments and test ([`449174b`](https://github.com/OpenPecha/toolkit-v2/commit/449174bbeb836800ceefca9800452398bf4ab35f)) - -* fix: updated create_pecha with new arguments and test ([`8046065`](https://github.com/OpenPecha/toolkit-v2/commit/8046065c2842be055220e0aff31f2628f0f22ab8)) - -### Unknown - -* Merge pull request #420 from OpenPecha/create_pecha - -Create pecha ([`7dbd841`](https://github.com/OpenPecha/toolkit-v2/commit/7dbd8415048871c03abaaf802cf6044ad4a44edf)) - -## v2.3.0 (2025-08-21) - -### Feature - -* feat: added create_pecha and add to the Pecha class with test ([`309d295`](https://github.com/OpenPecha/toolkit-v2/commit/309d295f3a71fca4e5fdb3a4468f551fba538b7c)) - -### Unknown - -* Merge pull request #419 from OpenPecha/create_pecha - -feat: added create_pecha and add to the Pecha class with test ([`e6c9696`](https://github.com/OpenPecha/toolkit-v2/commit/e6c969623694eb433daa894f64eb719b713197b0)) - -* removed print statment and code clean up ([`bf29f90`](https://github.com/OpenPecha/toolkit-v2/commit/bf29f904a0ee86a39f03a971f903bcf3d70cbcae)) - -* transformed annotation method and test case update ([`3a352cc`](https://github.com/OpenPecha/toolkit-v2/commit/3a352cc6cd475ae777a37cbf760045d38a4b9ece)) - -## v2.2.2 (2025-08-21) - -### Fix - -* fix: test error ([`a4fea37`](https://github.com/OpenPecha/toolkit-v2/commit/a4fea3776b49bd3b97c2772bef5fcf96c17ecd4f)) - -* fix: updated the test opfs and test ([`9f8726d`](https://github.com/OpenPecha/toolkit-v2/commit/9f8726db2234b06791124995eabf1f7ab42be17c)) - -* fix: transformed annotations script added ([`b07b3be`](https://github.com/OpenPecha/toolkit-v2/commit/b07b3bece784b6868559445ebd2e7358c90e3f72)) - -### Unknown - -* Merge pull request #418 from OpenPecha/json_serializer - -fix: test opfs and test ([`c1c0e40`](https://github.com/OpenPecha/toolkit-v2/commit/c1c0e409a9ad2e45cfd8e97cb2f6c65285e69f36)) - -## v2.2.1 (2025-08-18) - -### Fix - -* fix: updated test ([`2938060`](https://github.com/OpenPecha/toolkit-v2/commit/29380600fce1ac1d9169dc5b29dd55d295de35c9)) - -* fix: removed all the aligment from single pecha serializer and annotation id from serialized json ([`91f4663`](https://github.com/OpenPecha/toolkit-v2/commit/91f4663a42ad9aa52cee89feff4776d1d71181ae)) - -### Unknown - -* Merge pull request #417 from OpenPecha/json_serializer - -fix: updated test ([`fb35d00`](https://github.com/OpenPecha/toolkit-v2/commit/fb35d0009713eb11e5d6c603945d3fb2a70ee4b5)) - -* Merge pull request #416 from OpenPecha/json_serializer - -Fix: json serializer updated ([`a7462ad`](https://github.com/OpenPecha/toolkit-v2/commit/a7462adab8a24f53952896a487bfd1af8769d2c6)) - -* Merge branch 'json_serializer' of https://github.com/OpenPecha/toolkit-v2 into json_serializer ([`15c6f98`](https://github.com/OpenPecha/toolkit-v2/commit/15c6f98164b1db578e995b67a8c1f25c268af3f6)) - -* removed all the aligment from single pecha serializer and annotation id from serialized json ([`191bca4`](https://github.com/OpenPecha/toolkit-v2/commit/191bca434050c15a5ff38371c134626c0d3dcc9a)) - -## v2.2.0 (2025-08-15) - -### Feature - -* feat: added SerializerLogicHandler ([`8ccee50`](https://github.com/OpenPecha/toolkit-v2/commit/8ccee50945346c8fd8df14a8914945457c15176a)) - -### Fix - -* fix: removed an unused test function ([`32f8da0`](https://github.com/OpenPecha/toolkit-v2/commit/32f8da0a3aef1912c69c311d52bdff2d5c2b788e)) - -### Unknown - -* Merge pull request #414 from OpenPecha/json_serializer - -fix: removed an unused test function ([`6b28190`](https://github.com/OpenPecha/toolkit-v2/commit/6b28190f6ce1cb9398cc5892a9603613e4ab37cd)) - -* Merge pull request #413 from OpenPecha/json_serializer - -Feat: Json serializer ([`be5a32a`](https://github.com/OpenPecha/toolkit-v2/commit/be5a32af2df3feb95b4abb3c90460bc29a280839)) - -* Merge pull request #412 from OpenPecha/serialize_aligned_pecha - -Serialize aligned pecha ([`d3a16e2`](https://github.com/OpenPecha/toolkit-v2/commit/d3a16e243f46b9cab4a7d38c0cfcc621bb7ddd01)) - -* added translation aligned pecha serializer with test ([`f9f91ae`](https://github.com/OpenPecha/toolkit-v2/commit/f9f91aefd15bb85aa41f316add29fd40a4cf3279)) - -## v2.1.14 (2025-08-07) - -### Fix - -* fix: python sematic release version updated to 9 ([`9e9cafa`](https://github.com/OpenPecha/toolkit-v2/commit/9e9cafaaa6a1fe9bf5af148022181acc940645c6)) - -* fix: serializer argument updaten from manifestation to annotations ([`1fb5a9f`](https://github.com/OpenPecha/toolkit-v2/commit/1fb5a9fd86c200efeaa5e35a68b205fff58f492e)) - -### Refactor - -* refactor: move func update_coords ([`8caaba3`](https://github.com/OpenPecha/toolkit-v2/commit/8caaba3cb89f0050ecc45901081172f817ebfcf3)) - -* refactor: rename JsonSerializer get_annotations -> serialize ([`0db279f`](https://github.com/OpenPecha/toolkit-v2/commit/0db279f7cb7df3b14c893cac6fbcaa6e188ccc6d)) - -* refactor: remove duplication about ann_type field ([`465db93`](https://github.com/OpenPecha/toolkit-v2/commit/465db93377d62ffac00a3b79859f4014bcee94fb)) - -* refactor: delete unneccessary opf ([`75cf95f`](https://github.com/OpenPecha/toolkit-v2/commit/75cf95fd05615ec694b75f6f7db4ea0c7e181703)) - -* refactor: rename DocxSimpleCommentaryParser func names ([`e7ff648`](https://github.com/OpenPecha/toolkit-v2/commit/e7ff6485737a6efbada17b1ec8a9c61c9084bc0f)) - -* refactor: rename DocxRootParser func names ([`1323a7b`](https://github.com/OpenPecha/toolkit-v2/commit/1323a7b0bbf5a065ee223dd832a0b9a41f7e4982)) - -* refactor: DocxRootParser ([`05c8dbd`](https://github.com/OpenPecha/toolkit-v2/commit/05c8dbd1a71d892e63026a8e51cb09a8f8e3c489)) - -* refactor: DocxSimpleCommentaryParser ([`53d18bb`](https://github.com/OpenPecha/toolkit-v2/commit/53d18bb0ae83a1a5051dc5548ce48cfb4b91dffc)) - -* refactor: validation annotation type ([`8be3d12`](https://github.com/OpenPecha/toolkit-v2/commit/8be3d12aff24d68dd986df162c5a3d4945806035)) - -* refactor: keep duplicate funcs in Parent class ([`1eb6616`](https://github.com/OpenPecha/toolkit-v2/commit/1eb6616470c88ac9a258eca74f9510de973c3cdb)) - -* refactor: rename positions -> anns in DocxRootParser calculate segmentation coords ([`0b0702b`](https://github.com/OpenPecha/toolkit-v2/commit/0b0702b15f0a94bd5ea010ca55c016016c5c3017)) - -* refactor: move extract numbered list func in parser utils for non-duplication ([`a882c2d`](https://github.com/OpenPecha/toolkit-v2/commit/a882c2dcb7bd5313c0063b592c349d31a6cfdab0)) - -* refactor: rename func extract_text_from_docx -> read_docx ([`c8feceb`](https://github.com/OpenPecha/toolkit-v2/commit/c8feceb5a2a24dafd807a2a47638a8b2415deb15)) - -### Unknown - -* Merge pull request #411 from OpenPecha/fix-github_action - -fix: python sematic release version updated to 9 ([`19baedd`](https://github.com/OpenPecha/toolkit-v2/commit/19baeddb2a6d8857061964ec468ef42e1d71d088)) - -* Merge pull request #410 from OpenPecha/fix-github_action - -fix: updated semantic release version ([`1502122`](https://github.com/OpenPecha/toolkit-v2/commit/15021227dd2c0779282783b547252585df1fb570)) - -* fix:updated semantic release version ([`3a94f06`](https://github.com/OpenPecha/toolkit-v2/commit/3a94f0622fc0abcbafdd9474f0bd63513993b30c)) - -* Merge pull request #409 from OpenPecha/json_serializer - -fix: serializer argument updaten from manifestation to annotations ([`94edf1d`](https://github.com/OpenPecha/toolkit-v2/commit/94edf1d674eb33f4f5267bc5b51c62b56c42be8b)) - -* Merge pull request #408 from OpenPecha/json_serializer - -json serializer added with test for critical and diplomatic ([`8914a8a`](https://github.com/OpenPecha/toolkit-v2/commit/8914a8a6d427e81dd11e37326c7e1823afcf4912)) - -* fix test issue with segmentation key in the output json ([`e8fc2fa`](https://github.com/OpenPecha/toolkit-v2/commit/e8fc2fab40e431888fa3f2fdf591733d6832f269)) - -* json serializer added with test for critical and diplomatic ([`bc3bf38`](https://github.com/OpenPecha/toolkit-v2/commit/bc3bf380073bc1f174d4b56d9e85f50f39ac5e18)) - -* Merge pull request #406 from OpenPecha/update-documentation - -Update documentation ([`8a986eb`](https://github.com/OpenPecha/toolkit-v2/commit/8a986ebfee862790988d5ec62f206f18828454f6)) - -* reorder Jsonserializer ([`dbc83c5`](https://github.com/OpenPecha/toolkit-v2/commit/dbc83c567f1cbed3b1fffdfc254a77634bdafd94)) - -* update api reference ([`470fbaf`](https://github.com/OpenPecha/toolkit-v2/commit/470fbaf7c54256eebd688c7a1a259e3fc239f5f9)) - -* update documentation ([`45b1e2a`](https://github.com/OpenPecha/toolkit-v2/commit/45b1e2a94fe9372993db1ab336346699ad78fb88)) - -* Merge pull request #407 from OpenPecha/json_serializer - -fix json serializer bug ([`3a5187f`](https://github.com/OpenPecha/toolkit-v2/commit/3a5187f8d3340e7edae3aea9c05c4d810f16bb08)) - -* fix json serializer bug ([`1a18954`](https://github.com/OpenPecha/toolkit-v2/commit/1a18954318fe8ece3a9541e1f53b1cb7fefe0b36)) - -* Merge pull request #405 from OpenPecha/json_serializer - -updated json serializer serialize function ([`a59d241`](https://github.com/OpenPecha/toolkit-v2/commit/a59d241026843d9cc20a7ef8058a14ffffe24538)) - -* resolved conflict ([`27c0d89`](https://github.com/OpenPecha/toolkit-v2/commit/27c0d8992d981b6ca769b746ee7e3d119fa2ca2a)) - -* Merge pull request #404 from OpenPecha/fix-dharmanexus-parser - -fix dharamanexus parser ([`2d221ac`](https://github.com/OpenPecha/toolkit-v2/commit/2d221acb38efb8cee960d7129dd8b004ba08c71c)) - -* fix dharamanexus parser ([`f1a7a09`](https://github.com/OpenPecha/toolkit-v2/commit/f1a7a09b8e6f40f272cb62cc21d5e20fd916a999)) - -* Merge pull request #403 from OpenPecha/refactor - -Refactor ([`66cb955`](https://github.com/OpenPecha/toolkit-v2/commit/66cb955ef11b40f269705f750cef42dd32a17831)) - -* remove unsed package dependency from pyprojectoml ([`54322d5`](https://github.com/OpenPecha/toolkit-v2/commit/54322d53bed27eaf30a496c8bef558dcd9198252)) - -* remove unsed imports in pecha.py ([`d1b8f5a`](https://github.com/OpenPecha/toolkit-v2/commit/d1b8f5a3985acb8726be13839f3ed85333820216)) - -* Merge pull request #401 from OpenPecha/refactor - -Refactor ([`e4aa236`](https://github.com/OpenPecha/toolkit-v2/commit/e4aa23642fb7b49bb49577f5255a8e32d4a4e325)) - -* merge with origin/main ([`c588649`](https://github.com/OpenPecha/toolkit-v2/commit/c5886491d797f27ce4a3b33eb4370d4574049fcd)) - -* update api reference documetation: remove funcs ([`fa57d15`](https://github.com/OpenPecha/toolkit-v2/commit/fa57d1559d06b2a6a6c0677e6877c7ecc3521b29)) - -* remove unused exceptions ([`2bf9dd5`](https://github.com/OpenPecha/toolkit-v2/commit/2bf9dd5c2b67d3e84e839c40a8e459ef74f7d775)) - -* add logging to CommentaryAlignmentTransfer ([`95914eb`](https://github.com/OpenPecha/toolkit-v2/commit/95914eb51d907d0ac7b83d293ebd2699c4bc7013)) - -* add logging to TranslationAlignmentTransfer ([`0830b38`](https://github.com/OpenPecha/toolkit-v2/commit/0830b38c89955d1a92c30c2ec5813d3e12a2026e)) - -* add logging to JsonSerializer ([`6056118`](https://github.com/OpenPecha/toolkit-v2/commit/6056118f1a6dec6ac5565e1c4b89a43c0b3d1ac4)) - -* fix add DummyParser ([`55835be`](https://github.com/OpenPecha/toolkit-v2/commit/55835bee34b4d4a2a5c5b288798ce852d5d8f04d)) - -* add logging to EditionParser ([`f060af9`](https://github.com/OpenPecha/toolkit-v2/commit/f060af92dc20f9f82425a0ea29b9db3d8ef7404a)) - -* remove DummyParser ([`3f1350d`](https://github.com/OpenPecha/toolkit-v2/commit/3f1350d453e4ca045f341552fa0249c5f49f3743)) - -* refactor test metadata to Unittest format ([`b7fc744`](https://github.com/OpenPecha/toolkit-v2/commit/b7fc7447c3efac4754b4f394cc763cf9bfe3f1f4)) - -* refactor tests ([`dcf74d6`](https://github.com/OpenPecha/toolkit-v2/commit/dcf74d6155bfe7685e6b119e785d547051fd959f)) - -* refactor tests ([`ac5186c`](https://github.com/OpenPecha/toolkit-v2/commit/ac5186c4b221469c4a687280f17b2e49b7768786)) - -* Remove unused Blupdate codes ([`75a9fd4`](https://github.com/OpenPecha/toolkit-v2/commit/75a9fd4464658c0c30e808c5e6d832809d251df1)) - -* remove unneccessary Pecha class methods ([`0d7e3cd`](https://github.com/OpenPecha/toolkit-v2/commit/0d7e3cdac6a3a333d929941e86dc62edfd891e8e)) - -* refactor rename script jsonserializer to json ([`98cefc4`](https://github.com/OpenPecha/toolkit-v2/commit/98cefc4f146fd09d2aada01cb1f75090dcde7706)) - -* remove unneccessary serializers ([`bccac5d`](https://github.com/OpenPecha/toolkit-v2/commit/bccac5dabc5cfc7b116fe20fbfa0b48f9f034642)) - -* remove pecha tools editor serializer codes ([`3cc3c76`](https://github.com/OpenPecha/toolkit-v2/commit/3cc3c76aa8b1b9b0d5f2cf6354c1589aa72c9281)) - -* remove GoogleDocAndSheetDownloader ([`ad8a367`](https://github.com/OpenPecha/toolkit-v2/commit/ad8a3678fb4f273afe79ab652e9a6a2fb8d8f4e1)) - -* remove unneccessary ids generator ([`53d82fa`](https://github.com/OpenPecha/toolkit-v2/commit/53d82fa59f80e7a893f45df1f25406bc37decb01)) - -* clean up config script ([`4995641`](https://github.com/OpenPecha/toolkit-v2/commit/4995641d1439ed61ab365722b92f69d716005f40)) - -* remove dummy GITHUB TOKEN set in CI ([`f0e7097`](https://github.com/OpenPecha/toolkit-v2/commit/f0e70971d24acaf613c377d1382f8f2095a4cc5f)) - -* remove github related configuration and exception ([`45f9a59`](https://github.com/OpenPecha/toolkit-v2/commit/45f9a59b691c8e02c699caa4587ada4f3cf8da13)) - -* remove github related codes ([`cd6fb09`](https://github.com/OpenPecha/toolkit-v2/commit/cd6fb0980bb17c988ead0f9ae60124ab29b44c31)) - -* updated json serializer serialize function ([`4c06737`](https://github.com/OpenPecha/toolkit-v2/commit/4c06737795e5947750a9cafb5e93df35037bb467)) - -* Merge pull request #402 from OpenPecha/fix-pecha-loading-layers - -fix Pecha loading layers ([`012bcd5`](https://github.com/OpenPecha/toolkit-v2/commit/012bcd559ae732498ac080615dc2e18398db9f7c)) - -* fix Pecha loading layers ([`e2cda3d`](https://github.com/OpenPecha/toolkit-v2/commit/e2cda3dfdefdf8c57519a23b7bda2452697d0d13)) - -* Merge pull request #400 from OpenPecha/modify-spelling_variant-to-version - -Modify spelling variant to version ([`6c91edf`](https://github.com/OpenPecha/toolkit-v2/commit/6c91edf0ddcd876d40306cf174de87e73f74cec8)) - -* rename spelling_variant -> version ([`589d14f`](https://github.com/OpenPecha/toolkit-v2/commit/589d14f0b3e43c81079314382d14ddcf4d56d522)) - -* fix spelling_variant -> version in STAM test files ([`4b2088a`](https://github.com/OpenPecha/toolkit-v2/commit/4b2088aed2481970af2b4bb1b60e0b175bb8bd10)) - -* fix rename spelling_variant -> version ([`bdea2ca`](https://github.com/OpenPecha/toolkit-v2/commit/bdea2cada443fea9d645cd7c5b0d468935328fd4)) - -* rename AnnotationType SPELLING_VARIANT -> VERSION ([`a302ee5`](https://github.com/OpenPecha/toolkit-v2/commit/a302ee5a7ecad9d73e24edacfe32a66341e04aed)) - -* rename SpellingVariant -> Version Annotation ([`bca4fb7`](https://github.com/OpenPecha/toolkit-v2/commit/bca4fb75f3c2def10fde2ef804a5e7691d38b8a7)) - -* Merge pull request #398 from OpenPecha/edition-pagination-annotation - -Edition pagination annotation ([`b3eec17`](https://github.com/OpenPecha/toolkit-v2/commit/b3eec17be917da0cc92b5ae17d23350f0334a80b)) - -* create opf on tempdirectory ([`f7f5513`](https://github.com/OpenPecha/toolkit-v2/commit/f7f5513963406611b763d788b5b1af4de1558c4a)) - -* serialize edition annotations func ([`ec545e5`](https://github.com/OpenPecha/toolkit-v2/commit/ec545e5f9ae631e71a729ce6cd7eeb0205b709ce)) - -* create new opf for Pecha during pagination ([`ac5702e`](https://github.com/OpenPecha/toolkit-v2/commit/ac5702e783394212bfe943ce892f7bb3d8d83493)) - -* return updated pecha after adding a layer in EditionParser ([`01e1f65`](https://github.com/OpenPecha/toolkit-v2/commit/01e1f650e485a4ce1c810d3f96d3928b44f98a46)) - -* remove base after pagination layer save ([`2d8cd01`](https://github.com/OpenPecha/toolkit-v2/commit/2d8cd0126a809f2c2238605818e66f53032948b1)) - -* add pagination test ([`6b04e2b`](https://github.com/OpenPecha/toolkit-v2/commit/6b04e2b3575ebada4d650aa48112eafb71075999)) - -* add pagination layer based on edition base ([`d888084`](https://github.com/OpenPecha/toolkit-v2/commit/d8880846c22203fa2f138289b9c40632d79b33db)) - -* test for parse pagination ([`589ec23`](https://github.com/OpenPecha/toolkit-v2/commit/589ec238a84024c319b80d1e62fe9572a27f9414)) - -* test edition base in test parse pagination ([`9cf9377`](https://github.com/OpenPecha/toolkit-v2/commit/9cf9377cce10e4b56dd01a21892ae0d4377a56cc)) - -* update parse pagination ([`876011e`](https://github.com/OpenPecha/toolkit-v2/commit/876011eca6d9b40d833c75cc5ac3de75af72b0d5)) - -* save pagination layer ([`0d3235f`](https://github.com/OpenPecha/toolkit-v2/commit/0d3235f69b7ea78b1abd3398348dc09a09afc3b9)) - -* add annotation substore ([`1036bc8`](https://github.com/OpenPecha/toolkit-v2/commit/1036bc86f35ff6c58b1c5271d70209c66557b4e6)) - -* add pagination layer ([`64528ae`](https://github.com/OpenPecha/toolkit-v2/commit/64528ae4aab4cf62232a969064f10ad3348a350b)) - -* update pagination span coord ([`7826e66`](https://github.com/OpenPecha/toolkit-v2/commit/7826e66b0f09e8c12745964e108d4bd3e68ea82d)) - -* parse pagination ([`4ff39cf`](https://github.com/OpenPecha/toolkit-v2/commit/4ff39cf0becfaa3f13b91d1eacafe72ba924ff7e)) - -* Merge pull request #393 from OpenPecha/segmentation-annotation - -edition parser ([`6cc3cad`](https://github.com/OpenPecha/toolkit-v2/commit/6cc3cadd277a32cd4a9db6ec52e14dba09955a8e)) - -* create enum for SpellingVariantOperation ([`cf0707e`](https://github.com/OpenPecha/toolkit-v2/commit/cf0707e1a24fc6f46f978e2bc2c8e5808c342bed)) - -* fix test file name in test insertion and deletion ([`674839b`](https://github.com/OpenPecha/toolkit-v2/commit/674839bdd3b919b4ba671f98a594b2653683e306)) - -* test insertion and deletion for edition base ([`517518b`](https://github.com/OpenPecha/toolkit-v2/commit/517518b6627228517ec1d818d09b82f9fc2146d4)) - -* test for serialize spelling variant deletion ([`93040e6`](https://github.com/OpenPecha/toolkit-v2/commit/93040e67482ab89cb565f5b8a770942a686be5cf)) - -* refactor func get_edition_base ([`667523f`](https://github.com/OpenPecha/toolkit-v2/commit/667523f55fa51f61cd475aca824249136da54bc5)) - -* JsonSerializer get_edition_base func ([`1bc21bb`](https://github.com/OpenPecha/toolkit-v2/commit/1bc21bb4cba3039e92a476081dffe4ac1c13c904)) - -* code base for JsonSerializer get_edition_base func ([`d58f7fa`](https://github.com/OpenPecha/toolkit-v2/commit/d58f7fa0a05ed810f796d023b26e86d8fcbe13b7)) - -* refactor ([`f8e32f1`](https://github.com/OpenPecha/toolkit-v2/commit/f8e32f18572b26cf9a84c3ffb95dacafd581770b)) - -* Merge remote-tracking branch 'origin/simplified-json-serializer' into segmentation-annotation ([`ee0a342`](https://github.com/OpenPecha/toolkit-v2/commit/ee0a342201bcdd274dcc7b6bef5a61e8246c92b8)) - -* add more tests to TestDiffMatchPatch ([`c488868`](https://github.com/OpenPecha/toolkit-v2/commit/c4888685b4ac3f2e004ce3ac95b84e07c8bc67a8)) - -* add upate coord test for EditionParser ([`4a782c0`](https://github.com/OpenPecha/toolkit-v2/commit/4a782c0e7944bea276c9b9a96fac509f0bc0332c)) - -* test for diffmatchpatch ([`0821573`](https://github.com/OpenPecha/toolkit-v2/commit/082157349567962e305d30058ed1e571b88f7c70)) - -* rename Unittest name ([`446d704`](https://github.com/OpenPecha/toolkit-v2/commit/446d704ff72d4d77dc2aab432eab79701257360d)) - -* fix test data for EditionParser ([`b3ec8f3`](https://github.com/OpenPecha/toolkit-v2/commit/b3ec8f3fba06d747da9b3e343b9e04707f33c130)) - -* modify Editionparser to take segments as input rather than docx ([`7005a5d`](https://github.com/OpenPecha/toolkit-v2/commit/7005a5dbf4ed9ce020217c6b5a72cfed99b9e8ad)) - -* fix test expected ann in test parse ([`16f5538`](https://github.com/OpenPecha/toolkit-v2/commit/16f553869fd9d035159d080134d3a2265e3d6ea9)) - -* more test cases for TestDocxEditionParser ([`40cf44c`](https://github.com/OpenPecha/toolkit-v2/commit/40cf44caaffa498d102b6bfa6cb148c6460815f5)) - -* more test cases for TestDocxEditionParser ([`2cbbce4`](https://github.com/OpenPecha/toolkit-v2/commit/2cbbce47dbcb2bfa781c313f3b279cc550a8d578)) - -* fix char counting in DocxeditionParser parse ([`8021a51`](https://github.com/OpenPecha/toolkit-v2/commit/8021a519b754c778cc10661784a8bb04181ae896)) - -* refactor DocxEditionParser ([`c25de25`](https://github.com/OpenPecha/toolkit-v2/commit/c25de2552d84730cfcd3c91788599de40b1d10d6)) - -* add segmentation layer and add spelling variant layer ([`c5ae6e3`](https://github.com/OpenPecha/toolkit-v2/commit/c5ae6e353202f0d0d6914d031cb026df047d741d)) - -* add SPELLING_VARIANT to AnnotationType ([`eb24a48`](https://github.com/OpenPecha/toolkit-v2/commit/eb24a48dedb21e0c7afb32f4913f1bc1542cd095)) - -* DocxEditionParser parse function ([`b583981`](https://github.com/OpenPecha/toolkit-v2/commit/b5839816b14223157cbe585366fe9ec4d115e054)) - -* update test spelling variant parse ([`8eaa017`](https://github.com/OpenPecha/toolkit-v2/commit/8eaa017fa2283b5c93947408a06813ff5bf2ac76)) - -* update test spelling variant parse ([`8ed6e49`](https://github.com/OpenPecha/toolkit-v2/commit/8ed6e4991d11a1f84ab59cd6bad2470056482d3e)) - -* user SpellingVariantAnnotation in parse_spelling_Variant ([`b2858a9`](https://github.com/OpenPecha/toolkit-v2/commit/b2858a9ce113b92609555486776fab3df58f224b)) - -* define SpellingVariantAnnotation ([`de03d23`](https://github.com/OpenPecha/toolkit-v2/commit/de03d23c8c7a29c08b6d4aed5f62a6c4bb96e02f)) - -* update test segmentation parse accordingly ([`255026e`](https://github.com/OpenPecha/toolkit-v2/commit/255026ee55088bf2bf52001202b38a170c41c850)) - -* use SegmentationAnnotation in parse_segmentation ([`c1977db`](https://github.com/OpenPecha/toolkit-v2/commit/c1977db7eab498dab096a1d3b5e7f0b8fa1a386f)) - -* add test with docx file ([`1103fef`](https://github.com/OpenPecha/toolkit-v2/commit/1103fef42e4a9e4bb00d4f7f7580ea0ba23d2d9b)) - -* parameter configuration for diff match patch ([`f683112`](https://github.com/OpenPecha/toolkit-v2/commit/f6831128b84c39f453f0dd9690d8f8086106ac56)) - -* more test for test spelling variant parse ([`68bdf0b`](https://github.com/OpenPecha/toolkit-v2/commit/68bdf0ba45ed1c36c1087aeddafd8dce9f410cc2)) - -* parse spelling variant ([`a38a4a2`](https://github.com/OpenPecha/toolkit-v2/commit/a38a4a2d89df24db86b05b4954f0028c651e897c)) - -* dmp for DocxEditionParser ([`1b5b275`](https://github.com/OpenPecha/toolkit-v2/commit/1b5b2751361613eb0fe16d52ef1269a90cb5d90e)) - -* test for parse_segmentation ([`3d2d558`](https://github.com/OpenPecha/toolkit-v2/commit/3d2d5589713adbbe210729b8709c95a678e43470)) - -* diffs in old base, new base ([`d3100ee`](https://github.com/OpenPecha/toolkit-v2/commit/d3100eeda2e70c6a5cc7591c9c9a48c7885fca21)) - -* read docx for parse spelling variant ([`56f3519`](https://github.com/OpenPecha/toolkit-v2/commit/56f3519b84b055458f83161143abb58f89c338c8)) - -* DocxEditionParser parse_segmentation ([`3631900`](https://github.com/OpenPecha/toolkit-v2/commit/3631900c6f3bb79b42201dbd14d15f99f42546ca)) - -* DocxEditionParser ([`f80cbab`](https://github.com/OpenPecha/toolkit-v2/commit/f80cbab5e8adc268145c2fc26997af114af208d3)) - -* create test docx file ([`ecdad1c`](https://github.com/OpenPecha/toolkit-v2/commit/ecdad1c7517077da7a780be40421b736c917b2f0)) - -* Merge pull request #395 from OpenPecha/simplified-json-serializer - -Simplified json serializer ([`34f792c`](https://github.com/OpenPecha/toolkit-v2/commit/34f792c79672f4ae91cef83e9d8c21ede21731f3)) - -* add JsonSerializer class in README ([`4184179`](https://github.com/OpenPecha/toolkit-v2/commit/41841794cc82b251cd1977944f83a052fa6d2372)) - -* delete unneccesary api from API References ([`709f4d3`](https://github.com/OpenPecha/toolkit-v2/commit/709f4d30909068cff0ff49d8f55f852c6d352117)) - -* include JsonSerializer in documentation ([`cc26660`](https://github.com/OpenPecha/toolkit-v2/commit/cc26660c10eff16220cfee9689252710f0b0f210)) - -* include API references in README ([`c97457c`](https://github.com/OpenPecha/toolkit-v2/commit/c97457c003e3d93bcf2980ffe60879cb141b01e2)) - -* combine Quick start and Usage to one ([`9bbc585`](https://github.com/OpenPecha/toolkit-v2/commit/9bbc58568b61765234110da53e510446f1526098)) - -* add description to Tutorial Guide ([`d7ffb0e`](https://github.com/OpenPecha/toolkit-v2/commit/d7ffb0e7c7e658688b2aa270b28f6aead86a5d50)) - -* shorten Alignment Transfer doc ([`ab3ba65`](https://github.com/OpenPecha/toolkit-v2/commit/ab3ba65ec0f1b644f9a2e4d9a855f13b7770573e)) - -* update Read Annotations doc: use JsonSerializer ([`54528ab`](https://github.com/OpenPecha/toolkit-v2/commit/54528ab99006adabc76f47839769b844505f0e21)) - -* update Commentary alignment transfer tests: update alignment index as list of int ([`5f73299`](https://github.com/OpenPecha/toolkit-v2/commit/5f732990011941b20f906fa28a78abe713e64b79)) - -* update Root alignment transfer tests: update alignment index as list of int ([`038694e`](https://github.com/OpenPecha/toolkit-v2/commit/038694ee0df2c1c962a17f8c5785917766e6a858)) - -* update Commentary Pecha tests: update alignment index as list of int ([`beb5698`](https://github.com/OpenPecha/toolkit-v2/commit/beb569830ca5b143884424b9c54cc190a37599f4)) - -* update Root Translation Pecha test: update alignment index as list of int ([`b1016c9`](https://github.com/OpenPecha/toolkit-v2/commit/b1016c94ecfb459e8cebd15a2338fbf249edce86)) - -* fix alignment index at ComplexCommentaryParser ([`5e66038`](https://github.com/OpenPecha/toolkit-v2/commit/5e66038461fe8166104157bb7f689261805e114d)) - -* fix test docx update ([`f60b95e`](https://github.com/OpenPecha/toolkit-v2/commit/f60b95e2f5821618f55b0701bce9d19fcd71a0ec)) - -* store alignent index as list of int ([`67d9c2b`](https://github.com/OpenPecha/toolkit-v2/commit/67d9c2b7f763242ec4f23e9fdeacfe9e088404ad)) - -* test for edition annotations in get_annotations ([`0b65261`](https://github.com/OpenPecha/toolkit-v2/commit/0b65261009e7c398211e98b988f9a059e797d56d)) - -* refactor ([`5df22dc`](https://github.com/OpenPecha/toolkit-v2/commit/5df22dcca85fceb5d1b768c857a07d6405b40a53)) - -* modify get_annotations to take multiple layer_paths as well ([`9d4393b`](https://github.com/OpenPecha/toolkit-v2/commit/9d4393b7507abe643ea695dd40d950bfc2bc3079)) - -* refactor ([`3462b72`](https://github.com/OpenPecha/toolkit-v2/commit/3462b724099119111a440464072cee2c300b7261)) - -* refactor ([`8a857a8`](https://github.com/OpenPecha/toolkit-v2/commit/8a857a8c34479fd302e7b73f6a1ed46c77acacb6)) - -* rename parse_root_mapping -> parse_alignment_index ([`a540f18`](https://github.com/OpenPecha/toolkit-v2/commit/a540f1819924d938ee07bb72b986e1f54826ba3f)) - -* modify get_annotations return format ([`c8da78e`](https://github.com/OpenPecha/toolkit-v2/commit/c8da78e5c2d2c1241bc1bba795338bea3b42c2f5)) - -* delete map_layers func ([`dd59f3a`](https://github.com/OpenPecha/toolkit-v2/commit/dd59f3a092c2d98e724512d2d4adffa2efc38b10)) - -* include Span in get_annotations ([`ed2662d`](https://github.com/OpenPecha/toolkit-v2/commit/ed2662d95170a0832d911f95052aadd777b05a39)) - -* add alignment layer test to TestJsonSerializer get_annotations ([`4401b50`](https://github.com/OpenPecha/toolkit-v2/commit/4401b5006345ec1f8e30faf619dde9c05b849828)) - -* get annotations in map_layers func ([`0fe8d7c`](https://github.com/OpenPecha/toolkit-v2/commit/0fe8d7cd93b612cc3d10ec089d5596766052fdb4)) - -* get annotations in map_layers func ([`51068c8`](https://github.com/OpenPecha/toolkit-v2/commit/51068c85c1245e3ead47e917ea46ab49e5086e36)) - -* fix map_layers will have only one pecha argument ([`0f3f8bf`](https://github.com/OpenPecha/toolkit-v2/commit/0f3f8bfbe05e91db8467c53ad2322fc5828797f2)) - -* refactor AnnotationLayerIsNotSegmentationOrAlignment handling ([`c2724cc`](https://github.com/OpenPecha/toolkit-v2/commit/c2724cc3c41d8cc98060bf217b481155811b8b71)) - -* fix ([`d63d52c`](https://github.com/OpenPecha/toolkit-v2/commit/d63d52c772c24a33160169bc297a2746039f4726)) - -* validate layers in map_layers ([`4fd0e61`](https://github.com/OpenPecha/toolkit-v2/commit/4fd0e61bde371ad01de0d1ca04c15cd80a7a29fc)) - -* include ann id in get_annotations ([`aefaa06`](https://github.com/OpenPecha/toolkit-v2/commit/aefaa065d7ca854f2cfa1c9c771b048707899bcf)) - -* test for get annotations ([`119dde3`](https://github.com/OpenPecha/toolkit-v2/commit/119dde326db6463f90c55985a527099364f342ca)) - -* get_annotations for JsonSerializer ([`ed1c620`](https://github.com/OpenPecha/toolkit-v2/commit/ed1c620c26f65670b66ea29cfd843fff68d342dd)) - -* JsonSerializer get_base ([`451e330`](https://github.com/OpenPecha/toolkit-v2/commit/451e33000e562e0d4290859fde54ddd862c99119)) - -* JsonSerializer get_base ([`bf40217`](https://github.com/OpenPecha/toolkit-v2/commit/bf40217b8f267afeabb9a7e2db7ff3497b19b010)) - -* Merge pull request #390 from OpenPecha/fix-DocxFootnoteParser - -Fix docx footnote parser ([`1bac6bf`](https://github.com/OpenPecha/toolkit-v2/commit/1bac6bf0c0d9af87ff7e963109701de7fd80e0d6)) - -* update test datas in test footnote parser ([`ae71e29`](https://github.com/OpenPecha/toolkit-v2/commit/ae71e298e17113129b695b2d611e65949d205045)) - -* fix read docx with Footnote Annotation ([`0024098`](https://github.com/OpenPecha/toolkit-v2/commit/0024098afc531d5881a4212c76d75caa0096af32)) - -* add index to FootnoteAnnotation ([`500f6ac`](https://github.com/OpenPecha/toolkit-v2/commit/500f6ac169d1e2b8fa54e0b153842c43cdc2c486)) - -* Merge pull request #389 from OpenPecha/add-logging-to-DocxFootnoteParser - -Add logging to docx footnote parser ([`7cb61ae`](https://github.com/OpenPecha/toolkit-v2/commit/7cb61ae1663c78d66cabcdfa246f911bd16fd611)) - -* add log to DocxFootnoteParser ([`2031772`](https://github.com/OpenPecha/toolkit-v2/commit/203177220b79bfed313a4efcbf2cc06cc5f98a0b)) - -* add log to DocxFootnoteParser ([`e5612b4`](https://github.com/OpenPecha/toolkit-v2/commit/e5612b49a564682001f67a6e1d826e3fefcf10c3)) - -* Merge pull request #388 from OpenPecha/modify-pechatype-datamodel-in-serializer-side - -Modify pechatype datamodel in serializer side ([`b24b5cb`](https://github.com/OpenPecha/toolkit-v2/commit/b24b5cb551182d16573c6850ad54122a37f218dc)) - -* update metadata in test opf in commentary serializer ([`e71498d`](https://github.com/OpenPecha/toolkit-v2/commit/e71498d3116c94ccce8e7bc62a2cbcc3bc45a60f)) - -* update get_metadatachain_from_metadatatree ([`cc8b95e`](https://github.com/OpenPecha/toolkit-v2/commit/cc8b95ee1c91c77219b79d6a0e1d7cbb90bd99e4)) - -* update field commentary_of -> commentary in docs ([`0c53706`](https://github.com/OpenPecha/toolkit-v2/commit/0c537062668c7c39d6d57e86924af3f5d909ae60)) - -* delete unneccessary PechaRelationship ([`a4ca3e2`](https://github.com/OpenPecha/toolkit-v2/commit/a4ca3e2a2e9e3b19fdf0468c69062ceee9228428)) - -* update metadata in test opfs of root serializer ([`d7cb2fd`](https://github.com/OpenPecha/toolkit-v2/commit/d7cb2fd75a5d97201d024eafe0e032c8f094afe5)) - -* update metadata in test opfs of simple commentary ([`69686f3`](https://github.com/OpenPecha/toolkit-v2/commit/69686f3a908a11a3594675350fc5f3ce465a28c2)) - -* update metadata in test opfs of prealigned commentary transaltion ([`8a5236f`](https://github.com/OpenPecha/toolkit-v2/commit/8a5236fdead16259fe702d61f472175d5835ae56)) - -* update metadata field in is_translation_pecha ([`5c2b725`](https://github.com/OpenPecha/toolkit-v2/commit/5c2b725ec1c85d1eefcefc59e942ca84d0a338ac)) - -* update metadatas field on SharedPechaSetup in tests ([`2d4c818`](https://github.com/OpenPecha/toolkit-v2/commit/2d4c818be57ee260a7470a83ea2576d066c98b83)) - -* update metadata field check in is_commentarypecha func ([`7098955`](https://github.com/OpenPecha/toolkit-v2/commit/7098955b34b758f85fb13678ae200b39accb02e5)) - -* update metadata field check in is_root_related_pecha func ([`0ef739a`](https://github.com/OpenPecha/toolkit-v2/commit/0ef739ac15657152720d678553095696321ea333)) - -* Merge pull request #387 from OpenPecha/modify-pechatype-datamodel-in-parser-side - -Modify pechatype datamodel in parser side ([`fb521ff`](https://github.com/OpenPecha/toolkit-v2/commit/fb521ff652699bf8bb9fce38f903a853ace98c4b)) - -* update test metadatas in DocxRootParser ([`aafc565`](https://github.com/OpenPecha/toolkit-v2/commit/aafc56509072c7281217499d986f6d82c02a7d5e)) - -* update test metadata in FootnoteParser ([`8fed6ff`](https://github.com/OpenPecha/toolkit-v2/commit/8fed6ff4a7ec51acdc590a720bc3ea05e1c06566)) - -* update test metadata in DocxsimpleCommentaryParser ([`9aff6e6`](https://github.com/OpenPecha/toolkit-v2/commit/9aff6e656be374a0c6bf37ca997e89b5eec07727)) - -* modify DocxParser is_commentary_pecha func logic ([`06c29ef`](https://github.com/OpenPecha/toolkit-v2/commit/06c29ef552c8b5e0a07068f2ae01d04ab44e268a)) - -* Merge pull request #385 from OpenPecha/readthedocs-documentation - -fix remove Pecha from usage guide ([`7c69d8b`](https://github.com/OpenPecha/toolkit-v2/commit/7c69d8b3131d57c0046c1ce7f139d3ffccd0804e)) - -* fix remove Pecha from usage guide ([`1812ef5`](https://github.com/OpenPecha/toolkit-v2/commit/1812ef581f21a80622f89b4e3d10c432d03cb6d5)) - -* Merge pull request #384 from OpenPecha/readthedocs-documentation - -delete pecha.md documentation ([`2b92c29`](https://github.com/OpenPecha/toolkit-v2/commit/2b92c291e309eca2e1b08eabcdea8e6b7fea4192)) - -* delete pecha.md documentation ([`f04783d`](https://github.com/OpenPecha/toolkit-v2/commit/f04783dce8e80a11adab0ee5d5a266d241371d96)) - -* Merge pull request #383 from OpenPecha/readthedocs-documentation - -fix documentation ([`edf3abf`](https://github.com/OpenPecha/toolkit-v2/commit/edf3abf52045e099f175b227225bd5ae06599932)) - -* fix documentation ([`9d35ce6`](https://github.com/OpenPecha/toolkit-v2/commit/9d35ce60a81b115f0fea2165fc84c01c692fb1a4)) - -* Merge pull request #382 from OpenPecha/readthedocs-documentation - -modify toolkit to accomodate readthedocs ([`b36402e`](https://github.com/OpenPecha/toolkit-v2/commit/b36402ece26d9e699e1ad80a4afa5ba9ee4afd0c)) - -* modify toolkit to accomodate readthedocs ([`09ee9bf`](https://github.com/OpenPecha/toolkit-v2/commit/09ee9bfa188b43fd6c85c7b59bbd6a52ae5b8be2)) - -* Merge pull request #381 from OpenPecha/documentation - -Documentation ([`fc21117`](https://github.com/OpenPecha/toolkit-v2/commit/fc211177afa8db40daec6eab99516145398c32ea)) - -* fix spelling in documentation ([`4bd478e`](https://github.com/OpenPecha/toolkit-v2/commit/4bd478edb73efb00aeb72889161724d66f68696e)) - -* add tutorial guide link in README.md ([`1cd5ac7`](https://github.com/OpenPecha/toolkit-v2/commit/1cd5ac73bdfc1392b1d0eb17b62e2cd943ca9f84)) - -* tutorials.md documentation ([`85cf3db`](https://github.com/OpenPecha/toolkit-v2/commit/85cf3dbab21ed1547181106434ef8e7d3026e369)) - -* add explanation of alignment transfer ([`c1667a5`](https://github.com/OpenPecha/toolkit-v2/commit/c1667a5575d486f858a32f4b19e9aaee97263a44)) - -* add Commentary Alignment Transfer illustration ([`353bbdf`](https://github.com/OpenPecha/toolkit-v2/commit/353bbdf83d91f9b150d9a89983c8d288566c6b28)) - -* add Pecha data model illustration in README.md ([`1754f52`](https://github.com/OpenPecha/toolkit-v2/commit/1754f52604cc10c121a713047854143a1a093f9a)) - -* update Key Concepts documentation in README.md ([`42f9419`](https://github.com/OpenPecha/toolkit-v2/commit/42f94195fce474ecabb9e0ef999c5ef54dcd9d4b)) - -* add TranslationAlignmentTransfer and CommentaryAlignmentTransfer api references documentation ([`dbb1dcb`](https://github.com/OpenPecha/toolkit-v2/commit/dbb1dcb43091b12d675b23751abad271141474d6)) - -* add DocxAnnotationParser and DocxAnnotationUpate api documentation ([`aa323bf`](https://github.com/OpenPecha/toolkit-v2/commit/aa323bf6093f71e7ffd577440ead194e979ced36)) - -* fix api reference broken links ([`d3eb212`](https://github.com/OpenPecha/toolkit-v2/commit/d3eb212aa777bda91abd3e67eb67b582d349a5d2)) - -* fix api reference broken links ([`457fdfd`](https://github.com/OpenPecha/toolkit-v2/commit/457fdfdcc25cd54b060cd2899fd6c0f0f0c27e1a)) - -* DocxRootParser and DocxSimpleCommentaryParser documentation ([`fdcf9a3`](https://github.com/OpenPecha/toolkit-v2/commit/fdcf9a366fc9a78e8384632bb0ded85de36c7997)) - -* add return type to Pecha class references ([`e6d5562`](https://github.com/OpenPecha/toolkit-v2/commit/e6d5562a2648e6d7da3f3671e9f334959aacae3a)) - -* fix return type for add_annotation ([`0e692b3`](https://github.com/OpenPecha/toolkit-v2/commit/0e692b3f4a4349ef748e96b233b192eeb18cc014)) - -* add return type to Pecha class references ([`2955a8e`](https://github.com/OpenPecha/toolkit-v2/commit/2955a8ee5ed0a218e580297d21d0bab005412f2b)) - -* add add_layer, add_annotation , set_metadata to Pecha class documentation ([`8ae45b9`](https://github.com/OpenPecha/toolkit-v2/commit/8ae45b90353f4c34c205226fb7f891adebe7cb7f)) - -* add other api references from Pecha class ([`3c05a21`](https://github.com/OpenPecha/toolkit-v2/commit/3c05a2142fdd9a9f06a5ab6b1274fd913856b546)) - -* add more highlight to api references to api-references documentation ([`1fab451`](https://github.com/OpenPecha/toolkit-v2/commit/1fab4515adb3177b2875d4c748938eaa5fd8a62a)) - -* add Pecha from_path, create and base_path documentation to api-references ([`f9e8b0a`](https://github.com/OpenPecha/toolkit-v2/commit/f9e8b0addec814d9b05bbbe288c7ddbc50faa6d2)) - -* update README.md ([`a07f7e1`](https://github.com/OpenPecha/toolkit-v2/commit/a07f7e11c323067367d0d41bce8231fe98a2b211)) - -* add Alignment Transfer documentation in usage.md ([`ef44bb7`](https://github.com/OpenPecha/toolkit-v2/commit/ef44bb76f50dd7c86139e15efdf8970283c9df09)) - -* update usage.md ([`ade8763`](https://github.com/OpenPecha/toolkit-v2/commit/ade876338cc21ac2454830dd6e346e0c429f28ab)) - -* fix Load Pecha documentation ([`70b9c3c`](https://github.com/OpenPecha/toolkit-v2/commit/70b9c3c25753695b11342be32b6116242ddc64b5)) - -* fix use RootParser in Pecha documenation ([`66f7aae`](https://github.com/OpenPecha/toolkit-v2/commit/66f7aaecd5e7048f775dc1355ab436c3a4f02ea7)) - -* add usage guide in README ([`5477bc9`](https://github.com/OpenPecha/toolkit-v2/commit/5477bc9b0eebb090c1f5aa4cc94a72a622ed1ab1)) - -* create usage.md ([`bf62ccf`](https://github.com/OpenPecha/toolkit-v2/commit/bf62ccf579919875e6f81d175de6f0f237a459c1)) - -* add openpecha backend desc in README.md ([`72e2102`](https://github.com/OpenPecha/toolkit-v2/commit/72e2102336d98a5fa677d391b1412c1735d9823b)) - -* update getting-started documentation ([`1d62208`](https://github.com/OpenPecha/toolkit-v2/commit/1d6220893cd991ea876a25b240cbedf728f2bee3)) - -* introduction documentation ([`1bece3b`](https://github.com/OpenPecha/toolkit-v2/commit/1bece3b78f03b75c2f16c7d92a582e901c32724a)) - -* improve content from docs/background.md ([`71aad61`](https://github.com/OpenPecha/toolkit-v2/commit/71aad6157e2f9940753eb541e500b0c483fa7a8a)) - -* update toolkit desc in toolkit ([`86f68e8`](https://github.com/OpenPecha/toolkit-v2/commit/86f68e89a5a7fe6c5374e67f7b2ece7675cbe375)) - -* Merge pull request #378 from OpenPecha/fix-commentary-transfer-mechanism - -Fix commentary transfer mechanism ([`794856a`](https://github.com/OpenPecha/toolkit-v2/commit/794856ab2c4e4487d2645350276a269dad88aa30)) - -* update lzh root test opf ([`6179355`](https://github.com/OpenPecha/toolkit-v2/commit/6179355a505596a27105b038795fd0e1bce347dd)) - -* fix test serialized for prealigned commentary in TestFodiainSerializer ([`4f371d1`](https://github.com/OpenPecha/toolkit-v2/commit/4f371d199b7b60477b97ee52bbf3dba6521d4936)) - -* fix annotation path for prealigned commentary translation pecha in TestSerializer case ([`fe2d205`](https://github.com/OpenPecha/toolkit-v2/commit/fe2d205508e3edfd9e0c9545928b16a82c20fcb2)) - -* fix annotation path in TestPechaType ([`2adaa8d`](https://github.com/OpenPecha/toolkit-v2/commit/2adaa8df80f280d6f68b999779afeb5f16ba79ae)) - -* fix en test opf for PreAlignedCommentaryTranslationSerializer ([`872547c`](https://github.com/OpenPecha/toolkit-v2/commit/872547c98b001bafabad0cee3eb56afb32bbf09f)) - -* fix en test opf for PreAlignedCommentaryTranslationSerializer ([`863870d`](https://github.com/OpenPecha/toolkit-v2/commit/863870dde3fadf66720d298c99420245960a1536)) - -* fix Prealigned Commentary Serializer ([`778153d`](https://github.com/OpenPecha/toolkit-v2/commit/778153d7f85f6beeb04ebd500e9f0821929b901c)) - -* fix docx update for test commentary test opf ([`ca2a93e`](https://github.com/OpenPecha/toolkit-v2/commit/ca2a93e832d947be6762a11958c87101492188b4)) - -* fix docx update for root test opf ([`6215d54`](https://github.com/OpenPecha/toolkit-v2/commit/6215d54e039166f2b495baab3f2fc80727e9d3d9)) - -* fix add annotation in commentary test opf ([`b7ac4ba`](https://github.com/OpenPecha/toolkit-v2/commit/b7ac4bae5978c1bf6f77c184a303ae3fadcc3c38)) - -* update annotation path of new test commentary opf in TestSerializer ([`32e7764`](https://github.com/OpenPecha/toolkit-v2/commit/32e77641955ac1e7815bde7dac6a009eef1a249c)) - -* delete unneccessary root and commentary test opfs in Commentary Alignment Transfer ([`44b2155`](https://github.com/OpenPecha/toolkit-v2/commit/44b2155643c90063699bbc8ce9a8494f978722ae)) - -* fix get serialized commentary with display ([`b2def41`](https://github.com/OpenPecha/toolkit-v2/commit/b2def41fa8847f2e64832c4f1ffb26ddbdfa0999)) - -* fix get serialized commentary ([`d9a55a1`](https://github.com/OpenPecha/toolkit-v2/commit/d9a55a1e3eaa833f309eccc98b8708d25c5e5a2f)) - -* fix test get commentary pechas mapping ([`a3888f8`](https://github.com/OpenPecha/toolkit-v2/commit/a3888f83ab7772e5b60055c81b46d097e2befab2)) - -* fix map layer to layer in Commentary Alignment Transfer ([`607018c`](https://github.com/OpenPecha/toolkit-v2/commit/607018c8b96078a1cd1a80c8e203c8511be0e1c4)) - -* add commentary test opf for Commentary Alignment Transfer ([`5770f69`](https://github.com/OpenPecha/toolkit-v2/commit/5770f69ae50373d333c930bfe2d303aa8874bb8d)) - -* add root test opf for Commentary Alignment Transfer ([`e74b25a`](https://github.com/OpenPecha/toolkit-v2/commit/e74b25a83c3f12d7025d79ec3fb0c04dffca2e76)) - -* Merge pull request #377 from OpenPecha/fix-alignment-transfer-mechanism - -Fix translation alignment transfer mechanism ([`aa6afb5`](https://github.com/OpenPecha/toolkit-v2/commit/aa6afb598010cf9f52149629e50c3254d873078f)) - -* fix test for Prealigned Root translation serializers ([`cae59dd`](https://github.com/OpenPecha/toolkit-v2/commit/cae59dd6cb8efd47797b5b1a18871aec3c062996)) - -* fix get serialized translation segmentation ([`1a66e6e`](https://github.com/OpenPecha/toolkit-v2/commit/1a66e6e499a5774f2a196b8adfef72132d085eb5)) - -* fix get serialized translation in TranslationAlignmentTransfer ([`b90f45b`](https://github.com/OpenPecha/toolkit-v2/commit/b90f45b459435582afc29072eb7b90cfc086f6ec)) - -* fix translation mapping ([`5212e93`](https://github.com/OpenPecha/toolkit-v2/commit/5212e9354779045945b756369ab453932ff7ebaa)) - -* delete unneccessary test root opf for TranslationAlignmentTransfer ([`2ef3c5c`](https://github.com/OpenPecha/toolkit-v2/commit/2ef3c5c8d398f5baf6b8054b8789f30a9516492f)) - -* fix get translation pechas mapping in TranslationAlignmentTransfer ([`5ba34fb`](https://github.com/OpenPecha/toolkit-v2/commit/5ba34fb7c034aa4b61075681cd1a749be2066479)) - -* fix get root pechas mapping in TranslationAlignmentTransfer ([`cc6a952`](https://github.com/OpenPecha/toolkit-v2/commit/cc6a952b35340bb06197c998cf00452d8e033f98)) - -* update test opfs for translation alignment transfer ([`b14d53d`](https://github.com/OpenPecha/toolkit-v2/commit/b14d53d82ee9cc468ee32fb3aebcbbe9cc78951c)) - -* Merge pull request #376 from OpenPecha/fix-serializers - -Fix serializers ([`378189f`](https://github.com/OpenPecha/toolkit-v2/commit/378189f101c1d7a51c9222aa06dcf33cdc711231)) - -* delete unneccessary root en test opf ([`0ce9a2a`](https://github.com/OpenPecha/toolkit-v2/commit/0ce9a2a64b497e042db99bd12e18acf36aed110f)) - -* delete unneccesary root bo test opf ([`b821aef`](https://github.com/OpenPecha/toolkit-v2/commit/b821aef7bf8395983d2d363d35d3c8f62b197206)) - -* Merge pull request #375 from OpenPecha/fix-serializers - -Fix serializers ([`7818a20`](https://github.com/OpenPecha/toolkit-v2/commit/7818a209d736525fad2f0210c79ac3fe26096e3f)) - -* delete en commentary test opf ([`f646ef4`](https://github.com/OpenPecha/toolkit-v2/commit/f646ef427342f96d62dcf1aef43dd47f917f0c71)) - -* delete bo and zh commentary test opfs ([`16ce680`](https://github.com/OpenPecha/toolkit-v2/commit/16ce68059f8f5ab655932118739aa46880e528ee)) - -* update SimpleCommentarySerializer ([`34d7d4a`](https://github.com/OpenPecha/toolkit-v2/commit/34d7d4a6121e9f3fabeb0be7e6f3ca4467290e70)) - -* added test cases for simple commentary serializer ([`bebcd69`](https://github.com/OpenPecha/toolkit-v2/commit/bebcd69c14502f86f76c6a437597294cec4b4bff)) - -* refactor RootSerializer ([`9ac9579`](https://github.com/OpenPecha/toolkit-v2/commit/9ac95797111d5db6242fb4d86ed90eb72ff0df16)) - -* fix Root Serializer ([`145f76d`](https://github.com/OpenPecha/toolkit-v2/commit/145f76db2925bd4185830e25db5cd15236cf8f53)) - -* Merge pull request #373 from OpenPecha/add-alignment-annotation-parser-in-DocxRootParser - -add alignment annotation to DocxRootparser ([`e380058`](https://github.com/OpenPecha/toolkit-v2/commit/e380058d95818d2283c5a69fe13be495ad1cf6a1)) - -* add alignment annotation to DocxRootparser ([`46bd003`](https://github.com/OpenPecha/toolkit-v2/commit/46bd003e601b55cc9d929b2c93a6dca087261b6d)) - -* Merge pull request #372 from OpenPecha/feat-footnote-parser - -Feat footnote parser ([`17419f8`](https://github.com/OpenPecha/toolkit-v2/commit/17419f8547dd87c035ce78950e6e9fab265f40e7)) - -* fix test create footnote layer ([`c0401ab`](https://github.com/OpenPecha/toolkit-v2/commit/c0401abbe21dafd5bccc0f0216187d9129156161)) - -* fix test update coords in TestFootnoteParser ([`8266295`](https://github.com/OpenPecha/toolkit-v2/commit/8266295491d874de8dadf8a2781375f4d0b6090e)) - -* add Footnote parser to DocxAnnotationParser add annotation ([`2339403`](https://github.com/OpenPecha/toolkit-v2/commit/23394035addbb1ae8471d6dcd2316746baa517e6)) - -* compare annotations for test create footnote layer ([`16f6d7e`](https://github.com/OpenPecha/toolkit-v2/commit/16f6d7ee50d829e8bb753d58591d5dcc088e3eb4)) - -* test for create footnote layer ([`169330c`](https://github.com/OpenPecha/toolkit-v2/commit/169330c3822d445ae899e8416a46ce7a5514225a)) - -* test for update coords in Footnote parser ([`06ac04f`](https://github.com/OpenPecha/toolkit-v2/commit/06ac04fd0f883d5057cbce9acba004d5c44f1155)) - -* refactor test footnote parser ([`11ce87a`](https://github.com/OpenPecha/toolkit-v2/commit/11ce87aa7f8dc3ad5d87ab359580d57f94986506)) - -* test create Footnote Annotations ([`82445cb`](https://github.com/OpenPecha/toolkit-v2/commit/82445cb4324b2ecdc0995c107da8031b107881a2)) - -* move update_coords to parser utils ([`1e68cc8`](https://github.com/OpenPecha/toolkit-v2/commit/1e68cc85135312be68e502fa7e026dab0be17f54)) - -* create foot note annotations ([`27a4140`](https://github.com/OpenPecha/toolkit-v2/commit/27a4140e2b9852c1c77181da4f43a011556bf3d5)) - -* modify a func argument datatype ([`f872a7e`](https://github.com/OpenPecha/toolkit-v2/commit/f872a7ee65e8f74734d55b705eb8489f55c86cae)) - -* add a pecha for test pecha for TestFootnoteParser ([`1d6ea84`](https://github.com/OpenPecha/toolkit-v2/commit/1d6ea848f089199fcd429261a2c8411bd5aefcf4)) - -* add footnote layer func ([`df5c990`](https://github.com/OpenPecha/toolkit-v2/commit/df5c990dfd8c98cc2c68c417e60a6170a3aa933a)) - -* get footnote spans ([`3d598d4`](https://github.com/OpenPecha/toolkit-v2/commit/3d598d48aa9abecc3ce77c6ef1ea529805cd434a)) - -* fix get_footnote_content ([`6778415`](https://github.com/OpenPecha/toolkit-v2/commit/677841512adc4d5d2f902c39ef0178574edd01a4)) - -* test for get foot note content ([`1227893`](https://github.com/OpenPecha/toolkit-v2/commit/1227893e9374546a68363fbb36358788dcba5508)) - -* get foot note content ([`7edd742`](https://github.com/OpenPecha/toolkit-v2/commit/7edd74224a0f447baf429c01c5d258fb696f3e98)) - -* add neccessary regexs for FootnoteParser ([`6f8138a`](https://github.com/OpenPecha/toolkit-v2/commit/6f8138a9fcbe33af0a8887327a1c1d0883e07950)) - -* TestFootnoteParser intialization ([`4494cd8`](https://github.com/OpenPecha/toolkit-v2/commit/4494cd81335af9ab4bb0dc59aef5bcc45f3ca323)) - -* DocxFootnoteParser intitalization ([`cd8c343`](https://github.com/OpenPecha/toolkit-v2/commit/cd8c343f019c0ee17502d9852e96bbc672e73869)) - -* Merge pull request #367 from OpenPecha/refactor-parsers - -Refactor parsers ([`bc551d2`](https://github.com/OpenPecha/toolkit-v2/commit/bc551d261d5dac4bb71498018aa7bdbb9bbad656)) - -* fix get segmentation layer path ([`bf09ca1`](https://github.com/OpenPecha/toolkit-v2/commit/bf09ca103d95802594b3c3b78756b650073458b3)) - -* delete zero width space from root pecha text content ([`1360822`](https://github.com/OpenPecha/toolkit-v2/commit/1360822c4a1468a5bf4d0fb6aac0770c971874bc)) - -* modify pytest in CI to verbose pytest -v ([`8bce78e`](https://github.com/OpenPecha/toolkit-v2/commit/8bce78e70fa7acbd2a444a6c9841acf184dd6f1c)) - -* delete PechaOrgMetaDataValidator ([`a184719`](https://github.com/OpenPecha/toolkit-v2/commit/a184719779773e0f13adff13ca075edebd7299c0)) - -* delete plaintext parser ([`736468d`](https://github.com/OpenPecha/toolkit-v2/commit/736468de67fd1563583f5f53877dd495dcfe6297)) - -* Merge pull request #366 from OpenPecha/refactor - -Refactor ([`a9d2386`](https://github.com/OpenPecha/toolkit-v2/commit/a9d23869c25783af57ba88c39c64416be66c01dd)) - -* delete parser utils ([`b0cabc7`](https://github.com/OpenPecha/toolkit-v2/commit/b0cabc789eb7e397e6d0912294c199c141a562cf)) - -* create JSON files for test metadata in test complex commentary parser ([`b5fc425`](https://github.com/OpenPecha/toolkit-v2/commit/b5fc42511dd36b07894f7ed32d5bf825a365360e)) - -* create JSON file for test metadata in test simple commentary parser ([`274eab7`](https://github.com/OpenPecha/toolkit-v2/commit/274eab792bec75e00868492ac9bb03bbb3db5d0d)) - -* create JSON file for test metadata in test_root_parser ([`6151ad1`](https://github.com/OpenPecha/toolkit-v2/commit/6151ad1282467895856acc0a4f3765e59cb27e4e)) - -* delete unneccessary pecha models ([`4a544ac`](https://github.com/OpenPecha/toolkit-v2/commit/4a544ac552460ca53ffb1f7a028c04757feeee12)) - -* refactor layer.py ([`69f295e`](https://github.com/OpenPecha/toolkit-v2/commit/69f295e963cc04eb83836b1d0fb72dd68964c733)) - -* remove unneccessary doc strings ([`e0226e0`](https://github.com/OpenPecha/toolkit-v2/commit/e0226e00e866f6192801762b1e751d18746a8834)) - -* Merge pull request #365 from OpenPecha/feat/root-pecha-segmentation-model - -feat-annotation-models ([`40f999a`](https://github.com/OpenPecha/toolkit-v2/commit/40f999a028c50edac6a81f487e91466e1db38d49)) - -* update test complex commentary parser ([`4fad5a4`](https://github.com/OpenPecha/toolkit-v2/commit/4fad5a40ad7705f60b298cd7edd77f4d80da15c1)) - -* add SapcheAnnotation to DocxComplexCommentaryParser ([`dcce132`](https://github.com/OpenPecha/toolkit-v2/commit/dcce13259ab16e3a4d913b9b5a998f0b2a6cf463)) - -* remove Path option for metadata in ComplexCommentaryParser ([`6deb446`](https://github.com/OpenPecha/toolkit-v2/commit/6deb4462516d486b2874325e3458c31ade5388ce)) - -* delete chonjuk ([`b5711d3`](https://github.com/OpenPecha/toolkit-v2/commit/b5711d357557b84555e17db06028ed9afe019a92)) - -* add PedurmaAnnotation ([`a7169d9`](https://github.com/OpenPecha/toolkit-v2/commit/a7169d9844d6a2d67a6fc568a77542be2f37e978)) - -* modify OCRParser to send Annotation Model when adding annotation in Pecha ([`47c8786`](https://github.com/OpenPecha/toolkit-v2/commit/47c8786fab35dadafa998b98ee1186a71d5b00c0)) - -* comment dharmanexus test script ([`cdd96df`](https://github.com/OpenPecha/toolkit-v2/commit/cdd96dfd7e87b2573597a786708676447b42a2c4)) - -* modify pecha add annotation to take AnnotationModel rather than Dict ([`c00795c`](https://github.com/OpenPecha/toolkit-v2/commit/c00795c04f635a60ff11a952c9870f735f966e2c)) - -* utilize model_config instead of class Config ([`2c88b44`](https://github.com/OpenPecha/toolkit-v2/commit/2c88b4408d69d69b7fe5bfc06a4b1458fc10f31b)) - -* update expected new anns for DocxUpdate ([`7d03c18`](https://github.com/OpenPecha/toolkit-v2/commit/7d03c18fb78395a848116feea1c99b0f3ad3cbf3)) - -* update expected new anns for commentary pecha add annotation test ([`f517d4b`](https://github.com/OpenPecha/toolkit-v2/commit/f517d4b02130387e326ec3a0f12d4c146504d3b3)) - -* update expected new anns for root pecha add annotation test ([`70c5723`](https://github.com/OpenPecha/toolkit-v2/commit/70c57235d74130e6c33e24493541d0c9f36e1c06)) - -* modify update coords in DocxAnnotationParser to accept AnnotationModel ([`a7b76b1`](https://github.com/OpenPecha/toolkit-v2/commit/a7b76b17379b194a29a28a63d28eb4b929fe8ac7)) - -* Utilize Annotation models in DocxSimpleCommentaryParser ([`d43fb38`](https://github.com/OpenPecha/toolkit-v2/commit/d43fb38b164d27bf0fa2904e3566a5875f7a1c09)) - -* fix test root parser expected anns ([`13a4b91`](https://github.com/OpenPecha/toolkit-v2/commit/13a4b91223ec7a69e2e696718279a342cafa810c)) - -* Utilize SegmentationAnnotation model in DocxRootParser for parsing ([`d7a1ffa`](https://github.com/OpenPecha/toolkit-v2/commit/d7a1ffac18e8938508da7cdb4db8a659a43abfae)) - -* modify DocxSimpleCommentaryParser doc strings after class methods refactors ([`5c73138`](https://github.com/OpenPecha/toolkit-v2/commit/5c731382e39ed35e72d2cdb5b9736d3fe4b1dff5)) - -* modify DocxRootParser doc strings after class methods refactors ([`ef3e994`](https://github.com/OpenPecha/toolkit-v2/commit/ef3e994d9f10c91a59660e7fac4e5ec022bcd2f8)) - -* refactor/ rename funcs ([`245045e`](https://github.com/OpenPecha/toolkit-v2/commit/245045e5ed593f709f82ba24684ee85f9cc7599e)) - -* modify: use json_schema_extra instead of schema_extra ([`7056fbd`](https://github.com/OpenPecha/toolkit-v2/commit/7056fbdafd5b518bdb0cb943af54523bd35f0f70)) - -* add AlignmentAnnotation model ([`3b727e9`](https://github.com/OpenPecha/toolkit-v2/commit/3b727e941e34a70c6afd4dbad067edec59687a74)) - -* add logging to extract numbered list ([`19e99db`](https://github.com/OpenPecha/toolkit-v2/commit/19e99dbd373953f6adfbb273320bbe5fc3125088)) - -* modify: extract_numbered_list take docx_file than text ([`cc1fc55`](https://github.com/OpenPecha/toolkit-v2/commit/cc1fc558de4bce28bd173ee87db8fd76aa80b918)) - -* add SegmentationAnnotation model ([`1b5d5d1`](https://github.com/OpenPecha/toolkit-v2/commit/1b5d5d16de9eb2f659d719324ce3949eeeb32ead)) - -* remove AnnBase: a duplication of BaseAnnotation ([`32bc121`](https://github.com/OpenPecha/toolkit-v2/commit/32bc12191d4b77dacffc47b0a036af7ee98adbd7)) - -* Merge pull request #364 from OpenPecha/refactor-root-parser-file-struture - -Refactor root parser file struture ([`96dc221`](https://github.com/OpenPecha/toolkit-v2/commit/96dc22165a8cd7d43e397131202781a6cd949747)) - -* restructure DocxRootParser ([`34f8d80`](https://github.com/OpenPecha/toolkit-v2/commit/34f8d80ab7bdf7445c88020966bbb91683d68f01)) - -* refactor root parser test script ([`9e9bf39`](https://github.com/OpenPecha/toolkit-v2/commit/9e9bf3909a914fb4cfe5cd402d8c4242f0d34b70)) - -* Merge pull request #363 from OpenPecha/update-readme - -Update readme ([`43b3dee`](https://github.com/OpenPecha/toolkit-v2/commit/43b3dee10ecacd9effb502897193e478026114ed)) - -* include ta4tsering to project owner in README ([`33e8690`](https://github.com/OpenPecha/toolkit-v2/commit/33e869071af3dd070900c45b1c5819af2f98fba1)) - -* include installation steps in README ([`4f44c03`](https://github.com/OpenPecha/toolkit-v2/commit/4f44c037a613421f943d84485502fcfc77e191d8)) - -* delete unneccessary empty doc files; ([`f85e748`](https://github.com/OpenPecha/toolkit-v2/commit/f85e7484e54b1404bb86bec0e1ad7c64f3e38aa3)) - -* include Key components of toolkit to README ([`62641bd`](https://github.com/OpenPecha/toolkit-v2/commit/62641bd096e3b22ff84d3c8612b7410f0c89369a)) - -* update readme ([`4de5795`](https://github.com/OpenPecha/toolkit-v2/commit/4de57955931dfa9b3cd270e278391c98ff00e8f1)) - -## v2.1.13 (2025-05-19) - -### Fix - -* fix: get root translation pecha id ([`41c5d08`](https://github.com/OpenPecha/toolkit-v2/commit/41c5d0805b5e7cf33ac9e1186ef3e44524000eed)) - -* fix: too many values to unpack error of metadatachain ([`9e6df08`](https://github.com/OpenPecha/toolkit-v2/commit/9e6df0856d885302b16c072c59d426f4e0b0c28e)) - -### Unknown - -* Merge pull request #361 from OpenPecha/add-logs-to-Serializer-logic-handler - -fix: get root translation pecha id ([`814d5a4`](https://github.com/OpenPecha/toolkit-v2/commit/814d5a49ab97683897df00ee751f86746c676873)) - -* Merge pull request #360 from OpenPecha/add-logs-to-Serializer-logic-handler - -Add logs to serializer logic handler ([`88a7b4f`](https://github.com/OpenPecha/toolkit-v2/commit/88a7b4f17ef09fb252f842217a6bdc66bdc158a7)) - -* add arguments value recieved in Serializer Logic Hanlder ([`811b637`](https://github.com/OpenPecha/toolkit-v2/commit/811b637f91bd9ff30a72e63818b25a38f3e951d3)) - -## v2.1.12 (2025-05-19) - -### Fix - -* fix: metadatatree handling ([`e529ff0`](https://github.com/OpenPecha/toolkit-v2/commit/e529ff0877a5f473158de23c19de3d39c260d4a7)) - -### Unknown - -* Merge pull request #359 from OpenPecha/fix-metadatatree-handling - -fix: metadatatree handling ([`0dd2f12`](https://github.com/OpenPecha/toolkit-v2/commit/0dd2f12f964a45bdf491a853f1b6267dac4025a7)) - -* Merge pull request #358 from OpenPecha/fix-segment-number-in-commentary-mapping - -chapterize src_content in PreAligned Commentary Translation Pecha ([`c44cf7a`](https://github.com/OpenPecha/toolkit-v2/commit/c44cf7a0dc7e2cb4da564bb3d47025a1e1911c27)) - -* chapterize src_content in PreAligned Commentary Translation Pecha ([`ff50b79`](https://github.com/OpenPecha/toolkit-v2/commit/ff50b7982d1c3bcfe36d60d14a38d2027dc261a9)) - -* Merge pull request #357 from OpenPecha/integrate-prealigned-commentary-translation-with-SerializerLogicHandler - -Integrate prealigned commentary translation with serializer logic handler ([`7e5da6b`](https://github.com/OpenPecha/toolkit-v2/commit/7e5da6bf3e7409f47037ffa8f780f540d6b3d560)) - -* lzh test case for PreAligned Commentary Translation Pecha ([`4e4d540`](https://github.com/OpenPecha/toolkit-v2/commit/4e4d5401c831da151687ad7c944dff5762fafa97)) - -* en test case for PreAligned Commentary Translation Pecha ([`dee8349`](https://github.com/OpenPecha/toolkit-v2/commit/dee8349f99a3c1b18edbc10e9478591eb32ddc05)) - -* handler test for prealigned commentary translation ([`be7881b`](https://github.com/OpenPecha/toolkit-v2/commit/be7881b2eff9d932f3594fbd708126686cece5c9)) - -* add test for PreAligned Commentary Translation in TestSerializer ([`9b3ca94`](https://github.com/OpenPecha/toolkit-v2/commit/9b3ca94f949d3e00a08029457f0547ac423c050e)) - -* add PreAligned Commentary Translation pecha test data in SharedPechaSetup ([`2c56595`](https://github.com/OpenPecha/toolkit-v2/commit/2c56595209907d5c19664c59c4cc875cb42f1e72)) - -* Merge pull request #356 from OpenPecha/feat/prealigned-commentary-translation-serializer - -Feat/prealigned commentary translation serializer ([`637e3fe`](https://github.com/OpenPecha/toolkit-v2/commit/637e3fecf0360f3533479e9a89b786cc847184b4)) - -* added lzh test case ([`0271983`](https://github.com/OpenPecha/toolkit-v2/commit/02719833568995bb86ca959da94ab96799acebd9)) - -* add mapping to translation content ([`161139b`](https://github.com/OpenPecha/toolkit-v2/commit/161139b970dda470c8a7ed6f39d9516a3027c314)) - -* migrate useful code from PreAlignedCommentarySerializer ([`b924bf4`](https://github.com/OpenPecha/toolkit-v2/commit/b924bf4e8401173398e4d06a697462222229f728)) - -* created en and lzh test data for prealigned commentary translation ([`63434b9`](https://github.com/OpenPecha/toolkit-v2/commit/63434b9b8a39ae1526028d69c1556df26591baa3)) - -* PreAlignedCommentaryTranslationSerializer initialization ([`e1a66bb`](https://github.com/OpenPecha/toolkit-v2/commit/e1a66bb0a41a63ccc2e14d5c8679aa655d5230cf)) - -* refactor test prealigned simple ([`f59ae17`](https://github.com/OpenPecha/toolkit-v2/commit/f59ae176aa62c775686f26c07578df2ce63ad316)) - -## v2.1.11 (2025-05-16) - -### Fix - -* fix: string change to trigger package publish ([`84b72d0`](https://github.com/OpenPecha/toolkit-v2/commit/84b72d014c870d84fdfaddede3e0b89de4d3af8f)) - -* fix: commentary serializer for lzh lang ([`7663300`](https://github.com/OpenPecha/toolkit-v2/commit/766330078c777a573999494a3643aea6b4cc0bf5)) - -### Unknown - -* Merge pull request #335 from OpenPecha/delete-update-opf-serializer - -delete update opf serializer ([`64f5afe`](https://github.com/OpenPecha/toolkit-v2/commit/64f5afe73a168bdb6ce64a6eb231ec0cb22fe58f)) - -* delete update opf serializer ([`2a087a3`](https://github.com/OpenPecha/toolkit-v2/commit/2a087a38a35c9a11e403ba6adfc40447f529b4c9)) - -* Merge pull request #354 from OpenPecha/serializer_handler_test_outputs - -Serializer handler test outputs ([`c940d69`](https://github.com/OpenPecha/toolkit-v2/commit/c940d6918bcd482c5891826083c68ac7f7488b1d)) - -* assign lang code to title ([`38a1fee`](https://github.com/OpenPecha/toolkit-v2/commit/38a1fee9e79c94dd95df9afdb1240fcad7289d8e)) - -* delete unneccessary code ([`71d5415`](https://github.com/OpenPecha/toolkit-v2/commit/71d541596be9e60126bb9c86c1601a7e6bcfcfe8)) - -* fix prealigned commentary pecha serialize logic handler ([`ad5a24a`](https://github.com/OpenPecha/toolkit-v2/commit/ad5a24a42940a57d867bd625b99305812119c8bf)) - -* fix serialize commentary translation pecha logic handler ([`8bba126`](https://github.com/OpenPecha/toolkit-v2/commit/8bba126de0ccdb4a39bb627f13d9f7aed047f9ec)) - -* fix serialize commentary pecha ([`999e5fe`](https://github.com/OpenPecha/toolkit-v2/commit/999e5feb7ef4d3c72f2cb5141db2e08107918ab7)) - -* add pecha_chain argument to Serializer Logic Hanlder pecha registries ([`b91c7d5`](https://github.com/OpenPecha/toolkit-v2/commit/b91c7d5eaf41faccb930725e193e4bac92955c36)) - -* added pecha category args to commentary serializer logic tets ([`205ef95`](https://github.com/OpenPecha/toolkit-v2/commit/205ef95ddd17ea520d0a6059d66a3dcb1757a74a)) - -* delete temp.json ([`ec13f36`](https://github.com/OpenPecha/toolkit-v2/commit/ec13f36f79cf5093949e68a6a50034d87d25bab3)) - -* fix prealigned root translation test ([`2622e73`](https://github.com/OpenPecha/toolkit-v2/commit/2622e73cbfb1868afbc43d2628c6ac6ae1b805df)) - -* fix test serializer utils ([`2d9c1d4`](https://github.com/OpenPecha/toolkit-v2/commit/2d9c1d453c69feabe374246df134006c20bbd7e1)) - -* updated two test ([`cee99bb`](https://github.com/OpenPecha/toolkit-v2/commit/cee99bbf9411972d12209824a9a7fb4c97f41b60)) - -* updated test's expected outputs ([`12ff378`](https://github.com/OpenPecha/toolkit-v2/commit/12ff37853744a306dcebfb3fd724b7c08c6e6c0b)) - -* fix Pecha category ([`f060448`](https://github.com/OpenPecha/toolkit-v2/commit/f060448ffcb0b9d3579ac7e8cb5e48064f4b9db8)) - -* Merge pull request #350 from OpenPecha/fix-fodian_categories_formatter - -updated the category's from the test ([`6907604`](https://github.com/OpenPecha/toolkit-v2/commit/690760439a213f750e11bddadaf2aac04079a83c)) - -* updated the category's from the test ([`0a455fe`](https://github.com/OpenPecha/toolkit-v2/commit/0a455fe25e5b2c252d0a0b24cb9f7da84b132066)) - -* Merge pull request #349 from OpenPecha/fix-fodian_categories_formatter - -updated category formatter to include lzh versions ([`76ffc45`](https://github.com/OpenPecha/toolkit-v2/commit/76ffc456aea7c8a9a336ed7bae542ee758208a72)) - -* updated category formatter to include lzh versions ([`a546c4e`](https://github.com/OpenPecha/toolkit-v2/commit/a546c4e3627d9a40a53a11b650af78d67d20babb)) - -* added prealigned_root_translation serializer handler ([`88bd03b`](https://github.com/OpenPecha/toolkit-v2/commit/88bd03bd86174bdbc1cf0bd40891196bcf07b23b)) - -* Merge pull request #348 from OpenPecha/prealigned-commentary-pecha-cases - -added test for prealigned commentary pecha ([`d624358`](https://github.com/OpenPecha/toolkit-v2/commit/d6243588de1dd11c39b86cc622d1fd330caa986a)) - -* added test for prealigned commentary pecha ([`4e0f23e`](https://github.com/OpenPecha/toolkit-v2/commit/4e0f23ed56f2088187526132e92ac512b6fe7947)) - -* Merge pull request #347 from OpenPecha/fodian-lzh-commentary-translation-cases - -Fodian lzh commentary translation cases ([`43672f5`](https://github.com/OpenPecha/toolkit-v2/commit/43672f5e3423500dea1e062941afe5e57aa98f25)) - -* added LZH commentary translation test case ([`c47bb64`](https://github.com/OpenPecha/toolkit-v2/commit/c47bb64d793ea2214ec229c19d29dba8dcaf5953)) - -* fix EN Commentary Translation test file ([`8b3d7fa`](https://github.com/OpenPecha/toolkit-v2/commit/8b3d7fa41f88c20501c7c967a81d9afc9578b9d5)) - -* added EN commentary translation case ([`c05fe2f`](https://github.com/OpenPecha/toolkit-v2/commit/c05fe2f449a381ce1f53e28339b0f85e606f7516)) - -* Merge pull request #346 from OpenPecha/feat-serializer_handler_for_commentaries - -added commentary prealigned serializer hanlder place holder ([`a06e7c3`](https://github.com/OpenPecha/toolkit-v2/commit/a06e7c3b4e851548b7759350f46aacd6424f0dd8)) - -* added commentary prealigned serializer hanlder place holder ([`4474ec1`](https://github.com/OpenPecha/toolkit-v2/commit/4474ec165eed9372efcfb3d7cc89fb47781d186c)) - -* Merge pull request #345 from OpenPecha/fodian-lzh-commentary-cases - -Fodian lzh commentary cases ([`3676695`](https://github.com/OpenPecha/toolkit-v2/commit/3676695d7b246fc9a87c0b0f59244209a4770b5f)) - -* Merge branch 'main' into fodian-lzh-commentary-cases ([`0b334aa`](https://github.com/OpenPecha/toolkit-v2/commit/0b334aab05172475b0a9403d26aba5f1ae145de2)) - -* Merge pull request #344 from OpenPecha/feat-serializer-update - -Feat serializer update ([`d178127`](https://github.com/OpenPecha/toolkit-v2/commit/d17812755276e75955da1c0947b738c9d26428e1)) - -* fix the test ([`d4de2a1`](https://github.com/OpenPecha/toolkit-v2/commit/d4de2a1673e1578d543f2be7d676e2e23a8182ca)) - -* Merge branch 'main' into feat-serializer-update ([`e51496c`](https://github.com/OpenPecha/toolkit-v2/commit/e51496c4b115ee9c215e78547b7d4016127b718d)) - -* feat fodian serializer handler with test for root text ([`f568fea`](https://github.com/OpenPecha/toolkit-v2/commit/f568fea9bf0469b9fa15f650223e58207e5f871c)) - -* added test cases ([`6b0e8a8`](https://github.com/OpenPecha/toolkit-v2/commit/6b0e8a85f41cbc5c4e6aeb6e672788bec93e540a)) - -* added LZH Commentary pecha test case ([`76b0250`](https://github.com/OpenPecha/toolkit-v2/commit/76b0250d3ba345b3f4693f39ce30d966ab156815)) - -* added EN commentary pecha test case ([`7234115`](https://github.com/OpenPecha/toolkit-v2/commit/7234115c6306a27bf33b9c430da456be8ca922e8)) - -* refactor serialize_commentary_pecha ([`ff886c9`](https://github.com/OpenPecha/toolkit-v2/commit/ff886c972f111a6755636c490fa42419af6ecdfe)) - -* fix _serialize commentary pecha ([`7a145e0`](https://github.com/OpenPecha/toolkit-v2/commit/7a145e054bac1d5bfb30a827131bbb493a290278)) - -* refactor modify root title mapping ([`ac979bf`](https://github.com/OpenPecha/toolkit-v2/commit/ac979bfc8f4a9db773fbdf0fc7fd1526659a39a0)) - -* refactor test serializer handler ([`20863ee`](https://github.com/OpenPecha/toolkit-v2/commit/20863eee40414bdfbe8cffb17408f216f727f2f1)) - -* Merge pull request #343 from OpenPecha/fodian-commentary-translation-cases-serializer - -Fodian commentary translation cases serializer ([`be279ad`](https://github.com/OpenPecha/toolkit-v2/commit/be279ad66d1bc16b0dff69975c02e58fad72f506)) - -* commentary translation pecha handler ([`0f8ca3c`](https://github.com/OpenPecha/toolkit-v2/commit/0f8ca3cb696bbc1c3d85d4743e5df079dacea515)) - -* test commentary translation pecha handler ([`351b811`](https://github.com/OpenPecha/toolkit-v2/commit/351b8111ce917cde434c045f4e8e5bbef56e0fd8)) - -* Merge pull request #342 from OpenPecha/fodian-commentary-cases-serializers - -_serialize_commentary_pecha for SerializerLogicHandler ([`37d83ac`](https://github.com/OpenPecha/toolkit-v2/commit/37d83ac1c1e926b09a842a6fc0fbade07cf6f451)) - -* _serialize_commentary_pecha for SerializerLogicHandler ([`367a59f`](https://github.com/OpenPecha/toolkit-v2/commit/367a59f7fe0e56f93af1135ead22454202aab1ab)) - -* Merge pull request #341 from OpenPecha/add-lzh-root-test-pecha - -add lzh-root-test pecha ([`221aff2`](https://github.com/OpenPecha/toolkit-v2/commit/221aff27e23a8b82cbda6b3e75161a2470098d6c)) - -* add lzh-root-test pecha ([`dd13d63`](https://github.com/OpenPecha/toolkit-v2/commit/dd13d635c61f51e0ff8d712d664d5d04ff99f465)) - -* Merge pull request #340 from OpenPecha/serializer-call-logic-on-base_language - -Serializer call logic on base language ([`c8ae14a`](https://github.com/OpenPecha/toolkit-v2/commit/c8ae14a88c661c0c06ecda46354d45f8bb580181)) - -* pecha regristry ([`93e9cb1`](https://github.com/OpenPecha/toolkit-v2/commit/93e9cb14815107a61f69a97d5b28becabda49270)) - -* add literal chinese to Language Enum ([`f546e2d`](https://github.com/OpenPecha/toolkit-v2/commit/f546e2d31c21d3c25023200525664feb20d39d00)) - -* get root translation pecha id ([`c8b4685`](https://github.com/OpenPecha/toolkit-v2/commit/c8b4685b676b9224802f2e4be702710e890a1fa5)) - -* call Serializer in SerializerLogicHandler ([`fc2b277`](https://github.com/OpenPecha/toolkit-v2/commit/fc2b2779d8f2aac62f715848f6b95949c74d2d17)) - -* find root pecha lang ([`4ddac86`](https://github.com/OpenPecha/toolkit-v2/commit/4ddac86b402f0aac5de1746afaf8e0df3ca5fb92)) - -* switch case on base_language for SerializerLogicHandler ([`4694251`](https://github.com/OpenPecha/toolkit-v2/commit/4694251d544afd13aba25af9bfe0c9ce8166a3bc)) - -* SerializerLogicHandler class initialization ([`6b4044a`](https://github.com/OpenPecha/toolkit-v2/commit/6b4044a1bbfbb97c123906a700ec0f5f849f9a38)) - -* Merge pull request #339 from OpenPecha/get-metadatachain - -Get metadatachain ([`379a8df`](https://github.com/OpenPecha/toolkit-v2/commit/379a8df0f0aae2be97bc181b590f366a32327ae6)) - -* get metadatachain from metadatatree ([`b2d50fd`](https://github.com/OpenPecha/toolkit-v2/commit/b2d50fdeba256d870df975f02e3cd05a7482706e)) - -* get metadatachain from metadatatree ([`d3439d1`](https://github.com/OpenPecha/toolkit-v2/commit/d3439d1ca3d67c298bb3b0f4cd354cfb031d6e7a)) - -* test for find related pecha id func ([`5a61799`](https://github.com/OpenPecha/toolkit-v2/commit/5a617997f2d609e57f2852892d91a3b74e7fe191)) - -* find related pecha id func ([`cb3d797`](https://github.com/OpenPecha/toolkit-v2/commit/cb3d7976d147023543e4ed726ce64eaab67dc394)) - -* Merge pull request #338 from OpenPecha/fix/get-root-en-title - -fix get root en title ([`ebac065`](https://github.com/OpenPecha/toolkit-v2/commit/ebac065e4eb2195202434021169efad9bed9d524)) - -* fix get root en title ([`77013d2`](https://github.com/OpenPecha/toolkit-v2/commit/77013d21aaaa2cbc3687251858c380f471f52f42)) - -* Merge pull request #337 from OpenPecha/log-metadatas-in-toolkit - -add log to Commentary pecha serialzer ([`ab7a75b`](https://github.com/OpenPecha/toolkit-v2/commit/ab7a75b808d327c0ba9a609bd55affbcc8e99b91)) - -* add log to Commentary pecha serialzer ([`818b13d`](https://github.com/OpenPecha/toolkit-v2/commit/818b13d62dc609ed53febf04e8b85f14e62a9d24)) - -* Merge pull request #334 from OpenPecha/fix-serializer/prealigned-commentary-pecha-with-segmentation - -delete unneccesary logs ([`39d82ba`](https://github.com/OpenPecha/toolkit-v2/commit/39d82ba9a9ca95cd96cee4e574340dc06e72e9ae)) - -* delete unneccesary logs ([`baf6119`](https://github.com/OpenPecha/toolkit-v2/commit/baf6119927f3bcd72bd8b208b01386f95e254a94)) - -* Merge pull request #333 from OpenPecha/fix-serializer/prealigned-commentary-pecha-with-segmentation - -Fix serializer/prealigned commentary pecha with segmentation ([`cf577b4`](https://github.com/OpenPecha/toolkit-v2/commit/cf577b4169722311a7545a3b11af2b970268914f)) - -* fix commentary alignment transfer for empty map cases ([`15c48f7`](https://github.com/OpenPecha/toolkit-v2/commit/15c48f7a5c5f0c080516775a37c44715f4aed5a1)) - -* fix commentary alignment transfer for empty map cases ([`246a483`](https://github.com/OpenPecha/toolkit-v2/commit/246a483b47694a3e8b3f86baa7396b0891348ce0)) - -* Merge pull request #332 from OpenPecha/fix-serializer/prealigned-commentary-pecha-with-segmentation - -log root and commentary anns in commentary alignment transfer ([`b544838`](https://github.com/OpenPecha/toolkit-v2/commit/b5448388a9dd255c0f57f611bf743ec4ca76607d)) - -* log root and commentary anns in commentary alignment transfer ([`d4cd0e2`](https://github.com/OpenPecha/toolkit-v2/commit/d4cd0e2579479c1ebf0f32d15e9124ee72865960)) - -* Merge pull request #331 from OpenPecha/fix-serializer/prealigned-commentary-pecha-with-segmentation - -try except block for commentary ann transfer ([`ef8c5bd`](https://github.com/OpenPecha/toolkit-v2/commit/ef8c5bdf95db94341f66bd1cb472f003600baa36)) - -* try except block for commentary ann transfer ([`12bb30c`](https://github.com/OpenPecha/toolkit-v2/commit/12bb30c672b300d4e6e8cce892a06b7c77b3deb0)) - -* Merge pull request #330 from OpenPecha/fix-serializer/prealigned-commentary-pecha-with-segmentation - -Fix serializer/prealigned commentary pecha with segmentation ([`86e8ba7`](https://github.com/OpenPecha/toolkit-v2/commit/86e8ba726cd2f668a144471f226104dd0ec6a05b)) - -* fix logic for prealigned commentary pecha and prealigned root translation pecha ([`535f983`](https://github.com/OpenPecha/toolkit-v2/commit/535f983b36f82b8ea487538daac03dfbecdf069a)) - -* log to prealigned commentary serializer ([`ad7b81a`](https://github.com/OpenPecha/toolkit-v2/commit/ad7b81ac015bb99a601c5333af4aaf8e0fcae62a)) - -* Merge pull request #329 from OpenPecha/add-logs-to-has-version-of-in-pecha-type - -fix has version of func in get_pecha_type ([`a452446`](https://github.com/OpenPecha/toolkit-v2/commit/a45244622a30ecfd1f456ec2b4ac32bac2215fe9)) - -* fix has version of func in get_pecha_type ([`dc7d2e5`](https://github.com/OpenPecha/toolkit-v2/commit/dc7d2e5e717470556ad6354625215adda99bd8b2)) - -* Merge pull request #328 from OpenPecha/add-logs-to-has-version-of-in-pecha-type - -add logs to has version of pecha types ([`796aa9d`](https://github.com/OpenPecha/toolkit-v2/commit/796aa9d7de8299db5510aafc52665eae945e8bba)) - -* add logs to has version of pecha types ([`8d9d5e7`](https://github.com/OpenPecha/toolkit-v2/commit/8d9d5e7a37f9d085b693930e0a857303f4a63c2b)) - -* Merge pull request #327 from OpenPecha/logs-to-print-extracted-docx-text - -add log to print extracted numberedlist and new anns ([`a861a1f`](https://github.com/OpenPecha/toolkit-v2/commit/a861a1f0ffc984641da4982327b616e2040f2140)) - -* add log to print extracted numberedlist and new anns ([`1098d3c`](https://github.com/OpenPecha/toolkit-v2/commit/1098d3c8786526f56e66713a8f1c0e17d57f752c)) - -* Merge pull request #326 from OpenPecha/logs-to-print-extracted-docx-text - -add log to print extracted text ([`776b9e7`](https://github.com/OpenPecha/toolkit-v2/commit/776b9e7fb5ff8ca67a93518d8d8a9de0ba26976c)) - -* add log to print extracted text ([`d5a176c`](https://github.com/OpenPecha/toolkit-v2/commit/d5a176c0579047067e3c1be2710d6c941ed57675)) - -* Merge pull request #325 from OpenPecha/fix-DocxParser/metadatas-handling - -convert metadata:MetadataModel to dict during Docx parse ([`2ed0404`](https://github.com/OpenPecha/toolkit-v2/commit/2ed0404651715c8247fc0d6dba7e783606f7cbe2)) - -* convert metadata:MetadataModel to dict during Docx parse ([`75b6c35`](https://github.com/OpenPecha/toolkit-v2/commit/75b6c35f32d160ba4e35eac5c6dae4b1ba1f64d2)) - -* Merge pull request #324 from OpenPecha/fix-DocxParser/metadatas-handling - -fix DocxParser metadatas handling ([`ab32ce9`](https://github.com/OpenPecha/toolkit-v2/commit/ab32ce9cb379926ca9ea0d88ee0b7e6addb63645)) - -* fix DocxParser metadatas handling ([`30673a9`](https://github.com/OpenPecha/toolkit-v2/commit/30673a92f720a4f25e90b3a0869b1054d6130d31)) - -* Merge pull request #323 from OpenPecha/ignore-footnote - -Ignore footnote ([`9f5f09c`](https://github.com/OpenPecha/toolkit-v2/commit/9f5f09c3eca24661eec4b17185417baa3706df9b)) - -* refactor docx parsers ([`07434ba`](https://github.com/OpenPecha/toolkit-v2/commit/07434ba68d7a4093d21994b3c47f3ef5dbd888c3)) - -* added footnote logic code ([`44daca5`](https://github.com/OpenPecha/toolkit-v2/commit/44daca587443fbcaa653404f05f24bc392f47cac)) - -* Merge pull request #322 from OpenPecha/fix-PechaCategoryFormatter/get-func-for-None-case - -fix PechaCategoryFormatter get func for None field value ([`2c01891`](https://github.com/OpenPecha/toolkit-v2/commit/2c018915f34cab6ef996e0c1f4b685fc384b6a72)) - -* fix PechaCategoryFormatter get func for None field value ([`03192e3`](https://github.com/OpenPecha/toolkit-v2/commit/03192e3a5df32128cc64631a35395cb16236b5e8)) - -* Merge pull request #321 from OpenPecha/add-logs-to-PechaCategoryFormatter - -add logs to PechaCategoryFormatter ([`7d1fe4b`](https://github.com/OpenPecha/toolkit-v2/commit/7d1fe4b5ee06a6fd315391cc0f862f83a85a27da)) - -* add logs to PechaCategoryFormatter ([`77d39b4`](https://github.com/OpenPecha/toolkit-v2/commit/77d39b4ab6f17be1e7dea986d19d112ae123a64e)) - -* Merge pull request #320 from OpenPecha/add-logs-to-PechaCategoryFormatter - -add logs to PechaCategoryFormatter ([`1c23e5e`](https://github.com/OpenPecha/toolkit-v2/commit/1c23e5e4d626abc1cbee658b1cc1138ee9dc46ff)) - -* add logs to PechaCategoryFormatter ([`7aa30ef`](https://github.com/OpenPecha/toolkit-v2/commit/7aa30efad8909784bf5d639ff5dcc12cb5912ad1)) - -* Merge pull request #319 from OpenPecha/fix-FormatPechaCategory/get-func-for-None-case - -fix get func for None case in PechaCategoryFormatter ([`38ac2cc`](https://github.com/OpenPecha/toolkit-v2/commit/38ac2ccdc35cce58af24e7ae5b558453b3db83ef)) - -* fix get func for None case in PechaCategoryFormatter ([`5b41d72`](https://github.com/OpenPecha/toolkit-v2/commit/5b41d7290dcf6fcfd7e1edea93f741b079ce356c)) - -* Merge pull request #315 from OpenPecha/fix-increase-length-for-annotation_id-generation - -increase length for annotation_id generation ([`630b4aa`](https://github.com/OpenPecha/toolkit-v2/commit/630b4aae0b4e0d3312c95a01313278368428a808)) - -* increase length for annotation_id generation ([`d309926`](https://github.com/OpenPecha/toolkit-v2/commit/d309926f62143c9698d3c60d220849386c8d0ed3)) - -* Merge pull request #314 from OpenPecha/add-logs-to-Root-serializer - -add more logs to serialization ([`3c313ac`](https://github.com/OpenPecha/toolkit-v2/commit/3c313acb2203f5029529f4c85a48656fa29f139f)) - -* add more logs to serialization ([`1c7ff82`](https://github.com/OpenPecha/toolkit-v2/commit/1c7ff82da12bed351243fea54a57b2d8ca73662f)) - -* Merge pull request #313 from OpenPecha/fix-serializer-for-root-translation - -Fix serializer for root translation ([`41939f2`](https://github.com/OpenPecha/toolkit-v2/commit/41939f2305f19e2bfc24deee42005fe8cace7a29)) - -* add log for Root alignment id ([`590ad00`](https://github.com/OpenPecha/toolkit-v2/commit/590ad00d568bcbda40947d1413fb1923d03f9aeb)) - -* delete unneccessay logging ([`521403e`](https://github.com/OpenPecha/toolkit-v2/commit/521403ec2fd1b5c139c563e700857673757f569f)) - -* Merge pull request #312 from OpenPecha/fix-metadatachain-handling - -fix metadatachain handling ([`f5ee726`](https://github.com/OpenPecha/toolkit-v2/commit/f5ee726b666e1ff2cd9ecf52d9d5be07e24a0c65)) - -* fix metadatachain handling ([`aa55012`](https://github.com/OpenPecha/toolkit-v2/commit/aa5501290ad348b8cc5da947bda5a2d42aeda952)) - -* Merge pull request #311 from OpenPecha/add-logs-to-serializer - -add logs to is_commentary_pecha ([`c03714c`](https://github.com/OpenPecha/toolkit-v2/commit/c03714c9a05a55812b699c3f2fa7c3a68c265954)) - -* add logs to is_commentary_pecha ([`77f4e5e`](https://github.com/OpenPecha/toolkit-v2/commit/77f4e5e2be722fe3e50d6a25767ead73146b28c8)) - -* Merge pull request #310 from OpenPecha/add-logs-to-serializer - -add logs to for is_commentary and is_translation ([`b002b68`](https://github.com/OpenPecha/toolkit-v2/commit/b002b68109de79c2a4d831fed4a147b31e6a6f66)) - -* add logs to for is_commentary and is_translation ([`3a886c7`](https://github.com/OpenPecha/toolkit-v2/commit/3a886c7c869a2993aba8a171fe7ffa76fe85f367)) - -## v2.1.10 (2025-05-12) - -### Fix - -* fix: metadatamodel handling from backend ([`a9262bf`](https://github.com/OpenPecha/toolkit-v2/commit/a9262bfcd8e3de99dea3ff0f56e498afba386281)) - -### Unknown - -* Merge pull request #309 from OpenPecha/fix/MetadataModel-handling - -fix: metadatamodel handling from backend ([`0a7607f`](https://github.com/OpenPecha/toolkit-v2/commit/0a7607f9b6d0e719c2326adeb0cf9c38d9869974)) - -## v2.1.9 (2025-05-12) - -### Fix - -* fix: metadata handling from backend ([`4d7df19`](https://github.com/OpenPecha/toolkit-v2/commit/4d7df1977069d6ba66062208883370b4503ad22c)) - -### Unknown - -* Merge pull request #308 from OpenPecha/modify/metadata-handling - -fix: metadata handling from backend ([`473cbde`](https://github.com/OpenPecha/toolkit-v2/commit/473cbde64218b214871dc08c793c2bb26863e721)) - -* Merge pull request #307 from OpenPecha/feat/publish_package - -updated publish.yml to not publish when there is no version bump ([`fc74022`](https://github.com/OpenPecha/toolkit-v2/commit/fc74022ee38999fc3a7232c8b10b10fae3a183f6)) - -* updated publish.yml to not publish when there is no version bump ([`1ec52a2`](https://github.com/OpenPecha/toolkit-v2/commit/1ec52a2b012b2dded11799475a069ee5df6d4fe6)) - -* Merge pull request #306 from OpenPecha/feat/publish_package - -fix: publish package ([`ed0b0ea`](https://github.com/OpenPecha/toolkit-v2/commit/ed0b0ea05d77acb91fefbb1be4f96b695c33684b)) - -* updated publish.yml ([`22417f5`](https://github.com/OpenPecha/toolkit-v2/commit/22417f51fd1e7438465fbaa0f9f903de0ce21c70)) - -* Merge pull request #305 from OpenPecha/feat/publish_package - -removed poetry.lock and updated the publish.yml ([`f2760f8`](https://github.com/OpenPecha/toolkit-v2/commit/f2760f88e37da58e5b575bf1df7fee568b186e80)) - -* updated publish.yml ([`561062c`](https://github.com/OpenPecha/toolkit-v2/commit/561062c9900322d9ca8fa4e56ce997b752bf9975)) - -* removed poetry.lock and updated the publish.yml ([`6771b99`](https://github.com/OpenPecha/toolkit-v2/commit/6771b99710fe40c27c2f0340e28000f957bcc4cb)) - -## v2.1.8 (2025-05-07) - -### Refactor - -* refactor: separate metadata and annotations in pecha test fixtures ([`4ea320b`](https://github.com/OpenPecha/toolkit-v2/commit/4ea320b8ffe11a7bbb0521b57fcb7a25bbd6c302)) - -### Unknown - -* Merge pull request #304 from OpenPecha/feat/publish_package - -Feat/publish package ([`30116d4`](https://github.com/OpenPecha/toolkit-v2/commit/30116d40bad883fdbeefef107f585a821c186978)) - -* Merge branch 'main' of https://github.com/OpenPecha/toolkit-v2 into feat/publish_package ([`dad4c87`](https://github.com/OpenPecha/toolkit-v2/commit/dad4c87b1589eeccd9f26ab9a765453b68dc611a)) - -* Merge pull request #303 from OpenPecha/modify-serializer/annotations-handling - -Modify serializer/annotations handling ([`6e0c4fb`](https://github.com/OpenPecha/toolkit-v2/commit/6e0c4fba3612dd610554ba4664c0b177fb615dc0)) - -* Refactor commentary serialization with improved variable naming and alignment handling ([`93cb4f1`](https://github.com/OpenPecha/toolkit-v2/commit/93cb4f19964a22eb5b3584b040dc07ea7e51ef92)) - -* Fix pecha id reference in alignment and segmentation checks ([`b656c0b`](https://github.com/OpenPecha/toolkit-v2/commit/b656c0b560b95ab68bfb20df8c40077f31a949d1)) - -* Fix root translation pecha serialization by using root alignment ID ([`5e1b9cc`](https://github.com/OpenPecha/toolkit-v2/commit/5e1b9ccede465c4c65f2df98fcf6a13b039021b9)) - -* Remove unused metadata import from pecha_db serializer ([`054220e`](https://github.com/OpenPecha/toolkit-v2/commit/054220e97ee8b694218cec7cd51e68fb6b6ff3a3)) - -* Refactor pecha serializer to use annotations dict instead of metadata annotations ([`e8e4888`](https://github.com/OpenPecha/toolkit-v2/commit/e8e48883b9c46ccc617c94c63570445612c066b7)) - -* Simplify pecha type checking by using metadata's commentary_of field ([`29a1df4`](https://github.com/OpenPecha/toolkit-v2/commit/29a1df445cb4dfc85425efe513ab4e5899451287)) - -* Refactor get_pecha_type to use annotations for determining pecha type ([`ae023ce`](https://github.com/OpenPecha/toolkit-v2/commit/ae023cec640df5bb425cce4b01f3a93657195d85)) - -* Add annotations parameter to serialize method and update test cases ([`9c9ebd5`](https://github.com/OpenPecha/toolkit-v2/commit/9c9ebd545754c1c7a1af8ee1d6071a71c696b341)) - -* update title in pecha test files; ([`a05feac`](https://github.com/OpenPecha/toolkit-v2/commit/a05feacaf8e82a89ab05a766043d87ffba3183d3)) - -* Merge branch 'main' of https://github.com/OpenPecha/toolkit-v2 into feat/publish_package ([`7d4d0bc`](https://github.com/OpenPecha/toolkit-v2/commit/7d4d0bc1f2df67c6d4f1967c5d819976180c5d6e)) - -## v2.1.7 (2025-05-07) - -### Unknown - -* updated branch name to main ([`b41c3e9`](https://github.com/OpenPecha/toolkit-v2/commit/b41c3e9f2285e236fbc93a4cad86d0e58524ae77)) - -* updated publish.yml and pyproject.toml ([`ecb52c3`](https://github.com/OpenPecha/toolkit-v2/commit/ecb52c371f48961758c9ffb27f21bb57e4df31ab)) - -* Merge branch 'main' of https://github.com/OpenPecha/toolkit-v2 into feat/publish_package ([`f6dd7d9`](https://github.com/OpenPecha/toolkit-v2/commit/f6dd7d9821d92b869747bc2a37e1b455a295ce77)) - -## v2.1.6 (2025-05-07) - -### Fix - -* fix: updated to remove the github repos from the dependencies in the package ([`0262c6e`](https://github.com/OpenPecha/toolkit-v2/commit/0262c6ea221307f8c8a5afe607f42dc1e32098a3)) - -* fix: updated all fiels related to publish package ([`54b6823`](https://github.com/OpenPecha/toolkit-v2/commit/54b682346a7f18dd122bdb8aa2ea29c8e754a2e5)) - -### Unknown - -* updated to build package ([`a319417`](https://github.com/OpenPecha/toolkit-v2/commit/a319417d92eaa1b24b8470df215f614f05d2e652)) - -* updated to versions ([`6796564`](https://github.com/OpenPecha/toolkit-v2/commit/67965642bfb508f1f8fdefd27c60ba8572c2552a)) - -## v2.1.5 (2025-05-07) - -### Fix - -* fix: reverted to previous verison of publish.yml ([`c314742`](https://github.com/OpenPecha/toolkit-v2/commit/c314742fe52443ea90084893ee75e34a8d1d0994)) - -* fix: new publish.yml build package job ([`85e0fea`](https://github.com/OpenPecha/toolkit-v2/commit/85e0fea698dc752f8668089f3a33b2db2a9f2539)) - -## v2.1.4 (2025-05-07) - -### Unknown - -* Merge branch 'main' of https://github.com/OpenPecha/toolkit-v2 ([`ec90053`](https://github.com/OpenPecha/toolkit-v2/commit/ec90053404b69866ef3b89363a674a22977f1de0)) - -## v2.1.3 (2025-05-07) - -### Fix - -* fix: publish.yml to publish the package ([`fe983a6`](https://github.com/OpenPecha/toolkit-v2/commit/fe983a6e2156f09f19e80f359679043822520d45)) - -* fix: publish.yml by removing a line ([`6caec91`](https://github.com/OpenPecha/toolkit-v2/commit/6caec91bd8cdffea57079f924f9e883d3692dea4)) - -* fix: publish.yml ([`549f54a`](https://github.com/OpenPecha/toolkit-v2/commit/549f54a3ff1020092d1c5ee28c758cf9cfcc6e25)) - -### Unknown - -* Merge branch 'main' of https://github.com/OpenPecha/toolkit-v2 ([`7b33bca`](https://github.com/OpenPecha/toolkit-v2/commit/7b33bca3928d753e8c48a81599eab1c16ed9e47b)) - -## v2.1.2 (2025-05-07) - -### Fix - -* fix: publishing package ([`253c31e`](https://github.com/OpenPecha/toolkit-v2/commit/253c31e16e31a6d69cb2188494f82c471fdaabf5)) - -* fix: pyproject.toml ([`c354f41`](https://github.com/OpenPecha/toolkit-v2/commit/c354f41393cadb1837537e10120a23ab429eb4f9)) - -* fix: publish.yml ([`c99eec0`](https://github.com/OpenPecha/toolkit-v2/commit/c99eec07da3bbf18982e587cf4c213a220d50245)) - -* fix: force patch release ([`6ca76b1`](https://github.com/OpenPecha/toolkit-v2/commit/6ca76b1e30c6a29804f831bb057818093d26fcab)) - -### Refactor - -* refactor: rename display_layer_path to segmentation_ann_path and sort map dict ([`584ec55`](https://github.com/OpenPecha/toolkit-v2/commit/584ec552ee838068f4de5c48210b16b1230459f5)) - -* refactor: simplify mapping functions and improve variable naming clarity ([`ae2a07d`](https://github.com/OpenPecha/toolkit-v2/commit/ae2a07d205916f6718ae7c77591ed66a7da2bd41)) - -### Unknown - -* Merge pull request #302 from OpenPecha/feat/publish_package - -Feat/publish package ([`1527283`](https://github.com/OpenPecha/toolkit-v2/commit/15272832d61c8470873cdaae7d50cad2b4fb2c90)) - -* change branch ([`05af056`](https://github.com/OpenPecha/toolkit-v2/commit/05af05686ab0c755aa31e029d9d421263a677fec)) - -* debug the git issue ([`afe5ff3`](https://github.com/OpenPecha/toolkit-v2/commit/afe5ff342c303cc2a972bea53a2c1f85b7fa7ced)) - -* Merge pull request #301 from OpenPecha/feat/publish_package - -updated the package publishing files ([`1f1e2af`](https://github.com/OpenPecha/toolkit-v2/commit/1f1e2af5697992f20aa3a4c5ff30b0fbace95eea)) - -* added beautifulsoup in project toml ([`779fb52`](https://github.com/OpenPecha/toolkit-v2/commit/779fb5207ced7bededf724b6a3f166d0cc03376d)) - -* updated the package publishing files ([`4c50060`](https://github.com/OpenPecha/toolkit-v2/commit/4c5006073e7f9ea9c383f08552cdc40a222d4fa5)) - -* Merge pull request #299 from OpenPecha/feat/PreAlignedCommentarySerializer-with-pecha-display - -Feat/pre aligned commentary serializer with pecha display ([`7346728`](https://github.com/OpenPecha/toolkit-v2/commit/7346728788b10da2eb5b69d3391ddfa4807f37a2)) - -* Fix annotation ID generation in Pecha class ([`7d49000`](https://github.com/OpenPecha/toolkit-v2/commit/7d49000078d17b6441db0ca42085b53b9458ba28)) - -* Add support for prealigned commentary with segmentation annotation ([`c9db827`](https://github.com/OpenPecha/toolkit-v2/commit/c9db82712602248073bb5707ff54a124fefccb3f)) - -* Move is_segmentation_annotation function outside of _serialize_prealigned_root_translation_pecha ([`43133d6`](https://github.com/OpenPecha/toolkit-v2/commit/43133d6297c274b7d9accb3e37aed0b1aeada122)) - -* Fix annotation path comparison in segmentation check ([`a472675`](https://github.com/OpenPecha/toolkit-v2/commit/a472675f07c0c28abb096dd79c9b139c121afd26)) - -* Fix root alignment ID retrieval using annotation path in commentary serialization ([`e2b4a68`](https://github.com/OpenPecha/toolkit-v2/commit/e2b4a68a0184d506b2c295764911497f0a41029e)) - -* Refactor segmentation check into dedicated function for better readability ([`a56c203`](https://github.com/OpenPecha/toolkit-v2/commit/a56c203f023f55a66a287463af7cafdaf278b35c)) - -* Make alignment_id optional in PechaAlignment and fix alignment serialization ([`619d4dd`](https://github.com/OpenPecha/toolkit-v2/commit/619d4ddd832ed3bd2f202a5e621b02d16e1a1cab)) - -* Add condition to handle translation segmentation id in prealigned root translation ([`091f143`](https://github.com/OpenPecha/toolkit-v2/commit/091f14307c25df3407ec788a5430ee4a020f5cc3)) - -* Add support for commentary segmentation in prealigned commentary serializer ([`8002206`](https://github.com/OpenPecha/toolkit-v2/commit/800220608f34b1c5d863714404f8206a96387466)) - -* Rename translation_display_id to translation_segmentation_id for consistency ([`946c11f`](https://github.com/OpenPecha/toolkit-v2/commit/946c11fa6fb297fa325a505c0754992ac199d9e9)) - -* Add method to serialize commentary segments with display index mapping ([`4fe0c66`](https://github.com/OpenPecha/toolkit-v2/commit/4fe0c66f796ef9ec4926f9aa29ae22f5591ff83b)) - -* Rename display_id to segmentation_id for better clarity in translation transfer ([`7e3f8c9`](https://github.com/OpenPecha/toolkit-v2/commit/7e3f8c94a195411dd845d0ab6ab8d3387bb295f1)) - -* Refactor annotation mapping with helper functions and improved error handling ([`1b3f10a`](https://github.com/OpenPecha/toolkit-v2/commit/1b3f10a25e828ee3470b75103c0969be42cf6533)) - -* Fix root index mapping handling and update test expected values ([`0a6c0ef`](https://github.com/OpenPecha/toolkit-v2/commit/0a6c0ef5ef7969278e3d88f818c53d646e5637be)) - -* Add method to handle multiple root indices and get commentary pechas mapping ([`845f750`](https://github.com/OpenPecha/toolkit-v2/commit/845f750cc4809c21ab9a61f1edeba234a4b28ffe)) - -* Refactor commentary processing into smaller methods for better readability ([`182d9b0`](https://github.com/OpenPecha/toolkit-v2/commit/182d9b03e8c2cc289cc830dba8aff17fac96b6fb)) - -* Refactor validation logic into reusable is_valid_ann method ([`e7255ca`](https://github.com/OpenPecha/toolkit-v2/commit/e7255cab1134653a5db9b139f168c5a819cf28aa)) - -* Refactor get_first_valid_root_idx into static method for better reusability ([`43a9e72`](https://github.com/OpenPecha/toolkit-v2/commit/43a9e721aa7a038cbeab0f7bbf8572f09a30e7b8)) - -* Refactor commentary transfer with helper functions for root index validation ([`2ea9288`](https://github.com/OpenPecha/toolkit-v2/commit/2ea9288126b45a226c03fc571d3e181fcc340a70)) - -* Rename process_segment_num_for_chapter to adjust_segment_num_for_chapter ([`00f3505`](https://github.com/OpenPecha/toolkit-v2/commit/00f3505ae625098a7f2c03a52e6b738b1dc3d299)) - -* Rename get_chapter_num_from_segment_num to get_chapter_for_segment for clarity ([`9138879`](https://github.com/OpenPecha/toolkit-v2/commit/9138879c65b83cd812df390bf0d376728c048fec)) - -* Add return type annotation for mapping_to_text_list and remove test calls ([`06aaad3`](https://github.com/OpenPecha/toolkit-v2/commit/06aaad3b10cab06480397707d26db8c804bbeaba)) - -* Rename get_serialized_from_mapping to mapping_to_text_list for better clarity ([`35c5c46`](https://github.com/OpenPecha/toolkit-v2/commit/35c5c46f34b5dd4d01f847ed145077422714dafc)) - -* Rename root_idx to aligned_idx for better clarity in translation transfer ([`a71702d`](https://github.com/OpenPecha/toolkit-v2/commit/a71702dd4122b6bd2cb462f7294e235df3388de5)) - -* Refactor translation transfer with code reuse and add test execution code ([`55ae55a`](https://github.com/OpenPecha/toolkit-v2/commit/55ae55acd293833ce940417a3db2bf0b9416b4ab)) - -* Remove test code and simplify root segmentation mapping logic ([`061f924`](https://github.com/OpenPecha/toolkit-v2/commit/061f92441557cf15dee4545e76ab1581352fd5a4)) - -* Refactor layer loading in translation_transfer to improve readability ([`f62ca41`](https://github.com/OpenPecha/toolkit-v2/commit/f62ca4168a3001775df66547bb44ec44541e6e04)) - -* Rename translation_alignment_layer var to layer and add test execution code ([`a9b90a5`](https://github.com/OpenPecha/toolkit-v2/commit/a9b90a5f4209bce0865ced9d9e0184cecd04afc4)) - -* Reorder root index parsing to avoid unnecessary processing for empty commentary text ([`51e6ae2`](https://github.com/OpenPecha/toolkit-v2/commit/51e6ae20115c00e6f11eb5990f9f4cf6223a15a4)) - -* Rename serialized_content to res and improve code formatting in commentary_transfer.py ([`9c438a3`](https://github.com/OpenPecha/toolkit-v2/commit/9c438a39b697d8c762bbdf240ea6f39ff2aa4f30)) - -* Improve docstring formatting for better readability ([`7d296cd`](https://github.com/OpenPecha/toolkit-v2/commit/7d296cd26a1890a384013787200c8da334dafb13)) - -* Refactor commentary transfer with improved type hints and code organization ([`ddcd874`](https://github.com/OpenPecha/toolkit-v2/commit/ddcd8749b33ecdff4238cd1e20edbb2c9590cf5a)) - -* Rename display_layer variables to segmentation for clarity and consistency ([`b18bf91`](https://github.com/OpenPecha/toolkit-v2/commit/b18bf91a1ad38b73b09ec8578a09c1d9fb6073f8)) - -* Rename ann_to_dict method to index_annotations_by_root for better clarity ([`62b8c4f`](https://github.com/OpenPecha/toolkit-v2/commit/62b8c4f2fb1ae68211db36dc771fe70a780590b1)) - -* Refactor extract_root_anns to ann_to_dict for simpler annotation processing ([`9d035ad`](https://github.com/OpenPecha/toolkit-v2/commit/9d035ad17eb4b716e6f9a8ed9a6e04d82204b0ca)) - -* Refactor annotation mapping logic with improved type hints and variable names ([`6b6c7ff`](https://github.com/OpenPecha/toolkit-v2/commit/6b6c7ff80398891854a4fa15799ab34795e78578)) - -* Rename display layer to segmentation layer and refactor mapping function ([`7baf131`](https://github.com/OpenPecha/toolkit-v2/commit/7baf131e224c40228290a45a7f520234a2ed05f2)) - -* Rename translation serialization methods for clarity and remove test code ([`15be984`](https://github.com/OpenPecha/toolkit-v2/commit/15be984d6c6fbcd0dcbaa7105489bc5efb28b93d)) - -* Improve serialization docstrings for translation alignment and segmentation ([`8277fef`](https://github.com/OpenPecha/toolkit-v2/commit/8277fefcf7466aa15658becbf6652bc26d118c1f)) - -* Improve variable names and add type hints in translation transfer functions ([`cf64a75`](https://github.com/OpenPecha/toolkit-v2/commit/cf64a75586a845bb752a8e10a4c4a91a2c067893)) - -* Rename variables for better clarity and consistency in translation_transfer.py ([`1af94a6`](https://github.com/OpenPecha/toolkit-v2/commit/1af94a67722fb6de0e0d2443939c992aa8ca2b8a)) - -* Refactor translation layer loading and variable naming in translation_transfer.py ([`f71f009`](https://github.com/OpenPecha/toolkit-v2/commit/f71f0090a958e8fbbb130cb67453334d3588bafd)) - -* Rename mapping var to map and fix display layer path in translation mapping ([`7e4a579`](https://github.com/OpenPecha/toolkit-v2/commit/7e4a579f80ebda02b59bc15ecca39a5ae70f640d)) - -* Add translation_display_id param to get_translation_pechas_mapping method ([`d7a92e4`](https://github.com/OpenPecha/toolkit-v2/commit/d7a92e408fb6f561a75098e2f3832e46c3a3b0ce)) - -* Remove unnecessary blank lines in translation_transfer.py ([`4846d89`](https://github.com/OpenPecha/toolkit-v2/commit/4846d89236feac137670f98b6935686ff72e783e)) - -* Refactor translation transfer to use get_anns and improve span handling ([`89dbd97`](https://github.com/OpenPecha/toolkit-v2/commit/89dbd97891ccfc187a075c75fe2e756b61061477)) - -* Rename transfer_layer to alignment_layer for better clarity ([`94ac7e7`](https://github.com/OpenPecha/toolkit-v2/commit/94ac7e7f02e59c6fd1007af6d4d2b3abe37f4932)) - -* Replace AnnotationStore with load_layer for loading layer files ([`f454359`](https://github.com/OpenPecha/toolkit-v2/commit/f4543598fddd68b8c8528c4a727c4fdaf862cf62)) - -* add segmentation pecha display layer to commentary pecha ([`a8d0805`](https://github.com/OpenPecha/toolkit-v2/commit/a8d0805d49ffcb09de96ea17af133562eb248a4f)) - -* Merge pull request #300 from OpenPecha/fix/dont-return-layername-after-DocxUpdate - -Add return type hint and remove unused layer name variable in update_… ([`5ed188f`](https://github.com/OpenPecha/toolkit-v2/commit/5ed188f22682c15814592845b0140ecf24c91f0f)) - -* Add return type hint and remove unused layer name variable in update_annotation ([`61ebd8f`](https://github.com/OpenPecha/toolkit-v2/commit/61ebd8f2fcc3a0baff7f089229613c834aa69858)) - -* Merge pull request #298 from OpenPecha/feat/publish_package - -updated .releaserc.json ([`a6993f0`](https://github.com/OpenPecha/toolkit-v2/commit/a6993f002f5c965d370cfc7937903093e5d82d2a)) - -## v2.1.0 (2025-05-04) - -### Feature - -* feat: implement docx annotation update functionality ([`05d9e51`](https://github.com/OpenPecha/toolkit-v2/commit/05d9e514abfbfbea175feb8d1157f3b73251d9ce)) - -* feat: load annotation store as layer ([`9e3e11e`](https://github.com/OpenPecha/toolkit-v2/commit/9e3e11e7e599a40a3044a8c28146ddf6e9c1892d)) - -* feat: import blupdate from old version ([`b671460`](https://github.com/OpenPecha/toolkit-v2/commit/b6714609d0eea1a2f302551e257a37cda621b73c)) - -### Fix - -* fix(pecha.merge): update reference resources ([`be29654`](https://github.com/OpenPecha/toolkit-v2/commit/be296544ff485dd7bc1e92d78891303a3439be55)) - -* fix: annotation offset edits in update layer ([`3c7d535`](https://github.com/OpenPecha/toolkit-v2/commit/3c7d5350c85170907e8bca9f2e96a6dcd8e8a063)) - -* fix: update layer ([`dcbc1f8`](https://github.com/OpenPecha/toolkit-v2/commit/dcbc1f8e322be658760119d784436f6e8776ae11)) - -### Refactor - -* refactor: update LayerEnum values to use uppercase constants ([`6174155`](https://github.com/OpenPecha/toolkit-v2/commit/61741552afbbc719e69e91aa9a300ce028f919b6)) - -* refactor: move test data to SharedPechaSetup class ([`b82ae24`](https://github.com/OpenPecha/toolkit-v2/commit/b82ae24a2998fbd064c17979104306fe55f1c15b)) - -* refactor: simplify test metadata using class attributes ([`cc24b40`](https://github.com/OpenPecha/toolkit-v2/commit/cc24b409c2f20dfb4e81499922753e6b9852188b)) - -* refactor: replace root_display_pecha with root_alignment_id in serializer ([`a82d243`](https://github.com/OpenPecha/toolkit-v2/commit/a82d243d89fb4506f0ddd21e5c6362a1a776b23c)) - -* refactor: rename meaning_segment_layer to layer for consistency ([`59723e6`](https://github.com/OpenPecha/toolkit-v2/commit/59723e6626d1231e55e868a5b327b9dccb252b14)) - -* refactor: remove language-specific segment layer enums and use root_segment ([`9006439`](https://github.com/OpenPecha/toolkit-v2/commit/900643976cbf1193ff5480d0cfe303b78e2fa9e4)) - -### Unknown - -* updated .releaserc.json ([`0891ca4`](https://github.com/OpenPecha/toolkit-v2/commit/0891ca4bd153918370a112423939700771cbbbdd)) - -* Merge pull request #297 from OpenPecha/feat/publish_package - -added .releaserc.json ([`bda7349`](https://github.com/OpenPecha/toolkit-v2/commit/bda7349507345f3d1334b771b66b97c3d3972b7e)) - -* added .releaserc.json ([`ba9efa5`](https://github.com/OpenPecha/toolkit-v2/commit/ba9efa58daec6ed5f68ef766c564ce56a632e6e4)) - -* Merge pull request #296 from OpenPecha/feat/publish_package - -fix pyproject for package publishing ([`46a1bce`](https://github.com/OpenPecha/toolkit-v2/commit/46a1bce21c22bd12226afda729bd2765e8fa3852)) - -* fix pyproject for package publishing ([`27db385`](https://github.com/OpenPecha/toolkit-v2/commit/27db385a50433498a47e146db5af2ee62f00d9f5)) - -* Merge pull request #295 from OpenPecha/feat/publish_package - -fix python version ([`c39bfc8`](https://github.com/OpenPecha/toolkit-v2/commit/c39bfc80ea78926026d5ac28759266b252e0d445)) - -* fix python version ([`a0dc0e9`](https://github.com/OpenPecha/toolkit-v2/commit/a0dc0e9df8ad8b8488d8db7df57ecaf8b3256caa)) - -* Merge pull request #292 from OpenPecha/feat/publish_package - -Feat/publish package ([`e9ffdcb`](https://github.com/OpenPecha/toolkit-v2/commit/e9ffdcb68e2d8905d0fad49bef00b32fff5f9eb2)) - -* updated workflow github actions ([`4aa5eb2`](https://github.com/OpenPecha/toolkit-v2/commit/4aa5eb25c515d2ae485bc7d294551c920ea5e5ee)) - -* updated ([`4c7ce7a`](https://github.com/OpenPecha/toolkit-v2/commit/4c7ce7a7c1f4c94d13d8579f5c9b3d2358e7ab93)) - -* updated python version to 3.10 ([`367fed9`](https://github.com/OpenPecha/toolkit-v2/commit/367fed9b27eac164e981de231dae6e88b81f555b)) - -* updated python version in the publish.yml ([`b448ea9`](https://github.com/OpenPecha/toolkit-v2/commit/b448ea92145ecedf974826898280424e13bb6acc)) - -* updated metadata test, added dev requirement file and updates ([`e439f2e`](https://github.com/OpenPecha/toolkit-v2/commit/e439f2e6f248e365c423f69fa9a9aaf3b9162c93)) - -* Merge branch 'main' of https://github.com/OpenPecha/toolkit-v2 into feat/publish_package ([`5c24c1c`](https://github.com/OpenPecha/toolkit-v2/commit/5c24c1cdeb51731e02be1667fc9cdb57e6286064)) - -* Merge pull request #294 from OpenPecha/modify/include-annotation_type-in-DocxParser-parse - -Modify/include annotation type in docx parser parse ([`6d89b5a`](https://github.com/OpenPecha/toolkit-v2/commit/6d89b5af3ee02e75269cd82aaae39484a7dfd198)) - -* Rename layer enums and functions to use annotation terminology ([`9ff5f3f`](https://github.com/OpenPecha/toolkit-v2/commit/9ff5f3fc0f3fda547ec5edcd3253cb75fb3a2a70)) - -* Make DummyParser inherit from BaseParser and remove redundant code ([`0eb896c`](https://github.com/OpenPecha/toolkit-v2/commit/0eb896c774fd83fa243bfb1e8748e3755c067efa)) - -* Refactor LayerEnum to AnnotationType across codebase ([`d0b0854`](https://github.com/OpenPecha/toolkit-v2/commit/d0b08544eb95bab1b31150449f8df3d98c40407d)) - -* Add annotation_type param to docx parser for flexible layer creation ([`98df76f`](https://github.com/OpenPecha/toolkit-v2/commit/98df76f22197d42dcc03d849e19759b999d74a7a)) - -* Merge pull request #293 from OpenPecha/feat/PreAlignedRootTranslationSerializer-with-PechaDisplay - -Feat/pre aligned root translation serializer with pecha display ([`3b6c37e`](https://github.com/OpenPecha/toolkit-v2/commit/3b6c37e8594472b44703fbb27e34738316713e7b)) - -* Merge branch 'main' into feat/PreAlignedRootTranslationSerializer-with-PechaDisplay ([`fbf6b2b`](https://github.com/OpenPecha/toolkit-v2/commit/fbf6b2bd9fd22e278ae95e9a852df2fc4d4ed6c6)) - -* Add support for translation display ID in prealigned root translation serialization ([`be799d2`](https://github.com/OpenPecha/toolkit-v2/commit/be799d204e7ec94c2582ea332af07081ddf89777)) - -* Add test data for prealigned root translation with alignment files ([`43ac1dd`](https://github.com/OpenPecha/toolkit-v2/commit/43ac1ddb84e46f5b37fe411476f9e079a0dc4880)) - -* Remove test execution code from translation transfer test file ([`143354e`](https://github.com/OpenPecha/toolkit-v2/commit/143354e524f4236a8dad7d8377c3441b67a5c06d)) - -* fix logic to get serialized translation with pecha display ([`fac8a5f`](https://github.com/OpenPecha/toolkit-v2/commit/fac8a5f2a641967ee2bd922ec6fed87fadf64323)) - -* Refactor layer loading into common function and update usage across modules ([`d60e8aa`](https://github.com/OpenPecha/toolkit-v2/commit/d60e8aaec8eef5ff48897de643d92c8c14e90bcc)) - -* Rename test function to test_prealigned_root_translation_pecha for clarity ([`676e139`](https://github.com/OpenPecha/toolkit-v2/commit/676e139ab395d8f4d92a5840252dd133d54fb9e9)) - -* Refactor layer loading into separate method for better code reusability ([`4601a09`](https://github.com/OpenPecha/toolkit-v2/commit/4601a0971b1884392d53445c2014602c3b2da61d)) - -* refactor rename extract root anns to extract anns ([`f5395ae`](https://github.com/OpenPecha/toolkit-v2/commit/f5395ae2256286cbfe5166703557fb5891042c79)) - -* Rename variables for clarity and consistency in translation transfer module ([`f0cac26`](https://github.com/OpenPecha/toolkit-v2/commit/f0cac26807e8d808bbcb7d8969753bf572176c21)) - -* Add serialized translation display with display index test ([`6aba076`](https://github.com/OpenPecha/toolkit-v2/commit/6aba07699ff99538d43466a985ab66e211a5d666)) - -* Fix layer mapping order and update test mapping data ([`f364fe1`](https://github.com/OpenPecha/toolkit-v2/commit/f364fe1e252a2ffcfdd296583e9338eafb690fed)) - -* Add method to get mapping between translation display pecha and translation pecha ([`b58d38f`](https://github.com/OpenPecha/toolkit-v2/commit/b58d38f7f5fb917d8cc817894cc9cdb49cbb9eaa)) - -* Refactor extract_root_anns and improve type hints for annotation mapping ([`7e70bcc`](https://github.com/OpenPecha/toolkit-v2/commit/7e70bcc2d2c80b9c8cf74d0560646da0704bc8af)) - -* Refactor translation transfer with improved type hints and code organization ([`39b4fe5`](https://github.com/OpenPecha/toolkit-v2/commit/39b4fe579a2c304403d23c9060b445f3d10c62db)) - -* Remove unused get_first_layer_path method from TranslationAlignmentTransfer class ([`c8a6181`](https://github.com/OpenPecha/toolkit-v2/commit/c8a618132316c85307ba2aaf71051be6244dc45a)) - -* Remove base_update method and cleanup unused code in commentary_transfer.py ([`7918de1`](https://github.com/OpenPecha/toolkit-v2/commit/7918de1e9d136d3dcfc2c70a26b25cf56dd4a026)) - -* Add translation alignment ID parameter to support TestTranslationAlignmentTransfer ([`721eddb`](https://github.com/OpenPecha/toolkit-v2/commit/721eddb6e28150ea58647b5cabde931e0832fb9d)) - -* add Root Translation segmentation annotation (Pecha Display) ([`b0677d2`](https://github.com/OpenPecha/toolkit-v2/commit/b0677d20f8a22238a56c1d9b39d9597867142061)) - -* Update alignment path from E949/alignment-2F29 to BEC3/alignment-90C0 ([`8e77316`](https://github.com/OpenPecha/toolkit-v2/commit/8e773164ee4fe3f5ca54f1dc7bc17847180fdcd9)) - -* updated files and added poetry.lock file as well ([`246e8c3`](https://github.com/OpenPecha/toolkit-v2/commit/246e8c3b837bb50b6363229677f5e7e7ce676727)) - -* fix the pyproject.tml content ([`733cfae`](https://github.com/OpenPecha/toolkit-v2/commit/733cfae4d2f14e2720fc7c17e8704cc8bdfee1e0)) - -* added the required files ([`3e37c80`](https://github.com/OpenPecha/toolkit-v2/commit/3e37c80f32f38b17b5970837af9360df252f0b56)) - -* Merge pull request #291 from OpenPecha/fix/add-PechaTools-serializer - -Add translation editor serializer with tests and supporting utilities ([`1a53b72`](https://github.com/OpenPecha/toolkit-v2/commit/1a53b7241dac198dd78461f7ff34dd676dd18298)) - -* Add translation editor serializer with tests and supporting utilities ([`0430c26`](https://github.com/OpenPecha/toolkit-v2/commit/0430c267117b1f1361d4b9b9ac58ae7e807cc982)) - -* Merge pull request #290 from OpenPecha/fix/LayerEnum-values-in-AnnotationModel - -Update enum values and type strings for consistency in annotation tests ([`9a64b8e`](https://github.com/OpenPecha/toolkit-v2/commit/9a64b8ebe52bad27d5cc0e1a36e0bd9cf160d530)) - -* Update enum values and type strings for consistency in annotation tests ([`cbb32b9`](https://github.com/OpenPecha/toolkit-v2/commit/cbb32b91614ee899c0b0c991bde3b7004fe3091b)) - -* Merge pull request #287 from OpenPecha/fix/Enums-naming-convention - -Fix/enums naming convention ([`430fd4b`](https://github.com/OpenPecha/toolkit-v2/commit/430fd4bc8b57dc17e9e6ca76b188f4cde81676c3)) - -* update the LayerEnum, LayerGroup, LayerCollection in stam test files ([`0f715d3`](https://github.com/OpenPecha/toolkit-v2/commit/0f715d338f557cc298f5666394a97038a0aa3b8b)) - -* Update layer file naming convention to lowercase in OCR test files ([`efab390`](https://github.com/OpenPecha/toolkit-v2/commit/efab390be8f7bdcd7b5e9f2ff7bc13623aa5fb32)) - -* update the test files in DocxUpdate ([`c6c7ed0`](https://github.com/OpenPecha/toolkit-v2/commit/c6c7ed0b0aaaecd4c4c72baa51ff82d61e95dd39)) - -* update test files in DocxAnnotationParser ([`b54dda8`](https://github.com/OpenPecha/toolkit-v2/commit/b54dda8ee44f67bda02f08788bd9080b30686a55)) - -* Update sapche annotation key from "Sapche" to "sapche" in test files ([`9260e7b`](https://github.com/OpenPecha/toolkit-v2/commit/9260e7b4e242c5502555439b78ba7250f36d1b69)) - -* update the test in docx update ([`37eb15b`](https://github.com/OpenPecha/toolkit-v2/commit/37eb15b056845ca7dbf4085af77a875a5613a22f)) - -* Update annotation filenames to use lowercase in test_serializer.py ([`593e9a8`](https://github.com/OpenPecha/toolkit-v2/commit/593e9a826388c00ed0da34231e8a933909d8500b)) - -* Update file paths to use lowercase for layer names in filenames ([`43152d2`](https://github.com/OpenPecha/toolkit-v2/commit/43152d2e7e808f63b2da39c2f58f503a2896059c)) - -* Update annotation paths to use lowercase filenames in test files ([`a92dbe0`](https://github.com/OpenPecha/toolkit-v2/commit/a92dbe002b60a0df81ea091bfd7f2f59f16691fa)) - -* Fix book title layer enum value to use snake_case format ([`154846b`](https://github.com/OpenPecha/toolkit-v2/commit/154846ba9c7b22994ea36455e4b6664f0ed03afc)) - -* Add test cases for get_text_with_pagination and get_text_with_notes functions ([`18a620e`](https://github.com/OpenPecha/toolkit-v2/commit/18a620eecb76fd4f40209519a975d74f8f3b5ea8)) - -* update layer file names to lowercase in UpdateSerializer ([`e48bad6`](https://github.com/OpenPecha/toolkit-v2/commit/e48bad6b78c5109768ed7f0b292c4cc8394fca20)) - -* Update alignment and segmentation file paths to use lowercase names ([`338faa8`](https://github.com/OpenPecha/toolkit-v2/commit/338faa8d54010f937ff6a4c61c7b072cd0cdeed9)) - -* update layer file names in lowercase in pedurma tests ([`e200d6f`](https://github.com/OpenPecha/toolkit-v2/commit/e200d6f1b6647fcefc5c2aae3af47895e633ba11)) - -* Fix alignment file paths to use lowercase in test_simple_commentary.py ([`152a6d1`](https://github.com/OpenPecha/toolkit-v2/commit/152a6d1ae807249235cf397401ccfe2f507c27cf)) - -* Update file paths to use lowercase for alignment and segmentation layer names ([`85d5782`](https://github.com/OpenPecha/toolkit-v2/commit/85d5782f8bd050e96678f19d50dfd6bc895cb998)) - -* Remove test function call from test_pecha_db_serializer.py ([`258a74d`](https://github.com/OpenPecha/toolkit-v2/commit/258a74dbe7f42c86a92aa755991c3f4e9d5fc8b9)) - -* update complex commentary layer files to lower cases ([`4ab5970`](https://github.com/OpenPecha/toolkit-v2/commit/4ab5970b31fb195f7335e4596280e10fdb7aac37)) - -* Fix segmentation layer filename casing in test_pecha_merge.py ([`6f40502`](https://github.com/OpenPecha/toolkit-v2/commit/6f4050208a1b126430bb7c8288cf1fa7df3d5200)) - -* Fix chapter key casing in test_chonjuk.py from Chapter to chapter ([`ae5d4db`](https://github.com/OpenPecha/toolkit-v2/commit/ae5d4dbaf06aa8ed19a5d0b127bc13cca16f7cdb)) - -* Merge pull request #289 from OpenPecha/add/import-test-AnnotationModel-from-backend - -Add comprehensive test cases for AnnotationModel validation and seria… ([`2f4555f`](https://github.com/OpenPecha/toolkit-v2/commit/2f4555fbf6091236eb924a6f5e55da3066379bb3)) - -* Add field descriptions for pecha_id and alignment_id in PechaAlignment model ([`3857c2b`](https://github.com/OpenPecha/toolkit-v2/commit/3857c2b82175ec20f752aef04f3650653aaed5b1)) - -* Add comprehensive test cases for AnnotationModel validation and serialization ([`a7f4099`](https://github.com/OpenPecha/toolkit-v2/commit/a7f409905ce70cf9c4ba9f131a07212844aad177)) - -* Merge pull request #286 from OpenPecha/fix/warnings - -Fix model fields access using type() to get class-level fields instea… ([`7d5afe5`](https://github.com/OpenPecha/toolkit-v2/commit/7d5afe59d0fadc53c9b00b848274f9c328053cb6)) - -* Fix model fields access using type() to get class-level fields instead of instance fields ([`41cd7d9`](https://github.com/OpenPecha/toolkit-v2/commit/41cd7d9da4dc6af6a75e66e303ed7b4fcf0d1ab7)) - -* Merge pull request #275 from OpenPecha/modify-serializers/include-annotation_id-argument - -Modify serializers/include annotation path argument ([`e795e1e`](https://github.com/OpenPecha/toolkit-v2/commit/e795e1e0e1702e1d3a0b7b4a850c9e8a8d55ef9e)) - -* Rename annotation id field to path for better semantic clarity ([`1d9274f`](https://github.com/OpenPecha/toolkit-v2/commit/1d9274fda436cb8c2709e5942b377b362cb9047b)) - -* Merge remote-tracking branch 'origin/main' into modify-serializers/include-annotation_id-argument ([`782b41d`](https://github.com/OpenPecha/toolkit-v2/commit/782b41d19e56cd54e3f53cc6f1108bfca4e63925)) - -* Refactor pecha serialization using registry pattern and separate handler functions ([`8609da9`](https://github.com/OpenPecha/toolkit-v2/commit/8609da938a5212a17cdf17a6df08c2b969d1c232)) - -* Fix index for root pecha and annotation id in root translation serialization ([`7b59e88`](https://github.com/OpenPecha/toolkit-v2/commit/7b59e88381fd98b51ba18348b1bb93be8cb2611d)) - -* Remove unused get_first_layer_path method from CommentaryAlignmentTransfer class ([`83d12a7`](https://github.com/OpenPecha/toolkit-v2/commit/83d12a726a8b1a4676cd99ba90f598cd848345c3)) - -* Remove version_of field from metadata and update has_version_of docstring ([`bf3a437`](https://github.com/OpenPecha/toolkit-v2/commit/bf3a437b51f334462bdfb1132cfd7a8a5cd54bf4)) - -* Refactor docx annotation parser test using SharedPechaSetup class ([`3f9930b`](https://github.com/OpenPecha/toolkit-v2/commit/3f9930b38e392f71622c71049190db3e0f7b2367)) - -* Refactor docx test setup using SharedPechaSetup class ([`51e5174`](https://github.com/OpenPecha/toolkit-v2/commit/51e517481d88ec201b2a4d1d73de58274a151691)) - -* Refactor SharedPechaSetup ([`cee71cb`](https://github.com/OpenPecha/toolkit-v2/commit/cee71cb6319f0036bb96366581de9d26392ec22e)) - -* delete unneccessary files from test_pecha_types ([`c22a66d`](https://github.com/OpenPecha/toolkit-v2/commit/c22a66dabb59b8ca8356d602068d5c7174d255ad)) - -* create PechaSetup for test codes refactorization ([`410a1bf`](https://github.com/OpenPecha/toolkit-v2/commit/410a1bf9e6b09d3da6c20950f1b2fb03b2b9fe20)) - -* Update prealigned commentary serializer with alignment IDs and fix test ([`590d5a1`](https://github.com/OpenPecha/toolkit-v2/commit/590d5a1b283cb7f8bda089c6739e74924cd2f565)) - -* Fix root alignment ID retrieval and update test for prealigned translation ([`b668b5b`](https://github.com/OpenPecha/toolkit-v2/commit/b668b5ba89a34530341ab627be323c1d8fb114af)) - -* Update alignment IDs and add test execution code in test_serializer.py ([`c21cb3d`](https://github.com/OpenPecha/toolkit-v2/commit/c21cb3db4033c099e01457d7ec86f1bd0d6cdeba)) - -* Add annotation metadata to test pecha metadata ([`339cef6`](https://github.com/OpenPecha/toolkit-v2/commit/339cef664457fe443b4f1332311b6ccd8b299b28)) - -* Add annotation metadata to test pecha metadata ([`601259c`](https://github.com/OpenPecha/toolkit-v2/commit/601259c7f94c6595844bdec2e5c3194916764cfd)) - -* Fix alignment ID comparison in pecha type determination ([`1936a77`](https://github.com/OpenPecha/toolkit-v2/commit/1936a77af50f24a6d703de472d26d20488489f88)) - -* Fix root pecha detection logic in is_version_pecha function ([`497c9e0`](https://github.com/OpenPecha/toolkit-v2/commit/497c9e0aab25d4081cdb37910c0b021d480e0b78)) - -* Add test data for commentary translation pecha and update test case ([`1ecd644`](https://github.com/OpenPecha/toolkit-v2/commit/1ecd644309c566ce774abe2844e925f285124312)) - -* Refactor pecha type tests and add commentary translation path ([`f5eb368`](https://github.com/OpenPecha/toolkit-v2/commit/f5eb3685fd3e31c70ed877476c0f103f02d3ed3e)) - -* Merge remote-tracking branch 'origin/fix/rename-annotation_id-to-annotation_path' into modify-serializers/include-annotation_id-argument ([`de40245`](https://github.com/OpenPecha/toolkit-v2/commit/de40245dd659b59aa7054773a8ebf4aa76cfb97b)) - -* Comment out test cases for prealigned commentary and translation serialization ([`d6ff64c`](https://github.com/OpenPecha/toolkit-v2/commit/d6ff64c15ff62f0df5836f285c4ea08ba62ccd76)) - -* Update PreAlignedRootTranslationSerializer to use root alignment ID instead of display pecha ([`4aec707`](https://github.com/OpenPecha/toolkit-v2/commit/4aec707bb90ad4febe09e0855ac943a324836fbb)) - -* Remove root_display_pecha and update test cases to use root_pecha instead ([`ba652d4`](https://github.com/OpenPecha/toolkit-v2/commit/ba652d46d19afe89957b331a4e9f37626568e3c1)) - -* Refactor PreAlignedCommentarySerializer to use alignment ID instead of display pecha ([`1db4ba8`](https://github.com/OpenPecha/toolkit-v2/commit/1db4ba88d78b3d1ae719ea61d490e9fd7f308b14)) - -* Move test files from commentary to translation directory ([`cffef04`](https://github.com/OpenPecha/toolkit-v2/commit/cffef04b3e8b0767b67868820c769dca22daf75c)) - -* Update test file paths and annotation ID in docx update tests ([`620534e`](https://github.com/OpenPecha/toolkit-v2/commit/620534e05b1b3143408da33cc18ecc5c0338fedb)) - -* Update test paths and remove root display pecha references ([`adf6106`](https://github.com/OpenPecha/toolkit-v2/commit/adf61067f27778376604c5758ed8b2cd89696ba8)) - -* Update test paths and remove root display pecha references ([`b5d8ff4`](https://github.com/OpenPecha/toolkit-v2/commit/b5d8ff4dc699141afdddac3051382f6f61adebd5)) - -* Reorganize test data directory structure and update test paths ([`c719579`](https://github.com/OpenPecha/toolkit-v2/commit/c7195790b879d3aa1dfe4d610beecb1de25a7bbb)) - -* Update commentary transfer to use explicit alignment IDs instead of first layer path ([`05dc693`](https://github.com/OpenPecha/toolkit-v2/commit/05dc693495685bb4be82430ebcad0032d1024116)) - -* Update root pecha mapping to use alignment layer instead of base update ([`8fd4576`](https://github.com/OpenPecha/toolkit-v2/commit/8fd457669f5ebfd0664fabda89e743cfdf0fdf4e)) - -* Reorganize test data files for translation transfer tests ([`bcda1cb`](https://github.com/OpenPecha/toolkit-v2/commit/bcda1cb81272639d4d52b9154ed3bb6b9dff867d)) - -* Refactor translation transfer to use root pecha alignment layer directly ([`1e8c817`](https://github.com/OpenPecha/toolkit-v2/commit/1e8c8174912c71a41e090a7878ce551151ec1e86)) - -* Add annotation_id parameter to commentary serializer and update tests ([`7db93ee`](https://github.com/OpenPecha/toolkit-v2/commit/7db93ee0271c224faa88e40649b4594c0b005928)) - -* Add annotation_id param to SimpleCommentarySerializer for specific layer access ([`1fdeca2`](https://github.com/OpenPecha/toolkit-v2/commit/1fdeca26e9a3c66795db3fb72a2725561e0c6f39)) - -* Add annotation_id param to RootSerializer.serialize() method calls ([`0434bcd`](https://github.com/OpenPecha/toolkit-v2/commit/0434bcde75748496b632be3aa33761c54afa1b25)) - -* Add annotation_id parameter to serialize method for root pecha serialization ([`812694c`](https://github.com/OpenPecha/toolkit-v2/commit/812694c9bd8ee083fa7bbc7e9ce86504ba6a782e)) - -* Add alignment annotations to pecha metadata and update alignment IDs ([`8b0abd8`](https://github.com/OpenPecha/toolkit-v2/commit/8b0abd8793c0ac2f71cd5128754346ce6b756979)) - -* Add annotations field with AnnotationModel to pecha metadata ([`b9c4d5d`](https://github.com/OpenPecha/toolkit-v2/commit/b9c4d5d5d6ec7ae7bf6e0596db8eadba4a470133)) - -* Merge pull request #285 from OpenPecha/fix/AnnotationModel - -Fix/annotation model ([`cf08ce1`](https://github.com/OpenPecha/toolkit-v2/commit/cf08ce164f5f5efa8f10a456cad4dcd7e5f94c75)) - -* Set default LayerEnum.segmentation for annotation type field ([`f007714`](https://github.com/OpenPecha/toolkit-v2/commit/f0077149947fcd03f880a02db248c9ef5d45ec8c)) - -* Add description field to pecha_id in AnnotationModel ([`5191e53`](https://github.com/OpenPecha/toolkit-v2/commit/5191e53eadec76b69c5dc9c70117768b7d9dba41)) - -* Update PechaId validator to use new pydantic v2 core schema API ([`c043da1`](https://github.com/OpenPecha/toolkit-v2/commit/c043da1ccf29c8ce3dc0001c86da95b073677319)) - -* Merge pull request #284 from OpenPecha/fix/AnnotationModel-validation - -Remove alignment validation from Layer model ([`f4ef391`](https://github.com/OpenPecha/toolkit-v2/commit/f4ef3918546219fa753c9e1cb9af54f1038624d5)) - -* Remove alignment validation from Layer model ([`766df4c`](https://github.com/OpenPecha/toolkit-v2/commit/766df4cd42994e72493b21485bb3a24e3e56f425)) - -* Merge pull request #283 from OpenPecha/fix/LayerEnum-str-handling - -Update LayerEnum to support string values and handle string annotatio… ([`0831d99`](https://github.com/OpenPecha/toolkit-v2/commit/0831d99463eda897956f57d1c2bf9fe9042182d2)) - -* Update LayerEnum to support string values and handle string annotation types ([`2dbbd94`](https://github.com/OpenPecha/toolkit-v2/commit/2dbbd9418166465451b898bb32c56a77e699d3a4)) - -* Merge pull request #282 from OpenPecha/add-log-to-add_annotation - -add log to add-annotation ([`be6e58b`](https://github.com/OpenPecha/toolkit-v2/commit/be6e58b7eeec5f0d974770058a13dd8ea56ba019)) - -* add log to add-annotation ([`082f20a`](https://github.com/OpenPecha/toolkit-v2/commit/082f20aa48b07cd44425b0c29d74ae3cbf2b8be7)) - -* Merge pull request #280 from OpenPecha/fix/rename-annotation_id-to-annotation_path - -Fix/rename annotation id to annotation path ([`e1b6a0b`](https://github.com/OpenPecha/toolkit-v2/commit/e1b6a0b63ffea494b6959f30c4d18e0738a77858)) - -* Update variable names from layer_name to annotation_path for clarity ([`e49b261`](https://github.com/OpenPecha/toolkit-v2/commit/e49b26152728469c68d7a62075a90164a8b58b86)) - -* Replace id field with path in AnnotationMeta class and update test cases ([`1a64ff3`](https://github.com/OpenPecha/toolkit-v2/commit/1a64ff39f7fbe0e3deec0312942bff2c60c1c3e6)) - -* Rename annotation_id to annotation_path for better path representation ([`9a1683c`](https://github.com/OpenPecha/toolkit-v2/commit/9a1683c622bdbe2622c8c4bda3455de4730e3b16)) - -* Merge pull request #279 from OpenPecha/feat/ignore-footnote - -Feat/ignore footnote ([`37c68e0`](https://github.com/OpenPecha/toolkit-v2/commit/37c68e060609d160ad34302c1e3c27ee97e82f96)) - -* Rename remove_footnotes param to ignore_footnotes for better clarity ([`6a859bc`](https://github.com/OpenPecha/toolkit-v2/commit/6a859bcd6de763a9f84481bb2341999ca4250eec)) - -* Add optional footnote removal in docx text extraction ([`021d505`](https://github.com/OpenPecha/toolkit-v2/commit/021d50596fa12f2ca9b7664fd8260ab6ec89c995)) - -* Rename test_docx_utils.py to test_remove_footnote.py for better test organization ([`101f612`](https://github.com/OpenPecha/toolkit-v2/commit/101f612ae299a10a9fb77fa6a35aa8e1116edb83)) - -* Reorganize footnote test files into separate directories for one and two page tests ([`cf25647`](https://github.com/OpenPecha/toolkit-v2/commit/cf25647832c874970908f91b137bbe0f83e42882)) - -* Add test for footnote removal in two-page document ([`fc15553`](https://github.com/OpenPecha/toolkit-v2/commit/fc155535bfd2589a8ba17b99d47297040367853f)) - -* Fix footnote detection using regex pattern to match footnote followed by digits ([`1f193a2`](https://github.com/OpenPecha/toolkit-v2/commit/1f193a2133dea767fd8335d525431fe960bb18c8)) - -* Add remove_footnote function and test for docx parser ([`2bd597f`](https://github.com/OpenPecha/toolkit-v2/commit/2bd597f8ffcf53c9c86b31dcf38adeed3db46466)) - -* Add test files for docx footnote parsing functionality ([`2c3481f`](https://github.com/OpenPecha/toolkit-v2/commit/2c3481f3abd10d3c1e5584f0366741fcecb737dc)) - -* Refactor docx text extraction into utils module and remove duplicate code ([`983fefc`](https://github.com/OpenPecha/toolkit-v2/commit/983fefc8d54f688faed3d8dc01a88c43b49f3f58)) - -* Merge pull request #278 from OpenPecha/feat/pecha_tools_editor_serializer - -Feat/pecha tools editor serializer ([`adc2816`](https://github.com/OpenPecha/toolkit-v2/commit/adc281635993e380c59d1210bb1354894980ae53)) - -* removed unused function ([`77c706e`](https://github.com/OpenPecha/toolkit-v2/commit/77c706e3674a09652cfa977b799a34a49f7615b8)) - -* added test for pecha tools translation editor serializer ([`baa2ca5`](https://github.com/OpenPecha/toolkit-v2/commit/baa2ca5762d81dde9a4a7f78f83d51e7bbc660cd)) - -* Merge branch 'main' of https://github.com/OpenPecha/toolkit-v2 into feat/pecha_tools_editor_serializer ([`362d2d5`](https://github.com/OpenPecha/toolkit-v2/commit/362d2d51dfd31c7c614d42b407f1aa3d4d9a0e63)) - -* Merge pull request #274 from OpenPecha/feat/Annotation-Model - -Feat/annotation model ([`2dacc65`](https://github.com/OpenPecha/toolkit-v2/commit/2dacc6568dd6f133acb632a853ba19674a17f8fc)) - -* Rename check_alignment_and_aligned_to method to check_alignment ([`06ec145`](https://github.com/OpenPecha/toolkit-v2/commit/06ec1457e153860618e4fc24ad32ddbeb82f9d57)) - -* Add validation for alignment type and aligned_to field in AnnotationModel ([`660a218`](https://github.com/OpenPecha/toolkit-v2/commit/660a2188f0eab8a02a13265e67637e727e4af6fe)) - -* Improve revision validation error handling in annotations.py ([`ef9ddd1`](https://github.com/OpenPecha/toolkit-v2/commit/ef9ddd132e8b1c730d12d65b3bae2bafdc12e539)) - -* Add unit tests for PechaRelationship enum validation and value access ([`0e3637a`](https://github.com/OpenPecha/toolkit-v2/commit/0e3637aaf0e1ee4bca67b763a9fa5ddcb3b4484c)) - -* Fix typo in PechaRelationship class name ([`2c90679`](https://github.com/OpenPecha/toolkit-v2/commit/2c906795429b58f4b83cb2e618452bfdb625094b)) - -* Remove relationship field from PechaAlignment model ([`d24028c`](https://github.com/OpenPecha/toolkit-v2/commit/d24028cdd8bfb4cfab7f46f4c2ca9e9147859fed)) - -* Add relationship field in PechaAlignment and create PechaRelationShip enum class ([`7163394`](https://github.com/OpenPecha/toolkit-v2/commit/71633946716d20cae405b082e9227fb10376a136)) - -* Merge pull request #272 from OpenPecha/feat/Annotation-Model - -Feat/annotation model ([`069a14a`](https://github.com/OpenPecha/toolkit-v2/commit/069a14a81362798a14925eed58fadd4bc7370872)) - -* Add PechaId validation and tests for annotation models ([`b736f54`](https://github.com/OpenPecha/toolkit-v2/commit/b736f5444e3e65343ebda1584d76bbb05c7aa140)) - -* Move Layer and OCRConfidenceLayer classes from layer.py to annotations.py ([`8e851f9`](https://github.com/OpenPecha/toolkit-v2/commit/8e851f9adfb0f28848562e1eff2149628afd4c83)) - -* Merge pull request #271 from OpenPecha/fix/parser-return-naming-convention - -Fix/parser return naming convention ([`f471597`](https://github.com/OpenPecha/toolkit-v2/commit/f4715970161870701a4c7161ccd785f155696f11)) - -* Rename ann_path to annotation_id for better variable naming clarity ([`de0f8f4`](https://github.com/OpenPecha/toolkit-v2/commit/de0f8f466969f07a37254b73c3dfbcbaf281195c)) - -* Rename ann_type variable to type in test_docx_ann_parser.py ([`aee12ee`](https://github.com/OpenPecha/toolkit-v2/commit/aee12ee3052a1bcacb93b1138f44240b62a475bf)) - -* Rename ann_type parameter to type in docx parser annotation methods ([`aa879f6`](https://github.com/OpenPecha/toolkit-v2/commit/aa879f6b30c76e80134dd79a880ae6872712f750)) - -* Merge pull request #269 from OpenPecha/feat/update-commentary-layer - -Feat/update commentary layer ([`3e98e59`](https://github.com/OpenPecha/toolkit-v2/commit/3e98e5940730f2ffceeedbad99501e87f173975a)) - -* Remove noqa comments from test_commentary_pecha function ([`46ff62a`](https://github.com/OpenPecha/toolkit-v2/commit/46ff62a2184bc07f177997a97b1aebaf8232dd64)) - -* Add test case for commentary pecha annotation update verification ([`6494d83`](https://github.com/OpenPecha/toolkit-v2/commit/6494d834ac22bc4bf5e5087ca25e5e24a01ffae2)) - -* Add test for commentary pecha segmentation layer update ([`da6de15`](https://github.com/OpenPecha/toolkit-v2/commit/da6de15aaa334455db562ce8356d0fb066f92084)) - -* Merge pull request #268 from OpenPecha/feat/update-root-pecha-layer - -Feat/update root pecha layer ([`e0e8895`](https://github.com/OpenPecha/toolkit-v2/commit/e0e88953ec67176b761757ac80debab5a545356f)) - -* Rename layer_name to ann_path for better variable naming clarity ([`4ca8722`](https://github.com/OpenPecha/toolkit-v2/commit/4ca872239a7500a1801a49dd55d2fe5a74f1e63e)) - -* Rename layer_path to ann_path for better variable naming consistency ([`f144c2b`](https://github.com/OpenPecha/toolkit-v2/commit/f144c2bc5691bca6cc72ad6a2deeb5ad898104cd)) - -* Update error messages for root pecha segmentation layer test cases ([`c0b1e0d`](https://github.com/OpenPecha/toolkit-v2/commit/c0b1e0d75e64cafae34957ae5cebf45138006a52)) - -* Add tests for old and new annotations in docx annotation update ([`a4f796d`](https://github.com/OpenPecha/toolkit-v2/commit/a4f796d1d54a2d6485ec8c0bf11ab1e31007d9c5)) - -* Refactor DocxAnnotationUpdate to use class-level parser instance ([`a6ed798`](https://github.com/OpenPecha/toolkit-v2/commit/a6ed7989867802ee0e0aefb9c0b83700a668ab48)) - -* Add layer name parsing and mock layer ID in DocxAnnotationUpdate class ([`79e4c3a`](https://github.com/OpenPecha/toolkit-v2/commit/79e4c3aab664905c4ea5c9509525009f7088eae4)) - -* Update docx parser to handle alignment layers and cleanup exception classes ([`0396f85`](https://github.com/OpenPecha/toolkit-v2/commit/0396f858d37d3f3bd501c2488b77c75dd9c526d9)) - -* Rename add_segmentation_annotations to add_segmentation_layer for consistency ([`89f2913`](https://github.com/OpenPecha/toolkit-v2/commit/89f2913a232746ced5624dfd72e0ae1f8ea854f3)) - -* Refactor coordinate update logic into separate method to reduce code duplication ([`18da053`](https://github.com/OpenPecha/toolkit-v2/commit/18da053655906208c4a2d7c5805858a22f907064)) - -* Rename extract_segmentation_coordinates to extract_segmentation_coords ([`ba6b04f`](https://github.com/OpenPecha/toolkit-v2/commit/ba6b04fb7adcda72df9b20fca94a9926bb4cf69e)) - -* Move pecha type check functions from annotation parser to pecha_types module ([`0c9f0a1`](https://github.com/OpenPecha/toolkit-v2/commit/0c9f0a1bda5232c4fbec1b575434835bc2664a05)) - -* Add docx annotation update functionality with tests ([`93fea95`](https://github.com/OpenPecha/toolkit-v2/commit/93fea9520728c1f435e95a163cd47e7b948c3a48)) - -* Merge pull request #267 from OpenPecha/bdrc_parser/zip_extractor - -added zip folders and changed zip extract directory ([`de599f9`](https://github.com/OpenPecha/toolkit-v2/commit/de599f905e9ac7782f9c4a43266abb52fe01667f)) - -* added zip folders and changed zip extract directory ([`2ce20bc`](https://github.com/OpenPecha/toolkit-v2/commit/2ce20bcc7f429a55a463d4043546a8dc8ecdc36b)) - -* Merge pull request #265 from OpenPecha/modify/DocxParser-parse-return - -Modify/docx parser parse return ([`4919764`](https://github.com/OpenPecha/toolkit-v2/commit/4919764d18eb1df90523a0b0ecaea34a943920b2)) - -* Remove layer path deletion in docx annotation parser test ([`0428ad3`](https://github.com/OpenPecha/toolkit-v2/commit/0428ad36f294b3c89694975d0b36532afb10781c)) - -* Add tests for number list root and simple commentary parser ([`0d5b8d8`](https://github.com/OpenPecha/toolkit-v2/commit/0d5b8d887c2eea1f1c8195cc3d7da96daf873018)) - -* Refactor layer path handling to return layer name instead of path object ([`8f79a9f`](https://github.com/OpenPecha/toolkit-v2/commit/8f79a9f50c22ac09f76f604e066e5a09fb6a6777)) - -* Update annotation parser to return pecha and layer name instead of layer path ([`67f7c87`](https://github.com/OpenPecha/toolkit-v2/commit/67f7c87e3ef5628cd4c41e7068c2ec394534d014)) - -* Remove unused parameters ann_title and parent_layer_path from docx annotation parser ([`dd382ca`](https://github.com/OpenPecha/toolkit-v2/commit/dd382ca9449655d9a816a7bf097c22823bfedf90)) - -* Move layer_name type definition to pecha/__init__.py and update imports ([`586663b`](https://github.com/OpenPecha/toolkit-v2/commit/586663bd495df2ab682ba3ef24abeb508a72beed)) - -* Remove unused imports and variables in pecha/__init__.py ([`09b3361`](https://github.com/OpenPecha/toolkit-v2/commit/09b3361d976b0acbb7b7fbfbfe0ea6b0affd4328)) - -* Add layer_name type and return tuple of Pecha and layer_name in docx parser ([`537506b`](https://github.com/OpenPecha/toolkit-v2/commit/537506be02f7ce0c6b8c15e8adba4ba672b578e8)) - -* Fix segmentation layer path to be relative to pecha parent directory ([`1a6686b`](https://github.com/OpenPecha/toolkit-v2/commit/1a6686b0acfa43f6eed192a2ae161e5a1683205b)) - -* Fix segmentation layer path to use relative path in number list root parser ([`2219239`](https://github.com/OpenPecha/toolkit-v2/commit/2219239a2aa0bb0f55dc1adab8af0807f70d6dec)) - -* return Tuple of Pecha and layer_path from the DocxSimpleCommentaryParser ([`4491d46`](https://github.com/OpenPecha/toolkit-v2/commit/4491d460d1dc668394294f117871c17b685efab6)) - -* return Tuple of Pecha and layer_path from the DocxRootParser ([`aa566f8`](https://github.com/OpenPecha/toolkit-v2/commit/aa566f84adcdccd005f0cd826dedf1dca9d188b0)) - -* Merge pull request #264 from OpenPecha/refactor/remove_Typing_Union - -Refactor/remove typing union ([`e34ede1`](https://github.com/OpenPecha/toolkit-v2/commit/e34ede12088b1b40d839bbfce207f76a7fc583d5)) - -* Replace Union type with | operator in type hints ([`31e1633`](https://github.com/OpenPecha/toolkit-v2/commit/31e16332afd5c3ad423723f7e1b6dd596458cc88)) - -* Update Union type hints to use | operator in Python type annotations ([`c527530`](https://github.com/OpenPecha/toolkit-v2/commit/c5275307004df8f1f95b9f48f59a69ce3b3ef1f6)) - -* Merge pull request #263 from OpenPecha/modify/Layer-Enums - -Modify/layer enums ([`5e680f1`](https://github.com/OpenPecha/toolkit-v2/commit/5e680f174d2207bdb07b92ce7b29a360c1624a8c)) - -* Remove annotation metadata functionality from pecha and parsers ([`29f4ccf`](https://github.com/OpenPecha/toolkit-v2/commit/29f4ccf183e5d481996c2efc3197e8c1b930be0a)) - -* Replace meaning_segment layer with alignment layer across commentary parsing ([`dc6044f`](https://github.com/OpenPecha/toolkit-v2/commit/dc6044f0ab9f8959a58036d8dde959162e7ddc47)) - -* Update LayerEnum.meaning_segment to LayerEnum.segmentation in parser files ([`daaf892`](https://github.com/OpenPecha/toolkit-v2/commit/daaf89242b3f39159cbc5a0c85962434c07c3271)) - -* Remove commentary related layer enums and mappings ([`2cfc129`](https://github.com/OpenPecha/toolkit-v2/commit/2cfc129e728b17b2f2ccb4197cb6d1fbc9a019e2)) - -* Rename Root_Segment layer type to Segmentation in layer files and code ([`119b738`](https://github.com/OpenPecha/toolkit-v2/commit/119b7389e6652114ec6f219b6b3bc9c76d200ad1)) - -* Remove translation layer types and update segment layer path ([`49a23fc`](https://github.com/OpenPecha/toolkit-v2/commit/49a23fcc115e4aee90e077f1af23cd802cb3dd5b)) - -* fix rename English_Segment to Segmentation ([`6a4a0e9`](https://github.com/OpenPecha/toolkit-v2/commit/6a4a0e92cb980c6242abf5cb38622aeee92e4093)) - -* Remove manual number root parser and its test files ([`303b24e`](https://github.com/OpenPecha/toolkit-v2/commit/303b24e22cc35a33650ff985e747d3889b15f9bd)) - -* Modify meaning segment to Segmentation layer in Update opf serializer ([`8ea89b2`](https://github.com/OpenPecha/toolkit-v2/commit/8ea89b27a6129100897aa8a395e41c5a43547d66)) - -* Fix layer enum from meaning_segment to segmentation in pecha_db serializer ([`a731794`](https://github.com/OpenPecha/toolkit-v2/commit/a731794d8cb4a617165095c5450679bd0ee2eb56)) - -* Rename meaning_segment layer to segmentation layer and update related files ([`a3b2f26`](https://github.com/OpenPecha/toolkit-v2/commit/a3b2f26d99e7daa995bd9b8a348060eb50f0163f)) - -* Refactor PechaDBSerializer to return data objects instead of writing files to disk ([`2cc98e8`](https://github.com/OpenPecha/toolkit-v2/commit/2cc98e856f0f14a9e840563e58897775ba26fb3e)) - -* fix LayerEnums in root test files ([`3384373`](https://github.com/OpenPecha/toolkit-v2/commit/3384373e2c5dec721607635eb71ad90357b8ce0a)) - -* fix LayerEnums in commentary transfer test files ([`2b29544`](https://github.com/OpenPecha/toolkit-v2/commit/2b295445b1fc7a674c77d9a687226e8c663fa79a)) - -* fix Layer enums in translation transfer test files ([`1fde884`](https://github.com/OpenPecha/toolkit-v2/commit/1fde8847ba7bd841264d2ddbc5c8e804aec717c3)) - -* Update annotation type from meaning_segment to segmentation in simple.py ([`eb7f4a2`](https://github.com/OpenPecha/toolkit-v2/commit/eb7f4a2aac7f0d5c4840ff84ae489fc6674a4de4)) - -* Rename layer_enum parameter to ann_type for better clarity ([`52e1215`](https://github.com/OpenPecha/toolkit-v2/commit/52e1215185986261df44d5fa009ebd0958d42633)) - -* Update commentary parser to use alignment layer instead of commentary segment ([`d5fc1d1`](https://github.com/OpenPecha/toolkit-v2/commit/d5fc1d15aa8cf0849c744547a8e4afe936849f18)) - -* Update LayerEnum to include segmentation and alignment types ([`93e02fc`](https://github.com/OpenPecha/toolkit-v2/commit/93e02fce385bdcc75316ed59308ab3de654ac7f5)) - -* Remove metadata and pecha display alignment layer types ([`04ecc52`](https://github.com/OpenPecha/toolkit-v2/commit/04ecc520093aa3689c350b5d72df29f33a1ba792)) - -* Add layer_enum parameter to add_segmentation_annotations method ([`d0a11c7`](https://github.com/OpenPecha/toolkit-v2/commit/d0a11c7588ff4cc79cbbc873ce9fa62d0407209d)) - -* added pecha tools translation serializer ([`830ece5`](https://github.com/OpenPecha/toolkit-v2/commit/830ece56747ea4e90730efc68de9fe29226571e1)) - -* Merge pull request #260 from OpenPecha/feat/write-new-commentary-layer - -Feat/write new commentary layer ([`d79b32d`](https://github.com/OpenPecha/toolkit-v2/commit/d79b32d2ff123640cb68202f2345578f3eea7591)) - -* delete unneccessary lines ([`66df1ce`](https://github.com/OpenPecha/toolkit-v2/commit/66df1ce4c44871fc000028ba292b0c43917353b1)) - -* fix proper old_base assignment ([`567417a`](https://github.com/OpenPecha/toolkit-v2/commit/567417a31f2efdd6d740fb547c3e705b6de16be0)) - -* add relationship to annotatio metadata ([`dc13b3e`](https://github.com/OpenPecha/toolkit-v2/commit/dc13b3e1df04d6c2248cf628c1ce0da22cf3be54)) - -* test new annotation metadata for commentary pecha ([`d7c32a4`](https://github.com/OpenPecha/toolkit-v2/commit/d7c32a4eeb49bfdae029fbee8833c50021a61e06)) - -* test new anns from DocxAnnotationParser add commentary ann ([`4cfcc3f`](https://github.com/OpenPecha/toolkit-v2/commit/4cfcc3fdd8aeb8869c1fcce70578f84ac754e779)) - -* refactor DocxSimpleCommentaryParser ([`9939edc`](https://github.com/OpenPecha/toolkit-v2/commit/9939edc46c66d98b0bff30d556e0aa90a0a2479e)) - -* fix/ parent_layer_path arg ([`567e8a2`](https://github.com/OpenPecha/toolkit-v2/commit/567e8a2c2f76a61f178bab8839ed841aca47fec2)) - -* prepare test data arguments for add annotation in commentary pecha ([`2fa351d`](https://github.com/OpenPecha/toolkit-v2/commit/2fa351d360d77306fcbcd6b2990ef369510f4972)) - -* add commentary test data to TestDocxAnnotationParser ([`92bf95e`](https://github.com/OpenPecha/toolkit-v2/commit/92bf95ebe462cb2d174e68f77a7de7214299538f)) - -* refactor DocxSimpleCommentaryParse ([`e140ca0`](https://github.com/OpenPecha/toolkit-v2/commit/e140ca02db93338ed6781bdb95e91de3e32534f9)) - -* Merge pull request #259 from OpenPecha/fix/delete-parser-name-validation - -delete parser validation from PechaMetadata ([`a2c96ca`](https://github.com/OpenPecha/toolkit-v2/commit/a2c96ca7a3310767ea947a6aad712b201d9b834c)) - -* delete parser validation from PechaMetadata ([`bb05ab9`](https://github.com/OpenPecha/toolkit-v2/commit/bb05ab9b148c10bace55418532410283b5d55bde)) - -* Merge pull request #258 from OpenPecha/fix-serializer_category - -fix the pecha category formater category typing ([`3fcdb5d`](https://github.com/OpenPecha/toolkit-v2/commit/3fcdb5db0c6c2d40b69a1cb386063c1c30c102ba)) - -* fix the pecha category formater category typing ([`31f6db3`](https://github.com/OpenPecha/toolkit-v2/commit/31f6db3fc5f3b555a1610c1df128d9cdd39d0bb7)) - -* Merge pull request #256 from OpenPecha/add_bdrc_parser - -Add bdrc parser ([`ec59830`](https://github.com/OpenPecha/toolkit-v2/commit/ec598307967ead7e1c49ab89f8422e88b4e5cd2d)) - -* refactor in formated metadata ([`d2c5801`](https://github.com/OpenPecha/toolkit-v2/commit/d2c580146c7092df1924111a0265d3817ad04d13)) - -* refactor author case in formated metadata ([`92f7d34`](https://github.com/OpenPecha/toolkit-v2/commit/92f7d34bf3ef0b06118224cfd624660878557fde)) - -* refactor author case in formated metadata ([`1221394`](https://github.com/OpenPecha/toolkit-v2/commit/12213949b05b5accaec850269f089696008c4e63)) - -* added source type in formated metadata ([`b47ee15`](https://github.com/OpenPecha/toolkit-v2/commit/b47ee15cad6209a8731c20790301dc06db5fd914)) - -* added source type in formated metadata ([`61e2bfb`](https://github.com/OpenPecha/toolkit-v2/commit/61e2bfbabcef9f3abdb33d04de1f7f359772a976)) - -* Merge pull request #255 from OpenPecha/fix-serializer_category - -fix the pecha category formater ([`c44cbee`](https://github.com/OpenPecha/toolkit-v2/commit/c44cbee0e7aa1185e91fdfd79edbac24c4c6089f)) - -* fix the pecha category formater test ([`e3fae01`](https://github.com/OpenPecha/toolkit-v2/commit/e3fae0171b297cf58969314bf46d3353dfda7a06)) - -* fix the pecha category formater ([`f02e59a`](https://github.com/OpenPecha/toolkit-v2/commit/f02e59a42217308973be53c73edb4905360aa17e)) - -* Merge pull request #254 from OpenPecha/feat/write-new-root-layer - -Feat/write new root layer ([`70568ac`](https://github.com/OpenPecha/toolkit-v2/commit/70568acd3e50ee7f707a1c22122f29bab073ef85)) - -* Merge remote-tracking branch 'origin/main' into feat/write-new-root-layer ([`0707259`](https://github.com/OpenPecha/toolkit-v2/commit/0707259e4cdc025ca02aa27891b73aea3f2790b1)) - -* Merge pull request #246 from OpenPecha/add_bdrc_parser - -added bdrc parser script ([`8027b9d`](https://github.com/OpenPecha/toolkit-v2/commit/8027b9d1056f30f475bb429c8646871bcb46cd86)) - -* refactor bdrcparser test case ([`4bf0039`](https://github.com/OpenPecha/toolkit-v2/commit/4bf003986691f5126e08f90a10868baf4bcd19ec)) - -* changed data_provider to source ([`2f6c1ba`](https://github.com/OpenPecha/toolkit-v2/commit/2f6c1ba916c819e6284816b4cea9689744c9049e)) - -* refactor bdrc utils ([`f970e12`](https://github.com/OpenPecha/toolkit-v2/commit/f970e12ea3af1d7b1b0d66711de19be4d643bd64)) - -* added bdrc parser script ([`e9ca4b5`](https://github.com/OpenPecha/toolkit-v2/commit/e9ca4b570ae389ba0fdac9619864be679685c0f2)) - -* Merge pull request #253 from OpenPecha/fix-serializer_category - -updated pecha category formatter ([`2d720ea`](https://github.com/OpenPecha/toolkit-v2/commit/2d720ea5739b37e83c657b880e1376964b32c65b)) - -* updated pecha category formatter ([`09fac3a`](https://github.com/OpenPecha/toolkit-v2/commit/09fac3ab36ffc3c070b02231548ae4f2df4a1092)) - -* revert changes back in TestDocxAnnotationParser ([`1228c47`](https://github.com/OpenPecha/toolkit-v2/commit/1228c47e16c71b363af22f55812035b6bbc9c1c0)) - -* add metdata comparison test docx ann parser ([`38101f2`](https://github.com/OpenPecha/toolkit-v2/commit/38101f2ef6be68a2e799f5a773d95d915c00d1b5)) - -* set metadata from add annotation metadata ([`ced0a9f`](https://github.com/OpenPecha/toolkit-v2/commit/ced0a9f878a54c0411820cf38aa73e40bfa293d1)) - -* test for root pecha DocxAnnotationParser ([`1b36be7`](https://github.com/OpenPecha/toolkit-v2/commit/1b36be7d0fba326a57b787e3a2553da2212bc37b)) - -* add annotation metadata from Pecha ([`cf00fda`](https://github.com/OpenPecha/toolkit-v2/commit/cf00fdab547aae964b7cf0dccd88c13c7ff06186)) - -* set segmentation annotation metadata from DocxRootParser ([`212c398`](https://github.com/OpenPecha/toolkit-v2/commit/212c398923f457639e9d25eb50e2c776d0fa959b)) - -* add annotation metadata ([`7cc4712`](https://github.com/OpenPecha/toolkit-v2/commit/7cc4712d6da373e3eb5691e39c105efecf0b5338)) - -* refactor old_base and new base assignment in DocxAnnotationParser root pecha ([`87aea28`](https://github.com/OpenPecha/toolkit-v2/commit/87aea286f1fe8be99d861fdda22f3604bd873c7e)) - -* modify add segmentation ann/ return layerpath than pecha ([`e2c3063`](https://github.com/OpenPecha/toolkit-v2/commit/e2c3063d8095416391f833087016b74f148f28f4)) - -* modify ocr parser pecha metadata bases from List to Dict ([`ff833e5`](https://github.com/OpenPecha/toolkit-v2/commit/ff833e5fb1d314238d48403fbe33c42496ddd6d3)) - -* modify bases dtype from List to Dict in manual root docx parser ([`2b3a162`](https://github.com/OpenPecha/toolkit-v2/commit/2b3a162d8fee0a9947077ef82b1e77aaf47bb487)) - -* modify/ convert bases data type from List to Dict ([`67462fb`](https://github.com/OpenPecha/toolkit-v2/commit/67462fba4139e1c271f5e8309134c28c00fea96f)) - -* fix pecha read metadata bases in test files; ([`1220b2b`](https://github.com/OpenPecha/toolkit-v2/commit/1220b2ba3d1dcb38b9282dc8667e0f7b32103859)) - -* fix test root serializer bases in test metadata files; ([`cc35712`](https://github.com/OpenPecha/toolkit-v2/commit/cc3571269ba7230060681042e69ccda55a8f84fe)) - -* fix pedurmar dharmanexus test metadata files ([`0d216fc`](https://github.com/OpenPecha/toolkit-v2/commit/0d216fcf8043dc9a8a718132757ddab55c5d6250)) - -* fix commentary serialize test metadata files; ([`fb20602`](https://github.com/OpenPecha/toolkit-v2/commit/fb20602a49ea5ec6db8ee72a880b808918610046)) - -* fix test commentary test metadata files ([`bea1e9d`](https://github.com/OpenPecha/toolkit-v2/commit/bea1e9d5c5230e7015a9fccd4626f3cf53e22ecf)) - -* fix translation transfer test metadata files ([`d7dead3`](https://github.com/OpenPecha/toolkit-v2/commit/d7dead33b6b165e791c7423623c7bde5ce0e52b1)) - -* fix/ get old base properly ([`adb0254`](https://github.com/OpenPecha/toolkit-v2/commit/adb0254bd193bd19cccc9384883327904e3574c3)) - -* pass lang not metadata to add segmentation ann ([`74b76aa`](https://github.com/OpenPecha/toolkit-v2/commit/74b76aaa7eb27dc8fadd19e00c0408a19de91f7b)) - -* pass lang not metadata to add segmentation ann ([`a949910`](https://github.com/OpenPecha/toolkit-v2/commit/a949910c463e1971ae3f745d6d8126f996fc2afd)) - -* fix/append bases metadata not overwrite ([`39f4bec`](https://github.com/OpenPecha/toolkit-v2/commit/39f4becca7564860378dda9c0260529434ff036c)) - -* refactor DocxRootParser ([`22f9d72`](https://github.com/OpenPecha/toolkit-v2/commit/22f9d7260f0e2ed28e38f8ee3af043c690e4b047)) - -* refactor DocxRootParser ([`86ce2cc`](https://github.com/OpenPecha/toolkit-v2/commit/86ce2cc51ef1f9742caa25daecdb4d6990215621)) - -* refactor DocxRootParser ([`43e356a`](https://github.com/OpenPecha/toolkit-v2/commit/43e356ae20a4e0a5647c20e0f0d292713d38c8d2)) - -* get root updated coords ([`8e5fa82`](https://github.com/OpenPecha/toolkit-v2/commit/8e5fa82decd5529da4ae2b360a589512fde807b5)) - -* extract text from docx ([`05c2653`](https://github.com/OpenPecha/toolkit-v2/commit/05c265375b1531d92cb1450c0450865c9caf75e1)) - -* root display pecha test for Rootparser ([`f39912f`](https://github.com/OpenPecha/toolkit-v2/commit/f39912fea6ad4b0f484a3525212ae53cd13f8307)) - -* Merge pull request #252 from OpenPecha/feat/extract-segmentation-coordinates - -Feat/extract segmentation coordinates ([`7609ab2`](https://github.com/OpenPecha/toolkit-v2/commit/7609ab28c3110e42da6e0425fbd3ba9f5bf3a5fe)) - -* DiffMatchPatch get updated_coord ([`ff2027a`](https://github.com/OpenPecha/toolkit-v2/commit/ff2027a7ade173edcea72c9089672d04f691e855)) - -* add extract cooridantes in Root ([`36eafa1`](https://github.com/OpenPecha/toolkit-v2/commit/36eafa1a83fadb687cac39378fc2db739a0f8dff)) - -* refactor DocxRootParser ([`0ec351b`](https://github.com/OpenPecha/toolkit-v2/commit/0ec351bda23069711fbf7c5973aed2fe555c42d4)) - -* Merge pull request #248 from OpenPecha/fix/dont-add-newline-in-char-span - -Fix/dont add newline in char span ([`fd9ef94`](https://github.com/OpenPecha/toolkit-v2/commit/fd9ef943be54185c57231ccb5cc24d073292bbe8)) - -* refactor TestDocxComplexCommentaryParser ([`57ce389`](https://github.com/OpenPecha/toolkit-v2/commit/57ce3894957d3f8d334ed70231cf153909706ae7)) - -* refactor TestDocxSimpleCommentaryParser ([`2d0d823`](https://github.com/OpenPecha/toolkit-v2/commit/2d0d82367a1d90f3b6184cd8d9d739f3b7e84768)) - -* fix/dont include newline in char span in DocxSimpleCommentaryParser ([`40278cc`](https://github.com/OpenPecha/toolkit-v2/commit/40278cc4caca6eaad099d4c702ab9fcec9e1c62c)) - -* refactor TestDocxRootParser ([`83cdd14`](https://github.com/OpenPecha/toolkit-v2/commit/83cdd14fda18e692ed5245ae0dcf024e5d1ff8e9)) - -* fix/dont include newline in char span in DocxRootParser ([`9280c87`](https://github.com/OpenPecha/toolkit-v2/commit/9280c87b8aaaf28289f62246759dc80b4f68b1cf)) - -* refactor root parser test scripts ([`be4b98b`](https://github.com/OpenPecha/toolkit-v2/commit/be4b98b1d1ea7c0771f690527bbce5ab3cd7c0bb)) - -* Merge pull request #247 from OpenPecha/feat/DocxAnnotationParser - -Feat/docx annotation parser ([`e5c62a0`](https://github.com/OpenPecha/toolkit-v2/commit/e5c62a008b488bf29c9713452b37b2b4c731ab3b)) - -* update DocxAnnotationParser add_annotation arg ([`6ca42de`](https://github.com/OpenPecha/toolkit-v2/commit/6ca42de20f8f1d139aef10f7d16ed18274ddd711)) - -* TestDocxAnnotationParser ([`a7361d4`](https://github.com/OpenPecha/toolkit-v2/commit/a7361d490b68cbc153710e84838d4475c8b33da5)) - -* decides if root related pecha or commentary related pecha ([`820cfe3`](https://github.com/OpenPecha/toolkit-v2/commit/820cfe3a1b4166f37a7ec9a71b46eb6286f1e7e0)) - -* rename arg metadata_chain to metadatas ([`61614d2`](https://github.com/OpenPecha/toolkit-v2/commit/61614d220695f4891ecb7ce1376427e13928e457)) - -* refactor pecha types; ([`7aae1ee`](https://github.com/OpenPecha/toolkit-v2/commit/7aae1eec836ca1f294f80513d40f31fd98c33559)) - -* add metadatachain to DocxAnnotationParser ([`edfa613`](https://github.com/OpenPecha/toolkit-v2/commit/edfa6131becd7adb4701a0ec30e33c021be6c259)) - -* move PechaType to pecha_types.py ([`4d3c479`](https://github.com/OpenPecha/toolkit-v2/commit/4d3c479199081958804282785c86d6f7cf75e2c5)) - -* add data type extension to relation_ship ([`2b4d8dd`](https://github.com/OpenPecha/toolkit-v2/commit/2b4d8dd41cf0943a06d5a6015cbeff03b0aaadca)) - -* DocxAnnotationParser ([`923cb5c`](https://github.com/OpenPecha/toolkit-v2/commit/923cb5cf6d326151ca4975cbc0d045f1686e0868)) - -* Merge pull request #245 from OpenPecha/refactor/pecha-parser-scripts - -Refactor/pecha parser scripts ([`14caeb4`](https://github.com/OpenPecha/toolkit-v2/commit/14caeb4b62723b5f30d8dcc21dff7e381fd026de)) - -* refactor/put-root-parser in root folder ([`00540a4`](https://github.com/OpenPecha/toolkit-v2/commit/00540a4531964336fb880df5ff867dee02f2053b)) - -* rename GoogleDocTranslationParser -> DocxManualNumRootParser ([`1cdcb3b`](https://github.com/OpenPecha/toolkit-v2/commit/1cdcb3bef23e72051a4a38e1564a1896f8a16e4c)) - -* rename script translation -> manual_num_root ([`4719c16`](https://github.com/OpenPecha/toolkit-v2/commit/4719c1624975e8a62ccbad5fb251778013d2c787)) - -* rename DocxTranslationParser -> DocxRootParser ([`211fdb6`](https://github.com/OpenPecha/toolkit-v2/commit/211fdb69cf471b31e12590d6027bf4f78f1afd0e)) - -* rename Translation to root in Pecha parser ([`6e31509`](https://github.com/OpenPecha/toolkit-v2/commit/6e31509fa766c7efce136627e50475ed4539915f)) - -* Merge pull request #243 from OpenPecha/bdrc_api/extract_metadata - -added metadata extraction script ([`9219de6`](https://github.com/OpenPecha/toolkit-v2/commit/9219de62e7db7e180079f7ed0c92523ecd3223b0)) - -* added bdrc data formater for api ([`4ef854e`](https://github.com/OpenPecha/toolkit-v2/commit/4ef854ef8b52e0e86466c4bfd8163bd235c5dbc1)) - -* added metadata extraction script ([`238eca0`](https://github.com/OpenPecha/toolkit-v2/commit/238eca07d1b0d4c59ef56e396d16d266e5a40dee)) - -* added metadata extraction script ([`affe2b2`](https://github.com/OpenPecha/toolkit-v2/commit/affe2b2e2df603f5e294a9f3546d339870d813d5)) - -* Merge pull request #242 from OpenPecha/modify/pecha-category-formatting - -Modify/pecha category formatting ([`83cb3cc`](https://github.com/OpenPecha/toolkit-v2/commit/83cb3cc1a44173ae12228a6a04a42df57d78cc42)) - -* refactor get metadata for pecha org ([`da6563c`](https://github.com/OpenPecha/toolkit-v2/commit/da6563c62deedbc7d77d6b1c94f69ddfa8c11e36)) - -* delete get en root title ([`6d359f9`](https://github.com/OpenPecha/toolkit-v2/commit/6d359f9688cab56d89fbefa3232768468a53f793)) - -* move get pecha title to utils ([`d3edbcb`](https://github.com/OpenPecha/toolkit-v2/commit/d3edbcb56537e20d4fb50f534fdcc8d2e19df9b9)) - -* move get metadata for pecha org to utils ([`c686a17`](https://github.com/OpenPecha/toolkit-v2/commit/c686a1785131085826d23d52b57e4178883bc386)) - -* format pecha cateogry from backend; ([`0267db9`](https://github.com/OpenPecha/toolkit-v2/commit/0267db96ecd38f1d3b4dcd804e345c8547152405)) - -* refactor PreAlignedCommentary ([`f1dad42`](https://github.com/OpenPecha/toolkit-v2/commit/f1dad4216deab4c4ac0f5dc9db7db28b5673c5ab)) - -* refactor PreAlignedCommentary ([`1c7fcce`](https://github.com/OpenPecha/toolkit-v2/commit/1c7fcce66fb0395c7c167ab6a7035b92c841acad)) - -* refactor PreAlignedCommentary ([`53e9ab5`](https://github.com/OpenPecha/toolkit-v2/commit/53e9ab5427c5c7cf7310732dda6b927249979054)) - -* refactor PreAlignedRootTranslationSerializer ([`20229c7`](https://github.com/OpenPecha/toolkit-v2/commit/20229c7147b98b16f420d8745e7c214508e1e13c)) - -* refactor SimpleCommentarySerializer ([`ac6c69d`](https://github.com/OpenPecha/toolkit-v2/commit/ac6c69d4bf0206e289e3b21a9a9af589701757c5)) - -* refactor SimpleCommentarySerializer ([`a0db6b8`](https://github.com/OpenPecha/toolkit-v2/commit/a0db6b8edf1d05edac11330c896a24f9e94e5eea)) - -* refactor SimpleCommentarySerializer ([`b25da89`](https://github.com/OpenPecha/toolkit-v2/commit/b25da894884ddd78e864e58c74a82d7c114c8a4d)) - -* refactor RootSerializer ([`0d55324`](https://github.com/OpenPecha/toolkit-v2/commit/0d55324d43b46566c4858d1afc5d934029a3f39d)) - -* refactor RootSerializer ([`f9581cd`](https://github.com/OpenPecha/toolkit-v2/commit/f9581cddc7890869b363a1b2f00387a62edf2fee)) - -* refactor codes ([`ee00bf6`](https://github.com/OpenPecha/toolkit-v2/commit/ee00bf64a1984c97153730c5b73be7e8a9398ccb)) - -* Pecha/ get segmentation layer path ([`b387f27`](https://github.com/OpenPecha/toolkit-v2/commit/b387f27ac5da9b8d24f1eb1efc67e6abd17b44e9)) - -* format pecha category for PreAlignedRootTranslationSerializer ([`179f2c4`](https://github.com/OpenPecha/toolkit-v2/commit/179f2c45f12ae80b49d51a845e70c4dcc27a154c)) - -* refactor PreAlignedCommentarySerializer ([`f11aa0e`](https://github.com/OpenPecha/toolkit-v2/commit/f11aa0eb1546386e542c474d73c576f4ff17bd92)) - -* format pecha category for PrealignedCommentarySerializer ([`9371691`](https://github.com/OpenPecha/toolkit-v2/commit/9371691a737d89facf1eba0651cfcb5a251d44cb)) - -* refactor codes ([`4a66204`](https://github.com/OpenPecha/toolkit-v2/commit/4a662040788d0737acb63d29fe0eea49c45591c0)) - -* fix SimpleCommentarySerializer content assignment ([`6aabbff`](https://github.com/OpenPecha/toolkit-v2/commit/6aabbff68efd44c68a15ac15674dbc19cadf5777)) - -* fix SimpleCommentarySerializer content assignment ([`5e0cb08`](https://github.com/OpenPecha/toolkit-v2/commit/5e0cb086c451a2ed183749d41d84c306b18d4aa3)) - -* fix TestSimpleCommentarySerializer test args ([`e0dc515`](https://github.com/OpenPecha/toolkit-v2/commit/e0dc5155512569defceddbba43fb6093d94239f1)) - -* format category simplecommentary serializer ([`198cd4b`](https://github.com/OpenPecha/toolkit-v2/commit/198cd4bbf8ccddff84e374a065c321c364733f21)) - -* refactor SimplecommentarySerializer ([`dda0b15`](https://github.com/OpenPecha/toolkit-v2/commit/dda0b1525b80550057d5719db2c96db734c6d637)) - -* format pecha category for SimpleCommentarySerializer ([`bf5bca2`](https://github.com/OpenPecha/toolkit-v2/commit/bf5bca2823ecb30f53a8cb77d16fa04dfc414976)) - -* refactor RootSerializer ([`011d309`](https://github.com/OpenPecha/toolkit-v2/commit/011d3099a7d8b7456291534335980ce3dd851d8d)) - -* add title to category RootSerializer ([`d4761e4`](https://github.com/OpenPecha/toolkit-v2/commit/d4761e45b6b17c4666682527e0fca82e2dae37e2)) - -* refactor RootSerializer ([`0640354`](https://github.com/OpenPecha/toolkit-v2/commit/064035430c4e17fa58782417d927c703872cb9e6)) - -* add get pecha title for RootSerializer ([`3fe9cd2`](https://github.com/OpenPecha/toolkit-v2/commit/3fe9cd231d94ef9db0c016fa9811e229aef24574)) - -* Refactor RootSerializer ([`123fdbe`](https://github.com/OpenPecha/toolkit-v2/commit/123fdbeb2234f288dbab5bb54c98e693d4f37fe2)) - -* rename test name ([`fddbfe2`](https://github.com/OpenPecha/toolkit-v2/commit/fddbfe2d65a1ba7dbc10fec548c3a87ce2ef0e32)) - -* format pecha category for RootSerializer ([`e4f0b4d`](https://github.com/OpenPecha/toolkit-v2/commit/e4f0b4dc80e9b6b18bd0ddfb46fc432730d17d90)) - -* Merge pull request #241 from OpenPecha/bdrc_parser/add_bdrc_metadata_field - -Bdrc parser/add bdrc metadata field ([`1d92645`](https://github.com/OpenPecha/toolkit-v2/commit/1d92645dd00daaf645a4238be67f8a624bccfeba)) - -* added logger ([`aa11c04`](https://github.com/OpenPecha/toolkit-v2/commit/aa11c0456931d6a3ae596b1f96902c91875a7266)) - -* added bdrc metadata fields ([`22c3b4d`](https://github.com/OpenPecha/toolkit-v2/commit/22c3b4dd55f3ded1702b20616702a0851ac1bf30)) - -* Merge pull request #240 from OpenPecha/bdrc_parser/add_google_vision_parser - -Bdrc parser/add google vision parser ([`97a613e`](https://github.com/OpenPecha/toolkit-v2/commit/97a613eb646357c22e92c3c5c3d2a22d1410615c)) - -* deleted yaml files in test and converted to json ([`cee0884`](https://github.com/OpenPecha/toolkit-v2/commit/cee0884eed112caa3d4f30edbb35971392c1f088)) - -* added google vision parser test cases ([`5ee83a5`](https://github.com/OpenPecha/toolkit-v2/commit/5ee83a509e902ac7a03d24ea53e80d65c2f93405)) - -* added google vision parser ([`0bdd4a4`](https://github.com/OpenPecha/toolkit-v2/commit/0bdd4a43da234f35a8e19a50870948971a78c7d1)) - -* Merge pull request #236 from OpenPecha/bdrc_parser/add_ocr_parser - -added hocr formatter ([`9106180`](https://github.com/OpenPecha/toolkit-v2/commit/910618061ce455a15ef235dbec8265dbca192e95)) - -* HOOCRParser inherit OCRBaseParser ([`8749073`](https://github.com/OpenPecha/toolkit-v2/commit/8749073dc80445a165dc03004ae618aaf328333a)) - -* refactor test hocr IA metadata ([`20122ad`](https://github.com/OpenPecha/toolkit-v2/commit/20122ad803c2fc63f592f6ec5e649efec895694e)) - -* test hocr metadata ([`1d470be`](https://github.com/OpenPecha/toolkit-v2/commit/1d470bee02088623260ac6fda9ad4e41566589fe)) - -* rename HOCRFormatter -> HOCRParser ([`a3b3183`](https://github.com/OpenPecha/toolkit-v2/commit/a3b3183f09bf844e25d966ad30e96e5029b2f6e2)) - -* rename OCRFormatter -> OCRParser ([`27c6631`](https://github.com/OpenPecha/toolkit-v2/commit/27c6631f0df9ce07bd99b6a2a0304a4482800856)) - -* modify-OCRFormatter/ parse func ([`64f0d2d`](https://github.com/OpenPecha/toolkit-v2/commit/64f0d2dd6e3a110ed002e2b6fc4159c73077c593)) - -* delete unneccessary file ([`9423b06`](https://github.com/OpenPecha/toolkit-v2/commit/9423b06496218593987cf88be812b256e4c6570f)) - -* fix-ocr/get logger from config file ([`838e69a`](https://github.com/OpenPecha/toolkit-v2/commit/838e69a1c2787766e8075aba1b245c3485aa0bf0)) - -* gitignore editted to show output ([`77767fc`](https://github.com/OpenPecha/toolkit-v2/commit/77767fc5d386ce1562d48e095d5bfe8c25f19b9c)) - -* added bs4 dependency ([`e738746`](https://github.com/OpenPecha/toolkit-v2/commit/e738746391b8a1e2425e74840ded5cb909bb79c7)) - -* added test hocr ([`e993ea1`](https://github.com/OpenPecha/toolkit-v2/commit/e993ea1135e735c08789467e9b118113c2e18435)) - -* added hocr formatter ([`7959c9e`](https://github.com/OpenPecha/toolkit-v2/commit/7959c9e22806de2d5d765ccfeb599748668d1a39)) - -* Merge pull request #237 from OpenPecha/fix/pecha-category-data-type - -fix pecha category data type ([`6b43e25`](https://github.com/OpenPecha/toolkit-v2/commit/6b43e2567ae68a421ec3c98be3d45e4b0a6a76f0)) - -* fix pecha category data type ([`98b08bf`](https://github.com/OpenPecha/toolkit-v2/commit/98b08bf0a268ce6ef9071ff64fdb301b51c3ac18)) - -* Merge pull request #235 from OpenPecha/modify/accept-category-from-backend - -Modify/accept category from backend ([`56e0435`](https://github.com/OpenPecha/toolkit-v2/commit/56e04353f37465d00746a817377da03c7f9bb8d9)) - -* update the test pecha category input for Serializer ([`022e170`](https://github.com/OpenPecha/toolkit-v2/commit/022e1700bc9437d07744be7eba1b6ad54a9d2189)) - -* format pecha category ([`7076cf1`](https://github.com/OpenPecha/toolkit-v2/commit/7076cf164d117131bfa6cab477e670ecb9937a80)) - -* accept pecha category from ComplexCommentarySerializer ([`857a881`](https://github.com/OpenPecha/toolkit-v2/commit/857a881ae1388e34b87d93444ae6efb09627e51e)) - -* delete pecha_org_tools usage ([`28fa913`](https://github.com/OpenPecha/toolkit-v2/commit/28fa913506363bdddb25b20c1899b7ee6a2545e0)) - -* accept pecha category from PreAlignedCommentarySerializer ([`1e42237`](https://github.com/OpenPecha/toolkit-v2/commit/1e4223738519bcc9aae01296047126f738f9da32)) - -* accept pecha category from SimpleCommentarySerializer ([`890c8dd`](https://github.com/OpenPecha/toolkit-v2/commit/890c8dd09d6608c786a5dc01f119b35d0b8ee34e)) - -* accept pecha category from PreAlignedRootSerializer ([`9250cd2`](https://github.com/OpenPecha/toolkit-v2/commit/9250cd2578f90cd052bf470c290bb47195b3b816)) - -* accept pecha category in Root Serializer ([`03aae51`](https://github.com/OpenPecha/toolkit-v2/commit/03aae516e3dced3741dbbcf20572b2b29d0cb040)) - -* Merge pull request #234 from OpenPecha/bdrc_parser/add_baseformatter - -Bdrc parser/add baseformatter ([`a8cfeaf`](https://github.com/OpenPecha/toolkit-v2/commit/a8cfeaf1bc30b984a2ffb72d3b06061d91972375)) - -* deleted baseformatter ([`eac5864`](https://github.com/OpenPecha/toolkit-v2/commit/eac586494d55afabbd988760cde581e677e44b2d)) - -* added base formatter ([`a84b0e3`](https://github.com/OpenPecha/toolkit-v2/commit/a84b0e3a609b6a8cbc0e97b025e3240e589c3a25)) - -* added base formatter ([`9f4456c`](https://github.com/OpenPecha/toolkit-v2/commit/9f4456ca170592112af0bf0476b21ea464c8e8a8)) - -* Merge pull request #230 from OpenPecha/bdrc_parser/adjust_metadata - -added and adjusted metadata classes and attribute from toolkit 1 ([`8632d66`](https://github.com/OpenPecha/toolkit-v2/commit/8632d66124eb323ce212b4f715e237a5b99e52c4)) - -* added and adjusted metadata classes and attribute from toolkit 1 ([`f1b08b1`](https://github.com/OpenPecha/toolkit-v2/commit/f1b08b1ab94b974bf01b0d99ecbacbb56ff50038)) - -* Merge pull request #229 from OpenPecha/fix/serialize-func - -fix/ put serialize func in switch case ([`957b861`](https://github.com/OpenPecha/toolkit-v2/commit/957b8618b9392ccb03504e141997349107e554a5)) - -* modify version dependencies ([`9431bf2`](https://github.com/OpenPecha/toolkit-v2/commit/9431bf27e9d32f62d35b755c3dcd3855f91f7e23)) - -* fix/ put serialize func in switch case ([`567c001`](https://github.com/OpenPecha/toolkit-v2/commit/567c0015a7adc17d9d1660e3af269e9f17b38563)) - -* Merge pull request #228 from OpenPecha/add/hindi-lang - -Add/hindi lang ([`376d284`](https://github.com/OpenPecha/toolkit-v2/commit/376d2846b3e1f280814017e3fe89657e04991fb8)) - -* Merge branch 'main' into add/hindi-lang ([`ec50c05`](https://github.com/OpenPecha/toolkit-v2/commit/ec50c05455dbbe20ccf627b8d078fc22c091a112)) - -* Merge pull request #227 from OpenPecha/fix/other-lang-commentary-serializer - -fix commentary serializer for all langs ([`f7d5ef6`](https://github.com/OpenPecha/toolkit-v2/commit/f7d5ef61fd221d8cbfc4d9a1e0c541820496796e)) - -* fix commentary serializer for all langs ([`36cd32a`](https://github.com/OpenPecha/toolkit-v2/commit/36cd32a0032e23faacd6383ed98f6e0daa0b6b57)) - -* Merge pull request #223 from OpenPecha/bdrc_parser/utils - -Bdrc parser/utils ([`65de65a`](https://github.com/OpenPecha/toolkit-v2/commit/65de65ab6e21035890fe02eaae48f4d2e83159e7)) - -* added utils ([`fcbb702`](https://github.com/OpenPecha/toolkit-v2/commit/fcbb702aeecd29a116101771eecff92ab4b3ca41)) - -* Merge remote-tracking branch 'origin/main' into bdrc_parser/utils ([`c7711d3`](https://github.com/OpenPecha/toolkit-v2/commit/c7711d39faf6172bf4cc61c4a46593806445520f)) - -* Merge pull request #225 from OpenPecha/bdrc_parser/update_layer_files_for_ocr - -adjusted layers file ([`c1077ff`](https://github.com/OpenPecha/toolkit-v2/commit/c1077ffd5475e7a4127ee7a627f56754633d824e)) - -* adjusted layers for test case ([`2f97a94`](https://github.com/OpenPecha/toolkit-v2/commit/2f97a94a4afe7828b155901f3fb32a69d1c08287)) - -* Merge pull request #224 from OpenPecha/bdrc_parser/add_annotation_for_ocr - -added and adjusted annotation ([`e486174`](https://github.com/OpenPecha/toolkit-v2/commit/e4861744b9426e13f927384243ca7fa5530af12a)) - -* adjusted layers file ([`885ccd0`](https://github.com/OpenPecha/toolkit-v2/commit/885ccd0b40b71ebfe3899e5972a03da85f2f3c41)) - -* adjusted layers file ([`6bb9752`](https://github.com/OpenPecha/toolkit-v2/commit/6bb975212d5d8b1d6922e02aff0fe3f4a68120d3)) - -* adjusted layers file ([`b1351e7`](https://github.com/OpenPecha/toolkit-v2/commit/b1351e71ff2cc4647fbd31c9825b7703ed69345f)) - -* adjusted layers file ([`c5d5c1b`](https://github.com/OpenPecha/toolkit-v2/commit/c5d5c1b96044106b04b5943cfe06ee6014d2a19a)) - -* added and adjusted annotation ([`304e705`](https://github.com/OpenPecha/toolkit-v2/commit/304e7050301aba0db7bc5ae87be90a3bc7ede0b8)) - -* Merge pull request #221 from OpenPecha/bdrc_parser/update_layer_files_for_ocr - -Bdrc parser/update layer files for ocr ([`b048435`](https://github.com/OpenPecha/toolkit-v2/commit/b0484354bb8ff26156e141f7f5f0b31bed808a5c)) - -* Merge pull request #220 from OpenPecha/bdrc_parser/add_annotation_for_ocr - -Bdrc parser/add annotation for ocr ([`212c366`](https://github.com/OpenPecha/toolkit-v2/commit/212c3660a0b7c12d85312c5c77aebdb6ad5d2c9d)) - -* added annotation class test cases ([`809ac47`](https://github.com/OpenPecha/toolkit-v2/commit/809ac47cde74596badc2fe9c340b63f9ed916967)) - -* added annotation classes for ocr ([`69e2262`](https://github.com/OpenPecha/toolkit-v2/commit/69e22629c28aaa191e00c493030066884e83cab2)) - -* Merge pull request #219 from OpenPecha/bdrc_parser/add_buda - -added buda api folder ([`945aa10`](https://github.com/OpenPecha/toolkit-v2/commit/945aa10346d4c586eff407a7326cbf2a0e088aee)) - -* adjusted layers file ([`33cef8c`](https://github.com/OpenPecha/toolkit-v2/commit/33cef8cbcc53797121824c7e2d0529a000557d09)) - -* adjusted layers file ([`e3f483a`](https://github.com/OpenPecha/toolkit-v2/commit/e3f483aa9c69703a159f425f9dbf845d338d8b87)) - -* added utils for json loader ([`0894b07`](https://github.com/OpenPecha/toolkit-v2/commit/0894b07da787063f78d730dfd9b6353f9a5d3cce)) - -* added metadata test cases ([`8a01531`](https://github.com/OpenPecha/toolkit-v2/commit/8a0153196093f692174d371f19ee4cb23cf05e1c)) - -* added and adjusted metadata classes and attribute from toolkit 1 ([`a50e6be`](https://github.com/OpenPecha/toolkit-v2/commit/a50e6be3143afc15f329833644404140287a0939)) - -* adapted layer test cases ([`6bb4581`](https://github.com/OpenPecha/toolkit-v2/commit/6bb45813044058d138354fadbc4931030db035b0)) - -* adapted layer classes from toolkit v1 ([`dafbe7e`](https://github.com/OpenPecha/toolkit-v2/commit/dafbe7e21dc37de10cb3348492b77c2758702cf7)) - -* adjust get_layer_collection fields from toolkit v1 ([`6e739e6`](https://github.com/OpenPecha/toolkit-v2/commit/6e739e6a1eb72b964ca80c1c3fe55288048461f6)) - -* adjust getlayergroup fields from toolkit v1 ([`141cb7d`](https://github.com/OpenPecha/toolkit-v2/commit/141cb7d50c45d3d9f378b815232df741003fce5a)) - -* added layergroupenum fields from toolkit v1 ([`1ea8ed7`](https://github.com/OpenPecha/toolkit-v2/commit/1ea8ed7a0ecdb2c2ec4ef581aacfdabab6c5c174)) - -* added layer enum fields from toolkit v1 ([`bfd710f`](https://github.com/OpenPecha/toolkit-v2/commit/bfd710fb88ec29495c8ad8cd681c3b894876dda6)) - -* added ocr and language annotation in layer collection ([`2444c87`](https://github.com/OpenPecha/toolkit-v2/commit/2444c8728381b05ebb81d0cde3ff864ee170e77f)) - -* updated boto3 package version ([`1c8a69e`](https://github.com/OpenPecha/toolkit-v2/commit/1c8a69ef62b991b5a396118789b086be57d23e88)) - -* added buda api test cases ([`f66cc96`](https://github.com/OpenPecha/toolkit-v2/commit/f66cc96a2e82dfa7f50a1ee9dfc030e734c764ee)) - -* added buda api folder ([`81cb64e`](https://github.com/OpenPecha/toolkit-v2/commit/81cb64e6a82d15162b042c344f7a6a8124ca6541)) - -* add package dependencies specification ([`5159f73`](https://github.com/OpenPecha/toolkit-v2/commit/5159f73ede8cae6686152705f864cd7189f58e15)) - -* add hindi lang in Root Parser ([`7a964b4`](https://github.com/OpenPecha/toolkit-v2/commit/7a964b49b966b6f06654b2aaff876707d8ea93e0)) - -* Merge pull request #218 from OpenPecha/modify/convert-newlines-to-br - -convert newlines to br ([`b4b3a9d`](https://github.com/OpenPecha/toolkit-v2/commit/b4b3a9d4db6ac37a1778436a2ffaaccc75bf4fe8)) - -* convert newlines to br ([`e4c4f03`](https://github.com/OpenPecha/toolkit-v2/commit/e4c4f0356d2ff7e10ac3df7f50a24aea1425b795)) - -* Merge pull request #214 from OpenPecha/fix/PrealignedRootTranslationSerializer - -fix translation metadata in Root translation Serializer ([`c0a71d0`](https://github.com/OpenPecha/toolkit-v2/commit/c0a71d0c2662bc4abb4f0e987dbcff89f821c79c)) - -* fix translation metadata in Root translation Serializer ([`6df6e79`](https://github.com/OpenPecha/toolkit-v2/commit/6df6e79d1b436852dcea3c5bfc6bb82b3ae8751e)) - -* Merge pull request #212 from OpenPecha/fix/PrealignedRootTranslationSerializer - -fix TranslationAlignmentTransfer ([`67136ec`](https://github.com/OpenPecha/toolkit-v2/commit/67136ec8a9d8a50071c0b548f776749abcb563e3)) - -* fix TranslationAlignmentTransfer ([`c6203a9`](https://github.com/OpenPecha/toolkit-v2/commit/c6203a9b4300b7d8738e50eecf249fe6dc9bbecd)) - -* Merge pull request #211 from OpenPecha/fix/segment-num - -Fix/segment num ([`eb9cc5f`](https://github.com/OpenPecha/toolkit-v2/commit/eb9cc5f28e52a238d1796d1875fb9bfbaac0ebec)) - -* process root map in commentary serializers ([`0da598d`](https://github.com/OpenPecha/toolkit-v2/commit/0da598d2c15b6095bb35491bcae901055c59ef53)) - -* process segment num for chapter ([`398b8df`](https://github.com/OpenPecha/toolkit-v2/commit/398b8df8f7c443c3a74be9208b35d9483c44fac8)) - -* Merge pull request #210 from OpenPecha/modify/chapterize-100-segments-to-one-chapter - -Modify/chapterize 100 segments to one chapter ([`09c8ec2`](https://github.com/OpenPecha/toolkit-v2/commit/09c8ec23b1d6e1bf42b81de066b751f9811f6e00)) - -* refactor chunk strings ([`5c5b0a2`](https://github.com/OpenPecha/toolkit-v2/commit/5c5b0a2928595d99ea0f6bc6bf3d05698c70bca8)) - -* chapterize prealigned root translation serializer ([`b0380f6`](https://github.com/OpenPecha/toolkit-v2/commit/b0380f6fc1fc50ba4ec098495c4bd9480ab2f130)) - -* chapterize prealigned commentary serializer ([`964391c`](https://github.com/OpenPecha/toolkit-v2/commit/964391c5a143d1abbdcddfc07804259bdfa8e138)) - -* chapterize simple commentary serializer ([`aa245ee`](https://github.com/OpenPecha/toolkit-v2/commit/aa245ee68590331b005c1b8b2ee4658c6310d638)) - -* get chapter num from segment num ([`7aae245`](https://github.com/OpenPecha/toolkit-v2/commit/7aae24579f8f74609fd62130f0eb4028e8229673)) - -* chapterize root serializer ([`0491dd1`](https://github.com/OpenPecha/toolkit-v2/commit/0491dd1cb40038124330dab45b8487ceb0af2729)) - -* test for chunk strings ([`3b439a3`](https://github.com/OpenPecha/toolkit-v2/commit/3b439a3d84bbdfe4d477eb4830f83ffaab2f418b)) - -* Merge pull request #209 from OpenPecha/fix/logic - -fix TranslationAlignmentTransfer ([`6a351b3`](https://github.com/OpenPecha/toolkit-v2/commit/6a351b3073ef0c9a7a10c29abc715e049885c728)) - -* fix TranslationAlignmentTransfer ([`f69c025`](https://github.com/OpenPecha/toolkit-v2/commit/f69c02558d3da7dc69465508df50a028b392adf4)) - -* Merge pull request #208 from OpenPecha/fix/PrealignedRootTranslationSerializer - -fix/PrealignedRootTranslationSerializer ([`7b5fced`](https://github.com/OpenPecha/toolkit-v2/commit/7b5fcedc8ef192c70a98b8e41339033b0c2939fc)) - -* fix/PrealignedRootTranslationSerializer ([`1cd0cda`](https://github.com/OpenPecha/toolkit-v2/commit/1cd0cdaf877d8d4f59960ac9ed85e4b97836d0d2)) - -* Merge pull request #207 from OpenPecha/fix-prealigned-root-translation/get-category - -fix/get category ([`fc8e9d3`](https://github.com/OpenPecha/toolkit-v2/commit/fc8e9d37ff6fc3d782941a1dc26f0fed9388c355)) - -* fix/get category ([`e2e5fb6`](https://github.com/OpenPecha/toolkit-v2/commit/e2e5fb6fcc66db0d44cf70a64ddd4d7c88a0f3c6)) - -* Merge pull request #206 from OpenPecha/fix/put-serialize-content-in-chapters - -Fix/put serialize content in chapters ([`75850c9`](https://github.com/OpenPecha/toolkit-v2/commit/75850c9d35a0673ea0609b7fead0c4cfbac73cc1)) - -* put prealigned commentary serialized JSON content in chapter ([`8c8517c`](https://github.com/OpenPecha/toolkit-v2/commit/8c8517c7894c4549e200722e3500a688d8214ae9)) - -* put simple commentary serialized JSON content in chapter ([`4031c08`](https://github.com/OpenPecha/toolkit-v2/commit/4031c081db158d97aa567f34fb46ac8eba03daef)) - -* put prealigned root translation serialized JSON content in chapter ([`a2bb715`](https://github.com/OpenPecha/toolkit-v2/commit/a2bb715d3ade3e1de5aebac4fb155183bcc77874)) - -* put root serialized JSON content in chapter ([`dd6eff8`](https://github.com/OpenPecha/toolkit-v2/commit/dd6eff8260c96fb216025a3b3e4789be06cec078)) - -* Merge pull request #205 from OpenPecha/fix/alignment-transfer - -fix logic ([`6dd7229`](https://github.com/OpenPecha/toolkit-v2/commit/6dd7229615edd5f8d347a6d09369b526d00b87c0)) - -* fix logic ([`da6c465`](https://github.com/OpenPecha/toolkit-v2/commit/da6c465f95239f7985952e4bd0c284dbb5678b8a)) - -* Merge pull request #204 from OpenPecha/more-log-infos - -more log infos ([`36c450f`](https://github.com/OpenPecha/toolkit-v2/commit/36c450f83a97d6ad33d2151ad60e0f23822305d0)) - -* more log infos ([`e62170f`](https://github.com/OpenPecha/toolkit-v2/commit/e62170f060e6e7c53d864bc1b68e81d267efaf32)) - -* Merge pull request #202 from OpenPecha/feat/PreAlignedTranslationSerializer - -Feat/pre aligned translation serializer ([`25de3cb`](https://github.com/OpenPecha/toolkit-v2/commit/25de3cbfd867e7874d07b45f607987761d92e67f)) - -* Serializer test for prealigned root translation pecha ([`a82b697`](https://github.com/OpenPecha/toolkit-v2/commit/a82b6977dcf42757154e1e02839e80c9d3d89283)) - -* PreAlignedRootTranslationSerializer ([`db05081`](https://github.com/OpenPecha/toolkit-v2/commit/db05081c77ab053880374c6c4a7f4009713614d9)) - -* TranslationAlignmentTransfer ([`f1a5537`](https://github.com/OpenPecha/toolkit-v2/commit/f1a5537c10ec21e28b6f1e4fded9e1ffd00d7e01)) - -* Merge pull request #201 from OpenPecha/feat/prealigned-commentary-translation-serializer - -Feat/prealigned commentary serializer tests ([`856f614`](https://github.com/OpenPecha/toolkit-v2/commit/856f614ad21e77a4dfa46dd0bb04dc6411882d6a)) - -* fix test func name ([`f4f611b`](https://github.com/OpenPecha/toolkit-v2/commit/f4f611b38cfe0f97df02006aba6da046d9173881)) - -* test for prealigned commentary pecha serializer ([`dc267df`](https://github.com/OpenPecha/toolkit-v2/commit/dc267dffcf76284a2514159165a0375a416c0966)) - -* delete unneccessary test data files ([`fd88345`](https://github.com/OpenPecha/toolkit-v2/commit/fd88345a4e5921bae0eac9f1821895584ff66f9b)) - -* test for get root pechas mapping ([`560be98`](https://github.com/OpenPecha/toolkit-v2/commit/560be984ac5f0a0bea74f37ef1a9dc7aacb0e9fa)) - -* Merge pull request #200 from OpenPecha/feat/PreAlignedCommentarySerializer - -Feat/pre aligned commentary serializer ([`a121e0d`](https://github.com/OpenPecha/toolkit-v2/commit/a121e0dcb460bfefb581c2491b9796c214453af7)) - -* refactor/move alignment transfer code to alignment module ([`22c7c1b`](https://github.com/OpenPecha/toolkit-v2/commit/22c7c1b2d61a1ada61fcb530a3662c07d1389753)) - -* delete unneccessary alignment codes ([`5667570`](https://github.com/OpenPecha/toolkit-v2/commit/5667570e00e2ac3bcd9cd8b3e86831077eb3986a)) - -* PreAlignedCommentarySerializer serialize ([`2a29bc1`](https://github.com/OpenPecha/toolkit-v2/commit/2a29bc10e754718d793c6bb62e4866460fb77831)) - -* refactor get serialized commentary ([`3799913`](https://github.com/OpenPecha/toolkit-v2/commit/3799913099d6203ac72f8975f6a92718c96d2460)) - -* refactor map layer to layer ([`40eae2d`](https://github.com/OpenPecha/toolkit-v2/commit/40eae2d57510758f702409540adabbeea4fea214)) - -* refactor code ([`6c7134b`](https://github.com/OpenPecha/toolkit-v2/commit/6c7134b9b7c5ffaaacbc8ef6b6be023495a82d23)) - -* PreAlignedCommentarySerializer get serialized commentary ([`905b6e0`](https://github.com/OpenPecha/toolkit-v2/commit/905b6e035a39c3458d37ae8306a4366be8efdb44)) - -* refactor/move get_anns to pecha ([`6267202`](https://github.com/OpenPecha/toolkit-v2/commit/6267202f287f456d89a6c8f8b228b1ef665b519a)) - -* Merge pull request #199 from OpenPecha/feat/Serializer-pecha-classifer - -Feat/serializer pecha classifer ([`d8b70bf`](https://github.com/OpenPecha/toolkit-v2/commit/d8b70bf115ba6402005abf2e1e441da37caf8ad5)) - -* prealinged root translation pecha ([`d24e483`](https://github.com/OpenPecha/toolkit-v2/commit/d24e483bc71423393878beda02dc91fca2212cb9)) - -* conditional for prealigned commentary pechas type ([`c7f65e8`](https://github.com/OpenPecha/toolkit-v2/commit/c7f65e8aff914c22ed3f390b4da486aced495e9a)) - -* conditional for prealigned commentary pechas type ([`142fd8e`](https://github.com/OpenPecha/toolkit-v2/commit/142fd8e9f30050666e66153e7a5119c8b55be969)) - -* test for PechaType ([`756ae66`](https://github.com/OpenPecha/toolkit-v2/commit/756ae66cf28149d11e02709f8dfa2207543335dd)) - -* PechaType Enum ([`97c070c`](https://github.com/OpenPecha/toolkit-v2/commit/97c070ca4838e33904400c38608ce41b16798e03)) - -* Merge pull request #198 from OpenPecha/fix/delete-existing-alignment-transfer - -Fix/delete existing alignment transfer ([`f27e46b`](https://github.com/OpenPecha/toolkit-v2/commit/f27e46b05ddbeb884102a1fd00dd9fcb2d45d644)) - -* rename funcs in test root serializer ([`5c39690`](https://github.com/OpenPecha/toolkit-v2/commit/5c3969078b2a7abb77cf6fd165a1fce5b79404f7)) - -* rename TranslationSerializer -> Root Serializer ([`8476c25`](https://github.com/OpenPecha/toolkit-v2/commit/8476c2502c4147ec46ec575855e0af26ca8bd48c)) - -* delete existing alignment transfer file ([`417ff1e`](https://github.com/OpenPecha/toolkit-v2/commit/417ff1ea7cc01d085e659bbd4779160088c2dd24)) - -* Merge pull request #196 from OpenPecha/fix/add-initial-creation-type-in-set-metadata - -add intial creation type in pecha metadata ([`605df03`](https://github.com/OpenPecha/toolkit-v2/commit/605df0354b00aef398ce08ddfd1ad56eedd2815f)) - -* update test file ([`43373a8`](https://github.com/OpenPecha/toolkit-v2/commit/43373a878c37cb81068272326a6252f24a7760e2)) - -* remove chunk strings ([`1a72870`](https://github.com/OpenPecha/toolkit-v2/commit/1a72870d635603ddf996d8363590e5e311b2bf86)) - -* add intial creation type in pecha metadata ([`1659495`](https://github.com/OpenPecha/toolkit-v2/commit/1659495092fecadb93531fc5ce45bc9a9fa74cb0)) - -* Merge pull request #195 from OpenPecha/modify/take-dict-set-metadata - -fix set metadata ([`ec897f0`](https://github.com/OpenPecha/toolkit-v2/commit/ec897f0c9a453be77405bda604e010b57d0466dc)) - -* fix set metadata ([`412509c`](https://github.com/OpenPecha/toolkit-v2/commit/412509c860cd38f1719f6ecc9def8c283a2590ee)) - -* Merge pull request #194 from OpenPecha/modify/take-dict-set-metadata - -Modify/take dict set metadata ([`28e4d18`](https://github.com/OpenPecha/toolkit-v2/commit/28e4d18f3f1478f0fc9a794859d68f2fd9f2f6b0)) - -* set parser name if not in metadata ([`9648abc`](https://github.com/OpenPecha/toolkit-v2/commit/9648abc2f693bc4f53a4bc57728e0e3752b38c5d)) - -* get parser old name from set_metadata ([`4cd48ed`](https://github.com/OpenPecha/toolkit-v2/commit/4cd48ed15d55828e1060e44dd8346fbc96f31eaa)) - -* Merge pull request #193 from OpenPecha/modify/take-dict-set-metadata - -take input as dict for pecha metadata ([`5bce949`](https://github.com/OpenPecha/toolkit-v2/commit/5bce949253e81963d3fa160a240b63984aff716e)) - -* take input as dict for pecha metadata ([`7e4d63f`](https://github.com/OpenPecha/toolkit-v2/commit/7e4d63ffc4463cdccafc6acb5a982d7ee86ed19e)) - -* Merge pull request #192 from OpenPecha/fix/commentary-serializer-logic - -check if translation_of content is there ([`ce69518`](https://github.com/OpenPecha/toolkit-v2/commit/ce695188109a1c2b8f7834ebdcbd2e2ee07cd402)) - -* check if translation_of content is there ([`7a2bffc`](https://github.com/OpenPecha/toolkit-v2/commit/7a2bffca64f95dfa0ef88c71aa14bc2bbc26f6d2)) - -* Merge pull request #191 from OpenPecha/modify/remove-alignment-data-arg-Serializer - -Modify/remove alignment data arg serializer ([`4cf63e8`](https://github.com/OpenPecha/toolkit-v2/commit/4cf63e8a56ad2a4279a560af52603783063ebe44)) - -* remove get_alignment_data func ([`65a8dc8`](https://github.com/OpenPecha/toolkit-v2/commit/65a8dc868eecabf8f7c8fd88d66cfa6b2e60f5a3)) - -* fix/add CategoryExtractor in try block ([`08205d0`](https://github.com/OpenPecha/toolkit-v2/commit/08205d01fb49cc0b2bcaf40a427bf6c22067aad9)) - -* remove alignment data from the Serializers ([`0d72527`](https://github.com/OpenPecha/toolkit-v2/commit/0d7252770721300cdb791e74459e75eb6d0571d7)) - -* Merge pull request #190 from OpenPecha/fix-update_serialize_opf - -added update_serialize_json function ([`4c281b2`](https://github.com/OpenPecha/toolkit-v2/commit/4c281b2cb0d12c60c877683a74d5a54b9498edf6)) - -* updated test function name ([`e8c8d96`](https://github.com/OpenPecha/toolkit-v2/commit/e8c8d9634f0d99692a48fad28ffc3691723084b9)) - -* added update_serialize_json function ([`7185631`](https://github.com/OpenPecha/toolkit-v2/commit/7185631d00cf7fa2f28a9e4d46ed812ef11c1389)) - -* Merge pull request #189 from OpenPecha/pecha-org-pecha-metadata-validator - -Pecha org pecha metadata validator ([`4f82ecd`](https://github.com/OpenPecha/toolkit-v2/commit/4f82ecd502fb7658d8f775c73cbdd6be3e3842b9)) - -* add . and / in forbidden symbols for metadata validator ([`59de0da`](https://github.com/OpenPecha/toolkit-v2/commit/59de0da933dde7b70972b3c79c0ecaae4339d01c)) - -* Add PechaCategoryNotFound Exception ([`148d48a`](https://github.com/OpenPecha/toolkit-v2/commit/148d48aef50f0373920768f709114816dbf401f3)) - -* PechaOrgPechaMetaDataValidator ([`1b76b8e`](https://github.com/OpenPecha/toolkit-v2/commit/1b76b8ebdf74bf1289696d9ae2b0bdf7af6df040)) - -* Merge pull request #188 from OpenPecha/modify/Serializer-pipeline - -Modify/serializer pipeline ([`49917f1`](https://github.com/OpenPecha/toolkit-v2/commit/49917f19324221b0af163a2c6306f64bc7b37207)) - -* doc string for Serializers classes ([`7a7bb09`](https://github.com/OpenPecha/toolkit-v2/commit/7a7bb0929562e6c218d760ce807f7cc592f98bd7)) - -* refactor code ([`373d599`](https://github.com/OpenPecha/toolkit-v2/commit/373d599313b43137ea8b3e76ac18b5acd0d9d5df)) - -* delete unneccessary test ([`ab47b02`](https://github.com/OpenPecha/toolkit-v2/commit/ab47b025c87a72eedf4398cd00c6f44c8022aec8)) - -* test commentary translation pecha for TestSerializer ([`c977edf`](https://github.com/OpenPecha/toolkit-v2/commit/c977edff571eb7739a5a9752a4109af9d36ce411)) - -* test commentary pecha for TestSerializer ([`57c4477`](https://github.com/OpenPecha/toolkit-v2/commit/57c44778720e651664f321a7ecd09024869380d6)) - -* test root translation pecha for TestSerializer ([`da756d9`](https://github.com/OpenPecha/toolkit-v2/commit/da756d98da47c61676d676d503d4d5ceef50b76e)) - -* test root pecha for TestSerializer ([`ce4e88c`](https://github.com/OpenPecha/toolkit-v2/commit/ce4e88cd37e9dc5bf0670658e5642169a3019426)) - -* add logging to get en title ([`e505528`](https://github.com/OpenPecha/toolkit-v2/commit/e505528807346ce537a863445d8a242822648c37)) - -* refactor Serializer pipeline ([`31d2e92`](https://github.com/OpenPecha/toolkit-v2/commit/31d2e92e5f58c22ab9ce51ab0919d18fd0ad9397)) - -* modify/Serializer pipeline ([`5a76dd1`](https://github.com/OpenPecha/toolkit-v2/commit/5a76dd13811a5269cdf040b38ab3990338c56567)) - -* Merge pull request #187 from OpenPecha/fix-update_serialize_opf - -fix the module placement ([`9956116`](https://github.com/OpenPecha/toolkit-v2/commit/9956116432e6c96c16cf42fd62caf30cadf9da69)) - -* fix the module placement ([`17e14bc`](https://github.com/OpenPecha/toolkit-v2/commit/17e14bc769cbb92a448bf4ac90c9863da281ac9f)) - -* Merge pull request #177 from OpenPecha/feat-serialize_updated_translation_opf - -added updated opf serializer ([`951e2ec`](https://github.com/OpenPecha/toolkit-v2/commit/951e2ece53254a88efab7f2c6686e974c0d1d0fd)) - -* update the Parser name in test metadata ([`36284a2`](https://github.com/OpenPecha/toolkit-v2/commit/36284a20e1405ae00995b250803001b574a982bf)) - -* Merge remote-tracking branch 'origin/main' into feat-serialize_updated_translation_opf ([`6f73268`](https://github.com/OpenPecha/toolkit-v2/commit/6f73268b5e8e2d7bbd9e2c93d05c6077811fd1ff)) - -* Merge pull request #186 from OpenPecha/modify-translation-serializer/take-root-pecha-arg - -Modify translation serializer/take root pecha arg ([`0adf750`](https://github.com/OpenPecha/toolkit-v2/commit/0adf75057dec43004c15cf9c5a3091b2e8a7cac7)) - -* test for Serializer ([`7881e82`](https://github.com/OpenPecha/toolkit-v2/commit/7881e82b89ffec6a06de4dc113d998c20b939b2c)) - -* Serializer ([`393c080`](https://github.com/OpenPecha/toolkit-v2/commit/393c080d016e4e0239161fa0698e311f5ac96872)) - -* add logging to simple commentary serializer ([`7008569`](https://github.com/OpenPecha/toolkit-v2/commit/7008569b3fa70a00769a8aa8c8e15c7ebce44ead)) - -* add logging to commentary serialization ([`b78e5ec`](https://github.com/OpenPecha/toolkit-v2/commit/b78e5ec9f60cda1fce92036b94d6328b9d75bf8f)) - -* modify/take root pecha from arg during commentary translation serialization ([`788eeb8`](https://github.com/OpenPecha/toolkit-v2/commit/788eeb8d5aa7b7dcb955bc6deb43859c5942137d)) - -* modify/take root pecha from arg during root translation serialization ([`bfe35a5`](https://github.com/OpenPecha/toolkit-v2/commit/bfe35a519753a3049d460868e0769369b11bb26c)) - -* Merge pull request #185 from OpenPecha/update-docxparser-class - -removed outputpath arg from parse method ([`3cda5c1`](https://github.com/OpenPecha/toolkit-v2/commit/3cda5c1829f4b11d9b18fec051aaf9e373876e1d)) - -* removed outputpath arg from parse method ([`f39ee6e`](https://github.com/OpenPecha/toolkit-v2/commit/f39ee6ed1da25465129224f0d154441746e139ae)) - -* Merge pull request #184 from OpenPecha/modify/dont-write-log-to-file - -dont write log to file ([`157f9a5`](https://github.com/OpenPecha/toolkit-v2/commit/157f9a5c376589bb763f59d9bbf1527a00bd7874)) - -* dont write log to file ([`8336d12`](https://github.com/OpenPecha/toolkit-v2/commit/8336d12359eb191650ae5473af6bdf2df9363e70)) - -* Merge pull request #183 from OpenPecha/refactor/serializer_file_structure - -Refactor/serializer file structure ([`80c51da`](https://github.com/OpenPecha/toolkit-v2/commit/80c51daecd62ae1ffdcf9b6c08ed867c4a9cb6ec)) - -* rename TextTranslationSerializer -> TranslationSerializer ([`9d98ad4`](https://github.com/OpenPecha/toolkit-v2/commit/9d98ad4540ee185fc6b9a9b2fdbb48fee7a12e1d)) - -* refactor/serializer file structure ([`7e8d4a0`](https://github.com/OpenPecha/toolkit-v2/commit/7e8d4a0d37fdd415d3e40f4743b3672102678aec)) - -* Merge pull request #182 from OpenPecha/refactor/file_structure - -Refactor/file structure ([`11d291f`](https://github.com/OpenPecha/toolkit-v2/commit/11d291f73f819214b21042a3e75a34fd2a32cca2)) - -* update test file ([`e672d93`](https://github.com/OpenPecha/toolkit-v2/commit/e672d936893ba51071c71ce313a63ea330e8f7b3)) - -* rename numberlist -> simple commentary ([`2fb9fa5`](https://github.com/OpenPecha/toolkit-v2/commit/2fb9fa5b17741776028da5ff1c3c545c2426aebe)) - -* update test file name ([`b3c4222`](https://github.com/OpenPecha/toolkit-v2/commit/b3c4222507456e710f978743b9635561d6563019)) - -* rename manual number -> complex commentary ([`51cf341`](https://github.com/OpenPecha/toolkit-v2/commit/51cf34100d3b7b762d295a526355a34c7d277ba8)) - -* rename google doc -> docx ([`aa8649c`](https://github.com/OpenPecha/toolkit-v2/commit/aa8649c863c87f905ec419ed2d69b3c995f4cf7c)) - -* Merge pull request #175 from OpenPecha/fix/use_alignment_in_commentary_serializer - -add alignment data to commentary serializer ([`58e7a08`](https://github.com/OpenPecha/toolkit-v2/commit/58e7a08683443feed65705c5ac2945126c7ef612)) - -* add alignment data to commentary serializer ([`7128db2`](https://github.com/OpenPecha/toolkit-v2/commit/7128db2b0cf5743ddd879a53a765c07a9f692a4b)) - -* Merge pull request #173 from OpenPecha/feat/simple_commentary_serializer - -Feat/simple commentary serializer ([`1e08e2f`](https://github.com/OpenPecha/toolkit-v2/commit/1e08e2f556860d173490ad14a60aabafae6a18b4)) - -* add lang identifer for non bo en Pechas ([`295587a`](https://github.com/OpenPecha/toolkit-v2/commit/295587abd1547635d692c5e5b35624b9d14c09e6)) - -* fix ComplexCommentarySerializer/take pecha as input than pecha_path ([`7daa35b`](https://github.com/OpenPecha/toolkit-v2/commit/7daa35bbf7dec7ea6d1362e635e1a23e232bb13d)) - -* fix/ serialized json field book -> books ([`af988e6`](https://github.com/OpenPecha/toolkit-v2/commit/af988e65902100a12a8406471c4903fa1853ea4d)) - -* fix/ serialized json field book -> books ([`e83cb0c`](https://github.com/OpenPecha/toolkit-v2/commit/e83cb0c2b78251539e13fd697599d75c81a5e5aa)) - -* modify/take Pecha as input than pecha_path ([`b761b5b`](https://github.com/OpenPecha/toolkit-v2/commit/b761b5bc12c04ced597facf58808dd7ccf54fa2b)) - -* fix/test metadata ([`2892c02`](https://github.com/OpenPecha/toolkit-v2/commit/2892c02392cc4e33807c3c5d1893bd7b4a33e674)) - -* fix/extract metadata ([`fc7f6b2`](https://github.com/OpenPecha/toolkit-v2/commit/fc7f6b287e16ddcc87bb8c94565d6bc7a506cd77)) - -* add zh test for simple commentary serialize ([`ddbc18c`](https://github.com/OpenPecha/toolkit-v2/commit/ddbc18c3f951eafb053f15d58071270d6c2e1b62)) - -* refactor code ([`326c292`](https://github.com/OpenPecha/toolkit-v2/commit/326c292ba54ded643ab0bdd5a15580f48f782537)) - -* test for simple commentary serialize ([`479ff2b`](https://github.com/OpenPecha/toolkit-v2/commit/479ff2bb01f9b54ce96fa48e17317f3cd0cafcc2)) - -* test data for simple commentary serializer ([`1d4ea66`](https://github.com/OpenPecha/toolkit-v2/commit/1d4ea66873f4d510215a9db040fab92f1dcfae3a)) - -* refactor/existing commentary-> ComplexCommentary serializer ([`0a3c31d`](https://github.com/OpenPecha/toolkit-v2/commit/0a3c31d3b6fefa30280d47b26b40a0e4f62919fa)) - -* Merge pull request #172 from OpenPecha/feat/update_pecha_class - -Feat/update pecha class ([`87644ec`](https://github.com/OpenPecha/toolkit-v2/commit/87644ec54c7cca4c65b808054a473f85c0cc9124)) - -* added update git folder function and test ([`2358d6c`](https://github.com/OpenPecha/toolkit-v2/commit/2358d6c8cbbd6cba8d47eeb455e7eb59d889b28a)) - -* added update git folder function and test ([`90b273b`](https://github.com/OpenPecha/toolkit-v2/commit/90b273bbfd98fec7786084f09cbca5053b9ecea8)) - -* modified update github repo function to take repo path instead to avoid double cloning ([`45e70e9`](https://github.com/OpenPecha/toolkit-v2/commit/45e70e9faf6333309adcca80223e7a4a73d1551f)) - -* Merge pull request #171 from OpenPecha/feat-auto-parser-selection - -added extra_fields for the metadatas array ([`d99f6de`](https://github.com/OpenPecha/toolkit-v2/commit/d99f6de40fda955cacbf2f570edb947f47b01487)) - -* added extra_fields for the metadatas array ([`053f9af`](https://github.com/OpenPecha/toolkit-v2/commit/053f9af457610d47c4d424b9fea9fd9960f04b3d)) - -* Merge pull request #170 from OpenPecha/feat/update_pecha_class - -added get layerd id function ([`ac2dda9`](https://github.com/OpenPecha/toolkit-v2/commit/ac2dda9e77162d9b1d2c535772fecb1c1b30bbf9)) - -* added get layerd id function test ([`da9cded`](https://github.com/OpenPecha/toolkit-v2/commit/da9cdedbd5ae1e274e85c7858b723dc5722cbd0f)) - -* added get layerd id function test ([`bf41092`](https://github.com/OpenPecha/toolkit-v2/commit/bf41092c87abef7a4258fd7a9a50edd6b9286352)) - -* added get layerd id function test ([`24476e6`](https://github.com/OpenPecha/toolkit-v2/commit/24476e6dd0b2834e976f776db8fc52cf4d8610ac)) - -* added get layerd id function ([`041bd19`](https://github.com/OpenPecha/toolkit-v2/commit/041bd1992acdd2e2f00a32b6bd6a4cbaa3042574)) - -* updated opf serializer updater ([`85503dc`](https://github.com/OpenPecha/toolkit-v2/commit/85503dc79b3f702d8de01c4b2aaa4fd2e905250f)) - -* added updated opf serializer ([`af05af1`](https://github.com/OpenPecha/toolkit-v2/commit/af05af1747cea7db8bcb3602a1419b2e04b44828)) - -* Merge pull request #168 from OpenPecha/feat-auto-parser-selection - -Feat auto parser selection ([`6487985`](https://github.com/OpenPecha/toolkit-v2/commit/64879857c1d818dac3d9c2bdb560e7d4dec8dd1a)) - -* completed the docstring comments for the functions ([`8612546`](https://github.com/OpenPecha/toolkit-v2/commit/8612546fc13402813cae71476bf58cdc4881c1bb)) - -* Implemented DocxParser class to parse DOCX files based on metadata. ([`19b142b`](https://github.com/OpenPecha/toolkit-v2/commit/19b142bf78ce08c9c925d744584c163845c62337)) - -* auto parser selection ([`d0765c9`](https://github.com/OpenPecha/toolkit-v2/commit/d0765c971ca59b44ee6b9b1d9d56107e9524aeda)) - -* Merge pull request #166 from OpenPecha/feat/add_logging - -Feat/add logging ([`6b1db46`](https://github.com/OpenPecha/toolkit-v2/commit/6b1db466a5b2b1a11447fe1a765a8a88d3d6843e)) - -* log serialized pecha ([`cc5f2c3`](https://github.com/OpenPecha/toolkit-v2/commit/cc5f2c3046d2209a8bf3de1addbcddadf9f8832a)) - -* add logging to translation serializer ([`053e00b`](https://github.com/OpenPecha/toolkit-v2/commit/053e00b67e56a9363e59a1010631f091ea53aab0)) - -* add logging to commentary parser ([`5edeb6c`](https://github.com/OpenPecha/toolkit-v2/commit/5edeb6c4140a01a8f68316c990d71118b212954c)) - -* fix logging name ([`150e2cc`](https://github.com/OpenPecha/toolkit-v2/commit/150e2ccd528737dddbff1cdfb2182d7a5aaf90ae)) - -* add logging to translation parser ([`fe11686`](https://github.com/OpenPecha/toolkit-v2/commit/fe116866854838cba2f568f4ee08150c823e2586)) - -* Merge pull request #165 from OpenPecha/feat/write_exceptions - -Feat/write exceptions ([`330d6a0`](https://github.com/OpenPecha/toolkit-v2/commit/330d6a0bc31c750b19c5be0db133cfd4c2a54a14)) - -* pecha clone error ([`8d20cbe`](https://github.com/OpenPecha/toolkit-v2/commit/8d20cbe27478c89ca45443ecec47166605d19552)) - -* create output path before parse ([`64a69f4`](https://github.com/OpenPecha/toolkit-v2/commit/64a69f4aea24a9a5efe916a6543568babe2b30ab)) - -* delete unneccessary exceptions ([`17ec697`](https://github.com/OpenPecha/toolkit-v2/commit/17ec6970bb1757c276f8f9fab3ae87304bbb6215)) - -* BaseUpdateFailedError ([`22f4a47`](https://github.com/OpenPecha/toolkit-v2/commit/22f4a47f65da6fb77ecfde0115c93f3fe92fd77c)) - -* add InvalidLayerEnum exception ([`51bcf35`](https://github.com/OpenPecha/toolkit-v2/commit/51bcf354ced4f322a47e018b8f18d23de5a68fa3)) - -* refactor CommentarySerializer ([`268e8e9`](https://github.com/OpenPecha/toolkit-v2/commit/268e8e91b7fffaeac4b623c0ce2bbbd699f87ac0)) - -* refactor CommentarySerializer ([`51d4467`](https://github.com/OpenPecha/toolkit-v2/commit/51d44678cd01b34d9a6680c1bc364f577604fb20)) - -* refactor CommentarySerializer ([`597c6c9`](https://github.com/OpenPecha/toolkit-v2/commit/597c6c9b9de1fce63213a4878c4ad6cb649996ad)) - -* refactor CommentarySerializer ([`b3b5592`](https://github.com/OpenPecha/toolkit-v2/commit/b3b5592723425d98deb083163b5bc97712c36fdb)) - -* refactor CommentarySerializer ([`c8937c9`](https://github.com/OpenPecha/toolkit-v2/commit/c8937c9af6f3261a465547f466e11495402d0d71)) - -* refactor CommentarySerializer ([`3e417d7`](https://github.com/OpenPecha/toolkit-v2/commit/3e417d72914c14ee10d402bb2d00a3addff5d215)) - -* refactor CommentarySerializer ([`2747c3c`](https://github.com/OpenPecha/toolkit-v2/commit/2747c3c5cc9cb7426b264d3dfb0d9f7cc7b9f2e4)) - -* refactor CommentarySerializer ([`bf39b01`](https://github.com/OpenPecha/toolkit-v2/commit/bf39b01845184938e3566bffb8db48e4dee94ca2)) - -* refactor CommentarySerializer ([`0dd05c0`](https://github.com/OpenPecha/toolkit-v2/commit/0dd05c08a1f3d9269d0b5ab7c2d361caa9e76afb)) - -* refactor CommentarySerializer ([`9e00f9f`](https://github.com/OpenPecha/toolkit-v2/commit/9e00f9ffa7c1efbeb96e0753def3460581a4a05a)) - -* refactor CommentarySerializer ([`3fe42c1`](https://github.com/OpenPecha/toolkit-v2/commit/3fe42c113302bf06778a0781a29c269f1890b2ee)) - -* refactor ([`44d6304`](https://github.com/OpenPecha/toolkit-v2/commit/44d630489a5dcc23c7d4b6f6724ea71e3e6c5f30)) - -* StamAnnotationStoreLoadError ([`a8985c8`](https://github.com/OpenPecha/toolkit-v2/commit/a8985c8941d03901fde846e245430aa29fba6551)) - -* AlignmentDataKeyMissingError ([`fa947b2`](https://github.com/OpenPecha/toolkit-v2/commit/fa947b20c88e52d6eb1efd73bbabdbd10d54a793)) - -* merged into main ([`831f633`](https://github.com/OpenPecha/toolkit-v2/commit/831f633f0ed0280914e2d195a6ef6f66570dff4f)) - -* Merge pull request #163 from OpenPecha/modify/get_alignment_data_from_DB - -Modify/get alignment data from db ([`0d1ac34`](https://github.com/OpenPecha/toolkit-v2/commit/0d1ac3459c08d922a6bc03224beb994a14627862)) - -* refactor ([`a0530b4`](https://github.com/OpenPecha/toolkit-v2/commit/a0530b40acf512f841c12d66f0525c63a9a15699)) - -* refactor ([`a085073`](https://github.com/OpenPecha/toolkit-v2/commit/a085073443f6a4606c4cf5344b6fff24e23d6deb)) - -* update root pecha id in test metadata ([`0b04325`](https://github.com/OpenPecha/toolkit-v2/commit/0b04325bf1a5b80e579b204e9096a684ce2ad6f4)) - -* take alignment data as arg in TranslationSerializer ([`1142b30`](https://github.com/OpenPecha/toolkit-v2/commit/1142b303e7367b53f100e6ea279aa1c794005fc2)) - -* move test files ([`866d911`](https://github.com/OpenPecha/toolkit-v2/commit/866d911a0a3addce380ea124f0a3e2ff93bc9651)) - -* delete pecha display test data ([`499f19f`](https://github.com/OpenPecha/toolkit-v2/commit/499f19fd88b5f7488af7379476d90749f795014a)) - -* refactor code ([`9fc3579`](https://github.com/OpenPecha/toolkit-v2/commit/9fc3579d24274bb9a148988b6d818afdb29c2868)) - -* delete unneccessary func ([`0176a6d`](https://github.com/OpenPecha/toolkit-v2/commit/0176a6d0569f1f315405457c71a660c0dffce0e3)) - -* dont store commentary alignment in metadata ([`fbe3341`](https://github.com/OpenPecha/toolkit-v2/commit/fbe33415d99eb9dbece4632cc904bed83ec37ca5)) - -* dont store translation alignment in metadata ([`eed3f6c`](https://github.com/OpenPecha/toolkit-v2/commit/eed3f6c29f8bd57ca173d34db01dfce62a42119f)) - -* Merge pull request #162 from OpenPecha/feat/get_alignment_information - -Feat/get alignment information ([`6db470a`](https://github.com/OpenPecha/toolkit-v2/commit/6db470a424e75c914aab2dbb9851eacf5f308ed0)) - -* add comment ([`2d7ff09`](https://github.com/OpenPecha/toolkit-v2/commit/2d7ff090194039c64fc5430ef9b6e9b8bb15635f)) - -* func get alignment data ([`6de7291`](https://github.com/OpenPecha/toolkit-v2/commit/6de72910d295b2aec43c20aa104ab920a987b6d9)) - -* rename test file ([`f1897e2`](https://github.com/OpenPecha/toolkit-v2/commit/f1897e2a20d70a6a7c01ea3a8cf9477d10049029)) - -* dynamically save commentary parser name in metadata ([`3b59f0d`](https://github.com/OpenPecha/toolkit-v2/commit/3b59f0d0523dee29fa1da69f5d66c7771329157a)) - -* show exception errors in str ([`d219810`](https://github.com/OpenPecha/toolkit-v2/commit/d2198102d611b7305cdb8b70fed595d58cb73373)) - -* exceptions to Commentary parser ([`ea56f27`](https://github.com/OpenPecha/toolkit-v2/commit/ea56f27536e28d236ae63bbeaaffeb3688845be3)) - -* metadata validation error ([`34fff6a`](https://github.com/OpenPecha/toolkit-v2/commit/34fff6ac986615530d08f10e3c5daad7d1abe618)) - -* StamAddAnnotationError ([`bad138a`](https://github.com/OpenPecha/toolkit-v2/commit/bad138a007f9ff7cbc731d09c2049d3f8436a053)) - -* InvalidLanguageEnumError ([`2351885`](https://github.com/OpenPecha/toolkit-v2/commit/235188509b1d084f6958114b2c0be7c173ba5e6c)) - -* Parser File Related exceptions ([`3aa488b`](https://github.com/OpenPecha/toolkit-v2/commit/3aa488b0fd86b37f27ca3bb6ce7290503187f25b)) - -* file related exceptions in TranslationParser ([`f9906d9`](https://github.com/OpenPecha/toolkit-v2/commit/f9906d97f0425de8cbe6081b5e60e84da0bb20f0)) - -* add exception classes ([`2642f24`](https://github.com/OpenPecha/toolkit-v2/commit/2642f24bb724ee5ceda5cdd29bcf4df03eb76559)) - -* Merge pull request #155 from OpenPecha/add/russian_lang_enum - -add russian to LayerEnum ([`4f95e59`](https://github.com/OpenPecha/toolkit-v2/commit/4f95e592e4b44dc0c130540ea6e6013f19548451)) - -* add russian to LayerEnum ([`bd733e7`](https://github.com/OpenPecha/toolkit-v2/commit/bd733e7e72b309570e74628bba56f84873d3fa44)) - -* Merge pull request #154 from OpenPecha/add/russian_lang_enum - -add russian to language ([`3eb6e4a`](https://github.com/OpenPecha/toolkit-v2/commit/3eb6e4af0ae5f6c649155c256e48b94256b74dd7)) - -* add russian to language ([`8a98005`](https://github.com/OpenPecha/toolkit-v2/commit/8a980059abb5912952f54b03f33e6ec5827a6333)) - -* Merge pull request #152 from OpenPecha/feat/numberlist_root_parser - -add metadata to arg ([`bfed6f1`](https://github.com/OpenPecha/toolkit-v2/commit/bfed6f141e280cce09ba5ae7e10037cc30685a80)) - -* add metadata to arg ([`9099e8d`](https://github.com/OpenPecha/toolkit-v2/commit/9099e8db283ff76a75047c0ec9d1620f730fdfec)) - -* Merge pull request #151 from OpenPecha/feat/numberlist_root_parser - -Feat/numberlist root parser ([`ff16b22`](https://github.com/OpenPecha/toolkit-v2/commit/ff16b22d59a070c277cf81cfe6cfe13fd15c43e5)) - -* add english test file ([`a8c1f3c`](https://github.com/OpenPecha/toolkit-v2/commit/a8c1f3c7c1957fdf828efb34fffe8eba5175d3a8)) - -* refactor code ([`62505a7`](https://github.com/OpenPecha/toolkit-v2/commit/62505a7787ddcffa8d650bd532067fb4716f9daa)) - -* test for numberlist translation ([`5183699`](https://github.com/OpenPecha/toolkit-v2/commit/5183699420d91122ab316174e4b10b52543acc61)) - -* numberedlist root parser ([`c3759db`](https://github.com/OpenPecha/toolkit-v2/commit/c3759db29c727ef4137503ab6371f571beb10211)) - -* Merge pull request #150 from OpenPecha/feat/update_existing_github_repo - -dont delete github action files ([`0a5f34c`](https://github.com/OpenPecha/toolkit-v2/commit/0a5f34c5f7285f23ad735624ec497af84abe56df)) - -* dont delete github action files ([`29ff406`](https://github.com/OpenPecha/toolkit-v2/commit/29ff4061e94647fe6404e8b0536335efd8859959)) - -* Merge pull request #149 from OpenPecha/feat/update_existing_github_repo - -git clone using ssh url ([`f28e32f`](https://github.com/OpenPecha/toolkit-v2/commit/f28e32f8c17ad21a455a58ad36e0d4ca557990f3)) - -* add GITHUB TOKEN in url -; ([`257d891`](https://github.com/OpenPecha/toolkit-v2/commit/257d8911566e3b16b565aaf641f3c1ef50dd59e2)) - -* use os env ([`3ecc708`](https://github.com/OpenPecha/toolkit-v2/commit/3ecc708479e0c092d305389b17b900ae9b35c66e)) - -* git clone using ssh url ([`323822d`](https://github.com/OpenPecha/toolkit-v2/commit/323822d3badfbdd2a09fa4bf7177d35bdd855309)) - -* Merge pull request #148 from OpenPecha/feat/update_existing_github_repo - -fix/env variable name ([`1474ccb`](https://github.com/OpenPecha/toolkit-v2/commit/1474ccb9d382783be99eac416139ea22907cc135)) - -* delete unnecessary code ([`9e17af9`](https://github.com/OpenPecha/toolkit-v2/commit/9e17af9f69bd1bc12787d877ae164bba08e2466f)) - -* fix/env variable name ([`9ced42f`](https://github.com/OpenPecha/toolkit-v2/commit/9ced42fe2697f3e03d394bca2802d1e2378de00f)) - -* Merge pull request #147 from OpenPecha/feat/update_existing_github_repo - -add user name and email to Git Repo configuration ([`83690cd`](https://github.com/OpenPecha/toolkit-v2/commit/83690cd607445a74e3ff4e7c2efcdf95d01db7d3)) - -* add user name and email to Git Repo configuration ([`9d1df88`](https://github.com/OpenPecha/toolkit-v2/commit/9d1df88fa90a2e99341be34d4a6461cc3a56aff4)) - -* Merge pull request #146 from OpenPecha/feat/update_existing_github_repo - -Feat/update existing GitHub repo ([`12eebdd`](https://github.com/OpenPecha/toolkit-v2/commit/12eebdd2bef20d815eb5a3aedcfcf12e26e9fe53)) - -* delete unneccessary import ([`34d21cf`](https://github.com/OpenPecha/toolkit-v2/commit/34d21cf67c2ec27faac250f9cc5b44288c276772)) - -* revert pecha publish func ([`0331798`](https://github.com/OpenPecha/toolkit-v2/commit/0331798e2bfc7ce92a9b61a876efc5366bf43276)) - -* modify/different commit func for update github repo ([`c64388d`](https://github.com/OpenPecha/toolkit-v2/commit/c64388d27e3eafc214ce869e0a5791235f870f4a)) - -* Merge pull request #145 from OpenPecha/feat/update_existing_github_repo - -Feat/update existing GitHub repo ([`e2dd126`](https://github.com/OpenPecha/toolkit-v2/commit/e2dd1269fe71e1d16e0bf8aeda5e27fc2f6e0741)) - -* integreate update github repo with pecha publish ([`c52ce81`](https://github.com/OpenPecha/toolkit-v2/commit/c52ce8170d83c8228634f6da516e56320b907a9f)) - -* update github repo ([`52c4ac9`](https://github.com/OpenPecha/toolkit-v2/commit/52c4ac9badf07e4e2129cee7a3b28967906a9457)) - -* Merge pull request #144 from OpenPecha/fix-config - -added GITHUB_ORG_NAME changable from environment ([`3e45f28`](https://github.com/OpenPecha/toolkit-v2/commit/3e45f286fa9ef0c46ea8d6338ef0a5bff8caf688)) - -* added GITHUB_ORG_NAME changable from environment ([`b910c42`](https://github.com/OpenPecha/toolkit-v2/commit/b910c42293c3cbc1e36745a9e8bd9c22c23b4f5b)) - -* Merge pull request #143 from OpenPecha/modify/add_pecha_id_option_to_commentary_parser - -Modify/add pecha id option to commentary parser ([`d008e76`](https://github.com/OpenPecha/toolkit-v2/commit/d008e768e911728a0ddb29e45170aac17d514564)) - -* remove pecha if already exisst when parsing ([`d56d98e`](https://github.com/OpenPecha/toolkit-v2/commit/d56d98e8aad25cfd552775748cbd8f12390678ef)) - -* add pecha id to commentary parse func ([`628de80`](https://github.com/OpenPecha/toolkit-v2/commit/628de8082d296a019874d2f2e9417e67153f40ca)) - -* Merge pull request #142 from OpenPecha/modify/parse_pecha_with_set_id - -create pecha with set id ([`790f6b6`](https://github.com/OpenPecha/toolkit-v2/commit/790f6b6cf84650e16beb4827c2689dab82b87633)) - -* create pecha with set id ([`fa10103`](https://github.com/OpenPecha/toolkit-v2/commit/fa1010310dc2d2e0406a882962227e177a015d56)) - -* Merge pull request #141 from OpenPecha/fix-github_utils - -added git commit to github utils ([`1c78f20`](https://github.com/OpenPecha/toolkit-v2/commit/1c78f209ef1937c067d50b8d35fa9bc1a94bb2b2)) - -* added git commit to github utils ([`4541ba3`](https://github.com/OpenPecha/toolkit-v2/commit/4541ba345121557a63c50b9afbbd1b5802a13a78)) - -* Merge pull request #140 from OpenPecha/fix/ann_transfer - -Fix/ann transfer ([`8552c29`](https://github.com/OpenPecha/toolkit-v2/commit/8552c294fb88e41b42409c1ff7435d89d88d92ed)) - -* shorten arg name ([`6f39546`](https://github.com/OpenPecha/toolkit-v2/commit/6f39546ae34b6d73fa96e44fd057320fb23b06ca)) - -* shorten arg name ([`35567a7`](https://github.com/OpenPecha/toolkit-v2/commit/35567a70bfc3a7303e1d36e6198737fa4ca79965)) - -* add more timeour to google diff ([`c89fc1c`](https://github.com/OpenPecha/toolkit-v2/commit/c89fc1ccce1917d1589e7168e108584b9d88cabc)) - -* fix ann transfer alignment mapping ([`6f339d1`](https://github.com/OpenPecha/toolkit-v2/commit/6f339d135fc6822476a08a3da1a7c4c643cbbbc2)) - -* Merge pull request #138 from OpenPecha/fix_add_LayerEnum - -added sanskrit and italian to the layer enum ([`13aef0d`](https://github.com/OpenPecha/toolkit-v2/commit/13aef0d1590890a71926f3d122db47fb736785e1)) - -* added layer enum value in translation ([`60169f6`](https://github.com/OpenPecha/toolkit-v2/commit/60169f6c0f15f67ce647d5e6d89474a17f2d6308)) - -* added snskrit and italian to the layer enum ([`17a13e0`](https://github.com/OpenPecha/toolkit-v2/commit/17a13e0634e0fa10cee01f76183c465712c0acdf)) - -* Merge pull request #139 from OpenPecha/fix/remove_source_path_from_commentary_parser - -Fix/remove source path from commentary parser ([`78ac775`](https://github.com/OpenPecha/toolkit-v2/commit/78ac775d4a2255ff6637da34cce6de8ce4d41db0)) - -* Merge branch 'main' into fix/remove_source_path_from_commentary_parser ([`2073ad6`](https://github.com/OpenPecha/toolkit-v2/commit/2073ad6eb147f3a87d07b0753d3d515702b183f2)) - -* Merge pull request #137 from OpenPecha/fix_github_org_name - -fix github org name ([`8b11fc4`](https://github.com/OpenPecha/toolkit-v2/commit/8b11fc48682ee2914855133e18461aeb97e00794)) - -* fix github org name ([`e446eb8`](https://github.com/OpenPecha/toolkit-v2/commit/e446eb8366f8b584bface72fa7e3b32ebdf0ac1e)) - -* extract commentary_of field properly ([`51a86a1`](https://github.com/OpenPecha/toolkit-v2/commit/51a86a1d1ff778a1c04677a000b13072c3e403a4)) - -* remove source path from Commentary Parser ([`e03530e`](https://github.com/OpenPecha/toolkit-v2/commit/e03530ecb2150c1edb959705b414aae6b243a594)) - -* Merge pull request #135 from OpenPecha/feat/new_commentary_parser - -Feat/new commentary parser ([`9443f3f`](https://github.com/OpenPecha/toolkit-v2/commit/9443f3f783061b717343e732acf700fb1c8caf54)) - -* modify/input field Union str, Path ([`1138ddd`](https://github.com/OpenPecha/toolkit-v2/commit/1138ddd2a055d123cc88e00843cdb04d35bb23fd)) - -* test create Pecha ([`ce5900b`](https://github.com/OpenPecha/toolkit-v2/commit/ce5900bcc0741384130f3c716b9e12a626425cfc)) - -* mock extract commentary segment anns ([`8e7f6bd`](https://github.com/OpenPecha/toolkit-v2/commit/8e7f6bd126aa67878fcacea3dea60935938a9391)) - -* update test metadata ([`6989d8c`](https://github.com/OpenPecha/toolkit-v2/commit/6989d8c8ae1d4e5b38496d0a170681dddd4d8536)) - -* test for numbered list commentary parser ([`cdad09a`](https://github.com/OpenPecha/toolkit-v2/commit/cdad09a893d3e82af388e493b5e3ba001d54bbb0)) - -* extract commentary segment with char count ([`2077807`](https://github.com/OpenPecha/toolkit-v2/commit/2077807073e4cae455c7ec142c3b6317ebd59fa2)) - -* extract root alignment index regex ([`6eec761`](https://github.com/OpenPecha/toolkit-v2/commit/6eec761ce07a50d6b814019d3d732632f285a6a3)) - -* add docx2python to dependencies ([`a64b270`](https://github.com/OpenPecha/toolkit-v2/commit/a64b270967e3e15b3a302afa90fd2851fc757b5f)) - -* Merge branch 'main' into feat/new_commentary_parser ([`03005b4`](https://github.com/OpenPecha/toolkit-v2/commit/03005b45575677a8dd0dfe35a0155a428e33e062)) - -* extract number list from extracted docx text ([`2ff8913`](https://github.com/OpenPecha/toolkit-v2/commit/2ff89136df220708c9350defb445095c7c49f481)) - -* delete parse root from CommentaryParser ([`0fafa5e`](https://github.com/OpenPecha/toolkit-v2/commit/0fafa5ea01a8586aeabe14a2d9a27bc90d262176)) - -* add test file for GoogleDocNumberListCommentaryParser ([`1bc2e3c`](https://github.com/OpenPecha/toolkit-v2/commit/1bc2e3cb3f1df79ac5ef4e99e0860faf61794024)) - -* restructure CommentaryParser ([`51449ff`](https://github.com/OpenPecha/toolkit-v2/commit/51449ff6e5a327ef0f71555663f3472aea5b91e1)) - -* refactor test pecha merge dir structure ([`3a6cb31`](https://github.com/OpenPecha/toolkit-v2/commit/3a6cb31654d3db93c7c1864b6e25c5d4c263423d)) - -* move google drive api script to outside ([`8c669af`](https://github.com/OpenPecha/toolkit-v2/commit/8c669af81c8256bafb9e330750c8e6bb185bdff4)) - -* Merge pull request #136 from OpenPecha/fix/get_category_and_get_alignment_data - -Fix/get category and get alignment data ([`7a7eea9`](https://github.com/OpenPecha/toolkit-v2/commit/7a7eea90a8f96a18cc4cf8145bc0d8ce5cf52897)) - -* store alignment mapping as Dict in metadata ([`7ff9d0b`](https://github.com/OpenPecha/toolkit-v2/commit/7ff9d0b8148fd0fb86b94ffe92073cc050819a6d)) - -* store alignment mapping as Dict in metadata ([`dfa9981`](https://github.com/OpenPecha/toolkit-v2/commit/dfa9981ad030854c0b100e7727f6ac30e84605cf)) - -* take the first alignment in get root translation alignment ([`51d3feb`](https://github.com/OpenPecha/toolkit-v2/commit/51d3febc0c7b41733fc439ccab25fa2a8b26711b)) - -* normalize key value in alignment ([`c400435`](https://github.com/OpenPecha/toolkit-v2/commit/c4004358e15261b5bbfcc2bd92be8be15baa573c)) - -* take Pecha tibetan title for getting category ([`0c08962`](https://github.com/OpenPecha/toolkit-v2/commit/0c08962725635542856c10860f62f12473ee8943)) - -* Merge pull request #134 from OpenPecha/modify/translation_of_input_metadata_field - -Modify/translation of input metadata field ([`3795e71`](https://github.com/OpenPecha/toolkit-v2/commit/3795e7179ba250844d73a20fd32af59ab85d3138)) - -* modify/translation parser input as Path or str ([`6c821ba`](https://github.com/OpenPecha/toolkit-v2/commit/6c821baaaf75f02095f433b2ea06fe30b91b37eb)) - -* fix/add pecha id to translation test file ([`34e69ba`](https://github.com/OpenPecha/toolkit-v2/commit/34e69baeb2d2e6b8cea52925bcc62296e2fb0736)) - -* fix TranslationSerializer test metadata ([`7155fcf`](https://github.com/OpenPecha/toolkit-v2/commit/7155fcf665400c404b9c74f0cf8a8bb96e565020)) - -* fix/translationserializer is_version_of -> translation_of ([`5b37156`](https://github.com/OpenPecha/toolkit-v2/commit/5b37156a2fcd9732b1c710ed505a0b748aaad702)) - -* get translation"s root info with root pecha id ([`9365464`](https://github.com/OpenPecha/toolkit-v2/commit/93654648a7594da493339f94b3ddc00d214f6b07)) - -* Merge pull request #131 from OpenPecha/feat/retrieve_root_info_from_catalog - -Feat/retrieve root info from catalog ([`bdc6eac`](https://github.com/OpenPecha/toolkit-v2/commit/bdc6eac53155195a4799fc7744557e990400724b)) - -* test for standalone Root Pecha serializer ([`5ce3dc0`](https://github.com/OpenPecha/toolkit-v2/commit/5ce3dc0dd5ab028e91771dfe2949818611672e3e)) - -* fix/translation serializer for standalone Root Pecha ([`f360c66`](https://github.com/OpenPecha/toolkit-v2/commit/f360c6679210c5945e6a751be8c4eedcba385a19)) - -* migrate/translation serializer from Alignment to Pecha ([`d0bb45e`](https://github.com/OpenPecha/toolkit-v2/commit/d0bb45e021cb786c70627f67cc8ab37a82822b9e)) - -* modify/test data is_version_of d dict -> str ([`9aa6e4e`](https://github.com/OpenPecha/toolkit-v2/commit/9aa6e4ee08dcb6031bb6fde17902c8cba6816476)) - -* fix/return relative root layer path ([`298d4cb`](https://github.com/OpenPecha/toolkit-v2/commit/298d4cbd5c66f0c7f1baa97a23393b8ba201ded6)) - -* get root layer info for translation from catalog ([`6f30bb1`](https://github.com/OpenPecha/toolkit-v2/commit/6f30bb11896785cdce30961dc2a9fd3757bcf51a)) - -* modify/title in test data from list -> str ([`e90bff2`](https://github.com/OpenPecha/toolkit-v2/commit/e90bff23e4ec4a10ebcd5e1787a33e517c84850e)) - -* fix/remove is_version_of data from root metadata ([`b38e591`](https://github.com/OpenPecha/toolkit-v2/commit/b38e59158def18b3c69bbb73fe044e118fa74eee)) - -* get_pecha_id_with_title func in Catalog ([`6da2628`](https://github.com/OpenPecha/toolkit-v2/commit/6da2628f4b7a4dfe6e0f1055ffd7ad9e1d4b28d1)) - -* refactor PechaDataCatalog ([`7159688`](https://github.com/OpenPecha/toolkit-v2/commit/7159688f4089129a99aea42b6e3e3bde46ddf8e3)) - -* fix/check if new entry exists in opf catalog ([`2b47f2a`](https://github.com/OpenPecha/toolkit-v2/commit/2b47f2a463d50b83b4f076864a4dcb23fa12defa)) - -* fix/commit and push func when nothing to commit ([`47be4f5`](https://github.com/OpenPecha/toolkit-v2/commit/47be4f50ac542cf508d66c51811b336a5bf44cec)) - -* new PechaDataCatalog ([`5216559`](https://github.com/OpenPecha/toolkit-v2/commit/521655932c20683582235aec01a68e3d332bfd32)) - -* set is_pecha_display=False in Translation serialize func ([`4738c31`](https://github.com/OpenPecha/toolkit-v2/commit/4738c313855330b923853edf98c79c4830ba2e6b)) - -* Exception about missing Github token only if we try to use it, not on importing github_utils ([`99b3937`](https://github.com/OpenPecha/toolkit-v2/commit/99b3937d3191d50ac8b6a7227ef9686bcb8b70f2)) - -* Merge pull request #129 from OpenPecha/fix/translation_parser_serializer - -Fix/translation parser serializer ([`b4b3c71`](https://github.com/OpenPecha/toolkit-v2/commit/b4b3c71a7f49d9501e85bd973f3639f6e84e6296)) - -* rename output ([`7ba28b4`](https://github.com/OpenPecha/toolkit-v2/commit/7ba28b4ce33a1d0b7234525f0292c061165be5be)) - -* refactor translation serialize func ([`4c54344`](https://github.com/OpenPecha/toolkit-v2/commit/4c5434429b371e6d91f2d0facda732f5a83a3ef8)) - -* Refactor Translation Serializer ([`59d14b0`](https://github.com/OpenPecha/toolkit-v2/commit/59d14b02cf57f41eb1fccc2004eaf15ac1854312)) - -* Refactor Translation Serializer ([`a575683`](https://github.com/OpenPecha/toolkit-v2/commit/a5756831d4cea8067935f71991f4a6408ff1e359)) - -* rename func names ([`80c1359`](https://github.com/OpenPecha/toolkit-v2/commit/80c1359b7166f3ffc4bfc98b7b6888e31960bd37)) - -* refactor/TranslationSerializer more static class ([`ce4aa4c`](https://github.com/OpenPecha/toolkit-v2/commit/ce4aa4c8eafb517331688ecb776ef5f7c2bb6875)) - -* refactor/TranslationSerializer more static class ([`d1234ea`](https://github.com/OpenPecha/toolkit-v2/commit/d1234ea2d47a26d64e3982fa2e029d72f2d75278)) - -* refactor/TranslationSerializer more static class ([`838c7bb`](https://github.com/OpenPecha/toolkit-v2/commit/838c7bb0e53037b542069d32d8a55bbbfdf4d105)) - -* modify/return Pecha only from TranslationParser ([`c82c08b`](https://github.com/OpenPecha/toolkit-v2/commit/c82c08b9e3031dc4924bd8444f94e7d2b7f01b35)) - -* fix/test file for TranslationParser ([`d05f418`](https://github.com/OpenPecha/toolkit-v2/commit/d05f41817c91abfe8ddadc1b56be7a1d1f9b7922)) - -* mock bo translation parse properly ([`a344c29`](https://github.com/OpenPecha/toolkit-v2/commit/a344c29ff3a7dc6e404f493a00a4fbf58fe350ae)) - -* modify/TranslationParser to static ([`47776a3`](https://github.com/OpenPecha/toolkit-v2/commit/47776a3555db6eaf7b6302bd28abdb74c0e03ae7)) - -* fix/remove_translation_alignment_in_root_pecha ([`f82b5de`](https://github.com/OpenPecha/toolkit-v2/commit/f82b5de682522c72b547e87f76d9e5c2ad13f6c9)) - -* Merge pull request #128 from OpenPecha/fix/Blupdate - -Fix/blupdate ([`1b1c9be`](https://github.com/OpenPecha/toolkit-v2/commit/1b1c9be7c59755292bc38326580fedae97ae6ee6)) - -* implement google diff patch match for coordinate ann transfer ([`e9cd0c7`](https://github.com/OpenPecha/toolkit-v2/commit/e9cd0c7d116c450ac3fb34fb8a710bf9882ce8ff)) - -* fix/map stam ann data to dict in merge pecha func ([`b08f2a3`](https://github.com/OpenPecha/toolkit-v2/commit/b08f2a3b9ea2f87861ab21f6d73d18e234c9855a)) - -* complete Pecha merge pecha func ([`41f49bf`](https://github.com/OpenPecha/toolkit-v2/commit/41f49bf8b0e1b83b57b64cbecb7b88f67f7bc485)) - -* modify test pecha data to LayerEnum format ([`2d753c2`](https://github.com/OpenPecha/toolkit-v2/commit/2d753c2ca68ecffbb659981e35fef5962c2b0b8b)) - -* delete StampPecha ([`91a644a`](https://github.com/OpenPecha/toolkit-v2/commit/91a644a3f455b92f46ebc8a5bb34d4a08c723e9f)) - -* migrate pecha merge func from StamPecha -> Pecha ([`fb6bdc1`](https://github.com/OpenPecha/toolkit-v2/commit/fb6bdc1710938504800c2f16eaa81aed5685ddd0)) - -* refactor StamPecha: pecha_merge func ([`b1a9d5d`](https://github.com/OpenPecha/toolkit-v2/commit/b1a9d5d474d58180fcbece00b72829f01ea3c3d3)) - -* Merge pull request #127 from OpenPecha/fix/translation-serialization - -Fix/translation serialization ([`2352eb0`](https://github.com/OpenPecha/toolkit-v2/commit/2352eb027aaeb72c23a4f7d1505ff78341e02b51)) - -* delete SERIALIZED_ALIGNMENT_JSON_PATH from config ([`0bf30ad`](https://github.com/OpenPecha/toolkit-v2/commit/0bf30ad3e611bf15f6d58c457fb36882cf657898)) - -* fix simple commentary serializer/return json than write ([`6a2d0ff`](https://github.com/OpenPecha/toolkit-v2/commit/6a2d0ff7665a133bcf0a8107bb396f7b2ce8f115)) - -* fix-translation_serializer/return json rather than write ([`d1872ce`](https://github.com/OpenPecha/toolkit-v2/commit/d1872ce5f5477d06655694fb1b24333e07c12d80)) - -* add translation to AlignmentEnum ([`77aa759`](https://github.com/OpenPecha/toolkit-v2/commit/77aa7596cd90e3f70fbbee595e3e6d48ddea5f18)) - -* new AlignmentEnum ([`f9ac5f1`](https://github.com/OpenPecha/toolkit-v2/commit/f9ac5f1793e90c2db192bf2f6b5b3754f98f7374)) - -* normalize pecha display alignment ([`f27820d`](https://github.com/OpenPecha/toolkit-v2/commit/f27820d32e2cad91a043a0cee68acfe172e7b538)) - -* fix get_root_and_translation_layer for pecha_display_alignment ([`90acfd2`](https://github.com/OpenPecha/toolkit-v2/commit/90acfd2e4c82e144114e43667a053a5013012033)) - -* fix get_root_and_translation_layer for normal translation alignment ([`aa92313`](https://github.com/OpenPecha/toolkit-v2/commit/aa92313d6bdfe71bf0bb9e0f6d9666ae8e77d36d)) - -* Merge pull request #125 from OpenPecha/modify/bump_python_version - -bump python 3.8 -> 3.9 ([`7cd0d79`](https://github.com/OpenPecha/toolkit-v2/commit/7cd0d79b21e8b91a1467b4fccaaf908f9c4997b1)) - -* check if source present in metadata ([`aeb964d`](https://github.com/OpenPecha/toolkit-v2/commit/aeb964dc2feb7ca975f8cbefe6367c54c3266932)) - -* fix source metadata handling ([`0a7d71c`](https://github.com/OpenPecha/toolkit-v2/commit/0a7d71cfde498a591191c3dd3fa4a6657c71c3c4)) - -* bump python 3.8 -> 3.9 ([`06684f4`](https://github.com/OpenPecha/toolkit-v2/commit/06684f4e85d4c7d6896cf974bcfd533247187816)) - -* Merge pull request #123 from OpenPecha/modify/translation_serialized_json_naming - -get pecha title from lang ([`4908c69`](https://github.com/OpenPecha/toolkit-v2/commit/4908c691cc6ae7ee35841e35f4b08c3498437f75)) - -* get pecha title from lang ([`5be8a8b`](https://github.com/OpenPecha/toolkit-v2/commit/5be8a8b3f12e6506ef68d84f0a1b9963d9f7fde7)) - -* Merge pull request #122 from OpenPecha/modify/translation_serialized_json_naming - -modify translation serialized json ([`bc03824`](https://github.com/OpenPecha/toolkit-v2/commit/bc03824389e0cf9b819700c53ed9654d60d8796e)) - -* delete/ignore first line in parse ([`68fbcfa`](https://github.com/OpenPecha/toolkit-v2/commit/68fbcfa6de6484c66bb4c6ee143af733dc6559bd)) - -* modify translation serialized json ([`899bff4`](https://github.com/OpenPecha/toolkit-v2/commit/899bff49a290ae9f8efb8c1f5c34f1e0867e2cf1)) - -* Merge pull request #121 from OpenPecha/feat-chapterize_in_translation_serialization - -Feat chapterize in translation serialization ([`bbec3ae`](https://github.com/OpenPecha/toolkit-v2/commit/bbec3ae9fee45e021585d0ab27f01eb69897999b)) - -* Merge branch 'main' into feat-chapterize_in_translation_serialization ([`eac2fc6`](https://github.com/OpenPecha/toolkit-v2/commit/eac2fc616f52962545b1aa9b1b3c902655d0d402)) - -* Merge pull request #120 from OpenPecha/119-refactor-set_toolkit_version-to-avoid-pip-dependency - -Fix for https://github.com/OpenPecha/toolkit-v2/issues/119 ([`281d0aa`](https://github.com/OpenPecha/toolkit-v2/commit/281d0aa2575d11cbf44f4472e5408803cc7e2532)) - -* Fix for https://github.com/OpenPecha/toolkit-v2/issues/119 ([`9a4e286`](https://github.com/OpenPecha/toolkit-v2/commit/9a4e286779063ba04d08011da036842bb66e1d1d)) - -* Merge pull request #116 from OpenPecha/feat-update_catalog - -Feat update catalog ([`971ce51`](https://github.com/OpenPecha/toolkit-v2/commit/971ce51563d3b10c9dac57f5c11e397bc0838151)) - -* fix source_id in the catalog update ([`65acc85`](https://github.com/OpenPecha/toolkit-v2/commit/65acc852ac84e07e03bde09f684e24f42cfe992b)) - -* added initial creation typw ([`bcfaa2f`](https://github.com/OpenPecha/toolkit-v2/commit/bcfaa2febd468ad83635026d287ad94d9d704b55)) - -* added function in utils to update the catalog ([`20ed183`](https://github.com/OpenPecha/toolkit-v2/commit/20ed1830fc641c0a44520c286a059d1a6c45889a)) - -* delete pipeline ([`e9927da`](https://github.com/OpenPecha/toolkit-v2/commit/e9927da5b5d8b86480738e5f5138b8a9a6bd467f)) - -* pecha uploader function ([`043a175`](https://github.com/OpenPecha/toolkit-v2/commit/043a1759a64fa6216c3282bb085669447fedec32)) - -* chapterize the translation serialization ([`98872ac`](https://github.com/OpenPecha/toolkit-v2/commit/98872ac2f6f25de991f68d597c884348400b9346)) - -* remove unwanted annotations ([`f8b0833`](https://github.com/OpenPecha/toolkit-v2/commit/f8b0833071d00fdbfb6d5cd61e14a6c7054ceb90)) - -* extract txt root file ([`8bf60e2`](https://github.com/OpenPecha/toolkit-v2/commit/8bf60e2de1e22100036e5556a66a54ff4225363a)) - -* modify-translation_pipeline/take_files_as_input ([`93d7926`](https://github.com/OpenPecha/toolkit-v2/commit/93d79267ab54b705b41efa5f4c315dba48a37df7)) - -* delete test file ([`0729200`](https://github.com/OpenPecha/toolkit-v2/commit/0729200a69d1beb9ea74148e245b33f2a21b775b)) - -* new arg json output arg ([`f800d28`](https://github.com/OpenPecha/toolkit-v2/commit/f800d287104e3b3a2c47cb96c62ea3a775b53559)) - -* save parse opf in home page ([`b04adae`](https://github.com/OpenPecha/toolkit-v2/commit/b04adaebacd67d3d503f1c15a22196980e02f0dc)) - -* fix/save input file in home page ([`5b2817e`](https://github.com/OpenPecha/toolkit-v2/commit/5b2817ec882d367a54a57bc1c4f6c639cd315989)) - -* handle multiple input cases in translation pipeline ([`34e2392`](https://github.com/OpenPecha/toolkit-v2/commit/34e239253497ad97f8a220a4c9899e68ee92c547)) - -* refactor code ([`58c5304`](https://github.com/OpenPecha/toolkit-v2/commit/58c5304d180ec88f6d2c8a9b34db507dc45c6df5)) - -* openpecha translation pipeline ([`dcf6c6a`](https://github.com/OpenPecha/toolkit-v2/commit/dcf6c6a58808598db8b993108a604005a2c39b91)) - -* Merge pull request #113 from OpenPecha/fix-google_api - -fix output dir error ([`6ad3ae5`](https://github.com/OpenPecha/toolkit-v2/commit/6ad3ae5d26c05f161e44a15fd0520f07b832cc51)) - -* fix output dir error ([`a19e740`](https://github.com/OpenPecha/toolkit-v2/commit/a19e7404e4dd26428db030d790622b8321fe4d56)) - -* Merge pull request #112 from OpenPecha/fix-translation_serializer - -Fix translation serializer ([`4714e21`](https://github.com/OpenPecha/toolkit-v2/commit/4714e215277972723325f94e8f794712324890e9)) - -* delete code ([`7b35a90`](https://github.com/OpenPecha/toolkit-v2/commit/7b35a900c509d2f963dfbc18e398e04572c3b308)) - -* save test json ([`3e832a3`](https://github.com/OpenPecha/toolkit-v2/commit/3e832a3be012476f20ae1a1d662229e65ad54744)) - -* fix/set translation content ([`6fd2471`](https://github.com/OpenPecha/toolkit-v2/commit/6fd2471a1890d5d543dbc98ffbdcc4f88b3bd5d6)) - -* fix/set translation content ([`dc82725`](https://github.com/OpenPecha/toolkit-v2/commit/dc8272525d2484fb4564dd4f55bc0e2b41f630a7)) - -* restructure pecha display translation files ([`f867835`](https://github.com/OpenPecha/toolkit-v2/commit/f86783517ab6584db966c2ea6d85ad984fe3d61c)) - -* rename script name ([`c913ce2`](https://github.com/OpenPecha/toolkit-v2/commit/c913ce2ce944f0a7621ded7a2f170abf2812c99c)) - -* rename class name SimpleTextTranslationSerializer -> TextTranslationSerializer ([`51bee84`](https://github.com/OpenPecha/toolkit-v2/commit/51bee84210ceebc7f02c70a88e173316a703265f)) - -* Merge pull request #111 from OpenPecha/fix-google_api - -updated credentials path in google api ([`d79aaeb`](https://github.com/OpenPecha/toolkit-v2/commit/d79aaeb9cb3a4f8994bc1392d38ce69361a87aad)) - -* updated credentials path in google api ([`2967469`](https://github.com/OpenPecha/toolkit-v2/commit/2967469c15867eddf701f4c26a61e7c92d9f4ea1)) - -* Merge pull request #110 from OpenPecha/feat-add_release_asset - -added create release to add assets to the repo ([`a9a271f`](https://github.com/OpenPecha/toolkit-v2/commit/a9a271f4ee4705fdce515e882ad845e5c49523f9)) - -* added create release to add assets to the repo ([`83dd7fc`](https://github.com/OpenPecha/toolkit-v2/commit/83dd7fc13c3052308150a7a3ff349005e5d6e32f)) - -* Merge pull request #109 from OpenPecha/fix-translation_serializer_standalone_file_option - -fix code ([`673f7cf`](https://github.com/OpenPecha/toolkit-v2/commit/673f7cfc9eacd804157f16ae3a4788c127c8c433)) - -* fix code ([`25beeea`](https://github.com/OpenPecha/toolkit-v2/commit/25beeea266221af6d2d4967f44309e300f16465a)) - -* Merge pull request #108 from OpenPecha/fix-translation_serializer_standalone_file_option - -fix code ([`d470395`](https://github.com/OpenPecha/toolkit-v2/commit/d4703953209d71237119fe9da390146d0c5d0238)) - -* fix code ([`14393ea`](https://github.com/OpenPecha/toolkit-v2/commit/14393ea4e0934b75ab7e6b9b44e8411653b1e5bb)) - -* Merge pull request #106 from OpenPecha/fix-translation_serializer_standalone_file_option - -fix-translation_serializer_if_no_display_segment ([`91c16cf`](https://github.com/OpenPecha/toolkit-v2/commit/91c16cffc9b8bcf8074a65ff9e2ade050ac1d418)) - -* fix-translation_serializer_if_no_display_segment ([`1882e45`](https://github.com/OpenPecha/toolkit-v2/commit/1882e4532c6cc76ec85ad40363ea3d26f9fd2653)) - -* Merge pull request #105 from OpenPecha/feat-add_google_api_for_docs_and_sheets - -Feat add google api for docs and sheets ([`ac488ee`](https://github.com/OpenPecha/toolkit-v2/commit/ac488ee77785ac36cc437130b31e23f6ccfedd59)) - -* updated the google api and added credentials path in config ([`2859136`](https://github.com/OpenPecha/toolkit-v2/commit/2859136c96cdbf586a1458a0a52621e9ecaffb60)) - -* removed the test ([`1292fa6`](https://github.com/OpenPecha/toolkit-v2/commit/1292fa6e31e3a744104265666fbe8e35914c43ae)) - -* added google api ([`dbfe9bc`](https://github.com/OpenPecha/toolkit-v2/commit/dbfe9bc38d29747dfcb710f45a94996f211cf2e0)) - -* Merge pull request #101 from OpenPecha/feat-commentary_alignment_ann_transfer - -Feat commentary alignment ann transfer ([`dc7c8ea`](https://github.com/OpenPecha/toolkit-v2/commit/dc7c8ea404e63bea17503fbf008add8a18727476)) - -* test commentary ann transfer ([`3e44dbc`](https://github.com/OpenPecha/toolkit-v2/commit/3e44dbc0e4f4472f2b813f7b824c33204ec62e45)) - -* fix Commentary ann transfer write layer ([`fd0793c`](https://github.com/OpenPecha/toolkit-v2/commit/fd0793c9dc3b1f0cfde621accc17145453b5bf77)) - -* fix/create display commentary alignment layer ([`f39f4a2`](https://github.com/OpenPecha/toolkit-v2/commit/f39f4a288ecde51483fc5d5cf2f8f3892c86bf82)) - -* parse root mapping ([`3866a29`](https://github.com/OpenPecha/toolkit-v2/commit/3866a29412305d5d677c21206eed5eed8cefdc17)) - -* create display commentary alignment layer ([`5c7d09b`](https://github.com/OpenPecha/toolkit-v2/commit/5c7d09b87332120417d6d9712e96536d32928896)) - -* CommentaryAlignmentAnnTransfer ([`1281803`](https://github.com/OpenPecha/toolkit-v2/commit/12818035a7c7393b1911a73116530d6b0e7a53de)) - -* refactor ([`a481be7`](https://github.com/OpenPecha/toolkit-v2/commit/a481be748199252ef88269342c7355e85709f4bc)) - -* rename func name ([`3de8c91`](https://github.com/OpenPecha/toolkit-v2/commit/3de8c9152a5a3d3759f07a7d188cc5dacf0b2875)) - -* rename class attribute ([`eff74dd`](https://github.com/OpenPecha/toolkit-v2/commit/eff74dd5cf27eb3bdaffc8bec55a74f0d1a4a6f3)) - -* refactor update metadata ([`ea566b1`](https://github.com/OpenPecha/toolkit-v2/commit/ea566b152df21ef18c6ba1391b7bbfdaa94f312f)) - -* add typing extensions ([`0d99cc1`](https://github.com/OpenPecha/toolkit-v2/commit/0d99cc15818200a578f33c422e57e253adc443f1)) - -* add typing extensions ([`a64d3af`](https://github.com/OpenPecha/toolkit-v2/commit/a64d3afddb3dd4d9e87005dea0b9f63d49a53c25)) - -* class TranslationAlignmentAnnTransfer ([`2ab923c`](https://github.com/OpenPecha/toolkit-v2/commit/2ab923ce850d5482d19ed88b3ccecea06ffeae0c)) - -* rename class CoordinateNormalisation-> AlignmentAnnTransfer ([`df4a801`](https://github.com/OpenPecha/toolkit-v2/commit/df4a801a8c803367f58b09414ca26771f76c5e45)) - -* replace the code for ann transfer ([`2eeeb5f`](https://github.com/OpenPecha/toolkit-v2/commit/2eeeb5f006510b2f8ac308e7900e15b223f250bb)) - -* refactor code ([`f285c9f`](https://github.com/OpenPecha/toolkit-v2/commit/f285c9f5f371ae92d967e427169b1867a93c88e1)) - -* refactor code ([`c1ecb4e`](https://github.com/OpenPecha/toolkit-v2/commit/c1ecb4e9e4130dcee0642e6809b318e7cd14e714)) - -* add comment ([`b5e3140`](https://github.com/OpenPecha/toolkit-v2/commit/b5e314034f25f6fe81b9aa14ab7472741501e6dc)) - -* refactor get_layer_name func ([`fc614c4`](https://github.com/OpenPecha/toolkit-v2/commit/fc614c4c678e6b8f0835a76937f13b7bcb6357b4)) - -* add test data for commentary alignment ann transfer ([`92723ca`](https://github.com/OpenPecha/toolkit-v2/commit/92723ca516b1ac2173ff0445ea15d1314b5b18f0)) - -* Merge pull request #98 from OpenPecha/fix-translation_transfer - -Fix translation transfer ([`762a1f3`](https://github.com/OpenPecha/toolkit-v2/commit/762a1f36f1854f2046901b66ea2700c4f8a81936)) - -* modify translation parser/modify main regex ([`f40ff04`](https://github.com/OpenPecha/toolkit-v2/commit/f40ff0464f6de1addc982d8700446bd501784720)) - -* add __init__.py to modules ([`5b8c3f2`](https://github.com/OpenPecha/toolkit-v2/commit/5b8c3f2e0dbfc6271f09b0efd4974e56367210a9)) - -* update test file ([`04df810`](https://github.com/OpenPecha/toolkit-v2/commit/04df810edd2a8c67eb2430ee6af9499d26c16c46)) - -* update Categorizer get category ([`e583c38`](https://github.com/OpenPecha/toolkit-v2/commit/e583c3874d6b0c295be07d9db7f50eb078884fb3)) - -* set translation content based on alignment mapping ([`39ec1f2`](https://github.com/OpenPecha/toolkit-v2/commit/39ec1f2e064323cf2349a6adc76d76245fc7de89)) - -* add comments ([`180f9f8`](https://github.com/OpenPecha/toolkit-v2/commit/180f9f80428856301fbe37b1dd6013a7e4b0ef55)) - -* refactor code ([`81a3faf`](https://github.com/OpenPecha/toolkit-v2/commit/81a3fafc894347ce4ef0ca8f2909cce8127fffff)) - -* update test file ([`e2117f6`](https://github.com/OpenPecha/toolkit-v2/commit/e2117f619bfe9793f99eb86e0b0b3b9480cbe5ed)) - -* refactor code ([`48ce671`](https://github.com/OpenPecha/toolkit-v2/commit/48ce67193116febbc3413fcdb6ed3c745f39ab28)) - -* update test file json ([`1b453dd`](https://github.com/OpenPecha/toolkit-v2/commit/1b453dd118ae37098573c5e66c78df7bf0fa83c9)) - -* refactor test file ([`fe42e1a`](https://github.com/OpenPecha/toolkit-v2/commit/fe42e1a76c7cabb683d5b280ff4657006fe5228a)) - -* set pecha category in translation serializer ([`95d80f9`](https://github.com/OpenPecha/toolkit-v2/commit/95d80f904bf2ef81afa965d69ad6a07f0d01a65e)) - -* fix/pecha content assignment ([`1b7266c`](https://github.com/OpenPecha/toolkit-v2/commit/1b7266c12a274e28f215029a0fe54c7eadbe0192)) - -* delete previous test ([`5c20f1d`](https://github.com/OpenPecha/toolkit-v2/commit/5c20f1d1cc3847b5fd37de334b5ad763a8006e8e)) - -* new test translation serializer ([`50ea637`](https://github.com/OpenPecha/toolkit-v2/commit/50ea637b10429b053b37cc3d42f9f44048d5231f)) - -* get pecha display alignment from source metadata ([`ab3f28f`](https://github.com/OpenPecha/toolkit-v2/commit/ab3f28fc9f8e7c687deadef14eaa22b8ca8edaa2)) - -* fix/ absolute path-> relative path ([`62caeaa`](https://github.com/OpenPecha/toolkit-v2/commit/62caeaa7fa48c11ee67bbed471e8d862c33006fd)) - -* testcase skeleton ([`954bc7f`](https://github.com/OpenPecha/toolkit-v2/commit/954bc7faed16a501b52a1ab00532bbdb7ad345c8)) - -* refactor/split set content->two funcs ([`50150e8`](https://github.com/OpenPecha/toolkit-v2/commit/50150e8208dda5c514d7bb6bf2dcb683e07eaf67)) - -* rename vars ([`01d9b56`](https://github.com/OpenPecha/toolkit-v2/commit/01d9b561e19c210a7516635260c15c54c9fcafcd)) - -* refactor/split set metadata->two funcs ([`1afcdd3`](https://github.com/OpenPecha/toolkit-v2/commit/1afcdd32c5bcb9ed2868795e07158ae7bf006247)) - -* rename funcs ([`34dae31`](https://github.com/OpenPecha/toolkit-v2/commit/34dae31a7e87ca827b67e5c390e2f1a484213453)) - -* update translation metadata ([`a977ec1`](https://github.com/OpenPecha/toolkit-v2/commit/a977ec1e9a780956342ebf03e69f234d233fc60f)) - -* fix/updating metadata in pecha source metadata ([`3320ee4`](https://github.com/OpenPecha/toolkit-v2/commit/3320ee4928715eecb214e73865f2fded357dda5b)) - -* save basefile as relative in StamPecha ([`cb38236`](https://github.com/OpenPecha/toolkit-v2/commit/cb382361b52af7642b2ec5b3ba12eb6c33cd5782)) - -* fix/coordinate-normalization update metadata ([`12cb081`](https://github.com/OpenPecha/toolkit-v2/commit/12cb081e5f584e38206351d606b06fc131759354)) - -* Merge pull request #96 from OpenPecha/fix-commentary_serializer - -Fix commentary serializer ([`6e91459`](https://github.com/OpenPecha/toolkit-v2/commit/6e914599070dd7e82eb7b6f8a2fa147b3aa3ba62)) - -* modify/ test commentary serializer ([`2a2c245`](https://github.com/OpenPecha/toolkit-v2/commit/2a2c245273d7a0100c71fda23bbecb96a820032f)) - -* fix test data ([`88180a8`](https://github.com/OpenPecha/toolkit-v2/commit/88180a81072ab5fe0e79961aa67f54ac45a7793e)) - -* set dummy ANTHROPIC_API_KEY in CI ([`a1f89fa`](https://github.com/OpenPecha/toolkit-v2/commit/a1f89fa7fb77af9582767e3f1742beaccdeda1ba)) - -* fix/mocking test ([`aab2a5d`](https://github.com/OpenPecha/toolkit-v2/commit/aab2a5dbf3cbb5e594778f8e6046d33124195c03)) - -* mock the translated version ([`046003c`](https://github.com/OpenPecha/toolkit-v2/commit/046003c804320f9beb64c1984ed23fbcebaa1977)) - -* get translated content ([`799bc56`](https://github.com/OpenPecha/toolkit-v2/commit/799bc56d812640e726485104b823c97e3637f120)) - -* update zh commentary opf test data for serializer ([`25fb195`](https://github.com/OpenPecha/toolkit-v2/commit/25fb1950d04369deccaf72e04c93c49e3a94b986)) - -* updates zh google doc test data ([`e6fe57c`](https://github.com/OpenPecha/toolkit-v2/commit/e6fe57cadb851171c2a0e4a88cf214d3f673abae)) - -* fix/set proper booktitle in JSON content ([`b78cd0a`](https://github.com/OpenPecha/toolkit-v2/commit/b78cd0ac4742f755bd44c9fd6d669c94b9e77b7d)) - -* refactor commentary parser test ([`9729a67`](https://github.com/OpenPecha/toolkit-v2/commit/9729a67dad8ff045304ddd03558972a2141b440a)) - -* add zh commentary serializer test data ([`b2ebe52`](https://github.com/OpenPecha/toolkit-v2/commit/b2ebe5276624aa03f28334b8117e5df5169760cc)) - -* add en commentary serializer test data ([`afe05ac`](https://github.com/OpenPecha/toolkit-v2/commit/afe05ac8227177abc5066ee0e9d59ffb562628fe)) - -* update commentary serializer test data ([`7b8ffd7`](https://github.com/OpenPecha/toolkit-v2/commit/7b8ffd7ac763c1b7b37c7ac8766684013f47a14a)) - -* parser test for google doc Chinese Commentary ([`5d852fd`](https://github.com/OpenPecha/toolkit-v2/commit/5d852fd40fe3da841301c6e2d28daedf8b236598)) - -* parser test for google doc English Commentary ([`417c7f7`](https://github.com/OpenPecha/toolkit-v2/commit/417c7f782f750974157c4fcc8424ab436bdc27db)) - -* update commentary test files/ read xlsx metadata ([`7107155`](https://github.com/OpenPecha/toolkit-v2/commit/7107155e4b86dc37ee7bef75a3f4bdc910ba3b18)) - -* refactor files ([`820fb39`](https://github.com/OpenPecha/toolkit-v2/commit/820fb3968dc3900acf8fd8a2a893119463488e10)) - -* delete root files ([`6af9dad`](https://github.com/OpenPecha/toolkit-v2/commit/6af9dad637e4d193b72a40747ee9be73fab20da4)) - -* refactor google doc test scripts ([`86b169a`](https://github.com/OpenPecha/toolkit-v2/commit/86b169adaeb455c9d99979f11116c227082857bb)) - -* set content on source target based on lang ([`b645095`](https://github.com/OpenPecha/toolkit-v2/commit/b64509518d640ea62a21f782048a54547715c050)) - -* get category from the commentary title ([`0009a60`](https://github.com/OpenPecha/toolkit-v2/commit/0009a60b4394192fc51bad3c42da9e3c538f91e1)) - -* set root title in english ([`99513a2`](https://github.com/OpenPecha/toolkit-v2/commit/99513a279720dded42e49106f169853317c82e52)) - -* delete unneccessary files ([`511368b`](https://github.com/OpenPecha/toolkit-v2/commit/511368b290a25275f2906f5f0c5c9dd7c7e87dd1)) - -* include title in the serialized JSON content ([`9058738`](https://github.com/OpenPecha/toolkit-v2/commit/9058738d5253d79f6c9f1af42f2ec5fddf744f30)) - -* rename vars ([`78ce8ad`](https://github.com/OpenPecha/toolkit-v2/commit/78ce8ad840b4fd949e1259966b36f2eba155e28a)) - -* delete unneccessary files ([`6c50dc5`](https://github.com/OpenPecha/toolkit-v2/commit/6c50dc589afbd2b215740b0e1c9ee9ce51c2f40d)) - -* Merge pull request #95 from OpenPecha/feat-translation-transfer-mechanism - -added coordinate normalisation for translation with test ([`df14958`](https://github.com/OpenPecha/toolkit-v2/commit/df14958c24b72bb4d6f94bdb59c0b17587b19983)) - -* updated absolute path to relative path ([`c60fa50`](https://github.com/OpenPecha/toolkit-v2/commit/c60fa50d27b5666bbf82c5f088f6f7aa2e7d7609)) - -* added coordinate normalisation for translation with test ([`a8ce99d`](https://github.com/OpenPecha/toolkit-v2/commit/a8ce99d487da2e5350b6f76794bf989633316ec5)) - -* Merge pull request #93 from OpenPecha/feat-update_source_pecha - -Feat update source pecha ([`5a77c0f`](https://github.com/OpenPecha/toolkit-v2/commit/5a77c0ff10ede68501767500bd4142f54b2b6ac3)) - -* mock update source pecha ([`5e72161`](https://github.com/OpenPecha/toolkit-v2/commit/5e721614e13704ea70bd76ac9c1b06aecbcec2b2)) - -* fix/update translation source pecha only if need ([`1c28661`](https://github.com/OpenPecha/toolkit-v2/commit/1c28661862bb6b2b958233879bbdac29d87b09e0)) - -* update translation source opf; ([`9259cee`](https://github.com/OpenPecha/toolkit-v2/commit/9259ceea02c6b3b68913ef33dacedcaf4f950df0)) - -* set translation alignments in metadata ([`1d2b4ca`](https://github.com/OpenPecha/toolkit-v2/commit/1d2b4ca373826135ce2fcd4deec1709fdf733e44)) - -* set base metadata ([`2b06c40`](https://github.com/OpenPecha/toolkit-v2/commit/2b06c406a8cc91eb5ea5cfc062a9f96f7662564c)) - -* modify/ set InitialCreationType as google_docx for TranslationParser ([`1b7e184`](https://github.com/OpenPecha/toolkit-v2/commit/1b7e18418104d6790a28d6c8899ed7f05ab775ac)) - -* hardcode title_short -> title for metadata ([`84a0e8e`](https://github.com/OpenPecha/toolkit-v2/commit/84a0e8ef8be40b440b3190775468cb6b1653eb86)) - -* Merge pull request #92 from OpenPecha/feat-translation_google_doc_parser - -Feat translation google doc parser ([`df0c33b`](https://github.com/OpenPecha/toolkit-v2/commit/df0c33b04c4a4f08a80e6893939afb0066427168)) - -* add source_path to metadata ([`014602a`](https://github.com/OpenPecha/toolkit-v2/commit/014602a8779d88a0978efd2a8c3e7656ed915463)) - -* return Pecha and layer_path from create Pecha ([`7c60b21`](https://github.com/OpenPecha/toolkit-v2/commit/7c60b216a192cbab6af4f69ba897123378d07007)) - -* add tempfile for test ([`8a30aff`](https://github.com/OpenPecha/toolkit-v2/commit/8a30aff04b1f8b0bc3b5e60881a48890401a48c2)) - -* test for zh google doc translation parser ([`ddd5ef5`](https://github.com/OpenPecha/toolkit-v2/commit/ddd5ef58d46531fff7a7ce450864c00a01397021)) - -* add chinese to LayerEnum ([`f9a2b26`](https://github.com/OpenPecha/toolkit-v2/commit/f9a2b26280c3fb5ae8af40a6e52fd98849e5caf0)) - -* test for en google doc translation parser ([`ab69ff7`](https://github.com/OpenPecha/toolkit-v2/commit/ab69ff71b555fce425ede434e06147f95d70bc7c)) - -* test for google doc translation parser ([`5229499`](https://github.com/OpenPecha/toolkit-v2/commit/5229499ef1f91a51327fcbf8596e96887aa7f3ed)) - -* modify layer enum ([`a0f0731`](https://github.com/OpenPecha/toolkit-v2/commit/a0f0731045170677081e89bc06c3acd61e1ece91)) - -* add InitialCreationType for GoogleDocTranslationParser ([`5a2ca49`](https://github.com/OpenPecha/toolkit-v2/commit/5a2ca4932e6a475aef58611df217a2311d697b58)) - -* modify metadata/dont include None values ([`cab91d8`](https://github.com/OpenPecha/toolkit-v2/commit/cab91d83c977f777e1395e8427eaf7d754dd4960)) - -* refactor code ([`1f28108`](https://github.com/OpenPecha/toolkit-v2/commit/1f28108938e4954ba21075896943674b8e9be07a)) - -* add source path attr to GoogleDocTranslationParser ([`a311831`](https://github.com/OpenPecha/toolkit-v2/commit/a3118314fdc5c3a686b6d1c6a4814e54c61ac7b0)) - -* refactor ([`6fe5710`](https://github.com/OpenPecha/toolkit-v2/commit/6fe5710ef283bc53fa9c716554e9ce85e0d677e8)) - -* parse ann Span ([`6389ccd`](https://github.com/OpenPecha/toolkit-v2/commit/6389ccd659d8c05744c65aefef796810205f072a)) - -* process lang from metadata ([`35f8bf5`](https://github.com/OpenPecha/toolkit-v2/commit/35f8bf5d92e34e64bd94c7ef52751307cb0d931e)) - -* extract metadata ([`c455606`](https://github.com/OpenPecha/toolkit-v2/commit/c455606b5158d3e3d2ef623bb51e9956fccf9c40)) - -* restructure test data ([`29f4691`](https://github.com/OpenPecha/toolkit-v2/commit/29f4691dc8976f3ce36b7055e41bb3b6a7b2401d)) - -* extract root idx ([`df42bf0`](https://github.com/OpenPecha/toolkit-v2/commit/df42bf020c81df301c2b82a9b95c8d67b3de1ad5)) - -* get google doc content ([`d430401`](https://github.com/OpenPecha/toolkit-v2/commit/d430401c79f2873172d802b2f2f41a3a9fd7d588)) - -* add test data ([`cdbdc68`](https://github.com/OpenPecha/toolkit-v2/commit/cdbdc686abe70471f12c337d46763eb7c9136a13)) - -* rename GoogleDocParser -> GoogleDocCommentaryParser ([`56e09ef`](https://github.com/OpenPecha/toolkit-v2/commit/56e09eff6ab2600166c82aa1c42b38a12de2f175)) - -* refactor google doc commentary parser file structure ([`72734b6`](https://github.com/OpenPecha/toolkit-v2/commit/72734b6264db88a6868e900fad212198446ba434)) - -* Merge pull request #86 from OpenPecha/modify-commentary_serializer - -Modify commentary serializer ([`7b2f607`](https://github.com/OpenPecha/toolkit-v2/commit/7b2f6073b3a482fa06efbb37aa6e5b1e23c397af)) - -* delete test.py ([`7d70185`](https://github.com/OpenPecha/toolkit-v2/commit/7d70185286a6c7b60fa529cbfe6e17bc02e5823e)) - -* delete unneccessary line ([`2409806`](https://github.com/OpenPecha/toolkit-v2/commit/2409806b84bfb75bc1adc93e3d4cc487aba51dd5)) - -* add more details in the json format ([`15dae08`](https://github.com/OpenPecha/toolkit-v2/commit/15dae08ce88ad50a88b52a19f2ce7b22ccb3cad7)) - -* Merge pull request #85 from OpenPecha/modify-sapche_color_as_red - -Modify sapche color as red ([`6a0ddee`](https://github.com/OpenPecha/toolkit-v2/commit/6a0ddeeb5a8d861c9fb674a4e0a542189bf59aab)) - -* delete test.py ([`5981635`](https://github.com/OpenPecha/toolkit-v2/commit/5981635268027a5450ed0b3c8f47eb49202095cd)) - -* handle sapche color as red ([`84b8b85`](https://github.com/OpenPecha/toolkit-v2/commit/84b8b852ed8423b12e07ae076e8efa0f7fa2f2de)) - -* Merge pull request #81 from OpenPecha/feat-integrate_with_pecha_categorizer - -Feat integrate with pecha categorizer ([`8898e07`](https://github.com/OpenPecha/toolkit-v2/commit/8898e07076091216cc056be11455772fa8fcc3d1)) - -* delete unneccessary file ([`f245546`](https://github.com/OpenPecha/toolkit-v2/commit/f2455460c15f36a514008791c9fcd62a2fdeee67)) - -* mock the pecha org tools return ([`3e7ba61`](https://github.com/OpenPecha/toolkit-v2/commit/3e7ba613c66a1a830bf354d7ba799b4ddd9577ba)) - -* test for commentary_serialized.json ([`9045ebf`](https://github.com/OpenPecha/toolkit-v2/commit/9045ebfcc69f5059f372000809d93fcecebdcba9)) - -* get en metadata ([`7d7695a`](https://github.com/OpenPecha/toolkit-v2/commit/7d7695a8e5df86e7413c42b4862a7427320f5428)) - -* integrate to get pecha category ([`a9fe1ea`](https://github.com/OpenPecha/toolkit-v2/commit/a9fe1ea70775e4becbff77a5011882df2b5d7678)) - -* add pecha_org_tools to dependecies ([`45af72d`](https://github.com/OpenPecha/toolkit-v2/commit/45af72da380b328cfe62722280f7897cdac47a11)) - -* Merge pull request #78 from OpenPecha/feat-commentary_serializer - -Feat commentary serializer ([`e6e4514`](https://github.com/OpenPecha/toolkit-v2/commit/e6e4514479bee6e892ea9e996d07838ba39bbfa1)) - -* test for formatted sapche ann ([`603d922`](https://github.com/OpenPecha/toolkit-v2/commit/603d922b1ed964ce0518f068d47fcbf9f05180f0)) - -* format tree ([`7220bf3`](https://github.com/OpenPecha/toolkit-v2/commit/7220bf3d7f0080f30c5e822c4dcb937a0916e453)) - -* refactor code ([`f2aee25`](https://github.com/OpenPecha/toolkit-v2/commit/f2aee25f968bf655cdc385dbdb94f8b2ff583e9d)) - -* format commentary segment ann ([`58fc4d0`](https://github.com/OpenPecha/toolkit-v2/commit/58fc4d02e8c44dcb0a81f7fb3cfd13b11eadfa0a)) - -* refactor code ([`eb84362`](https://github.com/OpenPecha/toolkit-v2/commit/eb84362820f645bb8766cd935cd6a7766b32d386)) - -* add doc string ([`29af1e0`](https://github.com/OpenPecha/toolkit-v2/commit/29af1e01e03d203d33b8640d13431834398ac9a5)) - -* complete get text related to sapche ([`1fc2466`](https://github.com/OpenPecha/toolkit-v2/commit/1fc2466ef2fa7ccb7733383114ceeb6a8d27d0c5)) - -* get meaning segment anns ([`49a23d9`](https://github.com/OpenPecha/toolkit-v2/commit/49a23d977163a1125ae37b5e4834d275137099b7)) - -* refactor format sapche ann ([`d4fa5d4`](https://github.com/OpenPecha/toolkit-v2/commit/d4fa5d4059f6d088d9f430bb98454b67311db4f3)) - -* format serializer ([`98d2d17`](https://github.com/OpenPecha/toolkit-v2/commit/98d2d1786d8bd3902df226951fe00dde46ea1f7e)) - -* add sapche number ([`5ee7b83`](https://github.com/OpenPecha/toolkit-v2/commit/5ee7b8339fc521af6dba2d431143f9078bdeb777)) - -* fix test data for commentary serializer ([`23cae84`](https://github.com/OpenPecha/toolkit-v2/commit/23cae849aa30a12ca339d564aa4298d0bb18a8b5)) - -* modify sapche ann format; ([`071a5c8`](https://github.com/OpenPecha/toolkit-v2/commit/071a5c8aab24fadc57e416a279b625e97ad8e90a)) - -* get ann metadata of ann ([`b560ce5`](https://github.com/OpenPecha/toolkit-v2/commit/b560ce5ce82532dc326f5064cecfb1a7a42bc1fd)) - -* get sapche ann ([`8dc1419`](https://github.com/OpenPecha/toolkit-v2/commit/8dc1419ce5a1dfc36ec5a8bf554724af63788976)) - -* extract and set metadata ([`3ccc7e1`](https://github.com/OpenPecha/toolkit-v2/commit/3ccc7e1f657aa83ca2b1afd7b725601d55addac5)) - -* CommentarySerializer commentary ([`2a77e8a`](https://github.com/OpenPecha/toolkit-v2/commit/2a77e8afa221f4a212b9df832c99fb35fa4bc29d)) - -* prepare test data ([`584f677`](https://github.com/OpenPecha/toolkit-v2/commit/584f6773e962da99699d57a1f75986b96163d63d)) - -* reverted ([`58c173e`](https://github.com/OpenPecha/toolkit-v2/commit/58c173e3db6c960d448faa8d28f3c144cb8ca32c)) - -* updated the alignment serializer to pechaDB json ([`b03effa`](https://github.com/OpenPecha/toolkit-v2/commit/b03effa720df3f9e09a3587150275392ce9e41b0)) - -* Merge pull request #76 from OpenPecha/feat-add_sapche_ann_to_googledoc_parser - -Feat add sapche ann to googledoc parser ([`8eb5348`](https://github.com/OpenPecha/toolkit-v2/commit/8eb5348e114fa151f6624a9af393731df2791650)) - -* update test file ([`c2d77b6`](https://github.com/OpenPecha/toolkit-v2/commit/c2d77b620f641dff50572e033e8cf83bbc932e1a)) - -* update test file ([`f846098`](https://github.com/OpenPecha/toolkit-v2/commit/f846098eacbad86a1ea915069bef93714aa68512)) - -* refactor parse commentary ([`098df79`](https://github.com/OpenPecha/toolkit-v2/commit/098df79fa66d8765cb9be1b76d725e7b9be4e61a)) - -* refactor add sapche ann ([`519ba57`](https://github.com/OpenPecha/toolkit-v2/commit/519ba5712c413a50f133835359f6d7816a766919)) - -* remove unneccessary codes ([`cace3e0`](https://github.com/OpenPecha/toolkit-v2/commit/cace3e064d5f678fcf6974cba8fc7e3bf1d1764d)) - -* add doc string ([`0e789d3`](https://github.com/OpenPecha/toolkit-v2/commit/0e789d320dbd5d64abb4a600e4b80aa2e13c3182)) - -* refactor code ([`b8156fe`](https://github.com/OpenPecha/toolkit-v2/commit/b8156fe1c9b64f5a6f03d8073e086633f5c80e56)) - -* update test cases ([`b94a39a`](https://github.com/OpenPecha/toolkit-v2/commit/b94a39aa64acabb6b13fdce854469c9a3d05e02d)) - -* save sapche ann ([`2a66a48`](https://github.com/OpenPecha/toolkit-v2/commit/2a66a48b0fdff9d873ec2c6e5108515584527238)) - -* add one char count for newline ([`a9af203`](https://github.com/OpenPecha/toolkit-v2/commit/a9af2030642067fbbc2bef896698d718bc250ab9)) - -* update doc ([`26a1606`](https://github.com/OpenPecha/toolkit-v2/commit/26a16068140e87b91c47602a90124c4edbd40190)) - -* create temp state and update prepare doc ([`484a980`](https://github.com/OpenPecha/toolkit-v2/commit/484a98090d93cf347704f25d9fb8a48c9882728d)) - -* return the updated segment to main parse func from add sapche ann ([`8d70839`](https://github.com/OpenPecha/toolkit-v2/commit/8d7083926662382cf959550ce25f912ef778ae95)) - -* extract sapche number ([`0bcc444`](https://github.com/OpenPecha/toolkit-v2/commit/0bcc4447d6ec95d3bcb99a3b01f46f415dd263bb)) - -* format sapche anns ([`dd548da`](https://github.com/OpenPecha/toolkit-v2/commit/dd548dae5c24c680d9b9a1ea9c25a3a4524e0de1)) - -* fix add newline to normalize ([`042286f`](https://github.com/OpenPecha/toolkit-v2/commit/042286fd8c38a73e135c7c89dc2f252d66c3edc6)) - -* refactor code ([`f843f9a`](https://github.com/OpenPecha/toolkit-v2/commit/f843f9a72041c825d7419727ae6d8f4933b3c28e)) - -* strip doc.text ([`5672100`](https://github.com/OpenPecha/toolkit-v2/commit/567210059827dc2b1e79c4fff193ba1f438c5cf4)) - -* fix code ([`123006d`](https://github.com/OpenPecha/toolkit-v2/commit/123006d4a3710023076bd2a5adbb255bb3a64a35)) - -* add commentary meaning ann ([`3b00e7e`](https://github.com/OpenPecha/toolkit-v2/commit/3b00e7e99aa6614fda25c06d8135f486ffa3c4de)) - -* refactor code ([`2e4c1b8`](https://github.com/OpenPecha/toolkit-v2/commit/2e4c1b882f4fa56f860363bd7e3d4b41c61b64a2)) - -* formatted doc object ([`a3b82de`](https://github.com/OpenPecha/toolkit-v2/commit/a3b82dee12bfcb4ca7df905f2052773e49872eb9)) - -* refactor code ([`094f3c1`](https://github.com/OpenPecha/toolkit-v2/commit/094f3c12cac451d00fd5ec61e23f9d8bfdfa9fd9)) - -* extract sapche anns ([`382a483`](https://github.com/OpenPecha/toolkit-v2/commit/382a483a86e0248f2a4e21ed0990c143e7bb5672)) - -* rename func ([`db46137`](https://github.com/OpenPecha/toolkit-v2/commit/db46137058ae11ac68e96e314ff4c86798da0590)) - -* prepare test data ([`865f93e`](https://github.com/OpenPecha/toolkit-v2/commit/865f93ef8144d52d62072c34f71b78614840b2e3)) - -* Merge pull request #73 from OpenPecha/feat-google_docs_serializer - -Feat google docs serializer ([`21af435`](https://github.com/OpenPecha/toolkit-v2/commit/21af435b84de2e038bbc4cde1ddcf749ef689bd4)) - -* modify category name ([`ca330b2`](https://github.com/OpenPecha/toolkit-v2/commit/ca330b201cdfc3a0800fdbf634633d1741b5bdd3)) - -* test for google doc serializer ([`cd19383`](https://github.com/OpenPecha/toolkit-v2/commit/cd19383783c32f758defbf38f0086e9ad2566840)) - -* test parse root idx mapping ([`db77255`](https://github.com/OpenPecha/toolkit-v2/commit/db772556736c47e785ffbaa94ab78cca74d9683b)) - -* commentary parse ([`54367ba`](https://github.com/OpenPecha/toolkit-v2/commit/54367ba8d66b857929fb18bb3737d17a09036d11)) - -* SimpleTextCommentarySerializer parse root ([`e1ed74d`](https://github.com/OpenPecha/toolkit-v2/commit/e1ed74d21a3eade58bcc40542283eab93482becc)) - -* test data for simple text commentary ([`4590ec0`](https://github.com/OpenPecha/toolkit-v2/commit/4590ec06101550d29391c80f2b50f0a857ffcccc)) - -* rename func ([`1669718`](https://github.com/OpenPecha/toolkit-v2/commit/1669718f4a108cf36e2dc891b3f68f7e30293361)) - -* chapterize json file ([`0a0d845`](https://github.com/OpenPecha/toolkit-v2/commit/0a0d845de40e69d773f99a40cb4ed463a3507f05)) - -* preprocess pedurma ([`dfcbd51`](https://github.com/OpenPecha/toolkit-v2/commit/dfcbd518a42013743ceac0c8c065d6f5f8367695)) - -* Merge pull request #70 from OpenPecha/feat-plaintext_alignment_serializer - -Feat plaintext alignment serializer ([`e21bcbc`](https://github.com/OpenPecha/toolkit-v2/commit/e21bcbc51ca10830f6c45d40123dd450391e3b3c)) - -* delete outdate serializer ([`844f95c`](https://github.com/OpenPecha/toolkit-v2/commit/844f95cf522b5edb4507900e1ee2fdcded775579)) - -* test if serialied json is same ([`a419fdd`](https://github.com/OpenPecha/toolkit-v2/commit/a419fddb3a87cdc6bdf59f7acf747f7d8b3c3720)) - -* test if serialied json is same ([`26c56ff`](https://github.com/OpenPecha/toolkit-v2/commit/26c56ffdc16671df47ec7bf87231291e740dc71c)) - -* fix JSON format ([`6d1b827`](https://github.com/OpenPecha/toolkit-v2/commit/6d1b827f9181417b690bf354f0d4ca0339cf06df)) - -* modify title and category name ([`e72e2f3`](https://github.com/OpenPecha/toolkit-v2/commit/e72e2f35d12e8fe82f131b7baafb2f37453b74a4)) - -* fix JSON format ([`90da9e5`](https://github.com/OpenPecha/toolkit-v2/commit/90da9e541de6e27335fa649a510ee68daa7bbccc)) - -* fix JSON format ([`0ecf5eb`](https://github.com/OpenPecha/toolkit-v2/commit/0ecf5ebdee9786afb8feca5c88deffda26ebe2a9)) - -* refactor code ([`46f75fb`](https://github.com/OpenPecha/toolkit-v2/commit/46f75fb98f0015643dbdc0cda67aed597d3648e5)) - -* refactor code ([`0fecba3`](https://github.com/OpenPecha/toolkit-v2/commit/0fecba3c53f60e750e9a993a56912bf4de641085)) - -* refactor code ([`850a9e0`](https://github.com/OpenPecha/toolkit-v2/commit/850a9e0657431a85ea953806cb737fd32dd4070a)) - -* preprocess book title ([`b6bd7fd`](https://github.com/OpenPecha/toolkit-v2/commit/b6bd7fd3ee0f95bc716f94e68479aa9fda7840de)) - -* get text direction with lang ([`c9c65fe`](https://github.com/OpenPecha/toolkit-v2/commit/c9c65feeb06a54f99627268bcec51c91a05d38df)) - -* add doc strings ([`5a8b9ea`](https://github.com/OpenPecha/toolkit-v2/commit/5a8b9ea8165c659ca2d387a0bc547f72f79fe3ea)) - -* refactor code ([`bea3863`](https://github.com/OpenPecha/toolkit-v2/commit/bea386308c389f6e95c6ab6ed45d2309147c4301)) - -* fill segments to json ([`250b19c`](https://github.com/OpenPecha/toolkit-v2/commit/250b19cde4914676288aacdab62919ba6f144fe2)) - -* set metadata to json ([`6cb7c22`](https://github.com/OpenPecha/toolkit-v2/commit/6cb7c224fb7e75e80724a94a569fc3301901bc4a)) - -* move test data ([`5d22976`](https://github.com/OpenPecha/toolkit-v2/commit/5d229767dfdbbe4a441f341c39045853e7a13447)) - -* BaseAlignmentSerializer ([`38401eb`](https://github.com/OpenPecha/toolkit-v2/commit/38401eb05e45996dc1df0125ed49e65746c7b741)) - -* delete unneccessary files ([`d5fe40d`](https://github.com/OpenPecha/toolkit-v2/commit/d5fe40d423d4125a6a9a418dd06057c34882e82e)) - -* test cases preparation ([`ef19a65`](https://github.com/OpenPecha/toolkit-v2/commit/ef19a65e301cb1a08b95118d6e1ac77f78a84492)) - -* Merge pull request #68 from OpenPecha/feat-plaintext_parser - -added plaintext parser and test ([`a80c54c`](https://github.com/OpenPecha/toolkit-v2/commit/a80c54c48576cce1d9d61eacdfaa731346bf7abc)) - -* added plaintext parser and test ([`a7b1296`](https://github.com/OpenPecha/toolkit-v2/commit/a7b1296385f731ab14185617e6d4b248d5033d08)) - -* Merge pull request #67 from OpenPecha/fix-modify-pedurma-metadata - -Fix modify pedurma metadata ([`d77f50d`](https://github.com/OpenPecha/toolkit-v2/commit/d77f50d44361de2e33aa6a50306c65369e07d277)) - -* test file for expected pecha db ([`0b3253a`](https://github.com/OpenPecha/toolkit-v2/commit/0b3253a56bb3706556f9df03508564bbfcd8c3c7)) - -* fix meaing segment slicing ([`e92947f`](https://github.com/OpenPecha/toolkit-v2/commit/e92947f8dc8ef14ca8fa9d99a0ee100a8a13ac98)) - -* update meaning segment slicing ([`62004d7`](https://github.com/OpenPecha/toolkit-v2/commit/62004d7a0b5f7883ae2c1e8af67037f4916ae2a5)) - -* update test file ([`3f375f1`](https://github.com/OpenPecha/toolkit-v2/commit/3f375f151b29c15cd634b2223a25a496a86da62c)) - -* remove pointing bracket from footnote ([`a4474ff`](https://github.com/OpenPecha/toolkit-v2/commit/a4474ff00335310a8680ef48814d04de08d18727)) - -* update test file with space ([`7d044fb`](https://github.com/OpenPecha/toolkit-v2/commit/7d044fbfb67b98a467cd583f7beb2e5e13f6feb3)) - -* remove space in footnote representation ([`226398c`](https://github.com/OpenPecha/toolkit-v2/commit/226398cb4e13b4a9bd591aff8f464c49bda858f1)) - -* fix-serializer-if-more-than-one-durchen ([`807da9e`](https://github.com/OpenPecha/toolkit-v2/commit/807da9e4bc6c11a213559c8e7e98491afe7dc0dd)) - -* update pedurma note marker ([`b969bd6`](https://github.com/OpenPecha/toolkit-v2/commit/b969bd646af818530912db89c8b638ff85aed9e4)) - -* initialize git with main branch rather than master ([`6f45aba`](https://github.com/OpenPecha/toolkit-v2/commit/6f45aba711cef9960d13deb8e83b7e90d9bd16b9)) - -* prepare title for description ([`30ab0b3`](https://github.com/OpenPecha/toolkit-v2/commit/30ab0b3dcbc6d5984f4ae2b5b0ee9a9d79b655d8)) - -* modify metadata for pedurma parser ([`52b57b0`](https://github.com/OpenPecha/toolkit-v2/commit/52b57b07a370c23a905e77617f54891499e4b742)) - -* Merge pull request #66 from OpenPecha/fix-dharmanexus_serializer - -fix-dharmanexus-serializer ([`7db8aff`](https://github.com/OpenPecha/toolkit-v2/commit/7db8affb0d26c1c2299d005cd183edb904a3a649)) - -* fix-dharmanexus-serializer ([`500988f`](https://github.com/OpenPecha/toolkit-v2/commit/500988f6f6412d6e482c3f4ce56dbb840025ff9a)) - -* Merge pull request #65 from OpenPecha/feat-google-doc-commentary-parser - -Feat google doc commentary parser ([`22d3c92`](https://github.com/OpenPecha/toolkit-v2/commit/22d3c92630651429e60a810fa3e46cb7b4bf86b5)) - -* add python-docx to pyproject.toml ([`269393d`](https://github.com/OpenPecha/toolkit-v2/commit/269393d01caa33b70d1cd61e7d52182b901a351e)) - -* refactor file name ([`ac6df53`](https://github.com/OpenPecha/toolkit-v2/commit/ac6df53b5671429477a510c63a2fef5670a951dc)) - -* delete old parser for root-commentary ([`3ff3256`](https://github.com/OpenPecha/toolkit-v2/commit/3ff32561b1a9d1b7fac1c72265e168447f7add7f)) - -* refactor code ([`525260e`](https://github.com/OpenPecha/toolkit-v2/commit/525260e057c7cff0fa5f88fd73971278c801df9e)) - -* test for commentary google doc parser expected_segments ([`bdae61b`](https://github.com/OpenPecha/toolkit-v2/commit/bdae61b359512a94938dfdfcef81eb38088f3876)) - -* include rootpath in commentary opf metadata ([`665d5e7`](https://github.com/OpenPecha/toolkit-v2/commit/665d5e7d10621622a868eb8488cba9ab5478a9e4)) - -* test for commentary google doc anns ([`9c78c41`](https://github.com/OpenPecha/toolkit-v2/commit/9c78c41596607cde643a7bb77519fe540de44ccc)) - -* test for commentary google doc base ([`2a82b92`](https://github.com/OpenPecha/toolkit-v2/commit/2a82b92e000982a7b9f0cd1dcdbb5a245d30fa1f)) - -* test for commentary google doc base ([`5e5a1f9`](https://github.com/OpenPecha/toolkit-v2/commit/5e5a1f909c7900ae9704c98e2effc9b9f7fa36f4)) - -* create pecha for google docs commentary ([`a36a771`](https://github.com/OpenPecha/toolkit-v2/commit/a36a7717af5561874e412d84fe940da6ecd08479)) - -* extract root_idex_mapping ([`9f094b7`](https://github.com/OpenPecha/toolkit-v2/commit/9f094b741e6d87fcb524494a13d1e0a1c73ad3fc)) - -* google doc commentary parser skeleton ([`c24aaaa`](https://github.com/OpenPecha/toolkit-v2/commit/c24aaaa64127f5049d33fe19b2bc002a5756c0ea)) - -* refactor code ([`1a9a378`](https://github.com/OpenPecha/toolkit-v2/commit/1a9a378ab6eb8840542ef3bb4cccbe6bc63d777b)) - -* refactor code ([`1a613a3`](https://github.com/OpenPecha/toolkit-v2/commit/1a613a3663e3425ea8976215301c6b8470232308)) - -* include source type and root_id for Google doc parser ([`2faabdf`](https://github.com/OpenPecha/toolkit-v2/commit/2faabdfb4a48c309590d3c943306f88e911ab858)) - -* Merge pull request #64 from OpenPecha/feat-google-docs-root-parser - -Feat google docs root parser ([`853225b`](https://github.com/OpenPecha/toolkit-v2/commit/853225b7b10d3e307eb267d3a91729140cb21691)) - -* update test file ([`cdd930b`](https://github.com/OpenPecha/toolkit-v2/commit/cdd930ba5b8fd35a2863cae0e4f8d1035c677ec2)) - -* parser for root text ([`115724b`](https://github.com/OpenPecha/toolkit-v2/commit/115724b48abd5383ec1fcad0860b9fea5a2950dd)) - -* Merge pull request #62 from OpenPecha/feat-peydurma_pecha_db_serializer - -Feat pedurma pecha db serializer ([`f704f3a`](https://github.com/OpenPecha/toolkit-v2/commit/f704f3a02c600b37d8b6727273209be5169cc721)) - -* rename folder peydurma -> pedurma ([`834cc51`](https://github.com/OpenPecha/toolkit-v2/commit/834cc51b0156e59748651d074f6ec34183b2cc11)) - -* test for pedurma pecha db serializer ([`fb71e87`](https://github.com/OpenPecha/toolkit-v2/commit/fb71e87a75b33effbd386db2bd8648119f5275e0)) - -* add note representation in the content ([`daac6a4`](https://github.com/OpenPecha/toolkit-v2/commit/daac6a48ada6e21fd1b999c58eb8b482cba2e1c1)) - -* restructure dharmanexus serializer test files ([`3e39a01`](https://github.com/OpenPecha/toolkit-v2/commit/3e39a015804819666d789880c965af256d1785a5)) - -* rename var names durchen -> pedurma ([`cfef017`](https://github.com/OpenPecha/toolkit-v2/commit/cfef017a686f3dd1d798cec338b082fc02689c19)) - -* rename Durchen -> Pedurma ([`dad433e`](https://github.com/OpenPecha/toolkit-v2/commit/dad433eab677ee9be2bbcc7ee567bf8ec847113f)) - -* create pedurma content list ([`f75e96c`](https://github.com/OpenPecha/toolkit-v2/commit/f75e96cae97ce5343079e9ecf448a8e7d693fe92)) - -* Merge pull request #61 from OpenPecha/fix-add-order-in-base-for-dharamanexus - -Fix add order in base for dharamanexus ([`412bae3`](https://github.com/OpenPecha/toolkit-v2/commit/412bae3c7af001ad80011112612f92507273b963)) - -* get proper order for pechadb serializer ([`3b29118`](https://github.com/OpenPecha/toolkit-v2/commit/3b29118684a44e9aec70845247ec5d80baaf4af5)) - -* add order to dharamanexus metadata ([`0723ec6`](https://github.com/OpenPecha/toolkit-v2/commit/0723ec6edb33e5c6ea38958593c8131ce2c18f29)) - -* Merge pull request #60 from OpenPecha/fix-pecha_db_serializer - -updated BaseSerializer and added source_type flag ([`4d64775`](https://github.com/OpenPecha/toolkit-v2/commit/4d6477576d8e129365fa2bdc7c3c15a645fd5801)) - -* fix test of pecha db serializer error ([`c1c5c73`](https://github.com/OpenPecha/toolkit-v2/commit/c1c5c738b9f0dec534ebd053810ab37c4168dc9a)) - -* updated BaseSerializer and added source_type flag ([`7a0a6af`](https://github.com/OpenPecha/toolkit-v2/commit/7a0a6af4061911df846ad2a72ece9e1e324b85c3)) - -* Merge pull request #58 from OpenPecha/feat/durchen-parser - -Feat/durchen parser ([`2091324`](https://github.com/OpenPecha/toolkit-v2/commit/20913245fef32a1ed4600c5e7f17029306d685ea)) - -* refactor code ([`51828ed`](https://github.com/OpenPecha/toolkit-v2/commit/51828ed60d56eadaaf62408bd52b0eb6e7d6c9ee)) - -* refactor code ([`8a35992`](https://github.com/OpenPecha/toolkit-v2/commit/8a35992e8a91e4b9a0618c930a46cae98d6f9a0e)) - -* refactor code ([`076d7b9`](https://github.com/OpenPecha/toolkit-v2/commit/076d7b95af62c053aca88a551325695829707fb4)) - -* fix/add , to pyproject ([`1b1539f`](https://github.com/OpenPecha/toolkit-v2/commit/1b1539f9ce0701c1280e249176ec62fe14f16a3a)) - -* Merge branch 'main' into feat/durchen-parser ([`d693e89`](https://github.com/OpenPecha/toolkit-v2/commit/d693e89250f903736c719c88fc240907fb8747f1)) - -* Merge pull request #57 from OpenPecha/fix-add_annotation_id - -updated get annotation id test ([`a1f2638`](https://github.com/OpenPecha/toolkit-v2/commit/a1f26382655bb368fecfd4a856c7992b3ebb4d29)) - -* updated get annotation id test ([`dedf4ff`](https://github.com/OpenPecha/toolkit-v2/commit/dedf4ffa459af31f305f0464bea569007b7672ca)) - -* Merge pull request #56 from OpenPecha/fix-tool_version_validator - -fix set toolkit version ([`dcdee77`](https://github.com/OpenPecha/toolkit-v2/commit/dcdee770e79b4bff0a0b38c95532eeebca5a32a1)) - -* fix set toolkit version ([`6da000e`](https://github.com/OpenPecha/toolkit-v2/commit/6da000eed319531521df48f1fd61a82cd5225eb3)) - -* Merge pull request #54 from OpenPecha/fix-add_annotation_id - -added get_annotation_id ([`0463f0b`](https://github.com/OpenPecha/toolkit-v2/commit/0463f0b98872e1c4a650ffd100131b03d7acd0f3)) - -* added get_annotation_id ([`a31acee`](https://github.com/OpenPecha/toolkit-v2/commit/a31acee5339f54cf712cfbd48cd0261ed1b22722)) - -* set metadata for Durchen parser ([`369f542`](https://github.com/OpenPecha/toolkit-v2/commit/369f542afc94cc78b2eea07c4421e8ea00dc1003)) - -* Durchen extract meaining segments ([`5a5b202`](https://github.com/OpenPecha/toolkit-v2/commit/5a5b202a22369a8b619d3e14d4576be57a5aef26)) - -* set proper layergroup layercollection for durchen ann ([`afd0780`](https://github.com/OpenPecha/toolkit-v2/commit/afd07807453464ee83dba7696db3bf187ac54a71)) - -* improve test for durchen ([`8870906`](https://github.com/OpenPecha/toolkit-v2/commit/8870906a6211056306b7a8795fde9c289cd9bf44)) - -* fix/ revert # back to newline ([`7505f72`](https://github.com/OpenPecha/toolkit-v2/commit/7505f722928234eec69535bdbedf6da99b14f5aa)) - -* test for durchen ([`653d0f1`](https://github.com/OpenPecha/toolkit-v2/commit/653d0f15ef21ba5bfadbf4cd01ea0a00f8037faa)) - -* doc string ([`ca3ebb2`](https://github.com/OpenPecha/toolkit-v2/commit/ca3ebb2a8d645fa965ce3e7364c4d6bce05e3bf8)) - -* rename funcs ([`66acaae`](https://github.com/OpenPecha/toolkit-v2/commit/66acaae5d920dbc9c35feccf031d1646ae9bc7b4)) - -* DurchenParser ([`d8ef090`](https://github.com/OpenPecha/toolkit-v2/commit/d8ef0909b8c69ae581506bca6a264cb7794731c4)) - -* added initial_creation_type enum json ([`df0e162`](https://github.com/OpenPecha/toolkit-v2/commit/df0e16207d0b99de00485018b81c633411405cb5)) - -* Merge pull request #53 from OpenPecha/pecha-serializer - -added opf to pecha_db_json serializer with test ([`d7ab84e`](https://github.com/OpenPecha/toolkit-v2/commit/d7ab84e52d4225b055aa244b93ac22d3f90cb32a)) - -* added opf to pecha_db_json serializer with test ([`daf2771`](https://github.com/OpenPecha/toolkit-v2/commit/daf2771fcdfe01fc4d9420ad59f63feaacb7437a)) - -* Merge pull request #51 from OpenPecha/repo-publish - -Repo publish ([`a109533`](https://github.com/OpenPecha/toolkit-v2/commit/a1095339bb9ab9fea684a0e71fc82676eb88a24b)) - -* fix pyproject.toml ([`ef3ec15`](https://github.com/OpenPecha/toolkit-v2/commit/ef3ec15785b02ae036d45c39e57fb5d729556693)) - -* fix dharmanexus get_temp_state ([`8536144`](https://github.com/OpenPecha/toolkit-v2/commit/8536144f2591908bf96bc349150cbdbf5be1e468)) - -* added storages and publish method to pecha class ([`417fc42`](https://github.com/OpenPecha/toolkit-v2/commit/417fc42a4181e1a52d5281225237f34c8c0d1c20)) - -* Merge pull request #49 from OpenPecha/dharmanexus-parser - -merged modify/Pecha-annotate-metadata to dharmanexus and dharmanexus updated ([`41e10f5`](https://github.com/OpenPecha/toolkit-v2/commit/41e10f51da1aa86b4f6765cacf57865344b205ce)) - -* write dharmanexus opf and tested ([`aaa699d`](https://github.com/OpenPecha/toolkit-v2/commit/aaa699d7bdb9817a5e61e78c936fc4ee5b0e3ac3)) - -* merge modify/Pecha-annotate-metadata ([`c467efd`](https://github.com/OpenPecha/toolkit-v2/commit/c467efd94f1409cc92add3c28a85beb05ec20fd3)) - -* updated the dharmanexus parser ([`f48526c`](https://github.com/OpenPecha/toolkit-v2/commit/f48526c509cbf770e52848f28cf0756003370f47)) - -* Merge branch 'main' into dharmanexus-parser ([`ebc14bc`](https://github.com/OpenPecha/toolkit-v2/commit/ebc14bcbac1d44f8575f8363af27a8d9a06c359a)) - -* fix test ([`24b05b6`](https://github.com/OpenPecha/toolkit-v2/commit/24b05b634b06d76d2aba5db8cc0e6b4ced7df5e3)) - -* added dharmanexus parser and test ([`5089a68`](https://github.com/OpenPecha/toolkit-v2/commit/5089a68fe1b0874fd9e6728f07526c41398bbca8)) - -* Merge pull request #48 from OpenPecha/modify/Pecha-annotate-metadata - -Modify/pecha annotate metadata ([`00e9284`](https://github.com/OpenPecha/toolkit-v2/commit/00e9284d8b9922dd319bdbae356dcc7ec22771b8)) - -* fix/initial spelling error ([`4de6019`](https://github.com/OpenPecha/toolkit-v2/commit/4de601994dc03bf699d2d1fd73129d6112594c23)) - -* set author,title as optional attr for PechaMetaData ([`f134278`](https://github.com/OpenPecha/toolkit-v2/commit/f134278c8db986fa91977dff57cedb8adbf45b0b)) - -* return pecha_metadata from set_metadata ([`e19dc6c`](https://github.com/OpenPecha/toolkit-v2/commit/e19dc6cb376eef58b6a61ed237a7a56c7952b2e7)) - -* test for Pecha Metadata ([`a40e88e`](https://github.com/OpenPecha/toolkit-v2/commit/a40e88ea0ecb19841675495c1b2cc8d17ba513de)) - -* fix/add-parser-to-test-metadata.json ([`da2f9c9`](https://github.com/OpenPecha/toolkit-v2/commit/da2f9c94c2fad131894d0c531f208028d581f603)) - -* return PechaMetaData instance when load_metadata ([`a830587`](https://github.com/OpenPecha/toolkit-v2/commit/a830587ae06c5efcd4e64c25467fdf5f6091d261)) - -* field serializer for PechaMetaData ([`19980ec`](https://github.com/OpenPecha/toolkit-v2/commit/19980ec71c4431d845ebc89f9f0c2a243b45a5fa)) - -* modify/ set metadata after Pecha Creation ([`6f16b8d`](https://github.com/OpenPecha/toolkit-v2/commit/6f16b8d7279d4fb50aa458c7fecc911e1588b970)) - -* fix/save KunsangMonlamMetaData as utf-8 ([`df1596a`](https://github.com/OpenPecha/toolkit-v2/commit/df1596adf38a3813bfff01b65701860394022653)) - -* pecha db code to be modified ([`4dd3fe0`](https://github.com/OpenPecha/toolkit-v2/commit/4dd3fe0d75d1a4140c0b382f8a4d8cfca1da5a0f)) - -* fix/ number alignment ([`8eb11e1`](https://github.com/OpenPecha/toolkit-v2/commit/8eb11e133bcdacb4958b01ddcb21daf9e93f93a8)) - -* refactor line_align code ([`04a0536`](https://github.com/OpenPecha/toolkit-v2/commit/04a0536605de0f3aedc69a01defbb5b24ef6047e)) - -* fix/ return values after validation ([`f4e82d8`](https://github.com/OpenPecha/toolkit-v2/commit/f4e82d8a42d145805bbe163bceeabb8322e171c8)) - -* validate parser in PechaMetaData ([`d772383`](https://github.com/OpenPecha/toolkit-v2/commit/d7723831a673072dfa8313c2bb2a5a7e05a31831)) - -* func to get all classes ([`272d6d8`](https://github.com/OpenPecha/toolkit-v2/commit/272d6d844f0ee9bb6330347f69d11613dc8d2763)) - -* dump extra fields into source_metadata ([`5a71d2e`](https://github.com/OpenPecha/toolkit-v2/commit/5a71d2e261c62a401b81b9dac601fbbad8067814)) - -* take pecha_id from PechaMetaData ([`f513c5a`](https://github.com/OpenPecha/toolkit-v2/commit/f513c5a64863b5019341f4a7fad1210fb4709b57)) - -* refactor code ([`b1aafdc`](https://github.com/OpenPecha/toolkit-v2/commit/b1aafdc085803358e0087fbc4c8800806a0bab14)) - -* save metadata as json ([`4f161fd`](https://github.com/OpenPecha/toolkit-v2/commit/4f161fdf3a9e27b9df70ad88a3000d21b16da1fa)) - -* annotate metadata with higher level ([`7d63d70`](https://github.com/OpenPecha/toolkit-v2/commit/7d63d706f964cb8115773821a1622af540a2761c)) - -* modify annotate metadata, make for high level ([`38fd296`](https://github.com/OpenPecha/toolkit-v2/commit/38fd2968862fbf6cf67d31cf89b4f25e175055c7)) - -* Merge pull request #47 from OpenPecha/documentation/Pecha-and-chounjuk-chapter-parser - -Documentation/pecha and chounjuk chapter parser ([`605485b`](https://github.com/OpenPecha/toolkit-v2/commit/605485b4c79ec4a0a9f1c489b50b0e4ec0c27399)) - -* Chounjuk Chapter parser documentation ([`614d663`](https://github.com/OpenPecha/toolkit-v2/commit/614d663b6b46d6a10e78195feef969e873d36f95)) - -* more explaination in code deep dive ([`df3f18a`](https://github.com/OpenPecha/toolkit-v2/commit/df3f18a26e85612939058677940aaebcb738e568)) - -* add subtitle to code deep dive ([`73012ae`](https://github.com/OpenPecha/toolkit-v2/commit/73012ae9e56ed0e3fa2f243d90e54d7ff6f7f985)) - -* Pecha documentation Example code deep dive ([`0fb2af7`](https://github.com/OpenPecha/toolkit-v2/commit/0fb2af7ea114d6485d88aacdc089718a758551c9)) - -* add Pecha documentation ([`e3064a0`](https://github.com/OpenPecha/toolkit-v2/commit/e3064a08e9b30031bb6b129cf9180359383b484d)) - -* Merge pull request #46 from OpenPecha/feat/text-file-parser - -Feat/text file parser ([`418836a`](https://github.com/OpenPecha/toolkit-v2/commit/418836a5ca2162ce6e17411c0a792bd7d7836a96)) - -* modify/dont store duplicates ann data ([`4e8e83d`](https://github.com/OpenPecha/toolkit-v2/commit/4e8e83ddb1a1837282fbbf9dfc7bb1cb9e4b4601)) - -* store ann span as Dict than tuple ([`f2f48d2`](https://github.com/OpenPecha/toolkit-v2/commit/f2f48d2388749353eb374f46c47da690766ac0ee)) - -* fix/offset setting ([`41b97fa`](https://github.com/OpenPecha/toolkit-v2/commit/41b97fa4e3dcf1472e420fef19ebb94dca8aa534)) - -* modify/dont-keep-anns-on-base ([`0085ec2`](https://github.com/OpenPecha/toolkit-v2/commit/0085ec2c7530d17e630897a3b962a2e4b9308439)) - -* take ChonjukChapterParser during parse ([`3aa2c9f`](https://github.com/OpenPecha/toolkit-v2/commit/3aa2c9f29c0bffcb8246e6b413741e72dd6738aa)) - -* delete unneccessary code ([`54eb461`](https://github.com/OpenPecha/toolkit-v2/commit/54eb461e777238d46ea52c47e23821004c062a0c)) - -* refactor code ([`74d9f7d`](https://github.com/OpenPecha/toolkit-v2/commit/74d9f7da3bb3edb544f7b6327e51dea78037555a)) - -* test for ChonjukParser expected anns ([`bad28a6`](https://github.com/OpenPecha/toolkit-v2/commit/bad28a6df5a1e0bb306476ba7a8305b64695533a)) - -* test for ChonjukChapterParser expected base ([`316dffd`](https://github.com/OpenPecha/toolkit-v2/commit/316dffd0315fd91edd3ed79dcf3a7802935f6579)) - -* add layer ([`7595717`](https://github.com/OpenPecha/toolkit-v2/commit/7595717ce31dd8dc411f3ce0b735ef542333f361)) - -* delete unneccessary func ([`4a897b6`](https://github.com/OpenPecha/toolkit-v2/commit/4a897b6c6462c0bb4e7af035e71fc4455b857c8a)) - -* refactor code ([`9cd8dda`](https://github.com/OpenPecha/toolkit-v2/commit/9cd8ddaf6e263d8da374b1ed444d28499407cfed)) - -* refactor code ([`9ad3481`](https://github.com/OpenPecha/toolkit-v2/commit/9ad34819554057cfc8c42cf899f0e1b88375f682)) - -* rename ann_path -> layer_path ([`854567b`](https://github.com/OpenPecha/toolkit-v2/commit/854567b9e605b6f5d2743ee9b6df8cf16b166d74)) - -* data standardization ([`9216510`](https://github.com/OpenPecha/toolkit-v2/commit/9216510a4b73bea2ca5276f19f3a33887f6d2ed8)) - -* modify Pecha add annotation ([`ee81b97`](https://github.com/OpenPecha/toolkit-v2/commit/ee81b97bc654d233a1fe9fdb77d25a29b210dbb7)) - -* delete unneccessary func ([`1649534`](https://github.com/OpenPecha/toolkit-v2/commit/1649534d6c83a32a89ec4773832d902ff9bbc566)) - -* delete unneccessary func ([`abc562e`](https://github.com/OpenPecha/toolkit-v2/commit/abc562eda1a3f3051f08463fc4bc5aba7dfdfa2d)) - -* delete unneccessary func ([`1565cec`](https://github.com/OpenPecha/toolkit-v2/commit/1565ceca2627c0c56f20fe255709edb13cdbba08)) - -* save base file path as relative ([`95fdc67`](https://github.com/OpenPecha/toolkit-v2/commit/95fdc677f30a2803f1d60330cb3b51837acb3796)) - -* Pecha add annotation ([`609df7f`](https://github.com/OpenPecha/toolkit-v2/commit/609df7fa4b2cf4aff65f1950411340d617bfc62b)) - -* Pecha add layer ([`bec5de4`](https://github.com/OpenPecha/toolkit-v2/commit/bec5de44dcff4ebaf41713d9c510d5b7da738559)) - -* fix/Chonjuk chapter parser ([`ce6ad59`](https://github.com/OpenPecha/toolkit-v2/commit/ce6ad59d31654369c29ba386c0dbb3606982dc5a)) - -* delete Document class ([`332d55c`](https://github.com/OpenPecha/toolkit-v2/commit/332d55c435baffcc2edcb4836329ceb007d7d211)) - -* merge with main ([`b30a73c`](https://github.com/OpenPecha/toolkit-v2/commit/b30a73c7f14be7dcce7b155a28bcae2caf7fca9e)) - -* Merge pull request #42 from OpenPecha/fix/pecha-api-initialization-setbase - -Fix/pecha api initialization setbase ([`6bc70c1`](https://github.com/OpenPecha/toolkit-v2/commit/6bc70c15483aed4c5d8e75613a3a49e8b70a0095)) - -* rename Pecha classmethod create_pecha -> create ([`c22d755`](https://github.com/OpenPecha/toolkit-v2/commit/c22d755aaa65143261e4c59a81a96693c0cb1f2d)) - -* set parse default path as PECHAS_PATH ([`82b75ff`](https://github.com/OpenPecha/toolkit-v2/commit/82b75ffa06fbb61e560a12f880eb18882dee3bba)) - -* fix/Pecha set_base ([`79b09fd`](https://github.com/OpenPecha/toolkit-v2/commit/79b09fd702200262a73805f70a53efa16bfe02ac)) - -* Pecha classmethod create_pecha ([`cbb9b4f`](https://github.com/OpenPecha/toolkit-v2/commit/cbb9b4f6bd08b18b4651d3144b4cb93389fda455)) - -* chonjuk chapter parser ([`257560c`](https://github.com/OpenPecha/toolkit-v2/commit/257560c4b15c816e31f5804232ccee636f6e1a6e)) - -* ChonjukPlainTextParser skeleton ([`f322517`](https://github.com/OpenPecha/toolkit-v2/commit/f32251757ff4204f29dc064ba2dae2a4b8b76991)) - -* Merge main to " feat/pecha-ann-on-parent-ann-store-parser" and solve git conflict ([`2051689`](https://github.com/OpenPecha/toolkit-v2/commit/20516891ea230dadac81599905bfade4674cd28f)) - -* update/test file ([`9b27e50`](https://github.com/OpenPecha/toolkit-v2/commit/9b27e505502f1f963a7cc709432591fd4d6e3014)) - -* update/ Layer Annotation ([`ac9de1e`](https://github.com/OpenPecha/toolkit-v2/commit/ac9de1eb6f3011aaf78c18f5a9cae7e377901df4)) - -* delete chapter_parser ([`a48839d`](https://github.com/OpenPecha/toolkit-v2/commit/a48839dc1b9ba49ead8a249fd8f8c000fbcb1b18)) - -* bump the stam version ([`75f3d03`](https://github.com/OpenPecha/toolkit-v2/commit/75f3d03fa3d833865b59efef61b92e5c62a0b3c7)) - -* refactor code ([`2fbdfbb`](https://github.com/OpenPecha/toolkit-v2/commit/2fbdfbbdd4c376557d36370f3265c8b131ef6368)) - -* update/Chapter layer test file ([`1a7d5f7`](https://github.com/OpenPecha/toolkit-v2/commit/1a7d5f7030c528fbfcc26c80364ce375833f91cc)) - -* save basefile path as relative in AnnotationSubStore path ([`fe7d862`](https://github.com/OpenPecha/toolkit-v2/commit/fe7d86286eef22bfca7c8f07f72dc74dc6bdbfaf)) - -* modify/set filename arg for save ann_store ([`55245ad`](https://github.com/OpenPecha/toolkit-v2/commit/55245ad8d028dee596401412a48469242fbffec9)) - -* update/ test_ann_on_ann_parser ([`641b7c6`](https://github.com/OpenPecha/toolkit-v2/commit/641b7c6eb041703d8d72f9cec405624dabb1d724)) - -* fix/strip segment logic ([`54896fb`](https://github.com/OpenPecha/toolkit-v2/commit/54896fb26918859ea2251293d9ee6362ea9240f3)) - -* update/chapter regex ([`34af851`](https://github.com/OpenPecha/toolkit-v2/commit/34af851cef485a5fbb1f52d409892b87ee525964)) - -* test count whitespace details ([`a3ae816`](https://github.com/OpenPecha/toolkit-v2/commit/a3ae8164ecf6ce0bf366192c9dc522e18fb77c87)) - -* new arg strip_segments in PlainTextParser segmenter ([`b506b16`](https://github.com/OpenPecha/toolkit-v2/commit/b506b161c97d0db783db73d11df92c602a36f90e)) - -* save parent ann store path as relative ([`8eafc0e`](https://github.com/OpenPecha/toolkit-v2/commit/8eafc0e3c6d105980aeacf9884e0de3d960f0bae)) - -* fix test folder name ([`afc1250`](https://github.com/OpenPecha/toolkit-v2/commit/afc125010e945a08e90c296a126bf8935db39659)) - -* parse_ann_on_ann ([`ff89a22`](https://github.com/OpenPecha/toolkit-v2/commit/ff89a220278ce2146f300c83180708a60b905bd6)) - -* test for ann_on_ann_parser ([`d64cdec`](https://github.com/OpenPecha/toolkit-v2/commit/d64cdec333ef1b293e4d2cd5c484aaca3b22f900)) - -* include Tsawa to LayerEnum ([`206b516`](https://github.com/OpenPecha/toolkit-v2/commit/206b516d3a1eec87d459b181f3d2be93e9a25da7)) - -* modify/class variable text->input ([`d8f4d8d`](https://github.com/OpenPecha/toolkit-v2/commit/d8f4d8d8a2d5eb9b40b013a48bf4bb2564547ed5)) - -* refactor test files ([`3277af7`](https://github.com/OpenPecha/toolkit-v2/commit/3277af72471dfb17aa5b356f8123446c4094e2df)) - -* Merge main to "fix/save-base-file-as-relative" and solve conflict ([`17f0349`](https://github.com/OpenPecha/toolkit-v2/commit/17f0349229ed36d61e7cc3fb2bb33b1d30b31461)) - -* fix/delete call additional func arg ([`f6c1f8f`](https://github.com/OpenPecha/toolkit-v2/commit/f6c1f8f80c8809908cf391a8061bc5cbab2c3b87)) - -* delete duplicate func ([`ee4cc6b`](https://github.com/OpenPecha/toolkit-v2/commit/ee4cc6bec7e56380825e67236d2df28bb601d4ad)) - -* Merge branch 'main' into fix/save-base-file-as-relative ([`303e5f8`](https://github.com/OpenPecha/toolkit-v2/commit/303e5f88192f1ffd0cc47b2acb9d1ef617d5d382)) - -* save base file as relative path ([`2740d79`](https://github.com/OpenPecha/toolkit-v2/commit/2740d79beae7d1d797fe5b560f1f3855474a9903)) - -* refactor code ([`1bd53ae`](https://github.com/OpenPecha/toolkit-v2/commit/1bd53aee58a8c16d113b931945acc928b1edddcd)) - -* remove unneccessary func arg ([`a193b01`](https://github.com/OpenPecha/toolkit-v2/commit/a193b01274a51a22fe14b7ba03a0249b2393a16e)) - -* Merge pull request #32 from OpenPecha/feat/pecha-plaintext-parser - -Feat/pecha plaintext parser ([`df75576`](https://github.com/OpenPecha/toolkit-v2/commit/df755769200e5fe984bebfac376d97ec80eab7ec)) - -* test PlainTextParse parse func ([`f926283`](https://github.com/OpenPecha/toolkit-v2/commit/f926283a564bbc9f1fd945f621032ca788a08bef)) - -* fix/return ann_store_path ([`c14e5da`](https://github.com/OpenPecha/toolkit-v2/commit/c14e5dacc53ce70ca2d4227400e54337eced58a0)) - -* write parsed ann to STAM ([`bb94e24`](https://github.com/OpenPecha/toolkit-v2/commit/bb94e24901b8dddb73120b291e6a7219649473e4)) - -* include start end in segmenter ([`a393679`](https://github.com/OpenPecha/toolkit-v2/commit/a393679ccc4759a37c6d52567c4c6b068f312c35)) - -* PlainTextparser parse func ([`0bc97c7`](https://github.com/OpenPecha/toolkit-v2/commit/0bc97c7ed4686f97470b5eb9c573d0bcf3d487b7)) - -* func "is_annotation_name_valid" ([`c78bcfd`](https://github.com/OpenPecha/toolkit-v2/commit/c78bcfd59c96356b7f0a0b914239a072b3a5430c)) - -* modify-segmenters/include anntext key ([`d348202`](https://github.com/OpenPecha/toolkit-v2/commit/d34820291462579402dd387e946b71b4527ae299)) - -* PlainTextParser segmenter ([`d285c2b`](https://github.com/OpenPecha/toolkit-v2/commit/d285c2bd26d2cd0e8f2fde8a4e9007237c50afa0)) - -* refactor ([`b25d096`](https://github.com/OpenPecha/toolkit-v2/commit/b25d096f31e709f85fbe838d098fd761798bd37d)) - -* Add STAM desc to doc ([`3df11ab`](https://github.com/OpenPecha/toolkit-v2/commit/3df11ab5f7f1df6ca59d5e4f4edd40d9a0c575e7)) - -* add Annotations, Pecha, Alignment desc in doc ([`724c636`](https://github.com/OpenPecha/toolkit-v2/commit/724c6361e012860579a8203bad3f4dcd8f989953)) - -* delete unneccessary files ([`625f46b`](https://github.com/OpenPecha/toolkit-v2/commit/625f46b9ca069ff45039de8dff29e7f7faade8d3)) - -* update/getting started doc ([`899d676`](https://github.com/OpenPecha/toolkit-v2/commit/899d67601aca34854d60f8d58ba0e1f44a3b7526)) - -* update/Pecha Annotation Transfer code in README ([`c8f5d77`](https://github.com/OpenPecha/toolkit-v2/commit/c8f5d773515696b6c0513b844ae8d98ccfe29745)) - -* add/STAM references in README ([`44c7e00`](https://github.com/OpenPecha/toolkit-v2/commit/44c7e00f5fa806bd815a23e6d114b56b3cd404f3)) - -* add/important note for Pecha Annotation Transfer ([`70ededa`](https://github.com/OpenPecha/toolkit-v2/commit/70ededadcef35379c5444a6c3e0df8835ac3c1af)) - -* add/description to Pecha Annotation Transfer ([`6d6aa89`](https://github.com/OpenPecha/toolkit-v2/commit/6d6aa89035bbbb84a98dbae2fd404093abeab557)) - -* add Pecha Annotation Transfer code snippet in readme ([`4a4abee`](https://github.com/OpenPecha/toolkit-v2/commit/4a4abeeaa05751bc1d36748a6cc9cdace0b2d49d)) - -* delete unneccessary content in readme ([`1231f1e`](https://github.com/OpenPecha/toolkit-v2/commit/1231f1ecbb18e1318396b16d25796aa9c44c8efe)) - -* update/Quickstart in readme ([`48e8ece`](https://github.com/OpenPecha/toolkit-v2/commit/48e8ece624e74d507f9263006b9b6718fa9a4ad9)) - -* update/description in readme ([`e8c6b31`](https://github.com/OpenPecha/toolkit-v2/commit/e8c6b3117d0b8ed5aacd5903c898686b3bed8185)) - -* Merge pull request #27 from OpenPecha/feat/new-chonjuk-alignment-serializer - -Feat/new chonjuk alignment serializer ([`1e77527`](https://github.com/OpenPecha/toolkit-v2/commit/1e77527662dc53ccca94617b8af863361eefd31f)) - -* update test data for serialized json ([`f52760d`](https://github.com/OpenPecha/toolkit-v2/commit/f52760da32f25c94d65b87e17b9450e7327ab362)) - -* fix/print all the commentary segments that are related to the root ([`ebad997`](https://github.com/OpenPecha/toolkit-v2/commit/ebad9974fe202c070d7d3496c901fc1b99597684)) - -* update test data for serialized json ([`86460c5`](https://github.com/OpenPecha/toolkit-v2/commit/86460c5f32d8512083f9acfb1614cec193511848)) - -* modify regex for segment splitter ([`feee4d1`](https://github.com/OpenPecha/toolkit-v2/commit/feee4d13429dae683aeb9b779881f99a17d52c6a)) - -* remove newline->br conversion ([`877d86c`](https://github.com/OpenPecha/toolkit-v2/commit/877d86cfa64c622a9e6dff9d3836e34547961b49)) - -* update test data for alignment json serializer ([`17d8384`](https://github.com/OpenPecha/toolkit-v2/commit/17d838405b445cc9b52a850f6d4b06f4fef69a57)) - -* metadata parser ([`035c20d`](https://github.com/OpenPecha/toolkit-v2/commit/035c20d007c5732c1d8dee062475228f274ecce7)) - -* update test serialized json data ([`ab06df0`](https://github.com/OpenPecha/toolkit-v2/commit/ab06df01e0c63379dbf045bb4acd6959a413954c)) - -* write root number in segment in serialized json ([`c69e120`](https://github.com/OpenPecha/toolkit-v2/commit/c69e120cb49fd2340fb5981262fcf3626fc34497)) - -* modify serializer/get commentary ordering correct ([`3f37aa0`](https://github.com/OpenPecha/toolkit-v2/commit/3f37aa075b02fcb0e1a92e954fbb1c8129ff195d)) - -* fix code ([`f12fd00`](https://github.com/OpenPecha/toolkit-v2/commit/f12fd00fb0c31cf411cc5e483156b68539296d1b)) - -* fix code ([`0551465`](https://github.com/OpenPecha/toolkit-v2/commit/05514655699792249d515344f21174c0ce3ef76f)) - -* fix/write commentary meaning statements ni proper order ([`64c9c76`](https://github.com/OpenPecha/toolkit-v2/commit/64c9c76f8e75718d2934f01a951f30315581f4f6)) - -* assertion for json serializer ([`8042e73`](https://github.com/OpenPecha/toolkit-v2/commit/8042e73dc4ea54fc8635927e1f09eeceede00981)) - -* show proper ann data in serialized json ([`4174adf`](https://github.com/OpenPecha/toolkit-v2/commit/4174adf4857ef709dc2a47aa839631dedcb59ba6)) - -* update data for alignment json serializer ([`1595607`](https://github.com/OpenPecha/toolkit-v2/commit/15956075efaf7234075a70449f1978728495e7de)) - -* refactor code ([`908fc34`](https://github.com/OpenPecha/toolkit-v2/commit/908fc34575645e51c553a287a43a224bda7f455a)) - -* rename/ basefile_name -> base ([`edb7a11`](https://github.com/OpenPecha/toolkit-v2/commit/edb7a1168386a64bf3e4144c56b000621b835f3b)) - -* store pecha metadata in alignment metadata ([`dd3e2df`](https://github.com/OpenPecha/toolkit-v2/commit/dd3e2dfc5bc50d3550a0e381d22931e226dd4761)) - -* update metadata.json ([`aa18553`](https://github.com/OpenPecha/toolkit-v2/commit/aa18553acc91f6ddbc8b74b78ab7d7572d657a66)) - -* create only one ann for one resource in metadata.json ([`a001605`](https://github.com/OpenPecha/toolkit-v2/commit/a00160523668c1bfa209719c6766d8572dad9552)) - -* write pecha metadata ([`c3f0911`](https://github.com/OpenPecha/toolkit-v2/commit/c3f0911a7abefde7f3f3ec35f5c48f89e38b9137)) - -* write alignment metadata ([`1a00731`](https://github.com/OpenPecha/toolkit-v2/commit/1a00731a8c35ccb844c8fd2ef9dfa6d604c4bcb1)) - -* rename/ match -> sapche_match ([`6e2be8b`](https://github.com/OpenPecha/toolkit-v2/commit/6e2be8bf4e4c62ccc4604abb397a1381b05bc8d0)) - -* fix code ([`1a4a787`](https://github.com/OpenPecha/toolkit-v2/commit/1a4a787d846d846e827597b1fedbcf30e8773fae)) - -* include base_text_titles in commentary serialized json ([`1eb58fc`](https://github.com/OpenPecha/toolkit-v2/commit/1eb58fc5ab58f1177c0e3d35068c66476402243f)) - -* content value should be inside array of array ([`ad98689`](https://github.com/OpenPecha/toolkit-v2/commit/ad98689af5517d373ffdd0fee497baec4b882584)) - -* replace newline and line breaker with <br> ([`c8fe9b0`](https://github.com/OpenPecha/toolkit-v2/commit/c8fe9b07244b2f71479548c49d089551a60b7d43)) - -* add related root segment number in commentary segment ([`eb5ed34`](https://github.com/OpenPecha/toolkit-v2/commit/eb5ed343e6594c4cda00537ce5f70802a95bbceb)) - -* update data for alignment json serializer ([`8efeb86`](https://github.com/OpenPecha/toolkit-v2/commit/8efeb8646e97dffef9f6f3a680a5a0d7a538a44c)) - -* fix code ([`b2cc5dc`](https://github.com/OpenPecha/toolkit-v2/commit/b2cc5dca4dbc28d007c84c19a03c01e4201851d4)) - -* dont include numbers in root/commentary ann ([`686c5cf`](https://github.com/OpenPecha/toolkit-v2/commit/686c5cfecf0511d910ac48648999ba9638b579a6)) - -* fix/if ann uses ann selector, use proper str ([`4f25757`](https://github.com/OpenPecha/toolkit-v2/commit/4f257575d213f551107d43b1fffb497f388fc9ba)) - -* write ann str in serialized json ([`e6c415b`](https://github.com/OpenPecha/toolkit-v2/commit/e6c415b7e8931d01be552779dc6763fc5b542b41)) - -* loop through alignment segment pairs ([`5ff02ab`](https://github.com/OpenPecha/toolkit-v2/commit/5ff02ab01cda7cb7345018685df21ff62cdddedb)) - -* load pechas ([`28a2a11`](https://github.com/OpenPecha/toolkit-v2/commit/28a2a113fa8e650d993d4652b3212c204753526a)) - -* load alignment ([`6356cd2`](https://github.com/OpenPecha/toolkit-v2/commit/6356cd25ec503db4110572d589c637c1d0ffbc54)) - -* test files for new chonjuk serializer ([`23fc16a`](https://github.com/OpenPecha/toolkit-v2/commit/23fc16acc3560ea4dc44f4aa88e3e342f5a9d9bc)) - -* Merge pull request #26 from OpenPecha/feat/new-chonjuk-parser - -Feat/new chonjuk parser ([`6dc5ec2`](https://github.com/OpenPecha/toolkit-v2/commit/6dc5ec2f45cdb70543d9802ff4baf59374e64dfb)) - -* return proper alignment path ([`cedf84d`](https://github.com/OpenPecha/toolkit-v2/commit/cedf84d919836fd0720e739c65514f04f5d999af)) - -* fix code ([`2ee9184`](https://github.com/OpenPecha/toolkit-v2/commit/2ee9184dba0c0747bd5cc22414c75a24ef6a2b75)) - -* modify representation/related root segments in alignment ([`e4587bd`](https://github.com/OpenPecha/toolkit-v2/commit/e4587bd26cb4b8a5186da153b2e3fa55454c32ca)) - -* fix/ put related root segment ids in a list ([`858f641`](https://github.com/OpenPecha/toolkit-v2/commit/858f64178f636dc39f127bf66794695256f51f37)) - -* refactor code ([`a560730`](https://github.com/OpenPecha/toolkit-v2/commit/a5607304f5b9f107ed0ac416c335e810f454448f)) - -* code refactor renaming ([`2c0dcb6`](https://github.com/OpenPecha/toolkit-v2/commit/2c0dcb6e333738960298a3af2f1336f5e654d630)) - -* code refactor renaming ([`d7a576f`](https://github.com/OpenPecha/toolkit-v2/commit/d7a576fcf829d478ffc9c803386a507dc7d25a0e)) - -* code refactor renaming ([`adac084`](https://github.com/OpenPecha/toolkit-v2/commit/adac08477c9f670c3c3554a7d0e0d3469dd9d839)) - -* fix/increment index in while loop ([`7bc8bc9`](https://github.com/OpenPecha/toolkit-v2/commit/7bc8bc904145611907d8f79561d8d61c782a863b)) - -* create alignment ([`2f459e2`](https://github.com/OpenPecha/toolkit-v2/commit/2f459e23769c4a09d0fe532cd0c2ae5c16b85085)) - -* fix/segment variable assignment ([`177ce57`](https://github.com/OpenPecha/toolkit-v2/commit/177ce57013d1d136cf813eff970251df0e7704da)) - -* fix/variable ([`48dd244`](https://github.com/OpenPecha/toolkit-v2/commit/48dd244eb91236a0d7bda4494ff8672c790381a5)) - -* write sapche annotations ([`c633d02`](https://github.com/OpenPecha/toolkit-v2/commit/c633d024bbb053a9d2f16bbab7b0f9352cda7a4c)) - -* refactor code ([`370ad7e`](https://github.com/OpenPecha/toolkit-v2/commit/370ad7e16c1f796baa80a88a1920bb69c204cbdc)) - -* refactor code ([`6c98ff5`](https://github.com/OpenPecha/toolkit-v2/commit/6c98ff551fe7b920d6bb6e4cd4bf0584524073b3)) - -* refactor code ([`d105a82`](https://github.com/OpenPecha/toolkit-v2/commit/d105a82948c169cfe0cdfc18423f56ea58fc1491)) - -* refactor code ([`757c5bd`](https://github.com/OpenPecha/toolkit-v2/commit/757c5bd501a3c11ff8ceb963f3a3f6182b4af3f7)) - -* refactor code ([`677e8ba`](https://github.com/OpenPecha/toolkit-v2/commit/677e8baa416bd55c2a8f2c6314ce4df7c2b2b302)) - -* refactor code ([`9523ae0`](https://github.com/OpenPecha/toolkit-v2/commit/9523ae0514ad2e5b3c3483b100775fc7ebfb71c5)) - -* refactor code ([`9cff00b`](https://github.com/OpenPecha/toolkit-v2/commit/9cff00bac063c457dddc5f2a9d70693488a4761b)) - -* refactor code ([`6af934b`](https://github.com/OpenPecha/toolkit-v2/commit/6af934b296dddb45f1ccc098cba671fba7cf0296)) - -* rename/ pecha base_path -> pecha_path ([`c79e535`](https://github.com/OpenPecha/toolkit-v2/commit/c79e5352710094ee5ef6feabecb0d6b89609e6e1)) - -* create source pecha and target pecha ([`cf301f2`](https://github.com/OpenPecha/toolkit-v2/commit/cf301f23fec6e2a63d1828c33f7afa90283fc624)) - -* refactor code ([`d4fa722`](https://github.com/OpenPecha/toolkit-v2/commit/d4fa722482bd736d3b74ca302efbdf1478602741)) - -* rename/variable name with comment to commentary ([`538f67c`](https://github.com/OpenPecha/toolkit-v2/commit/538f67c4fa0b77dca05b5a783dac3a53c4078dad)) - -* save cleaned text to base file ([`086c8f2`](https://github.com/OpenPecha/toolkit-v2/commit/086c8f28fd02bdd04062e536abd44a269831e898)) - -* refactor code ([`a234694`](https://github.com/OpenPecha/toolkit-v2/commit/a234694d7f8bd58ad8242f0b4cf5a1dc9fc04e9e)) - -* write root segments to stam ([`6aa91c2`](https://github.com/OpenPecha/toolkit-v2/commit/6aa91c287c13959b38610d6e816656469bf4262d)) - -* write meaning segments to stam ([`e514f15`](https://github.com/OpenPecha/toolkit-v2/commit/e514f1537040c0b095d5c280d80c8403456f691a)) - -* refactor test file ([`2101670`](https://github.com/OpenPecha/toolkit-v2/commit/2101670fb7a1658d4d1eba7094ba4ac3c005ba9a)) - -* refactor test file ([`3c2d896`](https://github.com/OpenPecha/toolkit-v2/commit/3c2d896e94fba25cb52c5e3d3bbd67a71b6b13cd)) - -* add meaning_segment to LayerEnum ([`62d014e`](https://github.com/OpenPecha/toolkit-v2/commit/62d014ee9cb6a5e24b9b57f16c7d091425473ae3)) - -* modify/LayerGroupEnum "Translation Segment" -> "Translation_Segment" ([`a97ec71`](https://github.com/OpenPecha/toolkit-v2/commit/a97ec71cb2dea860584eecf87da0d1a168272f8a)) - -* modify/LayerGroupEnum "Structure Type" -> "Structure_Type" ([`89a1435`](https://github.com/OpenPecha/toolkit-v2/commit/89a1435a95467745eae8dc7500b5837b6a406e37)) - -* modify/LayerEnum value Commentary -> Commentary_Segment ([`c03972d`](https://github.com/OpenPecha/toolkit-v2/commit/c03972d7005e6cd4e9d2fe271abe96bdce598a77)) - -* Change LayerEnum name commentary -> commentary_segment ([`af0aa1d`](https://github.com/OpenPecha/toolkit-v2/commit/af0aa1d0facef772429e15c9fae40d816ad50c5a)) - -* update test file ([`8ffc465`](https://github.com/OpenPecha/toolkit-v2/commit/8ffc4659c7b1404f542ad4028faecd616947dca8)) - -* sort root and comment segment indices ([`2d2564a`](https://github.com/OpenPecha/toolkit-v2/commit/2d2564ab2f78e2dfdec23ab70c83f26b39dd329b)) - -* identify comment segments ([`bc85255`](https://github.com/OpenPecha/toolkit-v2/commit/bc852559cc14fff3928c9d129fe433861fe3e88c)) - -* update test file for parser ([`07057ad`](https://github.com/OpenPecha/toolkit-v2/commit/07057ad7b85cd6c8003751c4dacab4afdbe255c2)) - -* identify sapche anns ([`b4e5c03`](https://github.com/OpenPecha/toolkit-v2/commit/b4e5c03ebdf4b2bee4b4d842b16bd990280bb763)) - -* identify root segments ([`c2d989c`](https://github.com/OpenPecha/toolkit-v2/commit/c2d989c8d8913709215d5b4faef380463ef61131)) - -* parse content into segments ([`0bd5d94`](https://github.com/OpenPecha/toolkit-v2/commit/0bd5d9412eabddd21febb53fe99bbfd3ef1ef4b4)) - -* make test cases ([`30fc286`](https://github.com/OpenPecha/toolkit-v2/commit/30fc28670b7f6477db44191ac2ca8cebd0e0f5fe)) - -* refactor code ([`c12b5f1`](https://github.com/OpenPecha/toolkit-v2/commit/c12b5f1f8015a1101c94383f866363b9edacfc48)) - -* refactor code ([`5cbc08e`](https://github.com/OpenPecha/toolkit-v2/commit/5cbc08e030c7b00ab4faddc2ab188f11b7750e35)) - -* refactor code ([`9b66fc6`](https://github.com/OpenPecha/toolkit-v2/commit/9b66fc61c586148600496e02af7b4259919fe441)) - -* Merge pull request #22 from OpenPecha/update/pecha-db-serializer - -Update/pecha db serializer ([`07014f3`](https://github.com/OpenPecha/toolkit-v2/commit/07014f3cffdaa3032332e598887f1d00410415b9)) - -* fix/logic for getting chapter anns ([`29232b0`](https://github.com/OpenPecha/toolkit-v2/commit/29232b0f1c74ab80201ef7e5eb735885189328ec)) - -* update/data for alignment read ([`ab64a77`](https://github.com/OpenPecha/toolkit-v2/commit/ab64a771ebebd08a98e1ad2f1142b79b6e33027d)) - -* fix/chapter content in different list serializer ([`e211067`](https://github.com/OpenPecha/toolkit-v2/commit/e2110675ceee644774dbe95ad785dcde7c272334)) - -* alignmet feat/add chapter ann in metadata in segment ([`6b1f327`](https://github.com/OpenPecha/toolkit-v2/commit/6b1f32715f5a636411e5b43e169259f46c914507)) - -* update alignment data with chapter annotation ([`dd8e019`](https://github.com/OpenPecha/toolkit-v2/commit/dd8e0192f8112a40daf3d98774cf78de3052b547)) - -* update data for test pecha db serializer; ([`3d58c00`](https://github.com/OpenPecha/toolkit-v2/commit/3d58c008c3f6da588415545908fe4e2142ed2b16)) - -* Merge pull request #21 from OpenPecha/pecha-feat/add-ann-file - -Pecha feat/add ann file ([`91fd26c`](https://github.com/OpenPecha/toolkit-v2/commit/91fd26cb1ad0d77fd9026908903320fc31c95b72)) - -* Merge branch 'main' into pecha-feat/add-ann-file ([`70e63a8`](https://github.com/OpenPecha/toolkit-v2/commit/70e63a8139af5c7fc7f201027dad1e884edc31b8)) - -* Merge pull request #20 from OpenPecha/modify/make-base-name-folders-in-layer - -Modify/make base name folders in layer ([`0702109`](https://github.com/OpenPecha/toolkit-v2/commit/07021099b01a068647c8895288cfd910067bf72b)) - -* Merge pull request #19 from OpenPecha/feat/chonjuk-plaintext-pecha-parser - -Feat/chonjuk plaintext pecha parser ([`22059b3`](https://github.com/OpenPecha/toolkit-v2/commit/22059b390b4f080f3a90bb33166b8cceb528feb9)) - -* Merge pull request #17 from OpenPecha/feat/pecha-db-serializer - -Feat/pecha db serializer ([`632db8b`](https://github.com/OpenPecha/toolkit-v2/commit/632db8b5e0a7b7fcd780ff0d529bfbdbf9b3b0ca)) - -* Merge pull request #16 from OpenPecha/feat/add-source-metadata-for-AlignmentMetaData - -Feat/add source metadata for alignment meta data ([`757f69a`](https://github.com/OpenPecha/toolkit-v2/commit/757f69ac7b3002756f06a6279dd0edc6b3985ab7)) - -* rename/ source_metadata->metadata for alignment ([`e39706f`](https://github.com/OpenPecha/toolkit-v2/commit/e39706f1bc36e9f13c307a57fd3e5aab0d255376)) - -* update pecha for test pecha read ([`a82f9b4`](https://github.com/OpenPecha/toolkit-v2/commit/a82f9b47902318c2da21cd986edd09d440c90669)) - -* adjust spaces after Chapter title ([`0fe3ef0`](https://github.com/OpenPecha/toolkit-v2/commit/0fe3ef0d91833409fbbd6ae8978dbca028729475)) - -* fix/delete space after chapter title ([`36d5dfb`](https://github.com/OpenPecha/toolkit-v2/commit/36d5dfb6a1af2e4ac8b8163f2ab748f3ccee0701)) - -* remove chapter no and names from base file ([`8b95e46`](https://github.com/OpenPecha/toolkit-v2/commit/8b95e46c5af1b44b61581786c8993277322ca8bb)) - -* fix/make base folder in layers dir in pecha parser ([`86265a3`](https://github.com/OpenPecha/toolkit-v2/commit/86265a313dc1e7b0831f23e22ce3f28046093179)) - -* Merge branch 'feat/chonjuk-plaintext-pecha-parser' into pecha-feat/add-ann-file ([`64f47ed`](https://github.com/OpenPecha/toolkit-v2/commit/64f47ed775f11f538ff84405b68366a200cbafac)) - -* delete unnecessary json file; ([`ef9b729`](https://github.com/OpenPecha/toolkit-v2/commit/ef9b729622e0b5c9a96d5aa23a28cdf136c8fb52)) - -* add dummy value for test metadata ([`94a5980`](https://github.com/OpenPecha/toolkit-v2/commit/94a59804703cedd23c6fdbfe6b9c5201f1eaaa7d)) - -* add Chapter Name in ann data as well ([`3490492`](https://github.com/OpenPecha/toolkit-v2/commit/349049282308359585023c17fd7093243151eae5)) - -* more test cases ([`5f927ff`](https://github.com/OpenPecha/toolkit-v2/commit/5f927ff6787ea11d32be11c31ec9c5a7611a5fff)) - -* write Chapter annotation in STAM ([`d509c01`](https://github.com/OpenPecha/toolkit-v2/commit/d509c01b18f8594224729bd924bf974883a37ea7)) - -* rename test file ([`291360a`](https://github.com/OpenPecha/toolkit-v2/commit/291360a53b185330c9034913a2f7305579e34281)) - -* create class PlainTextChapterAnnotationParser ([`b88dc28`](https://github.com/OpenPecha/toolkit-v2/commit/b88dc28aac442f9f69656e4296f6f07234cf3588)) - -* fix/base file path in stam resource ([`e28ba76`](https://github.com/OpenPecha/toolkit-v2/commit/e28ba76f2d9d29f7cbd5832401d1668b1c4e3a51)) - -* update test/put stam files in base name folder ([`daf1d5b`](https://github.com/OpenPecha/toolkit-v2/commit/daf1d5b05eafcd7aa2223911e6afb14c48f9e29b)) - -* modify/make-base-name-folders-in-layer-dir ([`2581805`](https://github.com/OpenPecha/toolkit-v2/commit/258180547b6d30f916137641ee67c668dfb34500)) - -* Merge branch 'main' into modify/make-base-name-folders-in-layer ([`9723bbe`](https://github.com/OpenPecha/toolkit-v2/commit/9723bbe222f07f90ec999f8e53216ad67cd93e46)) - -* Merge pull request #13 from OpenPecha/feat-ann-transfer - -Feat ann transfer ([`747c78a`](https://github.com/OpenPecha/toolkit-v2/commit/747c78a9927f5a2ceb92e761619aa9748728599c)) - -* Merge branch 'main' of github.com:OpenPecha/toolkit-v2 into feat-ann-transfer ([`d1a4dda`](https://github.com/OpenPecha/toolkit-v2/commit/d1a4dda37014fc9fbb6c84ed9adc58f8a7e49a5e)) - -* Merge pull request #14 from OpenPecha/feat/read-alignment - -Feat/read alignment ([`965d155`](https://github.com/OpenPecha/toolkit-v2/commit/965d15569db52314502cfcd91b3ed6f07b4a29c8)) - -* avoid saving mods to source pecha when merging ([`30d1f06`](https://github.com/OpenPecha/toolkit-v2/commit/30d1f061276218fc0e8351c6a333be417f515333)) - -* implement merging two pechas ([`8a88cc9`](https://github.com/OpenPecha/toolkit-v2/commit/8a88cc911b00c8d39a4b95eee7da3ae4d035b3c0)) - -* complete blupdate test ([`7e53d14`](https://github.com/OpenPecha/toolkit-v2/commit/7e53d14218f631f1f0a8b3651e835996ede326e1)) - -* update ([`6e69eea`](https://github.com/OpenPecha/toolkit-v2/commit/6e69eea44474f3386ede235d87a52f3db76eb745)) - -* modify/store book attributes as list of str ([`f8c364a`](https://github.com/OpenPecha/toolkit-v2/commit/f8c364a0e398cc337300787985c3e7ff0658e563)) - -* books should be list/arrary rather than dict object ([`ca7c09e`](https://github.com/OpenPecha/toolkit-v2/commit/ca7c09e755350548d4d834cbb6114999c75ec5bc)) - -* add <br> to proper place in segment ([`a610dc2`](https://github.com/OpenPecha/toolkit-v2/commit/a610dc252ef4d15942d117404769696d33626382)) - -* refactor ([`649268f`](https://github.com/OpenPecha/toolkit-v2/commit/649268fc27312d20811b29983b912efd1098145c)) - -* add author to pecha_db serializer ([`732219c`](https://github.com/OpenPecha/toolkit-v2/commit/732219cccd95915acbd4d614a634dc06cda3d4b9)) - -* fix/english ([`9b7a52b`](https://github.com/OpenPecha/toolkit-v2/commit/9b7a52bd193808a0289d324eb7f4bc3507f57831)) - -* get pecha metadata ([`fecfef4`](https://github.com/OpenPecha/toolkit-v2/commit/fecfef41df567c605c4d8ce08fae252782ff58f8)) - -* refactor ([`6b6df29`](https://github.com/OpenPecha/toolkit-v2/commit/6b6df29605802ecc10906c0a3297c3f8b36d239c)) - -* modify/ take alignment as arg for alignment serializer ([`24ae607`](https://github.com/OpenPecha/toolkit-v2/commit/24ae607b458d35f1f7aaa49043d21ed38ee5eaa1)) - -* test for pecha_db alignment serializer ([`8aad08c`](https://github.com/OpenPecha/toolkit-v2/commit/8aad08cf0241dc9292f0571aba6719bc53041691)) - -* create PechaDbSerializer ([`bfafbaa`](https://github.com/OpenPecha/toolkit-v2/commit/bfafbaac3d68bd634526d0c8dc85cda5bd6422ce)) - -* update test plaintext ([`d2c7d93`](https://github.com/OpenPecha/toolkit-v2/commit/d2c7d93a450a1fcf76c98914c6415181bc618508)) - -* modify plaintext parser for AlingmentMedata ([`2c030e2`](https://github.com/OpenPecha/toolkit-v2/commit/2c030e22f58f39367bdb1c219d901cb34ac97c8d)) - -* update test read alignment ([`1753056`](https://github.com/OpenPecha/toolkit-v2/commit/1753056cfcb12a194ca06e07ff4ba9fa8ccab3bf)) - -* add more layer ([`d167b79`](https://github.com/OpenPecha/toolkit-v2/commit/d167b799c34c3c4e145ef95f5f055c2ac0071d26)) - -* add source metadata for AlignmentMetaData ([`c1cd0f8`](https://github.com/OpenPecha/toolkit-v2/commit/c1cd0f81787284efe2c43ae93a181cdf4cb4ffa4)) - -* update test file ([`4b82b93`](https://github.com/OpenPecha/toolkit-v2/commit/4b82b938acffbed32b500a88690c288bf4eddf02)) - -* fix/alingment segment pairs ([`972c093`](https://github.com/OpenPecha/toolkit-v2/commit/972c09359c4fb5e1cc2d1fff3c0a02032dbfc965)) - -* fix/save basefile properly in metadata stam ([`6591568`](https://github.com/OpenPecha/toolkit-v2/commit/6591568a39db3cc2bb776ddffc872878958a6e76)) - -* save metadata as different annotation store in Pecha ([`cd4c601`](https://github.com/OpenPecha/toolkit-v2/commit/cd4c601f15b10cc3aa97ee1f3aa6eb325e207071)) - -* add dummy GITHUB TOKEN for CI ([`a280cef`](https://github.com/OpenPecha/toolkit-v2/commit/a280cef8b20d4b7dda7e2978c7bd659c77c4d63c)) - -* update depredicated functions ([`bdef72e`](https://github.com/OpenPecha/toolkit-v2/commit/bdef72ecff47d685bc59b3a0aa3da531d6810672)) - -* new SegmentMetaData feature layer ([`92b4db8`](https://github.com/OpenPecha/toolkit-v2/commit/92b4db8b99b60cf4c378e35e0afec24e2a34dc8a)) - -* set Dataset id dynamic ([`bea4007`](https://github.com/OpenPecha/toolkit-v2/commit/bea40075d6df0b260e9bbfa834bd77a0f3eb5eb1)) - -* exclude metadata ann in alignment anns ([`7e852c0`](https://github.com/OpenPecha/toolkit-v2/commit/7e852c02751867db5a952fd2ab4c73e750fb7c52)) - -* set Comment to Commentary ([`aa70342`](https://github.com/OpenPecha/toolkit-v2/commit/aa703427b16a820f4e862f2631174fd148b279ea)) - -* set base file name as 4 uuid digits ([`8a7522d`](https://github.com/OpenPecha/toolkit-v2/commit/8a7522d2e4a951fb2e4c212103003307c9ad1752)) - -* refactor ([`5df1ed8`](https://github.com/OpenPecha/toolkit-v2/commit/5df1ed85380eeb77ad962c18cf92b57fb39026db)) - -* fix load_pechas ([`0b0a729`](https://github.com/OpenPecha/toolkit-v2/commit/0b0a72928c9aae7230051bce823be76a5d473c3e)) - -* Pecha from_id classmethod ([`d65ef7e`](https://github.com/OpenPecha/toolkit-v2/commit/d65ef7e945a5dcf85f72a10613e6beef565f7c1c)) - -* Alignment from_id classmethod ([`036e9a3`](https://github.com/OpenPecha/toolkit-v2/commit/036e9a3b8bb4e6ced179d940180b5cfb7d96e428)) - -* git clone func ([`c791af7`](https://github.com/OpenPecha/toolkit-v2/commit/c791af7b4349eddbcca7bf1f3b99542d19699a56)) - -* Pecha base path ([`a55a33a`](https://github.com/OpenPecha/toolkit-v2/commit/a55a33ab3f13cfa1c43ec8382a1dadb8a10eba60)) - -* fix base path logic ([`9899982`](https://github.com/OpenPecha/toolkit-v2/commit/98999821293afd7ec1c13841a3216e54fbe12474)) - -* upload update github repo ([`557273f`](https://github.com/OpenPecha/toolkit-v2/commit/557273fed568d64c3713eb9c756c1e5b3ec5a852)) - -* new Alignment var base path ([`114305b`](https://github.com/OpenPecha/toolkit-v2/commit/114305bae9b51966eb924b4df8c7b9f57123a2e5)) - -* refactor code ([`58b53fb`](https://github.com/OpenPecha/toolkit-v2/commit/58b53fb7785652bcb033456aab89d841ce0e900c)) - -* upload folder to github ([`73756c4`](https://github.com/OpenPecha/toolkit-v2/commit/73756c4a8f3e27f3eedf86d522af5a1292056fc0)) - -* create github repo ([`d631267`](https://github.com/OpenPecha/toolkit-v2/commit/d631267f1fc8ff523d411478193a3ff9261ba195)) - -* Alignment get segment pairs func ([`57c80c5`](https://github.com/OpenPecha/toolkit-v2/commit/57c80c5a0bfbabdfb47e1fee77ad20ea95393cc2)) - -* read alingment with pechas ([`1df23c9`](https://github.com/OpenPecha/toolkit-v2/commit/1df23c91fa5e778a2b6b1cd66a8789e8145b31d5)) - -* Alignment from_path class method ([`448822d`](https://github.com/OpenPecha/toolkit-v2/commit/448822dc6bfc7bde8b9070399ffcba25d625aca1)) - -* update data for test pecha read ([`8b8ba67`](https://github.com/OpenPecha/toolkit-v2/commit/8b8ba675e80cfececa6cba85cbc6e7fd0ce53d1e)) - -* save alingment ([`e0c01dc`](https://github.com/OpenPecha/toolkit-v2/commit/e0c01dc14cb063fea7405af4eb2e5c4a44c13b87)) - -* get annotation category ([`9094795`](https://github.com/OpenPecha/toolkit-v2/commit/90947958ddf80523cdaf52e5606a33c50569599b)) - -* add/ type language to PechaMetaData ([`8b479e1`](https://github.com/OpenPecha/toolkit-v2/commit/8b479e1bb7665bf865d2829fce35fc455d56a746)) - -* assign uuid for alingment anns ([`12d7ee3`](https://github.com/OpenPecha/toolkit-v2/commit/12d7ee3be6694e16092ce7a954562bef2332c218)) - -* modify/ AlignmentMetaData type ([`d04edb3`](https://github.com/OpenPecha/toolkit-v2/commit/d04edb36c7d8f3bbf469037f7d903fac64c0f757)) - -* refactor code ([`fcd7a11`](https://github.com/OpenPecha/toolkit-v2/commit/fcd7a11d30e4095ecf56fc1aa80e9632f0189513)) - -* build AlignmentMetaData ([`9068bd0`](https://github.com/OpenPecha/toolkit-v2/commit/9068bd0db2e3fcdae25936694155f4adb31e534e)) - -* create Alignment class ([`5483fc5`](https://github.com/OpenPecha/toolkit-v2/commit/5483fc5a3febe3f59e6f33a3cabf528c23926175)) - -* AlingmentMetaData ([`42cc3fa`](https://github.com/OpenPecha/toolkit-v2/commit/42cc3faedae298b87f8a989184ef53c3bee2810e)) - -* AlignmentMetaData ([`9a7a219`](https://github.com/OpenPecha/toolkit-v2/commit/9a7a219aacf79b6c881a13f6ad4a225dcf72b51d)) - -* refactor code ([`aeb118c`](https://github.com/OpenPecha/toolkit-v2/commit/aeb118c1487a4edf5d9e9bd3b8cec206f32339fc)) - -* refactor code; ([`97bf34e`](https://github.com/OpenPecha/toolkit-v2/commit/97bf34ea056c2818f30ab02b62ec3a030da2a466)) - -* Metadata class method from text ([`c3b3ccd`](https://github.com/OpenPecha/toolkit-v2/commit/c3b3ccdb93a5e7796047c3bbe6240e6f146993f6)) - -* update test pecha read ([`86ae351`](https://github.com/OpenPecha/toolkit-v2/commit/86ae351c139b4e1775a3cd0e2bb1548c00cc52e5)) - -* fix/save metadata path properly in stam resource ([`c413861`](https://github.com/OpenPecha/toolkit-v2/commit/c4138618249fbd6aa34e1d6e7bd8ec6fe9196677)) - -* test of metadata check ([`c657800`](https://github.com/OpenPecha/toolkit-v2/commit/c657800fb372f17b9cbb97325d3409d74f724f85)) - -* parse metadata from text ([`260be74`](https://github.com/OpenPecha/toolkit-v2/commit/260be74c4278f1ea0dba11b64cc266cfb1249036)) - -* fix/ writting metadata ([`2c1e408`](https://github.com/OpenPecha/toolkit-v2/commit/2c1e408cc3f99f0ad2d2d67eb2d162bd88ed20fd)) - -* save source_metadata as well ([`5949e1b`](https://github.com/OpenPecha/toolkit-v2/commit/5949e1b2a408103831768109035dbc9a155394a9)) - -* save metadata as .txt file ([`b3a371d`](https://github.com/OpenPecha/toolkit-v2/commit/b3a371df4da065cc52822bf5624d27fbe3d193d1)) - -* annotation resource selector to metadata ([`a0d9d95`](https://github.com/OpenPecha/toolkit-v2/commit/a0d9d95e9b9c371ec4bc27c7c2a7c8afc83baba0)) - -* class Metadata ([`c3a647b`](https://github.com/OpenPecha/toolkit-v2/commit/c3a647bd81b8b514dbef2482be523712e8cc9d51)) - -* test for pecha read ([`96ef2e4`](https://github.com/OpenPecha/toolkit-v2/commit/96ef2e4693f95518d091ad3d4388db56efdaaa39)) - -* save resource path as relative ([`583f069`](https://github.com/OpenPecha/toolkit-v2/commit/583f069ef82214221a679c831dd092caad57e3eb)) - -* load annotation store with string filepath ([`b117ff5`](https://github.com/OpenPecha/toolkit-v2/commit/b117ff5d9abfd8bbc2feb960e5325915d89c3b2a)) - -* set stam version == 0.8.4 ([`bb27192`](https://github.com/OpenPecha/toolkit-v2/commit/bb2719256df86cef5a940b20d6f9c9a472bb1444)) - -* set Layerenum as annotation_type datatype ([`fcde53d`](https://github.com/OpenPecha/toolkit-v2/commit/fcde53d05c198894e9ca727adbd4292074f93837)) - -* Pecha abstraction ([`fa38eff`](https://github.com/OpenPecha/toolkit-v2/commit/fa38efff4d54b997f9531d36bc20d13c1a6e6a40)) - -* delete main annotation_store ([`f37ae8a`](https://github.com/OpenPecha/toolkit-v2/commit/f37ae8a65443fd8d36455a05d0d1d581f12794c1)) - -* set same annotationdata id with same annotation ([`3480ffa`](https://github.com/OpenPecha/toolkit-v2/commit/3480ffaba5c82b1bcda4e132a1979ee0fb38e85a)) - -* return main_ann_store in plaintext parse ([`802b2bb`](https://github.com/OpenPecha/toolkit-v2/commit/802b2bb914b906224abb6517369a1bbd4430d89c)) - -* refactor code ([`c3100fe`](https://github.com/OpenPecha/toolkit-v2/commit/c3100fe0467925bcd2544d824845835fc69f674c)) - -* fix/save dataset relative path ([`8b234b6`](https://github.com/OpenPecha/toolkit-v2/commit/8b234b6bc08787c7251481abe9a025cd8bd9c862)) - -* modify/add ann_store at top with datasets mappings ([`8de1d08`](https://github.com/OpenPecha/toolkit-v2/commit/8de1d0880cae7fa2d35969da887f9b4fc121a1a8)) - -* function absoluate to relative path ([`a0a9d5f`](https://github.com/OpenPecha/toolkit-v2/commit/a0a9d5f72fcc339e44ad5221552da4568e79bfd9)) - -* modify/ann_store_file_name and path ([`05b13ee`](https://github.com/OpenPecha/toolkit-v2/commit/05b13ee5640952b9b9f1f3dc738222fc7e417f79)) - -* use latest stam version ([`81b3694`](https://github.com/OpenPecha/toolkit-v2/commit/81b36945a723420d2e3930f16c38c1f5b94588f1)) - -* create LayerGroupEnum and LayerEnum ([`e58026e`](https://github.com/OpenPecha/toolkit-v2/commit/e58026e583b203518fcea75c49b78bfe83a561fe)) - -* refactor code ([`27c5346`](https://github.com/OpenPecha/toolkit-v2/commit/27c53468aa312b40e0a821dadddd1c0579337b8f)) - -* create class AnnotationMetadata ([`bbda968`](https://github.com/OpenPecha/toolkit-v2/commit/bbda9686aa2c474b03918f61cf64ed33d91f6a4d)) - -* refactor code ([`43625df`](https://github.com/OpenPecha/toolkit-v2/commit/43625df6fc30f3f739803be27d8004cd527976f3)) - -* test for plaintext parser ([`0c96d09`](https://github.com/OpenPecha/toolkit-v2/commit/0c96d0908b617584aeb3c1f7d47d14741bdfa393)) - -* create stam segment annotation ([`288cbb0`](https://github.com/OpenPecha/toolkit-v2/commit/288cbb001aff992c58c6ab1b103eb7bd31ee5e66)) - -* split text into lines ([`90bf461`](https://github.com/OpenPecha/toolkit-v2/commit/90bf461f1da723ba8891ada9979ac33daac137f2)) - -* delete unneccessary code ([`d432579`](https://github.com/OpenPecha/toolkit-v2/commit/d432579951a73999dd3a545d910a0e6773bfa823)) - -* refactor ([`c17805d`](https://github.com/OpenPecha/toolkit-v2/commit/c17805df008843e2006327fdef5c6b043d8823a0)) - -* Merge pull request #2 from OpenPecha/feat/write-pecha-annotation - -Feat/write pecha annotation ([`0652a92`](https://github.com/OpenPecha/toolkit-v2/commit/0652a92018f3e00ca61a0977d1c7bd248100f91c)) - -* Pecha write function ([`12a379f`](https://github.com/OpenPecha/toolkit-v2/commit/12a379fa977894cca418db5ff42bf37daea7c71d)) - -* Layer write layer ([`c6b4fa0`](https://github.com/OpenPecha/toolkit-v2/commit/c6b4fa0254f3f39449d16733cc7504be62a689b9)) - -* fix/set basefile name and layer file name same ([`e9ccaef`](https://github.com/OpenPecha/toolkit-v2/commit/e9ccaef5b51da438cf1753681235cb69aa5ba43c)) - -* modify/PlainTextLineAlignedParser parser func ([`3b5f6a2`](https://github.com/OpenPecha/toolkit-v2/commit/3b5f6a2a62cf8cbfc21488869c3dcd1274189bcf)) - -* modify/Pecha fields ([`2ea5a28`](https://github.com/OpenPecha/toolkit-v2/commit/2ea5a283e038222dffa607dba875ad6d94d96f27)) - -* join class Annotation in Layer field ([`6fd99d1`](https://github.com/OpenPecha/toolkit-v2/commit/6fd99d19a2dd3b3b209f8fea1e4dd8219ea762c4)) - -* Layer abstraction class ([`7741ab3`](https://github.com/OpenPecha/toolkit-v2/commit/7741ab35dbe025955e87c7425831096a26512563)) - -* rename PlainText to PlainTextLineAlignedParser ([`a939d5d`](https://github.com/OpenPecha/toolkit-v2/commit/a939d5df7607e965191abc6bcac3a92e81c7c2b8)) - -* set base file name as uuid ([`a886053`](https://github.com/OpenPecha/toolkit-v2/commit/a886053f77b66d9e171727a725fbb541d0fe2a55)) - -* set ANNOTATION_STORE_ID and ANNOTATION_DATASET_ID in config ([`ba87b8f`](https://github.com/OpenPecha/toolkit-v2/commit/ba87b8f3fad5a871f9c002f43ce1fa679c778a0c)) - -* delete/ unneccessary line ([`edf86ca`](https://github.com/OpenPecha/toolkit-v2/commit/edf86cae29e186b6e3187ec1133960a54935d48b)) - -* refactor ([`1c31178`](https://github.com/OpenPecha/toolkit-v2/commit/1c31178ef5635e038609a42dba9565aef27527a2)) - -* refactor/Pecha create pecha folder ([`8872295`](https://github.com/OpenPecha/toolkit-v2/commit/8872295647b3df1267656705aca6da971cc0b538)) - -* test case for Pecha write annotations ([`b46fdd0`](https://github.com/OpenPecha/toolkit-v2/commit/b46fdd033ab27dee86247e14a345220d75910e8e)) - -* modify/convert relative path in json string ([`4bd3982`](https://github.com/OpenPecha/toolkit-v2/commit/4bd398246b01a90a9fa54d032e9bc8dbbb454eca)) - -* test for ids ([`047b3ac`](https://github.com/OpenPecha/toolkit-v2/commit/047b3ac9e1bf9f2ac0c44fbde8b5cffbb48c6eaf)) - -* test for Pecha ([`761ac78`](https://github.com/OpenPecha/toolkit-v2/commit/761ac7884b5308ac4704816e2f327ce17a82dd22)) - -* fix/check if annotations exits before setting ([`216b4fb`](https://github.com/OpenPecha/toolkit-v2/commit/216b4fb580e82b5050dc149bd0ffdb57f52cf91a)) - -* refactor test plaintext ([`6f773af`](https://github.com/OpenPecha/toolkit-v2/commit/6f773afd9945913959cb6e7365c7ea8f53a1df35)) - -* test for plaintext ([`c3251b2`](https://github.com/OpenPecha/toolkit-v2/commit/c3251b21994efdaa6f41d48d15a355b2a44a423c)) - -* fix/check if attribute exits ([`053717c`](https://github.com/OpenPecha/toolkit-v2/commit/053717c0ef2628dfe082648b6e408cfe2455807d)) - -* refactor code ([`b6b4c7a`](https://github.com/OpenPecha/toolkit-v2/commit/b6b4c7a675679b316f26429544a1bfbaf79036d4)) - -* include base path to PlainText parse ([`6420cd2`](https://github.com/OpenPecha/toolkit-v2/commit/6420cd2cf89ecbdf88871047ed02f3352f75c54d)) - -* include base path to func write annotations ([`4157fef`](https://github.com/OpenPecha/toolkit-v2/commit/4157fef62bf9b497397f6f425627457416eaa23a)) - -* write metadata as json ([`0cd444a`](https://github.com/OpenPecha/toolkit-v2/commit/0cd444ad64283dfa46387b8065ba6f229796c168)) - -* fix/set annotation data id as unique ([`cac48fc`](https://github.com/OpenPecha/toolkit-v2/commit/cac48fcd24a921bff4c24dee5332517a79a53912)) - -* Pecha function create pecha folder ([`5ea7922`](https://github.com/OpenPecha/toolkit-v2/commit/5ea7922695752b76cad2760512e84c30e7665410)) - -* Pecha function write annotations ([`8169348`](https://github.com/OpenPecha/toolkit-v2/commit/816934853c910ae9feef17b518d9124527d393f8)) - -* rename function/to set_annotations ([`ac29227`](https://github.com/OpenPecha/toolkit-v2/commit/ac2922727e34c842c2dedd9e8485a73a5f96a891)) - -* create/class Annotation ([`fce29b2`](https://github.com/OpenPecha/toolkit-v2/commit/fce29b2ba93df059c1bd9f473949695c0b6882c2)) - -* modify/move alignment pecha codes to its __init__.py ([`1adcc16`](https://github.com/OpenPecha/toolkit-v2/commit/1adcc16c5e8a8778bcf6ab5bde2de4afe0e2e7c2)) - -* create/class Pecha ([`54df02a`](https://github.com/OpenPecha/toolkit-v2/commit/54df02a3e1b34aab570717e0d919d156097216f1)) - -* set project_name as "openpecha" ([`3836ad4`](https://github.com/OpenPecha/toolkit-v2/commit/3836ad4ed8869c2302f8d351a7853e100d11c6ad)) - -* modify/set file path type as Path ([`517b741`](https://github.com/OpenPecha/toolkit-v2/commit/517b74143612854e964821effc564f818bc9dc01)) - -* update ([`f643642`](https://github.com/OpenPecha/toolkit-v2/commit/f64364265f4e40e3eae384856e59840f62a567dd)) - -* update ([`4e522b6`](https://github.com/OpenPecha/toolkit-v2/commit/4e522b6f1abefcc907af5a770c5576aefe7f27c6)) - -* Update README.md ([`a9c3763`](https://github.com/OpenPecha/toolkit-v2/commit/a9c3763d00c64d28c511289d4350aff862b8dcd1)) - -* Delete non-coding-work-reports directory ([`85ec28e`](https://github.com/OpenPecha/toolkit-v2/commit/85ec28e81fb4a8e1a7b33e77a7d42de9a3784eaf)) - -* Initial commit ([`a6d3eaf`](https://github.com/OpenPecha/toolkit-v2/commit/a6d3eafdb196e2bb28eab665a4d83380273e4fc4)) +# CHANGELOG + +## v2.4.5 (2025-09-24) + +### Fix + +* fix: Updated AlignedPechaJson Model in the annotations ([`da7e112`](https://github.com/OpenPecha/toolkit-v2/commit/da7e112edfbec35c22b1a963235330ae5c5fb1bc)) + +### Unknown + +* Merge pull request #430 from OpenPecha/fix-serializer + +fix: Updated AlignedPechaJson Model in the annotations ([`05a3304`](https://github.com/OpenPecha/toolkit-v2/commit/05a33040c71d72efb65b1e9947291e416b4e7c9f)) + +## v2.4.4 (2025-09-24) + +### Fix + +* fix: updated single pecha serializer to provide alignment as segmentation when segmentation annotation is not present ([`c6c37b5`](https://github.com/OpenPecha/toolkit-v2/commit/c6c37b551b6cf36c22ba14aeb1f69e062040702d)) + +* fix: removed unused functions from the utils ([`180fc0d`](https://github.com/OpenPecha/toolkit-v2/commit/180fc0d5ee822468e6b33ee1f21d721034f5c0ff)) + +* fix: removed test utils ([`fbad19f`](https://github.com/OpenPecha/toolkit-v2/commit/fbad19f4064831c2e5636cc33ece69cb569310a1)) + +### Refactor + +* refactor: deleted translation data in the alignment ([`fd1d5ea`](https://github.com/OpenPecha/toolkit-v2/commit/fd1d5ea56b6033d88403bf27d6e30a1c4409aed7)) + +### Unknown + +* Merge pull request #429 from OpenPecha/fix-jsonserializer + +fix: updated single pecha serializer to provide alignment as segmenta… ([`8af7a84`](https://github.com/OpenPecha/toolkit-v2/commit/8af7a84090346a1c93de29d42716a8ed9f5cf271)) + +* Merge pull request #428 from OpenPecha/refactor-toolkit + +Feat: Removed all the unused codes and legacy architecture ([`86f2f65`](https://github.com/OpenPecha/toolkit-v2/commit/86f2f650ca30d560f6cb92cd94980fd2a70fe58f)) + +* cleared the parsers's init module ([`051a333`](https://github.com/OpenPecha/toolkit-v2/commit/051a333e93843cadd9886d6e6f0bb550415c74dd)) + +* removed pecha_types and its test, clear pecha's init module ([`d193390`](https://github.com/OpenPecha/toolkit-v2/commit/d19339078f5c6c860bfc4d8e39f2ee50883e18c9)) + +* removed docx parser test directory and test data, docx directory with its footnote, annotation, docxparser ([`df7af3f`](https://github.com/OpenPecha/toolkit-v2/commit/df7af3f66effe2092ae933a53f13e5e9ce38b964)) + +* removed pedurma test and test data, removed pedurma module ([`4dd0473`](https://github.com/OpenPecha/toolkit-v2/commit/4dd04734962d9df410a5136e29b86ee7b29c28bd)) + +* removed metadata test and test data, removed bdrc utils module ([`6eb3d67`](https://github.com/OpenPecha/toolkit-v2/commit/6eb3d6772d7f16f2652ab95974edad56101d26fe)) + +## v2.4.3 (2025-09-04) + +### Fix + +* fix: annotationstore's @id of the stam json pointing to pecha_id ([`9349d89`](https://github.com/OpenPecha/toolkit-v2/commit/9349d89f9ec4a62d8c16667238370466afead6ce)) + +### Unknown + +* Merge pull request #427 from OpenPecha/fix-annotation_stam_json + +fix: annotationstore's @id of the stam json pointing to pecha_id ([`67e7710`](https://github.com/OpenPecha/toolkit-v2/commit/67e7710a9627856b6279819bfc3ccc9b9b7c55bb)) + +## v2.4.2 (2025-09-04) + +### Fix + +* fix: added exception to the from_path class method ([`40d7094`](https://github.com/OpenPecha/toolkit-v2/commit/40d709421325e2b65fdfc35a75de9f8dcb7fa4b4)) + +### Unknown + +* Merge pull request #426 from OpenPecha/fix-from_path + +fix: added exception to the from_path class method ([`0be3ec8`](https://github.com/OpenPecha/toolkit-v2/commit/0be3ec820f975e1b853f42dfa8b19885eeadc36d)) + +## v2.4.1 (2025-09-03) + +### Fix + +* fix: added a comment line to publish a new version of package ([`1f31076`](https://github.com/OpenPecha/toolkit-v2/commit/1f310765f531174379a7a61e8a4fb2b861b09c3c)) + +* fix: Span to span ([`d94433f`](https://github.com/OpenPecha/toolkit-v2/commit/d94433f92598138f8a7908eb4a21de65614426d1)) + +### Unknown + +* Merge pull request #425 from OpenPecha/refactor-toolkit + +Refactor toolkit ([`6cce58d`](https://github.com/OpenPecha/toolkit-v2/commit/6cce58dbc624a5b5192d54b414b83c0ffe3900db)) + +* removed translation transfer and its test ([`aba362c`](https://github.com/OpenPecha/toolkit-v2/commit/aba362c41c0b489ef57387617465da98167fb895)) + +* removed commentary transfer test's expected outputs ([`2dedaf6`](https://github.com/OpenPecha/toolkit-v2/commit/2dedaf6e5b53b7fae724ff2ea7b945423fd1ac7a)) + +* removed commentary transfer and its test ([`1c02a0c`](https://github.com/OpenPecha/toolkit-v2/commit/1c02a0cbc3391c521169d4bf4c9a0c20fa43fe61)) + +* Merge pull request #423 from OpenPecha/Span_change_to_span + +changed from Span to span in serializer ([`d4bf537`](https://github.com/OpenPecha/toolkit-v2/commit/d4bf5370681a14e4c780615ee53d64193abf4a5c)) + +* changed from Span to span in serializer ([`e38a520`](https://github.com/OpenPecha/toolkit-v2/commit/e38a520f4365f0098b3a631c9fae6da0f4860d06)) + +* Merge pull request #422 from OpenPecha/refactor-toolkit + +Refactor toolkit ([`50cd984`](https://github.com/OpenPecha/toolkit-v2/commit/50cd984de7c4b5c0e28bae79c877a1e080454f35)) + +* removed everything related to OCR ([`1569b61`](https://github.com/OpenPecha/toolkit-v2/commit/1569b61b7da453651bf0bace2ed84fb8acf493f7)) + +* removed everything related to Dharmanexus ([`0852a52`](https://github.com/OpenPecha/toolkit-v2/commit/0852a522718faa6102b7cb0ad29dc51d57fc7840)) + +## v2.4.0 (2025-08-28) + +### Feature + +* feat: merged transform_annotation_alignment logic + +Transform annotation alignment ([`bb9b879`](https://github.com/OpenPecha/toolkit-v2/commit/bb9b8791230b08691924fb006d612a0cf41b1677)) + +### Unknown + +* code cleanup ([`c5af63d`](https://github.com/OpenPecha/toolkit-v2/commit/c5af63d969266fa4da9c092df9f69b10b038fde1)) + +* fixed layer mapping bug ([`addb88c`](https://github.com/OpenPecha/toolkit-v2/commit/addb88c676a817345325d8e1e64b92ff13d2c03e)) + +* Merge branch 'main' into transform_annotation_alignment ([`232bc38`](https://github.com/OpenPecha/toolkit-v2/commit/232bc380f52686071d5141e6af27697efe5e63ed)) + +## v2.3.1 (2025-08-22) + +### Fix + +* fix: updated the annotation_id ([`1815f6c`](https://github.com/OpenPecha/toolkit-v2/commit/1815f6c2835f1a47db1e77dcbea502e8f3ab78c6)) + +* fix: updated add with new arguments and test ([`449174b`](https://github.com/OpenPecha/toolkit-v2/commit/449174bbeb836800ceefca9800452398bf4ab35f)) + +* fix: updated create_pecha with new arguments and test ([`8046065`](https://github.com/OpenPecha/toolkit-v2/commit/8046065c2842be055220e0aff31f2628f0f22ab8)) + +### Unknown + +* Merge pull request #420 from OpenPecha/create_pecha + +Create pecha ([`7dbd841`](https://github.com/OpenPecha/toolkit-v2/commit/7dbd8415048871c03abaaf802cf6044ad4a44edf)) + +## v2.3.0 (2025-08-21) + +### Feature + +* feat: added create_pecha and add to the Pecha class with test ([`309d295`](https://github.com/OpenPecha/toolkit-v2/commit/309d295f3a71fca4e5fdb3a4468f551fba538b7c)) + +### Unknown + +* Merge pull request #419 from OpenPecha/create_pecha + +feat: added create_pecha and add to the Pecha class with test ([`e6c9696`](https://github.com/OpenPecha/toolkit-v2/commit/e6c969623694eb433daa894f64eb719b713197b0)) + +* removed print statment and code clean up ([`bf29f90`](https://github.com/OpenPecha/toolkit-v2/commit/bf29f904a0ee86a39f03a971f903bcf3d70cbcae)) + +* transformed annotation method and test case update ([`3a352cc`](https://github.com/OpenPecha/toolkit-v2/commit/3a352cc6cd475ae777a37cbf760045d38a4b9ece)) + +## v2.2.2 (2025-08-21) + +### Fix + +* fix: test error ([`a4fea37`](https://github.com/OpenPecha/toolkit-v2/commit/a4fea3776b49bd3b97c2772bef5fcf96c17ecd4f)) + +* fix: updated the test opfs and test ([`9f8726d`](https://github.com/OpenPecha/toolkit-v2/commit/9f8726db2234b06791124995eabf1f7ab42be17c)) + +* fix: transformed annotations script added ([`b07b3be`](https://github.com/OpenPecha/toolkit-v2/commit/b07b3bece784b6868559445ebd2e7358c90e3f72)) + +### Unknown + +* Merge pull request #418 from OpenPecha/json_serializer + +fix: test opfs and test ([`c1c0e40`](https://github.com/OpenPecha/toolkit-v2/commit/c1c0e409a9ad2e45cfd8e97cb2f6c65285e69f36)) + +## v2.2.1 (2025-08-18) + +### Fix + +* fix: updated test ([`2938060`](https://github.com/OpenPecha/toolkit-v2/commit/29380600fce1ac1d9169dc5b29dd55d295de35c9)) + +* fix: removed all the aligment from single pecha serializer and annotation id from serialized json ([`91f4663`](https://github.com/OpenPecha/toolkit-v2/commit/91f4663a42ad9aa52cee89feff4776d1d71181ae)) + +### Unknown + +* Merge pull request #417 from OpenPecha/json_serializer + +fix: updated test ([`fb35d00`](https://github.com/OpenPecha/toolkit-v2/commit/fb35d0009713eb11e5d6c603945d3fb2a70ee4b5)) + +* Merge pull request #416 from OpenPecha/json_serializer + +Fix: json serializer updated ([`a7462ad`](https://github.com/OpenPecha/toolkit-v2/commit/a7462adab8a24f53952896a487bfd1af8769d2c6)) + +* Merge branch 'json_serializer' of https://github.com/OpenPecha/toolkit-v2 into json_serializer ([`15c6f98`](https://github.com/OpenPecha/toolkit-v2/commit/15c6f98164b1db578e995b67a8c1f25c268af3f6)) + +* removed all the aligment from single pecha serializer and annotation id from serialized json ([`191bca4`](https://github.com/OpenPecha/toolkit-v2/commit/191bca434050c15a5ff38371c134626c0d3dcc9a)) + +## v2.2.0 (2025-08-15) + +### Feature + +* feat: added SerializerLogicHandler ([`8ccee50`](https://github.com/OpenPecha/toolkit-v2/commit/8ccee50945346c8fd8df14a8914945457c15176a)) + +### Fix + +* fix: removed an unused test function ([`32f8da0`](https://github.com/OpenPecha/toolkit-v2/commit/32f8da0a3aef1912c69c311d52bdff2d5c2b788e)) + +### Unknown + +* Merge pull request #414 from OpenPecha/json_serializer + +fix: removed an unused test function ([`6b28190`](https://github.com/OpenPecha/toolkit-v2/commit/6b28190f6ce1cb9398cc5892a9603613e4ab37cd)) + +* Merge pull request #413 from OpenPecha/json_serializer + +Feat: Json serializer ([`be5a32a`](https://github.com/OpenPecha/toolkit-v2/commit/be5a32af2df3feb95b4abb3c90460bc29a280839)) + +* Merge pull request #412 from OpenPecha/serialize_aligned_pecha + +Serialize aligned pecha ([`d3a16e2`](https://github.com/OpenPecha/toolkit-v2/commit/d3a16e243f46b9cab4a7d38c0cfcc621bb7ddd01)) + +* added translation aligned pecha serializer with test ([`f9f91ae`](https://github.com/OpenPecha/toolkit-v2/commit/f9f91aefd15bb85aa41f316add29fd40a4cf3279)) + +## v2.1.14 (2025-08-07) + +### Fix + +* fix: python sematic release version updated to 9 ([`9e9cafa`](https://github.com/OpenPecha/toolkit-v2/commit/9e9cafaaa6a1fe9bf5af148022181acc940645c6)) + +* fix: serializer argument updaten from manifestation to annotations ([`1fb5a9f`](https://github.com/OpenPecha/toolkit-v2/commit/1fb5a9fd86c200efeaa5e35a68b205fff58f492e)) + +### Refactor + +* refactor: move func update_coords ([`8caaba3`](https://github.com/OpenPecha/toolkit-v2/commit/8caaba3cb89f0050ecc45901081172f817ebfcf3)) + +* refactor: rename JsonSerializer get_annotations -> serialize ([`0db279f`](https://github.com/OpenPecha/toolkit-v2/commit/0db279f7cb7df3b14c893cac6fbcaa6e188ccc6d)) + +* refactor: remove duplication about ann_type field ([`465db93`](https://github.com/OpenPecha/toolkit-v2/commit/465db93377d62ffac00a3b79859f4014bcee94fb)) + +* refactor: delete unneccessary opf ([`75cf95f`](https://github.com/OpenPecha/toolkit-v2/commit/75cf95fd05615ec694b75f6f7db4ea0c7e181703)) + +* refactor: rename DocxSimpleCommentaryParser func names ([`e7ff648`](https://github.com/OpenPecha/toolkit-v2/commit/e7ff6485737a6efbada17b1ec8a9c61c9084bc0f)) + +* refactor: rename DocxRootParser func names ([`1323a7b`](https://github.com/OpenPecha/toolkit-v2/commit/1323a7b0bbf5a065ee223dd832a0b9a41f7e4982)) + +* refactor: DocxRootParser ([`05c8dbd`](https://github.com/OpenPecha/toolkit-v2/commit/05c8dbd1a71d892e63026a8e51cb09a8f8e3c489)) + +* refactor: DocxSimpleCommentaryParser ([`53d18bb`](https://github.com/OpenPecha/toolkit-v2/commit/53d18bb0ae83a1a5051dc5548ce48cfb4b91dffc)) + +* refactor: validation annotation type ([`8be3d12`](https://github.com/OpenPecha/toolkit-v2/commit/8be3d12aff24d68dd986df162c5a3d4945806035)) + +* refactor: keep duplicate funcs in Parent class ([`1eb6616`](https://github.com/OpenPecha/toolkit-v2/commit/1eb6616470c88ac9a258eca74f9510de973c3cdb)) + +* refactor: rename positions -> anns in DocxRootParser calculate segmentation coords ([`0b0702b`](https://github.com/OpenPecha/toolkit-v2/commit/0b0702b15f0a94bd5ea010ca55c016016c5c3017)) + +* refactor: move extract numbered list func in parser utils for non-duplication ([`a882c2d`](https://github.com/OpenPecha/toolkit-v2/commit/a882c2dcb7bd5313c0063b592c349d31a6cfdab0)) + +* refactor: rename func extract_text_from_docx -> read_docx ([`c8feceb`](https://github.com/OpenPecha/toolkit-v2/commit/c8feceb5a2a24dafd807a2a47638a8b2415deb15)) + +### Unknown + +* Merge pull request #411 from OpenPecha/fix-github_action + +fix: python sematic release version updated to 9 ([`19baedd`](https://github.com/OpenPecha/toolkit-v2/commit/19baeddb2a6d8857061964ec468ef42e1d71d088)) + +* Merge pull request #410 from OpenPecha/fix-github_action + +fix: updated semantic release version ([`1502122`](https://github.com/OpenPecha/toolkit-v2/commit/15021227dd2c0779282783b547252585df1fb570)) + +* fix:updated semantic release version ([`3a94f06`](https://github.com/OpenPecha/toolkit-v2/commit/3a94f0622fc0abcbafdd9474f0bd63513993b30c)) + +* Merge pull request #409 from OpenPecha/json_serializer + +fix: serializer argument updaten from manifestation to annotations ([`94edf1d`](https://github.com/OpenPecha/toolkit-v2/commit/94edf1d674eb33f4f5267bc5b51c62b56c42be8b)) + +* Merge pull request #408 from OpenPecha/json_serializer + +json serializer added with test for critical and diplomatic ([`8914a8a`](https://github.com/OpenPecha/toolkit-v2/commit/8914a8a6d427e81dd11e37326c7e1823afcf4912)) + +* fix test issue with segmentation key in the output json ([`e8fc2fa`](https://github.com/OpenPecha/toolkit-v2/commit/e8fc2fab40e431888fa3f2fdf591733d6832f269)) + +* json serializer added with test for critical and diplomatic ([`bc3bf38`](https://github.com/OpenPecha/toolkit-v2/commit/bc3bf380073bc1f174d4b56d9e85f50f39ac5e18)) + +* Merge pull request #406 from OpenPecha/update-documentation + +Update documentation ([`8a986eb`](https://github.com/OpenPecha/toolkit-v2/commit/8a986ebfee862790988d5ec62f206f18828454f6)) + +* reorder Jsonserializer ([`dbc83c5`](https://github.com/OpenPecha/toolkit-v2/commit/dbc83c567f1cbed3b1fffdfc254a77634bdafd94)) + +* update api reference ([`470fbaf`](https://github.com/OpenPecha/toolkit-v2/commit/470fbaf7c54256eebd688c7a1a259e3fc239f5f9)) + +* update documentation ([`45b1e2a`](https://github.com/OpenPecha/toolkit-v2/commit/45b1e2a94fe9372993db1ab336346699ad78fb88)) + +* Merge pull request #407 from OpenPecha/json_serializer + +fix json serializer bug ([`3a5187f`](https://github.com/OpenPecha/toolkit-v2/commit/3a5187f8d3340e7edae3aea9c05c4d810f16bb08)) + +* fix json serializer bug ([`1a18954`](https://github.com/OpenPecha/toolkit-v2/commit/1a18954318fe8ece3a9541e1f53b1cb7fefe0b36)) + +* Merge pull request #405 from OpenPecha/json_serializer + +updated json serializer serialize function ([`a59d241`](https://github.com/OpenPecha/toolkit-v2/commit/a59d241026843d9cc20a7ef8058a14ffffe24538)) + +* resolved conflict ([`27c0d89`](https://github.com/OpenPecha/toolkit-v2/commit/27c0d8992d981b6ca769b746ee7e3d119fa2ca2a)) + +* Merge pull request #404 from OpenPecha/fix-dharmanexus-parser + +fix dharamanexus parser ([`2d221ac`](https://github.com/OpenPecha/toolkit-v2/commit/2d221acb38efb8cee960d7129dd8b004ba08c71c)) + +* fix dharamanexus parser ([`f1a7a09`](https://github.com/OpenPecha/toolkit-v2/commit/f1a7a09b8e6f40f272cb62cc21d5e20fd916a999)) + +* Merge pull request #403 from OpenPecha/refactor + +Refactor ([`66cb955`](https://github.com/OpenPecha/toolkit-v2/commit/66cb955ef11b40f269705f750cef42dd32a17831)) + +* remove unsed package dependency from pyprojectoml ([`54322d5`](https://github.com/OpenPecha/toolkit-v2/commit/54322d53bed27eaf30a496c8bef558dcd9198252)) + +* remove unsed imports in pecha.py ([`d1b8f5a`](https://github.com/OpenPecha/toolkit-v2/commit/d1b8f5a3985acb8726be13839f3ed85333820216)) + +* Merge pull request #401 from OpenPecha/refactor + +Refactor ([`e4aa236`](https://github.com/OpenPecha/toolkit-v2/commit/e4aa23642fb7b49bb49577f5255a8e32d4a4e325)) + +* merge with origin/main ([`c588649`](https://github.com/OpenPecha/toolkit-v2/commit/c5886491d797f27ce4a3b33eb4370d4574049fcd)) + +* update api reference documetation: remove funcs ([`fa57d15`](https://github.com/OpenPecha/toolkit-v2/commit/fa57d1559d06b2a6a6c0677e6877c7ecc3521b29)) + +* remove unused exceptions ([`2bf9dd5`](https://github.com/OpenPecha/toolkit-v2/commit/2bf9dd5c2b67d3e84e839c40a8e459ef74f7d775)) + +* add logging to CommentaryAlignmentTransfer ([`95914eb`](https://github.com/OpenPecha/toolkit-v2/commit/95914eb51d907d0ac7b83d293ebd2699c4bc7013)) + +* add logging to TranslationAlignmentTransfer ([`0830b38`](https://github.com/OpenPecha/toolkit-v2/commit/0830b38c89955d1a92c30c2ec5813d3e12a2026e)) + +* add logging to JsonSerializer ([`6056118`](https://github.com/OpenPecha/toolkit-v2/commit/6056118f1a6dec6ac5565e1c4b89a43c0b3d1ac4)) + +* fix add DummyParser ([`55835be`](https://github.com/OpenPecha/toolkit-v2/commit/55835bee34b4d4a2a5c5b288798ce852d5d8f04d)) + +* add logging to EditionParser ([`f060af9`](https://github.com/OpenPecha/toolkit-v2/commit/f060af92dc20f9f82425a0ea29b9db3d8ef7404a)) + +* remove DummyParser ([`3f1350d`](https://github.com/OpenPecha/toolkit-v2/commit/3f1350d453e4ca045f341552fa0249c5f49f3743)) + +* refactor test metadata to Unittest format ([`b7fc744`](https://github.com/OpenPecha/toolkit-v2/commit/b7fc7447c3efac4754b4f394cc763cf9bfe3f1f4)) + +* refactor tests ([`dcf74d6`](https://github.com/OpenPecha/toolkit-v2/commit/dcf74d6155bfe7685e6b119e785d547051fd959f)) + +* refactor tests ([`ac5186c`](https://github.com/OpenPecha/toolkit-v2/commit/ac5186c4b221469c4a687280f17b2e49b7768786)) + +* Remove unused Blupdate codes ([`75a9fd4`](https://github.com/OpenPecha/toolkit-v2/commit/75a9fd4464658c0c30e808c5e6d832809d251df1)) + +* remove unneccessary Pecha class methods ([`0d7e3cd`](https://github.com/OpenPecha/toolkit-v2/commit/0d7e3cdac6a3a333d929941e86dc62edfd891e8e)) + +* refactor rename script jsonserializer to json ([`98cefc4`](https://github.com/OpenPecha/toolkit-v2/commit/98cefc4f146fd09d2aada01cb1f75090dcde7706)) + +* remove unneccessary serializers ([`bccac5d`](https://github.com/OpenPecha/toolkit-v2/commit/bccac5dabc5cfc7b116fe20fbfa0b48f9f034642)) + +* remove pecha tools editor serializer codes ([`3cc3c76`](https://github.com/OpenPecha/toolkit-v2/commit/3cc3c76aa8b1b9b0d5f2cf6354c1589aa72c9281)) + +* remove GoogleDocAndSheetDownloader ([`ad8a367`](https://github.com/OpenPecha/toolkit-v2/commit/ad8a3678fb4f273afe79ab652e9a6a2fb8d8f4e1)) + +* remove unneccessary ids generator ([`53d82fa`](https://github.com/OpenPecha/toolkit-v2/commit/53d82fa59f80e7a893f45df1f25406bc37decb01)) + +* clean up config script ([`4995641`](https://github.com/OpenPecha/toolkit-v2/commit/4995641d1439ed61ab365722b92f69d716005f40)) + +* remove dummy GITHUB TOKEN set in CI ([`f0e7097`](https://github.com/OpenPecha/toolkit-v2/commit/f0e70971d24acaf613c377d1382f8f2095a4cc5f)) + +* remove github related configuration and exception ([`45f9a59`](https://github.com/OpenPecha/toolkit-v2/commit/45f9a59b691c8e02c699caa4587ada4f3cf8da13)) + +* remove github related codes ([`cd6fb09`](https://github.com/OpenPecha/toolkit-v2/commit/cd6fb0980bb17c988ead0f9ae60124ab29b44c31)) + +* updated json serializer serialize function ([`4c06737`](https://github.com/OpenPecha/toolkit-v2/commit/4c06737795e5947750a9cafb5e93df35037bb467)) + +* Merge pull request #402 from OpenPecha/fix-pecha-loading-layers + +fix Pecha loading layers ([`012bcd5`](https://github.com/OpenPecha/toolkit-v2/commit/012bcd559ae732498ac080615dc2e18398db9f7c)) + +* fix Pecha loading layers ([`e2cda3d`](https://github.com/OpenPecha/toolkit-v2/commit/e2cda3dfdefdf8c57519a23b7bda2452697d0d13)) + +* Merge pull request #400 from OpenPecha/modify-spelling_variant-to-version + +Modify spelling variant to version ([`6c91edf`](https://github.com/OpenPecha/toolkit-v2/commit/6c91edf0ddcd876d40306cf174de87e73f74cec8)) + +* rename spelling_variant -> version ([`589d14f`](https://github.com/OpenPecha/toolkit-v2/commit/589d14f0b3e43c81079314382d14ddcf4d56d522)) + +* fix spelling_variant -> version in STAM test files ([`4b2088a`](https://github.com/OpenPecha/toolkit-v2/commit/4b2088aed2481970af2b4bb1b60e0b175bb8bd10)) + +* fix rename spelling_variant -> version ([`bdea2ca`](https://github.com/OpenPecha/toolkit-v2/commit/bdea2cada443fea9d645cd7c5b0d468935328fd4)) + +* rename AnnotationType SPELLING_VARIANT -> VERSION ([`a302ee5`](https://github.com/OpenPecha/toolkit-v2/commit/a302ee5a7ecad9d73e24edacfe32a66341e04aed)) + +* rename SpellingVariant -> Version Annotation ([`bca4fb7`](https://github.com/OpenPecha/toolkit-v2/commit/bca4fb75f3c2def10fde2ef804a5e7691d38b8a7)) + +* Merge pull request #398 from OpenPecha/edition-pagination-annotation + +Edition pagination annotation ([`b3eec17`](https://github.com/OpenPecha/toolkit-v2/commit/b3eec17be917da0cc92b5ae17d23350f0334a80b)) + +* create opf on tempdirectory ([`f7f5513`](https://github.com/OpenPecha/toolkit-v2/commit/f7f5513963406611b763d788b5b1af4de1558c4a)) + +* serialize edition annotations func ([`ec545e5`](https://github.com/OpenPecha/toolkit-v2/commit/ec545e5f9ae631e71a729ce6cd7eeb0205b709ce)) + +* create new opf for Pecha during pagination ([`ac5702e`](https://github.com/OpenPecha/toolkit-v2/commit/ac5702e783394212bfe943ce892f7bb3d8d83493)) + +* return updated pecha after adding a layer in EditionParser ([`01e1f65`](https://github.com/OpenPecha/toolkit-v2/commit/01e1f650e485a4ce1c810d3f96d3928b44f98a46)) + +* remove base after pagination layer save ([`2d8cd01`](https://github.com/OpenPecha/toolkit-v2/commit/2d8cd0126a809f2c2238605818e66f53032948b1)) + +* add pagination test ([`6b04e2b`](https://github.com/OpenPecha/toolkit-v2/commit/6b04e2b3575ebada4d650aa48112eafb71075999)) + +* add pagination layer based on edition base ([`d888084`](https://github.com/OpenPecha/toolkit-v2/commit/d8880846c22203fa2f138289b9c40632d79b33db)) + +* test for parse pagination ([`589ec23`](https://github.com/OpenPecha/toolkit-v2/commit/589ec238a84024c319b80d1e62fe9572a27f9414)) + +* test edition base in test parse pagination ([`9cf9377`](https://github.com/OpenPecha/toolkit-v2/commit/9cf9377cce10e4b56dd01a21892ae0d4377a56cc)) + +* update parse pagination ([`876011e`](https://github.com/OpenPecha/toolkit-v2/commit/876011eca6d9b40d833c75cc5ac3de75af72b0d5)) + +* save pagination layer ([`0d3235f`](https://github.com/OpenPecha/toolkit-v2/commit/0d3235f69b7ea78b1abd3398348dc09a09afc3b9)) + +* add annotation substore ([`1036bc8`](https://github.com/OpenPecha/toolkit-v2/commit/1036bc86f35ff6c58b1c5271d70209c66557b4e6)) + +* add pagination layer ([`64528ae`](https://github.com/OpenPecha/toolkit-v2/commit/64528ae4aab4cf62232a969064f10ad3348a350b)) + +* update pagination span coord ([`7826e66`](https://github.com/OpenPecha/toolkit-v2/commit/7826e66b0f09e8c12745964e108d4bd3e68ea82d)) + +* parse pagination ([`4ff39cf`](https://github.com/OpenPecha/toolkit-v2/commit/4ff39cf0becfaa3f13b91d1eacafe72ba924ff7e)) + +* Merge pull request #393 from OpenPecha/segmentation-annotation + +edition parser ([`6cc3cad`](https://github.com/OpenPecha/toolkit-v2/commit/6cc3cadd277a32cd4a9db6ec52e14dba09955a8e)) + +* create enum for SpellingVariantOperation ([`cf0707e`](https://github.com/OpenPecha/toolkit-v2/commit/cf0707e1a24fc6f46f978e2bc2c8e5808c342bed)) + +* fix test file name in test insertion and deletion ([`674839b`](https://github.com/OpenPecha/toolkit-v2/commit/674839bdd3b919b4ba671f98a594b2653683e306)) + +* test insertion and deletion for edition base ([`517518b`](https://github.com/OpenPecha/toolkit-v2/commit/517518b6627228517ec1d818d09b82f9fc2146d4)) + +* test for serialize spelling variant deletion ([`93040e6`](https://github.com/OpenPecha/toolkit-v2/commit/93040e67482ab89cb565f5b8a770942a686be5cf)) + +* refactor func get_edition_base ([`667523f`](https://github.com/OpenPecha/toolkit-v2/commit/667523f55fa51f61cd475aca824249136da54bc5)) + +* JsonSerializer get_edition_base func ([`1bc21bb`](https://github.com/OpenPecha/toolkit-v2/commit/1bc21bb4cba3039e92a476081dffe4ac1c13c904)) + +* code base for JsonSerializer get_edition_base func ([`d58f7fa`](https://github.com/OpenPecha/toolkit-v2/commit/d58f7fa0a05ed810f796d023b26e86d8fcbe13b7)) + +* refactor ([`f8e32f1`](https://github.com/OpenPecha/toolkit-v2/commit/f8e32f18572b26cf9a84c3ffb95dacafd581770b)) + +* Merge remote-tracking branch 'origin/simplified-json-serializer' into segmentation-annotation ([`ee0a342`](https://github.com/OpenPecha/toolkit-v2/commit/ee0a342201bcdd274dcc7b6bef5a61e8246c92b8)) + +* add more tests to TestDiffMatchPatch ([`c488868`](https://github.com/OpenPecha/toolkit-v2/commit/c4888685b4ac3f2e004ce3ac95b84e07c8bc67a8)) + +* add upate coord test for EditionParser ([`4a782c0`](https://github.com/OpenPecha/toolkit-v2/commit/4a782c0e7944bea276c9b9a96fac509f0bc0332c)) + +* test for diffmatchpatch ([`0821573`](https://github.com/OpenPecha/toolkit-v2/commit/082157349567962e305d30058ed1e571b88f7c70)) + +* rename Unittest name ([`446d704`](https://github.com/OpenPecha/toolkit-v2/commit/446d704ff72d4d77dc2aab432eab79701257360d)) + +* fix test data for EditionParser ([`b3ec8f3`](https://github.com/OpenPecha/toolkit-v2/commit/b3ec8f3fba06d747da9b3e343b9e04707f33c130)) + +* modify Editionparser to take segments as input rather than docx ([`7005a5d`](https://github.com/OpenPecha/toolkit-v2/commit/7005a5dbf4ed9ce020217c6b5a72cfed99b9e8ad)) + +* fix test expected ann in test parse ([`16f5538`](https://github.com/OpenPecha/toolkit-v2/commit/16f553869fd9d035159d080134d3a2265e3d6ea9)) + +* more test cases for TestDocxEditionParser ([`40cf44c`](https://github.com/OpenPecha/toolkit-v2/commit/40cf44caaffa498d102b6bfa6cb148c6460815f5)) + +* more test cases for TestDocxEditionParser ([`2cbbce4`](https://github.com/OpenPecha/toolkit-v2/commit/2cbbce47dbcb2bfa781c313f3b279cc550a8d578)) + +* fix char counting in DocxeditionParser parse ([`8021a51`](https://github.com/OpenPecha/toolkit-v2/commit/8021a519b754c778cc10661784a8bb04181ae896)) + +* refactor DocxEditionParser ([`c25de25`](https://github.com/OpenPecha/toolkit-v2/commit/c25de2552d84730cfcd3c91788599de40b1d10d6)) + +* add segmentation layer and add spelling variant layer ([`c5ae6e3`](https://github.com/OpenPecha/toolkit-v2/commit/c5ae6e353202f0d0d6914d031cb026df047d741d)) + +* add SPELLING_VARIANT to AnnotationType ([`eb24a48`](https://github.com/OpenPecha/toolkit-v2/commit/eb24a48dedb21e0c7afb32f4913f1bc1542cd095)) + +* DocxEditionParser parse function ([`b583981`](https://github.com/OpenPecha/toolkit-v2/commit/b5839816b14223157cbe585366fe9ec4d115e054)) + +* update test spelling variant parse ([`8eaa017`](https://github.com/OpenPecha/toolkit-v2/commit/8eaa017fa2283b5c93947408a06813ff5bf2ac76)) + +* update test spelling variant parse ([`8ed6e49`](https://github.com/OpenPecha/toolkit-v2/commit/8ed6e4991d11a1f84ab59cd6bad2470056482d3e)) + +* user SpellingVariantAnnotation in parse_spelling_Variant ([`b2858a9`](https://github.com/OpenPecha/toolkit-v2/commit/b2858a9ce113b92609555486776fab3df58f224b)) + +* define SpellingVariantAnnotation ([`de03d23`](https://github.com/OpenPecha/toolkit-v2/commit/de03d23c8c7a29c08b6d4aed5f62a6c4bb96e02f)) + +* update test segmentation parse accordingly ([`255026e`](https://github.com/OpenPecha/toolkit-v2/commit/255026ee55088bf2bf52001202b38a170c41c850)) + +* use SegmentationAnnotation in parse_segmentation ([`c1977db`](https://github.com/OpenPecha/toolkit-v2/commit/c1977db7eab498dab096a1d3b5e7f0b8fa1a386f)) + +* add test with docx file ([`1103fef`](https://github.com/OpenPecha/toolkit-v2/commit/1103fef42e4a9e4bb00d4f7f7580ea0ba23d2d9b)) + +* parameter configuration for diff match patch ([`f683112`](https://github.com/OpenPecha/toolkit-v2/commit/f6831128b84c39f453f0dd9690d8f8086106ac56)) + +* more test for test spelling variant parse ([`68bdf0b`](https://github.com/OpenPecha/toolkit-v2/commit/68bdf0ba45ed1c36c1087aeddafd8dce9f410cc2)) + +* parse spelling variant ([`a38a4a2`](https://github.com/OpenPecha/toolkit-v2/commit/a38a4a2d89df24db86b05b4954f0028c651e897c)) + +* dmp for DocxEditionParser ([`1b5b275`](https://github.com/OpenPecha/toolkit-v2/commit/1b5b2751361613eb0fe16d52ef1269a90cb5d90e)) + +* test for parse_segmentation ([`3d2d558`](https://github.com/OpenPecha/toolkit-v2/commit/3d2d5589713adbbe210729b8709c95a678e43470)) + +* diffs in old base, new base ([`d3100ee`](https://github.com/OpenPecha/toolkit-v2/commit/d3100eeda2e70c6a5cc7591c9c9a48c7885fca21)) + +* read docx for parse spelling variant ([`56f3519`](https://github.com/OpenPecha/toolkit-v2/commit/56f3519b84b055458f83161143abb58f89c338c8)) + +* DocxEditionParser parse_segmentation ([`3631900`](https://github.com/OpenPecha/toolkit-v2/commit/3631900c6f3bb79b42201dbd14d15f99f42546ca)) + +* DocxEditionParser ([`f80cbab`](https://github.com/OpenPecha/toolkit-v2/commit/f80cbab5e8adc268145c2fc26997af114af208d3)) + +* create test docx file ([`ecdad1c`](https://github.com/OpenPecha/toolkit-v2/commit/ecdad1c7517077da7a780be40421b736c917b2f0)) + +* Merge pull request #395 from OpenPecha/simplified-json-serializer + +Simplified json serializer ([`34f792c`](https://github.com/OpenPecha/toolkit-v2/commit/34f792c79672f4ae91cef83e9d8c21ede21731f3)) + +* add JsonSerializer class in README ([`4184179`](https://github.com/OpenPecha/toolkit-v2/commit/41841794cc82b251cd1977944f83a052fa6d2372)) + +* delete unneccesary api from API References ([`709f4d3`](https://github.com/OpenPecha/toolkit-v2/commit/709f4d30909068cff0ff49d8f55f852c6d352117)) + +* include JsonSerializer in documentation ([`cc26660`](https://github.com/OpenPecha/toolkit-v2/commit/cc26660c10eff16220cfee9689252710f0b0f210)) + +* include API references in README ([`c97457c`](https://github.com/OpenPecha/toolkit-v2/commit/c97457c003e3d93bcf2980ffe60879cb141b01e2)) + +* combine Quick start and Usage to one ([`9bbc585`](https://github.com/OpenPecha/toolkit-v2/commit/9bbc58568b61765234110da53e510446f1526098)) + +* add description to Tutorial Guide ([`d7ffb0e`](https://github.com/OpenPecha/toolkit-v2/commit/d7ffb0e7c7e658688b2aa270b28f6aead86a5d50)) + +* shorten Alignment Transfer doc ([`ab3ba65`](https://github.com/OpenPecha/toolkit-v2/commit/ab3ba65ec0f1b644f9a2e4d9a855f13b7770573e)) + +* update Read Annotations doc: use JsonSerializer ([`54528ab`](https://github.com/OpenPecha/toolkit-v2/commit/54528ab99006adabc76f47839769b844505f0e21)) + +* update Commentary alignment transfer tests: update alignment index as list of int ([`5f73299`](https://github.com/OpenPecha/toolkit-v2/commit/5f732990011941b20f906fa28a78abe713e64b79)) + +* update Root alignment transfer tests: update alignment index as list of int ([`038694e`](https://github.com/OpenPecha/toolkit-v2/commit/038694ee0df2c1c962a17f8c5785917766e6a858)) + +* update Commentary Pecha tests: update alignment index as list of int ([`beb5698`](https://github.com/OpenPecha/toolkit-v2/commit/beb569830ca5b143884424b9c54cc190a37599f4)) + +* update Root Translation Pecha test: update alignment index as list of int ([`b1016c9`](https://github.com/OpenPecha/toolkit-v2/commit/b1016c94ecfb459e8cebd15a2338fbf249edce86)) + +* fix alignment index at ComplexCommentaryParser ([`5e66038`](https://github.com/OpenPecha/toolkit-v2/commit/5e66038461fe8166104157bb7f689261805e114d)) + +* fix test docx update ([`f60b95e`](https://github.com/OpenPecha/toolkit-v2/commit/f60b95e2f5821618f55b0701bce9d19fcd71a0ec)) + +* store alignent index as list of int ([`67d9c2b`](https://github.com/OpenPecha/toolkit-v2/commit/67d9c2b7f763242ec4f23e9fdeacfe9e088404ad)) + +* test for edition annotations in get_annotations ([`0b65261`](https://github.com/OpenPecha/toolkit-v2/commit/0b65261009e7c398211e98b988f9a059e797d56d)) + +* refactor ([`5df22dc`](https://github.com/OpenPecha/toolkit-v2/commit/5df22dcca85fceb5d1b768c857a07d6405b40a53)) + +* modify get_annotations to take multiple layer_paths as well ([`9d4393b`](https://github.com/OpenPecha/toolkit-v2/commit/9d4393b7507abe643ea695dd40d950bfc2bc3079)) + +* refactor ([`3462b72`](https://github.com/OpenPecha/toolkit-v2/commit/3462b724099119111a440464072cee2c300b7261)) + +* refactor ([`8a857a8`](https://github.com/OpenPecha/toolkit-v2/commit/8a857a8c34479fd302e7b73f6a1ed46c77acacb6)) + +* rename parse_root_mapping -> parse_alignment_index ([`a540f18`](https://github.com/OpenPecha/toolkit-v2/commit/a540f1819924d938ee07bb72b986e1f54826ba3f)) + +* modify get_annotations return format ([`c8da78e`](https://github.com/OpenPecha/toolkit-v2/commit/c8da78e5c2d2c1241bc1bba795338bea3b42c2f5)) + +* delete map_layers func ([`dd59f3a`](https://github.com/OpenPecha/toolkit-v2/commit/dd59f3a092c2d98e724512d2d4adffa2efc38b10)) + +* include Span in get_annotations ([`ed2662d`](https://github.com/OpenPecha/toolkit-v2/commit/ed2662d95170a0832d911f95052aadd777b05a39)) + +* add alignment layer test to TestJsonSerializer get_annotations ([`4401b50`](https://github.com/OpenPecha/toolkit-v2/commit/4401b5006345ec1f8e30faf619dde9c05b849828)) + +* get annotations in map_layers func ([`0fe8d7c`](https://github.com/OpenPecha/toolkit-v2/commit/0fe8d7cd93b612cc3d10ec089d5596766052fdb4)) + +* get annotations in map_layers func ([`51068c8`](https://github.com/OpenPecha/toolkit-v2/commit/51068c85c1245e3ead47e917ea46ab49e5086e36)) + +* fix map_layers will have only one pecha argument ([`0f3f8bf`](https://github.com/OpenPecha/toolkit-v2/commit/0f3f8bfbe05e91db8467c53ad2322fc5828797f2)) + +* refactor AnnotationLayerIsNotSegmentationOrAlignment handling ([`c2724cc`](https://github.com/OpenPecha/toolkit-v2/commit/c2724cc3c41d8cc98060bf217b481155811b8b71)) + +* fix ([`d63d52c`](https://github.com/OpenPecha/toolkit-v2/commit/d63d52c772c24a33160169bc297a2746039f4726)) + +* validate layers in map_layers ([`4fd0e61`](https://github.com/OpenPecha/toolkit-v2/commit/4fd0e61bde371ad01de0d1ca04c15cd80a7a29fc)) + +* include ann id in get_annotations ([`aefaa06`](https://github.com/OpenPecha/toolkit-v2/commit/aefaa065d7ca854f2cfa1c9c771b048707899bcf)) + +* test for get annotations ([`119dde3`](https://github.com/OpenPecha/toolkit-v2/commit/119dde326db6463f90c55985a527099364f342ca)) + +* get_annotations for JsonSerializer ([`ed1c620`](https://github.com/OpenPecha/toolkit-v2/commit/ed1c620c26f65670b66ea29cfd843fff68d342dd)) + +* JsonSerializer get_base ([`451e330`](https://github.com/OpenPecha/toolkit-v2/commit/451e33000e562e0d4290859fde54ddd862c99119)) + +* JsonSerializer get_base ([`bf40217`](https://github.com/OpenPecha/toolkit-v2/commit/bf40217b8f267afeabb9a7e2db7ff3497b19b010)) + +* Merge pull request #390 from OpenPecha/fix-DocxFootnoteParser + +Fix docx footnote parser ([`1bac6bf`](https://github.com/OpenPecha/toolkit-v2/commit/1bac6bf0c0d9af87ff7e963109701de7fd80e0d6)) + +* update test datas in test footnote parser ([`ae71e29`](https://github.com/OpenPecha/toolkit-v2/commit/ae71e298e17113129b695b2d611e65949d205045)) + +* fix read docx with Footnote Annotation ([`0024098`](https://github.com/OpenPecha/toolkit-v2/commit/0024098afc531d5881a4212c76d75caa0096af32)) + +* add index to FootnoteAnnotation ([`500f6ac`](https://github.com/OpenPecha/toolkit-v2/commit/500f6ac169d1e2b8fa54e0b153842c43cdc2c486)) + +* Merge pull request #389 from OpenPecha/add-logging-to-DocxFootnoteParser + +Add logging to docx footnote parser ([`7cb61ae`](https://github.com/OpenPecha/toolkit-v2/commit/7cb61ae1663c78d66cabcdfa246f911bd16fd611)) + +* add log to DocxFootnoteParser ([`2031772`](https://github.com/OpenPecha/toolkit-v2/commit/203177220b79bfed313a4efcbf2cc06cc5f98a0b)) + +* add log to DocxFootnoteParser ([`e5612b4`](https://github.com/OpenPecha/toolkit-v2/commit/e5612b49a564682001f67a6e1d826e3fefcf10c3)) + +* Merge pull request #388 from OpenPecha/modify-pechatype-datamodel-in-serializer-side + +Modify pechatype datamodel in serializer side ([`b24b5cb`](https://github.com/OpenPecha/toolkit-v2/commit/b24b5cb551182d16573c6850ad54122a37f218dc)) + +* update metadata in test opf in commentary serializer ([`e71498d`](https://github.com/OpenPecha/toolkit-v2/commit/e71498d3116c94ccce8e7bc62a2cbcc3bc45a60f)) + +* update get_metadatachain_from_metadatatree ([`cc8b95e`](https://github.com/OpenPecha/toolkit-v2/commit/cc8b95ee1c91c77219b79d6a0e1d7cbb90bd99e4)) + +* update field commentary_of -> commentary in docs ([`0c53706`](https://github.com/OpenPecha/toolkit-v2/commit/0c537062668c7c39d6d57e86924af3f5d909ae60)) + +* delete unneccessary PechaRelationship ([`a4ca3e2`](https://github.com/OpenPecha/toolkit-v2/commit/a4ca3e2a2e9e3b19fdf0468c69062ceee9228428)) + +* update metadata in test opfs of root serializer ([`d7cb2fd`](https://github.com/OpenPecha/toolkit-v2/commit/d7cb2fd75a5d97201d024eafe0e032c8f094afe5)) + +* update metadata in test opfs of simple commentary ([`69686f3`](https://github.com/OpenPecha/toolkit-v2/commit/69686f3a908a11a3594675350fc5f3ce465a28c2)) + +* update metadata in test opfs of prealigned commentary transaltion ([`8a5236f`](https://github.com/OpenPecha/toolkit-v2/commit/8a5236fdead16259fe702d61f472175d5835ae56)) + +* update metadata field in is_translation_pecha ([`5c2b725`](https://github.com/OpenPecha/toolkit-v2/commit/5c2b725ec1c85d1eefcefc59e942ca84d0a338ac)) + +* update metadatas field on SharedPechaSetup in tests ([`2d4c818`](https://github.com/OpenPecha/toolkit-v2/commit/2d4c818be57ee260a7470a83ea2576d066c98b83)) + +* update metadata field check in is_commentarypecha func ([`7098955`](https://github.com/OpenPecha/toolkit-v2/commit/7098955b34b758f85fb13678ae200b39accb02e5)) + +* update metadata field check in is_root_related_pecha func ([`0ef739a`](https://github.com/OpenPecha/toolkit-v2/commit/0ef739ac15657152720d678553095696321ea333)) + +* Merge pull request #387 from OpenPecha/modify-pechatype-datamodel-in-parser-side + +Modify pechatype datamodel in parser side ([`fb521ff`](https://github.com/OpenPecha/toolkit-v2/commit/fb521ff652699bf8bb9fce38f903a853ace98c4b)) + +* update test metadatas in DocxRootParser ([`aafc565`](https://github.com/OpenPecha/toolkit-v2/commit/aafc56509072c7281217499d986f6d82c02a7d5e)) + +* update test metadata in FootnoteParser ([`8fed6ff`](https://github.com/OpenPecha/toolkit-v2/commit/8fed6ff4a7ec51acdc590a720bc3ea05e1c06566)) + +* update test metadata in DocxsimpleCommentaryParser ([`9aff6e6`](https://github.com/OpenPecha/toolkit-v2/commit/9aff6e656be374a0c6bf37ca997e89b5eec07727)) + +* modify DocxParser is_commentary_pecha func logic ([`06c29ef`](https://github.com/OpenPecha/toolkit-v2/commit/06c29ef552c8b5e0a07068f2ae01d04ab44e268a)) + +* Merge pull request #385 from OpenPecha/readthedocs-documentation + +fix remove Pecha from usage guide ([`7c69d8b`](https://github.com/OpenPecha/toolkit-v2/commit/7c69d8b3131d57c0046c1ce7f139d3ffccd0804e)) + +* fix remove Pecha from usage guide ([`1812ef5`](https://github.com/OpenPecha/toolkit-v2/commit/1812ef581f21a80622f89b4e3d10c432d03cb6d5)) + +* Merge pull request #384 from OpenPecha/readthedocs-documentation + +delete pecha.md documentation ([`2b92c29`](https://github.com/OpenPecha/toolkit-v2/commit/2b92c291e309eca2e1b08eabcdea8e6b7fea4192)) + +* delete pecha.md documentation ([`f04783d`](https://github.com/OpenPecha/toolkit-v2/commit/f04783dce8e80a11adab0ee5d5a266d241371d96)) + +* Merge pull request #383 from OpenPecha/readthedocs-documentation + +fix documentation ([`edf3abf`](https://github.com/OpenPecha/toolkit-v2/commit/edf3abf52045e099f175b227225bd5ae06599932)) + +* fix documentation ([`9d35ce6`](https://github.com/OpenPecha/toolkit-v2/commit/9d35ce60a81b115f0fea2165fc84c01c692fb1a4)) + +* Merge pull request #382 from OpenPecha/readthedocs-documentation + +modify toolkit to accomodate readthedocs ([`b36402e`](https://github.com/OpenPecha/toolkit-v2/commit/b36402ece26d9e699e1ad80a4afa5ba9ee4afd0c)) + +* modify toolkit to accomodate readthedocs ([`09ee9bf`](https://github.com/OpenPecha/toolkit-v2/commit/09ee9bfa188b43fd6c85c7b59bbd6a52ae5b8be2)) + +* Merge pull request #381 from OpenPecha/documentation + +Documentation ([`fc21117`](https://github.com/OpenPecha/toolkit-v2/commit/fc211177afa8db40daec6eab99516145398c32ea)) + +* fix spelling in documentation ([`4bd478e`](https://github.com/OpenPecha/toolkit-v2/commit/4bd478edb73efb00aeb72889161724d66f68696e)) + +* add tutorial guide link in README.md ([`1cd5ac7`](https://github.com/OpenPecha/toolkit-v2/commit/1cd5ac73bdfc1392b1d0eb17b62e2cd943ca9f84)) + +* tutorials.md documentation ([`85cf3db`](https://github.com/OpenPecha/toolkit-v2/commit/85cf3dbab21ed1547181106434ef8e7d3026e369)) + +* add explanation of alignment transfer ([`c1667a5`](https://github.com/OpenPecha/toolkit-v2/commit/c1667a5575d486f858a32f4b19e9aaee97263a44)) + +* add Commentary Alignment Transfer illustration ([`353bbdf`](https://github.com/OpenPecha/toolkit-v2/commit/353bbdf83d91f9b150d9a89983c8d288566c6b28)) + +* add Pecha data model illustration in README.md ([`1754f52`](https://github.com/OpenPecha/toolkit-v2/commit/1754f52604cc10c121a713047854143a1a093f9a)) + +* update Key Concepts documentation in README.md ([`42f9419`](https://github.com/OpenPecha/toolkit-v2/commit/42f94195fce474ecabb9e0ef999c5ef54dcd9d4b)) + +* add TranslationAlignmentTransfer and CommentaryAlignmentTransfer api references documentation ([`dbb1dcb`](https://github.com/OpenPecha/toolkit-v2/commit/dbb1dcb43091b12d675b23751abad271141474d6)) + +* add DocxAnnotationParser and DocxAnnotationUpate api documentation ([`aa323bf`](https://github.com/OpenPecha/toolkit-v2/commit/aa323bf6093f71e7ffd577440ead194e979ced36)) + +* fix api reference broken links ([`d3eb212`](https://github.com/OpenPecha/toolkit-v2/commit/d3eb212aa777bda91abd3e67eb67b582d349a5d2)) + +* fix api reference broken links ([`457fdfd`](https://github.com/OpenPecha/toolkit-v2/commit/457fdfdcc25cd54b060cd2899fd6c0f0f0c27e1a)) + +* DocxRootParser and DocxSimpleCommentaryParser documentation ([`fdcf9a3`](https://github.com/OpenPecha/toolkit-v2/commit/fdcf9a366fc9a78e8384632bb0ded85de36c7997)) + +* add return type to Pecha class references ([`e6d5562`](https://github.com/OpenPecha/toolkit-v2/commit/e6d5562a2648e6d7da3f3671e9f334959aacae3a)) + +* fix return type for add_annotation ([`0e692b3`](https://github.com/OpenPecha/toolkit-v2/commit/0e692b3f4a4349ef748e96b233b192eeb18cc014)) + +* add return type to Pecha class references ([`2955a8e`](https://github.com/OpenPecha/toolkit-v2/commit/2955a8ee5ed0a218e580297d21d0bab005412f2b)) + +* add add_layer, add_annotation , set_metadata to Pecha class documentation ([`8ae45b9`](https://github.com/OpenPecha/toolkit-v2/commit/8ae45b90353f4c34c205226fb7f891adebe7cb7f)) + +* add other api references from Pecha class ([`3c05a21`](https://github.com/OpenPecha/toolkit-v2/commit/3c05a2142fdd9a9f06a5ab6b1274fd913856b546)) + +* add more highlight to api references to api-references documentation ([`1fab451`](https://github.com/OpenPecha/toolkit-v2/commit/1fab4515adb3177b2875d4c748938eaa5fd8a62a)) + +* add Pecha from_path, create and base_path documentation to api-references ([`f9e8b0a`](https://github.com/OpenPecha/toolkit-v2/commit/f9e8b0addec814d9b05bbbe288c7ddbc50faa6d2)) + +* update README.md ([`a07f7e1`](https://github.com/OpenPecha/toolkit-v2/commit/a07f7e11c323067367d0d41bce8231fe98a2b211)) + +* add Alignment Transfer documentation in usage.md ([`ef44bb7`](https://github.com/OpenPecha/toolkit-v2/commit/ef44bb76f50dd7c86139e15efdf8970283c9df09)) + +* update usage.md ([`ade8763`](https://github.com/OpenPecha/toolkit-v2/commit/ade876338cc21ac2454830dd6e346e0c429f28ab)) + +* fix Load Pecha documentation ([`70b9c3c`](https://github.com/OpenPecha/toolkit-v2/commit/70b9c3c25753695b11342be32b6116242ddc64b5)) + +* fix use RootParser in Pecha documenation ([`66f7aae`](https://github.com/OpenPecha/toolkit-v2/commit/66f7aaecd5e7048f775dc1355ab436c3a4f02ea7)) + +* add usage guide in README ([`5477bc9`](https://github.com/OpenPecha/toolkit-v2/commit/5477bc9b0eebb090c1f5aa4cc94a72a622ed1ab1)) + +* create usage.md ([`bf62ccf`](https://github.com/OpenPecha/toolkit-v2/commit/bf62ccf579919875e6f81d175de6f0f237a459c1)) + +* add openpecha backend desc in README.md ([`72e2102`](https://github.com/OpenPecha/toolkit-v2/commit/72e2102336d98a5fa677d391b1412c1735d9823b)) + +* update getting-started documentation ([`1d62208`](https://github.com/OpenPecha/toolkit-v2/commit/1d6220893cd991ea876a25b240cbedf728f2bee3)) + +* introduction documentation ([`1bece3b`](https://github.com/OpenPecha/toolkit-v2/commit/1bece3b78f03b75c2f16c7d92a582e901c32724a)) + +* improve content from docs/background.md ([`71aad61`](https://github.com/OpenPecha/toolkit-v2/commit/71aad6157e2f9940753eb541e500b0c483fa7a8a)) + +* update toolkit desc in toolkit ([`86f68e8`](https://github.com/OpenPecha/toolkit-v2/commit/86f68e89a5a7fe6c5374e67f7b2ece7675cbe375)) + +* Merge pull request #378 from OpenPecha/fix-commentary-transfer-mechanism + +Fix commentary transfer mechanism ([`794856a`](https://github.com/OpenPecha/toolkit-v2/commit/794856ab2c4e4487d2645350276a269dad88aa30)) + +* update lzh root test opf ([`6179355`](https://github.com/OpenPecha/toolkit-v2/commit/6179355a505596a27105b038795fd0e1bce347dd)) + +* fix test serialized for prealigned commentary in TestFodiainSerializer ([`4f371d1`](https://github.com/OpenPecha/toolkit-v2/commit/4f371d199b7b60477b97ee52bbf3dba6521d4936)) + +* fix annotation path for prealigned commentary translation pecha in TestSerializer case ([`fe2d205`](https://github.com/OpenPecha/toolkit-v2/commit/fe2d205508e3edfd9e0c9545928b16a82c20fcb2)) + +* fix annotation path in TestPechaType ([`2adaa8d`](https://github.com/OpenPecha/toolkit-v2/commit/2adaa8df80f280d6f68b999779afeb5f16ba79ae)) + +* fix en test opf for PreAlignedCommentaryTranslationSerializer ([`872547c`](https://github.com/OpenPecha/toolkit-v2/commit/872547c98b001bafabad0cee3eb56afb32bbf09f)) + +* fix en test opf for PreAlignedCommentaryTranslationSerializer ([`863870d`](https://github.com/OpenPecha/toolkit-v2/commit/863870dde3fadf66720d298c99420245960a1536)) + +* fix Prealigned Commentary Serializer ([`778153d`](https://github.com/OpenPecha/toolkit-v2/commit/778153d7f85f6beeb04ebd500e9f0821929b901c)) + +* fix docx update for test commentary test opf ([`ca2a93e`](https://github.com/OpenPecha/toolkit-v2/commit/ca2a93e832d947be6762a11958c87101492188b4)) + +* fix docx update for root test opf ([`6215d54`](https://github.com/OpenPecha/toolkit-v2/commit/6215d54e039166f2b495baab3f2fc80727e9d3d9)) + +* fix add annotation in commentary test opf ([`b7ac4ba`](https://github.com/OpenPecha/toolkit-v2/commit/b7ac4bae5978c1bf6f77c184a303ae3fadcc3c38)) + +* update annotation path of new test commentary opf in TestSerializer ([`32e7764`](https://github.com/OpenPecha/toolkit-v2/commit/32e77641955ac1e7815bde7dac6a009eef1a249c)) + +* delete unneccessary root and commentary test opfs in Commentary Alignment Transfer ([`44b2155`](https://github.com/OpenPecha/toolkit-v2/commit/44b2155643c90063699bbc8ce9a8494f978722ae)) + +* fix get serialized commentary with display ([`b2def41`](https://github.com/OpenPecha/toolkit-v2/commit/b2def41fa8847f2e64832c4f1ffb26ddbdfa0999)) + +* fix get serialized commentary ([`d9a55a1`](https://github.com/OpenPecha/toolkit-v2/commit/d9a55a1e3eaa833f309eccc98b8708d25c5e5a2f)) + +* fix test get commentary pechas mapping ([`a3888f8`](https://github.com/OpenPecha/toolkit-v2/commit/a3888f83ab7772e5b60055c81b46d097e2befab2)) + +* fix map layer to layer in Commentary Alignment Transfer ([`607018c`](https://github.com/OpenPecha/toolkit-v2/commit/607018c8b96078a1cd1a80c8e203c8511be0e1c4)) + +* add commentary test opf for Commentary Alignment Transfer ([`5770f69`](https://github.com/OpenPecha/toolkit-v2/commit/5770f69ae50373d333c930bfe2d303aa8874bb8d)) + +* add root test opf for Commentary Alignment Transfer ([`e74b25a`](https://github.com/OpenPecha/toolkit-v2/commit/e74b25a83c3f12d7025d79ec3fb0c04dffca2e76)) + +* Merge pull request #377 from OpenPecha/fix-alignment-transfer-mechanism + +Fix translation alignment transfer mechanism ([`aa6afb5`](https://github.com/OpenPecha/toolkit-v2/commit/aa6afb598010cf9f52149629e50c3254d873078f)) + +* fix test for Prealigned Root translation serializers ([`cae59dd`](https://github.com/OpenPecha/toolkit-v2/commit/cae59dd6cb8efd47797b5b1a18871aec3c062996)) + +* fix get serialized translation segmentation ([`1a66e6e`](https://github.com/OpenPecha/toolkit-v2/commit/1a66e6e499a5774f2a196b8adfef72132d085eb5)) + +* fix get serialized translation in TranslationAlignmentTransfer ([`b90f45b`](https://github.com/OpenPecha/toolkit-v2/commit/b90f45b459435582afc29072eb7b90cfc086f6ec)) + +* fix translation mapping ([`5212e93`](https://github.com/OpenPecha/toolkit-v2/commit/5212e9354779045945b756369ab453932ff7ebaa)) + +* delete unneccessary test root opf for TranslationAlignmentTransfer ([`2ef3c5c`](https://github.com/OpenPecha/toolkit-v2/commit/2ef3c5c8d398f5baf6b8054b8789f30a9516492f)) + +* fix get translation pechas mapping in TranslationAlignmentTransfer ([`5ba34fb`](https://github.com/OpenPecha/toolkit-v2/commit/5ba34fb7c034aa4b61075681cd1a749be2066479)) + +* fix get root pechas mapping in TranslationAlignmentTransfer ([`cc6a952`](https://github.com/OpenPecha/toolkit-v2/commit/cc6a952b35340bb06197c998cf00452d8e033f98)) + +* update test opfs for translation alignment transfer ([`b14d53d`](https://github.com/OpenPecha/toolkit-v2/commit/b14d53d82ee9cc468ee32fb3aebcbbe9cc78951c)) + +* Merge pull request #376 from OpenPecha/fix-serializers + +Fix serializers ([`378189f`](https://github.com/OpenPecha/toolkit-v2/commit/378189f101c1d7a51c9222aa06dcf33cdc711231)) + +* delete unneccessary root en test opf ([`0ce9a2a`](https://github.com/OpenPecha/toolkit-v2/commit/0ce9a2a64b497e042db99bd12e18acf36aed110f)) + +* delete unneccesary root bo test opf ([`b821aef`](https://github.com/OpenPecha/toolkit-v2/commit/b821aef7bf8395983d2d363d35d3c8f62b197206)) + +* Merge pull request #375 from OpenPecha/fix-serializers + +Fix serializers ([`7818a20`](https://github.com/OpenPecha/toolkit-v2/commit/7818a209d736525fad2f0210c79ac3fe26096e3f)) + +* delete en commentary test opf ([`f646ef4`](https://github.com/OpenPecha/toolkit-v2/commit/f646ef427342f96d62dcf1aef43dd47f917f0c71)) + +* delete bo and zh commentary test opfs ([`16ce680`](https://github.com/OpenPecha/toolkit-v2/commit/16ce68059f8f5ab655932118739aa46880e528ee)) + +* update SimpleCommentarySerializer ([`34d7d4a`](https://github.com/OpenPecha/toolkit-v2/commit/34d7d4a6121e9f3fabeb0be7e6f3ca4467290e70)) + +* added test cases for simple commentary serializer ([`bebcd69`](https://github.com/OpenPecha/toolkit-v2/commit/bebcd69c14502f86f76c6a437597294cec4b4bff)) + +* refactor RootSerializer ([`9ac9579`](https://github.com/OpenPecha/toolkit-v2/commit/9ac95797111d5db6242fb4d86ed90eb72ff0df16)) + +* fix Root Serializer ([`145f76d`](https://github.com/OpenPecha/toolkit-v2/commit/145f76db2925bd4185830e25db5cd15236cf8f53)) + +* Merge pull request #373 from OpenPecha/add-alignment-annotation-parser-in-DocxRootParser + +add alignment annotation to DocxRootparser ([`e380058`](https://github.com/OpenPecha/toolkit-v2/commit/e380058d95818d2283c5a69fe13be495ad1cf6a1)) + +* add alignment annotation to DocxRootparser ([`46bd003`](https://github.com/OpenPecha/toolkit-v2/commit/46bd003e601b55cc9d929b2c93a6dca087261b6d)) + +* Merge pull request #372 from OpenPecha/feat-footnote-parser + +Feat footnote parser ([`17419f8`](https://github.com/OpenPecha/toolkit-v2/commit/17419f8547dd87c035ce78950e6e9fab265f40e7)) + +* fix test create footnote layer ([`c0401ab`](https://github.com/OpenPecha/toolkit-v2/commit/c0401abbe21dafd5bccc0f0216187d9129156161)) + +* fix test update coords in TestFootnoteParser ([`8266295`](https://github.com/OpenPecha/toolkit-v2/commit/8266295491d874de8dadf8a2781375f4d0b6090e)) + +* add Footnote parser to DocxAnnotationParser add annotation ([`2339403`](https://github.com/OpenPecha/toolkit-v2/commit/23394035addbb1ae8471d6dcd2316746baa517e6)) + +* compare annotations for test create footnote layer ([`16f6d7e`](https://github.com/OpenPecha/toolkit-v2/commit/16f6d7ee50d829e8bb753d58591d5dcc088e3eb4)) + +* test for create footnote layer ([`169330c`](https://github.com/OpenPecha/toolkit-v2/commit/169330c3822d445ae899e8416a46ce7a5514225a)) + +* test for update coords in Footnote parser ([`06ac04f`](https://github.com/OpenPecha/toolkit-v2/commit/06ac04fd0f883d5057cbce9acba004d5c44f1155)) + +* refactor test footnote parser ([`11ce87a`](https://github.com/OpenPecha/toolkit-v2/commit/11ce87aa7f8dc3ad5d87ab359580d57f94986506)) + +* test create Footnote Annotations ([`82445cb`](https://github.com/OpenPecha/toolkit-v2/commit/82445cb4324b2ecdc0995c107da8031b107881a2)) + +* move update_coords to parser utils ([`1e68cc8`](https://github.com/OpenPecha/toolkit-v2/commit/1e68cc85135312be68e502fa7e026dab0be17f54)) + +* create foot note annotations ([`27a4140`](https://github.com/OpenPecha/toolkit-v2/commit/27a4140e2b9852c1c77181da4f43a011556bf3d5)) + +* modify a func argument datatype ([`f872a7e`](https://github.com/OpenPecha/toolkit-v2/commit/f872a7ee65e8f74734d55b705eb8489f55c86cae)) + +* add a pecha for test pecha for TestFootnoteParser ([`1d6ea84`](https://github.com/OpenPecha/toolkit-v2/commit/1d6ea848f089199fcd429261a2c8411bd5aefcf4)) + +* add footnote layer func ([`df5c990`](https://github.com/OpenPecha/toolkit-v2/commit/df5c990dfd8c98cc2c68c417e60a6170a3aa933a)) + +* get footnote spans ([`3d598d4`](https://github.com/OpenPecha/toolkit-v2/commit/3d598d48aa9abecc3ce77c6ef1ea529805cd434a)) + +* fix get_footnote_content ([`6778415`](https://github.com/OpenPecha/toolkit-v2/commit/677841512adc4d5d2f902c39ef0178574edd01a4)) + +* test for get foot note content ([`1227893`](https://github.com/OpenPecha/toolkit-v2/commit/1227893e9374546a68363fbb36358788dcba5508)) + +* get foot note content ([`7edd742`](https://github.com/OpenPecha/toolkit-v2/commit/7edd74224a0f447baf429c01c5d258fb696f3e98)) + +* add neccessary regexs for FootnoteParser ([`6f8138a`](https://github.com/OpenPecha/toolkit-v2/commit/6f8138a9fcbe33af0a8887327a1c1d0883e07950)) + +* TestFootnoteParser intialization ([`4494cd8`](https://github.com/OpenPecha/toolkit-v2/commit/4494cd81335af9ab4bb0dc59aef5bcc45f3ca323)) + +* DocxFootnoteParser intitalization ([`cd8c343`](https://github.com/OpenPecha/toolkit-v2/commit/cd8c343f019c0ee17502d9852e96bbc672e73869)) + +* Merge pull request #367 from OpenPecha/refactor-parsers + +Refactor parsers ([`bc551d2`](https://github.com/OpenPecha/toolkit-v2/commit/bc551d261d5dac4bb71498018aa7bdbb9bbad656)) + +* fix get segmentation layer path ([`bf09ca1`](https://github.com/OpenPecha/toolkit-v2/commit/bf09ca103d95802594b3c3b78756b650073458b3)) + +* delete zero width space from root pecha text content ([`1360822`](https://github.com/OpenPecha/toolkit-v2/commit/1360822c4a1468a5bf4d0fb6aac0770c971874bc)) + +* modify pytest in CI to verbose pytest -v ([`8bce78e`](https://github.com/OpenPecha/toolkit-v2/commit/8bce78e70fa7acbd2a444a6c9841acf184dd6f1c)) + +* delete PechaOrgMetaDataValidator ([`a184719`](https://github.com/OpenPecha/toolkit-v2/commit/a184719779773e0f13adff13ca075edebd7299c0)) + +* delete plaintext parser ([`736468d`](https://github.com/OpenPecha/toolkit-v2/commit/736468de67fd1563583f5f53877dd495dcfe6297)) + +* Merge pull request #366 from OpenPecha/refactor + +Refactor ([`a9d2386`](https://github.com/OpenPecha/toolkit-v2/commit/a9d23869c25783af57ba88c39c64416be66c01dd)) + +* delete parser utils ([`b0cabc7`](https://github.com/OpenPecha/toolkit-v2/commit/b0cabc789eb7e397e6d0912294c199c141a562cf)) + +* create JSON files for test metadata in test complex commentary parser ([`b5fc425`](https://github.com/OpenPecha/toolkit-v2/commit/b5fc42511dd36b07894f7ed32d5bf825a365360e)) + +* create JSON file for test metadata in test simple commentary parser ([`274eab7`](https://github.com/OpenPecha/toolkit-v2/commit/274eab792bec75e00868492ac9bb03bbb3db5d0d)) + +* create JSON file for test metadata in test_root_parser ([`6151ad1`](https://github.com/OpenPecha/toolkit-v2/commit/6151ad1282467895856acc0a4f3765e59cb27e4e)) + +* delete unneccessary pecha models ([`4a544ac`](https://github.com/OpenPecha/toolkit-v2/commit/4a544ac552460ca53ffb1f7a028c04757feeee12)) + +* refactor layer.py ([`69f295e`](https://github.com/OpenPecha/toolkit-v2/commit/69f295e963cc04eb83836b1d0fb72dd68964c733)) + +* remove unneccessary doc strings ([`e0226e0`](https://github.com/OpenPecha/toolkit-v2/commit/e0226e00e866f6192801762b1e751d18746a8834)) + +* Merge pull request #365 from OpenPecha/feat/root-pecha-segmentation-model + +feat-annotation-models ([`40f999a`](https://github.com/OpenPecha/toolkit-v2/commit/40f999a028c50edac6a81f487e91466e1db38d49)) + +* update test complex commentary parser ([`4fad5a4`](https://github.com/OpenPecha/toolkit-v2/commit/4fad5a40ad7705f60b298cd7edd77f4d80da15c1)) + +* add SapcheAnnotation to DocxComplexCommentaryParser ([`dcce132`](https://github.com/OpenPecha/toolkit-v2/commit/dcce13259ab16e3a4d913b9b5a998f0b2a6cf463)) + +* remove Path option for metadata in ComplexCommentaryParser ([`6deb446`](https://github.com/OpenPecha/toolkit-v2/commit/6deb4462516d486b2874325e3458c31ade5388ce)) + +* delete chonjuk ([`b5711d3`](https://github.com/OpenPecha/toolkit-v2/commit/b5711d357557b84555e17db06028ed9afe019a92)) + +* add PedurmaAnnotation ([`a7169d9`](https://github.com/OpenPecha/toolkit-v2/commit/a7169d9844d6a2d67a6fc568a77542be2f37e978)) + +* modify OCRParser to send Annotation Model when adding annotation in Pecha ([`47c8786`](https://github.com/OpenPecha/toolkit-v2/commit/47c8786fab35dadafa998b98ee1186a71d5b00c0)) + +* comment dharmanexus test script ([`cdd96df`](https://github.com/OpenPecha/toolkit-v2/commit/cdd96dfd7e87b2573597a786708676447b42a2c4)) + +* modify pecha add annotation to take AnnotationModel rather than Dict ([`c00795c`](https://github.com/OpenPecha/toolkit-v2/commit/c00795c04f635a60ff11a952c9870f735f966e2c)) + +* utilize model_config instead of class Config ([`2c88b44`](https://github.com/OpenPecha/toolkit-v2/commit/2c88b4408d69d69b7fe5bfc06a4b1458fc10f31b)) + +* update expected new anns for DocxUpdate ([`7d03c18`](https://github.com/OpenPecha/toolkit-v2/commit/7d03c18fb78395a848116feea1c99b0f3ad3cbf3)) + +* update expected new anns for commentary pecha add annotation test ([`f517d4b`](https://github.com/OpenPecha/toolkit-v2/commit/f517d4b02130387e326ec3a0f12d4c146504d3b3)) + +* update expected new anns for root pecha add annotation test ([`70c5723`](https://github.com/OpenPecha/toolkit-v2/commit/70c57235d74130e6c33e24493541d0c9f36e1c06)) + +* modify update coords in DocxAnnotationParser to accept AnnotationModel ([`a7b76b1`](https://github.com/OpenPecha/toolkit-v2/commit/a7b76b17379b194a29a28a63d28eb4b929fe8ac7)) + +* Utilize Annotation models in DocxSimpleCommentaryParser ([`d43fb38`](https://github.com/OpenPecha/toolkit-v2/commit/d43fb38b164d27bf0fa2904e3566a5875f7a1c09)) + +* fix test root parser expected anns ([`13a4b91`](https://github.com/OpenPecha/toolkit-v2/commit/13a4b91223ec7a69e2e696718279a342cafa810c)) + +* Utilize SegmentationAnnotation model in DocxRootParser for parsing ([`d7a1ffa`](https://github.com/OpenPecha/toolkit-v2/commit/d7a1ffac18e8938508da7cdb4db8a659a43abfae)) + +* modify DocxSimpleCommentaryParser doc strings after class methods refactors ([`5c73138`](https://github.com/OpenPecha/toolkit-v2/commit/5c731382e39ed35e72d2cdb5b9736d3fe4b1dff5)) + +* modify DocxRootParser doc strings after class methods refactors ([`ef3e994`](https://github.com/OpenPecha/toolkit-v2/commit/ef3e994d9f10c91a59660e7fac4e5ec022bcd2f8)) + +* refactor/ rename funcs ([`245045e`](https://github.com/OpenPecha/toolkit-v2/commit/245045e5ed593f709f82ba24684ee85f9cc7599e)) + +* modify: use json_schema_extra instead of schema_extra ([`7056fbd`](https://github.com/OpenPecha/toolkit-v2/commit/7056fbdafd5b518bdb0cb943af54523bd35f0f70)) + +* add AlignmentAnnotation model ([`3b727e9`](https://github.com/OpenPecha/toolkit-v2/commit/3b727e941e34a70c6afd4dbad067edec59687a74)) + +* add logging to extract numbered list ([`19e99db`](https://github.com/OpenPecha/toolkit-v2/commit/19e99dbd373953f6adfbb273320bbe5fc3125088)) + +* modify: extract_numbered_list take docx_file than text ([`cc1fc55`](https://github.com/OpenPecha/toolkit-v2/commit/cc1fc558de4bce28bd173ee87db8fd76aa80b918)) + +* add SegmentationAnnotation model ([`1b5d5d1`](https://github.com/OpenPecha/toolkit-v2/commit/1b5d5d16de9eb2f659d719324ce3949eeeb32ead)) + +* remove AnnBase: a duplication of BaseAnnotation ([`32bc121`](https://github.com/OpenPecha/toolkit-v2/commit/32bc12191d4b77dacffc47b0a036af7ee98adbd7)) + +* Merge pull request #364 from OpenPecha/refactor-root-parser-file-struture + +Refactor root parser file struture ([`96dc221`](https://github.com/OpenPecha/toolkit-v2/commit/96dc22165a8cd7d43e397131202781a6cd949747)) + +* restructure DocxRootParser ([`34f8d80`](https://github.com/OpenPecha/toolkit-v2/commit/34f8d80ab7bdf7445c88020966bbb91683d68f01)) + +* refactor root parser test script ([`9e9bf39`](https://github.com/OpenPecha/toolkit-v2/commit/9e9bf3909a914fb4cfe5cd402d8c4242f0d34b70)) + +* Merge pull request #363 from OpenPecha/update-readme + +Update readme ([`43b3dee`](https://github.com/OpenPecha/toolkit-v2/commit/43b3dee10ecacd9effb502897193e478026114ed)) + +* include ta4tsering to project owner in README ([`33e8690`](https://github.com/OpenPecha/toolkit-v2/commit/33e869071af3dd070900c45b1c5819af2f98fba1)) + +* include installation steps in README ([`4f44c03`](https://github.com/OpenPecha/toolkit-v2/commit/4f44c037a613421f943d84485502fcfc77e191d8)) + +* delete unneccessary empty doc files; ([`f85e748`](https://github.com/OpenPecha/toolkit-v2/commit/f85e7484e54b1404bb86bec0e1ad7c64f3e38aa3)) + +* include Key components of toolkit to README ([`62641bd`](https://github.com/OpenPecha/toolkit-v2/commit/62641bd096e3b22ff84d3c8612b7410f0c89369a)) + +* update readme ([`4de5795`](https://github.com/OpenPecha/toolkit-v2/commit/4de57955931dfa9b3cd270e278391c98ff00e8f1)) + +## v2.1.13 (2025-05-19) + +### Fix + +* fix: get root translation pecha id ([`41c5d08`](https://github.com/OpenPecha/toolkit-v2/commit/41c5d0805b5e7cf33ac9e1186ef3e44524000eed)) + +* fix: too many values to unpack error of metadatachain ([`9e6df08`](https://github.com/OpenPecha/toolkit-v2/commit/9e6df0856d885302b16c072c59d426f4e0b0c28e)) + +### Unknown + +* Merge pull request #361 from OpenPecha/add-logs-to-Serializer-logic-handler + +fix: get root translation pecha id ([`814d5a4`](https://github.com/OpenPecha/toolkit-v2/commit/814d5a49ab97683897df00ee751f86746c676873)) + +* Merge pull request #360 from OpenPecha/add-logs-to-Serializer-logic-handler + +Add logs to serializer logic handler ([`88a7b4f`](https://github.com/OpenPecha/toolkit-v2/commit/88a7b4f17ef09fb252f842217a6bdc66bdc158a7)) + +* add arguments value recieved in Serializer Logic Hanlder ([`811b637`](https://github.com/OpenPecha/toolkit-v2/commit/811b637f91bd9ff30a72e63818b25a38f3e951d3)) + +## v2.1.12 (2025-05-19) + +### Fix + +* fix: metadatatree handling ([`e529ff0`](https://github.com/OpenPecha/toolkit-v2/commit/e529ff0877a5f473158de23c19de3d39c260d4a7)) + +### Unknown + +* Merge pull request #359 from OpenPecha/fix-metadatatree-handling + +fix: metadatatree handling ([`0dd2f12`](https://github.com/OpenPecha/toolkit-v2/commit/0dd2f12f964a45bdf491a853f1b6267dac4025a7)) + +* Merge pull request #358 from OpenPecha/fix-segment-number-in-commentary-mapping + +chapterize src_content in PreAligned Commentary Translation Pecha ([`c44cf7a`](https://github.com/OpenPecha/toolkit-v2/commit/c44cf7a0dc7e2cb4da564bb3d47025a1e1911c27)) + +* chapterize src_content in PreAligned Commentary Translation Pecha ([`ff50b79`](https://github.com/OpenPecha/toolkit-v2/commit/ff50b7982d1c3bcfe36d60d14a38d2027dc261a9)) + +* Merge pull request #357 from OpenPecha/integrate-prealigned-commentary-translation-with-SerializerLogicHandler + +Integrate prealigned commentary translation with serializer logic handler ([`7e5da6b`](https://github.com/OpenPecha/toolkit-v2/commit/7e5da6bf3e7409f47037ffa8f780f540d6b3d560)) + +* lzh test case for PreAligned Commentary Translation Pecha ([`4e4d540`](https://github.com/OpenPecha/toolkit-v2/commit/4e4d5401c831da151687ad7c944dff5762fafa97)) + +* en test case for PreAligned Commentary Translation Pecha ([`dee8349`](https://github.com/OpenPecha/toolkit-v2/commit/dee8349f99a3c1b18edbc10e9478591eb32ddc05)) + +* handler test for prealigned commentary translation ([`be7881b`](https://github.com/OpenPecha/toolkit-v2/commit/be7881b2eff9d932f3594fbd708126686cece5c9)) + +* add test for PreAligned Commentary Translation in TestSerializer ([`9b3ca94`](https://github.com/OpenPecha/toolkit-v2/commit/9b3ca94f949d3e00a08029457f0547ac423c050e)) + +* add PreAligned Commentary Translation pecha test data in SharedPechaSetup ([`2c56595`](https://github.com/OpenPecha/toolkit-v2/commit/2c56595209907d5c19664c59c4cc875cb42f1e72)) + +* Merge pull request #356 from OpenPecha/feat/prealigned-commentary-translation-serializer + +Feat/prealigned commentary translation serializer ([`637e3fe`](https://github.com/OpenPecha/toolkit-v2/commit/637e3fecf0360f3533479e9a89b786cc847184b4)) + +* added lzh test case ([`0271983`](https://github.com/OpenPecha/toolkit-v2/commit/02719833568995bb86ca959da94ab96799acebd9)) + +* add mapping to translation content ([`161139b`](https://github.com/OpenPecha/toolkit-v2/commit/161139b970dda470c8a7ed6f39d9516a3027c314)) + +* migrate useful code from PreAlignedCommentarySerializer ([`b924bf4`](https://github.com/OpenPecha/toolkit-v2/commit/b924bf4e8401173398e4d06a697462222229f728)) + +* created en and lzh test data for prealigned commentary translation ([`63434b9`](https://github.com/OpenPecha/toolkit-v2/commit/63434b9b8a39ae1526028d69c1556df26591baa3)) + +* PreAlignedCommentaryTranslationSerializer initialization ([`e1a66bb`](https://github.com/OpenPecha/toolkit-v2/commit/e1a66bb0a41a63ccc2e14d5c8679aa655d5230cf)) + +* refactor test prealigned simple ([`f59ae17`](https://github.com/OpenPecha/toolkit-v2/commit/f59ae176aa62c775686f26c07578df2ce63ad316)) + +## v2.1.11 (2025-05-16) + +### Fix + +* fix: string change to trigger package publish ([`84b72d0`](https://github.com/OpenPecha/toolkit-v2/commit/84b72d014c870d84fdfaddede3e0b89de4d3af8f)) + +* fix: commentary serializer for lzh lang ([`7663300`](https://github.com/OpenPecha/toolkit-v2/commit/766330078c777a573999494a3643aea6b4cc0bf5)) + +### Unknown + +* Merge pull request #335 from OpenPecha/delete-update-opf-serializer + +delete update opf serializer ([`64f5afe`](https://github.com/OpenPecha/toolkit-v2/commit/64f5afe73a168bdb6ce64a6eb231ec0cb22fe58f)) + +* delete update opf serializer ([`2a087a3`](https://github.com/OpenPecha/toolkit-v2/commit/2a087a38a35c9a11e403ba6adfc40447f529b4c9)) + +* Merge pull request #354 from OpenPecha/serializer_handler_test_outputs + +Serializer handler test outputs ([`c940d69`](https://github.com/OpenPecha/toolkit-v2/commit/c940d6918bcd482c5891826083c68ac7f7488b1d)) + +* assign lang code to title ([`38a1fee`](https://github.com/OpenPecha/toolkit-v2/commit/38a1fee9e79c94dd95df9afdb1240fcad7289d8e)) + +* delete unneccessary code ([`71d5415`](https://github.com/OpenPecha/toolkit-v2/commit/71d541596be9e60126bb9c86c1601a7e6bcfcfe8)) + +* fix prealigned commentary pecha serialize logic handler ([`ad5a24a`](https://github.com/OpenPecha/toolkit-v2/commit/ad5a24a42940a57d867bd625b99305812119c8bf)) + +* fix serialize commentary translation pecha logic handler ([`8bba126`](https://github.com/OpenPecha/toolkit-v2/commit/8bba126de0ccdb4a39bb627f13d9f7aed047f9ec)) + +* fix serialize commentary pecha ([`999e5fe`](https://github.com/OpenPecha/toolkit-v2/commit/999e5feb7ef4d3c72f2cb5141db2e08107918ab7)) + +* add pecha_chain argument to Serializer Logic Hanlder pecha registries ([`b91c7d5`](https://github.com/OpenPecha/toolkit-v2/commit/b91c7d5eaf41faccb930725e193e4bac92955c36)) + +* added pecha category args to commentary serializer logic tets ([`205ef95`](https://github.com/OpenPecha/toolkit-v2/commit/205ef95ddd17ea520d0a6059d66a3dcb1757a74a)) + +* delete temp.json ([`ec13f36`](https://github.com/OpenPecha/toolkit-v2/commit/ec13f36f79cf5093949e68a6a50034d87d25bab3)) + +* fix prealigned root translation test ([`2622e73`](https://github.com/OpenPecha/toolkit-v2/commit/2622e73cbfb1868afbc43d2628c6ac6ae1b805df)) + +* fix test serializer utils ([`2d9c1d4`](https://github.com/OpenPecha/toolkit-v2/commit/2d9c1d453c69feabe374246df134006c20bbd7e1)) + +* updated two test ([`cee99bb`](https://github.com/OpenPecha/toolkit-v2/commit/cee99bbf9411972d12209824a9a7fb4c97f41b60)) + +* updated test's expected outputs ([`12ff378`](https://github.com/OpenPecha/toolkit-v2/commit/12ff37853744a306dcebfb3fd724b7c08c6e6c0b)) + +* fix Pecha category ([`f060448`](https://github.com/OpenPecha/toolkit-v2/commit/f060448ffcb0b9d3579ac7e8cb5e48064f4b9db8)) + +* Merge pull request #350 from OpenPecha/fix-fodian_categories_formatter + +updated the category's from the test ([`6907604`](https://github.com/OpenPecha/toolkit-v2/commit/690760439a213f750e11bddadaf2aac04079a83c)) + +* updated the category's from the test ([`0a455fe`](https://github.com/OpenPecha/toolkit-v2/commit/0a455fe25e5b2c252d0a0b24cb9f7da84b132066)) + +* Merge pull request #349 from OpenPecha/fix-fodian_categories_formatter + +updated category formatter to include lzh versions ([`76ffc45`](https://github.com/OpenPecha/toolkit-v2/commit/76ffc456aea7c8a9a336ed7bae542ee758208a72)) + +* updated category formatter to include lzh versions ([`a546c4e`](https://github.com/OpenPecha/toolkit-v2/commit/a546c4e3627d9a40a53a11b650af78d67d20babb)) + +* added prealigned_root_translation serializer handler ([`88bd03b`](https://github.com/OpenPecha/toolkit-v2/commit/88bd03bd86174bdbc1cf0bd40891196bcf07b23b)) + +* Merge pull request #348 from OpenPecha/prealigned-commentary-pecha-cases + +added test for prealigned commentary pecha ([`d624358`](https://github.com/OpenPecha/toolkit-v2/commit/d6243588de1dd11c39b86cc622d1fd330caa986a)) + +* added test for prealigned commentary pecha ([`4e0f23e`](https://github.com/OpenPecha/toolkit-v2/commit/4e0f23ed56f2088187526132e92ac512b6fe7947)) + +* Merge pull request #347 from OpenPecha/fodian-lzh-commentary-translation-cases + +Fodian lzh commentary translation cases ([`43672f5`](https://github.com/OpenPecha/toolkit-v2/commit/43672f5e3423500dea1e062941afe5e57aa98f25)) + +* added LZH commentary translation test case ([`c47bb64`](https://github.com/OpenPecha/toolkit-v2/commit/c47bb64d793ea2214ec229c19d29dba8dcaf5953)) + +* fix EN Commentary Translation test file ([`8b3d7fa`](https://github.com/OpenPecha/toolkit-v2/commit/8b3d7fa41f88c20501c7c967a81d9afc9578b9d5)) + +* added EN commentary translation case ([`c05fe2f`](https://github.com/OpenPecha/toolkit-v2/commit/c05fe2f449a381ce1f53e28339b0f85e606f7516)) + +* Merge pull request #346 from OpenPecha/feat-serializer_handler_for_commentaries + +added commentary prealigned serializer hanlder place holder ([`a06e7c3`](https://github.com/OpenPecha/toolkit-v2/commit/a06e7c3b4e851548b7759350f46aacd6424f0dd8)) + +* added commentary prealigned serializer hanlder place holder ([`4474ec1`](https://github.com/OpenPecha/toolkit-v2/commit/4474ec165eed9372efcfb3d7cc89fb47781d186c)) + +* Merge pull request #345 from OpenPecha/fodian-lzh-commentary-cases + +Fodian lzh commentary cases ([`3676695`](https://github.com/OpenPecha/toolkit-v2/commit/3676695d7b246fc9a87c0b0f59244209a4770b5f)) + +* Merge branch 'main' into fodian-lzh-commentary-cases ([`0b334aa`](https://github.com/OpenPecha/toolkit-v2/commit/0b334aab05172475b0a9403d26aba5f1ae145de2)) + +* Merge pull request #344 from OpenPecha/feat-serializer-update + +Feat serializer update ([`d178127`](https://github.com/OpenPecha/toolkit-v2/commit/d17812755276e75955da1c0947b738c9d26428e1)) + +* fix the test ([`d4de2a1`](https://github.com/OpenPecha/toolkit-v2/commit/d4de2a1673e1578d543f2be7d676e2e23a8182ca)) + +* Merge branch 'main' into feat-serializer-update ([`e51496c`](https://github.com/OpenPecha/toolkit-v2/commit/e51496c4b115ee9c215e78547b7d4016127b718d)) + +* feat fodian serializer handler with test for root text ([`f568fea`](https://github.com/OpenPecha/toolkit-v2/commit/f568fea9bf0469b9fa15f650223e58207e5f871c)) + +* added test cases ([`6b0e8a8`](https://github.com/OpenPecha/toolkit-v2/commit/6b0e8a85f41cbc5c4e6aeb6e672788bec93e540a)) + +* added LZH Commentary pecha test case ([`76b0250`](https://github.com/OpenPecha/toolkit-v2/commit/76b0250d3ba345b3f4693f39ce30d966ab156815)) + +* added EN commentary pecha test case ([`7234115`](https://github.com/OpenPecha/toolkit-v2/commit/7234115c6306a27bf33b9c430da456be8ca922e8)) + +* refactor serialize_commentary_pecha ([`ff886c9`](https://github.com/OpenPecha/toolkit-v2/commit/ff886c972f111a6755636c490fa42419af6ecdfe)) + +* fix _serialize commentary pecha ([`7a145e0`](https://github.com/OpenPecha/toolkit-v2/commit/7a145e054bac1d5bfb30a827131bbb493a290278)) + +* refactor modify root title mapping ([`ac979bf`](https://github.com/OpenPecha/toolkit-v2/commit/ac979bfc8f4a9db773fbdf0fc7fd1526659a39a0)) + +* refactor test serializer handler ([`20863ee`](https://github.com/OpenPecha/toolkit-v2/commit/20863eee40414bdfbe8cffb17408f216f727f2f1)) + +* Merge pull request #343 from OpenPecha/fodian-commentary-translation-cases-serializer + +Fodian commentary translation cases serializer ([`be279ad`](https://github.com/OpenPecha/toolkit-v2/commit/be279ad66d1bc16b0dff69975c02e58fad72f506)) + +* commentary translation pecha handler ([`0f8ca3c`](https://github.com/OpenPecha/toolkit-v2/commit/0f8ca3cb696bbc1c3d85d4743e5df079dacea515)) + +* test commentary translation pecha handler ([`351b811`](https://github.com/OpenPecha/toolkit-v2/commit/351b8111ce917cde434c045f4e8e5bbef56e0fd8)) + +* Merge pull request #342 from OpenPecha/fodian-commentary-cases-serializers + +_serialize_commentary_pecha for SerializerLogicHandler ([`37d83ac`](https://github.com/OpenPecha/toolkit-v2/commit/37d83ac1c1e926b09a842a6fc0fbade07cf6f451)) + +* _serialize_commentary_pecha for SerializerLogicHandler ([`367a59f`](https://github.com/OpenPecha/toolkit-v2/commit/367a59f7fe0e56f93af1135ead22454202aab1ab)) + +* Merge pull request #341 from OpenPecha/add-lzh-root-test-pecha + +add lzh-root-test pecha ([`221aff2`](https://github.com/OpenPecha/toolkit-v2/commit/221aff27e23a8b82cbda6b3e75161a2470098d6c)) + +* add lzh-root-test pecha ([`dd13d63`](https://github.com/OpenPecha/toolkit-v2/commit/dd13d635c61f51e0ff8d712d664d5d04ff99f465)) + +* Merge pull request #340 from OpenPecha/serializer-call-logic-on-base_language + +Serializer call logic on base language ([`c8ae14a`](https://github.com/OpenPecha/toolkit-v2/commit/c8ae14a88c661c0c06ecda46354d45f8bb580181)) + +* pecha regristry ([`93e9cb1`](https://github.com/OpenPecha/toolkit-v2/commit/93e9cb14815107a61f69a97d5b28becabda49270)) + +* add literal chinese to Language Enum ([`f546e2d`](https://github.com/OpenPecha/toolkit-v2/commit/f546e2d31c21d3c25023200525664feb20d39d00)) + +* get root translation pecha id ([`c8b4685`](https://github.com/OpenPecha/toolkit-v2/commit/c8b4685b676b9224802f2e4be702710e890a1fa5)) + +* call Serializer in SerializerLogicHandler ([`fc2b277`](https://github.com/OpenPecha/toolkit-v2/commit/fc2b2779d8f2aac62f715848f6b95949c74d2d17)) + +* find root pecha lang ([`4ddac86`](https://github.com/OpenPecha/toolkit-v2/commit/4ddac86b402f0aac5de1746afaf8e0df3ca5fb92)) + +* switch case on base_language for SerializerLogicHandler ([`4694251`](https://github.com/OpenPecha/toolkit-v2/commit/4694251d544afd13aba25af9bfe0c9ce8166a3bc)) + +* SerializerLogicHandler class initialization ([`6b4044a`](https://github.com/OpenPecha/toolkit-v2/commit/6b4044a1bbfbb97c123906a700ec0f5f849f9a38)) + +* Merge pull request #339 from OpenPecha/get-metadatachain + +Get metadatachain ([`379a8df`](https://github.com/OpenPecha/toolkit-v2/commit/379a8df0f0aae2be97bc181b590f366a32327ae6)) + +* get metadatachain from metadatatree ([`b2d50fd`](https://github.com/OpenPecha/toolkit-v2/commit/b2d50fdeba256d870df975f02e3cd05a7482706e)) + +* get metadatachain from metadatatree ([`d3439d1`](https://github.com/OpenPecha/toolkit-v2/commit/d3439d1ca3d67c298bb3b0f4cd354cfb031d6e7a)) + +* test for find related pecha id func ([`5a61799`](https://github.com/OpenPecha/toolkit-v2/commit/5a617997f2d609e57f2852892d91a3b74e7fe191)) + +* find related pecha id func ([`cb3d797`](https://github.com/OpenPecha/toolkit-v2/commit/cb3d7976d147023543e4ed726ce64eaab67dc394)) + +* Merge pull request #338 from OpenPecha/fix/get-root-en-title + +fix get root en title ([`ebac065`](https://github.com/OpenPecha/toolkit-v2/commit/ebac065e4eb2195202434021169efad9bed9d524)) + +* fix get root en title ([`77013d2`](https://github.com/OpenPecha/toolkit-v2/commit/77013d21aaaa2cbc3687251858c380f471f52f42)) + +* Merge pull request #337 from OpenPecha/log-metadatas-in-toolkit + +add log to Commentary pecha serialzer ([`ab7a75b`](https://github.com/OpenPecha/toolkit-v2/commit/ab7a75b808d327c0ba9a609bd55affbcc8e99b91)) + +* add log to Commentary pecha serialzer ([`818b13d`](https://github.com/OpenPecha/toolkit-v2/commit/818b13d62dc609ed53febf04e8b85f14e62a9d24)) + +* Merge pull request #334 from OpenPecha/fix-serializer/prealigned-commentary-pecha-with-segmentation + +delete unneccesary logs ([`39d82ba`](https://github.com/OpenPecha/toolkit-v2/commit/39d82ba9a9ca95cd96cee4e574340dc06e72e9ae)) + +* delete unneccesary logs ([`baf6119`](https://github.com/OpenPecha/toolkit-v2/commit/baf6119927f3bcd72bd8b208b01386f95e254a94)) + +* Merge pull request #333 from OpenPecha/fix-serializer/prealigned-commentary-pecha-with-segmentation + +Fix serializer/prealigned commentary pecha with segmentation ([`cf577b4`](https://github.com/OpenPecha/toolkit-v2/commit/cf577b4169722311a7545a3b11af2b970268914f)) + +* fix commentary alignment transfer for empty map cases ([`15c48f7`](https://github.com/OpenPecha/toolkit-v2/commit/15c48f7a5c5f0c080516775a37c44715f4aed5a1)) + +* fix commentary alignment transfer for empty map cases ([`246a483`](https://github.com/OpenPecha/toolkit-v2/commit/246a483b47694a3e8b3f86baa7396b0891348ce0)) + +* Merge pull request #332 from OpenPecha/fix-serializer/prealigned-commentary-pecha-with-segmentation + +log root and commentary anns in commentary alignment transfer ([`b544838`](https://github.com/OpenPecha/toolkit-v2/commit/b5448388a9dd255c0f57f611bf743ec4ca76607d)) + +* log root and commentary anns in commentary alignment transfer ([`d4cd0e2`](https://github.com/OpenPecha/toolkit-v2/commit/d4cd0e2579479c1ebf0f32d15e9124ee72865960)) + +* Merge pull request #331 from OpenPecha/fix-serializer/prealigned-commentary-pecha-with-segmentation + +try except block for commentary ann transfer ([`ef8c5bd`](https://github.com/OpenPecha/toolkit-v2/commit/ef8c5bdf95db94341f66bd1cb472f003600baa36)) + +* try except block for commentary ann transfer ([`12bb30c`](https://github.com/OpenPecha/toolkit-v2/commit/12bb30c672b300d4e6e8cce892a06b7c77b3deb0)) + +* Merge pull request #330 from OpenPecha/fix-serializer/prealigned-commentary-pecha-with-segmentation + +Fix serializer/prealigned commentary pecha with segmentation ([`86e8ba7`](https://github.com/OpenPecha/toolkit-v2/commit/86e8ba726cd2f668a144471f226104dd0ec6a05b)) + +* fix logic for prealigned commentary pecha and prealigned root translation pecha ([`535f983`](https://github.com/OpenPecha/toolkit-v2/commit/535f983b36f82b8ea487538daac03dfbecdf069a)) + +* log to prealigned commentary serializer ([`ad7b81a`](https://github.com/OpenPecha/toolkit-v2/commit/ad7b81ac015bb99a601c5333af4aaf8e0fcae62a)) + +* Merge pull request #329 from OpenPecha/add-logs-to-has-version-of-in-pecha-type + +fix has version of func in get_pecha_type ([`a452446`](https://github.com/OpenPecha/toolkit-v2/commit/a45244622a30ecfd1f456ec2b4ac32bac2215fe9)) + +* fix has version of func in get_pecha_type ([`dc7d2e5`](https://github.com/OpenPecha/toolkit-v2/commit/dc7d2e5e717470556ad6354625215adda99bd8b2)) + +* Merge pull request #328 from OpenPecha/add-logs-to-has-version-of-in-pecha-type + +add logs to has version of pecha types ([`796aa9d`](https://github.com/OpenPecha/toolkit-v2/commit/796aa9d7de8299db5510aafc52665eae945e8bba)) + +* add logs to has version of pecha types ([`8d9d5e7`](https://github.com/OpenPecha/toolkit-v2/commit/8d9d5e7a37f9d085b693930e0a857303f4a63c2b)) + +* Merge pull request #327 from OpenPecha/logs-to-print-extracted-docx-text + +add log to print extracted numberedlist and new anns ([`a861a1f`](https://github.com/OpenPecha/toolkit-v2/commit/a861a1f0ffc984641da4982327b616e2040f2140)) + +* add log to print extracted numberedlist and new anns ([`1098d3c`](https://github.com/OpenPecha/toolkit-v2/commit/1098d3c8786526f56e66713a8f1c0e17d57f752c)) + +* Merge pull request #326 from OpenPecha/logs-to-print-extracted-docx-text + +add log to print extracted text ([`776b9e7`](https://github.com/OpenPecha/toolkit-v2/commit/776b9e7fb5ff8ca67a93518d8d8a9de0ba26976c)) + +* add log to print extracted text ([`d5a176c`](https://github.com/OpenPecha/toolkit-v2/commit/d5a176c0579047067e3c1be2710d6c941ed57675)) + +* Merge pull request #325 from OpenPecha/fix-DocxParser/metadatas-handling + +convert metadata:MetadataModel to dict during Docx parse ([`2ed0404`](https://github.com/OpenPecha/toolkit-v2/commit/2ed0404651715c8247fc0d6dba7e783606f7cbe2)) + +* convert metadata:MetadataModel to dict during Docx parse ([`75b6c35`](https://github.com/OpenPecha/toolkit-v2/commit/75b6c35f32d160ba4e35eac5c6dae4b1ba1f64d2)) + +* Merge pull request #324 from OpenPecha/fix-DocxParser/metadatas-handling + +fix DocxParser metadatas handling ([`ab32ce9`](https://github.com/OpenPecha/toolkit-v2/commit/ab32ce9cb379926ca9ea0d88ee0b7e6addb63645)) + +* fix DocxParser metadatas handling ([`30673a9`](https://github.com/OpenPecha/toolkit-v2/commit/30673a92f720a4f25e90b3a0869b1054d6130d31)) + +* Merge pull request #323 from OpenPecha/ignore-footnote + +Ignore footnote ([`9f5f09c`](https://github.com/OpenPecha/toolkit-v2/commit/9f5f09c3eca24661eec4b17185417baa3706df9b)) + +* refactor docx parsers ([`07434ba`](https://github.com/OpenPecha/toolkit-v2/commit/07434ba68d7a4093d21994b3c47f3ef5dbd888c3)) + +* added footnote logic code ([`44daca5`](https://github.com/OpenPecha/toolkit-v2/commit/44daca587443fbcaa653404f05f24bc392f47cac)) + +* Merge pull request #322 from OpenPecha/fix-PechaCategoryFormatter/get-func-for-None-case + +fix PechaCategoryFormatter get func for None field value ([`2c01891`](https://github.com/OpenPecha/toolkit-v2/commit/2c018915f34cab6ef996e0c1f4b685fc384b6a72)) + +* fix PechaCategoryFormatter get func for None field value ([`03192e3`](https://github.com/OpenPecha/toolkit-v2/commit/03192e3a5df32128cc64631a35395cb16236b5e8)) + +* Merge pull request #321 from OpenPecha/add-logs-to-PechaCategoryFormatter + +add logs to PechaCategoryFormatter ([`7d1fe4b`](https://github.com/OpenPecha/toolkit-v2/commit/7d1fe4b5ee06a6fd315391cc0f862f83a85a27da)) + +* add logs to PechaCategoryFormatter ([`77d39b4`](https://github.com/OpenPecha/toolkit-v2/commit/77d39b4ab6f17be1e7dea986d19d112ae123a64e)) + +* Merge pull request #320 from OpenPecha/add-logs-to-PechaCategoryFormatter + +add logs to PechaCategoryFormatter ([`1c23e5e`](https://github.com/OpenPecha/toolkit-v2/commit/1c23e5e4d626abc1cbee658b1cc1138ee9dc46ff)) + +* add logs to PechaCategoryFormatter ([`7aa30ef`](https://github.com/OpenPecha/toolkit-v2/commit/7aa30efad8909784bf5d639ff5dcc12cb5912ad1)) + +* Merge pull request #319 from OpenPecha/fix-FormatPechaCategory/get-func-for-None-case + +fix get func for None case in PechaCategoryFormatter ([`38ac2cc`](https://github.com/OpenPecha/toolkit-v2/commit/38ac2ccdc35cce58af24e7ae5b558453b3db83ef)) + +* fix get func for None case in PechaCategoryFormatter ([`5b41d72`](https://github.com/OpenPecha/toolkit-v2/commit/5b41d7290dcf6fcfd7e1edea93f741b079ce356c)) + +* Merge pull request #315 from OpenPecha/fix-increase-length-for-annotation_id-generation + +increase length for annotation_id generation ([`630b4aa`](https://github.com/OpenPecha/toolkit-v2/commit/630b4aae0b4e0d3312c95a01313278368428a808)) + +* increase length for annotation_id generation ([`d309926`](https://github.com/OpenPecha/toolkit-v2/commit/d309926f62143c9698d3c60d220849386c8d0ed3)) + +* Merge pull request #314 from OpenPecha/add-logs-to-Root-serializer + +add more logs to serialization ([`3c313ac`](https://github.com/OpenPecha/toolkit-v2/commit/3c313acb2203f5029529f4c85a48656fa29f139f)) + +* add more logs to serialization ([`1c7ff82`](https://github.com/OpenPecha/toolkit-v2/commit/1c7ff82da12bed351243fea54a57b2d8ca73662f)) + +* Merge pull request #313 from OpenPecha/fix-serializer-for-root-translation + +Fix serializer for root translation ([`41939f2`](https://github.com/OpenPecha/toolkit-v2/commit/41939f2305f19e2bfc24deee42005fe8cace7a29)) + +* add log for Root alignment id ([`590ad00`](https://github.com/OpenPecha/toolkit-v2/commit/590ad00d568bcbda40947d1413fb1923d03f9aeb)) + +* delete unneccessay logging ([`521403e`](https://github.com/OpenPecha/toolkit-v2/commit/521403ec2fd1b5c139c563e700857673757f569f)) + +* Merge pull request #312 from OpenPecha/fix-metadatachain-handling + +fix metadatachain handling ([`f5ee726`](https://github.com/OpenPecha/toolkit-v2/commit/f5ee726b666e1ff2cd9ecf52d9d5be07e24a0c65)) + +* fix metadatachain handling ([`aa55012`](https://github.com/OpenPecha/toolkit-v2/commit/aa5501290ad348b8cc5da947bda5a2d42aeda952)) + +* Merge pull request #311 from OpenPecha/add-logs-to-serializer + +add logs to is_commentary_pecha ([`c03714c`](https://github.com/OpenPecha/toolkit-v2/commit/c03714c9a05a55812b699c3f2fa7c3a68c265954)) + +* add logs to is_commentary_pecha ([`77f4e5e`](https://github.com/OpenPecha/toolkit-v2/commit/77f4e5e2be722fe3e50d6a25767ead73146b28c8)) + +* Merge pull request #310 from OpenPecha/add-logs-to-serializer + +add logs to for is_commentary and is_translation ([`b002b68`](https://github.com/OpenPecha/toolkit-v2/commit/b002b68109de79c2a4d831fed4a147b31e6a6f66)) + +* add logs to for is_commentary and is_translation ([`3a886c7`](https://github.com/OpenPecha/toolkit-v2/commit/3a886c7c869a2993aba8a171fe7ffa76fe85f367)) + +## v2.1.10 (2025-05-12) + +### Fix + +* fix: metadatamodel handling from backend ([`a9262bf`](https://github.com/OpenPecha/toolkit-v2/commit/a9262bfcd8e3de99dea3ff0f56e498afba386281)) + +### Unknown + +* Merge pull request #309 from OpenPecha/fix/MetadataModel-handling + +fix: metadatamodel handling from backend ([`0a7607f`](https://github.com/OpenPecha/toolkit-v2/commit/0a7607f9b6d0e719c2326adeb0cf9c38d9869974)) + +## v2.1.9 (2025-05-12) + +### Fix + +* fix: metadata handling from backend ([`4d7df19`](https://github.com/OpenPecha/toolkit-v2/commit/4d7df1977069d6ba66062208883370b4503ad22c)) + +### Unknown + +* Merge pull request #308 from OpenPecha/modify/metadata-handling + +fix: metadata handling from backend ([`473cbde`](https://github.com/OpenPecha/toolkit-v2/commit/473cbde64218b214871dc08c793c2bb26863e721)) + +* Merge pull request #307 from OpenPecha/feat/publish_package + +updated publish.yml to not publish when there is no version bump ([`fc74022`](https://github.com/OpenPecha/toolkit-v2/commit/fc74022ee38999fc3a7232c8b10b10fae3a183f6)) + +* updated publish.yml to not publish when there is no version bump ([`1ec52a2`](https://github.com/OpenPecha/toolkit-v2/commit/1ec52a2b012b2dded11799475a069ee5df6d4fe6)) + +* Merge pull request #306 from OpenPecha/feat/publish_package + +fix: publish package ([`ed0b0ea`](https://github.com/OpenPecha/toolkit-v2/commit/ed0b0ea05d77acb91fefbb1be4f96b695c33684b)) + +* updated publish.yml ([`22417f5`](https://github.com/OpenPecha/toolkit-v2/commit/22417f51fd1e7438465fbaa0f9f903de0ce21c70)) + +* Merge pull request #305 from OpenPecha/feat/publish_package + +removed poetry.lock and updated the publish.yml ([`f2760f8`](https://github.com/OpenPecha/toolkit-v2/commit/f2760f88e37da58e5b575bf1df7fee568b186e80)) + +* updated publish.yml ([`561062c`](https://github.com/OpenPecha/toolkit-v2/commit/561062c9900322d9ca8fa4e56ce997b752bf9975)) + +* removed poetry.lock and updated the publish.yml ([`6771b99`](https://github.com/OpenPecha/toolkit-v2/commit/6771b99710fe40c27c2f0340e28000f957bcc4cb)) + +## v2.1.8 (2025-05-07) + +### Refactor + +* refactor: separate metadata and annotations in pecha test fixtures ([`4ea320b`](https://github.com/OpenPecha/toolkit-v2/commit/4ea320b8ffe11a7bbb0521b57fcb7a25bbd6c302)) + +### Unknown + +* Merge pull request #304 from OpenPecha/feat/publish_package + +Feat/publish package ([`30116d4`](https://github.com/OpenPecha/toolkit-v2/commit/30116d40bad883fdbeefef107f585a821c186978)) + +* Merge branch 'main' of https://github.com/OpenPecha/toolkit-v2 into feat/publish_package ([`dad4c87`](https://github.com/OpenPecha/toolkit-v2/commit/dad4c87b1589eeccd9f26ab9a765453b68dc611a)) + +* Merge pull request #303 from OpenPecha/modify-serializer/annotations-handling + +Modify serializer/annotations handling ([`6e0c4fb`](https://github.com/OpenPecha/toolkit-v2/commit/6e0c4fba3612dd610554ba4664c0b177fb615dc0)) + +* Refactor commentary serialization with improved variable naming and alignment handling ([`93cb4f1`](https://github.com/OpenPecha/toolkit-v2/commit/93cb4f19964a22eb5b3584b040dc07ea7e51ef92)) + +* Fix pecha id reference in alignment and segmentation checks ([`b656c0b`](https://github.com/OpenPecha/toolkit-v2/commit/b656c0b560b95ab68bfb20df8c40077f31a949d1)) + +* Fix root translation pecha serialization by using root alignment ID ([`5e1b9cc`](https://github.com/OpenPecha/toolkit-v2/commit/5e1b9ccede465c4c65f2df98fcf6a13b039021b9)) + +* Remove unused metadata import from pecha_db serializer ([`054220e`](https://github.com/OpenPecha/toolkit-v2/commit/054220e97ee8b694218cec7cd51e68fb6b6ff3a3)) + +* Refactor pecha serializer to use annotations dict instead of metadata annotations ([`e8e4888`](https://github.com/OpenPecha/toolkit-v2/commit/e8e48883b9c46ccc617c94c63570445612c066b7)) + +* Simplify pecha type checking by using metadata's commentary_of field ([`29a1df4`](https://github.com/OpenPecha/toolkit-v2/commit/29a1df445cb4dfc85425efe513ab4e5899451287)) + +* Refactor get_pecha_type to use annotations for determining pecha type ([`ae023ce`](https://github.com/OpenPecha/toolkit-v2/commit/ae023cec640df5bb425cce4b01f3a93657195d85)) + +* Add annotations parameter to serialize method and update test cases ([`9c9ebd5`](https://github.com/OpenPecha/toolkit-v2/commit/9c9ebd545754c1c7a1af8ee1d6071a71c696b341)) + +* update title in pecha test files; ([`a05feac`](https://github.com/OpenPecha/toolkit-v2/commit/a05feacaf8e82a89ab05a766043d87ffba3183d3)) + +* Merge branch 'main' of https://github.com/OpenPecha/toolkit-v2 into feat/publish_package ([`7d4d0bc`](https://github.com/OpenPecha/toolkit-v2/commit/7d4d0bc1f2df67c6d4f1967c5d819976180c5d6e)) + +## v2.1.7 (2025-05-07) + +### Unknown + +* updated branch name to main ([`b41c3e9`](https://github.com/OpenPecha/toolkit-v2/commit/b41c3e9f2285e236fbc93a4cad86d0e58524ae77)) + +* updated publish.yml and pyproject.toml ([`ecb52c3`](https://github.com/OpenPecha/toolkit-v2/commit/ecb52c371f48961758c9ffb27f21bb57e4df31ab)) + +* Merge branch 'main' of https://github.com/OpenPecha/toolkit-v2 into feat/publish_package ([`f6dd7d9`](https://github.com/OpenPecha/toolkit-v2/commit/f6dd7d9821d92b869747bc2a37e1b455a295ce77)) + +## v2.1.6 (2025-05-07) + +### Fix + +* fix: updated to remove the github repos from the dependencies in the package ([`0262c6e`](https://github.com/OpenPecha/toolkit-v2/commit/0262c6ea221307f8c8a5afe607f42dc1e32098a3)) + +* fix: updated all fiels related to publish package ([`54b6823`](https://github.com/OpenPecha/toolkit-v2/commit/54b682346a7f18dd122bdb8aa2ea29c8e754a2e5)) + +### Unknown + +* updated to build package ([`a319417`](https://github.com/OpenPecha/toolkit-v2/commit/a319417d92eaa1b24b8470df215f614f05d2e652)) + +* updated to versions ([`6796564`](https://github.com/OpenPecha/toolkit-v2/commit/67965642bfb508f1f8fdefd27c60ba8572c2552a)) + +## v2.1.5 (2025-05-07) + +### Fix + +* fix: reverted to previous verison of publish.yml ([`c314742`](https://github.com/OpenPecha/toolkit-v2/commit/c314742fe52443ea90084893ee75e34a8d1d0994)) + +* fix: new publish.yml build package job ([`85e0fea`](https://github.com/OpenPecha/toolkit-v2/commit/85e0fea698dc752f8668089f3a33b2db2a9f2539)) + +## v2.1.4 (2025-05-07) + +### Unknown + +* Merge branch 'main' of https://github.com/OpenPecha/toolkit-v2 ([`ec90053`](https://github.com/OpenPecha/toolkit-v2/commit/ec90053404b69866ef3b89363a674a22977f1de0)) + +## v2.1.3 (2025-05-07) + +### Fix + +* fix: publish.yml to publish the package ([`fe983a6`](https://github.com/OpenPecha/toolkit-v2/commit/fe983a6e2156f09f19e80f359679043822520d45)) + +* fix: publish.yml by removing a line ([`6caec91`](https://github.com/OpenPecha/toolkit-v2/commit/6caec91bd8cdffea57079f924f9e883d3692dea4)) + +* fix: publish.yml ([`549f54a`](https://github.com/OpenPecha/toolkit-v2/commit/549f54a3ff1020092d1c5ee28c758cf9cfcc6e25)) + +### Unknown + +* Merge branch 'main' of https://github.com/OpenPecha/toolkit-v2 ([`7b33bca`](https://github.com/OpenPecha/toolkit-v2/commit/7b33bca3928d753e8c48a81599eab1c16ed9e47b)) + +## v2.1.2 (2025-05-07) + +### Fix + +* fix: publishing package ([`253c31e`](https://github.com/OpenPecha/toolkit-v2/commit/253c31e16e31a6d69cb2188494f82c471fdaabf5)) + +* fix: pyproject.toml ([`c354f41`](https://github.com/OpenPecha/toolkit-v2/commit/c354f41393cadb1837537e10120a23ab429eb4f9)) + +* fix: publish.yml ([`c99eec0`](https://github.com/OpenPecha/toolkit-v2/commit/c99eec07da3bbf18982e587cf4c213a220d50245)) + +* fix: force patch release ([`6ca76b1`](https://github.com/OpenPecha/toolkit-v2/commit/6ca76b1e30c6a29804f831bb057818093d26fcab)) + +### Refactor + +* refactor: rename display_layer_path to segmentation_ann_path and sort map dict ([`584ec55`](https://github.com/OpenPecha/toolkit-v2/commit/584ec552ee838068f4de5c48210b16b1230459f5)) + +* refactor: simplify mapping functions and improve variable naming clarity ([`ae2a07d`](https://github.com/OpenPecha/toolkit-v2/commit/ae2a07d205916f6718ae7c77591ed66a7da2bd41)) + +### Unknown + +* Merge pull request #302 from OpenPecha/feat/publish_package + +Feat/publish package ([`1527283`](https://github.com/OpenPecha/toolkit-v2/commit/15272832d61c8470873cdaae7d50cad2b4fb2c90)) + +* change branch ([`05af056`](https://github.com/OpenPecha/toolkit-v2/commit/05af05686ab0c755aa31e029d9d421263a677fec)) + +* debug the git issue ([`afe5ff3`](https://github.com/OpenPecha/toolkit-v2/commit/afe5ff342c303cc2a972bea53a2c1f85b7fa7ced)) + +* Merge pull request #301 from OpenPecha/feat/publish_package + +updated the package publishing files ([`1f1e2af`](https://github.com/OpenPecha/toolkit-v2/commit/1f1e2af5697992f20aa3a4c5ff30b0fbace95eea)) + +* added beautifulsoup in project toml ([`779fb52`](https://github.com/OpenPecha/toolkit-v2/commit/779fb5207ced7bededf724b6a3f166d0cc03376d)) + +* updated the package publishing files ([`4c50060`](https://github.com/OpenPecha/toolkit-v2/commit/4c5006073e7f9ea9c383f08552cdc40a222d4fa5)) + +* Merge pull request #299 from OpenPecha/feat/PreAlignedCommentarySerializer-with-pecha-display + +Feat/pre aligned commentary serializer with pecha display ([`7346728`](https://github.com/OpenPecha/toolkit-v2/commit/7346728788b10da2eb5b69d3391ddfa4807f37a2)) + +* Fix annotation ID generation in Pecha class ([`7d49000`](https://github.com/OpenPecha/toolkit-v2/commit/7d49000078d17b6441db0ca42085b53b9458ba28)) + +* Add support for prealigned commentary with segmentation annotation ([`c9db827`](https://github.com/OpenPecha/toolkit-v2/commit/c9db82712602248073bb5707ff54a124fefccb3f)) + +* Move is_segmentation_annotation function outside of _serialize_prealigned_root_translation_pecha ([`43133d6`](https://github.com/OpenPecha/toolkit-v2/commit/43133d6297c274b7d9accb3e37aed0b1aeada122)) + +* Fix annotation path comparison in segmentation check ([`a472675`](https://github.com/OpenPecha/toolkit-v2/commit/a472675f07c0c28abb096dd79c9b139c121afd26)) + +* Fix root alignment ID retrieval using annotation path in commentary serialization ([`e2b4a68`](https://github.com/OpenPecha/toolkit-v2/commit/e2b4a68a0184d506b2c295764911497f0a41029e)) + +* Refactor segmentation check into dedicated function for better readability ([`a56c203`](https://github.com/OpenPecha/toolkit-v2/commit/a56c203f023f55a66a287463af7cafdaf278b35c)) + +* Make alignment_id optional in PechaAlignment and fix alignment serialization ([`619d4dd`](https://github.com/OpenPecha/toolkit-v2/commit/619d4ddd832ed3bd2f202a5e621b02d16e1a1cab)) + +* Add condition to handle translation segmentation id in prealigned root translation ([`091f143`](https://github.com/OpenPecha/toolkit-v2/commit/091f14307c25df3407ec788a5430ee4a020f5cc3)) + +* Add support for commentary segmentation in prealigned commentary serializer ([`8002206`](https://github.com/OpenPecha/toolkit-v2/commit/800220608f34b1c5d863714404f8206a96387466)) + +* Rename translation_display_id to translation_segmentation_id for consistency ([`946c11f`](https://github.com/OpenPecha/toolkit-v2/commit/946c11fa6fb297fa325a505c0754992ac199d9e9)) + +* Add method to serialize commentary segments with display index mapping ([`4fe0c66`](https://github.com/OpenPecha/toolkit-v2/commit/4fe0c66f796ef9ec4926f9aa29ae22f5591ff83b)) + +* Rename display_id to segmentation_id for better clarity in translation transfer ([`7e3f8c9`](https://github.com/OpenPecha/toolkit-v2/commit/7e3f8c94a195411dd845d0ab6ab8d3387bb295f1)) + +* Refactor annotation mapping with helper functions and improved error handling ([`1b3f10a`](https://github.com/OpenPecha/toolkit-v2/commit/1b3f10a25e828ee3470b75103c0969be42cf6533)) + +* Fix root index mapping handling and update test expected values ([`0a6c0ef`](https://github.com/OpenPecha/toolkit-v2/commit/0a6c0ef5ef7969278e3d88f818c53d646e5637be)) + +* Add method to handle multiple root indices and get commentary pechas mapping ([`845f750`](https://github.com/OpenPecha/toolkit-v2/commit/845f750cc4809c21ab9a61f1edeba234a4b28ffe)) + +* Refactor commentary processing into smaller methods for better readability ([`182d9b0`](https://github.com/OpenPecha/toolkit-v2/commit/182d9b03e8c2cc289cc830dba8aff17fac96b6fb)) + +* Refactor validation logic into reusable is_valid_ann method ([`e7255ca`](https://github.com/OpenPecha/toolkit-v2/commit/e7255cab1134653a5db9b139f168c5a819cf28aa)) + +* Refactor get_first_valid_root_idx into static method for better reusability ([`43a9e72`](https://github.com/OpenPecha/toolkit-v2/commit/43a9e721aa7a038cbeab0f7bbf8572f09a30e7b8)) + +* Refactor commentary transfer with helper functions for root index validation ([`2ea9288`](https://github.com/OpenPecha/toolkit-v2/commit/2ea9288126b45a226c03fc571d3e181fcc340a70)) + +* Rename process_segment_num_for_chapter to adjust_segment_num_for_chapter ([`00f3505`](https://github.com/OpenPecha/toolkit-v2/commit/00f3505ae625098a7f2c03a52e6b738b1dc3d299)) + +* Rename get_chapter_num_from_segment_num to get_chapter_for_segment for clarity ([`9138879`](https://github.com/OpenPecha/toolkit-v2/commit/9138879c65b83cd812df390bf0d376728c048fec)) + +* Add return type annotation for mapping_to_text_list and remove test calls ([`06aaad3`](https://github.com/OpenPecha/toolkit-v2/commit/06aaad3b10cab06480397707d26db8c804bbeaba)) + +* Rename get_serialized_from_mapping to mapping_to_text_list for better clarity ([`35c5c46`](https://github.com/OpenPecha/toolkit-v2/commit/35c5c46f34b5dd4d01f847ed145077422714dafc)) + +* Rename root_idx to aligned_idx for better clarity in translation transfer ([`a71702d`](https://github.com/OpenPecha/toolkit-v2/commit/a71702dd4122b6bd2cb462f7294e235df3388de5)) + +* Refactor translation transfer with code reuse and add test execution code ([`55ae55a`](https://github.com/OpenPecha/toolkit-v2/commit/55ae55acd293833ce940417a3db2bf0b9416b4ab)) + +* Remove test code and simplify root segmentation mapping logic ([`061f924`](https://github.com/OpenPecha/toolkit-v2/commit/061f92441557cf15dee4545e76ab1581352fd5a4)) + +* Refactor layer loading in translation_transfer to improve readability ([`f62ca41`](https://github.com/OpenPecha/toolkit-v2/commit/f62ca4168a3001775df66547bb44ec44541e6e04)) + +* Rename translation_alignment_layer var to layer and add test execution code ([`a9b90a5`](https://github.com/OpenPecha/toolkit-v2/commit/a9b90a5f4209bce0865ced9d9e0184cecd04afc4)) + +* Reorder root index parsing to avoid unnecessary processing for empty commentary text ([`51e6ae2`](https://github.com/OpenPecha/toolkit-v2/commit/51e6ae20115c00e6f11eb5990f9f4cf6223a15a4)) + +* Rename serialized_content to res and improve code formatting in commentary_transfer.py ([`9c438a3`](https://github.com/OpenPecha/toolkit-v2/commit/9c438a39b697d8c762bbdf240ea6f39ff2aa4f30)) + +* Improve docstring formatting for better readability ([`7d296cd`](https://github.com/OpenPecha/toolkit-v2/commit/7d296cd26a1890a384013787200c8da334dafb13)) + +* Refactor commentary transfer with improved type hints and code organization ([`ddcd874`](https://github.com/OpenPecha/toolkit-v2/commit/ddcd8749b33ecdff4238cd1e20edbb2c9590cf5a)) + +* Rename display_layer variables to segmentation for clarity and consistency ([`b18bf91`](https://github.com/OpenPecha/toolkit-v2/commit/b18bf91a1ad38b73b09ec8578a09c1d9fb6073f8)) + +* Rename ann_to_dict method to index_annotations_by_root for better clarity ([`62b8c4f`](https://github.com/OpenPecha/toolkit-v2/commit/62b8c4f2fb1ae68211db36dc771fe70a780590b1)) + +* Refactor extract_root_anns to ann_to_dict for simpler annotation processing ([`9d035ad`](https://github.com/OpenPecha/toolkit-v2/commit/9d035ad17eb4b716e6f9a8ed9a6e04d82204b0ca)) + +* Refactor annotation mapping logic with improved type hints and variable names ([`6b6c7ff`](https://github.com/OpenPecha/toolkit-v2/commit/6b6c7ff80398891854a4fa15799ab34795e78578)) + +* Rename display layer to segmentation layer and refactor mapping function ([`7baf131`](https://github.com/OpenPecha/toolkit-v2/commit/7baf131e224c40228290a45a7f520234a2ed05f2)) + +* Rename translation serialization methods for clarity and remove test code ([`15be984`](https://github.com/OpenPecha/toolkit-v2/commit/15be984d6c6fbcd0dcbaa7105489bc5efb28b93d)) + +* Improve serialization docstrings for translation alignment and segmentation ([`8277fef`](https://github.com/OpenPecha/toolkit-v2/commit/8277fefcf7466aa15658becbf6652bc26d118c1f)) + +* Improve variable names and add type hints in translation transfer functions ([`cf64a75`](https://github.com/OpenPecha/toolkit-v2/commit/cf64a75586a845bb752a8e10a4c4a91a2c067893)) + +* Rename variables for better clarity and consistency in translation_transfer.py ([`1af94a6`](https://github.com/OpenPecha/toolkit-v2/commit/1af94a67722fb6de0e0d2443939c992aa8ca2b8a)) + +* Refactor translation layer loading and variable naming in translation_transfer.py ([`f71f009`](https://github.com/OpenPecha/toolkit-v2/commit/f71f0090a958e8fbbb130cb67453334d3588bafd)) + +* Rename mapping var to map and fix display layer path in translation mapping ([`7e4a579`](https://github.com/OpenPecha/toolkit-v2/commit/7e4a579f80ebda02b59bc15ecca39a5ae70f640d)) + +* Add translation_display_id param to get_translation_pechas_mapping method ([`d7a92e4`](https://github.com/OpenPecha/toolkit-v2/commit/d7a92e408fb6f561a75098e2f3832e46c3a3b0ce)) + +* Remove unnecessary blank lines in translation_transfer.py ([`4846d89`](https://github.com/OpenPecha/toolkit-v2/commit/4846d89236feac137670f98b6935686ff72e783e)) + +* Refactor translation transfer to use get_anns and improve span handling ([`89dbd97`](https://github.com/OpenPecha/toolkit-v2/commit/89dbd97891ccfc187a075c75fe2e756b61061477)) + +* Rename transfer_layer to alignment_layer for better clarity ([`94ac7e7`](https://github.com/OpenPecha/toolkit-v2/commit/94ac7e7f02e59c6fd1007af6d4d2b3abe37f4932)) + +* Replace AnnotationStore with load_layer for loading layer files ([`f454359`](https://github.com/OpenPecha/toolkit-v2/commit/f4543598fddd68b8c8528c4a727c4fdaf862cf62)) + +* add segmentation pecha display layer to commentary pecha ([`a8d0805`](https://github.com/OpenPecha/toolkit-v2/commit/a8d0805d49ffcb09de96ea17af133562eb248a4f)) + +* Merge pull request #300 from OpenPecha/fix/dont-return-layername-after-DocxUpdate + +Add return type hint and remove unused layer name variable in update_… ([`5ed188f`](https://github.com/OpenPecha/toolkit-v2/commit/5ed188f22682c15814592845b0140ecf24c91f0f)) + +* Add return type hint and remove unused layer name variable in update_annotation ([`61ebd8f`](https://github.com/OpenPecha/toolkit-v2/commit/61ebd8f2fcc3a0baff7f089229613c834aa69858)) + +* Merge pull request #298 from OpenPecha/feat/publish_package + +updated .releaserc.json ([`a6993f0`](https://github.com/OpenPecha/toolkit-v2/commit/a6993f002f5c965d370cfc7937903093e5d82d2a)) + +## v2.1.0 (2025-05-04) + +### Feature + +* feat: implement docx annotation update functionality ([`05d9e51`](https://github.com/OpenPecha/toolkit-v2/commit/05d9e514abfbfbea175feb8d1157f3b73251d9ce)) + +* feat: load annotation store as layer ([`9e3e11e`](https://github.com/OpenPecha/toolkit-v2/commit/9e3e11e7e599a40a3044a8c28146ddf6e9c1892d)) + +* feat: import blupdate from old version ([`b671460`](https://github.com/OpenPecha/toolkit-v2/commit/b6714609d0eea1a2f302551e257a37cda621b73c)) + +### Fix + +* fix(pecha.merge): update reference resources ([`be29654`](https://github.com/OpenPecha/toolkit-v2/commit/be296544ff485dd7bc1e92d78891303a3439be55)) + +* fix: annotation offset edits in update layer ([`3c7d535`](https://github.com/OpenPecha/toolkit-v2/commit/3c7d5350c85170907e8bca9f2e96a6dcd8e8a063)) + +* fix: update layer ([`dcbc1f8`](https://github.com/OpenPecha/toolkit-v2/commit/dcbc1f8e322be658760119d784436f6e8776ae11)) + +### Refactor + +* refactor: update LayerEnum values to use uppercase constants ([`6174155`](https://github.com/OpenPecha/toolkit-v2/commit/61741552afbbc719e69e91aa9a300ce028f919b6)) + +* refactor: move test data to SharedPechaSetup class ([`b82ae24`](https://github.com/OpenPecha/toolkit-v2/commit/b82ae24a2998fbd064c17979104306fe55f1c15b)) + +* refactor: simplify test metadata using class attributes ([`cc24b40`](https://github.com/OpenPecha/toolkit-v2/commit/cc24b409c2f20dfb4e81499922753e6b9852188b)) + +* refactor: replace root_display_pecha with root_alignment_id in serializer ([`a82d243`](https://github.com/OpenPecha/toolkit-v2/commit/a82d243d89fb4506f0ddd21e5c6362a1a776b23c)) + +* refactor: rename meaning_segment_layer to layer for consistency ([`59723e6`](https://github.com/OpenPecha/toolkit-v2/commit/59723e6626d1231e55e868a5b327b9dccb252b14)) + +* refactor: remove language-specific segment layer enums and use root_segment ([`9006439`](https://github.com/OpenPecha/toolkit-v2/commit/900643976cbf1193ff5480d0cfe303b78e2fa9e4)) + +### Unknown + +* updated .releaserc.json ([`0891ca4`](https://github.com/OpenPecha/toolkit-v2/commit/0891ca4bd153918370a112423939700771cbbbdd)) + +* Merge pull request #297 from OpenPecha/feat/publish_package + +added .releaserc.json ([`bda7349`](https://github.com/OpenPecha/toolkit-v2/commit/bda7349507345f3d1334b771b66b97c3d3972b7e)) + +* added .releaserc.json ([`ba9efa5`](https://github.com/OpenPecha/toolkit-v2/commit/ba9efa58daec6ed5f68ef766c564ce56a632e6e4)) + +* Merge pull request #296 from OpenPecha/feat/publish_package + +fix pyproject for package publishing ([`46a1bce`](https://github.com/OpenPecha/toolkit-v2/commit/46a1bce21c22bd12226afda729bd2765e8fa3852)) + +* fix pyproject for package publishing ([`27db385`](https://github.com/OpenPecha/toolkit-v2/commit/27db385a50433498a47e146db5af2ee62f00d9f5)) + +* Merge pull request #295 from OpenPecha/feat/publish_package + +fix python version ([`c39bfc8`](https://github.com/OpenPecha/toolkit-v2/commit/c39bfc80ea78926026d5ac28759266b252e0d445)) + +* fix python version ([`a0dc0e9`](https://github.com/OpenPecha/toolkit-v2/commit/a0dc0e9df8ad8b8488d8db7df57ecaf8b3256caa)) + +* Merge pull request #292 from OpenPecha/feat/publish_package + +Feat/publish package ([`e9ffdcb`](https://github.com/OpenPecha/toolkit-v2/commit/e9ffdcb68e2d8905d0fad49bef00b32fff5f9eb2)) + +* updated workflow github actions ([`4aa5eb2`](https://github.com/OpenPecha/toolkit-v2/commit/4aa5eb25c515d2ae485bc7d294551c920ea5e5ee)) + +* updated ([`4c7ce7a`](https://github.com/OpenPecha/toolkit-v2/commit/4c7ce7a7c1f4c94d13d8579f5c9b3d2358e7ab93)) + +* updated python version to 3.10 ([`367fed9`](https://github.com/OpenPecha/toolkit-v2/commit/367fed9b27eac164e981de231dae6e88b81f555b)) + +* updated python version in the publish.yml ([`b448ea9`](https://github.com/OpenPecha/toolkit-v2/commit/b448ea92145ecedf974826898280424e13bb6acc)) + +* updated metadata test, added dev requirement file and updates ([`e439f2e`](https://github.com/OpenPecha/toolkit-v2/commit/e439f2e6f248e365c423f69fa9a9aaf3b9162c93)) + +* Merge branch 'main' of https://github.com/OpenPecha/toolkit-v2 into feat/publish_package ([`5c24c1c`](https://github.com/OpenPecha/toolkit-v2/commit/5c24c1cdeb51731e02be1667fc9cdb57e6286064)) + +* Merge pull request #294 from OpenPecha/modify/include-annotation_type-in-DocxParser-parse + +Modify/include annotation type in docx parser parse ([`6d89b5a`](https://github.com/OpenPecha/toolkit-v2/commit/6d89b5af3ee02e75269cd82aaae39484a7dfd198)) + +* Rename layer enums and functions to use annotation terminology ([`9ff5f3f`](https://github.com/OpenPecha/toolkit-v2/commit/9ff5f3fc0f3fda547ec5edcd3253cb75fb3a2a70)) + +* Make DummyParser inherit from BaseParser and remove redundant code ([`0eb896c`](https://github.com/OpenPecha/toolkit-v2/commit/0eb896c774fd83fa243bfb1e8748e3755c067efa)) + +* Refactor LayerEnum to AnnotationType across codebase ([`d0b0854`](https://github.com/OpenPecha/toolkit-v2/commit/d0b08544eb95bab1b31150449f8df3d98c40407d)) + +* Add annotation_type param to docx parser for flexible layer creation ([`98df76f`](https://github.com/OpenPecha/toolkit-v2/commit/98df76f22197d42dcc03d849e19759b999d74a7a)) + +* Merge pull request #293 from OpenPecha/feat/PreAlignedRootTranslationSerializer-with-PechaDisplay + +Feat/pre aligned root translation serializer with pecha display ([`3b6c37e`](https://github.com/OpenPecha/toolkit-v2/commit/3b6c37e8594472b44703fbb27e34738316713e7b)) + +* Merge branch 'main' into feat/PreAlignedRootTranslationSerializer-with-PechaDisplay ([`fbf6b2b`](https://github.com/OpenPecha/toolkit-v2/commit/fbf6b2bd9fd22e278ae95e9a852df2fc4d4ed6c6)) + +* Add support for translation display ID in prealigned root translation serialization ([`be799d2`](https://github.com/OpenPecha/toolkit-v2/commit/be799d204e7ec94c2582ea332af07081ddf89777)) + +* Add test data for prealigned root translation with alignment files ([`43ac1dd`](https://github.com/OpenPecha/toolkit-v2/commit/43ac1ddb84e46f5b37fe411476f9e079a0dc4880)) + +* Remove test execution code from translation transfer test file ([`143354e`](https://github.com/OpenPecha/toolkit-v2/commit/143354e524f4236a8dad7d8377c3441b67a5c06d)) + +* fix logic to get serialized translation with pecha display ([`fac8a5f`](https://github.com/OpenPecha/toolkit-v2/commit/fac8a5f2a641967ee2bd922ec6fed87fadf64323)) + +* Refactor layer loading into common function and update usage across modules ([`d60e8aa`](https://github.com/OpenPecha/toolkit-v2/commit/d60e8aaec8eef5ff48897de643d92c8c14e90bcc)) + +* Rename test function to test_prealigned_root_translation_pecha for clarity ([`676e139`](https://github.com/OpenPecha/toolkit-v2/commit/676e139ab395d8f4d92a5840252dd133d54fb9e9)) + +* Refactor layer loading into separate method for better code reusability ([`4601a09`](https://github.com/OpenPecha/toolkit-v2/commit/4601a0971b1884392d53445c2014602c3b2da61d)) + +* refactor rename extract root anns to extract anns ([`f5395ae`](https://github.com/OpenPecha/toolkit-v2/commit/f5395ae2256286cbfe5166703557fb5891042c79)) + +* Rename variables for clarity and consistency in translation transfer module ([`f0cac26`](https://github.com/OpenPecha/toolkit-v2/commit/f0cac26807e8d808bbcb7d8969753bf572176c21)) + +* Add serialized translation display with display index test ([`6aba076`](https://github.com/OpenPecha/toolkit-v2/commit/6aba07699ff99538d43466a985ab66e211a5d666)) + +* Fix layer mapping order and update test mapping data ([`f364fe1`](https://github.com/OpenPecha/toolkit-v2/commit/f364fe1e252a2ffcfdd296583e9338eafb690fed)) + +* Add method to get mapping between translation display pecha and translation pecha ([`b58d38f`](https://github.com/OpenPecha/toolkit-v2/commit/b58d38f7f5fb917d8cc817894cc9cdb49cbb9eaa)) + +* Refactor extract_root_anns and improve type hints for annotation mapping ([`7e70bcc`](https://github.com/OpenPecha/toolkit-v2/commit/7e70bcc2d2c80b9c8cf74d0560646da0704bc8af)) + +* Refactor translation transfer with improved type hints and code organization ([`39b4fe5`](https://github.com/OpenPecha/toolkit-v2/commit/39b4fe579a2c304403d23c9060b445f3d10c62db)) + +* Remove unused get_first_layer_path method from TranslationAlignmentTransfer class ([`c8a6181`](https://github.com/OpenPecha/toolkit-v2/commit/c8a618132316c85307ba2aaf71051be6244dc45a)) + +* Remove base_update method and cleanup unused code in commentary_transfer.py ([`7918de1`](https://github.com/OpenPecha/toolkit-v2/commit/7918de1e9d136d3dcfc2c70a26b25cf56dd4a026)) + +* Add translation alignment ID parameter to support TestTranslationAlignmentTransfer ([`721eddb`](https://github.com/OpenPecha/toolkit-v2/commit/721eddb6e28150ea58647b5cabde931e0832fb9d)) + +* add Root Translation segmentation annotation (Pecha Display) ([`b0677d2`](https://github.com/OpenPecha/toolkit-v2/commit/b0677d20f8a22238a56c1d9b39d9597867142061)) + +* Update alignment path from E949/alignment-2F29 to BEC3/alignment-90C0 ([`8e77316`](https://github.com/OpenPecha/toolkit-v2/commit/8e773164ee4fe3f5ca54f1dc7bc17847180fdcd9)) + +* updated files and added poetry.lock file as well ([`246e8c3`](https://github.com/OpenPecha/toolkit-v2/commit/246e8c3b837bb50b6363229677f5e7e7ce676727)) + +* fix the pyproject.tml content ([`733cfae`](https://github.com/OpenPecha/toolkit-v2/commit/733cfae4d2f14e2720fc7c17e8704cc8bdfee1e0)) + +* added the required files ([`3e37c80`](https://github.com/OpenPecha/toolkit-v2/commit/3e37c80f32f38b17b5970837af9360df252f0b56)) + +* Merge pull request #291 from OpenPecha/fix/add-PechaTools-serializer + +Add translation editor serializer with tests and supporting utilities ([`1a53b72`](https://github.com/OpenPecha/toolkit-v2/commit/1a53b7241dac198dd78461f7ff34dd676dd18298)) + +* Add translation editor serializer with tests and supporting utilities ([`0430c26`](https://github.com/OpenPecha/toolkit-v2/commit/0430c267117b1f1361d4b9b9ac58ae7e807cc982)) + +* Merge pull request #290 from OpenPecha/fix/LayerEnum-values-in-AnnotationModel + +Update enum values and type strings for consistency in annotation tests ([`9a64b8e`](https://github.com/OpenPecha/toolkit-v2/commit/9a64b8ebe52bad27d5cc0e1a36e0bd9cf160d530)) + +* Update enum values and type strings for consistency in annotation tests ([`cbb32b9`](https://github.com/OpenPecha/toolkit-v2/commit/cbb32b91614ee899c0b0c991bde3b7004fe3091b)) + +* Merge pull request #287 from OpenPecha/fix/Enums-naming-convention + +Fix/enums naming convention ([`430fd4b`](https://github.com/OpenPecha/toolkit-v2/commit/430fd4bc8b57dc17e9e6ca76b188f4cde81676c3)) + +* update the LayerEnum, LayerGroup, LayerCollection in stam test files ([`0f715d3`](https://github.com/OpenPecha/toolkit-v2/commit/0f715d338f557cc298f5666394a97038a0aa3b8b)) + +* Update layer file naming convention to lowercase in OCR test files ([`efab390`](https://github.com/OpenPecha/toolkit-v2/commit/efab390be8f7bdcd7b5e9f2ff7bc13623aa5fb32)) + +* update the test files in DocxUpdate ([`c6c7ed0`](https://github.com/OpenPecha/toolkit-v2/commit/c6c7ed0b0aaaecd4c4c72baa51ff82d61e95dd39)) + +* update test files in DocxAnnotationParser ([`b54dda8`](https://github.com/OpenPecha/toolkit-v2/commit/b54dda8ee44f67bda02f08788bd9080b30686a55)) + +* Update sapche annotation key from "Sapche" to "sapche" in test files ([`9260e7b`](https://github.com/OpenPecha/toolkit-v2/commit/9260e7b4e242c5502555439b78ba7250f36d1b69)) + +* update the test in docx update ([`37eb15b`](https://github.com/OpenPecha/toolkit-v2/commit/37eb15b056845ca7dbf4085af77a875a5613a22f)) + +* Update annotation filenames to use lowercase in test_serializer.py ([`593e9a8`](https://github.com/OpenPecha/toolkit-v2/commit/593e9a826388c00ed0da34231e8a933909d8500b)) + +* Update file paths to use lowercase for layer names in filenames ([`43152d2`](https://github.com/OpenPecha/toolkit-v2/commit/43152d2e7e808f63b2da39c2f58f503a2896059c)) + +* Update annotation paths to use lowercase filenames in test files ([`a92dbe0`](https://github.com/OpenPecha/toolkit-v2/commit/a92dbe002b60a0df81ea091bfd7f2f59f16691fa)) + +* Fix book title layer enum value to use snake_case format ([`154846b`](https://github.com/OpenPecha/toolkit-v2/commit/154846ba9c7b22994ea36455e4b6664f0ed03afc)) + +* Add test cases for get_text_with_pagination and get_text_with_notes functions ([`18a620e`](https://github.com/OpenPecha/toolkit-v2/commit/18a620eecb76fd4f40209519a975d74f8f3b5ea8)) + +* update layer file names to lowercase in UpdateSerializer ([`e48bad6`](https://github.com/OpenPecha/toolkit-v2/commit/e48bad6b78c5109768ed7f0b292c4cc8394fca20)) + +* Update alignment and segmentation file paths to use lowercase names ([`338faa8`](https://github.com/OpenPecha/toolkit-v2/commit/338faa8d54010f937ff6a4c61c7b072cd0cdeed9)) + +* update layer file names in lowercase in pedurma tests ([`e200d6f`](https://github.com/OpenPecha/toolkit-v2/commit/e200d6f1b6647fcefc5c2aae3af47895e633ba11)) + +* Fix alignment file paths to use lowercase in test_simple_commentary.py ([`152a6d1`](https://github.com/OpenPecha/toolkit-v2/commit/152a6d1ae807249235cf397401ccfe2f507c27cf)) + +* Update file paths to use lowercase for alignment and segmentation layer names ([`85d5782`](https://github.com/OpenPecha/toolkit-v2/commit/85d5782f8bd050e96678f19d50dfd6bc895cb998)) + +* Remove test function call from test_pecha_db_serializer.py ([`258a74d`](https://github.com/OpenPecha/toolkit-v2/commit/258a74dbe7f42c86a92aa755991c3f4e9d5fc8b9)) + +* update complex commentary layer files to lower cases ([`4ab5970`](https://github.com/OpenPecha/toolkit-v2/commit/4ab5970b31fb195f7335e4596280e10fdb7aac37)) + +* Fix segmentation layer filename casing in test_pecha_merge.py ([`6f40502`](https://github.com/OpenPecha/toolkit-v2/commit/6f4050208a1b126430bb7c8288cf1fa7df3d5200)) + +* Fix chapter key casing in test_chonjuk.py from Chapter to chapter ([`ae5d4db`](https://github.com/OpenPecha/toolkit-v2/commit/ae5d4dbaf06aa8ed19a5d0b127bc13cca16f7cdb)) + +* Merge pull request #289 from OpenPecha/add/import-test-AnnotationModel-from-backend + +Add comprehensive test cases for AnnotationModel validation and seria… ([`2f4555f`](https://github.com/OpenPecha/toolkit-v2/commit/2f4555fbf6091236eb924a6f5e55da3066379bb3)) + +* Add field descriptions for pecha_id and alignment_id in PechaAlignment model ([`3857c2b`](https://github.com/OpenPecha/toolkit-v2/commit/3857c2b82175ec20f752aef04f3650653aaed5b1)) + +* Add comprehensive test cases for AnnotationModel validation and serialization ([`a7f4099`](https://github.com/OpenPecha/toolkit-v2/commit/a7f409905ce70cf9c4ba9f131a07212844aad177)) + +* Merge pull request #286 from OpenPecha/fix/warnings + +Fix model fields access using type() to get class-level fields instea… ([`7d5afe5`](https://github.com/OpenPecha/toolkit-v2/commit/7d5afe59d0fadc53c9b00b848274f9c328053cb6)) + +* Fix model fields access using type() to get class-level fields instead of instance fields ([`41cd7d9`](https://github.com/OpenPecha/toolkit-v2/commit/41cd7d9da4dc6af6a75e66e303ed7b4fcf0d1ab7)) + +* Merge pull request #275 from OpenPecha/modify-serializers/include-annotation_id-argument + +Modify serializers/include annotation path argument ([`e795e1e`](https://github.com/OpenPecha/toolkit-v2/commit/e795e1e0e1702e1d3a0b7b4a850c9e8a8d55ef9e)) + +* Rename annotation id field to path for better semantic clarity ([`1d9274f`](https://github.com/OpenPecha/toolkit-v2/commit/1d9274fda436cb8c2709e5942b377b362cb9047b)) + +* Merge remote-tracking branch 'origin/main' into modify-serializers/include-annotation_id-argument ([`782b41d`](https://github.com/OpenPecha/toolkit-v2/commit/782b41d19e56cd54e3f53cc6f1108bfca4e63925)) + +* Refactor pecha serialization using registry pattern and separate handler functions ([`8609da9`](https://github.com/OpenPecha/toolkit-v2/commit/8609da938a5212a17cdf17a6df08c2b969d1c232)) + +* Fix index for root pecha and annotation id in root translation serialization ([`7b59e88`](https://github.com/OpenPecha/toolkit-v2/commit/7b59e88381fd98b51ba18348b1bb93be8cb2611d)) + +* Remove unused get_first_layer_path method from CommentaryAlignmentTransfer class ([`83d12a7`](https://github.com/OpenPecha/toolkit-v2/commit/83d12a726a8b1a4676cd99ba90f598cd848345c3)) + +* Remove version_of field from metadata and update has_version_of docstring ([`bf3a437`](https://github.com/OpenPecha/toolkit-v2/commit/bf3a437b51f334462bdfb1132cfd7a8a5cd54bf4)) + +* Refactor docx annotation parser test using SharedPechaSetup class ([`3f9930b`](https://github.com/OpenPecha/toolkit-v2/commit/3f9930b38e392f71622c71049190db3e0f7b2367)) + +* Refactor docx test setup using SharedPechaSetup class ([`51e5174`](https://github.com/OpenPecha/toolkit-v2/commit/51e517481d88ec201b2a4d1d73de58274a151691)) + +* Refactor SharedPechaSetup ([`cee71cb`](https://github.com/OpenPecha/toolkit-v2/commit/cee71cb6319f0036bb96366581de9d26392ec22e)) + +* delete unneccessary files from test_pecha_types ([`c22a66d`](https://github.com/OpenPecha/toolkit-v2/commit/c22a66dabb59b8ca8356d602068d5c7174d255ad)) + +* create PechaSetup for test codes refactorization ([`410a1bf`](https://github.com/OpenPecha/toolkit-v2/commit/410a1bf9e6b09d3da6c20950f1b2fb03b2b9fe20)) + +* Update prealigned commentary serializer with alignment IDs and fix test ([`590d5a1`](https://github.com/OpenPecha/toolkit-v2/commit/590d5a1b283cb7f8bda089c6739e74924cd2f565)) + +* Fix root alignment ID retrieval and update test for prealigned translation ([`b668b5b`](https://github.com/OpenPecha/toolkit-v2/commit/b668b5ba89a34530341ab627be323c1d8fb114af)) + +* Update alignment IDs and add test execution code in test_serializer.py ([`c21cb3d`](https://github.com/OpenPecha/toolkit-v2/commit/c21cb3db4033c099e01457d7ec86f1bd0d6cdeba)) + +* Add annotation metadata to test pecha metadata ([`339cef6`](https://github.com/OpenPecha/toolkit-v2/commit/339cef664457fe443b4f1332311b6ccd8b299b28)) + +* Add annotation metadata to test pecha metadata ([`601259c`](https://github.com/OpenPecha/toolkit-v2/commit/601259c7f94c6595844bdec2e5c3194916764cfd)) + +* Fix alignment ID comparison in pecha type determination ([`1936a77`](https://github.com/OpenPecha/toolkit-v2/commit/1936a77af50f24a6d703de472d26d20488489f88)) + +* Fix root pecha detection logic in is_version_pecha function ([`497c9e0`](https://github.com/OpenPecha/toolkit-v2/commit/497c9e0aab25d4081cdb37910c0b021d480e0b78)) + +* Add test data for commentary translation pecha and update test case ([`1ecd644`](https://github.com/OpenPecha/toolkit-v2/commit/1ecd644309c566ce774abe2844e925f285124312)) + +* Refactor pecha type tests and add commentary translation path ([`f5eb368`](https://github.com/OpenPecha/toolkit-v2/commit/f5eb3685fd3e31c70ed877476c0f103f02d3ed3e)) + +* Merge remote-tracking branch 'origin/fix/rename-annotation_id-to-annotation_path' into modify-serializers/include-annotation_id-argument ([`de40245`](https://github.com/OpenPecha/toolkit-v2/commit/de40245dd659b59aa7054773a8ebf4aa76cfb97b)) + +* Comment out test cases for prealigned commentary and translation serialization ([`d6ff64c`](https://github.com/OpenPecha/toolkit-v2/commit/d6ff64c15ff62f0df5836f285c4ea08ba62ccd76)) + +* Update PreAlignedRootTranslationSerializer to use root alignment ID instead of display pecha ([`4aec707`](https://github.com/OpenPecha/toolkit-v2/commit/4aec707bb90ad4febe09e0855ac943a324836fbb)) + +* Remove root_display_pecha and update test cases to use root_pecha instead ([`ba652d4`](https://github.com/OpenPecha/toolkit-v2/commit/ba652d46d19afe89957b331a4e9f37626568e3c1)) + +* Refactor PreAlignedCommentarySerializer to use alignment ID instead of display pecha ([`1db4ba8`](https://github.com/OpenPecha/toolkit-v2/commit/1db4ba88d78b3d1ae719ea61d490e9fd7f308b14)) + +* Move test files from commentary to translation directory ([`cffef04`](https://github.com/OpenPecha/toolkit-v2/commit/cffef04b3e8b0767b67868820c769dca22daf75c)) + +* Update test file paths and annotation ID in docx update tests ([`620534e`](https://github.com/OpenPecha/toolkit-v2/commit/620534e05b1b3143408da33cc18ecc5c0338fedb)) + +* Update test paths and remove root display pecha references ([`adf6106`](https://github.com/OpenPecha/toolkit-v2/commit/adf61067f27778376604c5758ed8b2cd89696ba8)) + +* Update test paths and remove root display pecha references ([`b5d8ff4`](https://github.com/OpenPecha/toolkit-v2/commit/b5d8ff4dc699141afdddac3051382f6f61adebd5)) + +* Reorganize test data directory structure and update test paths ([`c719579`](https://github.com/OpenPecha/toolkit-v2/commit/c7195790b879d3aa1dfe4d610beecb1de25a7bbb)) + +* Update commentary transfer to use explicit alignment IDs instead of first layer path ([`05dc693`](https://github.com/OpenPecha/toolkit-v2/commit/05dc693495685bb4be82430ebcad0032d1024116)) + +* Update root pecha mapping to use alignment layer instead of base update ([`8fd4576`](https://github.com/OpenPecha/toolkit-v2/commit/8fd457669f5ebfd0664fabda89e743cfdf0fdf4e)) + +* Reorganize test data files for translation transfer tests ([`bcda1cb`](https://github.com/OpenPecha/toolkit-v2/commit/bcda1cb81272639d4d52b9154ed3bb6b9dff867d)) + +* Refactor translation transfer to use root pecha alignment layer directly ([`1e8c817`](https://github.com/OpenPecha/toolkit-v2/commit/1e8c8174912c71a41e090a7878ce551151ec1e86)) + +* Add annotation_id parameter to commentary serializer and update tests ([`7db93ee`](https://github.com/OpenPecha/toolkit-v2/commit/7db93ee0271c224faa88e40649b4594c0b005928)) + +* Add annotation_id param to SimpleCommentarySerializer for specific layer access ([`1fdeca2`](https://github.com/OpenPecha/toolkit-v2/commit/1fdeca26e9a3c66795db3fb72a2725561e0c6f39)) + +* Add annotation_id param to RootSerializer.serialize() method calls ([`0434bcd`](https://github.com/OpenPecha/toolkit-v2/commit/0434bcde75748496b632be3aa33761c54afa1b25)) + +* Add annotation_id parameter to serialize method for root pecha serialization ([`812694c`](https://github.com/OpenPecha/toolkit-v2/commit/812694c9bd8ee083fa7bbc7e9ce86504ba6a782e)) + +* Add alignment annotations to pecha metadata and update alignment IDs ([`8b0abd8`](https://github.com/OpenPecha/toolkit-v2/commit/8b0abd8793c0ac2f71cd5128754346ce6b756979)) + +* Add annotations field with AnnotationModel to pecha metadata ([`b9c4d5d`](https://github.com/OpenPecha/toolkit-v2/commit/b9c4d5d5d6ec7ae7bf6e0596db8eadba4a470133)) + +* Merge pull request #285 from OpenPecha/fix/AnnotationModel + +Fix/annotation model ([`cf08ce1`](https://github.com/OpenPecha/toolkit-v2/commit/cf08ce164f5f5efa8f10a456cad4dcd7e5f94c75)) + +* Set default LayerEnum.segmentation for annotation type field ([`f007714`](https://github.com/OpenPecha/toolkit-v2/commit/f0077149947fcd03f880a02db248c9ef5d45ec8c)) + +* Add description field to pecha_id in AnnotationModel ([`5191e53`](https://github.com/OpenPecha/toolkit-v2/commit/5191e53eadec76b69c5dc9c70117768b7d9dba41)) + +* Update PechaId validator to use new pydantic v2 core schema API ([`c043da1`](https://github.com/OpenPecha/toolkit-v2/commit/c043da1ccf29c8ce3dc0001c86da95b073677319)) + +* Merge pull request #284 from OpenPecha/fix/AnnotationModel-validation + +Remove alignment validation from Layer model ([`f4ef391`](https://github.com/OpenPecha/toolkit-v2/commit/f4ef3918546219fa753c9e1cb9af54f1038624d5)) + +* Remove alignment validation from Layer model ([`766df4c`](https://github.com/OpenPecha/toolkit-v2/commit/766df4cd42994e72493b21485bb3a24e3e56f425)) + +* Merge pull request #283 from OpenPecha/fix/LayerEnum-str-handling + +Update LayerEnum to support string values and handle string annotatio… ([`0831d99`](https://github.com/OpenPecha/toolkit-v2/commit/0831d99463eda897956f57d1c2bf9fe9042182d2)) + +* Update LayerEnum to support string values and handle string annotation types ([`2dbbd94`](https://github.com/OpenPecha/toolkit-v2/commit/2dbbd9418166465451b898bb32c56a77e699d3a4)) + +* Merge pull request #282 from OpenPecha/add-log-to-add_annotation + +add log to add-annotation ([`be6e58b`](https://github.com/OpenPecha/toolkit-v2/commit/be6e58b7eeec5f0d974770058a13dd8ea56ba019)) + +* add log to add-annotation ([`082f20a`](https://github.com/OpenPecha/toolkit-v2/commit/082f20aa48b07cd44425b0c29d74ae3cbf2b8be7)) + +* Merge pull request #280 from OpenPecha/fix/rename-annotation_id-to-annotation_path + +Fix/rename annotation id to annotation path ([`e1b6a0b`](https://github.com/OpenPecha/toolkit-v2/commit/e1b6a0b63ffea494b6959f30c4d18e0738a77858)) + +* Update variable names from layer_name to annotation_path for clarity ([`e49b261`](https://github.com/OpenPecha/toolkit-v2/commit/e49b26152728469c68d7a62075a90164a8b58b86)) + +* Replace id field with path in AnnotationMeta class and update test cases ([`1a64ff3`](https://github.com/OpenPecha/toolkit-v2/commit/1a64ff39f7fbe0e3deec0312942bff2c60c1c3e6)) + +* Rename annotation_id to annotation_path for better path representation ([`9a1683c`](https://github.com/OpenPecha/toolkit-v2/commit/9a1683c622bdbe2622c8c4bda3455de4730e3b16)) + +* Merge pull request #279 from OpenPecha/feat/ignore-footnote + +Feat/ignore footnote ([`37c68e0`](https://github.com/OpenPecha/toolkit-v2/commit/37c68e060609d160ad34302c1e3c27ee97e82f96)) + +* Rename remove_footnotes param to ignore_footnotes for better clarity ([`6a859bc`](https://github.com/OpenPecha/toolkit-v2/commit/6a859bcd6de763a9f84481bb2341999ca4250eec)) + +* Add optional footnote removal in docx text extraction ([`021d505`](https://github.com/OpenPecha/toolkit-v2/commit/021d50596fa12f2ca9b7664fd8260ab6ec89c995)) + +* Rename test_docx_utils.py to test_remove_footnote.py for better test organization ([`101f612`](https://github.com/OpenPecha/toolkit-v2/commit/101f612ae299a10a9fb77fa6a35aa8e1116edb83)) + +* Reorganize footnote test files into separate directories for one and two page tests ([`cf25647`](https://github.com/OpenPecha/toolkit-v2/commit/cf25647832c874970908f91b137bbe0f83e42882)) + +* Add test for footnote removal in two-page document ([`fc15553`](https://github.com/OpenPecha/toolkit-v2/commit/fc155535bfd2589a8ba17b99d47297040367853f)) + +* Fix footnote detection using regex pattern to match footnote followed by digits ([`1f193a2`](https://github.com/OpenPecha/toolkit-v2/commit/1f193a2133dea767fd8335d525431fe960bb18c8)) + +* Add remove_footnote function and test for docx parser ([`2bd597f`](https://github.com/OpenPecha/toolkit-v2/commit/2bd597f8ffcf53c9c86b31dcf38adeed3db46466)) + +* Add test files for docx footnote parsing functionality ([`2c3481f`](https://github.com/OpenPecha/toolkit-v2/commit/2c3481f3abd10d3c1e5584f0366741fcecb737dc)) + +* Refactor docx text extraction into utils module and remove duplicate code ([`983fefc`](https://github.com/OpenPecha/toolkit-v2/commit/983fefc8d54f688faed3d8dc01a88c43b49f3f58)) + +* Merge pull request #278 from OpenPecha/feat/pecha_tools_editor_serializer + +Feat/pecha tools editor serializer ([`adc2816`](https://github.com/OpenPecha/toolkit-v2/commit/adc281635993e380c59d1210bb1354894980ae53)) + +* removed unused function ([`77c706e`](https://github.com/OpenPecha/toolkit-v2/commit/77c706e3674a09652cfa977b799a34a49f7615b8)) + +* added test for pecha tools translation editor serializer ([`baa2ca5`](https://github.com/OpenPecha/toolkit-v2/commit/baa2ca5762d81dde9a4a7f78f83d51e7bbc660cd)) + +* Merge branch 'main' of https://github.com/OpenPecha/toolkit-v2 into feat/pecha_tools_editor_serializer ([`362d2d5`](https://github.com/OpenPecha/toolkit-v2/commit/362d2d51dfd31c7c614d42b407f1aa3d4d9a0e63)) + +* Merge pull request #274 from OpenPecha/feat/Annotation-Model + +Feat/annotation model ([`2dacc65`](https://github.com/OpenPecha/toolkit-v2/commit/2dacc6568dd6f133acb632a853ba19674a17f8fc)) + +* Rename check_alignment_and_aligned_to method to check_alignment ([`06ec145`](https://github.com/OpenPecha/toolkit-v2/commit/06ec1457e153860618e4fc24ad32ddbeb82f9d57)) + +* Add validation for alignment type and aligned_to field in AnnotationModel ([`660a218`](https://github.com/OpenPecha/toolkit-v2/commit/660a2188f0eab8a02a13265e67637e727e4af6fe)) + +* Improve revision validation error handling in annotations.py ([`ef9ddd1`](https://github.com/OpenPecha/toolkit-v2/commit/ef9ddd132e8b1c730d12d65b3bae2bafdc12e539)) + +* Add unit tests for PechaRelationship enum validation and value access ([`0e3637a`](https://github.com/OpenPecha/toolkit-v2/commit/0e3637aaf0e1ee4bca67b763a9fa5ddcb3b4484c)) + +* Fix typo in PechaRelationship class name ([`2c90679`](https://github.com/OpenPecha/toolkit-v2/commit/2c906795429b58f4b83cb2e618452bfdb625094b)) + +* Remove relationship field from PechaAlignment model ([`d24028c`](https://github.com/OpenPecha/toolkit-v2/commit/d24028cdd8bfb4cfab7f46f4c2ca9e9147859fed)) + +* Add relationship field in PechaAlignment and create PechaRelationShip enum class ([`7163394`](https://github.com/OpenPecha/toolkit-v2/commit/71633946716d20cae405b082e9227fb10376a136)) + +* Merge pull request #272 from OpenPecha/feat/Annotation-Model + +Feat/annotation model ([`069a14a`](https://github.com/OpenPecha/toolkit-v2/commit/069a14a81362798a14925eed58fadd4bc7370872)) + +* Add PechaId validation and tests for annotation models ([`b736f54`](https://github.com/OpenPecha/toolkit-v2/commit/b736f5444e3e65343ebda1584d76bbb05c7aa140)) + +* Move Layer and OCRConfidenceLayer classes from layer.py to annotations.py ([`8e851f9`](https://github.com/OpenPecha/toolkit-v2/commit/8e851f9adfb0f28848562e1eff2149628afd4c83)) + +* Merge pull request #271 from OpenPecha/fix/parser-return-naming-convention + +Fix/parser return naming convention ([`f471597`](https://github.com/OpenPecha/toolkit-v2/commit/f4715970161870701a4c7161ccd785f155696f11)) + +* Rename ann_path to annotation_id for better variable naming clarity ([`de0f8f4`](https://github.com/OpenPecha/toolkit-v2/commit/de0f8f466969f07a37254b73c3dfbcbaf281195c)) + +* Rename ann_type variable to type in test_docx_ann_parser.py ([`aee12ee`](https://github.com/OpenPecha/toolkit-v2/commit/aee12ee3052a1bcacb93b1138f44240b62a475bf)) + +* Rename ann_type parameter to type in docx parser annotation methods ([`aa879f6`](https://github.com/OpenPecha/toolkit-v2/commit/aa879f6b30c76e80134dd79a880ae6872712f750)) + +* Merge pull request #269 from OpenPecha/feat/update-commentary-layer + +Feat/update commentary layer ([`3e98e59`](https://github.com/OpenPecha/toolkit-v2/commit/3e98e5940730f2ffceeedbad99501e87f173975a)) + +* Remove noqa comments from test_commentary_pecha function ([`46ff62a`](https://github.com/OpenPecha/toolkit-v2/commit/46ff62a2184bc07f177997a97b1aebaf8232dd64)) + +* Add test case for commentary pecha annotation update verification ([`6494d83`](https://github.com/OpenPecha/toolkit-v2/commit/6494d834ac22bc4bf5e5087ca25e5e24a01ffae2)) + +* Add test for commentary pecha segmentation layer update ([`da6de15`](https://github.com/OpenPecha/toolkit-v2/commit/da6de15aaa334455db562ce8356d0fb066f92084)) + +* Merge pull request #268 from OpenPecha/feat/update-root-pecha-layer + +Feat/update root pecha layer ([`e0e8895`](https://github.com/OpenPecha/toolkit-v2/commit/e0e88953ec67176b761757ac80debab5a545356f)) + +* Rename layer_name to ann_path for better variable naming clarity ([`4ca8722`](https://github.com/OpenPecha/toolkit-v2/commit/4ca872239a7500a1801a49dd55d2fe5a74f1e63e)) + +* Rename layer_path to ann_path for better variable naming consistency ([`f144c2b`](https://github.com/OpenPecha/toolkit-v2/commit/f144c2bc5691bca6cc72ad6a2deeb5ad898104cd)) + +* Update error messages for root pecha segmentation layer test cases ([`c0b1e0d`](https://github.com/OpenPecha/toolkit-v2/commit/c0b1e0d75e64cafae34957ae5cebf45138006a52)) + +* Add tests for old and new annotations in docx annotation update ([`a4f796d`](https://github.com/OpenPecha/toolkit-v2/commit/a4f796d1d54a2d6485ec8c0bf11ab1e31007d9c5)) + +* Refactor DocxAnnotationUpdate to use class-level parser instance ([`a6ed798`](https://github.com/OpenPecha/toolkit-v2/commit/a6ed7989867802ee0e0aefb9c0b83700a668ab48)) + +* Add layer name parsing and mock layer ID in DocxAnnotationUpdate class ([`79e4c3a`](https://github.com/OpenPecha/toolkit-v2/commit/79e4c3aab664905c4ea5c9509525009f7088eae4)) + +* Update docx parser to handle alignment layers and cleanup exception classes ([`0396f85`](https://github.com/OpenPecha/toolkit-v2/commit/0396f858d37d3f3bd501c2488b77c75dd9c526d9)) + +* Rename add_segmentation_annotations to add_segmentation_layer for consistency ([`89f2913`](https://github.com/OpenPecha/toolkit-v2/commit/89f2913a232746ced5624dfd72e0ae1f8ea854f3)) + +* Refactor coordinate update logic into separate method to reduce code duplication ([`18da053`](https://github.com/OpenPecha/toolkit-v2/commit/18da053655906208c4a2d7c5805858a22f907064)) + +* Rename extract_segmentation_coordinates to extract_segmentation_coords ([`ba6b04f`](https://github.com/OpenPecha/toolkit-v2/commit/ba6b04fb7adcda72df9b20fca94a9926bb4cf69e)) + +* Move pecha type check functions from annotation parser to pecha_types module ([`0c9f0a1`](https://github.com/OpenPecha/toolkit-v2/commit/0c9f0a1bda5232c4fbec1b575434835bc2664a05)) + +* Add docx annotation update functionality with tests ([`93fea95`](https://github.com/OpenPecha/toolkit-v2/commit/93fea9520728c1f435e95a163cd47e7b948c3a48)) + +* Merge pull request #267 from OpenPecha/bdrc_parser/zip_extractor + +added zip folders and changed zip extract directory ([`de599f9`](https://github.com/OpenPecha/toolkit-v2/commit/de599f905e9ac7782f9c4a43266abb52fe01667f)) + +* added zip folders and changed zip extract directory ([`2ce20bc`](https://github.com/OpenPecha/toolkit-v2/commit/2ce20bcc7f429a55a463d4043546a8dc8ecdc36b)) + +* Merge pull request #265 from OpenPecha/modify/DocxParser-parse-return + +Modify/docx parser parse return ([`4919764`](https://github.com/OpenPecha/toolkit-v2/commit/4919764d18eb1df90523a0b0ecaea34a943920b2)) + +* Remove layer path deletion in docx annotation parser test ([`0428ad3`](https://github.com/OpenPecha/toolkit-v2/commit/0428ad36f294b3c89694975d0b36532afb10781c)) + +* Add tests for number list root and simple commentary parser ([`0d5b8d8`](https://github.com/OpenPecha/toolkit-v2/commit/0d5b8d887c2eea1f1c8195cc3d7da96daf873018)) + +* Refactor layer path handling to return layer name instead of path object ([`8f79a9f`](https://github.com/OpenPecha/toolkit-v2/commit/8f79a9f50c22ac09f76f604e066e5a09fb6a6777)) + +* Update annotation parser to return pecha and layer name instead of layer path ([`67f7c87`](https://github.com/OpenPecha/toolkit-v2/commit/67f7c87e3ef5628cd4c41e7068c2ec394534d014)) + +* Remove unused parameters ann_title and parent_layer_path from docx annotation parser ([`dd382ca`](https://github.com/OpenPecha/toolkit-v2/commit/dd382ca9449655d9a816a7bf097c22823bfedf90)) + +* Move layer_name type definition to pecha/__init__.py and update imports ([`586663b`](https://github.com/OpenPecha/toolkit-v2/commit/586663bd495df2ab682ba3ef24abeb508a72beed)) + +* Remove unused imports and variables in pecha/__init__.py ([`09b3361`](https://github.com/OpenPecha/toolkit-v2/commit/09b3361d976b0acbb7b7fbfbfe0ea6b0affd4328)) + +* Add layer_name type and return tuple of Pecha and layer_name in docx parser ([`537506b`](https://github.com/OpenPecha/toolkit-v2/commit/537506be02f7ce0c6b8c15e8adba4ba672b578e8)) + +* Fix segmentation layer path to be relative to pecha parent directory ([`1a6686b`](https://github.com/OpenPecha/toolkit-v2/commit/1a6686b0acfa43f6eed192a2ae161e5a1683205b)) + +* Fix segmentation layer path to use relative path in number list root parser ([`2219239`](https://github.com/OpenPecha/toolkit-v2/commit/2219239a2aa0bb0f55dc1adab8af0807f70d6dec)) + +* return Tuple of Pecha and layer_path from the DocxSimpleCommentaryParser ([`4491d46`](https://github.com/OpenPecha/toolkit-v2/commit/4491d460d1dc668394294f117871c17b685efab6)) + +* return Tuple of Pecha and layer_path from the DocxRootParser ([`aa566f8`](https://github.com/OpenPecha/toolkit-v2/commit/aa566f84adcdccd005f0cd826dedf1dca9d188b0)) + +* Merge pull request #264 from OpenPecha/refactor/remove_Typing_Union + +Refactor/remove typing union ([`e34ede1`](https://github.com/OpenPecha/toolkit-v2/commit/e34ede12088b1b40d839bbfce207f76a7fc583d5)) + +* Replace Union type with | operator in type hints ([`31e1633`](https://github.com/OpenPecha/toolkit-v2/commit/31e16332afd5c3ad423723f7e1b6dd596458cc88)) + +* Update Union type hints to use | operator in Python type annotations ([`c527530`](https://github.com/OpenPecha/toolkit-v2/commit/c5275307004df8f1f95b9f48f59a69ce3b3ef1f6)) + +* Merge pull request #263 from OpenPecha/modify/Layer-Enums + +Modify/layer enums ([`5e680f1`](https://github.com/OpenPecha/toolkit-v2/commit/5e680f174d2207bdb07b92ce7b29a360c1624a8c)) + +* Remove annotation metadata functionality from pecha and parsers ([`29f4ccf`](https://github.com/OpenPecha/toolkit-v2/commit/29f4ccf183e5d481996c2efc3197e8c1b930be0a)) + +* Replace meaning_segment layer with alignment layer across commentary parsing ([`dc6044f`](https://github.com/OpenPecha/toolkit-v2/commit/dc6044f0ab9f8959a58036d8dde959162e7ddc47)) + +* Update LayerEnum.meaning_segment to LayerEnum.segmentation in parser files ([`daaf892`](https://github.com/OpenPecha/toolkit-v2/commit/daaf89242b3f39159cbc5a0c85962434c07c3271)) + +* Remove commentary related layer enums and mappings ([`2cfc129`](https://github.com/OpenPecha/toolkit-v2/commit/2cfc129e728b17b2f2ccb4197cb6d1fbc9a019e2)) + +* Rename Root_Segment layer type to Segmentation in layer files and code ([`119b738`](https://github.com/OpenPecha/toolkit-v2/commit/119b7389e6652114ec6f219b6b3bc9c76d200ad1)) + +* Remove translation layer types and update segment layer path ([`49a23fc`](https://github.com/OpenPecha/toolkit-v2/commit/49a23fcc115e4aee90e077f1af23cd802cb3dd5b)) + +* fix rename English_Segment to Segmentation ([`6a4a0e9`](https://github.com/OpenPecha/toolkit-v2/commit/6a4a0e92cb980c6242abf5cb38622aeee92e4093)) + +* Remove manual number root parser and its test files ([`303b24e`](https://github.com/OpenPecha/toolkit-v2/commit/303b24e22cc35a33650ff985e747d3889b15f9bd)) + +* Modify meaning segment to Segmentation layer in Update opf serializer ([`8ea89b2`](https://github.com/OpenPecha/toolkit-v2/commit/8ea89b27a6129100897aa8a395e41c5a43547d66)) + +* Fix layer enum from meaning_segment to segmentation in pecha_db serializer ([`a731794`](https://github.com/OpenPecha/toolkit-v2/commit/a731794d8cb4a617165095c5450679bd0ee2eb56)) + +* Rename meaning_segment layer to segmentation layer and update related files ([`a3b2f26`](https://github.com/OpenPecha/toolkit-v2/commit/a3b2f26d99e7daa995bd9b8a348060eb50f0163f)) + +* Refactor PechaDBSerializer to return data objects instead of writing files to disk ([`2cc98e8`](https://github.com/OpenPecha/toolkit-v2/commit/2cc98e856f0f14a9e840563e58897775ba26fb3e)) + +* fix LayerEnums in root test files ([`3384373`](https://github.com/OpenPecha/toolkit-v2/commit/3384373e2c5dec721607635eb71ad90357b8ce0a)) + +* fix LayerEnums in commentary transfer test files ([`2b29544`](https://github.com/OpenPecha/toolkit-v2/commit/2b295445b1fc7a674c77d9a687226e8c663fa79a)) + +* fix Layer enums in translation transfer test files ([`1fde884`](https://github.com/OpenPecha/toolkit-v2/commit/1fde8847ba7bd841264d2ddbc5c8e804aec717c3)) + +* Update annotation type from meaning_segment to segmentation in simple.py ([`eb7f4a2`](https://github.com/OpenPecha/toolkit-v2/commit/eb7f4a2aac7f0d5c4840ff84ae489fc6674a4de4)) + +* Rename layer_enum parameter to ann_type for better clarity ([`52e1215`](https://github.com/OpenPecha/toolkit-v2/commit/52e1215185986261df44d5fa009ebd0958d42633)) + +* Update commentary parser to use alignment layer instead of commentary segment ([`d5fc1d1`](https://github.com/OpenPecha/toolkit-v2/commit/d5fc1d15aa8cf0849c744547a8e4afe936849f18)) + +* Update LayerEnum to include segmentation and alignment types ([`93e02fc`](https://github.com/OpenPecha/toolkit-v2/commit/93e02fce385bdcc75316ed59308ab3de654ac7f5)) + +* Remove metadata and pecha display alignment layer types ([`04ecc52`](https://github.com/OpenPecha/toolkit-v2/commit/04ecc520093aa3689c350b5d72df29f33a1ba792)) + +* Add layer_enum parameter to add_segmentation_annotations method ([`d0a11c7`](https://github.com/OpenPecha/toolkit-v2/commit/d0a11c7588ff4cc79cbbc873ce9fa62d0407209d)) + +* added pecha tools translation serializer ([`830ece5`](https://github.com/OpenPecha/toolkit-v2/commit/830ece56747ea4e90730efc68de9fe29226571e1)) + +* Merge pull request #260 from OpenPecha/feat/write-new-commentary-layer + +Feat/write new commentary layer ([`d79b32d`](https://github.com/OpenPecha/toolkit-v2/commit/d79b32d2ff123640cb68202f2345578f3eea7591)) + +* delete unneccessary lines ([`66df1ce`](https://github.com/OpenPecha/toolkit-v2/commit/66df1ce4c44871fc000028ba292b0c43917353b1)) + +* fix proper old_base assignment ([`567417a`](https://github.com/OpenPecha/toolkit-v2/commit/567417a31f2efdd6d740fb547c3e705b6de16be0)) + +* add relationship to annotatio metadata ([`dc13b3e`](https://github.com/OpenPecha/toolkit-v2/commit/dc13b3e1df04d6c2248cf628c1ce0da22cf3be54)) + +* test new annotation metadata for commentary pecha ([`d7c32a4`](https://github.com/OpenPecha/toolkit-v2/commit/d7c32a4eeb49bfdae029fbee8833c50021a61e06)) + +* test new anns from DocxAnnotationParser add commentary ann ([`4cfcc3f`](https://github.com/OpenPecha/toolkit-v2/commit/4cfcc3fdd8aeb8869c1fcce70578f84ac754e779)) + +* refactor DocxSimpleCommentaryParser ([`9939edc`](https://github.com/OpenPecha/toolkit-v2/commit/9939edc46c66d98b0bff30d556e0aa90a0a2479e)) + +* fix/ parent_layer_path arg ([`567e8a2`](https://github.com/OpenPecha/toolkit-v2/commit/567e8a2c2f76a61f178bab8839ed841aca47fec2)) + +* prepare test data arguments for add annotation in commentary pecha ([`2fa351d`](https://github.com/OpenPecha/toolkit-v2/commit/2fa351d360d77306fcbcd6b2990ef369510f4972)) + +* add commentary test data to TestDocxAnnotationParser ([`92bf95e`](https://github.com/OpenPecha/toolkit-v2/commit/92bf95ebe462cb2d174e68f77a7de7214299538f)) + +* refactor DocxSimpleCommentaryParse ([`e140ca0`](https://github.com/OpenPecha/toolkit-v2/commit/e140ca02db93338ed6781bdb95e91de3e32534f9)) + +* Merge pull request #259 from OpenPecha/fix/delete-parser-name-validation + +delete parser validation from PechaMetadata ([`a2c96ca`](https://github.com/OpenPecha/toolkit-v2/commit/a2c96ca7a3310767ea947a6aad712b201d9b834c)) + +* delete parser validation from PechaMetadata ([`bb05ab9`](https://github.com/OpenPecha/toolkit-v2/commit/bb05ab9b148c10bace55418532410283b5d55bde)) + +* Merge pull request #258 from OpenPecha/fix-serializer_category + +fix the pecha category formater category typing ([`3fcdb5d`](https://github.com/OpenPecha/toolkit-v2/commit/3fcdb5db0c6c2d40b69a1cb386063c1c30c102ba)) + +* fix the pecha category formater category typing ([`31f6db3`](https://github.com/OpenPecha/toolkit-v2/commit/31f6db3fc5f3b555a1610c1df128d9cdd39d0bb7)) + +* Merge pull request #256 from OpenPecha/add_bdrc_parser + +Add bdrc parser ([`ec59830`](https://github.com/OpenPecha/toolkit-v2/commit/ec598307967ead7e1c49ab89f8422e88b4e5cd2d)) + +* refactor in formated metadata ([`d2c5801`](https://github.com/OpenPecha/toolkit-v2/commit/d2c580146c7092df1924111a0265d3817ad04d13)) + +* refactor author case in formated metadata ([`92f7d34`](https://github.com/OpenPecha/toolkit-v2/commit/92f7d34bf3ef0b06118224cfd624660878557fde)) + +* refactor author case in formated metadata ([`1221394`](https://github.com/OpenPecha/toolkit-v2/commit/12213949b05b5accaec850269f089696008c4e63)) + +* added source type in formated metadata ([`b47ee15`](https://github.com/OpenPecha/toolkit-v2/commit/b47ee15cad6209a8731c20790301dc06db5fd914)) + +* added source type in formated metadata ([`61e2bfb`](https://github.com/OpenPecha/toolkit-v2/commit/61e2bfbabcef9f3abdb33d04de1f7f359772a976)) + +* Merge pull request #255 from OpenPecha/fix-serializer_category + +fix the pecha category formater ([`c44cbee`](https://github.com/OpenPecha/toolkit-v2/commit/c44cbee0e7aa1185e91fdfd79edbac24c4c6089f)) + +* fix the pecha category formater test ([`e3fae01`](https://github.com/OpenPecha/toolkit-v2/commit/e3fae0171b297cf58969314bf46d3353dfda7a06)) + +* fix the pecha category formater ([`f02e59a`](https://github.com/OpenPecha/toolkit-v2/commit/f02e59a42217308973be53c73edb4905360aa17e)) + +* Merge pull request #254 from OpenPecha/feat/write-new-root-layer + +Feat/write new root layer ([`70568ac`](https://github.com/OpenPecha/toolkit-v2/commit/70568acd3e50ee7f707a1c22122f29bab073ef85)) + +* Merge remote-tracking branch 'origin/main' into feat/write-new-root-layer ([`0707259`](https://github.com/OpenPecha/toolkit-v2/commit/0707259e4cdc025ca02aa27891b73aea3f2790b1)) + +* Merge pull request #246 from OpenPecha/add_bdrc_parser + +added bdrc parser script ([`8027b9d`](https://github.com/OpenPecha/toolkit-v2/commit/8027b9d1056f30f475bb429c8646871bcb46cd86)) + +* refactor bdrcparser test case ([`4bf0039`](https://github.com/OpenPecha/toolkit-v2/commit/4bf003986691f5126e08f90a10868baf4bcd19ec)) + +* changed data_provider to source ([`2f6c1ba`](https://github.com/OpenPecha/toolkit-v2/commit/2f6c1ba916c819e6284816b4cea9689744c9049e)) + +* refactor bdrc utils ([`f970e12`](https://github.com/OpenPecha/toolkit-v2/commit/f970e12ea3af1d7b1b0d66711de19be4d643bd64)) + +* added bdrc parser script ([`e9ca4b5`](https://github.com/OpenPecha/toolkit-v2/commit/e9ca4b570ae389ba0fdac9619864be679685c0f2)) + +* Merge pull request #253 from OpenPecha/fix-serializer_category + +updated pecha category formatter ([`2d720ea`](https://github.com/OpenPecha/toolkit-v2/commit/2d720ea5739b37e83c657b880e1376964b32c65b)) + +* updated pecha category formatter ([`09fac3a`](https://github.com/OpenPecha/toolkit-v2/commit/09fac3ab36ffc3c070b02231548ae4f2df4a1092)) + +* revert changes back in TestDocxAnnotationParser ([`1228c47`](https://github.com/OpenPecha/toolkit-v2/commit/1228c47e16c71b363af22f55812035b6bbc9c1c0)) + +* add metdata comparison test docx ann parser ([`38101f2`](https://github.com/OpenPecha/toolkit-v2/commit/38101f2ef6be68a2e799f5a773d95d915c00d1b5)) + +* set metadata from add annotation metadata ([`ced0a9f`](https://github.com/OpenPecha/toolkit-v2/commit/ced0a9f878a54c0411820cf38aa73e40bfa293d1)) + +* test for root pecha DocxAnnotationParser ([`1b36be7`](https://github.com/OpenPecha/toolkit-v2/commit/1b36be7d0fba326a57b787e3a2553da2212bc37b)) + +* add annotation metadata from Pecha ([`cf00fda`](https://github.com/OpenPecha/toolkit-v2/commit/cf00fdab547aae964b7cf0dccd88c13c7ff06186)) + +* set segmentation annotation metadata from DocxRootParser ([`212c398`](https://github.com/OpenPecha/toolkit-v2/commit/212c398923f457639e9d25eb50e2c776d0fa959b)) + +* add annotation metadata ([`7cc4712`](https://github.com/OpenPecha/toolkit-v2/commit/7cc4712d6da373e3eb5691e39c105efecf0b5338)) + +* refactor old_base and new base assignment in DocxAnnotationParser root pecha ([`87aea28`](https://github.com/OpenPecha/toolkit-v2/commit/87aea286f1fe8be99d861fdda22f3604bd873c7e)) + +* modify add segmentation ann/ return layerpath than pecha ([`e2c3063`](https://github.com/OpenPecha/toolkit-v2/commit/e2c3063d8095416391f833087016b74f148f28f4)) + +* modify ocr parser pecha metadata bases from List to Dict ([`ff833e5`](https://github.com/OpenPecha/toolkit-v2/commit/ff833e5fb1d314238d48403fbe33c42496ddd6d3)) + +* modify bases dtype from List to Dict in manual root docx parser ([`2b3a162`](https://github.com/OpenPecha/toolkit-v2/commit/2b3a162d8fee0a9947077ef82b1e77aaf47bb487)) + +* modify/ convert bases data type from List to Dict ([`67462fb`](https://github.com/OpenPecha/toolkit-v2/commit/67462fba4139e1c271f5e8309134c28c00fea96f)) + +* fix pecha read metadata bases in test files; ([`1220b2b`](https://github.com/OpenPecha/toolkit-v2/commit/1220b2ba3d1dcb38b9282dc8667e0f7b32103859)) + +* fix test root serializer bases in test metadata files; ([`cc35712`](https://github.com/OpenPecha/toolkit-v2/commit/cc3571269ba7230060681042e69ccda55a8f84fe)) + +* fix pedurmar dharmanexus test metadata files ([`0d216fc`](https://github.com/OpenPecha/toolkit-v2/commit/0d216fcf8043dc9a8a718132757ddab55c5d6250)) + +* fix commentary serialize test metadata files; ([`fb20602`](https://github.com/OpenPecha/toolkit-v2/commit/fb20602a49ea5ec6db8ee72a880b808918610046)) + +* fix test commentary test metadata files ([`bea1e9d`](https://github.com/OpenPecha/toolkit-v2/commit/bea1e9d5c5230e7015a9fccd4626f3cf53e22ecf)) + +* fix translation transfer test metadata files ([`d7dead3`](https://github.com/OpenPecha/toolkit-v2/commit/d7dead33b6b165e791c7423623c7bde5ce0e52b1)) + +* fix/ get old base properly ([`adb0254`](https://github.com/OpenPecha/toolkit-v2/commit/adb0254bd193bd19cccc9384883327904e3574c3)) + +* pass lang not metadata to add segmentation ann ([`74b76aa`](https://github.com/OpenPecha/toolkit-v2/commit/74b76aaa7eb27dc8fadd19e00c0408a19de91f7b)) + +* pass lang not metadata to add segmentation ann ([`a949910`](https://github.com/OpenPecha/toolkit-v2/commit/a949910c463e1971ae3f745d6d8126f996fc2afd)) + +* fix/append bases metadata not overwrite ([`39f4bec`](https://github.com/OpenPecha/toolkit-v2/commit/39f4becca7564860378dda9c0260529434ff036c)) + +* refactor DocxRootParser ([`22f9d72`](https://github.com/OpenPecha/toolkit-v2/commit/22f9d7260f0e2ed28e38f8ee3af043c690e4b047)) + +* refactor DocxRootParser ([`86ce2cc`](https://github.com/OpenPecha/toolkit-v2/commit/86ce2cc51ef1f9742caa25daecdb4d6990215621)) + +* refactor DocxRootParser ([`43e356a`](https://github.com/OpenPecha/toolkit-v2/commit/43e356ae20a4e0a5647c20e0f0d292713d38c8d2)) + +* get root updated coords ([`8e5fa82`](https://github.com/OpenPecha/toolkit-v2/commit/8e5fa82decd5529da4ae2b360a589512fde807b5)) + +* extract text from docx ([`05c2653`](https://github.com/OpenPecha/toolkit-v2/commit/05c265375b1531d92cb1450c0450865c9caf75e1)) + +* root display pecha test for Rootparser ([`f39912f`](https://github.com/OpenPecha/toolkit-v2/commit/f39912fea6ad4b0f484a3525212ae53cd13f8307)) + +* Merge pull request #252 from OpenPecha/feat/extract-segmentation-coordinates + +Feat/extract segmentation coordinates ([`7609ab2`](https://github.com/OpenPecha/toolkit-v2/commit/7609ab28c3110e42da6e0425fbd3ba9f5bf3a5fe)) + +* DiffMatchPatch get updated_coord ([`ff2027a`](https://github.com/OpenPecha/toolkit-v2/commit/ff2027a7ade173edcea72c9089672d04f691e855)) + +* add extract cooridantes in Root ([`36eafa1`](https://github.com/OpenPecha/toolkit-v2/commit/36eafa1a83fadb687cac39378fc2db739a0f8dff)) + +* refactor DocxRootParser ([`0ec351b`](https://github.com/OpenPecha/toolkit-v2/commit/0ec351bda23069711fbf7c5973aed2fe555c42d4)) + +* Merge pull request #248 from OpenPecha/fix/dont-add-newline-in-char-span + +Fix/dont add newline in char span ([`fd9ef94`](https://github.com/OpenPecha/toolkit-v2/commit/fd9ef943be54185c57231ccb5cc24d073292bbe8)) + +* refactor TestDocxComplexCommentaryParser ([`57ce389`](https://github.com/OpenPecha/toolkit-v2/commit/57ce3894957d3f8d334ed70231cf153909706ae7)) + +* refactor TestDocxSimpleCommentaryParser ([`2d0d823`](https://github.com/OpenPecha/toolkit-v2/commit/2d0d82367a1d90f3b6184cd8d9d739f3b7e84768)) + +* fix/dont include newline in char span in DocxSimpleCommentaryParser ([`40278cc`](https://github.com/OpenPecha/toolkit-v2/commit/40278cc4caca6eaad099d4c702ab9fcec9e1c62c)) + +* refactor TestDocxRootParser ([`83cdd14`](https://github.com/OpenPecha/toolkit-v2/commit/83cdd14fda18e692ed5245ae0dcf024e5d1ff8e9)) + +* fix/dont include newline in char span in DocxRootParser ([`9280c87`](https://github.com/OpenPecha/toolkit-v2/commit/9280c87b8aaaf28289f62246759dc80b4f68b1cf)) + +* refactor root parser test scripts ([`be4b98b`](https://github.com/OpenPecha/toolkit-v2/commit/be4b98b1d1ea7c0771f690527bbce5ab3cd7c0bb)) + +* Merge pull request #247 from OpenPecha/feat/DocxAnnotationParser + +Feat/docx annotation parser ([`e5c62a0`](https://github.com/OpenPecha/toolkit-v2/commit/e5c62a008b488bf29c9713452b37b2b4c731ab3b)) + +* update DocxAnnotationParser add_annotation arg ([`6ca42de`](https://github.com/OpenPecha/toolkit-v2/commit/6ca42de20f8f1d139aef10f7d16ed18274ddd711)) + +* TestDocxAnnotationParser ([`a7361d4`](https://github.com/OpenPecha/toolkit-v2/commit/a7361d490b68cbc153710e84838d4475c8b33da5)) + +* decides if root related pecha or commentary related pecha ([`820cfe3`](https://github.com/OpenPecha/toolkit-v2/commit/820cfe3a1b4166f37a7ec9a71b46eb6286f1e7e0)) + +* rename arg metadata_chain to metadatas ([`61614d2`](https://github.com/OpenPecha/toolkit-v2/commit/61614d220695f4891ecb7ce1376427e13928e457)) + +* refactor pecha types; ([`7aae1ee`](https://github.com/OpenPecha/toolkit-v2/commit/7aae1eec836ca1f294f80513d40f31fd98c33559)) + +* add metadatachain to DocxAnnotationParser ([`edfa613`](https://github.com/OpenPecha/toolkit-v2/commit/edfa6131becd7adb4701a0ec30e33c021be6c259)) + +* move PechaType to pecha_types.py ([`4d3c479`](https://github.com/OpenPecha/toolkit-v2/commit/4d3c479199081958804282785c86d6f7cf75e2c5)) + +* add data type extension to relation_ship ([`2b4d8dd`](https://github.com/OpenPecha/toolkit-v2/commit/2b4d8dd41cf0943a06d5a6015cbeff03b0aaadca)) + +* DocxAnnotationParser ([`923cb5c`](https://github.com/OpenPecha/toolkit-v2/commit/923cb5cf6d326151ca4975cbc0d045f1686e0868)) + +* Merge pull request #245 from OpenPecha/refactor/pecha-parser-scripts + +Refactor/pecha parser scripts ([`14caeb4`](https://github.com/OpenPecha/toolkit-v2/commit/14caeb4b62723b5f30d8dcc21dff7e381fd026de)) + +* refactor/put-root-parser in root folder ([`00540a4`](https://github.com/OpenPecha/toolkit-v2/commit/00540a4531964336fb880df5ff867dee02f2053b)) + +* rename GoogleDocTranslationParser -> DocxManualNumRootParser ([`1cdcb3b`](https://github.com/OpenPecha/toolkit-v2/commit/1cdcb3bef23e72051a4a38e1564a1896f8a16e4c)) + +* rename script translation -> manual_num_root ([`4719c16`](https://github.com/OpenPecha/toolkit-v2/commit/4719c1624975e8a62ccbad5fb251778013d2c787)) + +* rename DocxTranslationParser -> DocxRootParser ([`211fdb6`](https://github.com/OpenPecha/toolkit-v2/commit/211fdb69cf471b31e12590d6027bf4f78f1afd0e)) + +* rename Translation to root in Pecha parser ([`6e31509`](https://github.com/OpenPecha/toolkit-v2/commit/6e31509fa766c7efce136627e50475ed4539915f)) + +* Merge pull request #243 from OpenPecha/bdrc_api/extract_metadata + +added metadata extraction script ([`9219de6`](https://github.com/OpenPecha/toolkit-v2/commit/9219de62e7db7e180079f7ed0c92523ecd3223b0)) + +* added bdrc data formater for api ([`4ef854e`](https://github.com/OpenPecha/toolkit-v2/commit/4ef854ef8b52e0e86466c4bfd8163bd235c5dbc1)) + +* added metadata extraction script ([`238eca0`](https://github.com/OpenPecha/toolkit-v2/commit/238eca07d1b0d4c59ef56e396d16d266e5a40dee)) + +* added metadata extraction script ([`affe2b2`](https://github.com/OpenPecha/toolkit-v2/commit/affe2b2e2df603f5e294a9f3546d339870d813d5)) + +* Merge pull request #242 from OpenPecha/modify/pecha-category-formatting + +Modify/pecha category formatting ([`83cb3cc`](https://github.com/OpenPecha/toolkit-v2/commit/83cb3cc1a44173ae12228a6a04a42df57d78cc42)) + +* refactor get metadata for pecha org ([`da6563c`](https://github.com/OpenPecha/toolkit-v2/commit/da6563c62deedbc7d77d6b1c94f69ddfa8c11e36)) + +* delete get en root title ([`6d359f9`](https://github.com/OpenPecha/toolkit-v2/commit/6d359f9688cab56d89fbefa3232768468a53f793)) + +* move get pecha title to utils ([`d3edbcb`](https://github.com/OpenPecha/toolkit-v2/commit/d3edbcb56537e20d4fb50f534fdcc8d2e19df9b9)) + +* move get metadata for pecha org to utils ([`c686a17`](https://github.com/OpenPecha/toolkit-v2/commit/c686a1785131085826d23d52b57e4178883bc386)) + +* format pecha cateogry from backend; ([`0267db9`](https://github.com/OpenPecha/toolkit-v2/commit/0267db96ecd38f1d3b4dcd804e345c8547152405)) + +* refactor PreAlignedCommentary ([`f1dad42`](https://github.com/OpenPecha/toolkit-v2/commit/f1dad4216deab4c4ac0f5dc9db7db28b5673c5ab)) + +* refactor PreAlignedCommentary ([`1c7fcce`](https://github.com/OpenPecha/toolkit-v2/commit/1c7fcce66fb0395c7c167ab6a7035b92c841acad)) + +* refactor PreAlignedCommentary ([`53e9ab5`](https://github.com/OpenPecha/toolkit-v2/commit/53e9ab5427c5c7cf7310732dda6b927249979054)) + +* refactor PreAlignedRootTranslationSerializer ([`20229c7`](https://github.com/OpenPecha/toolkit-v2/commit/20229c7147b98b16f420d8745e7c214508e1e13c)) + +* refactor SimpleCommentarySerializer ([`ac6c69d`](https://github.com/OpenPecha/toolkit-v2/commit/ac6c69d4bf0206e289e3b21a9a9af589701757c5)) + +* refactor SimpleCommentarySerializer ([`a0db6b8`](https://github.com/OpenPecha/toolkit-v2/commit/a0db6b8edf1d05edac11330c896a24f9e94e5eea)) + +* refactor SimpleCommentarySerializer ([`b25da89`](https://github.com/OpenPecha/toolkit-v2/commit/b25da894884ddd78e864e58c74a82d7c114c8a4d)) + +* refactor RootSerializer ([`0d55324`](https://github.com/OpenPecha/toolkit-v2/commit/0d55324d43b46566c4858d1afc5d934029a3f39d)) + +* refactor RootSerializer ([`f9581cd`](https://github.com/OpenPecha/toolkit-v2/commit/f9581cddc7890869b363a1b2f00387a62edf2fee)) + +* refactor codes ([`ee00bf6`](https://github.com/OpenPecha/toolkit-v2/commit/ee00bf64a1984c97153730c5b73be7e8a9398ccb)) + +* Pecha/ get segmentation layer path ([`b387f27`](https://github.com/OpenPecha/toolkit-v2/commit/b387f27ac5da9b8d24f1eb1efc67e6abd17b44e9)) + +* format pecha category for PreAlignedRootTranslationSerializer ([`179f2c4`](https://github.com/OpenPecha/toolkit-v2/commit/179f2c45f12ae80b49d51a845e70c4dcc27a154c)) + +* refactor PreAlignedCommentarySerializer ([`f11aa0e`](https://github.com/OpenPecha/toolkit-v2/commit/f11aa0eb1546386e542c474d73c576f4ff17bd92)) + +* format pecha category for PrealignedCommentarySerializer ([`9371691`](https://github.com/OpenPecha/toolkit-v2/commit/9371691a737d89facf1eba0651cfcb5a251d44cb)) + +* refactor codes ([`4a66204`](https://github.com/OpenPecha/toolkit-v2/commit/4a662040788d0737acb63d29fe0eea49c45591c0)) + +* fix SimpleCommentarySerializer content assignment ([`6aabbff`](https://github.com/OpenPecha/toolkit-v2/commit/6aabbff68efd44c68a15ac15674dbc19cadf5777)) + +* fix SimpleCommentarySerializer content assignment ([`5e0cb08`](https://github.com/OpenPecha/toolkit-v2/commit/5e0cb086c451a2ed183749d41d84c306b18d4aa3)) + +* fix TestSimpleCommentarySerializer test args ([`e0dc515`](https://github.com/OpenPecha/toolkit-v2/commit/e0dc5155512569defceddbba43fb6093d94239f1)) + +* format category simplecommentary serializer ([`198cd4b`](https://github.com/OpenPecha/toolkit-v2/commit/198cd4bbf8ccddff84e374a065c321c364733f21)) + +* refactor SimplecommentarySerializer ([`dda0b15`](https://github.com/OpenPecha/toolkit-v2/commit/dda0b1525b80550057d5719db2c96db734c6d637)) + +* format pecha category for SimpleCommentarySerializer ([`bf5bca2`](https://github.com/OpenPecha/toolkit-v2/commit/bf5bca2823ecb30f53a8cb77d16fa04dfc414976)) + +* refactor RootSerializer ([`011d309`](https://github.com/OpenPecha/toolkit-v2/commit/011d3099a7d8b7456291534335980ce3dd851d8d)) + +* add title to category RootSerializer ([`d4761e4`](https://github.com/OpenPecha/toolkit-v2/commit/d4761e45b6b17c4666682527e0fca82e2dae37e2)) + +* refactor RootSerializer ([`0640354`](https://github.com/OpenPecha/toolkit-v2/commit/064035430c4e17fa58782417d927c703872cb9e6)) + +* add get pecha title for RootSerializer ([`3fe9cd2`](https://github.com/OpenPecha/toolkit-v2/commit/3fe9cd231d94ef9db0c016fa9811e229aef24574)) + +* Refactor RootSerializer ([`123fdbe`](https://github.com/OpenPecha/toolkit-v2/commit/123fdbeb2234f288dbab5bb54c98e693d4f37fe2)) + +* rename test name ([`fddbfe2`](https://github.com/OpenPecha/toolkit-v2/commit/fddbfe2d65a1ba7dbc10fec548c3a87ce2ef0e32)) + +* format pecha category for RootSerializer ([`e4f0b4d`](https://github.com/OpenPecha/toolkit-v2/commit/e4f0b4dc80e9b6b18bd0ddfb46fc432730d17d90)) + +* Merge pull request #241 from OpenPecha/bdrc_parser/add_bdrc_metadata_field + +Bdrc parser/add bdrc metadata field ([`1d92645`](https://github.com/OpenPecha/toolkit-v2/commit/1d92645dd00daaf645a4238be67f8a624bccfeba)) + +* added logger ([`aa11c04`](https://github.com/OpenPecha/toolkit-v2/commit/aa11c0456931d6a3ae596b1f96902c91875a7266)) + +* added bdrc metadata fields ([`22c3b4d`](https://github.com/OpenPecha/toolkit-v2/commit/22c3b4dd55f3ded1702b20616702a0851ac1bf30)) + +* Merge pull request #240 from OpenPecha/bdrc_parser/add_google_vision_parser + +Bdrc parser/add google vision parser ([`97a613e`](https://github.com/OpenPecha/toolkit-v2/commit/97a613eb646357c22e92c3c5c3d2a22d1410615c)) + +* deleted yaml files in test and converted to json ([`cee0884`](https://github.com/OpenPecha/toolkit-v2/commit/cee0884eed112caa3d4f30edbb35971392c1f088)) + +* added google vision parser test cases ([`5ee83a5`](https://github.com/OpenPecha/toolkit-v2/commit/5ee83a509e902ac7a03d24ea53e80d65c2f93405)) + +* added google vision parser ([`0bdd4a4`](https://github.com/OpenPecha/toolkit-v2/commit/0bdd4a43da234f35a8e19a50870948971a78c7d1)) + +* Merge pull request #236 from OpenPecha/bdrc_parser/add_ocr_parser + +added hocr formatter ([`9106180`](https://github.com/OpenPecha/toolkit-v2/commit/910618061ce455a15ef235dbec8265dbca192e95)) + +* HOOCRParser inherit OCRBaseParser ([`8749073`](https://github.com/OpenPecha/toolkit-v2/commit/8749073dc80445a165dc03004ae618aaf328333a)) + +* refactor test hocr IA metadata ([`20122ad`](https://github.com/OpenPecha/toolkit-v2/commit/20122ad803c2fc63f592f6ec5e649efec895694e)) + +* test hocr metadata ([`1d470be`](https://github.com/OpenPecha/toolkit-v2/commit/1d470bee02088623260ac6fda9ad4e41566589fe)) + +* rename HOCRFormatter -> HOCRParser ([`a3b3183`](https://github.com/OpenPecha/toolkit-v2/commit/a3b3183f09bf844e25d966ad30e96e5029b2f6e2)) + +* rename OCRFormatter -> OCRParser ([`27c6631`](https://github.com/OpenPecha/toolkit-v2/commit/27c6631f0df9ce07bd99b6a2a0304a4482800856)) + +* modify-OCRFormatter/ parse func ([`64f0d2d`](https://github.com/OpenPecha/toolkit-v2/commit/64f0d2dd6e3a110ed002e2b6fc4159c73077c593)) + +* delete unneccessary file ([`9423b06`](https://github.com/OpenPecha/toolkit-v2/commit/9423b06496218593987cf88be812b256e4c6570f)) + +* fix-ocr/get logger from config file ([`838e69a`](https://github.com/OpenPecha/toolkit-v2/commit/838e69a1c2787766e8075aba1b245c3485aa0bf0)) + +* gitignore editted to show output ([`77767fc`](https://github.com/OpenPecha/toolkit-v2/commit/77767fc5d386ce1562d48e095d5bfe8c25f19b9c)) + +* added bs4 dependency ([`e738746`](https://github.com/OpenPecha/toolkit-v2/commit/e738746391b8a1e2425e74840ded5cb909bb79c7)) + +* added test hocr ([`e993ea1`](https://github.com/OpenPecha/toolkit-v2/commit/e993ea1135e735c08789467e9b118113c2e18435)) + +* added hocr formatter ([`7959c9e`](https://github.com/OpenPecha/toolkit-v2/commit/7959c9e22806de2d5d765ccfeb599748668d1a39)) + +* Merge pull request #237 from OpenPecha/fix/pecha-category-data-type + +fix pecha category data type ([`6b43e25`](https://github.com/OpenPecha/toolkit-v2/commit/6b43e2567ae68a421ec3c98be3d45e4b0a6a76f0)) + +* fix pecha category data type ([`98b08bf`](https://github.com/OpenPecha/toolkit-v2/commit/98b08bf0a268ce6ef9071ff64fdb301b51c3ac18)) + +* Merge pull request #235 from OpenPecha/modify/accept-category-from-backend + +Modify/accept category from backend ([`56e0435`](https://github.com/OpenPecha/toolkit-v2/commit/56e04353f37465d00746a817377da03c7f9bb8d9)) + +* update the test pecha category input for Serializer ([`022e170`](https://github.com/OpenPecha/toolkit-v2/commit/022e1700bc9437d07744be7eba1b6ad54a9d2189)) + +* format pecha category ([`7076cf1`](https://github.com/OpenPecha/toolkit-v2/commit/7076cf164d117131bfa6cab477e670ecb9937a80)) + +* accept pecha category from ComplexCommentarySerializer ([`857a881`](https://github.com/OpenPecha/toolkit-v2/commit/857a881ae1388e34b87d93444ae6efb09627e51e)) + +* delete pecha_org_tools usage ([`28fa913`](https://github.com/OpenPecha/toolkit-v2/commit/28fa913506363bdddb25b20c1899b7ee6a2545e0)) + +* accept pecha category from PreAlignedCommentarySerializer ([`1e42237`](https://github.com/OpenPecha/toolkit-v2/commit/1e4223738519bcc9aae01296047126f738f9da32)) + +* accept pecha category from SimpleCommentarySerializer ([`890c8dd`](https://github.com/OpenPecha/toolkit-v2/commit/890c8dd09d6608c786a5dc01f119b35d0b8ee34e)) + +* accept pecha category from PreAlignedRootSerializer ([`9250cd2`](https://github.com/OpenPecha/toolkit-v2/commit/9250cd2578f90cd052bf470c290bb47195b3b816)) + +* accept pecha category in Root Serializer ([`03aae51`](https://github.com/OpenPecha/toolkit-v2/commit/03aae516e3dced3741dbbcf20572b2b29d0cb040)) + +* Merge pull request #234 from OpenPecha/bdrc_parser/add_baseformatter + +Bdrc parser/add baseformatter ([`a8cfeaf`](https://github.com/OpenPecha/toolkit-v2/commit/a8cfeaf1bc30b984a2ffb72d3b06061d91972375)) + +* deleted baseformatter ([`eac5864`](https://github.com/OpenPecha/toolkit-v2/commit/eac586494d55afabbd988760cde581e677e44b2d)) + +* added base formatter ([`a84b0e3`](https://github.com/OpenPecha/toolkit-v2/commit/a84b0e3a609b6a8cbc0e97b025e3240e589c3a25)) + +* added base formatter ([`9f4456c`](https://github.com/OpenPecha/toolkit-v2/commit/9f4456ca170592112af0bf0476b21ea464c8e8a8)) + +* Merge pull request #230 from OpenPecha/bdrc_parser/adjust_metadata + +added and adjusted metadata classes and attribute from toolkit 1 ([`8632d66`](https://github.com/OpenPecha/toolkit-v2/commit/8632d66124eb323ce212b4f715e237a5b99e52c4)) + +* added and adjusted metadata classes and attribute from toolkit 1 ([`f1b08b1`](https://github.com/OpenPecha/toolkit-v2/commit/f1b08b1ab94b974bf01b0d99ecbacbb56ff50038)) + +* Merge pull request #229 from OpenPecha/fix/serialize-func + +fix/ put serialize func in switch case ([`957b861`](https://github.com/OpenPecha/toolkit-v2/commit/957b8618b9392ccb03504e141997349107e554a5)) + +* modify version dependencies ([`9431bf2`](https://github.com/OpenPecha/toolkit-v2/commit/9431bf27e9d32f62d35b755c3dcd3855f91f7e23)) + +* fix/ put serialize func in switch case ([`567c001`](https://github.com/OpenPecha/toolkit-v2/commit/567c0015a7adc17d9d1660e3af269e9f17b38563)) + +* Merge pull request #228 from OpenPecha/add/hindi-lang + +Add/hindi lang ([`376d284`](https://github.com/OpenPecha/toolkit-v2/commit/376d2846b3e1f280814017e3fe89657e04991fb8)) + +* Merge branch 'main' into add/hindi-lang ([`ec50c05`](https://github.com/OpenPecha/toolkit-v2/commit/ec50c05455dbbe20ccf627b8d078fc22c091a112)) + +* Merge pull request #227 from OpenPecha/fix/other-lang-commentary-serializer + +fix commentary serializer for all langs ([`f7d5ef6`](https://github.com/OpenPecha/toolkit-v2/commit/f7d5ef61fd221d8cbfc4d9a1e0c541820496796e)) + +* fix commentary serializer for all langs ([`36cd32a`](https://github.com/OpenPecha/toolkit-v2/commit/36cd32a0032e23faacd6383ed98f6e0daa0b6b57)) + +* Merge pull request #223 from OpenPecha/bdrc_parser/utils + +Bdrc parser/utils ([`65de65a`](https://github.com/OpenPecha/toolkit-v2/commit/65de65ab6e21035890fe02eaae48f4d2e83159e7)) + +* added utils ([`fcbb702`](https://github.com/OpenPecha/toolkit-v2/commit/fcbb702aeecd29a116101771eecff92ab4b3ca41)) + +* Merge remote-tracking branch 'origin/main' into bdrc_parser/utils ([`c7711d3`](https://github.com/OpenPecha/toolkit-v2/commit/c7711d39faf6172bf4cc61c4a46593806445520f)) + +* Merge pull request #225 from OpenPecha/bdrc_parser/update_layer_files_for_ocr + +adjusted layers file ([`c1077ff`](https://github.com/OpenPecha/toolkit-v2/commit/c1077ffd5475e7a4127ee7a627f56754633d824e)) + +* adjusted layers for test case ([`2f97a94`](https://github.com/OpenPecha/toolkit-v2/commit/2f97a94a4afe7828b155901f3fb32a69d1c08287)) + +* Merge pull request #224 from OpenPecha/bdrc_parser/add_annotation_for_ocr + +added and adjusted annotation ([`e486174`](https://github.com/OpenPecha/toolkit-v2/commit/e4861744b9426e13f927384243ca7fa5530af12a)) + +* adjusted layers file ([`885ccd0`](https://github.com/OpenPecha/toolkit-v2/commit/885ccd0b40b71ebfe3899e5972a03da85f2f3c41)) + +* adjusted layers file ([`6bb9752`](https://github.com/OpenPecha/toolkit-v2/commit/6bb975212d5d8b1d6922e02aff0fe3f4a68120d3)) + +* adjusted layers file ([`b1351e7`](https://github.com/OpenPecha/toolkit-v2/commit/b1351e71ff2cc4647fbd31c9825b7703ed69345f)) + +* adjusted layers file ([`c5d5c1b`](https://github.com/OpenPecha/toolkit-v2/commit/c5d5c1b96044106b04b5943cfe06ee6014d2a19a)) + +* added and adjusted annotation ([`304e705`](https://github.com/OpenPecha/toolkit-v2/commit/304e7050301aba0db7bc5ae87be90a3bc7ede0b8)) + +* Merge pull request #221 from OpenPecha/bdrc_parser/update_layer_files_for_ocr + +Bdrc parser/update layer files for ocr ([`b048435`](https://github.com/OpenPecha/toolkit-v2/commit/b0484354bb8ff26156e141f7f5f0b31bed808a5c)) + +* Merge pull request #220 from OpenPecha/bdrc_parser/add_annotation_for_ocr + +Bdrc parser/add annotation for ocr ([`212c366`](https://github.com/OpenPecha/toolkit-v2/commit/212c3660a0b7c12d85312c5c77aebdb6ad5d2c9d)) + +* added annotation class test cases ([`809ac47`](https://github.com/OpenPecha/toolkit-v2/commit/809ac47cde74596badc2fe9c340b63f9ed916967)) + +* added annotation classes for ocr ([`69e2262`](https://github.com/OpenPecha/toolkit-v2/commit/69e22629c28aaa191e00c493030066884e83cab2)) + +* Merge pull request #219 from OpenPecha/bdrc_parser/add_buda + +added buda api folder ([`945aa10`](https://github.com/OpenPecha/toolkit-v2/commit/945aa10346d4c586eff407a7326cbf2a0e088aee)) + +* adjusted layers file ([`33cef8c`](https://github.com/OpenPecha/toolkit-v2/commit/33cef8cbcc53797121824c7e2d0529a000557d09)) + +* adjusted layers file ([`e3f483a`](https://github.com/OpenPecha/toolkit-v2/commit/e3f483aa9c69703a159f425f9dbf845d338d8b87)) + +* added utils for json loader ([`0894b07`](https://github.com/OpenPecha/toolkit-v2/commit/0894b07da787063f78d730dfd9b6353f9a5d3cce)) + +* added metadata test cases ([`8a01531`](https://github.com/OpenPecha/toolkit-v2/commit/8a0153196093f692174d371f19ee4cb23cf05e1c)) + +* added and adjusted metadata classes and attribute from toolkit 1 ([`a50e6be`](https://github.com/OpenPecha/toolkit-v2/commit/a50e6be3143afc15f329833644404140287a0939)) + +* adapted layer test cases ([`6bb4581`](https://github.com/OpenPecha/toolkit-v2/commit/6bb45813044058d138354fadbc4931030db035b0)) + +* adapted layer classes from toolkit v1 ([`dafbe7e`](https://github.com/OpenPecha/toolkit-v2/commit/dafbe7e21dc37de10cb3348492b77c2758702cf7)) + +* adjust get_layer_collection fields from toolkit v1 ([`6e739e6`](https://github.com/OpenPecha/toolkit-v2/commit/6e739e6a1eb72b964ca80c1c3fe55288048461f6)) + +* adjust getlayergroup fields from toolkit v1 ([`141cb7d`](https://github.com/OpenPecha/toolkit-v2/commit/141cb7d50c45d3d9f378b815232df741003fce5a)) + +* added layergroupenum fields from toolkit v1 ([`1ea8ed7`](https://github.com/OpenPecha/toolkit-v2/commit/1ea8ed7a0ecdb2c2ec4ef581aacfdabab6c5c174)) + +* added layer enum fields from toolkit v1 ([`bfd710f`](https://github.com/OpenPecha/toolkit-v2/commit/bfd710fb88ec29495c8ad8cd681c3b894876dda6)) + +* added ocr and language annotation in layer collection ([`2444c87`](https://github.com/OpenPecha/toolkit-v2/commit/2444c8728381b05ebb81d0cde3ff864ee170e77f)) + +* updated boto3 package version ([`1c8a69e`](https://github.com/OpenPecha/toolkit-v2/commit/1c8a69ef62b991b5a396118789b086be57d23e88)) + +* added buda api test cases ([`f66cc96`](https://github.com/OpenPecha/toolkit-v2/commit/f66cc96a2e82dfa7f50a1ee9dfc030e734c764ee)) + +* added buda api folder ([`81cb64e`](https://github.com/OpenPecha/toolkit-v2/commit/81cb64e6a82d15162b042c344f7a6a8124ca6541)) + +* add package dependencies specification ([`5159f73`](https://github.com/OpenPecha/toolkit-v2/commit/5159f73ede8cae6686152705f864cd7189f58e15)) + +* add hindi lang in Root Parser ([`7a964b4`](https://github.com/OpenPecha/toolkit-v2/commit/7a964b49b966b6f06654b2aaff876707d8ea93e0)) + +* Merge pull request #218 from OpenPecha/modify/convert-newlines-to-br + +convert newlines to br ([`b4b3a9d`](https://github.com/OpenPecha/toolkit-v2/commit/b4b3a9d4db6ac37a1778436a2ffaaccc75bf4fe8)) + +* convert newlines to br ([`e4c4f03`](https://github.com/OpenPecha/toolkit-v2/commit/e4c4f0356d2ff7e10ac3df7f50a24aea1425b795)) + +* Merge pull request #214 from OpenPecha/fix/PrealignedRootTranslationSerializer + +fix translation metadata in Root translation Serializer ([`c0a71d0`](https://github.com/OpenPecha/toolkit-v2/commit/c0a71d0c2662bc4abb4f0e987dbcff89f821c79c)) + +* fix translation metadata in Root translation Serializer ([`6df6e79`](https://github.com/OpenPecha/toolkit-v2/commit/6df6e79d1b436852dcea3c5bfc6bb82b3ae8751e)) + +* Merge pull request #212 from OpenPecha/fix/PrealignedRootTranslationSerializer + +fix TranslationAlignmentTransfer ([`67136ec`](https://github.com/OpenPecha/toolkit-v2/commit/67136ec8a9d8a50071c0b548f776749abcb563e3)) + +* fix TranslationAlignmentTransfer ([`c6203a9`](https://github.com/OpenPecha/toolkit-v2/commit/c6203a9b4300b7d8738e50eecf249fe6dc9bbecd)) + +* Merge pull request #211 from OpenPecha/fix/segment-num + +Fix/segment num ([`eb9cc5f`](https://github.com/OpenPecha/toolkit-v2/commit/eb9cc5f28e52a238d1796d1875fb9bfbaac0ebec)) + +* process root map in commentary serializers ([`0da598d`](https://github.com/OpenPecha/toolkit-v2/commit/0da598d2c15b6095bb35491bcae901055c59ef53)) + +* process segment num for chapter ([`398b8df`](https://github.com/OpenPecha/toolkit-v2/commit/398b8df8f7c443c3a74be9208b35d9483c44fac8)) + +* Merge pull request #210 from OpenPecha/modify/chapterize-100-segments-to-one-chapter + +Modify/chapterize 100 segments to one chapter ([`09c8ec2`](https://github.com/OpenPecha/toolkit-v2/commit/09c8ec23b1d6e1bf42b81de066b751f9811f6e00)) + +* refactor chunk strings ([`5c5b0a2`](https://github.com/OpenPecha/toolkit-v2/commit/5c5b0a2928595d99ea0f6bc6bf3d05698c70bca8)) + +* chapterize prealigned root translation serializer ([`b0380f6`](https://github.com/OpenPecha/toolkit-v2/commit/b0380f6fc1fc50ba4ec098495c4bd9480ab2f130)) + +* chapterize prealigned commentary serializer ([`964391c`](https://github.com/OpenPecha/toolkit-v2/commit/964391c5a143d1abbdcddfc07804259bdfa8e138)) + +* chapterize simple commentary serializer ([`aa245ee`](https://github.com/OpenPecha/toolkit-v2/commit/aa245ee68590331b005c1b8b2ee4658c6310d638)) + +* get chapter num from segment num ([`7aae245`](https://github.com/OpenPecha/toolkit-v2/commit/7aae24579f8f74609fd62130f0eb4028e8229673)) + +* chapterize root serializer ([`0491dd1`](https://github.com/OpenPecha/toolkit-v2/commit/0491dd1cb40038124330dab45b8487ceb0af2729)) + +* test for chunk strings ([`3b439a3`](https://github.com/OpenPecha/toolkit-v2/commit/3b439a3d84bbdfe4d477eb4830f83ffaab2f418b)) + +* Merge pull request #209 from OpenPecha/fix/logic + +fix TranslationAlignmentTransfer ([`6a351b3`](https://github.com/OpenPecha/toolkit-v2/commit/6a351b3073ef0c9a7a10c29abc715e049885c728)) + +* fix TranslationAlignmentTransfer ([`f69c025`](https://github.com/OpenPecha/toolkit-v2/commit/f69c02558d3da7dc69465508df50a028b392adf4)) + +* Merge pull request #208 from OpenPecha/fix/PrealignedRootTranslationSerializer + +fix/PrealignedRootTranslationSerializer ([`7b5fced`](https://github.com/OpenPecha/toolkit-v2/commit/7b5fcedc8ef192c70a98b8e41339033b0c2939fc)) + +* fix/PrealignedRootTranslationSerializer ([`1cd0cda`](https://github.com/OpenPecha/toolkit-v2/commit/1cd0cdaf877d8d4f59960ac9ed85e4b97836d0d2)) + +* Merge pull request #207 from OpenPecha/fix-prealigned-root-translation/get-category + +fix/get category ([`fc8e9d3`](https://github.com/OpenPecha/toolkit-v2/commit/fc8e9d37ff6fc3d782941a1dc26f0fed9388c355)) + +* fix/get category ([`e2e5fb6`](https://github.com/OpenPecha/toolkit-v2/commit/e2e5fb6fcc66db0d44cf70a64ddd4d7c88a0f3c6)) + +* Merge pull request #206 from OpenPecha/fix/put-serialize-content-in-chapters + +Fix/put serialize content in chapters ([`75850c9`](https://github.com/OpenPecha/toolkit-v2/commit/75850c9d35a0673ea0609b7fead0c4cfbac73cc1)) + +* put prealigned commentary serialized JSON content in chapter ([`8c8517c`](https://github.com/OpenPecha/toolkit-v2/commit/8c8517c7894c4549e200722e3500a688d8214ae9)) + +* put simple commentary serialized JSON content in chapter ([`4031c08`](https://github.com/OpenPecha/toolkit-v2/commit/4031c081db158d97aa567f34fb46ac8eba03daef)) + +* put prealigned root translation serialized JSON content in chapter ([`a2bb715`](https://github.com/OpenPecha/toolkit-v2/commit/a2bb715d3ade3e1de5aebac4fb155183bcc77874)) + +* put root serialized JSON content in chapter ([`dd6eff8`](https://github.com/OpenPecha/toolkit-v2/commit/dd6eff8260c96fb216025a3b3e4789be06cec078)) + +* Merge pull request #205 from OpenPecha/fix/alignment-transfer + +fix logic ([`6dd7229`](https://github.com/OpenPecha/toolkit-v2/commit/6dd7229615edd5f8d347a6d09369b526d00b87c0)) + +* fix logic ([`da6c465`](https://github.com/OpenPecha/toolkit-v2/commit/da6c465f95239f7985952e4bd0c284dbb5678b8a)) + +* Merge pull request #204 from OpenPecha/more-log-infos + +more log infos ([`36c450f`](https://github.com/OpenPecha/toolkit-v2/commit/36c450f83a97d6ad33d2151ad60e0f23822305d0)) + +* more log infos ([`e62170f`](https://github.com/OpenPecha/toolkit-v2/commit/e62170f060e6e7c53d864bc1b68e81d267efaf32)) + +* Merge pull request #202 from OpenPecha/feat/PreAlignedTranslationSerializer + +Feat/pre aligned translation serializer ([`25de3cb`](https://github.com/OpenPecha/toolkit-v2/commit/25de3cbfd867e7874d07b45f607987761d92e67f)) + +* Serializer test for prealigned root translation pecha ([`a82b697`](https://github.com/OpenPecha/toolkit-v2/commit/a82b6977dcf42757154e1e02839e80c9d3d89283)) + +* PreAlignedRootTranslationSerializer ([`db05081`](https://github.com/OpenPecha/toolkit-v2/commit/db05081c77ab053880374c6c4a7f4009713614d9)) + +* TranslationAlignmentTransfer ([`f1a5537`](https://github.com/OpenPecha/toolkit-v2/commit/f1a5537c10ec21e28b6f1e4fded9e1ffd00d7e01)) + +* Merge pull request #201 from OpenPecha/feat/prealigned-commentary-translation-serializer + +Feat/prealigned commentary serializer tests ([`856f614`](https://github.com/OpenPecha/toolkit-v2/commit/856f614ad21e77a4dfa46dd0bb04dc6411882d6a)) + +* fix test func name ([`f4f611b`](https://github.com/OpenPecha/toolkit-v2/commit/f4f611b38cfe0f97df02006aba6da046d9173881)) + +* test for prealigned commentary pecha serializer ([`dc267df`](https://github.com/OpenPecha/toolkit-v2/commit/dc267dffcf76284a2514159165a0375a416c0966)) + +* delete unneccessary test data files ([`fd88345`](https://github.com/OpenPecha/toolkit-v2/commit/fd88345a4e5921bae0eac9f1821895584ff66f9b)) + +* test for get root pechas mapping ([`560be98`](https://github.com/OpenPecha/toolkit-v2/commit/560be984ac5f0a0bea74f37ef1a9dc7aacb0e9fa)) + +* Merge pull request #200 from OpenPecha/feat/PreAlignedCommentarySerializer + +Feat/pre aligned commentary serializer ([`a121e0d`](https://github.com/OpenPecha/toolkit-v2/commit/a121e0dcb460bfefb581c2491b9796c214453af7)) + +* refactor/move alignment transfer code to alignment module ([`22c7c1b`](https://github.com/OpenPecha/toolkit-v2/commit/22c7c1b2d61a1ada61fcb530a3662c07d1389753)) + +* delete unneccessary alignment codes ([`5667570`](https://github.com/OpenPecha/toolkit-v2/commit/5667570e00e2ac3bcd9cd8b3e86831077eb3986a)) + +* PreAlignedCommentarySerializer serialize ([`2a29bc1`](https://github.com/OpenPecha/toolkit-v2/commit/2a29bc10e754718d793c6bb62e4866460fb77831)) + +* refactor get serialized commentary ([`3799913`](https://github.com/OpenPecha/toolkit-v2/commit/3799913099d6203ac72f8975f6a92718c96d2460)) + +* refactor map layer to layer ([`40eae2d`](https://github.com/OpenPecha/toolkit-v2/commit/40eae2d57510758f702409540adabbeea4fea214)) + +* refactor code ([`6c7134b`](https://github.com/OpenPecha/toolkit-v2/commit/6c7134b9b7c5ffaaacbc8ef6b6be023495a82d23)) + +* PreAlignedCommentarySerializer get serialized commentary ([`905b6e0`](https://github.com/OpenPecha/toolkit-v2/commit/905b6e035a39c3458d37ae8306a4366be8efdb44)) + +* refactor/move get_anns to pecha ([`6267202`](https://github.com/OpenPecha/toolkit-v2/commit/6267202f287f456d89a6c8f8b228b1ef665b519a)) + +* Merge pull request #199 from OpenPecha/feat/Serializer-pecha-classifer + +Feat/serializer pecha classifer ([`d8b70bf`](https://github.com/OpenPecha/toolkit-v2/commit/d8b70bf115ba6402005abf2e1e441da37caf8ad5)) + +* prealinged root translation pecha ([`d24e483`](https://github.com/OpenPecha/toolkit-v2/commit/d24e483bc71423393878beda02dc91fca2212cb9)) + +* conditional for prealigned commentary pechas type ([`c7f65e8`](https://github.com/OpenPecha/toolkit-v2/commit/c7f65e8aff914c22ed3f390b4da486aced495e9a)) + +* conditional for prealigned commentary pechas type ([`142fd8e`](https://github.com/OpenPecha/toolkit-v2/commit/142fd8e9f30050666e66153e7a5119c8b55be969)) + +* test for PechaType ([`756ae66`](https://github.com/OpenPecha/toolkit-v2/commit/756ae66cf28149d11e02709f8dfa2207543335dd)) + +* PechaType Enum ([`97c070c`](https://github.com/OpenPecha/toolkit-v2/commit/97c070ca4838e33904400c38608ce41b16798e03)) + +* Merge pull request #198 from OpenPecha/fix/delete-existing-alignment-transfer + +Fix/delete existing alignment transfer ([`f27e46b`](https://github.com/OpenPecha/toolkit-v2/commit/f27e46b05ddbeb884102a1fd00dd9fcb2d45d644)) + +* rename funcs in test root serializer ([`5c39690`](https://github.com/OpenPecha/toolkit-v2/commit/5c3969078b2a7abb77cf6fd165a1fce5b79404f7)) + +* rename TranslationSerializer -> Root Serializer ([`8476c25`](https://github.com/OpenPecha/toolkit-v2/commit/8476c2502c4147ec46ec575855e0af26ca8bd48c)) + +* delete existing alignment transfer file ([`417ff1e`](https://github.com/OpenPecha/toolkit-v2/commit/417ff1ea7cc01d085e659bbd4779160088c2dd24)) + +* Merge pull request #196 from OpenPecha/fix/add-initial-creation-type-in-set-metadata + +add intial creation type in pecha metadata ([`605df03`](https://github.com/OpenPecha/toolkit-v2/commit/605df0354b00aef398ce08ddfd1ad56eedd2815f)) + +* update test file ([`43373a8`](https://github.com/OpenPecha/toolkit-v2/commit/43373a878c37cb81068272326a6252f24a7760e2)) + +* remove chunk strings ([`1a72870`](https://github.com/OpenPecha/toolkit-v2/commit/1a72870d635603ddf996d8363590e5e311b2bf86)) + +* add intial creation type in pecha metadata ([`1659495`](https://github.com/OpenPecha/toolkit-v2/commit/1659495092fecadb93531fc5ce45bc9a9fa74cb0)) + +* Merge pull request #195 from OpenPecha/modify/take-dict-set-metadata + +fix set metadata ([`ec897f0`](https://github.com/OpenPecha/toolkit-v2/commit/ec897f0c9a453be77405bda604e010b57d0466dc)) + +* fix set metadata ([`412509c`](https://github.com/OpenPecha/toolkit-v2/commit/412509c860cd38f1719f6ecc9def8c283a2590ee)) + +* Merge pull request #194 from OpenPecha/modify/take-dict-set-metadata + +Modify/take dict set metadata ([`28e4d18`](https://github.com/OpenPecha/toolkit-v2/commit/28e4d18f3f1478f0fc9a794859d68f2fd9f2f6b0)) + +* set parser name if not in metadata ([`9648abc`](https://github.com/OpenPecha/toolkit-v2/commit/9648abc2f693bc4f53a4bc57728e0e3752b38c5d)) + +* get parser old name from set_metadata ([`4cd48ed`](https://github.com/OpenPecha/toolkit-v2/commit/4cd48ed15d55828e1060e44dd8346fbc96f31eaa)) + +* Merge pull request #193 from OpenPecha/modify/take-dict-set-metadata + +take input as dict for pecha metadata ([`5bce949`](https://github.com/OpenPecha/toolkit-v2/commit/5bce949253e81963d3fa160a240b63984aff716e)) + +* take input as dict for pecha metadata ([`7e4d63f`](https://github.com/OpenPecha/toolkit-v2/commit/7e4d63ffc4463cdccafc6acb5a982d7ee86ed19e)) + +* Merge pull request #192 from OpenPecha/fix/commentary-serializer-logic + +check if translation_of content is there ([`ce69518`](https://github.com/OpenPecha/toolkit-v2/commit/ce695188109a1c2b8f7834ebdcbd2e2ee07cd402)) + +* check if translation_of content is there ([`7a2bffc`](https://github.com/OpenPecha/toolkit-v2/commit/7a2bffca64f95dfa0ef88c71aa14bc2bbc26f6d2)) + +* Merge pull request #191 from OpenPecha/modify/remove-alignment-data-arg-Serializer + +Modify/remove alignment data arg serializer ([`4cf63e8`](https://github.com/OpenPecha/toolkit-v2/commit/4cf63e8a56ad2a4279a560af52603783063ebe44)) + +* remove get_alignment_data func ([`65a8dc8`](https://github.com/OpenPecha/toolkit-v2/commit/65a8dc868eecabf8f7c8fd88d66cfa6b2e60f5a3)) + +* fix/add CategoryExtractor in try block ([`08205d0`](https://github.com/OpenPecha/toolkit-v2/commit/08205d01fb49cc0b2bcaf40a427bf6c22067aad9)) + +* remove alignment data from the Serializers ([`0d72527`](https://github.com/OpenPecha/toolkit-v2/commit/0d7252770721300cdb791e74459e75eb6d0571d7)) + +* Merge pull request #190 from OpenPecha/fix-update_serialize_opf + +added update_serialize_json function ([`4c281b2`](https://github.com/OpenPecha/toolkit-v2/commit/4c281b2cb0d12c60c877683a74d5a54b9498edf6)) + +* updated test function name ([`e8c8d96`](https://github.com/OpenPecha/toolkit-v2/commit/e8c8d9634f0d99692a48fad28ffc3691723084b9)) + +* added update_serialize_json function ([`7185631`](https://github.com/OpenPecha/toolkit-v2/commit/7185631d00cf7fa2f28a9e4d46ed812ef11c1389)) + +* Merge pull request #189 from OpenPecha/pecha-org-pecha-metadata-validator + +Pecha org pecha metadata validator ([`4f82ecd`](https://github.com/OpenPecha/toolkit-v2/commit/4f82ecd502fb7658d8f775c73cbdd6be3e3842b9)) + +* add . and / in forbidden symbols for metadata validator ([`59de0da`](https://github.com/OpenPecha/toolkit-v2/commit/59de0da933dde7b70972b3c79c0ecaae4339d01c)) + +* Add PechaCategoryNotFound Exception ([`148d48a`](https://github.com/OpenPecha/toolkit-v2/commit/148d48aef50f0373920768f709114816dbf401f3)) + +* PechaOrgPechaMetaDataValidator ([`1b76b8e`](https://github.com/OpenPecha/toolkit-v2/commit/1b76b8ebdf74bf1289696d9ae2b0bdf7af6df040)) + +* Merge pull request #188 from OpenPecha/modify/Serializer-pipeline + +Modify/serializer pipeline ([`49917f1`](https://github.com/OpenPecha/toolkit-v2/commit/49917f19324221b0af163a2c6306f64bc7b37207)) + +* doc string for Serializers classes ([`7a7bb09`](https://github.com/OpenPecha/toolkit-v2/commit/7a7bb0929562e6c218d760ce807f7cc592f98bd7)) + +* refactor code ([`373d599`](https://github.com/OpenPecha/toolkit-v2/commit/373d599313b43137ea8b3e76ac18b5acd0d9d5df)) + +* delete unneccessary test ([`ab47b02`](https://github.com/OpenPecha/toolkit-v2/commit/ab47b025c87a72eedf4398cd00c6f44c8022aec8)) + +* test commentary translation pecha for TestSerializer ([`c977edf`](https://github.com/OpenPecha/toolkit-v2/commit/c977edff571eb7739a5a9752a4109af9d36ce411)) + +* test commentary pecha for TestSerializer ([`57c4477`](https://github.com/OpenPecha/toolkit-v2/commit/57c44778720e651664f321a7ecd09024869380d6)) + +* test root translation pecha for TestSerializer ([`da756d9`](https://github.com/OpenPecha/toolkit-v2/commit/da756d98da47c61676d676d503d4d5ceef50b76e)) + +* test root pecha for TestSerializer ([`ce4e88c`](https://github.com/OpenPecha/toolkit-v2/commit/ce4e88cd37e9dc5bf0670658e5642169a3019426)) + +* add logging to get en title ([`e505528`](https://github.com/OpenPecha/toolkit-v2/commit/e505528807346ce537a863445d8a242822648c37)) + +* refactor Serializer pipeline ([`31d2e92`](https://github.com/OpenPecha/toolkit-v2/commit/31d2e92e5f58c22ab9ce51ab0919d18fd0ad9397)) + +* modify/Serializer pipeline ([`5a76dd1`](https://github.com/OpenPecha/toolkit-v2/commit/5a76dd13811a5269cdf040b38ab3990338c56567)) + +* Merge pull request #187 from OpenPecha/fix-update_serialize_opf + +fix the module placement ([`9956116`](https://github.com/OpenPecha/toolkit-v2/commit/9956116432e6c96c16cf42fd62caf30cadf9da69)) + +* fix the module placement ([`17e14bc`](https://github.com/OpenPecha/toolkit-v2/commit/17e14bc769cbb92a448bf4ac90c9863da281ac9f)) + +* Merge pull request #177 from OpenPecha/feat-serialize_updated_translation_opf + +added updated opf serializer ([`951e2ec`](https://github.com/OpenPecha/toolkit-v2/commit/951e2ece53254a88efab7f2c6686e974c0d1d0fd)) + +* update the Parser name in test metadata ([`36284a2`](https://github.com/OpenPecha/toolkit-v2/commit/36284a20e1405ae00995b250803001b574a982bf)) + +* Merge remote-tracking branch 'origin/main' into feat-serialize_updated_translation_opf ([`6f73268`](https://github.com/OpenPecha/toolkit-v2/commit/6f73268b5e8e2d7bbd9e2c93d05c6077811fd1ff)) + +* Merge pull request #186 from OpenPecha/modify-translation-serializer/take-root-pecha-arg + +Modify translation serializer/take root pecha arg ([`0adf750`](https://github.com/OpenPecha/toolkit-v2/commit/0adf75057dec43004c15cf9c5a3091b2e8a7cac7)) + +* test for Serializer ([`7881e82`](https://github.com/OpenPecha/toolkit-v2/commit/7881e82b89ffec6a06de4dc113d998c20b939b2c)) + +* Serializer ([`393c080`](https://github.com/OpenPecha/toolkit-v2/commit/393c080d016e4e0239161fa0698e311f5ac96872)) + +* add logging to simple commentary serializer ([`7008569`](https://github.com/OpenPecha/toolkit-v2/commit/7008569b3fa70a00769a8aa8c8e15c7ebce44ead)) + +* add logging to commentary serialization ([`b78e5ec`](https://github.com/OpenPecha/toolkit-v2/commit/b78e5ec9f60cda1fce92036b94d6328b9d75bf8f)) + +* modify/take root pecha from arg during commentary translation serialization ([`788eeb8`](https://github.com/OpenPecha/toolkit-v2/commit/788eeb8d5aa7b7dcb955bc6deb43859c5942137d)) + +* modify/take root pecha from arg during root translation serialization ([`bfe35a5`](https://github.com/OpenPecha/toolkit-v2/commit/bfe35a519753a3049d460868e0769369b11bb26c)) + +* Merge pull request #185 from OpenPecha/update-docxparser-class + +removed outputpath arg from parse method ([`3cda5c1`](https://github.com/OpenPecha/toolkit-v2/commit/3cda5c1829f4b11d9b18fec051aaf9e373876e1d)) + +* removed outputpath arg from parse method ([`f39ee6e`](https://github.com/OpenPecha/toolkit-v2/commit/f39ee6ed1da25465129224f0d154441746e139ae)) + +* Merge pull request #184 from OpenPecha/modify/dont-write-log-to-file + +dont write log to file ([`157f9a5`](https://github.com/OpenPecha/toolkit-v2/commit/157f9a5c376589bb763f59d9bbf1527a00bd7874)) + +* dont write log to file ([`8336d12`](https://github.com/OpenPecha/toolkit-v2/commit/8336d12359eb191650ae5473af6bdf2df9363e70)) + +* Merge pull request #183 from OpenPecha/refactor/serializer_file_structure + +Refactor/serializer file structure ([`80c51da`](https://github.com/OpenPecha/toolkit-v2/commit/80c51daecd62ae1ffdcf9b6c08ed867c4a9cb6ec)) + +* rename TextTranslationSerializer -> TranslationSerializer ([`9d98ad4`](https://github.com/OpenPecha/toolkit-v2/commit/9d98ad4540ee185fc6b9a9b2fdbb48fee7a12e1d)) + +* refactor/serializer file structure ([`7e8d4a0`](https://github.com/OpenPecha/toolkit-v2/commit/7e8d4a0d37fdd415d3e40f4743b3672102678aec)) + +* Merge pull request #182 from OpenPecha/refactor/file_structure + +Refactor/file structure ([`11d291f`](https://github.com/OpenPecha/toolkit-v2/commit/11d291f73f819214b21042a3e75a34fd2a32cca2)) + +* update test file ([`e672d93`](https://github.com/OpenPecha/toolkit-v2/commit/e672d936893ba51071c71ce313a63ea330e8f7b3)) + +* rename numberlist -> simple commentary ([`2fb9fa5`](https://github.com/OpenPecha/toolkit-v2/commit/2fb9fa5b17741776028da5ff1c3c545c2426aebe)) + +* update test file name ([`b3c4222`](https://github.com/OpenPecha/toolkit-v2/commit/b3c4222507456e710f978743b9635561d6563019)) + +* rename manual number -> complex commentary ([`51cf341`](https://github.com/OpenPecha/toolkit-v2/commit/51cf34100d3b7b762d295a526355a34c7d277ba8)) + +* rename google doc -> docx ([`aa8649c`](https://github.com/OpenPecha/toolkit-v2/commit/aa8649c863c87f905ec419ed2d69b3c995f4cf7c)) + +* Merge pull request #175 from OpenPecha/fix/use_alignment_in_commentary_serializer + +add alignment data to commentary serializer ([`58e7a08`](https://github.com/OpenPecha/toolkit-v2/commit/58e7a08683443feed65705c5ac2945126c7ef612)) + +* add alignment data to commentary serializer ([`7128db2`](https://github.com/OpenPecha/toolkit-v2/commit/7128db2b0cf5743ddd879a53a765c07a9f692a4b)) + +* Merge pull request #173 from OpenPecha/feat/simple_commentary_serializer + +Feat/simple commentary serializer ([`1e08e2f`](https://github.com/OpenPecha/toolkit-v2/commit/1e08e2f556860d173490ad14a60aabafae6a18b4)) + +* add lang identifer for non bo en Pechas ([`295587a`](https://github.com/OpenPecha/toolkit-v2/commit/295587abd1547635d692c5e5b35624b9d14c09e6)) + +* fix ComplexCommentarySerializer/take pecha as input than pecha_path ([`7daa35b`](https://github.com/OpenPecha/toolkit-v2/commit/7daa35bbf7dec7ea6d1362e635e1a23e232bb13d)) + +* fix/ serialized json field book -> books ([`af988e6`](https://github.com/OpenPecha/toolkit-v2/commit/af988e65902100a12a8406471c4903fa1853ea4d)) + +* fix/ serialized json field book -> books ([`e83cb0c`](https://github.com/OpenPecha/toolkit-v2/commit/e83cb0c2b78251539e13fd697599d75c81a5e5aa)) + +* modify/take Pecha as input than pecha_path ([`b761b5b`](https://github.com/OpenPecha/toolkit-v2/commit/b761b5bc12c04ced597facf58808dd7ccf54fa2b)) + +* fix/test metadata ([`2892c02`](https://github.com/OpenPecha/toolkit-v2/commit/2892c02392cc4e33807c3c5d1893bd7b4a33e674)) + +* fix/extract metadata ([`fc7f6b2`](https://github.com/OpenPecha/toolkit-v2/commit/fc7f6b287e16ddcc87bb8c94565d6bc7a506cd77)) + +* add zh test for simple commentary serialize ([`ddbc18c`](https://github.com/OpenPecha/toolkit-v2/commit/ddbc18c3f951eafb053f15d58071270d6c2e1b62)) + +* refactor code ([`326c292`](https://github.com/OpenPecha/toolkit-v2/commit/326c292ba54ded643ab0bdd5a15580f48f782537)) + +* test for simple commentary serialize ([`479ff2b`](https://github.com/OpenPecha/toolkit-v2/commit/479ff2bb01f9b54ce96fa48e17317f3cd0cafcc2)) + +* test data for simple commentary serializer ([`1d4ea66`](https://github.com/OpenPecha/toolkit-v2/commit/1d4ea66873f4d510215a9db040fab92f1dcfae3a)) + +* refactor/existing commentary-> ComplexCommentary serializer ([`0a3c31d`](https://github.com/OpenPecha/toolkit-v2/commit/0a3c31d3b6fefa30280d47b26b40a0e4f62919fa)) + +* Merge pull request #172 from OpenPecha/feat/update_pecha_class + +Feat/update pecha class ([`87644ec`](https://github.com/OpenPecha/toolkit-v2/commit/87644ec54c7cca4c65b808054a473f85c0cc9124)) + +* added update git folder function and test ([`2358d6c`](https://github.com/OpenPecha/toolkit-v2/commit/2358d6c8cbbd6cba8d47eeb455e7eb59d889b28a)) + +* added update git folder function and test ([`90b273b`](https://github.com/OpenPecha/toolkit-v2/commit/90b273bbfd98fec7786084f09cbca5053b9ecea8)) + +* modified update github repo function to take repo path instead to avoid double cloning ([`45e70e9`](https://github.com/OpenPecha/toolkit-v2/commit/45e70e9faf6333309adcca80223e7a4a73d1551f)) + +* Merge pull request #171 from OpenPecha/feat-auto-parser-selection + +added extra_fields for the metadatas array ([`d99f6de`](https://github.com/OpenPecha/toolkit-v2/commit/d99f6de40fda955cacbf2f570edb947f47b01487)) + +* added extra_fields for the metadatas array ([`053f9af`](https://github.com/OpenPecha/toolkit-v2/commit/053f9af457610d47c4d424b9fea9fd9960f04b3d)) + +* Merge pull request #170 from OpenPecha/feat/update_pecha_class + +added get layerd id function ([`ac2dda9`](https://github.com/OpenPecha/toolkit-v2/commit/ac2dda9e77162d9b1d2c535772fecb1c1b30bbf9)) + +* added get layerd id function test ([`da9cded`](https://github.com/OpenPecha/toolkit-v2/commit/da9cdedbd5ae1e274e85c7858b723dc5722cbd0f)) + +* added get layerd id function test ([`bf41092`](https://github.com/OpenPecha/toolkit-v2/commit/bf41092c87abef7a4258fd7a9a50edd6b9286352)) + +* added get layerd id function test ([`24476e6`](https://github.com/OpenPecha/toolkit-v2/commit/24476e6dd0b2834e976f776db8fc52cf4d8610ac)) + +* added get layerd id function ([`041bd19`](https://github.com/OpenPecha/toolkit-v2/commit/041bd1992acdd2e2f00a32b6bd6a4cbaa3042574)) + +* updated opf serializer updater ([`85503dc`](https://github.com/OpenPecha/toolkit-v2/commit/85503dc79b3f702d8de01c4b2aaa4fd2e905250f)) + +* added updated opf serializer ([`af05af1`](https://github.com/OpenPecha/toolkit-v2/commit/af05af1747cea7db8bcb3602a1419b2e04b44828)) + +* Merge pull request #168 from OpenPecha/feat-auto-parser-selection + +Feat auto parser selection ([`6487985`](https://github.com/OpenPecha/toolkit-v2/commit/64879857c1d818dac3d9c2bdb560e7d4dec8dd1a)) + +* completed the docstring comments for the functions ([`8612546`](https://github.com/OpenPecha/toolkit-v2/commit/8612546fc13402813cae71476bf58cdc4881c1bb)) + +* Implemented DocxParser class to parse DOCX files based on metadata. ([`19b142b`](https://github.com/OpenPecha/toolkit-v2/commit/19b142bf78ce08c9c925d744584c163845c62337)) + +* auto parser selection ([`d0765c9`](https://github.com/OpenPecha/toolkit-v2/commit/d0765c971ca59b44ee6b9b1d9d56107e9524aeda)) + +* Merge pull request #166 from OpenPecha/feat/add_logging + +Feat/add logging ([`6b1db46`](https://github.com/OpenPecha/toolkit-v2/commit/6b1db466a5b2b1a11447fe1a765a8a88d3d6843e)) + +* log serialized pecha ([`cc5f2c3`](https://github.com/OpenPecha/toolkit-v2/commit/cc5f2c3046d2209a8bf3de1addbcddadf9f8832a)) + +* add logging to translation serializer ([`053e00b`](https://github.com/OpenPecha/toolkit-v2/commit/053e00b67e56a9363e59a1010631f091ea53aab0)) + +* add logging to commentary parser ([`5edeb6c`](https://github.com/OpenPecha/toolkit-v2/commit/5edeb6c4140a01a8f68316c990d71118b212954c)) + +* fix logging name ([`150e2cc`](https://github.com/OpenPecha/toolkit-v2/commit/150e2ccd528737dddbff1cdfb2182d7a5aaf90ae)) + +* add logging to translation parser ([`fe11686`](https://github.com/OpenPecha/toolkit-v2/commit/fe116866854838cba2f568f4ee08150c823e2586)) + +* Merge pull request #165 from OpenPecha/feat/write_exceptions + +Feat/write exceptions ([`330d6a0`](https://github.com/OpenPecha/toolkit-v2/commit/330d6a0bc31c750b19c5be0db133cfd4c2a54a14)) + +* pecha clone error ([`8d20cbe`](https://github.com/OpenPecha/toolkit-v2/commit/8d20cbe27478c89ca45443ecec47166605d19552)) + +* create output path before parse ([`64a69f4`](https://github.com/OpenPecha/toolkit-v2/commit/64a69f4aea24a9a5efe916a6543568babe2b30ab)) + +* delete unneccessary exceptions ([`17ec697`](https://github.com/OpenPecha/toolkit-v2/commit/17ec6970bb1757c276f8f9fab3ae87304bbb6215)) + +* BaseUpdateFailedError ([`22f4a47`](https://github.com/OpenPecha/toolkit-v2/commit/22f4a47f65da6fb77ecfde0115c93f3fe92fd77c)) + +* add InvalidLayerEnum exception ([`51bcf35`](https://github.com/OpenPecha/toolkit-v2/commit/51bcf354ced4f322a47e018b8f18d23de5a68fa3)) + +* refactor CommentarySerializer ([`268e8e9`](https://github.com/OpenPecha/toolkit-v2/commit/268e8e91b7fffaeac4b623c0ce2bbbd699f87ac0)) + +* refactor CommentarySerializer ([`51d4467`](https://github.com/OpenPecha/toolkit-v2/commit/51d44678cd01b34d9a6680c1bc364f577604fb20)) + +* refactor CommentarySerializer ([`597c6c9`](https://github.com/OpenPecha/toolkit-v2/commit/597c6c9b9de1fce63213a4878c4ad6cb649996ad)) + +* refactor CommentarySerializer ([`b3b5592`](https://github.com/OpenPecha/toolkit-v2/commit/b3b5592723425d98deb083163b5bc97712c36fdb)) + +* refactor CommentarySerializer ([`c8937c9`](https://github.com/OpenPecha/toolkit-v2/commit/c8937c9af6f3261a465547f466e11495402d0d71)) + +* refactor CommentarySerializer ([`3e417d7`](https://github.com/OpenPecha/toolkit-v2/commit/3e417d72914c14ee10d402bb2d00a3addff5d215)) + +* refactor CommentarySerializer ([`2747c3c`](https://github.com/OpenPecha/toolkit-v2/commit/2747c3c5cc9cb7426b264d3dfb0d9f7cc7b9f2e4)) + +* refactor CommentarySerializer ([`bf39b01`](https://github.com/OpenPecha/toolkit-v2/commit/bf39b01845184938e3566bffb8db48e4dee94ca2)) + +* refactor CommentarySerializer ([`0dd05c0`](https://github.com/OpenPecha/toolkit-v2/commit/0dd05c08a1f3d9269d0b5ab7c2d361caa9e76afb)) + +* refactor CommentarySerializer ([`9e00f9f`](https://github.com/OpenPecha/toolkit-v2/commit/9e00f9ffa7c1efbeb96e0753def3460581a4a05a)) + +* refactor CommentarySerializer ([`3fe42c1`](https://github.com/OpenPecha/toolkit-v2/commit/3fe42c113302bf06778a0781a29c269f1890b2ee)) + +* refactor ([`44d6304`](https://github.com/OpenPecha/toolkit-v2/commit/44d630489a5dcc23c7d4b6f6724ea71e3e6c5f30)) + +* StamAnnotationStoreLoadError ([`a8985c8`](https://github.com/OpenPecha/toolkit-v2/commit/a8985c8941d03901fde846e245430aa29fba6551)) + +* AlignmentDataKeyMissingError ([`fa947b2`](https://github.com/OpenPecha/toolkit-v2/commit/fa947b20c88e52d6eb1efd73bbabdbd10d54a793)) + +* merged into main ([`831f633`](https://github.com/OpenPecha/toolkit-v2/commit/831f633f0ed0280914e2d195a6ef6f66570dff4f)) + +* Merge pull request #163 from OpenPecha/modify/get_alignment_data_from_DB + +Modify/get alignment data from db ([`0d1ac34`](https://github.com/OpenPecha/toolkit-v2/commit/0d1ac3459c08d922a6bc03224beb994a14627862)) + +* refactor ([`a0530b4`](https://github.com/OpenPecha/toolkit-v2/commit/a0530b40acf512f841c12d66f0525c63a9a15699)) + +* refactor ([`a085073`](https://github.com/OpenPecha/toolkit-v2/commit/a085073443f6a4606c4cf5344b6fff24e23d6deb)) + +* update root pecha id in test metadata ([`0b04325`](https://github.com/OpenPecha/toolkit-v2/commit/0b04325bf1a5b80e579b204e9096a684ce2ad6f4)) + +* take alignment data as arg in TranslationSerializer ([`1142b30`](https://github.com/OpenPecha/toolkit-v2/commit/1142b303e7367b53f100e6ea279aa1c794005fc2)) + +* move test files ([`866d911`](https://github.com/OpenPecha/toolkit-v2/commit/866d911a0a3addce380ea124f0a3e2ff93bc9651)) + +* delete pecha display test data ([`499f19f`](https://github.com/OpenPecha/toolkit-v2/commit/499f19fd88b5f7488af7379476d90749f795014a)) + +* refactor code ([`9fc3579`](https://github.com/OpenPecha/toolkit-v2/commit/9fc3579d24274bb9a148988b6d818afdb29c2868)) + +* delete unneccessary func ([`0176a6d`](https://github.com/OpenPecha/toolkit-v2/commit/0176a6d0569f1f315405457c71a660c0dffce0e3)) + +* dont store commentary alignment in metadata ([`fbe3341`](https://github.com/OpenPecha/toolkit-v2/commit/fbe33415d99eb9dbece4632cc904bed83ec37ca5)) + +* dont store translation alignment in metadata ([`eed3f6c`](https://github.com/OpenPecha/toolkit-v2/commit/eed3f6c29f8bd57ca173d34db01dfce62a42119f)) + +* Merge pull request #162 from OpenPecha/feat/get_alignment_information + +Feat/get alignment information ([`6db470a`](https://github.com/OpenPecha/toolkit-v2/commit/6db470a424e75c914aab2dbb9851eacf5f308ed0)) + +* add comment ([`2d7ff09`](https://github.com/OpenPecha/toolkit-v2/commit/2d7ff090194039c64fc5430ef9b6e9b8bb15635f)) + +* func get alignment data ([`6de7291`](https://github.com/OpenPecha/toolkit-v2/commit/6de72910d295b2aec43c20aa104ab920a987b6d9)) + +* rename test file ([`f1897e2`](https://github.com/OpenPecha/toolkit-v2/commit/f1897e2a20d70a6a7c01ea3a8cf9477d10049029)) + +* dynamically save commentary parser name in metadata ([`3b59f0d`](https://github.com/OpenPecha/toolkit-v2/commit/3b59f0d0523dee29fa1da69f5d66c7771329157a)) + +* show exception errors in str ([`d219810`](https://github.com/OpenPecha/toolkit-v2/commit/d2198102d611b7305cdb8b70fed595d58cb73373)) + +* exceptions to Commentary parser ([`ea56f27`](https://github.com/OpenPecha/toolkit-v2/commit/ea56f27536e28d236ae63bbeaaffeb3688845be3)) + +* metadata validation error ([`34fff6a`](https://github.com/OpenPecha/toolkit-v2/commit/34fff6ac986615530d08f10e3c5daad7d1abe618)) + +* StamAddAnnotationError ([`bad138a`](https://github.com/OpenPecha/toolkit-v2/commit/bad138a007f9ff7cbc731d09c2049d3f8436a053)) + +* InvalidLanguageEnumError ([`2351885`](https://github.com/OpenPecha/toolkit-v2/commit/235188509b1d084f6958114b2c0be7c173ba5e6c)) + +* Parser File Related exceptions ([`3aa488b`](https://github.com/OpenPecha/toolkit-v2/commit/3aa488b0fd86b37f27ca3bb6ce7290503187f25b)) + +* file related exceptions in TranslationParser ([`f9906d9`](https://github.com/OpenPecha/toolkit-v2/commit/f9906d97f0425de8cbe6081b5e60e84da0bb20f0)) + +* add exception classes ([`2642f24`](https://github.com/OpenPecha/toolkit-v2/commit/2642f24bb724ee5ceda5cdd29bcf4df03eb76559)) + +* Merge pull request #155 from OpenPecha/add/russian_lang_enum + +add russian to LayerEnum ([`4f95e59`](https://github.com/OpenPecha/toolkit-v2/commit/4f95e592e4b44dc0c130540ea6e6013f19548451)) + +* add russian to LayerEnum ([`bd733e7`](https://github.com/OpenPecha/toolkit-v2/commit/bd733e7e72b309570e74628bba56f84873d3fa44)) + +* Merge pull request #154 from OpenPecha/add/russian_lang_enum + +add russian to language ([`3eb6e4a`](https://github.com/OpenPecha/toolkit-v2/commit/3eb6e4af0ae5f6c649155c256e48b94256b74dd7)) + +* add russian to language ([`8a98005`](https://github.com/OpenPecha/toolkit-v2/commit/8a980059abb5912952f54b03f33e6ec5827a6333)) + +* Merge pull request #152 from OpenPecha/feat/numberlist_root_parser + +add metadata to arg ([`bfed6f1`](https://github.com/OpenPecha/toolkit-v2/commit/bfed6f141e280cce09ba5ae7e10037cc30685a80)) + +* add metadata to arg ([`9099e8d`](https://github.com/OpenPecha/toolkit-v2/commit/9099e8db283ff76a75047c0ec9d1620f730fdfec)) + +* Merge pull request #151 from OpenPecha/feat/numberlist_root_parser + +Feat/numberlist root parser ([`ff16b22`](https://github.com/OpenPecha/toolkit-v2/commit/ff16b22d59a070c277cf81cfe6cfe13fd15c43e5)) + +* add english test file ([`a8c1f3c`](https://github.com/OpenPecha/toolkit-v2/commit/a8c1f3c7c1957fdf828efb34fffe8eba5175d3a8)) + +* refactor code ([`62505a7`](https://github.com/OpenPecha/toolkit-v2/commit/62505a7787ddcffa8d650bd532067fb4716f9daa)) + +* test for numberlist translation ([`5183699`](https://github.com/OpenPecha/toolkit-v2/commit/5183699420d91122ab316174e4b10b52543acc61)) + +* numberedlist root parser ([`c3759db`](https://github.com/OpenPecha/toolkit-v2/commit/c3759db29c727ef4137503ab6371f571beb10211)) + +* Merge pull request #150 from OpenPecha/feat/update_existing_github_repo + +dont delete github action files ([`0a5f34c`](https://github.com/OpenPecha/toolkit-v2/commit/0a5f34c5f7285f23ad735624ec497af84abe56df)) + +* dont delete github action files ([`29ff406`](https://github.com/OpenPecha/toolkit-v2/commit/29ff4061e94647fe6404e8b0536335efd8859959)) + +* Merge pull request #149 from OpenPecha/feat/update_existing_github_repo + +git clone using ssh url ([`f28e32f`](https://github.com/OpenPecha/toolkit-v2/commit/f28e32f8c17ad21a455a58ad36e0d4ca557990f3)) + +* add GITHUB TOKEN in url +; ([`257d891`](https://github.com/OpenPecha/toolkit-v2/commit/257d8911566e3b16b565aaf641f3c1ef50dd59e2)) + +* use os env ([`3ecc708`](https://github.com/OpenPecha/toolkit-v2/commit/3ecc708479e0c092d305389b17b900ae9b35c66e)) + +* git clone using ssh url ([`323822d`](https://github.com/OpenPecha/toolkit-v2/commit/323822d3badfbdd2a09fa4bf7177d35bdd855309)) + +* Merge pull request #148 from OpenPecha/feat/update_existing_github_repo + +fix/env variable name ([`1474ccb`](https://github.com/OpenPecha/toolkit-v2/commit/1474ccb9d382783be99eac416139ea22907cc135)) + +* delete unnecessary code ([`9e17af9`](https://github.com/OpenPecha/toolkit-v2/commit/9e17af9f69bd1bc12787d877ae164bba08e2466f)) + +* fix/env variable name ([`9ced42f`](https://github.com/OpenPecha/toolkit-v2/commit/9ced42fe2697f3e03d394bca2802d1e2378de00f)) + +* Merge pull request #147 from OpenPecha/feat/update_existing_github_repo + +add user name and email to Git Repo configuration ([`83690cd`](https://github.com/OpenPecha/toolkit-v2/commit/83690cd607445a74e3ff4e7c2efcdf95d01db7d3)) + +* add user name and email to Git Repo configuration ([`9d1df88`](https://github.com/OpenPecha/toolkit-v2/commit/9d1df88fa90a2e99341be34d4a6461cc3a56aff4)) + +* Merge pull request #146 from OpenPecha/feat/update_existing_github_repo + +Feat/update existing GitHub repo ([`12eebdd`](https://github.com/OpenPecha/toolkit-v2/commit/12eebdd2bef20d815eb5a3aedcfcf12e26e9fe53)) + +* delete unneccessary import ([`34d21cf`](https://github.com/OpenPecha/toolkit-v2/commit/34d21cf67c2ec27faac250f9cc5b44288c276772)) + +* revert pecha publish func ([`0331798`](https://github.com/OpenPecha/toolkit-v2/commit/0331798e2bfc7ce92a9b61a876efc5366bf43276)) + +* modify/different commit func for update github repo ([`c64388d`](https://github.com/OpenPecha/toolkit-v2/commit/c64388d27e3eafc214ce869e0a5791235f870f4a)) + +* Merge pull request #145 from OpenPecha/feat/update_existing_github_repo + +Feat/update existing GitHub repo ([`e2dd126`](https://github.com/OpenPecha/toolkit-v2/commit/e2dd1269fe71e1d16e0bf8aeda5e27fc2f6e0741)) + +* integreate update github repo with pecha publish ([`c52ce81`](https://github.com/OpenPecha/toolkit-v2/commit/c52ce8170d83c8228634f6da516e56320b907a9f)) + +* update github repo ([`52c4ac9`](https://github.com/OpenPecha/toolkit-v2/commit/52c4ac9badf07e4e2129cee7a3b28967906a9457)) + +* Merge pull request #144 from OpenPecha/fix-config + +added GITHUB_ORG_NAME changable from environment ([`3e45f28`](https://github.com/OpenPecha/toolkit-v2/commit/3e45f286fa9ef0c46ea8d6338ef0a5bff8caf688)) + +* added GITHUB_ORG_NAME changable from environment ([`b910c42`](https://github.com/OpenPecha/toolkit-v2/commit/b910c42293c3cbc1e36745a9e8bd9c22c23b4f5b)) + +* Merge pull request #143 from OpenPecha/modify/add_pecha_id_option_to_commentary_parser + +Modify/add pecha id option to commentary parser ([`d008e76`](https://github.com/OpenPecha/toolkit-v2/commit/d008e768e911728a0ddb29e45170aac17d514564)) + +* remove pecha if already exisst when parsing ([`d56d98e`](https://github.com/OpenPecha/toolkit-v2/commit/d56d98e8aad25cfd552775748cbd8f12390678ef)) + +* add pecha id to commentary parse func ([`628de80`](https://github.com/OpenPecha/toolkit-v2/commit/628de8082d296a019874d2f2e9417e67153f40ca)) + +* Merge pull request #142 from OpenPecha/modify/parse_pecha_with_set_id + +create pecha with set id ([`790f6b6`](https://github.com/OpenPecha/toolkit-v2/commit/790f6b6cf84650e16beb4827c2689dab82b87633)) + +* create pecha with set id ([`fa10103`](https://github.com/OpenPecha/toolkit-v2/commit/fa1010310dc2d2e0406a882962227e177a015d56)) + +* Merge pull request #141 from OpenPecha/fix-github_utils + +added git commit to github utils ([`1c78f20`](https://github.com/OpenPecha/toolkit-v2/commit/1c78f209ef1937c067d50b8d35fa9bc1a94bb2b2)) + +* added git commit to github utils ([`4541ba3`](https://github.com/OpenPecha/toolkit-v2/commit/4541ba345121557a63c50b9afbbd1b5802a13a78)) + +* Merge pull request #140 from OpenPecha/fix/ann_transfer + +Fix/ann transfer ([`8552c29`](https://github.com/OpenPecha/toolkit-v2/commit/8552c294fb88e41b42409c1ff7435d89d88d92ed)) + +* shorten arg name ([`6f39546`](https://github.com/OpenPecha/toolkit-v2/commit/6f39546ae34b6d73fa96e44fd057320fb23b06ca)) + +* shorten arg name ([`35567a7`](https://github.com/OpenPecha/toolkit-v2/commit/35567a70bfc3a7303e1d36e6198737fa4ca79965)) + +* add more timeour to google diff ([`c89fc1c`](https://github.com/OpenPecha/toolkit-v2/commit/c89fc1ccce1917d1589e7168e108584b9d88cabc)) + +* fix ann transfer alignment mapping ([`6f339d1`](https://github.com/OpenPecha/toolkit-v2/commit/6f339d135fc6822476a08a3da1a7c4c643cbbbc2)) + +* Merge pull request #138 from OpenPecha/fix_add_LayerEnum + +added sanskrit and italian to the layer enum ([`13aef0d`](https://github.com/OpenPecha/toolkit-v2/commit/13aef0d1590890a71926f3d122db47fb736785e1)) + +* added layer enum value in translation ([`60169f6`](https://github.com/OpenPecha/toolkit-v2/commit/60169f6c0f15f67ce647d5e6d89474a17f2d6308)) + +* added snskrit and italian to the layer enum ([`17a13e0`](https://github.com/OpenPecha/toolkit-v2/commit/17a13e0634e0fa10cee01f76183c465712c0acdf)) + +* Merge pull request #139 from OpenPecha/fix/remove_source_path_from_commentary_parser + +Fix/remove source path from commentary parser ([`78ac775`](https://github.com/OpenPecha/toolkit-v2/commit/78ac775d4a2255ff6637da34cce6de8ce4d41db0)) + +* Merge branch 'main' into fix/remove_source_path_from_commentary_parser ([`2073ad6`](https://github.com/OpenPecha/toolkit-v2/commit/2073ad6eb147f3a87d07b0753d3d515702b183f2)) + +* Merge pull request #137 from OpenPecha/fix_github_org_name + +fix github org name ([`8b11fc4`](https://github.com/OpenPecha/toolkit-v2/commit/8b11fc48682ee2914855133e18461aeb97e00794)) + +* fix github org name ([`e446eb8`](https://github.com/OpenPecha/toolkit-v2/commit/e446eb8366f8b584bface72fa7e3b32ebdf0ac1e)) + +* extract commentary_of field properly ([`51a86a1`](https://github.com/OpenPecha/toolkit-v2/commit/51a86a1d1ff778a1c04677a000b13072c3e403a4)) + +* remove source path from Commentary Parser ([`e03530e`](https://github.com/OpenPecha/toolkit-v2/commit/e03530ecb2150c1edb959705b414aae6b243a594)) + +* Merge pull request #135 from OpenPecha/feat/new_commentary_parser + +Feat/new commentary parser ([`9443f3f`](https://github.com/OpenPecha/toolkit-v2/commit/9443f3f783061b717343e732acf700fb1c8caf54)) + +* modify/input field Union str, Path ([`1138ddd`](https://github.com/OpenPecha/toolkit-v2/commit/1138ddd2a055d123cc88e00843cdb04d35bb23fd)) + +* test create Pecha ([`ce5900b`](https://github.com/OpenPecha/toolkit-v2/commit/ce5900bcc0741384130f3c716b9e12a626425cfc)) + +* mock extract commentary segment anns ([`8e7f6bd`](https://github.com/OpenPecha/toolkit-v2/commit/8e7f6bd126aa67878fcacea3dea60935938a9391)) + +* update test metadata ([`6989d8c`](https://github.com/OpenPecha/toolkit-v2/commit/6989d8c8ae1d4e5b38496d0a170681dddd4d8536)) + +* test for numbered list commentary parser ([`cdad09a`](https://github.com/OpenPecha/toolkit-v2/commit/cdad09a893d3e82af388e493b5e3ba001d54bbb0)) + +* extract commentary segment with char count ([`2077807`](https://github.com/OpenPecha/toolkit-v2/commit/2077807073e4cae455c7ec142c3b6317ebd59fa2)) + +* extract root alignment index regex ([`6eec761`](https://github.com/OpenPecha/toolkit-v2/commit/6eec761ce07a50d6b814019d3d732632f285a6a3)) + +* add docx2python to dependencies ([`a64b270`](https://github.com/OpenPecha/toolkit-v2/commit/a64b270967e3e15b3a302afa90fd2851fc757b5f)) + +* Merge branch 'main' into feat/new_commentary_parser ([`03005b4`](https://github.com/OpenPecha/toolkit-v2/commit/03005b45575677a8dd0dfe35a0155a428e33e062)) + +* extract number list from extracted docx text ([`2ff8913`](https://github.com/OpenPecha/toolkit-v2/commit/2ff89136df220708c9350defb445095c7c49f481)) + +* delete parse root from CommentaryParser ([`0fafa5e`](https://github.com/OpenPecha/toolkit-v2/commit/0fafa5ea01a8586aeabe14a2d9a27bc90d262176)) + +* add test file for GoogleDocNumberListCommentaryParser ([`1bc2e3c`](https://github.com/OpenPecha/toolkit-v2/commit/1bc2e3cb3f1df79ac5ef4e99e0860faf61794024)) + +* restructure CommentaryParser ([`51449ff`](https://github.com/OpenPecha/toolkit-v2/commit/51449ff6e5a327ef0f71555663f3472aea5b91e1)) + +* refactor test pecha merge dir structure ([`3a6cb31`](https://github.com/OpenPecha/toolkit-v2/commit/3a6cb31654d3db93c7c1864b6e25c5d4c263423d)) + +* move google drive api script to outside ([`8c669af`](https://github.com/OpenPecha/toolkit-v2/commit/8c669af81c8256bafb9e330750c8e6bb185bdff4)) + +* Merge pull request #136 from OpenPecha/fix/get_category_and_get_alignment_data + +Fix/get category and get alignment data ([`7a7eea9`](https://github.com/OpenPecha/toolkit-v2/commit/7a7eea90a8f96a18cc4cf8145bc0d8ce5cf52897)) + +* store alignment mapping as Dict in metadata ([`7ff9d0b`](https://github.com/OpenPecha/toolkit-v2/commit/7ff9d0b8148fd0fb86b94ffe92073cc050819a6d)) + +* store alignment mapping as Dict in metadata ([`dfa9981`](https://github.com/OpenPecha/toolkit-v2/commit/dfa9981ad030854c0b100e7727f6ac30e84605cf)) + +* take the first alignment in get root translation alignment ([`51d3feb`](https://github.com/OpenPecha/toolkit-v2/commit/51d3febc0c7b41733fc439ccab25fa2a8b26711b)) + +* normalize key value in alignment ([`c400435`](https://github.com/OpenPecha/toolkit-v2/commit/c4004358e15261b5bbfcc2bd92be8be15baa573c)) + +* take Pecha tibetan title for getting category ([`0c08962`](https://github.com/OpenPecha/toolkit-v2/commit/0c08962725635542856c10860f62f12473ee8943)) + +* Merge pull request #134 from OpenPecha/modify/translation_of_input_metadata_field + +Modify/translation of input metadata field ([`3795e71`](https://github.com/OpenPecha/toolkit-v2/commit/3795e7179ba250844d73a20fd32af59ab85d3138)) + +* modify/translation parser input as Path or str ([`6c821ba`](https://github.com/OpenPecha/toolkit-v2/commit/6c821baaaf75f02095f433b2ea06fe30b91b37eb)) + +* fix/add pecha id to translation test file ([`34e69ba`](https://github.com/OpenPecha/toolkit-v2/commit/34e69baeb2d2e6b8cea52925bcc62296e2fb0736)) + +* fix TranslationSerializer test metadata ([`7155fcf`](https://github.com/OpenPecha/toolkit-v2/commit/7155fcf665400c404b9c74f0cf8a8bb96e565020)) + +* fix/translationserializer is_version_of -> translation_of ([`5b37156`](https://github.com/OpenPecha/toolkit-v2/commit/5b37156a2fcd9732b1c710ed505a0b748aaad702)) + +* get translation"s root info with root pecha id ([`9365464`](https://github.com/OpenPecha/toolkit-v2/commit/93654648a7594da493339f94b3ddc00d214f6b07)) + +* Merge pull request #131 from OpenPecha/feat/retrieve_root_info_from_catalog + +Feat/retrieve root info from catalog ([`bdc6eac`](https://github.com/OpenPecha/toolkit-v2/commit/bdc6eac53155195a4799fc7744557e990400724b)) + +* test for standalone Root Pecha serializer ([`5ce3dc0`](https://github.com/OpenPecha/toolkit-v2/commit/5ce3dc0dd5ab028e91771dfe2949818611672e3e)) + +* fix/translation serializer for standalone Root Pecha ([`f360c66`](https://github.com/OpenPecha/toolkit-v2/commit/f360c6679210c5945e6a751be8c4eedcba385a19)) + +* migrate/translation serializer from Alignment to Pecha ([`d0bb45e`](https://github.com/OpenPecha/toolkit-v2/commit/d0bb45e021cb786c70627f67cc8ab37a82822b9e)) + +* modify/test data is_version_of d dict -> str ([`9aa6e4e`](https://github.com/OpenPecha/toolkit-v2/commit/9aa6e4ee08dcb6031bb6fde17902c8cba6816476)) + +* fix/return relative root layer path ([`298d4cb`](https://github.com/OpenPecha/toolkit-v2/commit/298d4cbd5c66f0c7f1baa97a23393b8ba201ded6)) + +* get root layer info for translation from catalog ([`6f30bb1`](https://github.com/OpenPecha/toolkit-v2/commit/6f30bb11896785cdce30961dc2a9fd3757bcf51a)) + +* modify/title in test data from list -> str ([`e90bff2`](https://github.com/OpenPecha/toolkit-v2/commit/e90bff23e4ec4a10ebcd5e1787a33e517c84850e)) + +* fix/remove is_version_of data from root metadata ([`b38e591`](https://github.com/OpenPecha/toolkit-v2/commit/b38e59158def18b3c69bbb73fe044e118fa74eee)) + +* get_pecha_id_with_title func in Catalog ([`6da2628`](https://github.com/OpenPecha/toolkit-v2/commit/6da2628f4b7a4dfe6e0f1055ffd7ad9e1d4b28d1)) + +* refactor PechaDataCatalog ([`7159688`](https://github.com/OpenPecha/toolkit-v2/commit/7159688f4089129a99aea42b6e3e3bde46ddf8e3)) + +* fix/check if new entry exists in opf catalog ([`2b47f2a`](https://github.com/OpenPecha/toolkit-v2/commit/2b47f2a463d50b83b4f076864a4dcb23fa12defa)) + +* fix/commit and push func when nothing to commit ([`47be4f5`](https://github.com/OpenPecha/toolkit-v2/commit/47be4f50ac542cf508d66c51811b336a5bf44cec)) + +* new PechaDataCatalog ([`5216559`](https://github.com/OpenPecha/toolkit-v2/commit/521655932c20683582235aec01a68e3d332bfd32)) + +* set is_pecha_display=False in Translation serialize func ([`4738c31`](https://github.com/OpenPecha/toolkit-v2/commit/4738c313855330b923853edf98c79c4830ba2e6b)) + +* Exception about missing Github token only if we try to use it, not on importing github_utils ([`99b3937`](https://github.com/OpenPecha/toolkit-v2/commit/99b3937d3191d50ac8b6a7227ef9686bcb8b70f2)) + +* Merge pull request #129 from OpenPecha/fix/translation_parser_serializer + +Fix/translation parser serializer ([`b4b3c71`](https://github.com/OpenPecha/toolkit-v2/commit/b4b3c71a7f49d9501e85bd973f3639f6e84e6296)) + +* rename output ([`7ba28b4`](https://github.com/OpenPecha/toolkit-v2/commit/7ba28b4ce33a1d0b7234525f0292c061165be5be)) + +* refactor translation serialize func ([`4c54344`](https://github.com/OpenPecha/toolkit-v2/commit/4c5434429b371e6d91f2d0facda732f5a83a3ef8)) + +* Refactor Translation Serializer ([`59d14b0`](https://github.com/OpenPecha/toolkit-v2/commit/59d14b02cf57f41eb1fccc2004eaf15ac1854312)) + +* Refactor Translation Serializer ([`a575683`](https://github.com/OpenPecha/toolkit-v2/commit/a5756831d4cea8067935f71991f4a6408ff1e359)) + +* rename func names ([`80c1359`](https://github.com/OpenPecha/toolkit-v2/commit/80c1359b7166f3ffc4bfc98b7b6888e31960bd37)) + +* refactor/TranslationSerializer more static class ([`ce4aa4c`](https://github.com/OpenPecha/toolkit-v2/commit/ce4aa4c8eafb517331688ecb776ef5f7c2bb6875)) + +* refactor/TranslationSerializer more static class ([`d1234ea`](https://github.com/OpenPecha/toolkit-v2/commit/d1234ea2d47a26d64e3982fa2e029d72f2d75278)) + +* refactor/TranslationSerializer more static class ([`838c7bb`](https://github.com/OpenPecha/toolkit-v2/commit/838c7bb0e53037b542069d32d8a55bbbfdf4d105)) + +* modify/return Pecha only from TranslationParser ([`c82c08b`](https://github.com/OpenPecha/toolkit-v2/commit/c82c08b9e3031dc4924bd8444f94e7d2b7f01b35)) + +* fix/test file for TranslationParser ([`d05f418`](https://github.com/OpenPecha/toolkit-v2/commit/d05f41817c91abfe8ddadc1b56be7a1d1f9b7922)) + +* mock bo translation parse properly ([`a344c29`](https://github.com/OpenPecha/toolkit-v2/commit/a344c29ff3a7dc6e404f493a00a4fbf58fe350ae)) + +* modify/TranslationParser to static ([`47776a3`](https://github.com/OpenPecha/toolkit-v2/commit/47776a3555db6eaf7b6302bd28abdb74c0e03ae7)) + +* fix/remove_translation_alignment_in_root_pecha ([`f82b5de`](https://github.com/OpenPecha/toolkit-v2/commit/f82b5de682522c72b547e87f76d9e5c2ad13f6c9)) + +* Merge pull request #128 from OpenPecha/fix/Blupdate + +Fix/blupdate ([`1b1c9be`](https://github.com/OpenPecha/toolkit-v2/commit/1b1c9be7c59755292bc38326580fedae97ae6ee6)) + +* implement google diff patch match for coordinate ann transfer ([`e9cd0c7`](https://github.com/OpenPecha/toolkit-v2/commit/e9cd0c7d116c450ac3fb34fb8a710bf9882ce8ff)) + +* fix/map stam ann data to dict in merge pecha func ([`b08f2a3`](https://github.com/OpenPecha/toolkit-v2/commit/b08f2a3b9ea2f87861ab21f6d73d18e234c9855a)) + +* complete Pecha merge pecha func ([`41f49bf`](https://github.com/OpenPecha/toolkit-v2/commit/41f49bf8b0e1b83b57b64cbecb7b88f67f7bc485)) + +* modify test pecha data to LayerEnum format ([`2d753c2`](https://github.com/OpenPecha/toolkit-v2/commit/2d753c2ca68ecffbb659981e35fef5962c2b0b8b)) + +* delete StampPecha ([`91a644a`](https://github.com/OpenPecha/toolkit-v2/commit/91a644a3f455b92f46ebc8a5bb34d4a08c723e9f)) + +* migrate pecha merge func from StamPecha -> Pecha ([`fb6bdc1`](https://github.com/OpenPecha/toolkit-v2/commit/fb6bdc1710938504800c2f16eaa81aed5685ddd0)) + +* refactor StamPecha: pecha_merge func ([`b1a9d5d`](https://github.com/OpenPecha/toolkit-v2/commit/b1a9d5d474d58180fcbece00b72829f01ea3c3d3)) + +* Merge pull request #127 from OpenPecha/fix/translation-serialization + +Fix/translation serialization ([`2352eb0`](https://github.com/OpenPecha/toolkit-v2/commit/2352eb027aaeb72c23a4f7d1505ff78341e02b51)) + +* delete SERIALIZED_ALIGNMENT_JSON_PATH from config ([`0bf30ad`](https://github.com/OpenPecha/toolkit-v2/commit/0bf30ad3e611bf15f6d58c457fb36882cf657898)) + +* fix simple commentary serializer/return json than write ([`6a2d0ff`](https://github.com/OpenPecha/toolkit-v2/commit/6a2d0ff7665a133bcf0a8107bb396f7b2ce8f115)) + +* fix-translation_serializer/return json rather than write ([`d1872ce`](https://github.com/OpenPecha/toolkit-v2/commit/d1872ce5f5477d06655694fb1b24333e07c12d80)) + +* add translation to AlignmentEnum ([`77aa759`](https://github.com/OpenPecha/toolkit-v2/commit/77aa7596cd90e3f70fbbee595e3e6d48ddea5f18)) + +* new AlignmentEnum ([`f9ac5f1`](https://github.com/OpenPecha/toolkit-v2/commit/f9ac5f1793e90c2db192bf2f6b5b3754f98f7374)) + +* normalize pecha display alignment ([`f27820d`](https://github.com/OpenPecha/toolkit-v2/commit/f27820d32e2cad91a043a0cee68acfe172e7b538)) + +* fix get_root_and_translation_layer for pecha_display_alignment ([`90acfd2`](https://github.com/OpenPecha/toolkit-v2/commit/90acfd2e4c82e144114e43667a053a5013012033)) + +* fix get_root_and_translation_layer for normal translation alignment ([`aa92313`](https://github.com/OpenPecha/toolkit-v2/commit/aa92313d6bdfe71bf0bb9e0f6d9666ae8e77d36d)) + +* Merge pull request #125 from OpenPecha/modify/bump_python_version + +bump python 3.8 -> 3.9 ([`7cd0d79`](https://github.com/OpenPecha/toolkit-v2/commit/7cd0d79b21e8b91a1467b4fccaaf908f9c4997b1)) + +* check if source present in metadata ([`aeb964d`](https://github.com/OpenPecha/toolkit-v2/commit/aeb964dc2feb7ca975f8cbefe6367c54c3266932)) + +* fix source metadata handling ([`0a7d71c`](https://github.com/OpenPecha/toolkit-v2/commit/0a7d71cfde498a591191c3dd3fa4a6657c71c3c4)) + +* bump python 3.8 -> 3.9 ([`06684f4`](https://github.com/OpenPecha/toolkit-v2/commit/06684f4e85d4c7d6896cf974bcfd533247187816)) + +* Merge pull request #123 from OpenPecha/modify/translation_serialized_json_naming + +get pecha title from lang ([`4908c69`](https://github.com/OpenPecha/toolkit-v2/commit/4908c691cc6ae7ee35841e35f4b08c3498437f75)) + +* get pecha title from lang ([`5be8a8b`](https://github.com/OpenPecha/toolkit-v2/commit/5be8a8b3f12e6506ef68d84f0a1b9963d9f7fde7)) + +* Merge pull request #122 from OpenPecha/modify/translation_serialized_json_naming + +modify translation serialized json ([`bc03824`](https://github.com/OpenPecha/toolkit-v2/commit/bc03824389e0cf9b819700c53ed9654d60d8796e)) + +* delete/ignore first line in parse ([`68fbcfa`](https://github.com/OpenPecha/toolkit-v2/commit/68fbcfa6de6484c66bb4c6ee143af733dc6559bd)) + +* modify translation serialized json ([`899bff4`](https://github.com/OpenPecha/toolkit-v2/commit/899bff49a290ae9f8efb8c1f5c34f1e0867e2cf1)) + +* Merge pull request #121 from OpenPecha/feat-chapterize_in_translation_serialization + +Feat chapterize in translation serialization ([`bbec3ae`](https://github.com/OpenPecha/toolkit-v2/commit/bbec3ae9fee45e021585d0ab27f01eb69897999b)) + +* Merge branch 'main' into feat-chapterize_in_translation_serialization ([`eac2fc6`](https://github.com/OpenPecha/toolkit-v2/commit/eac2fc616f52962545b1aa9b1b3c902655d0d402)) + +* Merge pull request #120 from OpenPecha/119-refactor-set_toolkit_version-to-avoid-pip-dependency + +Fix for https://github.com/OpenPecha/toolkit-v2/issues/119 ([`281d0aa`](https://github.com/OpenPecha/toolkit-v2/commit/281d0aa2575d11cbf44f4472e5408803cc7e2532)) + +* Fix for https://github.com/OpenPecha/toolkit-v2/issues/119 ([`9a4e286`](https://github.com/OpenPecha/toolkit-v2/commit/9a4e286779063ba04d08011da036842bb66e1d1d)) + +* Merge pull request #116 from OpenPecha/feat-update_catalog + +Feat update catalog ([`971ce51`](https://github.com/OpenPecha/toolkit-v2/commit/971ce51563d3b10c9dac57f5c11e397bc0838151)) + +* fix source_id in the catalog update ([`65acc85`](https://github.com/OpenPecha/toolkit-v2/commit/65acc852ac84e07e03bde09f684e24f42cfe992b)) + +* added initial creation typw ([`bcfaa2f`](https://github.com/OpenPecha/toolkit-v2/commit/bcfaa2febd468ad83635026d287ad94d9d704b55)) + +* added function in utils to update the catalog ([`20ed183`](https://github.com/OpenPecha/toolkit-v2/commit/20ed1830fc641c0a44520c286a059d1a6c45889a)) + +* delete pipeline ([`e9927da`](https://github.com/OpenPecha/toolkit-v2/commit/e9927da5b5d8b86480738e5f5138b8a9a6bd467f)) + +* pecha uploader function ([`043a175`](https://github.com/OpenPecha/toolkit-v2/commit/043a1759a64fa6216c3282bb085669447fedec32)) + +* chapterize the translation serialization ([`98872ac`](https://github.com/OpenPecha/toolkit-v2/commit/98872ac2f6f25de991f68d597c884348400b9346)) + +* remove unwanted annotations ([`f8b0833`](https://github.com/OpenPecha/toolkit-v2/commit/f8b0833071d00fdbfb6d5cd61e14a6c7054ceb90)) + +* extract txt root file ([`8bf60e2`](https://github.com/OpenPecha/toolkit-v2/commit/8bf60e2de1e22100036e5556a66a54ff4225363a)) + +* modify-translation_pipeline/take_files_as_input ([`93d7926`](https://github.com/OpenPecha/toolkit-v2/commit/93d79267ab54b705b41efa5f4c315dba48a37df7)) + +* delete test file ([`0729200`](https://github.com/OpenPecha/toolkit-v2/commit/0729200a69d1beb9ea74148e245b33f2a21b775b)) + +* new arg json output arg ([`f800d28`](https://github.com/OpenPecha/toolkit-v2/commit/f800d287104e3b3a2c47cb96c62ea3a775b53559)) + +* save parse opf in home page ([`b04adae`](https://github.com/OpenPecha/toolkit-v2/commit/b04adaebacd67d3d503f1c15a22196980e02f0dc)) + +* fix/save input file in home page ([`5b2817e`](https://github.com/OpenPecha/toolkit-v2/commit/5b2817ec882d367a54a57bc1c4f6c639cd315989)) + +* handle multiple input cases in translation pipeline ([`34e2392`](https://github.com/OpenPecha/toolkit-v2/commit/34e239253497ad97f8a220a4c9899e68ee92c547)) + +* refactor code ([`58c5304`](https://github.com/OpenPecha/toolkit-v2/commit/58c5304d180ec88f6d2c8a9b34db507dc45c6df5)) + +* openpecha translation pipeline ([`dcf6c6a`](https://github.com/OpenPecha/toolkit-v2/commit/dcf6c6a58808598db8b993108a604005a2c39b91)) + +* Merge pull request #113 from OpenPecha/fix-google_api + +fix output dir error ([`6ad3ae5`](https://github.com/OpenPecha/toolkit-v2/commit/6ad3ae5d26c05f161e44a15fd0520f07b832cc51)) + +* fix output dir error ([`a19e740`](https://github.com/OpenPecha/toolkit-v2/commit/a19e7404e4dd26428db030d790622b8321fe4d56)) + +* Merge pull request #112 from OpenPecha/fix-translation_serializer + +Fix translation serializer ([`4714e21`](https://github.com/OpenPecha/toolkit-v2/commit/4714e215277972723325f94e8f794712324890e9)) + +* delete code ([`7b35a90`](https://github.com/OpenPecha/toolkit-v2/commit/7b35a900c509d2f963dfbc18e398e04572c3b308)) + +* save test json ([`3e832a3`](https://github.com/OpenPecha/toolkit-v2/commit/3e832a3be012476f20ae1a1d662229e65ad54744)) + +* fix/set translation content ([`6fd2471`](https://github.com/OpenPecha/toolkit-v2/commit/6fd2471a1890d5d543dbc98ffbdcc4f88b3bd5d6)) + +* fix/set translation content ([`dc82725`](https://github.com/OpenPecha/toolkit-v2/commit/dc8272525d2484fb4564dd4f55bc0e2b41f630a7)) + +* restructure pecha display translation files ([`f867835`](https://github.com/OpenPecha/toolkit-v2/commit/f86783517ab6584db966c2ea6d85ad984fe3d61c)) + +* rename script name ([`c913ce2`](https://github.com/OpenPecha/toolkit-v2/commit/c913ce2ce944f0a7621ded7a2f170abf2812c99c)) + +* rename class name SimpleTextTranslationSerializer -> TextTranslationSerializer ([`51bee84`](https://github.com/OpenPecha/toolkit-v2/commit/51bee84210ceebc7f02c70a88e173316a703265f)) + +* Merge pull request #111 from OpenPecha/fix-google_api + +updated credentials path in google api ([`d79aaeb`](https://github.com/OpenPecha/toolkit-v2/commit/d79aaeb9cb3a4f8994bc1392d38ce69361a87aad)) + +* updated credentials path in google api ([`2967469`](https://github.com/OpenPecha/toolkit-v2/commit/2967469c15867eddf701f4c26a61e7c92d9f4ea1)) + +* Merge pull request #110 from OpenPecha/feat-add_release_asset + +added create release to add assets to the repo ([`a9a271f`](https://github.com/OpenPecha/toolkit-v2/commit/a9a271f4ee4705fdce515e882ad845e5c49523f9)) + +* added create release to add assets to the repo ([`83dd7fc`](https://github.com/OpenPecha/toolkit-v2/commit/83dd7fc13c3052308150a7a3ff349005e5d6e32f)) + +* Merge pull request #109 from OpenPecha/fix-translation_serializer_standalone_file_option + +fix code ([`673f7cf`](https://github.com/OpenPecha/toolkit-v2/commit/673f7cfc9eacd804157f16ae3a4788c127c8c433)) + +* fix code ([`25beeea`](https://github.com/OpenPecha/toolkit-v2/commit/25beeea266221af6d2d4967f44309e300f16465a)) + +* Merge pull request #108 from OpenPecha/fix-translation_serializer_standalone_file_option + +fix code ([`d470395`](https://github.com/OpenPecha/toolkit-v2/commit/d4703953209d71237119fe9da390146d0c5d0238)) + +* fix code ([`14393ea`](https://github.com/OpenPecha/toolkit-v2/commit/14393ea4e0934b75ab7e6b9b44e8411653b1e5bb)) + +* Merge pull request #106 from OpenPecha/fix-translation_serializer_standalone_file_option + +fix-translation_serializer_if_no_display_segment ([`91c16cf`](https://github.com/OpenPecha/toolkit-v2/commit/91c16cffc9b8bcf8074a65ff9e2ade050ac1d418)) + +* fix-translation_serializer_if_no_display_segment ([`1882e45`](https://github.com/OpenPecha/toolkit-v2/commit/1882e4532c6cc76ec85ad40363ea3d26f9fd2653)) + +* Merge pull request #105 from OpenPecha/feat-add_google_api_for_docs_and_sheets + +Feat add google api for docs and sheets ([`ac488ee`](https://github.com/OpenPecha/toolkit-v2/commit/ac488ee77785ac36cc437130b31e23f6ccfedd59)) + +* updated the google api and added credentials path in config ([`2859136`](https://github.com/OpenPecha/toolkit-v2/commit/2859136c96cdbf586a1458a0a52621e9ecaffb60)) + +* removed the test ([`1292fa6`](https://github.com/OpenPecha/toolkit-v2/commit/1292fa6e31e3a744104265666fbe8e35914c43ae)) + +* added google api ([`dbfe9bc`](https://github.com/OpenPecha/toolkit-v2/commit/dbfe9bc38d29747dfcb710f45a94996f211cf2e0)) + +* Merge pull request #101 from OpenPecha/feat-commentary_alignment_ann_transfer + +Feat commentary alignment ann transfer ([`dc7c8ea`](https://github.com/OpenPecha/toolkit-v2/commit/dc7c8ea404e63bea17503fbf008add8a18727476)) + +* test commentary ann transfer ([`3e44dbc`](https://github.com/OpenPecha/toolkit-v2/commit/3e44dbc0e4f4472f2b813f7b824c33204ec62e45)) + +* fix Commentary ann transfer write layer ([`fd0793c`](https://github.com/OpenPecha/toolkit-v2/commit/fd0793c9dc3b1f0cfde621accc17145453b5bf77)) + +* fix/create display commentary alignment layer ([`f39f4a2`](https://github.com/OpenPecha/toolkit-v2/commit/f39f4a288ecde51483fc5d5cf2f8f3892c86bf82)) + +* parse root mapping ([`3866a29`](https://github.com/OpenPecha/toolkit-v2/commit/3866a29412305d5d677c21206eed5eed8cefdc17)) + +* create display commentary alignment layer ([`5c7d09b`](https://github.com/OpenPecha/toolkit-v2/commit/5c7d09b87332120417d6d9712e96536d32928896)) + +* CommentaryAlignmentAnnTransfer ([`1281803`](https://github.com/OpenPecha/toolkit-v2/commit/12818035a7c7393b1911a73116530d6b0e7a53de)) + +* refactor ([`a481be7`](https://github.com/OpenPecha/toolkit-v2/commit/a481be748199252ef88269342c7355e85709f4bc)) + +* rename func name ([`3de8c91`](https://github.com/OpenPecha/toolkit-v2/commit/3de8c9152a5a3d3759f07a7d188cc5dacf0b2875)) + +* rename class attribute ([`eff74dd`](https://github.com/OpenPecha/toolkit-v2/commit/eff74dd5cf27eb3bdaffc8bec55a74f0d1a4a6f3)) + +* refactor update metadata ([`ea566b1`](https://github.com/OpenPecha/toolkit-v2/commit/ea566b152df21ef18c6ba1391b7bbfdaa94f312f)) + +* add typing extensions ([`0d99cc1`](https://github.com/OpenPecha/toolkit-v2/commit/0d99cc15818200a578f33c422e57e253adc443f1)) + +* add typing extensions ([`a64d3af`](https://github.com/OpenPecha/toolkit-v2/commit/a64d3afddb3dd4d9e87005dea0b9f63d49a53c25)) + +* class TranslationAlignmentAnnTransfer ([`2ab923c`](https://github.com/OpenPecha/toolkit-v2/commit/2ab923ce850d5482d19ed88b3ccecea06ffeae0c)) + +* rename class CoordinateNormalisation-> AlignmentAnnTransfer ([`df4a801`](https://github.com/OpenPecha/toolkit-v2/commit/df4a801a8c803367f58b09414ca26771f76c5e45)) + +* replace the code for ann transfer ([`2eeeb5f`](https://github.com/OpenPecha/toolkit-v2/commit/2eeeb5f006510b2f8ac308e7900e15b223f250bb)) + +* refactor code ([`f285c9f`](https://github.com/OpenPecha/toolkit-v2/commit/f285c9f5f371ae92d967e427169b1867a93c88e1)) + +* refactor code ([`c1ecb4e`](https://github.com/OpenPecha/toolkit-v2/commit/c1ecb4e9e4130dcee0642e6809b318e7cd14e714)) + +* add comment ([`b5e3140`](https://github.com/OpenPecha/toolkit-v2/commit/b5e314034f25f6fe81b9aa14ab7472741501e6dc)) + +* refactor get_layer_name func ([`fc614c4`](https://github.com/OpenPecha/toolkit-v2/commit/fc614c4c678e6b8f0835a76937f13b7bcb6357b4)) + +* add test data for commentary alignment ann transfer ([`92723ca`](https://github.com/OpenPecha/toolkit-v2/commit/92723ca516b1ac2173ff0445ea15d1314b5b18f0)) + +* Merge pull request #98 from OpenPecha/fix-translation_transfer + +Fix translation transfer ([`762a1f3`](https://github.com/OpenPecha/toolkit-v2/commit/762a1f36f1854f2046901b66ea2700c4f8a81936)) + +* modify translation parser/modify main regex ([`f40ff04`](https://github.com/OpenPecha/toolkit-v2/commit/f40ff0464f6de1addc982d8700446bd501784720)) + +* add __init__.py to modules ([`5b8c3f2`](https://github.com/OpenPecha/toolkit-v2/commit/5b8c3f2e0dbfc6271f09b0efd4974e56367210a9)) + +* update test file ([`04df810`](https://github.com/OpenPecha/toolkit-v2/commit/04df810edd2a8c67eb2430ee6af9499d26c16c46)) + +* update Categorizer get category ([`e583c38`](https://github.com/OpenPecha/toolkit-v2/commit/e583c3874d6b0c295be07d9db7f50eb078884fb3)) + +* set translation content based on alignment mapping ([`39ec1f2`](https://github.com/OpenPecha/toolkit-v2/commit/39ec1f2e064323cf2349a6adc76d76245fc7de89)) + +* add comments ([`180f9f8`](https://github.com/OpenPecha/toolkit-v2/commit/180f9f80428856301fbe37b1dd6013a7e4b0ef55)) + +* refactor code ([`81a3faf`](https://github.com/OpenPecha/toolkit-v2/commit/81a3fafc894347ce4ef0ca8f2909cce8127fffff)) + +* update test file ([`e2117f6`](https://github.com/OpenPecha/toolkit-v2/commit/e2117f619bfe9793f99eb86e0b0b3b9480cbe5ed)) + +* refactor code ([`48ce671`](https://github.com/OpenPecha/toolkit-v2/commit/48ce67193116febbc3413fcdb6ed3c745f39ab28)) + +* update test file json ([`1b453dd`](https://github.com/OpenPecha/toolkit-v2/commit/1b453dd118ae37098573c5e66c78df7bf0fa83c9)) + +* refactor test file ([`fe42e1a`](https://github.com/OpenPecha/toolkit-v2/commit/fe42e1a76c7cabb683d5b280ff4657006fe5228a)) + +* set pecha category in translation serializer ([`95d80f9`](https://github.com/OpenPecha/toolkit-v2/commit/95d80f904bf2ef81afa965d69ad6a07f0d01a65e)) + +* fix/pecha content assignment ([`1b7266c`](https://github.com/OpenPecha/toolkit-v2/commit/1b7266c12a274e28f215029a0fe54c7eadbe0192)) + +* delete previous test ([`5c20f1d`](https://github.com/OpenPecha/toolkit-v2/commit/5c20f1d1cc3847b5fd37de334b5ad763a8006e8e)) + +* new test translation serializer ([`50ea637`](https://github.com/OpenPecha/toolkit-v2/commit/50ea637b10429b053b37cc3d42f9f44048d5231f)) + +* get pecha display alignment from source metadata ([`ab3f28f`](https://github.com/OpenPecha/toolkit-v2/commit/ab3f28fc9f8e7c687deadef14eaa22b8ca8edaa2)) + +* fix/ absolute path-> relative path ([`62caeaa`](https://github.com/OpenPecha/toolkit-v2/commit/62caeaa7fa48c11ee67bbed471e8d862c33006fd)) + +* testcase skeleton ([`954bc7f`](https://github.com/OpenPecha/toolkit-v2/commit/954bc7faed16a501b52a1ab00532bbdb7ad345c8)) + +* refactor/split set content->two funcs ([`50150e8`](https://github.com/OpenPecha/toolkit-v2/commit/50150e8208dda5c514d7bb6bf2dcb683e07eaf67)) + +* rename vars ([`01d9b56`](https://github.com/OpenPecha/toolkit-v2/commit/01d9b561e19c210a7516635260c15c54c9fcafcd)) + +* refactor/split set metadata->two funcs ([`1afcdd3`](https://github.com/OpenPecha/toolkit-v2/commit/1afcdd32c5bcb9ed2868795e07158ae7bf006247)) + +* rename funcs ([`34dae31`](https://github.com/OpenPecha/toolkit-v2/commit/34dae31a7e87ca827b67e5c390e2f1a484213453)) + +* update translation metadata ([`a977ec1`](https://github.com/OpenPecha/toolkit-v2/commit/a977ec1e9a780956342ebf03e69f234d233fc60f)) + +* fix/updating metadata in pecha source metadata ([`3320ee4`](https://github.com/OpenPecha/toolkit-v2/commit/3320ee4928715eecb214e73865f2fded357dda5b)) + +* save basefile as relative in StamPecha ([`cb38236`](https://github.com/OpenPecha/toolkit-v2/commit/cb382361b52af7642b2ec5b3ba12eb6c33cd5782)) + +* fix/coordinate-normalization update metadata ([`12cb081`](https://github.com/OpenPecha/toolkit-v2/commit/12cb081e5f584e38206351d606b06fc131759354)) + +* Merge pull request #96 from OpenPecha/fix-commentary_serializer + +Fix commentary serializer ([`6e91459`](https://github.com/OpenPecha/toolkit-v2/commit/6e914599070dd7e82eb7b6f8a2fa147b3aa3ba62)) + +* modify/ test commentary serializer ([`2a2c245`](https://github.com/OpenPecha/toolkit-v2/commit/2a2c245273d7a0100c71fda23bbecb96a820032f)) + +* fix test data ([`88180a8`](https://github.com/OpenPecha/toolkit-v2/commit/88180a81072ab5fe0e79961aa67f54ac45a7793e)) + +* set dummy ANTHROPIC_API_KEY in CI ([`a1f89fa`](https://github.com/OpenPecha/toolkit-v2/commit/a1f89fa7fb77af9582767e3f1742beaccdeda1ba)) + +* fix/mocking test ([`aab2a5d`](https://github.com/OpenPecha/toolkit-v2/commit/aab2a5dbf3cbb5e594778f8e6046d33124195c03)) + +* mock the translated version ([`046003c`](https://github.com/OpenPecha/toolkit-v2/commit/046003c804320f9beb64c1984ed23fbcebaa1977)) + +* get translated content ([`799bc56`](https://github.com/OpenPecha/toolkit-v2/commit/799bc56d812640e726485104b823c97e3637f120)) + +* update zh commentary opf test data for serializer ([`25fb195`](https://github.com/OpenPecha/toolkit-v2/commit/25fb1950d04369deccaf72e04c93c49e3a94b986)) + +* updates zh google doc test data ([`e6fe57c`](https://github.com/OpenPecha/toolkit-v2/commit/e6fe57cadb851171c2a0e4a88cf214d3f673abae)) + +* fix/set proper booktitle in JSON content ([`b78cd0a`](https://github.com/OpenPecha/toolkit-v2/commit/b78cd0ac4742f755bd44c9fd6d669c94b9e77b7d)) + +* refactor commentary parser test ([`9729a67`](https://github.com/OpenPecha/toolkit-v2/commit/9729a67dad8ff045304ddd03558972a2141b440a)) + +* add zh commentary serializer test data ([`b2ebe52`](https://github.com/OpenPecha/toolkit-v2/commit/b2ebe5276624aa03f28334b8117e5df5169760cc)) + +* add en commentary serializer test data ([`afe05ac`](https://github.com/OpenPecha/toolkit-v2/commit/afe05ac8227177abc5066ee0e9d59ffb562628fe)) + +* update commentary serializer test data ([`7b8ffd7`](https://github.com/OpenPecha/toolkit-v2/commit/7b8ffd7ac763c1b7b37c7ac8766684013f47a14a)) + +* parser test for google doc Chinese Commentary ([`5d852fd`](https://github.com/OpenPecha/toolkit-v2/commit/5d852fd40fe3da841301c6e2d28daedf8b236598)) + +* parser test for google doc English Commentary ([`417c7f7`](https://github.com/OpenPecha/toolkit-v2/commit/417c7f782f750974157c4fcc8424ab436bdc27db)) + +* update commentary test files/ read xlsx metadata ([`7107155`](https://github.com/OpenPecha/toolkit-v2/commit/7107155e4b86dc37ee7bef75a3f4bdc910ba3b18)) + +* refactor files ([`820fb39`](https://github.com/OpenPecha/toolkit-v2/commit/820fb3968dc3900acf8fd8a2a893119463488e10)) + +* delete root files ([`6af9dad`](https://github.com/OpenPecha/toolkit-v2/commit/6af9dad637e4d193b72a40747ee9be73fab20da4)) + +* refactor google doc test scripts ([`86b169a`](https://github.com/OpenPecha/toolkit-v2/commit/86b169adaeb455c9d99979f11116c227082857bb)) + +* set content on source target based on lang ([`b645095`](https://github.com/OpenPecha/toolkit-v2/commit/b64509518d640ea62a21f782048a54547715c050)) + +* get category from the commentary title ([`0009a60`](https://github.com/OpenPecha/toolkit-v2/commit/0009a60b4394192fc51bad3c42da9e3c538f91e1)) + +* set root title in english ([`99513a2`](https://github.com/OpenPecha/toolkit-v2/commit/99513a279720dded42e49106f169853317c82e52)) + +* delete unneccessary files ([`511368b`](https://github.com/OpenPecha/toolkit-v2/commit/511368b290a25275f2906f5f0c5c9dd7c7e87dd1)) + +* include title in the serialized JSON content ([`9058738`](https://github.com/OpenPecha/toolkit-v2/commit/9058738d5253d79f6c9f1af42f2ec5fddf744f30)) + +* rename vars ([`78ce8ad`](https://github.com/OpenPecha/toolkit-v2/commit/78ce8ad840b4fd949e1259966b36f2eba155e28a)) + +* delete unneccessary files ([`6c50dc5`](https://github.com/OpenPecha/toolkit-v2/commit/6c50dc589afbd2b215740b0e1c9ee9ce51c2f40d)) + +* Merge pull request #95 from OpenPecha/feat-translation-transfer-mechanism + +added coordinate normalisation for translation with test ([`df14958`](https://github.com/OpenPecha/toolkit-v2/commit/df14958c24b72bb4d6f94bdb59c0b17587b19983)) + +* updated absolute path to relative path ([`c60fa50`](https://github.com/OpenPecha/toolkit-v2/commit/c60fa50d27b5666bbf82c5f088f6f7aa2e7d7609)) + +* added coordinate normalisation for translation with test ([`a8ce99d`](https://github.com/OpenPecha/toolkit-v2/commit/a8ce99d487da2e5350b6f76794bf989633316ec5)) + +* Merge pull request #93 from OpenPecha/feat-update_source_pecha + +Feat update source pecha ([`5a77c0f`](https://github.com/OpenPecha/toolkit-v2/commit/5a77c0ff10ede68501767500bd4142f54b2b6ac3)) + +* mock update source pecha ([`5e72161`](https://github.com/OpenPecha/toolkit-v2/commit/5e721614e13704ea70bd76ac9c1b06aecbcec2b2)) + +* fix/update translation source pecha only if need ([`1c28661`](https://github.com/OpenPecha/toolkit-v2/commit/1c28661862bb6b2b958233879bbdac29d87b09e0)) + +* update translation source opf; ([`9259cee`](https://github.com/OpenPecha/toolkit-v2/commit/9259ceea02c6b3b68913ef33dacedcaf4f950df0)) + +* set translation alignments in metadata ([`1d2b4ca`](https://github.com/OpenPecha/toolkit-v2/commit/1d2b4ca373826135ce2fcd4deec1709fdf733e44)) + +* set base metadata ([`2b06c40`](https://github.com/OpenPecha/toolkit-v2/commit/2b06c406a8cc91eb5ea5cfc062a9f96f7662564c)) + +* modify/ set InitialCreationType as google_docx for TranslationParser ([`1b7e184`](https://github.com/OpenPecha/toolkit-v2/commit/1b7e18418104d6790a28d6c8899ed7f05ab775ac)) + +* hardcode title_short -> title for metadata ([`84a0e8e`](https://github.com/OpenPecha/toolkit-v2/commit/84a0e8ef8be40b440b3190775468cb6b1653eb86)) + +* Merge pull request #92 from OpenPecha/feat-translation_google_doc_parser + +Feat translation google doc parser ([`df0c33b`](https://github.com/OpenPecha/toolkit-v2/commit/df0c33b04c4a4f08a80e6893939afb0066427168)) + +* add source_path to metadata ([`014602a`](https://github.com/OpenPecha/toolkit-v2/commit/014602a8779d88a0978efd2a8c3e7656ed915463)) + +* return Pecha and layer_path from create Pecha ([`7c60b21`](https://github.com/OpenPecha/toolkit-v2/commit/7c60b216a192cbab6af4f69ba897123378d07007)) + +* add tempfile for test ([`8a30aff`](https://github.com/OpenPecha/toolkit-v2/commit/8a30aff04b1f8b0bc3b5e60881a48890401a48c2)) + +* test for zh google doc translation parser ([`ddd5ef5`](https://github.com/OpenPecha/toolkit-v2/commit/ddd5ef58d46531fff7a7ce450864c00a01397021)) + +* add chinese to LayerEnum ([`f9a2b26`](https://github.com/OpenPecha/toolkit-v2/commit/f9a2b26280c3fb5ae8af40a6e52fd98849e5caf0)) + +* test for en google doc translation parser ([`ab69ff7`](https://github.com/OpenPecha/toolkit-v2/commit/ab69ff71b555fce425ede434e06147f95d70bc7c)) + +* test for google doc translation parser ([`5229499`](https://github.com/OpenPecha/toolkit-v2/commit/5229499ef1f91a51327fcbf8596e96887aa7f3ed)) + +* modify layer enum ([`a0f0731`](https://github.com/OpenPecha/toolkit-v2/commit/a0f0731045170677081e89bc06c3acd61e1ece91)) + +* add InitialCreationType for GoogleDocTranslationParser ([`5a2ca49`](https://github.com/OpenPecha/toolkit-v2/commit/5a2ca4932e6a475aef58611df217a2311d697b58)) + +* modify metadata/dont include None values ([`cab91d8`](https://github.com/OpenPecha/toolkit-v2/commit/cab91d83c977f777e1395e8427eaf7d754dd4960)) + +* refactor code ([`1f28108`](https://github.com/OpenPecha/toolkit-v2/commit/1f28108938e4954ba21075896943674b8e9be07a)) + +* add source path attr to GoogleDocTranslationParser ([`a311831`](https://github.com/OpenPecha/toolkit-v2/commit/a3118314fdc5c3a686b6d1c6a4814e54c61ac7b0)) + +* refactor ([`6fe5710`](https://github.com/OpenPecha/toolkit-v2/commit/6fe5710ef283bc53fa9c716554e9ce85e0d677e8)) + +* parse ann Span ([`6389ccd`](https://github.com/OpenPecha/toolkit-v2/commit/6389ccd659d8c05744c65aefef796810205f072a)) + +* process lang from metadata ([`35f8bf5`](https://github.com/OpenPecha/toolkit-v2/commit/35f8bf5d92e34e64bd94c7ef52751307cb0d931e)) + +* extract metadata ([`c455606`](https://github.com/OpenPecha/toolkit-v2/commit/c455606b5158d3e3d2ef623bb51e9956fccf9c40)) + +* restructure test data ([`29f4691`](https://github.com/OpenPecha/toolkit-v2/commit/29f4691dc8976f3ce36b7055e41bb3b6a7b2401d)) + +* extract root idx ([`df42bf0`](https://github.com/OpenPecha/toolkit-v2/commit/df42bf020c81df301c2b82a9b95c8d67b3de1ad5)) + +* get google doc content ([`d430401`](https://github.com/OpenPecha/toolkit-v2/commit/d430401c79f2873172d802b2f2f41a3a9fd7d588)) + +* add test data ([`cdbdc68`](https://github.com/OpenPecha/toolkit-v2/commit/cdbdc686abe70471f12c337d46763eb7c9136a13)) + +* rename GoogleDocParser -> GoogleDocCommentaryParser ([`56e09ef`](https://github.com/OpenPecha/toolkit-v2/commit/56e09eff6ab2600166c82aa1c42b38a12de2f175)) + +* refactor google doc commentary parser file structure ([`72734b6`](https://github.com/OpenPecha/toolkit-v2/commit/72734b6264db88a6868e900fad212198446ba434)) + +* Merge pull request #86 from OpenPecha/modify-commentary_serializer + +Modify commentary serializer ([`7b2f607`](https://github.com/OpenPecha/toolkit-v2/commit/7b2f6073b3a482fa06efbb37aa6e5b1e23c397af)) + +* delete test.py ([`7d70185`](https://github.com/OpenPecha/toolkit-v2/commit/7d70185286a6c7b60fa529cbfe6e17bc02e5823e)) + +* delete unneccessary line ([`2409806`](https://github.com/OpenPecha/toolkit-v2/commit/2409806b84bfb75bc1adc93e3d4cc487aba51dd5)) + +* add more details in the json format ([`15dae08`](https://github.com/OpenPecha/toolkit-v2/commit/15dae08ce88ad50a88b52a19f2ce7b22ccb3cad7)) + +* Merge pull request #85 from OpenPecha/modify-sapche_color_as_red + +Modify sapche color as red ([`6a0ddee`](https://github.com/OpenPecha/toolkit-v2/commit/6a0ddeeb5a8d861c9fb674a4e0a542189bf59aab)) + +* delete test.py ([`5981635`](https://github.com/OpenPecha/toolkit-v2/commit/5981635268027a5450ed0b3c8f47eb49202095cd)) + +* handle sapche color as red ([`84b8b85`](https://github.com/OpenPecha/toolkit-v2/commit/84b8b852ed8423b12e07ae076e8efa0f7fa2f2de)) + +* Merge pull request #81 from OpenPecha/feat-integrate_with_pecha_categorizer + +Feat integrate with pecha categorizer ([`8898e07`](https://github.com/OpenPecha/toolkit-v2/commit/8898e07076091216cc056be11455772fa8fcc3d1)) + +* delete unneccessary file ([`f245546`](https://github.com/OpenPecha/toolkit-v2/commit/f2455460c15f36a514008791c9fcd62a2fdeee67)) + +* mock the pecha org tools return ([`3e7ba61`](https://github.com/OpenPecha/toolkit-v2/commit/3e7ba613c66a1a830bf354d7ba799b4ddd9577ba)) + +* test for commentary_serialized.json ([`9045ebf`](https://github.com/OpenPecha/toolkit-v2/commit/9045ebfcc69f5059f372000809d93fcecebdcba9)) + +* get en metadata ([`7d7695a`](https://github.com/OpenPecha/toolkit-v2/commit/7d7695a8e5df86e7413c42b4862a7427320f5428)) + +* integrate to get pecha category ([`a9fe1ea`](https://github.com/OpenPecha/toolkit-v2/commit/a9fe1ea70775e4becbff77a5011882df2b5d7678)) + +* add pecha_org_tools to dependecies ([`45af72d`](https://github.com/OpenPecha/toolkit-v2/commit/45af72da380b328cfe62722280f7897cdac47a11)) + +* Merge pull request #78 from OpenPecha/feat-commentary_serializer + +Feat commentary serializer ([`e6e4514`](https://github.com/OpenPecha/toolkit-v2/commit/e6e4514479bee6e892ea9e996d07838ba39bbfa1)) + +* test for formatted sapche ann ([`603d922`](https://github.com/OpenPecha/toolkit-v2/commit/603d922b1ed964ce0518f068d47fcbf9f05180f0)) + +* format tree ([`7220bf3`](https://github.com/OpenPecha/toolkit-v2/commit/7220bf3d7f0080f30c5e822c4dcb937a0916e453)) + +* refactor code ([`f2aee25`](https://github.com/OpenPecha/toolkit-v2/commit/f2aee25f968bf655cdc385dbdb94f8b2ff583e9d)) + +* format commentary segment ann ([`58fc4d0`](https://github.com/OpenPecha/toolkit-v2/commit/58fc4d02e8c44dcb0a81f7fb3cfd13b11eadfa0a)) + +* refactor code ([`eb84362`](https://github.com/OpenPecha/toolkit-v2/commit/eb84362820f645bb8766cd935cd6a7766b32d386)) + +* add doc string ([`29af1e0`](https://github.com/OpenPecha/toolkit-v2/commit/29af1e01e03d203d33b8640d13431834398ac9a5)) + +* complete get text related to sapche ([`1fc2466`](https://github.com/OpenPecha/toolkit-v2/commit/1fc2466ef2fa7ccb7733383114ceeb6a8d27d0c5)) + +* get meaning segment anns ([`49a23d9`](https://github.com/OpenPecha/toolkit-v2/commit/49a23d977163a1125ae37b5e4834d275137099b7)) + +* refactor format sapche ann ([`d4fa5d4`](https://github.com/OpenPecha/toolkit-v2/commit/d4fa5d4059f6d088d9f430bb98454b67311db4f3)) + +* format serializer ([`98d2d17`](https://github.com/OpenPecha/toolkit-v2/commit/98d2d1786d8bd3902df226951fe00dde46ea1f7e)) + +* add sapche number ([`5ee7b83`](https://github.com/OpenPecha/toolkit-v2/commit/5ee7b8339fc521af6dba2d431143f9078bdeb777)) + +* fix test data for commentary serializer ([`23cae84`](https://github.com/OpenPecha/toolkit-v2/commit/23cae849aa30a12ca339d564aa4298d0bb18a8b5)) + +* modify sapche ann format; ([`071a5c8`](https://github.com/OpenPecha/toolkit-v2/commit/071a5c8aab24fadc57e416a279b625e97ad8e90a)) + +* get ann metadata of ann ([`b560ce5`](https://github.com/OpenPecha/toolkit-v2/commit/b560ce5ce82532dc326f5064cecfb1a7a42bc1fd)) + +* get sapche ann ([`8dc1419`](https://github.com/OpenPecha/toolkit-v2/commit/8dc1419ce5a1dfc36ec5a8bf554724af63788976)) + +* extract and set metadata ([`3ccc7e1`](https://github.com/OpenPecha/toolkit-v2/commit/3ccc7e1f657aa83ca2b1afd7b725601d55addac5)) + +* CommentarySerializer commentary ([`2a77e8a`](https://github.com/OpenPecha/toolkit-v2/commit/2a77e8afa221f4a212b9df832c99fb35fa4bc29d)) + +* prepare test data ([`584f677`](https://github.com/OpenPecha/toolkit-v2/commit/584f6773e962da99699d57a1f75986b96163d63d)) + +* reverted ([`58c173e`](https://github.com/OpenPecha/toolkit-v2/commit/58c173e3db6c960d448faa8d28f3c144cb8ca32c)) + +* updated the alignment serializer to pechaDB json ([`b03effa`](https://github.com/OpenPecha/toolkit-v2/commit/b03effa720df3f9e09a3587150275392ce9e41b0)) + +* Merge pull request #76 from OpenPecha/feat-add_sapche_ann_to_googledoc_parser + +Feat add sapche ann to googledoc parser ([`8eb5348`](https://github.com/OpenPecha/toolkit-v2/commit/8eb5348e114fa151f6624a9af393731df2791650)) + +* update test file ([`c2d77b6`](https://github.com/OpenPecha/toolkit-v2/commit/c2d77b620f641dff50572e033e8cf83bbc932e1a)) + +* update test file ([`f846098`](https://github.com/OpenPecha/toolkit-v2/commit/f846098eacbad86a1ea915069bef93714aa68512)) + +* refactor parse commentary ([`098df79`](https://github.com/OpenPecha/toolkit-v2/commit/098df79fa66d8765cb9be1b76d725e7b9be4e61a)) + +* refactor add sapche ann ([`519ba57`](https://github.com/OpenPecha/toolkit-v2/commit/519ba5712c413a50f133835359f6d7816a766919)) + +* remove unneccessary codes ([`cace3e0`](https://github.com/OpenPecha/toolkit-v2/commit/cace3e064d5f678fcf6974cba8fc7e3bf1d1764d)) + +* add doc string ([`0e789d3`](https://github.com/OpenPecha/toolkit-v2/commit/0e789d320dbd5d64abb4a600e4b80aa2e13c3182)) + +* refactor code ([`b8156fe`](https://github.com/OpenPecha/toolkit-v2/commit/b8156fe1c9b64f5a6f03d8073e086633f5c80e56)) + +* update test cases ([`b94a39a`](https://github.com/OpenPecha/toolkit-v2/commit/b94a39aa64acabb6b13fdce854469c9a3d05e02d)) + +* save sapche ann ([`2a66a48`](https://github.com/OpenPecha/toolkit-v2/commit/2a66a48b0fdff9d873ec2c6e5108515584527238)) + +* add one char count for newline ([`a9af203`](https://github.com/OpenPecha/toolkit-v2/commit/a9af2030642067fbbc2bef896698d718bc250ab9)) + +* update doc ([`26a1606`](https://github.com/OpenPecha/toolkit-v2/commit/26a16068140e87b91c47602a90124c4edbd40190)) + +* create temp state and update prepare doc ([`484a980`](https://github.com/OpenPecha/toolkit-v2/commit/484a98090d93cf347704f25d9fb8a48c9882728d)) + +* return the updated segment to main parse func from add sapche ann ([`8d70839`](https://github.com/OpenPecha/toolkit-v2/commit/8d7083926662382cf959550ce25f912ef778ae95)) + +* extract sapche number ([`0bcc444`](https://github.com/OpenPecha/toolkit-v2/commit/0bcc4447d6ec95d3bcb99a3b01f46f415dd263bb)) + +* format sapche anns ([`dd548da`](https://github.com/OpenPecha/toolkit-v2/commit/dd548dae5c24c680d9b9a1ea9c25a3a4524e0de1)) + +* fix add newline to normalize ([`042286f`](https://github.com/OpenPecha/toolkit-v2/commit/042286fd8c38a73e135c7c89dc2f252d66c3edc6)) + +* refactor code ([`f843f9a`](https://github.com/OpenPecha/toolkit-v2/commit/f843f9a72041c825d7419727ae6d8f4933b3c28e)) + +* strip doc.text ([`5672100`](https://github.com/OpenPecha/toolkit-v2/commit/567210059827dc2b1e79c4fff193ba1f438c5cf4)) + +* fix code ([`123006d`](https://github.com/OpenPecha/toolkit-v2/commit/123006d4a3710023076bd2a5adbb255bb3a64a35)) + +* add commentary meaning ann ([`3b00e7e`](https://github.com/OpenPecha/toolkit-v2/commit/3b00e7e99aa6614fda25c06d8135f486ffa3c4de)) + +* refactor code ([`2e4c1b8`](https://github.com/OpenPecha/toolkit-v2/commit/2e4c1b882f4fa56f860363bd7e3d4b41c61b64a2)) + +* formatted doc object ([`a3b82de`](https://github.com/OpenPecha/toolkit-v2/commit/a3b82dee12bfcb4ca7df905f2052773e49872eb9)) + +* refactor code ([`094f3c1`](https://github.com/OpenPecha/toolkit-v2/commit/094f3c12cac451d00fd5ec61e23f9d8bfdfa9fd9)) + +* extract sapche anns ([`382a483`](https://github.com/OpenPecha/toolkit-v2/commit/382a483a86e0248f2a4e21ed0990c143e7bb5672)) + +* rename func ([`db46137`](https://github.com/OpenPecha/toolkit-v2/commit/db46137058ae11ac68e96e314ff4c86798da0590)) + +* prepare test data ([`865f93e`](https://github.com/OpenPecha/toolkit-v2/commit/865f93ef8144d52d62072c34f71b78614840b2e3)) + +* Merge pull request #73 from OpenPecha/feat-google_docs_serializer + +Feat google docs serializer ([`21af435`](https://github.com/OpenPecha/toolkit-v2/commit/21af435b84de2e038bbc4cde1ddcf749ef689bd4)) + +* modify category name ([`ca330b2`](https://github.com/OpenPecha/toolkit-v2/commit/ca330b201cdfc3a0800fdbf634633d1741b5bdd3)) + +* test for google doc serializer ([`cd19383`](https://github.com/OpenPecha/toolkit-v2/commit/cd19383783c32f758defbf38f0086e9ad2566840)) + +* test parse root idx mapping ([`db77255`](https://github.com/OpenPecha/toolkit-v2/commit/db772556736c47e785ffbaa94ab78cca74d9683b)) + +* commentary parse ([`54367ba`](https://github.com/OpenPecha/toolkit-v2/commit/54367ba8d66b857929fb18bb3737d17a09036d11)) + +* SimpleTextCommentarySerializer parse root ([`e1ed74d`](https://github.com/OpenPecha/toolkit-v2/commit/e1ed74d21a3eade58bcc40542283eab93482becc)) + +* test data for simple text commentary ([`4590ec0`](https://github.com/OpenPecha/toolkit-v2/commit/4590ec06101550d29391c80f2b50f0a857ffcccc)) + +* rename func ([`1669718`](https://github.com/OpenPecha/toolkit-v2/commit/1669718f4a108cf36e2dc891b3f68f7e30293361)) + +* chapterize json file ([`0a0d845`](https://github.com/OpenPecha/toolkit-v2/commit/0a0d845de40e69d773f99a40cb4ed463a3507f05)) + +* preprocess pedurma ([`dfcbd51`](https://github.com/OpenPecha/toolkit-v2/commit/dfcbd518a42013743ceac0c8c065d6f5f8367695)) + +* Merge pull request #70 from OpenPecha/feat-plaintext_alignment_serializer + +Feat plaintext alignment serializer ([`e21bcbc`](https://github.com/OpenPecha/toolkit-v2/commit/e21bcbc51ca10830f6c45d40123dd450391e3b3c)) + +* delete outdate serializer ([`844f95c`](https://github.com/OpenPecha/toolkit-v2/commit/844f95cf522b5edb4507900e1ee2fdcded775579)) + +* test if serialied json is same ([`a419fdd`](https://github.com/OpenPecha/toolkit-v2/commit/a419fddb3a87cdc6bdf59f7acf747f7d8b3c3720)) + +* test if serialied json is same ([`26c56ff`](https://github.com/OpenPecha/toolkit-v2/commit/26c56ffdc16671df47ec7bf87231291e740dc71c)) + +* fix JSON format ([`6d1b827`](https://github.com/OpenPecha/toolkit-v2/commit/6d1b827f9181417b690bf354f0d4ca0339cf06df)) + +* modify title and category name ([`e72e2f3`](https://github.com/OpenPecha/toolkit-v2/commit/e72e2f35d12e8fe82f131b7baafb2f37453b74a4)) + +* fix JSON format ([`90da9e5`](https://github.com/OpenPecha/toolkit-v2/commit/90da9e541de6e27335fa649a510ee68daa7bbccc)) + +* fix JSON format ([`0ecf5eb`](https://github.com/OpenPecha/toolkit-v2/commit/0ecf5ebdee9786afb8feca5c88deffda26ebe2a9)) + +* refactor code ([`46f75fb`](https://github.com/OpenPecha/toolkit-v2/commit/46f75fb98f0015643dbdc0cda67aed597d3648e5)) + +* refactor code ([`0fecba3`](https://github.com/OpenPecha/toolkit-v2/commit/0fecba3c53f60e750e9a993a56912bf4de641085)) + +* refactor code ([`850a9e0`](https://github.com/OpenPecha/toolkit-v2/commit/850a9e0657431a85ea953806cb737fd32dd4070a)) + +* preprocess book title ([`b6bd7fd`](https://github.com/OpenPecha/toolkit-v2/commit/b6bd7fd3ee0f95bc716f94e68479aa9fda7840de)) + +* get text direction with lang ([`c9c65fe`](https://github.com/OpenPecha/toolkit-v2/commit/c9c65feeb06a54f99627268bcec51c91a05d38df)) + +* add doc strings ([`5a8b9ea`](https://github.com/OpenPecha/toolkit-v2/commit/5a8b9ea8165c659ca2d387a0bc547f72f79fe3ea)) + +* refactor code ([`bea3863`](https://github.com/OpenPecha/toolkit-v2/commit/bea386308c389f6e95c6ab6ed45d2309147c4301)) + +* fill segments to json ([`250b19c`](https://github.com/OpenPecha/toolkit-v2/commit/250b19cde4914676288aacdab62919ba6f144fe2)) + +* set metadata to json ([`6cb7c22`](https://github.com/OpenPecha/toolkit-v2/commit/6cb7c224fb7e75e80724a94a569fc3301901bc4a)) + +* move test data ([`5d22976`](https://github.com/OpenPecha/toolkit-v2/commit/5d229767dfdbbe4a441f341c39045853e7a13447)) + +* BaseAlignmentSerializer ([`38401eb`](https://github.com/OpenPecha/toolkit-v2/commit/38401eb05e45996dc1df0125ed49e65746c7b741)) + +* delete unneccessary files ([`d5fe40d`](https://github.com/OpenPecha/toolkit-v2/commit/d5fe40d423d4125a6a9a418dd06057c34882e82e)) + +* test cases preparation ([`ef19a65`](https://github.com/OpenPecha/toolkit-v2/commit/ef19a65e301cb1a08b95118d6e1ac77f78a84492)) + +* Merge pull request #68 from OpenPecha/feat-plaintext_parser + +added plaintext parser and test ([`a80c54c`](https://github.com/OpenPecha/toolkit-v2/commit/a80c54c48576cce1d9d61eacdfaa731346bf7abc)) + +* added plaintext parser and test ([`a7b1296`](https://github.com/OpenPecha/toolkit-v2/commit/a7b1296385f731ab14185617e6d4b248d5033d08)) + +* Merge pull request #67 from OpenPecha/fix-modify-pedurma-metadata + +Fix modify pedurma metadata ([`d77f50d`](https://github.com/OpenPecha/toolkit-v2/commit/d77f50d44361de2e33aa6a50306c65369e07d277)) + +* test file for expected pecha db ([`0b3253a`](https://github.com/OpenPecha/toolkit-v2/commit/0b3253a56bb3706556f9df03508564bbfcd8c3c7)) + +* fix meaing segment slicing ([`e92947f`](https://github.com/OpenPecha/toolkit-v2/commit/e92947f8dc8ef14ca8fa9d99a0ee100a8a13ac98)) + +* update meaning segment slicing ([`62004d7`](https://github.com/OpenPecha/toolkit-v2/commit/62004d7a0b5f7883ae2c1e8af67037f4916ae2a5)) + +* update test file ([`3f375f1`](https://github.com/OpenPecha/toolkit-v2/commit/3f375f151b29c15cd634b2223a25a496a86da62c)) + +* remove pointing bracket from footnote ([`a4474ff`](https://github.com/OpenPecha/toolkit-v2/commit/a4474ff00335310a8680ef48814d04de08d18727)) + +* update test file with space ([`7d044fb`](https://github.com/OpenPecha/toolkit-v2/commit/7d044fbfb67b98a467cd583f7beb2e5e13f6feb3)) + +* remove space in footnote representation ([`226398c`](https://github.com/OpenPecha/toolkit-v2/commit/226398cb4e13b4a9bd591aff8f464c49bda858f1)) + +* fix-serializer-if-more-than-one-durchen ([`807da9e`](https://github.com/OpenPecha/toolkit-v2/commit/807da9e4bc6c11a213559c8e7e98491afe7dc0dd)) + +* update pedurma note marker ([`b969bd6`](https://github.com/OpenPecha/toolkit-v2/commit/b969bd646af818530912db89c8b638ff85aed9e4)) + +* initialize git with main branch rather than master ([`6f45aba`](https://github.com/OpenPecha/toolkit-v2/commit/6f45aba711cef9960d13deb8e83b7e90d9bd16b9)) + +* prepare title for description ([`30ab0b3`](https://github.com/OpenPecha/toolkit-v2/commit/30ab0b3dcbc6d5984f4ae2b5b0ee9a9d79b655d8)) + +* modify metadata for pedurma parser ([`52b57b0`](https://github.com/OpenPecha/toolkit-v2/commit/52b57b07a370c23a905e77617f54891499e4b742)) + +* Merge pull request #66 from OpenPecha/fix-dharmanexus_serializer + +fix-dharmanexus-serializer ([`7db8aff`](https://github.com/OpenPecha/toolkit-v2/commit/7db8affb0d26c1c2299d005cd183edb904a3a649)) + +* fix-dharmanexus-serializer ([`500988f`](https://github.com/OpenPecha/toolkit-v2/commit/500988f6f6412d6e482c3f4ce56dbb840025ff9a)) + +* Merge pull request #65 from OpenPecha/feat-google-doc-commentary-parser + +Feat google doc commentary parser ([`22d3c92`](https://github.com/OpenPecha/toolkit-v2/commit/22d3c92630651429e60a810fa3e46cb7b4bf86b5)) + +* add python-docx to pyproject.toml ([`269393d`](https://github.com/OpenPecha/toolkit-v2/commit/269393d01caa33b70d1cd61e7d52182b901a351e)) + +* refactor file name ([`ac6df53`](https://github.com/OpenPecha/toolkit-v2/commit/ac6df53b5671429477a510c63a2fef5670a951dc)) + +* delete old parser for root-commentary ([`3ff3256`](https://github.com/OpenPecha/toolkit-v2/commit/3ff32561b1a9d1b7fac1c72265e168447f7add7f)) + +* refactor code ([`525260e`](https://github.com/OpenPecha/toolkit-v2/commit/525260e057c7cff0fa5f88fd73971278c801df9e)) + +* test for commentary google doc parser expected_segments ([`bdae61b`](https://github.com/OpenPecha/toolkit-v2/commit/bdae61b359512a94938dfdfcef81eb38088f3876)) + +* include rootpath in commentary opf metadata ([`665d5e7`](https://github.com/OpenPecha/toolkit-v2/commit/665d5e7d10621622a868eb8488cba9ab5478a9e4)) + +* test for commentary google doc anns ([`9c78c41`](https://github.com/OpenPecha/toolkit-v2/commit/9c78c41596607cde643a7bb77519fe540de44ccc)) + +* test for commentary google doc base ([`2a82b92`](https://github.com/OpenPecha/toolkit-v2/commit/2a82b92e000982a7b9f0cd1dcdbb5a245d30fa1f)) + +* test for commentary google doc base ([`5e5a1f9`](https://github.com/OpenPecha/toolkit-v2/commit/5e5a1f909c7900ae9704c98e2effc9b9f7fa36f4)) + +* create pecha for google docs commentary ([`a36a771`](https://github.com/OpenPecha/toolkit-v2/commit/a36a7717af5561874e412d84fe940da6ecd08479)) + +* extract root_idex_mapping ([`9f094b7`](https://github.com/OpenPecha/toolkit-v2/commit/9f094b741e6d87fcb524494a13d1e0a1c73ad3fc)) + +* google doc commentary parser skeleton ([`c24aaaa`](https://github.com/OpenPecha/toolkit-v2/commit/c24aaaa64127f5049d33fe19b2bc002a5756c0ea)) + +* refactor code ([`1a9a378`](https://github.com/OpenPecha/toolkit-v2/commit/1a9a378ab6eb8840542ef3bb4cccbe6bc63d777b)) + +* refactor code ([`1a613a3`](https://github.com/OpenPecha/toolkit-v2/commit/1a613a3663e3425ea8976215301c6b8470232308)) + +* include source type and root_id for Google doc parser ([`2faabdf`](https://github.com/OpenPecha/toolkit-v2/commit/2faabdfb4a48c309590d3c943306f88e911ab858)) + +* Merge pull request #64 from OpenPecha/feat-google-docs-root-parser + +Feat google docs root parser ([`853225b`](https://github.com/OpenPecha/toolkit-v2/commit/853225b7b10d3e307eb267d3a91729140cb21691)) + +* update test file ([`cdd930b`](https://github.com/OpenPecha/toolkit-v2/commit/cdd930ba5b8fd35a2863cae0e4f8d1035c677ec2)) + +* parser for root text ([`115724b`](https://github.com/OpenPecha/toolkit-v2/commit/115724b48abd5383ec1fcad0860b9fea5a2950dd)) + +* Merge pull request #62 from OpenPecha/feat-peydurma_pecha_db_serializer + +Feat pedurma pecha db serializer ([`f704f3a`](https://github.com/OpenPecha/toolkit-v2/commit/f704f3a02c600b37d8b6727273209be5169cc721)) + +* rename folder peydurma -> pedurma ([`834cc51`](https://github.com/OpenPecha/toolkit-v2/commit/834cc51b0156e59748651d074f6ec34183b2cc11)) + +* test for pedurma pecha db serializer ([`fb71e87`](https://github.com/OpenPecha/toolkit-v2/commit/fb71e87a75b33effbd386db2bd8648119f5275e0)) + +* add note representation in the content ([`daac6a4`](https://github.com/OpenPecha/toolkit-v2/commit/daac6a48ada6e21fd1b999c58eb8b482cba2e1c1)) + +* restructure dharmanexus serializer test files ([`3e39a01`](https://github.com/OpenPecha/toolkit-v2/commit/3e39a015804819666d789880c965af256d1785a5)) + +* rename var names durchen -> pedurma ([`cfef017`](https://github.com/OpenPecha/toolkit-v2/commit/cfef017a686f3dd1d798cec338b082fc02689c19)) + +* rename Durchen -> Pedurma ([`dad433e`](https://github.com/OpenPecha/toolkit-v2/commit/dad433eab677ee9be2bbcc7ee567bf8ec847113f)) + +* create pedurma content list ([`f75e96c`](https://github.com/OpenPecha/toolkit-v2/commit/f75e96cae97ce5343079e9ecf448a8e7d693fe92)) + +* Merge pull request #61 from OpenPecha/fix-add-order-in-base-for-dharamanexus + +Fix add order in base for dharamanexus ([`412bae3`](https://github.com/OpenPecha/toolkit-v2/commit/412bae3c7af001ad80011112612f92507273b963)) + +* get proper order for pechadb serializer ([`3b29118`](https://github.com/OpenPecha/toolkit-v2/commit/3b29118684a44e9aec70845247ec5d80baaf4af5)) + +* add order to dharamanexus metadata ([`0723ec6`](https://github.com/OpenPecha/toolkit-v2/commit/0723ec6edb33e5c6ea38958593c8131ce2c18f29)) + +* Merge pull request #60 from OpenPecha/fix-pecha_db_serializer + +updated BaseSerializer and added source_type flag ([`4d64775`](https://github.com/OpenPecha/toolkit-v2/commit/4d6477576d8e129365fa2bdc7c3c15a645fd5801)) + +* fix test of pecha db serializer error ([`c1c5c73`](https://github.com/OpenPecha/toolkit-v2/commit/c1c5c738b9f0dec534ebd053810ab37c4168dc9a)) + +* updated BaseSerializer and added source_type flag ([`7a0a6af`](https://github.com/OpenPecha/toolkit-v2/commit/7a0a6af4061911df846ad2a72ece9e1e324b85c3)) + +* Merge pull request #58 from OpenPecha/feat/durchen-parser + +Feat/durchen parser ([`2091324`](https://github.com/OpenPecha/toolkit-v2/commit/20913245fef32a1ed4600c5e7f17029306d685ea)) + +* refactor code ([`51828ed`](https://github.com/OpenPecha/toolkit-v2/commit/51828ed60d56eadaaf62408bd52b0eb6e7d6c9ee)) + +* refactor code ([`8a35992`](https://github.com/OpenPecha/toolkit-v2/commit/8a35992e8a91e4b9a0618c930a46cae98d6f9a0e)) + +* refactor code ([`076d7b9`](https://github.com/OpenPecha/toolkit-v2/commit/076d7b95af62c053aca88a551325695829707fb4)) + +* fix/add , to pyproject ([`1b1539f`](https://github.com/OpenPecha/toolkit-v2/commit/1b1539f9ce0701c1280e249176ec62fe14f16a3a)) + +* Merge branch 'main' into feat/durchen-parser ([`d693e89`](https://github.com/OpenPecha/toolkit-v2/commit/d693e89250f903736c719c88fc240907fb8747f1)) + +* Merge pull request #57 from OpenPecha/fix-add_annotation_id + +updated get annotation id test ([`a1f2638`](https://github.com/OpenPecha/toolkit-v2/commit/a1f26382655bb368fecfd4a856c7992b3ebb4d29)) + +* updated get annotation id test ([`dedf4ff`](https://github.com/OpenPecha/toolkit-v2/commit/dedf4ffa459af31f305f0464bea569007b7672ca)) + +* Merge pull request #56 from OpenPecha/fix-tool_version_validator + +fix set toolkit version ([`dcdee77`](https://github.com/OpenPecha/toolkit-v2/commit/dcdee770e79b4bff0a0b38c95532eeebca5a32a1)) + +* fix set toolkit version ([`6da000e`](https://github.com/OpenPecha/toolkit-v2/commit/6da000eed319531521df48f1fd61a82cd5225eb3)) + +* Merge pull request #54 from OpenPecha/fix-add_annotation_id + +added get_annotation_id ([`0463f0b`](https://github.com/OpenPecha/toolkit-v2/commit/0463f0b98872e1c4a650ffd100131b03d7acd0f3)) + +* added get_annotation_id ([`a31acee`](https://github.com/OpenPecha/toolkit-v2/commit/a31acee5339f54cf712cfbd48cd0261ed1b22722)) + +* set metadata for Durchen parser ([`369f542`](https://github.com/OpenPecha/toolkit-v2/commit/369f542afc94cc78b2eea07c4421e8ea00dc1003)) + +* Durchen extract meaining segments ([`5a5b202`](https://github.com/OpenPecha/toolkit-v2/commit/5a5b202a22369a8b619d3e14d4576be57a5aef26)) + +* set proper layergroup layercollection for durchen ann ([`afd0780`](https://github.com/OpenPecha/toolkit-v2/commit/afd07807453464ee83dba7696db3bf187ac54a71)) + +* improve test for durchen ([`8870906`](https://github.com/OpenPecha/toolkit-v2/commit/8870906a6211056306b7a8795fde9c289cd9bf44)) + +* fix/ revert # back to newline ([`7505f72`](https://github.com/OpenPecha/toolkit-v2/commit/7505f722928234eec69535bdbedf6da99b14f5aa)) + +* test for durchen ([`653d0f1`](https://github.com/OpenPecha/toolkit-v2/commit/653d0f15ef21ba5bfadbf4cd01ea0a00f8037faa)) + +* doc string ([`ca3ebb2`](https://github.com/OpenPecha/toolkit-v2/commit/ca3ebb2a8d645fa965ce3e7364c4d6bce05e3bf8)) + +* rename funcs ([`66acaae`](https://github.com/OpenPecha/toolkit-v2/commit/66acaae5d920dbc9c35feccf031d1646ae9bc7b4)) + +* DurchenParser ([`d8ef090`](https://github.com/OpenPecha/toolkit-v2/commit/d8ef0909b8c69ae581506bca6a264cb7794731c4)) + +* added initial_creation_type enum json ([`df0e162`](https://github.com/OpenPecha/toolkit-v2/commit/df0e16207d0b99de00485018b81c633411405cb5)) + +* Merge pull request #53 from OpenPecha/pecha-serializer + +added opf to pecha_db_json serializer with test ([`d7ab84e`](https://github.com/OpenPecha/toolkit-v2/commit/d7ab84e52d4225b055aa244b93ac22d3f90cb32a)) + +* added opf to pecha_db_json serializer with test ([`daf2771`](https://github.com/OpenPecha/toolkit-v2/commit/daf2771fcdfe01fc4d9420ad59f63feaacb7437a)) + +* Merge pull request #51 from OpenPecha/repo-publish + +Repo publish ([`a109533`](https://github.com/OpenPecha/toolkit-v2/commit/a1095339bb9ab9fea684a0e71fc82676eb88a24b)) + +* fix pyproject.toml ([`ef3ec15`](https://github.com/OpenPecha/toolkit-v2/commit/ef3ec15785b02ae036d45c39e57fb5d729556693)) + +* fix dharmanexus get_temp_state ([`8536144`](https://github.com/OpenPecha/toolkit-v2/commit/8536144f2591908bf96bc349150cbdbf5be1e468)) + +* added storages and publish method to pecha class ([`417fc42`](https://github.com/OpenPecha/toolkit-v2/commit/417fc42a4181e1a52d5281225237f34c8c0d1c20)) + +* Merge pull request #49 from OpenPecha/dharmanexus-parser + +merged modify/Pecha-annotate-metadata to dharmanexus and dharmanexus updated ([`41e10f5`](https://github.com/OpenPecha/toolkit-v2/commit/41e10f51da1aa86b4f6765cacf57865344b205ce)) + +* write dharmanexus opf and tested ([`aaa699d`](https://github.com/OpenPecha/toolkit-v2/commit/aaa699d7bdb9817a5e61e78c936fc4ee5b0e3ac3)) + +* merge modify/Pecha-annotate-metadata ([`c467efd`](https://github.com/OpenPecha/toolkit-v2/commit/c467efd94f1409cc92add3c28a85beb05ec20fd3)) + +* updated the dharmanexus parser ([`f48526c`](https://github.com/OpenPecha/toolkit-v2/commit/f48526c509cbf770e52848f28cf0756003370f47)) + +* Merge branch 'main' into dharmanexus-parser ([`ebc14bc`](https://github.com/OpenPecha/toolkit-v2/commit/ebc14bcbac1d44f8575f8363af27a8d9a06c359a)) + +* fix test ([`24b05b6`](https://github.com/OpenPecha/toolkit-v2/commit/24b05b634b06d76d2aba5db8cc0e6b4ced7df5e3)) + +* added dharmanexus parser and test ([`5089a68`](https://github.com/OpenPecha/toolkit-v2/commit/5089a68fe1b0874fd9e6728f07526c41398bbca8)) + +* Merge pull request #48 from OpenPecha/modify/Pecha-annotate-metadata + +Modify/pecha annotate metadata ([`00e9284`](https://github.com/OpenPecha/toolkit-v2/commit/00e9284d8b9922dd319bdbae356dcc7ec22771b8)) + +* fix/initial spelling error ([`4de6019`](https://github.com/OpenPecha/toolkit-v2/commit/4de601994dc03bf699d2d1fd73129d6112594c23)) + +* set author,title as optional attr for PechaMetaData ([`f134278`](https://github.com/OpenPecha/toolkit-v2/commit/f134278c8db986fa91977dff57cedb8adbf45b0b)) + +* return pecha_metadata from set_metadata ([`e19dc6c`](https://github.com/OpenPecha/toolkit-v2/commit/e19dc6cb376eef58b6a61ed237a7a56c7952b2e7)) + +* test for Pecha Metadata ([`a40e88e`](https://github.com/OpenPecha/toolkit-v2/commit/a40e88ea0ecb19841675495c1b2cc8d17ba513de)) + +* fix/add-parser-to-test-metadata.json ([`da2f9c9`](https://github.com/OpenPecha/toolkit-v2/commit/da2f9c94c2fad131894d0c531f208028d581f603)) + +* return PechaMetaData instance when load_metadata ([`a830587`](https://github.com/OpenPecha/toolkit-v2/commit/a830587ae06c5efcd4e64c25467fdf5f6091d261)) + +* field serializer for PechaMetaData ([`19980ec`](https://github.com/OpenPecha/toolkit-v2/commit/19980ec71c4431d845ebc89f9f0c2a243b45a5fa)) + +* modify/ set metadata after Pecha Creation ([`6f16b8d`](https://github.com/OpenPecha/toolkit-v2/commit/6f16b8d7279d4fb50aa458c7fecc911e1588b970)) + +* fix/save KunsangMonlamMetaData as utf-8 ([`df1596a`](https://github.com/OpenPecha/toolkit-v2/commit/df1596adf38a3813bfff01b65701860394022653)) + +* pecha db code to be modified ([`4dd3fe0`](https://github.com/OpenPecha/toolkit-v2/commit/4dd3fe0d75d1a4140c0b382f8a4d8cfca1da5a0f)) + +* fix/ number alignment ([`8eb11e1`](https://github.com/OpenPecha/toolkit-v2/commit/8eb11e133bcdacb4958b01ddcb21daf9e93f93a8)) + +* refactor line_align code ([`04a0536`](https://github.com/OpenPecha/toolkit-v2/commit/04a0536605de0f3aedc69a01defbb5b24ef6047e)) + +* fix/ return values after validation ([`f4e82d8`](https://github.com/OpenPecha/toolkit-v2/commit/f4e82d8a42d145805bbe163bceeabb8322e171c8)) + +* validate parser in PechaMetaData ([`d772383`](https://github.com/OpenPecha/toolkit-v2/commit/d7723831a673072dfa8313c2bb2a5a7e05a31831)) + +* func to get all classes ([`272d6d8`](https://github.com/OpenPecha/toolkit-v2/commit/272d6d844f0ee9bb6330347f69d11613dc8d2763)) + +* dump extra fields into source_metadata ([`5a71d2e`](https://github.com/OpenPecha/toolkit-v2/commit/5a71d2e261c62a401b81b9dac601fbbad8067814)) + +* take pecha_id from PechaMetaData ([`f513c5a`](https://github.com/OpenPecha/toolkit-v2/commit/f513c5a64863b5019341f4a7fad1210fb4709b57)) + +* refactor code ([`b1aafdc`](https://github.com/OpenPecha/toolkit-v2/commit/b1aafdc085803358e0087fbc4c8800806a0bab14)) + +* save metadata as json ([`4f161fd`](https://github.com/OpenPecha/toolkit-v2/commit/4f161fdf3a9e27b9df70ad88a3000d21b16da1fa)) + +* annotate metadata with higher level ([`7d63d70`](https://github.com/OpenPecha/toolkit-v2/commit/7d63d706f964cb8115773821a1622af540a2761c)) + +* modify annotate metadata, make for high level ([`38fd296`](https://github.com/OpenPecha/toolkit-v2/commit/38fd2968862fbf6cf67d31cf89b4f25e175055c7)) + +* Merge pull request #47 from OpenPecha/documentation/Pecha-and-chounjuk-chapter-parser + +Documentation/pecha and chounjuk chapter parser ([`605485b`](https://github.com/OpenPecha/toolkit-v2/commit/605485b4c79ec4a0a9f1c489b50b0e4ec0c27399)) + +* Chounjuk Chapter parser documentation ([`614d663`](https://github.com/OpenPecha/toolkit-v2/commit/614d663b6b46d6a10e78195feef969e873d36f95)) + +* more explaination in code deep dive ([`df3f18a`](https://github.com/OpenPecha/toolkit-v2/commit/df3f18a26e85612939058677940aaebcb738e568)) + +* add subtitle to code deep dive ([`73012ae`](https://github.com/OpenPecha/toolkit-v2/commit/73012ae9e56ed0e3fa2f243d90e54d7ff6f7f985)) + +* Pecha documentation Example code deep dive ([`0fb2af7`](https://github.com/OpenPecha/toolkit-v2/commit/0fb2af7ea114d6485d88aacdc089718a758551c9)) + +* add Pecha documentation ([`e3064a0`](https://github.com/OpenPecha/toolkit-v2/commit/e3064a08e9b30031bb6b129cf9180359383b484d)) + +* Merge pull request #46 from OpenPecha/feat/text-file-parser + +Feat/text file parser ([`418836a`](https://github.com/OpenPecha/toolkit-v2/commit/418836a5ca2162ce6e17411c0a792bd7d7836a96)) + +* modify/dont store duplicates ann data ([`4e8e83d`](https://github.com/OpenPecha/toolkit-v2/commit/4e8e83ddb1a1837282fbbf9dfc7bb1cb9e4b4601)) + +* store ann span as Dict than tuple ([`f2f48d2`](https://github.com/OpenPecha/toolkit-v2/commit/f2f48d2388749353eb374f46c47da690766ac0ee)) + +* fix/offset setting ([`41b97fa`](https://github.com/OpenPecha/toolkit-v2/commit/41b97fa4e3dcf1472e420fef19ebb94dca8aa534)) + +* modify/dont-keep-anns-on-base ([`0085ec2`](https://github.com/OpenPecha/toolkit-v2/commit/0085ec2c7530d17e630897a3b962a2e4b9308439)) + +* take ChonjukChapterParser during parse ([`3aa2c9f`](https://github.com/OpenPecha/toolkit-v2/commit/3aa2c9f29c0bffcb8246e6b413741e72dd6738aa)) + +* delete unneccessary code ([`54eb461`](https://github.com/OpenPecha/toolkit-v2/commit/54eb461e777238d46ea52c47e23821004c062a0c)) + +* refactor code ([`74d9f7d`](https://github.com/OpenPecha/toolkit-v2/commit/74d9f7da3bb3edb544f7b6327e51dea78037555a)) + +* test for ChonjukParser expected anns ([`bad28a6`](https://github.com/OpenPecha/toolkit-v2/commit/bad28a6df5a1e0bb306476ba7a8305b64695533a)) + +* test for ChonjukChapterParser expected base ([`316dffd`](https://github.com/OpenPecha/toolkit-v2/commit/316dffd0315fd91edd3ed79dcf3a7802935f6579)) + +* add layer ([`7595717`](https://github.com/OpenPecha/toolkit-v2/commit/7595717ce31dd8dc411f3ce0b735ef542333f361)) + +* delete unneccessary func ([`4a897b6`](https://github.com/OpenPecha/toolkit-v2/commit/4a897b6c6462c0bb4e7af035e71fc4455b857c8a)) + +* refactor code ([`9cd8dda`](https://github.com/OpenPecha/toolkit-v2/commit/9cd8ddaf6e263d8da374b1ed444d28499407cfed)) + +* refactor code ([`9ad3481`](https://github.com/OpenPecha/toolkit-v2/commit/9ad34819554057cfc8c42cf899f0e1b88375f682)) + +* rename ann_path -> layer_path ([`854567b`](https://github.com/OpenPecha/toolkit-v2/commit/854567b9e605b6f5d2743ee9b6df8cf16b166d74)) + +* data standardization ([`9216510`](https://github.com/OpenPecha/toolkit-v2/commit/9216510a4b73bea2ca5276f19f3a33887f6d2ed8)) + +* modify Pecha add annotation ([`ee81b97`](https://github.com/OpenPecha/toolkit-v2/commit/ee81b97bc654d233a1fe9fdb77d25a29b210dbb7)) + +* delete unneccessary func ([`1649534`](https://github.com/OpenPecha/toolkit-v2/commit/1649534d6c83a32a89ec4773832d902ff9bbc566)) + +* delete unneccessary func ([`abc562e`](https://github.com/OpenPecha/toolkit-v2/commit/abc562eda1a3f3051f08463fc4bc5aba7dfdfa2d)) + +* delete unneccessary func ([`1565cec`](https://github.com/OpenPecha/toolkit-v2/commit/1565ceca2627c0c56f20fe255709edb13cdbba08)) + +* save base file path as relative ([`95fdc67`](https://github.com/OpenPecha/toolkit-v2/commit/95fdc677f30a2803f1d60330cb3b51837acb3796)) + +* Pecha add annotation ([`609df7f`](https://github.com/OpenPecha/toolkit-v2/commit/609df7fa4b2cf4aff65f1950411340d617bfc62b)) + +* Pecha add layer ([`bec5de4`](https://github.com/OpenPecha/toolkit-v2/commit/bec5de44dcff4ebaf41713d9c510d5b7da738559)) + +* fix/Chonjuk chapter parser ([`ce6ad59`](https://github.com/OpenPecha/toolkit-v2/commit/ce6ad59d31654369c29ba386c0dbb3606982dc5a)) + +* delete Document class ([`332d55c`](https://github.com/OpenPecha/toolkit-v2/commit/332d55c435baffcc2edcb4836329ceb007d7d211)) + +* merge with main ([`b30a73c`](https://github.com/OpenPecha/toolkit-v2/commit/b30a73c7f14be7dcce7b155a28bcae2caf7fca9e)) + +* Merge pull request #42 from OpenPecha/fix/pecha-api-initialization-setbase + +Fix/pecha api initialization setbase ([`6bc70c1`](https://github.com/OpenPecha/toolkit-v2/commit/6bc70c15483aed4c5d8e75613a3a49e8b70a0095)) + +* rename Pecha classmethod create_pecha -> create ([`c22d755`](https://github.com/OpenPecha/toolkit-v2/commit/c22d755aaa65143261e4c59a81a96693c0cb1f2d)) + +* set parse default path as PECHAS_PATH ([`82b75ff`](https://github.com/OpenPecha/toolkit-v2/commit/82b75ffa06fbb61e560a12f880eb18882dee3bba)) + +* fix/Pecha set_base ([`79b09fd`](https://github.com/OpenPecha/toolkit-v2/commit/79b09fd702200262a73805f70a53efa16bfe02ac)) + +* Pecha classmethod create_pecha ([`cbb9b4f`](https://github.com/OpenPecha/toolkit-v2/commit/cbb9b4f6bd08b18b4651d3144b4cb93389fda455)) + +* chonjuk chapter parser ([`257560c`](https://github.com/OpenPecha/toolkit-v2/commit/257560c4b15c816e31f5804232ccee636f6e1a6e)) + +* ChonjukPlainTextParser skeleton ([`f322517`](https://github.com/OpenPecha/toolkit-v2/commit/f32251757ff4204f29dc064ba2dae2a4b8b76991)) + +* Merge main to " feat/pecha-ann-on-parent-ann-store-parser" and solve git conflict ([`2051689`](https://github.com/OpenPecha/toolkit-v2/commit/20516891ea230dadac81599905bfade4674cd28f)) + +* update/test file ([`9b27e50`](https://github.com/OpenPecha/toolkit-v2/commit/9b27e505502f1f963a7cc709432591fd4d6e3014)) + +* update/ Layer Annotation ([`ac9de1e`](https://github.com/OpenPecha/toolkit-v2/commit/ac9de1eb6f3011aaf78c18f5a9cae7e377901df4)) + +* delete chapter_parser ([`a48839d`](https://github.com/OpenPecha/toolkit-v2/commit/a48839dc1b9ba49ead8a249fd8f8c000fbcb1b18)) + +* bump the stam version ([`75f3d03`](https://github.com/OpenPecha/toolkit-v2/commit/75f3d03fa3d833865b59efef61b92e5c62a0b3c7)) + +* refactor code ([`2fbdfbb`](https://github.com/OpenPecha/toolkit-v2/commit/2fbdfbbdd4c376557d36370f3265c8b131ef6368)) + +* update/Chapter layer test file ([`1a7d5f7`](https://github.com/OpenPecha/toolkit-v2/commit/1a7d5f7030c528fbfcc26c80364ce375833f91cc)) + +* save basefile path as relative in AnnotationSubStore path ([`fe7d862`](https://github.com/OpenPecha/toolkit-v2/commit/fe7d86286eef22bfca7c8f07f72dc74dc6bdbfaf)) + +* modify/set filename arg for save ann_store ([`55245ad`](https://github.com/OpenPecha/toolkit-v2/commit/55245ad8d028dee596401412a48469242fbffec9)) + +* update/ test_ann_on_ann_parser ([`641b7c6`](https://github.com/OpenPecha/toolkit-v2/commit/641b7c6eb041703d8d72f9cec405624dabb1d724)) + +* fix/strip segment logic ([`54896fb`](https://github.com/OpenPecha/toolkit-v2/commit/54896fb26918859ea2251293d9ee6362ea9240f3)) + +* update/chapter regex ([`34af851`](https://github.com/OpenPecha/toolkit-v2/commit/34af851cef485a5fbb1f52d409892b87ee525964)) + +* test count whitespace details ([`a3ae816`](https://github.com/OpenPecha/toolkit-v2/commit/a3ae8164ecf6ce0bf366192c9dc522e18fb77c87)) + +* new arg strip_segments in PlainTextParser segmenter ([`b506b16`](https://github.com/OpenPecha/toolkit-v2/commit/b506b161c97d0db783db73d11df92c602a36f90e)) + +* save parent ann store path as relative ([`8eafc0e`](https://github.com/OpenPecha/toolkit-v2/commit/8eafc0e3c6d105980aeacf9884e0de3d960f0bae)) + +* fix test folder name ([`afc1250`](https://github.com/OpenPecha/toolkit-v2/commit/afc125010e945a08e90c296a126bf8935db39659)) + +* parse_ann_on_ann ([`ff89a22`](https://github.com/OpenPecha/toolkit-v2/commit/ff89a220278ce2146f300c83180708a60b905bd6)) + +* test for ann_on_ann_parser ([`d64cdec`](https://github.com/OpenPecha/toolkit-v2/commit/d64cdec333ef1b293e4d2cd5c484aaca3b22f900)) + +* include Tsawa to LayerEnum ([`206b516`](https://github.com/OpenPecha/toolkit-v2/commit/206b516d3a1eec87d459b181f3d2be93e9a25da7)) + +* modify/class variable text->input ([`d8f4d8d`](https://github.com/OpenPecha/toolkit-v2/commit/d8f4d8d8a2d5eb9b40b013a48bf4bb2564547ed5)) + +* refactor test files ([`3277af7`](https://github.com/OpenPecha/toolkit-v2/commit/3277af72471dfb17aa5b356f8123446c4094e2df)) + +* Merge main to "fix/save-base-file-as-relative" and solve conflict ([`17f0349`](https://github.com/OpenPecha/toolkit-v2/commit/17f0349229ed36d61e7cc3fb2bb33b1d30b31461)) + +* fix/delete call additional func arg ([`f6c1f8f`](https://github.com/OpenPecha/toolkit-v2/commit/f6c1f8f80c8809908cf391a8061bc5cbab2c3b87)) + +* delete duplicate func ([`ee4cc6b`](https://github.com/OpenPecha/toolkit-v2/commit/ee4cc6bec7e56380825e67236d2df28bb601d4ad)) + +* Merge branch 'main' into fix/save-base-file-as-relative ([`303e5f8`](https://github.com/OpenPecha/toolkit-v2/commit/303e5f88192f1ffd0cc47b2acb9d1ef617d5d382)) + +* save base file as relative path ([`2740d79`](https://github.com/OpenPecha/toolkit-v2/commit/2740d79beae7d1d797fe5b560f1f3855474a9903)) + +* refactor code ([`1bd53ae`](https://github.com/OpenPecha/toolkit-v2/commit/1bd53aee58a8c16d113b931945acc928b1edddcd)) + +* remove unneccessary func arg ([`a193b01`](https://github.com/OpenPecha/toolkit-v2/commit/a193b01274a51a22fe14b7ba03a0249b2393a16e)) + +* Merge pull request #32 from OpenPecha/feat/pecha-plaintext-parser + +Feat/pecha plaintext parser ([`df75576`](https://github.com/OpenPecha/toolkit-v2/commit/df755769200e5fe984bebfac376d97ec80eab7ec)) + +* test PlainTextParse parse func ([`f926283`](https://github.com/OpenPecha/toolkit-v2/commit/f926283a564bbc9f1fd945f621032ca788a08bef)) + +* fix/return ann_store_path ([`c14e5da`](https://github.com/OpenPecha/toolkit-v2/commit/c14e5dacc53ce70ca2d4227400e54337eced58a0)) + +* write parsed ann to STAM ([`bb94e24`](https://github.com/OpenPecha/toolkit-v2/commit/bb94e24901b8dddb73120b291e6a7219649473e4)) + +* include start end in segmenter ([`a393679`](https://github.com/OpenPecha/toolkit-v2/commit/a393679ccc4759a37c6d52567c4c6b068f312c35)) + +* PlainTextparser parse func ([`0bc97c7`](https://github.com/OpenPecha/toolkit-v2/commit/0bc97c7ed4686f97470b5eb9c573d0bcf3d487b7)) + +* func "is_annotation_name_valid" ([`c78bcfd`](https://github.com/OpenPecha/toolkit-v2/commit/c78bcfd59c96356b7f0a0b914239a072b3a5430c)) + +* modify-segmenters/include anntext key ([`d348202`](https://github.com/OpenPecha/toolkit-v2/commit/d34820291462579402dd387e946b71b4527ae299)) + +* PlainTextParser segmenter ([`d285c2b`](https://github.com/OpenPecha/toolkit-v2/commit/d285c2bd26d2cd0e8f2fde8a4e9007237c50afa0)) + +* refactor ([`b25d096`](https://github.com/OpenPecha/toolkit-v2/commit/b25d096f31e709f85fbe838d098fd761798bd37d)) + +* Add STAM desc to doc ([`3df11ab`](https://github.com/OpenPecha/toolkit-v2/commit/3df11ab5f7f1df6ca59d5e4f4edd40d9a0c575e7)) + +* add Annotations, Pecha, Alignment desc in doc ([`724c636`](https://github.com/OpenPecha/toolkit-v2/commit/724c6361e012860579a8203bad3f4dcd8f989953)) + +* delete unneccessary files ([`625f46b`](https://github.com/OpenPecha/toolkit-v2/commit/625f46b9ca069ff45039de8dff29e7f7faade8d3)) + +* update/getting started doc ([`899d676`](https://github.com/OpenPecha/toolkit-v2/commit/899d67601aca34854d60f8d58ba0e1f44a3b7526)) + +* update/Pecha Annotation Transfer code in README ([`c8f5d77`](https://github.com/OpenPecha/toolkit-v2/commit/c8f5d773515696b6c0513b844ae8d98ccfe29745)) + +* add/STAM references in README ([`44c7e00`](https://github.com/OpenPecha/toolkit-v2/commit/44c7e00f5fa806bd815a23e6d114b56b3cd404f3)) + +* add/important note for Pecha Annotation Transfer ([`70ededa`](https://github.com/OpenPecha/toolkit-v2/commit/70ededadcef35379c5444a6c3e0df8835ac3c1af)) + +* add/description to Pecha Annotation Transfer ([`6d6aa89`](https://github.com/OpenPecha/toolkit-v2/commit/6d6aa89035bbbb84a98dbae2fd404093abeab557)) + +* add Pecha Annotation Transfer code snippet in readme ([`4a4abee`](https://github.com/OpenPecha/toolkit-v2/commit/4a4abeeaa05751bc1d36748a6cc9cdace0b2d49d)) + +* delete unneccessary content in readme ([`1231f1e`](https://github.com/OpenPecha/toolkit-v2/commit/1231f1ecbb18e1318396b16d25796aa9c44c8efe)) + +* update/Quickstart in readme ([`48e8ece`](https://github.com/OpenPecha/toolkit-v2/commit/48e8ece624e74d507f9263006b9b6718fa9a4ad9)) + +* update/description in readme ([`e8c6b31`](https://github.com/OpenPecha/toolkit-v2/commit/e8c6b3117d0b8ed5aacd5903c898686b3bed8185)) + +* Merge pull request #27 from OpenPecha/feat/new-chonjuk-alignment-serializer + +Feat/new chonjuk alignment serializer ([`1e77527`](https://github.com/OpenPecha/toolkit-v2/commit/1e77527662dc53ccca94617b8af863361eefd31f)) + +* update test data for serialized json ([`f52760d`](https://github.com/OpenPecha/toolkit-v2/commit/f52760da32f25c94d65b87e17b9450e7327ab362)) + +* fix/print all the commentary segments that are related to the root ([`ebad997`](https://github.com/OpenPecha/toolkit-v2/commit/ebad9974fe202c070d7d3496c901fc1b99597684)) + +* update test data for serialized json ([`86460c5`](https://github.com/OpenPecha/toolkit-v2/commit/86460c5f32d8512083f9acfb1614cec193511848)) + +* modify regex for segment splitter ([`feee4d1`](https://github.com/OpenPecha/toolkit-v2/commit/feee4d13429dae683aeb9b779881f99a17d52c6a)) + +* remove newline->br conversion ([`877d86c`](https://github.com/OpenPecha/toolkit-v2/commit/877d86cfa64c622a9e6dff9d3836e34547961b49)) + +* update test data for alignment json serializer ([`17d8384`](https://github.com/OpenPecha/toolkit-v2/commit/17d838405b445cc9b52a850f6d4b06f4fef69a57)) + +* metadata parser ([`035c20d`](https://github.com/OpenPecha/toolkit-v2/commit/035c20d007c5732c1d8dee062475228f274ecce7)) + +* update test serialized json data ([`ab06df0`](https://github.com/OpenPecha/toolkit-v2/commit/ab06df01e0c63379dbf045bb4acd6959a413954c)) + +* write root number in segment in serialized json ([`c69e120`](https://github.com/OpenPecha/toolkit-v2/commit/c69e120cb49fd2340fb5981262fcf3626fc34497)) + +* modify serializer/get commentary ordering correct ([`3f37aa0`](https://github.com/OpenPecha/toolkit-v2/commit/3f37aa075b02fcb0e1a92e954fbb1c8129ff195d)) + +* fix code ([`f12fd00`](https://github.com/OpenPecha/toolkit-v2/commit/f12fd00fb0c31cf411cc5e483156b68539296d1b)) + +* fix code ([`0551465`](https://github.com/OpenPecha/toolkit-v2/commit/05514655699792249d515344f21174c0ce3ef76f)) + +* fix/write commentary meaning statements ni proper order ([`64c9c76`](https://github.com/OpenPecha/toolkit-v2/commit/64c9c76f8e75718d2934f01a951f30315581f4f6)) + +* assertion for json serializer ([`8042e73`](https://github.com/OpenPecha/toolkit-v2/commit/8042e73dc4ea54fc8635927e1f09eeceede00981)) + +* show proper ann data in serialized json ([`4174adf`](https://github.com/OpenPecha/toolkit-v2/commit/4174adf4857ef709dc2a47aa839631dedcb59ba6)) + +* update data for alignment json serializer ([`1595607`](https://github.com/OpenPecha/toolkit-v2/commit/15956075efaf7234075a70449f1978728495e7de)) + +* refactor code ([`908fc34`](https://github.com/OpenPecha/toolkit-v2/commit/908fc34575645e51c553a287a43a224bda7f455a)) + +* rename/ basefile_name -> base ([`edb7a11`](https://github.com/OpenPecha/toolkit-v2/commit/edb7a1168386a64bf3e4144c56b000621b835f3b)) + +* store pecha metadata in alignment metadata ([`dd3e2df`](https://github.com/OpenPecha/toolkit-v2/commit/dd3e2dfc5bc50d3550a0e381d22931e226dd4761)) + +* update metadata.json ([`aa18553`](https://github.com/OpenPecha/toolkit-v2/commit/aa18553acc91f6ddbc8b74b78ab7d7572d657a66)) + +* create only one ann for one resource in metadata.json ([`a001605`](https://github.com/OpenPecha/toolkit-v2/commit/a00160523668c1bfa209719c6766d8572dad9552)) + +* write pecha metadata ([`c3f0911`](https://github.com/OpenPecha/toolkit-v2/commit/c3f0911a7abefde7f3f3ec35f5c48f89e38b9137)) + +* write alignment metadata ([`1a00731`](https://github.com/OpenPecha/toolkit-v2/commit/1a00731a8c35ccb844c8fd2ef9dfa6d604c4bcb1)) + +* rename/ match -> sapche_match ([`6e2be8b`](https://github.com/OpenPecha/toolkit-v2/commit/6e2be8bf4e4c62ccc4604abb397a1381b05bc8d0)) + +* fix code ([`1a4a787`](https://github.com/OpenPecha/toolkit-v2/commit/1a4a787d846d846e827597b1fedbcf30e8773fae)) + +* include base_text_titles in commentary serialized json ([`1eb58fc`](https://github.com/OpenPecha/toolkit-v2/commit/1eb58fc5ab58f1177c0e3d35068c66476402243f)) + +* content value should be inside array of array ([`ad98689`](https://github.com/OpenPecha/toolkit-v2/commit/ad98689af5517d373ffdd0fee497baec4b882584)) + +* replace newline and line breaker with <br> ([`c8fe9b0`](https://github.com/OpenPecha/toolkit-v2/commit/c8fe9b07244b2f71479548c49d089551a60b7d43)) + +* add related root segment number in commentary segment ([`eb5ed34`](https://github.com/OpenPecha/toolkit-v2/commit/eb5ed343e6594c4cda00537ce5f70802a95bbceb)) + +* update data for alignment json serializer ([`8efeb86`](https://github.com/OpenPecha/toolkit-v2/commit/8efeb8646e97dffef9f6f3a680a5a0d7a538a44c)) + +* fix code ([`b2cc5dc`](https://github.com/OpenPecha/toolkit-v2/commit/b2cc5dca4dbc28d007c84c19a03c01e4201851d4)) + +* dont include numbers in root/commentary ann ([`686c5cf`](https://github.com/OpenPecha/toolkit-v2/commit/686c5cfecf0511d910ac48648999ba9638b579a6)) + +* fix/if ann uses ann selector, use proper str ([`4f25757`](https://github.com/OpenPecha/toolkit-v2/commit/4f257575d213f551107d43b1fffb497f388fc9ba)) + +* write ann str in serialized json ([`e6c415b`](https://github.com/OpenPecha/toolkit-v2/commit/e6c415b7e8931d01be552779dc6763fc5b542b41)) + +* loop through alignment segment pairs ([`5ff02ab`](https://github.com/OpenPecha/toolkit-v2/commit/5ff02ab01cda7cb7345018685df21ff62cdddedb)) + +* load pechas ([`28a2a11`](https://github.com/OpenPecha/toolkit-v2/commit/28a2a113fa8e650d993d4652b3212c204753526a)) + +* load alignment ([`6356cd2`](https://github.com/OpenPecha/toolkit-v2/commit/6356cd25ec503db4110572d589c637c1d0ffbc54)) + +* test files for new chonjuk serializer ([`23fc16a`](https://github.com/OpenPecha/toolkit-v2/commit/23fc16acc3560ea4dc44f4aa88e3e342f5a9d9bc)) + +* Merge pull request #26 from OpenPecha/feat/new-chonjuk-parser + +Feat/new chonjuk parser ([`6dc5ec2`](https://github.com/OpenPecha/toolkit-v2/commit/6dc5ec2f45cdb70543d9802ff4baf59374e64dfb)) + +* return proper alignment path ([`cedf84d`](https://github.com/OpenPecha/toolkit-v2/commit/cedf84d919836fd0720e739c65514f04f5d999af)) + +* fix code ([`2ee9184`](https://github.com/OpenPecha/toolkit-v2/commit/2ee9184dba0c0747bd5cc22414c75a24ef6a2b75)) + +* modify representation/related root segments in alignment ([`e4587bd`](https://github.com/OpenPecha/toolkit-v2/commit/e4587bd26cb4b8a5186da153b2e3fa55454c32ca)) + +* fix/ put related root segment ids in a list ([`858f641`](https://github.com/OpenPecha/toolkit-v2/commit/858f64178f636dc39f127bf66794695256f51f37)) + +* refactor code ([`a560730`](https://github.com/OpenPecha/toolkit-v2/commit/a5607304f5b9f107ed0ac416c335e810f454448f)) + +* code refactor renaming ([`2c0dcb6`](https://github.com/OpenPecha/toolkit-v2/commit/2c0dcb6e333738960298a3af2f1336f5e654d630)) + +* code refactor renaming ([`d7a576f`](https://github.com/OpenPecha/toolkit-v2/commit/d7a576fcf829d478ffc9c803386a507dc7d25a0e)) + +* code refactor renaming ([`adac084`](https://github.com/OpenPecha/toolkit-v2/commit/adac08477c9f670c3c3554a7d0e0d3469dd9d839)) + +* fix/increment index in while loop ([`7bc8bc9`](https://github.com/OpenPecha/toolkit-v2/commit/7bc8bc904145611907d8f79561d8d61c782a863b)) + +* create alignment ([`2f459e2`](https://github.com/OpenPecha/toolkit-v2/commit/2f459e23769c4a09d0fe532cd0c2ae5c16b85085)) + +* fix/segment variable assignment ([`177ce57`](https://github.com/OpenPecha/toolkit-v2/commit/177ce57013d1d136cf813eff970251df0e7704da)) + +* fix/variable ([`48dd244`](https://github.com/OpenPecha/toolkit-v2/commit/48dd244eb91236a0d7bda4494ff8672c790381a5)) + +* write sapche annotations ([`c633d02`](https://github.com/OpenPecha/toolkit-v2/commit/c633d024bbb053a9d2f16bbab7b0f9352cda7a4c)) + +* refactor code ([`370ad7e`](https://github.com/OpenPecha/toolkit-v2/commit/370ad7e16c1f796baa80a88a1920bb69c204cbdc)) + +* refactor code ([`6c98ff5`](https://github.com/OpenPecha/toolkit-v2/commit/6c98ff551fe7b920d6bb6e4cd4bf0584524073b3)) + +* refactor code ([`d105a82`](https://github.com/OpenPecha/toolkit-v2/commit/d105a82948c169cfe0cdfc18423f56ea58fc1491)) + +* refactor code ([`757c5bd`](https://github.com/OpenPecha/toolkit-v2/commit/757c5bd501a3c11ff8ceb963f3a3f6182b4af3f7)) + +* refactor code ([`677e8ba`](https://github.com/OpenPecha/toolkit-v2/commit/677e8baa416bd55c2a8f2c6314ce4df7c2b2b302)) + +* refactor code ([`9523ae0`](https://github.com/OpenPecha/toolkit-v2/commit/9523ae0514ad2e5b3c3483b100775fc7ebfb71c5)) + +* refactor code ([`9cff00b`](https://github.com/OpenPecha/toolkit-v2/commit/9cff00bac063c457dddc5f2a9d70693488a4761b)) + +* refactor code ([`6af934b`](https://github.com/OpenPecha/toolkit-v2/commit/6af934b296dddb45f1ccc098cba671fba7cf0296)) + +* rename/ pecha base_path -> pecha_path ([`c79e535`](https://github.com/OpenPecha/toolkit-v2/commit/c79e5352710094ee5ef6feabecb0d6b89609e6e1)) + +* create source pecha and target pecha ([`cf301f2`](https://github.com/OpenPecha/toolkit-v2/commit/cf301f23fec6e2a63d1828c33f7afa90283fc624)) + +* refactor code ([`d4fa722`](https://github.com/OpenPecha/toolkit-v2/commit/d4fa722482bd736d3b74ca302efbdf1478602741)) + +* rename/variable name with comment to commentary ([`538f67c`](https://github.com/OpenPecha/toolkit-v2/commit/538f67c4fa0b77dca05b5a783dac3a53c4078dad)) + +* save cleaned text to base file ([`086c8f2`](https://github.com/OpenPecha/toolkit-v2/commit/086c8f28fd02bdd04062e536abd44a269831e898)) + +* refactor code ([`a234694`](https://github.com/OpenPecha/toolkit-v2/commit/a234694d7f8bd58ad8242f0b4cf5a1dc9fc04e9e)) + +* write root segments to stam ([`6aa91c2`](https://github.com/OpenPecha/toolkit-v2/commit/6aa91c287c13959b38610d6e816656469bf4262d)) + +* write meaning segments to stam ([`e514f15`](https://github.com/OpenPecha/toolkit-v2/commit/e514f1537040c0b095d5c280d80c8403456f691a)) + +* refactor test file ([`2101670`](https://github.com/OpenPecha/toolkit-v2/commit/2101670fb7a1658d4d1eba7094ba4ac3c005ba9a)) + +* refactor test file ([`3c2d896`](https://github.com/OpenPecha/toolkit-v2/commit/3c2d896e94fba25cb52c5e3d3bbd67a71b6b13cd)) + +* add meaning_segment to LayerEnum ([`62d014e`](https://github.com/OpenPecha/toolkit-v2/commit/62d014ee9cb6a5e24b9b57f16c7d091425473ae3)) + +* modify/LayerGroupEnum "Translation Segment" -> "Translation_Segment" ([`a97ec71`](https://github.com/OpenPecha/toolkit-v2/commit/a97ec71cb2dea860584eecf87da0d1a168272f8a)) + +* modify/LayerGroupEnum "Structure Type" -> "Structure_Type" ([`89a1435`](https://github.com/OpenPecha/toolkit-v2/commit/89a1435a95467745eae8dc7500b5837b6a406e37)) + +* modify/LayerEnum value Commentary -> Commentary_Segment ([`c03972d`](https://github.com/OpenPecha/toolkit-v2/commit/c03972d7005e6cd4e9d2fe271abe96bdce598a77)) + +* Change LayerEnum name commentary -> commentary_segment ([`af0aa1d`](https://github.com/OpenPecha/toolkit-v2/commit/af0aa1d0facef772429e15c9fae40d816ad50c5a)) + +* update test file ([`8ffc465`](https://github.com/OpenPecha/toolkit-v2/commit/8ffc4659c7b1404f542ad4028faecd616947dca8)) + +* sort root and comment segment indices ([`2d2564a`](https://github.com/OpenPecha/toolkit-v2/commit/2d2564ab2f78e2dfdec23ab70c83f26b39dd329b)) + +* identify comment segments ([`bc85255`](https://github.com/OpenPecha/toolkit-v2/commit/bc852559cc14fff3928c9d129fe433861fe3e88c)) + +* update test file for parser ([`07057ad`](https://github.com/OpenPecha/toolkit-v2/commit/07057ad7b85cd6c8003751c4dacab4afdbe255c2)) + +* identify sapche anns ([`b4e5c03`](https://github.com/OpenPecha/toolkit-v2/commit/b4e5c03ebdf4b2bee4b4d842b16bd990280bb763)) + +* identify root segments ([`c2d989c`](https://github.com/OpenPecha/toolkit-v2/commit/c2d989c8d8913709215d5b4faef380463ef61131)) + +* parse content into segments ([`0bd5d94`](https://github.com/OpenPecha/toolkit-v2/commit/0bd5d9412eabddd21febb53fe99bbfd3ef1ef4b4)) + +* make test cases ([`30fc286`](https://github.com/OpenPecha/toolkit-v2/commit/30fc28670b7f6477db44191ac2ca8cebd0e0f5fe)) + +* refactor code ([`c12b5f1`](https://github.com/OpenPecha/toolkit-v2/commit/c12b5f1f8015a1101c94383f866363b9edacfc48)) + +* refactor code ([`5cbc08e`](https://github.com/OpenPecha/toolkit-v2/commit/5cbc08e030c7b00ab4faddc2ab188f11b7750e35)) + +* refactor code ([`9b66fc6`](https://github.com/OpenPecha/toolkit-v2/commit/9b66fc61c586148600496e02af7b4259919fe441)) + +* Merge pull request #22 from OpenPecha/update/pecha-db-serializer + +Update/pecha db serializer ([`07014f3`](https://github.com/OpenPecha/toolkit-v2/commit/07014f3cffdaa3032332e598887f1d00410415b9)) + +* fix/logic for getting chapter anns ([`29232b0`](https://github.com/OpenPecha/toolkit-v2/commit/29232b0f1c74ab80201ef7e5eb735885189328ec)) + +* update/data for alignment read ([`ab64a77`](https://github.com/OpenPecha/toolkit-v2/commit/ab64a771ebebd08a98e1ad2f1142b79b6e33027d)) + +* fix/chapter content in different list serializer ([`e211067`](https://github.com/OpenPecha/toolkit-v2/commit/e2110675ceee644774dbe95ad785dcde7c272334)) + +* alignmet feat/add chapter ann in metadata in segment ([`6b1f327`](https://github.com/OpenPecha/toolkit-v2/commit/6b1f32715f5a636411e5b43e169259f46c914507)) + +* update alignment data with chapter annotation ([`dd8e019`](https://github.com/OpenPecha/toolkit-v2/commit/dd8e0192f8112a40daf3d98774cf78de3052b547)) + +* update data for test pecha db serializer; ([`3d58c00`](https://github.com/OpenPecha/toolkit-v2/commit/3d58c008c3f6da588415545908fe4e2142ed2b16)) + +* Merge pull request #21 from OpenPecha/pecha-feat/add-ann-file + +Pecha feat/add ann file ([`91fd26c`](https://github.com/OpenPecha/toolkit-v2/commit/91fd26cb1ad0d77fd9026908903320fc31c95b72)) + +* Merge branch 'main' into pecha-feat/add-ann-file ([`70e63a8`](https://github.com/OpenPecha/toolkit-v2/commit/70e63a8139af5c7fc7f201027dad1e884edc31b8)) + +* Merge pull request #20 from OpenPecha/modify/make-base-name-folders-in-layer + +Modify/make base name folders in layer ([`0702109`](https://github.com/OpenPecha/toolkit-v2/commit/07021099b01a068647c8895288cfd910067bf72b)) + +* Merge pull request #19 from OpenPecha/feat/chonjuk-plaintext-pecha-parser + +Feat/chonjuk plaintext pecha parser ([`22059b3`](https://github.com/OpenPecha/toolkit-v2/commit/22059b390b4f080f3a90bb33166b8cceb528feb9)) + +* Merge pull request #17 from OpenPecha/feat/pecha-db-serializer + +Feat/pecha db serializer ([`632db8b`](https://github.com/OpenPecha/toolkit-v2/commit/632db8b5e0a7b7fcd780ff0d529bfbdbf9b3b0ca)) + +* Merge pull request #16 from OpenPecha/feat/add-source-metadata-for-AlignmentMetaData + +Feat/add source metadata for alignment meta data ([`757f69a`](https://github.com/OpenPecha/toolkit-v2/commit/757f69ac7b3002756f06a6279dd0edc6b3985ab7)) + +* rename/ source_metadata->metadata for alignment ([`e39706f`](https://github.com/OpenPecha/toolkit-v2/commit/e39706f1bc36e9f13c307a57fd3e5aab0d255376)) + +* update pecha for test pecha read ([`a82f9b4`](https://github.com/OpenPecha/toolkit-v2/commit/a82f9b47902318c2da21cd986edd09d440c90669)) + +* adjust spaces after Chapter title ([`0fe3ef0`](https://github.com/OpenPecha/toolkit-v2/commit/0fe3ef0d91833409fbbd6ae8978dbca028729475)) + +* fix/delete space after chapter title ([`36d5dfb`](https://github.com/OpenPecha/toolkit-v2/commit/36d5dfb6a1af2e4ac8b8163f2ab748f3ccee0701)) + +* remove chapter no and names from base file ([`8b95e46`](https://github.com/OpenPecha/toolkit-v2/commit/8b95e46c5af1b44b61581786c8993277322ca8bb)) + +* fix/make base folder in layers dir in pecha parser ([`86265a3`](https://github.com/OpenPecha/toolkit-v2/commit/86265a313dc1e7b0831f23e22ce3f28046093179)) + +* Merge branch 'feat/chonjuk-plaintext-pecha-parser' into pecha-feat/add-ann-file ([`64f47ed`](https://github.com/OpenPecha/toolkit-v2/commit/64f47ed775f11f538ff84405b68366a200cbafac)) + +* delete unnecessary json file; ([`ef9b729`](https://github.com/OpenPecha/toolkit-v2/commit/ef9b729622e0b5c9a96d5aa23a28cdf136c8fb52)) + +* add dummy value for test metadata ([`94a5980`](https://github.com/OpenPecha/toolkit-v2/commit/94a59804703cedd23c6fdbfe6b9c5201f1eaaa7d)) + +* add Chapter Name in ann data as well ([`3490492`](https://github.com/OpenPecha/toolkit-v2/commit/349049282308359585023c17fd7093243151eae5)) + +* more test cases ([`5f927ff`](https://github.com/OpenPecha/toolkit-v2/commit/5f927ff6787ea11d32be11c31ec9c5a7611a5fff)) + +* write Chapter annotation in STAM ([`d509c01`](https://github.com/OpenPecha/toolkit-v2/commit/d509c01b18f8594224729bd924bf974883a37ea7)) + +* rename test file ([`291360a`](https://github.com/OpenPecha/toolkit-v2/commit/291360a53b185330c9034913a2f7305579e34281)) + +* create class PlainTextChapterAnnotationParser ([`b88dc28`](https://github.com/OpenPecha/toolkit-v2/commit/b88dc28aac442f9f69656e4296f6f07234cf3588)) + +* fix/base file path in stam resource ([`e28ba76`](https://github.com/OpenPecha/toolkit-v2/commit/e28ba76f2d9d29f7cbd5832401d1668b1c4e3a51)) + +* update test/put stam files in base name folder ([`daf1d5b`](https://github.com/OpenPecha/toolkit-v2/commit/daf1d5b05eafcd7aa2223911e6afb14c48f9e29b)) + +* modify/make-base-name-folders-in-layer-dir ([`2581805`](https://github.com/OpenPecha/toolkit-v2/commit/258180547b6d30f916137641ee67c668dfb34500)) + +* Merge branch 'main' into modify/make-base-name-folders-in-layer ([`9723bbe`](https://github.com/OpenPecha/toolkit-v2/commit/9723bbe222f07f90ec999f8e53216ad67cd93e46)) + +* Merge pull request #13 from OpenPecha/feat-ann-transfer + +Feat ann transfer ([`747c78a`](https://github.com/OpenPecha/toolkit-v2/commit/747c78a9927f5a2ceb92e761619aa9748728599c)) + +* Merge branch 'main' of github.com:OpenPecha/toolkit-v2 into feat-ann-transfer ([`d1a4dda`](https://github.com/OpenPecha/toolkit-v2/commit/d1a4dda37014fc9fbb6c84ed9adc58f8a7e49a5e)) + +* Merge pull request #14 from OpenPecha/feat/read-alignment + +Feat/read alignment ([`965d155`](https://github.com/OpenPecha/toolkit-v2/commit/965d15569db52314502cfcd91b3ed6f07b4a29c8)) + +* avoid saving mods to source pecha when merging ([`30d1f06`](https://github.com/OpenPecha/toolkit-v2/commit/30d1f061276218fc0e8351c6a333be417f515333)) + +* implement merging two pechas ([`8a88cc9`](https://github.com/OpenPecha/toolkit-v2/commit/8a88cc911b00c8d39a4b95eee7da3ae4d035b3c0)) + +* complete blupdate test ([`7e53d14`](https://github.com/OpenPecha/toolkit-v2/commit/7e53d14218f631f1f0a8b3651e835996ede326e1)) + +* update ([`6e69eea`](https://github.com/OpenPecha/toolkit-v2/commit/6e69eea44474f3386ede235d87a52f3db76eb745)) + +* modify/store book attributes as list of str ([`f8c364a`](https://github.com/OpenPecha/toolkit-v2/commit/f8c364a0e398cc337300787985c3e7ff0658e563)) + +* books should be list/arrary rather than dict object ([`ca7c09e`](https://github.com/OpenPecha/toolkit-v2/commit/ca7c09e755350548d4d834cbb6114999c75ec5bc)) + +* add <br> to proper place in segment ([`a610dc2`](https://github.com/OpenPecha/toolkit-v2/commit/a610dc252ef4d15942d117404769696d33626382)) + +* refactor ([`649268f`](https://github.com/OpenPecha/toolkit-v2/commit/649268fc27312d20811b29983b912efd1098145c)) + +* add author to pecha_db serializer ([`732219c`](https://github.com/OpenPecha/toolkit-v2/commit/732219cccd95915acbd4d614a634dc06cda3d4b9)) + +* fix/english ([`9b7a52b`](https://github.com/OpenPecha/toolkit-v2/commit/9b7a52bd193808a0289d324eb7f4bc3507f57831)) + +* get pecha metadata ([`fecfef4`](https://github.com/OpenPecha/toolkit-v2/commit/fecfef41df567c605c4d8ce08fae252782ff58f8)) + +* refactor ([`6b6df29`](https://github.com/OpenPecha/toolkit-v2/commit/6b6df29605802ecc10906c0a3297c3f8b36d239c)) + +* modify/ take alignment as arg for alignment serializer ([`24ae607`](https://github.com/OpenPecha/toolkit-v2/commit/24ae607b458d35f1f7aaa49043d21ed38ee5eaa1)) + +* test for pecha_db alignment serializer ([`8aad08c`](https://github.com/OpenPecha/toolkit-v2/commit/8aad08cf0241dc9292f0571aba6719bc53041691)) + +* create PechaDbSerializer ([`bfafbaa`](https://github.com/OpenPecha/toolkit-v2/commit/bfafbaac3d68bd634526d0c8dc85cda5bd6422ce)) + +* update test plaintext ([`d2c7d93`](https://github.com/OpenPecha/toolkit-v2/commit/d2c7d93a450a1fcf76c98914c6415181bc618508)) + +* modify plaintext parser for AlingmentMedata ([`2c030e2`](https://github.com/OpenPecha/toolkit-v2/commit/2c030e22f58f39367bdb1c219d901cb34ac97c8d)) + +* update test read alignment ([`1753056`](https://github.com/OpenPecha/toolkit-v2/commit/1753056cfcb12a194ca06e07ff4ba9fa8ccab3bf)) + +* add more layer ([`d167b79`](https://github.com/OpenPecha/toolkit-v2/commit/d167b799c34c3c4e145ef95f5f055c2ac0071d26)) + +* add source metadata for AlignmentMetaData ([`c1cd0f8`](https://github.com/OpenPecha/toolkit-v2/commit/c1cd0f81787284efe2c43ae93a181cdf4cb4ffa4)) + +* update test file ([`4b82b93`](https://github.com/OpenPecha/toolkit-v2/commit/4b82b938acffbed32b500a88690c288bf4eddf02)) + +* fix/alingment segment pairs ([`972c093`](https://github.com/OpenPecha/toolkit-v2/commit/972c09359c4fb5e1cc2d1fff3c0a02032dbfc965)) + +* fix/save basefile properly in metadata stam ([`6591568`](https://github.com/OpenPecha/toolkit-v2/commit/6591568a39db3cc2bb776ddffc872878958a6e76)) + +* save metadata as different annotation store in Pecha ([`cd4c601`](https://github.com/OpenPecha/toolkit-v2/commit/cd4c601f15b10cc3aa97ee1f3aa6eb325e207071)) + +* add dummy GITHUB TOKEN for CI ([`a280cef`](https://github.com/OpenPecha/toolkit-v2/commit/a280cef8b20d4b7dda7e2978c7bd659c77c4d63c)) + +* update depredicated functions ([`bdef72e`](https://github.com/OpenPecha/toolkit-v2/commit/bdef72ecff47d685bc59b3a0aa3da531d6810672)) + +* new SegmentMetaData feature layer ([`92b4db8`](https://github.com/OpenPecha/toolkit-v2/commit/92b4db8b99b60cf4c378e35e0afec24e2a34dc8a)) + +* set Dataset id dynamic ([`bea4007`](https://github.com/OpenPecha/toolkit-v2/commit/bea40075d6df0b260e9bbfa834bd77a0f3eb5eb1)) + +* exclude metadata ann in alignment anns ([`7e852c0`](https://github.com/OpenPecha/toolkit-v2/commit/7e852c02751867db5a952fd2ab4c73e750fb7c52)) + +* set Comment to Commentary ([`aa70342`](https://github.com/OpenPecha/toolkit-v2/commit/aa703427b16a820f4e862f2631174fd148b279ea)) + +* set base file name as 4 uuid digits ([`8a7522d`](https://github.com/OpenPecha/toolkit-v2/commit/8a7522d2e4a951fb2e4c212103003307c9ad1752)) + +* refactor ([`5df1ed8`](https://github.com/OpenPecha/toolkit-v2/commit/5df1ed85380eeb77ad962c18cf92b57fb39026db)) + +* fix load_pechas ([`0b0a729`](https://github.com/OpenPecha/toolkit-v2/commit/0b0a72928c9aae7230051bce823be76a5d473c3e)) + +* Pecha from_id classmethod ([`d65ef7e`](https://github.com/OpenPecha/toolkit-v2/commit/d65ef7e945a5dcf85f72a10613e6beef565f7c1c)) + +* Alignment from_id classmethod ([`036e9a3`](https://github.com/OpenPecha/toolkit-v2/commit/036e9a3b8bb4e6ced179d940180b5cfb7d96e428)) + +* git clone func ([`c791af7`](https://github.com/OpenPecha/toolkit-v2/commit/c791af7b4349eddbcca7bf1f3b99542d19699a56)) + +* Pecha base path ([`a55a33a`](https://github.com/OpenPecha/toolkit-v2/commit/a55a33ab3f13cfa1c43ec8382a1dadb8a10eba60)) + +* fix base path logic ([`9899982`](https://github.com/OpenPecha/toolkit-v2/commit/98999821293afd7ec1c13841a3216e54fbe12474)) + +* upload update github repo ([`557273f`](https://github.com/OpenPecha/toolkit-v2/commit/557273fed568d64c3713eb9c756c1e5b3ec5a852)) + +* new Alignment var base path ([`114305b`](https://github.com/OpenPecha/toolkit-v2/commit/114305bae9b51966eb924b4df8c7b9f57123a2e5)) + +* refactor code ([`58b53fb`](https://github.com/OpenPecha/toolkit-v2/commit/58b53fb7785652bcb033456aab89d841ce0e900c)) + +* upload folder to github ([`73756c4`](https://github.com/OpenPecha/toolkit-v2/commit/73756c4a8f3e27f3eedf86d522af5a1292056fc0)) + +* create github repo ([`d631267`](https://github.com/OpenPecha/toolkit-v2/commit/d631267f1fc8ff523d411478193a3ff9261ba195)) + +* Alignment get segment pairs func ([`57c80c5`](https://github.com/OpenPecha/toolkit-v2/commit/57c80c5a0bfbabdfb47e1fee77ad20ea95393cc2)) + +* read alingment with pechas ([`1df23c9`](https://github.com/OpenPecha/toolkit-v2/commit/1df23c91fa5e778a2b6b1cd66a8789e8145b31d5)) + +* Alignment from_path class method ([`448822d`](https://github.com/OpenPecha/toolkit-v2/commit/448822dc6bfc7bde8b9070399ffcba25d625aca1)) + +* update data for test pecha read ([`8b8ba67`](https://github.com/OpenPecha/toolkit-v2/commit/8b8ba675e80cfececa6cba85cbc6e7fd0ce53d1e)) + +* save alingment ([`e0c01dc`](https://github.com/OpenPecha/toolkit-v2/commit/e0c01dc14cb063fea7405af4eb2e5c4a44c13b87)) + +* get annotation category ([`9094795`](https://github.com/OpenPecha/toolkit-v2/commit/90947958ddf80523cdaf52e5606a33c50569599b)) + +* add/ type language to PechaMetaData ([`8b479e1`](https://github.com/OpenPecha/toolkit-v2/commit/8b479e1bb7665bf865d2829fce35fc455d56a746)) + +* assign uuid for alingment anns ([`12d7ee3`](https://github.com/OpenPecha/toolkit-v2/commit/12d7ee3be6694e16092ce7a954562bef2332c218)) + +* modify/ AlignmentMetaData type ([`d04edb3`](https://github.com/OpenPecha/toolkit-v2/commit/d04edb36c7d8f3bbf469037f7d903fac64c0f757)) + +* refactor code ([`fcd7a11`](https://github.com/OpenPecha/toolkit-v2/commit/fcd7a11d30e4095ecf56fc1aa80e9632f0189513)) + +* build AlignmentMetaData ([`9068bd0`](https://github.com/OpenPecha/toolkit-v2/commit/9068bd0db2e3fcdae25936694155f4adb31e534e)) + +* create Alignment class ([`5483fc5`](https://github.com/OpenPecha/toolkit-v2/commit/5483fc5a3febe3f59e6f33a3cabf528c23926175)) + +* AlingmentMetaData ([`42cc3fa`](https://github.com/OpenPecha/toolkit-v2/commit/42cc3faedae298b87f8a989184ef53c3bee2810e)) + +* AlignmentMetaData ([`9a7a219`](https://github.com/OpenPecha/toolkit-v2/commit/9a7a219aacf79b6c881a13f6ad4a225dcf72b51d)) + +* refactor code ([`aeb118c`](https://github.com/OpenPecha/toolkit-v2/commit/aeb118c1487a4edf5d9e9bd3b8cec206f32339fc)) + +* refactor code; ([`97bf34e`](https://github.com/OpenPecha/toolkit-v2/commit/97bf34ea056c2818f30ab02b62ec3a030da2a466)) + +* Metadata class method from text ([`c3b3ccd`](https://github.com/OpenPecha/toolkit-v2/commit/c3b3ccdb93a5e7796047c3bbe6240e6f146993f6)) + +* update test pecha read ([`86ae351`](https://github.com/OpenPecha/toolkit-v2/commit/86ae351c139b4e1775a3cd0e2bb1548c00cc52e5)) + +* fix/save metadata path properly in stam resource ([`c413861`](https://github.com/OpenPecha/toolkit-v2/commit/c4138618249fbd6aa34e1d6e7bd8ec6fe9196677)) + +* test of metadata check ([`c657800`](https://github.com/OpenPecha/toolkit-v2/commit/c657800fb372f17b9cbb97325d3409d74f724f85)) + +* parse metadata from text ([`260be74`](https://github.com/OpenPecha/toolkit-v2/commit/260be74c4278f1ea0dba11b64cc266cfb1249036)) + +* fix/ writting metadata ([`2c1e408`](https://github.com/OpenPecha/toolkit-v2/commit/2c1e408cc3f99f0ad2d2d67eb2d162bd88ed20fd)) + +* save source_metadata as well ([`5949e1b`](https://github.com/OpenPecha/toolkit-v2/commit/5949e1b2a408103831768109035dbc9a155394a9)) + +* save metadata as .txt file ([`b3a371d`](https://github.com/OpenPecha/toolkit-v2/commit/b3a371df4da065cc52822bf5624d27fbe3d193d1)) + +* annotation resource selector to metadata ([`a0d9d95`](https://github.com/OpenPecha/toolkit-v2/commit/a0d9d95e9b9c371ec4bc27c7c2a7c8afc83baba0)) + +* class Metadata ([`c3a647b`](https://github.com/OpenPecha/toolkit-v2/commit/c3a647bd81b8b514dbef2482be523712e8cc9d51)) + +* test for pecha read ([`96ef2e4`](https://github.com/OpenPecha/toolkit-v2/commit/96ef2e4693f95518d091ad3d4388db56efdaaa39)) + +* save resource path as relative ([`583f069`](https://github.com/OpenPecha/toolkit-v2/commit/583f069ef82214221a679c831dd092caad57e3eb)) + +* load annotation store with string filepath ([`b117ff5`](https://github.com/OpenPecha/toolkit-v2/commit/b117ff5d9abfd8bbc2feb960e5325915d89c3b2a)) + +* set stam version == 0.8.4 ([`bb27192`](https://github.com/OpenPecha/toolkit-v2/commit/bb2719256df86cef5a940b20d6f9c9a472bb1444)) + +* set Layerenum as annotation_type datatype ([`fcde53d`](https://github.com/OpenPecha/toolkit-v2/commit/fcde53d05c198894e9ca727adbd4292074f93837)) + +* Pecha abstraction ([`fa38eff`](https://github.com/OpenPecha/toolkit-v2/commit/fa38efff4d54b997f9531d36bc20d13c1a6e6a40)) + +* delete main annotation_store ([`f37ae8a`](https://github.com/OpenPecha/toolkit-v2/commit/f37ae8a65443fd8d36455a05d0d1d581f12794c1)) + +* set same annotationdata id with same annotation ([`3480ffa`](https://github.com/OpenPecha/toolkit-v2/commit/3480ffaba5c82b1bcda4e132a1979ee0fb38e85a)) + +* return main_ann_store in plaintext parse ([`802b2bb`](https://github.com/OpenPecha/toolkit-v2/commit/802b2bb914b906224abb6517369a1bbd4430d89c)) + +* refactor code ([`c3100fe`](https://github.com/OpenPecha/toolkit-v2/commit/c3100fe0467925bcd2544d824845835fc69f674c)) + +* fix/save dataset relative path ([`8b234b6`](https://github.com/OpenPecha/toolkit-v2/commit/8b234b6bc08787c7251481abe9a025cd8bd9c862)) + +* modify/add ann_store at top with datasets mappings ([`8de1d08`](https://github.com/OpenPecha/toolkit-v2/commit/8de1d0880cae7fa2d35969da887f9b4fc121a1a8)) + +* function absoluate to relative path ([`a0a9d5f`](https://github.com/OpenPecha/toolkit-v2/commit/a0a9d5f72fcc339e44ad5221552da4568e79bfd9)) + +* modify/ann_store_file_name and path ([`05b13ee`](https://github.com/OpenPecha/toolkit-v2/commit/05b13ee5640952b9b9f1f3dc738222fc7e417f79)) + +* use latest stam version ([`81b3694`](https://github.com/OpenPecha/toolkit-v2/commit/81b36945a723420d2e3930f16c38c1f5b94588f1)) + +* create LayerGroupEnum and LayerEnum ([`e58026e`](https://github.com/OpenPecha/toolkit-v2/commit/e58026e583b203518fcea75c49b78bfe83a561fe)) + +* refactor code ([`27c5346`](https://github.com/OpenPecha/toolkit-v2/commit/27c53468aa312b40e0a821dadddd1c0579337b8f)) + +* create class AnnotationMetadata ([`bbda968`](https://github.com/OpenPecha/toolkit-v2/commit/bbda9686aa2c474b03918f61cf64ed33d91f6a4d)) + +* refactor code ([`43625df`](https://github.com/OpenPecha/toolkit-v2/commit/43625df6fc30f3f739803be27d8004cd527976f3)) + +* test for plaintext parser ([`0c96d09`](https://github.com/OpenPecha/toolkit-v2/commit/0c96d0908b617584aeb3c1f7d47d14741bdfa393)) + +* create stam segment annotation ([`288cbb0`](https://github.com/OpenPecha/toolkit-v2/commit/288cbb001aff992c58c6ab1b103eb7bd31ee5e66)) + +* split text into lines ([`90bf461`](https://github.com/OpenPecha/toolkit-v2/commit/90bf461f1da723ba8891ada9979ac33daac137f2)) + +* delete unneccessary code ([`d432579`](https://github.com/OpenPecha/toolkit-v2/commit/d432579951a73999dd3a545d910a0e6773bfa823)) + +* refactor ([`c17805d`](https://github.com/OpenPecha/toolkit-v2/commit/c17805df008843e2006327fdef5c6b043d8823a0)) + +* Merge pull request #2 from OpenPecha/feat/write-pecha-annotation + +Feat/write pecha annotation ([`0652a92`](https://github.com/OpenPecha/toolkit-v2/commit/0652a92018f3e00ca61a0977d1c7bd248100f91c)) + +* Pecha write function ([`12a379f`](https://github.com/OpenPecha/toolkit-v2/commit/12a379fa977894cca418db5ff42bf37daea7c71d)) + +* Layer write layer ([`c6b4fa0`](https://github.com/OpenPecha/toolkit-v2/commit/c6b4fa0254f3f39449d16733cc7504be62a689b9)) + +* fix/set basefile name and layer file name same ([`e9ccaef`](https://github.com/OpenPecha/toolkit-v2/commit/e9ccaef5b51da438cf1753681235cb69aa5ba43c)) + +* modify/PlainTextLineAlignedParser parser func ([`3b5f6a2`](https://github.com/OpenPecha/toolkit-v2/commit/3b5f6a2a62cf8cbfc21488869c3dcd1274189bcf)) + +* modify/Pecha fields ([`2ea5a28`](https://github.com/OpenPecha/toolkit-v2/commit/2ea5a283e038222dffa607dba875ad6d94d96f27)) + +* join class Annotation in Layer field ([`6fd99d1`](https://github.com/OpenPecha/toolkit-v2/commit/6fd99d19a2dd3b3b209f8fea1e4dd8219ea762c4)) + +* Layer abstraction class ([`7741ab3`](https://github.com/OpenPecha/toolkit-v2/commit/7741ab35dbe025955e87c7425831096a26512563)) + +* rename PlainText to PlainTextLineAlignedParser ([`a939d5d`](https://github.com/OpenPecha/toolkit-v2/commit/a939d5df7607e965191abc6bcac3a92e81c7c2b8)) + +* set base file name as uuid ([`a886053`](https://github.com/OpenPecha/toolkit-v2/commit/a886053f77b66d9e171727a725fbb541d0fe2a55)) + +* set ANNOTATION_STORE_ID and ANNOTATION_DATASET_ID in config ([`ba87b8f`](https://github.com/OpenPecha/toolkit-v2/commit/ba87b8f3fad5a871f9c002f43ce1fa679c778a0c)) + +* delete/ unneccessary line ([`edf86ca`](https://github.com/OpenPecha/toolkit-v2/commit/edf86cae29e186b6e3187ec1133960a54935d48b)) + +* refactor ([`1c31178`](https://github.com/OpenPecha/toolkit-v2/commit/1c31178ef5635e038609a42dba9565aef27527a2)) + +* refactor/Pecha create pecha folder ([`8872295`](https://github.com/OpenPecha/toolkit-v2/commit/8872295647b3df1267656705aca6da971cc0b538)) + +* test case for Pecha write annotations ([`b46fdd0`](https://github.com/OpenPecha/toolkit-v2/commit/b46fdd033ab27dee86247e14a345220d75910e8e)) + +* modify/convert relative path in json string ([`4bd3982`](https://github.com/OpenPecha/toolkit-v2/commit/4bd398246b01a90a9fa54d032e9bc8dbbb454eca)) + +* test for ids ([`047b3ac`](https://github.com/OpenPecha/toolkit-v2/commit/047b3ac9e1bf9f2ac0c44fbde8b5cffbb48c6eaf)) + +* test for Pecha ([`761ac78`](https://github.com/OpenPecha/toolkit-v2/commit/761ac7884b5308ac4704816e2f327ce17a82dd22)) + +* fix/check if annotations exits before setting ([`216b4fb`](https://github.com/OpenPecha/toolkit-v2/commit/216b4fb580e82b5050dc149bd0ffdb57f52cf91a)) + +* refactor test plaintext ([`6f773af`](https://github.com/OpenPecha/toolkit-v2/commit/6f773afd9945913959cb6e7365c7ea8f53a1df35)) + +* test for plaintext ([`c3251b2`](https://github.com/OpenPecha/toolkit-v2/commit/c3251b21994efdaa6f41d48d15a355b2a44a423c)) + +* fix/check if attribute exits ([`053717c`](https://github.com/OpenPecha/toolkit-v2/commit/053717c0ef2628dfe082648b6e408cfe2455807d)) + +* refactor code ([`b6b4c7a`](https://github.com/OpenPecha/toolkit-v2/commit/b6b4c7a675679b316f26429544a1bfbaf79036d4)) + +* include base path to PlainText parse ([`6420cd2`](https://github.com/OpenPecha/toolkit-v2/commit/6420cd2cf89ecbdf88871047ed02f3352f75c54d)) + +* include base path to func write annotations ([`4157fef`](https://github.com/OpenPecha/toolkit-v2/commit/4157fef62bf9b497397f6f425627457416eaa23a)) + +* write metadata as json ([`0cd444a`](https://github.com/OpenPecha/toolkit-v2/commit/0cd444ad64283dfa46387b8065ba6f229796c168)) + +* fix/set annotation data id as unique ([`cac48fc`](https://github.com/OpenPecha/toolkit-v2/commit/cac48fcd24a921bff4c24dee5332517a79a53912)) + +* Pecha function create pecha folder ([`5ea7922`](https://github.com/OpenPecha/toolkit-v2/commit/5ea7922695752b76cad2760512e84c30e7665410)) + +* Pecha function write annotations ([`8169348`](https://github.com/OpenPecha/toolkit-v2/commit/816934853c910ae9feef17b518d9124527d393f8)) + +* rename function/to set_annotations ([`ac29227`](https://github.com/OpenPecha/toolkit-v2/commit/ac2922727e34c842c2dedd9e8485a73a5f96a891)) + +* create/class Annotation ([`fce29b2`](https://github.com/OpenPecha/toolkit-v2/commit/fce29b2ba93df059c1bd9f473949695c0b6882c2)) + +* modify/move alignment pecha codes to its __init__.py ([`1adcc16`](https://github.com/OpenPecha/toolkit-v2/commit/1adcc16c5e8a8778bcf6ab5bde2de4afe0e2e7c2)) + +* create/class Pecha ([`54df02a`](https://github.com/OpenPecha/toolkit-v2/commit/54df02a3e1b34aab570717e0d919d156097216f1)) + +* set project_name as "openpecha" ([`3836ad4`](https://github.com/OpenPecha/toolkit-v2/commit/3836ad4ed8869c2302f8d351a7853e100d11c6ad)) + +* modify/set file path type as Path ([`517b741`](https://github.com/OpenPecha/toolkit-v2/commit/517b74143612854e964821effc564f818bc9dc01)) + +* update ([`f643642`](https://github.com/OpenPecha/toolkit-v2/commit/f64364265f4e40e3eae384856e59840f62a567dd)) + +* update ([`4e522b6`](https://github.com/OpenPecha/toolkit-v2/commit/4e522b6f1abefcc907af5a770c5576aefe7f27c6)) + +* Update README.md ([`a9c3763`](https://github.com/OpenPecha/toolkit-v2/commit/a9c3763d00c64d28c511289d4350aff862b8dcd1)) + +* Delete non-coding-work-reports directory ([`85ec28e`](https://github.com/OpenPecha/toolkit-v2/commit/85ec28e81fb4a8e1a7b33e77a7d42de9a3784eaf)) + +* Initial commit ([`a6d3eaf`](https://github.com/OpenPecha/toolkit-v2/commit/a6d3eafdb196e2bb28eab665a4d83380273e4fc4)) diff --git a/LICENSE b/LICENSE index 31f249e2..31fb995a 100644 --- a/LICENSE +++ b/LICENSE @@ -1,21 +1,21 @@ -MIT License - -Copyright (c) 2023 OpenPecha - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. +MIT License + +Copyright (c) 2023 OpenPecha + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/README.md b/README.md index b36623c3..53feab2e 100644 --- a/README.md +++ b/README.md @@ -1,174 +1,174 @@ -# OpenPecha Toolkit V2 - -

- OpenPecha -

- -

Toolkit V2

- -A Python package for working with stand-off text annotations in the [OpenPecha](https://openpecha.org) framework, built around the Stand-off Text Annotation Model (STAM). Toolkit V2 features robust parsing, transformation, and serialization of annotated buddhist textual corpora. - ---- - -## Table of Contents -- [Introduction](#introduction) -- [Installation](#installation) -- [Key Concepts](#key-concepts) -- [Getting Started & Usage Guide](#getting-started--usage-guide) -- [Tutorial](#Tutorial) -- [Serializer](#serializer) -- [API Reference](#api-reference) -- [Diving Deeper](#diving-deeper) -- [Contributing](#contributing) -- [License](#license) -- [Project Owners](#project-owners) - ---- - -## Introduction - -**Toolkit V2** is the next-generation Python toolkit for managing annotated texts in the OpenPecha ecosystem. It provides: -- Tools for creating, editing, and serializing annotated corpora using the STAM model. -- Support for multiple annotation types (segmentation, alignment, pagination, language, etc.). -- Parsers for various input formats (DOCX, OCR, Pedurma, etc.). -- Serializers for exporting annotated data. - -**STAM (Stand-off Text Annotation Model)** is a flexible data model for representing all information about a text as stand-off annotations, keeping the base text and annotations separate for maximum interoperability. - -**OpenPecha Backend** hosted on Firebase, serves as the central storage system for texts and their corresponding annotations. While the toolkit handles parsing, editing, and serialization, all storage, access, and import operations are managed by the backend. - ---- - -## Installation - -**Stable version:** -```bash -pip install openpecha -``` - -**Development version:** -```bash -pip install git+https://github.com/OpenPecha/toolkit-v2.git -``` - ---- -## Key Concepts - -### Pecha -A Pecha is the core data model representing a text corpus with its annotations and metadata. Each Pecha: -- Has a unique ID (8-digit UUID) -- Contains one or more base texts -- Stores multiple annotation layers -- Includes metadata (title, author, language, etc.) -- Can be created from scratch or parsed from various formats (DOCX, OCR, etc.) - -```Pecha (P0001) -├── metadata.json -├── base/ -│ ├── base1.txt -│ └── base2.txt -└── layers/ - ├── segmentation-1234.json - ├── alignment-5678.json - ├── pagination-9012.json - └── footnote-3456.json -``` - -Example of a Pecha's internal structure: -```Pecha (P0001) -├── metadata.json -│ ├── id: "P0001" -│ ├── title: {"en": "Sample Text", "bo": "དཔེ་ཚན།"} -│ ├── author: "Author Name" -│ └── language: "bo" -├── base/ -│ └── base1.txt -│ └── "ཨོཾ་མ་ཎི་པདྨེ་ཧཱུྃ།..." -└── layers/ - ├── Segmentation-1234.json - │ └── {"index": 1, "span": {"start": 0, "end": 10}, ...} - ├── Alignment-5678.json - │ └── {"alignment_index": "1-2", "span": {"start": 0, "end": 20}, ...} - └── Pagination-9012.json - └── {"page": 1, "span": {"start": 0, "end": 100}, ...} -``` - -### Layer -A Layer is a collection of annotations of a specific type for a given base text. Key features: -- Each layer has a specific type (e.g., Segmentation, Alignment, Pagination) -- Layers are stored as JSON files in the STAM format -- Common layer types include: - - Segmentation: Divides text into meaningful segments - - Alignment: Maps segments between different texts (e.g., root text and commentary) - - Pagination: Marks page boundaries - - Language: Indicates language of text segments - - Footnote: Contains footnote annotations - -### STAM (Stand-off Text Annotation Model) -STAM is the underlying data format for storing annotations. It: -- Keeps base text and annotations separate -- Uses a flexible JSON structure -- Supports multiple annotation types -- Enables interoperability between different systems -- Allows for complex annotation relationships - -## Alignment Transfer -Alignment refers to mapping relationships between two or more texts. This process is crucial for creating parallel texts, which are widely used in translation, commentary analysis, and language learning. Alignments help link corresponding sections across different versions or types of texts—whether it's between a root text and its translation, a commentary, or other related materials. - ---- - -## Getting Started & Usage Guide - -To get started and explore all features, see the [Getting Started & Usage Guide](docs/usage.md). - ---- - -## Tutorial Guide - -To see a story-driven walkthrough of parsing, annotating, and serializing a Tibetan text, with code and explanations., see the [Tutorial Guide](docs/tutorials.md) - -## Serializer - -The `JsonSerializer` class provides utilities for extracting and serializing annotation data from a Pecha. Key methods include: - -- `get_base(pecha)`: Returns the base text from the first base in the given Pecha. -- `to_dict(ann_store, ann_type)`: Converts an AnnotationStore to a list of annotation dictionaries for the given annotation type. -- `get_edition_base(pecha, edition_layer_path)`: Constructs a new base text by applying version variant operations (insertions/deletions) from an edition layer. -- `serialize(pecha, manifestation_info)`: Serializes a Pecha with its annotations based on manifestation information, returning base text and annotations. -- `serialize_edition_annotations(pecha, edition_layer_path, layer_path)`: Serializes annotations that are based on an edition base rather than the original base. - -See the [API Reference](docs/api-references.md#jsonserializer) for full details and usage examples. - - -## API Reference - -For a detailed list of classes and methods, see the [API Reference](docs/api-references.md). - - ---- - -## Diving Deeper -- [STAM GitHub](https://github.com/annotation/stam) -- [STAM Python GitHub](https://github.com/annotation/stam-python) -- [STAM Python Documentation](https://stam-python.readthedocs.io/en/latest/) -- [STAM Python Tutorial](https://github.com/annotation/stam-python/blob/master/tutorial.ipynb) -- [OpenPecha Paper](https://dl.acm.org/doi/abs/10.1145/3418060) - ---- - -## Contributing -We welcome contributions! Please open issues or pull requests. For major changes, please open an issue first to discuss what you would like to change. - ---- - -## License - -This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details. - ---- - -## Project Owners -- [@10zinten](https://github.com/10zinten) -- [@tsundue](https://github.com/tenzin3) -- [@ta4tsering](https://github.com/ta4tsering) - +# OpenPecha Toolkit V2 + +

+ OpenPecha +

+ +

Toolkit V2

+ +A Python package for working with stand-off text annotations in the [OpenPecha](https://openpecha.org) framework, built around the Stand-off Text Annotation Model (STAM). Toolkit V2 features robust parsing, transformation, and serialization of annotated buddhist textual corpora. + +--- + +## Table of Contents +- [Introduction](#introduction) +- [Installation](#installation) +- [Key Concepts](#key-concepts) +- [Getting Started & Usage Guide](#getting-started--usage-guide) +- [Tutorial](#Tutorial) +- [Serializer](#serializer) +- [API Reference](#api-reference) +- [Diving Deeper](#diving-deeper) +- [Contributing](#contributing) +- [License](#license) +- [Project Owners](#project-owners) + +--- + +## Introduction + +**Toolkit V2** is the next-generation Python toolkit for managing annotated texts in the OpenPecha ecosystem. It provides: +- Tools for creating, editing, and serializing annotated corpora using the STAM model. +- Support for multiple annotation types (segmentation, alignment, pagination, language, etc.). +- Parsers for various input formats (DOCX, OCR, Pedurma, etc.). +- Serializers for exporting annotated data. + +**STAM (Stand-off Text Annotation Model)** is a flexible data model for representing all information about a text as stand-off annotations, keeping the base text and annotations separate for maximum interoperability. + +**OpenPecha Backend** hosted on Firebase, serves as the central storage system for texts and their corresponding annotations. While the toolkit handles parsing, editing, and serialization, all storage, access, and import operations are managed by the backend. + +--- + +## Installation + +**Stable version:** +```bash +pip install openpecha +``` + +**Development version:** +```bash +pip install git+https://github.com/OpenPecha/toolkit-v2.git +``` + +--- +## Key Concepts + +### Pecha +A Pecha is the core data model representing a text corpus with its annotations and metadata. Each Pecha: +- Has a unique ID (8-digit UUID) +- Contains one or more base texts +- Stores multiple annotation layers +- Includes metadata (title, author, language, etc.) +- Can be created from scratch or parsed from various formats (DOCX, OCR, etc.) + +```Pecha (P0001) +├── metadata.json +├── base/ +│ ├── base1.txt +│ └── base2.txt +└── layers/ + ├── segmentation-1234.json + ├── alignment-5678.json + ├── pagination-9012.json + └── footnote-3456.json +``` + +Example of a Pecha's internal structure: +```Pecha (P0001) +├── metadata.json +│ ├── id: "P0001" +│ ├── title: {"en": "Sample Text", "bo": "དཔེ་ཚན།"} +│ ├── author: "Author Name" +│ └── language: "bo" +├── base/ +│ └── base1.txt +│ └── "ཨོཾ་མ་ཎི་པདྨེ་ཧཱུྃ།..." +└── layers/ + ├── Segmentation-1234.json + │ └── {"index": 1, "span": {"start": 0, "end": 10}, ...} + ├── Alignment-5678.json + │ └── {"alignment_index": "1-2", "span": {"start": 0, "end": 20}, ...} + └── Pagination-9012.json + └── {"page": 1, "span": {"start": 0, "end": 100}, ...} +``` + +### Layer +A Layer is a collection of annotations of a specific type for a given base text. Key features: +- Each layer has a specific type (e.g., Segmentation, Alignment, Pagination) +- Layers are stored as JSON files in the STAM format +- Common layer types include: + - Segmentation: Divides text into meaningful segments + - Alignment: Maps segments between different texts (e.g., root text and commentary) + - Pagination: Marks page boundaries + - Language: Indicates language of text segments + - Footnote: Contains footnote annotations + +### STAM (Stand-off Text Annotation Model) +STAM is the underlying data format for storing annotations. It: +- Keeps base text and annotations separate +- Uses a flexible JSON structure +- Supports multiple annotation types +- Enables interoperability between different systems +- Allows for complex annotation relationships + +## Alignment Transfer +Alignment refers to mapping relationships between two or more texts. This process is crucial for creating parallel texts, which are widely used in translation, commentary analysis, and language learning. Alignments help link corresponding sections across different versions or types of texts—whether it's between a root text and its translation, a commentary, or other related materials. + +--- + +## Getting Started & Usage Guide + +To get started and explore all features, see the [Getting Started & Usage Guide](docs/usage.md). + +--- + +## Tutorial Guide + +To see a story-driven walkthrough of parsing, annotating, and serializing a Tibetan text, with code and explanations., see the [Tutorial Guide](docs/tutorials.md) + +## Serializer + +The `JsonSerializer` class provides utilities for extracting and serializing annotation data from a Pecha. Key methods include: + +- `get_base(pecha)`: Returns the base text from the first base in the given Pecha. +- `to_dict(ann_store, ann_type)`: Converts an AnnotationStore to a list of annotation dictionaries for the given annotation type. +- `get_edition_base(pecha, edition_layer_path)`: Constructs a new base text by applying version variant operations (insertions/deletions) from an edition layer. +- `serialize(pecha, manifestation_info)`: Serializes a Pecha with its annotations based on manifestation information, returning base text and annotations. +- `serialize_edition_annotations(pecha, edition_layer_path, layer_path)`: Serializes annotations that are based on an edition base rather than the original base. + +See the [API Reference](docs/api-references.md#jsonserializer) for full details and usage examples. + + +## API Reference + +For a detailed list of classes and methods, see the [API Reference](docs/api-references.md). + + +--- + +## Diving Deeper +- [STAM GitHub](https://github.com/annotation/stam) +- [STAM Python GitHub](https://github.com/annotation/stam-python) +- [STAM Python Documentation](https://stam-python.readthedocs.io/en/latest/) +- [STAM Python Tutorial](https://github.com/annotation/stam-python/blob/master/tutorial.ipynb) +- [OpenPecha Paper](https://dl.acm.org/doi/abs/10.1145/3418060) + +--- + +## Contributing +We welcome contributions! Please open issues or pull requests. For major changes, please open an issue first to discuss what you would like to change. + +--- + +## License + +This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details. + +--- + +## Project Owners +- [@10zinten](https://github.com/10zinten) +- [@tsundue](https://github.com/tenzin3) +- [@ta4tsering](https://github.com/ta4tsering) + diff --git a/docs/.nojekyll b/docs/.nojekyll index 8b137891..d3f5a12f 100644 --- a/docs/.nojekyll +++ b/docs/.nojekyll @@ -1 +1 @@ - + diff --git a/docs/LICENSE.md b/docs/LICENSE.md index 7df6ac93..d2f69087 100644 --- a/docs/LICENSE.md +++ b/docs/LICENSE.md @@ -1,22 +1,22 @@ - -# MIT License - -Copyright (c) 2023 OpenPecha - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. + +# MIT License + +Copyright (c) 2023 OpenPecha + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/docs/Parsers/chonjuk-parser.md b/docs/Parsers/chonjuk-parser.md index e891ef09..069bfabe 100644 --- a/docs/Parsers/chonjuk-parser.md +++ b/docs/Parsers/chonjuk-parser.md @@ -1,95 +1,95 @@ -# ChonjukChapterParser Class Documentation - -## Overview - -The `ChonjukChapterParser` class is responsible for extracting chapter annotations from Tibetan text data that contains specific chapter markers. - -## Input Data format - -``` -chX-"Chapter Title" Chapter Text -``` - -- X represents the chapter number. -- Chapter Title is the title of the chapter in double quotes. -- Chapter Text is the body of the chapter. - -## Class Methods - -### `__init__(self)` - -- Initializes the `ChonjukChapterParser` instance. -- Sets up the configuration needed for parsing chapter annotations. - -### `get_updated_text(self, text: str) -> str` - -- Cleans the input text by removing chapter markers. -- Returns the cleaned text. - -### `get_annotations(self, text: str) -> List[Dict]` - -- Extracts chapter annotations from the input text. -- Get the updated annotation span after removing chapter markers. -- Returns a list of chapter annotations. - -### `parse(self, input: str, output_path: Path = PECHAS_PATH, metadata: Union[Dict, Path] = None)` - -- Extract chapter annotations from the text. -- Instantiate `Pecha` class and save the chapter annotations to the output path. - - -## Example Usage - -Here is an example of how to use the `ChonjukChapterParser` to parse text and extract chapter annotations. - -```python -from pathlib import Path - -# Initialize the parser -parser = ChonjukChapterParser() - -# Example input text -input_text = ''' -རྒྱ་གར་སྐད་དུ། བོ་དྷི་སཏྭ་ཙརྱ་ཨ་བ་ཏཱ་ར། - -བོད་སྐད་དུ། བྱང་ཆུབ་སེམས་དཔའི་སྤྱོད་པ་ལ་འཇུག་པ། - -ch1-"བྱང་ཆུབ་སེམས་ཀྱི་ཕན་ཡོན་བཤད་པ།" བདེ་གཤེགས་ཆོས་ཀྱི་སྐུ་མངའ་སྲས་བཅས་དང་། ། -ཕྱག་འོས་ཀུན་ལའང་གུས་པར་ཕྱག་འཚལ་ཏེ། ། - -ch2-"སྡིག་པ་བཤགས་པ།" དགེ་བ་བསྒོམ་ཕྱིར་བདག་གི་དད་པའི་ཤུགས། ། -''' - -# Parse the input text and save to an output path -parser.parse(input_text, output_path=Path("/path/to/output")) -``` - -After running the above code, the chapter annotations will be extracted from the input text and saved to the specified output path.The `annotations` attribute of parser would look like this. - -```python -assert parser.annotations == [ -{ - "chapter_number": "1", - "chapter_title": "བྱང་ཆུབ་སེམས་ཀྱི་ཕན་ཡོན་བཤད་པ།", - "Chapter": {"start": 145, "end": 446}, -}, -{ - "chapter_number": "2", - "chapter_title": "སྡིག་པ་བཤགས་པ།", - "Chapter": {"start": 449, "end": 896}, -}, -] -``` - -The file structure on the output path would look like this: - -``` -- output_path(dir) - - I00B6F749(dir) - - base(dir) - - da0c.txt - - layers(dir) - - da0c - - Chapter-123.json -``` - +# ChonjukChapterParser Class Documentation + +## Overview + +The `ChonjukChapterParser` class is responsible for extracting chapter annotations from Tibetan text data that contains specific chapter markers. + +## Input Data format + +``` +chX-"Chapter Title" Chapter Text +``` + +- X represents the chapter number. +- Chapter Title is the title of the chapter in double quotes. +- Chapter Text is the body of the chapter. + +## Class Methods + +### `__init__(self)` + +- Initializes the `ChonjukChapterParser` instance. +- Sets up the configuration needed for parsing chapter annotations. + +### `get_updated_text(self, text: str) -> str` + +- Cleans the input text by removing chapter markers. +- Returns the cleaned text. + +### `get_annotations(self, text: str) -> List[Dict]` + +- Extracts chapter annotations from the input text. +- Get the updated annotation span after removing chapter markers. +- Returns a list of chapter annotations. + +### `parse(self, input: str, output_path: Path = PECHAS_PATH, metadata: Union[Dict, Path] = None)` + +- Extract chapter annotations from the text. +- Instantiate `Pecha` class and save the chapter annotations to the output path. + + +## Example Usage + +Here is an example of how to use the `ChonjukChapterParser` to parse text and extract chapter annotations. + +```python +from pathlib import Path + +# Initialize the parser +parser = ChonjukChapterParser() + +# Example input text +input_text = ''' +རྒྱ་གར་སྐད་དུ། བོ་དྷི་སཏྭ་ཙརྱ་ཨ་བ་ཏཱ་ར། + +བོད་སྐད་དུ། བྱང་ཆུབ་སེམས་དཔའི་སྤྱོད་པ་ལ་འཇུག་པ། + +ch1-"བྱང་ཆུབ་སེམས་ཀྱི་ཕན་ཡོན་བཤད་པ།" བདེ་གཤེགས་ཆོས་ཀྱི་སྐུ་མངའ་སྲས་བཅས་དང་། ། +ཕྱག་འོས་ཀུན་ལའང་གུས་པར་ཕྱག་འཚལ་ཏེ། ། + +ch2-"སྡིག་པ་བཤགས་པ།" དགེ་བ་བསྒོམ་ཕྱིར་བདག་གི་དད་པའི་ཤུགས། ། +''' + +# Parse the input text and save to an output path +parser.parse(input_text, output_path=Path("/path/to/output")) +``` + +After running the above code, the chapter annotations will be extracted from the input text and saved to the specified output path.The `annotations` attribute of parser would look like this. + +```python +assert parser.annotations == [ +{ + "chapter_number": "1", + "chapter_title": "བྱང་ཆུབ་སེམས་ཀྱི་ཕན་ཡོན་བཤད་པ།", + "Chapter": {"start": 145, "end": 446}, +}, +{ + "chapter_number": "2", + "chapter_title": "སྡིག་པ་བཤགས་པ།", + "Chapter": {"start": 449, "end": 896}, +}, +] +``` + +The file structure on the output path would look like this: + +``` +- output_path(dir) + - I00B6F749(dir) + - base(dir) + - da0c.txt + - layers(dir) + - da0c + - Chapter-123.json +``` + diff --git a/docs/api-references.md b/docs/api-references.md index fccfe84b..a305da85 100644 --- a/docs/api-references.md +++ b/docs/api-references.md @@ -1,942 +1,942 @@ -# API REFERENCES - -## Pecha - -* [Pecha.from_path()](#pechafrom_path) -* [Pecha.create()](#pechacreate) -* [Pecha.base_path()](#pechabase_path) -* [Pecha.layer_path()](#pechalayer_path) -* [Pecha.metadata_path()](#pechametadata_path) -* [Pecha.get_base()](#pechaget_base) -* [Pecha.set_base()](#pechaset_base) -* [Pecha.add_layer()](#pechaadd_layer) -* [Pecha.add_annotation()](#pechaadd_annotation) -* [Pecha.set_metadata()](#pechaset_metadata) -* [Pecha.get_layer_by_ann_type()](#pechaget_layer_by_ann_type) -* [Pecha.publish()](#pechapublish) -* [Pecha.merge_pecha()](#pechamerge_pecha) - -## JsonSerializer - -* [JsonSerializer.get_base()](#jsonserializerget_base) -* [JsonSerializer.to_dict()](#jsonserializerto_dict) -* [JsonSerializer.get_edition_base()](#jsonserializerget_edition_base) -* [JsonSerializer.get_layer_paths()](#jsonserializerget_layer_paths) -* [JsonSerializer.serialize()](#jsonserializerserialize) -* [JsonSerializer.serialize_edition_annotations()](#jsonserializerserialize_edition_annotations) - -## DocxRootParser - -* [DocxRootParser.parse()](#docxrootparserparse) -* [DocxRootParser.extract_anns()](#docxrootparserextract_anns) -* [DocxRootParser.extract_segmentation_anns()](#docxrootparserextract_segmentation_anns) -* [DocxRootParser.extract_alignment_anns()](#docxrootparserextract_alignment_anns) - -## DocxSimpleCommentaryParser - -* [DocxSimpleCommentaryParser.parse()](#docxsimplecommentaryparserparse) -* [DocxSimpleCommentaryParser.extract_anns()](#docxsimplecommentaryparserextract_anns) -* [DocxSimpleCommentaryParser.extract_segmentation_anns()](#docxsimplecommentaryparserextract_segmentation_anns) -* [DocxSimpleCommentaryParser.extract_alignment_anns()](#docxsimplecommentaryparserextract_alignment_anns) - -## DocxAnnotationParser - -* [DocxAnnotationParser.add_annotation()](#docxannotationparseradd_annotation) - -## DocxAnnotationUpdate - -* [DocxAnnotationUpdate.extract_layer_name()](#docxannotationupdateextract_layer_name) -* [DocxAnnotationUpdate.extract_layer_id()](#docxannotationupdateextract_layer_id) -* [DocxAnnotationUpdate.extract_layer_enum()](#docxannotationupdateextract_layer_enum) -* [DocxAnnotationUpdate.update_annotation()](#docxannotationupdateupdate_annotation) - -## TranslationAlignmentTransfer - -* [TranslationAlignmentTransfer.is_empty()](#translationalignmenttransferis_empty) -* [TranslationAlignmentTransfer.get_segmentation_ann_path()](#translationalignmenttransferget_segmentation_ann_path) -* [TranslationAlignmentTransfer.map_layer_to_layer()](#translationalignmenttransfermap_layer_to_layer) -* [TranslationAlignmentTransfer.get_root_pechas_mapping()](#translationalignmenttransferget_root_pechas_mapping) -* [TranslationAlignmentTransfer.get_translation_pechas_mapping()](#translationalignmenttransferget_translation_pechas_mapping) -* [TranslationAlignmentTransfer.mapping_to_text_list()](#translationalignmenttransfermapping_to_text_list) -* [TranslationAlignmentTransfer.get_serialized_translation_alignment()](#translationalignmenttransferget_serialized_translation_alignment) -* [TranslationAlignmentTransfer.get_serialized_translation_segmentation()](#translationalignmenttransferget_serialized_translation_segmentation) - -## CommentaryAlignmentTransfer - -* [CommentaryAlignmentTransfer.is_valid_ann()](#commentaryalignmenttransferis_valid_ann) -* [CommentaryAlignmentTransfer.get_segmentation_ann_path()](#commentaryalignmenttransferget_segmentation_ann_path) -* [CommentaryAlignmentTransfer.index_annotations_by_root()](#commentaryalignmenttransferindex_annotations_by_root) -* [CommentaryAlignmentTransfer.map_layer_to_layer()](#commentaryalignmenttransfermap_layer_to_layer) -* [CommentaryAlignmentTransfer.get_root_pechas_mapping()](#commentaryalignmenttransferget_root_pechas_mapping) -* [CommentaryAlignmentTransfer.get_commentary_pechas_mapping()](#commentaryalignmenttransferget_commentary_pechas_mapping) -* [CommentaryAlignmentTransfer.get_serialized_commentary()](#commentaryalignmenttransferget_serialized_commentary) -* [CommentaryAlignmentTransfer.get_serialized_commentary_segmentation()](#commentaryalignmenttransferget_serialized_commentary_segmentation) -* [CommentaryAlignmentTransfer.format_serialized_commentary()](#commentaryalignmenttransferformat_serialized_commentary) -* [CommentaryAlignmentTransfer.process_commentary_ann()](#commentaryalignmenttransferprocess_commentary_ann) - -### `Pecha.from_path() -> Pecha` -Loads a Pecha instance from a local path. - -- **Parameters:** - - `pecha_path` (Path): Path to the Pecha directory -- **Returns:** `Pecha` instance -- **Example:** - ```python - from pathlib import Path - from openpecha.pecha import Pecha - - pecha = Pecha.from_path(Path("/path/to/pecha")) - ``` - -### `Pecha.create() -> Pecha` -Creates a new Pecha instance in the specified output directory. - -- **Parameters:** - - `output_path` (Path): Directory where the Pecha should be created - - `pecha_id` (str, optional): Custom Pecha ID. If not provided, a new ID will be generated -- **Returns:** `Pecha` instance -- **Example:** - ```python - from pathlib import Path - from openpecha.pecha import Pecha - - pecha = Pecha.create(Path("./output")) - ``` - -### `Pecha.base_path() -> Path` -Returns the path to the base directory which contains all the base files. If the directory does not exist, it is created. - -- **Returns:** Path object pointing to the base directory -- **Example:** - ```python - base_dir = pecha.base_path - print(base_dir) # /path/to/pecha/base - ``` - -### `Pecha.layer_path() -> Path` -Returns the path to the layers directory which contains all the annotation files. If the directory does not exist, it is created. - -- **Returns:** Path object pointing to the layers directory -- **Example:** - ```python - layer_dir = pecha.layer_path - print(layer_dir) # /path/to/pecha/layers - ``` - -### `Pecha.metadata_path() -> Path` -Returns the path to the metadata file. - -- **Returns:** Path object pointing to the metadata file -- **Example:** - ```python - metadata_file = pecha.metadata_path - print(metadata_file) # /path/to/pecha/metadata.json - ``` - -### `Pecha.get_base() -> str` -Gets the content of a base file by its name. - -- **Parameters:** - - `base_name` (str): Name of the base file -- **Returns:** str containing the base text content -- **Example:** - ```python - base_text = pecha.get_base("base1") - ``` - -### `Pecha.set_base() -> str` -Sets the content of a base file. - -- **Parameters:** - - `content` (str): Text content to write to the base file - - `base_name` (str, optional): Name for the base file. If not provided, a new ID will be generated -- **Returns:** str containing the base name -- **Example:** - ```python - base_name = pecha.set_base("This is the text content", "base1") - ``` - -### `Pecha.add_layer() -> Tuple[AnnotationStore, Path]` -Adds a new annotation layer for a given base. - -- **Parameters:** - - `base_name` (str): Name of the base file to associate with this layer - - `layer_type` (AnnotationType): Type of annotation layer (must be included in AnnotationType enum) -- **Returns:** Tuple of (AnnotationStore, Path) containing: - - AnnotationStore: The created annotation store - - Path: Path to the layer file -- **Example:** - ```python - from openpecha.pecha.layer import AnnotationType - - # Add a segmentation layer - layer, layer_path = pecha.add_layer("base1", AnnotationType.SEGMENTATION) - - # Add a chapter layer - layer, layer_path = pecha.add_layer("base1", AnnotationType.CHAPTER) - ``` -- **Note:** The layer file will be created with a name format of `{layer_type}-{random_id}.json` in the layers directory under the base name folder. - -### `Pecha.add_annotation() -> AnnotationStore` -Adds an annotation to an existing annotation layer (Annotation Store). - -- **Parameters:** - - `ann_store` (AnnotationStore): The annotation store/layer to add the annotation to - - `annotation` (BaseAnnotation): The annotation object to add (e.g., SegmentationAnnotation, CitationAnnotation) - - `layer_type` (AnnotationType): The type of annotation (must match the layer type) -- **Returns:** AnnotationStore with the added annotation -- **Example:** - ```python - from openpecha.pecha.annotations import Span, SegmentationAnnotation - from openpecha.pecha.layer import AnnotationType - - # Create a segmentation annotation - ann = SegmentationAnnotation(span=Span(start=0, end=10), index=1) - - # Add the annotation to the layer - layer = pecha.add_annotation(layer, ann, AnnotationType.SEGMENTATION) - - # Save the layer after adding annotations - layer.save() - ``` -- **Note:** - - The annotation's span must be valid for the base text - - The layer_type must match the type of annotation being added - - The layer must be saved after adding annotations to persist the changes - -### `Pecha.set_metadata() -> PechaMetaData` -Updates the Pecha's metadata with new values while preserving existing metadata fields if not overridden. - -- **Parameters:** - - `pecha_metadata` (Dict): Dictionary containing metadata fields to update. Can include: - - `title` (Dict[str, str] | str): Title in different languages or single language - - `author` (List[str] | Dict[str, str] | str): Author(s) information - - `language` (str): Language code (e.g., 'bo', 'en') - - `parser` (str): Name of the parser used - - `initial_creation_type` (str): How the Pecha was created - - `source_metadata` (Dict): Additional source information - - `copyright` (Dict): Copyright information - - `licence` (str): License type -- **Returns:** Updated PechaMetaData object -- **Example:** - ```python - # Update metadata with new values - pecha.set_metadata({ - "title": {"en": "New Title", "bo": "གསར་བཅོས་ཁ་བྱང་།"}, - "author": ["Author 1", "Author 2"], - "language": "bo", - "source_metadata": { - "id": "source123", - "publisher": "Publisher Name" - } - }) - - # Update specific fields while preserving others - pecha.set_metadata({ - "title": {"en": "Updated Title"}, - "copyright": { - "year": "2024", - "holder": "Copyright Holder" - } - }) - ``` -- **Note:** - - Existing metadata fields not included in the update dictionary will be preserved - - The parser and initial_creation_type fields will be preserved from existing metadata if not specified - - The metadata is automatically saved to the metadata.json file - - Invalid metadata will raise a ValueError - -### `Pecha.get_layer_by_ann_type() -> Union[Tuple[AnnotationStore, Path], Tuple[List[AnnotationStore], List[Path]]]` -Gets layers by annotation type. - -- **Parameters:** - - `base_name` (str): Name of the base file - - `layer_type` (AnnotationType): Type of annotation to retrieve -- **Returns:** Tuple of (AnnotationStore or list of AnnotationStore, Path or list of Path) -- **Example:** - ```python - layer, layer_path = pecha.get_layer_by_ann_type("base1", AnnotationType.SEGMENTATION) - ``` - -### `Pecha.publish() -> None` -Publishes the Pecha to GitHub and optionally creates a release with assets. - -- **Parameters:** - - `asset_path` (Path, optional): Path to the asset directory - - `asset_name` (str, optional): Name for the asset. Defaults to "source_data" - - `branch` (str, optional): Branch to publish to. Defaults to "main" - - `is_private` (bool, optional): Whether the repository should be private. Defaults to False -- **Example:** - ```python - pecha.publish( - asset_path=Path("./assets"), - asset_name="source_data", - branch="main", - is_private=False - ) - ``` - -### `Pecha.merge_pecha() -> None` -Merges the layers of a source pecha into the current pecha. - -- **Parameters:** - - `source_pecha` (Pecha): The source Pecha instance - - `source_base_name` (str): The base name of the source pecha - - `target_base_name` (str): The base name of the target (current) pecha -- **Example:** - ```python - pecha.merge_pecha(source_pecha, "source_base", "target_base") - ``` - - -### `JsonSerializer.get_base(pecha: Pecha) -> str` -Returns the base text from the first base in the given Pecha. - -- **Parameters:** - - `pecha` (Pecha): The Pecha object to extract the base from -- **Returns:** str containing the base text -- **Example:** - ```python - from openpecha.pecha.serializers.json_serializer import JsonSerializer - base = JsonSerializer().get_base(pecha) - ``` - -### `JsonSerializer.to_dict(ann_store: AnnotationStore, ann_type: AnnotationType) -> list[dict]` -Converts an AnnotationStore to a list of annotation dictionaries for the given annotation type. - -- **Parameters:** - - `ann_store` (AnnotationStore): The annotation store to convert - - `ann_type` (AnnotationType): The type of annotation -- **Returns:** List of annotation dictionaries -- **Example:** - ```python - anns = JsonSerializer.to_dict(ann_store, AnnotationType.SEGMENTATION) - ``` - -### `JsonSerializer.get_edition_base(pecha: Pecha, edition_layer_path: str) -> str` -Constructs a new base text by applying version variant operations (insertions/deletions) from an edition layer. - -- **Parameters:** - - `pecha` (Pecha): The Pecha object - - `edition_layer_path` (str): Path to the edition layer file -- **Returns:** str containing the constructed edition base text -- **Example:** - ```python - from openpecha.pecha.serializers.json import JsonSerializer - edition_base = JsonSerializer().get_edition_base(pecha, "4C00/version-9D95.json") - ``` - -### `JsonSerializer.get_layer_paths(pecha: Pecha, annotations: list[dict]) -> list[str]` -Extracts layer paths from a Pecha based on annotation information. - -- **Parameters:** - - `pecha` (Pecha): The Pecha object - - `annotations` (list[dict]): List of annotation dictionaries with 'type' and 'name' keys -- **Returns:** List of layer paths -- **Example:** - ```python - from openpecha.pecha.serializers.json import JsonSerializer - annotations = [{"type": "segmentation", "name": "4FD1"}] - layer_paths = JsonSerializer().get_layer_paths(pecha, annotations) - ``` - -### `JsonSerializer.serialize(pecha: Pecha, manifestation_info: dict = None) -> dict` -Serializes a Pecha with its annotations based on manifestation information, returning base text and annotations. - -- **Parameters:** - - `pecha` (Pecha): The Pecha object to serialize - - `manifestation_info` (dict, optional): Dictionary containing annotation information -- **Returns:** Dictionary with keys `base` (str) and `annotations` (dict of annotation lists) -- **Example:** - ```python - from openpecha.pecha.serializers.json import JsonSerializer - manifestation_info = { - "annotations": [{"type": "segmentation", "name": "4FD1"}] - } - result = JsonSerializer().serialize(pecha, manifestation_info) - ``` - -### `JsonSerializer.serialize_edition_annotations(pecha: Pecha, edition_layer_path: str, layer_path: str) -> dict` -Serializes annotations that are based on an edition base rather than the original base. - -- **Parameters:** - - `pecha` (Pecha): The Pecha object - - `edition_layer_path` (str): Path to the edition layer file - - `layer_path` (str): Path to the layer file to serialize -- **Returns:** Dictionary with keys `base` (str) and `annotations` (dict of annotation lists) -- **Example:** - ```python - from openpecha.pecha.serializers.json import JsonSerializer - result = JsonSerializer().serialize_edition_annotations( - pecha, "4C00/version-9D95.json", "4C00/segmentation-4FD1.json" - ) - ``` - -### `DocxRootParser.parse() -> Tuple[Pecha, annotation_path]` -Parses a DOCX file and creates a Pecha object with annotations. - -- **Parameters:** - - `input` (str | Path): Path to the DOCX file to be parsed - - `annotation_type` (AnnotationType): Type of annotation to extract (SEGMENTATION or ALIGNMENT) - - `metadata` (Dict): Dictionary containing metadata for the Pecha - - `output_path` (Path, optional): Directory where the Pecha should be created. Defaults to PECHAS_PATH - - `pecha_id` (str | None, optional): Custom Pecha ID. If not provided, a new ID will be generated -- **Returns:** Tuple containing: - - Pecha: The created Pecha instance - - annotation_path: Path to the created annotation layer file -- **Example:** - ```python - from pathlib import Path - from openpecha.pecha.layer import AnnotationType - from openpecha.pecha.parsers.docx.root import DocxRootParser - - parser = DocxRootParser() - pecha, layer_path = parser.parse( - input="path/to/file.docx", - annotation_type=AnnotationType.SEGMENTATION, - metadata={"title": "Sample Title"}, - output_path=Path("./output") - ) - ``` - -### `DocxRootParser.extract_anns() -> Tuple[List[BaseAnnotation], str]` -Extracts text and annotations from a DOCX file. - -- **Parameters:** - - `docx_file` (Path): Path to the DOCX file - - `annotation_type` (AnnotationType): Type of annotation to extract (SEGMENTATION or ALIGNMENT) -- **Returns:** Tuple containing: - - List[BaseAnnotation]: List of extracted annotations - - str: The extracted base text -- **Example:** - ```python - from pathlib import Path - from openpecha.pecha.layer import AnnotationType - from openpecha.pecha.parsers.docx.root import DocxRootParser - - parser = DocxRootParser() - anns, base = parser.extract_anns( - Path("path/to/file.docx"), - AnnotationType.SEGMENTATION - ) - ``` - -### `DocxRootParser.extract_segmentation_anns() -> Tuple[List[SegmentationAnnotation], str]` -Extracts segmentation annotations from numbered text. - -- **Parameters:** - - `numbered_text` (Dict[str, str]): Dictionary mapping segment numbers to text content -- **Returns:** Tuple containing: - - List[SegmentationAnnotation]: List of segmentation annotations - - str: The concatenated base text -- **Example:** - ```python - from openpecha.pecha.parsers.docx.root import DocxRootParser - - parser = DocxRootParser() - numbered_text = { - "1": "First segment", - "2": "Second segment" - } - anns, base = parser.extract_segmentation_anns(numbered_text) - ``` - -### `DocxRootParser.extract_alignment_anns() -> Tuple[List[AlignmentAnnotation], str]` -Extracts alignment annotations from numbered text. - -- **Parameters:** - - `numbered_text` (Dict[str, str]): Dictionary mapping segment numbers to text content -- **Returns:** Tuple containing: - - List[AlignmentAnnotation]: List of alignment annotations - - str: The concatenated base text -- **Example:** - ```python - from openpecha.pecha.parsers.docx.root import DocxRootParser - - parser = DocxRootParser() - numbered_text = { - "1": "First segment", - "2": "Second segment" - } - anns, base = parser.extract_alignment_anns(numbered_text) - ``` - -### `DocxSimpleCommentaryParser.parse() -> Tuple[Pecha, annotation_path]` -Parses a DOCX file and creates a commentary Pecha object with annotations. - -- **Parameters:** - - `input` (str | Path): Path to the DOCX file to be parsed - - `annotation_type` (AnnotationType): Type of annotation to extract (SEGMENTATION or ALIGNMENT) - - `metadata` (Dict[str, Any]): Dictionary containing metadata for the Pecha - - `output_path` (Path, optional): Directory where the Pecha should be created. Defaults to PECHAS_PATH - - `pecha_id` (str | None, optional): Custom Pecha ID. If not provided, a new ID will be generated -- **Returns:** Tuple containing: - - Pecha: The created Pecha instance - - annotation_path: Path to the created annotation layer file -- **Example:** - ```python - from pathlib import Path - from openpecha.pecha.layer import AnnotationType - from openpecha.pecha.parsers.docx.commentary.simple import DocxSimpleCommentaryParser - - parser = DocxSimpleCommentaryParser() - pecha, layer_path = parser.parse( - input="path/to/commentary.docx", - annotation_type=AnnotationType.ALIGNMENT, - metadata={"title": "Commentary Title", "type": "commentary", "parent": "P0001"}, - output_path=Path("./output") - ) - ``` - -### `DocxSimpleCommentaryParser.extract_anns() -> Tuple[List[BaseAnnotation], str]` -Extracts text and annotations from a commentary DOCX file. - -- **Parameters:** - - `docx_file` (Path): Path to the DOCX file - - `annotation_type` (AnnotationType): Type of annotation to extract (SEGMENTATION or ALIGNMENT) -- **Returns:** Tuple containing: - - List[BaseAnnotation]: List of extracted annotations - - str: The extracted base text -- **Example:** - ```python - from pathlib import Path - from openpecha.pecha.layer import AnnotationType - from openpecha.pecha.parsers.docx.commentary.simple import DocxSimpleCommentaryParser - - parser = DocxSimpleCommentaryParser() - anns, base = parser.extract_anns( - Path("path/to/commentary.docx"), - AnnotationType.ALIGNMENT - ) - ``` - -### `DocxSimpleCommentaryParser.extract_segmentation_anns() -> Tuple[List[SegmentationAnnotation], str]` -Extracts segmentation annotations from numbered commentary text. - -- **Parameters:** - - `numbered_text` (Dict[str, str]): Dictionary mapping segment numbers to text content -- **Returns:** Tuple containing: - - List[SegmentationAnnotation]: List of segmentation annotations - - str: The concatenated base text -- **Example:** - ```python - from openpecha.pecha.parsers.docx.commentary.simple import DocxSimpleCommentaryParser - - parser = DocxSimpleCommentaryParser() - numbered_text = { - "1": "First commentary segment", - "2": "Second commentary segment" - } - anns, base = parser.extract_segmentation_anns(numbered_text) - ``` - -### `DocxSimpleCommentaryParser.extract_alignment_anns() -> Tuple[List[AlignmentAnnotation], str]` -Extracts alignment annotations from numbered commentary text, handling root text references. - -- **Parameters:** - - `numbered_text` (Dict[str, str]): Dictionary mapping segment numbers to text content -- **Returns:** Tuple containing: - - List[AlignmentAnnotation]: List of alignment annotations with root text references - - str: The concatenated base text -- **Example:** - ```python - from openpecha.pecha.parsers.docx.commentary.simple import DocxSimpleCommentaryParser - - parser = DocxSimpleCommentaryParser() - numbered_text = { - "1": "1-2 First commentary segment", - "2": "3-4 Second commentary segment" - } - anns, base = parser.extract_alignment_anns(numbered_text) - ``` -- **Note:** The commentary text can include root text references in the format "1-2 Commentary text" where "1-2" refers to the root text segments being commented on. - -### `DocxAnnotationParser.add_annotation() -> Tuple[Pecha, annotation_path]` -Adds annotations to an existing Pecha from a DOCX file. - -- **Parameters:** - - `pecha` (Pecha): The Pecha instance to add annotations to - - `type` (AnnotationType | str): Type of annotation to extract (ALIGNMENT, SEGMENTATION, or FOOTNOTE) - - `docx_file` (Path): Path to the DOCX file containing annotations - - `metadatas` (List[Any]): List of metadata objects to determine if the Pecha is root-related -- **Returns:** Tuple containing: - - Pecha: The updated Pecha instance - - annotation_path: Path to the created annotation layer file -- **Example:** - ```python - from pathlib import Path - from openpecha.pecha.layer import AnnotationType - from openpecha.pecha.parsers.docx.annotation import DocxAnnotationParser - - parser = DocxAnnotationParser() - pecha, layer_path = parser.add_annotation( - pecha=existing_pecha, - type=AnnotationType.FOOTNOTE, - docx_file=Path("path/to/annotations.docx"), - metadatas=[metadata] - ) - ``` -- **Note:** - - The parser supports three types of annotations: ALIGNMENT, SEGMENTATION, and FOOTNOTE - - For FOOTNOTE annotations, it uses DocxFootnoteParser - - For root-related Pechas, it uses DocxRootParser - - For other cases, it uses DocxSimpleCommentaryParser - - The coordinates of annotations are automatically updated to match the base text - -### `DocxAnnotationUpdate.extract_layer_name() -> str` -Extracts the layer name from a layer path. - -- **Parameters:** - - `layer_path` (str): Path to the layer file -- **Returns:** str containing the layer name (filename without extension) -- **Example:** - ```python - updater = DocxAnnotationUpdate() - layer_name = updater.extract_layer_name("path/to/segmentation-1234.json") - print(layer_name) # "segmentation-1234" - ``` - -### `DocxAnnotationUpdate.extract_layer_id() -> str` -Extracts the layer ID from a layer path. - -- **Parameters:** - - `layer_path` (str): Path to the layer file -- **Returns:** str containing the layer ID (last part of the filename after the hyphen) -- **Example:** - ```python - updater = DocxAnnotationUpdate() - layer_id = updater.extract_layer_id("path/to/segmentation-1234.json") - print(layer_id) # "1234" - ``` - -### `DocxAnnotationUpdate.extract_layer_enum() -> AnnotationType` -Extracts the annotation type from a layer path. - -- **Parameters:** - - `layer_path` (str): Path to the layer file -- **Returns:** AnnotationType enum value corresponding to the layer type -- **Example:** - ```python - updater = DocxAnnotationUpdate() - layer_type = updater.extract_layer_enum("path/to/segmentation-1234.json") - print(layer_type) # AnnotationType.SEGMENTATION - ``` - -### `DocxAnnotationUpdate.update_annotation() -> Pecha` -Updates annotations in an existing Pecha from a DOCX file while preserving the layer ID. - -- **Parameters:** - - `pecha` (Pecha): The Pecha instance to update annotations in - - `annotation_path` (str): Path to the existing annotation layer file - - `docx_file` (Path): Path to the DOCX file containing new annotations - - `metadatas` (List[Any]): List of metadata objects to determine if the Pecha is root-related -- **Returns:** Updated Pecha instance -- **Example:** - ```python - from pathlib import Path - from openpecha.pecha.parsers.docx.update import DocxAnnotationUpdate - - updater = DocxAnnotationUpdate() - updated_pecha = updater.update_annotation( - pecha=existing_pecha, - annotation_path="path/to/segmentation-1234.json", - docx_file=Path("path/to/updated_annotations.docx"), - metadatas=[metadata] - ) - ``` -- **Note:** - - The method preserves the original layer ID when updating annotations - - It automatically determines the annotation type from the existing layer path - - Uses DocxAnnotationParser internally to handle the actual annotation update - -### `TranslationAlignmentTransfer.is_empty() -> bool` -Checks if a text string is empty (contains only whitespace and newlines). - -- **Parameters:** - - `text` (str): The text to check -- **Returns:** bool indicating if the text is empty -- **Example:** - ```python - transfer = TranslationAlignmentTransfer() - is_empty = transfer.is_empty(" \n ") # True - is_empty = transfer.is_empty("Some text") # False - ``` - -### `TranslationAlignmentTransfer.get_segmentation_ann_path() -> Path` -Gets the path to the first segmentation layer JSON file in a Pecha. - -- **Parameters:** - - `pecha` (Pecha): The Pecha instance to search in -- **Returns:** Path object pointing to the segmentation layer file -- **Example:** - ```python - transfer = TranslationAlignmentTransfer() - seg_path = transfer.get_segmentation_ann_path(pecha) - ``` - -### `TranslationAlignmentTransfer.map_layer_to_layer() -> Dict[int, List[int]]` -Maps annotations from source layer to target layer based on span overlap or containment. - -- **Parameters:** - - `src_layer` (AnnotationStore): Source annotation layer - - `tgt_layer` (AnnotationStore): Target annotation layer -- **Returns:** Dictionary mapping source indices to lists of target indices -- **Example:** - ```python - transfer = TranslationAlignmentTransfer() - mapping = transfer.map_layer_to_layer(source_layer, target_layer) - ``` -- **Note:** - - Maps based on span overlap or containment - - Excludes edge overlaps - - Returns a sorted dictionary - -### `TranslationAlignmentTransfer.get_root_pechas_mapping() -> Dict[int, List[int]]` -Gets mapping from a Pecha's alignment layer to its segmentation layer. - -- **Parameters:** - - `pecha` (Pecha): The Pecha instance - - `alignment_id` (str): ID of the alignment layer -- **Returns:** Dictionary mapping alignment indices to segmentation indices -- **Example:** - ```python - transfer = TranslationAlignmentTransfer() - mapping = transfer.get_root_pechas_mapping(pecha, "alignment-1234.json") - ``` - -### `TranslationAlignmentTransfer.get_translation_pechas_mapping() -> Dict[int, List]` -Gets mapping from segmentation to alignment layer in a translation Pecha. - -- **Parameters:** - - `pecha` (Pecha): The translation Pecha instance - - `alignment_id` (str): ID of the alignment layer - - `segmentation_id` (str): ID of the segmentation layer -- **Returns:** Dictionary mapping segmentation indices to alignment indices -- **Example:** - ```python - transfer = TranslationAlignmentTransfer() - mapping = transfer.get_translation_pechas_mapping( - pecha, - "alignment-1234.json", - "segmentation-5678.json" - ) - ``` - -### `TranslationAlignmentTransfer.mapping_to_text_list() -> List[str]` -Flattens a mapping from translation to root text into a list of texts. - -- **Parameters:** - - `mapping` (Dict[int, List[str]]): Mapping of indices to text lists -- **Returns:** List of texts, with empty strings for missing indices -- **Example:** - ```python - transfer = TranslationAlignmentTransfer() - texts = transfer.mapping_to_text_list({1: ["text1"], 3: ["text2"]}) - # ["text1", "", "text2"] - ``` - -### `TranslationAlignmentTransfer.get_serialized_translation_alignment() -> List[str]` -Serializes root translation alignment text mapped to root segmentation text. - -- **Parameters:** - - `root_pecha` (Pecha): The root Pecha instance - - `root_alignment_id` (str): ID of the root alignment layer - - `root_translation_pecha` (Pecha): The translation Pecha instance - - `translation_alignment_id` (str): ID of the translation alignment layer -- **Returns:** List of texts aligned with root segmentation -- **Example:** - ```python - transfer = TranslationAlignmentTransfer() - texts = transfer.get_serialized_translation_alignment( - root_pecha, - "alignment-1234.json", - translation_pecha, - "alignment-5678.json" - ) - ``` - -### `TranslationAlignmentTransfer.get_serialized_translation_segmentation() -> List[str]` -Serializes root translation segmentation text mapped to root segmentation text. - -- **Parameters:** - - `root_pecha` (Pecha): The root Pecha instance - - `root_alignment_id` (str): ID of the root alignment layer - - `translation_pecha` (Pecha): The translation Pecha instance - - `translation_alignment_id` (str): ID of the translation alignment layer - - `translation_segmentation_id` (str): ID of the translation segmentation layer -- **Returns:** List of texts aligned with root segmentation -- **Example:** - ```python - transfer = TranslationAlignmentTransfer() - texts = transfer.get_serialized_translation_segmentation( - root_pecha, - "alignment-1234.json", - translation_pecha, - "alignment-5678.json", - "segmentation-9012.json" - ) - ``` - - -### `CommentaryAlignmentTransfer.is_valid_ann() -> bool` -Checks if an annotation is valid (exists and has non-empty text). - -- **Parameters:** - - `anns` (Dict[int, Dict[str, Any]]): Dictionary of annotations - - `idx` (int): Index to check -- **Returns:** bool indicating if the annotation is valid -- **Example:** - ```python - transfer = CommentaryAlignmentTransfer() - is_valid = transfer.is_valid_ann(annotations, 1) - ``` - -### `CommentaryAlignmentTransfer.get_segmentation_ann_path() -> Path` -Gets the path to the first segmentation layer JSON file in a Pecha. - -- **Parameters:** - - `pecha` (Pecha): The Pecha instance to search in -- **Returns:** Path object pointing to the segmentation layer file -- **Example:** - ```python - transfer = CommentaryAlignmentTransfer() - seg_path = transfer.get_segmentation_ann_path(pecha) - ``` - -### `CommentaryAlignmentTransfer.index_annotations_by_root() -> Dict[int, Dict[str, Any]]` -Indexes annotations by their root index. - -- **Parameters:** - - `anns` (List[Dict[str, Any]]): List of annotation dictionaries -- **Returns:** Dictionary mapping root indices to annotation dictionaries -- **Example:** - ```python - transfer = CommentaryAlignmentTransfer() - indexed_anns = transfer.index_annotations_by_root(annotations) - ``` - -### `CommentaryAlignmentTransfer.map_layer_to_layer() -> Dict[int, List[int]]` -Maps annotations from source layer to target layer based on span overlap or containment. - -- **Parameters:** - - `src_layer` (AnnotationStore): Source annotation layer - - `tgt_layer` (AnnotationStore): Target annotation layer -- **Returns:** Dictionary mapping source indices to lists of target indices -- **Example:** - ```python - transfer = CommentaryAlignmentTransfer() - mapping = transfer.map_layer_to_layer(source_layer, target_layer) - ``` -- **Note:** - - Maps based on span overlap or containment - - Excludes edge overlaps - - Returns a sorted dictionary - - Handles complex alignment indices (e.g., "1,2-4") - -### `CommentaryAlignmentTransfer.get_root_pechas_mapping() -> Dict[int, List[int]]` -Gets mapping from a Pecha's alignment layer to its segmentation layer. - -- **Parameters:** - - `pecha` (Pecha): The Pecha instance - - `alignment_id` (str): ID of the alignment layer -- **Returns:** Dictionary mapping alignment indices to segmentation indices -- **Example:** - ```python - transfer = CommentaryAlignmentTransfer() - mapping = transfer.get_root_pechas_mapping(pecha, "alignment-1234.json") - ``` - -### `CommentaryAlignmentTransfer.get_commentary_pechas_mapping() -> Dict[int, List[int]]` -Gets mapping from commentary Pecha's segmentation layer to alignment layer. - -- **Parameters:** - - `pecha` (Pecha): The commentary Pecha instance - - `alignment_id` (str): ID of the alignment layer - - `segmentation_id` (str): ID of the segmentation layer -- **Returns:** Dictionary mapping segmentation indices to alignment indices -- **Example:** - ```python - transfer = CommentaryAlignmentTransfer() - mapping = transfer.get_commentary_pechas_mapping( - pecha, - "alignment-1234.json", - "segmentation-5678.json" - ) - ``` - -### `CommentaryAlignmentTransfer.get_serialized_commentary() -> List[str]` -Serializes commentary annotations with root/segmentation mapping and formatting. - -- **Parameters:** - - `root_pecha` (Pecha): The root Pecha instance - - `root_alignment_id` (str): ID of the root alignment layer - - `commentary_pecha` (Pecha): The commentary Pecha instance - - `commentary_alignment_id` (str): ID of the commentary alignment layer -- **Returns:** List of formatted commentary texts -- **Example:** - ```python - transfer = CommentaryAlignmentTransfer() - texts = transfer.get_serialized_commentary( - root_pecha, - "alignment-1234.json", - commentary_pecha, - "alignment-5678.json" - ) - ``` - -### `CommentaryAlignmentTransfer.get_serialized_commentary_segmentation() -> List[str]` -Serializes commentary segmentation annotations with root/segmentation mapping and formatting. - -- **Parameters:** - - `root_pecha` (Pecha): The root Pecha instance - - `root_alignment_id` (str): ID of the root alignment layer - - `commentary_pecha` (Pecha): The commentary Pecha instance - - `commentary_alignment_id` (str): ID of the commentary alignment layer - - `commentary_segmentation_id` (str): ID of the commentary segmentation layer -- **Returns:** List of formatted commentary texts -- **Example:** - ```python - transfer = CommentaryAlignmentTransfer() - texts = transfer.get_serialized_commentary_segmentation( - root_pecha, - "alignment-1234.json", - commentary_pecha, - "alignment-5678.json", - "segmentation-9012.json" - ) - ``` - -### `CommentaryAlignmentTransfer.format_serialized_commentary() -> str` -Formats a commentary text with chapter and segment information. - -- **Parameters:** - - `chapter_num` (int): Chapter number - - `seg_idx` (int): Segment index - - `text` (str): Commentary text -- **Returns:** Formatted string in the format "text" -- **Example:** - ```python - transfer = CommentaryAlignmentTransfer() - formatted = transfer.format_serialized_commentary(1, 2, "Commentary text") - # "<1><2>Commentary text" - ``` - -### `CommentaryAlignmentTransfer.process_commentary_ann() -> str | None` -Processes a single commentary annotation and returns the serialized string. - -- **Parameters:** - - `ann` (dict): The commentary annotation to process - - `root_anns` (dict): Dictionary of root annotations - - `root_map` (dict): Mapping from root alignment to segmentation - - `root_segmentation_anns` (dict): Dictionary of root segmentation annotations -- **Returns:** Formatted commentary string or None if not valid -- **Example:** - ```python - transfer = CommentaryAlignmentTransfer() - result = transfer.process_commentary_ann( - commentary_ann, - root_anns, - root_map, - root_segmentation_anns - ) - ``` +# API REFERENCES + +## Pecha + +* [Pecha.from_path()](#pechafrom_path) +* [Pecha.create()](#pechacreate) +* [Pecha.base_path()](#pechabase_path) +* [Pecha.layer_path()](#pechalayer_path) +* [Pecha.metadata_path()](#pechametadata_path) +* [Pecha.get_base()](#pechaget_base) +* [Pecha.set_base()](#pechaset_base) +* [Pecha.add_layer()](#pechaadd_layer) +* [Pecha.add_annotation()](#pechaadd_annotation) +* [Pecha.set_metadata()](#pechaset_metadata) +* [Pecha.get_layer_by_ann_type()](#pechaget_layer_by_ann_type) +* [Pecha.publish()](#pechapublish) +* [Pecha.merge_pecha()](#pechamerge_pecha) + +## JsonSerializer + +* [JsonSerializer.get_base()](#jsonserializerget_base) +* [JsonSerializer.to_dict()](#jsonserializerto_dict) +* [JsonSerializer.get_edition_base()](#jsonserializerget_edition_base) +* [JsonSerializer.get_layer_paths()](#jsonserializerget_layer_paths) +* [JsonSerializer.serialize()](#jsonserializerserialize) +* [JsonSerializer.serialize_edition_annotations()](#jsonserializerserialize_edition_annotations) + +## DocxRootParser + +* [DocxRootParser.parse()](#docxrootparserparse) +* [DocxRootParser.extract_anns()](#docxrootparserextract_anns) +* [DocxRootParser.extract_segmentation_anns()](#docxrootparserextract_segmentation_anns) +* [DocxRootParser.extract_alignment_anns()](#docxrootparserextract_alignment_anns) + +## DocxSimpleCommentaryParser + +* [DocxSimpleCommentaryParser.parse()](#docxsimplecommentaryparserparse) +* [DocxSimpleCommentaryParser.extract_anns()](#docxsimplecommentaryparserextract_anns) +* [DocxSimpleCommentaryParser.extract_segmentation_anns()](#docxsimplecommentaryparserextract_segmentation_anns) +* [DocxSimpleCommentaryParser.extract_alignment_anns()](#docxsimplecommentaryparserextract_alignment_anns) + +## DocxAnnotationParser + +* [DocxAnnotationParser.add_annotation()](#docxannotationparseradd_annotation) + +## DocxAnnotationUpdate + +* [DocxAnnotationUpdate.extract_layer_name()](#docxannotationupdateextract_layer_name) +* [DocxAnnotationUpdate.extract_layer_id()](#docxannotationupdateextract_layer_id) +* [DocxAnnotationUpdate.extract_layer_enum()](#docxannotationupdateextract_layer_enum) +* [DocxAnnotationUpdate.update_annotation()](#docxannotationupdateupdate_annotation) + +## TranslationAlignmentTransfer + +* [TranslationAlignmentTransfer.is_empty()](#translationalignmenttransferis_empty) +* [TranslationAlignmentTransfer.get_segmentation_ann_path()](#translationalignmenttransferget_segmentation_ann_path) +* [TranslationAlignmentTransfer.map_layer_to_layer()](#translationalignmenttransfermap_layer_to_layer) +* [TranslationAlignmentTransfer.get_root_pechas_mapping()](#translationalignmenttransferget_root_pechas_mapping) +* [TranslationAlignmentTransfer.get_translation_pechas_mapping()](#translationalignmenttransferget_translation_pechas_mapping) +* [TranslationAlignmentTransfer.mapping_to_text_list()](#translationalignmenttransfermapping_to_text_list) +* [TranslationAlignmentTransfer.get_serialized_translation_alignment()](#translationalignmenttransferget_serialized_translation_alignment) +* [TranslationAlignmentTransfer.get_serialized_translation_segmentation()](#translationalignmenttransferget_serialized_translation_segmentation) + +## CommentaryAlignmentTransfer + +* [CommentaryAlignmentTransfer.is_valid_ann()](#commentaryalignmenttransferis_valid_ann) +* [CommentaryAlignmentTransfer.get_segmentation_ann_path()](#commentaryalignmenttransferget_segmentation_ann_path) +* [CommentaryAlignmentTransfer.index_annotations_by_root()](#commentaryalignmenttransferindex_annotations_by_root) +* [CommentaryAlignmentTransfer.map_layer_to_layer()](#commentaryalignmenttransfermap_layer_to_layer) +* [CommentaryAlignmentTransfer.get_root_pechas_mapping()](#commentaryalignmenttransferget_root_pechas_mapping) +* [CommentaryAlignmentTransfer.get_commentary_pechas_mapping()](#commentaryalignmenttransferget_commentary_pechas_mapping) +* [CommentaryAlignmentTransfer.get_serialized_commentary()](#commentaryalignmenttransferget_serialized_commentary) +* [CommentaryAlignmentTransfer.get_serialized_commentary_segmentation()](#commentaryalignmenttransferget_serialized_commentary_segmentation) +* [CommentaryAlignmentTransfer.format_serialized_commentary()](#commentaryalignmenttransferformat_serialized_commentary) +* [CommentaryAlignmentTransfer.process_commentary_ann()](#commentaryalignmenttransferprocess_commentary_ann) + +### `Pecha.from_path() -> Pecha` +Loads a Pecha instance from a local path. + +- **Parameters:** + - `pecha_path` (Path): Path to the Pecha directory +- **Returns:** `Pecha` instance +- **Example:** + ```python + from pathlib import Path + from openpecha.pecha import Pecha + + pecha = Pecha.from_path(Path("/path/to/pecha")) + ``` + +### `Pecha.create() -> Pecha` +Creates a new Pecha instance in the specified output directory. + +- **Parameters:** + - `output_path` (Path): Directory where the Pecha should be created + - `pecha_id` (str, optional): Custom Pecha ID. If not provided, a new ID will be generated +- **Returns:** `Pecha` instance +- **Example:** + ```python + from pathlib import Path + from openpecha.pecha import Pecha + + pecha = Pecha.create(Path("./output")) + ``` + +### `Pecha.base_path() -> Path` +Returns the path to the base directory which contains all the base files. If the directory does not exist, it is created. + +- **Returns:** Path object pointing to the base directory +- **Example:** + ```python + base_dir = pecha.base_path + print(base_dir) # /path/to/pecha/base + ``` + +### `Pecha.layer_path() -> Path` +Returns the path to the layers directory which contains all the annotation files. If the directory does not exist, it is created. + +- **Returns:** Path object pointing to the layers directory +- **Example:** + ```python + layer_dir = pecha.layer_path + print(layer_dir) # /path/to/pecha/layers + ``` + +### `Pecha.metadata_path() -> Path` +Returns the path to the metadata file. + +- **Returns:** Path object pointing to the metadata file +- **Example:** + ```python + metadata_file = pecha.metadata_path + print(metadata_file) # /path/to/pecha/metadata.json + ``` + +### `Pecha.get_base() -> str` +Gets the content of a base file by its name. + +- **Parameters:** + - `base_name` (str): Name of the base file +- **Returns:** str containing the base text content +- **Example:** + ```python + base_text = pecha.get_base("base1") + ``` + +### `Pecha.set_base() -> str` +Sets the content of a base file. + +- **Parameters:** + - `content` (str): Text content to write to the base file + - `base_name` (str, optional): Name for the base file. If not provided, a new ID will be generated +- **Returns:** str containing the base name +- **Example:** + ```python + base_name = pecha.set_base("This is the text content", "base1") + ``` + +### `Pecha.add_layer() -> Tuple[AnnotationStore, Path]` +Adds a new annotation layer for a given base. + +- **Parameters:** + - `base_name` (str): Name of the base file to associate with this layer + - `layer_type` (AnnotationType): Type of annotation layer (must be included in AnnotationType enum) +- **Returns:** Tuple of (AnnotationStore, Path) containing: + - AnnotationStore: The created annotation store + - Path: Path to the layer file +- **Example:** + ```python + from openpecha.pecha.layer import AnnotationType + + # Add a segmentation layer + layer, layer_path = pecha.add_layer("base1", AnnotationType.SEGMENTATION) + + # Add a chapter layer + layer, layer_path = pecha.add_layer("base1", AnnotationType.CHAPTER) + ``` +- **Note:** The layer file will be created with a name format of `{layer_type}-{random_id}.json` in the layers directory under the base name folder. + +### `Pecha.add_annotation() -> AnnotationStore` +Adds an annotation to an existing annotation layer (Annotation Store). + +- **Parameters:** + - `ann_store` (AnnotationStore): The annotation store/layer to add the annotation to + - `annotation` (BaseAnnotation): The annotation object to add (e.g., SegmentationAnnotation, CitationAnnotation) + - `layer_type` (AnnotationType): The type of annotation (must match the layer type) +- **Returns:** AnnotationStore with the added annotation +- **Example:** + ```python + from openpecha.pecha.annotations import Span, SegmentationAnnotation + from openpecha.pecha.layer import AnnotationType + + # Create a segmentation annotation + ann = SegmentationAnnotation(span=Span(start=0, end=10), index=1) + + # Add the annotation to the layer + layer = pecha.add_annotation(layer, ann, AnnotationType.SEGMENTATION) + + # Save the layer after adding annotations + layer.save() + ``` +- **Note:** + - The annotation's span must be valid for the base text + - The layer_type must match the type of annotation being added + - The layer must be saved after adding annotations to persist the changes + +### `Pecha.set_metadata() -> PechaMetaData` +Updates the Pecha's metadata with new values while preserving existing metadata fields if not overridden. + +- **Parameters:** + - `pecha_metadata` (Dict): Dictionary containing metadata fields to update. Can include: + - `title` (Dict[str, str] | str): Title in different languages or single language + - `author` (List[str] | Dict[str, str] | str): Author(s) information + - `language` (str): Language code (e.g., 'bo', 'en') + - `parser` (str): Name of the parser used + - `initial_creation_type` (str): How the Pecha was created + - `source_metadata` (Dict): Additional source information + - `copyright` (Dict): Copyright information + - `licence` (str): License type +- **Returns:** Updated PechaMetaData object +- **Example:** + ```python + # Update metadata with new values + pecha.set_metadata({ + "title": {"en": "New Title", "bo": "གསར་བཅོས་ཁ་བྱང་།"}, + "author": ["Author 1", "Author 2"], + "language": "bo", + "source_metadata": { + "id": "source123", + "publisher": "Publisher Name" + } + }) + + # Update specific fields while preserving others + pecha.set_metadata({ + "title": {"en": "Updated Title"}, + "copyright": { + "year": "2024", + "holder": "Copyright Holder" + } + }) + ``` +- **Note:** + - Existing metadata fields not included in the update dictionary will be preserved + - The parser and initial_creation_type fields will be preserved from existing metadata if not specified + - The metadata is automatically saved to the metadata.json file + - Invalid metadata will raise a ValueError + +### `Pecha.get_layer_by_ann_type() -> Union[Tuple[AnnotationStore, Path], Tuple[List[AnnotationStore], List[Path]]]` +Gets layers by annotation type. + +- **Parameters:** + - `base_name` (str): Name of the base file + - `layer_type` (AnnotationType): Type of annotation to retrieve +- **Returns:** Tuple of (AnnotationStore or list of AnnotationStore, Path or list of Path) +- **Example:** + ```python + layer, layer_path = pecha.get_layer_by_ann_type("base1", AnnotationType.SEGMENTATION) + ``` + +### `Pecha.publish() -> None` +Publishes the Pecha to GitHub and optionally creates a release with assets. + +- **Parameters:** + - `asset_path` (Path, optional): Path to the asset directory + - `asset_name` (str, optional): Name for the asset. Defaults to "source_data" + - `branch` (str, optional): Branch to publish to. Defaults to "main" + - `is_private` (bool, optional): Whether the repository should be private. Defaults to False +- **Example:** + ```python + pecha.publish( + asset_path=Path("./assets"), + asset_name="source_data", + branch="main", + is_private=False + ) + ``` + +### `Pecha.merge_pecha() -> None` +Merges the layers of a source pecha into the current pecha. + +- **Parameters:** + - `source_pecha` (Pecha): The source Pecha instance + - `source_base_name` (str): The base name of the source pecha + - `target_base_name` (str): The base name of the target (current) pecha +- **Example:** + ```python + pecha.merge_pecha(source_pecha, "source_base", "target_base") + ``` + + +### `JsonSerializer.get_base(pecha: Pecha) -> str` +Returns the base text from the first base in the given Pecha. + +- **Parameters:** + - `pecha` (Pecha): The Pecha object to extract the base from +- **Returns:** str containing the base text +- **Example:** + ```python + from openpecha.pecha.serializers.json_serializer import JsonSerializer + base = JsonSerializer().get_base(pecha) + ``` + +### `JsonSerializer.to_dict(ann_store: AnnotationStore, ann_type: AnnotationType) -> list[dict]` +Converts an AnnotationStore to a list of annotation dictionaries for the given annotation type. + +- **Parameters:** + - `ann_store` (AnnotationStore): The annotation store to convert + - `ann_type` (AnnotationType): The type of annotation +- **Returns:** List of annotation dictionaries +- **Example:** + ```python + anns = JsonSerializer.to_dict(ann_store, AnnotationType.SEGMENTATION) + ``` + +### `JsonSerializer.get_edition_base(pecha: Pecha, edition_layer_path: str) -> str` +Constructs a new base text by applying version variant operations (insertions/deletions) from an edition layer. + +- **Parameters:** + - `pecha` (Pecha): The Pecha object + - `edition_layer_path` (str): Path to the edition layer file +- **Returns:** str containing the constructed edition base text +- **Example:** + ```python + from openpecha.pecha.serializers.json import JsonSerializer + edition_base = JsonSerializer().get_edition_base(pecha, "4C00/version-9D95.json") + ``` + +### `JsonSerializer.get_layer_paths(pecha: Pecha, annotations: list[dict]) -> list[str]` +Extracts layer paths from a Pecha based on annotation information. + +- **Parameters:** + - `pecha` (Pecha): The Pecha object + - `annotations` (list[dict]): List of annotation dictionaries with 'type' and 'name' keys +- **Returns:** List of layer paths +- **Example:** + ```python + from openpecha.pecha.serializers.json import JsonSerializer + annotations = [{"type": "segmentation", "name": "4FD1"}] + layer_paths = JsonSerializer().get_layer_paths(pecha, annotations) + ``` + +### `JsonSerializer.serialize(pecha: Pecha, manifestation_info: dict = None) -> dict` +Serializes a Pecha with its annotations based on manifestation information, returning base text and annotations. + +- **Parameters:** + - `pecha` (Pecha): The Pecha object to serialize + - `manifestation_info` (dict, optional): Dictionary containing annotation information +- **Returns:** Dictionary with keys `base` (str) and `annotations` (dict of annotation lists) +- **Example:** + ```python + from openpecha.pecha.serializers.json import JsonSerializer + manifestation_info = { + "annotations": [{"type": "segmentation", "name": "4FD1"}] + } + result = JsonSerializer().serialize(pecha, manifestation_info) + ``` + +### `JsonSerializer.serialize_edition_annotations(pecha: Pecha, edition_layer_path: str, layer_path: str) -> dict` +Serializes annotations that are based on an edition base rather than the original base. + +- **Parameters:** + - `pecha` (Pecha): The Pecha object + - `edition_layer_path` (str): Path to the edition layer file + - `layer_path` (str): Path to the layer file to serialize +- **Returns:** Dictionary with keys `base` (str) and `annotations` (dict of annotation lists) +- **Example:** + ```python + from openpecha.pecha.serializers.json import JsonSerializer + result = JsonSerializer().serialize_edition_annotations( + pecha, "4C00/version-9D95.json", "4C00/segmentation-4FD1.json" + ) + ``` + +### `DocxRootParser.parse() -> Tuple[Pecha, annotation_path]` +Parses a DOCX file and creates a Pecha object with annotations. + +- **Parameters:** + - `input` (str | Path): Path to the DOCX file to be parsed + - `annotation_type` (AnnotationType): Type of annotation to extract (SEGMENTATION or ALIGNMENT) + - `metadata` (Dict): Dictionary containing metadata for the Pecha + - `output_path` (Path, optional): Directory where the Pecha should be created. Defaults to PECHAS_PATH + - `pecha_id` (str | None, optional): Custom Pecha ID. If not provided, a new ID will be generated +- **Returns:** Tuple containing: + - Pecha: The created Pecha instance + - annotation_path: Path to the created annotation layer file +- **Example:** + ```python + from pathlib import Path + from openpecha.pecha.layer import AnnotationType + from openpecha.pecha.parsers.docx.root import DocxRootParser + + parser = DocxRootParser() + pecha, layer_path = parser.parse( + input="path/to/file.docx", + annotation_type=AnnotationType.SEGMENTATION, + metadata={"title": "Sample Title"}, + output_path=Path("./output") + ) + ``` + +### `DocxRootParser.extract_anns() -> Tuple[List[BaseAnnotation], str]` +Extracts text and annotations from a DOCX file. + +- **Parameters:** + - `docx_file` (Path): Path to the DOCX file + - `annotation_type` (AnnotationType): Type of annotation to extract (SEGMENTATION or ALIGNMENT) +- **Returns:** Tuple containing: + - List[BaseAnnotation]: List of extracted annotations + - str: The extracted base text +- **Example:** + ```python + from pathlib import Path + from openpecha.pecha.layer import AnnotationType + from openpecha.pecha.parsers.docx.root import DocxRootParser + + parser = DocxRootParser() + anns, base = parser.extract_anns( + Path("path/to/file.docx"), + AnnotationType.SEGMENTATION + ) + ``` + +### `DocxRootParser.extract_segmentation_anns() -> Tuple[List[SegmentationAnnotation], str]` +Extracts segmentation annotations from numbered text. + +- **Parameters:** + - `numbered_text` (Dict[str, str]): Dictionary mapping segment numbers to text content +- **Returns:** Tuple containing: + - List[SegmentationAnnotation]: List of segmentation annotations + - str: The concatenated base text +- **Example:** + ```python + from openpecha.pecha.parsers.docx.root import DocxRootParser + + parser = DocxRootParser() + numbered_text = { + "1": "First segment", + "2": "Second segment" + } + anns, base = parser.extract_segmentation_anns(numbered_text) + ``` + +### `DocxRootParser.extract_alignment_anns() -> Tuple[List[AlignmentAnnotation], str]` +Extracts alignment annotations from numbered text. + +- **Parameters:** + - `numbered_text` (Dict[str, str]): Dictionary mapping segment numbers to text content +- **Returns:** Tuple containing: + - List[AlignmentAnnotation]: List of alignment annotations + - str: The concatenated base text +- **Example:** + ```python + from openpecha.pecha.parsers.docx.root import DocxRootParser + + parser = DocxRootParser() + numbered_text = { + "1": "First segment", + "2": "Second segment" + } + anns, base = parser.extract_alignment_anns(numbered_text) + ``` + +### `DocxSimpleCommentaryParser.parse() -> Tuple[Pecha, annotation_path]` +Parses a DOCX file and creates a commentary Pecha object with annotations. + +- **Parameters:** + - `input` (str | Path): Path to the DOCX file to be parsed + - `annotation_type` (AnnotationType): Type of annotation to extract (SEGMENTATION or ALIGNMENT) + - `metadata` (Dict[str, Any]): Dictionary containing metadata for the Pecha + - `output_path` (Path, optional): Directory where the Pecha should be created. Defaults to PECHAS_PATH + - `pecha_id` (str | None, optional): Custom Pecha ID. If not provided, a new ID will be generated +- **Returns:** Tuple containing: + - Pecha: The created Pecha instance + - annotation_path: Path to the created annotation layer file +- **Example:** + ```python + from pathlib import Path + from openpecha.pecha.layer import AnnotationType + from openpecha.pecha.parsers.docx.commentary.simple import DocxSimpleCommentaryParser + + parser = DocxSimpleCommentaryParser() + pecha, layer_path = parser.parse( + input="path/to/commentary.docx", + annotation_type=AnnotationType.ALIGNMENT, + metadata={"title": "Commentary Title", "type": "commentary", "parent": "P0001"}, + output_path=Path("./output") + ) + ``` + +### `DocxSimpleCommentaryParser.extract_anns() -> Tuple[List[BaseAnnotation], str]` +Extracts text and annotations from a commentary DOCX file. + +- **Parameters:** + - `docx_file` (Path): Path to the DOCX file + - `annotation_type` (AnnotationType): Type of annotation to extract (SEGMENTATION or ALIGNMENT) +- **Returns:** Tuple containing: + - List[BaseAnnotation]: List of extracted annotations + - str: The extracted base text +- **Example:** + ```python + from pathlib import Path + from openpecha.pecha.layer import AnnotationType + from openpecha.pecha.parsers.docx.commentary.simple import DocxSimpleCommentaryParser + + parser = DocxSimpleCommentaryParser() + anns, base = parser.extract_anns( + Path("path/to/commentary.docx"), + AnnotationType.ALIGNMENT + ) + ``` + +### `DocxSimpleCommentaryParser.extract_segmentation_anns() -> Tuple[List[SegmentationAnnotation], str]` +Extracts segmentation annotations from numbered commentary text. + +- **Parameters:** + - `numbered_text` (Dict[str, str]): Dictionary mapping segment numbers to text content +- **Returns:** Tuple containing: + - List[SegmentationAnnotation]: List of segmentation annotations + - str: The concatenated base text +- **Example:** + ```python + from openpecha.pecha.parsers.docx.commentary.simple import DocxSimpleCommentaryParser + + parser = DocxSimpleCommentaryParser() + numbered_text = { + "1": "First commentary segment", + "2": "Second commentary segment" + } + anns, base = parser.extract_segmentation_anns(numbered_text) + ``` + +### `DocxSimpleCommentaryParser.extract_alignment_anns() -> Tuple[List[AlignmentAnnotation], str]` +Extracts alignment annotations from numbered commentary text, handling root text references. + +- **Parameters:** + - `numbered_text` (Dict[str, str]): Dictionary mapping segment numbers to text content +- **Returns:** Tuple containing: + - List[AlignmentAnnotation]: List of alignment annotations with root text references + - str: The concatenated base text +- **Example:** + ```python + from openpecha.pecha.parsers.docx.commentary.simple import DocxSimpleCommentaryParser + + parser = DocxSimpleCommentaryParser() + numbered_text = { + "1": "1-2 First commentary segment", + "2": "3-4 Second commentary segment" + } + anns, base = parser.extract_alignment_anns(numbered_text) + ``` +- **Note:** The commentary text can include root text references in the format "1-2 Commentary text" where "1-2" refers to the root text segments being commented on. + +### `DocxAnnotationParser.add_annotation() -> Tuple[Pecha, annotation_path]` +Adds annotations to an existing Pecha from a DOCX file. + +- **Parameters:** + - `pecha` (Pecha): The Pecha instance to add annotations to + - `type` (AnnotationType | str): Type of annotation to extract (ALIGNMENT, SEGMENTATION, or FOOTNOTE) + - `docx_file` (Path): Path to the DOCX file containing annotations + - `metadatas` (List[Any]): List of metadata objects to determine if the Pecha is root-related +- **Returns:** Tuple containing: + - Pecha: The updated Pecha instance + - annotation_path: Path to the created annotation layer file +- **Example:** + ```python + from pathlib import Path + from openpecha.pecha.layer import AnnotationType + from openpecha.pecha.parsers.docx.annotation import DocxAnnotationParser + + parser = DocxAnnotationParser() + pecha, layer_path = parser.add_annotation( + pecha=existing_pecha, + type=AnnotationType.FOOTNOTE, + docx_file=Path("path/to/annotations.docx"), + metadatas=[metadata] + ) + ``` +- **Note:** + - The parser supports three types of annotations: ALIGNMENT, SEGMENTATION, and FOOTNOTE + - For FOOTNOTE annotations, it uses DocxFootnoteParser + - For root-related Pechas, it uses DocxRootParser + - For other cases, it uses DocxSimpleCommentaryParser + - The coordinates of annotations are automatically updated to match the base text + +### `DocxAnnotationUpdate.extract_layer_name() -> str` +Extracts the layer name from a layer path. + +- **Parameters:** + - `layer_path` (str): Path to the layer file +- **Returns:** str containing the layer name (filename without extension) +- **Example:** + ```python + updater = DocxAnnotationUpdate() + layer_name = updater.extract_layer_name("path/to/segmentation-1234.json") + print(layer_name) # "segmentation-1234" + ``` + +### `DocxAnnotationUpdate.extract_layer_id() -> str` +Extracts the layer ID from a layer path. + +- **Parameters:** + - `layer_path` (str): Path to the layer file +- **Returns:** str containing the layer ID (last part of the filename after the hyphen) +- **Example:** + ```python + updater = DocxAnnotationUpdate() + layer_id = updater.extract_layer_id("path/to/segmentation-1234.json") + print(layer_id) # "1234" + ``` + +### `DocxAnnotationUpdate.extract_layer_enum() -> AnnotationType` +Extracts the annotation type from a layer path. + +- **Parameters:** + - `layer_path` (str): Path to the layer file +- **Returns:** AnnotationType enum value corresponding to the layer type +- **Example:** + ```python + updater = DocxAnnotationUpdate() + layer_type = updater.extract_layer_enum("path/to/segmentation-1234.json") + print(layer_type) # AnnotationType.SEGMENTATION + ``` + +### `DocxAnnotationUpdate.update_annotation() -> Pecha` +Updates annotations in an existing Pecha from a DOCX file while preserving the layer ID. + +- **Parameters:** + - `pecha` (Pecha): The Pecha instance to update annotations in + - `annotation_path` (str): Path to the existing annotation layer file + - `docx_file` (Path): Path to the DOCX file containing new annotations + - `metadatas` (List[Any]): List of metadata objects to determine if the Pecha is root-related +- **Returns:** Updated Pecha instance +- **Example:** + ```python + from pathlib import Path + from openpecha.pecha.parsers.docx.update import DocxAnnotationUpdate + + updater = DocxAnnotationUpdate() + updated_pecha = updater.update_annotation( + pecha=existing_pecha, + annotation_path="path/to/segmentation-1234.json", + docx_file=Path("path/to/updated_annotations.docx"), + metadatas=[metadata] + ) + ``` +- **Note:** + - The method preserves the original layer ID when updating annotations + - It automatically determines the annotation type from the existing layer path + - Uses DocxAnnotationParser internally to handle the actual annotation update + +### `TranslationAlignmentTransfer.is_empty() -> bool` +Checks if a text string is empty (contains only whitespace and newlines). + +- **Parameters:** + - `text` (str): The text to check +- **Returns:** bool indicating if the text is empty +- **Example:** + ```python + transfer = TranslationAlignmentTransfer() + is_empty = transfer.is_empty(" \n ") # True + is_empty = transfer.is_empty("Some text") # False + ``` + +### `TranslationAlignmentTransfer.get_segmentation_ann_path() -> Path` +Gets the path to the first segmentation layer JSON file in a Pecha. + +- **Parameters:** + - `pecha` (Pecha): The Pecha instance to search in +- **Returns:** Path object pointing to the segmentation layer file +- **Example:** + ```python + transfer = TranslationAlignmentTransfer() + seg_path = transfer.get_segmentation_ann_path(pecha) + ``` + +### `TranslationAlignmentTransfer.map_layer_to_layer() -> Dict[int, List[int]]` +Maps annotations from source layer to target layer based on span overlap or containment. + +- **Parameters:** + - `src_layer` (AnnotationStore): Source annotation layer + - `tgt_layer` (AnnotationStore): Target annotation layer +- **Returns:** Dictionary mapping source indices to lists of target indices +- **Example:** + ```python + transfer = TranslationAlignmentTransfer() + mapping = transfer.map_layer_to_layer(source_layer, target_layer) + ``` +- **Note:** + - Maps based on span overlap or containment + - Excludes edge overlaps + - Returns a sorted dictionary + +### `TranslationAlignmentTransfer.get_root_pechas_mapping() -> Dict[int, List[int]]` +Gets mapping from a Pecha's alignment layer to its segmentation layer. + +- **Parameters:** + - `pecha` (Pecha): The Pecha instance + - `alignment_id` (str): ID of the alignment layer +- **Returns:** Dictionary mapping alignment indices to segmentation indices +- **Example:** + ```python + transfer = TranslationAlignmentTransfer() + mapping = transfer.get_root_pechas_mapping(pecha, "alignment-1234.json") + ``` + +### `TranslationAlignmentTransfer.get_translation_pechas_mapping() -> Dict[int, List]` +Gets mapping from segmentation to alignment layer in a translation Pecha. + +- **Parameters:** + - `pecha` (Pecha): The translation Pecha instance + - `alignment_id` (str): ID of the alignment layer + - `segmentation_id` (str): ID of the segmentation layer +- **Returns:** Dictionary mapping segmentation indices to alignment indices +- **Example:** + ```python + transfer = TranslationAlignmentTransfer() + mapping = transfer.get_translation_pechas_mapping( + pecha, + "alignment-1234.json", + "segmentation-5678.json" + ) + ``` + +### `TranslationAlignmentTransfer.mapping_to_text_list() -> List[str]` +Flattens a mapping from translation to root text into a list of texts. + +- **Parameters:** + - `mapping` (Dict[int, List[str]]): Mapping of indices to text lists +- **Returns:** List of texts, with empty strings for missing indices +- **Example:** + ```python + transfer = TranslationAlignmentTransfer() + texts = transfer.mapping_to_text_list({1: ["text1"], 3: ["text2"]}) + # ["text1", "", "text2"] + ``` + +### `TranslationAlignmentTransfer.get_serialized_translation_alignment() -> List[str]` +Serializes root translation alignment text mapped to root segmentation text. + +- **Parameters:** + - `root_pecha` (Pecha): The root Pecha instance + - `root_alignment_id` (str): ID of the root alignment layer + - `root_translation_pecha` (Pecha): The translation Pecha instance + - `translation_alignment_id` (str): ID of the translation alignment layer +- **Returns:** List of texts aligned with root segmentation +- **Example:** + ```python + transfer = TranslationAlignmentTransfer() + texts = transfer.get_serialized_translation_alignment( + root_pecha, + "alignment-1234.json", + translation_pecha, + "alignment-5678.json" + ) + ``` + +### `TranslationAlignmentTransfer.get_serialized_translation_segmentation() -> List[str]` +Serializes root translation segmentation text mapped to root segmentation text. + +- **Parameters:** + - `root_pecha` (Pecha): The root Pecha instance + - `root_alignment_id` (str): ID of the root alignment layer + - `translation_pecha` (Pecha): The translation Pecha instance + - `translation_alignment_id` (str): ID of the translation alignment layer + - `translation_segmentation_id` (str): ID of the translation segmentation layer +- **Returns:** List of texts aligned with root segmentation +- **Example:** + ```python + transfer = TranslationAlignmentTransfer() + texts = transfer.get_serialized_translation_segmentation( + root_pecha, + "alignment-1234.json", + translation_pecha, + "alignment-5678.json", + "segmentation-9012.json" + ) + ``` + + +### `CommentaryAlignmentTransfer.is_valid_ann() -> bool` +Checks if an annotation is valid (exists and has non-empty text). + +- **Parameters:** + - `anns` (Dict[int, Dict[str, Any]]): Dictionary of annotations + - `idx` (int): Index to check +- **Returns:** bool indicating if the annotation is valid +- **Example:** + ```python + transfer = CommentaryAlignmentTransfer() + is_valid = transfer.is_valid_ann(annotations, 1) + ``` + +### `CommentaryAlignmentTransfer.get_segmentation_ann_path() -> Path` +Gets the path to the first segmentation layer JSON file in a Pecha. + +- **Parameters:** + - `pecha` (Pecha): The Pecha instance to search in +- **Returns:** Path object pointing to the segmentation layer file +- **Example:** + ```python + transfer = CommentaryAlignmentTransfer() + seg_path = transfer.get_segmentation_ann_path(pecha) + ``` + +### `CommentaryAlignmentTransfer.index_annotations_by_root() -> Dict[int, Dict[str, Any]]` +Indexes annotations by their root index. + +- **Parameters:** + - `anns` (List[Dict[str, Any]]): List of annotation dictionaries +- **Returns:** Dictionary mapping root indices to annotation dictionaries +- **Example:** + ```python + transfer = CommentaryAlignmentTransfer() + indexed_anns = transfer.index_annotations_by_root(annotations) + ``` + +### `CommentaryAlignmentTransfer.map_layer_to_layer() -> Dict[int, List[int]]` +Maps annotations from source layer to target layer based on span overlap or containment. + +- **Parameters:** + - `src_layer` (AnnotationStore): Source annotation layer + - `tgt_layer` (AnnotationStore): Target annotation layer +- **Returns:** Dictionary mapping source indices to lists of target indices +- **Example:** + ```python + transfer = CommentaryAlignmentTransfer() + mapping = transfer.map_layer_to_layer(source_layer, target_layer) + ``` +- **Note:** + - Maps based on span overlap or containment + - Excludes edge overlaps + - Returns a sorted dictionary + - Handles complex alignment indices (e.g., "1,2-4") + +### `CommentaryAlignmentTransfer.get_root_pechas_mapping() -> Dict[int, List[int]]` +Gets mapping from a Pecha's alignment layer to its segmentation layer. + +- **Parameters:** + - `pecha` (Pecha): The Pecha instance + - `alignment_id` (str): ID of the alignment layer +- **Returns:** Dictionary mapping alignment indices to segmentation indices +- **Example:** + ```python + transfer = CommentaryAlignmentTransfer() + mapping = transfer.get_root_pechas_mapping(pecha, "alignment-1234.json") + ``` + +### `CommentaryAlignmentTransfer.get_commentary_pechas_mapping() -> Dict[int, List[int]]` +Gets mapping from commentary Pecha's segmentation layer to alignment layer. + +- **Parameters:** + - `pecha` (Pecha): The commentary Pecha instance + - `alignment_id` (str): ID of the alignment layer + - `segmentation_id` (str): ID of the segmentation layer +- **Returns:** Dictionary mapping segmentation indices to alignment indices +- **Example:** + ```python + transfer = CommentaryAlignmentTransfer() + mapping = transfer.get_commentary_pechas_mapping( + pecha, + "alignment-1234.json", + "segmentation-5678.json" + ) + ``` + +### `CommentaryAlignmentTransfer.get_serialized_commentary() -> List[str]` +Serializes commentary annotations with root/segmentation mapping and formatting. + +- **Parameters:** + - `root_pecha` (Pecha): The root Pecha instance + - `root_alignment_id` (str): ID of the root alignment layer + - `commentary_pecha` (Pecha): The commentary Pecha instance + - `commentary_alignment_id` (str): ID of the commentary alignment layer +- **Returns:** List of formatted commentary texts +- **Example:** + ```python + transfer = CommentaryAlignmentTransfer() + texts = transfer.get_serialized_commentary( + root_pecha, + "alignment-1234.json", + commentary_pecha, + "alignment-5678.json" + ) + ``` + +### `CommentaryAlignmentTransfer.get_serialized_commentary_segmentation() -> List[str]` +Serializes commentary segmentation annotations with root/segmentation mapping and formatting. + +- **Parameters:** + - `root_pecha` (Pecha): The root Pecha instance + - `root_alignment_id` (str): ID of the root alignment layer + - `commentary_pecha` (Pecha): The commentary Pecha instance + - `commentary_alignment_id` (str): ID of the commentary alignment layer + - `commentary_segmentation_id` (str): ID of the commentary segmentation layer +- **Returns:** List of formatted commentary texts +- **Example:** + ```python + transfer = CommentaryAlignmentTransfer() + texts = transfer.get_serialized_commentary_segmentation( + root_pecha, + "alignment-1234.json", + commentary_pecha, + "alignment-5678.json", + "segmentation-9012.json" + ) + ``` + +### `CommentaryAlignmentTransfer.format_serialized_commentary() -> str` +Formats a commentary text with chapter and segment information. + +- **Parameters:** + - `chapter_num` (int): Chapter number + - `seg_idx` (int): Segment index + - `text` (str): Commentary text +- **Returns:** Formatted string in the format "text" +- **Example:** + ```python + transfer = CommentaryAlignmentTransfer() + formatted = transfer.format_serialized_commentary(1, 2, "Commentary text") + # "<1><2>Commentary text" + ``` + +### `CommentaryAlignmentTransfer.process_commentary_ann() -> str | None` +Processes a single commentary annotation and returns the serialized string. + +- **Parameters:** + - `ann` (dict): The commentary annotation to process + - `root_anns` (dict): Dictionary of root annotations + - `root_map` (dict): Mapping from root alignment to segmentation + - `root_segmentation_anns` (dict): Dictionary of root segmentation annotations +- **Returns:** Formatted commentary string or None if not valid +- **Example:** + ```python + transfer = CommentaryAlignmentTransfer() + result = transfer.process_commentary_ann( + commentary_ann, + root_anns, + root_map, + root_segmentation_anns + ) + ``` diff --git a/docs/background.md b/docs/background.md index 9e22fc95..eb789fd0 100644 --- a/docs/background.md +++ b/docs/background.md @@ -1,18 +1,18 @@ - -# Background - -This toolkit is designed for storing and managing Tibetan Buddhist texts and essential annotations. It ensures efficient data retrieval to support both educational use and AI model training. By preserving and organizing these sacred texts, our goal is to promote deeper learning and research, thereby fostering a broader understanding of Tibetan Buddhist teachings. - -### STAM -STAM stands for Stand-off Text Annotation Model. It is a data model in which all information related to a text is represented as separate annotations. STAM allows annotations to be stored in a structured and flexible format, making them easy to manage, access, and update. We have chosen STAM as the annotation model for this toolkit because it aligns with our goals and meets our requirements. - -### Pecha -Traditionally, Pecha refers to a Tibetan book format consisting of loose-leaf pages stacked between two wooden boards and wrapped in cloth. In this toolkit, however, we define Pecha as a data model used to store and manage Tibetan Buddhist texts and their annotations. In our context, a Pecha represents a collection of texts along with their corresponding annotations. - -### Annotations -Annotations provide additional information about the text. They are stored separately from the main text to allow for easier access, management, and modification. Various types of annotations are supported, including: Segmentation, Alignment, Pagination, Footnotes and more.These annotations enrich the text and enable advanced use cases like linguistic analysis, translation, and research. - - -### Alignment -Alignment refers to mapping relationships between two or more texts. This process is crucial for creating parallel texts, which are widely used in translation, commentary analysis, and language learning. Alignments help link corresponding sections across different versions or types of texts—whether it's between a root text and its translation, a commentary, or other related materials. - + +# Background + +This toolkit is designed for storing and managing Tibetan Buddhist texts and essential annotations. It ensures efficient data retrieval to support both educational use and AI model training. By preserving and organizing these sacred texts, our goal is to promote deeper learning and research, thereby fostering a broader understanding of Tibetan Buddhist teachings. + +### STAM +STAM stands for Stand-off Text Annotation Model. It is a data model in which all information related to a text is represented as separate annotations. STAM allows annotations to be stored in a structured and flexible format, making them easy to manage, access, and update. We have chosen STAM as the annotation model for this toolkit because it aligns with our goals and meets our requirements. + +### Pecha +Traditionally, Pecha refers to a Tibetan book format consisting of loose-leaf pages stacked between two wooden boards and wrapped in cloth. In this toolkit, however, we define Pecha as a data model used to store and manage Tibetan Buddhist texts and their annotations. In our context, a Pecha represents a collection of texts along with their corresponding annotations. + +### Annotations +Annotations provide additional information about the text. They are stored separately from the main text to allow for easier access, management, and modification. Various types of annotations are supported, including: Segmentation, Alignment, Pagination, Footnotes and more.These annotations enrich the text and enable advanced use cases like linguistic analysis, translation, and research. + + +### Alignment +Alignment refers to mapping relationships between two or more texts. This process is crucial for creating parallel texts, which are widely used in translation, commentary analysis, and language learning. Alignments help link corresponding sections across different versions or types of texts—whether it's between a root text and its translation, a commentary, or other related materials. + diff --git a/docs/conf.py b/docs/conf.py index 493be7bf..efe3b640 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,54 +1,54 @@ -import os -import sys - -sys.path.insert(0, os.path.abspath("..")) - -project = "OpenPecha Toolkit" -copyright = "2024, OpenPecha" -author = "OpenPecha" - -# The full version, including alpha/beta/rc tags -release = "2.1.13" - -# The short X.Y version -version = "2.1" - -# The master toctree document -master_doc = "index" - -extensions = [ - "myst_parser", - "sphinx.ext.autodoc", - "sphinx.ext.napoleon", - "sphinx.ext.viewcode", - "sphinx.ext.intersphinx", -] - -templates_path = ["_templates"] -exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"] - -html_theme = "sphinx_rtd_theme" -html_static_path = ["_static"] - -# Enable MyST features -myst_enable_extensions = [ - "amsmath", - "colon_fence", - "deflist", - "dollarmath", - "html_image", - "html_admonition", - "replacements", - "smartquotes", - "substitution", - "tasklist", -] - -# Intersphinx configuration -intersphinx_mapping = { - "python": ("https://docs.python.org/3", None), -} - -# MyST configuration -myst_heading_anchors = 3 -myst_all_links_external = False +import os +import sys + +sys.path.insert(0, os.path.abspath("..")) + +project = "OpenPecha Toolkit" +copyright = "2024, OpenPecha" +author = "OpenPecha" + +# The full version, including alpha/beta/rc tags +release = "2.1.13" + +# The short X.Y version +version = "2.1" + +# The master toctree document +master_doc = "index" + +extensions = [ + "myst_parser", + "sphinx.ext.autodoc", + "sphinx.ext.napoleon", + "sphinx.ext.viewcode", + "sphinx.ext.intersphinx", +] + +templates_path = ["_templates"] +exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"] + +html_theme = "sphinx_rtd_theme" +html_static_path = ["_static"] + +# Enable MyST features +myst_enable_extensions = [ + "amsmath", + "colon_fence", + "deflist", + "dollarmath", + "html_image", + "html_admonition", + "replacements", + "smartquotes", + "substitution", + "tasklist", +] + +# Intersphinx configuration +intersphinx_mapping = { + "python": ("https://docs.python.org/3", None), +} + +# MyST configuration +myst_heading_anchors = 3 +myst_all_links_external = False diff --git a/docs/getting-started.md b/docs/getting-started.md index 3a2edd5c..8d7fd50c 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -1,53 +1,53 @@ -# Getting started - - - -## 1. Prerequisites - -```Python version >=3.10``` - -## 2. Installation -**Stable version:** -```bash -pip install openpecha -``` - -**Development version:** -```bash -pip install git+https://github.com/OpenPecha/toolkit-v2.git -``` - -## 3. Load Pecha - -```python -from pathlib import Path -from openpecha.pecha import Pecha - -pecha_path = Path("I34515448") -pecha = Pecha.from_path(pecha_path) -``` - -## 4. Read Annotations -This step shows how to access and iterate over annotations (e.g., segmentation, alignment) stored in a specific layer file using the STAM-based AnnotationStore. - - -```python -from openpecha.pecha.serializers.json_serializer import JsonSerializer - -serializer = JsonSerializer() -layer_path = "B5FE/segmentation-4FD1.json" -annotations = serializer.get_annotations( - pecha=pecha, layer_paths=layer_path -) - -``` - -## 5. Reach out to us -If you encounter any issues, please create an issue [here](https://github.com/OpenPecha/toolkit-v2/issues/new). -You can also contact us -- [@10zinten](https://github.com/10zinten) -- [@tsundue](https://github.com/tenzin3) -- [@ta4tsering](https://github.com/ta4tsering) - - - +# Getting started + + + +## 1. Prerequisites + +```Python version >=3.10``` + +## 2. Installation +**Stable version:** +```bash +pip install openpecha +``` + +**Development version:** +```bash +pip install git+https://github.com/OpenPecha/toolkit-v2.git +``` + +## 3. Load Pecha + +```python +from pathlib import Path +from openpecha.pecha import Pecha + +pecha_path = Path("I34515448") +pecha = Pecha.from_path(pecha_path) +``` + +## 4. Read Annotations +This step shows how to access and iterate over annotations (e.g., segmentation, alignment) stored in a specific layer file using the STAM-based AnnotationStore. + + +```python +from openpecha.pecha.serializers.json_serializer import JsonSerializer + +serializer = JsonSerializer() +layer_path = "B5FE/segmentation-4FD1.json" +annotations = serializer.get_annotations( + pecha=pecha, layer_paths=layer_path +) + +``` + +## 5. Reach out to us +If you encounter any issues, please create an issue [here](https://github.com/OpenPecha/toolkit-v2/issues/new). +You can also contact us +- [@10zinten](https://github.com/10zinten) +- [@tsundue](https://github.com/tenzin3) +- [@ta4tsering](https://github.com/ta4tsering) + + + diff --git a/docs/index.html b/docs/index.html index 08ef899a..c7c2ff33 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1,45 +1,45 @@ - - - - - Tool name - - - - - - - - - - -
- - - - - - - - - - + + + + + Tool name + + + + + + + + + + +
+ + + + + + + + + + diff --git a/docs/index.rst b/docs/index.rst index 75f70e65..f35ac3b5 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,22 +1,22 @@ -Welcome to OpenPecha Toolkit's documentation! -========================================= - -.. toctree:: - :maxdepth: 2 - :caption: Contents: - - getting-started - usage - tutorials - api-references - background - pecha - Parsers/chonjuk-parser - LICENSE - -Indices and tables -================== - -* :ref:`genindex` -* :ref:`modindex` +Welcome to OpenPecha Toolkit's documentation! +========================================= + +.. toctree:: + :maxdepth: 2 + :caption: Contents: + + getting-started + usage + tutorials + api-references + background + pecha + Parsers/chonjuk-parser + LICENSE + +Indices and tables +================== + +* :ref:`genindex` +* :ref:`modindex` * :ref:`search` \ No newline at end of file diff --git a/docs/requirements.txt b/docs/requirements.txt index 915882ef..d4ce210f 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,4 @@ -sphinx>=7.0.0 -sphinx-rtd-theme>=1.3.0 -myst-parser>=2.0.0 +sphinx>=7.0.0 +sphinx-rtd-theme>=1.3.0 +myst-parser>=2.0.0 sphinx-autodoc-typehints>=1.25.0 \ No newline at end of file diff --git a/docs/tutorials.md b/docs/tutorials.md index 4fb2dd8a..cc037b27 100644 --- a/docs/tutorials.md +++ b/docs/tutorials.md @@ -1,293 +1,293 @@ -# Tutorials - -## A Story of Parsing, Annotating, and Serializing Tibetan Text - -Let's follow a story of how we can process a Tibetan text through our pipeline. We'll use a simple example of a Tibetan verse with its translation. - -### Our Sample Data - -Let's say we have this Tibetan text with its English translation: - -```text -བདེ་གཤེགས་སྤྱན་རས་གཟིགས་དབང་ཕྱུག་ལ་ཕྱག་འཚལ་ལོ། ། -I pay homage to the Lord Avalokiteśvara. - -དེ་ཡི་མཚན་ཉིད་རྣམས་ནི་མཐོང་བ་མེད། ། -His characteristics cannot be seen. - -དེ་ཡི་སྐུ་ནི་མཐོང་བ་མེད། ། -His body cannot be seen. - -དེ་ཡི་ཡི་གེ་ནི་མཐོང་བ་མེད། ། -His letters cannot be seen. -``` - -### Chapter 1: The Parser's Tale - -Our parser's job is to break this text into meaningful segments. Let's create a parser that understands Tibetan verses: - -```python -from typing import List, Dict, Any -from openpecha.pecha import Pecha -from openpecha.pecha.annotations import AnnotationModel, AnnotationType - -class TibetanVerseParser: - def __init__(self): - self.segments = [] - self.current_position = 0 - - def parse(self, text: str) -> List[Dict[str, Any]]: - """ - Parse Tibetan text into verses and their translations. - """ - # Split by double newlines to separate verses - verses = text.split('\n\n') - - for verse in verses: - # Split into Tibetan and English - lines = verse.strip().split('\n') - if len(lines) >= 2: - tibetan = lines[0].strip() - english = lines[1].strip() - - # Create segment for Tibetan text - tibetan_segment = { - 'text': tibetan, - 'start': self.current_position, - 'end': self.current_position + len(tibetan), - 'type': 'tibetan' - } - self.current_position += len(tibetan) + 1 - - # Create segment for English translation - english_segment = { - 'text': english, - 'start': self.current_position, - 'end': self.current_position + len(english), - 'type': 'translation' - } - self.current_position += len(english) + 2 # +2 for the newlines - - self.segments.extend([tibetan_segment, english_segment]) - - return self.segments - -# Let's try our parser -parser = TibetanVerseParser() -segments = parser.parse(our_tibetan_text) -print("Parsed segments:", segments) -``` - -### Chapter 2: The Annotation Adventure - -Now that we have our segments, let's add annotations to mark them as Tibetan verses and translations: - -```python -def create_verse_annotations(pecha: Pecha, segments: List[Dict[str, Any]]) -> List[AnnotationModel]: - """ - Create annotations for Tibetan verses and their translations. - """ - annotations = [] - - for i, segment in enumerate(segments): - # Create text selector - text_selector = { - "@type": "TextSelector", - "resource": "base", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": segment['start'] - }, - "end": { - "@type": "BeginAlignedCursor", - "value": segment['end'] - } - } - } - - # Create annotation data - annotation_data = { - "@type": "AnnotationData", - "@id": f"verse_{i}", - "key": "verse_type", - "value": { - "@type": "String", - "value": segment['type'] - } - } - - # Create the annotation - annotation = { - "@type": "Annotation", - "@id": f"ann_{i}", - "target": text_selector, - "data": [annotation_data] - } - - annotations.append(annotation) - - return annotations - -# Create annotations -annotations = create_verse_annotations(pecha, segments) -print("Created annotations:", annotations) -``` - -### Chapter 3: The Serializer's Journey - -Finally, let's create a serializer to package everything together: - -```python -class TibetanVerseSerializer: - def __init__(self): - self.annotation_store = { - "@type": "AnnotationStore", - "@id": "tibetan_verse_store", - "resources": [ - { - "@type": "TextResource", - "@id": "base", - "@include": "verses.txt" - } - ], - "annotationsets": [ - { - "@type": "AnnotationDataSet", - "@id": "verse_annotation", - "keys": [ - { - "@type": "DataKey", - "@id": "verse_type" - } - ], - "data": [] - } - ], - "annotations": [] - } - - def serialize(self, pecha: Pecha, annotations: List[AnnotationModel]) -> Dict[str, Any]: - """ - Serialize the pecha and its annotations. - """ - # Add annotations to the store - self.annotation_store["annotations"] = annotations - - # Add annotation data to the dataset - for annotation in annotations: - for data in annotation["data"]: - self.annotation_store["annotationsets"][0]["data"].append(data) - - return self.annotation_store - -# Let's serialize our data -serializer = TibetanVerseSerializer() -serialized_data = serializer.serialize(pecha, annotations) - -# Save the serialized data -import json -with open('tibetan_verses.json', 'w', encoding='utf-8') as f: - json.dump(serialized_data, f, ensure_ascii=False, indent=2) -``` - -### The Final Output - -After running our pipeline, we get a JSON file that looks like this: - -```json -{ - "@type": "AnnotationStore", - "@id": "tibetan_verse_store", - "resources": [ - { - "@type": "TextResource", - "@id": "base", - "@include": "verses.txt" - } - ], - "annotationsets": [ - { - "@type": "AnnotationDataSet", - "@id": "verse_annotation", - "keys": [ - { - "@type": "DataKey", - "@id": "verse_type" - } - ], - "data": [ - { - "@type": "AnnotationData", - "@id": "verse_0", - "key": "verse_type", - "value": { - "@type": "String", - "value": "tibetan" - } - }, - { - "@type": "AnnotationData", - "@id": "verse_1", - "key": "verse_type", - "value": { - "@type": "String", - "value": "translation" - } - } - // ... more annotations ... - ] - } - ], - "annotations": [ - { - "@type": "Annotation", - "@id": "ann_0", - "target": { - "@type": "TextSelector", - "resource": "base", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 0 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 45 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "verse_0", - "set": "verse_annotation" - } - ] - } - // ... more annotations ... - ] -} -``` - -### Epilogue: What We've Learned - -In this story, we've seen how to: -1. Parse Tibetan text into meaningful segments -2. Add annotations to mark different types of content -3. Serialize everything into a structured format - -The resulting JSON file can be used by other tools to: -- Display the text with proper formatting -- Extract specific types of content -- Perform analysis on the text -- Create translations or other derived works - -Remember that this is just one way to process Tibetan text. You can extend this pipeline to handle more complex cases, such as: -- Multiple translations -- Commentary layers -- Cross-references -- Metadata about the text +# Tutorials + +## A Story of Parsing, Annotating, and Serializing Tibetan Text + +Let's follow a story of how we can process a Tibetan text through our pipeline. We'll use a simple example of a Tibetan verse with its translation. + +### Our Sample Data + +Let's say we have this Tibetan text with its English translation: + +```text +བདེ་གཤེགས་སྤྱན་རས་གཟིགས་དབང་ཕྱུག་ལ་ཕྱག་འཚལ་ལོ། ། +I pay homage to the Lord Avalokiteśvara. + +དེ་ཡི་མཚན་ཉིད་རྣམས་ནི་མཐོང་བ་མེད། ། +His characteristics cannot be seen. + +དེ་ཡི་སྐུ་ནི་མཐོང་བ་མེད། ། +His body cannot be seen. + +དེ་ཡི་ཡི་གེ་ནི་མཐོང་བ་མེད། ། +His letters cannot be seen. +``` + +### Chapter 1: The Parser's Tale + +Our parser's job is to break this text into meaningful segments. Let's create a parser that understands Tibetan verses: + +```python +from typing import List, Dict, Any +from openpecha.pecha import Pecha +from openpecha.pecha.annotations import AnnotationModel, AnnotationType + +class TibetanVerseParser: + def __init__(self): + self.segments = [] + self.current_position = 0 + + def parse(self, text: str) -> List[Dict[str, Any]]: + """ + Parse Tibetan text into verses and their translations. + """ + # Split by double newlines to separate verses + verses = text.split('\n\n') + + for verse in verses: + # Split into Tibetan and English + lines = verse.strip().split('\n') + if len(lines) >= 2: + tibetan = lines[0].strip() + english = lines[1].strip() + + # Create segment for Tibetan text + tibetan_segment = { + 'text': tibetan, + 'start': self.current_position, + 'end': self.current_position + len(tibetan), + 'type': 'tibetan' + } + self.current_position += len(tibetan) + 1 + + # Create segment for English translation + english_segment = { + 'text': english, + 'start': self.current_position, + 'end': self.current_position + len(english), + 'type': 'translation' + } + self.current_position += len(english) + 2 # +2 for the newlines + + self.segments.extend([tibetan_segment, english_segment]) + + return self.segments + +# Let's try our parser +parser = TibetanVerseParser() +segments = parser.parse(our_tibetan_text) +print("Parsed segments:", segments) +``` + +### Chapter 2: The Annotation Adventure + +Now that we have our segments, let's add annotations to mark them as Tibetan verses and translations: + +```python +def create_verse_annotations(pecha: Pecha, segments: List[Dict[str, Any]]) -> List[AnnotationModel]: + """ + Create annotations for Tibetan verses and their translations. + """ + annotations = [] + + for i, segment in enumerate(segments): + # Create text selector + text_selector = { + "@type": "TextSelector", + "resource": "base", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": segment['start'] + }, + "end": { + "@type": "BeginAlignedCursor", + "value": segment['end'] + } + } + } + + # Create annotation data + annotation_data = { + "@type": "AnnotationData", + "@id": f"verse_{i}", + "key": "verse_type", + "value": { + "@type": "String", + "value": segment['type'] + } + } + + # Create the annotation + annotation = { + "@type": "Annotation", + "@id": f"ann_{i}", + "target": text_selector, + "data": [annotation_data] + } + + annotations.append(annotation) + + return annotations + +# Create annotations +annotations = create_verse_annotations(pecha, segments) +print("Created annotations:", annotations) +``` + +### Chapter 3: The Serializer's Journey + +Finally, let's create a serializer to package everything together: + +```python +class TibetanVerseSerializer: + def __init__(self): + self.annotation_store = { + "@type": "AnnotationStore", + "@id": "tibetan_verse_store", + "resources": [ + { + "@type": "TextResource", + "@id": "base", + "@include": "verses.txt" + } + ], + "annotationsets": [ + { + "@type": "AnnotationDataSet", + "@id": "verse_annotation", + "keys": [ + { + "@type": "DataKey", + "@id": "verse_type" + } + ], + "data": [] + } + ], + "annotations": [] + } + + def serialize(self, pecha: Pecha, annotations: List[AnnotationModel]) -> Dict[str, Any]: + """ + Serialize the pecha and its annotations. + """ + # Add annotations to the store + self.annotation_store["annotations"] = annotations + + # Add annotation data to the dataset + for annotation in annotations: + for data in annotation["data"]: + self.annotation_store["annotationsets"][0]["data"].append(data) + + return self.annotation_store + +# Let's serialize our data +serializer = TibetanVerseSerializer() +serialized_data = serializer.serialize(pecha, annotations) + +# Save the serialized data +import json +with open('tibetan_verses.json', 'w', encoding='utf-8') as f: + json.dump(serialized_data, f, ensure_ascii=False, indent=2) +``` + +### The Final Output + +After running our pipeline, we get a JSON file that looks like this: + +```json +{ + "@type": "AnnotationStore", + "@id": "tibetan_verse_store", + "resources": [ + { + "@type": "TextResource", + "@id": "base", + "@include": "verses.txt" + } + ], + "annotationsets": [ + { + "@type": "AnnotationDataSet", + "@id": "verse_annotation", + "keys": [ + { + "@type": "DataKey", + "@id": "verse_type" + } + ], + "data": [ + { + "@type": "AnnotationData", + "@id": "verse_0", + "key": "verse_type", + "value": { + "@type": "String", + "value": "tibetan" + } + }, + { + "@type": "AnnotationData", + "@id": "verse_1", + "key": "verse_type", + "value": { + "@type": "String", + "value": "translation" + } + } + // ... more annotations ... + ] + } + ], + "annotations": [ + { + "@type": "Annotation", + "@id": "ann_0", + "target": { + "@type": "TextSelector", + "resource": "base", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 0 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 45 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "verse_0", + "set": "verse_annotation" + } + ] + } + // ... more annotations ... + ] +} +``` + +### Epilogue: What We've Learned + +In this story, we've seen how to: +1. Parse Tibetan text into meaningful segments +2. Add annotations to mark different types of content +3. Serialize everything into a structured format + +The resulting JSON file can be used by other tools to: +- Display the text with proper formatting +- Extract specific types of content +- Perform analysis on the text +- Create translations or other derived works + +Remember that this is just one way to process Tibetan text. You can extend this pipeline to handle more complex cases, such as: +- Multiple translations +- Commentary layers +- Cross-references +- Metadata about the text - And much more! \ No newline at end of file diff --git a/docs/usage.md b/docs/usage.md index fb6a1421..96b9beae 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -1,211 +1,211 @@ -# Getting Started & Usage Guide - -## Quickstart - -### I. Create Pecha -To create a new Pecha (an annotated text corpus), you can use the `Pecha.create` method directly, or use a parser (e.g., for DOCX files): - -```python -from pathlib import Path -from openpecha.pecha import Pecha - -# Create an empty Pecha in a given output directory -output_path = Path("./output") -pecha = Pecha.create(output_path) -``` - -Or, to create a Pecha after parsing: - -```python -from openpecha.pecha.parsers.docx.root import DocxRootParser -from openpecha.pecha.layer import AnnotationType - -parser = DocxRootParser() -pecha, annotation_path = parser.parse( - input="/path/to/file.docx", - annotation_type=AnnotationType.SEGMENTATION, - metadata={"title": {"en": "Sample Title"}, "language": "bo"}, - output_path=Path("/output_path/") -) -``` -### II. Load Pecha -You can load an existing Pecha either from a local path after downloading from the openpecha backend: - -```python -from openpecha.pecha import Pecha -from pathlib import Path - -# Load from local path -pecha = Pecha.from_path(Path("/path/to/pecha")) - -``` - -### III. Pecha Attributes -A `Pecha` object exposes several useful attributes: - -- `pecha.id`: The Pecha's unique ID, generated from 8 digits UUID -- `pecha.pecha_path`: Filesystem path to the Pecha -- `pecha.metadata`: Metadata object (see below) -- `pecha.bases`: Dictionary of base file names to text -- `pecha.layers`: Dictionary of annotation layers - - -### IV. Metadata -Each Pecha has a `metadata` attribute, which is a `PechaMetaData` object. Example fields include: - -- `id`: Pecha ID -- `title`: Title (can be a dict with language keys) -- `author`: Author(s) -- `language`: Language code (e.g., 'bo', 'en') -- `parser`: Name of the parser used -- `initial_creation_type`: How the Pecha was created (e.g., 'google_docx', 'ocr') -- `source_metadata`: Additional source info -- `copyright`, `licence`, etc. - -You can update metadata by passing a dictionary: - -```python -pecha.set_metadata({ - "title": {"en": "New Title"}, - "author": "Author Name", - # ... other fields ... -}) -``` - -### V. Base File -The base file is the plain text of the work. You can access and set base files: - -```python -# Get base text by name -base_text = pecha.get_base("base1") - -# Set a new base text -pecha.set_base("This is the text.", base_name="base1") -``` - -### VI. Annotations -Annotations are stored in layers, each corresponding to a type (segmentation, alignment, etc.). - -- To access all layers for a base: - -```python -for layer_name, layer_store in pecha.get_layers("base1"): - print(layer_name, layer_store) -``` - -- To add a new annotation layer: - -```python -from openpecha.pecha.layer import AnnotationType -layer, layer_path = pecha.add_layer("base1", AnnotationType.SEGMENTATION) -``` - -- To add an annotation to a layer: - -```python -from openpecha.pecha.annotations import Span, SegmentationAnnotation -ann = SegmentationAnnotation(span=Span(start=0, end=10), index=1) -pecha.add_annotation(layer, ann, AnnotationType.SEGMENTATION) -layer.save() -``` - -- To get annotation data: - -```python -from openpecha.pecha import get_anns -anns = get_anns(layer) -for ann in anns: - print(ann) -``` - -### VII. Alignment Transfer - -Alignment transfer allows you to map and serialize aligned segments between a root text and a commentary or translation Pecha. This is useful for exporting how commentary or translation segments correspond to the root text. - -#### Commentary Alignment Transfer - -To transfer alignment from a root Pecha to a commentary Pecha: - -```python -from openpecha.pecha import Pecha -from openpecha.alignment.commentary_transfer import CommentaryAlignmentTransfer - -# Load the root and commentary Pechas -root_pecha = Pecha.from_path("/path/to/root_pecha") -commentary_pecha = Pecha.from_path("/path/to/commentary_pecha") - -# Specify the alignment layer IDs (relative to the layer directory) -root_alignment_id = "B5FE/alignment-6707.json" -commentary_alignment_id = "B014/alignment-2127.json" - -# Get the transferred commentary segments as a list of strings -transfer = CommentaryAlignmentTransfer() -aligned_commentary = transfer.get_serialized_commentary( - root_pecha, - root_alignment_id, - commentary_pecha, - commentary_alignment_id, -) - -for segment in aligned_commentary: - print(segment) -``` - -If your commentary Pecha also has a segmentation layer, you can use: - -```python -commentary_segmentation_id = "B014/segmentation-33FC.json" -aligned_commentary = transfer.get_serialized_commentary_segmentation( - root_pecha, - root_alignment_id, - commentary_pecha, - commentary_alignment_id, - commentary_segmentation_id, -) -``` - -#### Translation Alignment Transfer - -For translation alignment transfer, use the `TranslationAlignmentTransfer` class: - -```python -from openpecha.pecha import Pecha -from openpecha.alignment.translation_transfer import TranslationAlignmentTransfer - -root_pecha = Pecha.from_path("/path/to/root_pecha") -translation_pecha = Pecha.from_path("/path/to/translation_pecha") - -root_alignment_id = "B5FE/alignment-6707.json" -translation_alignment_id = "B014/alignment-2127.json" - -transfer = TranslationAlignmentTransfer() -aligned_translation = transfer.get_serialized_translation_alignment( - root_pecha, - root_alignment_id, - translation_pecha, - translation_alignment_id, -) - -for segment in aligned_translation: - print(segment) -``` - -If your translation Pecha also has a segmentation layer, use: - -```python -translation_segmentation_id = "B014/segmentation-33FC.json" -aligned_translation = transfer.get_serialized_translation_segmentation( - root_pecha, - root_alignment_id, - translation_pecha, - translation_alignment_id, - translation_segmentation_id, -) -``` - -#### Notes - -- The alignment and segmentation layer IDs are typically found in the `layers` directory of each Pecha. -- The output is a list of strings, each representing a segment in the commentary or translation, aligned to the root text. - - +# Getting Started & Usage Guide + +## Quickstart + +### I. Create Pecha +To create a new Pecha (an annotated text corpus), you can use the `Pecha.create` method directly, or use a parser (e.g., for DOCX files): + +```python +from pathlib import Path +from openpecha.pecha import Pecha + +# Create an empty Pecha in a given output directory +output_path = Path("./output") +pecha = Pecha.create(output_path) +``` + +Or, to create a Pecha after parsing: + +```python +from openpecha.pecha.parsers.docx.root import DocxRootParser +from openpecha.pecha.layer import AnnotationType + +parser = DocxRootParser() +pecha, annotation_path = parser.parse( + input="/path/to/file.docx", + annotation_type=AnnotationType.SEGMENTATION, + metadata={"title": {"en": "Sample Title"}, "language": "bo"}, + output_path=Path("/output_path/") +) +``` +### II. Load Pecha +You can load an existing Pecha either from a local path after downloading from the openpecha backend: + +```python +from openpecha.pecha import Pecha +from pathlib import Path + +# Load from local path +pecha = Pecha.from_path(Path("/path/to/pecha")) + +``` + +### III. Pecha Attributes +A `Pecha` object exposes several useful attributes: + +- `pecha.id`: The Pecha's unique ID, generated from 8 digits UUID +- `pecha.pecha_path`: Filesystem path to the Pecha +- `pecha.metadata`: Metadata object (see below) +- `pecha.bases`: Dictionary of base file names to text +- `pecha.layers`: Dictionary of annotation layers + + +### IV. Metadata +Each Pecha has a `metadata` attribute, which is a `PechaMetaData` object. Example fields include: + +- `id`: Pecha ID +- `title`: Title (can be a dict with language keys) +- `author`: Author(s) +- `language`: Language code (e.g., 'bo', 'en') +- `parser`: Name of the parser used +- `initial_creation_type`: How the Pecha was created (e.g., 'google_docx', 'ocr') +- `source_metadata`: Additional source info +- `copyright`, `licence`, etc. + +You can update metadata by passing a dictionary: + +```python +pecha.set_metadata({ + "title": {"en": "New Title"}, + "author": "Author Name", + # ... other fields ... +}) +``` + +### V. Base File +The base file is the plain text of the work. You can access and set base files: + +```python +# Get base text by name +base_text = pecha.get_base("base1") + +# Set a new base text +pecha.set_base("This is the text.", base_name="base1") +``` + +### VI. Annotations +Annotations are stored in layers, each corresponding to a type (segmentation, alignment, etc.). + +- To access all layers for a base: + +```python +for layer_name, layer_store in pecha.get_layers("base1"): + print(layer_name, layer_store) +``` + +- To add a new annotation layer: + +```python +from openpecha.pecha.layer import AnnotationType +layer, layer_path = pecha.add_layer("base1", AnnotationType.SEGMENTATION) +``` + +- To add an annotation to a layer: + +```python +from openpecha.pecha.annotations import Span, SegmentationAnnotation +ann = SegmentationAnnotation(span=Span(start=0, end=10), index=1) +pecha.add_annotation(layer, ann, AnnotationType.SEGMENTATION) +layer.save() +``` + +- To get annotation data: + +```python +from openpecha.pecha import get_anns +anns = get_anns(layer) +for ann in anns: + print(ann) +``` + +### VII. Alignment Transfer + +Alignment transfer allows you to map and serialize aligned segments between a root text and a commentary or translation Pecha. This is useful for exporting how commentary or translation segments correspond to the root text. + +#### Commentary Alignment Transfer + +To transfer alignment from a root Pecha to a commentary Pecha: + +```python +from openpecha.pecha import Pecha +from openpecha.alignment.commentary_transfer import CommentaryAlignmentTransfer + +# Load the root and commentary Pechas +root_pecha = Pecha.from_path("/path/to/root_pecha") +commentary_pecha = Pecha.from_path("/path/to/commentary_pecha") + +# Specify the alignment layer IDs (relative to the layer directory) +root_alignment_id = "B5FE/alignment-6707.json" +commentary_alignment_id = "B014/alignment-2127.json" + +# Get the transferred commentary segments as a list of strings +transfer = CommentaryAlignmentTransfer() +aligned_commentary = transfer.get_serialized_commentary( + root_pecha, + root_alignment_id, + commentary_pecha, + commentary_alignment_id, +) + +for segment in aligned_commentary: + print(segment) +``` + +If your commentary Pecha also has a segmentation layer, you can use: + +```python +commentary_segmentation_id = "B014/segmentation-33FC.json" +aligned_commentary = transfer.get_serialized_commentary_segmentation( + root_pecha, + root_alignment_id, + commentary_pecha, + commentary_alignment_id, + commentary_segmentation_id, +) +``` + +#### Translation Alignment Transfer + +For translation alignment transfer, use the `TranslationAlignmentTransfer` class: + +```python +from openpecha.pecha import Pecha +from openpecha.alignment.translation_transfer import TranslationAlignmentTransfer + +root_pecha = Pecha.from_path("/path/to/root_pecha") +translation_pecha = Pecha.from_path("/path/to/translation_pecha") + +root_alignment_id = "B5FE/alignment-6707.json" +translation_alignment_id = "B014/alignment-2127.json" + +transfer = TranslationAlignmentTransfer() +aligned_translation = transfer.get_serialized_translation_alignment( + root_pecha, + root_alignment_id, + translation_pecha, + translation_alignment_id, +) + +for segment in aligned_translation: + print(segment) +``` + +If your translation Pecha also has a segmentation layer, use: + +```python +translation_segmentation_id = "B014/segmentation-33FC.json" +aligned_translation = transfer.get_serialized_translation_segmentation( + root_pecha, + root_alignment_id, + translation_pecha, + translation_alignment_id, + translation_segmentation_id, +) +``` + +#### Notes + +- The alignment and segmentation layer IDs are typically found in the `layers` directory of each Pecha. +- The output is a list of strings, each representing a segment in the commentary or translation, aligned to the root text. + + diff --git a/pyproject.toml b/pyproject.toml index 4f2429cc..8c9845cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,65 +1,65 @@ -[project] -name = "openpecha" -version = "2.4.5" -authors = [ - {name = "Tashi Tsering", email = "tashitsering@esukhia.org"}, - {name = "Tenzin Tsundue", email = "tsundue@esukhia.org"} -] -description = "OpenPecha toolkit version 2" -readme = "README.md" -requires-python = ">=3.10" -classifiers = [ - "Programming Language :: Python :: 3", - "License :: OSI Approved :: MIT License", - "Operating System :: OS Independent", -] - -# Keep all regular dependencies -dependencies = [ - "pydantic >= 2.7.4", - "stam == 0.9.0", - "diff-match-patch==20230430", - "pyewts == 0.2.0", - "botok >= 0.8.12", - "python-docx >= 1.1.2", - "fast_antx == 0.0.1", - "bo_sent_tokenizer == 0.0.1", - "docx2python == 3.3.0", - "boto3 >= 1.34.0", - "botocore >= 1.34.0", - "rdflib>=5.0.0", - "fonttools[unicode] >= 4.37.3", - "beautifulsoup4 >= 4.12.0" -] - -[project.optional-dependencies] -dev = [ - "pytest", - "pytest-cov", - "pre-commit", -] -docs = [ - "sphinx>=7.0.0", - "sphinx-rtd-theme>=1.3.0", - "myst-parser>=2.0.0", - "sphinx-autodoc-typehints>=1.25.0", -] - -[project.urls] -"Homepage" = "https://github.com/OpenPecha/openpecha-project-template" -"Bug Tracker" = "https://github.com/OpenPecha/openpecha-project-template/issues" - -[tool.semantic_release] -version_toml = ["pyproject.toml:project.version"] -branch = "main" -upload_to_pypi = false # Disable direct PyPI upload; handled by workflow -upload_to_release = true # This is for creating GitHub releases -build_command = "pip install build && python -m build" - -# Use angular commit style for parsing (conventional commits) -commit_message_style = "angular" -major_on_breaking_change = true # Default, but explicit -minor_on_feat = true # Default for angular style -patch_on_fix = true # Default for angular style - +[project] +name = "openpecha" +version = "2.4.5" +authors = [ + {name = "Tashi Tsering", email = "tashitsering@esukhia.org"}, + {name = "Tenzin Tsundue", email = "tsundue@esukhia.org"} +] +description = "OpenPecha toolkit version 2" +readme = "README.md" +requires-python = ">=3.10" +classifiers = [ + "Programming Language :: Python :: 3", + "License :: OSI Approved :: MIT License", + "Operating System :: OS Independent", +] + +# Keep all regular dependencies +dependencies = [ + "pydantic >= 2.7.4", + "stam == 0.9.0", + "diff-match-patch==20230430", + "pyewts == 0.2.0", + "botok >= 0.8.12", + "python-docx >= 1.1.2", + "fast_antx == 0.0.1", + "bo_sent_tokenizer == 0.0.1", + "docx2python == 3.3.0", + "boto3 >= 1.34.0", + "botocore >= 1.34.0", + "rdflib>=5.0.0", + "fonttools[unicode] >= 4.37.3", + "beautifulsoup4 >= 4.12.0" +] + +[project.optional-dependencies] +dev = [ + "pytest", + "pytest-cov", + "pre-commit", +] +docs = [ + "sphinx>=7.0.0", + "sphinx-rtd-theme>=1.3.0", + "myst-parser>=2.0.0", + "sphinx-autodoc-typehints>=1.25.0", +] + +[project.urls] +"Homepage" = "https://github.com/OpenPecha/openpecha-project-template" +"Bug Tracker" = "https://github.com/OpenPecha/openpecha-project-template/issues" + +[tool.semantic_release] +version_toml = ["pyproject.toml:project.version"] +branch = "main" +upload_to_pypi = false # Disable direct PyPI upload; handled by workflow +upload_to_release = true # This is for creating GitHub releases +build_command = "pip install build && python -m build" + +# Use angular commit style for parsing (conventional commits) +commit_message_style = "angular" +major_on_breaking_change = true # Default, but explicit +minor_on_feat = true # Default for angular style +patch_on_fix = true # Default for angular style + tag_format = "v{version}" # Git tag format \ No newline at end of file diff --git a/requirements-dev.txt b/requirements-dev.txt index 6b873158..3dac9bc0 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,7 +1,7 @@ -pytest>=7.0.0 -pytest-cov>=4.0.0 -pre-commit>=3.0.0 -python-semantic-release>=7.34.6 -build>=0.10.0 -wheel>=0.40.0 -twine>=4.0.0 +pytest>=7.0.0 +pytest-cov>=4.0.0 +pre-commit>=3.0.0 +python-semantic-release>=7.34.6 +build>=0.10.0 +wheel>=0.40.0 +twine>=4.0.0 diff --git a/setup.cfg b/setup.cfg index bc3d0e9c..4eb24768 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,32 +1,32 @@ -[flake8] -max-line-length = 120 -exclude = .tox,.git,*/migrations/*,*/static/CACHE/*,docs,node_modules,venv -per-file-ignores = __init__.py:F401 -ignore = E203, E501, W503 - -[pycodestyle] -max-line-length = 120 -exclude = .tox,.git,*/migrations/*,*/static/CACHE/*,docs,node_modules,venv - -[isort] -line_length = 88 -known_first_party = bot -multi_line_output = 3 -default_section = THIRDPARTY -skip = venv/ -skip_glob = -include_trailing_comma = true -force_grid_wrap = 0 -use_parentheses = true - -[mypy] -python_version = 3.10 -exclude = test_*.py -check_untyped_defs = True -ignore_missing_imports = True -warn_unused_ignores = True -warn_redundant_casts = True -warn_unused_configs = True - -[coverage:run] -omit = tests/* +[flake8] +max-line-length = 120 +exclude = .tox,.git,*/migrations/*,*/static/CACHE/*,docs,node_modules,venv +per-file-ignores = __init__.py:F401 +ignore = E203, E501, W503 + +[pycodestyle] +max-line-length = 120 +exclude = .tox,.git,*/migrations/*,*/static/CACHE/*,docs,node_modules,venv + +[isort] +line_length = 88 +known_first_party = bot +multi_line_output = 3 +default_section = THIRDPARTY +skip = venv/ +skip_glob = +include_trailing_comma = true +force_grid_wrap = 0 +use_parentheses = true + +[mypy] +python_version = 3.10 +exclude = test_*.py +check_untyped_defs = True +ignore_missing_imports = True +warn_unused_ignores = True +warn_redundant_casts = True +warn_unused_configs = True + +[coverage:run] +omit = tests/* diff --git a/src/openpecha/alignment/__init__.py b/src/openpecha/alignment/__init__.py index 4ccb7d17..17024b9b 100644 --- a/src/openpecha/alignment/__init__.py +++ b/src/openpecha/alignment/__init__.py @@ -1,49 +1,49 @@ -from typing import Dict, List - -class TranslationAlignmentMapping: - - def map_annotation_layer_to_layer(self, target_annotation: dict, source_annotation: dict) -> dict: - ''' - This function takes the target annotation and the source annotation and compare - both of them layer to layer. Both the annotation within the same pecha. - And produce a dictionary which gives the output as - { - 1: [1], - 2: [1, 2] - } - which says the target layer index 1 is mapped with source layer index 2 and - target layer index 2 is mapped with source layer index 1 and 2. - The target annotation should be a segmentation annotation. - The source annotation can be a alignment annotation. - ''' - - if target_annotation is None or source_annotation is None: - return {} - - mapping: Dict[int, List[int]] = {} - - for source_annotation in source_annotation['alignment']: - source_index = source_annotation["index"] - source_start = source_annotation["span"]["start"] - source_end = source_annotation["span"]["end"] - - overlapping_segments = [] - - for segment_item in target_annotation['segmentation']: - target_index = segment_item["index"] - target_start = segment_item["span"]["start"] - target_end = segment_item["span"]["end"] - - # Check for overlap - if source_start <= target_end and source_end >= target_start: - overlapping_segments.append(target_index) - - mapping[source_index] = overlapping_segments - - return mapping - - - - - +from typing import Dict, List + +class TranslationAlignmentMapping: + + def map_annotation_layer_to_layer(self, target_annotation: dict, source_annotation: dict) -> dict: + ''' + This function takes the target annotation and the source annotation and compare + both of them layer to layer. Both the annotation within the same pecha. + And produce a dictionary which gives the output as + { + 1: [1], + 2: [1, 2] + } + which says the target layer index 1 is mapped with source layer index 2 and + target layer index 2 is mapped with source layer index 1 and 2. + The target annotation should be a segmentation annotation. + The source annotation can be a alignment annotation. + ''' + + if target_annotation is None or source_annotation is None: + return {} + + mapping: Dict[int, List[int]] = {} + + for source_annotation in source_annotation['alignment']: + source_index = source_annotation["index"] + source_start = source_annotation["span"]["start"] + source_end = source_annotation["span"]["end"] + + overlapping_segments = [] + + for segment_item in target_annotation['segmentation']: + target_index = segment_item["index"] + target_start = segment_item["span"]["start"] + target_end = segment_item["span"]["end"] + + # Check for overlap + if source_start <= target_end and source_end >= target_start: + overlapping_segments.append(target_index) + + mapping[source_index] = overlapping_segments + + return mapping + + + + + \ No newline at end of file diff --git a/src/openpecha/config.py b/src/openpecha/config.py index cc3547a1..e97f40a4 100644 --- a/src/openpecha/config.py +++ b/src/openpecha/config.py @@ -1,25 +1,25 @@ -import logging -from pathlib import Path - -logging.basicConfig( - level=logging.INFO, - format="%(asctime)s - %(name)s - %(levelname)s - %(message)s", -) - - -def get_logger(name): - return logging.getLogger(name) - - -def _mkdir_if_not(path: Path): - """Create a directory if it does not exist""" - if not path.exists(): - path.mkdir(exist_ok=True, parents=True) - return path - - -BASE_PATH = _mkdir_if_not(Path.home() / ".openpecha") -PECHAS_PATH = _mkdir_if_not(BASE_PATH / "pechas") -ALIGNMENT_PATH = _mkdir_if_not(BASE_PATH / "alignments") - -NO_OF_CHAPTER_SEGMENT = 100 +import logging +from pathlib import Path + +logging.basicConfig( + level=logging.INFO, + format="%(asctime)s - %(name)s - %(levelname)s - %(message)s", +) + + +def get_logger(name): + return logging.getLogger(name) + + +def _mkdir_if_not(path: Path): + """Create a directory if it does not exist""" + if not path.exists(): + path.mkdir(exist_ok=True, parents=True) + return path + + +BASE_PATH = _mkdir_if_not(Path.home() / ".openpecha") +PECHAS_PATH = _mkdir_if_not(BASE_PATH / "pechas") +ALIGNMENT_PATH = _mkdir_if_not(BASE_PATH / "alignments") + +NO_OF_CHAPTER_SEGMENT = 100 diff --git a/src/openpecha/exceptions.py b/src/openpecha/exceptions.py index 808bd04a..3a6295fb 100644 --- a/src/openpecha/exceptions.py +++ b/src/openpecha/exceptions.py @@ -1,34 +1,34 @@ -class FileNotFoundError(Exception): - """Raised when the specified file is not found.""" - - pass - - -class EmptyFileError(Exception): - """Raised when the specified file is empty.""" - - pass - - -class MetaDataValidationError(Exception): - """Raised when the metadata is not valid.""" - - pass - - -class StamAddAnnotationError(Exception): - """Raised when there is an error adding annotation in STAM.""" - - pass - - -class ParseNotReadyForThisAnnotation(Exception): - """Raised when the parser is not ready for this annotation.""" - - pass - - -class InValidAnnotationLayerName(Exception): - """Raised when the layer name is not associated with any Annotations""" - - pass +class FileNotFoundError(Exception): + """Raised when the specified file is not found.""" + + pass + + +class EmptyFileError(Exception): + """Raised when the specified file is empty.""" + + pass + + +class MetaDataValidationError(Exception): + """Raised when the metadata is not valid.""" + + pass + + +class StamAddAnnotationError(Exception): + """Raised when there is an error adding annotation in STAM.""" + + pass + + +class ParseNotReadyForThisAnnotation(Exception): + """Raised when the parser is not ready for this annotation.""" + + pass + + +class InValidAnnotationLayerName(Exception): + """Raised when the layer name is not associated with any Annotations""" + + pass diff --git a/src/openpecha/ids.py b/src/openpecha/ids.py index db9ec799..0a55856d 100644 --- a/src/openpecha/ids.py +++ b/src/openpecha/ids.py @@ -1,32 +1,32 @@ -import random -from uuid import uuid4 -import secrets - - -def generate_id(size: int = 16) -> str: - chars = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz-" - return "".join(secrets.choice(chars) for _ in range(size)) - - -def get_uuid(): - return uuid4().hex - - -def get_id(prefix, length): - return prefix + "".join(random.choices(uuid4().hex, k=length)).upper() - - -def get_annotation_id(): - return get_id("", length=10) - - -def get_base_id(): - return get_id("", length=4) - - -def get_layer_id(): - return generate_id() - - -def get_initial_pecha_id(): - return get_id(prefix="I", length=8) +import random +from uuid import uuid4 +import secrets + + +def generate_id(size: int = 16) -> str: + chars = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz-" + return "".join(secrets.choice(chars) for _ in range(size)) + + +def get_uuid(): + return uuid4().hex + + +def get_id(prefix, length): + return prefix + "".join(random.choices(uuid4().hex, k=length)).upper() + + +def get_annotation_id(): + return get_id("", length=10) + + +def get_base_id(): + return get_id("", length=4) + + +def get_layer_id(): + return generate_id() + + +def get_initial_pecha_id(): + return get_id(prefix="I", length=8) diff --git a/src/openpecha/pecha/__init__.py b/src/openpecha/pecha/__init__.py index 16acde74..d86b2683 100644 --- a/src/openpecha/pecha/__init__.py +++ b/src/openpecha/pecha/__init__.py @@ -1,281 +1,272 @@ -import json -import shutil -from pathlib import Path -from typing import Dict, List, Optional - -from stam import AnnotationStore, Offset, Selector - -from openpecha.exceptions import StamAddAnnotationError, FileNotFoundError, MetaDataValidationError -from openpecha.ids import ( - get_annotation_id, - get_base_id, - get_initial_pecha_id, - get_layer_id, -) -from openpecha.pecha.annotations import BaseAnnotation -from openpecha.pecha.layer import AnnotationType -from openpecha.config import PECHAS_PATH - -BASE_NAME = str -annotation_path = str - - -class Pecha: - def __init__(self, pecha_id: str, pecha_path: Path) -> None: - self.id = pecha_id - self.pecha_path = pecha_path - self.bases = self.load_bases() - self.annotations = [] - - @classmethod - def from_path(cls, pecha_path: Path) -> "Pecha": - # Validate that the path exists - if not pecha_path.exists(): - raise FileNotFoundError(f"Pecha path does not exist: {pecha_path}") - - # Validate that the path is a directory - if not pecha_path.is_dir(): - raise ValueError(f"Pecha path must be a directory, not a file: {pecha_path}") - - # Extract pecha_id from path stem - pecha_id = pecha_path.stem - if not pecha_id: - raise ValueError(f"Invalid pecha path - unable to extract pecha ID from: {pecha_path}") - - try: - return cls(pecha_id, pecha_path) - except Exception as e: - raise ValueError(f"Failed to create Pecha from path {pecha_path}: {e}") - - - @classmethod - def create(cls, output_path: Optional[Path] = None, pecha_id: Optional[str] = None) -> "Pecha": - if pecha_id is None: - pecha_id = get_initial_pecha_id() - - if output_path is None: - output_path = PECHAS_PATH - - pecha_path = output_path / pecha_id - if pecha_path.exists(): - shutil.rmtree(pecha_path) - pecha_path.mkdir(parents=True, exist_ok=True) - return cls(pecha_id, pecha_path) - - @classmethod - def create_pecha(cls, pecha_id: str, base_text: str, annotation_id: str, annotation: List[BaseAnnotation], annotation_type: AnnotationType) -> "Pecha": - pecha = cls.create(pecha_id=pecha_id) - base_name = pecha.set_base(base_text) - ann_store, _ = pecha.add_layer(base_name=base_name, layer_type=annotation_type, annotation_id=annotation_id) - for single_annotation in annotation: - ann_store = pecha.add_annotation(ann_store=ann_store, annotation=single_annotation, layer_type=annotation_type) - ann_store.save() - annotations = get_anns(ann_store, include_span=True) - for annotation in annotations: - pecha.annotations.append({ - "span": { - "start": annotation["span"]["start"], - "end": annotation["span"]["end"], - }, - "id": annotation["id"] - }) - return pecha - - - def add(self, annotation_id: str, annotation: List[BaseAnnotation], annotation_type: AnnotationType) -> "Pecha": - base_name = next(iter(self.bases)) - ann_type = annotation_type - if check_annotation_exists(self.layer_path/base_name/f"{ann_type.value}-{annotation_id}.json"): - raise ValueError(f"Annotation with id {annotation_id} already exists") - ann_store, _ = self.add_layer(base_name=base_name, layer_type=ann_type, annotation_id=annotation_id) - for single_annotation in annotation: - ann_store = self.add_annotation(ann_store=ann_store, annotation=single_annotation, layer_type=ann_type) - ann_store.save() - return annotation_id - - @property - def base_path(self) -> Path: - base_path = self.pecha_path / "base" - if not base_path.exists(): - base_path.mkdir(parents=True, exist_ok=True) - return base_path - - @property - def layer_path(self): - layer_path = self.pecha_path / "layers" - if not layer_path.exists(): - layer_path.mkdir(parents=True, exist_ok=True) - return layer_path - - def load_bases(self): - bases = {} - for base_file in self.base_path.rglob("*.txt"): - base_name = base_file.stem - bases[base_name] = base_file.read_text(encoding="utf-8") - return bases - - def get_base(self, base_name) -> str: - return (self.base_path / f"{base_name}.txt").read_text() - - def set_base(self, content: str, base_name=None): - base_name = base_name if base_name else get_base_id() - (self.base_path / f"{base_name}.txt").write_text(content) - - # add base to the attribute 'bases' - if base_name not in self.bases: - self.bases[base_name] = content - - # make a folder for the base in the 'layers' folder - (self.layer_path / base_name).mkdir(parents=True, exist_ok=True) - return base_name - - def add_layer(self, base_name: str, layer_type: AnnotationType, annotation_id: str = None): - """ - Inputs: - base_name: .txt file which this annotation is associated with - layer_type: the type of annotation layer, it should be include in AnnotationType - - Process: - - create an annotation store - - add the resource to the annotation store - - add the dataset to the annotation store - - Output: - - annotation store - """ - if base_name not in self.bases: - raise ValueError(f"Base {base_name} does not exist.") - - if annotation_id is None: - annotation_id = get_layer_id() - - ann_store = AnnotationStore(id=self.id) - ann_store_path = ( - self.layer_path / base_name / f"{layer_type.value}-{annotation_id}.json" - ) - ann_store.set_filename(str(ann_store_path)) - ann_store.add_resource( - id=base_name, - filename=f"../../base/{base_name}.txt", - ) - dataset_id = layer_type.annotation_collection_type._value_ - ann_store.add_dataset(id=dataset_id) - - return ann_store, ann_store_path - - def add_annotation( - self, - ann_store: AnnotationStore, - annotation: BaseAnnotation, - layer_type: AnnotationType, - ) -> AnnotationStore: - """ - Adds an annotation to an Existing Annotation Layer(Annotation Store) - """ - - ann_resource = next(ann_store.resources()) - ann_dataset = next(ann_store.datasets()) - - ann_data: Dict = annotation.get_dict() - # Add Annotation Group Type - ann_group_type = layer_type.annotation_group_type - ann_data[ann_group_type.value] = layer_type.value - start, end = ( - annotation.span.start, - annotation.span.end, - ) - text_selector = Selector.textselector(ann_resource, Offset.simple(start, end)) - - # If ann data already exists, use it . Otherwise create a new one with new id - prepared_ann_data = [] - for k, v in ann_data.items(): - try: - ann_datas = list(ann_store.data(set=ann_dataset.id(), key=k, value=v)) - prepared_ann_data.append(ann_datas[0]) - except: # noqa - prepared_ann_data.append( - { - "id": get_annotation_id(), - "set": ann_dataset.id(), - "key": k, - "value": v, - } - ) - try: - ann_store.annotate( - target=text_selector, data=prepared_ann_data, id=get_annotation_id() - ) - except Exception as e: - raise StamAddAnnotationError( - f"[Error] Failed to add annotation to STAM: {e}" - ) - - return ann_store - - def get_segmentation_layer_path(self) -> str: - """ - 1. Get the first layer file from the pecha - 2. Get the relative path of the layer file - TODO: Modify this function in future in case of more layers in a Pecha - """ - layer_path = list(self.layer_path.rglob("segmentation-*.json"))[0] - relative_layer_path = layer_path.relative_to(self.pecha_path.parent).as_posix() - - return relative_layer_path - - - def get_layer_by_ann_type(self, base_name: str, layer_type: AnnotationType): - """ - Get layers by annotation type i.e Chapter, Sabche, Segment,... - """ - dir_to_search = self.layer_path / base_name - ann_store_files = list(dir_to_search.glob(f"{layer_type.value}*.json")) - - annotation_stores = [ - AnnotationStore(file=str(annotation_file)) - for annotation_file in ann_store_files - ] - - if len(annotation_stores) == 1: - return annotation_stores[0], ann_store_files[0] - return annotation_stores, ann_store_files - - def delete_annotation(self, annotation_id: str, layer_type: AnnotationType): - base_name = next(iter(self.bases)) - ann_store_files = self.layer_path / base_name / f"{layer_type.value}-{annotation_id}.json" - if not ann_store_files.exists(): - raise ValueError(f"Annotation with id {annotation_id} does not exist") - ann_store_files.unlink() - - def update_annotation(self, annotation_id: str, annotation:List[BaseAnnotation], layer_type: AnnotationType)-> "Pecha": - self.delete_annotation(annotation_id, layer_type) - self.add(annotation_id, annotation) - return self - - -def get_anns(ann_store: AnnotationStore, include_span: bool = False): - anns = [] - for ann in ann_store: - ann_data = {} - for data in ann: - k = data.key().id() - if k in ["index"]: - continue - ann_data[k] = data.value().get() - curr_ann = {**ann_data, "text": str(ann)} - if include_span: - curr_ann["span"] = { - "start": ann.offset().begin().value(), - "end": ann.offset().end().value(), - } - anns.append(curr_ann) - return anns - - -def load_layer(path: Path) -> AnnotationStore: - return AnnotationStore(file=str(path)) - -def check_annotation_exists(annotation_path: Path): - if annotation_path.exists(): - return True +import json +import shutil +from pathlib import Path +from typing import Dict, List, Optional + +from stam import AnnotationStore, Offset, Selector + +from openpecha.exceptions import StamAddAnnotationError, FileNotFoundError, MetaDataValidationError +from openpecha.ids import ( + get_annotation_id, + get_base_id, + get_initial_pecha_id, + get_layer_id, +) +from openpecha.pecha.annotations import BaseAnnotation +from openpecha.pecha.layer import AnnotationType +from openpecha.config import PECHAS_PATH + +BASE_NAME = str +annotation_path = str + + +class Pecha: + def __init__(self, pecha_id: str, pecha_path: Path) -> None: + self.id = pecha_id + self.pecha_path = pecha_path + self.bases = self.load_bases() + + @classmethod + def from_path(cls, pecha_path: Path) -> "Pecha": + # Validate that the path exists + if not pecha_path.exists(): + raise FileNotFoundError(f"Pecha path does not exist: {pecha_path}") + + # Validate that the path is a directory + if not pecha_path.is_dir(): + raise ValueError(f"Pecha path must be a directory, not a file: {pecha_path}") + + # Extract pecha_id from path stem + pecha_id = pecha_path.stem + if not pecha_id: + raise ValueError(f"Invalid pecha path - unable to extract pecha ID from: {pecha_path}") + + try: + return cls(pecha_id, pecha_path) + except Exception as e: + raise ValueError(f"Failed to create Pecha from path {pecha_path}: {e}") + + + @classmethod + def create(cls, output_path: Optional[Path] = None, pecha_id: Optional[str] = None) -> "Pecha": + if pecha_id is None: + pecha_id = get_initial_pecha_id() + + if output_path is None: + output_path = PECHAS_PATH + + pecha_path = output_path / pecha_id + if pecha_path.exists(): + shutil.rmtree(pecha_path) + pecha_path.mkdir(parents=True, exist_ok=True) + return cls(pecha_id, pecha_path) + + @classmethod + def create_pecha(cls, pecha_id: str, base_text: str, annotation_id: str, annotation: List[BaseAnnotation], annotation_type: AnnotationType) -> "Pecha": + pecha = cls.create(pecha_id=pecha_id) + base_name = pecha.set_base(base_text) + ann_store, _ = pecha.add_layer(base_name=base_name, layer_type=annotation_type, annotation_id=annotation_id) + for single_annotation in annotation: + ann_store = pecha.add_annotation(ann_store=ann_store, annotation=single_annotation, layer_type=annotation_type) + ann_store.save() + return pecha + + + def add(self, annotation_id: str, annotation: List[BaseAnnotation], annotation_type: AnnotationType) -> "Pecha": + base_name = next(iter(self.bases)) + ann_type = annotation_type + if check_annotation_exists(self.layer_path/base_name/f"{ann_type.value}-{annotation_id}.json"): + raise ValueError(f"Annotation with id {annotation_id} already exists") + ann_store, _ = self.add_layer(base_name=base_name, layer_type=ann_type, annotation_id=annotation_id) + for single_annotation in annotation: + ann_store = self.add_annotation(ann_store=ann_store, annotation=single_annotation, layer_type=ann_type) + ann_store.save() + return annotation_id + + @property + def base_path(self) -> Path: + base_path = self.pecha_path / "base" + if not base_path.exists(): + base_path.mkdir(parents=True, exist_ok=True) + return base_path + + @property + def layer_path(self): + layer_path = self.pecha_path / "layers" + if not layer_path.exists(): + layer_path.mkdir(parents=True, exist_ok=True) + return layer_path + + def load_bases(self): + bases = {} + for base_file in self.base_path.rglob("*.txt"): + base_name = base_file.stem + bases[base_name] = base_file.read_text(encoding="utf-8") + print("BASE\n", bases) + return bases + + def get_base(self, base_name) -> str: + return (self.base_path / f"{base_name}.txt").read_text() + + def set_base(self, content: str, base_name=None): + base_name = base_name if base_name else get_base_id() + (self.base_path / f"{base_name}.txt").write_text(content) + + # add base to the attribute 'bases' + if base_name not in self.bases: + self.bases[base_name] = content + + # make a folder for the base in the 'layers' folder + (self.layer_path / base_name).mkdir(parents=True, exist_ok=True) + return base_name + + def add_layer(self, base_name: str, layer_type: AnnotationType, annotation_id: str = None): + """ + Inputs: + base_name: .txt file which this annotation is associated with + layer_type: the type of annotation layer, it should be include in AnnotationType + + Process: + - create an annotation store + - add the resource to the annotation store + - add the dataset to the annotation store + + Output: + - annotation store + """ + if base_name not in self.bases: + raise ValueError(f"Base {base_name} does not exist.") + + if annotation_id is None: + annotation_id = get_layer_id() + + ann_store = AnnotationStore(id=self.id) + ann_store_path = ( + self.layer_path / base_name / f"{layer_type.value}-{annotation_id}.json" + ) + ann_store.set_filename(str(ann_store_path)) + ann_store.add_resource( + id=base_name, + filename=f"../../base/{base_name}.txt", + ) + dataset_id = layer_type.annotation_collection_type._value_ + ann_store.add_dataset(id=dataset_id) + + return ann_store, ann_store_path + + def add_annotation( + self, + ann_store: AnnotationStore, + annotation: BaseAnnotation, + layer_type: AnnotationType, + ) -> AnnotationStore: + """ + Adds an annotation to an Existing Annotation Layer(Annotation Store) + """ + + ann_resource = next(ann_store.resources()) + ann_dataset = next(ann_store.datasets()) + + ann_data: Dict = annotation.get_dict() + # Add Annotation Group Type + ann_group_type = layer_type.annotation_group_type + ann_data[ann_group_type.value] = layer_type.value + start, end = ( + annotation.span.start, + annotation.span.end, + ) + text_selector = Selector.textselector(ann_resource, Offset.simple(start, end)) + + # If ann data already exists, use it . Otherwise create a new one with new id + prepared_ann_data = [] + for k, v in ann_data.items(): + try: + ann_datas = list(ann_store.data(set=ann_dataset.id(), key=k, value=v)) + prepared_ann_data.append(ann_datas[0]) + except: # noqa + prepared_ann_data.append( + { + "id": get_annotation_id(), + "set": ann_dataset.id(), + "key": k, + "value": v, + } + ) + try: + ann_store.annotate( + target=text_selector, data=prepared_ann_data, id=get_annotation_id() + ) + except Exception as e: + raise StamAddAnnotationError( + f"[Error] Failed to add annotation to STAM: {e}" + ) + + return ann_store + + def get_segmentation_layer_path(self) -> str: + """ + 1. Get the first layer file from the pecha + 2. Get the relative path of the layer file + TODO: Modify this function in future in case of more layers in a Pecha + """ + layer_path = list(self.layer_path.rglob("segmentation-*.json"))[0] + relative_layer_path = layer_path.relative_to(self.pecha_path.parent).as_posix() + + return relative_layer_path + + + def get_layer_by_ann_type(self, base_name: str, layer_type: AnnotationType): + """ + Get layers by annotation type i.e Chapter, Sabche, Segment,... + """ + dir_to_search = self.layer_path / base_name + ann_store_files = list(dir_to_search.glob(f"{layer_type.value}*.json")) + + annotation_stores = [ + AnnotationStore(file=str(annotation_file)) + for annotation_file in ann_store_files + ] + + if len(annotation_stores) == 1: + return annotation_stores[0], ann_store_files[0] + return annotation_stores, ann_store_files + + def delete_annotation(self, annotation_id: str, layer_type: AnnotationType): + base_name = next(iter(self.bases)) + ann_store_files = self.layer_path / base_name / f"{layer_type.value}-{annotation_id}.json" + if not ann_store_files.exists(): + raise ValueError(f"Annotation with id {annotation_id} does not exist") + ann_store_files.unlink() + + def update_annotation(self, annotation_id: str, annotation:List[BaseAnnotation], layer_type: AnnotationType)-> "Pecha": + self.delete_annotation(annotation_id, layer_type) + self.add(annotation_id, annotation) + return self + + +def get_anns(ann_store: AnnotationStore, include_span: bool = False): + anns = [] + for ann in ann_store: + ann_data = {} + for data in ann: + k = data.key().id() + if k in ["index"]: + continue + ann_data[k] = data.value().get() + curr_ann = {**ann_data, "text": str(ann)} + if include_span: + curr_ann["span"] = { + "start": ann.offset().begin().value(), + "end": ann.offset().end().value(), + } + anns.append(curr_ann) + return anns + + +def load_layer(path: Path) -> AnnotationStore: + return AnnotationStore(file=str(path)) + +def check_annotation_exists(annotation_path: Path): + if annotation_path.exists(): + return True return False \ No newline at end of file diff --git a/src/openpecha/pecha/annotations.py b/src/openpecha/pecha/annotations.py index 0d37c6b4..65e93660 100644 --- a/src/openpecha/pecha/annotations.py +++ b/src/openpecha/pecha/annotations.py @@ -1,270 +1,270 @@ -import json -import re -from enum import Enum -from typing import Any, Dict, Optional - -from pydantic import ( - BaseModel, - ConfigDict, - Field, - GetCoreSchemaHandler, - field_validator, - model_validator, -) -from pydantic_core import core_schema - -from openpecha.ids import get_uuid -from openpecha.pecha.layer import AnnotationType - - -class span(BaseModel): - start: int = Field(..., ge=0) - end: int = Field(..., ge=0) - errors: Optional[Dict] = None - - model_config = ConfigDict(extra="forbid") - - @field_validator("start", "end") - @classmethod - def span_must_not_be_neg(cls, v: int) -> int: - if v < 0: - raise ValueError("span shouldn't be negative") - return v - - @model_validator(mode="after") - def end_must_not_be_less_than_start(self) -> "span": - if self.end < self.start: - raise ValueError("Span end must not be less than start") - return self - - -class BaseAnnotation(BaseModel): - span: span - - model_config = ConfigDict(extra="allow") - - def get_dict(self): - res = self.model_dump() - # Remove span from the dictionary - to_remove_keys = ["span"] - for key in to_remove_keys: - res.pop(key) - # Remove None values from the dictionary - res = {k: v for k, v in res.items() if v is not None} - return res - - -class SegmentationAnnotation(BaseAnnotation): - id: str = Field(..., description="Annotation ID") - - -class AlignmentAnnotation(BaseAnnotation): - id: str = Field(..., description="Annotation ID") - alignment_index: list[int] = Field( - description="Index of the alignment, which can be of translation or commentary" - ) - - model_config = ConfigDict( - json_schema_extra={"example": {"index": 5, "alignment_index": [1, 3, 4]}} - ) - - -class VersionVariantOperations(str, Enum): - INSERTION = "insertion" - DELETION = "deletion" - - -class Version(BaseAnnotation): - span: span - operation: VersionVariantOperations - text: str = "" # Required for insertion, empty for deletion - - -class FootnoteAnnotation(BaseAnnotation): - index: int - note: str - - -class PedurmaAnnotation(BaseAnnotation): - note: str - - -class SapcheAnnotation(BaseAnnotation): - sapche_number: str - - -class Page(BaseAnnotation): - page_info: Optional[str] = Field(default=None, description="page payload") - imgnum: Optional[int] = Field( - default=None, - description="image sequence no. from bdrc api, http://iiifpres.bdrc.io/il/v:bdr:I0888", - ) - reference: Optional[str] = Field( - default=None, description="image filename from bdrc" - ) - - -class Pagination(BaseAnnotation): - page_info: Optional[str] = Field(default=None, description="page payload") - imgnum: Optional[int] = Field(default=None, description="image sequence number") - order: Optional[int] = Field(default=None, description="order of the page") - reference: Optional[str] = Field( - default=None, description="can be url or just string indentifier of source page" - ) - - -class Lang(BaseAnnotation): - language: Optional[str] = Field( - default=None, description="BCP-47 tag of the language" - ) - - -class OCRConfidence(BaseAnnotation): - confidence: float - nb_below_threshold: Optional[int] = None - - -class Citation(BaseAnnotation): - pass - - -def _get_annotation_class(layer_name: AnnotationType): - """Maps AnnotationType to Annotation class""" - - if layer_name == AnnotationType.PAGINATION: - return Pagination - elif layer_name == AnnotationType.LANGUAGE: - return Lang - elif layer_name == AnnotationType.CITATION: - return Citation - elif layer_name == AnnotationType.OCR_CONFIDENCE: - return OCRConfidence - else: - return BaseAnnotation - - -class Layer(BaseModel): - id: str = Field(default=None) - annotation_type: AnnotationType - revision: str = Field(default="00001") - annotations: Dict = Field(default_factory=dict) - - model_config = ConfigDict(arbitrary_types_allowed=True) - - @model_validator(mode="before") - def set_id(cls, values): - values["id"] = values.get("id") or get_uuid() - return values - - @field_validator("revision") - def revision_must_int_parsible(cls, v): - if not v.isdigit(): - raise ValueError("revision must be integer-parsable like `00002`") - return v - - def bump_revision(self): - self.revision = f"{int(self.revision)+1:05}" # noqa - - def reset(self): - self.revision = "00001" - self.annotations = {} - - def get_annotations(self): - """Yield Annotation Objects""" - for ann_id, ann_dict in self.annotations.items(): - ann_class = _get_annotation_class(self.annotation_type) - ann = ann_class.model_validate(ann_dict) - yield ann_id, ann - - def get_annotation(self, annotation_id: str) -> Optional[BaseAnnotation]: - """Retrieve annotation of id `annotation_id`""" - ann_dict = self.annotations.get(annotation_id) - if not ann_dict: - return None - ann_class = _get_annotation_class(self.annotation_type) - ann = ann_class.model_validate(ann_dict) - return ann - - def set_annotation(self, ann: BaseAnnotation, ann_id=None): - """Add or Update annotation `ann` to the layer, returns the annotation id""" - ann_id = ann_id if ann_id is not None else get_uuid() - self.annotations[ann_id] = json.loads(ann.model_dump_json()) - return ann_id - - def remove_annotation(self, annotation_id: str): - """Delete annotaiton of `annotation_id` from the layer""" - if annotation_id in self.annotations: - del self.annotations[annotation_id] - - -class OCRConfidenceLayer(Layer): - confidence_threshold: float - annotation_type: AnnotationType = Field(default=AnnotationType.OCR_CONFIDENCE) - - -class PechaId(str): - @classmethod - def __get_pydantic_core_schema__( - cls, source_type: type, handler: GetCoreSchemaHandler - ) -> core_schema.CoreSchema: - return core_schema.no_info_after_validator_function( - cls.validate, core_schema.str_schema() - ) - - @classmethod - def validate(cls, v, info=None): # <-- add info=None - if not re.fullmatch(r"^I[A-F0-9]{8}$", v): - raise ValueError( - "PechaId must start with 'I' followed by 8 uppercase hex characters" - ) - return v - - -class PechaAlignment(BaseModel): - pecha_id: PechaId = Field(..., description="Pecha ID") - alignment_id: Optional[str] = Field( - default=None, pattern="\\S", description="Alignment ID" - ) - - -class AnnotationModel(BaseModel): - pecha_id: PechaId = Field(..., description="Pecha ID") - type: AnnotationType = Field( - AnnotationType.SEGMENTATION, description="Type of the annotation" - ) - document_id: str = Field(..., pattern="\\S") - path: str = Field(..., pattern="\\S") - title: str = Field(..., min_length=1) - aligned_to: PechaAlignment | None = Field(None, description="Alignment descriptor") - - model_config = ConfigDict( - extra="forbid", - json_schema_extra={ - "examples": { - "pecha_id": "I857977C3", - "type": "alignment", - "document_id": "1vgnfCQH3yaWPDaMDFXT_5GhlG0M9kEra0mxkDX46VLE", - "annotation_id": "test_id", - "title": "Test Alignment", - "aligned_to": { - "pecha_id": "I857977C3", - "alignment_id": "test_alignment_id", - }, - } - }, - ) - -class PechaJson(BaseModel): - base: str = Field(..., description="Base text content") - annotations: Dict[str, Any] = Field(..., description="Annotations dictionary") - - model_config = ConfigDict(extra="forbid") - -class AlignedPechaJson(BaseModel): - source_base: str = Field(..., description="Source base text content") - target_base: str = Field(..., description="Target base text content") - transformed_annotation: Dict[str, Dict[str, Any]] = Field(..., description="Transformed annotations") - untransformed_annotation: Dict[str, Dict[str, Any]] = Field(..., description="Untransformed annotations") - - model_config = ConfigDict(extra="forbid") +import json +import re +from enum import Enum +from typing import Any, Dict, Optional + +from pydantic import ( + BaseModel, + ConfigDict, + Field, + GetCoreSchemaHandler, + field_validator, + model_validator, +) +from pydantic_core import core_schema + +from openpecha.ids import get_uuid +from openpecha.pecha.layer import AnnotationType + + +class span(BaseModel): + start: int = Field(..., ge=0) + end: int = Field(..., ge=0) + errors: Optional[Dict] = None + + model_config = ConfigDict(extra="forbid") + + @field_validator("start", "end") + @classmethod + def span_must_not_be_neg(cls, v: int) -> int: + if v < 0: + raise ValueError("span shouldn't be negative") + return v + + @model_validator(mode="after") + def end_must_not_be_less_than_start(self) -> "span": + if self.end < self.start: + raise ValueError("Span end must not be less than start") + return self + + +class BaseAnnotation(BaseModel): + span: span + + model_config = ConfigDict(extra="allow") + + def get_dict(self): + res = self.model_dump() + # Remove span from the dictionary + to_remove_keys = ["span"] + for key in to_remove_keys: + res.pop(key) + # Remove None values from the dictionary + res = {k: v for k, v in res.items() if v is not None} + return res + + +class SegmentationAnnotation(BaseAnnotation): + id: str = Field(..., description="Annotation ID") + + +class AlignmentAnnotation(BaseAnnotation): + id: str = Field(..., description="Annotation ID") + alignment_index: list[int] = Field( + description="Index of the alignment, which can be of translation or commentary" + ) + + model_config = ConfigDict( + json_schema_extra={"example": {"index": 5, "alignment_index": [1, 3, 4]}} + ) + + +class VersionVariantOperations(str, Enum): + INSERTION = "insertion" + DELETION = "deletion" + + +class Version(BaseAnnotation): + span: span + operation: VersionVariantOperations + text: str = "" # Required for insertion, empty for deletion + + +class FootnoteAnnotation(BaseAnnotation): + index: int + note: str + + +class PedurmaAnnotation(BaseAnnotation): + note: str + + +class SapcheAnnotation(BaseAnnotation): + sapche_number: str + + +class Page(BaseAnnotation): + page_info: Optional[str] = Field(default=None, description="page payload") + imgnum: Optional[int] = Field( + default=None, + description="image sequence no. from bdrc api, http://iiifpres.bdrc.io/il/v:bdr:I0888", + ) + reference: Optional[str] = Field( + default=None, description="image filename from bdrc" + ) + + +class Pagination(BaseAnnotation): + page_info: Optional[str] = Field(default=None, description="page payload") + imgnum: Optional[int] = Field(default=None, description="image sequence number") + order: Optional[int] = Field(default=None, description="order of the page") + reference: Optional[str] = Field( + default=None, description="can be url or just string indentifier of source page" + ) + + +class Lang(BaseAnnotation): + language: Optional[str] = Field( + default=None, description="BCP-47 tag of the language" + ) + + +class OCRConfidence(BaseAnnotation): + confidence: float + nb_below_threshold: Optional[int] = None + + +class Citation(BaseAnnotation): + pass + + +def _get_annotation_class(layer_name: AnnotationType): + """Maps AnnotationType to Annotation class""" + + if layer_name == AnnotationType.PAGINATION: + return Pagination + elif layer_name == AnnotationType.LANGUAGE: + return Lang + elif layer_name == AnnotationType.CITATION: + return Citation + elif layer_name == AnnotationType.OCR_CONFIDENCE: + return OCRConfidence + else: + return BaseAnnotation + + +class Layer(BaseModel): + id: str = Field(default=None) + annotation_type: AnnotationType + revision: str = Field(default="00001") + annotations: Dict = Field(default_factory=dict) + + model_config = ConfigDict(arbitrary_types_allowed=True) + + @model_validator(mode="before") + def set_id(cls, values): + values["id"] = values.get("id") or get_uuid() + return values + + @field_validator("revision") + def revision_must_int_parsible(cls, v): + if not v.isdigit(): + raise ValueError("revision must be integer-parsable like `00002`") + return v + + def bump_revision(self): + self.revision = f"{int(self.revision)+1:05}" # noqa + + def reset(self): + self.revision = "00001" + self.annotations = {} + + def get_annotations(self): + """Yield Annotation Objects""" + for ann_id, ann_dict in self.annotations.items(): + ann_class = _get_annotation_class(self.annotation_type) + ann = ann_class.model_validate(ann_dict) + yield ann_id, ann + + def get_annotation(self, annotation_id: str) -> Optional[BaseAnnotation]: + """Retrieve annotation of id `annotation_id`""" + ann_dict = self.annotations.get(annotation_id) + if not ann_dict: + return None + ann_class = _get_annotation_class(self.annotation_type) + ann = ann_class.model_validate(ann_dict) + return ann + + def set_annotation(self, ann: BaseAnnotation, ann_id=None): + """Add or Update annotation `ann` to the layer, returns the annotation id""" + ann_id = ann_id if ann_id is not None else get_uuid() + self.annotations[ann_id] = json.loads(ann.model_dump_json()) + return ann_id + + def remove_annotation(self, annotation_id: str): + """Delete annotaiton of `annotation_id` from the layer""" + if annotation_id in self.annotations: + del self.annotations[annotation_id] + + +class OCRConfidenceLayer(Layer): + confidence_threshold: float + annotation_type: AnnotationType = Field(default=AnnotationType.OCR_CONFIDENCE) + + +class PechaId(str): + @classmethod + def __get_pydantic_core_schema__( + cls, source_type: type, handler: GetCoreSchemaHandler + ) -> core_schema.CoreSchema: + return core_schema.no_info_after_validator_function( + cls.validate, core_schema.str_schema() + ) + + @classmethod + def validate(cls, v, info=None): # <-- add info=None + if not re.fullmatch(r"^I[A-F0-9]{8}$", v): + raise ValueError( + "PechaId must start with 'I' followed by 8 uppercase hex characters" + ) + return v + + +class PechaAlignment(BaseModel): + pecha_id: PechaId = Field(..., description="Pecha ID") + alignment_id: Optional[str] = Field( + default=None, pattern="\\S", description="Alignment ID" + ) + + +class AnnotationModel(BaseModel): + pecha_id: PechaId = Field(..., description="Pecha ID") + type: AnnotationType = Field( + AnnotationType.SEGMENTATION, description="Type of the annotation" + ) + document_id: str = Field(..., pattern="\\S") + path: str = Field(..., pattern="\\S") + title: str = Field(..., min_length=1) + aligned_to: PechaAlignment | None = Field(None, description="Alignment descriptor") + + model_config = ConfigDict( + extra="forbid", + json_schema_extra={ + "examples": { + "pecha_id": "I857977C3", + "type": "alignment", + "document_id": "1vgnfCQH3yaWPDaMDFXT_5GhlG0M9kEra0mxkDX46VLE", + "annotation_id": "test_id", + "title": "Test Alignment", + "aligned_to": { + "pecha_id": "I857977C3", + "alignment_id": "test_alignment_id", + }, + } + }, + ) + +class PechaJson(BaseModel): + base: str = Field(..., description="Base text content") + annotations: Dict[str, Any] = Field(..., description="Annotations dictionary") + + model_config = ConfigDict(extra="forbid") + +class AlignedPechaJson(BaseModel): + source_base: str = Field(..., description="Source base text content") + target_base: str = Field(..., description="Target base text content") + transformed_annotation: Dict[str, Dict[str, Any]] = Field(..., description="Transformed annotations") + untransformed_annotation: Dict[str, Dict[str, Any]] = Field(..., description="Untransformed annotations") + + model_config = ConfigDict(extra="forbid") \ No newline at end of file diff --git a/src/openpecha/pecha/blupdate.py b/src/openpecha/pecha/blupdate.py index de7e55c6..bfb18430 100644 --- a/src/openpecha/pecha/blupdate.py +++ b/src/openpecha/pecha/blupdate.py @@ -1,11 +1,11 @@ -from diff_match_patch import diff_match_patch - - -class DiffMatchPatch: - def __init__(self, old_base: str, new_base: str): - self.dmp = diff_match_patch() - self.dmp.Diff_Timeout = 60 - self.diffs = self.dmp.diff_main(old_base, new_base, checklines=False) - - def get_updated_coord(self, coordinate: int): - return self.dmp.diff_xIndex(self.diffs, coordinate) +from diff_match_patch import diff_match_patch + + +class DiffMatchPatch: + def __init__(self, old_base: str, new_base: str): + self.dmp = diff_match_patch() + self.dmp.Diff_Timeout = 60 + self.diffs = self.dmp.diff_main(old_base, new_base, checklines=False) + + def get_updated_coord(self, coordinate: int): + return self.dmp.diff_xIndex(self.diffs, coordinate) diff --git a/src/openpecha/pecha/layer.py b/src/openpecha/pecha/layer.py index ec79f825..59373437 100644 --- a/src/openpecha/pecha/layer.py +++ b/src/openpecha/pecha/layer.py @@ -1,117 +1,117 @@ -from enum import Enum - -from openpecha.exceptions import InValidAnnotationLayerName - - -class AnnotationCollectionType(str, Enum): - """In STAM, this is used for setting DataSet id""" - - STRUCTURE_ANNOTATION = "structure_annotation" - VARIATION_ANNOTATION = "variation_annotation" - OCR_ANNOTATION = "ocr_annotation" - LANGUAGE_ANNOTATION = "language_annotation" - SEGMENTATION_ANNOTATION = "segmentation_annotation" - - -class AnnotationGroupType(str, Enum): - STRUCTURE_TYPE = "structure_type" - SPELLING_VARIATION = "spelling_variation" - OCR_CONFIDENCE_TYPE = "ocr_confidence_type" - LANGUAGE_TYPE = "language_type" - SEGMENTATION_TYPE = "segmentation_type" - - -class AnnotationType(str, Enum): - SEGMENTATION = "segmentation" - ALIGNMENT = "alignment" - - VERSION = "version" - - FOOTNOTE = "footnote" - - CHAPTER = "chapter" - PAGINATION = "pagination" - DURCHEN = "durchen" - SAPCHE = "sapche" - - OCR_CONFIDENCE = "ocr_confidence" - LANGUAGE = "language" - CITATION = "citation" - BOOK_TITLE = "book_title" - - @property - def annotation_collection_type(self): - return get_annotation_collection_type(self) - - @property - def annotation_group_type(self): - return get_annotation_group_type(self) - - -def get_annotation_type(layer_name: str): - try: - return AnnotationType(layer_name) - except ValueError: - raise InValidAnnotationLayerName( - f"Layer name {layer_name} is not associated with any Annotation." - ) - - -def get_annotation_group_type(layer_type: AnnotationType) -> AnnotationGroupType: - """return the annotation category where annotation type falls in""" - - if layer_type in [AnnotationType.SEGMENTATION, AnnotationType.ALIGNMENT]: - return AnnotationGroupType.SEGMENTATION_TYPE - - if layer_type == AnnotationType.VERSION: - return AnnotationGroupType.SPELLING_VARIATION - - if layer_type in [ - AnnotationType.CHAPTER, - AnnotationType.SAPCHE, - AnnotationType.PAGINATION, - AnnotationType.FOOTNOTE, - ]: - return AnnotationGroupType.STRUCTURE_TYPE - - if layer_type == AnnotationType.LANGUAGE: - return AnnotationGroupType.LANGUAGE_TYPE - - if layer_type == AnnotationType.OCR_CONFIDENCE: - return AnnotationGroupType.OCR_CONFIDENCE_TYPE - - if layer_type == AnnotationType.DURCHEN: - return AnnotationGroupType.SPELLING_VARIATION - - raise ValueError(f"Layer type {layer_type} has no defined AnnotationGroupType") - - -def get_annotation_collection_type( - layer_type: AnnotationType, -) -> AnnotationCollectionType: - """return the annotation category where annotation type falls in""" - - if layer_type in [AnnotationType.SEGMENTATION, AnnotationType.ALIGNMENT]: - return AnnotationCollectionType.SEGMENTATION_ANNOTATION - - if layer_type == AnnotationType.VERSION: - return AnnotationCollectionType.VARIATION_ANNOTATION - - if layer_type in [ - AnnotationType.CHAPTER, - AnnotationType.SAPCHE, - AnnotationType.PAGINATION, - AnnotationType.FOOTNOTE, - ]: - return AnnotationCollectionType.STRUCTURE_ANNOTATION - - if layer_type == AnnotationType.LANGUAGE: - return AnnotationCollectionType.LANGUAGE_ANNOTATION - - if layer_type == AnnotationType.OCR_CONFIDENCE: - return AnnotationCollectionType.OCR_ANNOTATION - - if layer_type == AnnotationType.DURCHEN: - return AnnotationCollectionType.VARIATION_ANNOTATION - - raise ValueError(f"Layer type {layer_type} has no defined AnnotationCollectionType") +from enum import Enum + +from openpecha.exceptions import InValidAnnotationLayerName + + +class AnnotationCollectionType(str, Enum): + """In STAM, this is used for setting DataSet id""" + + STRUCTURE_ANNOTATION = "structure_annotation" + VARIATION_ANNOTATION = "variation_annotation" + OCR_ANNOTATION = "ocr_annotation" + LANGUAGE_ANNOTATION = "language_annotation" + SEGMENTATION_ANNOTATION = "segmentation_annotation" + + +class AnnotationGroupType(str, Enum): + STRUCTURE_TYPE = "structure_type" + SPELLING_VARIATION = "spelling_variation" + OCR_CONFIDENCE_TYPE = "ocr_confidence_type" + LANGUAGE_TYPE = "language_type" + SEGMENTATION_TYPE = "segmentation_type" + + +class AnnotationType(str, Enum): + SEGMENTATION = "segmentation" + ALIGNMENT = "alignment" + + VERSION = "version" + + FOOTNOTE = "footnote" + + CHAPTER = "chapter" + PAGINATION = "pagination" + DURCHEN = "durchen" + SAPCHE = "sapche" + + OCR_CONFIDENCE = "ocr_confidence" + LANGUAGE = "language" + CITATION = "citation" + BOOK_TITLE = "book_title" + + @property + def annotation_collection_type(self): + return get_annotation_collection_type(self) + + @property + def annotation_group_type(self): + return get_annotation_group_type(self) + + +def get_annotation_type(layer_name: str): + try: + return AnnotationType(layer_name) + except ValueError: + raise InValidAnnotationLayerName( + f"Layer name {layer_name} is not associated with any Annotation." + ) + + +def get_annotation_group_type(layer_type: AnnotationType) -> AnnotationGroupType: + """return the annotation category where annotation type falls in""" + + if layer_type in [AnnotationType.SEGMENTATION, AnnotationType.ALIGNMENT]: + return AnnotationGroupType.SEGMENTATION_TYPE + + if layer_type == AnnotationType.VERSION: + return AnnotationGroupType.SPELLING_VARIATION + + if layer_type in [ + AnnotationType.CHAPTER, + AnnotationType.SAPCHE, + AnnotationType.PAGINATION, + AnnotationType.FOOTNOTE, + ]: + return AnnotationGroupType.STRUCTURE_TYPE + + if layer_type == AnnotationType.LANGUAGE: + return AnnotationGroupType.LANGUAGE_TYPE + + if layer_type == AnnotationType.OCR_CONFIDENCE: + return AnnotationGroupType.OCR_CONFIDENCE_TYPE + + if layer_type == AnnotationType.DURCHEN: + return AnnotationGroupType.SPELLING_VARIATION + + raise ValueError(f"Layer type {layer_type} has no defined AnnotationGroupType") + + +def get_annotation_collection_type( + layer_type: AnnotationType, +) -> AnnotationCollectionType: + """return the annotation category where annotation type falls in""" + + if layer_type in [AnnotationType.SEGMENTATION, AnnotationType.ALIGNMENT]: + return AnnotationCollectionType.SEGMENTATION_ANNOTATION + + if layer_type == AnnotationType.VERSION: + return AnnotationCollectionType.VARIATION_ANNOTATION + + if layer_type in [ + AnnotationType.CHAPTER, + AnnotationType.SAPCHE, + AnnotationType.PAGINATION, + AnnotationType.FOOTNOTE, + ]: + return AnnotationCollectionType.STRUCTURE_ANNOTATION + + if layer_type == AnnotationType.LANGUAGE: + return AnnotationCollectionType.LANGUAGE_ANNOTATION + + if layer_type == AnnotationType.OCR_CONFIDENCE: + return AnnotationCollectionType.OCR_ANNOTATION + + if layer_type == AnnotationType.DURCHEN: + return AnnotationCollectionType.VARIATION_ANNOTATION + + raise ValueError(f"Layer type {layer_type} has no defined AnnotationCollectionType") diff --git a/src/openpecha/pecha/parsers/__init__.py b/src/openpecha/pecha/parsers/__init__.py index 11eebfa1..30ae6e97 100644 --- a/src/openpecha/pecha/parsers/__init__.py +++ b/src/openpecha/pecha/parsers/__init__.py @@ -1,26 +1,26 @@ -from openpecha.pecha.annotations import BaseAnnotation -from openpecha.pecha.blupdate import DiffMatchPatch -from typing import List - -from openpecha.config import get_logger - -logger = get_logger(__name__) - - -def update_coords( - anns: List[BaseAnnotation], - old_base: str, - new_base: str, -): - """ - Update the start/end coordinates of the annotations from old base to new base - """ - diff_update = DiffMatchPatch(old_base, new_base) - for ann in anns: - start = ann.span.start - end = ann.span.end - - ann.span.start = diff_update.get_updated_coord(start) - ann.span.end = diff_update.get_updated_coord(end) - - return anns +from openpecha.pecha.annotations import BaseAnnotation +from openpecha.pecha.blupdate import DiffMatchPatch +from typing import List + +from openpecha.config import get_logger + +logger = get_logger(__name__) + + +def update_coords( + anns: List[BaseAnnotation], + old_base: str, + new_base: str, +): + """ + Update the start/end coordinates of the annotations from old base to new base + """ + diff_update = DiffMatchPatch(old_base, new_base) + for ann in anns: + start = ann.span.start + end = ann.span.end + + ann.span.start = diff_update.get_updated_coord(start) + ann.span.end = diff_update.get_updated_coord(end) + + return anns diff --git a/src/openpecha/pecha/parsers/edition.py b/src/openpecha/pecha/parsers/edition.py index 7bb996e5..18ea72e3 100644 --- a/src/openpecha/pecha/parsers/edition.py +++ b/src/openpecha/pecha/parsers/edition.py @@ -1,177 +1,177 @@ -import shutil -import tempfile -from pathlib import Path - -from diff_match_patch import diff_match_patch - -from openpecha.config import get_logger -from openpecha.pecha import Pecha -from openpecha.pecha.annotations import ( - Pagination, - SegmentationAnnotation, - span, - Version, - VersionVariantOperations, -) -from openpecha.pecha.layer import AnnotationType -from openpecha.pecha.parsers import update_coords -from openpecha.pecha.serializers.json import JsonSerializer -from openpecha.ids import get_annotation_id - -logger = get_logger(__name__) - - -class EditionParser: - """ - Parser for extracting segmentation and spelling variant annotations from DOCX files. - Only used in test context. - """ - - def __init__(self) -> None: - self.dmp = diff_match_patch() - self.dmp.Diff_Timeout = 0 - self.dmp.Diff_EditCost = 4 - self.dmp.Match_Threshold = 0.5 - self.dmp.Match_Distance = 100 - self.dmp.Patch_DeleteThreshold = 0.5 - # Patch_Margin and Match_MaxBits can remain defaults - - def parse_segmentation(self, segments: list[str]) -> list[SegmentationAnnotation]: - """ - Extract text from txt and calculate coordinates for segments. - """ - anns = [] - char_count = 0 - for index, segment in enumerate(segments, start=1): - anns.append( - SegmentationAnnotation( - id=str(index), - span=span(start=char_count, end=char_count + len(segment)), - ) - ) - char_count += len(segment) + 1 - - logger.info(f"Parsed {len(anns)} Segmentation Annotations.") - return anns - - def parse_version(self, source: str, target: str) -> list[Version]: - """ - Compute version variant annotations (insertions/deletions) between source and target strings. - """ - diffs = self.dmp.diff_main(source, target, checklines=True) - self.dmp.diff_cleanupSemantic(diffs) - - anns = [] - char_count = 0 - for marker, text in diffs: - if marker == 0: - char_count += len(text) - - elif marker == 1: - # Insertion - anns.append( - Version( - span=span(start=char_count, end=char_count), - operation=VersionVariantOperations.INSERTION, - text=text, - ) - ) - else: - # Deletion - anns.append( - Version( - span=span(start=char_count, end=char_count + len(text)), - operation=VersionVariantOperations.DELETION, - ) - ) - char_count += len(text) - - logger.info(f"Parsed {len(anns)} Segmentation Annotations.") - return anns - - def add_pagination_layer( - self, pecha: Pecha, edition_layer_path: str, pagination_anns: list[Pagination] - ) -> tuple[Pecha, str]: - """ - Parse pagination annotations for a given Pecha object and edition layer. - - Args: - pecha (Pecha): The Pecha object containing the base text and layers. - edition_layer_name (str): The name of the edition's spelling variant layer to which pagination annotation is build on. - pagination_anns (list[Pagination]): A list of Pagination annotation objects to process. - - Returns: - list[Pagination]: A list of processed Pagination annotation objects. - """ - serializer = JsonSerializer() - edition_base = serializer.get_edition_base(pecha, edition_layer_path) - edition_basename = Path(edition_layer_path).stem - logger.info(f"Retrieved edition base for {edition_basename}") - - output_path = Path(tempfile.mkdtemp()) - temp_pecha = Pecha.create(output_path) - temp_pecha.set_base(edition_base, edition_basename) - - layer, new_layer_path = temp_pecha.add_layer( - edition_basename, AnnotationType.PAGINATION - ) - for ann in pagination_anns: - pecha.add_annotation(layer, ann, AnnotationType.PAGINATION) - - layer.save() - - # Copy Pagination JSON annotation file to pecha. - pecha_basename = Path(edition_layer_path).parent - tgt_path = pecha.layer_path / pecha_basename / new_layer_path.name - shutil.copy(new_layer_path.as_posix(), tgt_path.as_posix()) - - rel_path = str(tgt_path.relative_to(pecha.layer_path)) - logger.info(f"Pagination layer added at {rel_path}") - return (pecha, rel_path) - - def parse(self, pecha: Pecha, segments: list[str]): - """ - Parse the DOCX file and add segmentation and version layers to the Pecha. - Returns the relative paths to the created layers. - """ - old_basename = list(pecha.bases.keys())[0] - old_base = pecha.get_base(old_basename) - - new_base = "".join(segments) - - seg_anns = self.parse_segmentation(segments) - updated_seg_anns = update_coords(seg_anns, old_base, new_base) - version_anns = self.parse_version(old_base, new_base) - - _, seg_layer_path = self.add_segmentation_layer(pecha, updated_seg_anns) - _, version_layer_path = self.add_version_layer(pecha, version_anns) - - return seg_layer_path, version_layer_path - - def add_segmentation_layer( - self, pecha: Pecha, anns: list[SegmentationAnnotation] - ) -> tuple[Pecha, str]: - """ - Add a segmentation layer to the Pecha and return its relative path. - """ - basename = list(pecha.bases.keys())[0] - layer, layer_path = pecha.add_layer(basename, AnnotationType.SEGMENTATION) - for ann in anns: - pecha.add_annotation(layer, ann, AnnotationType.SEGMENTATION) - layer.save() - - relative_layer_path = str(layer_path.relative_to(pecha.layer_path)) - return (pecha, relative_layer_path) - - def add_version_layer(self, pecha: Pecha, anns: list[Version]) -> tuple[Pecha, str]: - """ - Add a spelling variant layer to the Pecha and return its relative path. - """ - basename = list(pecha.bases.keys())[0] - layer, layer_path = pecha.add_layer(basename, AnnotationType.VERSION) - for ann in anns: - pecha.add_annotation(layer, ann, AnnotationType.VERSION) - layer.save() - - relative_layer_path = str(layer_path.relative_to(pecha.layer_path)) - return (pecha, relative_layer_path) +import shutil +import tempfile +from pathlib import Path + +from diff_match_patch import diff_match_patch + +from openpecha.config import get_logger +from openpecha.pecha import Pecha +from openpecha.pecha.annotations import ( + Pagination, + SegmentationAnnotation, + span, + Version, + VersionVariantOperations, +) +from openpecha.pecha.layer import AnnotationType +from openpecha.pecha.parsers import update_coords +from openpecha.pecha.serializers.json import JsonSerializer +from openpecha.ids import get_annotation_id + +logger = get_logger(__name__) + + +class EditionParser: + """ + Parser for extracting segmentation and spelling variant annotations from DOCX files. + Only used in test context. + """ + + def __init__(self) -> None: + self.dmp = diff_match_patch() + self.dmp.Diff_Timeout = 0 + self.dmp.Diff_EditCost = 4 + self.dmp.Match_Threshold = 0.5 + self.dmp.Match_Distance = 100 + self.dmp.Patch_DeleteThreshold = 0.5 + # Patch_Margin and Match_MaxBits can remain defaults + + def parse_segmentation(self, segments: list[str]) -> list[SegmentationAnnotation]: + """ + Extract text from txt and calculate coordinates for segments. + """ + anns = [] + char_count = 0 + for index, segment in enumerate(segments, start=1): + anns.append( + SegmentationAnnotation( + id=str(index), + span=span(start=char_count, end=char_count + len(segment)), + ) + ) + char_count += len(segment) + 1 + + logger.info(f"Parsed {len(anns)} Segmentation Annotations.") + return anns + + def parse_version(self, source: str, target: str) -> list[Version]: + """ + Compute version variant annotations (insertions/deletions) between source and target strings. + """ + diffs = self.dmp.diff_main(source, target, checklines=True) + self.dmp.diff_cleanupSemantic(diffs) + + anns = [] + char_count = 0 + for marker, text in diffs: + if marker == 0: + char_count += len(text) + + elif marker == 1: + # Insertion + anns.append( + Version( + span=span(start=char_count, end=char_count), + operation=VersionVariantOperations.INSERTION, + text=text, + ) + ) + else: + # Deletion + anns.append( + Version( + span=span(start=char_count, end=char_count + len(text)), + operation=VersionVariantOperations.DELETION, + ) + ) + char_count += len(text) + + logger.info(f"Parsed {len(anns)} Segmentation Annotations.") + return anns + + def add_pagination_layer( + self, pecha: Pecha, edition_layer_path: str, pagination_anns: list[Pagination] + ) -> tuple[Pecha, str]: + """ + Parse pagination annotations for a given Pecha object and edition layer. + + Args: + pecha (Pecha): The Pecha object containing the base text and layers. + edition_layer_name (str): The name of the edition's spelling variant layer to which pagination annotation is build on. + pagination_anns (list[Pagination]): A list of Pagination annotation objects to process. + + Returns: + list[Pagination]: A list of processed Pagination annotation objects. + """ + serializer = JsonSerializer() + edition_base = serializer.get_edition_base(pecha, edition_layer_path) + edition_basename = Path(edition_layer_path).stem + logger.info(f"Retrieved edition base for {edition_basename}") + + output_path = Path(tempfile.mkdtemp()) + temp_pecha = Pecha.create(output_path) + temp_pecha.set_base(edition_base, edition_basename) + + layer, new_layer_path = temp_pecha.add_layer( + edition_basename, AnnotationType.PAGINATION + ) + for ann in pagination_anns: + pecha.add_annotation(layer, ann, AnnotationType.PAGINATION) + + layer.save() + + # Copy Pagination JSON annotation file to pecha. + pecha_basename = Path(edition_layer_path).parent + tgt_path = pecha.layer_path / pecha_basename / new_layer_path.name + shutil.copy(new_layer_path.as_posix(), tgt_path.as_posix()) + + rel_path = str(tgt_path.relative_to(pecha.layer_path)) + logger.info(f"Pagination layer added at {rel_path}") + return (pecha, rel_path) + + def parse(self, pecha: Pecha, segments: list[str]): + """ + Parse the DOCX file and add segmentation and version layers to the Pecha. + Returns the relative paths to the created layers. + """ + old_basename = list(pecha.bases.keys())[0] + old_base = pecha.get_base(old_basename) + + new_base = "".join(segments) + + seg_anns = self.parse_segmentation(segments) + updated_seg_anns = update_coords(seg_anns, old_base, new_base) + version_anns = self.parse_version(old_base, new_base) + + _, seg_layer_path = self.add_segmentation_layer(pecha, updated_seg_anns) + _, version_layer_path = self.add_version_layer(pecha, version_anns) + + return seg_layer_path, version_layer_path + + def add_segmentation_layer( + self, pecha: Pecha, anns: list[SegmentationAnnotation] + ) -> tuple[Pecha, str]: + """ + Add a segmentation layer to the Pecha and return its relative path. + """ + basename = list(pecha.bases.keys())[0] + layer, layer_path = pecha.add_layer(basename, AnnotationType.SEGMENTATION) + for ann in anns: + pecha.add_annotation(layer, ann, AnnotationType.SEGMENTATION) + layer.save() + + relative_layer_path = str(layer_path.relative_to(pecha.layer_path)) + return (pecha, relative_layer_path) + + def add_version_layer(self, pecha: Pecha, anns: list[Version]) -> tuple[Pecha, str]: + """ + Add a spelling variant layer to the Pecha and return its relative path. + """ + basename = list(pecha.bases.keys())[0] + layer, layer_path = pecha.add_layer(basename, AnnotationType.VERSION) + for ann in anns: + pecha.add_annotation(layer, ann, AnnotationType.VERSION) + layer.save() + + relative_layer_path = str(layer_path.relative_to(pecha.layer_path)) + return (pecha, relative_layer_path) diff --git a/src/openpecha/pecha/serializers/__init__.py b/src/openpecha/pecha/serializers/__init__.py index 53a5fe94..6cf5e7f2 100644 --- a/src/openpecha/pecha/serializers/__init__.py +++ b/src/openpecha/pecha/serializers/__init__.py @@ -1,53 +1,53 @@ -from typing import Dict, Any -from openpecha.pecha.serializers.json import JsonSerializer, AlignedPechaJsonSerializer -from openpecha.config import get_logger -from openpecha.pecha.annotations import AlignedPechaJson, PechaJson - -logger = get_logger(__name__) - - -class SerializerLogicHandler: - """Handles serialization logic for different types of pecha alignment scenarios.""" - - def serialize( - self, - target: Dict[str, Any], - source: Dict[str, Any] = None - ) -> PechaJson | AlignedPechaJson: - """ - Serialize pecha data based on alignment structure. - - Args: - to: Dictionary containing target pecha and its annotations - Format: { - 'pecha': Pecha object, - 'annotations': [{'id': str, 'type': str}] - } - from_: Dictionary containing source pecha and its annotations (optional) - Format: { - 'pecha': Pecha object, - 'annotations': [{'id': str, 'type': str, 'aligned_to': str}] - } - - Returns: - Serialized data structure - """ - target_pecha = target['pecha'] - target_annotations = target['annotations'] - - - if source == None: - # Simple serialization of target pecha only - logger.info(f"Serializing target pecha only for Pecha '{target_pecha.id}'.") - return JsonSerializer().serialize(target_pecha, target_annotations) - else: - # Alignment-based serialization - source_pecha = source['pecha'] - source_annotations = source['annotations'] - logger.info(f"Serializing aligned target and source pechas for Pecha '{target_pecha.id}' and Pecha '{source_pecha.id}'.") - return AlignedPechaJsonSerializer( - target_pecha, target_annotations, - source_pecha, source_annotations - ).serialize() - +from typing import Dict, Any +from openpecha.pecha.serializers.json import JsonSerializer, AlignedPechaJsonSerializer +from openpecha.config import get_logger +from openpecha.pecha.annotations import AlignedPechaJson, PechaJson + +logger = get_logger(__name__) + + +class SerializerLogicHandler: + """Handles serialization logic for different types of pecha alignment scenarios.""" + + def serialize( + self, + target: Dict[str, Any], + source: Dict[str, Any] = None + ) -> PechaJson | AlignedPechaJson: + """ + Serialize pecha data based on alignment structure. + + Args: + to: Dictionary containing target pecha and its annotations + Format: { + 'pecha': Pecha object, + 'annotations': [{'id': str, 'type': str}] + } + from_: Dictionary containing source pecha and its annotations (optional) + Format: { + 'pecha': Pecha object, + 'annotations': [{'id': str, 'type': str, 'aligned_to': str}] + } + + Returns: + Serialized data structure + """ + target_pecha = target['pecha'] + target_annotations = target['annotations'] + + + if source == None: + # Simple serialization of target pecha only + logger.info(f"Serializing target pecha only for Pecha '{target_pecha.id}'.") + return JsonSerializer().serialize(target_pecha, target_annotations) + else: + # Alignment-based serialization + source_pecha = source['pecha'] + source_annotations = source['annotations'] + logger.info(f"Serializing aligned target and source pechas for Pecha '{target_pecha.id}' and Pecha '{source_pecha.id}'.") + return AlignedPechaJsonSerializer( + target_pecha, target_annotations, + source_pecha, source_annotations + ).serialize() + \ No newline at end of file diff --git a/src/openpecha/pecha/serializers/json.py b/src/openpecha/pecha/serializers/json.py index f32dfd8e..85990af0 100644 --- a/src/openpecha/pecha/serializers/json.py +++ b/src/openpecha/pecha/serializers/json.py @@ -1,357 +1,357 @@ -import shutil -import tempfile -from pathlib import Path - -from stam import AnnotationStore - -from openpecha.config import get_logger -from openpecha.pecha import Pecha -from openpecha.pecha.annotations import VersionVariantOperations -from openpecha.pecha.layer import ( - AnnotationType, - get_annotation_group_type, - get_annotation_type, -) -from openpecha.pecha.annotations import PechaJson, AlignedPechaJson -from openpecha.alignment import TranslationAlignmentMapping - -logger = get_logger(__name__) - - -class JsonSerializer: - def get_annotations(self, pecha: Pecha, annotation_paths: list[str]): - annotations = {} - for annotation_path in annotation_paths: - logger.info(f"Processing layer path: {annotation_path}") - ann_store = AnnotationStore(file=str(pecha.layer_path / annotation_path)) - ann_type = self._get_ann_type(annotation_path) - annotations[ann_type.value] = self.to_dict(ann_store, ann_type) - return annotations - - - def get_annotation(self, pecha: Pecha, annotation_paths: list[str], annotation_id: str): - annotations = {} - for annotation_path in annotation_paths: - ann_store = AnnotationStore(file=str(pecha.layer_path / annotation_path)) - ann_type = self._get_ann_type(annotation_path) - ann_id = annotation_path.split("/")[1][(len(ann_type.value)+1):-5] - if ann_id == annotation_id: - if ann_type.value not in annotations: - annotations[ann_type.value] = {} - annotations[ann_type.value][ann_id] = self.to_dict(ann_store, ann_type) - return annotations - raise ValueError(f"Annotation with id {annotation_id} not found") - - - def get_base(self, pecha: Pecha): - basename = list(pecha.bases.keys())[0] - base = pecha.get_base(basename) - logger.info( - f"Retrieved base text from Pecha '{pecha.id}' (basename: {basename})." - ) - return base - - @staticmethod - def to_dict(ann_store: AnnotationStore, ann_type: AnnotationType): - ann_group = get_annotation_group_type(ann_type) - anns = [] - - logger.info(f"Converting annotations of type '{ann_type.value}' to dict.") - for ann in ann_store: - ann_data = {} - for data in ann: - k, v = data.key().id(), data.value().get() - if k != ann_group.value: - ann_data[k] = v - curr_ann = { - "id": ann.id(), - "span": { - "start": ann.offset().begin().value(), - "end": ann.offset().end().value(), - }, - **ann_data, - } - - anns.append(curr_ann) - - logger.info( - f"Converted {len(anns)} annotations to dict for type '{ann_type.value}'." - ) - return anns - - @staticmethod - def _get_ann_type(layer_path: str): - layer_name = layer_path.split("/")[1] - ann_name = layer_name.split("-")[0] - return get_annotation_type(ann_name) - - def get_edition_base(self, pecha: Pecha, edition_layer_path: str) -> str: - """ - 1.Get base from Pecha. - 2.Read Spelling Variant Annotations from Edition Layer path - 3.Form a new base for Edition - """ - ann_store = AnnotationStore(file=str(pecha.layer_path / edition_layer_path)) - ann_type = self._get_ann_type(edition_layer_path) - anns = self.to_dict(ann_store, ann_type) - - old_base = self.get_base(pecha) - edition_base = "" - - cursor = 0 - for ann in anns: - start, end = ann["span"]["start"], ann["span"]["end"] - operation, text = ann["operation"], ann["text"] - - edition_base += old_base[cursor:start] - - if operation == VersionVariantOperations.INSERTION: - edition_base += text - elif operation == VersionVariantOperations.DELETION: - pass # Skip deleted text - else: - raise ValueError( - f"Invalid operation: {operation}. Expected 'insertion' or 'deletion'." - ) - - cursor = end - - logger.info("Successfully constructed edition base.") - return edition_base - - def get_annotation_paths(self, pecha: Pecha, annotations: list[dict]): - version_annotation_path = None - - def get_annotation_names(annotations: list[dict]): - version_annotation = None - annotation_filenames = [] - for annotation in annotations: - if annotation['type'] == 'version': - version_annotation = annotation['type'] + "-" + annotation["id"] - else: - filename = annotation['type'] + "-" + annotation["id"] - annotation_filenames.append(filename) - return version_annotation, annotation_filenames - - annotation_paths = [] - version_annotation, annotation_filenames = get_annotation_names(annotations) - for base_name in pecha.bases.keys(): - for path in Path(pecha.layer_path/base_name).iterdir(): - if path.stem in annotation_filenames: - annotation_paths.append("/".join(path.parts[-2:])) - if version_annotation != None and path.stem in version_annotation: - version_annotation_path = "/".join(path.parts[-2:]) - - return version_annotation_path, annotation_paths - - def serialize(self, pecha: Pecha, annotations: list[dict] = None) -> PechaJson: - """ - Get annotations for a single or list of layer paths. - Each layer_path is a string like: "B5FE/segmentation-4FD1.json" - """ - - version_annotation_path, annotation_paths = self.get_annotation_paths(pecha, annotations) - - if version_annotation_path != None: - base = self.get_edition_base(pecha, version_annotation_path) - else: - base = self.get_base(pecha) - - annotations = self.get_annotations(pecha, annotation_paths) - if "alignment" in annotations.keys() and "segmentation" in annotations.keys(): - del annotations["alignment"] - elif "alignment" in annotations.keys() and "segmentation" not in annotations.keys(): - annotations["segmentation"] = [] - for alignment in annotations["alignment"]: - segmentation = alignment.copy() - segmentation.pop("alignment_index", None) - annotations["segmentation"].append(segmentation) - del annotations["alignment"] - - logger.info(f"Serialization complete for Pecha '{pecha.id}'.") - return PechaJson(base=base, annotations=annotations) - - - def serialize_edition_annotations( - self, pecha: Pecha, edition_layer_path: str, layer_path: str - ): - """ - Get annotations for a single or list of edition layer paths. - Edition annotations are annotations done on top of edition base rather than the base. - """ - logger.info( - f"Serializing edition annotations from layer '{layer_path}' based on edition layer '{edition_layer_path}'." - ) - edition_base = self.get_edition_base(pecha, edition_layer_path) - edition_basename = Path(edition_layer_path).stem - output_path = str(Path(tempfile.mkdtemp()) / pecha.id) - - shutil.copytree(pecha.pecha_path.as_posix(), output_path) - Path(f"{output_path}/base/{edition_basename}.txt").write_text( - edition_base, encoding="utf-8" - ) - temp_pecha = pecha.from_path(Path(output_path)) - - serialized = self.serialize(temp_pecha, layer_path) - logger.info( - f"Successfully serialized edition annotations for layer '{layer_path}'." - ) - return serialized - - def get_base_from_pecha(self, pecha: Pecha, annotations: list[dict]): - version_annotation_path, _ = self.get_annotation_paths(pecha, annotations) - if version_annotation_path != None: - base = self.get_edition_base(pecha, version_annotation_path) - else: - base = self.get_base(pecha) - return base - - -class AlignedPechaJsonSerializer(JsonSerializer): - """ - Serializer for aligned pechas. - """ - def __init__(self, target_pecha: Pecha, target_annotations: list[dict], source_pecha: Pecha, source_annotations: list[dict]): - self.target_pecha = target_pecha - self.target_annotations = target_annotations - self.source_pecha = source_pecha - self.source_annotations = source_annotations - - - def get_annotation(self, pecha: Pecha, annotation_paths: list[str], annotation_id: str): - annotations = {} - for annotation_path in annotation_paths: - ann_store = AnnotationStore(file=str(pecha.layer_path / annotation_path)) - ann_type = self._get_ann_type(annotation_path) - ann_id = annotation_path.split("/")[1][(len(ann_type.value)+1):-5] - if ann_id == annotation_id: - annotations[ann_type.value] = self.to_dict(ann_store, ann_type) - return annotations - raise ValueError(f"Annotation with id {annotation_id} not found") - - - def get_annotation_paths(self, pecha: Pecha, annotations: list[dict]): - version_annotation_path = None - - def get_annotation_names(annotations: list[dict]): - version_annotation = None - annotation_filenames = [] - for annotation in annotations: - if annotation['type'] == 'version': - version_annotation = annotation['type'] + "-" + annotation["id"] - else: - filename = annotation['type'] + "-" + annotation["id"] - annotation_filenames.append(filename) - return version_annotation, annotation_filenames - - annotation_paths = [] - version_annotation, annotation_filenames = get_annotation_names(annotations) - for base_name in pecha.bases.keys(): - for path in Path(pecha.layer_path/base_name).iterdir(): - if path.stem in annotation_filenames: - annotation_paths.append("/".join(path.parts[-2:])) - if version_annotation != None and path.stem in version_annotation: - version_annotation_path = "/".join(path.parts[-2:]) - - return version_annotation_path, annotation_paths - - - def serialize(self) -> AlignedPechaJson: - source_base = JsonSerializer().get_base_from_pecha(self.source_pecha, self.source_annotations) - target_base = JsonSerializer().get_base_from_pecha(self.target_pecha, self.target_annotations) - transformed_annotation = self.serialize_aligned_pechas_transformed_annotations() - untransformed_annotation = self.serialize_aligned_pechas_untransformed_annotations() - return AlignedPechaJson( - source_base=source_base, - target_base=target_base, - transformed_annotation=transformed_annotation, - untransformed_annotation=untransformed_annotation - ) - - - def get_aligned_to_annotation_id(self, annotations: list[dict]): - for annotation in annotations: - if annotation['type'] == 'alignment': - if 'aligned_to' in annotation: - target_annotation_id = annotation['aligned_to'] - source_annotation_id = annotation['id'] - return target_annotation_id, source_annotation_id - raise ValueError("No aligned_to annotation found") - - - def serialize_aligned_pechas_untransformed_annotations(self): - _, target_annotation_paths = self.get_annotation_paths(self.target_pecha, self.target_annotations) - _, source_annotation_paths = self.get_annotation_paths(self.source_pecha, self.source_annotations) - - target_annotation_id, source_annotation_id = self.get_aligned_to_annotation_id(self.source_annotations) - target_annotation = self.get_annotation(self.target_pecha, target_annotation_paths, target_annotation_id) - source_annotation = self.get_annotation(self.source_pecha, source_annotation_paths, source_annotation_id) - - return { "target_annotation": target_annotation, "source_annotation": source_annotation } - - - def get_segmentation_annotation_store(self, pecha: Pecha, annotation_paths: list[str]): - for annotation_path in annotation_paths: - ann_store = AnnotationStore(file=str(pecha.layer_path / annotation_path)) - ann_type = self._get_ann_type(annotation_path) - if ann_type.value == 'segmentation': - return ann_store - raise ValueError("No segmentation annotation found") - - - def serialize_aligned_pechas_transformed_annotations(self): - target_annotation_id, source_annotation_id = self.get_aligned_to_annotation_id(self.source_annotations) - _, target_annotation_paths = self.get_annotation_paths(self.target_pecha, self.target_annotations) - _, source_annotation_paths = self.get_annotation_paths(self.source_pecha, self.source_annotations) - - target_annotation_id, source_annotation_id = self.get_aligned_to_annotation_id(self.source_annotations) - - is_target_annnotation_is_alignement = self._check_if_target_annotation_is_alignment_(self.target_annotations, target_annotation_id) - - target_alignment_annotation = None - if is_target_annnotation_is_alignement: - target_alignment_annotation_id = target_annotation_id - target_alignment_annotation = self.get_annotation(self.target_pecha, target_annotation_paths, target_alignment_annotation_id) - - target_segmentatation_annotation_id = self._get_target_segmentation_annotation_id_(self.target_annotations) - - target_segmentation_annotation = self.get_annotation(self.target_pecha, target_annotation_paths, target_segmentatation_annotation_id) - - mapped_compare_annotation = TranslationAlignmentMapping().map_annotation_layer_to_layer(target_segmentation_annotation, target_alignment_annotation) - - source_alignment_annotation = self.get_annotation(self.source_pecha, source_annotation_paths, source_annotation_id) - - source_annotation = self._updated_source_annotation_base_on_mapped_compare_annotation_(source_alignment_annotation, mapped_compare_annotation) - - return { "target_annotations": target_segmentation_annotation, "source_annotations": source_annotation } - - - def _updated_source_annotation_base_on_mapped_compare_annotation_(self, source_alignment_annotation: dict, mapped_compare_annotation: dict) -> dict: - if mapped_compare_annotation == {}: - return source_alignment_annotation - - for source_annotation in source_alignment_annotation['alignment']: - new_alignment_index = [] - for alignment_index in source_annotation['alignment_index']: - if alignment_index in mapped_compare_annotation: - new_alignment_index.extend(mapped_compare_annotation[alignment_index]) - - new_alignment_index = list(set(new_alignment_index)) - - source_annotation['alignment_index'] = new_alignment_index - - return source_alignment_annotation - - - def _get_target_segmentation_annotation_id_(self, target_annotations: list[dict]) -> str: - for target_annotation in target_annotations: - if (target_annotation['type'] == 'segmentation'): - return target_annotation['id'] - raise ValueError("No segmentation annotation found") - - - def _check_if_target_annotation_is_alignment_(self, target_annotations: list[dict], target_annotation_id: str) -> bool: - for target_annotation in target_annotations and target_annotation['id'] == target_annotation_id: - if (target_annotation['type'] == 'alignment'): - return True +import shutil +import tempfile +from pathlib import Path + +from stam import AnnotationStore + +from openpecha.config import get_logger +from openpecha.pecha import Pecha +from openpecha.pecha.annotations import VersionVariantOperations +from openpecha.pecha.layer import ( + AnnotationType, + get_annotation_group_type, + get_annotation_type, +) +from openpecha.pecha.annotations import PechaJson, AlignedPechaJson +from openpecha.alignment import TranslationAlignmentMapping + +logger = get_logger(__name__) + + +class JsonSerializer: + def get_annotations(self, pecha: Pecha, annotation_paths: list[str]): + annotations = {} + for annotation_path in annotation_paths: + logger.info(f"Processing layer path: {annotation_path}") + ann_store = AnnotationStore(file=str(pecha.layer_path / annotation_path)) + ann_type = self._get_ann_type(annotation_path) + annotations[ann_type.value] = self.to_dict(ann_store, ann_type) + return annotations + + + def get_annotation(self, pecha: Pecha, annotation_paths: list[str], annotation_id: str): + annotations = {} + for annotation_path in annotation_paths: + ann_store = AnnotationStore(file=str(pecha.layer_path / annotation_path)) + ann_type = self._get_ann_type(annotation_path) + ann_id = annotation_path.split("/")[1][(len(ann_type.value)+1):-5] + if ann_id == annotation_id: + if ann_type.value not in annotations: + annotations[ann_type.value] = {} + annotations[ann_type.value][ann_id] = self.to_dict(ann_store, ann_type) + return annotations + raise ValueError(f"Annotation with id {annotation_id} not found") + + + def get_base(self, pecha: Pecha): + basename = list(pecha.bases.keys())[0] + base = pecha.get_base(basename) + logger.info( + f"Retrieved base text from Pecha '{pecha.id}' (basename: {basename})." + ) + return base + + @staticmethod + def to_dict(ann_store: AnnotationStore, ann_type: AnnotationType): + ann_group = get_annotation_group_type(ann_type) + anns = [] + + logger.info(f"Converting annotations of type '{ann_type.value}' to dict.") + for ann in ann_store: + ann_data = {} + for data in ann: + k, v = data.key().id(), data.value().get() + if k != ann_group.value: + ann_data[k] = v + curr_ann = { + "id": ann.id(), + "span": { + "start": ann.offset().begin().value(), + "end": ann.offset().end().value(), + }, + **ann_data, + } + + anns.append(curr_ann) + + logger.info( + f"Converted {len(anns)} annotations to dict for type '{ann_type.value}'." + ) + return anns + + @staticmethod + def _get_ann_type(layer_path: str): + layer_name = layer_path.split("/")[1] + ann_name = layer_name.split("-")[0] + return get_annotation_type(ann_name) + + def get_edition_base(self, pecha: Pecha, edition_layer_path: str) -> str: + """ + 1.Get base from Pecha. + 2.Read Spelling Variant Annotations from Edition Layer path + 3.Form a new base for Edition + """ + ann_store = AnnotationStore(file=str(pecha.layer_path / edition_layer_path)) + ann_type = self._get_ann_type(edition_layer_path) + anns = self.to_dict(ann_store, ann_type) + + old_base = self.get_base(pecha) + edition_base = "" + + cursor = 0 + for ann in anns: + start, end = ann["span"]["start"], ann["span"]["end"] + operation, text = ann["operation"], ann["text"] + + edition_base += old_base[cursor:start] + + if operation == VersionVariantOperations.INSERTION: + edition_base += text + elif operation == VersionVariantOperations.DELETION: + pass # Skip deleted text + else: + raise ValueError( + f"Invalid operation: {operation}. Expected 'insertion' or 'deletion'." + ) + + cursor = end + + logger.info("Successfully constructed edition base.") + return edition_base + + def get_annotation_paths(self, pecha: Pecha, annotations: list[dict]): + version_annotation_path = None + + def get_annotation_names(annotations: list[dict]): + version_annotation = None + annotation_filenames = [] + for annotation in annotations: + if annotation['type'] == 'version': + version_annotation = annotation['type'] + "-" + annotation["id"] + else: + filename = annotation['type'] + "-" + annotation["id"] + annotation_filenames.append(filename) + return version_annotation, annotation_filenames + + annotation_paths = [] + version_annotation, annotation_filenames = get_annotation_names(annotations) + for base_name in pecha.bases.keys(): + for path in Path(pecha.layer_path/base_name).iterdir(): + if path.stem in annotation_filenames: + annotation_paths.append("/".join(path.parts[-2:])) + if version_annotation != None and path.stem in version_annotation: + version_annotation_path = "/".join(path.parts[-2:]) + + return version_annotation_path, annotation_paths + + def serialize(self, pecha: Pecha, annotations: list[dict] = None) -> PechaJson: + """ + Get annotations for a single or list of layer paths. + Each layer_path is a string like: "B5FE/segmentation-4FD1.json" + """ + + version_annotation_path, annotation_paths = self.get_annotation_paths(pecha, annotations) + + if version_annotation_path != None: + base = self.get_edition_base(pecha, version_annotation_path) + else: + base = self.get_base(pecha) + + annotations = self.get_annotations(pecha, annotation_paths) + if "alignment" in annotations.keys() and "segmentation" in annotations.keys(): + del annotations["alignment"] + elif "alignment" in annotations.keys() and "segmentation" not in annotations.keys(): + annotations["segmentation"] = [] + for alignment in annotations["alignment"]: + segmentation = alignment.copy() + segmentation.pop("alignment_index", None) + annotations["segmentation"].append(segmentation) + del annotations["alignment"] + + logger.info(f"Serialization complete for Pecha '{pecha.id}'.") + return PechaJson(base=base, annotations=annotations) + + + def serialize_edition_annotations( + self, pecha: Pecha, edition_layer_path: str, layer_path: str + ): + """ + Get annotations for a single or list of edition layer paths. + Edition annotations are annotations done on top of edition base rather than the base. + """ + logger.info( + f"Serializing edition annotations from layer '{layer_path}' based on edition layer '{edition_layer_path}'." + ) + edition_base = self.get_edition_base(pecha, edition_layer_path) + edition_basename = Path(edition_layer_path).stem + output_path = str(Path(tempfile.mkdtemp()) / pecha.id) + + shutil.copytree(pecha.pecha_path.as_posix(), output_path) + Path(f"{output_path}/base/{edition_basename}.txt").write_text( + edition_base, encoding="utf-8" + ) + temp_pecha = pecha.from_path(Path(output_path)) + + serialized = self.serialize(temp_pecha, layer_path) + logger.info( + f"Successfully serialized edition annotations for layer '{layer_path}'." + ) + return serialized + + def get_base_from_pecha(self, pecha: Pecha, annotations: list[dict]): + version_annotation_path, _ = self.get_annotation_paths(pecha, annotations) + if version_annotation_path != None: + base = self.get_edition_base(pecha, version_annotation_path) + else: + base = self.get_base(pecha) + return base + + +class AlignedPechaJsonSerializer(JsonSerializer): + """ + Serializer for aligned pechas. + """ + def __init__(self, target_pecha: Pecha, target_annotations: list[dict], source_pecha: Pecha, source_annotations: list[dict]): + self.target_pecha = target_pecha + self.target_annotations = target_annotations + self.source_pecha = source_pecha + self.source_annotations = source_annotations + + + def get_annotation(self, pecha: Pecha, annotation_paths: list[str], annotation_id: str): + annotations = {} + for annotation_path in annotation_paths: + ann_store = AnnotationStore(file=str(pecha.layer_path / annotation_path)) + ann_type = self._get_ann_type(annotation_path) + ann_id = annotation_path.split("/")[1][(len(ann_type.value)+1):-5] + if ann_id == annotation_id: + annotations[ann_type.value] = self.to_dict(ann_store, ann_type) + return annotations + raise ValueError(f"Annotation with id {annotation_id} not found") + + + def get_annotation_paths(self, pecha: Pecha, annotations: list[dict]): + version_annotation_path = None + + def get_annotation_names(annotations: list[dict]): + version_annotation = None + annotation_filenames = [] + for annotation in annotations: + if annotation['type'] == 'version': + version_annotation = annotation['type'] + "-" + annotation["id"] + else: + filename = annotation['type'] + "-" + annotation["id"] + annotation_filenames.append(filename) + return version_annotation, annotation_filenames + + annotation_paths = [] + version_annotation, annotation_filenames = get_annotation_names(annotations) + for base_name in pecha.bases.keys(): + for path in Path(pecha.layer_path/base_name).iterdir(): + if path.stem in annotation_filenames: + annotation_paths.append("/".join(path.parts[-2:])) + if version_annotation != None and path.stem in version_annotation: + version_annotation_path = "/".join(path.parts[-2:]) + + return version_annotation_path, annotation_paths + + + def serialize(self) -> AlignedPechaJson: + source_base = JsonSerializer().get_base_from_pecha(self.source_pecha, self.source_annotations) + target_base = JsonSerializer().get_base_from_pecha(self.target_pecha, self.target_annotations) + transformed_annotation = self.serialize_aligned_pechas_transformed_annotations() + untransformed_annotation = self.serialize_aligned_pechas_untransformed_annotations() + return AlignedPechaJson( + source_base=source_base, + target_base=target_base, + transformed_annotation=transformed_annotation, + untransformed_annotation=untransformed_annotation + ) + + + def get_aligned_to_annotation_id(self, annotations: list[dict]): + for annotation in annotations: + if annotation['type'] == 'alignment': + if 'aligned_to' in annotation: + target_annotation_id = annotation['aligned_to'] + source_annotation_id = annotation['id'] + return target_annotation_id, source_annotation_id + raise ValueError("No aligned_to annotation found") + + + def serialize_aligned_pechas_untransformed_annotations(self): + _, target_annotation_paths = self.get_annotation_paths(self.target_pecha, self.target_annotations) + _, source_annotation_paths = self.get_annotation_paths(self.source_pecha, self.source_annotations) + + target_annotation_id, source_annotation_id = self.get_aligned_to_annotation_id(self.source_annotations) + target_annotation = self.get_annotation(self.target_pecha, target_annotation_paths, target_annotation_id) + source_annotation = self.get_annotation(self.source_pecha, source_annotation_paths, source_annotation_id) + + return { "target_annotation": target_annotation, "source_annotation": source_annotation } + + + def get_segmentation_annotation_store(self, pecha: Pecha, annotation_paths: list[str]): + for annotation_path in annotation_paths: + ann_store = AnnotationStore(file=str(pecha.layer_path / annotation_path)) + ann_type = self._get_ann_type(annotation_path) + if ann_type.value == 'segmentation': + return ann_store + raise ValueError("No segmentation annotation found") + + + def serialize_aligned_pechas_transformed_annotations(self): + target_annotation_id, source_annotation_id = self.get_aligned_to_annotation_id(self.source_annotations) + _, target_annotation_paths = self.get_annotation_paths(self.target_pecha, self.target_annotations) + _, source_annotation_paths = self.get_annotation_paths(self.source_pecha, self.source_annotations) + + target_annotation_id, source_annotation_id = self.get_aligned_to_annotation_id(self.source_annotations) + + is_target_annnotation_is_alignement = self._check_if_target_annotation_is_alignment_(self.target_annotations, target_annotation_id) + + target_alignment_annotation = None + if is_target_annnotation_is_alignement: + target_alignment_annotation_id = target_annotation_id + target_alignment_annotation = self.get_annotation(self.target_pecha, target_annotation_paths, target_alignment_annotation_id) + + target_segmentatation_annotation_id = self._get_target_segmentation_annotation_id_(self.target_annotations) + + target_segmentation_annotation = self.get_annotation(self.target_pecha, target_annotation_paths, target_segmentatation_annotation_id) + + mapped_compare_annotation = TranslationAlignmentMapping().map_annotation_layer_to_layer(target_segmentation_annotation, target_alignment_annotation) + + source_alignment_annotation = self.get_annotation(self.source_pecha, source_annotation_paths, source_annotation_id) + + source_annotation = self._updated_source_annotation_base_on_mapped_compare_annotation_(source_alignment_annotation, mapped_compare_annotation) + + return { "target_annotations": target_segmentation_annotation, "source_annotations": source_annotation } + + + def _updated_source_annotation_base_on_mapped_compare_annotation_(self, source_alignment_annotation: dict, mapped_compare_annotation: dict) -> dict: + if mapped_compare_annotation == {}: + return source_alignment_annotation + + for source_annotation in source_alignment_annotation['alignment']: + new_alignment_index = [] + for alignment_index in source_annotation['alignment_index']: + if alignment_index in mapped_compare_annotation: + new_alignment_index.extend(mapped_compare_annotation[alignment_index]) + + new_alignment_index = list(set(new_alignment_index)) + + source_annotation['alignment_index'] = new_alignment_index + + return source_alignment_annotation + + + def _get_target_segmentation_annotation_id_(self, target_annotations: list[dict]) -> str: + for target_annotation in target_annotations: + if (target_annotation['type'] == 'segmentation'): + return target_annotation['id'] + raise ValueError("No segmentation annotation found") + + + def _check_if_target_annotation_is_alignment_(self, target_annotations: list[dict], target_annotation_id: str) -> bool: + for target_annotation in target_annotations: + if (target_annotation['type'] == 'alignment' and target_annotation['id'] == target_annotation_id): + return True return False \ No newline at end of file diff --git a/src/openpecha/utils.py b/src/openpecha/utils.py index b51baca0..7fef15a3 100644 --- a/src/openpecha/utils.py +++ b/src/openpecha/utils.py @@ -1,62 +1,62 @@ -import csv -import json -import os -from contextlib import contextmanager -from pathlib import Path -from typing import Dict, List - -from openpecha.exceptions import FileNotFoundError -from openpecha.pecha.annotations import BaseAnnotation, span - - -@contextmanager -def cwd(path): - """ - A context manager which changes the working directory to the given - path, and then changes it back to its previous value on exit. - """ - prev_cwd = os.getcwd() - os.chdir(path) - try: - yield - finally: - os.chdir(prev_cwd) - - -def read_csv(file_path) -> List[List[str]]: - with open(file_path, newline="", encoding="utf-8") as file: - reader = csv.reader(file) - rows = list(reader) -# return rows - - -def write_csv(file_path, data) -> None: - with open(file_path, mode="w", newline="", encoding="utf-8") as file: - writer = csv.writer(file) - writer.writerows(data) - - -def read_json(fn: str | Path) -> Dict: - fn = Path(fn) - if not fn.is_file(): - raise FileNotFoundError(f"{str(fn)} JSON file is not found to read.") - with fn.open("r", encoding="utf-8") as f: - return json.load(f) - - -def write_json( - output_fn: str | Path, - data: Dict, -) -> Path: - """Dump data to a JSON file.""" - output_fn = Path(output_fn) - output_fn.parent.mkdir(exist_ok=True, parents=True) - with output_fn.open("w", encoding="utf-8") as f: - json.dump(data, f, indent=2, ensure_ascii=False) - return output_fn - -def convert_to_base_annotation(raw_annotation): - span_data = raw_annotation["span"] - annotation_span = span(start=span_data["start"], end=span_data["end"]) - annotation_data = {k: v for k, v in raw_annotation.items() if k != "span" and k != "index"} +import csv +import json +import os +from contextlib import contextmanager +from pathlib import Path +from typing import Dict, List + +from openpecha.exceptions import FileNotFoundError +from openpecha.pecha.annotations import BaseAnnotation, span + + +@contextmanager +def cwd(path): + """ + A context manager which changes the working directory to the given + path, and then changes it back to its previous value on exit. + """ + prev_cwd = os.getcwd() + os.chdir(path) + try: + yield + finally: + os.chdir(prev_cwd) + + +def read_csv(file_path) -> List[List[str]]: + with open(file_path, newline="", encoding="utf-8") as file: + reader = csv.reader(file) + rows = list(reader) +# return rows + + +def write_csv(file_path, data) -> None: + with open(file_path, mode="w", newline="", encoding="utf-8") as file: + writer = csv.writer(file) + writer.writerows(data) + + +def read_json(fn: str | Path) -> Dict: + fn = Path(fn) + if not fn.is_file(): + raise FileNotFoundError(f"{str(fn)} JSON file is not found to read.") + with fn.open("r", encoding="utf-8") as f: + return json.load(f) + + +def write_json( + output_fn: str | Path, + data: Dict, +) -> Path: + """Dump data to a JSON file.""" + output_fn = Path(output_fn) + output_fn.parent.mkdir(exist_ok=True, parents=True) + with output_fn.open("w", encoding="utf-8") as f: + json.dump(data, f, indent=2, ensure_ascii=False) + return output_fn + +def convert_to_base_annotation(raw_annotation): + span_data = raw_annotation["span"] + annotation_span = span(start=span_data["start"], end=span_data["end"]) + annotation_data = {k: v for k, v in raw_annotation.items() if k != "span" and k != "index"} return BaseAnnotation(span=annotation_span, **annotation_data) \ No newline at end of file diff --git a/tests/alignment/commentary_transfer/data/commentary/I015AFFA7/base/B014.txt b/tests/alignment/commentary_transfer/data/commentary/I015AFFA7/base/B014.txt index aa82e0ad..08aaf8e3 100644 --- a/tests/alignment/commentary_transfer/data/commentary/I015AFFA7/base/B014.txt +++ b/tests/alignment/commentary_transfer/data/commentary/I015AFFA7/base/B014.txt @@ -1,12 +1,12 @@ -གཟུང་བ་མེད་པར་ཞེས་བྱ་བ་ལ་སོགས་པ་གསུངས་ཏེ། -འཆད་པར་འགྱུར་བའི་རིགས་པས་ཞེས་བྱ་བ་ནི་ཅི་ལྟར་རླུང་གིས་ཞེས་བྱ་བ་ལ་སོགས་པའོ། -ཐ་སྙད་ཙམ་དུ་ཡོད་པ་དོན་དམ་པར་ཡོད་པ་མ་ཡིན་པ་དེ་ལ་དངོས་པོ་བརྟགས་པར་ཡོད་པ་ཞེས་བྱ་ལ། -ཕྱི་རོལ་གྱི་དོན་མེད་ན་ཞེས་བྱ་བ་ནི་ཤེས་པ་ལས་ཐ་དད་དུ་གྱུར་པའི་སྔོན་པོ་ལ་སོགས་པའི་དོན་མེད་ནའོ། -དེ་བསམ་བྱ་ཞེས་བྱ་བ་ནི་རྨི་ལམ་ན་དོན་མེད་པའི་ཤེས་པ་ཡོད་པ་ཡིན་ནོ་ཞེས་བྱ་བ་དེ་ཡང་བསམ་པར་བྱའོ། -།ཡང་དེ་ཅི་ཞིག་ཅེ་ན་ཞེས་བྱ་བ་ནི། བསམ་པར་བྱ་བ་གང་ཞིག་ཡིན། །ཞེས་བྱ་བའོ། ། -གང་ཚེ་ཞེས་བྱ་བ་ལ་སོགས་པ་ནི་དབུ་མ་གང་གི་ཚེ་རྨི་ལམ་ན་ཡང་སེམས་མེད་པ་དེའི་ཚེ་རྨི་ལམ་གྱི་དཔེ་དེ་མ་གྲུབ་པ་ཡིན་ནོ་ཞེས་བྱ་བའི་ཐ་ཚིག་གོ། -།དེ་ཉིད་བསྟན་པར་བྱ་བའི་ཕྱིར། དེ་ཚེ་ཁྱོད་ཀྱི་དཔེ་ཡོད་མིན། །ཞེས་བྱ་བ་གསུངས་ཏེ། -གཉིད་སད་པའི་གནས་སྐབས་ན་དྲན་པའི་སྒོ་ནས་གལ་ཏེ་རྨི་ལམ་གྱི་གནས་སྐབས་ན་རྣམ་པར་ཤེས་པ་ཡོད་པར་ཁས་ལེན་ན། -ཅི་ལྟར་ཞེས་བྱ་བ་ལ་སོགས་པ་གསུངས་ཏེ། ཅི་ལྟར་ཉམས་སུ་མྱོང་བ་ལ་ནི་ངས་མཐོང་ངོ་སྙམ་པའི་དྲན་པ་ཡོད་པ་དེ་བཞིན་དུ་ཡུལ་ཡང་ཁས་བླང་བར་བྱ་དགོས་སོ། -།ཡང་ན་རྣམ་པར་ཤེས་པ་ཡང་ཡོད་པ་མ་ཡིན་ནོ་ཞེས་བྱ་བ་ནི་གལ་ཏེ་ཡུལ་དྲན་དུ་ཟིན་ཀྱང་ཡུལ་ཁས་མི་ལེན་ན་རྣམ་པར་ཤེས་པ་དྲན་ཡང་རྣམ་པར་ཤེས་པ་མེད་པར་ཁས་བླང་བའི་ཕྱིར་ཁོ་བོའི་ཕྱོགས་གྲུབ་པ་ཡིན་ནོ། -གཉིད་ཀྱིས་ཞེས་བྱ་བ་ལ་སོགས་པ་གསུངས་ཏེ། གཉིད་ལོག་པས་མིག་དང༌། རྣ་བ་དང༌། སྣ་དང༌། +གཟུང་བ་མེད་པར་ཞེས་བྱ་བ་ལ་སོགས་པ་གསུངས་ཏེ། +འཆད་པར་འགྱུར་བའི་རིགས་པས་ཞེས་བྱ་བ་ནི་ཅི་ལྟར་རླུང་གིས་ཞེས་བྱ་བ་ལ་སོགས་པའོ། +ཐ་སྙད་ཙམ་དུ་ཡོད་པ་དོན་དམ་པར་ཡོད་པ་མ་ཡིན་པ་དེ་ལ་དངོས་པོ་བརྟགས་པར་ཡོད་པ་ཞེས་བྱ་ལ། +ཕྱི་རོལ་གྱི་དོན་མེད་ན་ཞེས་བྱ་བ་ནི་ཤེས་པ་ལས་ཐ་དད་དུ་གྱུར་པའི་སྔོན་པོ་ལ་སོགས་པའི་དོན་མེད་ནའོ། +དེ་བསམ་བྱ་ཞེས་བྱ་བ་ནི་རྨི་ལམ་ན་དོན་མེད་པའི་ཤེས་པ་ཡོད་པ་ཡིན་ནོ་ཞེས་བྱ་བ་དེ་ཡང་བསམ་པར་བྱའོ། +།ཡང་དེ་ཅི་ཞིག་ཅེ་ན་ཞེས་བྱ་བ་ནི། བསམ་པར་བྱ་བ་གང་ཞིག་ཡིན། །ཞེས་བྱ་བའོ། ། +གང་ཚེ་ཞེས་བྱ་བ་ལ་སོགས་པ་ནི་དབུ་མ་གང་གི་ཚེ་རྨི་ལམ་ན་ཡང་སེམས་མེད་པ་དེའི་ཚེ་རྨི་ལམ་གྱི་དཔེ་དེ་མ་གྲུབ་པ་ཡིན་ནོ་ཞེས་བྱ་བའི་ཐ་ཚིག་གོ། +།དེ་ཉིད་བསྟན་པར་བྱ་བའི་ཕྱིར། དེ་ཚེ་ཁྱོད་ཀྱི་དཔེ་ཡོད་མིན། །ཞེས་བྱ་བ་གསུངས་ཏེ། +གཉིད་སད་པའི་གནས་སྐབས་ན་དྲན་པའི་སྒོ་ནས་གལ་ཏེ་རྨི་ལམ་གྱི་གནས་སྐབས་ན་རྣམ་པར་ཤེས་པ་ཡོད་པར་ཁས་ལེན་ན། +ཅི་ལྟར་ཞེས་བྱ་བ་ལ་སོགས་པ་གསུངས་ཏེ། ཅི་ལྟར་ཉམས་སུ་མྱོང་བ་ལ་ནི་ངས་མཐོང་ངོ་སྙམ་པའི་དྲན་པ་ཡོད་པ་དེ་བཞིན་དུ་ཡུལ་ཡང་ཁས་བླང་བར་བྱ་དགོས་སོ། +།ཡང་ན་རྣམ་པར་ཤེས་པ་ཡང་ཡོད་པ་མ་ཡིན་ནོ་ཞེས་བྱ་བ་ནི་གལ་ཏེ་ཡུལ་དྲན་དུ་ཟིན་ཀྱང་ཡུལ་ཁས་མི་ལེན་ན་རྣམ་པར་ཤེས་པ་དྲན་ཡང་རྣམ་པར་ཤེས་པ་མེད་པར་ཁས་བླང་བའི་ཕྱིར་ཁོ་བོའི་ཕྱོགས་གྲུབ་པ་ཡིན་ནོ། +གཉིད་ཀྱིས་ཞེས་བྱ་བ་ལ་སོགས་པ་གསུངས་ཏེ། གཉིད་ལོག་པས་མིག་དང༌། རྣ་བ་དང༌། སྣ་དང༌། diff --git a/tests/alignment/commentary_transfer/data/commentary/I015AFFA7/layers/B014/alignment-2127.json b/tests/alignment/commentary_transfer/data/commentary/I015AFFA7/layers/B014/alignment-2127.json index f8111709..8874abe6 100644 --- a/tests/alignment/commentary_transfer/data/commentary/I015AFFA7/layers/B014/alignment-2127.json +++ b/tests/alignment/commentary_transfer/data/commentary/I015AFFA7/layers/B014/alignment-2127.json @@ -1,575 +1,575 @@ -{ - "@type": "AnnotationStore", - "@id": "I015AFFA7", - "resources": [ - { - "@type": "TextResource", - "@id": "B014", - "@include": "../../base/B014.txt" - } - ], - "annotationsets": [ - { - "@type": "AnnotationDataSet", - "@id": "segmentation_annotation", - "keys": [ - { - "@type": "DataKey", - "@id": "index" - }, - { - "@type": "DataKey", - "@id": "alignment_index" - }, - { - "@type": "DataKey", - "@id": "segmentation_type" - } - ], - "data": [ - { - "@type": "AnnotationData", - "@id": "CD33CB24BE", - "key": "index", - "value": { - "@type": "Int", - "value": 1 - } - }, - { - "@type": "AnnotationData", - "@id": "FDCE8608F3", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 1 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "0270075830", - "key": "segmentation_type", - "value": { - "@type": "String", - "value": "alignment" - } - }, - { - "@type": "AnnotationData", - "@id": "22E4477227", - "key": "index", - "value": { - "@type": "Int", - "value": 2 - } - }, - { - "@type": "AnnotationData", - "@id": "0F2F322C56", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 2 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "8A683B2917", - "key": "index", - "value": { - "@type": "Int", - "value": 3 - } - }, - { - "@type": "AnnotationData", - "@id": "FEC8F7B833", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 3 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "EEEAD45345", - "key": "index", - "value": { - "@type": "Int", - "value": 4 - } - }, - { - "@type": "AnnotationData", - "@id": "DEEE043CA3", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 4 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "95AEBD220A", - "key": "index", - "value": { - "@type": "Int", - "value": 5 - } - }, - { - "@type": "AnnotationData", - "@id": "4ECCC54287", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 5 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "8128E30D5A", - "key": "index", - "value": { - "@type": "Int", - "value": 6 - } - }, - { - "@type": "AnnotationData", - "@id": "C97B1E8BF9", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 6 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "CC08AAAA76", - "key": "index", - "value": { - "@type": "Int", - "value": 7 - } - }, - { - "@type": "AnnotationData", - "@id": "E8E885A4CE", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 7 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "7941741868", - "key": "index", - "value": { - "@type": "Int", - "value": 8 - } - }, - { - "@type": "AnnotationData", - "@id": "E89885386C", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 8 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "F5D4EAB5FE", - "key": "index", - "value": { - "@type": "Int", - "value": 9 - } - }, - { - "@type": "AnnotationData", - "@id": "E7C2098730", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 9 - } - ] - } - } - ] - } - ], - "annotations": [ - { - "@type": "Annotation", - "@id": "5ED5D59969", - "target": { - "@type": "TextSelector", - "resource": "B014", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 0 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 42 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "CD33CB24BE", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "FDCE8608F3", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "0270075830", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "9DAD7F460F", - "target": { - "@type": "TextSelector", - "resource": "B014", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 43 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 117 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "22E4477227", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "0F2F322C56", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "0270075830", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "6850060CDD", - "target": { - "@type": "TextSelector", - "resource": "B014", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 118 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 198 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "8A683B2917", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "FEC8F7B833", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "0270075830", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "88F8B42309", - "target": { - "@type": "TextSelector", - "resource": "B014", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 199 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 290 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "EEEAD45345", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "DEEE043CA3", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "0270075830", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "1F86B74B46", - "target": { - "@type": "TextSelector", - "resource": "B014", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 291 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 452 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "95AEBD220A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "4ECCC54287", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "0270075830", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "E92B454ED1", - "target": { - "@type": "TextSelector", - "resource": "B014", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 453 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 659 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "8128E30D5A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "C97B1E8BF9", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "0270075830", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "63937BDD48", - "target": { - "@type": "TextSelector", - "resource": "B014", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 660 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 756 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "CC08AAAA76", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "E8E885A4CE", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "0270075830", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "BC7A7FDA98", - "target": { - "@type": "TextSelector", - "resource": "B014", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 757 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1065 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "7941741868", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "E89885386C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "0270075830", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "23834A44D3", - "target": { - "@type": "TextSelector", - "resource": "B014", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1066 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1142 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "F5D4EAB5FE", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "E7C2098730", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "0270075830", - "set": "segmentation_annotation" - } - ] - } - ] +{ + "@type": "AnnotationStore", + "@id": "I015AFFA7", + "resources": [ + { + "@type": "TextResource", + "@id": "B014", + "@include": "../../base/B014.txt" + } + ], + "annotationsets": [ + { + "@type": "AnnotationDataSet", + "@id": "segmentation_annotation", + "keys": [ + { + "@type": "DataKey", + "@id": "index" + }, + { + "@type": "DataKey", + "@id": "alignment_index" + }, + { + "@type": "DataKey", + "@id": "segmentation_type" + } + ], + "data": [ + { + "@type": "AnnotationData", + "@id": "CD33CB24BE", + "key": "index", + "value": { + "@type": "Int", + "value": 1 + } + }, + { + "@type": "AnnotationData", + "@id": "FDCE8608F3", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 1 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "0270075830", + "key": "segmentation_type", + "value": { + "@type": "String", + "value": "alignment" + } + }, + { + "@type": "AnnotationData", + "@id": "22E4477227", + "key": "index", + "value": { + "@type": "Int", + "value": 2 + } + }, + { + "@type": "AnnotationData", + "@id": "0F2F322C56", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 2 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "8A683B2917", + "key": "index", + "value": { + "@type": "Int", + "value": 3 + } + }, + { + "@type": "AnnotationData", + "@id": "FEC8F7B833", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 3 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "EEEAD45345", + "key": "index", + "value": { + "@type": "Int", + "value": 4 + } + }, + { + "@type": "AnnotationData", + "@id": "DEEE043CA3", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 4 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "95AEBD220A", + "key": "index", + "value": { + "@type": "Int", + "value": 5 + } + }, + { + "@type": "AnnotationData", + "@id": "4ECCC54287", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 5 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "8128E30D5A", + "key": "index", + "value": { + "@type": "Int", + "value": 6 + } + }, + { + "@type": "AnnotationData", + "@id": "C97B1E8BF9", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 6 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "CC08AAAA76", + "key": "index", + "value": { + "@type": "Int", + "value": 7 + } + }, + { + "@type": "AnnotationData", + "@id": "E8E885A4CE", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 7 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "7941741868", + "key": "index", + "value": { + "@type": "Int", + "value": 8 + } + }, + { + "@type": "AnnotationData", + "@id": "E89885386C", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 8 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "F5D4EAB5FE", + "key": "index", + "value": { + "@type": "Int", + "value": 9 + } + }, + { + "@type": "AnnotationData", + "@id": "E7C2098730", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 9 + } + ] + } + } + ] + } + ], + "annotations": [ + { + "@type": "Annotation", + "@id": "5ED5D59969", + "target": { + "@type": "TextSelector", + "resource": "B014", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 0 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 42 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "CD33CB24BE", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "FDCE8608F3", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "0270075830", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "9DAD7F460F", + "target": { + "@type": "TextSelector", + "resource": "B014", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 43 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 117 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "22E4477227", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "0F2F322C56", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "0270075830", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "6850060CDD", + "target": { + "@type": "TextSelector", + "resource": "B014", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 118 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 198 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "8A683B2917", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "FEC8F7B833", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "0270075830", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "88F8B42309", + "target": { + "@type": "TextSelector", + "resource": "B014", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 199 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 290 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "EEEAD45345", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "DEEE043CA3", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "0270075830", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "1F86B74B46", + "target": { + "@type": "TextSelector", + "resource": "B014", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 291 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 452 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "95AEBD220A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "4ECCC54287", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "0270075830", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "E92B454ED1", + "target": { + "@type": "TextSelector", + "resource": "B014", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 453 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 659 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "8128E30D5A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "C97B1E8BF9", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "0270075830", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "63937BDD48", + "target": { + "@type": "TextSelector", + "resource": "B014", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 660 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 756 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "CC08AAAA76", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "E8E885A4CE", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "0270075830", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "BC7A7FDA98", + "target": { + "@type": "TextSelector", + "resource": "B014", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 757 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1065 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "7941741868", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "E89885386C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "0270075830", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "23834A44D3", + "target": { + "@type": "TextSelector", + "resource": "B014", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1066 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1142 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "F5D4EAB5FE", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "E7C2098730", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "0270075830", + "set": "segmentation_annotation" + } + ] + } + ] } \ No newline at end of file diff --git a/tests/alignment/commentary_transfer/data/commentary/I015AFFA7/layers/B014/segmentation-33FC.json b/tests/alignment/commentary_transfer/data/commentary/I015AFFA7/layers/B014/segmentation-33FC.json index 8fe56996..cab90cb0 100644 --- a/tests/alignment/commentary_transfer/data/commentary/I015AFFA7/layers/B014/segmentation-33FC.json +++ b/tests/alignment/commentary_transfer/data/commentary/I015AFFA7/layers/B014/segmentation-33FC.json @@ -1,520 +1,520 @@ -{ - "@type": "AnnotationStore", - "@id": "I015AFFA7", - "resources": [ - { - "@type": "TextResource", - "@id": "B014", - "@include": "../../base/B014.txt" - } - ], - "annotationsets": [ - { - "@type": "AnnotationDataSet", - "@id": "segmentation_annotation", - "keys": [ - { - "@type": "DataKey", - "@id": "index" - }, - { - "@type": "DataKey", - "@id": "segmentation_type" - } - ], - "data": [ - { - "@type": "AnnotationData", - "@id": "A8BF2BF11D", - "key": "index", - "value": { - "@type": "Int", - "value": 1 - } - }, - { - "@type": "AnnotationData", - "@id": "5B442EFB4B", - "key": "segmentation_type", - "value": { - "@type": "String", - "value": "segmentation" - } - }, - { - "@type": "AnnotationData", - "@id": "C44C205219", - "key": "index", - "value": { - "@type": "Int", - "value": 2 - } - }, - { - "@type": "AnnotationData", - "@id": "D683434168", - "key": "index", - "value": { - "@type": "Int", - "value": 3 - } - }, - { - "@type": "AnnotationData", - "@id": "519D019443", - "key": "index", - "value": { - "@type": "Int", - "value": 4 - } - }, - { - "@type": "AnnotationData", - "@id": "BA99A4416C", - "key": "index", - "value": { - "@type": "Int", - "value": 5 - } - }, - { - "@type": "AnnotationData", - "@id": "17737740CE", - "key": "index", - "value": { - "@type": "Int", - "value": 6 - } - }, - { - "@type": "AnnotationData", - "@id": "8642C83699", - "key": "index", - "value": { - "@type": "Int", - "value": 7 - } - }, - { - "@type": "AnnotationData", - "@id": "700E494F4E", - "key": "index", - "value": { - "@type": "Int", - "value": 8 - } - }, - { - "@type": "AnnotationData", - "@id": "C918962F27", - "key": "index", - "value": { - "@type": "Int", - "value": 9 - } - }, - { - "@type": "AnnotationData", - "@id": "B800026856", - "key": "index", - "value": { - "@type": "Int", - "value": 10 - } - }, - { - "@type": "AnnotationData", - "@id": "641004D440", - "key": "index", - "value": { - "@type": "Int", - "value": 11 - } - }, - { - "@type": "AnnotationData", - "@id": "0A5CF8EF8F", - "key": "index", - "value": { - "@type": "Int", - "value": 12 - } - } - ] - } - ], - "annotations": [ - { - "@type": "Annotation", - "@id": "83BBFCF336", - "target": { - "@type": "TextSelector", - "resource": "B014", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 0 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 42 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "A8BF2BF11D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "5B442EFB4B", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "2FF0A05400", - "target": { - "@type": "TextSelector", - "resource": "B014", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 43 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 117 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "C44C205219", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "5B442EFB4B", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "583E508EAE", - "target": { - "@type": "TextSelector", - "resource": "B014", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 118 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 198 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "D683434168", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "5B442EFB4B", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "24B194884F", - "target": { - "@type": "TextSelector", - "resource": "B014", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 199 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 290 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "519D019443", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "5B442EFB4B", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "49084EF1A4", - "target": { - "@type": "TextSelector", - "resource": "B014", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 291 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 381 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "BA99A4416C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "5B442EFB4B", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "86C8AB3A5C", - "target": { - "@type": "TextSelector", - "resource": "B014", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 382 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 452 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "17737740CE", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "5B442EFB4B", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "FBE141000C", - "target": { - "@type": "TextSelector", - "resource": "B014", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 453 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 581 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "8642C83699", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "5B442EFB4B", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "888E16A89D", - "target": { - "@type": "TextSelector", - "resource": "B014", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 582 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 659 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "700E494F4E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "5B442EFB4B", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "2921119299", - "target": { - "@type": "TextSelector", - "resource": "B014", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 660 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 756 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "C918962F27", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "5B442EFB4B", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "87639D24A7", - "target": { - "@type": "TextSelector", - "resource": "B014", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 757 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 889 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "B800026856", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "5B442EFB4B", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "006E0FBE96", - "target": { - "@type": "TextSelector", - "resource": "B014", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 890 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1065 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "641004D440", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "5B442EFB4B", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "3C460DC192", - "target": { - "@type": "TextSelector", - "resource": "B014", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1066 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1142 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "0A5CF8EF8F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "5B442EFB4B", - "set": "segmentation_annotation" - } - ] - } - ] +{ + "@type": "AnnotationStore", + "@id": "I015AFFA7", + "resources": [ + { + "@type": "TextResource", + "@id": "B014", + "@include": "../../base/B014.txt" + } + ], + "annotationsets": [ + { + "@type": "AnnotationDataSet", + "@id": "segmentation_annotation", + "keys": [ + { + "@type": "DataKey", + "@id": "index" + }, + { + "@type": "DataKey", + "@id": "segmentation_type" + } + ], + "data": [ + { + "@type": "AnnotationData", + "@id": "A8BF2BF11D", + "key": "index", + "value": { + "@type": "Int", + "value": 1 + } + }, + { + "@type": "AnnotationData", + "@id": "5B442EFB4B", + "key": "segmentation_type", + "value": { + "@type": "String", + "value": "segmentation" + } + }, + { + "@type": "AnnotationData", + "@id": "C44C205219", + "key": "index", + "value": { + "@type": "Int", + "value": 2 + } + }, + { + "@type": "AnnotationData", + "@id": "D683434168", + "key": "index", + "value": { + "@type": "Int", + "value": 3 + } + }, + { + "@type": "AnnotationData", + "@id": "519D019443", + "key": "index", + "value": { + "@type": "Int", + "value": 4 + } + }, + { + "@type": "AnnotationData", + "@id": "BA99A4416C", + "key": "index", + "value": { + "@type": "Int", + "value": 5 + } + }, + { + "@type": "AnnotationData", + "@id": "17737740CE", + "key": "index", + "value": { + "@type": "Int", + "value": 6 + } + }, + { + "@type": "AnnotationData", + "@id": "8642C83699", + "key": "index", + "value": { + "@type": "Int", + "value": 7 + } + }, + { + "@type": "AnnotationData", + "@id": "700E494F4E", + "key": "index", + "value": { + "@type": "Int", + "value": 8 + } + }, + { + "@type": "AnnotationData", + "@id": "C918962F27", + "key": "index", + "value": { + "@type": "Int", + "value": 9 + } + }, + { + "@type": "AnnotationData", + "@id": "B800026856", + "key": "index", + "value": { + "@type": "Int", + "value": 10 + } + }, + { + "@type": "AnnotationData", + "@id": "641004D440", + "key": "index", + "value": { + "@type": "Int", + "value": 11 + } + }, + { + "@type": "AnnotationData", + "@id": "0A5CF8EF8F", + "key": "index", + "value": { + "@type": "Int", + "value": 12 + } + } + ] + } + ], + "annotations": [ + { + "@type": "Annotation", + "@id": "83BBFCF336", + "target": { + "@type": "TextSelector", + "resource": "B014", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 0 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 42 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "A8BF2BF11D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "5B442EFB4B", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "2FF0A05400", + "target": { + "@type": "TextSelector", + "resource": "B014", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 43 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 117 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "C44C205219", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "5B442EFB4B", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "583E508EAE", + "target": { + "@type": "TextSelector", + "resource": "B014", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 118 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 198 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "D683434168", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "5B442EFB4B", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "24B194884F", + "target": { + "@type": "TextSelector", + "resource": "B014", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 199 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 290 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "519D019443", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "5B442EFB4B", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "49084EF1A4", + "target": { + "@type": "TextSelector", + "resource": "B014", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 291 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 381 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "BA99A4416C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "5B442EFB4B", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "86C8AB3A5C", + "target": { + "@type": "TextSelector", + "resource": "B014", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 382 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 452 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "17737740CE", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "5B442EFB4B", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "FBE141000C", + "target": { + "@type": "TextSelector", + "resource": "B014", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 453 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 581 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "8642C83699", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "5B442EFB4B", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "888E16A89D", + "target": { + "@type": "TextSelector", + "resource": "B014", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 582 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 659 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "700E494F4E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "5B442EFB4B", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "2921119299", + "target": { + "@type": "TextSelector", + "resource": "B014", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 660 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 756 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "C918962F27", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "5B442EFB4B", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "87639D24A7", + "target": { + "@type": "TextSelector", + "resource": "B014", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 757 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 889 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "B800026856", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "5B442EFB4B", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "006E0FBE96", + "target": { + "@type": "TextSelector", + "resource": "B014", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 890 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1065 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "641004D440", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "5B442EFB4B", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "3C460DC192", + "target": { + "@type": "TextSelector", + "resource": "B014", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1066 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1142 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "0A5CF8EF8F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "5B442EFB4B", + "set": "segmentation_annotation" + } + ] + } + ] } \ No newline at end of file diff --git a/tests/alignment/commentary_transfer/data/commentary/I015AFFA7/metadata.json b/tests/alignment/commentary_transfer/data/commentary/I015AFFA7/metadata.json index c67c679d..2617da17 100644 --- a/tests/alignment/commentary_transfer/data/commentary/I015AFFA7/metadata.json +++ b/tests/alignment/commentary_transfer/data/commentary/I015AFFA7/metadata.json @@ -1,35 +1,35 @@ -{ - "id": "I015AFFA7", - "title": { - "bo": "དགོངས་པ་རབ་གསལ་ལས་སེམས་བསྐྱེད་དྲུག་པ། ཤོ་ལོ་ཀ ༡-༦༤", - "en": "Illuminating the Intent Chapter 6, verses 1 to 64", - "lzh": "《解深密经》第六品,第一至六十四偈" - }, - "author": { - "BO": "ཙོང་ཁ་པ་བློ་བཟང་གྲགས་པ།", - "EN": "Tsongkhapa Lobzang Drakpa" - }, - "imported": "2025-06-05T05:09:16.953332", - "source": "http://purl.bdrc.io/resource/WA1NLM688", - "toolkit_version": "2.1.13", - "parser": "DocxSimpleCommentaryParser", - "initial_creation_type": "google_docx", - "language": "bo", - "source_metadata": { - "type": "commentary", - "parent": "IA6E66F92" - }, - "bases": {}, - "copyright": { - "status": "Unknown", - "notice": "", - "info_url": null - }, - "licence": "Unknown", - "legacy_id": null, - "source_file": null, - "ocr_import_info": null, - "statistics": null, - "quality": null, - "last_modified": "2025-06-05T05:09:16.953330" +{ + "id": "I015AFFA7", + "title": { + "bo": "དགོངས་པ་རབ་གསལ་ལས་སེམས་བསྐྱེད་དྲུག་པ། ཤོ་ལོ་ཀ ༡-༦༤", + "en": "Illuminating the Intent Chapter 6, verses 1 to 64", + "lzh": "《解深密经》第六品,第一至六十四偈" + }, + "author": { + "BO": "ཙོང་ཁ་པ་བློ་བཟང་གྲགས་པ།", + "EN": "Tsongkhapa Lobzang Drakpa" + }, + "imported": "2025-06-05T05:09:16.953332", + "source": "http://purl.bdrc.io/resource/WA1NLM688", + "toolkit_version": "2.1.13", + "parser": "DocxSimpleCommentaryParser", + "initial_creation_type": "google_docx", + "language": "bo", + "source_metadata": { + "type": "commentary", + "parent": "IA6E66F92" + }, + "bases": {}, + "copyright": { + "status": "Unknown", + "notice": "", + "info_url": null + }, + "licence": "Unknown", + "legacy_id": null, + "source_file": null, + "ocr_import_info": null, + "statistics": null, + "quality": null, + "last_modified": "2025-06-05T05:09:16.953330" } \ No newline at end of file diff --git a/tests/alignment/commentary_transfer/data/root/I6556B464/base/B5FE.txt b/tests/alignment/commentary_transfer/data/root/I6556B464/base/B5FE.txt index 571b9307..546636f6 100644 --- a/tests/alignment/commentary_transfer/data/root/I6556B464/base/B5FE.txt +++ b/tests/alignment/commentary_transfer/data/root/I6556B464/base/B5FE.txt @@ -1,9 +1,9 @@ -བུ་མ་འཇུག་པ་ལས་སེམས་བསྐྱེད་དྲུག་པ། ཤོ་ལོ་ཀ ༡-༦༤ མངོན་དུ་ཕྱོགས་པར་མཉམ་བཞག་སེམས་གནས་ཏེ། །རྫོགས་པའི་སངས་རྒྱས་ཆོས་ལ་མངོན་ཕྱོགས་ཤིང༌། །འདི་བརྟེན་འབྱུང་བའི་དེ་ཉིད་མཐོང་བ་དེས། །ཤེས་རབ་གནས་པས་འགོག་པ་ཐོབ་པར་འགྱུར། ། -ཇི་ལྟར་ལོང་བའི་ཚོགས་ཀུན་བདེ་བླག་ཏུ། །མིག་ལྡན་སྐྱེས་བུ་གཅིག་གིས་འདོད་པ་ཡི། །ཡུལ་དུ་འཁྲིད་པ་དེ་བཞིན་འདིར་ཡང་བློས། །མིག་ཉམས་ཡོན་ཏན་བླངས་ཏེ་རྒྱལ་ཉིད་འགྲོ། ། -ཇི་ལྟར་དེ་ཡིས་ཆེས་ཟབ་ཆོས་རྟོགས་པ། །ལུང་དང་གཞན་ཡང་རིགས་པས་ཡིན་པས་ན། །དེ་ལྟར་འཕགས་པ་ཀླུ་སྒྲུབ་གཞུང་ལུགས་ལས། །ཇི་ལྟར་གནས་པའི་ལུགས་བཞིན་བརྗོད་པར་བྱ། ། -སོ་སོ་སྐྱེ་བོའི་དུས་ནའང་སྟོང་པ་ཉིད་ཐོས་ནས། །ནང་དུ་རབ་ཏུ་དགའ་བ་ཡང་དང་ཡང་དུ་འབྱུང༌། །རབ་ཏུ་དགའ་བ་ལས་བྱུང་མཆི་མས་མིག་བརླན་ཞིང༌། །ལུས་ཀྱི་བ་སྤུ་ལྡང་པར་འགྱུར་པ་གང་ཡིན་པ། ། -དེ་ལ་རྫོགས་པའི་སངས་རྒྱས་བློ་ཡི་ས་བོན་ཡོད། །དེ་ཉིད་ཉེ་བར་བསྟན་པའི་སྣོད་ནི་དེ་ཡིན་ཏེ། །དེ་ལ་དམ་པའི་དོན་གྱི་བདེན་པ་བསྟན་པར་བྱ། །དེ་ལ་དེ་ཡི་རྗེས་སུ་འགྲོ་བའི་ཡོན་ཏན་འབྱུང༌། ། -རྟག་ཏུ་ཚུལ་ཁྲིམས་ཡང་དག་བླངས་ནས་གནས་པར་འགྱུར། །སྦྱིན་པ་གཏོང་བར་འགྱུར་ཞིང་སྙིང་རྗེ་བསྟེན་པར་བྱེད། །བཟོད་པ་སྒོམ་བྱེད་དེ་ཡི་དགེ་བའང་བྱང་ཆུབ་ཏུ། །འགྲོ་བ་དགྲོལ་བར་བྱ་ཕྱིར་ཡོངས་སུ་བསྔོ་བྱེད་ཅིང༌། ། -རྫོགས་པའི་བྱང་ཆུབ་སེམས་དཔའ་རྣམས་ལ་གུས་པར་བྱེད། །ཟབ་ཅིང་རྒྱ་ཆེའི་ཚུལ་ལ་མཁས་པའི་སྐྱེ་བོས་ནི། །རིམ་གྱིས་རབ་ཏུ་དགའ་བའི་ས་ནི་འཐོབ་འགྱུར་བས། །དེ་ནི་དོན་དུ་གཉེར་བས་ལམ་འདི་མཉན་པར་གྱིས། ། -དེ་ཉིད་དེ་ལས་འབྱུང་མིན་གཞན་དག་ལས་ལྟ་ག་ལ་ཞིག །གཉིས་ཀ་ལས་ཀྱང་མ་ཡིན་རྒྱུ་མེད་པར་ནི་ག་ལ་ཡོད། །དེ་ནི་དེ་ལས་འབྱུང་ན་ཡོན་ཏན་འགའ་ཡང་ཡོད་མ་ཡིན། །སྐྱེས་པར་གྱུར་པ་སླར་ཡང་སྐྱེ་བར་རིགས་པའང་མ་ཡིན་ཉིད། ། -སྐྱེས་ཟིན་སླར་ཡང་སྐྱེ་བར་ཡོངས་སུ་རྟོག་པར་འགྱུར་ན་ནི། །མྱུ་གུ་ལ་སོགས་རྣམས་ཀྱི་སྐྱེ་བ་འདིར་རྙེད་མི་འགྱུར་ཞིང༌། །ས་བོན་སྲིད་མཐར་ཐུག་པར་རབ་ཏུ་སྐྱེ་བ་ཉིད་དུ་འགྱུར། །ཇི་ལྟར་དེ་ཉིད་ཀྱིས་དེ་རྣམ་པར་འཇིག་པར་བྱེད་པར་འགྱུར། ། +བུ་མ་འཇུག་པ་ལས་སེམས་བསྐྱེད་དྲུག་པ། ཤོ་ལོ་ཀ ༡-༦༤ མངོན་དུ་ཕྱོགས་པར་མཉམ་བཞག་སེམས་གནས་ཏེ། །རྫོགས་པའི་སངས་རྒྱས་ཆོས་ལ་མངོན་ཕྱོགས་ཤིང༌། །འདི་བརྟེན་འབྱུང་བའི་དེ་ཉིད་མཐོང་བ་དེས། །ཤེས་རབ་གནས་པས་འགོག་པ་ཐོབ་པར་འགྱུར། ། +ཇི་ལྟར་ལོང་བའི་ཚོགས་ཀུན་བདེ་བླག་ཏུ། །མིག་ལྡན་སྐྱེས་བུ་གཅིག་གིས་འདོད་པ་ཡི། །ཡུལ་དུ་འཁྲིད་པ་དེ་བཞིན་འདིར་ཡང་བློས། །མིག་ཉམས་ཡོན་ཏན་བླངས་ཏེ་རྒྱལ་ཉིད་འགྲོ། ། +ཇི་ལྟར་དེ་ཡིས་ཆེས་ཟབ་ཆོས་རྟོགས་པ། །ལུང་དང་གཞན་ཡང་རིགས་པས་ཡིན་པས་ན། །དེ་ལྟར་འཕགས་པ་ཀླུ་སྒྲུབ་གཞུང་ལུགས་ལས། །ཇི་ལྟར་གནས་པའི་ལུགས་བཞིན་བརྗོད་པར་བྱ། ། +སོ་སོ་སྐྱེ་བོའི་དུས་ནའང་སྟོང་པ་ཉིད་ཐོས་ནས། །ནང་དུ་རབ་ཏུ་དགའ་བ་ཡང་དང་ཡང་དུ་འབྱུང༌། །རབ་ཏུ་དགའ་བ་ལས་བྱུང་མཆི་མས་མིག་བརླན་ཞིང༌། །ལུས་ཀྱི་བ་སྤུ་ལྡང་པར་འགྱུར་པ་གང་ཡིན་པ། ། +དེ་ལ་རྫོགས་པའི་སངས་རྒྱས་བློ་ཡི་ས་བོན་ཡོད། །དེ་ཉིད་ཉེ་བར་བསྟན་པའི་སྣོད་ནི་དེ་ཡིན་ཏེ། །དེ་ལ་དམ་པའི་དོན་གྱི་བདེན་པ་བསྟན་པར་བྱ། །དེ་ལ་དེ་ཡི་རྗེས་སུ་འགྲོ་བའི་ཡོན་ཏན་འབྱུང༌། ། +རྟག་ཏུ་ཚུལ་ཁྲིམས་ཡང་དག་བླངས་ནས་གནས་པར་འགྱུར། །སྦྱིན་པ་གཏོང་བར་འགྱུར་ཞིང་སྙིང་རྗེ་བསྟེན་པར་བྱེད། །བཟོད་པ་སྒོམ་བྱེད་དེ་ཡི་དགེ་བའང་བྱང་ཆུབ་ཏུ། །འགྲོ་བ་དགྲོལ་བར་བྱ་ཕྱིར་ཡོངས་སུ་བསྔོ་བྱེད་ཅིང༌། ། +རྫོགས་པའི་བྱང་ཆུབ་སེམས་དཔའ་རྣམས་ལ་གུས་པར་བྱེད། །ཟབ་ཅིང་རྒྱ་ཆེའི་ཚུལ་ལ་མཁས་པའི་སྐྱེ་བོས་ནི། །རིམ་གྱིས་རབ་ཏུ་དགའ་བའི་ས་ནི་འཐོབ་འགྱུར་བས། །དེ་ནི་དོན་དུ་གཉེར་བས་ལམ་འདི་མཉན་པར་གྱིས། ། +དེ་ཉིད་དེ་ལས་འབྱུང་མིན་གཞན་དག་ལས་ལྟ་ག་ལ་ཞིག །གཉིས་ཀ་ལས་ཀྱང་མ་ཡིན་རྒྱུ་མེད་པར་ནི་ག་ལ་ཡོད། །དེ་ནི་དེ་ལས་འབྱུང་ན་ཡོན་ཏན་འགའ་ཡང་ཡོད་མ་ཡིན། །སྐྱེས་པར་གྱུར་པ་སླར་ཡང་སྐྱེ་བར་རིགས་པའང་མ་ཡིན་ཉིད། ། +སྐྱེས་ཟིན་སླར་ཡང་སྐྱེ་བར་ཡོངས་སུ་རྟོག་པར་འགྱུར་ན་ནི། །མྱུ་གུ་ལ་སོགས་རྣམས་ཀྱི་སྐྱེ་བ་འདིར་རྙེད་མི་འགྱུར་ཞིང༌། །ས་བོན་སྲིད་མཐར་ཐུག་པར་རབ་ཏུ་སྐྱེ་བ་ཉིད་དུ་འགྱུར། །ཇི་ལྟར་དེ་ཉིད་ཀྱིས་དེ་རྣམ་པར་འཇིག་པར་བྱེད་པར་འགྱུར། ། diff --git a/tests/alignment/commentary_transfer/data/root/I6556B464/layers/B5FE/alignment-6707.json b/tests/alignment/commentary_transfer/data/root/I6556B464/layers/B5FE/alignment-6707.json index 16bbb919..db882429 100644 --- a/tests/alignment/commentary_transfer/data/root/I6556B464/layers/B5FE/alignment-6707.json +++ b/tests/alignment/commentary_transfer/data/root/I6556B464/layers/B5FE/alignment-6707.json @@ -1,634 +1,634 @@ -{ - "@type": "AnnotationStore", - "@id": "I6556B464", - "resources": [ - { - "@type": "TextResource", - "@id": "B5FE", - "@include": "../../base/B5FE.txt" - } - ], - "annotationsets": [ - { - "@type": "AnnotationDataSet", - "@id": "segmentation_annotation", - "keys": [ - { - "@type": "DataKey", - "@id": "index" - }, - { - "@type": "DataKey", - "@id": "alignment_index" - }, - { - "@type": "DataKey", - "@id": "segmentation_type" - } - ], - "data": [ - { - "@type": "AnnotationData", - "@id": "4DDCAA451C", - "key": "index", - "value": { - "@type": "Int", - "value": 1 - } - }, - { - "@type": "AnnotationData", - "@id": "3F46616B1A", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 1 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "5017DE4455", - "key": "segmentation_type", - "value": { - "@type": "String", - "value": "alignment" - } - }, - { - "@type": "AnnotationData", - "@id": "BACD71947D", - "key": "index", - "value": { - "@type": "Int", - "value": 2 - } - }, - { - "@type": "AnnotationData", - "@id": "928E89DA25", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 2 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "24BDC6F326", - "key": "index", - "value": { - "@type": "Int", - "value": 3 - } - }, - { - "@type": "AnnotationData", - "@id": "3E95906A59", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 3 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "0408559FA1", - "key": "index", - "value": { - "@type": "Int", - "value": 4 - } - }, - { - "@type": "AnnotationData", - "@id": "3BED531E51", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 4 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "1393356330", - "key": "index", - "value": { - "@type": "Int", - "value": 5 - } - }, - { - "@type": "AnnotationData", - "@id": "A707CE481D", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 5 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "CA34EE89C7", - "key": "index", - "value": { - "@type": "Int", - "value": 6 - } - }, - { - "@type": "AnnotationData", - "@id": "9131C9940C", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 6 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "BCC8B9F229", - "key": "index", - "value": { - "@type": "Int", - "value": 7 - } - }, - { - "@type": "AnnotationData", - "@id": "520D354A35", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 7 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "8DBACA6D24", - "key": "index", - "value": { - "@type": "Int", - "value": 8 - } - }, - { - "@type": "AnnotationData", - "@id": "ACC70EBE9D", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 8 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "D993600CE1", - "key": "index", - "value": { - "@type": "Int", - "value": 9 - } - }, - { - "@type": "AnnotationData", - "@id": "1444709414", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 9 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "A0059DD3A9", - "key": "index", - "value": { - "@type": "Int", - "value": 10 - } - }, - { - "@type": "AnnotationData", - "@id": "DBCD554C30", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 10 - } - ] - } - } - ] - } - ], - "annotations": [ - { - "@type": "Annotation", - "@id": "A474074275", - "target": { - "@type": "TextSelector", - "resource": "B5FE", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 48 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 206 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4DDCAA451C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "3F46616B1A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "5017DE4455", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "D4A20DA498", - "target": { - "@type": "TextSelector", - "resource": "B5FE", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 207 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 359 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "BACD71947D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "928E89DA25", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "5017DE4455", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "9525976992", - "target": { - "@type": "TextSelector", - "resource": "B5FE", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 360 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 506 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "24BDC6F326", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "3E95906A59", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "5017DE4455", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "8EF768F77B", - "target": { - "@type": "TextSelector", - "resource": "B5FE", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 507 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 758 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "0408559FA1", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "3BED531E51", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "5017DE4455", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "4DA7765785", - "target": { - "@type": "TextSelector", - "resource": "B5FE", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 759 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 843 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "1393356330", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "A707CE481D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "5017DE4455", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "4799949BDC", - "target": { - "@type": "TextSelector", - "resource": "B5FE", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 844 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1082 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "CA34EE89C7", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "9131C9940C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "5017DE4455", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "53B1700BDD", - "target": { - "@type": "TextSelector", - "resource": "B5FE", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1083 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1213 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "BCC8B9F229", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "520D354A35", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "5017DE4455", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "4FA242CEC6", - "target": { - "@type": "TextSelector", - "resource": "B5FE", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1214 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1304 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "8DBACA6D24", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "ACC70EBE9D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "5017DE4455", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "DFFF4E130F", - "target": { - "@type": "TextSelector", - "resource": "B5FE", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1304 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1402 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "D993600CE1", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "1444709414", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "5017DE4455", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "8B55BBE833", - "target": { - "@type": "TextSelector", - "resource": "B5FE", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1403 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1616 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "A0059DD3A9", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "DBCD554C30", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "5017DE4455", - "set": "segmentation_annotation" - } - ] - } - ] +{ + "@type": "AnnotationStore", + "@id": "I6556B464", + "resources": [ + { + "@type": "TextResource", + "@id": "B5FE", + "@include": "../../base/B5FE.txt" + } + ], + "annotationsets": [ + { + "@type": "AnnotationDataSet", + "@id": "segmentation_annotation", + "keys": [ + { + "@type": "DataKey", + "@id": "index" + }, + { + "@type": "DataKey", + "@id": "alignment_index" + }, + { + "@type": "DataKey", + "@id": "segmentation_type" + } + ], + "data": [ + { + "@type": "AnnotationData", + "@id": "4DDCAA451C", + "key": "index", + "value": { + "@type": "Int", + "value": 1 + } + }, + { + "@type": "AnnotationData", + "@id": "3F46616B1A", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 1 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "5017DE4455", + "key": "segmentation_type", + "value": { + "@type": "String", + "value": "alignment" + } + }, + { + "@type": "AnnotationData", + "@id": "BACD71947D", + "key": "index", + "value": { + "@type": "Int", + "value": 2 + } + }, + { + "@type": "AnnotationData", + "@id": "928E89DA25", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 2 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "24BDC6F326", + "key": "index", + "value": { + "@type": "Int", + "value": 3 + } + }, + { + "@type": "AnnotationData", + "@id": "3E95906A59", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 3 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "0408559FA1", + "key": "index", + "value": { + "@type": "Int", + "value": 4 + } + }, + { + "@type": "AnnotationData", + "@id": "3BED531E51", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 4 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "1393356330", + "key": "index", + "value": { + "@type": "Int", + "value": 5 + } + }, + { + "@type": "AnnotationData", + "@id": "A707CE481D", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 5 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "CA34EE89C7", + "key": "index", + "value": { + "@type": "Int", + "value": 6 + } + }, + { + "@type": "AnnotationData", + "@id": "9131C9940C", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 6 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "BCC8B9F229", + "key": "index", + "value": { + "@type": "Int", + "value": 7 + } + }, + { + "@type": "AnnotationData", + "@id": "520D354A35", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 7 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "8DBACA6D24", + "key": "index", + "value": { + "@type": "Int", + "value": 8 + } + }, + { + "@type": "AnnotationData", + "@id": "ACC70EBE9D", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 8 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "D993600CE1", + "key": "index", + "value": { + "@type": "Int", + "value": 9 + } + }, + { + "@type": "AnnotationData", + "@id": "1444709414", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 9 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "A0059DD3A9", + "key": "index", + "value": { + "@type": "Int", + "value": 10 + } + }, + { + "@type": "AnnotationData", + "@id": "DBCD554C30", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 10 + } + ] + } + } + ] + } + ], + "annotations": [ + { + "@type": "Annotation", + "@id": "A474074275", + "target": { + "@type": "TextSelector", + "resource": "B5FE", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 48 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 206 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4DDCAA451C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "3F46616B1A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "5017DE4455", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "D4A20DA498", + "target": { + "@type": "TextSelector", + "resource": "B5FE", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 207 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 359 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "BACD71947D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "928E89DA25", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "5017DE4455", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "9525976992", + "target": { + "@type": "TextSelector", + "resource": "B5FE", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 360 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 506 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "24BDC6F326", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "3E95906A59", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "5017DE4455", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "8EF768F77B", + "target": { + "@type": "TextSelector", + "resource": "B5FE", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 507 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 758 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "0408559FA1", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "3BED531E51", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "5017DE4455", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "4DA7765785", + "target": { + "@type": "TextSelector", + "resource": "B5FE", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 759 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 843 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "1393356330", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "A707CE481D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "5017DE4455", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "4799949BDC", + "target": { + "@type": "TextSelector", + "resource": "B5FE", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 844 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1082 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "CA34EE89C7", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "9131C9940C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "5017DE4455", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "53B1700BDD", + "target": { + "@type": "TextSelector", + "resource": "B5FE", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1083 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1213 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "BCC8B9F229", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "520D354A35", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "5017DE4455", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "4FA242CEC6", + "target": { + "@type": "TextSelector", + "resource": "B5FE", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1214 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1304 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "8DBACA6D24", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "ACC70EBE9D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "5017DE4455", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "DFFF4E130F", + "target": { + "@type": "TextSelector", + "resource": "B5FE", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1304 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1402 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "D993600CE1", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "1444709414", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "5017DE4455", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "8B55BBE833", + "target": { + "@type": "TextSelector", + "resource": "B5FE", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1403 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1616 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "A0059DD3A9", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "DBCD554C30", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "5017DE4455", + "set": "segmentation_annotation" + } + ] + } + ] } \ No newline at end of file diff --git a/tests/alignment/commentary_transfer/data/root/I6556B464/layers/B5FE/segmentation-4FD1.json b/tests/alignment/commentary_transfer/data/root/I6556B464/layers/B5FE/segmentation-4FD1.json index e0adbcc3..c08513b4 100644 --- a/tests/alignment/commentary_transfer/data/root/I6556B464/layers/B5FE/segmentation-4FD1.json +++ b/tests/alignment/commentary_transfer/data/root/I6556B464/layers/B5FE/segmentation-4FD1.json @@ -1,400 +1,400 @@ -{ - "@type": "AnnotationStore", - "@id": "I6556B464", - "resources": [ - { - "@type": "TextResource", - "@id": "B5FE", - "@include": "../../base/B5FE.txt" - } - ], - "annotationsets": [ - { - "@type": "AnnotationDataSet", - "@id": "segmentation_annotation", - "keys": [ - { - "@type": "DataKey", - "@id": "index" - }, - { - "@type": "DataKey", - "@id": "segmentation_type" - } - ], - "data": [ - { - "@type": "AnnotationData", - "@id": "4698329290", - "key": "index", - "value": { - "@type": "Int", - "value": 1 - } - }, - { - "@type": "AnnotationData", - "@id": "0CCAABCC9C", - "key": "segmentation_type", - "value": { - "@type": "String", - "value": "segmentation" - } - }, - { - "@type": "AnnotationData", - "@id": "E9E6D28DD9", - "key": "index", - "value": { - "@type": "Int", - "value": 2 - } - }, - { - "@type": "AnnotationData", - "@id": "2F563C8B67", - "key": "index", - "value": { - "@type": "Int", - "value": 3 - } - }, - { - "@type": "AnnotationData", - "@id": "B0C4B78587", - "key": "index", - "value": { - "@type": "Int", - "value": 4 - } - }, - { - "@type": "AnnotationData", - "@id": "BA44A34411", - "key": "index", - "value": { - "@type": "Int", - "value": 5 - } - }, - { - "@type": "AnnotationData", - "@id": "A3224A2CEC", - "key": "index", - "value": { - "@type": "Int", - "value": 6 - } - }, - { - "@type": "AnnotationData", - "@id": "C36803DE3D", - "key": "index", - "value": { - "@type": "Int", - "value": 7 - } - }, - { - "@type": "AnnotationData", - "@id": "0040053CCE", - "key": "index", - "value": { - "@type": "Int", - "value": 8 - } - }, - { - "@type": "AnnotationData", - "@id": "029011020F", - "key": "index", - "value": { - "@type": "Int", - "value": 9 - } - } - ] - } - ], - "annotations": [ - { - "@type": "Annotation", - "@id": "59EBB25F49", - "target": { - "@type": "TextSelector", - "resource": "B5FE", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 0 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 206 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4698329290", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "0CCAABCC9C", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "1C6219999D", - "target": { - "@type": "TextSelector", - "resource": "B5FE", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 207 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 359 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "E9E6D28DD9", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "0CCAABCC9C", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "2E324FF8E3", - "target": { - "@type": "TextSelector", - "resource": "B5FE", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 360 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 506 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "2F563C8B67", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "0CCAABCC9C", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "248229AD9C", - "target": { - "@type": "TextSelector", - "resource": "B5FE", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 507 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 673 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "B0C4B78587", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "0CCAABCC9C", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "AFF893CC4A", - "target": { - "@type": "TextSelector", - "resource": "B5FE", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 674 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 843 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "BA44A34411", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "0CCAABCC9C", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "E6350684CA", - "target": { - "@type": "TextSelector", - "resource": "B5FE", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 844 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1034 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "A3224A2CEC", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "0CCAABCC9C", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "8725807438", - "target": { - "@type": "TextSelector", - "resource": "B5FE", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1035 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1213 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "C36803DE3D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "0CCAABCC9C", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "D2BACBFB51", - "target": { - "@type": "TextSelector", - "resource": "B5FE", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1214 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1402 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "0040053CCE", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "0CCAABCC9C", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "E9DCF0CBEB", - "target": { - "@type": "TextSelector", - "resource": "B5FE", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1403 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1616 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "029011020F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "0CCAABCC9C", - "set": "segmentation_annotation" - } - ] - } - ] +{ + "@type": "AnnotationStore", + "@id": "I6556B464", + "resources": [ + { + "@type": "TextResource", + "@id": "B5FE", + "@include": "../../base/B5FE.txt" + } + ], + "annotationsets": [ + { + "@type": "AnnotationDataSet", + "@id": "segmentation_annotation", + "keys": [ + { + "@type": "DataKey", + "@id": "index" + }, + { + "@type": "DataKey", + "@id": "segmentation_type" + } + ], + "data": [ + { + "@type": "AnnotationData", + "@id": "4698329290", + "key": "index", + "value": { + "@type": "Int", + "value": 1 + } + }, + { + "@type": "AnnotationData", + "@id": "0CCAABCC9C", + "key": "segmentation_type", + "value": { + "@type": "String", + "value": "segmentation" + } + }, + { + "@type": "AnnotationData", + "@id": "E9E6D28DD9", + "key": "index", + "value": { + "@type": "Int", + "value": 2 + } + }, + { + "@type": "AnnotationData", + "@id": "2F563C8B67", + "key": "index", + "value": { + "@type": "Int", + "value": 3 + } + }, + { + "@type": "AnnotationData", + "@id": "B0C4B78587", + "key": "index", + "value": { + "@type": "Int", + "value": 4 + } + }, + { + "@type": "AnnotationData", + "@id": "BA44A34411", + "key": "index", + "value": { + "@type": "Int", + "value": 5 + } + }, + { + "@type": "AnnotationData", + "@id": "A3224A2CEC", + "key": "index", + "value": { + "@type": "Int", + "value": 6 + } + }, + { + "@type": "AnnotationData", + "@id": "C36803DE3D", + "key": "index", + "value": { + "@type": "Int", + "value": 7 + } + }, + { + "@type": "AnnotationData", + "@id": "0040053CCE", + "key": "index", + "value": { + "@type": "Int", + "value": 8 + } + }, + { + "@type": "AnnotationData", + "@id": "029011020F", + "key": "index", + "value": { + "@type": "Int", + "value": 9 + } + } + ] + } + ], + "annotations": [ + { + "@type": "Annotation", + "@id": "59EBB25F49", + "target": { + "@type": "TextSelector", + "resource": "B5FE", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 0 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 206 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4698329290", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "0CCAABCC9C", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "1C6219999D", + "target": { + "@type": "TextSelector", + "resource": "B5FE", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 207 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 359 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "E9E6D28DD9", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "0CCAABCC9C", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "2E324FF8E3", + "target": { + "@type": "TextSelector", + "resource": "B5FE", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 360 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 506 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "2F563C8B67", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "0CCAABCC9C", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "248229AD9C", + "target": { + "@type": "TextSelector", + "resource": "B5FE", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 507 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 673 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "B0C4B78587", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "0CCAABCC9C", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "AFF893CC4A", + "target": { + "@type": "TextSelector", + "resource": "B5FE", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 674 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 843 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "BA44A34411", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "0CCAABCC9C", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "E6350684CA", + "target": { + "@type": "TextSelector", + "resource": "B5FE", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 844 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1034 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "A3224A2CEC", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "0CCAABCC9C", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "8725807438", + "target": { + "@type": "TextSelector", + "resource": "B5FE", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1035 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1213 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "C36803DE3D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "0CCAABCC9C", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "D2BACBFB51", + "target": { + "@type": "TextSelector", + "resource": "B5FE", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1214 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1402 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "0040053CCE", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "0CCAABCC9C", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "E9DCF0CBEB", + "target": { + "@type": "TextSelector", + "resource": "B5FE", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1403 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1616 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "029011020F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "0CCAABCC9C", + "set": "segmentation_annotation" + } + ] + } + ] } \ No newline at end of file diff --git a/tests/alignment/commentary_transfer/data/root/I6556B464/layers/B5FE/version-4B69.json b/tests/alignment/commentary_transfer/data/root/I6556B464/layers/B5FE/version-4B69.json index a04a39a2..e66b9062 100644 --- a/tests/alignment/commentary_transfer/data/root/I6556B464/layers/B5FE/version-4B69.json +++ b/tests/alignment/commentary_transfer/data/root/I6556B464/layers/B5FE/version-4B69.json @@ -1,719 +1,719 @@ -{ - "@type": "AnnotationStore", - "@id": "I6556B464", - "resources": [ - { - "@type": "TextResource", - "@id": "B5FE", - "@include": "../../base/B5FE.txt" - } - ], - "annotationsets": [ - { - "@type": "AnnotationDataSet", - "@id": "variation_annotation", - "keys": [ - { - "@type": "DataKey", - "@id": "operation" - }, - { - "@type": "DataKey", - "@id": "text" - }, - { - "@type": "DataKey", - "@id": "spelling_variation" - } - ], - "data": [ - { - "@type": "AnnotationData", - "@id": "464460A58E", - "key": "operation", - "value": { - "@type": "String", - "value": "deletion" - } - }, - { - "@type": "AnnotationData", - "@id": "580754C8EB", - "key": "text", - "value": { - "@type": "String", - "value": "" - } - }, - { - "@type": "AnnotationData", - "@id": "F04E3D4454", - "key": "spelling_variation", - "value": { - "@type": "String", - "value": "version" - } - }, - { - "@type": "AnnotationData", - "@id": "7F6DF07A41", - "key": "operation", - "value": { - "@type": "String", - "value": "insertion" - } - }, - { - "@type": "AnnotationData", - "@id": "11D617FB6D", - "key": "text", - "value": { - "@type": "String", - "value": "རྟག་ཏུ་ཚུལ་ཁྲིམས་ཡང་དག་བླངས་ནས་གནས་པར་འགྱུར། " - } - }, - { - "@type": "AnnotationData", - "@id": "CC52043416", - "key": "text", - "value": { - "@type": "String", - "value": "འགྲོ་བ་དགྲོལ་བར་བྱ་ཕྱིར་ཡོངས་སུ་བསྔོ་བྱེད་ཅིང༌" - } - }, - { - "@type": "AnnotationData", - "@id": "F56F1AF50C", - "key": "text", - "value": { - "@type": "String", - "value": "པར་" - } - }, - { - "@type": "AnnotationData", - "@id": "2D0C3D06B1", - "key": "text", - "value": { - "@type": "String", - "value": "བ" - } - } - ] - } - ], - "annotations": [ - { - "@type": "Annotation", - "@id": "F75D0A385F", - "target": { - "@type": "TextSelector", - "resource": "B5FE", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 206 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 207 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "464460A58E", - "set": "variation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "580754C8EB", - "set": "variation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "F04E3D4454", - "set": "variation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "40DC08746A", - "target": { - "@type": "TextSelector", - "resource": "B5FE", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 359 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 360 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "464460A58E", - "set": "variation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "580754C8EB", - "set": "variation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "F04E3D4454", - "set": "variation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "1E3FF2EE53", - "target": { - "@type": "TextSelector", - "resource": "B5FE", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 506 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 507 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "464460A58E", - "set": "variation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "580754C8EB", - "set": "variation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "F04E3D4454", - "set": "variation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "2C0F6A647C", - "target": { - "@type": "TextSelector", - "resource": "B5FE", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 673 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 674 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "464460A58E", - "set": "variation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "580754C8EB", - "set": "variation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "F04E3D4454", - "set": "variation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "58D1810058", - "target": { - "@type": "TextSelector", - "resource": "B5FE", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 843 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 844 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "464460A58E", - "set": "variation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "580754C8EB", - "set": "variation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "F04E3D4454", - "set": "variation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "F850B4724B", - "target": { - "@type": "TextSelector", - "resource": "B5FE", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 844 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 844 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "7F6DF07A41", - "set": "variation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "11D617FB6D", - "set": "variation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "F04E3D4454", - "set": "variation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "CE45CE5DCB", - "target": { - "@type": "TextSelector", - "resource": "B5FE", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1034 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1080 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "464460A58E", - "set": "variation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "580754C8EB", - "set": "variation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "F04E3D4454", - "set": "variation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "89A896C496", - "target": { - "@type": "TextSelector", - "resource": "B5FE", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1080 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1080 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "7F6DF07A41", - "set": "variation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "CC52043416", - "set": "variation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "F04E3D4454", - "set": "variation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "02FD17DDB1", - "target": { - "@type": "TextSelector", - "resource": "B5FE", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1170 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1214 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "464460A58E", - "set": "variation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "580754C8EB", - "set": "variation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "F04E3D4454", - "set": "variation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "52B7B714B1", - "target": { - "@type": "TextSelector", - "resource": "B5FE", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1279 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1279 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "7F6DF07A41", - "set": "variation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "F56F1AF50C", - "set": "variation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "F04E3D4454", - "set": "variation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "BC0ABD8AA0", - "target": { - "@type": "TextSelector", - "resource": "B5FE", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1322 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1323 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "464460A58E", - "set": "variation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "580754C8EB", - "set": "variation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "F04E3D4454", - "set": "variation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "E328477DEC", - "target": { - "@type": "TextSelector", - "resource": "B5FE", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1323 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1323 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "7F6DF07A41", - "set": "variation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "2D0C3D06B1", - "set": "variation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "F04E3D4454", - "set": "variation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "B7A514D45A", - "target": { - "@type": "TextSelector", - "resource": "B5FE", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1402 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1403 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "464460A58E", - "set": "variation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "580754C8EB", - "set": "variation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "F04E3D4454", - "set": "variation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "D1330B3D6C", - "target": { - "@type": "TextSelector", - "resource": "B5FE", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1441 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1444 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "464460A58E", - "set": "variation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "580754C8EB", - "set": "variation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "F04E3D4454", - "set": "variation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "697E81CC40", - "target": { - "@type": "TextSelector", - "resource": "B5FE", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1497 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1500 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "464460A58E", - "set": "variation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "580754C8EB", - "set": "variation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "F04E3D4454", - "set": "variation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "14867C0149", - "target": { - "@type": "TextSelector", - "resource": "B5FE", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1573 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1585 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "464460A58E", - "set": "variation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "580754C8EB", - "set": "variation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "F04E3D4454", - "set": "variation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "16315A0845", - "target": { - "@type": "TextSelector", - "resource": "B5FE", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1616 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1617 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "464460A58E", - "set": "variation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "580754C8EB", - "set": "variation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "F04E3D4454", - "set": "variation_annotation" - } - ] - } - ] +{ + "@type": "AnnotationStore", + "@id": "I6556B464", + "resources": [ + { + "@type": "TextResource", + "@id": "B5FE", + "@include": "../../base/B5FE.txt" + } + ], + "annotationsets": [ + { + "@type": "AnnotationDataSet", + "@id": "variation_annotation", + "keys": [ + { + "@type": "DataKey", + "@id": "operation" + }, + { + "@type": "DataKey", + "@id": "text" + }, + { + "@type": "DataKey", + "@id": "spelling_variation" + } + ], + "data": [ + { + "@type": "AnnotationData", + "@id": "464460A58E", + "key": "operation", + "value": { + "@type": "String", + "value": "deletion" + } + }, + { + "@type": "AnnotationData", + "@id": "580754C8EB", + "key": "text", + "value": { + "@type": "String", + "value": "" + } + }, + { + "@type": "AnnotationData", + "@id": "F04E3D4454", + "key": "spelling_variation", + "value": { + "@type": "String", + "value": "version" + } + }, + { + "@type": "AnnotationData", + "@id": "7F6DF07A41", + "key": "operation", + "value": { + "@type": "String", + "value": "insertion" + } + }, + { + "@type": "AnnotationData", + "@id": "11D617FB6D", + "key": "text", + "value": { + "@type": "String", + "value": "རྟག་ཏུ་ཚུལ་ཁྲིམས་ཡང་དག་བླངས་ནས་གནས་པར་འགྱུར། " + } + }, + { + "@type": "AnnotationData", + "@id": "CC52043416", + "key": "text", + "value": { + "@type": "String", + "value": "འགྲོ་བ་དགྲོལ་བར་བྱ་ཕྱིར་ཡོངས་སུ་བསྔོ་བྱེད་ཅིང༌" + } + }, + { + "@type": "AnnotationData", + "@id": "F56F1AF50C", + "key": "text", + "value": { + "@type": "String", + "value": "པར་" + } + }, + { + "@type": "AnnotationData", + "@id": "2D0C3D06B1", + "key": "text", + "value": { + "@type": "String", + "value": "བ" + } + } + ] + } + ], + "annotations": [ + { + "@type": "Annotation", + "@id": "F75D0A385F", + "target": { + "@type": "TextSelector", + "resource": "B5FE", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 206 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 207 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "464460A58E", + "set": "variation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "580754C8EB", + "set": "variation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "F04E3D4454", + "set": "variation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "40DC08746A", + "target": { + "@type": "TextSelector", + "resource": "B5FE", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 359 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 360 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "464460A58E", + "set": "variation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "580754C8EB", + "set": "variation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "F04E3D4454", + "set": "variation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "1E3FF2EE53", + "target": { + "@type": "TextSelector", + "resource": "B5FE", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 506 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 507 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "464460A58E", + "set": "variation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "580754C8EB", + "set": "variation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "F04E3D4454", + "set": "variation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "2C0F6A647C", + "target": { + "@type": "TextSelector", + "resource": "B5FE", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 673 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 674 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "464460A58E", + "set": "variation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "580754C8EB", + "set": "variation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "F04E3D4454", + "set": "variation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "58D1810058", + "target": { + "@type": "TextSelector", + "resource": "B5FE", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 843 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 844 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "464460A58E", + "set": "variation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "580754C8EB", + "set": "variation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "F04E3D4454", + "set": "variation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "F850B4724B", + "target": { + "@type": "TextSelector", + "resource": "B5FE", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 844 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 844 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "7F6DF07A41", + "set": "variation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "11D617FB6D", + "set": "variation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "F04E3D4454", + "set": "variation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "CE45CE5DCB", + "target": { + "@type": "TextSelector", + "resource": "B5FE", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1034 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1080 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "464460A58E", + "set": "variation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "580754C8EB", + "set": "variation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "F04E3D4454", + "set": "variation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "89A896C496", + "target": { + "@type": "TextSelector", + "resource": "B5FE", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1080 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1080 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "7F6DF07A41", + "set": "variation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "CC52043416", + "set": "variation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "F04E3D4454", + "set": "variation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "02FD17DDB1", + "target": { + "@type": "TextSelector", + "resource": "B5FE", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1170 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1214 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "464460A58E", + "set": "variation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "580754C8EB", + "set": "variation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "F04E3D4454", + "set": "variation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "52B7B714B1", + "target": { + "@type": "TextSelector", + "resource": "B5FE", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1279 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1279 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "7F6DF07A41", + "set": "variation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "F56F1AF50C", + "set": "variation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "F04E3D4454", + "set": "variation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "BC0ABD8AA0", + "target": { + "@type": "TextSelector", + "resource": "B5FE", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1322 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1323 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "464460A58E", + "set": "variation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "580754C8EB", + "set": "variation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "F04E3D4454", + "set": "variation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "E328477DEC", + "target": { + "@type": "TextSelector", + "resource": "B5FE", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1323 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1323 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "7F6DF07A41", + "set": "variation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "2D0C3D06B1", + "set": "variation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "F04E3D4454", + "set": "variation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "B7A514D45A", + "target": { + "@type": "TextSelector", + "resource": "B5FE", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1402 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1403 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "464460A58E", + "set": "variation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "580754C8EB", + "set": "variation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "F04E3D4454", + "set": "variation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "D1330B3D6C", + "target": { + "@type": "TextSelector", + "resource": "B5FE", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1441 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1444 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "464460A58E", + "set": "variation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "580754C8EB", + "set": "variation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "F04E3D4454", + "set": "variation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "697E81CC40", + "target": { + "@type": "TextSelector", + "resource": "B5FE", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1497 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1500 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "464460A58E", + "set": "variation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "580754C8EB", + "set": "variation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "F04E3D4454", + "set": "variation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "14867C0149", + "target": { + "@type": "TextSelector", + "resource": "B5FE", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1573 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1585 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "464460A58E", + "set": "variation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "580754C8EB", + "set": "variation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "F04E3D4454", + "set": "variation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "16315A0845", + "target": { + "@type": "TextSelector", + "resource": "B5FE", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1616 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1617 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "464460A58E", + "set": "variation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "580754C8EB", + "set": "variation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "F04E3D4454", + "set": "variation_annotation" + } + ] + } + ] } \ No newline at end of file diff --git a/tests/alignment/commentary_transfer/data/root/I6556B464/layers/B5FE/version-FD85.json b/tests/alignment/commentary_transfer/data/root/I6556B464/layers/B5FE/version-FD85.json index 81ac413c..d0cdf945 100644 --- a/tests/alignment/commentary_transfer/data/root/I6556B464/layers/B5FE/version-FD85.json +++ b/tests/alignment/commentary_transfer/data/root/I6556B464/layers/B5FE/version-FD85.json @@ -1,719 +1,719 @@ -{ - "@type": "AnnotationStore", - "@id": "I6556B464", - "resources": [ - { - "@type": "TextResource", - "@id": "B5FE", - "@include": "../../base/B5FE.txt" - } - ], - "annotationsets": [ - { - "@type": "AnnotationDataSet", - "@id": "variation_annotation", - "keys": [ - { - "@type": "DataKey", - "@id": "operation" - }, - { - "@type": "DataKey", - "@id": "text" - }, - { - "@type": "DataKey", - "@id": "spelling_variation" - } - ], - "data": [ - { - "@type": "AnnotationData", - "@id": "59CB4231A8", - "key": "operation", - "value": { - "@type": "String", - "value": "deletion" - } - }, - { - "@type": "AnnotationData", - "@id": "8E58A4FEE3", - "key": "text", - "value": { - "@type": "String", - "value": "" - } - }, - { - "@type": "AnnotationData", - "@id": "32B961F24E", - "key": "spelling_variation", - "value": { - "@type": "String", - "value": "version" - } - }, - { - "@type": "AnnotationData", - "@id": "EF62534994", - "key": "operation", - "value": { - "@type": "String", - "value": "insertion" - } - }, - { - "@type": "AnnotationData", - "@id": "A1126AA682", - "key": "text", - "value": { - "@type": "String", - "value": "རྟག་ཏུ་ཚུལ་ཁྲིམས་ཡང་དག་བླངས་ནས་གནས་པར་འགྱུར། " - } - }, - { - "@type": "AnnotationData", - "@id": "4884741089", - "key": "text", - "value": { - "@type": "String", - "value": "འགྲོ་བ་དགྲོལ་བར་བྱ་ཕྱིར་ཡོངས་སུ་བསྔོ་བྱེད་ཅིང༌" - } - }, - { - "@type": "AnnotationData", - "@id": "8843D6076D", - "key": "text", - "value": { - "@type": "String", - "value": "པར་" - } - }, - { - "@type": "AnnotationData", - "@id": "506F035306", - "key": "text", - "value": { - "@type": "String", - "value": "བ" - } - } - ] - } - ], - "annotations": [ - { - "@type": "Annotation", - "@id": "BCD51595A5", - "target": { - "@type": "TextSelector", - "resource": "B5FE", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 206 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 207 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "59CB4231A8", - "set": "variation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "8E58A4FEE3", - "set": "variation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "32B961F24E", - "set": "variation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "024740E484", - "target": { - "@type": "TextSelector", - "resource": "B5FE", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 359 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 360 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "59CB4231A8", - "set": "variation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "8E58A4FEE3", - "set": "variation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "32B961F24E", - "set": "variation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "7A4F98D868", - "target": { - "@type": "TextSelector", - "resource": "B5FE", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 506 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 507 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "59CB4231A8", - "set": "variation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "8E58A4FEE3", - "set": "variation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "32B961F24E", - "set": "variation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "A88A44DAA2", - "target": { - "@type": "TextSelector", - "resource": "B5FE", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 673 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 674 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "59CB4231A8", - "set": "variation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "8E58A4FEE3", - "set": "variation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "32B961F24E", - "set": "variation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "6CBF0912D2", - "target": { - "@type": "TextSelector", - "resource": "B5FE", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 843 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 844 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "59CB4231A8", - "set": "variation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "8E58A4FEE3", - "set": "variation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "32B961F24E", - "set": "variation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "12AD7694D1", - "target": { - "@type": "TextSelector", - "resource": "B5FE", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 844 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 844 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "EF62534994", - "set": "variation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "A1126AA682", - "set": "variation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "32B961F24E", - "set": "variation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "4FFD94D733", - "target": { - "@type": "TextSelector", - "resource": "B5FE", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1034 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1080 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "59CB4231A8", - "set": "variation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "8E58A4FEE3", - "set": "variation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "32B961F24E", - "set": "variation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "8247A73D9C", - "target": { - "@type": "TextSelector", - "resource": "B5FE", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1080 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1080 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "EF62534994", - "set": "variation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "4884741089", - "set": "variation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "32B961F24E", - "set": "variation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "BA92600AC5", - "target": { - "@type": "TextSelector", - "resource": "B5FE", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1170 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1214 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "59CB4231A8", - "set": "variation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "8E58A4FEE3", - "set": "variation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "32B961F24E", - "set": "variation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "43A0337100", - "target": { - "@type": "TextSelector", - "resource": "B5FE", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1279 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1279 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "EF62534994", - "set": "variation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "8843D6076D", - "set": "variation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "32B961F24E", - "set": "variation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "307210B7FB", - "target": { - "@type": "TextSelector", - "resource": "B5FE", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1322 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1323 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "59CB4231A8", - "set": "variation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "8E58A4FEE3", - "set": "variation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "32B961F24E", - "set": "variation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "696C686FF4", - "target": { - "@type": "TextSelector", - "resource": "B5FE", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1323 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1323 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "EF62534994", - "set": "variation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "506F035306", - "set": "variation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "32B961F24E", - "set": "variation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "7E01D8DE77", - "target": { - "@type": "TextSelector", - "resource": "B5FE", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1402 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1403 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "59CB4231A8", - "set": "variation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "8E58A4FEE3", - "set": "variation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "32B961F24E", - "set": "variation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "99DF4766A9", - "target": { - "@type": "TextSelector", - "resource": "B5FE", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1441 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1444 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "59CB4231A8", - "set": "variation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "8E58A4FEE3", - "set": "variation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "32B961F24E", - "set": "variation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "77390C4DED", - "target": { - "@type": "TextSelector", - "resource": "B5FE", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1497 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1500 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "59CB4231A8", - "set": "variation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "8E58A4FEE3", - "set": "variation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "32B961F24E", - "set": "variation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "BE4A5C189C", - "target": { - "@type": "TextSelector", - "resource": "B5FE", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1573 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1585 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "59CB4231A8", - "set": "variation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "8E58A4FEE3", - "set": "variation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "32B961F24E", - "set": "variation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "002F921008", - "target": { - "@type": "TextSelector", - "resource": "B5FE", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1616 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1617 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "59CB4231A8", - "set": "variation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "8E58A4FEE3", - "set": "variation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "32B961F24E", - "set": "variation_annotation" - } - ] - } - ] +{ + "@type": "AnnotationStore", + "@id": "I6556B464", + "resources": [ + { + "@type": "TextResource", + "@id": "B5FE", + "@include": "../../base/B5FE.txt" + } + ], + "annotationsets": [ + { + "@type": "AnnotationDataSet", + "@id": "variation_annotation", + "keys": [ + { + "@type": "DataKey", + "@id": "operation" + }, + { + "@type": "DataKey", + "@id": "text" + }, + { + "@type": "DataKey", + "@id": "spelling_variation" + } + ], + "data": [ + { + "@type": "AnnotationData", + "@id": "59CB4231A8", + "key": "operation", + "value": { + "@type": "String", + "value": "deletion" + } + }, + { + "@type": "AnnotationData", + "@id": "8E58A4FEE3", + "key": "text", + "value": { + "@type": "String", + "value": "" + } + }, + { + "@type": "AnnotationData", + "@id": "32B961F24E", + "key": "spelling_variation", + "value": { + "@type": "String", + "value": "version" + } + }, + { + "@type": "AnnotationData", + "@id": "EF62534994", + "key": "operation", + "value": { + "@type": "String", + "value": "insertion" + } + }, + { + "@type": "AnnotationData", + "@id": "A1126AA682", + "key": "text", + "value": { + "@type": "String", + "value": "རྟག་ཏུ་ཚུལ་ཁྲིམས་ཡང་དག་བླངས་ནས་གནས་པར་འགྱུར། " + } + }, + { + "@type": "AnnotationData", + "@id": "4884741089", + "key": "text", + "value": { + "@type": "String", + "value": "འགྲོ་བ་དགྲོལ་བར་བྱ་ཕྱིར་ཡོངས་སུ་བསྔོ་བྱེད་ཅིང༌" + } + }, + { + "@type": "AnnotationData", + "@id": "8843D6076D", + "key": "text", + "value": { + "@type": "String", + "value": "པར་" + } + }, + { + "@type": "AnnotationData", + "@id": "506F035306", + "key": "text", + "value": { + "@type": "String", + "value": "བ" + } + } + ] + } + ], + "annotations": [ + { + "@type": "Annotation", + "@id": "BCD51595A5", + "target": { + "@type": "TextSelector", + "resource": "B5FE", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 206 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 207 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "59CB4231A8", + "set": "variation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "8E58A4FEE3", + "set": "variation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "32B961F24E", + "set": "variation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "024740E484", + "target": { + "@type": "TextSelector", + "resource": "B5FE", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 359 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 360 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "59CB4231A8", + "set": "variation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "8E58A4FEE3", + "set": "variation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "32B961F24E", + "set": "variation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "7A4F98D868", + "target": { + "@type": "TextSelector", + "resource": "B5FE", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 506 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 507 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "59CB4231A8", + "set": "variation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "8E58A4FEE3", + "set": "variation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "32B961F24E", + "set": "variation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "A88A44DAA2", + "target": { + "@type": "TextSelector", + "resource": "B5FE", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 673 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 674 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "59CB4231A8", + "set": "variation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "8E58A4FEE3", + "set": "variation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "32B961F24E", + "set": "variation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "6CBF0912D2", + "target": { + "@type": "TextSelector", + "resource": "B5FE", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 843 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 844 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "59CB4231A8", + "set": "variation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "8E58A4FEE3", + "set": "variation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "32B961F24E", + "set": "variation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "12AD7694D1", + "target": { + "@type": "TextSelector", + "resource": "B5FE", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 844 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 844 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "EF62534994", + "set": "variation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "A1126AA682", + "set": "variation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "32B961F24E", + "set": "variation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "4FFD94D733", + "target": { + "@type": "TextSelector", + "resource": "B5FE", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1034 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1080 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "59CB4231A8", + "set": "variation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "8E58A4FEE3", + "set": "variation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "32B961F24E", + "set": "variation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "8247A73D9C", + "target": { + "@type": "TextSelector", + "resource": "B5FE", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1080 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1080 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "EF62534994", + "set": "variation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "4884741089", + "set": "variation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "32B961F24E", + "set": "variation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "BA92600AC5", + "target": { + "@type": "TextSelector", + "resource": "B5FE", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1170 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1214 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "59CB4231A8", + "set": "variation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "8E58A4FEE3", + "set": "variation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "32B961F24E", + "set": "variation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "43A0337100", + "target": { + "@type": "TextSelector", + "resource": "B5FE", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1279 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1279 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "EF62534994", + "set": "variation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "8843D6076D", + "set": "variation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "32B961F24E", + "set": "variation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "307210B7FB", + "target": { + "@type": "TextSelector", + "resource": "B5FE", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1322 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1323 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "59CB4231A8", + "set": "variation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "8E58A4FEE3", + "set": "variation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "32B961F24E", + "set": "variation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "696C686FF4", + "target": { + "@type": "TextSelector", + "resource": "B5FE", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1323 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1323 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "EF62534994", + "set": "variation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "506F035306", + "set": "variation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "32B961F24E", + "set": "variation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "7E01D8DE77", + "target": { + "@type": "TextSelector", + "resource": "B5FE", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1402 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1403 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "59CB4231A8", + "set": "variation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "8E58A4FEE3", + "set": "variation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "32B961F24E", + "set": "variation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "99DF4766A9", + "target": { + "@type": "TextSelector", + "resource": "B5FE", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1441 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1444 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "59CB4231A8", + "set": "variation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "8E58A4FEE3", + "set": "variation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "32B961F24E", + "set": "variation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "77390C4DED", + "target": { + "@type": "TextSelector", + "resource": "B5FE", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1497 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1500 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "59CB4231A8", + "set": "variation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "8E58A4FEE3", + "set": "variation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "32B961F24E", + "set": "variation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "BE4A5C189C", + "target": { + "@type": "TextSelector", + "resource": "B5FE", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1573 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1585 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "59CB4231A8", + "set": "variation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "8E58A4FEE3", + "set": "variation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "32B961F24E", + "set": "variation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "002F921008", + "target": { + "@type": "TextSelector", + "resource": "B5FE", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1616 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1617 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "59CB4231A8", + "set": "variation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "8E58A4FEE3", + "set": "variation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "32B961F24E", + "set": "variation_annotation" + } + ] + } + ] } \ No newline at end of file diff --git a/tests/alignment/commentary_transfer/data/root/I6556B464/metadata.json b/tests/alignment/commentary_transfer/data/root/I6556B464/metadata.json index f6964c84..7bb96194 100644 --- a/tests/alignment/commentary_transfer/data/root/I6556B464/metadata.json +++ b/tests/alignment/commentary_transfer/data/root/I6556B464/metadata.json @@ -1,31 +1,31 @@ -{ - "id": "I6556B464", - "title": { - "bo": "དགོངས་པ་རབ་གསལ་ལས་སེམས་བསྐྱེད་དྲུག་པ། ཤོ་ལོ་ཀ ༡-༦༤", - "en": "Illuminating the Intent Chapter 6, verses 1 to 64" - }, - "author": { - "bo": "ཙོང་ཁ་པ་བློ་བཟང་གྲགས་པ།", - "en": "Tsongkhapa Lobzang Drakpa" - }, - "imported": "2025-06-05T04:58:07.589787", - "source": "http://purl.bdrc.io/resource/WA1NLM688", - "toolkit_version": "2.1.13", - "parser": "DocxRootParser", - "initial_creation_type": "google_docx", - "language": "bo", - "source_metadata": {}, - "bases": {}, - "copyright": { - "status": "Unknown", - "notice": "", - "info_url": null - }, - "licence": "Unknown", - "legacy_id": null, - "source_file": null, - "ocr_import_info": null, - "statistics": null, - "quality": null, - "last_modified": "2025-06-05T04:58:07.589785" +{ + "id": "I6556B464", + "title": { + "bo": "དགོངས་པ་རབ་གསལ་ལས་སེམས་བསྐྱེད་དྲུག་པ། ཤོ་ལོ་ཀ ༡-༦༤", + "en": "Illuminating the Intent Chapter 6, verses 1 to 64" + }, + "author": { + "bo": "ཙོང་ཁ་པ་བློ་བཟང་གྲགས་པ།", + "en": "Tsongkhapa Lobzang Drakpa" + }, + "imported": "2025-06-05T04:58:07.589787", + "source": "http://purl.bdrc.io/resource/WA1NLM688", + "toolkit_version": "2.1.13", + "parser": "DocxRootParser", + "initial_creation_type": "google_docx", + "language": "bo", + "source_metadata": {}, + "bases": {}, + "copyright": { + "status": "Unknown", + "notice": "", + "info_url": null + }, + "licence": "Unknown", + "legacy_id": null, + "source_file": null, + "ocr_import_info": null, + "statistics": null, + "quality": null, + "last_modified": "2025-06-05T04:58:07.589785" } \ No newline at end of file diff --git a/tests/pecha/data/I5003D420/base/9813.txt b/tests/pecha/data/I5003D420/base/9813.txt index f56a9681..5fe07045 100644 --- a/tests/pecha/data/I5003D420/base/9813.txt +++ b/tests/pecha/data/I5003D420/base/9813.txt @@ -1,29 +1,29 @@ -In Sanskrit: Āryavajracchedikā-prajñāpāramitā-nāma-mahāyāna-sūtra -In Tibetan: The Noble Mahāyāna Sūtra "The Perfection of Wisdom that Cuts Like a Diamond" -Homage to all Buddhas and Bodhisattvas. -Thus have I heard at one time: -The Blessed One was dwelling in Śrāvastī, in the Jeta Grove, in Anāthapiṇḍada's park, together with a great assembly of 1,250 monks and a great number of bodhisattva mahāsattvas. -Then, in the morning, the Blessed One dressed, put on his outer robe, took his alms bowl, and went into the great city of Śrāvastī for alms. -After the Blessed One had gone for alms in the great city of Śrāvastī, partaken of the meal, and completed the act of eating, -He put away his alms bowl and outer robe, washed his feet, arranged his seat, sat down cross-legged, straightened his body, and placed his attention in front of himself. -Then many monks approached the Blessed One, -And having approached, prostrated with their heads at the Blessed One's feet, circumambulated him three times, and sat to one side. -At that time, the venerable Subhūti was also seated in that very assembly. -Then the venerable Subhūti rose from his seat, arranged his upper robe over one shoulder, knelt on his right knee, placed his palms together, and bowed toward the Blessed One. -He addressed the Blessed One thus: -"O Blessed One, the Tathāgata, the Arhat, the Perfectly Enlightened Buddha has bestowed benefit upon the bodhisattva mahāsattvas with the highest benefit, and the Tathāgata has entrusted the bodhisattva mahāsattvas with the highest entrustment. O Blessed One, this is wondrous! -O Sugata, this is wondrous! -Blessed One, how should one who has correctly entered the bodhisattva vehicle abide? -How should one practice? -How should one control the mind?" -Thus he spoke, and -The Blessed One replied to the venerable Subhūti: -"Excellent, excellent, Subhūti! -Subhūti, it is just as you say. -The Tathāgata has indeed bestowed benefit upon the bodhisattva mahāsattvas with the highest benefit. -The Tathāgata has indeed entrusted the bodhisattva mahāsattvas with the highest entrustment. -Therefore, Subhūti, listen well and bear in mind, -I shall explain to you how one who has correctly entered the bodhisattva vehicle should abide, how one should practice, and how one should control the mind." -"Yes, Blessed One," replied the venerable Subhūti, and listened accordingly. -The Blessed One said this to him: -"Here, Subhūti, one who has correctly entered the bodhisattva vehicle should think thus: 'However many beings there are in the universe of beings, whether born from an egg, born from a womb, born from heat and moisture, or born miraculously; whether with form or without form; whether with perception, without perception, or with neither perception nor non-perception; whatever realm of beings is conceived, I shall lead them all to nirvana, into the realm of nirvana without remainder.' +In Sanskrit: Āryavajracchedikā-prajñāpāramitā-nāma-mahāyāna-sūtra +In Tibetan: The Noble Mahāyāna Sūtra "The Perfection of Wisdom that Cuts Like a Diamond" +Homage to all Buddhas and Bodhisattvas. +Thus have I heard at one time: +The Blessed One was dwelling in Śrāvastī, in the Jeta Grove, in Anāthapiṇḍada's park, together with a great assembly of 1,250 monks and a great number of bodhisattva mahāsattvas. +Then, in the morning, the Blessed One dressed, put on his outer robe, took his alms bowl, and went into the great city of Śrāvastī for alms. +After the Blessed One had gone for alms in the great city of Śrāvastī, partaken of the meal, and completed the act of eating, +He put away his alms bowl and outer robe, washed his feet, arranged his seat, sat down cross-legged, straightened his body, and placed his attention in front of himself. +Then many monks approached the Blessed One, +And having approached, prostrated with their heads at the Blessed One's feet, circumambulated him three times, and sat to one side. +At that time, the venerable Subhūti was also seated in that very assembly. +Then the venerable Subhūti rose from his seat, arranged his upper robe over one shoulder, knelt on his right knee, placed his palms together, and bowed toward the Blessed One. +He addressed the Blessed One thus: +"O Blessed One, the Tathāgata, the Arhat, the Perfectly Enlightened Buddha has bestowed benefit upon the bodhisattva mahāsattvas with the highest benefit, and the Tathāgata has entrusted the bodhisattva mahāsattvas with the highest entrustment. O Blessed One, this is wondrous! +O Sugata, this is wondrous! +Blessed One, how should one who has correctly entered the bodhisattva vehicle abide? +How should one practice? +How should one control the mind?" +Thus he spoke, and +The Blessed One replied to the venerable Subhūti: +"Excellent, excellent, Subhūti! +Subhūti, it is just as you say. +The Tathāgata has indeed bestowed benefit upon the bodhisattva mahāsattvas with the highest benefit. +The Tathāgata has indeed entrusted the bodhisattva mahāsattvas with the highest entrustment. +Therefore, Subhūti, listen well and bear in mind, +I shall explain to you how one who has correctly entered the bodhisattva vehicle should abide, how one should practice, and how one should control the mind." +"Yes, Blessed One," replied the venerable Subhūti, and listened accordingly. +The Blessed One said this to him: +"Here, Subhūti, one who has correctly entered the bodhisattva vehicle should think thus: 'However many beings there are in the universe of beings, whether born from an egg, born from a womb, born from heat and moisture, or born miraculously; whether with form or without form; whether with perception, without perception, or with neither perception nor non-perception; whatever realm of beings is conceived, I shall lead them all to nirvana, into the realm of nirvana without remainder.' diff --git a/tests/pecha/data/I5003D420/layers/9813/alignment-AE0B.json b/tests/pecha/data/I5003D420/layers/9813/alignment-AE0B.json index b48f7cb7..d4666598 100644 --- a/tests/pecha/data/I5003D420/layers/9813/alignment-AE0B.json +++ b/tests/pecha/data/I5003D420/layers/9813/alignment-AE0B.json @@ -1,1760 +1,1760 @@ -{ - "@type": "AnnotationStore", - "@id": "I5003D420", - "resources": [ - { - "@type": "TextResource", - "@id": "9813", - "@include": "../../base/9813.txt" - } - ], - "annotationsets": [ - { - "@type": "AnnotationDataSet", - "@id": "segmentation_annotation", - "keys": [ - { - "@type": "DataKey", - "@id": "index" - }, - { - "@type": "DataKey", - "@id": "alignment_index" - }, - { - "@type": "DataKey", - "@id": "segmentation_type" - } - ], - "data": [ - { - "@type": "AnnotationData", - "@id": "F645F664F3", - "key": "index", - "value": { - "@type": "Int", - "value": 1 - } - }, - { - "@type": "AnnotationData", - "@id": "419DC767A7", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 1 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "7A7B4CC4CB", - "key": "segmentation_type", - "value": { - "@type": "String", - "value": "alignment" - } - }, - { - "@type": "AnnotationData", - "@id": "5350834FC0", - "key": "index", - "value": { - "@type": "Int", - "value": 2 - } - }, - { - "@type": "AnnotationData", - "@id": "10C2568D8C", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 2 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "4344694443", - "key": "index", - "value": { - "@type": "Int", - "value": 3 - } - }, - { - "@type": "AnnotationData", - "@id": "F89057EFF5", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 3 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "59FB0799F5", - "key": "index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 4 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "77A2812414", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 4 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "88B53567F1", - "key": "index", - "value": { - "@type": "Int", - "value": 5 - } - }, - { - "@type": "AnnotationData", - "@id": "B440B8B38A", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 5 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "974F1BFB3C", - "key": "index", - "value": { - "@type": "Int", - "value": 6 - } - }, - { - "@type": "AnnotationData", - "@id": "D05F0A9446", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 6 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "34A84AD375", - "key": "index", - "value": { - "@type": "Int", - "value": 7 - } - }, - { - "@type": "AnnotationData", - "@id": "CCD0469035", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 7 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "24DA7DE784", - "key": "index", - "value": { - "@type": "Int", - "value": 8 - } - }, - { - "@type": "AnnotationData", - "@id": "8EF0D51380", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 8 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "9014045558", - "key": "index", - "value": { - "@type": "Int", - "value": 9 - } - }, - { - "@type": "AnnotationData", - "@id": "478651888F", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 9 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "F211849143", - "key": "index", - "value": { - "@type": "Int", - "value": 10 - } - }, - { - "@type": "AnnotationData", - "@id": "5A641BFEAB", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 10 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "6169D7C0A9", - "key": "index", - "value": { - "@type": "Int", - "value": 11 - } - }, - { - "@type": "AnnotationData", - "@id": "17FB94DB57", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 11 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "86A36EC06A", - "key": "index", - "value": { - "@type": "Int", - "value": 12 - } - }, - { - "@type": "AnnotationData", - "@id": "6A0BCD7D71", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 12 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "48ED85CFB3", - "key": "index", - "value": { - "@type": "Int", - "value": 13 - } - }, - { - "@type": "AnnotationData", - "@id": "3A190978CC", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 13 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "3BDA03ABD9", - "key": "index", - "value": { - "@type": "Int", - "value": 14 - } - }, - { - "@type": "AnnotationData", - "@id": "D2BB26F914", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 14 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "5060320CA3", - "key": "index", - "value": { - "@type": "Int", - "value": 15 - } - }, - { - "@type": "AnnotationData", - "@id": "2620A1A201", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 15 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "C1CCD4B6D6", - "key": "index", - "value": { - "@type": "Int", - "value": 16 - } - }, - { - "@type": "AnnotationData", - "@id": "C7666075C5", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 16 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "231CF4EB88", - "key": "index", - "value": { - "@type": "Int", - "value": 17 - } - }, - { - "@type": "AnnotationData", - "@id": "AF5FA71A64", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 17 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "EA28E9C597", - "key": "index", - "value": { - "@type": "Int", - "value": 18 - } - }, - { - "@type": "AnnotationData", - "@id": "F979F04DA4", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 18 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "B205B97729", - "key": "index", - "value": { - "@type": "Int", - "value": 19 - } - }, - { - "@type": "AnnotationData", - "@id": "4465F06262", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 19 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "77A36DAA3D", - "key": "index", - "value": { - "@type": "Int", - "value": 20 - } - }, - { - "@type": "AnnotationData", - "@id": "8D17A92D1F", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 20 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "F90D8F93AE", - "key": "index", - "value": { - "@type": "Int", - "value": 21 - } - }, - { - "@type": "AnnotationData", - "@id": "318BB87B34", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 21 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "231E1564D5", - "key": "index", - "value": { - "@type": "Int", - "value": 22 - } - }, - { - "@type": "AnnotationData", - "@id": "C4773A72E1", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 22 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "C6601610A6", - "key": "index", - "value": { - "@type": "Int", - "value": 23 - } - }, - { - "@type": "AnnotationData", - "@id": "D0788D3611", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 23 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "380F233A3B", - "key": "index", - "value": { - "@type": "Int", - "value": 24 - } - }, - { - "@type": "AnnotationData", - "@id": "DC6C04EB2C", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 24 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "9579F70416", - "key": "index", - "value": { - "@type": "Int", - "value": 25 - } - }, - { - "@type": "AnnotationData", - "@id": "44399C5CD1", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 25 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "9EA959577E", - "key": "index", - "value": { - "@type": "Int", - "value": 26 - } - }, - { - "@type": "AnnotationData", - "@id": "4098CAB8DA", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 26 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "ACE69ADA05", - "key": "index", - "value": { - "@type": "Int", - "value": 27 - } - }, - { - "@type": "AnnotationData", - "@id": "6065EA4272", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 27 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "C7D7788CFE", - "key": "index", - "value": { - "@type": "Int", - "value": 28 - } - }, - { - "@type": "AnnotationData", - "@id": "E26828DD58", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 28 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "88C97C4111", - "key": "index", - "value": { - "@type": "Int", - "value": 29 - } - }, - { - "@type": "AnnotationData", - "@id": "00333203D1", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 29 - } - ] - } - } - ] - } - ], - "annotations": [ - { - "@type": "Annotation", - "@id": "2C2E2EC22F", - "target": { - "@type": "TextSelector", - "resource": "9813", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 0 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 65 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "F645F664F3", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "419DC767A7", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "7A7B4CC4CB", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "07A7DE1D6E", - "target": { - "@type": "TextSelector", - "resource": "9813", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 66 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 154 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "5350834FC0", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "10C2568D8C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "7A7B4CC4CB", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "E836505D78", - "target": { - "@type": "TextSelector", - "resource": "9813", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 155 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 194 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4344694443", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "F89057EFF5", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "7A7B4CC4CB", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "A91CD99697", - "target": { - "@type": "TextSelector", - "resource": "9813", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 195 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 225 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "59FB0799F5", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "77A2812414", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "7A7B4CC4CB", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "191E4A9869", - "target": { - "@type": "TextSelector", - "resource": "9813", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 226 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 404 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "88B53567F1", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "B440B8B38A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "7A7B4CC4CB", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "609066D0F0", - "target": { - "@type": "TextSelector", - "resource": "9813", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 405 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 545 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "974F1BFB3C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "D05F0A9446", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "7A7B4CC4CB", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "AFFFCF4FD3", - "target": { - "@type": "TextSelector", - "resource": "9813", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 546 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 671 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "34A84AD375", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "CCD0469035", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "7A7B4CC4CB", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "C06EB0E308", - "target": { - "@type": "TextSelector", - "resource": "9813", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 672 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 841 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "24DA7DE784", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "8EF0D51380", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "7A7B4CC4CB", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "2487C74E73", - "target": { - "@type": "TextSelector", - "resource": "9813", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 842 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 885 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "9014045558", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "478651888F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "7A7B4CC4CB", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "6E8C85B942", - "target": { - "@type": "TextSelector", - "resource": "9813", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 886 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1017 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "F211849143", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "5A641BFEAB", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "7A7B4CC4CB", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "03909881B4", - "target": { - "@type": "TextSelector", - "resource": "9813", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1018 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1092 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "6169D7C0A9", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "17FB94DB57", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "7A7B4CC4CB", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "55E8B8D8D8", - "target": { - "@type": "TextSelector", - "resource": "9813", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1093 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1268 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "86A36EC06A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "6A0BCD7D71", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "7A7B4CC4CB", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "2796B3CC68", - "target": { - "@type": "TextSelector", - "resource": "9813", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1269 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1303 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "48ED85CFB3", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "3A190978CC", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "7A7B4CC4CB", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "9CAACE4187", - "target": { - "@type": "TextSelector", - "resource": "9813", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1304 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1581 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "3BDA03ABD9", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "D2BB26F914", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "7A7B4CC4CB", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "87CC23A9CC", - "target": { - "@type": "TextSelector", - "resource": "9813", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1582 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1609 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "5060320CA3", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "2620A1A201", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "7A7B4CC4CB", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "7E7BC998E3", - "target": { - "@type": "TextSelector", - "resource": "9813", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1610 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1694 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "C1CCD4B6D6", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "C7666075C5", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "7A7B4CC4CB", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "83D27486D3", - "target": { - "@type": "TextSelector", - "resource": "9813", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1695 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1719 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "231CF4EB88", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "AF5FA71A64", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "7A7B4CC4CB", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "F8683C6E27", - "target": { - "@type": "TextSelector", - "resource": "9813", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1720 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1753 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "EA28E9C597", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "F979F04DA4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "7A7B4CC4CB", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "DACC60B08D", - "target": { - "@type": "TextSelector", - "resource": "9813", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1754 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1772 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "B205B97729", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "4465F06262", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "7A7B4CC4CB", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "24A957D80B", - "target": { - "@type": "TextSelector", - "resource": "9813", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1773 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1822 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "77A36DAA3D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "8D17A92D1F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "7A7B4CC4CB", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "C1472BC6EC", - "target": { - "@type": "TextSelector", - "resource": "9813", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1823 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1854 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "F90D8F93AE", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "318BB87B34", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "7A7B4CC4CB", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "DDE02E3A71", - "target": { - "@type": "TextSelector", - "resource": "9813", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1855 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1886 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "231E1564D5", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "C4773A72E1", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "7A7B4CC4CB", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "7B64E1A9EE", - "target": { - "@type": "TextSelector", - "resource": "9813", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1887 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1987 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "C6601610A6", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "D0788D3611", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "7A7B4CC4CB", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "5EB9380A9C", - "target": { - "@type": "TextSelector", - "resource": "9813", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1988 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 2080 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "380F233A3B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "DC6C04EB2C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "7A7B4CC4CB", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "E281453E45", - "target": { - "@type": "TextSelector", - "resource": "9813", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 2081 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 2130 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "9579F70416", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "44399C5CD1", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "7A7B4CC4CB", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "7A3E9A38A5", - "target": { - "@type": "TextSelector", - "resource": "9813", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 2131 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 2288 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "9EA959577E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "4098CAB8DA", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "7A7B4CC4CB", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "44E53BED37", - "target": { - "@type": "TextSelector", - "resource": "9813", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 2289 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 2365 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "ACE69ADA05", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "6065EA4272", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "7A7B4CC4CB", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "14EBD8842F", - "target": { - "@type": "TextSelector", - "resource": "9813", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 2366 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 2399 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "C7D7788CFE", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "E26828DD58", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "7A7B4CC4CB", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "C7D20227F0", - "target": { - "@type": "TextSelector", - "resource": "9813", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 2400 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 2887 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "88C97C4111", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "00333203D1", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "7A7B4CC4CB", - "set": "segmentation_annotation" - } - ] - } - ] +{ + "@type": "AnnotationStore", + "@id": "I5003D420", + "resources": [ + { + "@type": "TextResource", + "@id": "9813", + "@include": "../../base/9813.txt" + } + ], + "annotationsets": [ + { + "@type": "AnnotationDataSet", + "@id": "segmentation_annotation", + "keys": [ + { + "@type": "DataKey", + "@id": "index" + }, + { + "@type": "DataKey", + "@id": "alignment_index" + }, + { + "@type": "DataKey", + "@id": "segmentation_type" + } + ], + "data": [ + { + "@type": "AnnotationData", + "@id": "F645F664F3", + "key": "index", + "value": { + "@type": "Int", + "value": 1 + } + }, + { + "@type": "AnnotationData", + "@id": "419DC767A7", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 1 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "7A7B4CC4CB", + "key": "segmentation_type", + "value": { + "@type": "String", + "value": "alignment" + } + }, + { + "@type": "AnnotationData", + "@id": "5350834FC0", + "key": "index", + "value": { + "@type": "Int", + "value": 2 + } + }, + { + "@type": "AnnotationData", + "@id": "10C2568D8C", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 2 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "4344694443", + "key": "index", + "value": { + "@type": "Int", + "value": 3 + } + }, + { + "@type": "AnnotationData", + "@id": "F89057EFF5", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 3 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "59FB0799F5", + "key": "index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 4 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "77A2812414", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 4 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "88B53567F1", + "key": "index", + "value": { + "@type": "Int", + "value": 5 + } + }, + { + "@type": "AnnotationData", + "@id": "B440B8B38A", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 5 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "974F1BFB3C", + "key": "index", + "value": { + "@type": "Int", + "value": 6 + } + }, + { + "@type": "AnnotationData", + "@id": "D05F0A9446", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 6 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "34A84AD375", + "key": "index", + "value": { + "@type": "Int", + "value": 7 + } + }, + { + "@type": "AnnotationData", + "@id": "CCD0469035", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 7 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "24DA7DE784", + "key": "index", + "value": { + "@type": "Int", + "value": 8 + } + }, + { + "@type": "AnnotationData", + "@id": "8EF0D51380", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 8 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "9014045558", + "key": "index", + "value": { + "@type": "Int", + "value": 9 + } + }, + { + "@type": "AnnotationData", + "@id": "478651888F", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 9 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "F211849143", + "key": "index", + "value": { + "@type": "Int", + "value": 10 + } + }, + { + "@type": "AnnotationData", + "@id": "5A641BFEAB", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 10 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "6169D7C0A9", + "key": "index", + "value": { + "@type": "Int", + "value": 11 + } + }, + { + "@type": "AnnotationData", + "@id": "17FB94DB57", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 11 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "86A36EC06A", + "key": "index", + "value": { + "@type": "Int", + "value": 12 + } + }, + { + "@type": "AnnotationData", + "@id": "6A0BCD7D71", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 12 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "48ED85CFB3", + "key": "index", + "value": { + "@type": "Int", + "value": 13 + } + }, + { + "@type": "AnnotationData", + "@id": "3A190978CC", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 13 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "3BDA03ABD9", + "key": "index", + "value": { + "@type": "Int", + "value": 14 + } + }, + { + "@type": "AnnotationData", + "@id": "D2BB26F914", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 14 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "5060320CA3", + "key": "index", + "value": { + "@type": "Int", + "value": 15 + } + }, + { + "@type": "AnnotationData", + "@id": "2620A1A201", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 15 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "C1CCD4B6D6", + "key": "index", + "value": { + "@type": "Int", + "value": 16 + } + }, + { + "@type": "AnnotationData", + "@id": "C7666075C5", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 16 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "231CF4EB88", + "key": "index", + "value": { + "@type": "Int", + "value": 17 + } + }, + { + "@type": "AnnotationData", + "@id": "AF5FA71A64", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 17 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "EA28E9C597", + "key": "index", + "value": { + "@type": "Int", + "value": 18 + } + }, + { + "@type": "AnnotationData", + "@id": "F979F04DA4", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 18 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "B205B97729", + "key": "index", + "value": { + "@type": "Int", + "value": 19 + } + }, + { + "@type": "AnnotationData", + "@id": "4465F06262", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 19 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "77A36DAA3D", + "key": "index", + "value": { + "@type": "Int", + "value": 20 + } + }, + { + "@type": "AnnotationData", + "@id": "8D17A92D1F", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 20 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "F90D8F93AE", + "key": "index", + "value": { + "@type": "Int", + "value": 21 + } + }, + { + "@type": "AnnotationData", + "@id": "318BB87B34", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 21 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "231E1564D5", + "key": "index", + "value": { + "@type": "Int", + "value": 22 + } + }, + { + "@type": "AnnotationData", + "@id": "C4773A72E1", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 22 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "C6601610A6", + "key": "index", + "value": { + "@type": "Int", + "value": 23 + } + }, + { + "@type": "AnnotationData", + "@id": "D0788D3611", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 23 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "380F233A3B", + "key": "index", + "value": { + "@type": "Int", + "value": 24 + } + }, + { + "@type": "AnnotationData", + "@id": "DC6C04EB2C", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 24 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "9579F70416", + "key": "index", + "value": { + "@type": "Int", + "value": 25 + } + }, + { + "@type": "AnnotationData", + "@id": "44399C5CD1", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 25 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "9EA959577E", + "key": "index", + "value": { + "@type": "Int", + "value": 26 + } + }, + { + "@type": "AnnotationData", + "@id": "4098CAB8DA", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 26 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "ACE69ADA05", + "key": "index", + "value": { + "@type": "Int", + "value": 27 + } + }, + { + "@type": "AnnotationData", + "@id": "6065EA4272", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 27 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "C7D7788CFE", + "key": "index", + "value": { + "@type": "Int", + "value": 28 + } + }, + { + "@type": "AnnotationData", + "@id": "E26828DD58", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 28 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "88C97C4111", + "key": "index", + "value": { + "@type": "Int", + "value": 29 + } + }, + { + "@type": "AnnotationData", + "@id": "00333203D1", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 29 + } + ] + } + } + ] + } + ], + "annotations": [ + { + "@type": "Annotation", + "@id": "2C2E2EC22F", + "target": { + "@type": "TextSelector", + "resource": "9813", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 0 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 65 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "F645F664F3", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "419DC767A7", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "7A7B4CC4CB", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "07A7DE1D6E", + "target": { + "@type": "TextSelector", + "resource": "9813", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 66 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 154 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "5350834FC0", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "10C2568D8C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "7A7B4CC4CB", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "E836505D78", + "target": { + "@type": "TextSelector", + "resource": "9813", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 155 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 194 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4344694443", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "F89057EFF5", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "7A7B4CC4CB", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "A91CD99697", + "target": { + "@type": "TextSelector", + "resource": "9813", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 195 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 225 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "59FB0799F5", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "77A2812414", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "7A7B4CC4CB", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "191E4A9869", + "target": { + "@type": "TextSelector", + "resource": "9813", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 226 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 404 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "88B53567F1", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "B440B8B38A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "7A7B4CC4CB", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "609066D0F0", + "target": { + "@type": "TextSelector", + "resource": "9813", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 405 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 545 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "974F1BFB3C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "D05F0A9446", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "7A7B4CC4CB", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "AFFFCF4FD3", + "target": { + "@type": "TextSelector", + "resource": "9813", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 546 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 671 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "34A84AD375", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "CCD0469035", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "7A7B4CC4CB", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "C06EB0E308", + "target": { + "@type": "TextSelector", + "resource": "9813", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 672 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 841 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "24DA7DE784", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "8EF0D51380", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "7A7B4CC4CB", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "2487C74E73", + "target": { + "@type": "TextSelector", + "resource": "9813", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 842 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 885 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "9014045558", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "478651888F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "7A7B4CC4CB", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "6E8C85B942", + "target": { + "@type": "TextSelector", + "resource": "9813", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 886 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1017 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "F211849143", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "5A641BFEAB", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "7A7B4CC4CB", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "03909881B4", + "target": { + "@type": "TextSelector", + "resource": "9813", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1018 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1092 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "6169D7C0A9", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "17FB94DB57", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "7A7B4CC4CB", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "55E8B8D8D8", + "target": { + "@type": "TextSelector", + "resource": "9813", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1093 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1268 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "86A36EC06A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "6A0BCD7D71", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "7A7B4CC4CB", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "2796B3CC68", + "target": { + "@type": "TextSelector", + "resource": "9813", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1269 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1303 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "48ED85CFB3", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "3A190978CC", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "7A7B4CC4CB", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "9CAACE4187", + "target": { + "@type": "TextSelector", + "resource": "9813", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1304 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1581 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "3BDA03ABD9", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "D2BB26F914", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "7A7B4CC4CB", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "87CC23A9CC", + "target": { + "@type": "TextSelector", + "resource": "9813", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1582 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1609 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "5060320CA3", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "2620A1A201", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "7A7B4CC4CB", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "7E7BC998E3", + "target": { + "@type": "TextSelector", + "resource": "9813", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1610 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1694 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "C1CCD4B6D6", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "C7666075C5", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "7A7B4CC4CB", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "83D27486D3", + "target": { + "@type": "TextSelector", + "resource": "9813", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1695 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1719 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "231CF4EB88", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "AF5FA71A64", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "7A7B4CC4CB", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "F8683C6E27", + "target": { + "@type": "TextSelector", + "resource": "9813", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1720 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1753 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "EA28E9C597", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "F979F04DA4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "7A7B4CC4CB", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "DACC60B08D", + "target": { + "@type": "TextSelector", + "resource": "9813", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1754 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1772 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "B205B97729", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "4465F06262", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "7A7B4CC4CB", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "24A957D80B", + "target": { + "@type": "TextSelector", + "resource": "9813", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1773 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1822 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "77A36DAA3D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "8D17A92D1F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "7A7B4CC4CB", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "C1472BC6EC", + "target": { + "@type": "TextSelector", + "resource": "9813", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1823 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1854 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "F90D8F93AE", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "318BB87B34", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "7A7B4CC4CB", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "DDE02E3A71", + "target": { + "@type": "TextSelector", + "resource": "9813", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1855 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1886 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "231E1564D5", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "C4773A72E1", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "7A7B4CC4CB", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "7B64E1A9EE", + "target": { + "@type": "TextSelector", + "resource": "9813", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1887 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1987 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "C6601610A6", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "D0788D3611", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "7A7B4CC4CB", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "5EB9380A9C", + "target": { + "@type": "TextSelector", + "resource": "9813", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1988 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 2080 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "380F233A3B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "DC6C04EB2C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "7A7B4CC4CB", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "E281453E45", + "target": { + "@type": "TextSelector", + "resource": "9813", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 2081 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 2130 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "9579F70416", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "44399C5CD1", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "7A7B4CC4CB", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "7A3E9A38A5", + "target": { + "@type": "TextSelector", + "resource": "9813", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 2131 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 2288 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "9EA959577E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "4098CAB8DA", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "7A7B4CC4CB", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "44E53BED37", + "target": { + "@type": "TextSelector", + "resource": "9813", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 2289 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 2365 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "ACE69ADA05", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "6065EA4272", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "7A7B4CC4CB", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "14EBD8842F", + "target": { + "@type": "TextSelector", + "resource": "9813", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 2366 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 2399 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "C7D7788CFE", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "E26828DD58", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "7A7B4CC4CB", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "C7D20227F0", + "target": { + "@type": "TextSelector", + "resource": "9813", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 2400 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 2887 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "88C97C4111", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "00333203D1", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "7A7B4CC4CB", + "set": "segmentation_annotation" + } + ] + } + ] } \ No newline at end of file diff --git a/tests/pecha/data/I5003D420/metadata.json b/tests/pecha/data/I5003D420/metadata.json index 6c74d5ea..7aee64b1 100644 --- a/tests/pecha/data/I5003D420/metadata.json +++ b/tests/pecha/data/I5003D420/metadata.json @@ -1,44 +1,44 @@ -{ - "id": "I5003D420", - "title": { - "BO": "རྡོ་རྗེ་གཅོད་པ་རྩ་བ་དེབ།", - "EN": "Vajra Cutter Root Book" - }, - "author": null, - "imported": "2025-06-03T10:55:41.489410", - "source": null, - "toolkit_version": "2.1.13", - "parser": "DocxRootParser", - "initial_creation_type": "google_docx", - "language": "en", - "type": "translation", - "parent": "IBA6E9270", - "source_metadata": { - "title_short": { - "BO": "རྡོ་རྗེ་གཅོད་པ་རྩ་བ་དེབ།", - "EN": "Vajra Cutter Root Book" - }, - "title_long_clean": { - "BO": "འཕགས་པ་ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པ་རྡོ་རྗེ་གཅོད་པ་ཞེས་བྱ་བ།" - }, - "title_alt_1": { - "BO": "འཕགས་པ་ཤེས་རབ་ཀྱི་ཕ་རོལད་ཏུ་ཕྱིནད་པ་རྡོ་རྗེ་གཅོད་པ་ཞེས་བྱ་བ་ཐེག་པ་ཆེན་པོའི་མདོ།" - }, - "title_alt_2": { - "BO": "རྡོ་རྗེ་སུམ་བརྒྱ་པའམ་རྡོ་རྗེ་གཅོད་པ།" - } - }, - "bases": {}, - "copyright": { - "status": "Unknown", - "notice": "", - "info_url": null - }, - "licence": "Unknown", - "legacy_id": null, - "source_file": null, - "ocr_import_info": null, - "statistics": null, - "quality": null, - "last_modified": "2025-06-03T10:55:41.489407" +{ + "id": "I5003D420", + "title": { + "BO": "རྡོ་རྗེ་གཅོད་པ་རྩ་བ་དེབ།", + "EN": "Vajra Cutter Root Book" + }, + "author": null, + "imported": "2025-06-03T10:55:41.489410", + "source": null, + "toolkit_version": "2.1.13", + "parser": "DocxRootParser", + "initial_creation_type": "google_docx", + "language": "en", + "type": "translation", + "parent": "IBA6E9270", + "source_metadata": { + "title_short": { + "BO": "རྡོ་རྗེ་གཅོད་པ་རྩ་བ་དེབ།", + "EN": "Vajra Cutter Root Book" + }, + "title_long_clean": { + "BO": "འཕགས་པ་ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པ་རྡོ་རྗེ་གཅོད་པ་ཞེས་བྱ་བ།" + }, + "title_alt_1": { + "BO": "འཕགས་པ་ཤེས་རབ་ཀྱི་ཕ་རོལད་ཏུ་ཕྱིནད་པ་རྡོ་རྗེ་གཅོད་པ་ཞེས་བྱ་བ་ཐེག་པ་ཆེན་པོའི་མདོ།" + }, + "title_alt_2": { + "BO": "རྡོ་རྗེ་སུམ་བརྒྱ་པའམ་རྡོ་རྗེ་གཅོད་པ།" + } + }, + "bases": {}, + "copyright": { + "status": "Unknown", + "notice": "", + "info_url": null + }, + "licence": "Unknown", + "legacy_id": null, + "source_file": null, + "ocr_import_info": null, + "statistics": null, + "quality": null, + "last_modified": "2025-06-03T10:55:41.489407" } \ No newline at end of file diff --git a/tests/pecha/data/ICFCF1CDC/base/EB60.txt b/tests/pecha/data/ICFCF1CDC/base/EB60.txt index b681d296..9d8f474d 100644 --- a/tests/pecha/data/ICFCF1CDC/base/EB60.txt +++ b/tests/pecha/data/ICFCF1CDC/base/EB60.txt @@ -1,5 +1,5 @@ -From Madhyamakavatara (Entry into the Middle Way), Chapter Six on the Sixth Mind Generation/Mental Development -With mind abiding in meditative equipoise, directly oriented, Towards the Dharma of the fully enlightened Buddha. By seeing the reality of dependent origination through this,One will attain cessation through dwelling in wisdom. -Just as a single person with sight. Can easily lead an entire group of blind people.To their desired destination, likewise here too, Intelligence takes the qualities of those lacking vision and proceeds to enlightenment. -Since understanding of this profound dharma.Comes through scripture and also through reasoning, Thus, following the system as it exists. In the tradition of Noble Nagarjuna, I shall explain. -Even while still an ordinary being, upon hearing about emptiness, Great joy arises again and again within.From this overwhelming joy, tears moisten one's eyes, And the hairs of one's body stand on end. +From Madhyamakavatara (Entry into the Middle Way), Chapter Six on the Sixth Mind Generation/Mental Development +With mind abiding in meditative equipoise, directly oriented, Towards the Dharma of the fully enlightened Buddha. By seeing the reality of dependent origination through this,One will attain cessation through dwelling in wisdom. +Just as a single person with sight. Can easily lead an entire group of blind people.To their desired destination, likewise here too, Intelligence takes the qualities of those lacking vision and proceeds to enlightenment. +Since understanding of this profound dharma.Comes through scripture and also through reasoning, Thus, following the system as it exists. In the tradition of Noble Nagarjuna, I shall explain. +Even while still an ordinary being, upon hearing about emptiness, Great joy arises again and again within.From this overwhelming joy, tears moisten one's eyes, And the hairs of one's body stand on end. diff --git a/tests/pecha/data/ICFCF1CDC/layers/EB60/alignment-6786.json b/tests/pecha/data/ICFCF1CDC/layers/EB60/alignment-6786.json index 0e0d0bec..6904ebab 100644 --- a/tests/pecha/data/ICFCF1CDC/layers/EB60/alignment-6786.json +++ b/tests/pecha/data/ICFCF1CDC/layers/EB60/alignment-6786.json @@ -1,339 +1,339 @@ -{ - "@type": "AnnotationStore", - "@id": "ICFCF1CDC", - "resources": [ - { - "@type": "TextResource", - "@id": "EB60", - "@include": "../../base/EB60.txt" - } - ], - "annotationsets": [ - { - "@type": "AnnotationDataSet", - "@id": "segmentation_annotation", - "keys": [ - { - "@type": "DataKey", - "@id": "index" - }, - { - "@type": "DataKey", - "@id": "alignment_index" - }, - { - "@type": "DataKey", - "@id": "segmentation_type" - } - ], - "data": [ - { - "@type": "AnnotationData", - "@id": "64EBF7C494", - "key": "index", - "value": { - "@type": "Int", - "value": 1 - } - }, - { - "@type": "AnnotationData", - "@id": "720311A454", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 1 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "DCF7114BB6", - "key": "segmentation_type", - "value": { - "@type": "String", - "value": "alignment" - } - }, - { - "@type": "AnnotationData", - "@id": "759465A52A", - "key": "index", - "value": { - "@type": "Int", - "value": 2 - } - }, - { - "@type": "AnnotationData", - "@id": "54A4218C42", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 2 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "9CECFDBFF5", - "key": "index", - "value": { - "@type": "Int", - "value": 3 - } - }, - { - "@type": "AnnotationData", - "@id": "C744341411", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 3 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "1AA07EAAA0", - "key": "index", - "value": { - "@type": "Int", - "value": 4 - } - }, - { - "@type": "AnnotationData", - "@id": "AF7A106FB1", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 4 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "BBB1C33D5B", - "key": "index", - "value": { - "@type": "Int", - "value": 5 - } - }, - { - "@type": "AnnotationData", - "@id": "E7E5B89515", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 5 - } - ] - } - } - ] - } - ], - "annotations": [ - { - "@type": "Annotation", - "@id": "E278219849", - "target": { - "@type": "TextSelector", - "resource": "EB60", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 0 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 110 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "64EBF7C494", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "720311A454", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "DCF7114BB6", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "C4AF92675B", - "target": { - "@type": "TextSelector", - "resource": "EB60", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 111 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 338 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "759465A52A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "54A4218C42", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "DCF7114BB6", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "BBB1A74A70", - "target": { - "@type": "TextSelector", - "resource": "EB60", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 339 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 559 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "9CECFDBFF5", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "C744341411", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "DCF7114BB6", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "490AB56D4D", - "target": { - "@type": "TextSelector", - "resource": "EB60", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 560 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 750 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "1AA07EAAA0", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "AF7A106FB1", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "DCF7114BB6", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "E3B5FBF75C", - "target": { - "@type": "TextSelector", - "resource": "EB60", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 751 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 952 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "BBB1C33D5B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "E7E5B89515", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "DCF7114BB6", - "set": "segmentation_annotation" - } - ] - } - ] +{ + "@type": "AnnotationStore", + "@id": "ICFCF1CDC", + "resources": [ + { + "@type": "TextResource", + "@id": "EB60", + "@include": "../../base/EB60.txt" + } + ], + "annotationsets": [ + { + "@type": "AnnotationDataSet", + "@id": "segmentation_annotation", + "keys": [ + { + "@type": "DataKey", + "@id": "index" + }, + { + "@type": "DataKey", + "@id": "alignment_index" + }, + { + "@type": "DataKey", + "@id": "segmentation_type" + } + ], + "data": [ + { + "@type": "AnnotationData", + "@id": "64EBF7C494", + "key": "index", + "value": { + "@type": "Int", + "value": 1 + } + }, + { + "@type": "AnnotationData", + "@id": "720311A454", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 1 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "DCF7114BB6", + "key": "segmentation_type", + "value": { + "@type": "String", + "value": "alignment" + } + }, + { + "@type": "AnnotationData", + "@id": "759465A52A", + "key": "index", + "value": { + "@type": "Int", + "value": 2 + } + }, + { + "@type": "AnnotationData", + "@id": "54A4218C42", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 2 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "9CECFDBFF5", + "key": "index", + "value": { + "@type": "Int", + "value": 3 + } + }, + { + "@type": "AnnotationData", + "@id": "C744341411", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 3 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "1AA07EAAA0", + "key": "index", + "value": { + "@type": "Int", + "value": 4 + } + }, + { + "@type": "AnnotationData", + "@id": "AF7A106FB1", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 4 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "BBB1C33D5B", + "key": "index", + "value": { + "@type": "Int", + "value": 5 + } + }, + { + "@type": "AnnotationData", + "@id": "E7E5B89515", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 5 + } + ] + } + } + ] + } + ], + "annotations": [ + { + "@type": "Annotation", + "@id": "E278219849", + "target": { + "@type": "TextSelector", + "resource": "EB60", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 0 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 110 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "64EBF7C494", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "720311A454", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "DCF7114BB6", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "C4AF92675B", + "target": { + "@type": "TextSelector", + "resource": "EB60", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 111 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 338 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "759465A52A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "54A4218C42", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "DCF7114BB6", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "BBB1A74A70", + "target": { + "@type": "TextSelector", + "resource": "EB60", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 339 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 559 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "9CECFDBFF5", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "C744341411", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "DCF7114BB6", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "490AB56D4D", + "target": { + "@type": "TextSelector", + "resource": "EB60", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 560 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 750 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "1AA07EAAA0", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "AF7A106FB1", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "DCF7114BB6", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "E3B5FBF75C", + "target": { + "@type": "TextSelector", + "resource": "EB60", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 751 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 952 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "BBB1C33D5B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "E7E5B89515", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "DCF7114BB6", + "set": "segmentation_annotation" + } + ] + } + ] } \ No newline at end of file diff --git a/tests/pecha/data/ICFCF1CDC/metadata.json b/tests/pecha/data/ICFCF1CDC/metadata.json index 8a5cbc79..db21fadc 100644 --- a/tests/pecha/data/ICFCF1CDC/metadata.json +++ b/tests/pecha/data/ICFCF1CDC/metadata.json @@ -1,33 +1,33 @@ -{ - "id": "ICFCF1CDC", - "title": { - "bo": "དགོངས་པ་རབ་གསལ་ལས་སེམས་བསྐྱེད་དྲུག་པ། ཤོ་ལོ་ཀ ༡ ནས་ ༦༤", - "en": "Illuminating the Intent Chapter 6, verses 1 to 64" - }, - "author": { - "en": "DPO and Claude-3-5-sonnet-20241022" - }, - "imported": "2025-06-04T09:52:01.693309", - "source": "https://library.bdrc.io/", - "toolkit_version": "2.1.13", - "parser": "DocxSimpleCommentaryParser", - "initial_creation_type": "google_docx", - "language": "en", - "source_metadata": { - "type": "translation", - "parent": "IDD1DF976" - }, - "bases": {}, - "copyright": { - "status": "Unknown", - "notice": "", - "info_url": null - }, - "licence": "Unknown", - "legacy_id": null, - "source_file": null, - "ocr_import_info": null, - "statistics": null, - "quality": null, - "last_modified": "2025-06-04T09:52:01.693305" +{ + "id": "ICFCF1CDC", + "title": { + "bo": "དགོངས་པ་རབ་གསལ་ལས་སེམས་བསྐྱེད་དྲུག་པ། ཤོ་ལོ་ཀ ༡ ནས་ ༦༤", + "en": "Illuminating the Intent Chapter 6, verses 1 to 64" + }, + "author": { + "en": "DPO and Claude-3-5-sonnet-20241022" + }, + "imported": "2025-06-04T09:52:01.693309", + "source": "https://library.bdrc.io/", + "toolkit_version": "2.1.13", + "parser": "DocxSimpleCommentaryParser", + "initial_creation_type": "google_docx", + "language": "en", + "source_metadata": { + "type": "translation", + "parent": "IDD1DF976" + }, + "bases": {}, + "copyright": { + "status": "Unknown", + "notice": "", + "info_url": null + }, + "licence": "Unknown", + "legacy_id": null, + "source_file": null, + "ocr_import_info": null, + "statistics": null, + "quality": null, + "last_modified": "2025-06-04T09:52:01.693305" } \ No newline at end of file diff --git a/tests/pecha/data/IF5944957/base/0DCE.txt b/tests/pecha/data/IF5944957/base/0DCE.txt index 046807c7..f9b06bba 100644 --- a/tests/pecha/data/IF5944957/base/0DCE.txt +++ b/tests/pecha/data/IF5944957/base/0DCE.txt @@ -1,9 +1,9 @@ -It is taught that there is no grasping and so forth. -It is said that it becomes a matter for analysis by reasoning, such as 'how could it be by the wind' and so on. -What is merely conventional is not ultimately existent; that is to say, it is examined as a mere designation, not as a real entity. -It is said, 'If it lacks external meaning, it is because, prior to conceptual thought, there is no real referent from the perspective of knowing.' -Thus, the statement 'Think about it' refers to a cognition in a dream that is without meaning, yet is something to be contemplated. -'What is that then?' is said to be just something to reflect on. -'Whenever' and so forth are said in order to explain that, even in dreams, in Madhyamaka there is no mind, and thus the dream example is invalid. -Therefore, it is taught: 'At that time, you do not have the example,' in order to demonstrate this point. -If during the waking state, one remembers and accepts that in the dream state there is clear awareness, then in terms of personal experience, one must also accept the appearance of an object—otherwise, if awareness is present but the object is not accepted, then it is not truly clear awareness. +It is taught that there is no grasping and so forth. +It is said that it becomes a matter for analysis by reasoning, such as 'how could it be by the wind' and so on. +What is merely conventional is not ultimately existent; that is to say, it is examined as a mere designation, not as a real entity. +It is said, 'If it lacks external meaning, it is because, prior to conceptual thought, there is no real referent from the perspective of knowing.' +Thus, the statement 'Think about it' refers to a cognition in a dream that is without meaning, yet is something to be contemplated. +'What is that then?' is said to be just something to reflect on. +'Whenever' and so forth are said in order to explain that, even in dreams, in Madhyamaka there is no mind, and thus the dream example is invalid. +Therefore, it is taught: 'At that time, you do not have the example,' in order to demonstrate this point. +If during the waking state, one remembers and accepts that in the dream state there is clear awareness, then in terms of personal experience, one must also accept the appearance of an object—otherwise, if awareness is present but the object is not accepted, then it is not truly clear awareness. diff --git a/tests/pecha/data/IF5944957/layers/0DCE/alignment-8B56.json b/tests/pecha/data/IF5944957/layers/0DCE/alignment-8B56.json index c101691b..913d80e3 100644 --- a/tests/pecha/data/IF5944957/layers/0DCE/alignment-8B56.json +++ b/tests/pecha/data/IF5944957/layers/0DCE/alignment-8B56.json @@ -1,530 +1,530 @@ -{ - "@type": "AnnotationStore", - "@id": "IF5944957", - "resources": [ - { - "@type": "TextResource", - "@id": "0DCE", - "@include": "../../base/0DCE.txt" - } - ], - "annotationsets": [ - { - "@type": "AnnotationDataSet", - "@id": "segmentation_annotation", - "keys": [ - { - "@type": "DataKey", - "@id": "index" - }, - { - "@type": "DataKey", - "@id": "alignment_index" - }, - { - "@type": "DataKey", - "@id": "segmentation_type" - } - ], - "data": [ - { - "@type": "AnnotationData", - "@id": "DA83A36A8A", - "key": "index", - "value": { - "@type": "Int", - "value": 1 - } - }, - { - "@type": "AnnotationData", - "@id": "7EBB64E44A", - "key": "alignment_index", - "value": { - "@type": "String", - "value": "1" - } - }, - { - "@type": "AnnotationData", - "@id": "716BF4A83F", - "key": "segmentation_type", - "value": { - "@type": "String", - "value": "alignment" - } - }, - { - "@type": "AnnotationData", - "@id": "5AD63F5AF0", - "key": "index", - "value": { - "@type": "Int", - "value": 2 - } - }, - { - "@type": "AnnotationData", - "@id": "ED603AB0DF", - "key": "alignment_index", - "value": { - "@type": "String", - "value": "2" - } - }, - { - "@type": "AnnotationData", - "@id": "6E9DC70755", - "key": "index", - "value": { - "@type": "Int", - "value": 3 - } - }, - { - "@type": "AnnotationData", - "@id": "B07662D653", - "key": "alignment_index", - "value": { - "@type": "String", - "value": "3" - } - }, - { - "@type": "AnnotationData", - "@id": "4F4FECF1C4", - "key": "index", - "value": { - "@type": "Int", - "value": 4 - } - }, - { - "@type": "AnnotationData", - "@id": "FFA221B26A", - "key": "alignment_index", - "value": { - "@type": "String", - "value": "4" - } - }, - { - "@type": "AnnotationData", - "@id": "4FC840F5E0", - "key": "index", - "value": { - "@type": "Int", - "value": 5 - } - }, - { - "@type": "AnnotationData", - "@id": "4C4CD252AC", - "key": "alignment_index", - "value": { - "@type": "String", - "value": "5" - } - }, - { - "@type": "AnnotationData", - "@id": "F542FEF67D", - "key": "index", - "value": { - "@type": "Int", - "value": 6 - } - }, - { - "@type": "AnnotationData", - "@id": "2564777E66", - "key": "alignment_index", - "value": { - "@type": "String", - "value": "6" - } - }, - { - "@type": "AnnotationData", - "@id": "1CFC1FC6EE", - "key": "index", - "value": { - "@type": "Int", - "value": 7 - } - }, - { - "@type": "AnnotationData", - "@id": "D19E7DD407", - "key": "alignment_index", - "value": { - "@type": "String", - "value": "7" - } - }, - { - "@type": "AnnotationData", - "@id": "857BF56958", - "key": "index", - "value": { - "@type": "Int", - "value": 8 - } - }, - { - "@type": "AnnotationData", - "@id": "48C66A6864", - "key": "alignment_index", - "value": { - "@type": "String", - "value": "8" - } - }, - { - "@type": "AnnotationData", - "@id": "3308B1F949", - "key": "index", - "value": { - "@type": "Int", - "value": 9 - } - }, - { - "@type": "AnnotationData", - "@id": "4FF4D664AE", - "key": "alignment_index", - "value": { - "@type": "String", - "value": "9" - } - } - ] - } - ], - "annotations": [ - { - "@type": "Annotation", - "@id": "914246489B", - "target": { - "@type": "TextSelector", - "resource": "0DCE", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 0 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 52 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "DA83A36A8A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "7EBB64E44A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "716BF4A83F", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "E4F90BBCF4", - "target": { - "@type": "TextSelector", - "resource": "0DCE", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 53 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 164 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "5AD63F5AF0", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "ED603AB0DF", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "716BF4A83F", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "58D6769D78", - "target": { - "@type": "TextSelector", - "resource": "0DCE", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 165 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 296 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "6E9DC70755", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "B07662D653", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "716BF4A83F", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "847D6C7488", - "target": { - "@type": "TextSelector", - "resource": "0DCE", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 297 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 443 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4F4FECF1C4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "FFA221B26A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "716BF4A83F", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "DA69B2049C", - "target": { - "@type": "TextSelector", - "resource": "0DCE", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 444 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 575 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4FC840F5E0", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "4C4CD252AC", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "716BF4A83F", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "5490308FB3", - "target": { - "@type": "TextSelector", - "resource": "0DCE", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 576 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 640 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "F542FEF67D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "2564777E66", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "716BF4A83F", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "00984344F8", - "target": { - "@type": "TextSelector", - "resource": "0DCE", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 641 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 786 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "1CFC1FC6EE", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "D19E7DD407", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "716BF4A83F", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "497F311F98", - "target": { - "@type": "TextSelector", - "resource": "0DCE", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 787 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 892 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "857BF56958", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "48C66A6864", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "716BF4A83F", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "9F43304203", - "target": { - "@type": "TextSelector", - "resource": "0DCE", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 893 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1188 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "3308B1F949", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "4FF4D664AE", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "716BF4A83F", - "set": "segmentation_annotation" - } - ] - } - ] +{ + "@type": "AnnotationStore", + "@id": "IF5944957", + "resources": [ + { + "@type": "TextResource", + "@id": "0DCE", + "@include": "../../base/0DCE.txt" + } + ], + "annotationsets": [ + { + "@type": "AnnotationDataSet", + "@id": "segmentation_annotation", + "keys": [ + { + "@type": "DataKey", + "@id": "index" + }, + { + "@type": "DataKey", + "@id": "alignment_index" + }, + { + "@type": "DataKey", + "@id": "segmentation_type" + } + ], + "data": [ + { + "@type": "AnnotationData", + "@id": "DA83A36A8A", + "key": "index", + "value": { + "@type": "Int", + "value": 1 + } + }, + { + "@type": "AnnotationData", + "@id": "7EBB64E44A", + "key": "alignment_index", + "value": { + "@type": "String", + "value": "1" + } + }, + { + "@type": "AnnotationData", + "@id": "716BF4A83F", + "key": "segmentation_type", + "value": { + "@type": "String", + "value": "alignment" + } + }, + { + "@type": "AnnotationData", + "@id": "5AD63F5AF0", + "key": "index", + "value": { + "@type": "Int", + "value": 2 + } + }, + { + "@type": "AnnotationData", + "@id": "ED603AB0DF", + "key": "alignment_index", + "value": { + "@type": "String", + "value": "2" + } + }, + { + "@type": "AnnotationData", + "@id": "6E9DC70755", + "key": "index", + "value": { + "@type": "Int", + "value": 3 + } + }, + { + "@type": "AnnotationData", + "@id": "B07662D653", + "key": "alignment_index", + "value": { + "@type": "String", + "value": "3" + } + }, + { + "@type": "AnnotationData", + "@id": "4F4FECF1C4", + "key": "index", + "value": { + "@type": "Int", + "value": 4 + } + }, + { + "@type": "AnnotationData", + "@id": "FFA221B26A", + "key": "alignment_index", + "value": { + "@type": "String", + "value": "4" + } + }, + { + "@type": "AnnotationData", + "@id": "4FC840F5E0", + "key": "index", + "value": { + "@type": "Int", + "value": 5 + } + }, + { + "@type": "AnnotationData", + "@id": "4C4CD252AC", + "key": "alignment_index", + "value": { + "@type": "String", + "value": "5" + } + }, + { + "@type": "AnnotationData", + "@id": "F542FEF67D", + "key": "index", + "value": { + "@type": "Int", + "value": 6 + } + }, + { + "@type": "AnnotationData", + "@id": "2564777E66", + "key": "alignment_index", + "value": { + "@type": "String", + "value": "6" + } + }, + { + "@type": "AnnotationData", + "@id": "1CFC1FC6EE", + "key": "index", + "value": { + "@type": "Int", + "value": 7 + } + }, + { + "@type": "AnnotationData", + "@id": "D19E7DD407", + "key": "alignment_index", + "value": { + "@type": "String", + "value": "7" + } + }, + { + "@type": "AnnotationData", + "@id": "857BF56958", + "key": "index", + "value": { + "@type": "Int", + "value": 8 + } + }, + { + "@type": "AnnotationData", + "@id": "48C66A6864", + "key": "alignment_index", + "value": { + "@type": "String", + "value": "8" + } + }, + { + "@type": "AnnotationData", + "@id": "3308B1F949", + "key": "index", + "value": { + "@type": "Int", + "value": 9 + } + }, + { + "@type": "AnnotationData", + "@id": "4FF4D664AE", + "key": "alignment_index", + "value": { + "@type": "String", + "value": "9" + } + } + ] + } + ], + "annotations": [ + { + "@type": "Annotation", + "@id": "914246489B", + "target": { + "@type": "TextSelector", + "resource": "0DCE", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 0 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 52 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "DA83A36A8A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "7EBB64E44A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "716BF4A83F", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "E4F90BBCF4", + "target": { + "@type": "TextSelector", + "resource": "0DCE", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 53 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 164 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "5AD63F5AF0", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "ED603AB0DF", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "716BF4A83F", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "58D6769D78", + "target": { + "@type": "TextSelector", + "resource": "0DCE", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 165 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 296 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "6E9DC70755", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "B07662D653", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "716BF4A83F", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "847D6C7488", + "target": { + "@type": "TextSelector", + "resource": "0DCE", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 297 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 443 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4F4FECF1C4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "FFA221B26A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "716BF4A83F", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "DA69B2049C", + "target": { + "@type": "TextSelector", + "resource": "0DCE", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 444 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 575 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4FC840F5E0", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "4C4CD252AC", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "716BF4A83F", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "5490308FB3", + "target": { + "@type": "TextSelector", + "resource": "0DCE", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 576 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 640 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "F542FEF67D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "2564777E66", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "716BF4A83F", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "00984344F8", + "target": { + "@type": "TextSelector", + "resource": "0DCE", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 641 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 786 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "1CFC1FC6EE", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "D19E7DD407", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "716BF4A83F", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "497F311F98", + "target": { + "@type": "TextSelector", + "resource": "0DCE", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 787 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 892 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "857BF56958", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "48C66A6864", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "716BF4A83F", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "9F43304203", + "target": { + "@type": "TextSelector", + "resource": "0DCE", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 893 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1188 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "3308B1F949", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "4FF4D664AE", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "716BF4A83F", + "set": "segmentation_annotation" + } + ] + } + ] } \ No newline at end of file diff --git a/tests/pecha/data/IF5944957/metadata.json b/tests/pecha/data/IF5944957/metadata.json index a8fefda1..a6255ad9 100644 --- a/tests/pecha/data/IF5944957/metadata.json +++ b/tests/pecha/data/IF5944957/metadata.json @@ -1,30 +1,30 @@ -{ - "id": "IF5944957", - "title": { - "en": "PreAligned Commentary Translation Title", - "bo": "དགོངས་པ་རབ་གསལ་ལས་སེམས་བསྐྱེད་དྲུག་པ།" - }, - "author": "Claude", - "imported": "2025-06-05T06:27:00.432753", - "source": "Claude", - "toolkit_version": "2.1.13", - "parser": "DocxSimpleCommentaryParser", - "initial_creation_type": "google_docx", - "language": "en", - "type": "translation", - "parent": "I6556B464", - "source_metadata": {}, - "bases": {}, - "copyright": { - "status": "Unknown", - "notice": "", - "info_url": null - }, - "licence": "Unknown", - "legacy_id": null, - "source_file": null, - "ocr_import_info": null, - "statistics": null, - "quality": null, - "last_modified": "2025-06-05T06:27:00.432751" +{ + "id": "IF5944957", + "title": { + "en": "PreAligned Commentary Translation Title", + "bo": "དགོངས་པ་རབ་གསལ་ལས་སེམས་བསྐྱེད་དྲུག་པ།" + }, + "author": "Claude", + "imported": "2025-06-05T06:27:00.432753", + "source": "Claude", + "toolkit_version": "2.1.13", + "parser": "DocxSimpleCommentaryParser", + "initial_creation_type": "google_docx", + "language": "en", + "type": "translation", + "parent": "I6556B464", + "source_metadata": {}, + "bases": {}, + "copyright": { + "status": "Unknown", + "notice": "", + "info_url": null + }, + "licence": "Unknown", + "legacy_id": null, + "source_file": null, + "ocr_import_info": null, + "statistics": null, + "quality": null, + "last_modified": "2025-06-05T06:27:00.432751" } \ No newline at end of file diff --git a/tests/pecha/data/ITEST001.json b/tests/pecha/data/ITEST001.json index f8a90fe1..baa110a2 100644 --- a/tests/pecha/data/ITEST001.json +++ b/tests/pecha/data/ITEST001.json @@ -1,325 +1,325 @@ -{ - "pecha_id": "ITEST001", - "base_text": "The Heart of the Blessed Lady Perfection of Wisdom\nIn the Sanskrit language: Bhagavatī Prajñāpāramitā Hṛdaya\nIn the Tibetan language: The Heart of the Blessed Lady Perfection of Wisdom\nThis is the first volume.\nI prostrate to the Blessed Mother, the Perfection of Wisdom.\nThus have I heard at one time.\nThe Blessed One was dwelling at Vulture Peak Mountain in Rājagṛha together with a great assembly of monks and a great assembly of bodhisattvas.\nAt that time, the Blessed One entered into the meditative absorption of the Dharma discourse called 'Profound Illumination.'\nAt that time, the noble Bodhisattva Mahasattva Avalokiteshvara was contemplating the practice of the profound perfection of wisdom.\nAlso view those five aggregates as empty of inherent nature.\nThen, through the power of the Buddha, the venerable Śāriputra addressed the noble great bodhisattva Avalokiteśvara with these words.\nTranslation of the Tibetan Buddhist Text

'Noble son, whoever wishes to practice the profound perfection of wisdom, how should they train?' Upon this being asked, the noble Bodhisattva Mahasattva Avalokiteshvara spoke these words to the venerable Shariputra: 'O Shariputra, any son or daughter of noble family who wishes to practice the profound perfection of wisdom should view things in this way: they should correctly and completely observe the five aggregates as empty of inherent nature.'\nForm is emptiness. Emptiness is form.\nForm is not other than emptiness, and emptiness is not other than form.\nSimilarly, feelings, perceptions, mental formations, and consciousnesses are empty.\nTherefore, Shariputra, all phenomena are emptiness—without characteristics, unborn, unceasing, without defilement, without freedom from defilement, without decrease, and without increase.

Therefore, Shariputra, in emptiness there is no form, no feeling, no perception, no mental formations, no consciousness; no eye, no ear, no nose, no tongue, no body, no mind; no form, no sound, no smell, no taste, no touch, no phenomena.\nThere is no eye element, and there is nothing from the absence of the mind element up to and including the absence of the dharma element and the mental consciousness element.\nThere is no ignorance, nor is there any cessation of ignorance, up through there is no aging and death, and no cessation of aging and death. There is no suffering, no origin, no cessation, and no path. There is no wisdom, no attainment, and also no non-attainment.\nTherefore, Shariputra, because bodhisattvas have nothing to attain, they rely on and abide in the perfection of wisdom, free from mental obscurations.\nSince there are no obscurations in the mind, there is no fear. Having completely transcended misconceptions, one reaches the culmination of nirvana.\nAll the buddhas who abide throughout the three times have attained manifest, perfect, complete enlightenment by relying on the perfection of wisdom.

OR

All the buddhas who dwell throughout the past, present, and future have fully and completely awakened to unsurpassable, perfect, complete enlightenment by depending on the perfection of wisdom.\nTherefore, one should know the prajñāpāramitā mantra, the mantra of great awareness, the unsurpassed mantra, the mantra equal to the unequaled, the mantra that thoroughly pacifies all suffering. Because it is not false, it should be known as true.\nThus: Gone, gone, gone beyond, gone completely beyond, enlightenment, so be it!\nThus, Śāriputra, a bodhisattva, a great being, should train in the profound perfection of wisdom.\nThen the Blessed One arose from that samādhi and bestowed praise upon the noble Avalokiteśvara, the Bodhisattva Mahāsattva, saying: 'Excellent, excellent! Son of noble family, it is exactly so.'\nSo it is, noble son. One should practice the profound perfection of wisdom exactly as you have taught.

This is indeed the case, son of good family. One should engage in the practice of the profound perfection of wisdom precisely as you have explained.\nAfter the Blessed One had spoken these words.\nThe Venerable Shariputra Son of Sharadwati, the Bodhisattva Mahasattva Noble Avalokiteshvara, and the entire assembly—including gods, humans, asuras, and gandharvas—rejoiced and praised what the Blessed One had spoken.\nThus concludes the Noble Heart of the Perfection of Wisdom.\n", - "annotation": [ - { - "id": "9EBA7EF8B7", - "span": { - "start": 0, - "end": 50 - }, - "index": 1, - "alignment_index": [ - 1 - ] - }, - { - "id": "029300E47F", - "span": { - "start": 51, - "end": 108 - }, - "index": 2, - "alignment_index": [ - 2 - ] - }, - { - "id": "99C9C83D78", - "span": { - "start": 109, - "end": 184 - }, - "index": 3, - "alignment_index": [ - 3 - ] - }, - { - "id": "6AA160C6DA", - "span": { - "start": 185, - "end": 210 - }, - "index": 4, - "alignment_index": [ - 4 - ] - }, - { - "id": "422CD4AA4C", - "span": { - "start": 211, - "end": 271 - }, - "index": 5, - "alignment_index": [ - 5 - ] - }, - { - "id": "040F347C02", - "span": { - "start": 272, - "end": 302 - }, - "index": 6, - "alignment_index": [ - 6 - ] - }, - { - "id": "4399B44459", - "span": { - "start": 303, - "end": 446 - }, - "index": 7, - "alignment_index": [ - 7 - ] - }, - { - "id": "6326142D5B", - "span": { - "start": 447, - "end": 571 - }, - "index": 8, - "alignment_index": [ - 8 - ] - }, - { - "id": "063103CDDA", - "span": { - "start": 572, - "end": 703 - }, - "index": 9, - "alignment_index": [ - 9 - ] - }, - { - "id": "D2BA40C4FD", - "span": { - "start": 704, - "end": 764 - }, - "index": 10, - "alignment_index": [ - 10 - ] - }, - { - "id": "22E666D709", - "span": { - "start": 765, - "end": 898 - }, - "index": 11, - "alignment_index": [ - 11 - ] - }, - { - "id": "8833133D4D", - "span": { - "start": 899, - "end": 1398 - }, - "index": 12, - "alignment_index": [ - 12 - ] - }, - { - "id": "1D57D59FDA", - "span": { - "start": 1399, - "end": 1436 - }, - "index": 13, - "alignment_index": [ - 13 - ] - }, - { - "id": "77BDD8B4C2", - "span": { - "start": 1437, - "end": 1508 - }, - "index": 14, - "alignment_index": [ - 14 - ] - }, - { - "id": "B19FB20E41", - "span": { - "start": 1509, - "end": 1592 - }, - "index": 15, - "alignment_index": [ - 15 - ] - }, - { - "id": "D455D8627D", - "span": { - "start": 1593, - "end": 2025 - }, - "index": 16, - "alignment_index": [ - 16 - ] - }, - { - "id": "5D66326A56", - "span": { - "start": 2026, - "end": 2200 - }, - "index": 17, - "alignment_index": [ - 17 - ] - }, - { - "id": "511368CC15", - "span": { - "start": 2201, - "end": 2465 - }, - "index": 18, - "alignment_index": [ - 18 - ] - }, - { - "id": "98A04C6AE8", - "span": { - "start": 2466, - "end": 2616 - }, - "index": 19, - "alignment_index": [ - 19 - ] - }, - { - "id": "5335C334A1", - "span": { - "start": 2617, - "end": 2765 - }, - "index": 20, - "alignment_index": [ - 20 - ] - }, - { - "id": "5A696C7201", - "span": { - "start": 2766, - "end": 3127 - }, - "index": 21, - "alignment_index": [ - 21 - ] - }, - { - "id": "24D9256CD6", - "span": { - "start": 3128, - "end": 3375 - }, - "index": 22, - "alignment_index": [ - 22 - ] - }, - { - "id": "BE1710C487", - "span": { - "start": 3376, - "end": 3455 - }, - "index": 23, - "alignment_index": [ - 23 - ] - }, - { - "id": "83950FB653", - "span": { - "start": 3456, - "end": 3553 - }, - "index": 24, - "alignment_index": [ - 24 - ] - }, - { - "id": "0883300F68", - "span": { - "start": 3554, - "end": 3748 - }, - "index": 25, - "alignment_index": [ - 25 - ] - }, - { - "id": "43F0F073F3", - "span": { - "start": 3749, - "end": 4007 - }, - "index": 26, - "alignment_index": [ - 26 - ] - }, - { - "id": "AEEA26EAA9", - "span": { - "start": 4008, - "end": 4053 - }, - "index": 27, - "alignment_index": [ - 27 - ] - }, - { - "id": "79CF364697", - "span": { - "start": 4054, - "end": 4314 - }, - "index": 28, - "alignment_index": [ - 28 - ] - }, - { - "id": "A302891727", - "span": { - "start": 4315, - "end": 4374 - }, - "index": 29, - "alignment_index": [ - 29 - ] - } - ] +{ + "pecha_id": "ITEST001", + "base_text": "The Heart of the Blessed Lady Perfection of Wisdom\nIn the Sanskrit language: Bhagavatī Prajñāpāramitā Hṛdaya\nIn the Tibetan language: The Heart of the Blessed Lady Perfection of Wisdom\nThis is the first volume.\nI prostrate to the Blessed Mother, the Perfection of Wisdom.\nThus have I heard at one time.\nThe Blessed One was dwelling at Vulture Peak Mountain in Rājagṛha together with a great assembly of monks and a great assembly of bodhisattvas.\nAt that time, the Blessed One entered into the meditative absorption of the Dharma discourse called 'Profound Illumination.'\nAt that time, the noble Bodhisattva Mahasattva Avalokiteshvara was contemplating the practice of the profound perfection of wisdom.\nAlso view those five aggregates as empty of inherent nature.\nThen, through the power of the Buddha, the venerable Śāriputra addressed the noble great bodhisattva Avalokiteśvara with these words.\nTranslation of the Tibetan Buddhist Text

'Noble son, whoever wishes to practice the profound perfection of wisdom, how should they train?' Upon this being asked, the noble Bodhisattva Mahasattva Avalokiteshvara spoke these words to the venerable Shariputra: 'O Shariputra, any son or daughter of noble family who wishes to practice the profound perfection of wisdom should view things in this way: they should correctly and completely observe the five aggregates as empty of inherent nature.'\nForm is emptiness. Emptiness is form.\nForm is not other than emptiness, and emptiness is not other than form.\nSimilarly, feelings, perceptions, mental formations, and consciousnesses are empty.\nTherefore, Shariputra, all phenomena are emptiness—without characteristics, unborn, unceasing, without defilement, without freedom from defilement, without decrease, and without increase.

Therefore, Shariputra, in emptiness there is no form, no feeling, no perception, no mental formations, no consciousness; no eye, no ear, no nose, no tongue, no body, no mind; no form, no sound, no smell, no taste, no touch, no phenomena.\nThere is no eye element, and there is nothing from the absence of the mind element up to and including the absence of the dharma element and the mental consciousness element.\nThere is no ignorance, nor is there any cessation of ignorance, up through there is no aging and death, and no cessation of aging and death. There is no suffering, no origin, no cessation, and no path. There is no wisdom, no attainment, and also no non-attainment.\nTherefore, Shariputra, because bodhisattvas have nothing to attain, they rely on and abide in the perfection of wisdom, free from mental obscurations.\nSince there are no obscurations in the mind, there is no fear. Having completely transcended misconceptions, one reaches the culmination of nirvana.\nAll the buddhas who abide throughout the three times have attained manifest, perfect, complete enlightenment by relying on the perfection of wisdom.

OR

All the buddhas who dwell throughout the past, present, and future have fully and completely awakened to unsurpassable, perfect, complete enlightenment by depending on the perfection of wisdom.\nTherefore, one should know the prajñāpāramitā mantra, the mantra of great awareness, the unsurpassed mantra, the mantra equal to the unequaled, the mantra that thoroughly pacifies all suffering. Because it is not false, it should be known as true.\nThus: Gone, gone, gone beyond, gone completely beyond, enlightenment, so be it!\nThus, Śāriputra, a bodhisattva, a great being, should train in the profound perfection of wisdom.\nThen the Blessed One arose from that samādhi and bestowed praise upon the noble Avalokiteśvara, the Bodhisattva Mahāsattva, saying: 'Excellent, excellent! Son of noble family, it is exactly so.'\nSo it is, noble son. One should practice the profound perfection of wisdom exactly as you have taught.

This is indeed the case, son of good family. One should engage in the practice of the profound perfection of wisdom precisely as you have explained.\nAfter the Blessed One had spoken these words.\nThe Venerable Shariputra Son of Sharadwati, the Bodhisattva Mahasattva Noble Avalokiteshvara, and the entire assembly—including gods, humans, asuras, and gandharvas—rejoiced and praised what the Blessed One had spoken.\nThus concludes the Noble Heart of the Perfection of Wisdom.\n", + "annotation": [ + { + "id": "9EBA7EF8B7", + "span": { + "start": 0, + "end": 50 + }, + "index": 1, + "alignment_index": [ + 1 + ] + }, + { + "id": "029300E47F", + "span": { + "start": 51, + "end": 108 + }, + "index": 2, + "alignment_index": [ + 2 + ] + }, + { + "id": "99C9C83D78", + "span": { + "start": 109, + "end": 184 + }, + "index": 3, + "alignment_index": [ + 3 + ] + }, + { + "id": "6AA160C6DA", + "span": { + "start": 185, + "end": 210 + }, + "index": 4, + "alignment_index": [ + 4 + ] + }, + { + "id": "422CD4AA4C", + "span": { + "start": 211, + "end": 271 + }, + "index": 5, + "alignment_index": [ + 5 + ] + }, + { + "id": "040F347C02", + "span": { + "start": 272, + "end": 302 + }, + "index": 6, + "alignment_index": [ + 6 + ] + }, + { + "id": "4399B44459", + "span": { + "start": 303, + "end": 446 + }, + "index": 7, + "alignment_index": [ + 7 + ] + }, + { + "id": "6326142D5B", + "span": { + "start": 447, + "end": 571 + }, + "index": 8, + "alignment_index": [ + 8 + ] + }, + { + "id": "063103CDDA", + "span": { + "start": 572, + "end": 703 + }, + "index": 9, + "alignment_index": [ + 9 + ] + }, + { + "id": "D2BA40C4FD", + "span": { + "start": 704, + "end": 764 + }, + "index": 10, + "alignment_index": [ + 10 + ] + }, + { + "id": "22E666D709", + "span": { + "start": 765, + "end": 898 + }, + "index": 11, + "alignment_index": [ + 11 + ] + }, + { + "id": "8833133D4D", + "span": { + "start": 899, + "end": 1398 + }, + "index": 12, + "alignment_index": [ + 12 + ] + }, + { + "id": "1D57D59FDA", + "span": { + "start": 1399, + "end": 1436 + }, + "index": 13, + "alignment_index": [ + 13 + ] + }, + { + "id": "77BDD8B4C2", + "span": { + "start": 1437, + "end": 1508 + }, + "index": 14, + "alignment_index": [ + 14 + ] + }, + { + "id": "B19FB20E41", + "span": { + "start": 1509, + "end": 1592 + }, + "index": 15, + "alignment_index": [ + 15 + ] + }, + { + "id": "D455D8627D", + "span": { + "start": 1593, + "end": 2025 + }, + "index": 16, + "alignment_index": [ + 16 + ] + }, + { + "id": "5D66326A56", + "span": { + "start": 2026, + "end": 2200 + }, + "index": 17, + "alignment_index": [ + 17 + ] + }, + { + "id": "511368CC15", + "span": { + "start": 2201, + "end": 2465 + }, + "index": 18, + "alignment_index": [ + 18 + ] + }, + { + "id": "98A04C6AE8", + "span": { + "start": 2466, + "end": 2616 + }, + "index": 19, + "alignment_index": [ + 19 + ] + }, + { + "id": "5335C334A1", + "span": { + "start": 2617, + "end": 2765 + }, + "index": 20, + "alignment_index": [ + 20 + ] + }, + { + "id": "5A696C7201", + "span": { + "start": 2766, + "end": 3127 + }, + "index": 21, + "alignment_index": [ + 21 + ] + }, + { + "id": "24D9256CD6", + "span": { + "start": 3128, + "end": 3375 + }, + "index": 22, + "alignment_index": [ + 22 + ] + }, + { + "id": "BE1710C487", + "span": { + "start": 3376, + "end": 3455 + }, + "index": 23, + "alignment_index": [ + 23 + ] + }, + { + "id": "83950FB653", + "span": { + "start": 3456, + "end": 3553 + }, + "index": 24, + "alignment_index": [ + 24 + ] + }, + { + "id": "0883300F68", + "span": { + "start": 3554, + "end": 3748 + }, + "index": 25, + "alignment_index": [ + 25 + ] + }, + { + "id": "43F0F073F3", + "span": { + "start": 3749, + "end": 4007 + }, + "index": 26, + "alignment_index": [ + 26 + ] + }, + { + "id": "AEEA26EAA9", + "span": { + "start": 4008, + "end": 4053 + }, + "index": 27, + "alignment_index": [ + 27 + ] + }, + { + "id": "79CF364697", + "span": { + "start": 4054, + "end": 4314 + }, + "index": 28, + "alignment_index": [ + 28 + ] + }, + { + "id": "A302891727", + "span": { + "start": 4315, + "end": 4374 + }, + "index": 29, + "alignment_index": [ + 29 + ] + } + ] } \ No newline at end of file diff --git a/tests/pecha/data/ITEST001/base/305C.txt b/tests/pecha/data/ITEST001/base/305C.txt index 7abb4698..86466d5c 100644 --- a/tests/pecha/data/ITEST001/base/305C.txt +++ b/tests/pecha/data/ITEST001/base/305C.txt @@ -1,29 +1,29 @@ -The Heart of the Blessed Lady Perfection of Wisdom -In the Sanskrit language: Bhagavatī Prajñāpāramitā Hṛdaya -In the Tibetan language: The Heart of the Blessed Lady Perfection of Wisdom -This is the first volume. -I prostrate to the Blessed Mother, the Perfection of Wisdom. -Thus have I heard at one time. -The Blessed One was dwelling at Vulture Peak Mountain in Rājagṛha together with a great assembly of monks and a great assembly of bodhisattvas. -At that time, the Blessed One entered into the meditative absorption of the Dharma discourse called 'Profound Illumination.' -At that time, the noble Bodhisattva Mahasattva Avalokiteshvara was contemplating the practice of the profound perfection of wisdom. -Also view those five aggregates as empty of inherent nature. -Then, through the power of the Buddha, the venerable Śāriputra addressed the noble great bodhisattva Avalokiteśvara with these words. -Translation of the Tibetan Buddhist Text

'Noble son, whoever wishes to practice the profound perfection of wisdom, how should they train?' Upon this being asked, the noble Bodhisattva Mahasattva Avalokiteshvara spoke these words to the venerable Shariputra: 'O Shariputra, any son or daughter of noble family who wishes to practice the profound perfection of wisdom should view things in this way: they should correctly and completely observe the five aggregates as empty of inherent nature.' -Form is emptiness. Emptiness is form. -Form is not other than emptiness, and emptiness is not other than form. -Similarly, feelings, perceptions, mental formations, and consciousnesses are empty. -Therefore, Shariputra, all phenomena are emptiness—without characteristics, unborn, unceasing, without defilement, without freedom from defilement, without decrease, and without increase.

Therefore, Shariputra, in emptiness there is no form, no feeling, no perception, no mental formations, no consciousness; no eye, no ear, no nose, no tongue, no body, no mind; no form, no sound, no smell, no taste, no touch, no phenomena. -There is no eye element, and there is nothing from the absence of the mind element up to and including the absence of the dharma element and the mental consciousness element. -There is no ignorance, nor is there any cessation of ignorance, up through there is no aging and death, and no cessation of aging and death. There is no suffering, no origin, no cessation, and no path. There is no wisdom, no attainment, and also no non-attainment. -Therefore, Shariputra, because bodhisattvas have nothing to attain, they rely on and abide in the perfection of wisdom, free from mental obscurations. -Since there are no obscurations in the mind, there is no fear. Having completely transcended misconceptions, one reaches the culmination of nirvana. -All the buddhas who abide throughout the three times have attained manifest, perfect, complete enlightenment by relying on the perfection of wisdom.

OR

All the buddhas who dwell throughout the past, present, and future have fully and completely awakened to unsurpassable, perfect, complete enlightenment by depending on the perfection of wisdom. -Therefore, one should know the prajñāpāramitā mantra, the mantra of great awareness, the unsurpassed mantra, the mantra equal to the unequaled, the mantra that thoroughly pacifies all suffering. Because it is not false, it should be known as true. -Thus: Gone, gone, gone beyond, gone completely beyond, enlightenment, so be it! -Thus, Śāriputra, a bodhisattva, a great being, should train in the profound perfection of wisdom. -Then the Blessed One arose from that samādhi and bestowed praise upon the noble Avalokiteśvara, the Bodhisattva Mahāsattva, saying: 'Excellent, excellent! Son of noble family, it is exactly so.' -So it is, noble son. One should practice the profound perfection of wisdom exactly as you have taught.

This is indeed the case, son of good family. One should engage in the practice of the profound perfection of wisdom precisely as you have explained. -After the Blessed One had spoken these words. -The Venerable Shariputra Son of Sharadwati, the Bodhisattva Mahasattva Noble Avalokiteshvara, and the entire assembly—including gods, humans, asuras, and gandharvas—rejoiced and praised what the Blessed One had spoken. -Thus concludes the Noble Heart of the Perfection of Wisdom. +The Heart of the Blessed Lady Perfection of Wisdom +In the Sanskrit language: Bhagavatī Prajñāpāramitā Hṛdaya +In the Tibetan language: The Heart of the Blessed Lady Perfection of Wisdom +This is the first volume. +I prostrate to the Blessed Mother, the Perfection of Wisdom. +Thus have I heard at one time. +The Blessed One was dwelling at Vulture Peak Mountain in Rājagṛha together with a great assembly of monks and a great assembly of bodhisattvas. +At that time, the Blessed One entered into the meditative absorption of the Dharma discourse called 'Profound Illumination.' +At that time, the noble Bodhisattva Mahasattva Avalokiteshvara was contemplating the practice of the profound perfection of wisdom. +Also view those five aggregates as empty of inherent nature. +Then, through the power of the Buddha, the venerable Śāriputra addressed the noble great bodhisattva Avalokiteśvara with these words. +Translation of the Tibetan Buddhist Text

'Noble son, whoever wishes to practice the profound perfection of wisdom, how should they train?' Upon this being asked, the noble Bodhisattva Mahasattva Avalokiteshvara spoke these words to the venerable Shariputra: 'O Shariputra, any son or daughter of noble family who wishes to practice the profound perfection of wisdom should view things in this way: they should correctly and completely observe the five aggregates as empty of inherent nature.' +Form is emptiness. Emptiness is form. +Form is not other than emptiness, and emptiness is not other than form. +Similarly, feelings, perceptions, mental formations, and consciousnesses are empty. +Therefore, Shariputra, all phenomena are emptiness—without characteristics, unborn, unceasing, without defilement, without freedom from defilement, without decrease, and without increase.

Therefore, Shariputra, in emptiness there is no form, no feeling, no perception, no mental formations, no consciousness; no eye, no ear, no nose, no tongue, no body, no mind; no form, no sound, no smell, no taste, no touch, no phenomena. +There is no eye element, and there is nothing from the absence of the mind element up to and including the absence of the dharma element and the mental consciousness element. +There is no ignorance, nor is there any cessation of ignorance, up through there is no aging and death, and no cessation of aging and death. There is no suffering, no origin, no cessation, and no path. There is no wisdom, no attainment, and also no non-attainment. +Therefore, Shariputra, because bodhisattvas have nothing to attain, they rely on and abide in the perfection of wisdom, free from mental obscurations. +Since there are no obscurations in the mind, there is no fear. Having completely transcended misconceptions, one reaches the culmination of nirvana. +All the buddhas who abide throughout the three times have attained manifest, perfect, complete enlightenment by relying on the perfection of wisdom.

OR

All the buddhas who dwell throughout the past, present, and future have fully and completely awakened to unsurpassable, perfect, complete enlightenment by depending on the perfection of wisdom. +Therefore, one should know the prajñāpāramitā mantra, the mantra of great awareness, the unsurpassed mantra, the mantra equal to the unequaled, the mantra that thoroughly pacifies all suffering. Because it is not false, it should be known as true. +Thus: Gone, gone, gone beyond, gone completely beyond, enlightenment, so be it! +Thus, Śāriputra, a bodhisattva, a great being, should train in the profound perfection of wisdom. +Then the Blessed One arose from that samādhi and bestowed praise upon the noble Avalokiteśvara, the Bodhisattva Mahāsattva, saying: 'Excellent, excellent! Son of noble family, it is exactly so.' +So it is, noble son. One should practice the profound perfection of wisdom exactly as you have taught.

This is indeed the case, son of good family. One should engage in the practice of the profound perfection of wisdom precisely as you have explained. +After the Blessed One had spoken these words. +The Venerable Shariputra Son of Sharadwati, the Bodhisattva Mahasattva Noble Avalokiteshvara, and the entire assembly—including gods, humans, asuras, and gandharvas—rejoiced and praised what the Blessed One had spoken. +Thus concludes the Noble Heart of the Perfection of Wisdom. diff --git a/tests/pecha/data/ITEST001/layers/305C/alignment-UmJonILPP6PHHriY.json b/tests/pecha/data/ITEST001/layers/305C/alignment-UmJonILPP6PHHriY.json index a61914f7..8b561577 100644 --- a/tests/pecha/data/ITEST001/layers/305C/alignment-UmJonILPP6PHHriY.json +++ b/tests/pecha/data/ITEST001/layers/305C/alignment-UmJonILPP6PHHriY.json @@ -1,2165 +1,2165 @@ -{ - "@type": "AnnotationStore", - "@id": "ITEST001", - "resources": [ - { - "@type": "TextResource", - "@id": "305C", - "@include": "../../base/305C.txt" - } - ], - "annotationsets": [ - { - "@type": "AnnotationDataSet", - "@id": "segmentation_annotation", - "keys": [ - { - "@type": "DataKey", - "@id": "id" - }, - { - "@type": "DataKey", - "@id": "index" - }, - { - "@type": "DataKey", - "@id": "alignment_index" - }, - { - "@type": "DataKey", - "@id": "segmentation_type" - } - ], - "data": [ - { - "@type": "AnnotationData", - "@id": "5D4B7157A9", - "key": "id", - "value": { - "@type": "String", - "value": "9EBA7EF8B7" - } - }, - { - "@type": "AnnotationData", - "@id": "F504B6294B", - "key": "index", - "value": { - "@type": "Int", - "value": 1 - } - }, - { - "@type": "AnnotationData", - "@id": "7A4A041D82", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 1 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "13F40BB964", - "key": "segmentation_type", - "value": { - "@type": "String", - "value": "alignment" - } - }, - { - "@type": "AnnotationData", - "@id": "C846088082", - "key": "id", - "value": { - "@type": "String", - "value": "029300E47F" - } - }, - { - "@type": "AnnotationData", - "@id": "1C017CDD17", - "key": "index", - "value": { - "@type": "Int", - "value": 2 - } - }, - { - "@type": "AnnotationData", - "@id": "7CA9691DA9", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 2 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "976909E389", - "key": "id", - "value": { - "@type": "String", - "value": "99C9C83D78" - } - }, - { - "@type": "AnnotationData", - "@id": "CD32A04876", - "key": "index", - "value": { - "@type": "Int", - "value": 3 - } - }, - { - "@type": "AnnotationData", - "@id": "DC4C24F392", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 3 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "8855A46C1D", - "key": "id", - "value": { - "@type": "String", - "value": "6AA160C6DA" - } - }, - { - "@type": "AnnotationData", - "@id": "6EE1309423", - "key": "index", - "value": { - "@type": "Int", - "value": 4 - } - }, - { - "@type": "AnnotationData", - "@id": "132680091C", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 4 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "FB4417B738", - "key": "id", - "value": { - "@type": "String", - "value": "422CD4AA4C" - } - }, - { - "@type": "AnnotationData", - "@id": "4BB30302A6", - "key": "index", - "value": { - "@type": "Int", - "value": 5 - } - }, - { - "@type": "AnnotationData", - "@id": "2173D2120A", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 5 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "B8E1F137F1", - "key": "id", - "value": { - "@type": "String", - "value": "040F347C02" - } - }, - { - "@type": "AnnotationData", - "@id": "377CFA33A4", - "key": "index", - "value": { - "@type": "Int", - "value": 6 - } - }, - { - "@type": "AnnotationData", - "@id": "3315D7A905", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 6 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "2F417A0F7B", - "key": "id", - "value": { - "@type": "String", - "value": "4399B44459" - } - }, - { - "@type": "AnnotationData", - "@id": "8D358429B2", - "key": "index", - "value": { - "@type": "Int", - "value": 7 - } - }, - { - "@type": "AnnotationData", - "@id": "4631114CD8", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 7 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "64779CB654", - "key": "id", - "value": { - "@type": "String", - "value": "6326142D5B" - } - }, - { - "@type": "AnnotationData", - "@id": "E41ADD3903", - "key": "index", - "value": { - "@type": "Int", - "value": 8 - } - }, - { - "@type": "AnnotationData", - "@id": "15B0FCD8CA", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 8 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "4B5B8A402B", - "key": "id", - "value": { - "@type": "String", - "value": "063103CDDA" - } - }, - { - "@type": "AnnotationData", - "@id": "B5EEEF58DF", - "key": "index", - "value": { - "@type": "Int", - "value": 9 - } - }, - { - "@type": "AnnotationData", - "@id": "2B1D5914AD", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 9 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "FB9B6047E8", - "key": "id", - "value": { - "@type": "String", - "value": "D2BA40C4FD" - } - }, - { - "@type": "AnnotationData", - "@id": "588E115981", - "key": "index", - "value": { - "@type": "Int", - "value": 10 - } - }, - { - "@type": "AnnotationData", - "@id": "1A901083D4", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 10 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "139ACE2C2E", - "key": "id", - "value": { - "@type": "String", - "value": "22E666D709" - } - }, - { - "@type": "AnnotationData", - "@id": "CCCEE3950E", - "key": "index", - "value": { - "@type": "Int", - "value": 11 - } - }, - { - "@type": "AnnotationData", - "@id": "04041F57CE", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 11 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "5D0564404B", - "key": "id", - "value": { - "@type": "String", - "value": "8833133D4D" - } - }, - { - "@type": "AnnotationData", - "@id": "25045A0546", - "key": "index", - "value": { - "@type": "Int", - "value": 12 - } - }, - { - "@type": "AnnotationData", - "@id": "42000E2AA4", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 12 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "3BB1166611", - "key": "id", - "value": { - "@type": "String", - "value": "1D57D59FDA" - } - }, - { - "@type": "AnnotationData", - "@id": "90DDB08888", - "key": "index", - "value": { - "@type": "Int", - "value": 13 - } - }, - { - "@type": "AnnotationData", - "@id": "E053FE3440", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 13 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "9DD1A38654", - "key": "id", - "value": { - "@type": "String", - "value": "77BDD8B4C2" - } - }, - { - "@type": "AnnotationData", - "@id": "C9054D0B40", - "key": "index", - "value": { - "@type": "Int", - "value": 14 - } - }, - { - "@type": "AnnotationData", - "@id": "241FA9B547", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 14 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "8A7FCDA91D", - "key": "id", - "value": { - "@type": "String", - "value": "B19FB20E41" - } - }, - { - "@type": "AnnotationData", - "@id": "14EBE18EE4", - "key": "index", - "value": { - "@type": "Int", - "value": 15 - } - }, - { - "@type": "AnnotationData", - "@id": "6426C52338", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 15 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "8A588CF88B", - "key": "id", - "value": { - "@type": "String", - "value": "D455D8627D" - } - }, - { - "@type": "AnnotationData", - "@id": "A3AA0ABB3A", - "key": "index", - "value": { - "@type": "Int", - "value": 16 - } - }, - { - "@type": "AnnotationData", - "@id": "4FBA3FB441", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 16 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "CC40BE7FAF", - "key": "id", - "value": { - "@type": "String", - "value": "5D66326A56" - } - }, - { - "@type": "AnnotationData", - "@id": "DE4EABBAE0", - "key": "index", - "value": { - "@type": "Int", - "value": 17 - } - }, - { - "@type": "AnnotationData", - "@id": "BA55E9353A", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 17 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "FFEF50F5FD", - "key": "id", - "value": { - "@type": "String", - "value": "511368CC15" - } - }, - { - "@type": "AnnotationData", - "@id": "3415871A87", - "key": "index", - "value": { - "@type": "Int", - "value": 18 - } - }, - { - "@type": "AnnotationData", - "@id": "4DA137C143", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 18 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "FFF648161A", - "key": "id", - "value": { - "@type": "String", - "value": "98A04C6AE8" - } - }, - { - "@type": "AnnotationData", - "@id": "0A50861745", - "key": "index", - "value": { - "@type": "Int", - "value": 19 - } - }, - { - "@type": "AnnotationData", - "@id": "A8B2447B74", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 19 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "23EE4A76E2", - "key": "id", - "value": { - "@type": "String", - "value": "5335C334A1" - } - }, - { - "@type": "AnnotationData", - "@id": "2BECFA96C5", - "key": "index", - "value": { - "@type": "Int", - "value": 20 - } - }, - { - "@type": "AnnotationData", - "@id": "A78BFC5544", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 20 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "A8FA3049A6", - "key": "id", - "value": { - "@type": "String", - "value": "5A696C7201" - } - }, - { - "@type": "AnnotationData", - "@id": "B9C141144B", - "key": "index", - "value": { - "@type": "Int", - "value": 21 - } - }, - { - "@type": "AnnotationData", - "@id": "EDEECEDDDF", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 21 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "D99EFBBB7F", - "key": "id", - "value": { - "@type": "String", - "value": "24D9256CD6" - } - }, - { - "@type": "AnnotationData", - "@id": "6CD86A439E", - "key": "index", - "value": { - "@type": "Int", - "value": 22 - } - }, - { - "@type": "AnnotationData", - "@id": "CD50A47EF3", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 22 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "9EC8AACA77", - "key": "id", - "value": { - "@type": "String", - "value": "BE1710C487" - } - }, - { - "@type": "AnnotationData", - "@id": "0B02D5C742", - "key": "index", - "value": { - "@type": "Int", - "value": 23 - } - }, - { - "@type": "AnnotationData", - "@id": "1000DB40B6", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 23 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "496762D454", - "key": "id", - "value": { - "@type": "String", - "value": "83950FB653" - } - }, - { - "@type": "AnnotationData", - "@id": "DF99FF491C", - "key": "index", - "value": { - "@type": "Int", - "value": 24 - } - }, - { - "@type": "AnnotationData", - "@id": "5F33ADF2A6", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 24 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "55AE84353E", - "key": "id", - "value": { - "@type": "String", - "value": "0883300F68" - } - }, - { - "@type": "AnnotationData", - "@id": "9CAFE2DE07", - "key": "index", - "value": { - "@type": "Int", - "value": 25 - } - }, - { - "@type": "AnnotationData", - "@id": "177C2AED06", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 25 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "EEE5E33CA0", - "key": "id", - "value": { - "@type": "String", - "value": "43F0F073F3" - } - }, - { - "@type": "AnnotationData", - "@id": "4CEBDDB788", - "key": "index", - "value": { - "@type": "Int", - "value": 26 - } - }, - { - "@type": "AnnotationData", - "@id": "9508014749", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 26 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "2D89AF0A7B", - "key": "id", - "value": { - "@type": "String", - "value": "AEEA26EAA9" - } - }, - { - "@type": "AnnotationData", - "@id": "1FA2D32740", - "key": "index", - "value": { - "@type": "Int", - "value": 27 - } - }, - { - "@type": "AnnotationData", - "@id": "7AE8DD315D", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 27 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "FF0BFFA2A2", - "key": "id", - "value": { - "@type": "String", - "value": "79CF364697" - } - }, - { - "@type": "AnnotationData", - "@id": "C8CCFC6B14", - "key": "index", - "value": { - "@type": "Int", - "value": 28 - } - }, - { - "@type": "AnnotationData", - "@id": "EFF47BBEE3", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 28 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "0AA16A616F", - "key": "id", - "value": { - "@type": "String", - "value": "A302891727" - } - }, - { - "@type": "AnnotationData", - "@id": "7CC2134CB2", - "key": "index", - "value": { - "@type": "Int", - "value": 29 - } - }, - { - "@type": "AnnotationData", - "@id": "0292A1533A", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 29 - } - ] - } - } - ] - } - ], - "annotations": [ - { - "@type": "Annotation", - "@id": "45FDE2643D", - "target": { - "@type": "TextSelector", - "resource": "305C", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 0 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 50 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "5D4B7157A9", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "F504B6294B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "7A4A041D82", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "13F40BB964", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "673F15569C", - "target": { - "@type": "TextSelector", - "resource": "305C", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 51 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 108 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "C846088082", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "1C017CDD17", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "7CA9691DA9", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "13F40BB964", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "E6E7644771", - "target": { - "@type": "TextSelector", - "resource": "305C", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 109 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 184 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "976909E389", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "CD32A04876", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "DC4C24F392", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "13F40BB964", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "8863DA86B8", - "target": { - "@type": "TextSelector", - "resource": "305C", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 185 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 210 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "8855A46C1D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "6EE1309423", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "132680091C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "13F40BB964", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "81DADA8CC1", - "target": { - "@type": "TextSelector", - "resource": "305C", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 211 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 271 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "FB4417B738", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "4BB30302A6", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "2173D2120A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "13F40BB964", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "A9F5BDEBA9", - "target": { - "@type": "TextSelector", - "resource": "305C", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 272 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 302 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "B8E1F137F1", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "377CFA33A4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "3315D7A905", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "13F40BB964", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "03FCBB9D0D", - "target": { - "@type": "TextSelector", - "resource": "305C", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 303 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 446 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "2F417A0F7B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "8D358429B2", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "4631114CD8", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "13F40BB964", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "B8D7C765CD", - "target": { - "@type": "TextSelector", - "resource": "305C", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 447 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 571 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "64779CB654", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "E41ADD3903", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "15B0FCD8CA", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "13F40BB964", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "81CEDD0C93", - "target": { - "@type": "TextSelector", - "resource": "305C", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 572 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 703 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4B5B8A402B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "B5EEEF58DF", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "2B1D5914AD", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "13F40BB964", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "D3BD023BF2", - "target": { - "@type": "TextSelector", - "resource": "305C", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 704 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 764 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "FB9B6047E8", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "588E115981", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "1A901083D4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "13F40BB964", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "442412E0F4", - "target": { - "@type": "TextSelector", - "resource": "305C", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 765 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 898 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "139ACE2C2E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "CCCEE3950E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "04041F57CE", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "13F40BB964", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "28F2307ACC", - "target": { - "@type": "TextSelector", - "resource": "305C", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 899 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1398 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "5D0564404B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "25045A0546", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "42000E2AA4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "13F40BB964", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "7DA7C277D0", - "target": { - "@type": "TextSelector", - "resource": "305C", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1399 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1436 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "3BB1166611", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "90DDB08888", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "E053FE3440", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "13F40BB964", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "80A24E9698", - "target": { - "@type": "TextSelector", - "resource": "305C", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1437 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1508 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "9DD1A38654", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "C9054D0B40", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "241FA9B547", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "13F40BB964", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "23687C9487", - "target": { - "@type": "TextSelector", - "resource": "305C", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1509 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1592 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "8A7FCDA91D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "14EBE18EE4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "6426C52338", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "13F40BB964", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "A6FAAE59B8", - "target": { - "@type": "TextSelector", - "resource": "305C", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1593 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 2025 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "8A588CF88B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "A3AA0ABB3A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "4FBA3FB441", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "13F40BB964", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "6E4B5EA96F", - "target": { - "@type": "TextSelector", - "resource": "305C", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 2026 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 2200 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "CC40BE7FAF", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "DE4EABBAE0", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "BA55E9353A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "13F40BB964", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "2F1A8E180D", - "target": { - "@type": "TextSelector", - "resource": "305C", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 2201 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 2465 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "FFEF50F5FD", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "3415871A87", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "4DA137C143", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "13F40BB964", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "E1B07A9003", - "target": { - "@type": "TextSelector", - "resource": "305C", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 2466 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 2616 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "FFF648161A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "0A50861745", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "A8B2447B74", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "13F40BB964", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "83963718A7", - "target": { - "@type": "TextSelector", - "resource": "305C", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 2617 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 2765 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "23EE4A76E2", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "2BECFA96C5", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "A78BFC5544", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "13F40BB964", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "983312F92A", - "target": { - "@type": "TextSelector", - "resource": "305C", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 2766 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 3127 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "A8FA3049A6", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "B9C141144B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "EDEECEDDDF", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "13F40BB964", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "FCB55F2F96", - "target": { - "@type": "TextSelector", - "resource": "305C", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 3128 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 3375 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "D99EFBBB7F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "6CD86A439E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "CD50A47EF3", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "13F40BB964", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "9833434339", - "target": { - "@type": "TextSelector", - "resource": "305C", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 3376 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 3455 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "9EC8AACA77", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "0B02D5C742", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "1000DB40B6", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "13F40BB964", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "596A9A37B9", - "target": { - "@type": "TextSelector", - "resource": "305C", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 3456 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 3553 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "496762D454", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "DF99FF491C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "5F33ADF2A6", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "13F40BB964", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "FC4F00C574", - "target": { - "@type": "TextSelector", - "resource": "305C", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 3554 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 3748 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "55AE84353E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "9CAFE2DE07", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "177C2AED06", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "13F40BB964", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "82A3A72D64", - "target": { - "@type": "TextSelector", - "resource": "305C", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 3749 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 4007 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "EEE5E33CA0", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "4CEBDDB788", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "9508014749", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "13F40BB964", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "112195EF18", - "target": { - "@type": "TextSelector", - "resource": "305C", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 4008 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 4053 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "2D89AF0A7B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "1FA2D32740", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "7AE8DD315D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "13F40BB964", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "8004A0068D", - "target": { - "@type": "TextSelector", - "resource": "305C", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 4054 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 4314 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "FF0BFFA2A2", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "C8CCFC6B14", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "EFF47BBEE3", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "13F40BB964", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "5DA4F43805", - "target": { - "@type": "TextSelector", - "resource": "305C", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 4315 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 4374 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "0AA16A616F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "7CC2134CB2", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "0292A1533A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "13F40BB964", - "set": "segmentation_annotation" - } - ] - } - ] +{ + "@type": "AnnotationStore", + "@id": "ITEST001", + "resources": [ + { + "@type": "TextResource", + "@id": "305C", + "@include": "../../base/305C.txt" + } + ], + "annotationsets": [ + { + "@type": "AnnotationDataSet", + "@id": "segmentation_annotation", + "keys": [ + { + "@type": "DataKey", + "@id": "id" + }, + { + "@type": "DataKey", + "@id": "index" + }, + { + "@type": "DataKey", + "@id": "alignment_index" + }, + { + "@type": "DataKey", + "@id": "segmentation_type" + } + ], + "data": [ + { + "@type": "AnnotationData", + "@id": "5D4B7157A9", + "key": "id", + "value": { + "@type": "String", + "value": "9EBA7EF8B7" + } + }, + { + "@type": "AnnotationData", + "@id": "F504B6294B", + "key": "index", + "value": { + "@type": "Int", + "value": 1 + } + }, + { + "@type": "AnnotationData", + "@id": "7A4A041D82", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 1 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "13F40BB964", + "key": "segmentation_type", + "value": { + "@type": "String", + "value": "alignment" + } + }, + { + "@type": "AnnotationData", + "@id": "C846088082", + "key": "id", + "value": { + "@type": "String", + "value": "029300E47F" + } + }, + { + "@type": "AnnotationData", + "@id": "1C017CDD17", + "key": "index", + "value": { + "@type": "Int", + "value": 2 + } + }, + { + "@type": "AnnotationData", + "@id": "7CA9691DA9", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 2 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "976909E389", + "key": "id", + "value": { + "@type": "String", + "value": "99C9C83D78" + } + }, + { + "@type": "AnnotationData", + "@id": "CD32A04876", + "key": "index", + "value": { + "@type": "Int", + "value": 3 + } + }, + { + "@type": "AnnotationData", + "@id": "DC4C24F392", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 3 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "8855A46C1D", + "key": "id", + "value": { + "@type": "String", + "value": "6AA160C6DA" + } + }, + { + "@type": "AnnotationData", + "@id": "6EE1309423", + "key": "index", + "value": { + "@type": "Int", + "value": 4 + } + }, + { + "@type": "AnnotationData", + "@id": "132680091C", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 4 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "FB4417B738", + "key": "id", + "value": { + "@type": "String", + "value": "422CD4AA4C" + } + }, + { + "@type": "AnnotationData", + "@id": "4BB30302A6", + "key": "index", + "value": { + "@type": "Int", + "value": 5 + } + }, + { + "@type": "AnnotationData", + "@id": "2173D2120A", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 5 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "B8E1F137F1", + "key": "id", + "value": { + "@type": "String", + "value": "040F347C02" + } + }, + { + "@type": "AnnotationData", + "@id": "377CFA33A4", + "key": "index", + "value": { + "@type": "Int", + "value": 6 + } + }, + { + "@type": "AnnotationData", + "@id": "3315D7A905", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 6 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "2F417A0F7B", + "key": "id", + "value": { + "@type": "String", + "value": "4399B44459" + } + }, + { + "@type": "AnnotationData", + "@id": "8D358429B2", + "key": "index", + "value": { + "@type": "Int", + "value": 7 + } + }, + { + "@type": "AnnotationData", + "@id": "4631114CD8", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 7 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "64779CB654", + "key": "id", + "value": { + "@type": "String", + "value": "6326142D5B" + } + }, + { + "@type": "AnnotationData", + "@id": "E41ADD3903", + "key": "index", + "value": { + "@type": "Int", + "value": 8 + } + }, + { + "@type": "AnnotationData", + "@id": "15B0FCD8CA", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 8 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "4B5B8A402B", + "key": "id", + "value": { + "@type": "String", + "value": "063103CDDA" + } + }, + { + "@type": "AnnotationData", + "@id": "B5EEEF58DF", + "key": "index", + "value": { + "@type": "Int", + "value": 9 + } + }, + { + "@type": "AnnotationData", + "@id": "2B1D5914AD", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 9 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "FB9B6047E8", + "key": "id", + "value": { + "@type": "String", + "value": "D2BA40C4FD" + } + }, + { + "@type": "AnnotationData", + "@id": "588E115981", + "key": "index", + "value": { + "@type": "Int", + "value": 10 + } + }, + { + "@type": "AnnotationData", + "@id": "1A901083D4", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 10 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "139ACE2C2E", + "key": "id", + "value": { + "@type": "String", + "value": "22E666D709" + } + }, + { + "@type": "AnnotationData", + "@id": "CCCEE3950E", + "key": "index", + "value": { + "@type": "Int", + "value": 11 + } + }, + { + "@type": "AnnotationData", + "@id": "04041F57CE", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 11 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "5D0564404B", + "key": "id", + "value": { + "@type": "String", + "value": "8833133D4D" + } + }, + { + "@type": "AnnotationData", + "@id": "25045A0546", + "key": "index", + "value": { + "@type": "Int", + "value": 12 + } + }, + { + "@type": "AnnotationData", + "@id": "42000E2AA4", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 12 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "3BB1166611", + "key": "id", + "value": { + "@type": "String", + "value": "1D57D59FDA" + } + }, + { + "@type": "AnnotationData", + "@id": "90DDB08888", + "key": "index", + "value": { + "@type": "Int", + "value": 13 + } + }, + { + "@type": "AnnotationData", + "@id": "E053FE3440", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 13 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "9DD1A38654", + "key": "id", + "value": { + "@type": "String", + "value": "77BDD8B4C2" + } + }, + { + "@type": "AnnotationData", + "@id": "C9054D0B40", + "key": "index", + "value": { + "@type": "Int", + "value": 14 + } + }, + { + "@type": "AnnotationData", + "@id": "241FA9B547", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 14 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "8A7FCDA91D", + "key": "id", + "value": { + "@type": "String", + "value": "B19FB20E41" + } + }, + { + "@type": "AnnotationData", + "@id": "14EBE18EE4", + "key": "index", + "value": { + "@type": "Int", + "value": 15 + } + }, + { + "@type": "AnnotationData", + "@id": "6426C52338", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 15 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "8A588CF88B", + "key": "id", + "value": { + "@type": "String", + "value": "D455D8627D" + } + }, + { + "@type": "AnnotationData", + "@id": "A3AA0ABB3A", + "key": "index", + "value": { + "@type": "Int", + "value": 16 + } + }, + { + "@type": "AnnotationData", + "@id": "4FBA3FB441", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 16 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "CC40BE7FAF", + "key": "id", + "value": { + "@type": "String", + "value": "5D66326A56" + } + }, + { + "@type": "AnnotationData", + "@id": "DE4EABBAE0", + "key": "index", + "value": { + "@type": "Int", + "value": 17 + } + }, + { + "@type": "AnnotationData", + "@id": "BA55E9353A", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 17 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "FFEF50F5FD", + "key": "id", + "value": { + "@type": "String", + "value": "511368CC15" + } + }, + { + "@type": "AnnotationData", + "@id": "3415871A87", + "key": "index", + "value": { + "@type": "Int", + "value": 18 + } + }, + { + "@type": "AnnotationData", + "@id": "4DA137C143", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 18 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "FFF648161A", + "key": "id", + "value": { + "@type": "String", + "value": "98A04C6AE8" + } + }, + { + "@type": "AnnotationData", + "@id": "0A50861745", + "key": "index", + "value": { + "@type": "Int", + "value": 19 + } + }, + { + "@type": "AnnotationData", + "@id": "A8B2447B74", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 19 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "23EE4A76E2", + "key": "id", + "value": { + "@type": "String", + "value": "5335C334A1" + } + }, + { + "@type": "AnnotationData", + "@id": "2BECFA96C5", + "key": "index", + "value": { + "@type": "Int", + "value": 20 + } + }, + { + "@type": "AnnotationData", + "@id": "A78BFC5544", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 20 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "A8FA3049A6", + "key": "id", + "value": { + "@type": "String", + "value": "5A696C7201" + } + }, + { + "@type": "AnnotationData", + "@id": "B9C141144B", + "key": "index", + "value": { + "@type": "Int", + "value": 21 + } + }, + { + "@type": "AnnotationData", + "@id": "EDEECEDDDF", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 21 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "D99EFBBB7F", + "key": "id", + "value": { + "@type": "String", + "value": "24D9256CD6" + } + }, + { + "@type": "AnnotationData", + "@id": "6CD86A439E", + "key": "index", + "value": { + "@type": "Int", + "value": 22 + } + }, + { + "@type": "AnnotationData", + "@id": "CD50A47EF3", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 22 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "9EC8AACA77", + "key": "id", + "value": { + "@type": "String", + "value": "BE1710C487" + } + }, + { + "@type": "AnnotationData", + "@id": "0B02D5C742", + "key": "index", + "value": { + "@type": "Int", + "value": 23 + } + }, + { + "@type": "AnnotationData", + "@id": "1000DB40B6", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 23 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "496762D454", + "key": "id", + "value": { + "@type": "String", + "value": "83950FB653" + } + }, + { + "@type": "AnnotationData", + "@id": "DF99FF491C", + "key": "index", + "value": { + "@type": "Int", + "value": 24 + } + }, + { + "@type": "AnnotationData", + "@id": "5F33ADF2A6", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 24 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "55AE84353E", + "key": "id", + "value": { + "@type": "String", + "value": "0883300F68" + } + }, + { + "@type": "AnnotationData", + "@id": "9CAFE2DE07", + "key": "index", + "value": { + "@type": "Int", + "value": 25 + } + }, + { + "@type": "AnnotationData", + "@id": "177C2AED06", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 25 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "EEE5E33CA0", + "key": "id", + "value": { + "@type": "String", + "value": "43F0F073F3" + } + }, + { + "@type": "AnnotationData", + "@id": "4CEBDDB788", + "key": "index", + "value": { + "@type": "Int", + "value": 26 + } + }, + { + "@type": "AnnotationData", + "@id": "9508014749", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 26 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "2D89AF0A7B", + "key": "id", + "value": { + "@type": "String", + "value": "AEEA26EAA9" + } + }, + { + "@type": "AnnotationData", + "@id": "1FA2D32740", + "key": "index", + "value": { + "@type": "Int", + "value": 27 + } + }, + { + "@type": "AnnotationData", + "@id": "7AE8DD315D", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 27 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "FF0BFFA2A2", + "key": "id", + "value": { + "@type": "String", + "value": "79CF364697" + } + }, + { + "@type": "AnnotationData", + "@id": "C8CCFC6B14", + "key": "index", + "value": { + "@type": "Int", + "value": 28 + } + }, + { + "@type": "AnnotationData", + "@id": "EFF47BBEE3", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 28 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "0AA16A616F", + "key": "id", + "value": { + "@type": "String", + "value": "A302891727" + } + }, + { + "@type": "AnnotationData", + "@id": "7CC2134CB2", + "key": "index", + "value": { + "@type": "Int", + "value": 29 + } + }, + { + "@type": "AnnotationData", + "@id": "0292A1533A", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 29 + } + ] + } + } + ] + } + ], + "annotations": [ + { + "@type": "Annotation", + "@id": "45FDE2643D", + "target": { + "@type": "TextSelector", + "resource": "305C", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 0 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 50 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "5D4B7157A9", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "F504B6294B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "7A4A041D82", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "13F40BB964", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "673F15569C", + "target": { + "@type": "TextSelector", + "resource": "305C", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 51 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 108 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "C846088082", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "1C017CDD17", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "7CA9691DA9", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "13F40BB964", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "E6E7644771", + "target": { + "@type": "TextSelector", + "resource": "305C", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 109 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 184 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "976909E389", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "CD32A04876", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "DC4C24F392", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "13F40BB964", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "8863DA86B8", + "target": { + "@type": "TextSelector", + "resource": "305C", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 185 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 210 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "8855A46C1D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "6EE1309423", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "132680091C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "13F40BB964", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "81DADA8CC1", + "target": { + "@type": "TextSelector", + "resource": "305C", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 211 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 271 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "FB4417B738", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "4BB30302A6", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "2173D2120A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "13F40BB964", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "A9F5BDEBA9", + "target": { + "@type": "TextSelector", + "resource": "305C", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 272 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 302 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "B8E1F137F1", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "377CFA33A4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "3315D7A905", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "13F40BB964", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "03FCBB9D0D", + "target": { + "@type": "TextSelector", + "resource": "305C", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 303 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 446 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "2F417A0F7B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "8D358429B2", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "4631114CD8", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "13F40BB964", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "B8D7C765CD", + "target": { + "@type": "TextSelector", + "resource": "305C", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 447 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 571 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "64779CB654", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "E41ADD3903", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "15B0FCD8CA", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "13F40BB964", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "81CEDD0C93", + "target": { + "@type": "TextSelector", + "resource": "305C", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 572 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 703 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4B5B8A402B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "B5EEEF58DF", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "2B1D5914AD", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "13F40BB964", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "D3BD023BF2", + "target": { + "@type": "TextSelector", + "resource": "305C", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 704 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 764 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "FB9B6047E8", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "588E115981", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "1A901083D4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "13F40BB964", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "442412E0F4", + "target": { + "@type": "TextSelector", + "resource": "305C", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 765 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 898 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "139ACE2C2E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "CCCEE3950E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "04041F57CE", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "13F40BB964", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "28F2307ACC", + "target": { + "@type": "TextSelector", + "resource": "305C", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 899 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1398 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "5D0564404B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "25045A0546", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "42000E2AA4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "13F40BB964", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "7DA7C277D0", + "target": { + "@type": "TextSelector", + "resource": "305C", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1399 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1436 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "3BB1166611", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "90DDB08888", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "E053FE3440", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "13F40BB964", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "80A24E9698", + "target": { + "@type": "TextSelector", + "resource": "305C", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1437 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1508 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "9DD1A38654", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "C9054D0B40", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "241FA9B547", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "13F40BB964", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "23687C9487", + "target": { + "@type": "TextSelector", + "resource": "305C", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1509 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1592 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "8A7FCDA91D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "14EBE18EE4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "6426C52338", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "13F40BB964", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "A6FAAE59B8", + "target": { + "@type": "TextSelector", + "resource": "305C", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1593 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 2025 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "8A588CF88B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "A3AA0ABB3A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "4FBA3FB441", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "13F40BB964", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "6E4B5EA96F", + "target": { + "@type": "TextSelector", + "resource": "305C", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 2026 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 2200 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "CC40BE7FAF", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "DE4EABBAE0", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "BA55E9353A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "13F40BB964", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "2F1A8E180D", + "target": { + "@type": "TextSelector", + "resource": "305C", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 2201 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 2465 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "FFEF50F5FD", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "3415871A87", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "4DA137C143", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "13F40BB964", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "E1B07A9003", + "target": { + "@type": "TextSelector", + "resource": "305C", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 2466 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 2616 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "FFF648161A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "0A50861745", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "A8B2447B74", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "13F40BB964", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "83963718A7", + "target": { + "@type": "TextSelector", + "resource": "305C", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 2617 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 2765 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "23EE4A76E2", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "2BECFA96C5", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "A78BFC5544", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "13F40BB964", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "983312F92A", + "target": { + "@type": "TextSelector", + "resource": "305C", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 2766 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 3127 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "A8FA3049A6", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "B9C141144B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "EDEECEDDDF", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "13F40BB964", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "FCB55F2F96", + "target": { + "@type": "TextSelector", + "resource": "305C", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 3128 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 3375 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "D99EFBBB7F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "6CD86A439E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "CD50A47EF3", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "13F40BB964", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "9833434339", + "target": { + "@type": "TextSelector", + "resource": "305C", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 3376 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 3455 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "9EC8AACA77", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "0B02D5C742", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "1000DB40B6", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "13F40BB964", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "596A9A37B9", + "target": { + "@type": "TextSelector", + "resource": "305C", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 3456 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 3553 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "496762D454", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "DF99FF491C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "5F33ADF2A6", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "13F40BB964", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "FC4F00C574", + "target": { + "@type": "TextSelector", + "resource": "305C", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 3554 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 3748 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "55AE84353E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "9CAFE2DE07", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "177C2AED06", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "13F40BB964", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "82A3A72D64", + "target": { + "@type": "TextSelector", + "resource": "305C", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 3749 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 4007 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "EEE5E33CA0", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "4CEBDDB788", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "9508014749", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "13F40BB964", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "112195EF18", + "target": { + "@type": "TextSelector", + "resource": "305C", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 4008 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 4053 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "2D89AF0A7B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "1FA2D32740", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "7AE8DD315D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "13F40BB964", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "8004A0068D", + "target": { + "@type": "TextSelector", + "resource": "305C", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 4054 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 4314 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "FF0BFFA2A2", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "C8CCFC6B14", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "EFF47BBEE3", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "13F40BB964", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "5DA4F43805", + "target": { + "@type": "TextSelector", + "resource": "305C", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 4315 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 4374 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "0AA16A616F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "7CC2134CB2", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "0292A1533A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "13F40BB964", + "set": "segmentation_annotation" + } + ] + } + ] } \ No newline at end of file diff --git a/tests/pecha/data/ITEST001_alignment.json b/tests/pecha/data/ITEST001_alignment.json index 2a492bf2..acdc1382 100644 --- a/tests/pecha/data/ITEST001_alignment.json +++ b/tests/pecha/data/ITEST001_alignment.json @@ -1,323 +1,323 @@ -{ - "annotation": [ - { - "id": "9EBA7EF8B7", - "span": { - "start": 0, - "end": 50 - }, - "index": 1, - "alignment_index": [ - 1 - ] - }, - { - "id": "029300E47F", - "span": { - "start": 51, - "end": 108 - }, - "index": 2, - "alignment_index": [ - 2 - ] - }, - { - "id": "99C9C83D78", - "span": { - "start": 109, - "end": 184 - }, - "index": 3, - "alignment_index": [ - 3 - ] - }, - { - "id": "6AA160C6DA", - "span": { - "start": 185, - "end": 210 - }, - "index": 4, - "alignment_index": [ - 4 - ] - }, - { - "id": "422CD4AA4C", - "span": { - "start": 211, - "end": 271 - }, - "index": 5, - "alignment_index": [ - 5 - ] - }, - { - "id": "040F347C02", - "span": { - "start": 272, - "end": 302 - }, - "index": 6, - "alignment_index": [ - 6 - ] - }, - { - "id": "4399B44459", - "span": { - "start": 303, - "end": 446 - }, - "index": 7, - "alignment_index": [ - 7 - ] - }, - { - "id": "6326142D5B", - "span": { - "start": 447, - "end": 571 - }, - "index": 8, - "alignment_index": [ - 8 - ] - }, - { - "id": "063103CDDA", - "span": { - "start": 572, - "end": 703 - }, - "index": 9, - "alignment_index": [ - 9 - ] - }, - { - "id": "D2BA40C4FD", - "span": { - "start": 704, - "end": 764 - }, - "index": 10, - "alignment_index": [ - 10 - ] - }, - { - "id": "22E666D709", - "span": { - "start": 765, - "end": 898 - }, - "index": 11, - "alignment_index": [ - 11 - ] - }, - { - "id": "8833133D4D", - "span": { - "start": 899, - "end": 1398 - }, - "index": 12, - "alignment_index": [ - 12 - ] - }, - { - "id": "1D57D59FDA", - "span": { - "start": 1399, - "end": 1436 - }, - "index": 13, - "alignment_index": [ - 13 - ] - }, - { - "id": "77BDD8B4C2", - "span": { - "start": 1437, - "end": 1508 - }, - "index": 14, - "alignment_index": [ - 14 - ] - }, - { - "id": "B19FB20E41", - "span": { - "start": 1509, - "end": 1592 - }, - "index": 15, - "alignment_index": [ - 15 - ] - }, - { - "id": "D455D8627D", - "span": { - "start": 1593, - "end": 2025 - }, - "index": 16, - "alignment_index": [ - 16 - ] - }, - { - "id": "5D66326A56", - "span": { - "start": 2026, - "end": 2200 - }, - "index": 17, - "alignment_index": [ - 17 - ] - }, - { - "id": "511368CC15", - "span": { - "start": 2201, - "end": 2465 - }, - "index": 18, - "alignment_index": [ - 18 - ] - }, - { - "id": "98A04C6AE8", - "span": { - "start": 2466, - "end": 2616 - }, - "index": 19, - "alignment_index": [ - 19 - ] - }, - { - "id": "5335C334A1", - "span": { - "start": 2617, - "end": 2765 - }, - "index": 20, - "alignment_index": [ - 20 - ] - }, - { - "id": "5A696C7201", - "span": { - "start": 2766, - "end": 3127 - }, - "index": 21, - "alignment_index": [ - 21 - ] - }, - { - "id": "24D9256CD6", - "span": { - "start": 3128, - "end": 3375 - }, - "index": 22, - "alignment_index": [ - 22 - ] - }, - { - "id": "BE1710C487", - "span": { - "start": 3376, - "end": 3455 - }, - "index": 23, - "alignment_index": [ - 23 - ] - }, - { - "id": "83950FB653", - "span": { - "start": 3456, - "end": 3553 - }, - "index": 24, - "alignment_index": [ - 24 - ] - }, - { - "id": "0883300F68", - "span": { - "start": 3554, - "end": 3748 - }, - "index": 25, - "alignment_index": [ - 25 - ] - }, - { - "id": "43F0F073F3", - "span": { - "start": 3749, - "end": 4007 - }, - "index": 26, - "alignment_index": [ - 26 - ] - }, - { - "id": "AEEA26EAA9", - "span": { - "start": 4008, - "end": 4053 - }, - "index": 27, - "alignment_index": [ - 27 - ] - }, - { - "id": "79CF364697", - "span": { - "start": 4054, - "end": 4314 - }, - "index": 28, - "alignment_index": [ - 28 - ] - }, - { - "id": "A302891727", - "span": { - "start": 4315, - "end": 4374 - }, - "index": 29, - "alignment_index": [ - 29 - ] - } - ] +{ + "annotation": [ + { + "id": "9EBA7EF8B7", + "span": { + "start": 0, + "end": 50 + }, + "index": 1, + "alignment_index": [ + 1 + ] + }, + { + "id": "029300E47F", + "span": { + "start": 51, + "end": 108 + }, + "index": 2, + "alignment_index": [ + 2 + ] + }, + { + "id": "99C9C83D78", + "span": { + "start": 109, + "end": 184 + }, + "index": 3, + "alignment_index": [ + 3 + ] + }, + { + "id": "6AA160C6DA", + "span": { + "start": 185, + "end": 210 + }, + "index": 4, + "alignment_index": [ + 4 + ] + }, + { + "id": "422CD4AA4C", + "span": { + "start": 211, + "end": 271 + }, + "index": 5, + "alignment_index": [ + 5 + ] + }, + { + "id": "040F347C02", + "span": { + "start": 272, + "end": 302 + }, + "index": 6, + "alignment_index": [ + 6 + ] + }, + { + "id": "4399B44459", + "span": { + "start": 303, + "end": 446 + }, + "index": 7, + "alignment_index": [ + 7 + ] + }, + { + "id": "6326142D5B", + "span": { + "start": 447, + "end": 571 + }, + "index": 8, + "alignment_index": [ + 8 + ] + }, + { + "id": "063103CDDA", + "span": { + "start": 572, + "end": 703 + }, + "index": 9, + "alignment_index": [ + 9 + ] + }, + { + "id": "D2BA40C4FD", + "span": { + "start": 704, + "end": 764 + }, + "index": 10, + "alignment_index": [ + 10 + ] + }, + { + "id": "22E666D709", + "span": { + "start": 765, + "end": 898 + }, + "index": 11, + "alignment_index": [ + 11 + ] + }, + { + "id": "8833133D4D", + "span": { + "start": 899, + "end": 1398 + }, + "index": 12, + "alignment_index": [ + 12 + ] + }, + { + "id": "1D57D59FDA", + "span": { + "start": 1399, + "end": 1436 + }, + "index": 13, + "alignment_index": [ + 13 + ] + }, + { + "id": "77BDD8B4C2", + "span": { + "start": 1437, + "end": 1508 + }, + "index": 14, + "alignment_index": [ + 14 + ] + }, + { + "id": "B19FB20E41", + "span": { + "start": 1509, + "end": 1592 + }, + "index": 15, + "alignment_index": [ + 15 + ] + }, + { + "id": "D455D8627D", + "span": { + "start": 1593, + "end": 2025 + }, + "index": 16, + "alignment_index": [ + 16 + ] + }, + { + "id": "5D66326A56", + "span": { + "start": 2026, + "end": 2200 + }, + "index": 17, + "alignment_index": [ + 17 + ] + }, + { + "id": "511368CC15", + "span": { + "start": 2201, + "end": 2465 + }, + "index": 18, + "alignment_index": [ + 18 + ] + }, + { + "id": "98A04C6AE8", + "span": { + "start": 2466, + "end": 2616 + }, + "index": 19, + "alignment_index": [ + 19 + ] + }, + { + "id": "5335C334A1", + "span": { + "start": 2617, + "end": 2765 + }, + "index": 20, + "alignment_index": [ + 20 + ] + }, + { + "id": "5A696C7201", + "span": { + "start": 2766, + "end": 3127 + }, + "index": 21, + "alignment_index": [ + 21 + ] + }, + { + "id": "24D9256CD6", + "span": { + "start": 3128, + "end": 3375 + }, + "index": 22, + "alignment_index": [ + 22 + ] + }, + { + "id": "BE1710C487", + "span": { + "start": 3376, + "end": 3455 + }, + "index": 23, + "alignment_index": [ + 23 + ] + }, + { + "id": "83950FB653", + "span": { + "start": 3456, + "end": 3553 + }, + "index": 24, + "alignment_index": [ + 24 + ] + }, + { + "id": "0883300F68", + "span": { + "start": 3554, + "end": 3748 + }, + "index": 25, + "alignment_index": [ + 25 + ] + }, + { + "id": "43F0F073F3", + "span": { + "start": 3749, + "end": 4007 + }, + "index": 26, + "alignment_index": [ + 26 + ] + }, + { + "id": "AEEA26EAA9", + "span": { + "start": 4008, + "end": 4053 + }, + "index": 27, + "alignment_index": [ + 27 + ] + }, + { + "id": "79CF364697", + "span": { + "start": 4054, + "end": 4314 + }, + "index": 28, + "alignment_index": [ + 28 + ] + }, + { + "id": "A302891727", + "span": { + "start": 4315, + "end": 4374 + }, + "index": 29, + "alignment_index": [ + 29 + ] + } + ] } \ No newline at end of file diff --git a/tests/pecha/parser/edition/data/edition.txt b/tests/pecha/parser/edition/data/edition.txt index b33933f1..3a0805d3 100644 --- a/tests/pecha/parser/edition/data/edition.txt +++ b/tests/pecha/parser/edition/data/edition.txt @@ -1,10 +1,10 @@ -བུ་མ་འཇུག་པ་ལས་སེམས་བསྐྱེད་དྲུག་པ། ཤོ་ལོ་ཀ ༡-༦༤ མངོན་དུ་ཕྱོགས་པར་མཉམ་བཞག་སེམས་གནས་ཏེ། ། -རྫོགས་པའི་སངས་རྒྱས་ཆོས་ལ་མངོན་ཕྱོགས་ཤིང༌། །འདི་བརྟེན་འབྱུང་བའི་དེ་ཉིད་མཐོང་བ་དེས། །ཤེས་རབ་གནས་པས་འགོག་པ་ཐོབ་པར་འགྱུར། ། -ཇི་ལྟར་ལོང་བའི་ཚོགས་ཀུན་བདེ་བླག་ཏུ། །མིག་ལྡན་སྐྱེས་བུ་གཅིག་གིས་འདོད་པ་ཡི། ། -ཡུལ་དུ་འཁྲིད་པ་དེ་བཞིན་འདིར་ཡང་བློས། །མིག་ཉམས་ཡོན་ཏན་བླངས་ཏེ་རྒྱལ་ཉིད་འགྲོ། ། -ཇི་ལྟར་དེ་ཡིས་ཆེས་ཟབ་ཆོས་རྟོགས་པ། །ལུང་དང་གཞན་ཡང་རིགས་པས་ཡིན་པས་ན། །དེ་ལྟར་འཕགས་པ་ཀླུ་སྒྲུབ་གཞུང་ལུགས་ལས། །ཇི་ལྟར་གནས་པའི་ལུགས་བཞིན་བརྗོད་པར་བྱ། ། -སོ་སོ་སྐྱེ་བོའི་དུས་ནའང་སྟོང་པ་ཉིད་ཐོས་ནས། །ནང་དུ་རབ་ཏུ་དགའ་བ་ཡང་དང་ཡང་དུ་འབྱུང༌། །རབ་ཏུ་དགའ་བ་ལས་བྱུང་མཆི་མས་མིག་བརླན་ཞིང༌། །ལུས་ཀྱི་བ་སྤུ་ལྡང་པར་འགྱུར་པ་གང་ཡིན་པ། །དེ་ལ་རྫོགས་པའི་སངས་རྒྱས་བློ་ཡི་ས་བོན་ཡོད། །དེ་ཉིད་ཉེ་བར་བསྟན་པའི་སྣོད་ནི་དེ་ཡིན་ཏེ། །དེ་ལ་དམ་པའི་དོན་གྱི་བདེན་པ་བསྟན་པར་བྱ། །དེ་ལ་དེ་ཡི་རྗེས་སུ་འགྲོ་བའི་ཡོན་ཏན་འབྱུང༌། ། -རྟག་ཏུ་ཚུལ་ཁྲིམས་ཡང་དག་བླངས་ནས་གནས་པར་འགྱུར། རྟག་ཏུ་ཚུལ་ཁྲིམས་ཡང་དག་བླངས་ནས་གནས་པར་འགྱུར། །སྦྱིན་པ་གཏོང་བར་འགྱུར་ཞིང་སྙིང་རྗེ་བསྟེན་པར་བྱེད། །བཟོད་པ་སྒོམ་བྱེད་དེ་ཡི་དགེ་བའང་བྱང་ཆུབ་ཏུ། །འགྲོ་བ་དགྲོལ་བར་བྱ་ཕྱིར་ཡོངས་སུ་བསྔོ་བྱེད་ཅིང༌། །འགྲོ་བ་དགྲོལ་བར་བྱ་ཕྱིར་ཡོངས་སུ་བསྔོ་བྱེད་ཅིང༌། ། -ཟབ་ཅིང་རྒྱ་ཆེའི་ཚུལ་ལ་མཁས་པའི་སྐྱེ་བོས་ནི། །རིམ་གྱིས་རབ་ཏུ་དགའ་བའི་ས་ནི་འཐོབ་འགྱུར་བས། -དེ་ཉིད་དེ་ལས་འབྱུང་མིན་གཞན་དག་ལས་ལྟ་ག་ལ་ཞིག །གཉིས་ཀ་ལས་ཀྱང་མ་ཡིན་པར་རྒྱུ་མེད་པར་ནི་ག་ལ་ཡོད། །དེ་ནི་དེ་ལས་འབྱུང་བ་ཡོན་ཏན་འགའ་ཡང་ཡོད་མ་ཡིན། །སྐྱེས་པར་གྱུར་པ་སླར་ཡང་སྐྱེ་བར་རིགས་པའང་མ་ཡིན་ཉིད། ། +བུ་མ་འཇུག་པ་ལས་སེམས་བསྐྱེད་དྲུག་པ། ཤོ་ལོ་ཀ ༡-༦༤ མངོན་དུ་ཕྱོགས་པར་མཉམ་བཞག་སེམས་གནས་ཏེ། ། +རྫོགས་པའི་སངས་རྒྱས་ཆོས་ལ་མངོན་ཕྱོགས་ཤིང༌། །འདི་བརྟེན་འབྱུང་བའི་དེ་ཉིད་མཐོང་བ་དེས། །ཤེས་རབ་གནས་པས་འགོག་པ་ཐོབ་པར་འགྱུར། ། +ཇི་ལྟར་ལོང་བའི་ཚོགས་ཀུན་བདེ་བླག་ཏུ། །མིག་ལྡན་སྐྱེས་བུ་གཅིག་གིས་འདོད་པ་ཡི། ། +ཡུལ་དུ་འཁྲིད་པ་དེ་བཞིན་འདིར་ཡང་བློས། །མིག་ཉམས་ཡོན་ཏན་བླངས་ཏེ་རྒྱལ་ཉིད་འགྲོ། ། +ཇི་ལྟར་དེ་ཡིས་ཆེས་ཟབ་ཆོས་རྟོགས་པ། །ལུང་དང་གཞན་ཡང་རིགས་པས་ཡིན་པས་ན། །དེ་ལྟར་འཕགས་པ་ཀླུ་སྒྲུབ་གཞུང་ལུགས་ལས། །ཇི་ལྟར་གནས་པའི་ལུགས་བཞིན་བརྗོད་པར་བྱ། ། +སོ་སོ་སྐྱེ་བོའི་དུས་ནའང་སྟོང་པ་ཉིད་ཐོས་ནས། །ནང་དུ་རབ་ཏུ་དགའ་བ་ཡང་དང་ཡང་དུ་འབྱུང༌། །རབ་ཏུ་དགའ་བ་ལས་བྱུང་མཆི་མས་མིག་བརླན་ཞིང༌། །ལུས་ཀྱི་བ་སྤུ་ལྡང་པར་འགྱུར་པ་གང་ཡིན་པ། །དེ་ལ་རྫོགས་པའི་སངས་རྒྱས་བློ་ཡི་ས་བོན་ཡོད། །དེ་ཉིད་ཉེ་བར་བསྟན་པའི་སྣོད་ནི་དེ་ཡིན་ཏེ། །དེ་ལ་དམ་པའི་དོན་གྱི་བདེན་པ་བསྟན་པར་བྱ། །དེ་ལ་དེ་ཡི་རྗེས་སུ་འགྲོ་བའི་ཡོན་ཏན་འབྱུང༌། ། +རྟག་ཏུ་ཚུལ་ཁྲིམས་ཡང་དག་བླངས་ནས་གནས་པར་འགྱུར། རྟག་ཏུ་ཚུལ་ཁྲིམས་ཡང་དག་བླངས་ནས་གནས་པར་འགྱུར། །སྦྱིན་པ་གཏོང་བར་འགྱུར་ཞིང་སྙིང་རྗེ་བསྟེན་པར་བྱེད། །བཟོད་པ་སྒོམ་བྱེད་དེ་ཡི་དགེ་བའང་བྱང་ཆུབ་ཏུ། །འགྲོ་བ་དགྲོལ་བར་བྱ་ཕྱིར་ཡོངས་སུ་བསྔོ་བྱེད་ཅིང༌། །འགྲོ་བ་དགྲོལ་བར་བྱ་ཕྱིར་ཡོངས་སུ་བསྔོ་བྱེད་ཅིང༌། ། +ཟབ་ཅིང་རྒྱ་ཆེའི་ཚུལ་ལ་མཁས་པའི་སྐྱེ་བོས་ནི། །རིམ་གྱིས་རབ་ཏུ་དགའ་བའི་ས་ནི་འཐོབ་འགྱུར་བས། +དེ་ཉིད་དེ་ལས་འབྱུང་མིན་གཞན་དག་ལས་ལྟ་ག་ལ་ཞིག །གཉིས་ཀ་ལས་ཀྱང་མ་ཡིན་པར་རྒྱུ་མེད་པར་ནི་ག་ལ་ཡོད། །དེ་ནི་དེ་ལས་འབྱུང་བ་ཡོན་ཏན་འགའ་ཡང་ཡོད་མ་ཡིན། །སྐྱེས་པར་གྱུར་པ་སླར་ཡང་སྐྱེ་བར་རིགས་པའང་མ་ཡིན་ཉིད། ། སྐྱེས་ཟིན་སླར་ཡང་སྐྱེ་བར་ཡོངས་སུ་རྟོག་འགྱུར་ན་ནི། །མྱུ་གུ་ལ་སོགས་རྣམས་ཀྱི་སྐྱེ་བ་འདིར་རྙེད་འགྱུར་ཞིང༌། །ས་བོན་སྲིད་མཐར་ཐུག་པར་རབ་ཏུ་སྐྱེ་བ་ཉིད་དུ་འགྱུར། །ཇི་ལྟར་དེ་རྣམ་པར་འཇིག་པར་བྱེད་པར་འགྱུར། ། \ No newline at end of file diff --git a/tests/pecha/parser/edition/data/pagination.json b/tests/pecha/parser/edition/data/pagination.json index 2520704a..757c40cb 100644 --- a/tests/pecha/parser/edition/data/pagination.json +++ b/tests/pecha/parser/edition/data/pagination.json @@ -1,25 +1,25 @@ -{ - "base": "Second Line\nSecond Line\nThird \nThird Line\nFourth Line\n", - "annotations": { - "pagination": [ - { - "id": "67E8969167", - "Span": { - "start": 0, - "end": 24 - }, - "imgnum": 1, - "reference": "image-001.jpg" - }, - { - "id": "9471C9CC20", - "Span": { - "start": 24, - "end": 54 - }, - "imgnum": 2, - "reference": "image-002.jpg" - } - ] - } +{ + "base": "Second Line\nSecond Line\nThird \nThird Line\nFourth Line\n", + "annotations": { + "pagination": [ + { + "id": "67E8969167", + "Span": { + "start": 0, + "end": 24 + }, + "imgnum": 1, + "reference": "image-001.jpg" + }, + { + "id": "9471C9CC20", + "Span": { + "start": 24, + "end": 54 + }, + "imgnum": 2, + "reference": "image-002.jpg" + } + ] + } } \ No newline at end of file diff --git a/tests/pecha/parser/edition/test_edition.py b/tests/pecha/parser/edition/test_edition.py index b3386939..77d7272c 100644 --- a/tests/pecha/parser/edition/test_edition.py +++ b/tests/pecha/parser/edition/test_edition.py @@ -1,455 +1,455 @@ -from pathlib import Path -from unittest import TestCase - -from stam import AnnotationStore - -from openpecha.pecha import Pecha, get_anns -from openpecha.pecha.annotations import ( - Pagination, - SegmentationAnnotation, - span, - Version, -) -from openpecha.pecha.parsers import update_coords -from openpecha.pecha.parsers.edition import EditionParser -from openpecha.pecha.serializers.json import JsonSerializer -from openpecha.utils import read_json -from openpecha.pecha.annotations import VersionVariantOperations - - -class TestEditionParser(TestCase): - def setUp(self): - self.DATA = Path(__file__).parent / "data" - self.txt_file = self.DATA / "edition.txt" - - self.pecha_path = Path( - "tests/alignment/commentary_transfer/data/root/I6556B464" - ) - self.pecha = Pecha.from_path(self.pecha_path) - - self.pecha_backup = { - f: f.read_bytes() for f in self.pecha_path.glob("**/*") if f.is_file() - } - - def test_segmentation_parse(self): - parser = EditionParser() - segments = self.txt_file.read_text(encoding="utf-8").splitlines() - anns = parser.parse_segmentation(segments) - - expected_anns = [ - SegmentationAnnotation(span=span(start=0, end=87), id="1"), - SegmentationAnnotation(span=span(start=88, end=207), id="2"), - SegmentationAnnotation(span=span(start=208, end=283), id="3"), - SegmentationAnnotation(span=span(start=284, end=361), id="4"), - SegmentationAnnotation(span=span(start=362, end=508), id="5"), - SegmentationAnnotation(span=span(start=509, end=844), id="6"), - SegmentationAnnotation(span=span(start=845, end=1129), id="7"), - SegmentationAnnotation(span=span(start=1130, end=1217), id="8"), - SegmentationAnnotation(span=span(start=1218, end=1409), id="9"), - SegmentationAnnotation(span=span(start=1410, end=1605), id="10"), - ] - assert anns == expected_anns - - # Update coordinate to base present in Pecha - - old_base = "".join(segments) - - new_basename = list(self.pecha.bases.keys())[0] - new_base = self.pecha.get_base(new_basename) - - updated_anns = update_coords(anns, old_base, new_base) - expected_updated_anns = [ - SegmentationAnnotation( - span=span(start=0, end=87, errors=None), id="1" - ), - SegmentationAnnotation( - span=span(start=88, end=208, errors=None), id="2" - ), - SegmentationAnnotation( - span=span(start=209, end=284, errors=None), id="3" - ), - SegmentationAnnotation( - span=span(start=285, end=363, errors=None), id="4" - ), - SegmentationAnnotation( - span=span(start=364, end=511, errors=None), id="5" - ), - SegmentationAnnotation( - span=span(start=512, end=843, errors=None), id="6" - ), - SegmentationAnnotation( - span=span(start=843, end=1089, errors=None), id="7" - ), - SegmentationAnnotation( - span=span(start=1090, end=1221, errors=None), id="8" - ), - SegmentationAnnotation( - span=span(start=1222, end=1411, errors=None), id="9" - ), - SegmentationAnnotation( - span=span(start=1412, end=1626, errors=None), id="10" - ), - ] - - assert updated_anns == expected_updated_anns - - def test_version_parse(self): - parser = EditionParser() - - # Insertion - old_base = "Hello" - new_base = "Hello World" - diffs = parser.parse_version(old_base, new_base) - assert diffs == [ - Version(span=span(start=5, end=5), operation=VersionVariantOperations.INSERTION, text=" World") - ] - - # Deletion - old_base = "Hello World" - new_base = "Hello" - diffs = parser.parse_version(old_base, new_base) - assert diffs == [Version(span=span(start=5, end=11), operation=VersionVariantOperations.DELETION)] - - # Insertion in Between - old_base = "Hello World" - new_base = "Hello!! World" - diffs = parser.parse_version(old_base, new_base) - assert diffs == [ - Version(span=span(start=5, end=5), operation=VersionVariantOperations.INSERTION, text="!!") - ] - - # Deletion in Between - old_base = "Good morning, Everyone" - new_base = "Good Everyone" - diffs = parser.parse_version(old_base, new_base) - assert diffs == [Version(span=span(start=4, end=13), operation=VersionVariantOperations.DELETION)] - - # Insertion and Deletion - old_base = "Good morning, Ladies and Gentlemen" - new_base = "Good Attractive Ladies and Gentlemen" - diffs = parser.parse_version(old_base, new_base) - assert diffs == [ - Version(span=span(start=5, end=13), operation=VersionVariantOperations.DELETION), - Version( - span=span(start=13, end=13), operation=VersionVariantOperations.INSERTION, text="Attractive" - ), - ] - - # Test with google docs - old_basename = list(self.pecha.bases.keys())[0] - old_base = self.pecha.get_base(old_basename) - - segments = self.txt_file.read_text(encoding="utf-8").splitlines() - new_base = "\n".join(segments) - diffs = parser.parse_version(old_base, new_base) - - assert diffs == [ - Version( - span=span(start=87, end=87, errors=None), - operation=VersionVariantOperations.INSERTION, - text="\n", - ), - Version( - span=span(start=282, end=282, errors=None), - operation=VersionVariantOperations.INSERTION, - text="\n", - ), - Version( - span=span(start=673, end=674, errors=None), - operation=VersionVariantOperations.DELETION, - text="", - ), - Version( - span=span(start=888, end=888, errors=None), - operation=VersionVariantOperations.INSERTION, - text=" རྟག་ཏུ་ཚུལ་ཁྲིམས་ཡང་དག་བླངས་ནས་གནས་པར་འགྱུར།", - ), - Version( - span=span(start=1034, end=1080, errors=None), - operation=VersionVariantOperations.DELETION, - text="", - ), - Version( - span=span(start=1080, end=1080, errors=None), - operation=VersionVariantOperations.INSERTION, - text="འགྲོ་བ་དགྲོལ་བར་བྱ་ཕྱིར་ཡོངས་སུ་བསྔོ་བྱེད་ཅིང༌", - ), - Version( - span=span(start=1083, end=1083, errors=None), - operation=VersionVariantOperations.INSERTION, - text="\n", - ), - Version( - span=span(start=1170, end=1213, errors=None), - operation=VersionVariantOperations.DELETION, - text="", - ), - Version( - span=span(start=1279, end=1279, errors=None), - operation=VersionVariantOperations.INSERTION, - text="པར་", - ), - Version( - span=span(start=1322, end=1323, errors=None), - operation=VersionVariantOperations.DELETION, - text="", - ), - Version( - span=span(start=1323, end=1323, errors=None), - operation=VersionVariantOperations.INSERTION, - text="བ", - ), - Version( - span=span(start=1441, end=1444, errors=None), - operation=VersionVariantOperations.DELETION, - text="", - ), - Version( - span=span(start=1497, end=1500, errors=None), - operation=VersionVariantOperations.DELETION, - text="", - ), - Version( - span=span(start=1573, end=1585, errors=None), - operation=VersionVariantOperations.DELETION, - text="", - ), - Version( - span=span(start=1616, end=1617, errors=None), - operation=VersionVariantOperations.DELETION, - text="", - ), - ] - - def test_parse(self): - parser = EditionParser() - - segments = self.txt_file.read_text(encoding="utf-8").splitlines() - seg_layer_path, version_path = parser.parse(self.pecha, segments) - - seg_anns = get_anns( - ann_store=AnnotationStore(file=str(self.pecha.layer_path / seg_layer_path)), - include_span=True, - ) - - expected_seg_anns = [ - { - "id": "1", - "segmentation_type": "segmentation", - "text": "བུ་མ་འཇུག་པ་ལས་སེམས་བསྐྱེད་དྲུག་པ། ཤོ་ལོ་ཀ ༡-༦༤ མངོན་དུ་ཕྱོགས་པར་མཉམ་བཞག་སེམས་གནས་ཏེ། །", - "span": {"start": 0, "end": 87}, - }, - { - "id": "2", - "segmentation_type": "segmentation", - "text": "ྫོགས་པའི་སངས་རྒྱས་ཆོས་ལ་མངོན་ཕྱོགས་ཤིང༌། །འདི་བརྟེན་འབྱུང་བའི་དེ་ཉིད་མཐོང་བ་དེས། །ཤེས་རབ་གནས་པས་འགོག་པ་ཐོབ་པར་འགྱུར། །", - "span": {"start": 88, "end": 206}, - }, - { - "id": "3", - "segmentation_type": "segmentation", - "text": "ཇི་ལྟར་ལོང་བའི་ཚོགས་ཀུན་བདེ་བླག་ཏུ། །མིག་ལྡན་སྐྱེས་བུ་གཅིག་གིས་འདོད་པ་ཡི། །", - "span": {"start": 207, "end": 282}, - }, - { - "id": "4", - "segmentation_type": "segmentation", - "text": "ུལ་དུ་འཁྲིད་པ་དེ་བཞིན་འདིར་ཡང་བློས། །མིག་ཉམས་ཡོན་ཏན་བླངས་ཏེ་རྒྱལ་ཉིད་འགྲོ། །", - "span": {"start": 283, "end": 359}, - }, - { - "id": "5", - "segmentation_type": "segmentation", - "text": "ཇི་ལྟར་དེ་ཡིས་ཆེས་ཟབ་ཆོས་རྟོགས་པ། །ལུང་དང་གཞན་ཡང་རིགས་པས་ཡིན་པས་ན། །དེ་ལྟར་འཕགས་པ་ཀླུ་སྒྲུབ་གཞུང་ལུགས་ལས། །ཇི་ལྟར་གནས་པའི་ལུགས་བཞིན་བརྗོད་པར་བྱ། ", - "span": {"start": 360, "end": 505}, - }, - { - "id": "6", - "segmentation_type": "segmentation", - "text": "\nསོ་སོ་སྐྱེ་བོའི་དུས་ནའང་སྟོང་པ་ཉིད་ཐོས་ནས། །ནང་དུ་རབ་ཏུ་དགའ་བ་ཡང་དང་ཡང་དུ་འབྱུང༌། །རབ་ཏུ་དགའ་བ་ལས་བྱུང་མཆི་མས་མིག་བརླན་ཞིང༌། །ལུས་ཀྱི་བ་སྤུ་ལྡང་པར་འགྱུར་པ་གང་ཡིན་པ། །\nདེ་ལ་རྫོགས་པའི་སངས་རྒྱས་བློ་ཡི་ས་བོན་ཡོད། །དེ་ཉིད་ཉེ་བར་བསྟན་པའི་སྣོད་ནི་དེ་ཡིན་ཏེ། །དེ་ལ་དམ་པའི་དོན་གྱི་བདེན་པ་བསྟན་པར་བྱ། །དེ་ལ་དེ་ཡི་རྗེས་སུ་འགྲོ་བའི་ཡོན་ཏན་འབྱུང༌། །\nརྟག་ཏུ་ཚུལ་ཁྲིམས་ཡང་དག་བླངས་ནས་གནས་པར་འག", - "span": {"start": 506, "end": 884}, - }, - { - "id": "7", - "segmentation_type": "segmentation", - "text": "ུར། །སྦྱིན་པ་གཏོང་བར་འགྱུར་ཞིང་སྙིང་རྗེ་བསྟེན་པར་བྱེད། །བཟོད་པ་སྒོམ་བྱེད་དེ་ཡི་དགེ་བའང་བྱང་ཆུབ་ཏུ། །འགྲོ་བ་དགྲོལ་བར་བྱ་ཕྱིར་ཡོངས་སུ་བསྔོ་བྱེད་ཅིང༌། །\nརྫོགས་པའི་བྱང་ཆུབ་སེམས་དཔའ་རྣམས་ལ་གུས་པར་བྱེད། །ཟབ་ཅིང་རྒྱ་ཆེའི་ཚུལ་ལ་མཁས་པའི་སྐྱེ་བོས་ནི། །རིམ་གྱིས་རབ་ཏུ་དགའ་བའི་ས་ནི་འཐོབ་འགྱུར་བས།", - "span": {"start": 885, "end": 1169}, - }, - { - "id": "8", - "segmentation_type": "segmentation", - "text": "།དེ་ནི་དོན་དུ་གཉེར་བས་ལམ་འདི་མཉན་པར་གྱིས། །", - "span": {"start": 1170, "end": 1213}, - }, - { - "id": "9", - "segmentation_type": "segmentation", - "text": "དེ་ཉིད་དེ་ལས་འབྱུང་མིན་གཞན་དག་ལས་ལྟ་ག་ལ་ཞིག །གཉིས་ཀ་ལས་ཀྱང་མ་ཡིན་རྒྱུ་མེད་པར་ནི་ག་ལ་ཡོད། །དེ་ནི་དེ་ལས་འབྱུང་ན་ཡོན་ཏན་འགའ་ཡང་ཡོད་མ་ཡིན། །སྐྱེས་པར་གྱུར་པ་སླར་ཡང་སྐྱེ་བར་རིགས་པའང་མ་ཡིན་ཉིད། །\nསྐྱེ", - "span": {"start": 1214, "end": 1407}, - }, - { - "id": "10", - "segmentation_type": "segmentation", - "text": "་ཟིན་སླར་ཡང་སྐྱེ་བར་ཡོངས་སུ་རྟོག་པར་འགྱུར་ན་ནི། །མྱུ་གུ་ལ་སོགས་རྣམས་ཀྱི་སྐྱེ་བ་འདིར་རྙེད་མི་འགྱུར་ཞིང༌། །ས་བོན་སྲིད་མཐར་ཐུག་པར་རབ་ཏུ་སྐྱེ་བ་ཉིད་དུ་འགྱུར། །ཇི་ལྟར་དེ་ཉིད་ཀྱིས་དེ་", - "span": {"start": 1408, "end": 1585}, - }, - ] - assert seg_anns == expected_seg_anns - - version_anns = get_anns( - ann_store=AnnotationStore(file=str(self.pecha.layer_path / version_path)), - include_span=True, - ) - expected_version_anns = [ - { - "operation": "deletion", - "text": "\n", - "spelling_variation": "version", - "span": {"start": 206, "end": 207}, - }, - { - "operation": "deletion", - "text": "\n", - "spelling_variation": "version", - "span": {"start": 359, "end": 360}, - }, - { - "operation": "deletion", - "text": "\n", - "spelling_variation": "version", - "span": {"start": 506, "end": 507}, - }, - { - "operation": "deletion", - "text": "\n", - "spelling_variation": "version", - "span": {"start": 673, "end": 674}, - }, - { - "operation": "deletion", - "text": "\n", - "spelling_variation": "version", - "span": {"start": 843, "end": 844}, - }, - { - "operation": "insertion", - "text": "", - "spelling_variation": "version", - "span": {"start": 844, "end": 844}, - }, - { - "operation": "deletion", - "text": "\nརྫོགས་པའི་བྱང་ཆུབ་སེམས་དཔའ་རྣམས་ལ་གུས་པར་བྱེད", - "spelling_variation": "version", - "span": {"start": 1034, "end": 1080}, - }, - { - "operation": "insertion", - "text": "", - "spelling_variation": "version", - "span": {"start": 1080, "end": 1080}, - }, - { - "operation": "deletion", - "text": "།དེ་ནི་དོན་དུ་གཉེར་བས་ལམ་འདི་མཉན་པར་གྱིས། །\n", - "spelling_variation": "version", - "span": {"start": 1170, "end": 1214}, - }, - { - "operation": "insertion", - "text": "", - "spelling_variation": "version", - "span": {"start": 1279, "end": 1279}, - }, - { - "operation": "deletion", - "text": "ན", - "spelling_variation": "version", - "span": {"start": 1322, "end": 1323}, - }, - { - "operation": "insertion", - "text": "", - "spelling_variation": "version", - "span": {"start": 1323, "end": 1323}, - }, - { - "operation": "deletion", - "text": "\n", - "spelling_variation": "version", - "span": {"start": 1402, "end": 1403}, - }, - { - "operation": "deletion", - "text": "པར་", - "spelling_variation": "version", - "span": {"start": 1441, "end": 1444}, - }, - { - "operation": "deletion", - "text": "མི་", - "spelling_variation": "version", - "span": {"start": 1497, "end": 1500}, - }, - { - "operation": "deletion", - "text": "ཉིད་ཀྱིས་དེ་", - "spelling_variation": "version", - "span": {"start": 1573, "end": 1585}, - }, - { - "operation": "deletion", - "text": "\n", - "spelling_variation": "version", - "span": {"start": 1616, "end": 1617}, - }, - ] - assert version_anns == expected_version_anns - - def parse_pagination(self): - pecha_path = Path("tests/pecha/serializers/json/data/IA099A11B") - pecha = Pecha.from_path(pecha_path) - edition_layer_path = "4C00/version-6816.json" - - serializer = JsonSerializer() - edition_base = serializer.get_edition_base(pecha, edition_layer_path) - - expected_base = "Second Line\nSecond Line\nThird \nThird Line\nFourth Line\n" - assert edition_base == expected_base - - anns = [ - Pagination(span=span(start=0, end=24), imgnum=1, reference="image-001.jpg"), - Pagination( - span=span(start=24, end=54), imgnum=2, reference="image-002.jpg" - ), - ] - - parser = EditionParser() - _, pagination_layer_path = parser.add_pagination_layer( - pecha, edition_layer_path, anns - ) - pagination_anns = serializer.serialize_edition_annotations( - pecha, edition_layer_path, pagination_layer_path - ) - - expected_pagination_anns = read_json(self.DATA / "pagination.json") - - # base comparison - assert pagination_anns["base"] == expected_pagination_anns["base"] - for pag_ann, expected_pag_ann in zip( - pagination_anns["annotations"]["pagination"], - expected_pagination_anns["annotations"]["pagination"], - ): - assert pag_ann["span"] == expected_pag_ann["span"] - assert pag_ann["imgnum"] == expected_pag_ann["imgnum"] - assert pag_ann["reference"] == expected_pag_ann["reference"] - - def tearDown(self): - # Revert all original files - for f, content in self.pecha_backup.items(): - f.write_bytes(content) - - # Remove any new files that weren't in the original backup - for f in self.pecha_path.glob("**/*"): - if f.is_file() and f not in self.pecha_backup: - f.unlink() +from pathlib import Path +from unittest import TestCase + +from stam import AnnotationStore + +from openpecha.pecha import Pecha, get_anns +from openpecha.pecha.annotations import ( + Pagination, + SegmentationAnnotation, + span, + Version, +) +from openpecha.pecha.parsers import update_coords +from openpecha.pecha.parsers.edition import EditionParser +from openpecha.pecha.serializers.json import JsonSerializer +from openpecha.utils import read_json +from openpecha.pecha.annotations import VersionVariantOperations + + +class TestEditionParser(TestCase): + def setUp(self): + self.DATA = Path(__file__).parent / "data" + self.txt_file = self.DATA / "edition.txt" + + self.pecha_path = Path( + "tests/alignment/commentary_transfer/data/root/I6556B464" + ) + self.pecha = Pecha.from_path(self.pecha_path) + + self.pecha_backup = { + f: f.read_bytes() for f in self.pecha_path.glob("**/*") if f.is_file() + } + + def test_segmentation_parse(self): + parser = EditionParser() + segments = self.txt_file.read_text(encoding="utf-8").splitlines() + anns = parser.parse_segmentation(segments) + + expected_anns = [ + SegmentationAnnotation(span=span(start=0, end=87), id="1"), + SegmentationAnnotation(span=span(start=88, end=207), id="2"), + SegmentationAnnotation(span=span(start=208, end=283), id="3"), + SegmentationAnnotation(span=span(start=284, end=361), id="4"), + SegmentationAnnotation(span=span(start=362, end=508), id="5"), + SegmentationAnnotation(span=span(start=509, end=844), id="6"), + SegmentationAnnotation(span=span(start=845, end=1129), id="7"), + SegmentationAnnotation(span=span(start=1130, end=1217), id="8"), + SegmentationAnnotation(span=span(start=1218, end=1409), id="9"), + SegmentationAnnotation(span=span(start=1410, end=1605), id="10"), + ] + assert anns == expected_anns + + # Update coordinate to base present in Pecha + + old_base = "".join(segments) + + new_basename = list(self.pecha.bases.keys())[0] + new_base = self.pecha.get_base(new_basename) + + updated_anns = update_coords(anns, old_base, new_base) + expected_updated_anns = [ + SegmentationAnnotation( + span=span(start=0, end=87, errors=None), id="1" + ), + SegmentationAnnotation( + span=span(start=88, end=208, errors=None), id="2" + ), + SegmentationAnnotation( + span=span(start=209, end=284, errors=None), id="3" + ), + SegmentationAnnotation( + span=span(start=285, end=363, errors=None), id="4" + ), + SegmentationAnnotation( + span=span(start=364, end=511, errors=None), id="5" + ), + SegmentationAnnotation( + span=span(start=512, end=843, errors=None), id="6" + ), + SegmentationAnnotation( + span=span(start=843, end=1089, errors=None), id="7" + ), + SegmentationAnnotation( + span=span(start=1090, end=1221, errors=None), id="8" + ), + SegmentationAnnotation( + span=span(start=1222, end=1411, errors=None), id="9" + ), + SegmentationAnnotation( + span=span(start=1412, end=1626, errors=None), id="10" + ), + ] + + assert updated_anns == expected_updated_anns + + def test_version_parse(self): + parser = EditionParser() + + # Insertion + old_base = "Hello" + new_base = "Hello World" + diffs = parser.parse_version(old_base, new_base) + assert diffs == [ + Version(span=span(start=5, end=5), operation=VersionVariantOperations.INSERTION, text=" World") + ] + + # Deletion + old_base = "Hello World" + new_base = "Hello" + diffs = parser.parse_version(old_base, new_base) + assert diffs == [Version(span=span(start=5, end=11), operation=VersionVariantOperations.DELETION)] + + # Insertion in Between + old_base = "Hello World" + new_base = "Hello!! World" + diffs = parser.parse_version(old_base, new_base) + assert diffs == [ + Version(span=span(start=5, end=5), operation=VersionVariantOperations.INSERTION, text="!!") + ] + + # Deletion in Between + old_base = "Good morning, Everyone" + new_base = "Good Everyone" + diffs = parser.parse_version(old_base, new_base) + assert diffs == [Version(span=span(start=4, end=13), operation=VersionVariantOperations.DELETION)] + + # Insertion and Deletion + old_base = "Good morning, Ladies and Gentlemen" + new_base = "Good Attractive Ladies and Gentlemen" + diffs = parser.parse_version(old_base, new_base) + assert diffs == [ + Version(span=span(start=5, end=13), operation=VersionVariantOperations.DELETION), + Version( + span=span(start=13, end=13), operation=VersionVariantOperations.INSERTION, text="Attractive" + ), + ] + + # Test with google docs + old_basename = list(self.pecha.bases.keys())[0] + old_base = self.pecha.get_base(old_basename) + + segments = self.txt_file.read_text(encoding="utf-8").splitlines() + new_base = "\n".join(segments) + diffs = parser.parse_version(old_base, new_base) + + assert diffs == [ + Version( + span=span(start=87, end=87, errors=None), + operation=VersionVariantOperations.INSERTION, + text="\n", + ), + Version( + span=span(start=282, end=282, errors=None), + operation=VersionVariantOperations.INSERTION, + text="\n", + ), + Version( + span=span(start=673, end=674, errors=None), + operation=VersionVariantOperations.DELETION, + text="", + ), + Version( + span=span(start=888, end=888, errors=None), + operation=VersionVariantOperations.INSERTION, + text=" རྟག་ཏུ་ཚུལ་ཁྲིམས་ཡང་དག་བླངས་ནས་གནས་པར་འགྱུར།", + ), + Version( + span=span(start=1034, end=1080, errors=None), + operation=VersionVariantOperations.DELETION, + text="", + ), + Version( + span=span(start=1080, end=1080, errors=None), + operation=VersionVariantOperations.INSERTION, + text="འགྲོ་བ་དགྲོལ་བར་བྱ་ཕྱིར་ཡོངས་སུ་བསྔོ་བྱེད་ཅིང༌", + ), + Version( + span=span(start=1083, end=1083, errors=None), + operation=VersionVariantOperations.INSERTION, + text="\n", + ), + Version( + span=span(start=1170, end=1213, errors=None), + operation=VersionVariantOperations.DELETION, + text="", + ), + Version( + span=span(start=1279, end=1279, errors=None), + operation=VersionVariantOperations.INSERTION, + text="པར་", + ), + Version( + span=span(start=1322, end=1323, errors=None), + operation=VersionVariantOperations.DELETION, + text="", + ), + Version( + span=span(start=1323, end=1323, errors=None), + operation=VersionVariantOperations.INSERTION, + text="བ", + ), + Version( + span=span(start=1441, end=1444, errors=None), + operation=VersionVariantOperations.DELETION, + text="", + ), + Version( + span=span(start=1497, end=1500, errors=None), + operation=VersionVariantOperations.DELETION, + text="", + ), + Version( + span=span(start=1573, end=1585, errors=None), + operation=VersionVariantOperations.DELETION, + text="", + ), + Version( + span=span(start=1616, end=1617, errors=None), + operation=VersionVariantOperations.DELETION, + text="", + ), + ] + + def test_parse(self): + parser = EditionParser() + + segments = self.txt_file.read_text(encoding="utf-8").splitlines() + seg_layer_path, version_path = parser.parse(self.pecha, segments) + + seg_anns = get_anns( + ann_store=AnnotationStore(file=str(self.pecha.layer_path / seg_layer_path)), + include_span=True, + ) + + expected_seg_anns = [ + { + "id": "1", + "segmentation_type": "segmentation", + "text": "བུ་མ་འཇུག་པ་ལས་སེམས་བསྐྱེད་དྲུག་པ། ཤོ་ལོ་ཀ ༡-༦༤ མངོན་དུ་ཕྱོགས་པར་མཉམ་བཞག་སེམས་གནས་ཏེ། །", + "span": {"start": 0, "end": 87}, + }, + { + "id": "2", + "segmentation_type": "segmentation", + "text": "ྫོགས་པའི་སངས་རྒྱས་ཆོས་ལ་མངོན་ཕྱོགས་ཤིང༌། །འདི་བརྟེན་འབྱུང་བའི་དེ་ཉིད་མཐོང་བ་དེས། །ཤེས་རབ་གནས་པས་འགོག་པ་ཐོབ་པར་འགྱུར། །", + "span": {"start": 88, "end": 206}, + }, + { + "id": "3", + "segmentation_type": "segmentation", + "text": "ཇི་ལྟར་ལོང་བའི་ཚོགས་ཀུན་བདེ་བླག་ཏུ། །མིག་ལྡན་སྐྱེས་བུ་གཅིག་གིས་འདོད་པ་ཡི། །", + "span": {"start": 207, "end": 282}, + }, + { + "id": "4", + "segmentation_type": "segmentation", + "text": "ུལ་དུ་འཁྲིད་པ་དེ་བཞིན་འདིར་ཡང་བློས། །མིག་ཉམས་ཡོན་ཏན་བླངས་ཏེ་རྒྱལ་ཉིད་འགྲོ། །", + "span": {"start": 283, "end": 359}, + }, + { + "id": "5", + "segmentation_type": "segmentation", + "text": "ཇི་ལྟར་དེ་ཡིས་ཆེས་ཟབ་ཆོས་རྟོགས་པ། །ལུང་དང་གཞན་ཡང་རིགས་པས་ཡིན་པས་ན། །དེ་ལྟར་འཕགས་པ་ཀླུ་སྒྲུབ་གཞུང་ལུགས་ལས། །ཇི་ལྟར་གནས་པའི་ལུགས་བཞིན་བརྗོད་པར་བྱ། ", + "span": {"start": 360, "end": 505}, + }, + { + "id": "6", + "segmentation_type": "segmentation", + "text": "\nསོ་སོ་སྐྱེ་བོའི་དུས་ནའང་སྟོང་པ་ཉིད་ཐོས་ནས། །ནང་དུ་རབ་ཏུ་དགའ་བ་ཡང་དང་ཡང་དུ་འབྱུང༌། །རབ་ཏུ་དགའ་བ་ལས་བྱུང་མཆི་མས་མིག་བརླན་ཞིང༌། །ལུས་ཀྱི་བ་སྤུ་ལྡང་པར་འགྱུར་པ་གང་ཡིན་པ། །\nདེ་ལ་རྫོགས་པའི་སངས་རྒྱས་བློ་ཡི་ས་བོན་ཡོད། །དེ་ཉིད་ཉེ་བར་བསྟན་པའི་སྣོད་ནི་དེ་ཡིན་ཏེ། །དེ་ལ་དམ་པའི་དོན་གྱི་བདེན་པ་བསྟན་པར་བྱ། །དེ་ལ་དེ་ཡི་རྗེས་སུ་འགྲོ་བའི་ཡོན་ཏན་འབྱུང༌། །\nརྟག་ཏུ་ཚུལ་ཁྲིམས་ཡང་དག་བླངས་ནས་གནས་པར་འག", + "span": {"start": 506, "end": 884}, + }, + { + "id": "7", + "segmentation_type": "segmentation", + "text": "ུར། །སྦྱིན་པ་གཏོང་བར་འགྱུར་ཞིང་སྙིང་རྗེ་བསྟེན་པར་བྱེད། །བཟོད་པ་སྒོམ་བྱེད་དེ་ཡི་དགེ་བའང་བྱང་ཆུབ་ཏུ། །འགྲོ་བ་དགྲོལ་བར་བྱ་ཕྱིར་ཡོངས་སུ་བསྔོ་བྱེད་ཅིང༌། །\nརྫོགས་པའི་བྱང་ཆུབ་སེམས་དཔའ་རྣམས་ལ་གུས་པར་བྱེད། །ཟབ་ཅིང་རྒྱ་ཆེའི་ཚུལ་ལ་མཁས་པའི་སྐྱེ་བོས་ནི། །རིམ་གྱིས་རབ་ཏུ་དགའ་བའི་ས་ནི་འཐོབ་འགྱུར་བས།", + "span": {"start": 885, "end": 1169}, + }, + { + "id": "8", + "segmentation_type": "segmentation", + "text": "།དེ་ནི་དོན་དུ་གཉེར་བས་ལམ་འདི་མཉན་པར་གྱིས། །", + "span": {"start": 1170, "end": 1213}, + }, + { + "id": "9", + "segmentation_type": "segmentation", + "text": "དེ་ཉིད་དེ་ལས་འབྱུང་མིན་གཞན་དག་ལས་ལྟ་ག་ལ་ཞིག །གཉིས་ཀ་ལས་ཀྱང་མ་ཡིན་རྒྱུ་མེད་པར་ནི་ག་ལ་ཡོད། །དེ་ནི་དེ་ལས་འབྱུང་ན་ཡོན་ཏན་འགའ་ཡང་ཡོད་མ་ཡིན། །སྐྱེས་པར་གྱུར་པ་སླར་ཡང་སྐྱེ་བར་རིགས་པའང་མ་ཡིན་ཉིད། །\nསྐྱེ", + "span": {"start": 1214, "end": 1407}, + }, + { + "id": "10", + "segmentation_type": "segmentation", + "text": "་ཟིན་སླར་ཡང་སྐྱེ་བར་ཡོངས་སུ་རྟོག་པར་འགྱུར་ན་ནི། །མྱུ་གུ་ལ་སོགས་རྣམས་ཀྱི་སྐྱེ་བ་འདིར་རྙེད་མི་འགྱུར་ཞིང༌། །ས་བོན་སྲིད་མཐར་ཐུག་པར་རབ་ཏུ་སྐྱེ་བ་ཉིད་དུ་འགྱུར། །ཇི་ལྟར་དེ་ཉིད་ཀྱིས་དེ་", + "span": {"start": 1408, "end": 1585}, + }, + ] + assert seg_anns == expected_seg_anns + + version_anns = get_anns( + ann_store=AnnotationStore(file=str(self.pecha.layer_path / version_path)), + include_span=True, + ) + expected_version_anns = [ + { + "operation": "deletion", + "text": "\n", + "spelling_variation": "version", + "span": {"start": 206, "end": 207}, + }, + { + "operation": "deletion", + "text": "\n", + "spelling_variation": "version", + "span": {"start": 359, "end": 360}, + }, + { + "operation": "deletion", + "text": "\n", + "spelling_variation": "version", + "span": {"start": 506, "end": 507}, + }, + { + "operation": "deletion", + "text": "\n", + "spelling_variation": "version", + "span": {"start": 673, "end": 674}, + }, + { + "operation": "deletion", + "text": "\n", + "spelling_variation": "version", + "span": {"start": 843, "end": 844}, + }, + { + "operation": "insertion", + "text": "", + "spelling_variation": "version", + "span": {"start": 844, "end": 844}, + }, + { + "operation": "deletion", + "text": "\nརྫོགས་པའི་བྱང་ཆུབ་སེམས་དཔའ་རྣམས་ལ་གུས་པར་བྱེད", + "spelling_variation": "version", + "span": {"start": 1034, "end": 1080}, + }, + { + "operation": "insertion", + "text": "", + "spelling_variation": "version", + "span": {"start": 1080, "end": 1080}, + }, + { + "operation": "deletion", + "text": "།དེ་ནི་དོན་དུ་གཉེར་བས་ལམ་འདི་མཉན་པར་གྱིས། །\n", + "spelling_variation": "version", + "span": {"start": 1170, "end": 1214}, + }, + { + "operation": "insertion", + "text": "", + "spelling_variation": "version", + "span": {"start": 1279, "end": 1279}, + }, + { + "operation": "deletion", + "text": "ན", + "spelling_variation": "version", + "span": {"start": 1322, "end": 1323}, + }, + { + "operation": "insertion", + "text": "", + "spelling_variation": "version", + "span": {"start": 1323, "end": 1323}, + }, + { + "operation": "deletion", + "text": "\n", + "spelling_variation": "version", + "span": {"start": 1402, "end": 1403}, + }, + { + "operation": "deletion", + "text": "པར་", + "spelling_variation": "version", + "span": {"start": 1441, "end": 1444}, + }, + { + "operation": "deletion", + "text": "མི་", + "spelling_variation": "version", + "span": {"start": 1497, "end": 1500}, + }, + { + "operation": "deletion", + "text": "ཉིད་ཀྱིས་དེ་", + "spelling_variation": "version", + "span": {"start": 1573, "end": 1585}, + }, + { + "operation": "deletion", + "text": "\n", + "spelling_variation": "version", + "span": {"start": 1616, "end": 1617}, + }, + ] + assert version_anns == expected_version_anns + + def parse_pagination(self): + pecha_path = Path("tests/pecha/serializers/json/data/IA099A11B") + pecha = Pecha.from_path(pecha_path) + edition_layer_path = "4C00/version-6816.json" + + serializer = JsonSerializer() + edition_base = serializer.get_edition_base(pecha, edition_layer_path) + + expected_base = "Second Line\nSecond Line\nThird \nThird Line\nFourth Line\n" + assert edition_base == expected_base + + anns = [ + Pagination(span=span(start=0, end=24), imgnum=1, reference="image-001.jpg"), + Pagination( + span=span(start=24, end=54), imgnum=2, reference="image-002.jpg" + ), + ] + + parser = EditionParser() + _, pagination_layer_path = parser.add_pagination_layer( + pecha, edition_layer_path, anns + ) + pagination_anns = serializer.serialize_edition_annotations( + pecha, edition_layer_path, pagination_layer_path + ) + + expected_pagination_anns = read_json(self.DATA / "pagination.json") + + # base comparison + assert pagination_anns["base"] == expected_pagination_anns["base"] + for pag_ann, expected_pag_ann in zip( + pagination_anns["annotations"]["pagination"], + expected_pagination_anns["annotations"]["pagination"], + ): + assert pag_ann["span"] == expected_pag_ann["span"] + assert pag_ann["imgnum"] == expected_pag_ann["imgnum"] + assert pag_ann["reference"] == expected_pag_ann["reference"] + + def tearDown(self): + # Revert all original files + for f, content in self.pecha_backup.items(): + f.write_bytes(content) + + # Remove any new files that weren't in the original backup + for f in self.pecha_path.glob("**/*"): + if f.is_file() and f not in self.pecha_backup: + f.unlink() diff --git a/tests/pecha/serializers/json/data/315eLL7LxtqaIyfX/base/96D3.txt b/tests/pecha/serializers/json/data/315eLL7LxtqaIyfX/base/96D3.txt index eca91cc6..253d1c19 100644 --- a/tests/pecha/serializers/json/data/315eLL7LxtqaIyfX/base/96D3.txt +++ b/tests/pecha/serializers/json/data/315eLL7LxtqaIyfX/base/96D3.txt @@ -1,928 +1,928 @@ -In the Sanskrit language of India, this text is titled 'Bodhisattvacaryāvatāra' [Entering the Bodhisattva's Way of Life]. -In English: 'Engaging in the Bodhisattva's Way of Life' -Homage to all Buddhas and Bodhisattvas. -With deep reverence, I bow to all the Blissfully Gone Ones who possess the Dharma Body, together with their spiritual children, and to all worthy of veneration. I shall now concisely explain, in accordance with traditional teachings, the path of entering the discipline of the Blissfully Gone Ones' children. -I have nothing new to say here that has not been said before, nor do I possess any skill in the art of composition. Therefore, I did not write this with the intention of benefiting others. I composed this work solely to cultivate and familiarize these teachings in my own mind. -Through these words, my own momentum of faith grows for now, as I cultivate virtue. And should others who share my spiritual capacity happen to see these verses, they too will find meaning in them.

My enthusiasm for practicing virtue increases through composing this text. For the time being, these words strengthen my own faith, but there is a broader purpose: if others who are on a similar spiritual path as myself should encounter these teachings, then this composition will have fulfilled its purpose for them as well. -This human life with its freedoms and advantages is extremely difficult to obtain. Having acquired this foundation capable of fulfilling life's true purpose, if we fail to accomplish what is beneficial in this present opportunity, how could we possibly expect to attain such perfect conditions again in the future? -Just as lightning momentarily illuminates the darkness on a cloudy night, revealing what was hidden, so too—through the power of the Buddha—does the inclination toward virtue briefly arise in the minds of worldly beings, though only rarely.

Like a flash of lightning that briefly brightens the pitch-black darkness amid dense night clouds, allowing a momentary glimpse of what lies hidden, in the same way, through the Buddha's spiritual influence, only occasionally—once in a great while—does the wisdom to pursue virtuous and meritorious actions briefly awaken in the minds of beings in this world. -Therefore, virtue is perpetually feeble and weak, while negative actions are powerfully overwhelming and utterly unbearable. What virtue other than the mind of perfect enlightenment could possibly overcome such powerful negativity? Nothing else could. -After contemplating for countless eons, the Lords of Sages perceived this alone as truly beneficial: through this practice, immeasurable multitudes of beings can easily attain supreme bliss. -For those who wish to overcome the hundreds of sufferings of cyclic existence,
For those who desire to remove the unhappiness of all sentient beings,
And for those who wish to experience the many hundreds of joys,
Never abandon bodhicitta, the awakening mind, at any time. -In the moment when the awakening mind arises, those wretched beings who were imprisoned in the cycle of existence instantly become known as children of the Buddhas. They transform into persons worthy of reverence from everyone in the world, including both gods and humans. -Like the supreme form of the alchemical elixir that transforms base metals into gold, when you take this impure body and transform it into the precious, priceless form of the Victorious One Buddha, you should firmly grasp what is called the awakening mind. -The Buddha, the singular guide of all beings, with immeasurable wisdom, has thoroughly examined and found this to be supremely precious. Therefore, those who wish to escape from the realms of suffering should firmly hold onto the precious jewel of bodhicitta—the mind of enlightenment. -All other virtuous deeds are like plantain trees—they bear fruit once and then are exhausted. But the tree of the awakening mind is different: it continually produces fruit without ever becoming depleted, and instead grows ever more abundant.

Just as plantain trees wither away after bearing their single harvest, likewise all virtuous actions not embraced by the awakening mind will eventually be consumed after yielding their results. In contrast, the tree of bodhicitta—the mind aspiring to enlightenment for the benefit of all beings—constantly bears fruit that never diminishes. Rather than becoming exhausted, its beneficial results perpetually increase and multiply. -Even if one has committed the most terrible negative actions,
Like a person who gains protection from great dangers by relying on a brave protector,
By relying on bodhicitta, one can be swiftly liberated in an instant.
So why would conscientious people not rely on this? -Like the apocalyptic fire at the end of time,
This [bodhicitta] completely consumes great negativities in a single instant.
The immeasurable benefits of this
Were explained by the wise protector Maitreya to Noble Sudhana.

---

**Modern English Translation:**

Like the cosmic fire that consumes everything at the end of an era, bodhicitta instantly and completely burns away even the most severe negative karma. The wise and compassionate protector Maitreya thoroughly explained the countless benefits of this bodhicitta to the noble seeker Sudhana. -This awakened mind, bodhicitta, should be understood in brief as having two fundamental aspects: the aspirational mind of enlightenment and the engaged mind of enlightenment. -Just as we understand the distinction between wanting to go somewhere and actually going there, in the same way, the wise should understand the sequential difference between these two aspects [of awakening mind]. -Though the mind that aspires to awakening produces
Great results during one's time in the cycle of existence,
Unlike the mind that actively engages,
It does not generate a continuous stream of merit. -From the moment one genuinely takes up this mind with unwavering resolve for the purpose of completely liberating the limitless realm of sentient beings—this marks the beginning of engagement bodhichitta.

In more natural English:

From the moment one genuinely adopts this mind with an irreversible determination to free the infinite realm of sentient beings from suffering, a profound transformation occurs. This decisive commitment marks the transition from merely aspiring toward enlightenment to actively engaging in the bodhisattva path with unwavering dedication to liberate all beings without exception. -From this moment onward, even when one is asleep or becomes heedless, multiple streams of merit will flow forth continuously, equal in measure to the vastness of space itself. -This teaching on bodhicitta, along with its logical reasoning, was taught by the Tathagata himself in the Sūtra Requested by Subāhu. The Buddha personally delivered these teachings for the benefit of beings with lesser spiritual inclinations. -Even if one merely thinks, 'I will relieve the headaches of sentient beings,' such an intention to benefit others already yields immeasurable merit. -What need is there to mention the immeasurable merit that comes from wishing to remove the countless sufferings of each and every sentient being, and from desiring to establish each one in boundless excellent qualities? -What father or mother possesses such benevolence as this?
Who harbors such profound altruistic intention?
Not even the gods nor the truth-speaking sages,
Nor does even Brahma himself possess such a mind. -These very beings have never before
Even for their own sake conceived such an altruistic intention,
Not even in their dreams.
How then could such a mind possibly arise for the benefit of others?

---

In modern prose:

These beings—such as parents, deities, and sages—have never before cultivated this type of altruistic intention even for their own spiritual benefit. Such a mind that aspires to complete awakening has never appeared for them, not even in their dreams where anything might be possible. Since they have never experienced this kind of aspiration even for themselves, how could such a mind that seeks to benefit others possibly arise in them? The intention to achieve awakening for the sake of all beings is unprecedented and extraordinary, even among those we most respect. -A remarkable and unprecedented jewel of mind has arisen—this intention that contemplates the welfare of all beings, which does not occur in others even for their own benefit. -The source of joy for all beings in the world,
The medicine that heals all creatures' suffering,
The merit of this precious, jewel-like mind—
How could anyone possibly measure its extent?

In modern English prose:

This precious awakening mind is the source of happiness for all beings throughout the world. It serves as a healing elixir for the suffering of all sentient creatures. How could anyone possibly calculate or measure the merit generated by such a precious mind? Its benefits are truly immeasurable. -If merely wishing to benefit others
Surpasses making offerings to the Buddhas,
What need is there to mention the excellence
Of striving for the happiness of all sentient beings without exception? -Though people wish to escape suffering,
They actively rush toward the very causes of suffering.
Though they desire happiness, in their confusion,
They destroy their own happiness as if it were an enemy. -For those deprived of happiness and overwhelmed by many sufferings, may I bring complete contentment with every form of joy and cut away all their suffering at its root. -It dispels the darkness of ignorance,
So where could one find virtue equal to this?
Where could one find such a beneficial friend?
And where could one find merit comparable to this? -Even one who repays kindness received is certainly praiseworthy. But what need is there to speak of bodhisattvas who do good without being asked? -Those who provide regular meals to just a small number of beings, who give no more than a momentary meal, or who feed others for merely half a day with disrespect—even such people are honored by others as 'doers of virtuous deeds.' -What need is there to mention the continuous act of giving that fulfills all wishes? A gift that is inexhaustible like space itself, offered to limitless numbers of sentient beings over an immeasurable duration of time—the supreme bliss of the Buddhas that completely satisfies every aspiration in the minds of all beings. -If someone generates ill will toward a Bodhisattva who is a benefactor of such noble character, that person will dwell in the hell realms for as many eons as the number of moments they harbored those negative thoughts. -Translation of Verse 35

However, if someone regards the bodhisattvas with a mind of pure devotion,
The fruits of such faith will multiply far beyond measure.
For these children of the Victorious Ones, even under great duress,
No negativity arises in them—virtue naturally flourishes instead.

---

Prose Translation

However, for anyone who develops genuine devotion and faith toward the bodhisattvas, the resulting benefits will grow far more abundantly than any negative consequences previously mentioned. When someone looks upon these spiritual warriors with sincere reverence, the positive karmic fruits of such devotion will multiply exponentially, lasting for countless ages beyond the brief moments that generated them.

For these noble children of the Buddha, even when facing tremendous hardships and challenges, negativity does not arise in their minds. Under the most severe conditions—whether lacking necessities, suffering personal loss, or enduring attacks from enemies—their virtue naturally increases rather than diminishes. Unlike ordinary beings who may falter under adversity, these bodhisattvas transform obstacles into opportunities for spiritual growth, their positive qualities of compassion, patience, and loving-kindness spontaneously flourishing even in the most difficult circumstances. -I bow down to the physical forms of those in whom the supreme precious mind of awakening has arisen. I take refuge in those who are sources of happiness—those remarkable beings who, even when harmed, respond by connecting the harm-doer with joy. -This concludes the first chapter, entitled 'Explanation of the Benefits of the Awakening Mind,' from 'The Introduction to the Bodhisattva's Way of Life.' -To firmly grasp this precious mind of awakening, I make excellent offerings to the Tathagatas—those who have thus gone—and to the sublime, immaculate Dharma treasure, as well as to the Buddha's children who are oceans of noble qualities. -I offer all the myriad flowers and fruits that exist,
Every type of healing medicine found throughout the world,
All precious substances and jewels that exist in the universe,
And all pure, delightful waters wherever they may be. -Mountains of precious jewels stand majestic, alongside secluded forest glades that inspire peaceful contemplation. Trees adorned with brilliant flowers display their natural ornaments, while others bow their branches, heavy with delicious fruits.

In this world-realm, mountains made of precious substances—like the golden Mount Meru and those formed of silver and other treasures—rise from the earth. Forest clearings and remote places offer delightful sanctuaries, undisturbed by travelers and free from noise, creating perfect spaces for reflection. Trees embellish the landscape with their colorful blossoms arranged in beautiful patterns, while fruit-bearing trees bend humbly under the weight of their perfect, ripened bounty. -In the realms of gods and other beings, there are exquisite fragrances and incense, wish-fulfilling trees and trees made of precious materials. There are crops that grow naturally without needing to be cultivated or planted. Beyond these, there are countless other ornaments worthy of offering—beautiful lakes adorned with lotus flowers, ponds with delightful swans whose calls are exceptionally melodious, and various other splendid adornments suitable for veneration. -I offer the lakes and ponds adorned with lotuses, inhabited by swans with their delightful, melodious calls. All these unowned treasures extend to the farthest reaches of the vast expanse of space. -With my mind, I gather countless offerings and respectfully present them to the supreme Sage, the Buddha, together with all his spiritual heirs. May these holy recipients, possessing great compassion, look upon me with loving care and accept these offerings of mine. -I am impoverished and lacking in merit; I possess nothing else to offer as worship. Therefore, O Protectors who think only of others' welfare, please accept this through your own power, for my benefit. -I completely offer myself to the Victorious Buddhas and their spiritual heirs. I permanently dedicate my entire being to them without reservation.

Supreme Bodhisattvas, please accept me fully as your own. With deep reverence, I come before you to become your faithful servant. -With your complete acceptance of me as your own, I will fearlessly work for the benefit of all beings while in this world. I will thoroughly overcome all my previous negative actions, and I will not commit any further harmful deeds in the future.

In accepting your embrace, I find the courage to remain in the cycle of existence without fear, dedicating myself to the welfare of all sentient beings. I will purify myself of all past negative karma through proper confession, and I make a solemn commitment to refrain from creating any further negative actions henceforth, even at the cost of my life. -In these bathing chambers filled with exquisite fragrance,
with crystal floors gleaming and radiantly clear,
adorned with captivating pillars of blazing jewels,
and crowned with canopies of luminous pearls and their hanging ornaments. -To the Enlightened Ones and their spiritual heirs, I offer the sacred bath. With numerous precious vessels filled with fragrant, pleasing water, accompanied by melodious songs and beautiful music, I perform this ritual ablution for the Realized Ones and their noble disciples.

In this ceremony, I present many exquisite vessels crafted from precious materials, perfectly filled with delightful scented waters. As I bathe these awakened beings, heavenly music plays and divine songs resound, creating a complete sensory offering worthy of those who have realized the true nature of reality and those who follow in their path. -I dry their sacred bodies with incomparable garments—
Clean cloths infused with exquisite fragrance.
Then I offer them excellent robes,
Beautifully dyed and supremely perfumed. -With exquisite garments that are fine, soft, and wonderfully diverse, and with hundreds of supreme ornaments of various kinds, I adorn the noble Samantabhadra, gentle-voiced Manjushri, Avalokiteshvara Lord of the World, and other exalted beings. -With fragrances whose sweet scents pervade the entire vast universe, I anoint the bodies of all the Enlightened Sages. Their forms—radiant and blazing with light—shine like perfectly refined gold that has been thoroughly polished. With these most excellent perfumes, I respectfully apply fragrant ointments to their luminous bodies.

*[This verse describes making offerings of the finest fragrances to anoint the bodies of all Buddhas throughout the cosmos. Their bodies are compared to purified gold that gleams brilliantly, and the act of anointing is performed as a gesture of profound reverence.]* -I make offerings to the Supreme Lords of Sages, the most worthy objects of reverence, with all manner of delightful and fragrant flowers: celestial mandārava blossoms, lotus flowers, blue utpala lotuses, and every kind of sweet-scented bloom. I present these alongside beautifully arranged, pleasing garlands skillfully strung together in captivating designs. -I offer clouds of supreme incense, whose captivating fragrance pervades the air. The wafting scent is enchanting to the mind and spreads in all directions.

I also present divine food with various delicacies and drinks. These exquisite offerings, worthy of deities, I respectfully offer to them. -I offer rows of gleaming golden lotuses,
Upon which I present jeweled lamps.
On ground spread with fragrant perfumes,
I scatter pleasing flower petals. -I offer to those of compassionate nature the celestial palaces beyond measure, filled with enchanting hymns of praise, adorned with hanging ornaments of pearls and precious gems that radiate with dazzling beauty. These magnificent structures serve as limitless ornaments throughout the vast expanse of space. -Beautiful jeweled parasols with golden handles,
Adorned around their edges with pleasing ornamental designs,
Exquisitely shaped and delightful to behold, raised high—
I continuously offer these to the mighty sages. -Beyond these offerings, may magnificent clouds of worship manifest distinctly, each in its proper place—enchanting musical melodies with sweet harmonies that soothe the suffering of all sentient beings. May these cloud-like offerings pervade space, bringing joy and relief wherever they resound. -May an unceasing rain of precious jewels, flowers, and other offerings continually shower down upon all the sacred treasures of the true Dharma, upon all stupas, and upon all sacred images. -Just as Manjushri and other great bodhisattvas make offerings to the Victorious Buddhas, I too shall make offerings to the Tathagatas, those protectors, together with their spiritual heirs. -I praise the oceans of excellent qualities with vast oceans of melodious expressions of praise. May clouds of sweet, melodious praise definitely arise everywhere and continually in their presence. -I prostrate to all the Buddhas of the three times—past, present, and future—along with the sublime Dharma teachings and the supreme spiritual community. With bodies as numerous as all the particles in every realm, I bow down in reverence and pay homage. -I bow to all foundations of the awakening mind,
And I pay homage to all sacred monuments.
I likewise honor the preceptors and spiritual teachers,
And prostrate to those of supreme disciplined conduct. -Until I reach the essence of enlightenment,
I take refuge in all the Buddhas.
Likewise, I take refuge in the Dharma
And in the assembly of Bodhisattvas. -With palms joined in reverence, I make my supplication to the perfectly awakened Buddhas who dwell in all directions, and to the bodhisattvas who possess great compassion. -From the beginningless cycle of existence, whether in this present life or in other previous lives, I have committed harmful actions without proper understanding, or have caused others to commit such actions. -Whatever deeds I have rejoiced in due to the confusion of ignorance—having recognized these mistakes, I now confess them to the Protector with utmost sincerity. -I confess whatever harm I have done to the Three Precious Jewels, to my parents or other spiritual teachers, through actions motivated by afflictive emotions. Whether through physical actions, harmful speech, or negative thoughts, I acknowledge all the harm I have committed. -I confess to all the guides: I, a sinner corrupted by many faults, have committed utterly unbearable negative deeds, all of which I now acknowledge. -Before my negative actions are purified,
Death may suddenly claim me.
How can I surely be freed from these misdeeds?
I beg you—protect me with utmost urgency! -The Lord of Death cannot be trusted—
He does not wait for tasks completed or unfinished.
Therefore, whether sick or healthy,
No one should trust in the certainty of life. -I must ultimately abandon everything and depart alone, but not having truly understood this reality, I have committed various kinds of harmful actions for the sake of those I love and those I dislike. -Enemies will cease to exist,
And friends will fade away as well.
I myself will also cease to be,
And likewise, everything will come to nothing. -Just as with experiences in a dream,
Whatever objects we have encountered and engaged with
Become merely things we remember.
All that has passed cannot be seen again. -Translation from Tibetan Buddhist Text

Even in this very life, while you still exist,
Many friends and enemies have already passed away.
Yet the unbearable negative karma created for their sake
Remains directly before you.

---

In modern prose:

Even in this present lifetime, while you are still alive, many people you once loved and disliked have already died. Though these relationships have ended, the severe negative karma you accumulated by performing harmful actions for their benefit or due to aversion toward them still remains directly before you, awaiting its inevitable ripening. -Thus, not having realized that I am but a temporary visitor in this world, I have committed numerous harmful actions through delusion, attachment, and aversion. -Day and night pass without pause, as this life constantly diminishes. Since no additional time comes from elsewhere, how could I possibly avoid death? -Though I may lie on my deathbed surrounded entirely by family and friends, the painful sensations of my life force ebbing away must be experienced by me alone. -When seized by the messengers of the Lord of Death,
What help can relatives offer? What good are friends?
At that moment, only spiritual merit serves as protection—
Yet even this, I have failed to cultivate.

In clearer modern English:

When I am captured by the messengers of death, neither family nor friends will be able to help me. At that critical moment, the only true protection would be the merit I've accumulated through virtuous actions—yet I have neglected to build up even this essential refuge. -Protector, in my negligence, I did not recognize these terrors. For the sake of this impermanent life, I have committed many harmful deeds. -When a person is led to the place of execution for the cutting off of limbs today, they become utterly terrified. With parched mouth and pitiful, bloodshot eyes, they appear completely transformed from their former self. -What need is there to describe the extreme suffering of one who is seized by the messengers of the Lord of Death with their terrifying appearances, and who is afflicted by the great disease of terror? -With terror-stricken eyes wide open, I desperately search in all four directions for protection, thinking: 'Who will properly save me from this great fear?' -Seeing that there is no refuge in any direction,
I will then fall into complete despair.
In that dreadful place where no protection exists,
What shall I do at that time? -From this very day I take refuge in the Victorious Ones, the protectors of all beings, who diligently strive for the purpose of safeguarding wandering beings, who possess great strength and dispel all fears. -I also take genuine refuge in the Dharma that the awakened ones have fully realized—the teaching that dispels all fears of the cycle of suffering—and likewise, I sincerely take refuge in the assembly of bodhisattvas. -Overwhelmed with terror, I offer my entire being to Samantabhadra. By my own volition, I also surrender this body of mine to Mañjuśrī. -To that Guardian Avalokiteśvara, whose compassionate activity never errs,
I cry out with the desperate wail of one in utter distress.
Please protect me, though I am burdened with misdeeds. -To the noble Space Essence Bodhisattva and the Earth Essence Bodhisattva, as well as to all great compassionate protectors, I seek refuge and cry out in anguish from the depths of my heart. -When the messengers of death and all malevolent beings
Become terrified at the mere sight of him
And flee scattered in all four directions,
In that Wielder of the Vajra, I take refuge. -Having previously disregarded your teachings,
Now, seeing the great terrors before me,
I come to you for refuge in my fear.
Please swiftly dispel these frightening dangers.

In more natural prose:

I confess that I have previously transgressed your sacred instructions. Now, having recognized the great dangers that await me as consequences of my actions, I turn to you for protection in my fear. I humbly request that you quickly remove these terrors that threaten me. -If one fears even ordinary illness
And must follow a physician's instructions,
What need is there to mention those constantly afflicted
By the hundred ailments of desire and other faults? -If even a single affliction can destroy all people dwelling in this world, and no medicine to heal these afflictions can be found in any direction, [then the Dharma's value is immeasurable].

In more natural English:

When a single mental affliction has the power to destroy all human beings living in this world, and when no remedy that could heal these afflictions can be found anywhere in the universe, [we must recognize the Buddha's teachings as the only true medicine]. -In this world, the Buddha—the omniscient physician who removes all thorns of suffering—has given us teachings. To contemplate disobeying these instructions is utterly foolish and deserving of reproach. -If I must remain vigilant even at ordinary small precipices,
How much more careful should I be regarding the abyss
Where one falls a thousand leagues
For an extremely long time? -To think 'I certainly will not die today' and remain comfortably at ease is inappropriate. The time when I will cease to exist will inevitably arrive. -Who has granted me freedom from fear? How shall I escape this fate with certainty? Since I will inevitably cease to exist, how can my mind remain so complacently at ease? -From all those pleasures I've experienced and lost in the past, what of substance truly remains for me? Yet I became so fixated on these things that I violated the instructions of my spiritual teachers. -Having abandoned this present life along with all relatives and friends, I must journey alone to an unknown destination. Of what use then are all those I love or dislike? -From non-virtuous actions comes inevitable suffering. How can I be definitively liberated from this cycle? This is the singular contemplation worthy of my constant attention. -Due to my ignorance and delusion, I have committed various wrongful actions—whether those that are inherently wrong by their very nature, or those that are wrong because they violate specific precepts I have undertaken. Whatever negative deeds I have committed among these categories, I acknowledge them all. -Standing directly before the Protectors, with palms joined together and a heart fearful of suffering, I prostrate again and again, and openly confess all these misdeeds. -O guides, I ask you to recognize my misdeeds as true transgressions.
This conduct was not virtuous, and henceforth I shall never commit such actions again. -Thus concludes the second chapter, 'Confession of Negativities,' from The Introduction to the Bodhisattva's Way of Life. -I rejoice wholeheartedly in all virtuous actions that provide relief from the sufferings of lower realms for all sentient beings. With genuine delight, I celebrate when those experiencing suffering find happiness and well-being. -I rejoice in the virtuous deeds accumulated as causes for enlightenment.
I rejoice in the definite liberation of embodied beings from the sufferings of cyclic existence. -I rejoice in the enlightenment of the protectors, and likewise in the attainments of the bodhisattvas on their spiritual grounds. With joy, I celebrate the vast ocean of virtuous intentions that bring happiness to all sentient beings. I wholeheartedly rejoice in those who work for the benefit of all living beings. -With palms joined in reverence, I make this supplication to all the Buddhas throughout every direction: Please kindle the lamp of Dharma for sentient beings who are bewildered in the darkness of suffering. -Translation

To those Enlightened Ones who intend to pass into nirvana, I join my palms in respectful supplication: Please do not leave this world in darkness; I request that you remain for countless eons.

Expanded Translation

With palms pressed together in reverence, I make this heartfelt request to all the Enlightened Conquerors who show the intention to enter final peace: Please do not abandon this world's beings to wander in blindness, unable to discern right from wrong. Instead, I implore you to remain present in this world for immeasurable eons, illuminating the path for all. -Having performed all these practices, I dedicate whatever virtue I have accumulated. Through this merit, may all the sufferings of all sentient beings be completely dispelled. -For as long as beings are afflicted with illness, until they fully recover their health, may I become their medicine, their physician, and also their caretaker serving their needs. -I shall bring down showers of food and drink to relieve the suffering of hunger and thirst. During the intermediate kalpa of famine, may I myself become food and drink for all beings. -For all beings who are impoverished and destitute, may I become an inexhaustible treasure. May I remain readily available before them as various necessities and requisites of all kinds that they might need. -My body, along with all possessions and enjoyments, as well as every virtue I have accumulated throughout past, present, and future times—I give all these away without reservation or hesitation for the sole purpose of fulfilling the needs of all sentient beings. -Complete renunciation leads to liberation,
And my mind aspires to achieve this freedom.
Since I must eventually relinquish everything,
The supreme approach is to give it all to sentient beings. -Since I have already freely given this body to all sentient beings, it is now theirs to use as they wish. Therefore, whether they choose to kill me, criticize me, beat me, or use me in any way that pleases them—this is entirely their right. -Let them play with my body, mock me, or make it an object of ridicule. I have already given this body away to them, so why should I concern myself with how they treat it? -Let them engage in whatever actions that bring them happiness. May no one ever experience anything meaningless or purposeless as a result of their connection with me.

In more detailed prose:

I allow others to engage in whatever beneficial actions that will not cause them harm. May I never become the cause for any being to experience meaningless suffering or purposelessness when they direct their attention toward me. May all who connect with me always find meaningful benefit from that interaction, and may none of their actions toward me ever be wasted or fruitless. -Whenever anyone's mind focuses on me and experiences either anger or devotion, may that very mental state always become the cause for fulfilling all their aims.

If others direct their attention toward me—whether with hostility or with faith—may that very interaction, whatever its nature, invariably serve as a catalyst for the complete achievement of their goals, both immediate and ultimate. -Those who speak ill of me,
Those who cause me harm,
And likewise those who mock or ridicule me—
May all of them share in the fortune of enlightenment.

Modern English Translation Prose

May all those who verbally criticize or slander me to my face, those who inflict physical harm upon me or damage my possessions, and likewise those who ridicule me or spread malicious gossip behind my back—may every single one of these beings be blessed with the good fortune that leads to enlightenment. -I am the protector for those without protection, the guide for those who journey on the path. For those who wish to cross over, I have become their boat, their vessel, and their bridge. -May I become an island for those seeking refuge, a lamp for those desiring illumination, and a comfortable dwelling place for those needing shelter. For all embodied beings who need assistance, may I become a servant to them all. -Translation of Buddhist Aspiration Verse

May I become like a wish-fulfilling jewel for all beings, granting whatever they desire. Like a perfect treasure vase from which all necessities flow abundantly. Like a powerful mantra of accomplished wisdom that transforms those it touches. Like a supreme healing medicine that cures all afflictions and suffering. Like the wish-fulfilling trees that produce whatever one imagines. And like the miraculous wish-granting cow that provides endless nourishment for all living creatures.

In this way, may I become the complete source of fulfillment for all embodied beings, satisfying their every need and desire. -Like the great elements of earth and the others, may I too constantly become the foundation for the diverse sustenance of immeasurable sentient beings, just as space accommodates all. -Just as sentient beings pervade the entire reaches of space, may I become a source of sustenance for them in every possible way until all have attained liberation beyond suffering. -Just as the Buddhas of the past, those who have gone to bliss, first generated the mind of enlightenment, and then progressively trained in the practices of bodhisattvas, I too will follow this same sequential path. -Translation of the Bodhicitta Commitment Verse

Just as those before me have done, I generate the awakening mind for the benefit of all beings. Likewise, I will train systematically in the disciplines, progressing step by step along the path.

---

Detailed Translation

In the same way as the enlightened ones who came before me, I now generate bodhicitta—the mind of awakening—for the welfare and benefit of all living beings. Similarly, I commit to train in the various disciplines of the bodhisattva path, following them in their proper sequence according to my capacity.

This verse represents the practitioner's formal commitment to generate bodhicitta the altruistic intention to attain enlightenment for the sake of all beings and to undertake the progressive training in the bodhisattva practices. It establishes both the aspiration to benefit others and the practical commitment to engage in the necessary training to fulfill that aspiration. -Thus, once an intelligent person has genuinely embraced the awakening mind with deep faith, they should uplift and encourage their mind in this manner to ensure its continued development and expansion. -Today my life has become meaningful,
And I have fully realized the potential of human existence.
Today I have been born into the Buddha's family,
And now I have become a child of the Buddhas.

Modern English Translation

Today my life has truly become fruitful and meaningful. I have genuinely fulfilled the purpose of this human existence that I have so fortunately obtained. On this day, I have been born into the family of the Buddhas, and I have now become a true child of the Awakened Ones. -Now I must commit to actions that befit my lineage, ensuring that I do not tarnish this pure and noble heritage with any stain of misconduct.

I must act in complete harmony with the Buddha's family line that I have entered, conscientiously performing deeds that reflect its values. This flawless and venerable lineage—passed down from the Buddha through countless realized masters to my own teachers—must remain unsullied by my actions. I shall conduct myself in such a way that no impurity or defilement arises through my behavior, preserving the integrity that has characterized this tradition throughout its beginning, middle, and end. -Like a blind person who unexpectedly discovers a precious jewel within a pile of discarded rubbish, somehow, by a remarkable confluence of circumstances, this awakening mind has miraculously arisen within me. -This is the supreme elixir
that conquers death for all beings.
This is also the inexhaustible treasure
that dispels the poverty of all beings. -This is the supreme medicine that brings complete healing to the ailments of all beings. It is a tree of rest providing relief to those who have grown weary from wandering the paths of existence. -This bodhicitta is a universal bridge that liberates all beings from the lower realms. It serves as a common foundation for all spiritual travelers. Like the moon rising in the mind, it dispels the burning torment of worldly afflictions. -Bodhicitta is the great sun that completely dispels the cataracts of ignorance afflicting all beings. It is the essential butter that emerges when the milk of the sacred Dharma is thoroughly churned. -For wandering beings who journey along the paths of existence, guests desiring to experience pleasant enjoyments, this generation of bodhicitta stands ready as the supreme source of happiness, satisfying the great multitude of sentient beings who arrive as visitors. -Today, in the presence of all the Protectors, I have invited all beings to attain the state of perfect enlightenment, and in the meantime, to experience happiness along the way. May all gods, demigods, and all other beings rejoice in this invitation. -This concludes the third chapter, entitled 'Thoroughly Embracing the Awakening Mind,' from 'Entering the Way of the Bodhisattva.' -Once having firmly established bodhicitta, children of the Victorious Ones should constantly strive with unwavering diligence never to transgress the trainings.

---

In more natural contemporary English:

Having firmly established the awakening mind, those who follow the path of the enlightened ones should continually strive, without negligence, never to violate their spiritual commitments. -For actions undertaken rashly or impulsively, or those not properly examined beforehand, it is appropriate to reconsider whether to proceed or abandon them, even after making a commitment.

In more detail: When you have hastily begun something without forethought, or when you have not thoroughly investigated the full implications of an action, it remains reasonable—even after having made a promise to complete it—to carefully examine whether you should continue with it or let it go. Such reconsideration is not only permissible but proper. -What the Buddhas and their spiritual heirs have examined with their great wisdom, and what I myself have also thoroughly investigated—what reason could there be to delay embarking on this path? -If, having made such solemn vows, I fail to fulfill them through concrete action, I will have deceived all these sentient beings. What then would become of my future rebirth? -If a person merely thinks of giving away even the most insignificant item, but then fails to actually give it, it is taught that they will be reborn as a hungry ghost. -If I earnestly seek the supreme bliss of enlightenment with utmost sincerity and heartfelt commitment, yet then deceive all living beings by abandoning this pledge, how could I possibly find my way to higher realms? -Only the Omniscient One truly understands the inconceivable workings of karma: how even those who have abandoned the mind of enlightenment may still attain liberation. -For a bodhisattva, this constitutes the most grievous of all downfalls. When this transgression occurs, one's capacity to benefit all sentient beings becomes diminished. -Whoever, even for a single moment, obstructs or interferes with the virtuous deeds of a bodhisattva, diminishes the welfare of sentient beings by doing so. For such a person, there will be no end to their suffering in the lower realms. -If I destroy even a single sentient being's happiness,
I myself will deteriorate and fall.
What need is there to mention the consequences
Of destroying the happiness of all embodied beings
Who fill the entirety of limitless space? -Thus, if one vacillates between the power of transgressions and the power of the awakening mind, alternating between them while wandering in cyclic existence, there will be a long delay in attaining the spiritual grounds. -Therefore, I must respectfully fulfill what I have promised. If I fail to make diligent effort from this day forward, I will sink lower and lower into suffering.

---

Therefore, I must diligently fulfill the commitments I have made with proper respect and care. If starting today I fail to apply myself with genuine effort, I will descend further and further downward into increasingly difficult states of existence. -Though countless Buddhas have passed beyond—
Those who worked solely for the benefit of all sentient beings—
I, due to my own faults,
Have not become a recipient of their healing care. -If I continue to act in the same harmful way as before, I will repeatedly experience the same consequences—rebirth in lower realms, disease, bondage, being cut and dismembered, and similar sufferings. -When will I obtain such rare and precious opportunities: the appearance of an Awakened One in the world, faith in their teachings, this human form, and the capacity to cultivate virtue? -This day free from illness is precious,
Though we have food and are safe from harm,
Life itself is momentary and deceptive,
And this body is merely borrowed for a brief time. -With behavior such as mine, I will not even obtain a human body again. And if I fail to secure a human form, there will be only wrongdoing and no opportunity for virtue. -When, despite having the capacity for virtue, I fail to perform good deeds, what will I do when I am completely bewildered by the sufferings of the lower realms?

Even though I now possess the fortunate opportunity to engage in virtuous actions, if I neglect to create this goodness, what recourse will I have later when I'm overwhelmed by the agonies of unfortunate rebirths and utterly confused about how to free myself? -When one fails to engage in virtuous actions and instead accumulates harmful deeds, even the mere mention of fortunate rebirth will not be heard for hundreds of millions of eons. -For this very reason, the Blessed One taught:

'Attaining human birth is extremely rare—like a blind turtle in a vast ocean, surfacing only once every hundred years, by chance putting its neck through a small hole in a wooden yoke tossed about by the waves.' -By a single moment's negative action,
One remains in the Avīci hell for an entire eon.
Given the harmful deeds accumulated since beginningless time,
Is it even necessary to mention one will not reach the higher realms? -Merely experiencing suffering alone does not bring liberation. Indeed, while enduring the consequences of past harmful actions, one generates yet more negativity. -Having obtained this rare and precious human life with all its freedoms and opportunities, if I fail to cultivate virtue, there is no greater self-deception than this, nor is there any greater delusion. -If, having understood these truths, I later become discouraged through delusion, then at the time when death approaches, overwhelming sorrow will arise within me. -The unbearable fires of hell will burn my body for an immeasurably long time. And without doubt, my mind will be tormented by the blazing flames of unbearable regret. -Having somehow obtained this extremely rare human existence that serves as a basis for achieving benefit—a foundation so difficult to find—if I, despite possessing awareness and understanding, allow myself to be led back to those very hell realms again, it would be as if I had lost all reason. -Like someone enchanted by magical spells, I find myself here utterly mindless. I don't even understand what has bewildered me. What dwells within me that causes this? -These enemies of mine—hatred, craving, and other afflictions—possess no legs, arms, or physical form. They are neither brave warriors nor intelligent strategists. Yet somehow, they have enslaved me completely, treating me as their servant. -Translation

While residing within my own mind,
these afflictions happily inflict harm upon me.
If I remain patient with them and do not become angry,
such misplaced patience is worthy of reproach.

In modern prose:

These mental afflictions, while dwelling within my very own mind, gleefully and contentedly cause me harm. If I practice patience toward these afflictions and refrain from rightful anger against them, such misapplied patience is inappropriate and deserves condemnation. One should not tolerate what is actually harmful to oneself—this kind of misguided forbearance is truly blameworthy. -Even if all the gods and demigods
Were to rise up against me as enemies,
Even they would not have the power
To lead me into and cast me into the fires of the Avīci hell. -When these powerful enemies—my own mental afflictions—
Encounter something, they are so destructive
That even Mount Meru would be completely annihilated,
Leaving not even ashes behind.
Into such devastation, they cast me in a single instant.

Modern English Translation

These formidable enemies—my own mental afflictions like attachment and hatred—possess a destructive power beyond compare. When unleashed, their force is so overwhelming that they could completely consume even Mount Meru, the mightiest mountain in the cosmos, leaving not even a trace of ash behind. In just a single moment, these inner adversaries can cast me into such terrible destruction. No external enemy could ever pose such a threat to my wellbeing as these afflictions that dwell within my own mind. -No worldly enemies, no matter how long-lived, can persist as my afflictive emotions have. These inner foes have endured without beginning or end, spanning an immense duration that no ordinary adversary could match.

The afflictions that trouble my mind—anger, attachment, ignorance, and the rest—have been my enemies from beginningless time. Unlike ordinary adversaries who might threaten me for a season or a lifetime, these inner enemies have pursued me without respite through countless rebirths. No external foe—no matter how determined—can sustain such relentless opposition across the vast expanses of time that my mental afflictions have endured. -When we serve others with respect and in harmony,
Everyone becomes a source of benefit and happiness.
But when we indulge and serve our mental afflictions,
They only return to cause us greater suffering and harm. -How could I possibly feel fearless joy in the cycle of existence when these enemies—who have continuously been my adversaries for ages, who are the single source from which floods of suffering arise, and who definitely make their home in my heart? -These wardens of the prison of cyclic existence, who in the hells and other lower realms have become executioners and tormentors—if they remain in the abode of my mind, caught in the net of attachment, how could I possibly find any happiness? -Therefore, I will not abandon my effort here until I have definitively conquered these enemies face to face. Even those filled with pride and overtaken by anger will not sleep until they have defeated someone who has caused them only minor harm. -If warriors who face enemies on the battlefield—enemies who naturally suffer and will eventually die anyway—do not retreat until they have accomplished their purpose, enduring the pain of being struck by arrows, spears, and weapons, then how much more should we persevere when confronting our mental afflictions?

When these afflictions arise in direct confrontation, though we may wish to forcefully defeat them, we should never turn back without accomplishing our goal, even while bearing the suffering they inflict. Just as soldiers withstand physical wounds to defeat temporary foes, we must remain steadfast in our battle against the afflictions that cause endless suffering, never retreating until we have achieved victory over them. -When I am dedicated to defeating these inherent enemies—the certain causes of all suffering throughout time—why would I ever become disheartened or discouraged, even if this effort leads to hundreds of adversities? It goes without saying that I will remain steadfast. -If I can proudly display wounds inflicted by enemies without purpose as if they were ornaments adorning my body, then why should I consider suffering harmful when I am diligently striving toward a truly meaningful goal? -Even fishermen, outcasts, and farmers, whose minds are focused solely on their own livelihood, endure the hardships of cold, heat, and other adversities. How much more, then, should I bear such difficulties when working for the happiness of all beings? -Having pledged to liberate beings from afflictions
Throughout the ten directions to the furthest reaches of space,
I myself remain ensnared by these very same afflictions. -Without knowing the true measure of my own capabilities, how is it not madness to make such declarations? Therefore, I shall remain forever unwavering in my commitment to defeat the afflictions.

*Alternative rendering with slightly more natural phrasing:*

It would be madness to make grand declarations without understanding my own limitations. Therefore, I will remain steadfast and never turn back from my commitment to overcome the mental afflictions. -I will take a stand against these afflictions, harbor enmity toward them, and engage them in battle. These specific forms of attachment and hostility—directed at destroying afflictions—are exceptions to what must be abandoned. -Even if I am burned alive and killed,
Or even if my head is cut off—that would be preferable.
But under no circumstances
Will I bow down to the enemy of afflictions. -Unlike an ordinary enemy who, when expelled from a territory, may dwell in another region and establish a foothold there, gathering strength before returning to fight again, the enemy of mental afflictions is fundamentally different. When mental afflictions are truly vanquished through spiritual practice, they cannot simply relocate elsewhere, accumulate power, and return to harm you. Once properly uprooted, these inner adversaries—such as attachment, aversion, and ignorance—have nowhere to retreat, no place to regroup, and no means to launch a counterattack. -These mental afflictions must be dispelled by the eye of wisdom.
Once removed from my mind, where would they go?
Where could they possibly dwell, only to return and harm me again?
The truth is, I—with my weak resolve—have simply failed to make proper effort. -The Nature of Afflictions

Afflictive emotions do not reside in external objects, nor in the collection of senses, nor in the space between them. If they exist neither there nor elsewhere, where do these afflictions dwell that torment the entire world?

They are like illusions. Therefore, release the fear from your heart and cultivate diligence to develop wisdom. Why needlessly subject yourself to the torments of hell realms and other sufferings?

---

Expanded Translation

Afflictive emotions—such as attachment and aversion—do not truly exist within external objects, nor within our sense faculties, nor even in the space between perceiver and perceived. Yet if they exist nowhere else either, we must ask: where exactly do these afflictions reside that cause suffering to all beings?

The truth is that these afflictions are like magical illusions—appearing vividly yet lacking inherent existence. Understanding this, free your heart from the fear that you cannot overcome them. Instead, apply yourself diligently to developing the wisdom that recognizes their empty nature.

Why would you pointlessly allow yourself to suffer the agonies of hell realms and other miserable states? You have the capacity to free yourself—it makes no sense to continue harming yourself unnecessarily. -Having carefully reflected on these teachings of mindfulness, I will strive diligently to practice the training as explained. For how can patients who need treatment ever be cured if they do not listen to their physician's instructions and take the prescribed medicine? -This concludes the fourth chapter entitled 'Teaching on Vigilance' from 'Entering the Bodhisattva's Way of Life.' -For those who wish to safeguard their spiritual training, guarding the mind with utmost diligence is essential. If one fails to protect this mind, it will be completely impossible to maintain one's spiritual discipline. -The harm inflicted by an untamed, intoxicated elephant in this world does not compare to the torment caused by the wild elephant of one's own mind. When the elephant of the mind is left unrestrained, it creates suffering comparable to the agonies of the most terrible hell realms. -When the elephant of the mind is firmly bound
With the rope of constant mindfulness,
All fears will completely disappear,
And every virtue will come readily to hand. -Tigers, lions, elephants, bears,
Snakes and all enemies;
The guardians of the hell realms,
And likewise witches and demons. -By binding this single mind alone,
All sources of harm are likewise bound.
By taming this single mind alone,
All threats are similarly tamed. -All fears and immeasurable sufferings arise from the mind alone—this is what the One who speaks the truth has taught us. -Who has deliberately fashioned the weapons in the hell realms?
Who has created the burning iron ground?
From what have those hosts of women appeared? -The Sage has taught that all these various fearsome things
Arise from the sinful mind.
Thus, in all three worlds,
There exists no fear other than the mind. -If the perfection of generosity means making all beings free from poverty, yet there are still destitute beings in the world today, how could the previous protectors have perfected the paramita of giving? -The perfection of giving is defined as having the generous intention to offer all one's possessions—along with the fruits or benefits that come from them—to all beings without exception. Therefore, this perfection is essentially a state of mind itself. -Where could I possibly send fish and other creatures so they would never be killed? There is no such place. Rather, the perfection of ethical discipline comes from attaining a mind of renunciation.

When one develops the mental state that completely renounces harmful intentions, this is what is meant by the perfection of ethical discipline. True ethical discipline arises not from the absence of beings to harm or from physically protecting all creatures, but from one's internal commitment to never cause harm. -The unruly sentient beings are as vast as space—
It would be impossible to overcome them all.
Yet if you vanquish this single angry mind,
It is as though you have defeated all enemies. -How could one possibly find enough leather to cover the entire surface of the earth? It would be impossible to gather sufficient hide for such a vast undertaking. However, with just enough leather to make a pair of shoe soles, it is as if the whole earth has been covered for you. -Just as I cannot possibly prevent
or turn back external circumstances,
I will instead restrain my own mind.
What need is there to restrain other things? -Even with body and speech in action, without a powerful mind, one cannot attain the fruits that come from a single moment of clear mental focus—fruits such as rebirth in the Brahma realms. When the mind's engagement is weak, the results will not be the same, despite the many potential benefits of physical and verbal efforts. -Even if you practice recitations and austerities for a very long time, when performed with a distracted and unfocused mind, the Buddha—who knows the true nature of all things—declares them to be entirely pointless. -Those who do not understand this secret of the mind—the supreme essence of all spiritual teachings—will wander aimlessly without purpose, even though they desire to attain happiness and overcome suffering. -Therefore, I must firmly secure and diligently protect this mind of mine. Beyond the discipline of guarding the mind, what purpose do numerous other religious observances serve? -Just as a person with a wound must be vigilant and take special care when among unruly people, similarly, when dwelling among negative or harmful individuals, one must constantly protect the wounded nature of one's mind. -Translation

If we are frightened by even minor suffering from a physical wound
And take care to protect that wound with attention,
Why then wouldn't we guard the wound of our mind,
When we fear the crushing mountains that will destroy us?

Explanatory Translation

If we become alarmed by even the small suffering that comes from a physical wound and diligently protect that wound, then why wouldn't we protect the wound of our mind, especially when we fear the terrible consequences—like being crushed between mountains in the hell realms—that come from leaving our minds unguarded?

The verse presents a simple but powerful argument: we instinctively protect physical wounds that cause only minor suffering, yet we often neglect to guard our minds, despite the fact that mental afflictions lead to far more devastating consequences. Just as we carefully tend to bodily injuries to prevent infection or increased pain, we should be even more vigilant in protecting our minds from harmful thoughts and emotions that can lead to tremendous suffering both now and in future lives. -When one maintains this way of practice, even while dwelling among harmful people or residing in the company of women, a practitioner who is steadfast in their vows will not falter in their discipline. -Translation

Let my gains, tokens of respect,
My body, and even my livelihood be lost.
Let other virtuous deeds decline if they must,
But I shall never allow my mind to deteriorate.

---

**Modern English Translation:**

I would rather lose all my material possessions, honors, and recognition than compromise my mind's integrity. Even if my physical body wastes away and my very livelihood disappears, I can accept that loss. Indeed, I would sooner let other virtuous actions diminish than allow my mind to deteriorate in any way. While external things may come and go, I must never, under any circumstances, allow my mindful awareness to decline. -To those who wish to guard their minds, I join my palms together in respect and earnestly implore:

'Protect mindfulness and introspective awareness with all your effort and diligence.' -Just as people afflicted by illness are incapable of performing any tasks, similarly, a mind disturbed by confusion is incapable of engaging in any worthwhile activities. -Without vigilant awareness, all knowledge gained through hearing teachings, contemplation, and meditation is like water in a cracked vessel—it will not remain in memory. -Many who possess extensive learning, who are filled with faith, and who diligently apply effort—nonetheless become stained with moral downfalls due to the fault of lacking introspective awareness. -When mindfulness is lost, the thieves of unawareness follow closely behind. Even though you may have accumulated merit and virtuous deeds, they are stolen away like possessions seized by a bandit, causing you to descend into unfortunate realms of existence. -This band of mental afflictions acts like robbers and thieves,
Always searching for opportunities to attack.
When they find an opening, they steal away our virtue
And destroy even our chance for a fortunate rebirth. -Therefore, never allow mindfulness to stray from the doorway of your mind. Even if it has wandered away, bring it back by recalling the sufferings of lower rebirths that will result.

In more natural contemporary English:

Therefore, never let your mindfulness drift away from guarding the entrance to your mind. If you find that your attention has wandered, immediately bring it back by remembering the painful consequences of negative rebirths that such carelessness will bring. -For those who approach their practice with reverence—whether motivated by their association with a spiritual teacher, through the guidance of their preceptor, or out of a mindful fear of missteps—mindfulness arises naturally and with ease. The fortunate ones who maintain respect for their training, guided by their teachers' instructions, find that attentive awareness develops effortlessly in their minds. -The Buddhas and Bodhisattvas possess unhindered vision in all directions. I am constantly present before all of them, and they are always in my presence. -Translation

After contemplating in this way, one should remain mindful with a sense of shame, respect, and appropriate fear. Through this practice, the recollection of the Buddha will naturally arise within one again and again.

Expanded Translation

Having reflected deeply on the fact that the Buddhas and Bodhisattvas are constantly observing us with their unhindered vision, one should maintain three essential qualities: a sense of shame that prevents wrongdoing based on one's own integrity, deep respect for the teachings and the Teacher, and a healthy awareness of the consequences of one's actions. Abiding in this mindful state, the practitioner will find that the remembrance of the Buddha spontaneously arises in their mind repeatedly, without forced effort. This natural recollection extends to the Dharma and Sangha as well, establishing a firm foundation in the Three Jewels that strengthens one's entire spiritual practice. -When mindfulness stands guard at the doorway of the mind for the purpose of protection, clear awareness then naturally arises. And even if this awareness departs, it will return again. -First, I must vigilantly examine this mind of mine. Having recognized when it contains flaws or negative qualities, I should then remain like a piece of wood—steady and unmoved—maintaining firm control over myself. -I will never engage in purposeless, wandering gazes. Instead, I shall always maintain a contemplative awareness, looking downward with mindful attention. -To rest your gaze when it becomes fatigued, occasionally look around in different directions. If someone happens to appear in your field of vision, look at them and say, 'Welcome, it's good that you have come.' -When traveling on roads or in potentially dangerous places, repeatedly scan all four directions to detect possible threats. Look carefully to each side after pausing to rest. Then turn around completely to examine what lies behind you. -After carefully examining what lies ahead and behind,
One should decide whether to proceed or return.
Thus, in all circumstances of life,
One should act only after understanding the purpose.

---

**Modern English Translation:**

One should carefully examine what lies ahead and what remains behind before deciding whether to go forward or turn back. Similarly, in every situation one encounters, one should act only after clearly understanding the purpose of one's actions. This mindful approach should guide all activities, ensuring that one proceeds with awareness and proper discernment in everything one does. -Having established the intention, 'I will position my body in this way,' and having restrained unnecessary physical activities, one should periodically examine: 'How exactly is my body positioned right now?' -Translation of 'Taming the Mind-Elephant'

With utmost effort, one should ensure that the wild elephant of the mind remains securely bound to the great pillar of Dharma contemplation, never breaking free from its tether.

---

**Modern English Translation with Contextual Clarity:**

The intoxicated elephant of our mind must be carefully restrained. Through all possible efforts, ensure that this powerful but wild mental force remains firmly tethered to the strong pillar of Dharma contemplation. Just as one would secure a dangerous elephant so that it cannot escape and cause harm, likewise bind your mind to spiritual practice with such steadfastness that it cannot stray toward distractions or destructive impulses. -I should constantly examine my mind, asking myself, 'Where is my mind wandering?' in such a way that I never let go of the purpose of concentration, not even for a single moment.

---

*Alternative rendering with more natural flow:*

One should continually ask: 'Where is my mind operating right now?' Through such mindful self-examination, never abandon the commitment to concentration, not even for an instant. -When faced with dangers, festivals, or similar circumstances, if you cannot maintain all precepts, do what is appropriate for the situation. This is because it is taught that during times of giving, certain aspects of moral discipline may be temporarily set aside with equanimity. -When you have considered a task and begun to undertake it, do not let your mind wander to other matters. With your attention firmly directed toward that purpose, first complete that very task before moving on. -When following this approach, everything becomes well accomplished. Otherwise, neither aspect will be fulfilled. In this way, the secondary affliction of non-vigilance will not increase or proliferate. -When various types of idle gossip arise,
And many kinds of fascinating spectacles appear,
If you find yourself drawn to engage with all these things,
You should abandon your attachment to them. -If you find yourself carelessly digging in the earth, cutting grass, drawing patterns on the ground, or engaging in other such purposeless activities, immediately recall the training precepts established by the Buddha. Then, with a healthy concern for the consequences, abandon such actions at once. -When you feel the urge to move
Or wish to speak words to others,
First examine your own mind carefully,
Then act with steady awareness and reason. -When you notice your mind becoming attached to things or filled with anger, at such times, do not act upon these feelings, do not speak words driven by them, but remain still like a piece of wood.

In more detail: Whenever you observe your own mind becoming attracted to something desirable or wishing to express anger toward something unpleasant, that is precisely when you should refrain from taking any action based on these emotions. Do not allow your body to engage in activities motivated by attachment or aversion. Similarly, do not speak words that would give voice to or strengthen these afflictive states. Instead, maintain complete stillness—like a tree or piece of wood—unmoved and unswayed by the fluctuations of desire and hatred. -When the mind becomes wild and prone to mockery, filled with pride and arrogance, or harbors the intention to expose others' faults—or when it seeks to reopen settled disputes or harbors deceitful thoughts— -When you find yourself eager to praise your own qualities,
Or when you are inclined to criticize others,
Or when you engage in harsh speech and heated arguments—
In such moments, remain still like a piece of wood. -If I find myself desiring wealth, honors, or fame, or if I seek to have an entourage of attendants, or if my mind longs for personal service and care from others—in all these cases, I should remain still like a piece of wood. -When thoughts arise in my mind wishing to neglect others' welfare, or seeking only my own benefit, or desiring to speak unnecessarily, I should remain still like a piece of wood.

When I notice my mind wanting to disregard the welfare of others, becoming preoccupied with my own interests, or feeling the urge to speak merely to gain attention or engage in idle talk, at that moment I should become like a log—completely still and restrained in body and speech—rather than acting on these self-centered impulses. -When impatience arises in my mind, or when I feel lazy or afraid;
When I'm inclined toward impulsive behavior or meaningless chatter;
When attachment to my own side emerges in my thoughts—
At such times, I should remain still like a log. -When you detect a mind thoroughly afflicted by disturbing emotions, or one engaged in meaningless pursuits, at that moment, like a warrior, you should firmly restrain it through the appropriate antidotes. -With unwavering certainty and profound faith,
With steadfastness and respectful reverence,
With a sense of shame and healthy caution,
With peaceful demeanor and dedication to others' happiness. -When confronted with the contradictory desires of childish beings, I will not become discouraged. Understanding that their minds are under the influence of afflictions, I will respond with compassion, thinking: 'This is simply how their minds have become.' -In all blameless actions, I shall maintain this mind continuously—acting for the sake of myself and all sentient beings while remaining free from self-importance, like a magical emanation. -After a long time, I have finally obtained this supreme opportunity, this precious moment of leisure. Repeatedly bringing this to mind again and again, I shall hold my consciousness unwavering like Mount Meru. -When vultures, consumed by their craving for flesh, pull and drag this body in all directions, your mind feels no displeasure toward them. So why now do you fuss over and take such care of this body? -Having claimed this body as your own,
why do you, mind, strive to protect it?
If you and this body are truly separate entities,
what purpose does it really serve for you?

In more natural English:

Why do you, mind, work so hard to protect this body after claiming it as your own? Since you and this body are fundamentally separate from each other, what real purpose does this body serve for you? -O deluded mind, why do you not grasp at a clean wooden figure,
Yet protect this machine made of impurities,
This decaying apparatus—
What purpose does guarding such rottenness serve? -First, with your own discerning intelligence, separate this layer of skin as distinct from the rest of the body. Then, using the weapon of wisdom, carefully separate the flesh from the network of bones. -Separate the bones into individual parts and examine them down to the marrow within. Ask yourself, 'What essence is there to be found in this?' Investigate this matter thoroughly for yourself. -Having searched so diligently in this way, if you have found no essence within this body, why do you still continue to protect this body with such attachment? -You should not consume the impurity of this body,
Nor is it proper to drink its blood.
If even the entrails are not to be sucked,
What purpose does this body serve you? -If this body must be protected, let it be reasonable—as future food for foxes and vultures. This human form has only one proper purpose: to be employed in service of virtue. -Even though you diligently protect this body, when the merciless Lord of Death snatches it away and gives it to vultures and dogs, what will you be able to do then?

*Alternative rendering with slightly more contemporary phrasing:*

Despite how carefully you guard this body, when death—showing no mercy—seizes it from you and offers it to scavengers, what power will you have in that moment? -If you wouldn't provide clothing and other necessities to a servant who cannot properly serve you, then why do you exhaust yourself caring for this body? After all, even though you nourish it, this body will eventually depart elsewhere when death comes. -Having provided this body with its wages, now let it serve your own purpose. Do not give everything to it without receiving benefit in return. -Regarding your body as nothing but a boat for traveling to and fro, transform it into a wish-fulfilling vessel to accomplish the welfare of all sentient beings. -Having gained control over yourself in this way, always maintain a smiling countenance. Completely abandon frowning and contracted facial expressions. Be friendly and straightforward with all beings, speaking to them first. -Do not carelessly drop chairs and other furniture with a loud noise. Do not forcefully fling open doors. Always take delight in humble, subdued conduct. -Like the heron, the cat, and the thief, who move silently and stealthily to accomplish their desired aims, so should the sage consistently conduct themselves.

In more natural English:

Just as the heron, cat, and thief move silently and stealthily to achieve their goals, so too should spiritual practitioners always conduct themselves. These creatures accomplish what they set out to do precisely because they move quietly and carefully, without disturbing their surroundings. Similarly, those who have taken the bodhisattva path should maintain mindful, gentle conduct in all their actions—moving with peaceful deportment, speaking softly, and behaving with humble consideration that brings comfort to others rather than disturbance. Through such mindful behavior in even the smallest actions, practitioners effectively accomplish beneficial purposes for themselves and others. -When people are skilled at giving advice and admonishment, and offer helpful words without being asked, receive their guidance respectfully with your head bowed. Always position yourself as a student to everyone. -When anyone speaks words of wisdom, one should readily express appreciation, saying, 'Well spoken!' Upon seeing someone performing meritorious actions, one should inspire them with genuine praise and encouragement. -Speak about others' virtues when they are not present, and when someone praises another's good qualities, join in that praise with appreciation. When your own qualities are being discussed, recognize that the speaker possesses discernment of virtues. -All endeavors are undertaken for the sake of happiness, yet such happiness is rare even when one tries to purchase it with wealth. Therefore, I should take delight in the virtuous qualities achieved by others, enjoying the bliss that comes from such appreciation. -In cultivating joy for others' happiness, I incur no loss in this present life, while securing great happiness in the life to come. Conversely, negative emotions like jealousy and aversion bring unhappiness and suffering now, and lead to great suffering in future existences. -When speaking, one should:

Speak in a manner that puts others at ease, with a natural flow and logical connection between ideas, so that your words are perceived as trustworthy and coherent.

Express yourself with clarity and precision, making your meaning readily apparent and pleasant to hear, which allows others to understand without doubt or confusion.

Speak free from the influences of attachment and aversion, avoiding partiality toward your own views or hostility toward opposing perspectives.

Communicate with gentleness and appropriate restraint, using a soft tone and speaking neither excessively nor insufficiently according to what the situation requires. -When gazing upon sentient beings with your eyes, look at them with a straightforward and loving manner. Think to yourself: 'It is by relying upon these very beings that I will attain Buddhahood.' Look at them as if drinking them in with your eyes, with directness and loving kindness. -Virtuous actions become greatly meritorious under four conditions: when performed consistently with unwavering dedication; when motivated by counteracting opposing tendencies; when directed toward those endowed with excellent qualities or those who have benefited you; and when offered to those who are suffering.

In more detail: Great virtue arises when actions are undertaken with steady, continuous commitment rather than occasionally; when they specifically counteract negative tendencies like giving away what you most cherish to overcome attachment; when they benefit fields of excellence such as the Three Jewels or those who have helped you, like your parents; and when they alleviate the suffering of those in distress, such as the sick or impoverished. -With skillfulness and enthusiasm, I should always personally perform all activities. In all my endeavors, I should never depend on others to do what I can do myself. -The perfections, beginning with generosity, should be practiced with progressive refinement, each one becoming more excellent than the last. Do not abandon a greater virtue for the sake of a lesser one. Above all, consider the welfare of others.

---

In clear prose:

Practice the perfections—beginning with generosity and continuing through moral discipline and the others—with increasing excellence, recognizing that each subsequent perfection is more refined and profound than those preceding it. As a general principle, do not forsake a higher virtue to fulfill a lower one when you must choose between them. However, the paramount consideration should always be the welfare of others. In your spiritual practice, prioritize whatever brings the greatest benefit to sentient beings, as this is the essence of the bodhisattva path. -Having understood these principles, one should remain constantly diligent in working for the welfare of others. For the compassionate one who sees far into the future, even actions that are normally prohibited become permitted when done for others' benefit.

Natural English rendering:

With this understanding firmly established, one should always remain devoted to helping others with unwavering effort. The Buddha, with his great compassion and far-reaching wisdom, permits even normally forbidden actions when they are performed solely for the benefit of others. Alternatively, for bodhisattvas themselves who possess compassion and far-sighted wisdom, actions typically prohibited may be allowed when done exclusively to benefit sentient beings. -Share your alms with those who have fallen into unfortunate states, those who lack protection, and those who maintain ascetic disciplines. Eat only in moderation, consuming just enough. Beyond the three essential Dharma robes, give away all other possessions. -Do not harm your body, which is the vessel for practicing the sublime Dharma, for trivial purposes. If you care for your body in this way, you will quickly fulfill the aspirations of all sentient beings. -One should not surrender this body when one's compassionate motivation is still impure. However, by all means, one should give it—both in this life and in future lives—as a cause for accomplishing great purposes. -Do not teach the Dharma to those who show disrespect. Do not teach to someone who, while not ill, has wrapped their head in a turban, carries an umbrella, holds a walking stick, bears weapons, or has covered their head. -Do not teach profound and expansive teachings to those of limited capacity,
And do not instruct women without men present.
Approach all teachings, whether seemingly lesser or superior,
With equal reverence in all your practices. -One should not guide a person who is a vessel for the profound Dharma toward lesser teachings. The essential practices should never be abandoned, nor should one mislead others by suggesting that merely reciting sūtras and mantras is sufficient for spiritual development.

Those who have the capacity to understand the vast and profound teachings should not be directed toward spiritual paths of lesser scope. While engaging with the deepest aspects of the teachings, one must not forsake proper ethical conduct that forms the foundation of all practice. Furthermore, one should never deceive practitioners by implying that liberation can be achieved through the simple recitation of texts or mantras while neglecting comprehensive spiritual training and ethical behavior. -When disposing of tooth-cleaning sticks and spittle, one should cover them properly. It is condemned to discard urine and other bodily waste in water that people use or on pathways that people traverse. -When eating, do not overfill your mouth or make noises while chewing. Do not eat with your mouth gaping open. Avoid sitting with your legs stretched out in front of you, and do not rub both hands together simultaneously when washing them. -One should never share a vehicle, sleeping place, or seat alone with another's wife or woman. Through direct observation and inquiry, avoid all actions that would cause worldly people to lose faith or become displeased.

---

Clear Modern English Translation

When traveling in vehicles, resting in beds, sitting on seats, or staying in dwellings, one should never be alone with women who are not one's relatives. Through careful observation and by asking those who know better, one should recognize and avoid all behaviors that might cause ordinary people to lose faith or respect. Be mindful of how your conduct appears to others and abandon any actions that could diminish their trust in the teachings. -One should not give directions by pointing with a finger. Rather, with a respectful attitude, use the entire right hand to indicate the way forward or provide any similar guidance. -Do not use exaggerated hand movements. When making slight movements, signal your intention with an audible sound such as a finger snap or similar gesture. Otherwise, you will become unrestrained in your conduct. -Like the Protector in his final rest, one should lie down in one's preferred direction. With clear awareness, hold the intention to rise quickly, firmly establishing this thought from the very beginning. -Though the conduct of bodhisattvas is taught to be immeasurable, one should definitely engage in the practices that purify the mind for as long as necessary. -Three times during the day and three times at night, one should recite the three-section practice. By relying on the Buddhas and the mind of enlightenment, the remaining transgressions will be pacified. -Whether by your own choice or compelled by external circumstances, regardless of the situation you find yourself in or the activities you engage in, diligently train in whatever practices have been taught for that particular circumstance. -There is nothing whatsoever that the children of the Conquerors should not learn. For the wise one who abides in this way, there is no action that does not become meritorious. -Whether directly or indirectly, engage only in activities that benefit sentient beings and nothing else. For the sole purpose of helping these beings, dedicate all your efforts toward complete enlightenment. -Never abandon a virtuous spiritual guide—one who is skilled in the teachings of the Great Vehicle and who embodies the supreme ethical conduct of a bodhisattva—even at the cost of your own life. -From the life story of Glorious Śrīsaṃbhava, learn how to properly serve the spiritual teacher. This instruction, along with other teachings given by the Buddha, should be thoroughly understood by reading the sūtras. -Translation from Tibetan

The teachings are revealed in the sutras; therefore, one should read the sutras. In particular, one should first examine the Space Essence Sutra, which clearly explains the root downfalls.

---

Translation from Sanskrit

The trainings are seen in the sutras; therefore, one should study the sutras. And in the Space Essence Sutra, one should examine the root downfalls.

---

Modern English Translation

The trainings of the bodhisattva path are clearly presented in the sutras, so one should diligently read and study these sacred texts. Among them, the Space Essence Sutra Ākāśagarbha Sūtra should be examined first, as it provides essential guidance on the fundamental ethical violations that practitioners must avoid. -Since the Compendium of Training thoroughly explains the practices to be followed at all times, you should definitely study it again and again.

*Alternative rendering:*

You should definitely read the Compendium of Training repeatedly, as it provides a comprehensive explanation of the conduct that should be constantly practiced. -Alternatively, for now, one should study the Collection of Sūtras, a concise anthology compiled from all the sūtras. One should also make diligent effort to study the two works composed by the noble Nāgārjuna. -Whatever is not prohibited by the teachings should be embraced as proper practice. Having understood the training, one should engage in it correctly to protect the minds of ordinary people in the world. -The defining characteristic of introspective awareness, in essence, is this: repeatedly examining the states of both body and mind. -I must practice these teachings with my body;
What can be accomplished by merely speaking words?
Will the sick be healed
Simply by reading medical texts? -This concludes the fifth chapter of The Introduction to the Bodhisattva's Way of Life, entitled 'Guarding Awareness.' -All the virtuous deeds one might accumulate over a thousand eons—acts of generosity, offerings to the Buddhas, and other good actions—can be destroyed by a single moment of anger. -There is no evil as great as hatred,
And no spiritual practice as powerful as patience.
Therefore, one should diligently cultivate patience
Through various methods and approaches. -When the thorn of hatred pierces the heart, the mind cannot find peace. One experiences neither joy nor happiness, cannot sleep, and loses all stability. -Modern English Translation

Even those who have received wealth and honors from a master, those who depend upon the master's kindness and generosity, will turn against and attempt to kill this same master when he becomes consumed by hatred and anger.

Those who once benefited from their lord's patronage and relied on his favor will not hesitate to attack him when his nature becomes poisoned by wrath, forgetting all the kindness they've received. The master who indulges in anger, despite having shown generosity, transforms loyal subjects into enemies who seek his destruction. -Even close friends become weary of an angry person. Though they may be attracted by gifts and generosity, they will not remain in their company. In short, there is absolutely no one who can dwell in happiness while harboring anger. -The enemy of anger brings about these and other sufferings.
Whoever diligently overcomes anger
Will find happiness both in this life and the next. -When others harm me by doing what I don't want and obstruct what I desire, my mind becomes unhappy. Fed by this mental distress, anger grows powerful and ultimately destroys me. -Therefore, I will thoroughly destroy the nourishment of this enemy. After all, this adversary—anger—has no other purpose than to harm me. -Whatever circumstances may arise, I will not disturb my joyful mind. Even if I become unhappy, my wishes will not be fulfilled through that unhappiness, and instead, my virtuous qualities will deteriorate. -If a situation can be remedied,
Why feel distressed about it?
If a situation cannot be remedied,
What use is there in being upset about it?

In more natural English prose:

If a problem has a solution, why waste energy feeling distressed about it? There's no reason for displeasure when the issue can be fixed. And if a problem has no solution and cannot be changed, what purpose does your unhappiness serve? Being upset about something immutable brings no benefit whatsoever. -For myself and those I hold dear, I do not desire suffering, contempt, harsh words, or an unfavorable reputation. Yet for my enemies, I wish the opposite. -Happiness arises from causes that occur only occasionally, while the causes of suffering are exceedingly numerous. Without experiencing suffering, there can be no genuine renunciation from the cycle of existence. Therefore, my mind, resolve to be steadfast. -When devotees of Uma and people of Karnataka endure the painful sensations of burning and cutting their flesh without meaningful purpose, why should I be fearful? If they willingly accept such suffering for pointless aims, how much more should I be patient in pursuing the supreme goal of liberation? I should not be timid when my hardships serve the ultimate purpose of enlightenment. -There is no phenomenon whatsoever that cannot become easier through practice. Therefore, by becoming accustomed to small hardships, learn to endure even great suffering. -Why do you not perceive the pointless suffering caused by snake bites, fly stings, and mosquitoes, the discomfort of hunger and thirst, and the great distress of itching and similar afflictions? -When confronted with heat and cold, rain and wind,
Illness, imprisonment, and acts of violence,
I should not be overly sensitive or delicate.
For if I respond this way, my suffering will only increase. -Some people, upon seeing their own blood,
Develop even greater courage and steadfastness.
While others, upon merely seeing another's blood,
Become frightened and may even faint.

---

In more natural modern English:

Some individuals become even braver and more resolute when they see their own blood flowing from wounds. In contrast, others become terrified and may completely lose consciousness at the mere sight of someone else's blood. This difference reveals how our reactions stem not from external circumstances but from our mental disposition and inner strength. -This difference arises from the steadiness or timidity of the mind. Therefore, learn to disregard harm and remain unaffected by suffering.

Such contrasting reactions stem entirely from whether one's mind is firm and steadfast or fearful and hesitant. For this reason, train yourself to treat harmful situations with indifference and to become impervious to suffering of all kinds. -The wise, even when suffering arises,
Should not disturb the clarity and serenity of their mind.
For in the battle against mental afflictions,
Many wounds are sustained during combat.

In more natural contemporary English:

Even when faced with suffering, those who are wise maintain their mental clarity and inner peace. They recognize that the struggle against negative emotions and afflictions is a genuine battle, and in such spiritual combat, one will inevitably experience many difficulties and pains. Just as a warrior expects wounds in battle, the spiritual practitioner accepts challenges as part of the path to overcoming inner obstacles. -Those who endure all suffering and overcome enemies such as anger and other negative emotions—these are the true conquering heroes. All others merely kill what is already destined to die. -Another virtue of suffering is that it dispels pride and arrogance through disillusionment. When we truly experience suffering, it naturally humbles us and removes our conceit.

Furthermore, suffering awakens compassion for those trapped in the cycle of existence. When we face our own pain, we naturally develop empathy for others experiencing similar struggles.

Suffering also instills caution regarding harmful actions. Recognizing the relationship between negative deeds and painful consequences, we become more vigilant about avoiding misconduct.

Finally, suffering nurtures joy in virtue. Understanding that happiness arises from positive actions, we develop genuine delight in creating goodness and following the path of righteousness. -I do not show anger toward bile and similar things,
Which are great sources of suffering,
So why be angry at beings with minds?
They too are all driven by conditions. -Just as an illness arises
Even against our wishes,
Similarly, despite our resistance,
Negative emotions forcefully emerge.

---

Plain English Translation

Just as diseases arise in our bodies against our will and despite our wishes, in the same way, afflictive emotions like anger emerge forcefully within our minds even when we don't want them to appear. Both illness and emotional afflictions come upon us involuntarily, driven by their own causes and conditions, regardless of our desire to avoid them. -People become angry spontaneously, even without thinking 'I will become angry.' Similarly, anger arises naturally, even though no one consciously decides to generate it. -Whatever faults may exist and the various kinds of harmful actions—all of these arise from the power of causes and conditions. They do not exist through their own independent nature. -When various causes and conditions come together, they do not possess the thought, 'I shall produce an effect.' Likewise, that which is produced by these causes and conditions does not possess the thought, 'I have been produced by these causes.' -That which some traditions acclaim as the primordial nature, and that which others conceptualize as the permanent self—neither of these could possibly arise with the deliberate thought, 'I shall come into being.' Such purposeful thinking cannot precede existence itself. -If something truly has never arisen, then it does not exist at all—so who would desire for such a non-existent thing to come into being? Furthermore, if a permanent entity like the self were constantly engaged with objects of experience, it could never possibly cease its activity. -If the self were permanent,
it would clearly be devoid of any activity, just like space.
Even when encountering various conditions,
what function could something unchanging possibly perform? -
If at the time of action something remains exactly as it was before, what effect has the action actually had upon it? How could one meaningfully declare, 'This is its action,' and what possible connection could exist between them?

In other words, if an entity like a supposedly permanent self remains completely unchanged even when acted upon, then no action has truly affected it. This calls into question any claim of relationship between such an unchangeable entity and the actions supposedly connected to it. What basis could there be for asserting that any particular action belongs to or affects something that remains perpetually the same?
-Everything is under the control of other factors;
Those controlling factors themselves have no independent control.
Having understood this, one does not become angry
At any phenomenon, recognizing them all as being like magical emanations. -If you object: 'Who is eliminating what? The very act of elimination is not reasonable,' I would reply: There is nothing unreasonable in accepting that suffering comes to an end by relying on antidotes. -Therefore, whether you see an enemy or a friend acting improperly, think to yourself: 'This has arisen from such causes and conditions,' and with this balanced understanding, remain at ease.

*Alternative rendering:*

Therefore, when you observe either an enemy or a friend engaging in wrongful actions, reflect: 'This behavior stems from specific conditions acting upon them.' Contemplating in this way, maintain your equanimity and inner peace. -If accomplishments were achieved merely through one's own wishes, then since no one desires suffering, not a single embodied being would ever experience any suffering whatsoever. -Through heedlessness, people harm themselves with thorns and similar things. To obtain women and other desired objects, they become aggressive and even subject themselves to fasting and other austerities. -Translation of Verse 36

Some people harm themselves by hanging themselves or jumping from cliffs. Others consume poison or eat unwholesome food that damages their health. Many inflict harm upon themselves through non-virtuous conduct.

Expanded Translation

Some people, overcome by afflictive emotions, inflict harm upon themselves in various ways. Some resort to hanging themselves or leaping from precipices to end their lives. Others deliberately consume poison or eat food that is harmful to their health and well-being. Beyond these direct physical harms, many people damage themselves through non-virtuous actions and behaviors that, while seemingly beneficial in the moment, create suffering for themselves both in this life and in future lives. -When people fall under the control of their disturbing emotions,
They will even harm and destroy themselves, whom they cherish.
How then could we expect such people
To refrain from harming the bodies of others?

In clearer prose:

When people are completely dominated by disturbing emotions and afflictions, they will even harm and kill themselves—the very self they cherish and hold dear. If they are capable of such self-destruction, how could we possibly expect them to refrain from causing harm to others? Such harm to others is inevitable from those so overwhelmed by afflictions. -When people are driven by afflictive emotions and engage in harmful activities such as hurting themselves, if I fail to generate compassion toward them, what possible justification could there be for becoming angry instead?

If someone is acting under the influence of mental afflictions, behaving like a person possessed, how can I reasonably respond with anger rather than compassion? Those overcome by negative emotions lack self-control when they harm themselves and others. If I cannot feel compassion for their condition, becoming angry with them is completely inappropriate and makes no sense at all. -If it is in the very nature of childish people to harm others, then my anger toward them is inappropriate—just as it would be absurd to resent fire for its inherent nature to burn. -Though these faults are temporary and adventitious,
And sentient beings are gentle by their very nature,
It is still unreasonable to respond with anger—
Like resenting the sky when smoke briefly pollutes it. -If I become angry at the one who directs a stick or similar weapon against me, I should remember that this person too is driven by anger. Therefore, it is more reasonable for me to direct my anger toward anger itself. -In previous lifetimes, I myself have inflicted this very same kind of harm upon other sentient beings. Therefore, it is only fitting that I now experience such suffering at the hands of those who harm sentient beings. -Both the weapon of my attacker and my own body are equally causes of suffering. If that person draws their weapon against my body, at whom should I direct my anger? -This body of mine, resembling a human form yet like a boil,
Is exquisitely sensitive and filled with suffering.
If I, blinded by craving, have grasped onto it,
At whom should I be angry when it experiences harm? -Foolish people do not want suffering, yet they eagerly pursue the very causes of suffering. When they experience harm due to their own mistakes, what sense is there in blaming others? -Just as the guardians of hell realms and forests with razor-sharp leaves are manifestations of karma, so too are the harms that befall me created by my own actions. At whom, then, should I direct my anger? -Provoked by my own karmic actions, those who harm me come into being. If by their harmful deeds these beings will descend to the hell realms, have I not essentially destroyed them myself? -By relying upon these people who harm me, my many negative actions are purified through my patience. Yet because of their actions toward me, these same people will go to the hell realms where they will experience suffering for a very long time. -I am the one who causes harm to others, while they actually bestow benefits upon me. Why then, corrupt mind, do you become angry in this completely backward way? -If my mind possesses the qualities of patience,
I will not descend into hell realms.
If I have protected myself through such practice,
What benefit has this brought to those who harmed me? -If I were to retaliate with harm in return,
Those harmful people would remain unprotected,
And my own spiritual conduct would deteriorate.
Thus, my practice of austerity would be destroyed. -The mind, being formless, cannot be destroyed by anyone, anywhere. However, because of our intense attachment to the body, we experience suffering when our physical form is harmed. -When others show contempt, speak harsh words,
Or utter unpleasant remarks against you—
If these cause no harm to your physical body,
Why, mind, do you become so intensely angry? -If others are displeased with me,
But their displeasure causes me no harm
Either in this life or in future lives,
Why should I object to their attitude? -If others obstruct my material gains through their disrespect, and I become angry about this, I should consider: even if I dislike this treatment, whatever possessions I might acquire will be abandoned here in this world when I die, while the negative karma from my anger will remain firmly established.

If I become angry when others undermine my reputation and cause me to lose material benefits, I must remember that all worldly possessions—however valuable—are temporary. At death, I will leave behind everything I've acquired, empty-handed. However, the harmful effects of any anger I generate will persist in my mindstream, following me beyond death until their consequences fully manifest. Therefore, it is far better to accept the loss of material gains than to harbor anger that creates lasting negative karma. -Better for me to die today than to sustain a long life through dishonest means. Even if I were to live for many years, I would still face that same suffering of death in the end. -One person dreams of experiencing happiness for a hundred years before awakening. Another experiences happiness for just a moment before awakening.

When both awaken, their experiences are the same: the dream happiness, whether long or brief, has vanished completely. Neither the century of joy nor the momentary pleasure remains. Both dreamers face the same reality upon waking. -For those who have awakened from sleep,
The happiness experienced does not return.
Similarly, for both the long-lived and short-lived,
At the moment of death, all ends the same way. -Though I may acquire abundant wealth and enjoy pleasures for a long time, just like someone robbed by thieves, I will depart naked with empty hands. -Translation

If I were to acquire wealth and sustain my life,
I might think, 'I can purify my negative karma and create merit.'
But if I become angry in my pursuit of material gain,
Wouldn't my merit be exhausted and negativity increase instead?

---

Prose Translation

If I were to sustain my life through acquiring wealth, I might justify this by thinking, 'With these resources, I can purify my past negative actions and accumulate merit through virtuous deeds.' However, if I become angry at others who obstruct my pursuit of these material gains, wouldn't this anger actually deplete whatever merit I've accumulated and generate new negative karma? This reveals the self-defeating nature of becoming attached to wealth acquisition, even when justified with spiritual intentions. -If the very purpose for which I live should deteriorate, what use is such a life that produces nothing but negativity? -If you become angry at those who speak unpleasantly about you because they harm sentient beings by doing so, then why don't you similarly become angry at those who speak unpleasantly about others? -If you can be patient with those who lack faith—since their lack of faith depends on external factors—then why not be equally patient with those who speak harshly to you? Their unpleasant speech likewise depends on afflictive emotions that have arisen within them and over which they have little control. -Even toward those who mock and destroy Buddha images, stupas, and sacred texts, it is inappropriate for me to feel anger, because the Buddha and other awakened beings cannot truly be harmed.

I should not harbor hatred toward those who disrespect or damage sacred representations of the enlightened path. These physical forms—statues, memorial structures, and dharma teachings—may be desecrated, but the actual Buddha and enlightened beings remain beyond the reach of any harm. Understanding this truth, I should respond with compassion rather than anger when witnessing such actions. -When those who harm your spiritual teachers, relatives, and loved ones, as well as friends, provoke your anger, recognize that they too are transformed by conditions, just as explained previously. Seeing this causal process at work, dispel your anger toward them. -When embodied beings experience harm, it comes from both conscious beings and unconscious objects. If both can cause suffering, why single out and blame only those with consciousness? Therefore, practice patience toward all forms of harm. -Some commit wrongs out of delusion,
While others, equally confused, respond with anger.
Who among them could be called blameless?
And who should bear the fault? -Why did I previously create the karma that now causes others to harm me?
If everything depends on the effects of our actions,
Why should I harbor resentment toward those who harm me? -Having seen this truth clearly, I will diligently apply myself to meritorious actions, so that all beings may develop loving hearts toward one another.

*Alternative rendering:*

With this understanding firmly in mind, I will strive earnestly in virtuous deeds, working toward the goal that everyone might cultivate mutual loving-kindness between themselves. -Just as when a fire that has burned one house
Then travels to another dwelling,
Where it spreads to grass and other materials—
These should be removed and discarded. -Similarly, when your mind becomes attached to someone and the fire of anger flares up because of this attachment, immediately abandon that attachment out of concern that your accumulated merit will be burned away. -If a person condemned to death has their hand cut off but is then set free, is this not beneficial? Similarly, if through human sufferings one is freed from the torments of hell, is this not advantageous? -If I cannot endure even this much suffering in the present moment, then why do I not restrain my anger, which is the cause of the unbearable torments of hell?

In more natural contemporary English:

If I find it impossible to bear even this much pain right now, why then don't I make an effort to restrain my anger—the very thing that causes the far worse sufferings of hell realms? -For the sake of desires, I have experienced being burned and suffering countless torments in the hell realms thousands of times. Yet through all this, I have neither accomplished my own purpose nor brought any benefit to others. -This suffering is not that severe, and it will accomplish great purposes. Regarding the suffering that removes the harms of all beings, it is appropriate here to feel only joy.

This suffering is not so harmful, and it will accomplish significant aims. Therefore, when it comes to the suffering that relieves the afflictions of all beings, it is fitting to respond only with genuine delight. -If others gain joy and happiness from praising someone with good qualities, why doesn't your mind also rejoice in the same way when you praise them? -This joy and happiness you experience from praising others is a genuine source of bliss without any fault. It is approved by those who possess noble qualities, and stands as the supreme method for attracting others to the spiritual path. -Furthermore, if you think, 'This will bring happiness to others,' yet do not desire such happiness for them—by refusing to pay wages, give rewards, and similar acts of generosity—you will lose both visible and invisible benefits. -When your own good qualities are being praised,
You wish for others to feel happiness too.
Yet when others' good qualities are being praised,
You don't even wish happiness for yourself. -Having generated the mind of enlightenment with the wish for all sentient beings to find happiness, why would you now become angry when these same beings experience happiness through their own means? -You claim to desire that sentient beings attain Buddhahood, a state worthy of veneration throughout the three realms. Yet when you witness these same beings receiving even modest offerings or respect, why do you burn with jealousy toward them?

If you truly aspire for all beings to reach the enlightened state that deserves universal reverence, then how can you become tormented with envy when seeing them receive even the smallest honors? Such a reaction contradicts your own stated aspiration and vow. -When someone you are obligated to support manages to support themselves, they are actually giving you the gift of relief from that duty. Yet when your dependent relative finds their own livelihood, instead of rejoicing, do you become angry? -How can one who claims to desire enlightenment for sentient beings not wish for their basic welfare? If someone becomes angry seeing others' prosperity, how could they possibly possess the awakening mind? -Whether someone else has obtained those possessions from the donor,
Or those things have simply remained in the benefactor's home—
If in either case you yourself do not possess them,
What difference does it make to you whether they were given or not? -Why would you discard the sources of your good fortune—the merit you have accumulated, the faith others have in you, or your own positive qualities? Tell me, why would you not be angry at yourself when you fail to grasp the acquisitions that come your way? -Not only do you fail to feel remorse for the harmful actions you yourself have committed, but you even desire to compete with others who have created merit.

[End of the second volume.] -Even if your enemy is unhappy,
What pleasure should that bring you?
Your mere wish for their suffering
Will not become a cause of harm to them. -Even if you achieve the suffering you desire for your enemy, what joy does it really bring you? And if you claim, 'It fulfills my wishes and brings satisfaction,' what could be more destructive than harboring such hostility? -This hook of unbearable malice, cast by the fishermen of afflictive emotions, is truly terrible. When caught by it, I will be seized by the guardians of hell who will boil me in their cauldrons. -Praise, fame, and honors bestowed upon me
Will not generate spiritual merit, nor lengthen my life.
They will not increase my strength, nor prevent illness,
Nor will they bring comfort or pleasure to my body.

---

*Prose translation:*

Neither praise, fame, nor reverence directed toward me produces any spiritual merit or extends my lifespan. Such recognition does not increase my physical strength, protect me from illness, or bring any physical comfort or well-being to my body. These forms of worldly acknowledgment are ultimately without substantial benefit. -If I truly understood what benefits me,
What real advantage would I find in such things?
If all I desire is mere mental pleasure,
Then I might as well indulge in gambling, alcohol, and the like. -For the sake of fame, they squander their wealth and even destroy themselves. What purpose do such words of praise serve? When one is dead, who can find happiness in such acclaim? -When a sand castle collapses,
Children cry out in distress.
Similarly, when praise and fame diminish,
One's mind behaves just like a child. -Sound itself has no mind, and therefore cannot possibly think, 'I shall praise this person.' When people say, 'Others are pleased with me,' is that truly a cause for one's own joy? -Whether the praise is directed toward others or toward myself, what benefit do I actually gain from someone else's joy? Their happiness and delight belong entirely to them alone. I cannot obtain even the slightest portion of that joy. -If I find joy in their happiness,
Then shouldn't I feel the same for all beings?
Why then, when others receive praise
And become happy, am I not happy as well? -Therefore, when you think 'I am being praised' and feel joy arise within yourself, this reaction, upon examination, is completely irrational—it is nothing more than childish behavior. -Praise and flattery lead me into distraction,
And destroy any sense of disillusionment with worldly existence.
They breed jealousy toward those who possess genuine qualities,
And ultimately destroy my own prosperity and excellence. -Therefore, those who stand ready to destroy my praise and honors—are they not actually engaged in protecting me from falling into the lower realms? -As one who seeks liberation, I have no need for the fetters of material gain and honor. How could I feel anger toward those who free me from such bondage?

More fully expressed: Since I am earnestly seeking spiritual freedom, the chains of wealth, fame, and reverence are unnecessary burdens for me. When others deprive me of these things—which are actually impediments to my spiritual goal—they are in fact liberating me from bindings. Therefore, how could I reasonably harbor anger toward them? They are inadvertently helping me achieve the very freedom I seek. -When I desire to enter into suffering, those who become like doorways blocking my entry—just as if they were divinely appointed by the Buddha's blessing—how could I possibly be angry with them? -If someone creates obstacles to my virtuous deeds,' it is inappropriate to become angry with them. Is there any spiritual practice equal to patience? Should I not, therefore, abide in patience at this very moment? -If I, due to my own faults, fail to practice patience in this situation, I am merely creating an obstacle for myself when the cause of merit stands directly before me. -If something cannot arise without a particular condition, and comes into existence when that condition is present, then that condition itself is its cause. How, then, could we call that condition an obstacle? -A beggar who arrives at the proper time for giving
Does not create an obstacle to generosity.
Similarly, one who conducts an ordination
Should not be considered an obstacle to entering the monastic life. -In this world, those who ask for help are common,
But those who cause harm are rare indeed.
For if one has done no harm to others,
Generally no one will cause harm in return. -Like a treasure that has appeared in my home without any labor or effort on my part, my enemies serve as companions on my journey toward awakening. Therefore, I should rejoice in them. -Since both this adversary and I have jointly accomplished this spiritual work, the fruits of patience that result should first be offered to them. This is entirely appropriate, as they are the primary cause of my patience. -If you object, 'Since the enemy has no intention to help me develop patience, they are not worthy of veneration,' then consider this: why do we venerate the sublime Dharma? The Dharma serves as a cause for spiritual accomplishment, yet it too has no mind or intention. -If I object, 'An enemy with harmful intentions should not be venerated,' then how could I develop patience? For if I only respect those who strive to help me, like a physician, how would my patience ever be cultivated? -Therefore, since patience arises in dependence upon those with hostile intentions, those very enemies who provoke anger are the causes of patience. For this reason, they deserve to be honored just as one would honor the sublime Dharma. -Therefore, the Sage taught that there are two fields: the field of sentient beings and the field of the Victorious Ones Buddhas. By pleasing these two fields, many practitioners have reached the far shore of perfection. -From both sentient beings and the Conquerors,
The qualities of Buddhahood are equally accomplished.
Why then do we show reverence to the Conquerors
But not likewise to sentient beings? What kind of approach is this? -The greatness of intention is not measured by the intention itself, but rather by the results it produces. In this same way, sentient beings possess a comparable greatness. Therefore, they are equal to the Buddhas. -The merit of honoring those who possess loving-kindness
Reflects the true greatness of sentient beings themselves.
Likewise, the merit arising from devotion to the Buddha
Is a manifestation of the Buddha's own greatness. -All sentient beings possess the aspect of Buddha-dharma that can be accomplished;
Therefore, in this respect, they are considered equal to the Victorious Ones.
Yet none can equal the Buddhas with their limitless oceans of qualities. -When even a small fraction of qualities appears in someone who possesses just a portion of the unique collection of supreme qualities, offering the entire three realms to such a person for the purpose of veneration would still be considered insufficient. -The seed of the supreme Buddha-dharma—the potential for awakening—exists within all sentient beings. For this reason alone, in proportion to this shared potential, sentient beings are worthy of veneration.

Since all beings possess a portion of what gives rise to the highest qualities of enlightenment, they deserve the same reverence we offer to the Buddha. Though their qualities may not yet equal those of a Buddha, this fundamental potential for awakening makes them proper objects of respect and honor, just as the Buddha is honored. -Furthermore, how can we ever repay those who have genuinely become our unwavering friends, those who have performed immeasurable acts of kindness for us? What higher recompense could there be apart from bringing joy to sentient beings? -For their sake, the Enlightened One is willing to sacrifice his body and enter the unbearable Avīci hell. Since helping these beings is how we repay the kindness shown to us, even if these same beings cause us great harm, we should respond only with excellent and beneficial actions toward them. -My own masters themselves, for the sake of others, remain utterly unconcerned even with their own bodies. Considering this, how could I, in my confusion, act with pride toward those same beings rather than adopting the role of a servant?

Even the Buddha and bodhisattvas, who have become my true lords and guides, disregard their very bodies for the benefit of sentient beings. They serve selflessly without concern for their own well-being. Given this profound example, how inappropriate it would be for me—still deluded and confused—to feel superior toward the very beings that my masters cherish so deeply. Instead of maintaining such arrogance, I should fulfill the duties of a servant, humbly serving all beings just as my masters do. -When sentient beings experience happiness, the great sages are delighted; when these beings suffer harm, the sages become displeased. By bringing joy to these beings, one pleases all the Lords of Sages. Conversely, to harm these beings is to harm the sages themselves.

In expanded prose:

The Buddhas and great sages find delight when sentient beings experience happiness and well-being. Conversely, when these same beings suffer harm or distress, the sages' hearts become troubled with concern. Therefore, by bringing joy and benefit to sentient beings, one effectively pleases all the Lords of Sages—this becomes the supreme offering to the Buddhas. However, if one causes harm to these beings, it is exactly equivalent to causing harm to the great sages themselves, as though directly obstructing their deepest wishes. -Just as a person whose body is completely engulfed in flames
Cannot find any mental happiness even when offered all desirable objects,
Similarly, when sentient beings are harmed,
There is absolutely no means by which those of great compassion can be pleased. -Therefore, I now openly confess each and every harmful action I have committed against living beings, actions which have displeased all the greatly compassionate ones. For whatever displeasure I have caused, I humbly request the forbearance of the Sage Buddhas.

In recognizing the ways I have harmed sentient beings, I acknowledge that these actions have disturbed the hearts of all those with great compassion. Today, I individually confess each of these wrongdoings without concealment. For all the ways I have acted contrary to your wishes, I ask for your patience and forgiveness. -To delight the Thus-Gone Ones, from this day forward,
I firmly pledge myself as a servant to the world.
Should multitudes trample upon my head with their feet,
Or even kill me, I shall not retaliate—may the Protector of the World be pleased. -The compassionate ones have made all beings in this world their own—of this there can be no doubt. These very beings we perceive in the form of sentient creatures are, in reality, the essence of those protectors themselves. Why, then, would we not show reverence to them? -This very act is what truly pleases the Tathagatas the Buddhas.
This same practice is what genuinely accomplishes one's own purpose.
This alone is what dispels the suffering of all beings in the world.
Therefore, I shall always commit myself to this practice. -Just as a single royal official may oppress the common people, those with farsightedness, though capable, do not retaliate with harm. -Translation of Tibetan Buddhist Text

Remember that a ruler's power never stands alone;
The king's might serves as their true strength and army.
Likewise, never disregard those who cause harm
Though they may appear weak or insignificant.

Explanatory Translation

Remember that a person in a position of power does not operate in isolation. Their actual strength comes not from themselves alone but from the king's power and all the forces that stand behind them. Similarly, you should never dismiss or underestimate anyone who causes harm, regardless of how weak or insignificant they might seem. Even the seemingly weakest wrongdoer exists within a larger system of karmic accountability and is connected to powerful forces beyond what is immediately apparent. -Both the guardians of hell and the compassionate ones are forces to be reckoned with. Therefore, one should please all sentient beings, just as subjects would appease a wrathful king. -What harm can even an angry king inflict that compares to the torments of hell—those sufferings that one must endure as a result of causing distress to sentient beings? -Even if a king were completely pleased with you,
he could never grant what you would gain
by bringing joy to sentient beings—
the state of Buddhahood itself. -Setting aside the future attainment of Buddhahood that comes from pleasing sentient beings—why do you not recognize that even in this very life, great prosperity, fame, and happiness arise from such actions? -Through patience while wandering in the cycle of existence, one attains an attractive appearance and health. One gains fame and an extremely long life, ultimately obtaining the abundant happiness of a universal monarch. -Thus concludes the sixth chapter entitled 'The Perfection of Patience.'

---

*From 'Entering the Bodhisattva's Way of Life,' this is the sixth chapter, entitled 'The Teaching on Patience.'* -Having thus cultivated patience, one should apply oneself to diligence. For it is in diligent effort that awakening truly resides. Just as there can be no movement without wind, no virtue can arise without diligence. -Translation of Verses on Diligence and Laziness

What is diligence? It is enthusiasm directed toward virtue.

I will now explain its opposing factors.

Laziness consists of attachment to harmful activities, discouragement, and self-deprecation. -From savoring the pleasure of idleness and developing craving that clings to sleep, combined with not feeling weary of the sufferings of cyclic existence, laziness will certainly arise. -Ensnared by the net of afflictions, you have fallen into the trap of rebirth. You now stand in the very jaws of death. How is it that you still fail to recognize this reality? -Do you not see how your own companions are gradually being put to death? Yet you still rely on sleep, just like a buffalo awaiting slaughter by an outcast butcher. -With all escape routes blocked and Death himself watching intently, how can you take pleasure in eating? How can you sleep so contentedly? How can you find such delight in worldly pleasures? -Since death will swiftly come,
For as long as possible, gather your provisions.
Even if you abandon laziness at that moment,
What can you accomplish when it is too late? -This remains unfinished, merely begun,
And this one stands only half-completed.
When death suddenly arrives,
I will think, 'Alas, I am ruined!' -With faces swollen from the force of grief, tears streaming from reddened eyes, one observes hopeless relatives and the faces of Death's messengers. -When you are tormented by memories of your own harmful deeds and hear the terrifying sounds of hell realms, what will you do when you become disoriented with fear, your body soiled with filth?

In that moment—when the recollection of your negative actions brings you anguish, when you hear the horrifying cries of those suffering in the hell realms, when terror makes you lose control of your bodily functions, and when your mind becomes completely bewildered—you will find yourself utterly helpless. What possible recourse will you have then? -If you tremble with fear even in this life—just like a fish writhing out of water—then what need is there to mention the unbearable sufferings of the hell realms that await one who has committed negative actions? -When touched by hot water, your delicate, youthful skin becomes painfully scalded. Yet after committing actions that will lead you to the hell realms, why do you remain so complacently at ease? -Alas! How pitiful are those who desire results without making any effort, those delicate souls who suffer greatly from the slightest hardship. Though already in death's grasp, they behave as if immortal like gods, only to be crushed by suffering. -Having obtained this human vessel,
Cross over the great river of suffering.
This boat will be difficult to find again,
So, deluded one, do not sleep through this precious time. -Why, having abandoned the supreme joy of the sublime Dharma—which is a limitless source of happiness—do you delight in distractions caused by sources of suffering, in frivolity and such things? -Without discouragement, gather your forces,
Diligently practice and master yourself,
Equalize yourself with others,
And exchange yourself for others. -Do not become discouraged, thinking, 'How could someone like me ever achieve enlightenment?' For the Tathagata, who speaks only truth, has proclaimed this truth: everyone has the capacity to attain awakening. -Translation

'Even those who were mosquitoes, flies, bees, and various types of worms—if they generate the power of diligence, they too can attain the supreme enlightenment that is otherwise difficult to achieve.'

Expanded Translation with Context

'Even the smallest creatures—mosquitoes, flies, bees, and various types of worms—can attain the supreme, difficult-to-achieve enlightenment if they generate the power of diligence. If such seemingly insignificant beings can accomplish this through persistent effort, how much more so can humans who possess more favorable conditions for spiritual practice.' -Since I am born as a human being with the capacity for discernment,
And can clearly distinguish between what is beneficial and harmful,
If I do not abandon the path of awakening,
Why would I not attain enlightenment? -But if I worry, 'I must give away my hands, feet, and other body parts,' then I am simply afraid due to confusion, having failed to discern what is truly significant from what is not. -For countless billions of eons, I have been repeatedly cut into pieces, stabbed, burned, and slashed open innumerable times—yet through all this, I have not attained enlightenment. -The suffering I endure for the sake of achieving awakening is limited in measure. It resembles the pain of having a wound made on the body in order to remove a harmful embedded thorn and eliminate deeper suffering. -All physicians heal disease through treatments that cause discomfort. Similarly, one should endure minor hardships to overcome greater suffering. -Translation of the Buddhist Verse

The Supreme Physician does not employ such ordinary medical treatments. Instead, through extremely gentle methods, he heals immeasurable grave afflictions.

Expanded Translation

The Supreme Physician, the Buddha, does not resort to crude medical treatments like those of common healers. Unlike practitioners of conventional medicine who might use painful procedures such as bloodletting or cauterization, the Buddha employs extraordinarily gentle methods. Through this compassionate middle way approach—avoiding both harsh austerities and indulgence—he effectively cures countless serious diseases of the mind, including the fundamental afflictions that keep beings trapped in the cycle of suffering. -At first, the Guide encourages practitioners to begin simply with giving vegetables and other modest offerings. By practicing this regularly, they become accustomed to giving. Later, through this gradual development, they eventually reach a point where they can even give away their own flesh. -When one comes to view one's own body
As casually as vegetables and other common things,
What difficulty could there possibly be
In giving away one's flesh and other parts? -Those who have abandoned negative actions are free from suffering,
And those who have attained wisdom experience no mental distress.
This is because it is mistaken conceptualization
And harmful actions that afflict both mind and body.

The bodhisattva who has completely abandoned negative actions experiences no physical suffering. Having cultivated wisdom and understanding the true nature of reality, they are free from mental distress and unhappiness. This freedom from both physical and mental suffering occurs because ordinary beings suffer precisely due to two causes: their mistaken conceptualizations—especially the incorrect belief in an inherent self where there is none—and the harmful actions they commit. These two factors are what actually afflict both mind and body, generating the experience of suffering. The bodhisattva, having transcended these causes, can remain engaged in the world without being affected by its troubles. -Through the power of merit, the body finds comfort and ease;
Through wisdom, the mind experiences happiness and joy.
Though they remain in the cycle of existence for others' benefit,
Why would those with compassion ever grow weary? -Through the power of the awakening mind, one exhausts previous negative actions while gathering vast oceans of merit. For these reasons, those who develop bodhicitta are taught to be superior to the hearers on the spiritual path. -Therefore, mounted upon the steed of bodhicitta—the awakening mind that dispels all weariness and fatigue—who with awareness would ever become discouraged? Proceeding from one state of happiness to even greater happiness, what person who understands the mind would ever lose heart? -To accomplish the welfare of sentient beings, four powers serve as one's forces: aspiration, steadfastness, joy, and relinquishment. Aspiration should be cultivated by contemplating both the fears of suffering and the benefits that result from this aspiration. -Having thus uprooted the opposing forces, one should strive to increase diligence through the powers of devotional aspiration, steadfast confidence, joyful engagement, and appropriate abandonment, while maintaining mastery over one's practice. -I must overcome the immeasurable faults in both myself and others. This tremendous task falls to me—to conquer countless flaws and afflictions. For each single fault that must be eliminated, oceans of eons would be exhausted in the process. -When I examine myself, I do not see even the slightest effort toward eliminating my faults—a task I once committed to undertake. Given this failure that condemns me to immeasurable suffering, why does my heart not shatter? How can I remain so unmoved when faced with this terrible reality? -I must cultivate numerous qualities and virtues for both myself and others. For each single quality, would even oceans of eons be enough to fully master it? -Despite having attained this precious human life, I have never cultivated even the slightest measure of excellent qualities. How astonishing and lamentable that I have somehow obtained this rare and marvelous birth, yet have wasted it completely without purpose.

I have not developed any familiarity with even a fraction of the virtuous qualities necessary for enlightenment—qualities that require consistent practice over immense periods of time. Though I should be developing the numerous spiritual qualities required for both my own and others' liberation, I have failed to establish any habitual practice. This human birth with all its freedoms and advantages is extraordinarily difficult to obtain, yet somehow I acquired it through the power of past karma. How remarkable and tragic that I have squandered such a precious opportunity without accomplishing anything meaningful for this or future lives. -I have not made offerings to the Blessed One, nor have I provided the joy of grand celebrations. I have not worked to support the teachings, and I have failed to fulfill the wishes of the poor. -If I have not offered fearlessness to those who are afraid, and have not given comfort to those who suffer, then my birth has only caused pain in my mother's womb and produced nothing but suffering. -Both in my previous lives and now in this present existence, I have become destitute in this way because I lacked genuine conviction in the Dharma. What sensible person would ever abandon their dedication to the Dharma? -The Buddha taught that aspiration is the root of all virtuous qualities. And the root of this aspiration itself is continuous meditation on the ripening effects of actions. -Physical suffering and mental distress, various forms of fear, and separation from what one desires—all these arise from engaging in harmful actions. -Translation

Wherever those who perform virtuous actions with pure intention travel, they are honored with the rewards that naturally bloom from their merit. In each place they go, the fruits of their goodness manifest as offerings that celebrate their presence. -Though those who commit evil actions desire happiness, wherever they go, in those very places they are struck down by the weapons of suffering that arise from their own misdeeds. -Through virtuous deeds, one becomes a child of the Buddhas, dwelling in their presence. These fortunate beings reside within the hearts of spacious, fragrant, and cool lotus flowers. Their radiance develops through consuming the nectar of the Buddha's sweet voice as nourishment. They possess sublime bodies that emerge from lotus blossoms opened by the light rays of the Sage. -With skin completely flayed by the servants of the Lord of Death, one becomes utterly tormented in agony. Molten copper, liquefied by intensely hot fires, is poured over the raw body. The flesh is struck with blazing swords and spears, cutting it into hundreds of scattered pieces. Due to numerous unwholesome deeds, one falls repeatedly onto the ground of intensely burning iron. -Therefore, cultivate aspiration toward virtue and meditate with sincere devotion. Following the ritual method of the Vajra Banner, begin by developing dignified confidence. -First, carefully assess your capabilities and resources. Then make a clear decision: either undertake the task or refrain from it entirely. It is better not to begin at all than to start something and abandon it before completion. Once you have committed to a course of action, never turn back. -In future lives, this habit will persist, causing both negative karma and suffering to increase. Moreover, other tasks you undertake will yield diminished results, with their fruition becoming inferior—and even these lesser endeavors will remain unfulfilled. -Verse on Courageous Determination

Regarding actions, mental afflictions, and one's own capabilities—in these three domains, one should cultivate courageous determination. Thinking, 'I alone must accomplish this,' is what constitutes the proper pride in action. -People in this world, powerless under the control of their afflictions, are unable to accomplish even their own goals. Unlike me, sentient beings lack the capacity for effective action. Therefore, I must take on this responsibility myself.

*Alternative rendering with greater contextual clarity:*

People in this world are helplessly controlled by their mental afflictions, leaving them unable to accomplish even what would benefit themselves. Since other beings cannot act effectively as I can, I must therefore take up this responsibility—to work for the welfare of all. -When others are engaged in humble work,
How can I remain idle?
If I refrain from helping due to pride,
It is far better that my pride be destroyed.

**Modern English Translation:**

When I see others engaged in humble tasks, I should ask myself: How can I just stand by without helping? If I refrain from assisting them merely out of a sense of superiority, then it would be better for me to abandon such pride altogether. Freedom from arrogance is truly the superior state. -When encountering a dead snake, even a crow behaves like a Garuda, the mighty divine eagle. Similarly, if I become weak in my spiritual resolve, even minor transgressions can cause great harm. -For those who, in dejection, have abandoned all effort, is there any possibility of deliverance from suffering? But one who rises with determination and acts with confident perseverance cannot be overcome even by great adversities. -Therefore, with a steadfast mind, I must overcome all downfalls. If I am defeated by these downfalls, my aspiration to conquer the three realms will become nothing but a laughable matter. -I must conquer all, but none should conquer me.
This is the confidence I must maintain,
For I am a child of the Victorious Lion. -Those beings who have been conquered by pride are actually afflicted, yet they do not possess true noble pride. One who has authentic noble pride does not fall under the control of enemies, while those others fall under the control of pride itself, which has become their enemy. -Filled with the affliction of pride, one is led by this same pride to lower realms of existence. Even when born as a human, one's celebrations and joys are destroyed. Such a person becomes a servant dependent on others' food, as well as foolish, physically unattractive, and weak. -Universally despised are those ascetics inflated with pride. If even these proud spiritual practitioners are counted among the arrogant, what can be said of the truly wretched? How much more pathetic must their condition be? -Translation of the Tibetan Buddhist Verse

Those who embrace pride to conquer the enemy of pride—they alone are truly proud in the worthy sense and genuinely victorious heroes. They who definitively defeat even the stirring enemy of pride and fulfill the fruits of victory for all beings according to their wishes.

In more natural English:

The true possessors of noble pride, the genuinely victorious heroes, are those who maintain a sense of confidence precisely to overcome the enemy of harmful pride. These spiritual warriors completely vanquish even the most active manifestations of ego-based pride, and thereby fulfill the perfect fruit of victory for all beings in accordance with their deepest aspirations. -When dwelling amid conditions that trigger negative emotions,
One should be resilient in a thousand ways,
Like a lion among foxes and lesser predators,
Remaining unaffected by the host of afflictions. -Even in the face of great dangers and hardships, just as people instinctively protect their eyes, likewise, when confronted with adversity, one should never fall under the power of negative emotions. -I would rather be burned and killed,
Or even have my head cut off—
Yet in no way will I bow down
To the enemy of mental afflictions.
Similarly, in all circumstances,
I will practice only what is reasonable. -Just as a child delights in the pleasure of play, so too should one become devoted to whatever virtuous actions are to be done. One should become attached to these activities, never feeling satisfied with them, yet taking continual joy in their performance. -Though actions are performed for happiness,
Whether they will bring joy remains uncertain.
For those whose actions themselves become happiness,
How can they find joy without performing such deeds?

In modern English prose:

Actions are commonly undertaken with the hope of attaining happiness, yet there is no guarantee that these efforts will actually result in the joy we seek. The truly wise understand that certain actions—virtuous deeds themselves—are inherently joyful by their very nature. For such people, the performance of these virtuous actions is happiness itself. How, then, could someone experience genuine happiness without engaging in these intrinsically joyful actions? True contentment cannot be found by avoiding the very deeds that constitute happiness in their essence. -If one cannot be satisfied by sensual pleasures—like honey placed on a razor's edge—how much more insatiable should one be for merit, which ripens into both happiness and the peace of liberation? -Therefore, even after completing one task, immerse yourself in that same activity again—just as an elephant, scorched by the midday heat, plunges into a lake upon finding it. -When your strength is depleted and you're exhausted, temporarily set aside your practice with the intention of resuming it later. Even when you've successfully completed a practice, abandon it out of desire for progressively higher achievements that follow. -Like a veteran warrior engaged in close combat with an enemy on the battlefield, when swords clash in the heat of battle, you must skillfully evade the weapons of afflictions while simultaneously striking down the enemies of your mind.

Just as an experienced fighter must both defend against an opponent's attacks and launch effective counterstrikes, you should protect yourself from being wounded by mental afflictions while actively uprooting these harmful states at their very foundation. This vigilant approach—combining defensive awareness with offensive determination—is how one engages in the inner battle against the forces that obstruct spiritual progress. -Just as one who is frightened in battle would quickly retrieve a fallen sword, likewise, when the weapon of mindfulness is lost, swiftly reclaim it by recalling the terrors of the hell realms. -Just as poison, having entered the bloodstream, spreads throughout the entire body, so too do negative emotions, when they find an opening, pervade the mind completely. -The Oil-Bearer's Vigilance

Like one who bears a vessel filled with mustard oil,
While guarded by a swordsman standing close at hand,
Who fears for life should even a single drop be spilled—
So should the disciplined practitioner maintain such vigilance. -Therefore, just as one would quickly leap up when a snake appears in one's lap, similarly, when drowsiness and lethargy arise, one should swiftly dispel them. -For each individual fault that arises, I should thoroughly reproach myself and reflect at length: 'How can I act to ensure this never happens to me again?' -'How can I develop consistent mindfulness in these various situations?' With this motivation in mind, one should seek either to meet with qualified spiritual teachers or to engage in appropriate practices that accord with authentic instructions. -Rise quickly to action, remembering the teachings on mindfulness. Just as one has the capacity to accomplish all tasks from their very beginning through the power of past actions.

---

Expanded Translation

One should rise with nimbleness to virtuous activity, keeping in mind the teachings on mindfulness and vigilance. This approach enables one to develop the capacity to effectively engage in all endeavors from their very outset, just as the momentum of previous actions provides the power and ability to function in all situations. By recalling the instructions on careful attention and diligence, one should approach spiritual practice with lightness and enthusiasm rather than heaviness or reluctance. -Just as the wind commands absolute control over cotton,
Effortlessly moving it forth and back at will,
Similarly, through joyful effort one gains mastery over oneself,
And in this way, all spiritual accomplishments are fulfilled. -Translation of 'Teaching on Diligence' Chapter Seven

This concludes the seventh chapter, entitled 'Teaching on Diligence,' from the text 'Engaging in the Bodhisattva's Conduct.'

*[Sanskrit: 'This completes the seventh chapter called 'The Perfection of Diligence.'']* -After thus developing diligence, one should place the mind in meditative concentration. A person whose mind remains distracted dwells between the fangs of afflictive emotions. -Through seclusion of both body and mind, distractions cannot arise. Therefore, abandon worldly entanglements and completely relinquish conceptual thinking. -Due to emotional attachment and craving for things like material gain, people do not relinquish their worldly entanglements. Therefore, the wise person should completely abandon these attachments and carefully analyze their mind in the following manner. -Understanding that the afflictive emotions can be thoroughly overcome through special insight that is fully supported by calm abiding, one should first seek to cultivate calm abiding. This calm abiding is accomplished through finding genuine joy in freedom from worldly attachments. -How can any impermanent being reasonably form attachment to what is impermanent? One who cultivates such attachment will not encounter their beloved even across thousands of lifetimes. -When one does not see the desired object, no joy arises.
The mind cannot settle in meditative concentration.
Even upon seeing it, one never feels satisfied,
And continues to burn with craving just as before. -When attachment to sentient beings takes hold,
It completely obscures one from seeing ultimate reality.
It destroys any sense of renunciation in the mind,
And finally leads to the torment of grief and sorrow. -By merely obsessing over these matters, one's life passes without purpose or meaning. Through attachment to impermanent friends and companions, even the eternal Dharma that leads to liberation will be destroyed. -If you associate with childish people and share in their ways, you will certainly fall into lower realms of existence. When they lead you along incompatible paths, what purpose is there in keeping company with such foolish individuals? -In an instant, people can become friends, yet in a mere moment, they can turn into enemies. Since they grow angry at what should bring them joy, ordinary people are difficult to please. -When I offer beneficial advice, they respond with anger.
They even try to dissuade me from pursuing what is beneficial.
If I do not listen to their discouragement,
They become angry and, as a result, head toward unfortunate rebirths. -Towards those superior to oneself, jealousy arises;
With equals, one engages in rivalry and competition;
Towards those below, one displays pride; when praised, one becomes arrogant;
When faced with criticism, anger immediately flares up.
When will one ever derive benefit from associating with childish people? -When associating with immature people, negative consequences will inevitably arise. In their company, one finds oneself drawn into self-promotion and disparagement of others, as well as conversations that celebrate worldly life. These and other unwholesome behaviors will certainly emerge from such associations. -Thus, associating with others only leads to ruin. Neither do they act for my benefit, nor will I serve their purposes. -Keep your distance from childish people, avoiding them whenever possible. If you must meet them, interact pleasantly and make them feel welcome. However, do not develop deep familiarity with them. Instead, maintain a balanced, neutral demeanor, like an ordinary person who is neither overly friendly nor hostile. -Like a bee gathering only honey from flowers, I will take just the essential meaning of the Dharma. I will move through all places as though encountering them for the first time, dwelling without forming attachments. -If I become conceited thinking, 'I have acquired many possessions and honors, and many people are fond of me,' such pride will give rise to fear after death. -Wherever the deluded mind becomes attached, captivated by pleasure and confusion, suffering a thousandfold greater will arise from those very attachments. -Therefore, the wise should not become attached. From attachment arises fear. Since all things will naturally fall away, strengthen your mind and thoroughly examine this reality.

---

**Modern English Translation:**

Therefore, a wise person should avoid becoming attached to worldly things. Attachment only gives rise to fear and anxiety. Since all objects of desire—wealth, reputation, and relationships—will inevitably be lost due to their impermanent nature, one should develop mental stability and thoroughly investigate this truth. By carefully examining the transient nature of all phenomena, one can recognize the futility of clinging to what cannot last, thereby freeing oneself from the suffering that attachment brings. -Many acquired abundant possessions,
And though they gained fame and acclaim,
These collections of wealth and renown provide no guidance
About where one will go after death. -When some people criticize me,
Why should I become happy when others praise me?
When some people praise me,
Why should I become unhappy when others criticize me? -Sentient beings have vastly different inclinations and interests. If even the fully enlightened Buddhas cannot please them all, how could someone ignorant like myself possibly do so? Therefore, I should simply abandon concern about worldly opinions. -They criticize those who lack possessions and speak ill of those who have wealth. How could any joy possibly arise from such beings, who by their very nature are difficult to associate with? -'Childish persons cannot be anyone's friend,' the Tathagatas have declared, 'because they are incapable of experiencing joy without self-interest.' -In the forest, wild animals, birds, and trees never speak harsh or unpleasant words. When will I be fortunate enough to dwell together with these agreeable companions, whose presence brings such ease? -Dwelling in an empty cave, an abandoned temple,
Or at the base of a tree,
When will I live without looking back,
Free from all attachment? -When will I come to dwell in places that no one claims as their own—naturally spacious landscapes where I can move about freely without attachment, following my own path without hindrance? -When will I come to dwell fearlessly, possessing only the simplest necessities like an alms bowl, wearing garments that no one would covet, and having no need to hide or protect this body? -When will I go to the charnel ground and equalize my own body with the skeletal remains of others, recognizing that both are equally subject to the law of destruction? -This very body of mine will inevitably become so foul that even jackals, drawn to carrion, will refuse to approach it because of its putrid stench. -Even the flesh and bones of this single body, which arose together at birth, will disintegrate and go their separate ways. What need is there to mention other beloved people?

The very components of this one body—our flesh and bones that have been with us since birth—will inevitably decompose and scatter in different directions. If such intimate parts of our own physical form must separate, how much more certainly will we be parted from others whom we hold dear?

This body, though appearing as a unified whole, contains elements that were born together yet are destined to separate. When even the most intrinsic parts of ourselves cannot remain united, we should recognize that separation from friends and loved ones, whose connections are formed through temporary karmic conditions, is absolutely certain. -Alone one comes into being at birth,
And alone that same being faces death.
Since others cannot take on one's portion of suffering,
What purpose do cherished ones serve who only create obstacles? -**Just as travelers on a journey take up temporary dwellings along their way, similarly, those who journey through the cycle of existence take up temporary residences in each new birth.** -Before the four pallbearers have lifted the body from its place—while the world still grieves and laments all around—until that moment arrives, retreat to the forest. -Without forming close friendships or harboring enmity,
I dwell alone in solitude with just this body.
Having already considered myself as one who died long ago,
When death actually comes, there will be no occasion for grief. -When one dies in solitude, no companions stand nearby who might cause distress through their mourning or grief. Without anyone present who would weep at one's passing, one experiences no mental anguish from witnessing others' sorrow. Moreover, in such seclusion, no one will disturb or distract one's meditation on the Buddha and other virtuous practices at the crucial moment of death. In this way, one can depart peacefully while maintaining a clear and virtuous state of mind. -Therefore, I shall dwell alone in delightful forests—
vibrant and pleasing to the senses,
where life requires little effort and brings contentment.
There, all distractions naturally subside.

In such solitude, I will make my home. -Having abandoned all other thoughts, I will strive diligently with single-pointed attention on myself alone, for the dual purpose of establishing my mind in meditative equipoise and disciplining it. -In both this world and the next, desires generate nothing but calamity. In this present life, they lead to being killed, imprisoned, and mutilated; in future lives, they cause rebirth in hell realms and other miserable states of existence. -For whom, in the past, I sent many male and female messengers with joined palms in earnest supplication; for whom I did not hesitate to commit sinful acts or risk ill repute— -Even when plunging myself into danger,
And completely exhausting my wealth and possessions,
Those very bodies I passionately embrace
And from which I derive supreme pleasure—

I willingly enter into dangerous situations and risk my well-being. I spend all my wealth and possessions to depletion. And for what? For these very bodies that I passionately embrace and cling to, mistakenly believing they provide me with supreme happiness and satisfaction. -These are merely skeletons, nothing more—
Not independent, not a self.
Why not proceed to liberation
Instead of completely embracing them with intense desire? -Though at first with great effort her face is lifted upward,
Yet drawn forward, she gazes downward from modesty.
Whether her face was seen or not seen before,
Now it becomes covered with a veil.

---

In more natural prose:

When first encountering intimacy, though someone makes an effort to lift her face and draw it forward, she looks downward out of modesty. This face—whether it had been seen by others before marriage or had remained hidden according to custom—is now covered with a veil.

*[Note: This verse appears to be from a contemplative text on impermanence that contrasts the veiled face of a bride with its eventual fate, suggesting that the same face so carefully protected and desired in life will one day be covered differently in death—a subtle reminder of the transient nature of physical beauty and the futility of attachment.]* -That face you once craved with such passion—
See how the vultures have now laid it bare,
Revealing plainly what was once concealed.
Why do you flee from it now? -Though others merely look with their eyes,
Whatever you completely protected,
As long as it is being devoured,
Why do you, the possessive one, not protect it? -Observing this heap of flesh being devoured by vultures and other creatures, why would you honor what is merely food for others with flower garlands, sandalwood paste, and ornaments? -When you are frightened by a skeleton
Even though it remains motionless,
Why would you not fear when the same bones
Are animated like a reanimated corpse? -If you feel desire for this body even when it is covered with clothes, then why wouldn't you desire it when it is uncovered? If you claim there is no purpose in an uncovered body, then why do you embrace it when it is covered? -From a single source of food arise both feces and saliva. While you find feces repulsive, why then do you delight in saliva? -The lustful, deluded about impurity, refuse to take pleasure in pillows of cotton that are soft to the touch. Instead, they claim, 'It does not ooze with foul odor,' clinging to what is actually unclean.

---

*Expanded translation for clarity:*

Those consumed by desire, confused about what is truly impure, find no delight in pillows filled with cotton that offer a genuinely soft and pleasant touch. Instead, they become attached to the body, falsely reassuring themselves, 'It doesn't emit foul smells,' when they are merely deceived about what is fundamentally unclean. Such is the delusion of those overcome by lust, who mistake impurity for purity. -The lustful, wicked, and deluded ones,
Upon touching cotton and finding it soft,
Become angry at it, saying,
'One cannot have sexual intercourse with this.' -If you claim to have no attachment to what is impure, then why do you embrace another person in your arms? Why hold close this cage of bones fastened together with tendons, smeared with the mud of flesh?

This body you embrace is nothing but a skeletal frame bound by sinews, covered in the filthy paste of flesh. If you truly had no passion for impurity, you would not clutch such a thing to yourself. -You yourself are full of numerous impurities,
Yet you constantly dwell contentedly with this very body.
And toward other sacks of impurity as well,
You generate desire, greedily craving what is unclean. -You claim 'I am fond of this flesh,' and you wish to touch and gaze upon it. Yet if the flesh is inherently without consciousness, why do you desire it?

If you truly desire flesh itself, as you claim, then why are you drawn to touch and look at only certain flesh? Since all flesh is by its very nature devoid of consciousness, your selective attraction reveals an inconsistency. The fact that you don't desire a corpse, which is also just flesh, demonstrates that your attraction is not actually to flesh itself. Your claim of desiring mere physical form contradicts your actual behavior of discriminating between living and dead flesh. -The mind that you desire cannot be touched or seen,
And what can be touched or seen is not consciousness.
What purpose does this meaningless embrace serve?

In fuller prose:

The mind of desire that you long for cannot be physically touched or visually perceived. The actual consciousness that is the object of your attachment remains beyond physical reach or sight. Conversely, whatever you can touch or see—such as another person's body—is not the consciousness or mind that you claim to desire. There exists a fundamental disconnect between what you think you desire another's mind and what you actually engage with physically. Therefore, what purpose does this meaningless embracing of the physical form serve? This attachment brings no genuine benefit and is ultimately futile. -It is not so surprising that you fail to recognize the impure nature of another's body.
What is truly astonishing is that you do not recognize your own body's inherent impurity. -Why would one who is attracted to impurity take delight in a cage of filth, having forsaken the young lotus flower that has opened to the cloudless sun's rays?

With a mind fixated on what is unclean, why be attracted to this vessel of impurities, while rejecting the fresh lotus blossom that unfolds in the sunlight of a clear sky? -If you are unwilling to touch places stained with impure substances like dirt and excrement, then how can you desire to touch the body from which these impurities originate? -If you truly have no attachment to impurity, why do you embrace another in your lap? This body emerged from an impure source—the womb—and was produced and developed from those impure seeds. -You reject even the smallest worms born from impurity, finding them repulsive. Yet paradoxically, you desire the human body—which is itself composed of numerous impurities and likewise born from impure substances. -Not only do you fail to feel disgust at your own inherent impurity, but you—a sack of filth yourself—greedily desire others who are equally impure receptacles. -Even appealing substances like camphor and other pleasant things, as well as rice dishes and vegetables—when placed in the mouth, then taken out and discarded—make even clean ground impure and defiled. -If you still have doubts about the impure nature of this body—even when its impurity is directly before your eyes—then go to the charnel grounds and observe other discarded corpses as well. -When the skin is peeled away, revealing what lies beneath, great fear naturally arises. Yet how is it that, even knowing this truth, one still develops desire for that very same body? -The fragrance applied to your body comes only from substances like sandalwood and nothing else. Why then do you become attached to others based on scents that actually belong to something entirely different? -Since the body is naturally foul-smelling, wouldn't it be better not to be attached to it? Why do worldly people with meaningless desires anoint it with pleasant fragrances?

---

*Expanded Translation:*

Given that the body naturally possesses an unpleasant odor, wouldn't it be better to remain unattached to it rather than developing desire for it? Indeed, this would be the wiser course. Yet strangely, worldly people, driven by their pointless cravings, insist on applying sweet-smelling perfumes to it. Why do they attempt to disguise the body's inherent nature with borrowed fragrances that don't belong to it? -What pleasing fragrance has actually come to reside in this body, even if it is sandalwood? Why does one become attached to another person merely because of a scent that belongs to something else entirely? -If the body, with its long hair and nails, yellowish and stained teeth, and skin coated with filth and mud-like impurities, were to be seen in its natural state—naked and exposed—would it not appear truly terrifying? -Why do people labor so diligently to groom and adorn this body, which harms them like a weapon turned against oneself? The entire earth is thrown into chaos by these madmen, frantically exerting themselves out of delusion about the self. -When you see mere skeletons in a cremation ground, you feel revulsion. Yet isn't it strange how you delight in the village, which is itself a cremation ground filled with moving skeletons? -Thus, this impure body cannot be obtained without a price. Pursuing it leads to exhaustion, and results in the torments of hell and similar realms. -A child cannot acquire wealth,
So what happiness can be found when youth arrives?
If life is spent gathering possessions,
What purpose do desires serve when old age comes? -Some wretched slaves to desire,
Completely exhausted from laboring all day long,
Return home with depleted bodies,
And lie down to sleep like corpses. -Some people, afflicted by the hardships of distant journeys and burdened with the suffering of extended travel, are unable to see their children and spouses despite deeply longing for them—even after a full year has passed. -Those who, deluded by their desires yet wishing to benefit themselves, sell their very being for some promised reward—they fail to obtain what they sought. Their lives, rendered meaningless, are driven by the winds of others' actions. -Some people sell their own bodies and lose their freedom, becoming helpless servants forced to obey others' commands. Even when their wives become pregnant, they must give birth wherever they happen to find themselves—beneath trees or in wilderness areas—without proper shelter or security.

In this way, those who have sacrificed their autonomy for small wages find that even the natural joys of family formation bring no relief from their suffering. Lacking homes of their own, these families experience the harsh reality of their bondage, delivering their children in exposed and precarious locations, their vulnerability a testament to their complete loss of independence. -Deluded by desire, fools declare, 'I must earn a living to survive,' even as they march into battle risking their very lives. For the sake of profit, they willingly enter into servitude. -Some driven by desire have their bodies cut to pieces,
While others are impaled upon sharpened stakes.
Some are seen pierced by short spears and weapons,
And others are consumed by raging flames. -English Translation

Understand that wealth brings endless suffering through the anguish of accumulating, protecting, and losing it. For those whose minds are distracted by attachment to possessions, there can be no opportunity for liberation from the sufferings of cyclic existence. -Those who are attached to desires experience many disadvantages with minimal rewards, just like oxen pulling a cart who only manage to eat a few mouthfuls of grass. -For the sake of trivial pleasures—things so insignificant that even animals can easily obtain them—those tormented by their karma squander this precious human life endowed with freedoms and opportunities, which is extremely difficult to find.

Human lives like ours, endowed with leisures and favorable conditions for spiritual practice, are extraordinarily rare and valuable. Yet we sacrifice this precious opportunity pursuing commonplace satisfactions that even animals readily secure. Driven by the force of our past actions, we destroy our greatest treasure for the most ordinary rewards. -This body, which will inevitably perish and causes one to fall into the hells and other lower realms, is of little significance. Yet all the exhausting efforts one makes for its sake throughout one's entire life— -If with merely a billionth fraction of the effort
that one has expended pursuing desires,
one could attain complete Buddhahood,
then the suffering experienced by those attached to desires
is far greater than the hardships of the bodhisattva path,
yet unlike the spiritual journey, their greater suffering yields no enlightenment.

---

Prose Translation

If one could achieve complete Buddhahood with just a tiny fraction—merely one billionth—of the effort that has been expended in pursuing worldly desires, then how irrational it is to continue on the path of attachment. Those devoted to sensual pleasures actually endure far greater suffering than practitioners on the bodhisattva path, yet unlike spiritual hardships which lead to awakening, their immense suffering produces no enlightenment whatsoever. -When one contemplates the suffering of hell realms and similar states,
no comparison can be made to the dangers of desires—
neither weapons, poison, fire,
precipices, nor enemies suffice as adequate examples. -Thus, becoming weary of sensual desires, cultivate delight in solitude. Seek out peaceful forest settings that are free from conflict and mental afflictions. -The fortunate ones find peaceful retreat on cool stone terraces of delightful mansions, where moonlight and sandalwood provide natural coolness. There, caressed by the silent, gentle forest breezes, they walk in meditation while contemplating ways to benefit others. -Translation

Dwelling for as long as one wishes in empty houses, at the foot of trees, or in caves, free from the suffering of possessing and protecting belongings, one lives independently and moves about with ease, unburdened by expectations.

---

Expanded Translation

One can choose to stay for whatever duration one desires - whether briefly or extended periods - in uninhabited dwellings, beneath the shelter of trees, or within secluded caves. Having abandoned the distress and anxiety that comes with owning possessions and constantly guarding them against loss, one lives without dependency on others. Free from attachment and social obligations, one moves through the world with a liberated mind, unrestrained and at ease, conducting oneself according to one's own authentic spiritual path rather than conforming to worldly expectations. -One who moves freely without attachment and remains unbound to anyone, who experiences the happiness of contentment—even Indra, lord of the gods, finds such joy difficult to attain. -By reflecting on these and other qualities of solitude, one should calm all discursive thoughts and then cultivate the mind of awakening. -First, one should diligently meditate on the equality of self and others. Since all beings equally experience happiness and suffering, one should protect everyone just as one protects oneself.

*[From Sanskrit: In the beginning, one should respectfully cultivate the equality of self and others. Since all beings equally experience happiness and suffering, I should protect them all just as I would myself.]* -Though the body has many distinct parts—hands and so forth—we regard and protect it as a single entity. In the same way, although living beings are diverse, all experience pleasure and pain alike. Just as I seek happiness, every being equally desires the same. -Though my suffering does not directly affect the bodies of others, this very suffering becomes unbearable to me because of my attachment to myself as 'I.'

Even when my personal pain causes no harm to other beings' physical forms, I find this same suffering intolerable precisely because of my deep-seated self-cherishing and identification with it as 'mine.' -Similarly, though the suffering of others does not directly befall me, nevertheless, that suffering becomes my own suffering; due to identification with them as self, it becomes unbearable. -I shall remove the suffering of others because it is suffering, just as I would remove my own pain. I shall work to benefit others because they are sentient beings, just as I naturally care for my own body. -When I and others equally desire happiness, what difference is there between myself and them? For what reason, then, should I strive for happiness for myself alone? -When both myself and others equally dislike suffering and seek to avoid pain, what difference is there between us? What justification is there for protecting myself while ignoring others? -If I refuse to protect others from their suffering
Because their pain does not harm me,
Then why would I protect myself from future suffering
That does not harm me now? -The thought 'I will experience that suffering in the future' is a mistaken concept. This is because the one who dies is actually different from the one who is born in the next life. -If we hold that each person's suffering should be protected against only by that very person themselves, then why should the hand protect the foot from its suffering? After all, the suffering of the foot does not belong to the hand. -If you object that 'Even though it is unreasonable, I engage in these actions due to self-grasping,' then understand this: Whatever is unreasonable—whether concerning oneself or others—should indeed be abandoned to the best of one's ability. -What we call a 'continuum' or a 'collection'
Is false, just like a garland or an army.
Since there is no actual possessor of suffering,
Who could possibly claim ownership of it? -All suffering lacks a true owner and is without fundamental distinction. Because it is suffering, it should be eliminated, regardless of whose it is. What purpose is served by maintaining rigid distinctions in this matter? -Translation of 'Why Eliminate Suffering?'

Why should the elimination of suffering for all beings even be questioned? This is beyond dispute. If suffering should be eliminated at all, then all suffering everywhere should be eliminated. Otherwise, my own suffering—just like that of other sentient beings—would equally have no reason to be addressed. -If compassion brings much suffering, why deliberately cultivate it? When one contemplates the suffering of all beings, how can compassion's pain be considered too great? -If a single instance of suffering
Can eliminate the suffering of many,
Then one endowed with compassion should indeed
Generate that suffering for oneself and others. -Therefore, though Supushpachandra Flower-Moon-Beautiful was fully aware of the harm the king would cause him, he did not seek to remove his own suffering, because doing so would exhaust the suffering of many others. -When one has cultivated their mindstream in this way,
They find joy in relieving others' suffering.
Like swans eagerly diving into a lotus lake,
They will even willingly enter the most terrible hell realms.

---

**Modern English Prose Translation:**

When practitioners have thoroughly trained their minds in this way, they develop genuine delight in alleviating the suffering of others. With such deeply cultivated compassion, they become like swans joyfully plunging into a lotus-filled lake—they would willingly enter even the most unbearable hell realms if doing so would benefit other beings. Their transformation is so complete that what would normally be considered the ultimate sacrifice becomes a source of joy, as their concern for others' wellbeing completely overshadows any thought of personal comfort or safety. -When sentient beings find complete liberation,
There arises an ocean of joy so vast.
Is this alone not sufficient fulfillment?
What need is there for seeking liberation just for oneself? -Therefore, even when working for the benefit of others, one neither feels pride nor amazement at one's actions. Since one takes delight solely in benefiting others, there is no expectation for karmic results or rewards for oneself. -Therefore, just as I would instinctively protect myself from even the slightest harsh words or criticism, I should likewise develop the same protective attitude and compassionate mindset toward others.

In the same way that I naturally shield myself from even minor unpleasantness, I should cultivate an identical sense of protection for all other beings. The compassion I generate for others should mirror exactly the care and concern I have for my own wellbeing, with equal intensity and commitment. -Just as through habituation, one develops the notion 'This is me'
regarding the drops of semen and blood from others—
even though there is no actual self-entity present in them— -Similarly, why not regard others' bodies as 'self' as well?
It is not at all difficult to establish one's own body
as belonging to others.

---

In natural modern English:

In the same way, why shouldn't we be able to regard others' bodies as 'self' too? After all, it's not actually difficult to recognize our own bodies as belonging to others. -Having recognized that oneself is flawed while others are oceans of good qualities, one should cultivate the complete abandonment of self-cherishing and the embracing of others. -Just as hands and other limbs are considered parts of one's body, why are sentient beings not likewise considered parts of the world? -Just as through habituation one develops the sense of 'self'
In relation to this body which has no inherent self-nature,
Why would the same sense of self not arise toward other beings as well
When one becomes habituated to regarding them as oneself? -Thus, even when I have worked for the benefit of others, neither pride nor amazement arises in me. Just as after feeding myself, I do not expect anything in return. -Therefore, just as you would protect yourself even from minor unpleasant words, in the same way, cultivate both a protective mindset and compassionate heart toward all living beings. -Therefore, the Protector Avalokiteshvara, out of his great compassion, blessed even his own name in order to dispel the fears that beings experience in gatherings and assemblies.

*Alternative rendering based on the Sanskrit:*

Thus did the Lord bestow his blessing, through his very name 'Avalokiteshvara,' to remove even the anxiety people feel in assemblies.

*Note: The Tibetan version emphasizes Avalokiteshvara's great compassion, which is not explicit in the Sanskrit verse. The Sanskrit also specifically mentions 'assembly fear' parṣacchāradya while the Tibetan refers more broadly to 'fears in gatherings' ʼkhor gyi ʼjigs pa.* -Do not turn away from difficult practices,
For through the power of habituation,
That which once terrified you merely upon hearing its name
Will later, in its absence, become something you miss. -Whoever wishes to quickly protect themselves and others should practice the supreme secret teaching of exchanging self and others. -This very body, to which we are so attached, causes us to feel fear even from the smallest threats. When one considers that this body is itself the source of all our fears, who among us would not view it with the same aversion we hold toward an enemy?

The body to which we cling with such affection becomes the basis for our terror—even minor dangers provoke intense fear. Given that this physical form generates countless anxieties both in this life and in futures ones, what wise person would not regard it as adversarial? Rather than cherishing this body with attachment, a rational person would recognize it as a continuous source of suffering and develop a sense of detachment from it. Just as we naturally avoid what threatens us, we should similarly question our instinctive identification with and attachment to this body that brings us nothing but fear. -Whoever wishes to remedy their bodily ailments such as hunger, thirst, and illness, and for this purpose kills birds, fish, and wild animals, or lies in wait along roads to ambush others— -One who, driven by personal gain and honor, would go so far as to kill their own father and mother, and would steal possessions belonging to the Three Jewels—such a person will consequently burn in the Avīci hell. -What wise person would desire this body, protect it, and worship it?
Who would not view it as an enemy, and who would not treat it with contempt? -Thinking, 'If I give this away, what will I have for myself?' is the mentality of demons, focused only on self-interest.

Thinking, 'If I use this for myself, what will I have to give to others?' is the divine way, concerned with the welfare of others. -One who harms others for selfish gain
Will suffer torment in the hells and lower realms.
But one who sacrifices oneself for others' benefit
Will attain all excellent prosperity.

---

Modern English Translation Prose Version

If you harm others for your own self-interest, you will suffer torment in the hell realms and other lower states of existence. However, if you willingly accept hardship and sacrifice yourself for the welfare of others, you will attain every form of prosperity and excellence. -Through selfish desires to elevate oneself above others, one will experience rebirth in lower realms, acquire low status, and develop a foolish mind. However, if one transfers this very same desire—wishing instead for others to be elevated—one will experience rebirth in fortunate realms, receive honor from others, and develop wisdom.

---

In more natural modern English:

The very same desire for elevation that, when selfishly applied to oneself, leads to unfortunate rebirth, low social standing, and mental dullness, will—when redirected toward wishing for others' advancement instead—result in fortunate rebirth, respectful treatment, and a wise mind. -If you exploit others for your own benefit,
You will experience life as a servant or similar station.
If you dedicate yourself to serving others' needs,
You will experience life as a lord, master, or similar position.

In more natural contemporary English:

When you use others for your own selfish purposes, you create the karma to be reborn as a servant or in other subordinate positions in future lives. Conversely, when you willingly serve others and dedicate yourself to their welfare, you create the karma to be reborn as a master, leader, or in other positions of authority and respect. -All happiness that exists in the world
Arises from wishing for others' happiness.
All suffering that exists in the world
Comes from desiring one's own happiness alone. -What need is there for many words?
Look at this fundamental difference:
Immature beings work for their own benefit,
While the Sage acts for the welfare of others. -If you do not genuinely exchange your own happiness for the suffering of others, you will neither achieve Buddhahood nor find happiness even within the cycle of existence. -Setting aside considerations of the next world, even the purposes of this present life cannot be accomplished when servants fail to perform their work and masters withhold proper payment. -Deluded people abandon the complete fulfillment of happiness—both the visible benefits in this life and the invisible joys of future lives. Instead, through causing suffering to others, they take upon themselves unbearable suffering.

These confused beings forsake all possibilities of perfect well-being and prosperity that would come from caring for others. Rather than practicing altruism, which brings happiness both seen and unseen, they choose actions that harm others. Through their confusion about the true causes of happiness and suffering, they unwittingly bring terrible suffering upon themselves. -Every harm that exists in this world,
All the fears and sufferings found throughout existence—
If these all arise from grasping at a 'self' where none exists,
What purpose could this great demon of self-grasping possibly serve for me? -Without fully renouncing the self, one cannot be free from suffering, just as one cannot avoid being burned without letting go of fire. -Therefore, to pacify my own suffering and to alleviate the suffering of others, I shall give myself completely to others and cherish others exactly as I cherish myself. -Understand this with certainty, my mind: 'I am now bound to others.' From now on, think of nothing else except working for the benefit of all sentient beings. -It is not appropriate to pursue personal interests using the eyes and other sense faculties that belong to others. Using eyes and other faculties that have been dedicated to others' benefit to harm those very beings is improper. -Therefore, prioritize the welfare of sentient beings above your own. Whatever you see on your own body—possessions, enjoyments, or necessities—take these away from yourself and use them to benefit others instead. -First, place yourself mentally in the position of those who are inferior, equal, or superior to you. Then, imagine these others in your position, essentially exchanging yourself with them. With a mind free from conceptual elaboration, meditate on feelings of jealousy, competitiveness, and pride. -They are honored while I am not.
Just as they have obtained abundant provisions, I have gained nothing.
They receive praise while I face criticism.
They experience happiness while I endure suffering. -I perform various labors while this person rests in comfort. This one is celebrated as great in the world, while I am known as lowly and devoid of qualities. -What purpose is there in being without qualities? Indeed, I should be fully endowed with virtues. There are those compared to whom I am inferior, and there are also those compared to whom I am superior.

---

Modern English Translation

What is the point of lacking good qualities? I should strive to develop all virtuous qualities within myself. There will always be some people who surpass me in certain respects, and likewise, there will always be others whom I surpass in some way.

The text reminds us that while we should aspire to cultivate positive qualities, we should also recognize that superiority and inferiority are merely relative concepts. No one is absolutely superior or inferior; these distinctions exist only in relation to others, which helps guard against both excessive pride and unwarranted self-deprecation. -My moral discipline and views have deteriorated, not because I am inherently flawed, but because I am under the power of afflictive emotions beyond my control. I need healing as much as possible, and I willingly accept whatever hardship this process may bring.

In more natural prose:

The deterioration of my ethical conduct, philosophical views, and other aspects of my practice is not something I can control by myself—these failings occur because I am overwhelmed by the power of afflictive emotions. I need to be healed to whatever extent possible, and I willingly accept any difficulties that may arise during this healing process. Just as a student accepts correction from a teacher, I am prepared to endure hardship for the sake of my spiritual restoration. -If I am not someone who should be cared for by you, then why do you show such contempt toward me? What use are these qualities of yours to me? I myself am the one with true qualities. -Those who stand at the threshold of lower realms, as if in the jaws of vicious beasts,
Yet feel no compassion for suffering beings,
While outwardly boasting of spiritual qualities they do not possess,
Arrogantly challenge and seek to compete with the truly wise. -When comparing yourself to someone of equal status, if you seek to establish your own superiority, you will surely secure gains and honors for yourself, even if it requires engaging in conflict. -May my qualities be clearly visible throughout the entire world, yet may whatever qualities this other person possesses remain unheard by anyone at all. -I should conceal my own faults while I receive honor instead of this person. Today I have obtained excellent gains, and I, not this person, should be the one who is respected. -I will gladly observe for a long time those who have committed harmful deeds. Let them become objects of laughter for all beings and targets of criticism from every direction. -These disturbing emotions are said to compete alongside me,
As if in rivalry. Are these emotions equal to me
In learning and wisdom? Or perhaps in physical appearance,
Social standing, or wealth?

---

In modern English prose:

It is said that these disturbing emotions within me act as if they are competing with me, setting themselves up as rivals. I should reflect: On what basis do these afflictive states presume to stand as my equals? Are they my match in learning and wisdom? Or do they compare with me in physical appearance, family lineage, or material wealth?

This verse exposes how prideful thoughts create an internal sense of competition, leading us to constantly measure ourselves against others. By personifying these mental afflictions as rivals, the text invites us to recognize the absurdity of letting such comparative thinking dominate our minds and create suffering. -Thus, when I hear my own qualities being celebrated and renowned among all, I will experience the rising of joy that manifests as goosebumps on my skin, and I will fully immerse myself in this happiness and well-being. -Even if this person acquires wealth or resources, if they are performing work at my direction, I should provide them with only enough for their basic subsistence, then forcefully claim the remainder for myself through my own authority. -This self-cherishing mind should be deprived of its pleasures and comfort,
And I should continually subject it to hardship.
For hundreds upon hundreds of times,
This mind has caused me harm throughout my wandering in the cycle of existence. -O mind, though countless eons have passed while you have desired to accomplish only your own benefit, through all these immense efforts, you have achieved nothing but suffering. -Therefore, engage wholeheartedly in working for the benefit of others with certainty and conviction. The words of the Buddha are unfailing, and you will later witness the qualities that arise from this practice. -If in former times you had performed this essential practice, it would have been impossible for you to be in such a state as this, instead of experiencing the perfect bliss of Buddhahood. -Therefore, just as you have developed a sense of 'I' and 'mine' regarding the droplets of semen and blood that came from others your parents, similarly, train yourself to cultivate this same attitude toward all other beings. -Become a caretaker for others' needs, and whatever valuable possessions you observe on your own body, take these very things from yourself by releasing your attachment to them, and use them to benefit others who are in need.

In this way, transform yourself into a guardian who carefully examines what others require. Instead of coveting what belongs to others, look at your own food, clothing, ornaments, and possessions with the eye of generosity. Mental­ly relinquish your sense of ownership over these items—seizing them from your self-cherishing attitude—and put them to use for the welfare of those who lack such necessities. -I am happy while others suffer. I stand high while others remain low. I act for my own benefit, but others do not do the same for themselves. Why should I not feel envy toward myself? -I should deprive myself of happiness and take upon myself the suffering of others. When this person does something questionable, I should carefully examine my own faults. -When others commit wrongdoings, take them upon yourself as your own faults. Even if you have committed only a minor transgression, openly confess it before many people. -Translation

Extol the fame and virtues of others lavishly, allowing their reputation to overshadow your own. Consider yourself like the lowest of servants, and dedicate yourself entirely to fulfilling the needs of all beings.

In more detailed prose:

Speak generously of others' good qualities and reputation, praising them more lavishly than they might deserve. By doing so, deliberately let your own fame and recognition be diminished and obscured. View yourself as the humblest of servants, someone of the lowest rank who takes on burdens without complaint or pride. Like such a servant, commit yourself wholeheartedly to working for the benefit of all beings in every situation, serving their needs rather than expecting them to serve yours. -This self is inherently flawed in its nature;
Do not take pride in temporary qualities.
Whatever virtues you may possess,
Ensure that no one discovers them; act accordingly. -In brief, whatever harm you have inflicted upon others for your own benefit, from now on, let all such harm fall upon yourself instead, for the sake of sentient beings.

*Alternative rendering:*

In essence, any suffering you have caused to others out of self-interest, redirect that suffering to yourself for the benefit of all sentient beings. -Do not encourage the mind to become prideful or arrogant, which would make it haughty and overconfident. Instead, maintain it like a newly-wedded bride—modest, restrained, with a proper sense of shame and caution. -Do this and remain in this manner; this is what you should not do. In this way, bring the mind under control, and if you transgress these boundaries, apply discipline. -If, despite being instructed in this way,
you, mind, refuse to act accordingly,
then since all faults depend on you,
I shall have no choice but to subdue you completely. -Where can you flee now that I have seen you? I will utterly destroy all your pride. This is different from that previous time when you destroyed me.

This is no longer the past era when you, my self-cherishing mind, could lead me to ruin. Now I have recognized you for what you are. Where can you possibly escape? Now that I have truly seen your nature, I will completely demolish all your arrogance and self-importance. -Abandon the thought that says, 'I still have my own purposes to fulfill.' I have sold you my self-centered mind to others, so do not become discouraged but offer your service and very being wholeheartedly. -If I carelessly fail to give myself to sentient beings, I will certainly be handed over to the guardians of hell realms.

If I become heedless and do not offer myself to all beings, there is no doubt that my self-cherishing mind will deliver me into the hands of the terrifying guardians who protect the hell realms. -In this way, you—my self-cherishing mind—have long caused me to suffer by repeatedly giving me away to torment. Now, remembering these past grievances, I will destroy your self-serving intentions. -If you truly desire happiness for yourself, do not seek pleasure for yourself alone. If you truly wish to protect yourself from suffering, always devote yourself to protecting others. -The more attentively one pampers and indulges this body, the more delicate and fragile it becomes, steadily declining into a state of hypersensitivity. -Thus, for a person who has fallen into such craving,
Even if all the riches of this entire earth
Were available to them, they would still be insufficient
To satisfy their desires—who then could possibly fulfill them? -Desiring what is unattainable brings mental afflictions and leads to disillusionment. But the one who remains free from dependence on everything will experience excellence that knows no end. -Therefore, do not create opportunities to increase your body's desires. Whatever attractive things you refrain from grasping—that is the truly excellent treasure. -This body ultimately dissolves into nothing but ashes,
Incapable of moving itself, needing others to propel it.
A repulsive form composed of impure substances,
Why do I cling to this as my 'self'? -Whether alive or dead, what use is this mechanical contraption to me? What difference is there between this body and a clod of earth? Alas, why do I not dispel this pride of self-importance?

---

In fluid modern English:

Whether I am alive or dead, what use is this machine-like body to me? What meaningful difference exists between this body and a lump of clay or other mundane objects? Alas, why do I fail to overcome the arrogance that clings to this sense of 'me' and 'mine'? -By obsessively attending to this body,
I have needlessly accumulated suffering.
What purpose is there in feeling attachment or aversion
Toward this thing that is no different from a piece of wood? -Whether my body is carefully nurtured by me,
Or eventually devoured by vultures and other creatures,
Since the body itself feels neither attachment nor aversion,
Why should I develop attachment to it? -If I become angry when criticized,
And pleased when praised,
Yet this very body lacks awareness,
For whose sake am I exerting myself? -If I consider those who desire this body of mine to be my friends, then why should I not delight equally in all beings? Since every creature desires its own body just as I desire mine, why should they not also be dear to me? -Therefore, I shall release this body without attachment for the benefit of beings. Though it has many faults, I shall maintain it as one maintains a tool for one's work.

In more natural English:

Therefore, I will offer this body without clinging to it, dedicating it entirely to the welfare of all beings. Despite its many flaws and imperfections, I will care for it properly—just as a craftsperson maintains their tools for their work. -Therefore, I shall abandon worldly behaviors and instead follow the path of the wise. Keeping in mind the teachings on mindfulness and vigilance, I will overcome drowsiness and mental dullness. -Following the example of the greatly compassionate bodhisattvas, one should establish firm persistence in reasoned practice. If one does not strive continuously, day and night, when will one's suffering ever come to an end?

---

*Expanded Translation:*

Like the noble bodhisattvas who embody great compassion, one should cultivate unwavering diligence grounded in sound reasoning and understanding. If one fails to make consistent effort throughout both day and night without interruption, how will one's suffering in the cycle of existence ever reach its conclusion? Only through persistent and unbroken practice can one hope to find liberation from suffering. -Therefore, to dispel all obscurations, I shall withdraw my mind from mistaken paths and continually place it in meditative equipoise on the correct object of meditation. -From the 'Introduction to the Bodhisattva's Way of Life,' the Eighth Chapter entitled 'The Teaching on Meditation' or 'The Perfection of Meditation'. -All these components of the path
The Sage taught for the sake of wisdom.
Therefore, those who wish to pacify suffering
Should cultivate wisdom. -The conventional and the ultimate are accepted as the two truths. The ultimate is not within the domain of the intellect; intellect itself is said to be conventional.

---

In natural, contemporary English:

There are two truths that encompass all of reality: the conventional truth and the ultimate truth. The ultimate truth transcends intellectual understanding and cannot be grasped by conceptual thought. The intellect itself, along with all its cognitive processes, belongs to the domain of conventional truth. -In this context, the world is seen as twofold:
That of the yogis and that of ordinary people.
In this regard, the ordinary world
Is invalidated by the yogic world. -Even accomplished yogis are refuted by those of higher understanding,
Each superior level overcoming the previous ones.
Through examples accepted by both sides,
They practice for results without getting caught in analysis. -Ordinary people perceive objects in the world and consider them to be truly real, rather than understanding them as illusion-like. This is the point of contention between yogic practitioners and ordinary worldly people. -Even forms and other objects that appear to be directly perceived
Are established merely by convention, not by valid cognition.
Such conventional perception is false,
Just as impure things are wrongly seen as pure. -For the purpose of guiding worldly beings, the Protector taught things as having momentary existence. However, these phenomena are not truly momentary from the perspective of ultimate reality. If one objects that this contradicts conventional reality as well, [this objection is unfounded]. -Through the yogi's conventional understanding, there is no fault.
Compared to ordinary worldly perception, they see reality as it truly is.
Otherwise, when they recognize women's bodies as impure,
This realization would be contradicted by worldly misconceptions.

Prose Translation

The conventional understanding of yogis is faultless because, in contrast to ordinary worldly perception, they see reality as it truly is. If this were not the case, when yogis correctly recognize the impure nature of women's bodies through their meditative insight, their valid realization would be wrongly contradicted by ordinary worldly misconceptions that cling to notions of purity and attractiveness. This demonstrates that the yogic perception, being superior, cannot be invalidated by inferior ordinary perception. -Translation of the Verse

'How can merit arise from an illusion-like Buddha, just as it would from something truly existent? And if sentient beings are like illusions, how can they be reborn after death?'

Detailed Prose Translation

Merit arises from the Buddha, who is like an illusion, in exactly the same way as it would arise from what others consider truly existent. The verse poses two philosophical questions: First, if the Buddha lacks inherent existence and is merely like an illusion, how can genuine merit arise from making offerings to such a Buddha? Second, if sentient beings themselves are like illusions—empty of inherent existence—then how can they undergo the process of death and rebirth? If something is merely illusory, like a magical creation that vanishes without trace, then how can beings reappear in new forms after their death?

These questions challenge the emptiness view by questioning how conventional functions like generating merit and the process of rebirth can operate in a reality where all phenomena lack true, independent existence. The verse captures the tension between the ultimate nature of reality emptiness and the conventional processes that appear to operate in our everyday experience. -As long as the collection of causes and conditions is assembled,
For just that duration, the illusion will manifest.
How could sentient beings truly exist
Merely because they have a long-running continuum? -When killing a magically created person or committing similar acts,
Since there is no mind present, no negative karma arises.
However, in relation to beings who possess minds that are like illusions,
Both merit and negative karma can arise.

In modern English:

There is no negative karma incurred when killing or harming a magically created being, because such an illusory entity lacks a mind that can experience suffering. However, when we interact with sentient beings—whose minds are themselves illusory in nature—our actions generate real consequences: beneficial actions produce merit, while harmful actions create negative karma. -Since mantras and other magical methods lack inherent power, they cannot produce an actual consciousness in illusory displays. These various illusions arise from diverse conditions, and therefore appear in many different forms. Nowhere does a single condition possess the capacity to produce all possible effects. -If nirvana is the ultimate truth, while samsara is merely conventional truth, then even the Buddha would be bound to cycle in samsara—so what would be the purpose of practicing the bodhisattva path? -When the continuum of conditions remains unbroken,
Even illusory appearances will not cease.
But when the continuum of conditions is severed,
Even conventional reality no longer arises. -When there isn't even delusion present,
By what means could illusion be perceived?
When for you the illusion itself
Does not exist, what then is being perceived?

---

In clear modern English:

If even the mistaken perception doesn't exist, how could an illusion be recognized at all? And if, according to your view, the illusion itself doesn't even exist, then what exactly is being perceived in that moment? -If something else truly exists as reality, then that appearance is mind itself. But when mind itself is like an illusion, what is there to be seen, and by what? -The Lord of the World himself has declared:
'The mind cannot see the mind.'
Just as a sword's edge cannot cut itself,
So too the mind cannot perceive itself. -Translation

Just as a lamp clearly illuminates its own nature,
So too, some claim, consciousness reveals itself.
But a lamp does not need to illuminate itself,
For it is never obscured by darkness.

---

In modern English prose:

Some argue that just as a lamp illuminates its own nature clearly, consciousness can perceive itself. However, this analogy fails upon examination. A lamp does not actually need to illuminate itself because from the moment it exists, it is never obscured by darkness—it is inherently luminous by its very nature. What need would there be to illuminate something that is already visible? The lamp only illuminates other objects by dispelling the darkness that obscures them, but the lamp itself is never hidden by darkness, so it requires no self-illumination. -Just as a blue crystal does not depend on anything else for its blueness, similarly, we observe that some things depend on others while some do not.

Just as a crystal that appears blue does not depend on external factors for its essential blueness, in the same way, we can observe in the world that some phenomena depend on other things, while other phenomena exist independently without such dependence. -That which is not inherently blue cannot make itself blue through its own agency. Nothing can transform itself blue by its own power. -Translation from Sanskrit

How could something blue make itself blue through its own action? If something is not already blue, it cannot make itself blue through its own action. -If one claims, 'A lamp illuminates,' this is known through consciousness and then expressed in words. But if one asserts, 'Consciousness itself is illuminating,' then who knows this to be true, and on what basis is such a statement made? -When something is not seen by anyone,
Whether it is manifest or unmanifest,
Speaking about it is as meaningless
As describing the graceful movements of a barren woman's daughter. -If self-awareness did not exist,
How could consciousness be remembered?
It is remembered through its relationship with experiencing other things,
Just as with rat poison. -Translation of Verse 25

When one sees something through reliance on other conditions, this doesn't prove that it illuminates itself. Just as when a pot is seen through a magical eye ointment, the ointment itself doesn't become visible.

Prose Rendering

When consciousness perceives objects by relying on various conditions, some argue that this demonstrates consciousness's self-illuminating nature. However, this reasoning is flawed. Consider this example: when magical eye ointment prepared with special mantras allows us to see a jar buried underground at a distance, the eye ointment itself—though literally in our eye—isn't visible to us. Similarly, just because consciousness perceives other things doesn't mean it necessarily perceives itself. The illuminating agent like the eye ointment may reveal other objects clearly while remaining imperceptible itself. This example demonstrates that the illuminator and what is illuminated need not share the same nature, thus challenging the notion that consciousness must be self-aware. -What is seen, heard, and mentally cognized is not being refuted here. Rather, what needs to be eliminated is the conception that these things are inherently true or real, for this misconception is the cause of suffering. -If illusions are not different from the mind, yet are also not conceptualized as non-different from it, then consider: if they were real entities, how could they not be different from the mind? And if you claim they are not different, then they cannot exist as real entities. -Just as an illusion, though not real, can still be perceived, so too is the mind that perceives it. If the cycle of existence depended on something substantially real as its basis, it would otherwise become like empty space. -How could non-existence, which depends on existence, possibly possess the capacity to act? Indeed, according to your position, the mind would end up entirely alone, without any companion. -When the mind is free from grasping at objects,
At that moment, all are Thus-Gone Ones.
Yet even so, what benefit is there
In analyzing everything as mere mind? -Even if one knows phenomena are like illusions,
How would this reverse the afflictions?
After all, even the magician himself
Can develop desire for the illusory woman he created.

---

**Modern English Translation**

Even when someone intellectually understands that all phenomena are illusory, this knowledge alone doesn't automatically eliminate emotional afflictions. How could mere conceptual understanding reverse deeply rooted patterns of attachment and aversion? Consider this: even the magician who creates an illusory woman—knowing perfectly well she doesn't truly exist—may still experience desire for his own creation. This demonstrates the gap between intellectual understanding and complete emotional transformation. -The creator of illusory appearances has not abandoned the latent tendencies of mental afflictions regarding objects of knowledge. Therefore, when such a person perceives the illusion they've created, their understanding of emptiness remains weak. -Translation of 'Habituating to Emptiness'

By cultivating the imprints of emptiness in one's mind,
The imprints of grasping at concrete entities are dispelled.
Through repeated habituation to understanding that 'nothing whatsoever exists,'
Even that subtle attachment to emptiness will later be abandoned.

---

*In natural English prose:*

Through repeated familiarization with emptiness, one gradually removes the deeply ingrained habit of perceiving phenomena as inherently real. Then, by continually practicing the understanding that 'nothing whatsoever truly exists' - meaning that even emptiness itself lacks intrinsic existence - one eventually abandons even the subtle attachment to emptiness. This progressive meditation leads to complete freedom from all conceptual fixations. -When an entity that is the object of analysis cannot be observed, and we say, 'It does not exist,' how can that non-existence, which has no basis to rest upon, remain as an object before the mind? -When neither existence nor non-existence stands before the mind, at that time, because no other alternative remains, the mind rests without a reference point, completely pacified. -Just as a wish-fulfilling jewel or a wish-granting tree completely satisfies whatever hopes one might have, similarly, the Buddha's form appears to disciples through the power of aspirations made for those to be trained. -Just as a Garuda-mantra master, having consecrated a ritual pillar and then passed away, continues to neutralize poison and other harmful influences through that pillar even long after his death—in the same way, the beneficial influence of a realized being persists beyond their physical presence. -Even when a bodhisattva has passed beyond suffering into nirvana, they continue to accomplish all beneficial purposes through the victory monument of enlightenment they established by conducting themselves in accordance with the path to awakening. -How can offerings made to that which lacks consciousness yield any results? The scriptures clearly teach that offerings made to the Buddha, whether during his lifetime or after his passing into nirvana, are considered exactly equal in merit. -Whether conventionally or in ultimate reality, the results from making offerings come from scriptural authority. For example, just as offerings made to the true Buddha yield definite benefits. -Some claim that liberation comes from seeing the truth alone—so what is the purpose of seeing emptiness? Yet scripture clearly states that without this path of emptiness, awakening is impossible. -If the Mahāyāna is not established as authentic, then how can your own scriptures be established as authentic? For what is accepted by both traditions was not initially established for you either. -For whatever reason you have faith in your own scripture, apply that same standard equally to the Mahāyāna. If something were true merely because two different groups desire it to be so, then even the Vedic texts and similar works would have to be accepted as true.

*Alternative rendering with slightly more context:*

Whatever grounds cause you to have confidence in your scriptures, those same grounds apply equally to the Mahāyāna teachings. If truth were established merely because two different parties assert something as true, then even the Vedas and other non-Buddhist texts would necessarily become true as well. -If you object that the Mahāyāna is unreliable because it is disputed, then you should abandon your own scriptures as well. This is because other scriptures are also subject to disputes—whether from non-Buddhists or even from within your own tradition and from other Buddhist schools. -The foundation of the Buddhist teaching is the authentic monastic community. Yet, maintaining true monkhood itself is difficult to achieve. For those whose minds still cling to objects of reference, even the attainment of liberation remains extremely challenging. -If liberation were achieved merely by eliminating afflictions,
Then one would be liberated immediately upon their removal.
Yet we observe that even in those free from afflictions,
The power of karma continues to operate. -Translation of Verse 47

If you maintain with certainty that craving, which serves as the appropriating cause, no longer exists, why couldn't there be a non-afflictive form of craving, just as there is non-afflictive ignorance?

---

**Expanded Translation:**

Suppose you assert with certainty that craving—which functions as the appropriating cause for future existence—has been completely eliminated. In that case, consider this: why couldn't there exist a form of craving that, while not afflictive in nature, still persists in the mind stream? This would be similar to how ignorance can exist in both afflictive and non-afflictive forms. Even though this type of craving might not be contaminated by afflictions in the conventional sense, why couldn't it continue to exist in some form, just as non-afflictive confusion does? -Translation of Verse 48

From sensation arises craving, and these sensations exist even in them [the Arhats]. Their minds, still bound to objects of perception, remain dwelling in certain reference points.

---

**Modern English Translation:**

Craving arises conditioned by sensations, and these sensations continue to exist even in those who have attained individual liberation. As long as their minds remain engaged with conceptual objects of focus, they will continue to dwell within specific frames of reference rather than achieving complete freedom from all mental constructs. -Translation

A mind lacking the realization of emptiness, once ceased, will be born again—just like in the meditative absorption of non-perception. Therefore, one should cultivate emptiness.

Detailed Prose Translation

A mind that is separated from the understanding of emptiness will inevitably arise again after it has ceased. This resembles what happens in the meditative absorption where perception is absent—though consciousness temporarily subsides, it later returns. For this reason, one should diligently cultivate the realization of emptiness.

The text teaches that without insight into the empty nature of reality, the mind remains bound to the cycle of cessation and rebirth. Even if one achieves deep meditative states where mental activity seems to stop, this is merely a temporary suspension—not true liberation. Just as those who enter the absorption of non-perception eventually emerge from it with their fundamental ignorance intact, so too will any mind lacking emptiness realization return to its conditioned patterns. Only through directly realizing the empty nature of all phenomena can one find lasting freedom from this cycle. -If you wish to consider any speech that engages with the collections of sutras as truly spoken by the Buddha, then aren't most Mahāyāna teachings similarly consistent with your own sutras? -If one text's exclusion makes all the others defective,
Then why wouldn't a single text that resembles your accepted scriptures
Establish that all these teachings
Were indeed spoken by the Buddha? -Those profound teachings that even Great Kāśyapa and other senior disciples could not fathom to their depths—who has the authority to declare them invalid simply because you yourself have not realized them? -For the sake of those who suffer due to delusion, a person who has realized emptiness can accomplish the seemingly paradoxical feat of dwelling in the cycle of existence while completely free from the extremes of attachment and fear. This is the fruit of emptiness.

In other words, the realization of emptiness enables one to remain engaged in the world out of compassion for deluded beings who experience suffering, while simultaneously transcending both attachment to worldly existence and the fear that drives lesser practitioners to escape from it entirely. This balanced state—where one can work within the cycle of rebirth for others' benefit without being tainted by it—is the true and profound result that emptiness realization brings. -Thus, objections against the position of emptiness cannot be reasonably sustained. Therefore, one should meditate on emptiness with unwavering confidence and without any doubt. -Emptiness is the antidote to the darkness of both emotional and cognitive obscurations. How could anyone who desires to quickly attain omniscience not meditate on it? -If an object causes suffering,
It is natural to fear it.
Yet since emptiness pacifies all suffering,
Why should one fear it? -If there were a self that truly existed, then fear would arise in relation to any object whatsoever. But since there is not even the slightest inherently existing self, who is it that actually becomes afraid? -I am not my teeth, hair, or nails.
I am not my bones or blood.
I am not mucus or phlegm,
Nor am I lymph fluid or pus.

---

*Modern English Translation:*

I am not to be identified with my teeth, hair, or nails. My true self is not to be found in my bones or blood. I am not the mucus from my nose or the phlegm in my body. Neither am I the lymph fluid or pus that may form within this physical form. -I am not fat nor am I sweat.
I am not the lungs nor the liver.
I am not any other internal organs.
I am not excrement nor urine. -I am not flesh, nor skin;
I am not heat, nor am I the vital winds.
I am not the bodily openings in any way,
Nor am I the six consciousnesses. -If sound-consciousness were permanent, then it would apprehend sound at all times. When there is no object to be known, what could it possibly cognize? On what basis could it even be called consciousness? -If consciousness could exist without actually cognizing anything, then even a piece of wood would absurdly qualify as consciousness. Therefore, it is definitively established that consciousness cannot exist without the presence of an object to be known. -If the same [consciousness] that knows visual form, why would it not also hear sound at that same moment? If you argue this is because sound is not present nearby, then by the same logic, the consciousness of sound should not exist either. -That which has the nature of grasping sound—how could it grasp form? A single person may be conceptualized as both father and son, but this is not ultimately real. -Thus, the qualities of essence, energy, and darkness are neither son nor father. That which perceives sound is not seen as having the nature of visual perception. -If one perceives the same essence merely appearing in a different form, like an actor [changing roles], then that essence cannot be permanent. If you claim that this different manifestation is still the same essential nature, then such a concept of oneness is unprecedented. -Translation of the Buddhist Philosophical Verse

If the differentiated appearances are not true,
Then what exactly is their intrinsic nature?
If you say it is merely consciousness itself,
Then all beings would absurdly collapse into one.

Prose Translation

If you claim that things appearing in different ways are not true as they appear—that is, if the various differentiated aspects of consciousness such as sound perception are merely superficial appearances and not real—then you must explain what actually constitutes their true intrinsic nature. If your answer is that their nature is simply 'consciousness itself' or 'pure awareness,' then you face an absurd consequence: all sentient beings with their separate mind-streams would necessarily become a single entity. This is because all minds would be equivalent in being mere undifferentiated consciousness, eliminating any basis for distinguishing between different beings or persons. -If conscious and unconscious entities would become one because they equally exist, and if their distinguishing characteristics are false, then what could possibly serve as the basis for any similarity between them? -I cannot be an unconscious entity, since anything that lacks consciousness—like a pot or similar objects—cannot be a self. And if one argues that I could be an entity that possesses consciousness through association, this creates an absurdity: an inherently non-knowing entity that comes to know would contradict its own nature, as this transformation would destroy its original non-conscious essence. -If the self is truly unchangeable,
What can consciousness possibly do for it?
In this way, an unconscious, inactive entity
Would merely be space labeled as 'self.' -If there is no self, then the connection between actions and their results would not be reasonable. Since the action would disappear after being performed, whose action would it become when the result manifests? -Since both of us acknowledge that the bases of action and its result are distinct, and that in these processes there is no permanent self that functions as an agent—a point established by both our positions—isn't this debate ultimately pointless? -The notion that 'a cause-possessor simultaneously enjoys its result' cannot be observed—such a scenario is impossible. Rather, the Buddha taught that terms like 'the doer' and 'the experiencer' are designated in dependence upon a single continuum.

---

Explanatory Translation

It is impossible to observe a situation where one who possesses a cause simultaneously experiences its result. Instead, the Buddha taught that we designate someone as 'the agent who performs an action' and 'the one who experiences the results' based on the concept of a single mental-physical continuum. This maintains the relationship between actions and their consequences without requiring a permanent self. -Past and future mind cannot be the self, for they do not exist. If one claims the presently arisen mind is the self, then when that mind ceases, the self would no longer exist. -Just as a banana tree trunk, when separated into its parts, reveals nothing substantial within, likewise, when I search for myself through careful analysis, I too am found to have no ultimate reality. -Translation of Śāntideva's Verse

'If sentient beings do not truly exist, toward whom should compassion be shown?' one might ask.

It is toward those who appear due to ignorance—constructs that are accepted provisionally for the purpose of achieving liberation. -If sentient beings do not exist, then for whom is the result and who would attain it? This is true from the ultimate perspective, yet the desire for this result arises from ignorance. For the sake of pacifying suffering, this ignorance regarding the result should not be rejected. -The ego-centered pride that causes suffering
grows stronger through delusion about the self.
If one objects that this cannot be reversed,
then meditation on selflessness is the supreme remedy. -The body is not the feet, nor is it the calves.
Neither the thighs nor the waist constitute the body.
The abdomen and back are also not the body.
The chest and shoulders, too, are not the body. -Neither the sides nor the hands constitute the body.
Neither the armpits nor the shoulders are the body.
The internal organs are not it either.
If neither the head nor the neck are the body,
Then what indeed is this thing called 'body'? -If this body exists throughout all its parts
By having a portion in each location,
Then those portions would reside in their own parts,
But where does the body itself actually abide? -If the body as a complete entity existed within all its parts such as hands and so forth, then there would be as many bodies as there are parts like hands and so forth. -If the body exists neither externally nor internally, how can it exist in the hands and other parts? If it is not separate from the hands and other parts, how then can it truly exist at all? -The body does not inherently exist; rather, due to delusion, we form the concept of a 'body' regarding hands and other parts. This happens through the specific arrangement of these components—just as one mistakes a scarecrow for a person based on its form.

In other words, there is no intrinsically existing body, yet through ignorance, we develop the notion of a body when looking at hands and other bodily parts. This misconception arises from the particular way these parts are arranged and organized, similar to how someone might mistake a scarecrow for a human being when seeing its human-like shape from a distance. -For as long as the collection of conditions remains assembled, the body appears like a person, similar to a scarecrow. Likewise, for as long as hands and other parts exist in their proper relationship, for that duration the body appears as such. -Likewise, since a finger is merely a collection of parts, what could we truly identify as a hand? That hand, too, is merely an aggregation of joints, and even those joints, when divided into their own components, cannot be found as singular entities. -Translation

Any part, when analyzed, divides into particles.
And even that particle, when subjected to analysis by directional parts,
Along with its directional divisions, being devoid of parts,
Like space, therefore, even particles do not exist.

Modern English Translation

When we analyze any component of physical reality, we can break it down into particles. But even these particles themselves can be further divided according to their directional aspects—east, west, north, south, top, and bottom. Upon closer examination, these directional divisions are found to be without inherent parts or substance. Therefore, just as space has no substantiality, particles themselves ultimately do not exist as independent, inherently real entities.

The analysis shows that physical forms, when subjected to progressive examination from gross to subtle levels, ultimately dissolve into emptiness, similar to the nature of space. No truly established, indivisible particles can be found at the foundation of physical reality. -Who, possessing discernment, would become attached to forms that are dream-like in this way? When the body thus has no inherent existence, what then can truly be called woman or man? -If suffering truly existed inherently, why would it not affect those experiencing great joy? And if happiness were truly real, why would delicious foods and pleasant things fail to bring delight to those afflicted with grief and anguish? -If a sensation is overpowered by something stronger and thus not experienced, how can it be called a sensation at all? For something whose very nature is not to be experienced, how can it possibly be considered a feeling? -Suffering exists in a subtle form. Hasn't the coarse aspect of suffering been removed? If one argues, 'This is merely experienced as a slight enjoyment different from intense pleasure,' even that subtle aspect would still belong to pleasure, not suffering. -If the arising of contradictory conditions would mean that suffering does not arise, wouldn't this establish that what we call 'feeling' is merely a conceptual fixation or mental projection? -For this very reason, this analytical investigation should be cultivated as the antidote. Meditation, arising from the field of discriminating analysis, serves as nourishment for yogis. -If there is space between sense faculties and their objects,
how could they ever meet?
And if there is no space between them, they would become one and the same—
so which thing could connect with which? -One atomic particle cannot enter into another atomic particle. This is because they have no empty space within them and are equal in size to each other. Since they cannot enter into one another, they cannot mix together. And without mixing, there can be no true contact between them. -Verse 96 - On the Impossibility of Contact Between Partless Entities

How can something that is partless be said to make contact with anything? If you have seen something that is both partless and capable of making contact, please demonstrate it.

---

*Translation Note: This verse presents a philosophical challenge regarding the contradiction between being partless and making contact. In Buddhist atomistic debates, this argument undermines the idea that indivisible atoms could physically touch one another, since contact logically requires parts at minimum, a part that contacts and a part that doesn't. The verse challenges proponents of atomism to demonstrate how such a contradiction could be resolved, implying that no such demonstration is possible because the concept itself is fundamentally incoherent.* -Consciousness, being without physical form, cannot reasonably make contact with objects. And since a collection also lacks true existence, as was previously examined in detail, there can be no inherently real connection between consciousness and objects. -Thus, if contact does not exist, how could feeling possibly arise? What purpose does all this striving serve? From what could harm come, and to whom? -When there is no experiencer to be found
And sensation itself does not truly exist,
Upon seeing this reality,
Why would craving not dissolve? -When something is seen or touched, it exists in the nature of a dream or an illusion. Because feelings arise simultaneously with the mind that experiences them, these feelings cannot truly be seen or experienced by that same mind. -Translation of the Buddhist Verse on the Nature of Experience

What arises before or after is only remembered, not truly experienced. One does not experience oneself, nor is one experienced by others.

In more natural contemporary English:

Feelings that arose in the past or will arise in the future can only be remembered or anticipated, but are never directly experienced in the present moment. A feeling cannot experience itself, nor can it truly be experienced by any consciousness other than itself. This reveals the ultimately illusory nature of what we consider experience. -No experiencer of sensations truly exists.
Therefore, sensation itself has no ultimate reality.
So in this collection of aggregates devoid of self,
How could suffering actually cause harm? -The mind does not reside within the sense faculties,
Nor in forms and other objects, nor in the space between them.
It is neither inside nor outside,
Nor can it be found anywhere else. -That which is neither found within the body,
Nor elsewhere apart from it,
Neither mixed with the body nor existing separately anywhere—
This does not exist in the slightest way.
Therefore, sentient beings are naturally beyond suffering. -If consciousness exists prior to its object of knowledge,
Upon what does it focus to arise?
If consciousness and its object of knowledge exist simultaneously,
Upon what does it focus to arise? -If the object of knowledge were to exist only after [the cognition],
then from what would that cognition arise?
Thus, the arising of all phenomena
cannot be logically established. -If conventional reality does not exist in this way, then how could the two truths possibly exist? And if conventional reality depends on yet another convention, how could sentient beings ever attain liberation from suffering? -This is merely conceptual fabrication about others' minds,
But that is not one's own conventional reality.
If, after achieving nirvana, one still ascertains that conventional phenomena exist,
Then they do exist relative to oneself; otherwise, conventional reality itself does not exist. -The conceptualizing mind and that which is conceptualized are mutually dependent upon each other. All analytical investigations are expressed based on what is conventionally accepted in the world. -When one employs analytical wisdom to examine phenomena, and then uses that same analytical process to investigate the analytical wisdom itself, this creates an endless regression. This is because if the discriminating knowledge that examines all things must itself be examined, there would be no end to this chain of examination. -When the objects of analysis are thoroughly examined,
No basis remains for the analytical mind itself.
Because there is no foundation, nothing arises—
This is what is called nirvana, the state beyond suffering. -For one who considers both the object and the cognition as truly existent, their position is extremely difficult to defend. If they claim that objects are established through the power of cognition, then what basis exists for the very existence of that cognition itself? -Translation of Verse 113

If knowledge is established based on objects of knowledge,
What then is the foundation for the existence of those knowable objects?
If both exist through mutual dependence on each other,
Then both would ultimately lack inherent existence.

Expanded Modern English Translation

If one claims that knowledge derives its existence from objects of knowledge, we must ask: what serves as the basis for the existence of these knowable objects themselves? The argument creates a circular problem. And if we suggest that knowledge and its objects exist purely through mutual dependence—each established only by virtue of the other—then we must conclude that both ultimately lack any independent, inherent existence. Like the concepts of 'long' and 'short' which exist only in relation to each other, neither knowledge nor its objects can stand alone. This mutual dependence reveals that both knowledge and knowable objects are empty of self-nature. -If there is no son, how can one be a father?
Yet from where would a son arise without a father?
Without a son, there is no father,
And likewise, both lack inherent existence. -Just as a sprout arises from a seed,
And the existence of that seed is understood through the sprout's emergence,
When consciousness arises from objects of knowledge,
Why would one not similarly understand the existence of those objects? -From a sprout, if through a separate cognition
One understands that 'a seed exists,'
Then by what means is the existence of cognition itself known—
The cognition by which that object is understood? -First, ordinary people can perceive through direct observation that all phenomena in the world have causes. Just as lotus stems and similar things display various differences, these variations arise from differences in their respective causes. -If one asks what produces the diversity among causes, it is precisely from the differentiation of previous causes.

Why is a cause able to generate its effect? It is precisely from the power of previous causes. -If one claims that a sovereign deity is the cause of all beings, then first tell me: what exactly is this sovereign deity? If you say it refers to the elements, very well then. Why exhaust oneself arguing over a mere difference in names? -However, elements like earth are manifold in nature,
Impermanent, without conscious movement, and not divine.
They can be trodden upon and are inherently impure—
Therefore, they cannot possibly be Īśvara.

In modern English prose:

However, material elements such as earth cannot be considered the supreme deity Īśvara. These elements exist as multiple substances rather than a unified entity. They are impermanent, undergoing continuous change and deterioration, unlike an eternal deity. They lack conscious intention in their movements and effects. They are not divine beings worthy of worship. These elements can be stepped on and traversed by ordinary beings, which would be inappropriate for a supreme deity. Finally, they possess inherent impurity, whereas a divine being would be characterized by purity. For these reasons, physical elements cannot be equated with Īśvara. -The Creator cannot be space, as space lacks the capacity for action. The Creator cannot be a permanent self, as this has already been refuted. And what purpose is served by claiming an inconceivable agent? If the Creator is truly inconceivable, even the assertion of such a Creator becomes meaningless. -What exactly does the divine creator wish to produce? If it is supposed to be the self, then surely this self—along with the elements like earth, and the divine lord himself—is considered permanent in their own system? Furthermore, consciousness arises from its objects of knowledge, and... -Happiness and suffering arise from karma that has no beginning.
Tell me, what exactly has this [creator deity] produced?
If a cause has no beginning,
How could its results have a beginning? -Translation

Why does God not create continuously?
He does not depend on anything else.
If nothing exists that he has not created,
Then what could his creative activity possibly depend on?

Alternative prose translation

If God truly exists as the universal creator, why doesn't he create effects continuously? This cannot be explained by saying he depends on other conditions, because he supposedly does not rely on anything else. If nothing exists that was not created by him—including any conditions for creation—then what could his act of creation possibly depend on that would explain why effects occur only occasionally rather than constantly? -If a creator deity depends on a collection of causes and conditions, then that collection itself becomes the true cause, not the deity. When the collection of causes and conditions is present, the deity has no power to prevent the result from arising. And without these causes and conditions, the deity lacks the power to produce any result at all. -If the divine Lord acts unwillingly,
It follows he would be subject to others' control.
If he acts willingly, he becomes dependent on his desires.
How can one who acts with such dependence truly be a sovereign Lord? -As for those who claim that atoms are permanent—the Vaiśeṣikas and Mīmāṃsakas—they have already been refuted earlier through the reasoning that demonstrates how atoms can be divided into directional parts. The Sāṃkhyas, for their part, assert that primordial nature pradhāna is permanent and serves as the cause of the world and all living beings. -When the three qualities—sattva clarity, rajas energy, and tamas darkness—remain in perfect equilibrium, this state is called pradhāna the Primary Principle. When these qualities fall out of balance, they are said to manifest as the phenomenal world.

*Alternative translation in more accessible language:*

When the three fundamental qualities—clarity, energy, and darkness—exist in perfect balance, this balanced state is known as the Primary Principle pradhāna. However, when these qualities become unbalanced, they manifest as the diverse phenomena of the world we experience. -It is illogical for a single entity to possess three distinct natures simultaneously. Therefore, such a primordial substance cannot exist. Similarly, the three qualities themselves cannot truly exist either, since each of these qualities individually would also need to be threefold in nature. -Translation of Verse 130

If the essential qualities are absent, then the very existence of things like sound becomes extremely remote. Similarly, pleasure and such experiences cannot possibly exist in unconscious objects like clothing. -If things truly exist as having the nature of their causes, haven't we already thoroughly examined and refuted the existence of such things? Moreover, according to your view, pleasure and similar feelings are themselves the causes [of material things], yet it's evident that things like cloth do not arise from such feelings. -Pleasure and similar sensations arise from cloth and similar objects. Yet because these objects themselves do not truly exist, the pleasure and other sensations derived from them cannot truly exist either. Furthermore, pleasure and similar experiences are never observed to possess permanence at any time. -If experiences like happiness are truly manifest and inherently exist, why aren't they continuously apprehended by consciousness? If one claims that this same happiness merely becomes subtle [when not experienced], how can it be both coarse and subtle? How can a single entity possess these contradictory states? -When the gross form is discarded and transforms into the subtle,
Both the subtle and gross states are themselves impermanent.
Similarly, why would one not accept
That all entities are likewise impermanent? -If you claim that gross physical form is not different from pleasure, then clearly pleasure must be impermanent. If you argue that 'Nothing that previously did not exist can arise, because non-existence cannot produce existence,' you contradict yourself. For even though you are unwilling to accept it, the fact remains that you have already established that manifestation arises from what previously did not exist. -Translation of the Tibetan Buddhist Text

If effects truly existed within their causes,
Then eating food would be the same as consuming filth.
And for the price of cloth, you might as well
Purchase cotton seeds and wear them as your garment.

Modern English Translation Prose Version

If effects inherently resided within their causes, as some philosophers claim, then eating ordinary food would be equivalent to consuming impure substances. Similarly, you might as well purchase cotton seeds for the price of finished cloth and attempt to wear those seeds as clothing. These absurdities reveal the contradiction in believing that effects pre-exist in their causes. -Translation

'If the world does not see [the effect in the cause] due to ignorance, then why don't those who claim to know reality act according to this supposed truth?'

*Alternative rendering for more contextual clarity:*

'If ordinary people fail to see cloth already existing in seeds merely because of their ignorance, as you claim, then why don't your own wise teachers who supposedly know this reality wear cotton seeds as garments instead of woven cloth?' -If this knowledge exists even among ordinary people, why then do they not see it? If ordinary perception is not a valid means of knowledge, then even the clear things we perceive cannot be considered true. -If valid means of cognition are not ultimately valid,
Wouldn't the objects they measure be false?
Therefore, meditation on emptiness
As the true nature of reality would not be tenable.

---

Modern English Translation Prose Version

If valid cognition is not truly valid, as you Madhyamikas claim, wouldn't the objects measured by such cognition also be false? If the means of measuring reality are themselves invalid, then how can we trust what they establish? Following this reasoning, meditation on emptiness as the ultimate nature of phenomena would be logically untenable, as the very understanding of emptiness would be established through unreliable means. -Without touching upon a mentally constructed entity, one cannot apprehend its non-existence. Therefore, whatever entity is false, its non-existence is likewise clearly false. -Therefore, when in a dream one's child has died,
The thought 'this child does not exist'
Serves as an obstacle to the conception
That 'the child exists' - yet this thought too is false. -Therefore, through this kind of careful analysis, we can see that nothing whatsoever exists without a cause. Nor does anything inherently exist within its conditions, whether these conditions are considered individually or as a collective whole. -It neither comes from elsewhere,
Nor does it abide, nor does it go away.
How does this, which the deluded take as real,
Differ in any way from an illusion? -Examine carefully: that which is created by illusion, and that which is produced by causes—where does it come from, and where does it go? -When something appears due to the presence of certain causes, but does not appear when those causes are absent, it is artificially constructed, just like a reflection in a mirror. How could such a thing possess any inherent truth or reality? -For an entity that already exists,
What need is there for a cause?
And if that entity does not exist at all,
What need is there for a cause? -Even with a hundred million causes,
That which does not exist cannot be transformed.
How could something in a state of non-existence become real?
And what other thing could transform into existence? -If a thing cannot exist during its time of non-existence, when would it ever become existent? Without having first arisen as an entity, it cannot become separated from its non-existence. -If something is not free from non-existence,
There can be no opportunity for its existence.
Likewise, what exists cannot transform into non-existence,
For this would entail the absurdity of having two contradictory natures. -Thus, there is no cessation, nor are there inherently existing entities. Therefore, all sentient beings and worlds are, in their ultimate nature, never born and never cease. -Sentient beings are like dreams,
And when thoroughly analyzed, they resemble plantain trees.
Between what we call nirvana and what is not nirvana,
In ultimate reality, there exists no difference. -In these phenomena that are thus empty of inherent existence,
what can truly be gained and what can truly be lost?
Who is there to be honored or respected,
and who is there to be completely disdained? -From where do happiness and suffering arise? What is there to like, and what is there to dislike? If one searches for their true nature, who is it that experiences craving, and toward what is that craving directed? -When carefully examined, what is this world of the living? Who truly dies here? Who will come into being, and who has already existed? Who is truly a relative, and who is genuinely a friend? -May people like myself regard all things as being like the sky—
Beings who desire happiness for themselves
Through causes of conflict and excitement
[End up creating these very causes of suffering]. -Caught in agitation and fleeting pleasures, beings endure immense hardship through their harmful actions. They experience grief, exhaust themselves in futile struggles, and engage in bitter disputes. They inflict wounds upon each other, cutting and piercing one another in conflict. Through such negative deeds, they sustain their lives with great difficulty, all while deluding themselves that these actions will bring satisfaction. -They return again and again to fortunate realms,
Where they experience numerous pleasures.
But after death they fall into the lower realms,
Suffering torments that are prolonged and unbearable. -In the realm of cyclic existence, there are many dangerous precipices. In such a place, there is nothing resembling true reality. Furthermore, since there is mutual contradiction between the two, such ultimate reality cannot exist within cyclic existence. -There in cyclic existence, incomparable and unbearable oceans of suffering extend beyond all limits. In such a state, beings possess very little strength, and their lives are indeed exceedingly brief. -Even during this brief existence, life is consumed by efforts to survive and maintain health, by the fatigue of hunger and exhaustion, by time spent sleeping and enduring various harms. Similarly, one's time is wasted in fruitless associations with childish people. -Life passes swiftly without purpose,
And the wisdom of discernment is exceedingly difficult to find.
Even then, how could there possibly be a method
To reverse the habitual patterns of distraction? -Even in this context, demonic forces actively strive to cast beings into great lower realms of suffering. Here, numerous wrong paths abound, and doubt is exceedingly difficult to overcome. -Translation of Shantideva's Verse

Once again, a precious human life with spiritual opportunity is exceedingly difficult to find. The appearance of a Buddha in this world is extraordinarily rare. The torrents of afflictive emotions are nearly impossible to overcome. Alas! How endlessly suffering continues in succession. -How tragic! These beings deserve our deepest compassion. Though immersed in extreme suffering, they fail to recognize their own dire condition. Alas! How worthy of lamentation are these beings who remain adrift in the river of suffering! -Just as someone who repeatedly bathes themselves and then repeatedly enters into fire, similarly, though they dwell in extreme suffering, they delude themselves into thinking they are happy. -For those who live as if they were immune to aging and death, dwelling carelessly in their illusory state of immortality, severe consequences await. When death inevitably arrives first to claim them, they will fall into unbearable suffering in the lower realms. -When will I be able to pacify those who are tormented by the fires of suffering? When will I shower them with resources of happiness that flow abundantly from the clouds of my merit, bringing them peace? -When I have accumulated a collection of merit with deep reverence through the practice of non-referential awareness, I will teach the profound nature of emptiness to those who suffer because of their fixation on inherent existence. -This concludes the ninth chapter of 'Introduction to the Bodhisattva's Way of Life,' entitled 'The Perfection of Wisdom.' -Through whatever virtue I have gained by composing this work on entering the Bodhisattva's way of life, may all beings engage in the conduct of awakening.

*Alternative translation:*

By whatever goodness arises from my effort to compose this text on how to enter the Bodhisattva's way of life, may all beings be adorned with the practice of the path to awakening. -May all beings throughout all directions who experience suffering in body and mind, however many there may be, obtain an ocean of happiness and joy through the power of my merit. -For as long as cyclic existence endures, may these beings never lose their happiness. May all living creatures attain the uninterrupted joy experienced by bodhisattvas. -May all sentient beings who dwell in the countless hell realms throughout the various world systems experience and rejoice in the supreme happiness of Sukhāvatī, the Land of Bliss. -May those suffering from cold find warmth. Through the limitless rivers flowing from the great clouds of bodhisattvas, may those suffering from heat be cooled. -May the forest of blade-like leaves transform for them into delightful pleasure groves.
May even the cotton trees with their cruel thorns be reborn as wish-fulfilling trees. -May the regions of hell become delightful places adorned with the beauty of blue-winged teal, ruddy shelducks, swans, and other birds that emit melodious calls. May these realms be transformed into pleasant landscapes with lakes filled with lotuses that emit powerful fragrances, making these once-terrible places into realms of joy and delight. -May these heaps of burning coals transform into mounds of precious jewels.
May the scorching ground become a crystal floor beautifully arranged.
May the crushing mountains become magnificent offering palaces
Filled with the presence of the Blissfully Gone Ones Sugatas.

Prose Translation

May all those heaps of burning coals be transformed into piles of precious jewels. May the scorched earth become a smooth, crystal pavement. May the mountains that crush and destroy also become magnificent celestial palaces of offerings, completely filled with the perfectly realized Buddhas. -May the rain of embers, heated stones, and weapons from this day forward transform into a shower of flowers.

From this day onward, may the mutual attacks with weapons become instead the tossing of flowers for play and delight. -Those immersed in the boiling river that resembles a pit of fire and offers no ford to cross,
Whose flesh has completely disintegrated, leaving skeletal remains white as kunda flowers—
May they, through the power of my virtuous deeds, obtain divine bodies
And dwell with celestial goddesses where the gentle waters flow. -'Why are Yama's servants, along with those dreadful crows and vultures, suddenly terrified in this place? Who possesses this excellent power that dispels darkness from all directions and generates happiness and joy?' they wonder. Looking upward into the expanse of the sky, they behold Vajrapani blazing with radiance. Upon seeing him, may they—freed from their negative actions through the force of their overwhelming joy—be able to accompany him on his journey. -A shower of flowers mixed with fragrant waters falls down,
Extinguishing the blazing fires of hell with a hissing sound.
As those in hell, suddenly filled with unexpected joy, wonder, 'What is this?'
May they behold the Lotus-Handed One before them. -Come quickly, friends! Cast away your fears, for we are alive! A certain radiant youth with a topknot has arrived among us, bringing fearlessness. Through his power, all our suffering has disappeared and waves of joy have arisen. The awakening mind has emerged, along with compassion—the mother of complete protection for all beings. -Translation of the Verse on Mañjuśrī's Compassionate Appearance

Behold him whose lotus feet are worshipped by the crowns of hundreds of gods, whose eyes are moist with compassion, upon whose head falls a shower of countless flowers. May the beings in hell realms now burst into joyful exclamations upon seeing Mañjuśrī before them, surrounded by magnificent celestial mansions, while thousands of divine maidens sing his praises in melodious voices.

In more natural, flowing English:

Look upon this wondrous sight: Mañjuśrī, whose lotus feet receive the touch of hundreds of divine crowns in reverence, whose compassionate gaze flows with moisture born of loving-kindness for all beings. See how a cascade of countless flower blossoms showers upon his head, while he dwells amidst beautiful multi-tiered palaces. Around him, thousands of celestial goddesses fill the air with their melodious songs of praise. May all beings suffering in hell realms now witness this magnificent vision of Mañjuśrī and, upon seeing him, may their cries of pain transform into expressions of joy and wonder. -Thus, through my virtuous deeds, may the beings suffering in the hell realms experience great joy upon seeing Samantabhadra and other bodhisattvas—like clouds free from all obscurations—causing cooling, pleasant showers with sweet-scented breezes to fall upon them. When these hell beings witness this refreshing rainfall bringing comfort and relief, may they be filled with tremendous happiness. -May all animals be freed from the fear of devouring one another. May all hungry ghosts find happiness like the humans of Uttarakuru in the northern continent. -May the stream of nectar flowing from the hands of noble Avalokiteshvara, the Lord of Compassion, satisfy all hungry ghosts and, as they bathe in it, may they be perpetually cooled and refreshed. -May the blind regain their sight and behold visible forms,
And may the deaf always be able to hear sounds.
Just as the divine goddess Māyā gave birth miraculously,
May pregnant women deliver their children without harm or suffering. -May those who are naked obtain clothing,
May those who hunger receive nourishing food,
May those who thirst find pure water,
And may they all enjoy delicious drinks. -May those who are impoverished obtain wealth.
May those afflicted with sorrow and suffering find joy.
May those who have fallen into despair be revived in spirit,
And may they attain perfect, unwavering stability. -May all sentient beings who are ill
Be swiftly freed from their sickness.
May all diseases of living beings, without exception,
Never arise again.

---

Prose Translation

May all sentient beings suffering from illness be quickly liberated from their afflictions. May every disease that affects living beings—without a single exception—permanently cease to arise. -May those who are fearful become free from fear. May those who are bound be liberated.
May those without strength become powerful, and may all beings develop gentle hearts toward one another. -May all travelers in every direction journey in safety and comfort. May whatever purpose for which they travel be accomplished effortlessly, fulfilled naturally without requiring struggle or hardship. -May those who embark on journeys by boat or great ship have all their heart's desires fulfilled. Having safely reached the shore, may they rejoice together with their loved ones. -May those who have lost their way on sorrowful paths find companions on their journey. May they proceed without weariness and with ease, free from fears of thieves, tigers, and other dangers. -May the divine protectors safeguard those who are asleep, intoxicated, or completely inebriated; children and the elderly who have no guardians; and all who find themselves in remote monasteries or other perilous, pathless places. -May all beings be liberated from every state that lacks spiritual opportunity, and be endowed with faith, wisdom, and loving compassion. May they obtain excellent sustenance and conduct, and always remember their previous lifetimes. -May all beings possess inexhaustible resources like the sky-treasury, with enjoyments that never become depleted. May they live without conflict and free from harm, able to enjoy their lives with complete independence. -May all sentient beings who possess little radiance and majesty be transformed into beings of great splendor. May those ascetics who have become physically deformed through their austerities attain perfectly beautiful bodily forms.

*Expanded Translation:*

May all sentient beings who currently possess little radiance or charisma—those who are overlooked or ridiculed because of their unimpressive appearance—be transformed into beings of magnificent presence and great majesty. May they no longer suffer from others' contempt but instead be able to act with dignity and independence. And may those devoted practitioners who have endured harsh austerities—whose bodies have become emaciated or disfigured through exposure to extreme conditions, lack of food, or other spiritual hardships—attain perfectly beautiful and well-formed bodies while maintaining their spiritual discipline. -May all women throughout the world attain masculine form. May those of low status achieve high positions, and may their pride be overcome. -Through this merit I have generated, may all beings without exception abandon every negative action and continuously engage in virtuous conduct. -May we never be separated from the awakening mind, and may we be devoted to the practices that lead to enlightenment. May we be fully embraced by all the Buddhas, and may we completely abandon all actions that serve as obstacles to spiritual progress. -May all sentient beings have immeasurably long lives. May they always live in happiness and well-being, and may even the very sound of death never be heard among them. -May all directions be filled with delightful gardens of wish-fulfilling trees, populated by Buddhas and Buddha's children who captivate minds with their melodious proclamations of the Dharma. -May the ground everywhere become free from gravel and other impurities, level like the palm of a hand, and remain naturally smooth with the essence of lapis lazuli. -In all the gathering places throughout the world, may many bodhisattvas take their seats and adorn the surface of the earth with their magnificent qualities. -May all sentient beings continuously hear the uninterrupted sound of the Dharma emanating from birds, from all trees, from rays of light, and even from the sky itself. -May they always meet with the Buddhas and the Buddha's spiritual children. With limitless clouds of offerings, may they make offerings to the teachers of all beings. -May the deities send rainfall in the proper seasons,
May harvests be abundant and plentiful,
May rulers govern according to the principles of dharma,
And may the world and its inhabitants flourish.

---

Modern English Prose Translation

May the gods bring timely rains when they are needed, creating the natural conditions that support life and practice. May crops and harvests be abundant and successful, providing the material foundation for both sustenance and spiritual development. May those who rule and lead do so in accordance with righteous principles, upholding dharmic values in both religious and secular affairs. And may the entire world—both the natural environment and all beings who dwell within it—thrive in prosperity, happiness, and well-being. -May all medicines be endowed with healing power. May the recitation of sacred mantras be successful for those who practice them. May ḍākinīs, rākṣasas, and all such beings be filled with compassionate minds.

May all medicines be imbued with their full healing potential. May those who recite sacred mantras achieve the results they seek. May all sky-travelers, spirits, and potentially harmful beings be filled with compassion instead of malice. -May no sentient being suffer pain,
May none commit harmful deeds or fall ill,
May none be intimidated or despised,
And may no one experience mental distress. -May monasteries be filled with the sounds of study and recitation, flourishing as vibrant centers of learning. May the monastic community always remain in harmony, and may all their noble aims be successfully accomplished.

---

Detailed Translation

May all monasteries and temples be adorned with the activities of reading sacred texts and melodious recitation from memory, and may these sacred institutions remain well-established and flourish. May the monastic community always maintain harmony and unity in their endeavors, free from division or conflict. Furthermore, may all the spiritual goals and practical objectives of the Sangha be fully accomplished according to their aspirations.

The verse expresses the wish that Buddhist monasteries serve their essential purpose as centers where the teachings are continuously studied, recited, and contemplated. It emphasizes the importance of both intellectual engagement with texts and their embodied practice through recitation. The second part of the verse focuses on the monastic community itself, highlighting the dual importance of harmony among its members and the fulfillment of their spiritual mission—both their own progress toward liberation and their responsibility to preserve the Buddha's teachings for the benefit of all beings. -May monks who aspire to proper training obtain true seclusion. Having abandoned all distractions, may they cultivate a mind that is workable and receptive to meditation. -May the nuns be well-provided for with their necessities, and may they be free from quarrels and harmful behavior. Likewise, may all those who have left worldly life to become monastics maintain their moral discipline without deterioration. -When I become disheartened by my moral failings,
May I always work to eliminate negative actions.
Having attained a fortunate rebirth,
May my spiritual commitments remain unbroken even there. -May scholars be honored and respected, and may they easily obtain the alms they need. May their minds be completely purified, and may their good reputation spread throughout all directions.

Expanded Translation

May the learned ones be respected and honored, and may they receive ample provisions through alms-giving. May their mental streams be thoroughly purified, and may their noble reputation spread in all directions throughout the world. -May they never experience the sufferings of the lower realms, and without needing to undergo difficult austerities, may they swiftly attain Buddhahood with a body more sublime than even the gods. -May all sentient beings make abundant offerings to all the Buddhas, and may they forever dwell in happiness through the inconceivable bliss of Buddhahood. -May the aspirations of the bodhisattvas for the welfare of all beings be completely fulfilled. May all sentient beings receive exactly what these protectors have envisioned for them. -Likewise, may all Pratyekabuddhas and Śrāvakas experience happiness. -Through the kindness of Mañjuśrī, until I attain the Ground of Perfect Joy, may I always remember my past lives and obtain the renunciant's life in every rebirth. -May I sustain myself with simple food while maintaining my vitality and strength. Throughout all my future lifetimes, may I obtain perfect conditions for dwelling in solitude. -Whenever I wish to see the divine face of Mañjuśrī or desire to ask even the smallest question, may I behold that very protector, Mañjuśrī himself, without any obstacles or hindrances.

In other words: May I, without any impediment, directly perceive Lord Mañjuśrī whenever I wish to gaze upon him or whenever I seek answers, even to minor inquiries. May this wisdom deity be immediately accessible to me, revealing himself clearly and directly as my spiritual protector and guide on the path of wisdom. -For the benefit of all sentient beings throughout the ten directions, extending to the very limits of space, I aspire to conduct myself exactly as Mañjuśrī does. Just as he works tirelessly to fulfill the welfare of all beings, may my own actions likewise be dedicated entirely to accomplishing the well-being of all sentient creatures. -For as long as space itself endures, and for as long as living beings remain in this world, may I too continue to exist, dedicated to dispelling the sufferings of all beings. -Whatever suffering exists in the world, may all of it ripen upon me. Through the virtuous actions of all bodhisattvas, may all beings experience happiness. -The unique medicine for all beings' suffering,
The source from which all happiness arises,
May the teachings, along with material support and reverence,
Remain in this world for a very long time. -I bow to Mañjughoṣa, by whose kindness virtuous thought arises in me. I also pay homage to my spiritual guides, through whose kindness I have grown and flourished. -This concludes the tenth chapter entitled 'Dedication of Merit' from the Guide to the Bodhisattva's Way of Life.

Here ends the Guide to the Bodhisattva's Way of Life, composed by Master Śāntideva. -This text was first translated from a Kashmiri manuscript by the Indian preceptor Sarvajñadeva and the great translator Bande Paltsegs, who established a definitive Tibetan version. Later, this translation was revised by the Indian preceptor Dharmaśrībhadra working together with the great translators Bande Rinchen Zangpo and Śākya Lodrö. They compared it with a manuscript from Central India and its commentary, made corrections, and established an improved version.

Subsequently, at a later time, the Indian preceptor Sumatikīrti and the great translator monk Loden Sherab thoroughly corrected and retranslated the text, establishing an excellent definitive version. +In the Sanskrit language of India, this text is titled 'Bodhisattvacaryāvatāra' [Entering the Bodhisattva's Way of Life]. +In English: 'Engaging in the Bodhisattva's Way of Life' +Homage to all Buddhas and Bodhisattvas. +With deep reverence, I bow to all the Blissfully Gone Ones who possess the Dharma Body, together with their spiritual children, and to all worthy of veneration. I shall now concisely explain, in accordance with traditional teachings, the path of entering the discipline of the Blissfully Gone Ones' children. +I have nothing new to say here that has not been said before, nor do I possess any skill in the art of composition. Therefore, I did not write this with the intention of benefiting others. I composed this work solely to cultivate and familiarize these teachings in my own mind. +Through these words, my own momentum of faith grows for now, as I cultivate virtue. And should others who share my spiritual capacity happen to see these verses, they too will find meaning in them.

My enthusiasm for practicing virtue increases through composing this text. For the time being, these words strengthen my own faith, but there is a broader purpose: if others who are on a similar spiritual path as myself should encounter these teachings, then this composition will have fulfilled its purpose for them as well. +This human life with its freedoms and advantages is extremely difficult to obtain. Having acquired this foundation capable of fulfilling life's true purpose, if we fail to accomplish what is beneficial in this present opportunity, how could we possibly expect to attain such perfect conditions again in the future? +Just as lightning momentarily illuminates the darkness on a cloudy night, revealing what was hidden, so too—through the power of the Buddha—does the inclination toward virtue briefly arise in the minds of worldly beings, though only rarely.

Like a flash of lightning that briefly brightens the pitch-black darkness amid dense night clouds, allowing a momentary glimpse of what lies hidden, in the same way, through the Buddha's spiritual influence, only occasionally—once in a great while—does the wisdom to pursue virtuous and meritorious actions briefly awaken in the minds of beings in this world. +Therefore, virtue is perpetually feeble and weak, while negative actions are powerfully overwhelming and utterly unbearable. What virtue other than the mind of perfect enlightenment could possibly overcome such powerful negativity? Nothing else could. +After contemplating for countless eons, the Lords of Sages perceived this alone as truly beneficial: through this practice, immeasurable multitudes of beings can easily attain supreme bliss. +For those who wish to overcome the hundreds of sufferings of cyclic existence,
For those who desire to remove the unhappiness of all sentient beings,
And for those who wish to experience the many hundreds of joys,
Never abandon bodhicitta, the awakening mind, at any time. +In the moment when the awakening mind arises, those wretched beings who were imprisoned in the cycle of existence instantly become known as children of the Buddhas. They transform into persons worthy of reverence from everyone in the world, including both gods and humans. +Like the supreme form of the alchemical elixir that transforms base metals into gold, when you take this impure body and transform it into the precious, priceless form of the Victorious One Buddha, you should firmly grasp what is called the awakening mind. +The Buddha, the singular guide of all beings, with immeasurable wisdom, has thoroughly examined and found this to be supremely precious. Therefore, those who wish to escape from the realms of suffering should firmly hold onto the precious jewel of bodhicitta—the mind of enlightenment. +All other virtuous deeds are like plantain trees—they bear fruit once and then are exhausted. But the tree of the awakening mind is different: it continually produces fruit without ever becoming depleted, and instead grows ever more abundant.

Just as plantain trees wither away after bearing their single harvest, likewise all virtuous actions not embraced by the awakening mind will eventually be consumed after yielding their results. In contrast, the tree of bodhicitta—the mind aspiring to enlightenment for the benefit of all beings—constantly bears fruit that never diminishes. Rather than becoming exhausted, its beneficial results perpetually increase and multiply. +Even if one has committed the most terrible negative actions,
Like a person who gains protection from great dangers by relying on a brave protector,
By relying on bodhicitta, one can be swiftly liberated in an instant.
So why would conscientious people not rely on this? +Like the apocalyptic fire at the end of time,
This [bodhicitta] completely consumes great negativities in a single instant.
The immeasurable benefits of this
Were explained by the wise protector Maitreya to Noble Sudhana.

---

**Modern English Translation:**

Like the cosmic fire that consumes everything at the end of an era, bodhicitta instantly and completely burns away even the most severe negative karma. The wise and compassionate protector Maitreya thoroughly explained the countless benefits of this bodhicitta to the noble seeker Sudhana. +This awakened mind, bodhicitta, should be understood in brief as having two fundamental aspects: the aspirational mind of enlightenment and the engaged mind of enlightenment. +Just as we understand the distinction between wanting to go somewhere and actually going there, in the same way, the wise should understand the sequential difference between these two aspects [of awakening mind]. +Though the mind that aspires to awakening produces
Great results during one's time in the cycle of existence,
Unlike the mind that actively engages,
It does not generate a continuous stream of merit. +From the moment one genuinely takes up this mind with unwavering resolve for the purpose of completely liberating the limitless realm of sentient beings—this marks the beginning of engagement bodhichitta.

In more natural English:

From the moment one genuinely adopts this mind with an irreversible determination to free the infinite realm of sentient beings from suffering, a profound transformation occurs. This decisive commitment marks the transition from merely aspiring toward enlightenment to actively engaging in the bodhisattva path with unwavering dedication to liberate all beings without exception. +From this moment onward, even when one is asleep or becomes heedless, multiple streams of merit will flow forth continuously, equal in measure to the vastness of space itself. +This teaching on bodhicitta, along with its logical reasoning, was taught by the Tathagata himself in the Sūtra Requested by Subāhu. The Buddha personally delivered these teachings for the benefit of beings with lesser spiritual inclinations. +Even if one merely thinks, 'I will relieve the headaches of sentient beings,' such an intention to benefit others already yields immeasurable merit. +What need is there to mention the immeasurable merit that comes from wishing to remove the countless sufferings of each and every sentient being, and from desiring to establish each one in boundless excellent qualities? +What father or mother possesses such benevolence as this?
Who harbors such profound altruistic intention?
Not even the gods nor the truth-speaking sages,
Nor does even Brahma himself possess such a mind. +These very beings have never before
Even for their own sake conceived such an altruistic intention,
Not even in their dreams.
How then could such a mind possibly arise for the benefit of others?

---

In modern prose:

These beings—such as parents, deities, and sages—have never before cultivated this type of altruistic intention even for their own spiritual benefit. Such a mind that aspires to complete awakening has never appeared for them, not even in their dreams where anything might be possible. Since they have never experienced this kind of aspiration even for themselves, how could such a mind that seeks to benefit others possibly arise in them? The intention to achieve awakening for the sake of all beings is unprecedented and extraordinary, even among those we most respect. +A remarkable and unprecedented jewel of mind has arisen—this intention that contemplates the welfare of all beings, which does not occur in others even for their own benefit. +The source of joy for all beings in the world,
The medicine that heals all creatures' suffering,
The merit of this precious, jewel-like mind—
How could anyone possibly measure its extent?

In modern English prose:

This precious awakening mind is the source of happiness for all beings throughout the world. It serves as a healing elixir for the suffering of all sentient creatures. How could anyone possibly calculate or measure the merit generated by such a precious mind? Its benefits are truly immeasurable. +If merely wishing to benefit others
Surpasses making offerings to the Buddhas,
What need is there to mention the excellence
Of striving for the happiness of all sentient beings without exception? +Though people wish to escape suffering,
They actively rush toward the very causes of suffering.
Though they desire happiness, in their confusion,
They destroy their own happiness as if it were an enemy. +For those deprived of happiness and overwhelmed by many sufferings, may I bring complete contentment with every form of joy and cut away all their suffering at its root. +It dispels the darkness of ignorance,
So where could one find virtue equal to this?
Where could one find such a beneficial friend?
And where could one find merit comparable to this? +Even one who repays kindness received is certainly praiseworthy. But what need is there to speak of bodhisattvas who do good without being asked? +Those who provide regular meals to just a small number of beings, who give no more than a momentary meal, or who feed others for merely half a day with disrespect—even such people are honored by others as 'doers of virtuous deeds.' +What need is there to mention the continuous act of giving that fulfills all wishes? A gift that is inexhaustible like space itself, offered to limitless numbers of sentient beings over an immeasurable duration of time—the supreme bliss of the Buddhas that completely satisfies every aspiration in the minds of all beings. +If someone generates ill will toward a Bodhisattva who is a benefactor of such noble character, that person will dwell in the hell realms for as many eons as the number of moments they harbored those negative thoughts. +Translation of Verse 35

However, if someone regards the bodhisattvas with a mind of pure devotion,
The fruits of such faith will multiply far beyond measure.
For these children of the Victorious Ones, even under great duress,
No negativity arises in them—virtue naturally flourishes instead.

---

Prose Translation

However, for anyone who develops genuine devotion and faith toward the bodhisattvas, the resulting benefits will grow far more abundantly than any negative consequences previously mentioned. When someone looks upon these spiritual warriors with sincere reverence, the positive karmic fruits of such devotion will multiply exponentially, lasting for countless ages beyond the brief moments that generated them.

For these noble children of the Buddha, even when facing tremendous hardships and challenges, negativity does not arise in their minds. Under the most severe conditions—whether lacking necessities, suffering personal loss, or enduring attacks from enemies—their virtue naturally increases rather than diminishes. Unlike ordinary beings who may falter under adversity, these bodhisattvas transform obstacles into opportunities for spiritual growth, their positive qualities of compassion, patience, and loving-kindness spontaneously flourishing even in the most difficult circumstances. +I bow down to the physical forms of those in whom the supreme precious mind of awakening has arisen. I take refuge in those who are sources of happiness—those remarkable beings who, even when harmed, respond by connecting the harm-doer with joy. +This concludes the first chapter, entitled 'Explanation of the Benefits of the Awakening Mind,' from 'The Introduction to the Bodhisattva's Way of Life.' +To firmly grasp this precious mind of awakening, I make excellent offerings to the Tathagatas—those who have thus gone—and to the sublime, immaculate Dharma treasure, as well as to the Buddha's children who are oceans of noble qualities. +I offer all the myriad flowers and fruits that exist,
Every type of healing medicine found throughout the world,
All precious substances and jewels that exist in the universe,
And all pure, delightful waters wherever they may be. +Mountains of precious jewels stand majestic, alongside secluded forest glades that inspire peaceful contemplation. Trees adorned with brilliant flowers display their natural ornaments, while others bow their branches, heavy with delicious fruits.

In this world-realm, mountains made of precious substances—like the golden Mount Meru and those formed of silver and other treasures—rise from the earth. Forest clearings and remote places offer delightful sanctuaries, undisturbed by travelers and free from noise, creating perfect spaces for reflection. Trees embellish the landscape with their colorful blossoms arranged in beautiful patterns, while fruit-bearing trees bend humbly under the weight of their perfect, ripened bounty. +In the realms of gods and other beings, there are exquisite fragrances and incense, wish-fulfilling trees and trees made of precious materials. There are crops that grow naturally without needing to be cultivated or planted. Beyond these, there are countless other ornaments worthy of offering—beautiful lakes adorned with lotus flowers, ponds with delightful swans whose calls are exceptionally melodious, and various other splendid adornments suitable for veneration. +I offer the lakes and ponds adorned with lotuses, inhabited by swans with their delightful, melodious calls. All these unowned treasures extend to the farthest reaches of the vast expanse of space. +With my mind, I gather countless offerings and respectfully present them to the supreme Sage, the Buddha, together with all his spiritual heirs. May these holy recipients, possessing great compassion, look upon me with loving care and accept these offerings of mine. +I am impoverished and lacking in merit; I possess nothing else to offer as worship. Therefore, O Protectors who think only of others' welfare, please accept this through your own power, for my benefit. +I completely offer myself to the Victorious Buddhas and their spiritual heirs. I permanently dedicate my entire being to them without reservation.

Supreme Bodhisattvas, please accept me fully as your own. With deep reverence, I come before you to become your faithful servant. +With your complete acceptance of me as your own, I will fearlessly work for the benefit of all beings while in this world. I will thoroughly overcome all my previous negative actions, and I will not commit any further harmful deeds in the future.

In accepting your embrace, I find the courage to remain in the cycle of existence without fear, dedicating myself to the welfare of all sentient beings. I will purify myself of all past negative karma through proper confession, and I make a solemn commitment to refrain from creating any further negative actions henceforth, even at the cost of my life. +In these bathing chambers filled with exquisite fragrance,
with crystal floors gleaming and radiantly clear,
adorned with captivating pillars of blazing jewels,
and crowned with canopies of luminous pearls and their hanging ornaments. +To the Enlightened Ones and their spiritual heirs, I offer the sacred bath. With numerous precious vessels filled with fragrant, pleasing water, accompanied by melodious songs and beautiful music, I perform this ritual ablution for the Realized Ones and their noble disciples.

In this ceremony, I present many exquisite vessels crafted from precious materials, perfectly filled with delightful scented waters. As I bathe these awakened beings, heavenly music plays and divine songs resound, creating a complete sensory offering worthy of those who have realized the true nature of reality and those who follow in their path. +I dry their sacred bodies with incomparable garments—
Clean cloths infused with exquisite fragrance.
Then I offer them excellent robes,
Beautifully dyed and supremely perfumed. +With exquisite garments that are fine, soft, and wonderfully diverse, and with hundreds of supreme ornaments of various kinds, I adorn the noble Samantabhadra, gentle-voiced Manjushri, Avalokiteshvara Lord of the World, and other exalted beings. +With fragrances whose sweet scents pervade the entire vast universe, I anoint the bodies of all the Enlightened Sages. Their forms—radiant and blazing with light—shine like perfectly refined gold that has been thoroughly polished. With these most excellent perfumes, I respectfully apply fragrant ointments to their luminous bodies.

*[This verse describes making offerings of the finest fragrances to anoint the bodies of all Buddhas throughout the cosmos. Their bodies are compared to purified gold that gleams brilliantly, and the act of anointing is performed as a gesture of profound reverence.]* +I make offerings to the Supreme Lords of Sages, the most worthy objects of reverence, with all manner of delightful and fragrant flowers: celestial mandārava blossoms, lotus flowers, blue utpala lotuses, and every kind of sweet-scented bloom. I present these alongside beautifully arranged, pleasing garlands skillfully strung together in captivating designs. +I offer clouds of supreme incense, whose captivating fragrance pervades the air. The wafting scent is enchanting to the mind and spreads in all directions.

I also present divine food with various delicacies and drinks. These exquisite offerings, worthy of deities, I respectfully offer to them. +I offer rows of gleaming golden lotuses,
Upon which I present jeweled lamps.
On ground spread with fragrant perfumes,
I scatter pleasing flower petals. +I offer to those of compassionate nature the celestial palaces beyond measure, filled with enchanting hymns of praise, adorned with hanging ornaments of pearls and precious gems that radiate with dazzling beauty. These magnificent structures serve as limitless ornaments throughout the vast expanse of space. +Beautiful jeweled parasols with golden handles,
Adorned around their edges with pleasing ornamental designs,
Exquisitely shaped and delightful to behold, raised high—
I continuously offer these to the mighty sages. +Beyond these offerings, may magnificent clouds of worship manifest distinctly, each in its proper place—enchanting musical melodies with sweet harmonies that soothe the suffering of all sentient beings. May these cloud-like offerings pervade space, bringing joy and relief wherever they resound. +May an unceasing rain of precious jewels, flowers, and other offerings continually shower down upon all the sacred treasures of the true Dharma, upon all stupas, and upon all sacred images. +Just as Manjushri and other great bodhisattvas make offerings to the Victorious Buddhas, I too shall make offerings to the Tathagatas, those protectors, together with their spiritual heirs. +I praise the oceans of excellent qualities with vast oceans of melodious expressions of praise. May clouds of sweet, melodious praise definitely arise everywhere and continually in their presence. +I prostrate to all the Buddhas of the three times—past, present, and future—along with the sublime Dharma teachings and the supreme spiritual community. With bodies as numerous as all the particles in every realm, I bow down in reverence and pay homage. +I bow to all foundations of the awakening mind,
And I pay homage to all sacred monuments.
I likewise honor the preceptors and spiritual teachers,
And prostrate to those of supreme disciplined conduct. +Until I reach the essence of enlightenment,
I take refuge in all the Buddhas.
Likewise, I take refuge in the Dharma
And in the assembly of Bodhisattvas. +With palms joined in reverence, I make my supplication to the perfectly awakened Buddhas who dwell in all directions, and to the bodhisattvas who possess great compassion. +From the beginningless cycle of existence, whether in this present life or in other previous lives, I have committed harmful actions without proper understanding, or have caused others to commit such actions. +Whatever deeds I have rejoiced in due to the confusion of ignorance—having recognized these mistakes, I now confess them to the Protector with utmost sincerity. +I confess whatever harm I have done to the Three Precious Jewels, to my parents or other spiritual teachers, through actions motivated by afflictive emotions. Whether through physical actions, harmful speech, or negative thoughts, I acknowledge all the harm I have committed. +I confess to all the guides: I, a sinner corrupted by many faults, have committed utterly unbearable negative deeds, all of which I now acknowledge. +Before my negative actions are purified,
Death may suddenly claim me.
How can I surely be freed from these misdeeds?
I beg you—protect me with utmost urgency! +The Lord of Death cannot be trusted—
He does not wait for tasks completed or unfinished.
Therefore, whether sick or healthy,
No one should trust in the certainty of life. +I must ultimately abandon everything and depart alone, but not having truly understood this reality, I have committed various kinds of harmful actions for the sake of those I love and those I dislike. +Enemies will cease to exist,
And friends will fade away as well.
I myself will also cease to be,
And likewise, everything will come to nothing. +Just as with experiences in a dream,
Whatever objects we have encountered and engaged with
Become merely things we remember.
All that has passed cannot be seen again. +Translation from Tibetan Buddhist Text

Even in this very life, while you still exist,
Many friends and enemies have already passed away.
Yet the unbearable negative karma created for their sake
Remains directly before you.

---

In modern prose:

Even in this present lifetime, while you are still alive, many people you once loved and disliked have already died. Though these relationships have ended, the severe negative karma you accumulated by performing harmful actions for their benefit or due to aversion toward them still remains directly before you, awaiting its inevitable ripening. +Thus, not having realized that I am but a temporary visitor in this world, I have committed numerous harmful actions through delusion, attachment, and aversion. +Day and night pass without pause, as this life constantly diminishes. Since no additional time comes from elsewhere, how could I possibly avoid death? +Though I may lie on my deathbed surrounded entirely by family and friends, the painful sensations of my life force ebbing away must be experienced by me alone. +When seized by the messengers of the Lord of Death,
What help can relatives offer? What good are friends?
At that moment, only spiritual merit serves as protection—
Yet even this, I have failed to cultivate.

In clearer modern English:

When I am captured by the messengers of death, neither family nor friends will be able to help me. At that critical moment, the only true protection would be the merit I've accumulated through virtuous actions—yet I have neglected to build up even this essential refuge. +Protector, in my negligence, I did not recognize these terrors. For the sake of this impermanent life, I have committed many harmful deeds. +When a person is led to the place of execution for the cutting off of limbs today, they become utterly terrified. With parched mouth and pitiful, bloodshot eyes, they appear completely transformed from their former self. +What need is there to describe the extreme suffering of one who is seized by the messengers of the Lord of Death with their terrifying appearances, and who is afflicted by the great disease of terror? +With terror-stricken eyes wide open, I desperately search in all four directions for protection, thinking: 'Who will properly save me from this great fear?' +Seeing that there is no refuge in any direction,
I will then fall into complete despair.
In that dreadful place where no protection exists,
What shall I do at that time? +From this very day I take refuge in the Victorious Ones, the protectors of all beings, who diligently strive for the purpose of safeguarding wandering beings, who possess great strength and dispel all fears. +I also take genuine refuge in the Dharma that the awakened ones have fully realized—the teaching that dispels all fears of the cycle of suffering—and likewise, I sincerely take refuge in the assembly of bodhisattvas. +Overwhelmed with terror, I offer my entire being to Samantabhadra. By my own volition, I also surrender this body of mine to Mañjuśrī. +To that Guardian Avalokiteśvara, whose compassionate activity never errs,
I cry out with the desperate wail of one in utter distress.
Please protect me, though I am burdened with misdeeds. +To the noble Space Essence Bodhisattva and the Earth Essence Bodhisattva, as well as to all great compassionate protectors, I seek refuge and cry out in anguish from the depths of my heart. +When the messengers of death and all malevolent beings
Become terrified at the mere sight of him
And flee scattered in all four directions,
In that Wielder of the Vajra, I take refuge. +Having previously disregarded your teachings,
Now, seeing the great terrors before me,
I come to you for refuge in my fear.
Please swiftly dispel these frightening dangers.

In more natural prose:

I confess that I have previously transgressed your sacred instructions. Now, having recognized the great dangers that await me as consequences of my actions, I turn to you for protection in my fear. I humbly request that you quickly remove these terrors that threaten me. +If one fears even ordinary illness
And must follow a physician's instructions,
What need is there to mention those constantly afflicted
By the hundred ailments of desire and other faults? +If even a single affliction can destroy all people dwelling in this world, and no medicine to heal these afflictions can be found in any direction, [then the Dharma's value is immeasurable].

In more natural English:

When a single mental affliction has the power to destroy all human beings living in this world, and when no remedy that could heal these afflictions can be found anywhere in the universe, [we must recognize the Buddha's teachings as the only true medicine]. +In this world, the Buddha—the omniscient physician who removes all thorns of suffering—has given us teachings. To contemplate disobeying these instructions is utterly foolish and deserving of reproach. +If I must remain vigilant even at ordinary small precipices,
How much more careful should I be regarding the abyss
Where one falls a thousand leagues
For an extremely long time? +To think 'I certainly will not die today' and remain comfortably at ease is inappropriate. The time when I will cease to exist will inevitably arrive. +Who has granted me freedom from fear? How shall I escape this fate with certainty? Since I will inevitably cease to exist, how can my mind remain so complacently at ease? +From all those pleasures I've experienced and lost in the past, what of substance truly remains for me? Yet I became so fixated on these things that I violated the instructions of my spiritual teachers. +Having abandoned this present life along with all relatives and friends, I must journey alone to an unknown destination. Of what use then are all those I love or dislike? +From non-virtuous actions comes inevitable suffering. How can I be definitively liberated from this cycle? This is the singular contemplation worthy of my constant attention. +Due to my ignorance and delusion, I have committed various wrongful actions—whether those that are inherently wrong by their very nature, or those that are wrong because they violate specific precepts I have undertaken. Whatever negative deeds I have committed among these categories, I acknowledge them all. +Standing directly before the Protectors, with palms joined together and a heart fearful of suffering, I prostrate again and again, and openly confess all these misdeeds. +O guides, I ask you to recognize my misdeeds as true transgressions.
This conduct was not virtuous, and henceforth I shall never commit such actions again. +Thus concludes the second chapter, 'Confession of Negativities,' from The Introduction to the Bodhisattva's Way of Life. +I rejoice wholeheartedly in all virtuous actions that provide relief from the sufferings of lower realms for all sentient beings. With genuine delight, I celebrate when those experiencing suffering find happiness and well-being. +I rejoice in the virtuous deeds accumulated as causes for enlightenment.
I rejoice in the definite liberation of embodied beings from the sufferings of cyclic existence. +I rejoice in the enlightenment of the protectors, and likewise in the attainments of the bodhisattvas on their spiritual grounds. With joy, I celebrate the vast ocean of virtuous intentions that bring happiness to all sentient beings. I wholeheartedly rejoice in those who work for the benefit of all living beings. +With palms joined in reverence, I make this supplication to all the Buddhas throughout every direction: Please kindle the lamp of Dharma for sentient beings who are bewildered in the darkness of suffering. +Translation

To those Enlightened Ones who intend to pass into nirvana, I join my palms in respectful supplication: Please do not leave this world in darkness; I request that you remain for countless eons.

Expanded Translation

With palms pressed together in reverence, I make this heartfelt request to all the Enlightened Conquerors who show the intention to enter final peace: Please do not abandon this world's beings to wander in blindness, unable to discern right from wrong. Instead, I implore you to remain present in this world for immeasurable eons, illuminating the path for all. +Having performed all these practices, I dedicate whatever virtue I have accumulated. Through this merit, may all the sufferings of all sentient beings be completely dispelled. +For as long as beings are afflicted with illness, until they fully recover their health, may I become their medicine, their physician, and also their caretaker serving their needs. +I shall bring down showers of food and drink to relieve the suffering of hunger and thirst. During the intermediate kalpa of famine, may I myself become food and drink for all beings. +For all beings who are impoverished and destitute, may I become an inexhaustible treasure. May I remain readily available before them as various necessities and requisites of all kinds that they might need. +My body, along with all possessions and enjoyments, as well as every virtue I have accumulated throughout past, present, and future times—I give all these away without reservation or hesitation for the sole purpose of fulfilling the needs of all sentient beings. +Complete renunciation leads to liberation,
And my mind aspires to achieve this freedom.
Since I must eventually relinquish everything,
The supreme approach is to give it all to sentient beings. +Since I have already freely given this body to all sentient beings, it is now theirs to use as they wish. Therefore, whether they choose to kill me, criticize me, beat me, or use me in any way that pleases them—this is entirely their right. +Let them play with my body, mock me, or make it an object of ridicule. I have already given this body away to them, so why should I concern myself with how they treat it? +Let them engage in whatever actions that bring them happiness. May no one ever experience anything meaningless or purposeless as a result of their connection with me.

In more detailed prose:

I allow others to engage in whatever beneficial actions that will not cause them harm. May I never become the cause for any being to experience meaningless suffering or purposelessness when they direct their attention toward me. May all who connect with me always find meaningful benefit from that interaction, and may none of their actions toward me ever be wasted or fruitless. +Whenever anyone's mind focuses on me and experiences either anger or devotion, may that very mental state always become the cause for fulfilling all their aims.

If others direct their attention toward me—whether with hostility or with faith—may that very interaction, whatever its nature, invariably serve as a catalyst for the complete achievement of their goals, both immediate and ultimate. +Those who speak ill of me,
Those who cause me harm,
And likewise those who mock or ridicule me—
May all of them share in the fortune of enlightenment.

Modern English Translation Prose

May all those who verbally criticize or slander me to my face, those who inflict physical harm upon me or damage my possessions, and likewise those who ridicule me or spread malicious gossip behind my back—may every single one of these beings be blessed with the good fortune that leads to enlightenment. +I am the protector for those without protection, the guide for those who journey on the path. For those who wish to cross over, I have become their boat, their vessel, and their bridge. +May I become an island for those seeking refuge, a lamp for those desiring illumination, and a comfortable dwelling place for those needing shelter. For all embodied beings who need assistance, may I become a servant to them all. +Translation of Buddhist Aspiration Verse

May I become like a wish-fulfilling jewel for all beings, granting whatever they desire. Like a perfect treasure vase from which all necessities flow abundantly. Like a powerful mantra of accomplished wisdom that transforms those it touches. Like a supreme healing medicine that cures all afflictions and suffering. Like the wish-fulfilling trees that produce whatever one imagines. And like the miraculous wish-granting cow that provides endless nourishment for all living creatures.

In this way, may I become the complete source of fulfillment for all embodied beings, satisfying their every need and desire. +Like the great elements of earth and the others, may I too constantly become the foundation for the diverse sustenance of immeasurable sentient beings, just as space accommodates all. +Just as sentient beings pervade the entire reaches of space, may I become a source of sustenance for them in every possible way until all have attained liberation beyond suffering. +Just as the Buddhas of the past, those who have gone to bliss, first generated the mind of enlightenment, and then progressively trained in the practices of bodhisattvas, I too will follow this same sequential path. +Translation of the Bodhicitta Commitment Verse

Just as those before me have done, I generate the awakening mind for the benefit of all beings. Likewise, I will train systematically in the disciplines, progressing step by step along the path.

---

Detailed Translation

In the same way as the enlightened ones who came before me, I now generate bodhicitta—the mind of awakening—for the welfare and benefit of all living beings. Similarly, I commit to train in the various disciplines of the bodhisattva path, following them in their proper sequence according to my capacity.

This verse represents the practitioner's formal commitment to generate bodhicitta the altruistic intention to attain enlightenment for the sake of all beings and to undertake the progressive training in the bodhisattva practices. It establishes both the aspiration to benefit others and the practical commitment to engage in the necessary training to fulfill that aspiration. +Thus, once an intelligent person has genuinely embraced the awakening mind with deep faith, they should uplift and encourage their mind in this manner to ensure its continued development and expansion. +Today my life has become meaningful,
And I have fully realized the potential of human existence.
Today I have been born into the Buddha's family,
And now I have become a child of the Buddhas.

Modern English Translation

Today my life has truly become fruitful and meaningful. I have genuinely fulfilled the purpose of this human existence that I have so fortunately obtained. On this day, I have been born into the family of the Buddhas, and I have now become a true child of the Awakened Ones. +Now I must commit to actions that befit my lineage, ensuring that I do not tarnish this pure and noble heritage with any stain of misconduct.

I must act in complete harmony with the Buddha's family line that I have entered, conscientiously performing deeds that reflect its values. This flawless and venerable lineage—passed down from the Buddha through countless realized masters to my own teachers—must remain unsullied by my actions. I shall conduct myself in such a way that no impurity or defilement arises through my behavior, preserving the integrity that has characterized this tradition throughout its beginning, middle, and end. +Like a blind person who unexpectedly discovers a precious jewel within a pile of discarded rubbish, somehow, by a remarkable confluence of circumstances, this awakening mind has miraculously arisen within me. +This is the supreme elixir
that conquers death for all beings.
This is also the inexhaustible treasure
that dispels the poverty of all beings. +This is the supreme medicine that brings complete healing to the ailments of all beings. It is a tree of rest providing relief to those who have grown weary from wandering the paths of existence. +This bodhicitta is a universal bridge that liberates all beings from the lower realms. It serves as a common foundation for all spiritual travelers. Like the moon rising in the mind, it dispels the burning torment of worldly afflictions. +Bodhicitta is the great sun that completely dispels the cataracts of ignorance afflicting all beings. It is the essential butter that emerges when the milk of the sacred Dharma is thoroughly churned. +For wandering beings who journey along the paths of existence, guests desiring to experience pleasant enjoyments, this generation of bodhicitta stands ready as the supreme source of happiness, satisfying the great multitude of sentient beings who arrive as visitors. +Today, in the presence of all the Protectors, I have invited all beings to attain the state of perfect enlightenment, and in the meantime, to experience happiness along the way. May all gods, demigods, and all other beings rejoice in this invitation. +This concludes the third chapter, entitled 'Thoroughly Embracing the Awakening Mind,' from 'Entering the Way of the Bodhisattva.' +Once having firmly established bodhicitta, children of the Victorious Ones should constantly strive with unwavering diligence never to transgress the trainings.

---

In more natural contemporary English:

Having firmly established the awakening mind, those who follow the path of the enlightened ones should continually strive, without negligence, never to violate their spiritual commitments. +For actions undertaken rashly or impulsively, or those not properly examined beforehand, it is appropriate to reconsider whether to proceed or abandon them, even after making a commitment.

In more detail: When you have hastily begun something without forethought, or when you have not thoroughly investigated the full implications of an action, it remains reasonable—even after having made a promise to complete it—to carefully examine whether you should continue with it or let it go. Such reconsideration is not only permissible but proper. +What the Buddhas and their spiritual heirs have examined with their great wisdom, and what I myself have also thoroughly investigated—what reason could there be to delay embarking on this path? +If, having made such solemn vows, I fail to fulfill them through concrete action, I will have deceived all these sentient beings. What then would become of my future rebirth? +If a person merely thinks of giving away even the most insignificant item, but then fails to actually give it, it is taught that they will be reborn as a hungry ghost. +If I earnestly seek the supreme bliss of enlightenment with utmost sincerity and heartfelt commitment, yet then deceive all living beings by abandoning this pledge, how could I possibly find my way to higher realms? +Only the Omniscient One truly understands the inconceivable workings of karma: how even those who have abandoned the mind of enlightenment may still attain liberation. +For a bodhisattva, this constitutes the most grievous of all downfalls. When this transgression occurs, one's capacity to benefit all sentient beings becomes diminished. +Whoever, even for a single moment, obstructs or interferes with the virtuous deeds of a bodhisattva, diminishes the welfare of sentient beings by doing so. For such a person, there will be no end to their suffering in the lower realms. +If I destroy even a single sentient being's happiness,
I myself will deteriorate and fall.
What need is there to mention the consequences
Of destroying the happiness of all embodied beings
Who fill the entirety of limitless space? +Thus, if one vacillates between the power of transgressions and the power of the awakening mind, alternating between them while wandering in cyclic existence, there will be a long delay in attaining the spiritual grounds. +Therefore, I must respectfully fulfill what I have promised. If I fail to make diligent effort from this day forward, I will sink lower and lower into suffering.

---

Therefore, I must diligently fulfill the commitments I have made with proper respect and care. If starting today I fail to apply myself with genuine effort, I will descend further and further downward into increasingly difficult states of existence. +Though countless Buddhas have passed beyond—
Those who worked solely for the benefit of all sentient beings—
I, due to my own faults,
Have not become a recipient of their healing care. +If I continue to act in the same harmful way as before, I will repeatedly experience the same consequences—rebirth in lower realms, disease, bondage, being cut and dismembered, and similar sufferings. +When will I obtain such rare and precious opportunities: the appearance of an Awakened One in the world, faith in their teachings, this human form, and the capacity to cultivate virtue? +This day free from illness is precious,
Though we have food and are safe from harm,
Life itself is momentary and deceptive,
And this body is merely borrowed for a brief time. +With behavior such as mine, I will not even obtain a human body again. And if I fail to secure a human form, there will be only wrongdoing and no opportunity for virtue. +When, despite having the capacity for virtue, I fail to perform good deeds, what will I do when I am completely bewildered by the sufferings of the lower realms?

Even though I now possess the fortunate opportunity to engage in virtuous actions, if I neglect to create this goodness, what recourse will I have later when I'm overwhelmed by the agonies of unfortunate rebirths and utterly confused about how to free myself? +When one fails to engage in virtuous actions and instead accumulates harmful deeds, even the mere mention of fortunate rebirth will not be heard for hundreds of millions of eons. +For this very reason, the Blessed One taught:

'Attaining human birth is extremely rare—like a blind turtle in a vast ocean, surfacing only once every hundred years, by chance putting its neck through a small hole in a wooden yoke tossed about by the waves.' +By a single moment's negative action,
One remains in the Avīci hell for an entire eon.
Given the harmful deeds accumulated since beginningless time,
Is it even necessary to mention one will not reach the higher realms? +Merely experiencing suffering alone does not bring liberation. Indeed, while enduring the consequences of past harmful actions, one generates yet more negativity. +Having obtained this rare and precious human life with all its freedoms and opportunities, if I fail to cultivate virtue, there is no greater self-deception than this, nor is there any greater delusion. +If, having understood these truths, I later become discouraged through delusion, then at the time when death approaches, overwhelming sorrow will arise within me. +The unbearable fires of hell will burn my body for an immeasurably long time. And without doubt, my mind will be tormented by the blazing flames of unbearable regret. +Having somehow obtained this extremely rare human existence that serves as a basis for achieving benefit—a foundation so difficult to find—if I, despite possessing awareness and understanding, allow myself to be led back to those very hell realms again, it would be as if I had lost all reason. +Like someone enchanted by magical spells, I find myself here utterly mindless. I don't even understand what has bewildered me. What dwells within me that causes this? +These enemies of mine—hatred, craving, and other afflictions—possess no legs, arms, or physical form. They are neither brave warriors nor intelligent strategists. Yet somehow, they have enslaved me completely, treating me as their servant. +Translation

While residing within my own mind,
these afflictions happily inflict harm upon me.
If I remain patient with them and do not become angry,
such misplaced patience is worthy of reproach.

In modern prose:

These mental afflictions, while dwelling within my very own mind, gleefully and contentedly cause me harm. If I practice patience toward these afflictions and refrain from rightful anger against them, such misapplied patience is inappropriate and deserves condemnation. One should not tolerate what is actually harmful to oneself—this kind of misguided forbearance is truly blameworthy. +Even if all the gods and demigods
Were to rise up against me as enemies,
Even they would not have the power
To lead me into and cast me into the fires of the Avīci hell. +When these powerful enemies—my own mental afflictions—
Encounter something, they are so destructive
That even Mount Meru would be completely annihilated,
Leaving not even ashes behind.
Into such devastation, they cast me in a single instant.

Modern English Translation

These formidable enemies—my own mental afflictions like attachment and hatred—possess a destructive power beyond compare. When unleashed, their force is so overwhelming that they could completely consume even Mount Meru, the mightiest mountain in the cosmos, leaving not even a trace of ash behind. In just a single moment, these inner adversaries can cast me into such terrible destruction. No external enemy could ever pose such a threat to my wellbeing as these afflictions that dwell within my own mind. +No worldly enemies, no matter how long-lived, can persist as my afflictive emotions have. These inner foes have endured without beginning or end, spanning an immense duration that no ordinary adversary could match.

The afflictions that trouble my mind—anger, attachment, ignorance, and the rest—have been my enemies from beginningless time. Unlike ordinary adversaries who might threaten me for a season or a lifetime, these inner enemies have pursued me without respite through countless rebirths. No external foe—no matter how determined—can sustain such relentless opposition across the vast expanses of time that my mental afflictions have endured. +When we serve others with respect and in harmony,
Everyone becomes a source of benefit and happiness.
But when we indulge and serve our mental afflictions,
They only return to cause us greater suffering and harm. +How could I possibly feel fearless joy in the cycle of existence when these enemies—who have continuously been my adversaries for ages, who are the single source from which floods of suffering arise, and who definitely make their home in my heart? +These wardens of the prison of cyclic existence, who in the hells and other lower realms have become executioners and tormentors—if they remain in the abode of my mind, caught in the net of attachment, how could I possibly find any happiness? +Therefore, I will not abandon my effort here until I have definitively conquered these enemies face to face. Even those filled with pride and overtaken by anger will not sleep until they have defeated someone who has caused them only minor harm. +If warriors who face enemies on the battlefield—enemies who naturally suffer and will eventually die anyway—do not retreat until they have accomplished their purpose, enduring the pain of being struck by arrows, spears, and weapons, then how much more should we persevere when confronting our mental afflictions?

When these afflictions arise in direct confrontation, though we may wish to forcefully defeat them, we should never turn back without accomplishing our goal, even while bearing the suffering they inflict. Just as soldiers withstand physical wounds to defeat temporary foes, we must remain steadfast in our battle against the afflictions that cause endless suffering, never retreating until we have achieved victory over them. +When I am dedicated to defeating these inherent enemies—the certain causes of all suffering throughout time—why would I ever become disheartened or discouraged, even if this effort leads to hundreds of adversities? It goes without saying that I will remain steadfast. +If I can proudly display wounds inflicted by enemies without purpose as if they were ornaments adorning my body, then why should I consider suffering harmful when I am diligently striving toward a truly meaningful goal? +Even fishermen, outcasts, and farmers, whose minds are focused solely on their own livelihood, endure the hardships of cold, heat, and other adversities. How much more, then, should I bear such difficulties when working for the happiness of all beings? +Having pledged to liberate beings from afflictions
Throughout the ten directions to the furthest reaches of space,
I myself remain ensnared by these very same afflictions. +Without knowing the true measure of my own capabilities, how is it not madness to make such declarations? Therefore, I shall remain forever unwavering in my commitment to defeat the afflictions.

*Alternative rendering with slightly more natural phrasing:*

It would be madness to make grand declarations without understanding my own limitations. Therefore, I will remain steadfast and never turn back from my commitment to overcome the mental afflictions. +I will take a stand against these afflictions, harbor enmity toward them, and engage them in battle. These specific forms of attachment and hostility—directed at destroying afflictions—are exceptions to what must be abandoned. +Even if I am burned alive and killed,
Or even if my head is cut off—that would be preferable.
But under no circumstances
Will I bow down to the enemy of afflictions. +Unlike an ordinary enemy who, when expelled from a territory, may dwell in another region and establish a foothold there, gathering strength before returning to fight again, the enemy of mental afflictions is fundamentally different. When mental afflictions are truly vanquished through spiritual practice, they cannot simply relocate elsewhere, accumulate power, and return to harm you. Once properly uprooted, these inner adversaries—such as attachment, aversion, and ignorance—have nowhere to retreat, no place to regroup, and no means to launch a counterattack. +These mental afflictions must be dispelled by the eye of wisdom.
Once removed from my mind, where would they go?
Where could they possibly dwell, only to return and harm me again?
The truth is, I—with my weak resolve—have simply failed to make proper effort. +The Nature of Afflictions

Afflictive emotions do not reside in external objects, nor in the collection of senses, nor in the space between them. If they exist neither there nor elsewhere, where do these afflictions dwell that torment the entire world?

They are like illusions. Therefore, release the fear from your heart and cultivate diligence to develop wisdom. Why needlessly subject yourself to the torments of hell realms and other sufferings?

---

Expanded Translation

Afflictive emotions—such as attachment and aversion—do not truly exist within external objects, nor within our sense faculties, nor even in the space between perceiver and perceived. Yet if they exist nowhere else either, we must ask: where exactly do these afflictions reside that cause suffering to all beings?

The truth is that these afflictions are like magical illusions—appearing vividly yet lacking inherent existence. Understanding this, free your heart from the fear that you cannot overcome them. Instead, apply yourself diligently to developing the wisdom that recognizes their empty nature.

Why would you pointlessly allow yourself to suffer the agonies of hell realms and other miserable states? You have the capacity to free yourself—it makes no sense to continue harming yourself unnecessarily. +Having carefully reflected on these teachings of mindfulness, I will strive diligently to practice the training as explained. For how can patients who need treatment ever be cured if they do not listen to their physician's instructions and take the prescribed medicine? +This concludes the fourth chapter entitled 'Teaching on Vigilance' from 'Entering the Bodhisattva's Way of Life.' +For those who wish to safeguard their spiritual training, guarding the mind with utmost diligence is essential. If one fails to protect this mind, it will be completely impossible to maintain one's spiritual discipline. +The harm inflicted by an untamed, intoxicated elephant in this world does not compare to the torment caused by the wild elephant of one's own mind. When the elephant of the mind is left unrestrained, it creates suffering comparable to the agonies of the most terrible hell realms. +When the elephant of the mind is firmly bound
With the rope of constant mindfulness,
All fears will completely disappear,
And every virtue will come readily to hand. +Tigers, lions, elephants, bears,
Snakes and all enemies;
The guardians of the hell realms,
And likewise witches and demons. +By binding this single mind alone,
All sources of harm are likewise bound.
By taming this single mind alone,
All threats are similarly tamed. +All fears and immeasurable sufferings arise from the mind alone—this is what the One who speaks the truth has taught us. +Who has deliberately fashioned the weapons in the hell realms?
Who has created the burning iron ground?
From what have those hosts of women appeared? +The Sage has taught that all these various fearsome things
Arise from the sinful mind.
Thus, in all three worlds,
There exists no fear other than the mind. +If the perfection of generosity means making all beings free from poverty, yet there are still destitute beings in the world today, how could the previous protectors have perfected the paramita of giving? +The perfection of giving is defined as having the generous intention to offer all one's possessions—along with the fruits or benefits that come from them—to all beings without exception. Therefore, this perfection is essentially a state of mind itself. +Where could I possibly send fish and other creatures so they would never be killed? There is no such place. Rather, the perfection of ethical discipline comes from attaining a mind of renunciation.

When one develops the mental state that completely renounces harmful intentions, this is what is meant by the perfection of ethical discipline. True ethical discipline arises not from the absence of beings to harm or from physically protecting all creatures, but from one's internal commitment to never cause harm. +The unruly sentient beings are as vast as space—
It would be impossible to overcome them all.
Yet if you vanquish this single angry mind,
It is as though you have defeated all enemies. +How could one possibly find enough leather to cover the entire surface of the earth? It would be impossible to gather sufficient hide for such a vast undertaking. However, with just enough leather to make a pair of shoe soles, it is as if the whole earth has been covered for you. +Just as I cannot possibly prevent
or turn back external circumstances,
I will instead restrain my own mind.
What need is there to restrain other things? +Even with body and speech in action, without a powerful mind, one cannot attain the fruits that come from a single moment of clear mental focus—fruits such as rebirth in the Brahma realms. When the mind's engagement is weak, the results will not be the same, despite the many potential benefits of physical and verbal efforts. +Even if you practice recitations and austerities for a very long time, when performed with a distracted and unfocused mind, the Buddha—who knows the true nature of all things—declares them to be entirely pointless. +Those who do not understand this secret of the mind—the supreme essence of all spiritual teachings—will wander aimlessly without purpose, even though they desire to attain happiness and overcome suffering. +Therefore, I must firmly secure and diligently protect this mind of mine. Beyond the discipline of guarding the mind, what purpose do numerous other religious observances serve? +Just as a person with a wound must be vigilant and take special care when among unruly people, similarly, when dwelling among negative or harmful individuals, one must constantly protect the wounded nature of one's mind. +Translation

If we are frightened by even minor suffering from a physical wound
And take care to protect that wound with attention,
Why then wouldn't we guard the wound of our mind,
When we fear the crushing mountains that will destroy us?

Explanatory Translation

If we become alarmed by even the small suffering that comes from a physical wound and diligently protect that wound, then why wouldn't we protect the wound of our mind, especially when we fear the terrible consequences—like being crushed between mountains in the hell realms—that come from leaving our minds unguarded?

The verse presents a simple but powerful argument: we instinctively protect physical wounds that cause only minor suffering, yet we often neglect to guard our minds, despite the fact that mental afflictions lead to far more devastating consequences. Just as we carefully tend to bodily injuries to prevent infection or increased pain, we should be even more vigilant in protecting our minds from harmful thoughts and emotions that can lead to tremendous suffering both now and in future lives. +When one maintains this way of practice, even while dwelling among harmful people or residing in the company of women, a practitioner who is steadfast in their vows will not falter in their discipline. +Translation

Let my gains, tokens of respect,
My body, and even my livelihood be lost.
Let other virtuous deeds decline if they must,
But I shall never allow my mind to deteriorate.

---

**Modern English Translation:**

I would rather lose all my material possessions, honors, and recognition than compromise my mind's integrity. Even if my physical body wastes away and my very livelihood disappears, I can accept that loss. Indeed, I would sooner let other virtuous actions diminish than allow my mind to deteriorate in any way. While external things may come and go, I must never, under any circumstances, allow my mindful awareness to decline. +To those who wish to guard their minds, I join my palms together in respect and earnestly implore:

'Protect mindfulness and introspective awareness with all your effort and diligence.' +Just as people afflicted by illness are incapable of performing any tasks, similarly, a mind disturbed by confusion is incapable of engaging in any worthwhile activities. +Without vigilant awareness, all knowledge gained through hearing teachings, contemplation, and meditation is like water in a cracked vessel—it will not remain in memory. +Many who possess extensive learning, who are filled with faith, and who diligently apply effort—nonetheless become stained with moral downfalls due to the fault of lacking introspective awareness. +When mindfulness is lost, the thieves of unawareness follow closely behind. Even though you may have accumulated merit and virtuous deeds, they are stolen away like possessions seized by a bandit, causing you to descend into unfortunate realms of existence. +This band of mental afflictions acts like robbers and thieves,
Always searching for opportunities to attack.
When they find an opening, they steal away our virtue
And destroy even our chance for a fortunate rebirth. +Therefore, never allow mindfulness to stray from the doorway of your mind. Even if it has wandered away, bring it back by recalling the sufferings of lower rebirths that will result.

In more natural contemporary English:

Therefore, never let your mindfulness drift away from guarding the entrance to your mind. If you find that your attention has wandered, immediately bring it back by remembering the painful consequences of negative rebirths that such carelessness will bring. +For those who approach their practice with reverence—whether motivated by their association with a spiritual teacher, through the guidance of their preceptor, or out of a mindful fear of missteps—mindfulness arises naturally and with ease. The fortunate ones who maintain respect for their training, guided by their teachers' instructions, find that attentive awareness develops effortlessly in their minds. +The Buddhas and Bodhisattvas possess unhindered vision in all directions. I am constantly present before all of them, and they are always in my presence. +Translation

After contemplating in this way, one should remain mindful with a sense of shame, respect, and appropriate fear. Through this practice, the recollection of the Buddha will naturally arise within one again and again.

Expanded Translation

Having reflected deeply on the fact that the Buddhas and Bodhisattvas are constantly observing us with their unhindered vision, one should maintain three essential qualities: a sense of shame that prevents wrongdoing based on one's own integrity, deep respect for the teachings and the Teacher, and a healthy awareness of the consequences of one's actions. Abiding in this mindful state, the practitioner will find that the remembrance of the Buddha spontaneously arises in their mind repeatedly, without forced effort. This natural recollection extends to the Dharma and Sangha as well, establishing a firm foundation in the Three Jewels that strengthens one's entire spiritual practice. +When mindfulness stands guard at the doorway of the mind for the purpose of protection, clear awareness then naturally arises. And even if this awareness departs, it will return again. +First, I must vigilantly examine this mind of mine. Having recognized when it contains flaws or negative qualities, I should then remain like a piece of wood—steady and unmoved—maintaining firm control over myself. +I will never engage in purposeless, wandering gazes. Instead, I shall always maintain a contemplative awareness, looking downward with mindful attention. +To rest your gaze when it becomes fatigued, occasionally look around in different directions. If someone happens to appear in your field of vision, look at them and say, 'Welcome, it's good that you have come.' +When traveling on roads or in potentially dangerous places, repeatedly scan all four directions to detect possible threats. Look carefully to each side after pausing to rest. Then turn around completely to examine what lies behind you. +After carefully examining what lies ahead and behind,
One should decide whether to proceed or return.
Thus, in all circumstances of life,
One should act only after understanding the purpose.

---

**Modern English Translation:**

One should carefully examine what lies ahead and what remains behind before deciding whether to go forward or turn back. Similarly, in every situation one encounters, one should act only after clearly understanding the purpose of one's actions. This mindful approach should guide all activities, ensuring that one proceeds with awareness and proper discernment in everything one does. +Having established the intention, 'I will position my body in this way,' and having restrained unnecessary physical activities, one should periodically examine: 'How exactly is my body positioned right now?' +Translation of 'Taming the Mind-Elephant'

With utmost effort, one should ensure that the wild elephant of the mind remains securely bound to the great pillar of Dharma contemplation, never breaking free from its tether.

---

**Modern English Translation with Contextual Clarity:**

The intoxicated elephant of our mind must be carefully restrained. Through all possible efforts, ensure that this powerful but wild mental force remains firmly tethered to the strong pillar of Dharma contemplation. Just as one would secure a dangerous elephant so that it cannot escape and cause harm, likewise bind your mind to spiritual practice with such steadfastness that it cannot stray toward distractions or destructive impulses. +I should constantly examine my mind, asking myself, 'Where is my mind wandering?' in such a way that I never let go of the purpose of concentration, not even for a single moment.

---

*Alternative rendering with more natural flow:*

One should continually ask: 'Where is my mind operating right now?' Through such mindful self-examination, never abandon the commitment to concentration, not even for an instant. +When faced with dangers, festivals, or similar circumstances, if you cannot maintain all precepts, do what is appropriate for the situation. This is because it is taught that during times of giving, certain aspects of moral discipline may be temporarily set aside with equanimity. +When you have considered a task and begun to undertake it, do not let your mind wander to other matters. With your attention firmly directed toward that purpose, first complete that very task before moving on. +When following this approach, everything becomes well accomplished. Otherwise, neither aspect will be fulfilled. In this way, the secondary affliction of non-vigilance will not increase or proliferate. +When various types of idle gossip arise,
And many kinds of fascinating spectacles appear,
If you find yourself drawn to engage with all these things,
You should abandon your attachment to them. +If you find yourself carelessly digging in the earth, cutting grass, drawing patterns on the ground, or engaging in other such purposeless activities, immediately recall the training precepts established by the Buddha. Then, with a healthy concern for the consequences, abandon such actions at once. +When you feel the urge to move
Or wish to speak words to others,
First examine your own mind carefully,
Then act with steady awareness and reason. +When you notice your mind becoming attached to things or filled with anger, at such times, do not act upon these feelings, do not speak words driven by them, but remain still like a piece of wood.

In more detail: Whenever you observe your own mind becoming attracted to something desirable or wishing to express anger toward something unpleasant, that is precisely when you should refrain from taking any action based on these emotions. Do not allow your body to engage in activities motivated by attachment or aversion. Similarly, do not speak words that would give voice to or strengthen these afflictive states. Instead, maintain complete stillness—like a tree or piece of wood—unmoved and unswayed by the fluctuations of desire and hatred. +When the mind becomes wild and prone to mockery, filled with pride and arrogance, or harbors the intention to expose others' faults—or when it seeks to reopen settled disputes or harbors deceitful thoughts— +When you find yourself eager to praise your own qualities,
Or when you are inclined to criticize others,
Or when you engage in harsh speech and heated arguments—
In such moments, remain still like a piece of wood. +If I find myself desiring wealth, honors, or fame, or if I seek to have an entourage of attendants, or if my mind longs for personal service and care from others—in all these cases, I should remain still like a piece of wood. +When thoughts arise in my mind wishing to neglect others' welfare, or seeking only my own benefit, or desiring to speak unnecessarily, I should remain still like a piece of wood.

When I notice my mind wanting to disregard the welfare of others, becoming preoccupied with my own interests, or feeling the urge to speak merely to gain attention or engage in idle talk, at that moment I should become like a log—completely still and restrained in body and speech—rather than acting on these self-centered impulses. +When impatience arises in my mind, or when I feel lazy or afraid;
When I'm inclined toward impulsive behavior or meaningless chatter;
When attachment to my own side emerges in my thoughts—
At such times, I should remain still like a log. +When you detect a mind thoroughly afflicted by disturbing emotions, or one engaged in meaningless pursuits, at that moment, like a warrior, you should firmly restrain it through the appropriate antidotes. +With unwavering certainty and profound faith,
With steadfastness and respectful reverence,
With a sense of shame and healthy caution,
With peaceful demeanor and dedication to others' happiness. +When confronted with the contradictory desires of childish beings, I will not become discouraged. Understanding that their minds are under the influence of afflictions, I will respond with compassion, thinking: 'This is simply how their minds have become.' +In all blameless actions, I shall maintain this mind continuously—acting for the sake of myself and all sentient beings while remaining free from self-importance, like a magical emanation. +After a long time, I have finally obtained this supreme opportunity, this precious moment of leisure. Repeatedly bringing this to mind again and again, I shall hold my consciousness unwavering like Mount Meru. +When vultures, consumed by their craving for flesh, pull and drag this body in all directions, your mind feels no displeasure toward them. So why now do you fuss over and take such care of this body? +Having claimed this body as your own,
why do you, mind, strive to protect it?
If you and this body are truly separate entities,
what purpose does it really serve for you?

In more natural English:

Why do you, mind, work so hard to protect this body after claiming it as your own? Since you and this body are fundamentally separate from each other, what real purpose does this body serve for you? +O deluded mind, why do you not grasp at a clean wooden figure,
Yet protect this machine made of impurities,
This decaying apparatus—
What purpose does guarding such rottenness serve? +First, with your own discerning intelligence, separate this layer of skin as distinct from the rest of the body. Then, using the weapon of wisdom, carefully separate the flesh from the network of bones. +Separate the bones into individual parts and examine them down to the marrow within. Ask yourself, 'What essence is there to be found in this?' Investigate this matter thoroughly for yourself. +Having searched so diligently in this way, if you have found no essence within this body, why do you still continue to protect this body with such attachment? +You should not consume the impurity of this body,
Nor is it proper to drink its blood.
If even the entrails are not to be sucked,
What purpose does this body serve you? +If this body must be protected, let it be reasonable—as future food for foxes and vultures. This human form has only one proper purpose: to be employed in service of virtue. +Even though you diligently protect this body, when the merciless Lord of Death snatches it away and gives it to vultures and dogs, what will you be able to do then?

*Alternative rendering with slightly more contemporary phrasing:*

Despite how carefully you guard this body, when death—showing no mercy—seizes it from you and offers it to scavengers, what power will you have in that moment? +If you wouldn't provide clothing and other necessities to a servant who cannot properly serve you, then why do you exhaust yourself caring for this body? After all, even though you nourish it, this body will eventually depart elsewhere when death comes. +Having provided this body with its wages, now let it serve your own purpose. Do not give everything to it without receiving benefit in return. +Regarding your body as nothing but a boat for traveling to and fro, transform it into a wish-fulfilling vessel to accomplish the welfare of all sentient beings. +Having gained control over yourself in this way, always maintain a smiling countenance. Completely abandon frowning and contracted facial expressions. Be friendly and straightforward with all beings, speaking to them first. +Do not carelessly drop chairs and other furniture with a loud noise. Do not forcefully fling open doors. Always take delight in humble, subdued conduct. +Like the heron, the cat, and the thief, who move silently and stealthily to accomplish their desired aims, so should the sage consistently conduct themselves.

In more natural English:

Just as the heron, cat, and thief move silently and stealthily to achieve their goals, so too should spiritual practitioners always conduct themselves. These creatures accomplish what they set out to do precisely because they move quietly and carefully, without disturbing their surroundings. Similarly, those who have taken the bodhisattva path should maintain mindful, gentle conduct in all their actions—moving with peaceful deportment, speaking softly, and behaving with humble consideration that brings comfort to others rather than disturbance. Through such mindful behavior in even the smallest actions, practitioners effectively accomplish beneficial purposes for themselves and others. +When people are skilled at giving advice and admonishment, and offer helpful words without being asked, receive their guidance respectfully with your head bowed. Always position yourself as a student to everyone. +When anyone speaks words of wisdom, one should readily express appreciation, saying, 'Well spoken!' Upon seeing someone performing meritorious actions, one should inspire them with genuine praise and encouragement. +Speak about others' virtues when they are not present, and when someone praises another's good qualities, join in that praise with appreciation. When your own qualities are being discussed, recognize that the speaker possesses discernment of virtues. +All endeavors are undertaken for the sake of happiness, yet such happiness is rare even when one tries to purchase it with wealth. Therefore, I should take delight in the virtuous qualities achieved by others, enjoying the bliss that comes from such appreciation. +In cultivating joy for others' happiness, I incur no loss in this present life, while securing great happiness in the life to come. Conversely, negative emotions like jealousy and aversion bring unhappiness and suffering now, and lead to great suffering in future existences. +When speaking, one should:

Speak in a manner that puts others at ease, with a natural flow and logical connection between ideas, so that your words are perceived as trustworthy and coherent.

Express yourself with clarity and precision, making your meaning readily apparent and pleasant to hear, which allows others to understand without doubt or confusion.

Speak free from the influences of attachment and aversion, avoiding partiality toward your own views or hostility toward opposing perspectives.

Communicate with gentleness and appropriate restraint, using a soft tone and speaking neither excessively nor insufficiently according to what the situation requires. +When gazing upon sentient beings with your eyes, look at them with a straightforward and loving manner. Think to yourself: 'It is by relying upon these very beings that I will attain Buddhahood.' Look at them as if drinking them in with your eyes, with directness and loving kindness. +Virtuous actions become greatly meritorious under four conditions: when performed consistently with unwavering dedication; when motivated by counteracting opposing tendencies; when directed toward those endowed with excellent qualities or those who have benefited you; and when offered to those who are suffering.

In more detail: Great virtue arises when actions are undertaken with steady, continuous commitment rather than occasionally; when they specifically counteract negative tendencies like giving away what you most cherish to overcome attachment; when they benefit fields of excellence such as the Three Jewels or those who have helped you, like your parents; and when they alleviate the suffering of those in distress, such as the sick or impoverished. +With skillfulness and enthusiasm, I should always personally perform all activities. In all my endeavors, I should never depend on others to do what I can do myself. +The perfections, beginning with generosity, should be practiced with progressive refinement, each one becoming more excellent than the last. Do not abandon a greater virtue for the sake of a lesser one. Above all, consider the welfare of others.

---

In clear prose:

Practice the perfections—beginning with generosity and continuing through moral discipline and the others—with increasing excellence, recognizing that each subsequent perfection is more refined and profound than those preceding it. As a general principle, do not forsake a higher virtue to fulfill a lower one when you must choose between them. However, the paramount consideration should always be the welfare of others. In your spiritual practice, prioritize whatever brings the greatest benefit to sentient beings, as this is the essence of the bodhisattva path. +Having understood these principles, one should remain constantly diligent in working for the welfare of others. For the compassionate one who sees far into the future, even actions that are normally prohibited become permitted when done for others' benefit.

Natural English rendering:

With this understanding firmly established, one should always remain devoted to helping others with unwavering effort. The Buddha, with his great compassion and far-reaching wisdom, permits even normally forbidden actions when they are performed solely for the benefit of others. Alternatively, for bodhisattvas themselves who possess compassion and far-sighted wisdom, actions typically prohibited may be allowed when done exclusively to benefit sentient beings. +Share your alms with those who have fallen into unfortunate states, those who lack protection, and those who maintain ascetic disciplines. Eat only in moderation, consuming just enough. Beyond the three essential Dharma robes, give away all other possessions. +Do not harm your body, which is the vessel for practicing the sublime Dharma, for trivial purposes. If you care for your body in this way, you will quickly fulfill the aspirations of all sentient beings. +One should not surrender this body when one's compassionate motivation is still impure. However, by all means, one should give it—both in this life and in future lives—as a cause for accomplishing great purposes. +Do not teach the Dharma to those who show disrespect. Do not teach to someone who, while not ill, has wrapped their head in a turban, carries an umbrella, holds a walking stick, bears weapons, or has covered their head. +Do not teach profound and expansive teachings to those of limited capacity,
And do not instruct women without men present.
Approach all teachings, whether seemingly lesser or superior,
With equal reverence in all your practices. +One should not guide a person who is a vessel for the profound Dharma toward lesser teachings. The essential practices should never be abandoned, nor should one mislead others by suggesting that merely reciting sūtras and mantras is sufficient for spiritual development.

Those who have the capacity to understand the vast and profound teachings should not be directed toward spiritual paths of lesser scope. While engaging with the deepest aspects of the teachings, one must not forsake proper ethical conduct that forms the foundation of all practice. Furthermore, one should never deceive practitioners by implying that liberation can be achieved through the simple recitation of texts or mantras while neglecting comprehensive spiritual training and ethical behavior. +When disposing of tooth-cleaning sticks and spittle, one should cover them properly. It is condemned to discard urine and other bodily waste in water that people use or on pathways that people traverse. +When eating, do not overfill your mouth or make noises while chewing. Do not eat with your mouth gaping open. Avoid sitting with your legs stretched out in front of you, and do not rub both hands together simultaneously when washing them. +One should never share a vehicle, sleeping place, or seat alone with another's wife or woman. Through direct observation and inquiry, avoid all actions that would cause worldly people to lose faith or become displeased.

---

Clear Modern English Translation

When traveling in vehicles, resting in beds, sitting on seats, or staying in dwellings, one should never be alone with women who are not one's relatives. Through careful observation and by asking those who know better, one should recognize and avoid all behaviors that might cause ordinary people to lose faith or respect. Be mindful of how your conduct appears to others and abandon any actions that could diminish their trust in the teachings. +One should not give directions by pointing with a finger. Rather, with a respectful attitude, use the entire right hand to indicate the way forward or provide any similar guidance. +Do not use exaggerated hand movements. When making slight movements, signal your intention with an audible sound such as a finger snap or similar gesture. Otherwise, you will become unrestrained in your conduct. +Like the Protector in his final rest, one should lie down in one's preferred direction. With clear awareness, hold the intention to rise quickly, firmly establishing this thought from the very beginning. +Though the conduct of bodhisattvas is taught to be immeasurable, one should definitely engage in the practices that purify the mind for as long as necessary. +Three times during the day and three times at night, one should recite the three-section practice. By relying on the Buddhas and the mind of enlightenment, the remaining transgressions will be pacified. +Whether by your own choice or compelled by external circumstances, regardless of the situation you find yourself in or the activities you engage in, diligently train in whatever practices have been taught for that particular circumstance. +There is nothing whatsoever that the children of the Conquerors should not learn. For the wise one who abides in this way, there is no action that does not become meritorious. +Whether directly or indirectly, engage only in activities that benefit sentient beings and nothing else. For the sole purpose of helping these beings, dedicate all your efforts toward complete enlightenment. +Never abandon a virtuous spiritual guide—one who is skilled in the teachings of the Great Vehicle and who embodies the supreme ethical conduct of a bodhisattva—even at the cost of your own life. +From the life story of Glorious Śrīsaṃbhava, learn how to properly serve the spiritual teacher. This instruction, along with other teachings given by the Buddha, should be thoroughly understood by reading the sūtras. +Translation from Tibetan

The teachings are revealed in the sutras; therefore, one should read the sutras. In particular, one should first examine the Space Essence Sutra, which clearly explains the root downfalls.

---

Translation from Sanskrit

The trainings are seen in the sutras; therefore, one should study the sutras. And in the Space Essence Sutra, one should examine the root downfalls.

---

Modern English Translation

The trainings of the bodhisattva path are clearly presented in the sutras, so one should diligently read and study these sacred texts. Among them, the Space Essence Sutra Ākāśagarbha Sūtra should be examined first, as it provides essential guidance on the fundamental ethical violations that practitioners must avoid. +Since the Compendium of Training thoroughly explains the practices to be followed at all times, you should definitely study it again and again.

*Alternative rendering:*

You should definitely read the Compendium of Training repeatedly, as it provides a comprehensive explanation of the conduct that should be constantly practiced. +Alternatively, for now, one should study the Collection of Sūtras, a concise anthology compiled from all the sūtras. One should also make diligent effort to study the two works composed by the noble Nāgārjuna. +Whatever is not prohibited by the teachings should be embraced as proper practice. Having understood the training, one should engage in it correctly to protect the minds of ordinary people in the world. +The defining characteristic of introspective awareness, in essence, is this: repeatedly examining the states of both body and mind. +I must practice these teachings with my body;
What can be accomplished by merely speaking words?
Will the sick be healed
Simply by reading medical texts? +This concludes the fifth chapter of The Introduction to the Bodhisattva's Way of Life, entitled 'Guarding Awareness.' +All the virtuous deeds one might accumulate over a thousand eons—acts of generosity, offerings to the Buddhas, and other good actions—can be destroyed by a single moment of anger. +There is no evil as great as hatred,
And no spiritual practice as powerful as patience.
Therefore, one should diligently cultivate patience
Through various methods and approaches. +When the thorn of hatred pierces the heart, the mind cannot find peace. One experiences neither joy nor happiness, cannot sleep, and loses all stability. +Modern English Translation

Even those who have received wealth and honors from a master, those who depend upon the master's kindness and generosity, will turn against and attempt to kill this same master when he becomes consumed by hatred and anger.

Those who once benefited from their lord's patronage and relied on his favor will not hesitate to attack him when his nature becomes poisoned by wrath, forgetting all the kindness they've received. The master who indulges in anger, despite having shown generosity, transforms loyal subjects into enemies who seek his destruction. +Even close friends become weary of an angry person. Though they may be attracted by gifts and generosity, they will not remain in their company. In short, there is absolutely no one who can dwell in happiness while harboring anger. +The enemy of anger brings about these and other sufferings.
Whoever diligently overcomes anger
Will find happiness both in this life and the next. +When others harm me by doing what I don't want and obstruct what I desire, my mind becomes unhappy. Fed by this mental distress, anger grows powerful and ultimately destroys me. +Therefore, I will thoroughly destroy the nourishment of this enemy. After all, this adversary—anger—has no other purpose than to harm me. +Whatever circumstances may arise, I will not disturb my joyful mind. Even if I become unhappy, my wishes will not be fulfilled through that unhappiness, and instead, my virtuous qualities will deteriorate. +If a situation can be remedied,
Why feel distressed about it?
If a situation cannot be remedied,
What use is there in being upset about it?

In more natural English prose:

If a problem has a solution, why waste energy feeling distressed about it? There's no reason for displeasure when the issue can be fixed. And if a problem has no solution and cannot be changed, what purpose does your unhappiness serve? Being upset about something immutable brings no benefit whatsoever. +For myself and those I hold dear, I do not desire suffering, contempt, harsh words, or an unfavorable reputation. Yet for my enemies, I wish the opposite. +Happiness arises from causes that occur only occasionally, while the causes of suffering are exceedingly numerous. Without experiencing suffering, there can be no genuine renunciation from the cycle of existence. Therefore, my mind, resolve to be steadfast. +When devotees of Uma and people of Karnataka endure the painful sensations of burning and cutting their flesh without meaningful purpose, why should I be fearful? If they willingly accept such suffering for pointless aims, how much more should I be patient in pursuing the supreme goal of liberation? I should not be timid when my hardships serve the ultimate purpose of enlightenment. +There is no phenomenon whatsoever that cannot become easier through practice. Therefore, by becoming accustomed to small hardships, learn to endure even great suffering. +Why do you not perceive the pointless suffering caused by snake bites, fly stings, and mosquitoes, the discomfort of hunger and thirst, and the great distress of itching and similar afflictions? +When confronted with heat and cold, rain and wind,
Illness, imprisonment, and acts of violence,
I should not be overly sensitive or delicate.
For if I respond this way, my suffering will only increase. +Some people, upon seeing their own blood,
Develop even greater courage and steadfastness.
While others, upon merely seeing another's blood,
Become frightened and may even faint.

---

In more natural modern English:

Some individuals become even braver and more resolute when they see their own blood flowing from wounds. In contrast, others become terrified and may completely lose consciousness at the mere sight of someone else's blood. This difference reveals how our reactions stem not from external circumstances but from our mental disposition and inner strength. +This difference arises from the steadiness or timidity of the mind. Therefore, learn to disregard harm and remain unaffected by suffering.

Such contrasting reactions stem entirely from whether one's mind is firm and steadfast or fearful and hesitant. For this reason, train yourself to treat harmful situations with indifference and to become impervious to suffering of all kinds. +The wise, even when suffering arises,
Should not disturb the clarity and serenity of their mind.
For in the battle against mental afflictions,
Many wounds are sustained during combat.

In more natural contemporary English:

Even when faced with suffering, those who are wise maintain their mental clarity and inner peace. They recognize that the struggle against negative emotions and afflictions is a genuine battle, and in such spiritual combat, one will inevitably experience many difficulties and pains. Just as a warrior expects wounds in battle, the spiritual practitioner accepts challenges as part of the path to overcoming inner obstacles. +Those who endure all suffering and overcome enemies such as anger and other negative emotions—these are the true conquering heroes. All others merely kill what is already destined to die. +Another virtue of suffering is that it dispels pride and arrogance through disillusionment. When we truly experience suffering, it naturally humbles us and removes our conceit.

Furthermore, suffering awakens compassion for those trapped in the cycle of existence. When we face our own pain, we naturally develop empathy for others experiencing similar struggles.

Suffering also instills caution regarding harmful actions. Recognizing the relationship between negative deeds and painful consequences, we become more vigilant about avoiding misconduct.

Finally, suffering nurtures joy in virtue. Understanding that happiness arises from positive actions, we develop genuine delight in creating goodness and following the path of righteousness. +I do not show anger toward bile and similar things,
Which are great sources of suffering,
So why be angry at beings with minds?
They too are all driven by conditions. +Just as an illness arises
Even against our wishes,
Similarly, despite our resistance,
Negative emotions forcefully emerge.

---

Plain English Translation

Just as diseases arise in our bodies against our will and despite our wishes, in the same way, afflictive emotions like anger emerge forcefully within our minds even when we don't want them to appear. Both illness and emotional afflictions come upon us involuntarily, driven by their own causes and conditions, regardless of our desire to avoid them. +People become angry spontaneously, even without thinking 'I will become angry.' Similarly, anger arises naturally, even though no one consciously decides to generate it. +Whatever faults may exist and the various kinds of harmful actions—all of these arise from the power of causes and conditions. They do not exist through their own independent nature. +When various causes and conditions come together, they do not possess the thought, 'I shall produce an effect.' Likewise, that which is produced by these causes and conditions does not possess the thought, 'I have been produced by these causes.' +That which some traditions acclaim as the primordial nature, and that which others conceptualize as the permanent self—neither of these could possibly arise with the deliberate thought, 'I shall come into being.' Such purposeful thinking cannot precede existence itself. +If something truly has never arisen, then it does not exist at all—so who would desire for such a non-existent thing to come into being? Furthermore, if a permanent entity like the self were constantly engaged with objects of experience, it could never possibly cease its activity. +If the self were permanent,
it would clearly be devoid of any activity, just like space.
Even when encountering various conditions,
what function could something unchanging possibly perform? +
If at the time of action something remains exactly as it was before, what effect has the action actually had upon it? How could one meaningfully declare, 'This is its action,' and what possible connection could exist between them?

In other words, if an entity like a supposedly permanent self remains completely unchanged even when acted upon, then no action has truly affected it. This calls into question any claim of relationship between such an unchangeable entity and the actions supposedly connected to it. What basis could there be for asserting that any particular action belongs to or affects something that remains perpetually the same?
+Everything is under the control of other factors;
Those controlling factors themselves have no independent control.
Having understood this, one does not become angry
At any phenomenon, recognizing them all as being like magical emanations. +If you object: 'Who is eliminating what? The very act of elimination is not reasonable,' I would reply: There is nothing unreasonable in accepting that suffering comes to an end by relying on antidotes. +Therefore, whether you see an enemy or a friend acting improperly, think to yourself: 'This has arisen from such causes and conditions,' and with this balanced understanding, remain at ease.

*Alternative rendering:*

Therefore, when you observe either an enemy or a friend engaging in wrongful actions, reflect: 'This behavior stems from specific conditions acting upon them.' Contemplating in this way, maintain your equanimity and inner peace. +If accomplishments were achieved merely through one's own wishes, then since no one desires suffering, not a single embodied being would ever experience any suffering whatsoever. +Through heedlessness, people harm themselves with thorns and similar things. To obtain women and other desired objects, they become aggressive and even subject themselves to fasting and other austerities. +Translation of Verse 36

Some people harm themselves by hanging themselves or jumping from cliffs. Others consume poison or eat unwholesome food that damages their health. Many inflict harm upon themselves through non-virtuous conduct.

Expanded Translation

Some people, overcome by afflictive emotions, inflict harm upon themselves in various ways. Some resort to hanging themselves or leaping from precipices to end their lives. Others deliberately consume poison or eat food that is harmful to their health and well-being. Beyond these direct physical harms, many people damage themselves through non-virtuous actions and behaviors that, while seemingly beneficial in the moment, create suffering for themselves both in this life and in future lives. +When people fall under the control of their disturbing emotions,
They will even harm and destroy themselves, whom they cherish.
How then could we expect such people
To refrain from harming the bodies of others?

In clearer prose:

When people are completely dominated by disturbing emotions and afflictions, they will even harm and kill themselves—the very self they cherish and hold dear. If they are capable of such self-destruction, how could we possibly expect them to refrain from causing harm to others? Such harm to others is inevitable from those so overwhelmed by afflictions. +When people are driven by afflictive emotions and engage in harmful activities such as hurting themselves, if I fail to generate compassion toward them, what possible justification could there be for becoming angry instead?

If someone is acting under the influence of mental afflictions, behaving like a person possessed, how can I reasonably respond with anger rather than compassion? Those overcome by negative emotions lack self-control when they harm themselves and others. If I cannot feel compassion for their condition, becoming angry with them is completely inappropriate and makes no sense at all. +If it is in the very nature of childish people to harm others, then my anger toward them is inappropriate—just as it would be absurd to resent fire for its inherent nature to burn. +Though these faults are temporary and adventitious,
And sentient beings are gentle by their very nature,
It is still unreasonable to respond with anger—
Like resenting the sky when smoke briefly pollutes it. +If I become angry at the one who directs a stick or similar weapon against me, I should remember that this person too is driven by anger. Therefore, it is more reasonable for me to direct my anger toward anger itself. +In previous lifetimes, I myself have inflicted this very same kind of harm upon other sentient beings. Therefore, it is only fitting that I now experience such suffering at the hands of those who harm sentient beings. +Both the weapon of my attacker and my own body are equally causes of suffering. If that person draws their weapon against my body, at whom should I direct my anger? +This body of mine, resembling a human form yet like a boil,
Is exquisitely sensitive and filled with suffering.
If I, blinded by craving, have grasped onto it,
At whom should I be angry when it experiences harm? +Foolish people do not want suffering, yet they eagerly pursue the very causes of suffering. When they experience harm due to their own mistakes, what sense is there in blaming others? +Just as the guardians of hell realms and forests with razor-sharp leaves are manifestations of karma, so too are the harms that befall me created by my own actions. At whom, then, should I direct my anger? +Provoked by my own karmic actions, those who harm me come into being. If by their harmful deeds these beings will descend to the hell realms, have I not essentially destroyed them myself? +By relying upon these people who harm me, my many negative actions are purified through my patience. Yet because of their actions toward me, these same people will go to the hell realms where they will experience suffering for a very long time. +I am the one who causes harm to others, while they actually bestow benefits upon me. Why then, corrupt mind, do you become angry in this completely backward way? +If my mind possesses the qualities of patience,
I will not descend into hell realms.
If I have protected myself through such practice,
What benefit has this brought to those who harmed me? +If I were to retaliate with harm in return,
Those harmful people would remain unprotected,
And my own spiritual conduct would deteriorate.
Thus, my practice of austerity would be destroyed. +The mind, being formless, cannot be destroyed by anyone, anywhere. However, because of our intense attachment to the body, we experience suffering when our physical form is harmed. +When others show contempt, speak harsh words,
Or utter unpleasant remarks against you—
If these cause no harm to your physical body,
Why, mind, do you become so intensely angry? +If others are displeased with me,
But their displeasure causes me no harm
Either in this life or in future lives,
Why should I object to their attitude? +If others obstruct my material gains through their disrespect, and I become angry about this, I should consider: even if I dislike this treatment, whatever possessions I might acquire will be abandoned here in this world when I die, while the negative karma from my anger will remain firmly established.

If I become angry when others undermine my reputation and cause me to lose material benefits, I must remember that all worldly possessions—however valuable—are temporary. At death, I will leave behind everything I've acquired, empty-handed. However, the harmful effects of any anger I generate will persist in my mindstream, following me beyond death until their consequences fully manifest. Therefore, it is far better to accept the loss of material gains than to harbor anger that creates lasting negative karma. +Better for me to die today than to sustain a long life through dishonest means. Even if I were to live for many years, I would still face that same suffering of death in the end. +One person dreams of experiencing happiness for a hundred years before awakening. Another experiences happiness for just a moment before awakening.

When both awaken, their experiences are the same: the dream happiness, whether long or brief, has vanished completely. Neither the century of joy nor the momentary pleasure remains. Both dreamers face the same reality upon waking. +For those who have awakened from sleep,
The happiness experienced does not return.
Similarly, for both the long-lived and short-lived,
At the moment of death, all ends the same way. +Though I may acquire abundant wealth and enjoy pleasures for a long time, just like someone robbed by thieves, I will depart naked with empty hands. +Translation

If I were to acquire wealth and sustain my life,
I might think, 'I can purify my negative karma and create merit.'
But if I become angry in my pursuit of material gain,
Wouldn't my merit be exhausted and negativity increase instead?

---

Prose Translation

If I were to sustain my life through acquiring wealth, I might justify this by thinking, 'With these resources, I can purify my past negative actions and accumulate merit through virtuous deeds.' However, if I become angry at others who obstruct my pursuit of these material gains, wouldn't this anger actually deplete whatever merit I've accumulated and generate new negative karma? This reveals the self-defeating nature of becoming attached to wealth acquisition, even when justified with spiritual intentions. +If the very purpose for which I live should deteriorate, what use is such a life that produces nothing but negativity? +If you become angry at those who speak unpleasantly about you because they harm sentient beings by doing so, then why don't you similarly become angry at those who speak unpleasantly about others? +If you can be patient with those who lack faith—since their lack of faith depends on external factors—then why not be equally patient with those who speak harshly to you? Their unpleasant speech likewise depends on afflictive emotions that have arisen within them and over which they have little control. +Even toward those who mock and destroy Buddha images, stupas, and sacred texts, it is inappropriate for me to feel anger, because the Buddha and other awakened beings cannot truly be harmed.

I should not harbor hatred toward those who disrespect or damage sacred representations of the enlightened path. These physical forms—statues, memorial structures, and dharma teachings—may be desecrated, but the actual Buddha and enlightened beings remain beyond the reach of any harm. Understanding this truth, I should respond with compassion rather than anger when witnessing such actions. +When those who harm your spiritual teachers, relatives, and loved ones, as well as friends, provoke your anger, recognize that they too are transformed by conditions, just as explained previously. Seeing this causal process at work, dispel your anger toward them. +When embodied beings experience harm, it comes from both conscious beings and unconscious objects. If both can cause suffering, why single out and blame only those with consciousness? Therefore, practice patience toward all forms of harm. +Some commit wrongs out of delusion,
While others, equally confused, respond with anger.
Who among them could be called blameless?
And who should bear the fault? +Why did I previously create the karma that now causes others to harm me?
If everything depends on the effects of our actions,
Why should I harbor resentment toward those who harm me? +Having seen this truth clearly, I will diligently apply myself to meritorious actions, so that all beings may develop loving hearts toward one another.

*Alternative rendering:*

With this understanding firmly in mind, I will strive earnestly in virtuous deeds, working toward the goal that everyone might cultivate mutual loving-kindness between themselves. +Just as when a fire that has burned one house
Then travels to another dwelling,
Where it spreads to grass and other materials—
These should be removed and discarded. +Similarly, when your mind becomes attached to someone and the fire of anger flares up because of this attachment, immediately abandon that attachment out of concern that your accumulated merit will be burned away. +If a person condemned to death has their hand cut off but is then set free, is this not beneficial? Similarly, if through human sufferings one is freed from the torments of hell, is this not advantageous? +If I cannot endure even this much suffering in the present moment, then why do I not restrain my anger, which is the cause of the unbearable torments of hell?

In more natural contemporary English:

If I find it impossible to bear even this much pain right now, why then don't I make an effort to restrain my anger—the very thing that causes the far worse sufferings of hell realms? +For the sake of desires, I have experienced being burned and suffering countless torments in the hell realms thousands of times. Yet through all this, I have neither accomplished my own purpose nor brought any benefit to others. +This suffering is not that severe, and it will accomplish great purposes. Regarding the suffering that removes the harms of all beings, it is appropriate here to feel only joy.

This suffering is not so harmful, and it will accomplish significant aims. Therefore, when it comes to the suffering that relieves the afflictions of all beings, it is fitting to respond only with genuine delight. +If others gain joy and happiness from praising someone with good qualities, why doesn't your mind also rejoice in the same way when you praise them? +This joy and happiness you experience from praising others is a genuine source of bliss without any fault. It is approved by those who possess noble qualities, and stands as the supreme method for attracting others to the spiritual path. +Furthermore, if you think, 'This will bring happiness to others,' yet do not desire such happiness for them—by refusing to pay wages, give rewards, and similar acts of generosity—you will lose both visible and invisible benefits. +When your own good qualities are being praised,
You wish for others to feel happiness too.
Yet when others' good qualities are being praised,
You don't even wish happiness for yourself. +Having generated the mind of enlightenment with the wish for all sentient beings to find happiness, why would you now become angry when these same beings experience happiness through their own means? +You claim to desire that sentient beings attain Buddhahood, a state worthy of veneration throughout the three realms. Yet when you witness these same beings receiving even modest offerings or respect, why do you burn with jealousy toward them?

If you truly aspire for all beings to reach the enlightened state that deserves universal reverence, then how can you become tormented with envy when seeing them receive even the smallest honors? Such a reaction contradicts your own stated aspiration and vow. +When someone you are obligated to support manages to support themselves, they are actually giving you the gift of relief from that duty. Yet when your dependent relative finds their own livelihood, instead of rejoicing, do you become angry? +How can one who claims to desire enlightenment for sentient beings not wish for their basic welfare? If someone becomes angry seeing others' prosperity, how could they possibly possess the awakening mind? +Whether someone else has obtained those possessions from the donor,
Or those things have simply remained in the benefactor's home—
If in either case you yourself do not possess them,
What difference does it make to you whether they were given or not? +Why would you discard the sources of your good fortune—the merit you have accumulated, the faith others have in you, or your own positive qualities? Tell me, why would you not be angry at yourself when you fail to grasp the acquisitions that come your way? +Not only do you fail to feel remorse for the harmful actions you yourself have committed, but you even desire to compete with others who have created merit.

[End of the second volume.] +Even if your enemy is unhappy,
What pleasure should that bring you?
Your mere wish for their suffering
Will not become a cause of harm to them. +Even if you achieve the suffering you desire for your enemy, what joy does it really bring you? And if you claim, 'It fulfills my wishes and brings satisfaction,' what could be more destructive than harboring such hostility? +This hook of unbearable malice, cast by the fishermen of afflictive emotions, is truly terrible. When caught by it, I will be seized by the guardians of hell who will boil me in their cauldrons. +Praise, fame, and honors bestowed upon me
Will not generate spiritual merit, nor lengthen my life.
They will not increase my strength, nor prevent illness,
Nor will they bring comfort or pleasure to my body.

---

*Prose translation:*

Neither praise, fame, nor reverence directed toward me produces any spiritual merit or extends my lifespan. Such recognition does not increase my physical strength, protect me from illness, or bring any physical comfort or well-being to my body. These forms of worldly acknowledgment are ultimately without substantial benefit. +If I truly understood what benefits me,
What real advantage would I find in such things?
If all I desire is mere mental pleasure,
Then I might as well indulge in gambling, alcohol, and the like. +For the sake of fame, they squander their wealth and even destroy themselves. What purpose do such words of praise serve? When one is dead, who can find happiness in such acclaim? +When a sand castle collapses,
Children cry out in distress.
Similarly, when praise and fame diminish,
One's mind behaves just like a child. +Sound itself has no mind, and therefore cannot possibly think, 'I shall praise this person.' When people say, 'Others are pleased with me,' is that truly a cause for one's own joy? +Whether the praise is directed toward others or toward myself, what benefit do I actually gain from someone else's joy? Their happiness and delight belong entirely to them alone. I cannot obtain even the slightest portion of that joy. +If I find joy in their happiness,
Then shouldn't I feel the same for all beings?
Why then, when others receive praise
And become happy, am I not happy as well? +Therefore, when you think 'I am being praised' and feel joy arise within yourself, this reaction, upon examination, is completely irrational—it is nothing more than childish behavior. +Praise and flattery lead me into distraction,
And destroy any sense of disillusionment with worldly existence.
They breed jealousy toward those who possess genuine qualities,
And ultimately destroy my own prosperity and excellence. +Therefore, those who stand ready to destroy my praise and honors—are they not actually engaged in protecting me from falling into the lower realms? +As one who seeks liberation, I have no need for the fetters of material gain and honor. How could I feel anger toward those who free me from such bondage?

More fully expressed: Since I am earnestly seeking spiritual freedom, the chains of wealth, fame, and reverence are unnecessary burdens for me. When others deprive me of these things—which are actually impediments to my spiritual goal—they are in fact liberating me from bindings. Therefore, how could I reasonably harbor anger toward them? They are inadvertently helping me achieve the very freedom I seek. +When I desire to enter into suffering, those who become like doorways blocking my entry—just as if they were divinely appointed by the Buddha's blessing—how could I possibly be angry with them? +If someone creates obstacles to my virtuous deeds,' it is inappropriate to become angry with them. Is there any spiritual practice equal to patience? Should I not, therefore, abide in patience at this very moment? +If I, due to my own faults, fail to practice patience in this situation, I am merely creating an obstacle for myself when the cause of merit stands directly before me. +If something cannot arise without a particular condition, and comes into existence when that condition is present, then that condition itself is its cause. How, then, could we call that condition an obstacle? +A beggar who arrives at the proper time for giving
Does not create an obstacle to generosity.
Similarly, one who conducts an ordination
Should not be considered an obstacle to entering the monastic life. +In this world, those who ask for help are common,
But those who cause harm are rare indeed.
For if one has done no harm to others,
Generally no one will cause harm in return. +Like a treasure that has appeared in my home without any labor or effort on my part, my enemies serve as companions on my journey toward awakening. Therefore, I should rejoice in them. +Since both this adversary and I have jointly accomplished this spiritual work, the fruits of patience that result should first be offered to them. This is entirely appropriate, as they are the primary cause of my patience. +If you object, 'Since the enemy has no intention to help me develop patience, they are not worthy of veneration,' then consider this: why do we venerate the sublime Dharma? The Dharma serves as a cause for spiritual accomplishment, yet it too has no mind or intention. +If I object, 'An enemy with harmful intentions should not be venerated,' then how could I develop patience? For if I only respect those who strive to help me, like a physician, how would my patience ever be cultivated? +Therefore, since patience arises in dependence upon those with hostile intentions, those very enemies who provoke anger are the causes of patience. For this reason, they deserve to be honored just as one would honor the sublime Dharma. +Therefore, the Sage taught that there are two fields: the field of sentient beings and the field of the Victorious Ones Buddhas. By pleasing these two fields, many practitioners have reached the far shore of perfection. +From both sentient beings and the Conquerors,
The qualities of Buddhahood are equally accomplished.
Why then do we show reverence to the Conquerors
But not likewise to sentient beings? What kind of approach is this? +The greatness of intention is not measured by the intention itself, but rather by the results it produces. In this same way, sentient beings possess a comparable greatness. Therefore, they are equal to the Buddhas. +The merit of honoring those who possess loving-kindness
Reflects the true greatness of sentient beings themselves.
Likewise, the merit arising from devotion to the Buddha
Is a manifestation of the Buddha's own greatness. +All sentient beings possess the aspect of Buddha-dharma that can be accomplished;
Therefore, in this respect, they are considered equal to the Victorious Ones.
Yet none can equal the Buddhas with their limitless oceans of qualities. +When even a small fraction of qualities appears in someone who possesses just a portion of the unique collection of supreme qualities, offering the entire three realms to such a person for the purpose of veneration would still be considered insufficient. +The seed of the supreme Buddha-dharma—the potential for awakening—exists within all sentient beings. For this reason alone, in proportion to this shared potential, sentient beings are worthy of veneration.

Since all beings possess a portion of what gives rise to the highest qualities of enlightenment, they deserve the same reverence we offer to the Buddha. Though their qualities may not yet equal those of a Buddha, this fundamental potential for awakening makes them proper objects of respect and honor, just as the Buddha is honored. +Furthermore, how can we ever repay those who have genuinely become our unwavering friends, those who have performed immeasurable acts of kindness for us? What higher recompense could there be apart from bringing joy to sentient beings? +For their sake, the Enlightened One is willing to sacrifice his body and enter the unbearable Avīci hell. Since helping these beings is how we repay the kindness shown to us, even if these same beings cause us great harm, we should respond only with excellent and beneficial actions toward them. +My own masters themselves, for the sake of others, remain utterly unconcerned even with their own bodies. Considering this, how could I, in my confusion, act with pride toward those same beings rather than adopting the role of a servant?

Even the Buddha and bodhisattvas, who have become my true lords and guides, disregard their very bodies for the benefit of sentient beings. They serve selflessly without concern for their own well-being. Given this profound example, how inappropriate it would be for me—still deluded and confused—to feel superior toward the very beings that my masters cherish so deeply. Instead of maintaining such arrogance, I should fulfill the duties of a servant, humbly serving all beings just as my masters do. +When sentient beings experience happiness, the great sages are delighted; when these beings suffer harm, the sages become displeased. By bringing joy to these beings, one pleases all the Lords of Sages. Conversely, to harm these beings is to harm the sages themselves.

In expanded prose:

The Buddhas and great sages find delight when sentient beings experience happiness and well-being. Conversely, when these same beings suffer harm or distress, the sages' hearts become troubled with concern. Therefore, by bringing joy and benefit to sentient beings, one effectively pleases all the Lords of Sages—this becomes the supreme offering to the Buddhas. However, if one causes harm to these beings, it is exactly equivalent to causing harm to the great sages themselves, as though directly obstructing their deepest wishes. +Just as a person whose body is completely engulfed in flames
Cannot find any mental happiness even when offered all desirable objects,
Similarly, when sentient beings are harmed,
There is absolutely no means by which those of great compassion can be pleased. +Therefore, I now openly confess each and every harmful action I have committed against living beings, actions which have displeased all the greatly compassionate ones. For whatever displeasure I have caused, I humbly request the forbearance of the Sage Buddhas.

In recognizing the ways I have harmed sentient beings, I acknowledge that these actions have disturbed the hearts of all those with great compassion. Today, I individually confess each of these wrongdoings without concealment. For all the ways I have acted contrary to your wishes, I ask for your patience and forgiveness. +To delight the Thus-Gone Ones, from this day forward,
I firmly pledge myself as a servant to the world.
Should multitudes trample upon my head with their feet,
Or even kill me, I shall not retaliate—may the Protector of the World be pleased. +The compassionate ones have made all beings in this world their own—of this there can be no doubt. These very beings we perceive in the form of sentient creatures are, in reality, the essence of those protectors themselves. Why, then, would we not show reverence to them? +This very act is what truly pleases the Tathagatas the Buddhas.
This same practice is what genuinely accomplishes one's own purpose.
This alone is what dispels the suffering of all beings in the world.
Therefore, I shall always commit myself to this practice. +Just as a single royal official may oppress the common people, those with farsightedness, though capable, do not retaliate with harm. +Translation of Tibetan Buddhist Text

Remember that a ruler's power never stands alone;
The king's might serves as their true strength and army.
Likewise, never disregard those who cause harm
Though they may appear weak or insignificant.

Explanatory Translation

Remember that a person in a position of power does not operate in isolation. Their actual strength comes not from themselves alone but from the king's power and all the forces that stand behind them. Similarly, you should never dismiss or underestimate anyone who causes harm, regardless of how weak or insignificant they might seem. Even the seemingly weakest wrongdoer exists within a larger system of karmic accountability and is connected to powerful forces beyond what is immediately apparent. +Both the guardians of hell and the compassionate ones are forces to be reckoned with. Therefore, one should please all sentient beings, just as subjects would appease a wrathful king. +What harm can even an angry king inflict that compares to the torments of hell—those sufferings that one must endure as a result of causing distress to sentient beings? +Even if a king were completely pleased with you,
he could never grant what you would gain
by bringing joy to sentient beings—
the state of Buddhahood itself. +Setting aside the future attainment of Buddhahood that comes from pleasing sentient beings—why do you not recognize that even in this very life, great prosperity, fame, and happiness arise from such actions? +Through patience while wandering in the cycle of existence, one attains an attractive appearance and health. One gains fame and an extremely long life, ultimately obtaining the abundant happiness of a universal monarch. +Thus concludes the sixth chapter entitled 'The Perfection of Patience.'

---

*From 'Entering the Bodhisattva's Way of Life,' this is the sixth chapter, entitled 'The Teaching on Patience.'* +Having thus cultivated patience, one should apply oneself to diligence. For it is in diligent effort that awakening truly resides. Just as there can be no movement without wind, no virtue can arise without diligence. +Translation of Verses on Diligence and Laziness

What is diligence? It is enthusiasm directed toward virtue.

I will now explain its opposing factors.

Laziness consists of attachment to harmful activities, discouragement, and self-deprecation. +From savoring the pleasure of idleness and developing craving that clings to sleep, combined with not feeling weary of the sufferings of cyclic existence, laziness will certainly arise. +Ensnared by the net of afflictions, you have fallen into the trap of rebirth. You now stand in the very jaws of death. How is it that you still fail to recognize this reality? +Do you not see how your own companions are gradually being put to death? Yet you still rely on sleep, just like a buffalo awaiting slaughter by an outcast butcher. +With all escape routes blocked and Death himself watching intently, how can you take pleasure in eating? How can you sleep so contentedly? How can you find such delight in worldly pleasures? +Since death will swiftly come,
For as long as possible, gather your provisions.
Even if you abandon laziness at that moment,
What can you accomplish when it is too late? +This remains unfinished, merely begun,
And this one stands only half-completed.
When death suddenly arrives,
I will think, 'Alas, I am ruined!' +With faces swollen from the force of grief, tears streaming from reddened eyes, one observes hopeless relatives and the faces of Death's messengers. +When you are tormented by memories of your own harmful deeds and hear the terrifying sounds of hell realms, what will you do when you become disoriented with fear, your body soiled with filth?

In that moment—when the recollection of your negative actions brings you anguish, when you hear the horrifying cries of those suffering in the hell realms, when terror makes you lose control of your bodily functions, and when your mind becomes completely bewildered—you will find yourself utterly helpless. What possible recourse will you have then? +If you tremble with fear even in this life—just like a fish writhing out of water—then what need is there to mention the unbearable sufferings of the hell realms that await one who has committed negative actions? +When touched by hot water, your delicate, youthful skin becomes painfully scalded. Yet after committing actions that will lead you to the hell realms, why do you remain so complacently at ease? +Alas! How pitiful are those who desire results without making any effort, those delicate souls who suffer greatly from the slightest hardship. Though already in death's grasp, they behave as if immortal like gods, only to be crushed by suffering. +Having obtained this human vessel,
Cross over the great river of suffering.
This boat will be difficult to find again,
So, deluded one, do not sleep through this precious time. +Why, having abandoned the supreme joy of the sublime Dharma—which is a limitless source of happiness—do you delight in distractions caused by sources of suffering, in frivolity and such things? +Without discouragement, gather your forces,
Diligently practice and master yourself,
Equalize yourself with others,
And exchange yourself for others. +Do not become discouraged, thinking, 'How could someone like me ever achieve enlightenment?' For the Tathagata, who speaks only truth, has proclaimed this truth: everyone has the capacity to attain awakening. +Translation

'Even those who were mosquitoes, flies, bees, and various types of worms—if they generate the power of diligence, they too can attain the supreme enlightenment that is otherwise difficult to achieve.'

Expanded Translation with Context

'Even the smallest creatures—mosquitoes, flies, bees, and various types of worms—can attain the supreme, difficult-to-achieve enlightenment if they generate the power of diligence. If such seemingly insignificant beings can accomplish this through persistent effort, how much more so can humans who possess more favorable conditions for spiritual practice.' +Since I am born as a human being with the capacity for discernment,
And can clearly distinguish between what is beneficial and harmful,
If I do not abandon the path of awakening,
Why would I not attain enlightenment? +But if I worry, 'I must give away my hands, feet, and other body parts,' then I am simply afraid due to confusion, having failed to discern what is truly significant from what is not. +For countless billions of eons, I have been repeatedly cut into pieces, stabbed, burned, and slashed open innumerable times—yet through all this, I have not attained enlightenment. +The suffering I endure for the sake of achieving awakening is limited in measure. It resembles the pain of having a wound made on the body in order to remove a harmful embedded thorn and eliminate deeper suffering. +All physicians heal disease through treatments that cause discomfort. Similarly, one should endure minor hardships to overcome greater suffering. +Translation of the Buddhist Verse

The Supreme Physician does not employ such ordinary medical treatments. Instead, through extremely gentle methods, he heals immeasurable grave afflictions.

Expanded Translation

The Supreme Physician, the Buddha, does not resort to crude medical treatments like those of common healers. Unlike practitioners of conventional medicine who might use painful procedures such as bloodletting or cauterization, the Buddha employs extraordinarily gentle methods. Through this compassionate middle way approach—avoiding both harsh austerities and indulgence—he effectively cures countless serious diseases of the mind, including the fundamental afflictions that keep beings trapped in the cycle of suffering. +At first, the Guide encourages practitioners to begin simply with giving vegetables and other modest offerings. By practicing this regularly, they become accustomed to giving. Later, through this gradual development, they eventually reach a point where they can even give away their own flesh. +When one comes to view one's own body
As casually as vegetables and other common things,
What difficulty could there possibly be
In giving away one's flesh and other parts? +Those who have abandoned negative actions are free from suffering,
And those who have attained wisdom experience no mental distress.
This is because it is mistaken conceptualization
And harmful actions that afflict both mind and body.

The bodhisattva who has completely abandoned negative actions experiences no physical suffering. Having cultivated wisdom and understanding the true nature of reality, they are free from mental distress and unhappiness. This freedom from both physical and mental suffering occurs because ordinary beings suffer precisely due to two causes: their mistaken conceptualizations—especially the incorrect belief in an inherent self where there is none—and the harmful actions they commit. These two factors are what actually afflict both mind and body, generating the experience of suffering. The bodhisattva, having transcended these causes, can remain engaged in the world without being affected by its troubles. +Through the power of merit, the body finds comfort and ease;
Through wisdom, the mind experiences happiness and joy.
Though they remain in the cycle of existence for others' benefit,
Why would those with compassion ever grow weary? +Through the power of the awakening mind, one exhausts previous negative actions while gathering vast oceans of merit. For these reasons, those who develop bodhicitta are taught to be superior to the hearers on the spiritual path. +Therefore, mounted upon the steed of bodhicitta—the awakening mind that dispels all weariness and fatigue—who with awareness would ever become discouraged? Proceeding from one state of happiness to even greater happiness, what person who understands the mind would ever lose heart? +To accomplish the welfare of sentient beings, four powers serve as one's forces: aspiration, steadfastness, joy, and relinquishment. Aspiration should be cultivated by contemplating both the fears of suffering and the benefits that result from this aspiration. +Having thus uprooted the opposing forces, one should strive to increase diligence through the powers of devotional aspiration, steadfast confidence, joyful engagement, and appropriate abandonment, while maintaining mastery over one's practice. +I must overcome the immeasurable faults in both myself and others. This tremendous task falls to me—to conquer countless flaws and afflictions. For each single fault that must be eliminated, oceans of eons would be exhausted in the process. +When I examine myself, I do not see even the slightest effort toward eliminating my faults—a task I once committed to undertake. Given this failure that condemns me to immeasurable suffering, why does my heart not shatter? How can I remain so unmoved when faced with this terrible reality? +I must cultivate numerous qualities and virtues for both myself and others. For each single quality, would even oceans of eons be enough to fully master it? +Despite having attained this precious human life, I have never cultivated even the slightest measure of excellent qualities. How astonishing and lamentable that I have somehow obtained this rare and marvelous birth, yet have wasted it completely without purpose.

I have not developed any familiarity with even a fraction of the virtuous qualities necessary for enlightenment—qualities that require consistent practice over immense periods of time. Though I should be developing the numerous spiritual qualities required for both my own and others' liberation, I have failed to establish any habitual practice. This human birth with all its freedoms and advantages is extraordinarily difficult to obtain, yet somehow I acquired it through the power of past karma. How remarkable and tragic that I have squandered such a precious opportunity without accomplishing anything meaningful for this or future lives. +I have not made offerings to the Blessed One, nor have I provided the joy of grand celebrations. I have not worked to support the teachings, and I have failed to fulfill the wishes of the poor. +If I have not offered fearlessness to those who are afraid, and have not given comfort to those who suffer, then my birth has only caused pain in my mother's womb and produced nothing but suffering. +Both in my previous lives and now in this present existence, I have become destitute in this way because I lacked genuine conviction in the Dharma. What sensible person would ever abandon their dedication to the Dharma? +The Buddha taught that aspiration is the root of all virtuous qualities. And the root of this aspiration itself is continuous meditation on the ripening effects of actions. +Physical suffering and mental distress, various forms of fear, and separation from what one desires—all these arise from engaging in harmful actions. +Translation

Wherever those who perform virtuous actions with pure intention travel, they are honored with the rewards that naturally bloom from their merit. In each place they go, the fruits of their goodness manifest as offerings that celebrate their presence. +Though those who commit evil actions desire happiness, wherever they go, in those very places they are struck down by the weapons of suffering that arise from their own misdeeds. +Through virtuous deeds, one becomes a child of the Buddhas, dwelling in their presence. These fortunate beings reside within the hearts of spacious, fragrant, and cool lotus flowers. Their radiance develops through consuming the nectar of the Buddha's sweet voice as nourishment. They possess sublime bodies that emerge from lotus blossoms opened by the light rays of the Sage. +With skin completely flayed by the servants of the Lord of Death, one becomes utterly tormented in agony. Molten copper, liquefied by intensely hot fires, is poured over the raw body. The flesh is struck with blazing swords and spears, cutting it into hundreds of scattered pieces. Due to numerous unwholesome deeds, one falls repeatedly onto the ground of intensely burning iron. +Therefore, cultivate aspiration toward virtue and meditate with sincere devotion. Following the ritual method of the Vajra Banner, begin by developing dignified confidence. +First, carefully assess your capabilities and resources. Then make a clear decision: either undertake the task or refrain from it entirely. It is better not to begin at all than to start something and abandon it before completion. Once you have committed to a course of action, never turn back. +In future lives, this habit will persist, causing both negative karma and suffering to increase. Moreover, other tasks you undertake will yield diminished results, with their fruition becoming inferior—and even these lesser endeavors will remain unfulfilled. +Verse on Courageous Determination

Regarding actions, mental afflictions, and one's own capabilities—in these three domains, one should cultivate courageous determination. Thinking, 'I alone must accomplish this,' is what constitutes the proper pride in action. +People in this world, powerless under the control of their afflictions, are unable to accomplish even their own goals. Unlike me, sentient beings lack the capacity for effective action. Therefore, I must take on this responsibility myself.

*Alternative rendering with greater contextual clarity:*

People in this world are helplessly controlled by their mental afflictions, leaving them unable to accomplish even what would benefit themselves. Since other beings cannot act effectively as I can, I must therefore take up this responsibility—to work for the welfare of all. +When others are engaged in humble work,
How can I remain idle?
If I refrain from helping due to pride,
It is far better that my pride be destroyed.

**Modern English Translation:**

When I see others engaged in humble tasks, I should ask myself: How can I just stand by without helping? If I refrain from assisting them merely out of a sense of superiority, then it would be better for me to abandon such pride altogether. Freedom from arrogance is truly the superior state. +When encountering a dead snake, even a crow behaves like a Garuda, the mighty divine eagle. Similarly, if I become weak in my spiritual resolve, even minor transgressions can cause great harm. +For those who, in dejection, have abandoned all effort, is there any possibility of deliverance from suffering? But one who rises with determination and acts with confident perseverance cannot be overcome even by great adversities. +Therefore, with a steadfast mind, I must overcome all downfalls. If I am defeated by these downfalls, my aspiration to conquer the three realms will become nothing but a laughable matter. +I must conquer all, but none should conquer me.
This is the confidence I must maintain,
For I am a child of the Victorious Lion. +Those beings who have been conquered by pride are actually afflicted, yet they do not possess true noble pride. One who has authentic noble pride does not fall under the control of enemies, while those others fall under the control of pride itself, which has become their enemy. +Filled with the affliction of pride, one is led by this same pride to lower realms of existence. Even when born as a human, one's celebrations and joys are destroyed. Such a person becomes a servant dependent on others' food, as well as foolish, physically unattractive, and weak. +Universally despised are those ascetics inflated with pride. If even these proud spiritual practitioners are counted among the arrogant, what can be said of the truly wretched? How much more pathetic must their condition be? +Translation of the Tibetan Buddhist Verse

Those who embrace pride to conquer the enemy of pride—they alone are truly proud in the worthy sense and genuinely victorious heroes. They who definitively defeat even the stirring enemy of pride and fulfill the fruits of victory for all beings according to their wishes.

In more natural English:

The true possessors of noble pride, the genuinely victorious heroes, are those who maintain a sense of confidence precisely to overcome the enemy of harmful pride. These spiritual warriors completely vanquish even the most active manifestations of ego-based pride, and thereby fulfill the perfect fruit of victory for all beings in accordance with their deepest aspirations. +When dwelling amid conditions that trigger negative emotions,
One should be resilient in a thousand ways,
Like a lion among foxes and lesser predators,
Remaining unaffected by the host of afflictions. +Even in the face of great dangers and hardships, just as people instinctively protect their eyes, likewise, when confronted with adversity, one should never fall under the power of negative emotions. +I would rather be burned and killed,
Or even have my head cut off—
Yet in no way will I bow down
To the enemy of mental afflictions.
Similarly, in all circumstances,
I will practice only what is reasonable. +Just as a child delights in the pleasure of play, so too should one become devoted to whatever virtuous actions are to be done. One should become attached to these activities, never feeling satisfied with them, yet taking continual joy in their performance. +Though actions are performed for happiness,
Whether they will bring joy remains uncertain.
For those whose actions themselves become happiness,
How can they find joy without performing such deeds?

In modern English prose:

Actions are commonly undertaken with the hope of attaining happiness, yet there is no guarantee that these efforts will actually result in the joy we seek. The truly wise understand that certain actions—virtuous deeds themselves—are inherently joyful by their very nature. For such people, the performance of these virtuous actions is happiness itself. How, then, could someone experience genuine happiness without engaging in these intrinsically joyful actions? True contentment cannot be found by avoiding the very deeds that constitute happiness in their essence. +If one cannot be satisfied by sensual pleasures—like honey placed on a razor's edge—how much more insatiable should one be for merit, which ripens into both happiness and the peace of liberation? +Therefore, even after completing one task, immerse yourself in that same activity again—just as an elephant, scorched by the midday heat, plunges into a lake upon finding it. +When your strength is depleted and you're exhausted, temporarily set aside your practice with the intention of resuming it later. Even when you've successfully completed a practice, abandon it out of desire for progressively higher achievements that follow. +Like a veteran warrior engaged in close combat with an enemy on the battlefield, when swords clash in the heat of battle, you must skillfully evade the weapons of afflictions while simultaneously striking down the enemies of your mind.

Just as an experienced fighter must both defend against an opponent's attacks and launch effective counterstrikes, you should protect yourself from being wounded by mental afflictions while actively uprooting these harmful states at their very foundation. This vigilant approach—combining defensive awareness with offensive determination—is how one engages in the inner battle against the forces that obstruct spiritual progress. +Just as one who is frightened in battle would quickly retrieve a fallen sword, likewise, when the weapon of mindfulness is lost, swiftly reclaim it by recalling the terrors of the hell realms. +Just as poison, having entered the bloodstream, spreads throughout the entire body, so too do negative emotions, when they find an opening, pervade the mind completely. +The Oil-Bearer's Vigilance

Like one who bears a vessel filled with mustard oil,
While guarded by a swordsman standing close at hand,
Who fears for life should even a single drop be spilled—
So should the disciplined practitioner maintain such vigilance. +Therefore, just as one would quickly leap up when a snake appears in one's lap, similarly, when drowsiness and lethargy arise, one should swiftly dispel them. +For each individual fault that arises, I should thoroughly reproach myself and reflect at length: 'How can I act to ensure this never happens to me again?' +'How can I develop consistent mindfulness in these various situations?' With this motivation in mind, one should seek either to meet with qualified spiritual teachers or to engage in appropriate practices that accord with authentic instructions. +Rise quickly to action, remembering the teachings on mindfulness. Just as one has the capacity to accomplish all tasks from their very beginning through the power of past actions.

---

Expanded Translation

One should rise with nimbleness to virtuous activity, keeping in mind the teachings on mindfulness and vigilance. This approach enables one to develop the capacity to effectively engage in all endeavors from their very outset, just as the momentum of previous actions provides the power and ability to function in all situations. By recalling the instructions on careful attention and diligence, one should approach spiritual practice with lightness and enthusiasm rather than heaviness or reluctance. +Just as the wind commands absolute control over cotton,
Effortlessly moving it forth and back at will,
Similarly, through joyful effort one gains mastery over oneself,
And in this way, all spiritual accomplishments are fulfilled. +Translation of 'Teaching on Diligence' Chapter Seven

This concludes the seventh chapter, entitled 'Teaching on Diligence,' from the text 'Engaging in the Bodhisattva's Conduct.'

*[Sanskrit: 'This completes the seventh chapter called 'The Perfection of Diligence.'']* +After thus developing diligence, one should place the mind in meditative concentration. A person whose mind remains distracted dwells between the fangs of afflictive emotions. +Through seclusion of both body and mind, distractions cannot arise. Therefore, abandon worldly entanglements and completely relinquish conceptual thinking. +Due to emotional attachment and craving for things like material gain, people do not relinquish their worldly entanglements. Therefore, the wise person should completely abandon these attachments and carefully analyze their mind in the following manner. +Understanding that the afflictive emotions can be thoroughly overcome through special insight that is fully supported by calm abiding, one should first seek to cultivate calm abiding. This calm abiding is accomplished through finding genuine joy in freedom from worldly attachments. +How can any impermanent being reasonably form attachment to what is impermanent? One who cultivates such attachment will not encounter their beloved even across thousands of lifetimes. +When one does not see the desired object, no joy arises.
The mind cannot settle in meditative concentration.
Even upon seeing it, one never feels satisfied,
And continues to burn with craving just as before. +When attachment to sentient beings takes hold,
It completely obscures one from seeing ultimate reality.
It destroys any sense of renunciation in the mind,
And finally leads to the torment of grief and sorrow. +By merely obsessing over these matters, one's life passes without purpose or meaning. Through attachment to impermanent friends and companions, even the eternal Dharma that leads to liberation will be destroyed. +If you associate with childish people and share in their ways, you will certainly fall into lower realms of existence. When they lead you along incompatible paths, what purpose is there in keeping company with such foolish individuals? +In an instant, people can become friends, yet in a mere moment, they can turn into enemies. Since they grow angry at what should bring them joy, ordinary people are difficult to please. +When I offer beneficial advice, they respond with anger.
They even try to dissuade me from pursuing what is beneficial.
If I do not listen to their discouragement,
They become angry and, as a result, head toward unfortunate rebirths. +Towards those superior to oneself, jealousy arises;
With equals, one engages in rivalry and competition;
Towards those below, one displays pride; when praised, one becomes arrogant;
When faced with criticism, anger immediately flares up.
When will one ever derive benefit from associating with childish people? +When associating with immature people, negative consequences will inevitably arise. In their company, one finds oneself drawn into self-promotion and disparagement of others, as well as conversations that celebrate worldly life. These and other unwholesome behaviors will certainly emerge from such associations. +Thus, associating with others only leads to ruin. Neither do they act for my benefit, nor will I serve their purposes. +Keep your distance from childish people, avoiding them whenever possible. If you must meet them, interact pleasantly and make them feel welcome. However, do not develop deep familiarity with them. Instead, maintain a balanced, neutral demeanor, like an ordinary person who is neither overly friendly nor hostile. +Like a bee gathering only honey from flowers, I will take just the essential meaning of the Dharma. I will move through all places as though encountering them for the first time, dwelling without forming attachments. +If I become conceited thinking, 'I have acquired many possessions and honors, and many people are fond of me,' such pride will give rise to fear after death. +Wherever the deluded mind becomes attached, captivated by pleasure and confusion, suffering a thousandfold greater will arise from those very attachments. +Therefore, the wise should not become attached. From attachment arises fear. Since all things will naturally fall away, strengthen your mind and thoroughly examine this reality.

---

**Modern English Translation:**

Therefore, a wise person should avoid becoming attached to worldly things. Attachment only gives rise to fear and anxiety. Since all objects of desire—wealth, reputation, and relationships—will inevitably be lost due to their impermanent nature, one should develop mental stability and thoroughly investigate this truth. By carefully examining the transient nature of all phenomena, one can recognize the futility of clinging to what cannot last, thereby freeing oneself from the suffering that attachment brings. +Many acquired abundant possessions,
And though they gained fame and acclaim,
These collections of wealth and renown provide no guidance
About where one will go after death. +When some people criticize me,
Why should I become happy when others praise me?
When some people praise me,
Why should I become unhappy when others criticize me? +Sentient beings have vastly different inclinations and interests. If even the fully enlightened Buddhas cannot please them all, how could someone ignorant like myself possibly do so? Therefore, I should simply abandon concern about worldly opinions. +They criticize those who lack possessions and speak ill of those who have wealth. How could any joy possibly arise from such beings, who by their very nature are difficult to associate with? +'Childish persons cannot be anyone's friend,' the Tathagatas have declared, 'because they are incapable of experiencing joy without self-interest.' +In the forest, wild animals, birds, and trees never speak harsh or unpleasant words. When will I be fortunate enough to dwell together with these agreeable companions, whose presence brings such ease? +Dwelling in an empty cave, an abandoned temple,
Or at the base of a tree,
When will I live without looking back,
Free from all attachment? +When will I come to dwell in places that no one claims as their own—naturally spacious landscapes where I can move about freely without attachment, following my own path without hindrance? +When will I come to dwell fearlessly, possessing only the simplest necessities like an alms bowl, wearing garments that no one would covet, and having no need to hide or protect this body? +When will I go to the charnel ground and equalize my own body with the skeletal remains of others, recognizing that both are equally subject to the law of destruction? +This very body of mine will inevitably become so foul that even jackals, drawn to carrion, will refuse to approach it because of its putrid stench. +Even the flesh and bones of this single body, which arose together at birth, will disintegrate and go their separate ways. What need is there to mention other beloved people?

The very components of this one body—our flesh and bones that have been with us since birth—will inevitably decompose and scatter in different directions. If such intimate parts of our own physical form must separate, how much more certainly will we be parted from others whom we hold dear?

This body, though appearing as a unified whole, contains elements that were born together yet are destined to separate. When even the most intrinsic parts of ourselves cannot remain united, we should recognize that separation from friends and loved ones, whose connections are formed through temporary karmic conditions, is absolutely certain. +Alone one comes into being at birth,
And alone that same being faces death.
Since others cannot take on one's portion of suffering,
What purpose do cherished ones serve who only create obstacles? +**Just as travelers on a journey take up temporary dwellings along their way, similarly, those who journey through the cycle of existence take up temporary residences in each new birth.** +Before the four pallbearers have lifted the body from its place—while the world still grieves and laments all around—until that moment arrives, retreat to the forest. +Without forming close friendships or harboring enmity,
I dwell alone in solitude with just this body.
Having already considered myself as one who died long ago,
When death actually comes, there will be no occasion for grief. +When one dies in solitude, no companions stand nearby who might cause distress through their mourning or grief. Without anyone present who would weep at one's passing, one experiences no mental anguish from witnessing others' sorrow. Moreover, in such seclusion, no one will disturb or distract one's meditation on the Buddha and other virtuous practices at the crucial moment of death. In this way, one can depart peacefully while maintaining a clear and virtuous state of mind. +Therefore, I shall dwell alone in delightful forests—
vibrant and pleasing to the senses,
where life requires little effort and brings contentment.
There, all distractions naturally subside.

In such solitude, I will make my home. +Having abandoned all other thoughts, I will strive diligently with single-pointed attention on myself alone, for the dual purpose of establishing my mind in meditative equipoise and disciplining it. +In both this world and the next, desires generate nothing but calamity. In this present life, they lead to being killed, imprisoned, and mutilated; in future lives, they cause rebirth in hell realms and other miserable states of existence. +For whom, in the past, I sent many male and female messengers with joined palms in earnest supplication; for whom I did not hesitate to commit sinful acts or risk ill repute— +Even when plunging myself into danger,
And completely exhausting my wealth and possessions,
Those very bodies I passionately embrace
And from which I derive supreme pleasure—

I willingly enter into dangerous situations and risk my well-being. I spend all my wealth and possessions to depletion. And for what? For these very bodies that I passionately embrace and cling to, mistakenly believing they provide me with supreme happiness and satisfaction. +These are merely skeletons, nothing more—
Not independent, not a self.
Why not proceed to liberation
Instead of completely embracing them with intense desire? +Though at first with great effort her face is lifted upward,
Yet drawn forward, she gazes downward from modesty.
Whether her face was seen or not seen before,
Now it becomes covered with a veil.

---

In more natural prose:

When first encountering intimacy, though someone makes an effort to lift her face and draw it forward, she looks downward out of modesty. This face—whether it had been seen by others before marriage or had remained hidden according to custom—is now covered with a veil.

*[Note: This verse appears to be from a contemplative text on impermanence that contrasts the veiled face of a bride with its eventual fate, suggesting that the same face so carefully protected and desired in life will one day be covered differently in death—a subtle reminder of the transient nature of physical beauty and the futility of attachment.]* +That face you once craved with such passion—
See how the vultures have now laid it bare,
Revealing plainly what was once concealed.
Why do you flee from it now? +Though others merely look with their eyes,
Whatever you completely protected,
As long as it is being devoured,
Why do you, the possessive one, not protect it? +Observing this heap of flesh being devoured by vultures and other creatures, why would you honor what is merely food for others with flower garlands, sandalwood paste, and ornaments? +When you are frightened by a skeleton
Even though it remains motionless,
Why would you not fear when the same bones
Are animated like a reanimated corpse? +If you feel desire for this body even when it is covered with clothes, then why wouldn't you desire it when it is uncovered? If you claim there is no purpose in an uncovered body, then why do you embrace it when it is covered? +From a single source of food arise both feces and saliva. While you find feces repulsive, why then do you delight in saliva? +The lustful, deluded about impurity, refuse to take pleasure in pillows of cotton that are soft to the touch. Instead, they claim, 'It does not ooze with foul odor,' clinging to what is actually unclean.

---

*Expanded translation for clarity:*

Those consumed by desire, confused about what is truly impure, find no delight in pillows filled with cotton that offer a genuinely soft and pleasant touch. Instead, they become attached to the body, falsely reassuring themselves, 'It doesn't emit foul smells,' when they are merely deceived about what is fundamentally unclean. Such is the delusion of those overcome by lust, who mistake impurity for purity. +The lustful, wicked, and deluded ones,
Upon touching cotton and finding it soft,
Become angry at it, saying,
'One cannot have sexual intercourse with this.' +If you claim to have no attachment to what is impure, then why do you embrace another person in your arms? Why hold close this cage of bones fastened together with tendons, smeared with the mud of flesh?

This body you embrace is nothing but a skeletal frame bound by sinews, covered in the filthy paste of flesh. If you truly had no passion for impurity, you would not clutch such a thing to yourself. +You yourself are full of numerous impurities,
Yet you constantly dwell contentedly with this very body.
And toward other sacks of impurity as well,
You generate desire, greedily craving what is unclean. +You claim 'I am fond of this flesh,' and you wish to touch and gaze upon it. Yet if the flesh is inherently without consciousness, why do you desire it?

If you truly desire flesh itself, as you claim, then why are you drawn to touch and look at only certain flesh? Since all flesh is by its very nature devoid of consciousness, your selective attraction reveals an inconsistency. The fact that you don't desire a corpse, which is also just flesh, demonstrates that your attraction is not actually to flesh itself. Your claim of desiring mere physical form contradicts your actual behavior of discriminating between living and dead flesh. +The mind that you desire cannot be touched or seen,
And what can be touched or seen is not consciousness.
What purpose does this meaningless embrace serve?

In fuller prose:

The mind of desire that you long for cannot be physically touched or visually perceived. The actual consciousness that is the object of your attachment remains beyond physical reach or sight. Conversely, whatever you can touch or see—such as another person's body—is not the consciousness or mind that you claim to desire. There exists a fundamental disconnect between what you think you desire another's mind and what you actually engage with physically. Therefore, what purpose does this meaningless embracing of the physical form serve? This attachment brings no genuine benefit and is ultimately futile. +It is not so surprising that you fail to recognize the impure nature of another's body.
What is truly astonishing is that you do not recognize your own body's inherent impurity. +Why would one who is attracted to impurity take delight in a cage of filth, having forsaken the young lotus flower that has opened to the cloudless sun's rays?

With a mind fixated on what is unclean, why be attracted to this vessel of impurities, while rejecting the fresh lotus blossom that unfolds in the sunlight of a clear sky? +If you are unwilling to touch places stained with impure substances like dirt and excrement, then how can you desire to touch the body from which these impurities originate? +If you truly have no attachment to impurity, why do you embrace another in your lap? This body emerged from an impure source—the womb—and was produced and developed from those impure seeds. +You reject even the smallest worms born from impurity, finding them repulsive. Yet paradoxically, you desire the human body—which is itself composed of numerous impurities and likewise born from impure substances. +Not only do you fail to feel disgust at your own inherent impurity, but you—a sack of filth yourself—greedily desire others who are equally impure receptacles. +Even appealing substances like camphor and other pleasant things, as well as rice dishes and vegetables—when placed in the mouth, then taken out and discarded—make even clean ground impure and defiled. +If you still have doubts about the impure nature of this body—even when its impurity is directly before your eyes—then go to the charnel grounds and observe other discarded corpses as well. +When the skin is peeled away, revealing what lies beneath, great fear naturally arises. Yet how is it that, even knowing this truth, one still develops desire for that very same body? +The fragrance applied to your body comes only from substances like sandalwood and nothing else. Why then do you become attached to others based on scents that actually belong to something entirely different? +Since the body is naturally foul-smelling, wouldn't it be better not to be attached to it? Why do worldly people with meaningless desires anoint it with pleasant fragrances?

---

*Expanded Translation:*

Given that the body naturally possesses an unpleasant odor, wouldn't it be better to remain unattached to it rather than developing desire for it? Indeed, this would be the wiser course. Yet strangely, worldly people, driven by their pointless cravings, insist on applying sweet-smelling perfumes to it. Why do they attempt to disguise the body's inherent nature with borrowed fragrances that don't belong to it? +What pleasing fragrance has actually come to reside in this body, even if it is sandalwood? Why does one become attached to another person merely because of a scent that belongs to something else entirely? +If the body, with its long hair and nails, yellowish and stained teeth, and skin coated with filth and mud-like impurities, were to be seen in its natural state—naked and exposed—would it not appear truly terrifying? +Why do people labor so diligently to groom and adorn this body, which harms them like a weapon turned against oneself? The entire earth is thrown into chaos by these madmen, frantically exerting themselves out of delusion about the self. +When you see mere skeletons in a cremation ground, you feel revulsion. Yet isn't it strange how you delight in the village, which is itself a cremation ground filled with moving skeletons? +Thus, this impure body cannot be obtained without a price. Pursuing it leads to exhaustion, and results in the torments of hell and similar realms. +A child cannot acquire wealth,
So what happiness can be found when youth arrives?
If life is spent gathering possessions,
What purpose do desires serve when old age comes? +Some wretched slaves to desire,
Completely exhausted from laboring all day long,
Return home with depleted bodies,
And lie down to sleep like corpses. +Some people, afflicted by the hardships of distant journeys and burdened with the suffering of extended travel, are unable to see their children and spouses despite deeply longing for them—even after a full year has passed. +Those who, deluded by their desires yet wishing to benefit themselves, sell their very being for some promised reward—they fail to obtain what they sought. Their lives, rendered meaningless, are driven by the winds of others' actions. +Some people sell their own bodies and lose their freedom, becoming helpless servants forced to obey others' commands. Even when their wives become pregnant, they must give birth wherever they happen to find themselves—beneath trees or in wilderness areas—without proper shelter or security.

In this way, those who have sacrificed their autonomy for small wages find that even the natural joys of family formation bring no relief from their suffering. Lacking homes of their own, these families experience the harsh reality of their bondage, delivering their children in exposed and precarious locations, their vulnerability a testament to their complete loss of independence. +Deluded by desire, fools declare, 'I must earn a living to survive,' even as they march into battle risking their very lives. For the sake of profit, they willingly enter into servitude. +Some driven by desire have their bodies cut to pieces,
While others are impaled upon sharpened stakes.
Some are seen pierced by short spears and weapons,
And others are consumed by raging flames. +English Translation

Understand that wealth brings endless suffering through the anguish of accumulating, protecting, and losing it. For those whose minds are distracted by attachment to possessions, there can be no opportunity for liberation from the sufferings of cyclic existence. +Those who are attached to desires experience many disadvantages with minimal rewards, just like oxen pulling a cart who only manage to eat a few mouthfuls of grass. +For the sake of trivial pleasures—things so insignificant that even animals can easily obtain them—those tormented by their karma squander this precious human life endowed with freedoms and opportunities, which is extremely difficult to find.

Human lives like ours, endowed with leisures and favorable conditions for spiritual practice, are extraordinarily rare and valuable. Yet we sacrifice this precious opportunity pursuing commonplace satisfactions that even animals readily secure. Driven by the force of our past actions, we destroy our greatest treasure for the most ordinary rewards. +This body, which will inevitably perish and causes one to fall into the hells and other lower realms, is of little significance. Yet all the exhausting efforts one makes for its sake throughout one's entire life— +If with merely a billionth fraction of the effort
that one has expended pursuing desires,
one could attain complete Buddhahood,
then the suffering experienced by those attached to desires
is far greater than the hardships of the bodhisattva path,
yet unlike the spiritual journey, their greater suffering yields no enlightenment.

---

Prose Translation

If one could achieve complete Buddhahood with just a tiny fraction—merely one billionth—of the effort that has been expended in pursuing worldly desires, then how irrational it is to continue on the path of attachment. Those devoted to sensual pleasures actually endure far greater suffering than practitioners on the bodhisattva path, yet unlike spiritual hardships which lead to awakening, their immense suffering produces no enlightenment whatsoever. +When one contemplates the suffering of hell realms and similar states,
no comparison can be made to the dangers of desires—
neither weapons, poison, fire,
precipices, nor enemies suffice as adequate examples. +Thus, becoming weary of sensual desires, cultivate delight in solitude. Seek out peaceful forest settings that are free from conflict and mental afflictions. +The fortunate ones find peaceful retreat on cool stone terraces of delightful mansions, where moonlight and sandalwood provide natural coolness. There, caressed by the silent, gentle forest breezes, they walk in meditation while contemplating ways to benefit others. +Translation

Dwelling for as long as one wishes in empty houses, at the foot of trees, or in caves, free from the suffering of possessing and protecting belongings, one lives independently and moves about with ease, unburdened by expectations.

---

Expanded Translation

One can choose to stay for whatever duration one desires - whether briefly or extended periods - in uninhabited dwellings, beneath the shelter of trees, or within secluded caves. Having abandoned the distress and anxiety that comes with owning possessions and constantly guarding them against loss, one lives without dependency on others. Free from attachment and social obligations, one moves through the world with a liberated mind, unrestrained and at ease, conducting oneself according to one's own authentic spiritual path rather than conforming to worldly expectations. +One who moves freely without attachment and remains unbound to anyone, who experiences the happiness of contentment—even Indra, lord of the gods, finds such joy difficult to attain. +By reflecting on these and other qualities of solitude, one should calm all discursive thoughts and then cultivate the mind of awakening. +First, one should diligently meditate on the equality of self and others. Since all beings equally experience happiness and suffering, one should protect everyone just as one protects oneself.

*[From Sanskrit: In the beginning, one should respectfully cultivate the equality of self and others. Since all beings equally experience happiness and suffering, I should protect them all just as I would myself.]* +Though the body has many distinct parts—hands and so forth—we regard and protect it as a single entity. In the same way, although living beings are diverse, all experience pleasure and pain alike. Just as I seek happiness, every being equally desires the same. +Though my suffering does not directly affect the bodies of others, this very suffering becomes unbearable to me because of my attachment to myself as 'I.'

Even when my personal pain causes no harm to other beings' physical forms, I find this same suffering intolerable precisely because of my deep-seated self-cherishing and identification with it as 'mine.' +Similarly, though the suffering of others does not directly befall me, nevertheless, that suffering becomes my own suffering; due to identification with them as self, it becomes unbearable. +I shall remove the suffering of others because it is suffering, just as I would remove my own pain. I shall work to benefit others because they are sentient beings, just as I naturally care for my own body. +When I and others equally desire happiness, what difference is there between myself and them? For what reason, then, should I strive for happiness for myself alone? +When both myself and others equally dislike suffering and seek to avoid pain, what difference is there between us? What justification is there for protecting myself while ignoring others? +If I refuse to protect others from their suffering
Because their pain does not harm me,
Then why would I protect myself from future suffering
That does not harm me now? +The thought 'I will experience that suffering in the future' is a mistaken concept. This is because the one who dies is actually different from the one who is born in the next life. +If we hold that each person's suffering should be protected against only by that very person themselves, then why should the hand protect the foot from its suffering? After all, the suffering of the foot does not belong to the hand. +If you object that 'Even though it is unreasonable, I engage in these actions due to self-grasping,' then understand this: Whatever is unreasonable—whether concerning oneself or others—should indeed be abandoned to the best of one's ability. +What we call a 'continuum' or a 'collection'
Is false, just like a garland or an army.
Since there is no actual possessor of suffering,
Who could possibly claim ownership of it? +All suffering lacks a true owner and is without fundamental distinction. Because it is suffering, it should be eliminated, regardless of whose it is. What purpose is served by maintaining rigid distinctions in this matter? +Translation of 'Why Eliminate Suffering?'

Why should the elimination of suffering for all beings even be questioned? This is beyond dispute. If suffering should be eliminated at all, then all suffering everywhere should be eliminated. Otherwise, my own suffering—just like that of other sentient beings—would equally have no reason to be addressed. +If compassion brings much suffering, why deliberately cultivate it? When one contemplates the suffering of all beings, how can compassion's pain be considered too great? +If a single instance of suffering
Can eliminate the suffering of many,
Then one endowed with compassion should indeed
Generate that suffering for oneself and others. +Therefore, though Supushpachandra Flower-Moon-Beautiful was fully aware of the harm the king would cause him, he did not seek to remove his own suffering, because doing so would exhaust the suffering of many others. +When one has cultivated their mindstream in this way,
They find joy in relieving others' suffering.
Like swans eagerly diving into a lotus lake,
They will even willingly enter the most terrible hell realms.

---

**Modern English Prose Translation:**

When practitioners have thoroughly trained their minds in this way, they develop genuine delight in alleviating the suffering of others. With such deeply cultivated compassion, they become like swans joyfully plunging into a lotus-filled lake—they would willingly enter even the most unbearable hell realms if doing so would benefit other beings. Their transformation is so complete that what would normally be considered the ultimate sacrifice becomes a source of joy, as their concern for others' wellbeing completely overshadows any thought of personal comfort or safety. +When sentient beings find complete liberation,
There arises an ocean of joy so vast.
Is this alone not sufficient fulfillment?
What need is there for seeking liberation just for oneself? +Therefore, even when working for the benefit of others, one neither feels pride nor amazement at one's actions. Since one takes delight solely in benefiting others, there is no expectation for karmic results or rewards for oneself. +Therefore, just as I would instinctively protect myself from even the slightest harsh words or criticism, I should likewise develop the same protective attitude and compassionate mindset toward others.

In the same way that I naturally shield myself from even minor unpleasantness, I should cultivate an identical sense of protection for all other beings. The compassion I generate for others should mirror exactly the care and concern I have for my own wellbeing, with equal intensity and commitment. +Just as through habituation, one develops the notion 'This is me'
regarding the drops of semen and blood from others—
even though there is no actual self-entity present in them— +Similarly, why not regard others' bodies as 'self' as well?
It is not at all difficult to establish one's own body
as belonging to others.

---

In natural modern English:

In the same way, why shouldn't we be able to regard others' bodies as 'self' too? After all, it's not actually difficult to recognize our own bodies as belonging to others. +Having recognized that oneself is flawed while others are oceans of good qualities, one should cultivate the complete abandonment of self-cherishing and the embracing of others. +Just as hands and other limbs are considered parts of one's body, why are sentient beings not likewise considered parts of the world? +Just as through habituation one develops the sense of 'self'
In relation to this body which has no inherent self-nature,
Why would the same sense of self not arise toward other beings as well
When one becomes habituated to regarding them as oneself? +Thus, even when I have worked for the benefit of others, neither pride nor amazement arises in me. Just as after feeding myself, I do not expect anything in return. +Therefore, just as you would protect yourself even from minor unpleasant words, in the same way, cultivate both a protective mindset and compassionate heart toward all living beings. +Therefore, the Protector Avalokiteshvara, out of his great compassion, blessed even his own name in order to dispel the fears that beings experience in gatherings and assemblies.

*Alternative rendering based on the Sanskrit:*

Thus did the Lord bestow his blessing, through his very name 'Avalokiteshvara,' to remove even the anxiety people feel in assemblies.

*Note: The Tibetan version emphasizes Avalokiteshvara's great compassion, which is not explicit in the Sanskrit verse. The Sanskrit also specifically mentions 'assembly fear' parṣacchāradya while the Tibetan refers more broadly to 'fears in gatherings' ʼkhor gyi ʼjigs pa.* +Do not turn away from difficult practices,
For through the power of habituation,
That which once terrified you merely upon hearing its name
Will later, in its absence, become something you miss. +Whoever wishes to quickly protect themselves and others should practice the supreme secret teaching of exchanging self and others. +This very body, to which we are so attached, causes us to feel fear even from the smallest threats. When one considers that this body is itself the source of all our fears, who among us would not view it with the same aversion we hold toward an enemy?

The body to which we cling with such affection becomes the basis for our terror—even minor dangers provoke intense fear. Given that this physical form generates countless anxieties both in this life and in futures ones, what wise person would not regard it as adversarial? Rather than cherishing this body with attachment, a rational person would recognize it as a continuous source of suffering and develop a sense of detachment from it. Just as we naturally avoid what threatens us, we should similarly question our instinctive identification with and attachment to this body that brings us nothing but fear. +Whoever wishes to remedy their bodily ailments such as hunger, thirst, and illness, and for this purpose kills birds, fish, and wild animals, or lies in wait along roads to ambush others— +One who, driven by personal gain and honor, would go so far as to kill their own father and mother, and would steal possessions belonging to the Three Jewels—such a person will consequently burn in the Avīci hell. +What wise person would desire this body, protect it, and worship it?
Who would not view it as an enemy, and who would not treat it with contempt? +Thinking, 'If I give this away, what will I have for myself?' is the mentality of demons, focused only on self-interest.

Thinking, 'If I use this for myself, what will I have to give to others?' is the divine way, concerned with the welfare of others. +One who harms others for selfish gain
Will suffer torment in the hells and lower realms.
But one who sacrifices oneself for others' benefit
Will attain all excellent prosperity.

---

Modern English Translation Prose Version

If you harm others for your own self-interest, you will suffer torment in the hell realms and other lower states of existence. However, if you willingly accept hardship and sacrifice yourself for the welfare of others, you will attain every form of prosperity and excellence. +Through selfish desires to elevate oneself above others, one will experience rebirth in lower realms, acquire low status, and develop a foolish mind. However, if one transfers this very same desire—wishing instead for others to be elevated—one will experience rebirth in fortunate realms, receive honor from others, and develop wisdom.

---

In more natural modern English:

The very same desire for elevation that, when selfishly applied to oneself, leads to unfortunate rebirth, low social standing, and mental dullness, will—when redirected toward wishing for others' advancement instead—result in fortunate rebirth, respectful treatment, and a wise mind. +If you exploit others for your own benefit,
You will experience life as a servant or similar station.
If you dedicate yourself to serving others' needs,
You will experience life as a lord, master, or similar position.

In more natural contemporary English:

When you use others for your own selfish purposes, you create the karma to be reborn as a servant or in other subordinate positions in future lives. Conversely, when you willingly serve others and dedicate yourself to their welfare, you create the karma to be reborn as a master, leader, or in other positions of authority and respect. +All happiness that exists in the world
Arises from wishing for others' happiness.
All suffering that exists in the world
Comes from desiring one's own happiness alone. +What need is there for many words?
Look at this fundamental difference:
Immature beings work for their own benefit,
While the Sage acts for the welfare of others. +If you do not genuinely exchange your own happiness for the suffering of others, you will neither achieve Buddhahood nor find happiness even within the cycle of existence. +Setting aside considerations of the next world, even the purposes of this present life cannot be accomplished when servants fail to perform their work and masters withhold proper payment. +Deluded people abandon the complete fulfillment of happiness—both the visible benefits in this life and the invisible joys of future lives. Instead, through causing suffering to others, they take upon themselves unbearable suffering.

These confused beings forsake all possibilities of perfect well-being and prosperity that would come from caring for others. Rather than practicing altruism, which brings happiness both seen and unseen, they choose actions that harm others. Through their confusion about the true causes of happiness and suffering, they unwittingly bring terrible suffering upon themselves. +Every harm that exists in this world,
All the fears and sufferings found throughout existence—
If these all arise from grasping at a 'self' where none exists,
What purpose could this great demon of self-grasping possibly serve for me? +Without fully renouncing the self, one cannot be free from suffering, just as one cannot avoid being burned without letting go of fire. +Therefore, to pacify my own suffering and to alleviate the suffering of others, I shall give myself completely to others and cherish others exactly as I cherish myself. +Understand this with certainty, my mind: 'I am now bound to others.' From now on, think of nothing else except working for the benefit of all sentient beings. +It is not appropriate to pursue personal interests using the eyes and other sense faculties that belong to others. Using eyes and other faculties that have been dedicated to others' benefit to harm those very beings is improper. +Therefore, prioritize the welfare of sentient beings above your own. Whatever you see on your own body—possessions, enjoyments, or necessities—take these away from yourself and use them to benefit others instead. +First, place yourself mentally in the position of those who are inferior, equal, or superior to you. Then, imagine these others in your position, essentially exchanging yourself with them. With a mind free from conceptual elaboration, meditate on feelings of jealousy, competitiveness, and pride. +They are honored while I am not.
Just as they have obtained abundant provisions, I have gained nothing.
They receive praise while I face criticism.
They experience happiness while I endure suffering. +I perform various labors while this person rests in comfort. This one is celebrated as great in the world, while I am known as lowly and devoid of qualities. +What purpose is there in being without qualities? Indeed, I should be fully endowed with virtues. There are those compared to whom I am inferior, and there are also those compared to whom I am superior.

---

Modern English Translation

What is the point of lacking good qualities? I should strive to develop all virtuous qualities within myself. There will always be some people who surpass me in certain respects, and likewise, there will always be others whom I surpass in some way.

The text reminds us that while we should aspire to cultivate positive qualities, we should also recognize that superiority and inferiority are merely relative concepts. No one is absolutely superior or inferior; these distinctions exist only in relation to others, which helps guard against both excessive pride and unwarranted self-deprecation. +My moral discipline and views have deteriorated, not because I am inherently flawed, but because I am under the power of afflictive emotions beyond my control. I need healing as much as possible, and I willingly accept whatever hardship this process may bring.

In more natural prose:

The deterioration of my ethical conduct, philosophical views, and other aspects of my practice is not something I can control by myself—these failings occur because I am overwhelmed by the power of afflictive emotions. I need to be healed to whatever extent possible, and I willingly accept any difficulties that may arise during this healing process. Just as a student accepts correction from a teacher, I am prepared to endure hardship for the sake of my spiritual restoration. +If I am not someone who should be cared for by you, then why do you show such contempt toward me? What use are these qualities of yours to me? I myself am the one with true qualities. +Those who stand at the threshold of lower realms, as if in the jaws of vicious beasts,
Yet feel no compassion for suffering beings,
While outwardly boasting of spiritual qualities they do not possess,
Arrogantly challenge and seek to compete with the truly wise. +When comparing yourself to someone of equal status, if you seek to establish your own superiority, you will surely secure gains and honors for yourself, even if it requires engaging in conflict. +May my qualities be clearly visible throughout the entire world, yet may whatever qualities this other person possesses remain unheard by anyone at all. +I should conceal my own faults while I receive honor instead of this person. Today I have obtained excellent gains, and I, not this person, should be the one who is respected. +I will gladly observe for a long time those who have committed harmful deeds. Let them become objects of laughter for all beings and targets of criticism from every direction. +These disturbing emotions are said to compete alongside me,
As if in rivalry. Are these emotions equal to me
In learning and wisdom? Or perhaps in physical appearance,
Social standing, or wealth?

---

In modern English prose:

It is said that these disturbing emotions within me act as if they are competing with me, setting themselves up as rivals. I should reflect: On what basis do these afflictive states presume to stand as my equals? Are they my match in learning and wisdom? Or do they compare with me in physical appearance, family lineage, or material wealth?

This verse exposes how prideful thoughts create an internal sense of competition, leading us to constantly measure ourselves against others. By personifying these mental afflictions as rivals, the text invites us to recognize the absurdity of letting such comparative thinking dominate our minds and create suffering. +Thus, when I hear my own qualities being celebrated and renowned among all, I will experience the rising of joy that manifests as goosebumps on my skin, and I will fully immerse myself in this happiness and well-being. +Even if this person acquires wealth or resources, if they are performing work at my direction, I should provide them with only enough for their basic subsistence, then forcefully claim the remainder for myself through my own authority. +This self-cherishing mind should be deprived of its pleasures and comfort,
And I should continually subject it to hardship.
For hundreds upon hundreds of times,
This mind has caused me harm throughout my wandering in the cycle of existence. +O mind, though countless eons have passed while you have desired to accomplish only your own benefit, through all these immense efforts, you have achieved nothing but suffering. +Therefore, engage wholeheartedly in working for the benefit of others with certainty and conviction. The words of the Buddha are unfailing, and you will later witness the qualities that arise from this practice. +If in former times you had performed this essential practice, it would have been impossible for you to be in such a state as this, instead of experiencing the perfect bliss of Buddhahood. +Therefore, just as you have developed a sense of 'I' and 'mine' regarding the droplets of semen and blood that came from others your parents, similarly, train yourself to cultivate this same attitude toward all other beings. +Become a caretaker for others' needs, and whatever valuable possessions you observe on your own body, take these very things from yourself by releasing your attachment to them, and use them to benefit others who are in need.

In this way, transform yourself into a guardian who carefully examines what others require. Instead of coveting what belongs to others, look at your own food, clothing, ornaments, and possessions with the eye of generosity. Mental­ly relinquish your sense of ownership over these items—seizing them from your self-cherishing attitude—and put them to use for the welfare of those who lack such necessities. +I am happy while others suffer. I stand high while others remain low. I act for my own benefit, but others do not do the same for themselves. Why should I not feel envy toward myself? +I should deprive myself of happiness and take upon myself the suffering of others. When this person does something questionable, I should carefully examine my own faults. +When others commit wrongdoings, take them upon yourself as your own faults. Even if you have committed only a minor transgression, openly confess it before many people. +Translation

Extol the fame and virtues of others lavishly, allowing their reputation to overshadow your own. Consider yourself like the lowest of servants, and dedicate yourself entirely to fulfilling the needs of all beings.

In more detailed prose:

Speak generously of others' good qualities and reputation, praising them more lavishly than they might deserve. By doing so, deliberately let your own fame and recognition be diminished and obscured. View yourself as the humblest of servants, someone of the lowest rank who takes on burdens without complaint or pride. Like such a servant, commit yourself wholeheartedly to working for the benefit of all beings in every situation, serving their needs rather than expecting them to serve yours. +This self is inherently flawed in its nature;
Do not take pride in temporary qualities.
Whatever virtues you may possess,
Ensure that no one discovers them; act accordingly. +In brief, whatever harm you have inflicted upon others for your own benefit, from now on, let all such harm fall upon yourself instead, for the sake of sentient beings.

*Alternative rendering:*

In essence, any suffering you have caused to others out of self-interest, redirect that suffering to yourself for the benefit of all sentient beings. +Do not encourage the mind to become prideful or arrogant, which would make it haughty and overconfident. Instead, maintain it like a newly-wedded bride—modest, restrained, with a proper sense of shame and caution. +Do this and remain in this manner; this is what you should not do. In this way, bring the mind under control, and if you transgress these boundaries, apply discipline. +If, despite being instructed in this way,
you, mind, refuse to act accordingly,
then since all faults depend on you,
I shall have no choice but to subdue you completely. +Where can you flee now that I have seen you? I will utterly destroy all your pride. This is different from that previous time when you destroyed me.

This is no longer the past era when you, my self-cherishing mind, could lead me to ruin. Now I have recognized you for what you are. Where can you possibly escape? Now that I have truly seen your nature, I will completely demolish all your arrogance and self-importance. +Abandon the thought that says, 'I still have my own purposes to fulfill.' I have sold you my self-centered mind to others, so do not become discouraged but offer your service and very being wholeheartedly. +If I carelessly fail to give myself to sentient beings, I will certainly be handed over to the guardians of hell realms.

If I become heedless and do not offer myself to all beings, there is no doubt that my self-cherishing mind will deliver me into the hands of the terrifying guardians who protect the hell realms. +In this way, you—my self-cherishing mind—have long caused me to suffer by repeatedly giving me away to torment. Now, remembering these past grievances, I will destroy your self-serving intentions. +If you truly desire happiness for yourself, do not seek pleasure for yourself alone. If you truly wish to protect yourself from suffering, always devote yourself to protecting others. +The more attentively one pampers and indulges this body, the more delicate and fragile it becomes, steadily declining into a state of hypersensitivity. +Thus, for a person who has fallen into such craving,
Even if all the riches of this entire earth
Were available to them, they would still be insufficient
To satisfy their desires—who then could possibly fulfill them? +Desiring what is unattainable brings mental afflictions and leads to disillusionment. But the one who remains free from dependence on everything will experience excellence that knows no end. +Therefore, do not create opportunities to increase your body's desires. Whatever attractive things you refrain from grasping—that is the truly excellent treasure. +This body ultimately dissolves into nothing but ashes,
Incapable of moving itself, needing others to propel it.
A repulsive form composed of impure substances,
Why do I cling to this as my 'self'? +Whether alive or dead, what use is this mechanical contraption to me? What difference is there between this body and a clod of earth? Alas, why do I not dispel this pride of self-importance?

---

In fluid modern English:

Whether I am alive or dead, what use is this machine-like body to me? What meaningful difference exists between this body and a lump of clay or other mundane objects? Alas, why do I fail to overcome the arrogance that clings to this sense of 'me' and 'mine'? +By obsessively attending to this body,
I have needlessly accumulated suffering.
What purpose is there in feeling attachment or aversion
Toward this thing that is no different from a piece of wood? +Whether my body is carefully nurtured by me,
Or eventually devoured by vultures and other creatures,
Since the body itself feels neither attachment nor aversion,
Why should I develop attachment to it? +If I become angry when criticized,
And pleased when praised,
Yet this very body lacks awareness,
For whose sake am I exerting myself? +If I consider those who desire this body of mine to be my friends, then why should I not delight equally in all beings? Since every creature desires its own body just as I desire mine, why should they not also be dear to me? +Therefore, I shall release this body without attachment for the benefit of beings. Though it has many faults, I shall maintain it as one maintains a tool for one's work.

In more natural English:

Therefore, I will offer this body without clinging to it, dedicating it entirely to the welfare of all beings. Despite its many flaws and imperfections, I will care for it properly—just as a craftsperson maintains their tools for their work. +Therefore, I shall abandon worldly behaviors and instead follow the path of the wise. Keeping in mind the teachings on mindfulness and vigilance, I will overcome drowsiness and mental dullness. +Following the example of the greatly compassionate bodhisattvas, one should establish firm persistence in reasoned practice. If one does not strive continuously, day and night, when will one's suffering ever come to an end?

---

*Expanded Translation:*

Like the noble bodhisattvas who embody great compassion, one should cultivate unwavering diligence grounded in sound reasoning and understanding. If one fails to make consistent effort throughout both day and night without interruption, how will one's suffering in the cycle of existence ever reach its conclusion? Only through persistent and unbroken practice can one hope to find liberation from suffering. +Therefore, to dispel all obscurations, I shall withdraw my mind from mistaken paths and continually place it in meditative equipoise on the correct object of meditation. +From the 'Introduction to the Bodhisattva's Way of Life,' the Eighth Chapter entitled 'The Teaching on Meditation' or 'The Perfection of Meditation'. +All these components of the path
The Sage taught for the sake of wisdom.
Therefore, those who wish to pacify suffering
Should cultivate wisdom. +The conventional and the ultimate are accepted as the two truths. The ultimate is not within the domain of the intellect; intellect itself is said to be conventional.

---

In natural, contemporary English:

There are two truths that encompass all of reality: the conventional truth and the ultimate truth. The ultimate truth transcends intellectual understanding and cannot be grasped by conceptual thought. The intellect itself, along with all its cognitive processes, belongs to the domain of conventional truth. +In this context, the world is seen as twofold:
That of the yogis and that of ordinary people.
In this regard, the ordinary world
Is invalidated by the yogic world. +Even accomplished yogis are refuted by those of higher understanding,
Each superior level overcoming the previous ones.
Through examples accepted by both sides,
They practice for results without getting caught in analysis. +Ordinary people perceive objects in the world and consider them to be truly real, rather than understanding them as illusion-like. This is the point of contention between yogic practitioners and ordinary worldly people. +Even forms and other objects that appear to be directly perceived
Are established merely by convention, not by valid cognition.
Such conventional perception is false,
Just as impure things are wrongly seen as pure. +For the purpose of guiding worldly beings, the Protector taught things as having momentary existence. However, these phenomena are not truly momentary from the perspective of ultimate reality. If one objects that this contradicts conventional reality as well, [this objection is unfounded]. +Through the yogi's conventional understanding, there is no fault.
Compared to ordinary worldly perception, they see reality as it truly is.
Otherwise, when they recognize women's bodies as impure,
This realization would be contradicted by worldly misconceptions.

Prose Translation

The conventional understanding of yogis is faultless because, in contrast to ordinary worldly perception, they see reality as it truly is. If this were not the case, when yogis correctly recognize the impure nature of women's bodies through their meditative insight, their valid realization would be wrongly contradicted by ordinary worldly misconceptions that cling to notions of purity and attractiveness. This demonstrates that the yogic perception, being superior, cannot be invalidated by inferior ordinary perception. +Translation of the Verse

'How can merit arise from an illusion-like Buddha, just as it would from something truly existent? And if sentient beings are like illusions, how can they be reborn after death?'

Detailed Prose Translation

Merit arises from the Buddha, who is like an illusion, in exactly the same way as it would arise from what others consider truly existent. The verse poses two philosophical questions: First, if the Buddha lacks inherent existence and is merely like an illusion, how can genuine merit arise from making offerings to such a Buddha? Second, if sentient beings themselves are like illusions—empty of inherent existence—then how can they undergo the process of death and rebirth? If something is merely illusory, like a magical creation that vanishes without trace, then how can beings reappear in new forms after their death?

These questions challenge the emptiness view by questioning how conventional functions like generating merit and the process of rebirth can operate in a reality where all phenomena lack true, independent existence. The verse captures the tension between the ultimate nature of reality emptiness and the conventional processes that appear to operate in our everyday experience. +As long as the collection of causes and conditions is assembled,
For just that duration, the illusion will manifest.
How could sentient beings truly exist
Merely because they have a long-running continuum? +When killing a magically created person or committing similar acts,
Since there is no mind present, no negative karma arises.
However, in relation to beings who possess minds that are like illusions,
Both merit and negative karma can arise.

In modern English:

There is no negative karma incurred when killing or harming a magically created being, because such an illusory entity lacks a mind that can experience suffering. However, when we interact with sentient beings—whose minds are themselves illusory in nature—our actions generate real consequences: beneficial actions produce merit, while harmful actions create negative karma. +Since mantras and other magical methods lack inherent power, they cannot produce an actual consciousness in illusory displays. These various illusions arise from diverse conditions, and therefore appear in many different forms. Nowhere does a single condition possess the capacity to produce all possible effects. +If nirvana is the ultimate truth, while samsara is merely conventional truth, then even the Buddha would be bound to cycle in samsara—so what would be the purpose of practicing the bodhisattva path? +When the continuum of conditions remains unbroken,
Even illusory appearances will not cease.
But when the continuum of conditions is severed,
Even conventional reality no longer arises. +When there isn't even delusion present,
By what means could illusion be perceived?
When for you the illusion itself
Does not exist, what then is being perceived?

---

In clear modern English:

If even the mistaken perception doesn't exist, how could an illusion be recognized at all? And if, according to your view, the illusion itself doesn't even exist, then what exactly is being perceived in that moment? +If something else truly exists as reality, then that appearance is mind itself. But when mind itself is like an illusion, what is there to be seen, and by what? +The Lord of the World himself has declared:
'The mind cannot see the mind.'
Just as a sword's edge cannot cut itself,
So too the mind cannot perceive itself. +Translation

Just as a lamp clearly illuminates its own nature,
So too, some claim, consciousness reveals itself.
But a lamp does not need to illuminate itself,
For it is never obscured by darkness.

---

In modern English prose:

Some argue that just as a lamp illuminates its own nature clearly, consciousness can perceive itself. However, this analogy fails upon examination. A lamp does not actually need to illuminate itself because from the moment it exists, it is never obscured by darkness—it is inherently luminous by its very nature. What need would there be to illuminate something that is already visible? The lamp only illuminates other objects by dispelling the darkness that obscures them, but the lamp itself is never hidden by darkness, so it requires no self-illumination. +Just as a blue crystal does not depend on anything else for its blueness, similarly, we observe that some things depend on others while some do not.

Just as a crystal that appears blue does not depend on external factors for its essential blueness, in the same way, we can observe in the world that some phenomena depend on other things, while other phenomena exist independently without such dependence. +That which is not inherently blue cannot make itself blue through its own agency. Nothing can transform itself blue by its own power. +Translation from Sanskrit

How could something blue make itself blue through its own action? If something is not already blue, it cannot make itself blue through its own action. +If one claims, 'A lamp illuminates,' this is known through consciousness and then expressed in words. But if one asserts, 'Consciousness itself is illuminating,' then who knows this to be true, and on what basis is such a statement made? +When something is not seen by anyone,
Whether it is manifest or unmanifest,
Speaking about it is as meaningless
As describing the graceful movements of a barren woman's daughter. +If self-awareness did not exist,
How could consciousness be remembered?
It is remembered through its relationship with experiencing other things,
Just as with rat poison. +Translation of Verse 25

When one sees something through reliance on other conditions, this doesn't prove that it illuminates itself. Just as when a pot is seen through a magical eye ointment, the ointment itself doesn't become visible.

Prose Rendering

When consciousness perceives objects by relying on various conditions, some argue that this demonstrates consciousness's self-illuminating nature. However, this reasoning is flawed. Consider this example: when magical eye ointment prepared with special mantras allows us to see a jar buried underground at a distance, the eye ointment itself—though literally in our eye—isn't visible to us. Similarly, just because consciousness perceives other things doesn't mean it necessarily perceives itself. The illuminating agent like the eye ointment may reveal other objects clearly while remaining imperceptible itself. This example demonstrates that the illuminator and what is illuminated need not share the same nature, thus challenging the notion that consciousness must be self-aware. +What is seen, heard, and mentally cognized is not being refuted here. Rather, what needs to be eliminated is the conception that these things are inherently true or real, for this misconception is the cause of suffering. +If illusions are not different from the mind, yet are also not conceptualized as non-different from it, then consider: if they were real entities, how could they not be different from the mind? And if you claim they are not different, then they cannot exist as real entities. +Just as an illusion, though not real, can still be perceived, so too is the mind that perceives it. If the cycle of existence depended on something substantially real as its basis, it would otherwise become like empty space. +How could non-existence, which depends on existence, possibly possess the capacity to act? Indeed, according to your position, the mind would end up entirely alone, without any companion. +When the mind is free from grasping at objects,
At that moment, all are Thus-Gone Ones.
Yet even so, what benefit is there
In analyzing everything as mere mind? +Even if one knows phenomena are like illusions,
How would this reverse the afflictions?
After all, even the magician himself
Can develop desire for the illusory woman he created.

---

**Modern English Translation**

Even when someone intellectually understands that all phenomena are illusory, this knowledge alone doesn't automatically eliminate emotional afflictions. How could mere conceptual understanding reverse deeply rooted patterns of attachment and aversion? Consider this: even the magician who creates an illusory woman—knowing perfectly well she doesn't truly exist—may still experience desire for his own creation. This demonstrates the gap between intellectual understanding and complete emotional transformation. +The creator of illusory appearances has not abandoned the latent tendencies of mental afflictions regarding objects of knowledge. Therefore, when such a person perceives the illusion they've created, their understanding of emptiness remains weak. +Translation of 'Habituating to Emptiness'

By cultivating the imprints of emptiness in one's mind,
The imprints of grasping at concrete entities are dispelled.
Through repeated habituation to understanding that 'nothing whatsoever exists,'
Even that subtle attachment to emptiness will later be abandoned.

---

*In natural English prose:*

Through repeated familiarization with emptiness, one gradually removes the deeply ingrained habit of perceiving phenomena as inherently real. Then, by continually practicing the understanding that 'nothing whatsoever truly exists' - meaning that even emptiness itself lacks intrinsic existence - one eventually abandons even the subtle attachment to emptiness. This progressive meditation leads to complete freedom from all conceptual fixations. +When an entity that is the object of analysis cannot be observed, and we say, 'It does not exist,' how can that non-existence, which has no basis to rest upon, remain as an object before the mind? +When neither existence nor non-existence stands before the mind, at that time, because no other alternative remains, the mind rests without a reference point, completely pacified. +Just as a wish-fulfilling jewel or a wish-granting tree completely satisfies whatever hopes one might have, similarly, the Buddha's form appears to disciples through the power of aspirations made for those to be trained. +Just as a Garuda-mantra master, having consecrated a ritual pillar and then passed away, continues to neutralize poison and other harmful influences through that pillar even long after his death—in the same way, the beneficial influence of a realized being persists beyond their physical presence. +Even when a bodhisattva has passed beyond suffering into nirvana, they continue to accomplish all beneficial purposes through the victory monument of enlightenment they established by conducting themselves in accordance with the path to awakening. +How can offerings made to that which lacks consciousness yield any results? The scriptures clearly teach that offerings made to the Buddha, whether during his lifetime or after his passing into nirvana, are considered exactly equal in merit. +Whether conventionally or in ultimate reality, the results from making offerings come from scriptural authority. For example, just as offerings made to the true Buddha yield definite benefits. +Some claim that liberation comes from seeing the truth alone—so what is the purpose of seeing emptiness? Yet scripture clearly states that without this path of emptiness, awakening is impossible. +If the Mahāyāna is not established as authentic, then how can your own scriptures be established as authentic? For what is accepted by both traditions was not initially established for you either. +For whatever reason you have faith in your own scripture, apply that same standard equally to the Mahāyāna. If something were true merely because two different groups desire it to be so, then even the Vedic texts and similar works would have to be accepted as true.

*Alternative rendering with slightly more context:*

Whatever grounds cause you to have confidence in your scriptures, those same grounds apply equally to the Mahāyāna teachings. If truth were established merely because two different parties assert something as true, then even the Vedas and other non-Buddhist texts would necessarily become true as well. +If you object that the Mahāyāna is unreliable because it is disputed, then you should abandon your own scriptures as well. This is because other scriptures are also subject to disputes—whether from non-Buddhists or even from within your own tradition and from other Buddhist schools. +The foundation of the Buddhist teaching is the authentic monastic community. Yet, maintaining true monkhood itself is difficult to achieve. For those whose minds still cling to objects of reference, even the attainment of liberation remains extremely challenging. +If liberation were achieved merely by eliminating afflictions,
Then one would be liberated immediately upon their removal.
Yet we observe that even in those free from afflictions,
The power of karma continues to operate. +Translation of Verse 47

If you maintain with certainty that craving, which serves as the appropriating cause, no longer exists, why couldn't there be a non-afflictive form of craving, just as there is non-afflictive ignorance?

---

**Expanded Translation:**

Suppose you assert with certainty that craving—which functions as the appropriating cause for future existence—has been completely eliminated. In that case, consider this: why couldn't there exist a form of craving that, while not afflictive in nature, still persists in the mind stream? This would be similar to how ignorance can exist in both afflictive and non-afflictive forms. Even though this type of craving might not be contaminated by afflictions in the conventional sense, why couldn't it continue to exist in some form, just as non-afflictive confusion does? +Translation of Verse 48

From sensation arises craving, and these sensations exist even in them [the Arhats]. Their minds, still bound to objects of perception, remain dwelling in certain reference points.

---

**Modern English Translation:**

Craving arises conditioned by sensations, and these sensations continue to exist even in those who have attained individual liberation. As long as their minds remain engaged with conceptual objects of focus, they will continue to dwell within specific frames of reference rather than achieving complete freedom from all mental constructs. +Translation

A mind lacking the realization of emptiness, once ceased, will be born again—just like in the meditative absorption of non-perception. Therefore, one should cultivate emptiness.

Detailed Prose Translation

A mind that is separated from the understanding of emptiness will inevitably arise again after it has ceased. This resembles what happens in the meditative absorption where perception is absent—though consciousness temporarily subsides, it later returns. For this reason, one should diligently cultivate the realization of emptiness.

The text teaches that without insight into the empty nature of reality, the mind remains bound to the cycle of cessation and rebirth. Even if one achieves deep meditative states where mental activity seems to stop, this is merely a temporary suspension—not true liberation. Just as those who enter the absorption of non-perception eventually emerge from it with their fundamental ignorance intact, so too will any mind lacking emptiness realization return to its conditioned patterns. Only through directly realizing the empty nature of all phenomena can one find lasting freedom from this cycle. +If you wish to consider any speech that engages with the collections of sutras as truly spoken by the Buddha, then aren't most Mahāyāna teachings similarly consistent with your own sutras? +If one text's exclusion makes all the others defective,
Then why wouldn't a single text that resembles your accepted scriptures
Establish that all these teachings
Were indeed spoken by the Buddha? +Those profound teachings that even Great Kāśyapa and other senior disciples could not fathom to their depths—who has the authority to declare them invalid simply because you yourself have not realized them? +For the sake of those who suffer due to delusion, a person who has realized emptiness can accomplish the seemingly paradoxical feat of dwelling in the cycle of existence while completely free from the extremes of attachment and fear. This is the fruit of emptiness.

In other words, the realization of emptiness enables one to remain engaged in the world out of compassion for deluded beings who experience suffering, while simultaneously transcending both attachment to worldly existence and the fear that drives lesser practitioners to escape from it entirely. This balanced state—where one can work within the cycle of rebirth for others' benefit without being tainted by it—is the true and profound result that emptiness realization brings. +Thus, objections against the position of emptiness cannot be reasonably sustained. Therefore, one should meditate on emptiness with unwavering confidence and without any doubt. +Emptiness is the antidote to the darkness of both emotional and cognitive obscurations. How could anyone who desires to quickly attain omniscience not meditate on it? +If an object causes suffering,
It is natural to fear it.
Yet since emptiness pacifies all suffering,
Why should one fear it? +If there were a self that truly existed, then fear would arise in relation to any object whatsoever. But since there is not even the slightest inherently existing self, who is it that actually becomes afraid? +I am not my teeth, hair, or nails.
I am not my bones or blood.
I am not mucus or phlegm,
Nor am I lymph fluid or pus.

---

*Modern English Translation:*

I am not to be identified with my teeth, hair, or nails. My true self is not to be found in my bones or blood. I am not the mucus from my nose or the phlegm in my body. Neither am I the lymph fluid or pus that may form within this physical form. +I am not fat nor am I sweat.
I am not the lungs nor the liver.
I am not any other internal organs.
I am not excrement nor urine. +I am not flesh, nor skin;
I am not heat, nor am I the vital winds.
I am not the bodily openings in any way,
Nor am I the six consciousnesses. +If sound-consciousness were permanent, then it would apprehend sound at all times. When there is no object to be known, what could it possibly cognize? On what basis could it even be called consciousness? +If consciousness could exist without actually cognizing anything, then even a piece of wood would absurdly qualify as consciousness. Therefore, it is definitively established that consciousness cannot exist without the presence of an object to be known. +If the same [consciousness] that knows visual form, why would it not also hear sound at that same moment? If you argue this is because sound is not present nearby, then by the same logic, the consciousness of sound should not exist either. +That which has the nature of grasping sound—how could it grasp form? A single person may be conceptualized as both father and son, but this is not ultimately real. +Thus, the qualities of essence, energy, and darkness are neither son nor father. That which perceives sound is not seen as having the nature of visual perception. +If one perceives the same essence merely appearing in a different form, like an actor [changing roles], then that essence cannot be permanent. If you claim that this different manifestation is still the same essential nature, then such a concept of oneness is unprecedented. +Translation of the Buddhist Philosophical Verse

If the differentiated appearances are not true,
Then what exactly is their intrinsic nature?
If you say it is merely consciousness itself,
Then all beings would absurdly collapse into one.

Prose Translation

If you claim that things appearing in different ways are not true as they appear—that is, if the various differentiated aspects of consciousness such as sound perception are merely superficial appearances and not real—then you must explain what actually constitutes their true intrinsic nature. If your answer is that their nature is simply 'consciousness itself' or 'pure awareness,' then you face an absurd consequence: all sentient beings with their separate mind-streams would necessarily become a single entity. This is because all minds would be equivalent in being mere undifferentiated consciousness, eliminating any basis for distinguishing between different beings or persons. +If conscious and unconscious entities would become one because they equally exist, and if their distinguishing characteristics are false, then what could possibly serve as the basis for any similarity between them? +I cannot be an unconscious entity, since anything that lacks consciousness—like a pot or similar objects—cannot be a self. And if one argues that I could be an entity that possesses consciousness through association, this creates an absurdity: an inherently non-knowing entity that comes to know would contradict its own nature, as this transformation would destroy its original non-conscious essence. +If the self is truly unchangeable,
What can consciousness possibly do for it?
In this way, an unconscious, inactive entity
Would merely be space labeled as 'self.' +If there is no self, then the connection between actions and their results would not be reasonable. Since the action would disappear after being performed, whose action would it become when the result manifests? +Since both of us acknowledge that the bases of action and its result are distinct, and that in these processes there is no permanent self that functions as an agent—a point established by both our positions—isn't this debate ultimately pointless? +The notion that 'a cause-possessor simultaneously enjoys its result' cannot be observed—such a scenario is impossible. Rather, the Buddha taught that terms like 'the doer' and 'the experiencer' are designated in dependence upon a single continuum.

---

Explanatory Translation

It is impossible to observe a situation where one who possesses a cause simultaneously experiences its result. Instead, the Buddha taught that we designate someone as 'the agent who performs an action' and 'the one who experiences the results' based on the concept of a single mental-physical continuum. This maintains the relationship between actions and their consequences without requiring a permanent self. +Past and future mind cannot be the self, for they do not exist. If one claims the presently arisen mind is the self, then when that mind ceases, the self would no longer exist. +Just as a banana tree trunk, when separated into its parts, reveals nothing substantial within, likewise, when I search for myself through careful analysis, I too am found to have no ultimate reality. +Translation of Śāntideva's Verse

'If sentient beings do not truly exist, toward whom should compassion be shown?' one might ask.

It is toward those who appear due to ignorance—constructs that are accepted provisionally for the purpose of achieving liberation. +If sentient beings do not exist, then for whom is the result and who would attain it? This is true from the ultimate perspective, yet the desire for this result arises from ignorance. For the sake of pacifying suffering, this ignorance regarding the result should not be rejected. +The ego-centered pride that causes suffering
grows stronger through delusion about the self.
If one objects that this cannot be reversed,
then meditation on selflessness is the supreme remedy. +The body is not the feet, nor is it the calves.
Neither the thighs nor the waist constitute the body.
The abdomen and back are also not the body.
The chest and shoulders, too, are not the body. +Neither the sides nor the hands constitute the body.
Neither the armpits nor the shoulders are the body.
The internal organs are not it either.
If neither the head nor the neck are the body,
Then what indeed is this thing called 'body'? +If this body exists throughout all its parts
By having a portion in each location,
Then those portions would reside in their own parts,
But where does the body itself actually abide? +If the body as a complete entity existed within all its parts such as hands and so forth, then there would be as many bodies as there are parts like hands and so forth. +If the body exists neither externally nor internally, how can it exist in the hands and other parts? If it is not separate from the hands and other parts, how then can it truly exist at all? +The body does not inherently exist; rather, due to delusion, we form the concept of a 'body' regarding hands and other parts. This happens through the specific arrangement of these components—just as one mistakes a scarecrow for a person based on its form.

In other words, there is no intrinsically existing body, yet through ignorance, we develop the notion of a body when looking at hands and other bodily parts. This misconception arises from the particular way these parts are arranged and organized, similar to how someone might mistake a scarecrow for a human being when seeing its human-like shape from a distance. +For as long as the collection of conditions remains assembled, the body appears like a person, similar to a scarecrow. Likewise, for as long as hands and other parts exist in their proper relationship, for that duration the body appears as such. +Likewise, since a finger is merely a collection of parts, what could we truly identify as a hand? That hand, too, is merely an aggregation of joints, and even those joints, when divided into their own components, cannot be found as singular entities. +Translation

Any part, when analyzed, divides into particles.
And even that particle, when subjected to analysis by directional parts,
Along with its directional divisions, being devoid of parts,
Like space, therefore, even particles do not exist.

Modern English Translation

When we analyze any component of physical reality, we can break it down into particles. But even these particles themselves can be further divided according to their directional aspects—east, west, north, south, top, and bottom. Upon closer examination, these directional divisions are found to be without inherent parts or substance. Therefore, just as space has no substantiality, particles themselves ultimately do not exist as independent, inherently real entities.

The analysis shows that physical forms, when subjected to progressive examination from gross to subtle levels, ultimately dissolve into emptiness, similar to the nature of space. No truly established, indivisible particles can be found at the foundation of physical reality. +Who, possessing discernment, would become attached to forms that are dream-like in this way? When the body thus has no inherent existence, what then can truly be called woman or man? +If suffering truly existed inherently, why would it not affect those experiencing great joy? And if happiness were truly real, why would delicious foods and pleasant things fail to bring delight to those afflicted with grief and anguish? +If a sensation is overpowered by something stronger and thus not experienced, how can it be called a sensation at all? For something whose very nature is not to be experienced, how can it possibly be considered a feeling? +Suffering exists in a subtle form. Hasn't the coarse aspect of suffering been removed? If one argues, 'This is merely experienced as a slight enjoyment different from intense pleasure,' even that subtle aspect would still belong to pleasure, not suffering. +If the arising of contradictory conditions would mean that suffering does not arise, wouldn't this establish that what we call 'feeling' is merely a conceptual fixation or mental projection? +For this very reason, this analytical investigation should be cultivated as the antidote. Meditation, arising from the field of discriminating analysis, serves as nourishment for yogis. +If there is space between sense faculties and their objects,
how could they ever meet?
And if there is no space between them, they would become one and the same—
so which thing could connect with which? +One atomic particle cannot enter into another atomic particle. This is because they have no empty space within them and are equal in size to each other. Since they cannot enter into one another, they cannot mix together. And without mixing, there can be no true contact between them. +Verse 96 - On the Impossibility of Contact Between Partless Entities

How can something that is partless be said to make contact with anything? If you have seen something that is both partless and capable of making contact, please demonstrate it.

---

*Translation Note: This verse presents a philosophical challenge regarding the contradiction between being partless and making contact. In Buddhist atomistic debates, this argument undermines the idea that indivisible atoms could physically touch one another, since contact logically requires parts at minimum, a part that contacts and a part that doesn't. The verse challenges proponents of atomism to demonstrate how such a contradiction could be resolved, implying that no such demonstration is possible because the concept itself is fundamentally incoherent.* +Consciousness, being without physical form, cannot reasonably make contact with objects. And since a collection also lacks true existence, as was previously examined in detail, there can be no inherently real connection between consciousness and objects. +Thus, if contact does not exist, how could feeling possibly arise? What purpose does all this striving serve? From what could harm come, and to whom? +When there is no experiencer to be found
And sensation itself does not truly exist,
Upon seeing this reality,
Why would craving not dissolve? +When something is seen or touched, it exists in the nature of a dream or an illusion. Because feelings arise simultaneously with the mind that experiences them, these feelings cannot truly be seen or experienced by that same mind. +Translation of the Buddhist Verse on the Nature of Experience

What arises before or after is only remembered, not truly experienced. One does not experience oneself, nor is one experienced by others.

In more natural contemporary English:

Feelings that arose in the past or will arise in the future can only be remembered or anticipated, but are never directly experienced in the present moment. A feeling cannot experience itself, nor can it truly be experienced by any consciousness other than itself. This reveals the ultimately illusory nature of what we consider experience. +No experiencer of sensations truly exists.
Therefore, sensation itself has no ultimate reality.
So in this collection of aggregates devoid of self,
How could suffering actually cause harm? +The mind does not reside within the sense faculties,
Nor in forms and other objects, nor in the space between them.
It is neither inside nor outside,
Nor can it be found anywhere else. +That which is neither found within the body,
Nor elsewhere apart from it,
Neither mixed with the body nor existing separately anywhere—
This does not exist in the slightest way.
Therefore, sentient beings are naturally beyond suffering. +If consciousness exists prior to its object of knowledge,
Upon what does it focus to arise?
If consciousness and its object of knowledge exist simultaneously,
Upon what does it focus to arise? +If the object of knowledge were to exist only after [the cognition],
then from what would that cognition arise?
Thus, the arising of all phenomena
cannot be logically established. +If conventional reality does not exist in this way, then how could the two truths possibly exist? And if conventional reality depends on yet another convention, how could sentient beings ever attain liberation from suffering? +This is merely conceptual fabrication about others' minds,
But that is not one's own conventional reality.
If, after achieving nirvana, one still ascertains that conventional phenomena exist,
Then they do exist relative to oneself; otherwise, conventional reality itself does not exist. +The conceptualizing mind and that which is conceptualized are mutually dependent upon each other. All analytical investigations are expressed based on what is conventionally accepted in the world. +When one employs analytical wisdom to examine phenomena, and then uses that same analytical process to investigate the analytical wisdom itself, this creates an endless regression. This is because if the discriminating knowledge that examines all things must itself be examined, there would be no end to this chain of examination. +When the objects of analysis are thoroughly examined,
No basis remains for the analytical mind itself.
Because there is no foundation, nothing arises—
This is what is called nirvana, the state beyond suffering. +For one who considers both the object and the cognition as truly existent, their position is extremely difficult to defend. If they claim that objects are established through the power of cognition, then what basis exists for the very existence of that cognition itself? +Translation of Verse 113

If knowledge is established based on objects of knowledge,
What then is the foundation for the existence of those knowable objects?
If both exist through mutual dependence on each other,
Then both would ultimately lack inherent existence.

Expanded Modern English Translation

If one claims that knowledge derives its existence from objects of knowledge, we must ask: what serves as the basis for the existence of these knowable objects themselves? The argument creates a circular problem. And if we suggest that knowledge and its objects exist purely through mutual dependence—each established only by virtue of the other—then we must conclude that both ultimately lack any independent, inherent existence. Like the concepts of 'long' and 'short' which exist only in relation to each other, neither knowledge nor its objects can stand alone. This mutual dependence reveals that both knowledge and knowable objects are empty of self-nature. +If there is no son, how can one be a father?
Yet from where would a son arise without a father?
Without a son, there is no father,
And likewise, both lack inherent existence. +Just as a sprout arises from a seed,
And the existence of that seed is understood through the sprout's emergence,
When consciousness arises from objects of knowledge,
Why would one not similarly understand the existence of those objects? +From a sprout, if through a separate cognition
One understands that 'a seed exists,'
Then by what means is the existence of cognition itself known—
The cognition by which that object is understood? +First, ordinary people can perceive through direct observation that all phenomena in the world have causes. Just as lotus stems and similar things display various differences, these variations arise from differences in their respective causes. +If one asks what produces the diversity among causes, it is precisely from the differentiation of previous causes.

Why is a cause able to generate its effect? It is precisely from the power of previous causes. +If one claims that a sovereign deity is the cause of all beings, then first tell me: what exactly is this sovereign deity? If you say it refers to the elements, very well then. Why exhaust oneself arguing over a mere difference in names? +However, elements like earth are manifold in nature,
Impermanent, without conscious movement, and not divine.
They can be trodden upon and are inherently impure—
Therefore, they cannot possibly be Īśvara.

In modern English prose:

However, material elements such as earth cannot be considered the supreme deity Īśvara. These elements exist as multiple substances rather than a unified entity. They are impermanent, undergoing continuous change and deterioration, unlike an eternal deity. They lack conscious intention in their movements and effects. They are not divine beings worthy of worship. These elements can be stepped on and traversed by ordinary beings, which would be inappropriate for a supreme deity. Finally, they possess inherent impurity, whereas a divine being would be characterized by purity. For these reasons, physical elements cannot be equated with Īśvara. +The Creator cannot be space, as space lacks the capacity for action. The Creator cannot be a permanent self, as this has already been refuted. And what purpose is served by claiming an inconceivable agent? If the Creator is truly inconceivable, even the assertion of such a Creator becomes meaningless. +What exactly does the divine creator wish to produce? If it is supposed to be the self, then surely this self—along with the elements like earth, and the divine lord himself—is considered permanent in their own system? Furthermore, consciousness arises from its objects of knowledge, and... +Happiness and suffering arise from karma that has no beginning.
Tell me, what exactly has this [creator deity] produced?
If a cause has no beginning,
How could its results have a beginning? +Translation

Why does God not create continuously?
He does not depend on anything else.
If nothing exists that he has not created,
Then what could his creative activity possibly depend on?

Alternative prose translation

If God truly exists as the universal creator, why doesn't he create effects continuously? This cannot be explained by saying he depends on other conditions, because he supposedly does not rely on anything else. If nothing exists that was not created by him—including any conditions for creation—then what could his act of creation possibly depend on that would explain why effects occur only occasionally rather than constantly? +If a creator deity depends on a collection of causes and conditions, then that collection itself becomes the true cause, not the deity. When the collection of causes and conditions is present, the deity has no power to prevent the result from arising. And without these causes and conditions, the deity lacks the power to produce any result at all. +If the divine Lord acts unwillingly,
It follows he would be subject to others' control.
If he acts willingly, he becomes dependent on his desires.
How can one who acts with such dependence truly be a sovereign Lord? +As for those who claim that atoms are permanent—the Vaiśeṣikas and Mīmāṃsakas—they have already been refuted earlier through the reasoning that demonstrates how atoms can be divided into directional parts. The Sāṃkhyas, for their part, assert that primordial nature pradhāna is permanent and serves as the cause of the world and all living beings. +When the three qualities—sattva clarity, rajas energy, and tamas darkness—remain in perfect equilibrium, this state is called pradhāna the Primary Principle. When these qualities fall out of balance, they are said to manifest as the phenomenal world.

*Alternative translation in more accessible language:*

When the three fundamental qualities—clarity, energy, and darkness—exist in perfect balance, this balanced state is known as the Primary Principle pradhāna. However, when these qualities become unbalanced, they manifest as the diverse phenomena of the world we experience. +It is illogical for a single entity to possess three distinct natures simultaneously. Therefore, such a primordial substance cannot exist. Similarly, the three qualities themselves cannot truly exist either, since each of these qualities individually would also need to be threefold in nature. +Translation of Verse 130

If the essential qualities are absent, then the very existence of things like sound becomes extremely remote. Similarly, pleasure and such experiences cannot possibly exist in unconscious objects like clothing. +If things truly exist as having the nature of their causes, haven't we already thoroughly examined and refuted the existence of such things? Moreover, according to your view, pleasure and similar feelings are themselves the causes [of material things], yet it's evident that things like cloth do not arise from such feelings. +Pleasure and similar sensations arise from cloth and similar objects. Yet because these objects themselves do not truly exist, the pleasure and other sensations derived from them cannot truly exist either. Furthermore, pleasure and similar experiences are never observed to possess permanence at any time. +If experiences like happiness are truly manifest and inherently exist, why aren't they continuously apprehended by consciousness? If one claims that this same happiness merely becomes subtle [when not experienced], how can it be both coarse and subtle? How can a single entity possess these contradictory states? +When the gross form is discarded and transforms into the subtle,
Both the subtle and gross states are themselves impermanent.
Similarly, why would one not accept
That all entities are likewise impermanent? +If you claim that gross physical form is not different from pleasure, then clearly pleasure must be impermanent. If you argue that 'Nothing that previously did not exist can arise, because non-existence cannot produce existence,' you contradict yourself. For even though you are unwilling to accept it, the fact remains that you have already established that manifestation arises from what previously did not exist. +Translation of the Tibetan Buddhist Text

If effects truly existed within their causes,
Then eating food would be the same as consuming filth.
And for the price of cloth, you might as well
Purchase cotton seeds and wear them as your garment.

Modern English Translation Prose Version

If effects inherently resided within their causes, as some philosophers claim, then eating ordinary food would be equivalent to consuming impure substances. Similarly, you might as well purchase cotton seeds for the price of finished cloth and attempt to wear those seeds as clothing. These absurdities reveal the contradiction in believing that effects pre-exist in their causes. +Translation

'If the world does not see [the effect in the cause] due to ignorance, then why don't those who claim to know reality act according to this supposed truth?'

*Alternative rendering for more contextual clarity:*

'If ordinary people fail to see cloth already existing in seeds merely because of their ignorance, as you claim, then why don't your own wise teachers who supposedly know this reality wear cotton seeds as garments instead of woven cloth?' +If this knowledge exists even among ordinary people, why then do they not see it? If ordinary perception is not a valid means of knowledge, then even the clear things we perceive cannot be considered true. +If valid means of cognition are not ultimately valid,
Wouldn't the objects they measure be false?
Therefore, meditation on emptiness
As the true nature of reality would not be tenable.

---

Modern English Translation Prose Version

If valid cognition is not truly valid, as you Madhyamikas claim, wouldn't the objects measured by such cognition also be false? If the means of measuring reality are themselves invalid, then how can we trust what they establish? Following this reasoning, meditation on emptiness as the ultimate nature of phenomena would be logically untenable, as the very understanding of emptiness would be established through unreliable means. +Without touching upon a mentally constructed entity, one cannot apprehend its non-existence. Therefore, whatever entity is false, its non-existence is likewise clearly false. +Therefore, when in a dream one's child has died,
The thought 'this child does not exist'
Serves as an obstacle to the conception
That 'the child exists' - yet this thought too is false. +Therefore, through this kind of careful analysis, we can see that nothing whatsoever exists without a cause. Nor does anything inherently exist within its conditions, whether these conditions are considered individually or as a collective whole. +It neither comes from elsewhere,
Nor does it abide, nor does it go away.
How does this, which the deluded take as real,
Differ in any way from an illusion? +Examine carefully: that which is created by illusion, and that which is produced by causes—where does it come from, and where does it go? +When something appears due to the presence of certain causes, but does not appear when those causes are absent, it is artificially constructed, just like a reflection in a mirror. How could such a thing possess any inherent truth or reality? +For an entity that already exists,
What need is there for a cause?
And if that entity does not exist at all,
What need is there for a cause? +Even with a hundred million causes,
That which does not exist cannot be transformed.
How could something in a state of non-existence become real?
And what other thing could transform into existence? +If a thing cannot exist during its time of non-existence, when would it ever become existent? Without having first arisen as an entity, it cannot become separated from its non-existence. +If something is not free from non-existence,
There can be no opportunity for its existence.
Likewise, what exists cannot transform into non-existence,
For this would entail the absurdity of having two contradictory natures. +Thus, there is no cessation, nor are there inherently existing entities. Therefore, all sentient beings and worlds are, in their ultimate nature, never born and never cease. +Sentient beings are like dreams,
And when thoroughly analyzed, they resemble plantain trees.
Between what we call nirvana and what is not nirvana,
In ultimate reality, there exists no difference. +In these phenomena that are thus empty of inherent existence,
what can truly be gained and what can truly be lost?
Who is there to be honored or respected,
and who is there to be completely disdained? +From where do happiness and suffering arise? What is there to like, and what is there to dislike? If one searches for their true nature, who is it that experiences craving, and toward what is that craving directed? +When carefully examined, what is this world of the living? Who truly dies here? Who will come into being, and who has already existed? Who is truly a relative, and who is genuinely a friend? +May people like myself regard all things as being like the sky—
Beings who desire happiness for themselves
Through causes of conflict and excitement
[End up creating these very causes of suffering]. +Caught in agitation and fleeting pleasures, beings endure immense hardship through their harmful actions. They experience grief, exhaust themselves in futile struggles, and engage in bitter disputes. They inflict wounds upon each other, cutting and piercing one another in conflict. Through such negative deeds, they sustain their lives with great difficulty, all while deluding themselves that these actions will bring satisfaction. +They return again and again to fortunate realms,
Where they experience numerous pleasures.
But after death they fall into the lower realms,
Suffering torments that are prolonged and unbearable. +In the realm of cyclic existence, there are many dangerous precipices. In such a place, there is nothing resembling true reality. Furthermore, since there is mutual contradiction between the two, such ultimate reality cannot exist within cyclic existence. +There in cyclic existence, incomparable and unbearable oceans of suffering extend beyond all limits. In such a state, beings possess very little strength, and their lives are indeed exceedingly brief. +Even during this brief existence, life is consumed by efforts to survive and maintain health, by the fatigue of hunger and exhaustion, by time spent sleeping and enduring various harms. Similarly, one's time is wasted in fruitless associations with childish people. +Life passes swiftly without purpose,
And the wisdom of discernment is exceedingly difficult to find.
Even then, how could there possibly be a method
To reverse the habitual patterns of distraction? +Even in this context, demonic forces actively strive to cast beings into great lower realms of suffering. Here, numerous wrong paths abound, and doubt is exceedingly difficult to overcome. +Translation of Shantideva's Verse

Once again, a precious human life with spiritual opportunity is exceedingly difficult to find. The appearance of a Buddha in this world is extraordinarily rare. The torrents of afflictive emotions are nearly impossible to overcome. Alas! How endlessly suffering continues in succession. +How tragic! These beings deserve our deepest compassion. Though immersed in extreme suffering, they fail to recognize their own dire condition. Alas! How worthy of lamentation are these beings who remain adrift in the river of suffering! +Just as someone who repeatedly bathes themselves and then repeatedly enters into fire, similarly, though they dwell in extreme suffering, they delude themselves into thinking they are happy. +For those who live as if they were immune to aging and death, dwelling carelessly in their illusory state of immortality, severe consequences await. When death inevitably arrives first to claim them, they will fall into unbearable suffering in the lower realms. +When will I be able to pacify those who are tormented by the fires of suffering? When will I shower them with resources of happiness that flow abundantly from the clouds of my merit, bringing them peace? +When I have accumulated a collection of merit with deep reverence through the practice of non-referential awareness, I will teach the profound nature of emptiness to those who suffer because of their fixation on inherent existence. +This concludes the ninth chapter of 'Introduction to the Bodhisattva's Way of Life,' entitled 'The Perfection of Wisdom.' +Through whatever virtue I have gained by composing this work on entering the Bodhisattva's way of life, may all beings engage in the conduct of awakening.

*Alternative translation:*

By whatever goodness arises from my effort to compose this text on how to enter the Bodhisattva's way of life, may all beings be adorned with the practice of the path to awakening. +May all beings throughout all directions who experience suffering in body and mind, however many there may be, obtain an ocean of happiness and joy through the power of my merit. +For as long as cyclic existence endures, may these beings never lose their happiness. May all living creatures attain the uninterrupted joy experienced by bodhisattvas. +May all sentient beings who dwell in the countless hell realms throughout the various world systems experience and rejoice in the supreme happiness of Sukhāvatī, the Land of Bliss. +May those suffering from cold find warmth. Through the limitless rivers flowing from the great clouds of bodhisattvas, may those suffering from heat be cooled. +May the forest of blade-like leaves transform for them into delightful pleasure groves.
May even the cotton trees with their cruel thorns be reborn as wish-fulfilling trees. +May the regions of hell become delightful places adorned with the beauty of blue-winged teal, ruddy shelducks, swans, and other birds that emit melodious calls. May these realms be transformed into pleasant landscapes with lakes filled with lotuses that emit powerful fragrances, making these once-terrible places into realms of joy and delight. +May these heaps of burning coals transform into mounds of precious jewels.
May the scorching ground become a crystal floor beautifully arranged.
May the crushing mountains become magnificent offering palaces
Filled with the presence of the Blissfully Gone Ones Sugatas.

Prose Translation

May all those heaps of burning coals be transformed into piles of precious jewels. May the scorched earth become a smooth, crystal pavement. May the mountains that crush and destroy also become magnificent celestial palaces of offerings, completely filled with the perfectly realized Buddhas. +May the rain of embers, heated stones, and weapons from this day forward transform into a shower of flowers.

From this day onward, may the mutual attacks with weapons become instead the tossing of flowers for play and delight. +Those immersed in the boiling river that resembles a pit of fire and offers no ford to cross,
Whose flesh has completely disintegrated, leaving skeletal remains white as kunda flowers—
May they, through the power of my virtuous deeds, obtain divine bodies
And dwell with celestial goddesses where the gentle waters flow. +'Why are Yama's servants, along with those dreadful crows and vultures, suddenly terrified in this place? Who possesses this excellent power that dispels darkness from all directions and generates happiness and joy?' they wonder. Looking upward into the expanse of the sky, they behold Vajrapani blazing with radiance. Upon seeing him, may they—freed from their negative actions through the force of their overwhelming joy—be able to accompany him on his journey. +A shower of flowers mixed with fragrant waters falls down,
Extinguishing the blazing fires of hell with a hissing sound.
As those in hell, suddenly filled with unexpected joy, wonder, 'What is this?'
May they behold the Lotus-Handed One before them. +Come quickly, friends! Cast away your fears, for we are alive! A certain radiant youth with a topknot has arrived among us, bringing fearlessness. Through his power, all our suffering has disappeared and waves of joy have arisen. The awakening mind has emerged, along with compassion—the mother of complete protection for all beings. +Translation of the Verse on Mañjuśrī's Compassionate Appearance

Behold him whose lotus feet are worshipped by the crowns of hundreds of gods, whose eyes are moist with compassion, upon whose head falls a shower of countless flowers. May the beings in hell realms now burst into joyful exclamations upon seeing Mañjuśrī before them, surrounded by magnificent celestial mansions, while thousands of divine maidens sing his praises in melodious voices.

In more natural, flowing English:

Look upon this wondrous sight: Mañjuśrī, whose lotus feet receive the touch of hundreds of divine crowns in reverence, whose compassionate gaze flows with moisture born of loving-kindness for all beings. See how a cascade of countless flower blossoms showers upon his head, while he dwells amidst beautiful multi-tiered palaces. Around him, thousands of celestial goddesses fill the air with their melodious songs of praise. May all beings suffering in hell realms now witness this magnificent vision of Mañjuśrī and, upon seeing him, may their cries of pain transform into expressions of joy and wonder. +Thus, through my virtuous deeds, may the beings suffering in the hell realms experience great joy upon seeing Samantabhadra and other bodhisattvas—like clouds free from all obscurations—causing cooling, pleasant showers with sweet-scented breezes to fall upon them. When these hell beings witness this refreshing rainfall bringing comfort and relief, may they be filled with tremendous happiness. +May all animals be freed from the fear of devouring one another. May all hungry ghosts find happiness like the humans of Uttarakuru in the northern continent. +May the stream of nectar flowing from the hands of noble Avalokiteshvara, the Lord of Compassion, satisfy all hungry ghosts and, as they bathe in it, may they be perpetually cooled and refreshed. +May the blind regain their sight and behold visible forms,
And may the deaf always be able to hear sounds.
Just as the divine goddess Māyā gave birth miraculously,
May pregnant women deliver their children without harm or suffering. +May those who are naked obtain clothing,
May those who hunger receive nourishing food,
May those who thirst find pure water,
And may they all enjoy delicious drinks. +May those who are impoverished obtain wealth.
May those afflicted with sorrow and suffering find joy.
May those who have fallen into despair be revived in spirit,
And may they attain perfect, unwavering stability. +May all sentient beings who are ill
Be swiftly freed from their sickness.
May all diseases of living beings, without exception,
Never arise again.

---

Prose Translation

May all sentient beings suffering from illness be quickly liberated from their afflictions. May every disease that affects living beings—without a single exception—permanently cease to arise. +May those who are fearful become free from fear. May those who are bound be liberated.
May those without strength become powerful, and may all beings develop gentle hearts toward one another. +May all travelers in every direction journey in safety and comfort. May whatever purpose for which they travel be accomplished effortlessly, fulfilled naturally without requiring struggle or hardship. +May those who embark on journeys by boat or great ship have all their heart's desires fulfilled. Having safely reached the shore, may they rejoice together with their loved ones. +May those who have lost their way on sorrowful paths find companions on their journey. May they proceed without weariness and with ease, free from fears of thieves, tigers, and other dangers. +May the divine protectors safeguard those who are asleep, intoxicated, or completely inebriated; children and the elderly who have no guardians; and all who find themselves in remote monasteries or other perilous, pathless places. +May all beings be liberated from every state that lacks spiritual opportunity, and be endowed with faith, wisdom, and loving compassion. May they obtain excellent sustenance and conduct, and always remember their previous lifetimes. +May all beings possess inexhaustible resources like the sky-treasury, with enjoyments that never become depleted. May they live without conflict and free from harm, able to enjoy their lives with complete independence. +May all sentient beings who possess little radiance and majesty be transformed into beings of great splendor. May those ascetics who have become physically deformed through their austerities attain perfectly beautiful bodily forms.

*Expanded Translation:*

May all sentient beings who currently possess little radiance or charisma—those who are overlooked or ridiculed because of their unimpressive appearance—be transformed into beings of magnificent presence and great majesty. May they no longer suffer from others' contempt but instead be able to act with dignity and independence. And may those devoted practitioners who have endured harsh austerities—whose bodies have become emaciated or disfigured through exposure to extreme conditions, lack of food, or other spiritual hardships—attain perfectly beautiful and well-formed bodies while maintaining their spiritual discipline. +May all women throughout the world attain masculine form. May those of low status achieve high positions, and may their pride be overcome. +Through this merit I have generated, may all beings without exception abandon every negative action and continuously engage in virtuous conduct. +May we never be separated from the awakening mind, and may we be devoted to the practices that lead to enlightenment. May we be fully embraced by all the Buddhas, and may we completely abandon all actions that serve as obstacles to spiritual progress. +May all sentient beings have immeasurably long lives. May they always live in happiness and well-being, and may even the very sound of death never be heard among them. +May all directions be filled with delightful gardens of wish-fulfilling trees, populated by Buddhas and Buddha's children who captivate minds with their melodious proclamations of the Dharma. +May the ground everywhere become free from gravel and other impurities, level like the palm of a hand, and remain naturally smooth with the essence of lapis lazuli. +In all the gathering places throughout the world, may many bodhisattvas take their seats and adorn the surface of the earth with their magnificent qualities. +May all sentient beings continuously hear the uninterrupted sound of the Dharma emanating from birds, from all trees, from rays of light, and even from the sky itself. +May they always meet with the Buddhas and the Buddha's spiritual children. With limitless clouds of offerings, may they make offerings to the teachers of all beings. +May the deities send rainfall in the proper seasons,
May harvests be abundant and plentiful,
May rulers govern according to the principles of dharma,
And may the world and its inhabitants flourish.

---

Modern English Prose Translation

May the gods bring timely rains when they are needed, creating the natural conditions that support life and practice. May crops and harvests be abundant and successful, providing the material foundation for both sustenance and spiritual development. May those who rule and lead do so in accordance with righteous principles, upholding dharmic values in both religious and secular affairs. And may the entire world—both the natural environment and all beings who dwell within it—thrive in prosperity, happiness, and well-being. +May all medicines be endowed with healing power. May the recitation of sacred mantras be successful for those who practice them. May ḍākinīs, rākṣasas, and all such beings be filled with compassionate minds.

May all medicines be imbued with their full healing potential. May those who recite sacred mantras achieve the results they seek. May all sky-travelers, spirits, and potentially harmful beings be filled with compassion instead of malice. +May no sentient being suffer pain,
May none commit harmful deeds or fall ill,
May none be intimidated or despised,
And may no one experience mental distress. +May monasteries be filled with the sounds of study and recitation, flourishing as vibrant centers of learning. May the monastic community always remain in harmony, and may all their noble aims be successfully accomplished.

---

Detailed Translation

May all monasteries and temples be adorned with the activities of reading sacred texts and melodious recitation from memory, and may these sacred institutions remain well-established and flourish. May the monastic community always maintain harmony and unity in their endeavors, free from division or conflict. Furthermore, may all the spiritual goals and practical objectives of the Sangha be fully accomplished according to their aspirations.

The verse expresses the wish that Buddhist monasteries serve their essential purpose as centers where the teachings are continuously studied, recited, and contemplated. It emphasizes the importance of both intellectual engagement with texts and their embodied practice through recitation. The second part of the verse focuses on the monastic community itself, highlighting the dual importance of harmony among its members and the fulfillment of their spiritual mission—both their own progress toward liberation and their responsibility to preserve the Buddha's teachings for the benefit of all beings. +May monks who aspire to proper training obtain true seclusion. Having abandoned all distractions, may they cultivate a mind that is workable and receptive to meditation. +May the nuns be well-provided for with their necessities, and may they be free from quarrels and harmful behavior. Likewise, may all those who have left worldly life to become monastics maintain their moral discipline without deterioration. +When I become disheartened by my moral failings,
May I always work to eliminate negative actions.
Having attained a fortunate rebirth,
May my spiritual commitments remain unbroken even there. +May scholars be honored and respected, and may they easily obtain the alms they need. May their minds be completely purified, and may their good reputation spread throughout all directions.

Expanded Translation

May the learned ones be respected and honored, and may they receive ample provisions through alms-giving. May their mental streams be thoroughly purified, and may their noble reputation spread in all directions throughout the world. +May they never experience the sufferings of the lower realms, and without needing to undergo difficult austerities, may they swiftly attain Buddhahood with a body more sublime than even the gods. +May all sentient beings make abundant offerings to all the Buddhas, and may they forever dwell in happiness through the inconceivable bliss of Buddhahood. +May the aspirations of the bodhisattvas for the welfare of all beings be completely fulfilled. May all sentient beings receive exactly what these protectors have envisioned for them. +Likewise, may all Pratyekabuddhas and Śrāvakas experience happiness. +Through the kindness of Mañjuśrī, until I attain the Ground of Perfect Joy, may I always remember my past lives and obtain the renunciant's life in every rebirth. +May I sustain myself with simple food while maintaining my vitality and strength. Throughout all my future lifetimes, may I obtain perfect conditions for dwelling in solitude. +Whenever I wish to see the divine face of Mañjuśrī or desire to ask even the smallest question, may I behold that very protector, Mañjuśrī himself, without any obstacles or hindrances.

In other words: May I, without any impediment, directly perceive Lord Mañjuśrī whenever I wish to gaze upon him or whenever I seek answers, even to minor inquiries. May this wisdom deity be immediately accessible to me, revealing himself clearly and directly as my spiritual protector and guide on the path of wisdom. +For the benefit of all sentient beings throughout the ten directions, extending to the very limits of space, I aspire to conduct myself exactly as Mañjuśrī does. Just as he works tirelessly to fulfill the welfare of all beings, may my own actions likewise be dedicated entirely to accomplishing the well-being of all sentient creatures. +For as long as space itself endures, and for as long as living beings remain in this world, may I too continue to exist, dedicated to dispelling the sufferings of all beings. +Whatever suffering exists in the world, may all of it ripen upon me. Through the virtuous actions of all bodhisattvas, may all beings experience happiness. +The unique medicine for all beings' suffering,
The source from which all happiness arises,
May the teachings, along with material support and reverence,
Remain in this world for a very long time. +I bow to Mañjughoṣa, by whose kindness virtuous thought arises in me. I also pay homage to my spiritual guides, through whose kindness I have grown and flourished. +This concludes the tenth chapter entitled 'Dedication of Merit' from the Guide to the Bodhisattva's Way of Life.

Here ends the Guide to the Bodhisattva's Way of Life, composed by Master Śāntideva. +This text was first translated from a Kashmiri manuscript by the Indian preceptor Sarvajñadeva and the great translator Bande Paltsegs, who established a definitive Tibetan version. Later, this translation was revised by the Indian preceptor Dharmaśrībhadra working together with the great translators Bande Rinchen Zangpo and Śākya Lodrö. They compared it with a manuscript from Central India and its commentary, made corrections, and established an improved version.

Subsequently, at a later time, the Indian preceptor Sumatikīrti and the great translator monk Loden Sherab thoroughly corrected and retranslated the text, establishing an excellent definitive version. diff --git a/tests/pecha/serializers/json/data/315eLL7LxtqaIyfX/layers/96D3/alignment-nYmYcFl0c4easGla.json b/tests/pecha/serializers/json/data/315eLL7LxtqaIyfX/layers/96D3/alignment-nYmYcFl0c4easGla.json index d5e2686b..f06a7a0b 100644 --- a/tests/pecha/serializers/json/data/315eLL7LxtqaIyfX/layers/96D3/alignment-nYmYcFl0c4easGla.json +++ b/tests/pecha/serializers/json/data/315eLL7LxtqaIyfX/layers/96D3/alignment-nYmYcFl0c4easGla.json @@ -1,54855 +1,54855 @@ -{ - "@type": "AnnotationStore", - "@id": "315eLL7LxtqaIyfX", - "resources": [ - { - "@type": "TextResource", - "@id": "96D3", - "@include": "../../base/96D3.txt" - } - ], - "annotationsets": [ - { - "@type": "AnnotationDataSet", - "@id": "segmentation_annotation", - "keys": [ - { - "@type": "DataKey", - "@id": "index" - }, - { - "@type": "DataKey", - "@id": "alignment_index" - }, - { - "@type": "DataKey", - "@id": "segmentation_type" - } - ], - "data": [ - { - "@type": "AnnotationData", - "@id": "D74EEED706", - "key": "index", - "value": { - "@type": "Int", - "value": 1 - } - }, - { - "@type": "AnnotationData", - "@id": "D6E6E4BE89", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 1 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "key": "segmentation_type", - "value": { - "@type": "String", - "value": "alignment" - } - }, - { - "@type": "AnnotationData", - "@id": "5A3F33E755", - "key": "index", - "value": { - "@type": "Int", - "value": 2 - } - }, - { - "@type": "AnnotationData", - "@id": "6C166E9671", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 2 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "5BBA2BBC8C", - "key": "index", - "value": { - "@type": "Int", - "value": 3 - } - }, - { - "@type": "AnnotationData", - "@id": "BBCE1C46E8", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 3 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "2E8DC42228", - "key": "index", - "value": { - "@type": "Int", - "value": 4 - } - }, - { - "@type": "AnnotationData", - "@id": "A434AEE086", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 4 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "41688330C1", - "key": "index", - "value": { - "@type": "Int", - "value": 5 - } - }, - { - "@type": "AnnotationData", - "@id": "41626F7CC1", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 5 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "CBB7E7B13C", - "key": "index", - "value": { - "@type": "Int", - "value": 6 - } - }, - { - "@type": "AnnotationData", - "@id": "1CBBF01B04", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 6 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "4D3E6672DA", - "key": "index", - "value": { - "@type": "Int", - "value": 7 - } - }, - { - "@type": "AnnotationData", - "@id": "52555A6A85", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 7 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "5343A0E549", - "key": "index", - "value": { - "@type": "Int", - "value": 8 - } - }, - { - "@type": "AnnotationData", - "@id": "4271351587", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 8 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "D3344C5375", - "key": "index", - "value": { - "@type": "Int", - "value": 9 - } - }, - { - "@type": "AnnotationData", - "@id": "9989D62A6A", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 9 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "F534B3A648", - "key": "index", - "value": { - "@type": "Int", - "value": 10 - } - }, - { - "@type": "AnnotationData", - "@id": "E37DE5808C", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 10 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "AC2E6DD7DD", - "key": "index", - "value": { - "@type": "Int", - "value": 11 - } - }, - { - "@type": "AnnotationData", - "@id": "78EDFFC7C7", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 11 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "04F5C2C333", - "key": "index", - "value": { - "@type": "Int", - "value": 12 - } - }, - { - "@type": "AnnotationData", - "@id": "C59F603129", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 12 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "779F3EFD7F", - "key": "index", - "value": { - "@type": "Int", - "value": 13 - } - }, - { - "@type": "AnnotationData", - "@id": "A69BC388CC", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 13 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "47C111091A", - "key": "index", - "value": { - "@type": "Int", - "value": 14 - } - }, - { - "@type": "AnnotationData", - "@id": "10D5400071", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 14 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "444EAF2A12", - "key": "index", - "value": { - "@type": "Int", - "value": 15 - } - }, - { - "@type": "AnnotationData", - "@id": "BD4430FD2B", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 15 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "C51AD3915B", - "key": "index", - "value": { - "@type": "Int", - "value": 16 - } - }, - { - "@type": "AnnotationData", - "@id": "C0CA5C4CB8", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 16 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "E40A454F32", - "key": "index", - "value": { - "@type": "Int", - "value": 17 - } - }, - { - "@type": "AnnotationData", - "@id": "F28B97E17F", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 17 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "F6FBF1112C", - "key": "index", - "value": { - "@type": "Int", - "value": 18 - } - }, - { - "@type": "AnnotationData", - "@id": "BD00AD0A33", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 18 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "806A4E3DA5", - "key": "index", - "value": { - "@type": "Int", - "value": 19 - } - }, - { - "@type": "AnnotationData", - "@id": "7D7A7BCE1B", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 19 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "336F4767DD", - "key": "index", - "value": { - "@type": "Int", - "value": 20 - } - }, - { - "@type": "AnnotationData", - "@id": "CD193B24D4", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 20 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "4B24FB5C58", - "key": "index", - "value": { - "@type": "Int", - "value": 21 - } - }, - { - "@type": "AnnotationData", - "@id": "3C77F77739", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 21 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "E8E335BAEC", - "key": "index", - "value": { - "@type": "Int", - "value": 22 - } - }, - { - "@type": "AnnotationData", - "@id": "58483927B7", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 22 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "20DDC4C90D", - "key": "index", - "value": { - "@type": "Int", - "value": 23 - } - }, - { - "@type": "AnnotationData", - "@id": "0DA5434D6E", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 23 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "15F051F5EA", - "key": "index", - "value": { - "@type": "Int", - "value": 24 - } - }, - { - "@type": "AnnotationData", - "@id": "70E536B66E", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 24 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "4CBCFC00D5", - "key": "index", - "value": { - "@type": "Int", - "value": 25 - } - }, - { - "@type": "AnnotationData", - "@id": "56A29FFDA8", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 25 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "A2E8071414", - "key": "index", - "value": { - "@type": "Int", - "value": 26 - } - }, - { - "@type": "AnnotationData", - "@id": "3B67837376", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 26 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "9958B46B4A", - "key": "index", - "value": { - "@type": "Int", - "value": 27 - } - }, - { - "@type": "AnnotationData", - "@id": "00D2306666", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 27 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "AC76167A46", - "key": "index", - "value": { - "@type": "Int", - "value": 28 - } - }, - { - "@type": "AnnotationData", - "@id": "CD5075023C", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 28 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "EF0B4F0AA7", - "key": "index", - "value": { - "@type": "Int", - "value": 29 - } - }, - { - "@type": "AnnotationData", - "@id": "4362E3B464", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 29 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "A39E907407", - "key": "index", - "value": { - "@type": "Int", - "value": 30 - } - }, - { - "@type": "AnnotationData", - "@id": "90CAAA9A59", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 30 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "6C24244D48", - "key": "index", - "value": { - "@type": "Int", - "value": 31 - } - }, - { - "@type": "AnnotationData", - "@id": "204C178DED", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 31 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "C4BEE51B4A", - "key": "index", - "value": { - "@type": "Int", - "value": 32 - } - }, - { - "@type": "AnnotationData", - "@id": "8AE0422FBC", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 32 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "2E421EEFCF", - "key": "index", - "value": { - "@type": "Int", - "value": 33 - } - }, - { - "@type": "AnnotationData", - "@id": "56B4228025", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 33 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "9214CC1D58", - "key": "index", - "value": { - "@type": "Int", - "value": 34 - } - }, - { - "@type": "AnnotationData", - "@id": "85C870C69D", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 34 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "01EEDC91E6", - "key": "index", - "value": { - "@type": "Int", - "value": 35 - } - }, - { - "@type": "AnnotationData", - "@id": "044E1BE8FA", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 35 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "4343D18043", - "key": "index", - "value": { - "@type": "Int", - "value": 36 - } - }, - { - "@type": "AnnotationData", - "@id": "EE26D6A10D", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 36 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "362B72B82D", - "key": "index", - "value": { - "@type": "Int", - "value": 37 - } - }, - { - "@type": "AnnotationData", - "@id": "FA64226ADC", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 37 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "EA8A09AB1C", - "key": "index", - "value": { - "@type": "Int", - "value": 38 - } - }, - { - "@type": "AnnotationData", - "@id": "4FDC4EF801", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 38 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "08E90BBB20", - "key": "index", - "value": { - "@type": "Int", - "value": 39 - } - }, - { - "@type": "AnnotationData", - "@id": "504E2D6599", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 39 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "ECC6794997", - "key": "index", - "value": { - "@type": "Int", - "value": 40 - } - }, - { - "@type": "AnnotationData", - "@id": "3848539FC4", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 40 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "881A888864", - "key": "index", - "value": { - "@type": "Int", - "value": 41 - } - }, - { - "@type": "AnnotationData", - "@id": "83CF0DD1EC", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 41 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "9FE0100BEF", - "key": "index", - "value": { - "@type": "Int", - "value": 42 - } - }, - { - "@type": "AnnotationData", - "@id": "6114651CC4", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 42 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "546ECC18B7", - "key": "index", - "value": { - "@type": "Int", - "value": 43 - } - }, - { - "@type": "AnnotationData", - "@id": "B0A9AC0C40", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 43 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "85E4D8A989", - "key": "index", - "value": { - "@type": "Int", - "value": 44 - } - }, - { - "@type": "AnnotationData", - "@id": "E4ABE76C6A", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 44 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "DF26CB87FF", - "key": "index", - "value": { - "@type": "Int", - "value": 45 - } - }, - { - "@type": "AnnotationData", - "@id": "BC8FB8A8B5", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 45 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "ADDF9D2AF1", - "key": "index", - "value": { - "@type": "Int", - "value": 46 - } - }, - { - "@type": "AnnotationData", - "@id": "E1FBAE5A16", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 46 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "ED6830BB06", - "key": "index", - "value": { - "@type": "Int", - "value": 47 - } - }, - { - "@type": "AnnotationData", - "@id": "A4BA27A84A", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 47 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "4B5A230FC4", - "key": "index", - "value": { - "@type": "Int", - "value": 48 - } - }, - { - "@type": "AnnotationData", - "@id": "879EB9B18E", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 48 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "61E0970771", - "key": "index", - "value": { - "@type": "Int", - "value": 49 - } - }, - { - "@type": "AnnotationData", - "@id": "A963FC0AC0", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 49 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "7CD90CDAF8", - "key": "index", - "value": { - "@type": "Int", - "value": 50 - } - }, - { - "@type": "AnnotationData", - "@id": "4E53CD6A82", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 50 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "3330A30CC2", - "key": "index", - "value": { - "@type": "Int", - "value": 51 - } - }, - { - "@type": "AnnotationData", - "@id": "7F92021027", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 51 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "2C98AC6339", - "key": "index", - "value": { - "@type": "Int", - "value": 52 - } - }, - { - "@type": "AnnotationData", - "@id": "BD716DE605", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 52 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "A1A1DEA3FC", - "key": "index", - "value": { - "@type": "Int", - "value": 53 - } - }, - { - "@type": "AnnotationData", - "@id": "4BD2FDC965", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 53 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "74DC5E587A", - "key": "index", - "value": { - "@type": "Int", - "value": 54 - } - }, - { - "@type": "AnnotationData", - "@id": "ECC642DE22", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 54 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "6B95C77778", - "key": "index", - "value": { - "@type": "Int", - "value": 55 - } - }, - { - "@type": "AnnotationData", - "@id": "5911381133", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 55 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "7AFFB6EA9A", - "key": "index", - "value": { - "@type": "Int", - "value": 56 - } - }, - { - "@type": "AnnotationData", - "@id": "DEC661C2EC", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 56 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "9B41066D1B", - "key": "index", - "value": { - "@type": "Int", - "value": 57 - } - }, - { - "@type": "AnnotationData", - "@id": "42C5AA893A", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 57 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "1343014833", - "key": "index", - "value": { - "@type": "Int", - "value": 58 - } - }, - { - "@type": "AnnotationData", - "@id": "0A0AAAA6A4", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 58 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "DD607A8806", - "key": "index", - "value": { - "@type": "Int", - "value": 59 - } - }, - { - "@type": "AnnotationData", - "@id": "9740602700", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 59 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "8123E0DD66", - "key": "index", - "value": { - "@type": "Int", - "value": 60 - } - }, - { - "@type": "AnnotationData", - "@id": "0CC050A664", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 60 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "00CBCDB170", - "key": "index", - "value": { - "@type": "Int", - "value": 61 - } - }, - { - "@type": "AnnotationData", - "@id": "5B0397CF98", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 61 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "8E162F5441", - "key": "index", - "value": { - "@type": "Int", - "value": 62 - } - }, - { - "@type": "AnnotationData", - "@id": "9C736E8348", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 62 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "3E635D5953", - "key": "index", - "value": { - "@type": "Int", - "value": 63 - } - }, - { - "@type": "AnnotationData", - "@id": "FAFF392F07", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 63 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "034BCA63AC", - "key": "index", - "value": { - "@type": "Int", - "value": 64 - } - }, - { - "@type": "AnnotationData", - "@id": "B18D1B186F", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 64 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "5E40304BA0", - "key": "index", - "value": { - "@type": "Int", - "value": 65 - } - }, - { - "@type": "AnnotationData", - "@id": "438B984F9A", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 65 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "7445349E05", - "key": "index", - "value": { - "@type": "Int", - "value": 66 - } - }, - { - "@type": "AnnotationData", - "@id": "844046C878", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 66 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "4B4D6B298B", - "key": "index", - "value": { - "@type": "Int", - "value": 67 - } - }, - { - "@type": "AnnotationData", - "@id": "21125EA2E7", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 67 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "9A9BFB61C2", - "key": "index", - "value": { - "@type": "Int", - "value": 68 - } - }, - { - "@type": "AnnotationData", - "@id": "440C5558DF", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 68 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "546D5782C5", - "key": "index", - "value": { - "@type": "Int", - "value": 69 - } - }, - { - "@type": "AnnotationData", - "@id": "4D8D47D484", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 69 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "2753A12149", - "key": "index", - "value": { - "@type": "Int", - "value": 70 - } - }, - { - "@type": "AnnotationData", - "@id": "0DA251B240", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 70 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "3D38BCF344", - "key": "index", - "value": { - "@type": "Int", - "value": 71 - } - }, - { - "@type": "AnnotationData", - "@id": "64C6A1E7C5", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 71 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "CC804E4A5A", - "key": "index", - "value": { - "@type": "Int", - "value": 72 - } - }, - { - "@type": "AnnotationData", - "@id": "BA1A0CD9DB", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 72 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "67A82717C5", - "key": "index", - "value": { - "@type": "Int", - "value": 73 - } - }, - { - "@type": "AnnotationData", - "@id": "0440FF87CD", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 73 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "09D3799373", - "key": "index", - "value": { - "@type": "Int", - "value": 74 - } - }, - { - "@type": "AnnotationData", - "@id": "585878C84D", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 74 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "E3746FB654", - "key": "index", - "value": { - "@type": "Int", - "value": 75 - } - }, - { - "@type": "AnnotationData", - "@id": "F82198C912", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 75 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "4436F29399", - "key": "index", - "value": { - "@type": "Int", - "value": 76 - } - }, - { - "@type": "AnnotationData", - "@id": "69304053E4", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 76 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "BE5FE2A262", - "key": "index", - "value": { - "@type": "Int", - "value": 77 - } - }, - { - "@type": "AnnotationData", - "@id": "3E33535F30", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 77 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "A6EB46B605", - "key": "index", - "value": { - "@type": "Int", - "value": 78 - } - }, - { - "@type": "AnnotationData", - "@id": "7C78D6F7CA", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 78 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "E8588E587D", - "key": "index", - "value": { - "@type": "Int", - "value": 79 - } - }, - { - "@type": "AnnotationData", - "@id": "3D8044CE9F", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 79 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "97CA2200BE", - "key": "index", - "value": { - "@type": "Int", - "value": 80 - } - }, - { - "@type": "AnnotationData", - "@id": "2ABBF2B9BB", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 80 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "EF200C9FAF", - "key": "index", - "value": { - "@type": "Int", - "value": 81 - } - }, - { - "@type": "AnnotationData", - "@id": "1881811B6E", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 81 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "CA3A1F1FEE", - "key": "index", - "value": { - "@type": "Int", - "value": 82 - } - }, - { - "@type": "AnnotationData", - "@id": "9904464235", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 82 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "80424D5D0D", - "key": "index", - "value": { - "@type": "Int", - "value": 83 - } - }, - { - "@type": "AnnotationData", - "@id": "1118F34433", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 83 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "9B16BF0FC8", - "key": "index", - "value": { - "@type": "Int", - "value": 84 - } - }, - { - "@type": "AnnotationData", - "@id": "C01AB1B1AB", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 84 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "FB0DFB1881", - "key": "index", - "value": { - "@type": "Int", - "value": 85 - } - }, - { - "@type": "AnnotationData", - "@id": "1CECEE9191", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 85 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "ADEEE455B4", - "key": "index", - "value": { - "@type": "Int", - "value": 86 - } - }, - { - "@type": "AnnotationData", - "@id": "20AF2E2EF5", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 86 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "1F3AAD7429", - "key": "index", - "value": { - "@type": "Int", - "value": 87 - } - }, - { - "@type": "AnnotationData", - "@id": "3CB115A9AC", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 87 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "E6DDEBA5D8", - "key": "index", - "value": { - "@type": "Int", - "value": 88 - } - }, - { - "@type": "AnnotationData", - "@id": "FE8EE01E7E", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 88 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "B7E7D99C0D", - "key": "index", - "value": { - "@type": "Int", - "value": 89 - } - }, - { - "@type": "AnnotationData", - "@id": "486CCC4758", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 89 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "9F6ED5DA9A", - "key": "index", - "value": { - "@type": "Int", - "value": 90 - } - }, - { - "@type": "AnnotationData", - "@id": "667663BC69", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 90 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "3ED173D418", - "key": "index", - "value": { - "@type": "Int", - "value": 91 - } - }, - { - "@type": "AnnotationData", - "@id": "2EB1AAEEEF", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 91 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "23A39A4429", - "key": "index", - "value": { - "@type": "Int", - "value": 92 - } - }, - { - "@type": "AnnotationData", - "@id": "D91BAB0137", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 92 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "7464744777", - "key": "index", - "value": { - "@type": "Int", - "value": 93 - } - }, - { - "@type": "AnnotationData", - "@id": "B1292BBE46", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 93 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "18E9CAC88E", - "key": "index", - "value": { - "@type": "Int", - "value": 94 - } - }, - { - "@type": "AnnotationData", - "@id": "490777CC87", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 94 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "11B8114DB3", - "key": "index", - "value": { - "@type": "Int", - "value": 95 - } - }, - { - "@type": "AnnotationData", - "@id": "8A843EC8EE", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 95 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "07BE0493C9", - "key": "index", - "value": { - "@type": "Int", - "value": 96 - } - }, - { - "@type": "AnnotationData", - "@id": "C9233C3C47", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 96 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "2CC9FCFFA4", - "key": "index", - "value": { - "@type": "Int", - "value": 97 - } - }, - { - "@type": "AnnotationData", - "@id": "F57A5EE79E", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 97 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "907D13D9F2", - "key": "index", - "value": { - "@type": "Int", - "value": 98 - } - }, - { - "@type": "AnnotationData", - "@id": "93E4BE7425", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 98 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "8499A7A7D3", - "key": "index", - "value": { - "@type": "Int", - "value": 99 - } - }, - { - "@type": "AnnotationData", - "@id": "BA8E5DE2FA", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 99 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "C6C2F46DF9", - "key": "index", - "value": { - "@type": "Int", - "value": 100 - } - }, - { - "@type": "AnnotationData", - "@id": "C44D14A126", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 100 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "98FCCB2473", - "key": "index", - "value": { - "@type": "Int", - "value": 101 - } - }, - { - "@type": "AnnotationData", - "@id": "CB55AA0889", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 101 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "F68E4AF804", - "key": "index", - "value": { - "@type": "Int", - "value": 102 - } - }, - { - "@type": "AnnotationData", - "@id": "B946494479", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 102 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "C4460E4303", - "key": "index", - "value": { - "@type": "Int", - "value": 103 - } - }, - { - "@type": "AnnotationData", - "@id": "418FD8C344", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 103 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "94E792ECDE", - "key": "index", - "value": { - "@type": "Int", - "value": 104 - } - }, - { - "@type": "AnnotationData", - "@id": "7947055055", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 104 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "6E7B909B47", - "key": "index", - "value": { - "@type": "Int", - "value": 105 - } - }, - { - "@type": "AnnotationData", - "@id": "8D1AAD4105", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 105 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "80A6AA616A", - "key": "index", - "value": { - "@type": "Int", - "value": 106 - } - }, - { - "@type": "AnnotationData", - "@id": "E3DE92FF7D", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 106 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "78B0149033", - "key": "index", - "value": { - "@type": "Int", - "value": 107 - } - }, - { - "@type": "AnnotationData", - "@id": "DA5D2EDE53", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 107 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "4D502D18A8", - "key": "index", - "value": { - "@type": "Int", - "value": 108 - } - }, - { - "@type": "AnnotationData", - "@id": "0FD4E415BB", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 108 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "364D881561", - "key": "index", - "value": { - "@type": "Int", - "value": 109 - } - }, - { - "@type": "AnnotationData", - "@id": "4068188BCC", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 109 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "1D16ED9D0A", - "key": "index", - "value": { - "@type": "Int", - "value": 110 - } - }, - { - "@type": "AnnotationData", - "@id": "BB9F7FB1BB", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 110 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "893EFEFE15", - "key": "index", - "value": { - "@type": "Int", - "value": 111 - } - }, - { - "@type": "AnnotationData", - "@id": "4BE04500BA", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 111 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "7BA09C878D", - "key": "index", - "value": { - "@type": "Int", - "value": 112 - } - }, - { - "@type": "AnnotationData", - "@id": "D6D7A32A20", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 112 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "4C749E947F", - "key": "index", - "value": { - "@type": "Int", - "value": 113 - } - }, - { - "@type": "AnnotationData", - "@id": "F6BE3BC88F", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 113 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "2C63DC5C32", - "key": "index", - "value": { - "@type": "Int", - "value": 114 - } - }, - { - "@type": "AnnotationData", - "@id": "AADCEBCC68", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 114 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "E49191721C", - "key": "index", - "value": { - "@type": "Int", - "value": 115 - } - }, - { - "@type": "AnnotationData", - "@id": "383D043316", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 115 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "BE14F088AF", - "key": "index", - "value": { - "@type": "Int", - "value": 116 - } - }, - { - "@type": "AnnotationData", - "@id": "784E038858", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 116 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "6AAD60A09C", - "key": "index", - "value": { - "@type": "Int", - "value": 117 - } - }, - { - "@type": "AnnotationData", - "@id": "242DD66B58", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 117 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "1B96497759", - "key": "index", - "value": { - "@type": "Int", - "value": 118 - } - }, - { - "@type": "AnnotationData", - "@id": "8935583ECB", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 118 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "94760D2E88", - "key": "index", - "value": { - "@type": "Int", - "value": 119 - } - }, - { - "@type": "AnnotationData", - "@id": "436A01E0E1", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 119 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "65A11522F3", - "key": "index", - "value": { - "@type": "Int", - "value": 120 - } - }, - { - "@type": "AnnotationData", - "@id": "9B22B8E72A", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 120 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "2E345306C9", - "key": "index", - "value": { - "@type": "Int", - "value": 121 - } - }, - { - "@type": "AnnotationData", - "@id": "DB8DC883CF", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 121 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "C4A349F1CB", - "key": "index", - "value": { - "@type": "Int", - "value": 122 - } - }, - { - "@type": "AnnotationData", - "@id": "64E9390460", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 122 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "5599484454", - "key": "index", - "value": { - "@type": "Int", - "value": 123 - } - }, - { - "@type": "AnnotationData", - "@id": "8CF86AC726", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 123 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "3884B634D8", - "key": "index", - "value": { - "@type": "Int", - "value": 124 - } - }, - { - "@type": "AnnotationData", - "@id": "42DF44FC7F", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 124 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "1549494EC2", - "key": "index", - "value": { - "@type": "Int", - "value": 125 - } - }, - { - "@type": "AnnotationData", - "@id": "548C96E7A7", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 125 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "8383D1A813", - "key": "index", - "value": { - "@type": "Int", - "value": 126 - } - }, - { - "@type": "AnnotationData", - "@id": "A8FBD816C1", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 126 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "C7389B0860", - "key": "index", - "value": { - "@type": "Int", - "value": 127 - } - }, - { - "@type": "AnnotationData", - "@id": "CCF86AFF3C", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 127 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "7B0E442B5B", - "key": "index", - "value": { - "@type": "Int", - "value": 128 - } - }, - { - "@type": "AnnotationData", - "@id": "AB39E49F5A", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 128 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "CA74C00006", - "key": "index", - "value": { - "@type": "Int", - "value": 129 - } - }, - { - "@type": "AnnotationData", - "@id": "93B7594ADA", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 129 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "AF8F5A9C74", - "key": "index", - "value": { - "@type": "Int", - "value": 130 - } - }, - { - "@type": "AnnotationData", - "@id": "44B4CC9C99", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 130 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "E02D2F73AB", - "key": "index", - "value": { - "@type": "Int", - "value": 131 - } - }, - { - "@type": "AnnotationData", - "@id": "E1956DC629", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 131 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "FC8FE94983", - "key": "index", - "value": { - "@type": "Int", - "value": 132 - } - }, - { - "@type": "AnnotationData", - "@id": "3373477856", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 132 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "55AC245A7A", - "key": "index", - "value": { - "@type": "Int", - "value": 133 - } - }, - { - "@type": "AnnotationData", - "@id": "988F6CF9BA", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 133 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "F4C7DAC777", - "key": "index", - "value": { - "@type": "Int", - "value": 134 - } - }, - { - "@type": "AnnotationData", - "@id": "1F504F6FF5", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 134 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "9A7984E8CA", - "key": "index", - "value": { - "@type": "Int", - "value": 135 - } - }, - { - "@type": "AnnotationData", - "@id": "D502C5F7DC", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 135 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "EAA4419A9D", - "key": "index", - "value": { - "@type": "Int", - "value": 136 - } - }, - { - "@type": "AnnotationData", - "@id": "975D240179", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 136 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "266F71A478", - "key": "index", - "value": { - "@type": "Int", - "value": 137 - } - }, - { - "@type": "AnnotationData", - "@id": "EBD8CD2445", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 137 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "76348CC7CB", - "key": "index", - "value": { - "@type": "Int", - "value": 138 - } - }, - { - "@type": "AnnotationData", - "@id": "BE136723D3", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 138 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "3F4FF3D8E8", - "key": "index", - "value": { - "@type": "Int", - "value": 139 - } - }, - { - "@type": "AnnotationData", - "@id": "F060BF2EE2", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 139 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "7FAC776A2A", - "key": "index", - "value": { - "@type": "Int", - "value": 140 - } - }, - { - "@type": "AnnotationData", - "@id": "95052822EC", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 140 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "56A6325A43", - "key": "index", - "value": { - "@type": "Int", - "value": 141 - } - }, - { - "@type": "AnnotationData", - "@id": "FF62999AD0", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 141 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "EFD9FDFD9A", - "key": "index", - "value": { - "@type": "Int", - "value": 142 - } - }, - { - "@type": "AnnotationData", - "@id": "A86467834A", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 142 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "8EF5AA487C", - "key": "index", - "value": { - "@type": "Int", - "value": 143 - } - }, - { - "@type": "AnnotationData", - "@id": "BA81B9F5B8", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 143 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "AB26D45319", - "key": "index", - "value": { - "@type": "Int", - "value": 144 - } - }, - { - "@type": "AnnotationData", - "@id": "2977A42985", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 144 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "59F73A556A", - "key": "index", - "value": { - "@type": "Int", - "value": 145 - } - }, - { - "@type": "AnnotationData", - "@id": "D26068A4F0", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 145 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "ECDFEC1A81", - "key": "index", - "value": { - "@type": "Int", - "value": 146 - } - }, - { - "@type": "AnnotationData", - "@id": "90A044B044", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 146 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "FEAE1CDEEC", - "key": "index", - "value": { - "@type": "Int", - "value": 147 - } - }, - { - "@type": "AnnotationData", - "@id": "D8EA0F0F0C", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 147 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "B785335523", - "key": "index", - "value": { - "@type": "Int", - "value": 148 - } - }, - { - "@type": "AnnotationData", - "@id": "9506E86702", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 148 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "48F4FADA1E", - "key": "index", - "value": { - "@type": "Int", - "value": 149 - } - }, - { - "@type": "AnnotationData", - "@id": "5D48A64A22", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 149 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "9E4F084AFE", - "key": "index", - "value": { - "@type": "Int", - "value": 150 - } - }, - { - "@type": "AnnotationData", - "@id": "A5F1F11A5E", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 150 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "A4FA1E6F61", - "key": "index", - "value": { - "@type": "Int", - "value": 151 - } - }, - { - "@type": "AnnotationData", - "@id": "603643B808", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 151 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "5DD1AC7894", - "key": "index", - "value": { - "@type": "Int", - "value": 152 - } - }, - { - "@type": "AnnotationData", - "@id": "D5A88083FF", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 152 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "969BE1DCCC", - "key": "index", - "value": { - "@type": "Int", - "value": 153 - } - }, - { - "@type": "AnnotationData", - "@id": "109FC0F8C5", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 153 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "3E76388673", - "key": "index", - "value": { - "@type": "Int", - "value": 154 - } - }, - { - "@type": "AnnotationData", - "@id": "8DBB5B0547", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 154 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "44B174BA10", - "key": "index", - "value": { - "@type": "Int", - "value": 155 - } - }, - { - "@type": "AnnotationData", - "@id": "4CA3F4B6CF", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 155 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "644EF544B2", - "key": "index", - "value": { - "@type": "Int", - "value": 156 - } - }, - { - "@type": "AnnotationData", - "@id": "4C389B4464", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 156 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "5B85B3B35C", - "key": "index", - "value": { - "@type": "Int", - "value": 157 - } - }, - { - "@type": "AnnotationData", - "@id": "B0454F7DA7", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 157 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "C48C0CBC39", - "key": "index", - "value": { - "@type": "Int", - "value": 158 - } - }, - { - "@type": "AnnotationData", - "@id": "C8CB39C94C", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 158 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "5E1048CAC1", - "key": "index", - "value": { - "@type": "Int", - "value": 159 - } - }, - { - "@type": "AnnotationData", - "@id": "2F4A2242D2", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 159 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "7B94AB9555", - "key": "index", - "value": { - "@type": "Int", - "value": 160 - } - }, - { - "@type": "AnnotationData", - "@id": "F8DD316F84", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 160 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "7B5444BA24", - "key": "index", - "value": { - "@type": "Int", - "value": 161 - } - }, - { - "@type": "AnnotationData", - "@id": "EA02F0629A", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 161 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "2AA8527948", - "key": "index", - "value": { - "@type": "Int", - "value": 162 - } - }, - { - "@type": "AnnotationData", - "@id": "EE5DDE3699", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 162 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "68A46A15F6", - "key": "index", - "value": { - "@type": "Int", - "value": 163 - } - }, - { - "@type": "AnnotationData", - "@id": "0B150DD500", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 163 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "ABB1666F3B", - "key": "index", - "value": { - "@type": "Int", - "value": 164 - } - }, - { - "@type": "AnnotationData", - "@id": "2CC7DBA47F", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 164 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "3A8EC2CB66", - "key": "index", - "value": { - "@type": "Int", - "value": 165 - } - }, - { - "@type": "AnnotationData", - "@id": "87EB9505E3", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 165 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "4EACA83EAA", - "key": "index", - "value": { - "@type": "Int", - "value": 166 - } - }, - { - "@type": "AnnotationData", - "@id": "01626D2CC5", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 166 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "AC2E29B3DD", - "key": "index", - "value": { - "@type": "Int", - "value": 167 - } - }, - { - "@type": "AnnotationData", - "@id": "0861051F98", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 167 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "869A5422D9", - "key": "index", - "value": { - "@type": "Int", - "value": 168 - } - }, - { - "@type": "AnnotationData", - "@id": "C2DD0B9BC3", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 168 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "52C0538D5C", - "key": "index", - "value": { - "@type": "Int", - "value": 169 - } - }, - { - "@type": "AnnotationData", - "@id": "AA5F356C2F", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 169 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "69440E44A4", - "key": "index", - "value": { - "@type": "Int", - "value": 170 - } - }, - { - "@type": "AnnotationData", - "@id": "A2859D5574", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 170 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "49F9E96E28", - "key": "index", - "value": { - "@type": "Int", - "value": 171 - } - }, - { - "@type": "AnnotationData", - "@id": "0E873C988E", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 171 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "69C72BD777", - "key": "index", - "value": { - "@type": "Int", - "value": 172 - } - }, - { - "@type": "AnnotationData", - "@id": "D98393B38F", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 172 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "3FBE2B7F33", - "key": "index", - "value": { - "@type": "Int", - "value": 173 - } - }, - { - "@type": "AnnotationData", - "@id": "DA55FBFA35", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 173 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "96AA42DD4B", - "key": "index", - "value": { - "@type": "Int", - "value": 174 - } - }, - { - "@type": "AnnotationData", - "@id": "742C7C5A3F", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 174 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "C3F88C426E", - "key": "index", - "value": { - "@type": "Int", - "value": 175 - } - }, - { - "@type": "AnnotationData", - "@id": "EC4A078CB9", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 175 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "B467538492", - "key": "index", - "value": { - "@type": "Int", - "value": 176 - } - }, - { - "@type": "AnnotationData", - "@id": "609702171D", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 176 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "227688788D", - "key": "index", - "value": { - "@type": "Int", - "value": 177 - } - }, - { - "@type": "AnnotationData", - "@id": "40AA777C1C", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 177 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "212342B224", - "key": "index", - "value": { - "@type": "Int", - "value": 178 - } - }, - { - "@type": "AnnotationData", - "@id": "C57B5A5E34", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 178 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "E5ED9AE65E", - "key": "index", - "value": { - "@type": "Int", - "value": 179 - } - }, - { - "@type": "AnnotationData", - "@id": "BF9626736F", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 179 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "9F0A7DBB9B", - "key": "index", - "value": { - "@type": "Int", - "value": 180 - } - }, - { - "@type": "AnnotationData", - "@id": "66606FF3FF", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 180 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "77875A4371", - "key": "index", - "value": { - "@type": "Int", - "value": 181 - } - }, - { - "@type": "AnnotationData", - "@id": "6A7974D249", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 181 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "C4BEB0CB04", - "key": "index", - "value": { - "@type": "Int", - "value": 182 - } - }, - { - "@type": "AnnotationData", - "@id": "E946EAD194", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 182 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "5FC711FA2F", - "key": "index", - "value": { - "@type": "Int", - "value": 183 - } - }, - { - "@type": "AnnotationData", - "@id": "CACD94D45F", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 183 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "DCFFEACE6C", - "key": "index", - "value": { - "@type": "Int", - "value": 184 - } - }, - { - "@type": "AnnotationData", - "@id": "3CCFBC1C24", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 184 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "77B9447AB7", - "key": "index", - "value": { - "@type": "Int", - "value": 185 - } - }, - { - "@type": "AnnotationData", - "@id": "4B8ABB9C58", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 185 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "604F3D0FF6", - "key": "index", - "value": { - "@type": "Int", - "value": 186 - } - }, - { - "@type": "AnnotationData", - "@id": "234944E287", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 186 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "B47755295F", - "key": "index", - "value": { - "@type": "Int", - "value": 187 - } - }, - { - "@type": "AnnotationData", - "@id": "C367ECBF57", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 187 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "5B4D2F462A", - "key": "index", - "value": { - "@type": "Int", - "value": 188 - } - }, - { - "@type": "AnnotationData", - "@id": "87378ECE39", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 188 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "FD33783C62", - "key": "index", - "value": { - "@type": "Int", - "value": 189 - } - }, - { - "@type": "AnnotationData", - "@id": "E9C4FB8995", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 189 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "440EAB37C7", - "key": "index", - "value": { - "@type": "Int", - "value": 190 - } - }, - { - "@type": "AnnotationData", - "@id": "313C7DAE6C", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 190 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "F2C888DEDF", - "key": "index", - "value": { - "@type": "Int", - "value": 191 - } - }, - { - "@type": "AnnotationData", - "@id": "0174223432", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 191 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "C604A11C6D", - "key": "index", - "value": { - "@type": "Int", - "value": 192 - } - }, - { - "@type": "AnnotationData", - "@id": "A51D4290A4", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 192 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "5F745F577F", - "key": "index", - "value": { - "@type": "Int", - "value": 193 - } - }, - { - "@type": "AnnotationData", - "@id": "A41858FA2B", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 193 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "8B3FB8E400", - "key": "index", - "value": { - "@type": "Int", - "value": 194 - } - }, - { - "@type": "AnnotationData", - "@id": "9BBADCC312", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 194 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "13318D734D", - "key": "index", - "value": { - "@type": "Int", - "value": 195 - } - }, - { - "@type": "AnnotationData", - "@id": "C34B46A685", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 195 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "E3E0457322", - "key": "index", - "value": { - "@type": "Int", - "value": 196 - } - }, - { - "@type": "AnnotationData", - "@id": "C99FB9DA85", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 196 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "0903A93C9A", - "key": "index", - "value": { - "@type": "Int", - "value": 197 - } - }, - { - "@type": "AnnotationData", - "@id": "64461E4045", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 197 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "0A3C273A17", - "key": "index", - "value": { - "@type": "Int", - "value": 198 - } - }, - { - "@type": "AnnotationData", - "@id": "2C2293CC1C", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 198 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "96D81E0B21", - "key": "index", - "value": { - "@type": "Int", - "value": 199 - } - }, - { - "@type": "AnnotationData", - "@id": "C6FFAF94DC", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 199 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "085457D076", - "key": "index", - "value": { - "@type": "Int", - "value": 200 - } - }, - { - "@type": "AnnotationData", - "@id": "FF5FA079DA", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 200 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "3F581A9A2F", - "key": "index", - "value": { - "@type": "Int", - "value": 201 - } - }, - { - "@type": "AnnotationData", - "@id": "7A759DB440", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 201 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "F64F3FCF2E", - "key": "index", - "value": { - "@type": "Int", - "value": 202 - } - }, - { - "@type": "AnnotationData", - "@id": "D16AC34C83", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 202 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "B57B6A88B2", - "key": "index", - "value": { - "@type": "Int", - "value": 203 - } - }, - { - "@type": "AnnotationData", - "@id": "E020B672F2", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 203 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "10A553A344", - "key": "index", - "value": { - "@type": "Int", - "value": 204 - } - }, - { - "@type": "AnnotationData", - "@id": "9286B4F992", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 204 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "614D4F8196", - "key": "index", - "value": { - "@type": "Int", - "value": 205 - } - }, - { - "@type": "AnnotationData", - "@id": "DA2136682B", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 205 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "5B8A9089A1", - "key": "index", - "value": { - "@type": "Int", - "value": 206 - } - }, - { - "@type": "AnnotationData", - "@id": "48246B2B91", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 206 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "323C04029C", - "key": "index", - "value": { - "@type": "Int", - "value": 207 - } - }, - { - "@type": "AnnotationData", - "@id": "3B00C9C860", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 207 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "286BA57927", - "key": "index", - "value": { - "@type": "Int", - "value": 208 - } - }, - { - "@type": "AnnotationData", - "@id": "1D15BBB2CF", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 208 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "DDB44CB71A", - "key": "index", - "value": { - "@type": "Int", - "value": 209 - } - }, - { - "@type": "AnnotationData", - "@id": "82847E5D38", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 209 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "153837C459", - "key": "index", - "value": { - "@type": "Int", - "value": 210 - } - }, - { - "@type": "AnnotationData", - "@id": "B61BE7D2ED", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 210 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "E353B805C6", - "key": "index", - "value": { - "@type": "Int", - "value": 211 - } - }, - { - "@type": "AnnotationData", - "@id": "6DAD990E6D", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 211 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "718333DAA3", - "key": "index", - "value": { - "@type": "Int", - "value": 212 - } - }, - { - "@type": "AnnotationData", - "@id": "33AF39AC5F", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 212 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "21F0BB0660", - "key": "index", - "value": { - "@type": "Int", - "value": 213 - } - }, - { - "@type": "AnnotationData", - "@id": "2E422346B2", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 213 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "E8560589FE", - "key": "index", - "value": { - "@type": "Int", - "value": 214 - } - }, - { - "@type": "AnnotationData", - "@id": "508A565282", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 214 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "36EA4F532F", - "key": "index", - "value": { - "@type": "Int", - "value": 215 - } - }, - { - "@type": "AnnotationData", - "@id": "B8EC88BCB0", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 215 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "5ABD4A5EFD", - "key": "index", - "value": { - "@type": "Int", - "value": 216 - } - }, - { - "@type": "AnnotationData", - "@id": "55B16C2544", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 216 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "D7D6010D6B", - "key": "index", - "value": { - "@type": "Int", - "value": 217 - } - }, - { - "@type": "AnnotationData", - "@id": "13DD669022", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 217 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "6671D4A717", - "key": "index", - "value": { - "@type": "Int", - "value": 218 - } - }, - { - "@type": "AnnotationData", - "@id": "AE276F22E4", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 218 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "361FF3F2E4", - "key": "index", - "value": { - "@type": "Int", - "value": 219 - } - }, - { - "@type": "AnnotationData", - "@id": "E736E331B4", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 219 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "DB9674ADD9", - "key": "index", - "value": { - "@type": "Int", - "value": 220 - } - }, - { - "@type": "AnnotationData", - "@id": "DD74AD8B98", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 220 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "960200D962", - "key": "index", - "value": { - "@type": "Int", - "value": 221 - } - }, - { - "@type": "AnnotationData", - "@id": "FF0DAF9F44", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 221 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "246CD16C1E", - "key": "index", - "value": { - "@type": "Int", - "value": 222 - } - }, - { - "@type": "AnnotationData", - "@id": "C8C3E30E74", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 222 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "09D7FC3A53", - "key": "index", - "value": { - "@type": "Int", - "value": 223 - } - }, - { - "@type": "AnnotationData", - "@id": "E579D83A3B", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 223 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "AD228A13B7", - "key": "index", - "value": { - "@type": "Int", - "value": 224 - } - }, - { - "@type": "AnnotationData", - "@id": "55853A022F", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 224 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "C5E42FE26E", - "key": "index", - "value": { - "@type": "Int", - "value": 225 - } - }, - { - "@type": "AnnotationData", - "@id": "55DC2541BB", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 225 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "2427ECBB8B", - "key": "index", - "value": { - "@type": "Int", - "value": 226 - } - }, - { - "@type": "AnnotationData", - "@id": "AD5DACEABB", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 226 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "CBFCE4FE9F", - "key": "index", - "value": { - "@type": "Int", - "value": 227 - } - }, - { - "@type": "AnnotationData", - "@id": "97A45A2DD5", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 227 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "7B56649777", - "key": "index", - "value": { - "@type": "Int", - "value": 228 - } - }, - { - "@type": "AnnotationData", - "@id": "DD04BCEFBD", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 228 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "5E36EBBCC5", - "key": "index", - "value": { - "@type": "Int", - "value": 229 - } - }, - { - "@type": "AnnotationData", - "@id": "02DC2A78C8", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 229 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "BE759CCC1A", - "key": "index", - "value": { - "@type": "Int", - "value": 230 - } - }, - { - "@type": "AnnotationData", - "@id": "1291492291", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 230 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "3A20D4C844", - "key": "index", - "value": { - "@type": "Int", - "value": 231 - } - }, - { - "@type": "AnnotationData", - "@id": "C36EE836A4", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 231 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "BC6AD96B05", - "key": "index", - "value": { - "@type": "Int", - "value": 232 - } - }, - { - "@type": "AnnotationData", - "@id": "343B7680AA", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 232 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "CCB5BB6662", - "key": "index", - "value": { - "@type": "Int", - "value": 233 - } - }, - { - "@type": "AnnotationData", - "@id": "93231BE723", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 233 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "77DB8E1EB7", - "key": "index", - "value": { - "@type": "Int", - "value": 234 - } - }, - { - "@type": "AnnotationData", - "@id": "7FA4FCFB1C", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 234 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "7F77B8A548", - "key": "index", - "value": { - "@type": "Int", - "value": 235 - } - }, - { - "@type": "AnnotationData", - "@id": "38E380C281", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 235 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "AA680FD02E", - "key": "index", - "value": { - "@type": "Int", - "value": 236 - } - }, - { - "@type": "AnnotationData", - "@id": "58AB88A887", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 236 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "824D62873A", - "key": "index", - "value": { - "@type": "Int", - "value": 237 - } - }, - { - "@type": "AnnotationData", - "@id": "58AA6D2DA0", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 237 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "94B9B28C00", - "key": "index", - "value": { - "@type": "Int", - "value": 238 - } - }, - { - "@type": "AnnotationData", - "@id": "8E06761FEA", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 238 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "AB867324F4", - "key": "index", - "value": { - "@type": "Int", - "value": 239 - } - }, - { - "@type": "AnnotationData", - "@id": "FE9D69A4AF", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 239 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "9918AFB9FE", - "key": "index", - "value": { - "@type": "Int", - "value": 240 - } - }, - { - "@type": "AnnotationData", - "@id": "75C6518558", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 240 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "BF8F95F529", - "key": "index", - "value": { - "@type": "Int", - "value": 241 - } - }, - { - "@type": "AnnotationData", - "@id": "622AC4D42A", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 241 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "F5B4E397EA", - "key": "index", - "value": { - "@type": "Int", - "value": 242 - } - }, - { - "@type": "AnnotationData", - "@id": "F60F22CC62", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 242 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "4645E0E6CB", - "key": "index", - "value": { - "@type": "Int", - "value": 243 - } - }, - { - "@type": "AnnotationData", - "@id": "1AE735B3AA", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 243 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "0229027477", - "key": "index", - "value": { - "@type": "Int", - "value": 244 - } - }, - { - "@type": "AnnotationData", - "@id": "EF9D8374A0", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 244 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "B656D263DF", - "key": "index", - "value": { - "@type": "Int", - "value": 245 - } - }, - { - "@type": "AnnotationData", - "@id": "5B99312A63", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 245 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "928866AE86", - "key": "index", - "value": { - "@type": "Int", - "value": 246 - } - }, - { - "@type": "AnnotationData", - "@id": "4901817218", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 246 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "942067A90B", - "key": "index", - "value": { - "@type": "Int", - "value": 247 - } - }, - { - "@type": "AnnotationData", - "@id": "4A5A767ECE", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 247 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "CDCFACA044", - "key": "index", - "value": { - "@type": "Int", - "value": 248 - } - }, - { - "@type": "AnnotationData", - "@id": "439BBB38B7", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 248 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "EDFC54C8EF", - "key": "index", - "value": { - "@type": "Int", - "value": 249 - } - }, - { - "@type": "AnnotationData", - "@id": "D1888B7EE1", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 249 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "54CF42433A", - "key": "index", - "value": { - "@type": "Int", - "value": 250 - } - }, - { - "@type": "AnnotationData", - "@id": "AEC4CA3E3C", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 250 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "81044847F6", - "key": "index", - "value": { - "@type": "Int", - "value": 251 - } - }, - { - "@type": "AnnotationData", - "@id": "5444FE04BC", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 251 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "E08B9E3E4B", - "key": "index", - "value": { - "@type": "Int", - "value": 252 - } - }, - { - "@type": "AnnotationData", - "@id": "C6DBBD4C2C", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 252 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "43B8BB15A7", - "key": "index", - "value": { - "@type": "Int", - "value": 253 - } - }, - { - "@type": "AnnotationData", - "@id": "C35EE53C4C", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 253 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "79EFEFEF5F", - "key": "index", - "value": { - "@type": "Int", - "value": 254 - } - }, - { - "@type": "AnnotationData", - "@id": "0A00988BBF", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 254 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "5C530956CF", - "key": "index", - "value": { - "@type": "Int", - "value": 255 - } - }, - { - "@type": "AnnotationData", - "@id": "96BCA64C1F", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 255 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "68BBCB81BC", - "key": "index", - "value": { - "@type": "Int", - "value": 256 - } - }, - { - "@type": "AnnotationData", - "@id": "CCC99F20DD", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 256 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "D5EE4759A9", - "key": "index", - "value": { - "@type": "Int", - "value": 257 - } - }, - { - "@type": "AnnotationData", - "@id": "3277F444AE", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 257 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "00CE915EE8", - "key": "index", - "value": { - "@type": "Int", - "value": 258 - } - }, - { - "@type": "AnnotationData", - "@id": "2B299E9F28", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 258 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "9DC9EEC9CF", - "key": "index", - "value": { - "@type": "Int", - "value": 259 - } - }, - { - "@type": "AnnotationData", - "@id": "A2ED911865", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 259 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "6C1C0BC68C", - "key": "index", - "value": { - "@type": "Int", - "value": 260 - } - }, - { - "@type": "AnnotationData", - "@id": "8CC684194C", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 260 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "BBBD2B8694", - "key": "index", - "value": { - "@type": "Int", - "value": 261 - } - }, - { - "@type": "AnnotationData", - "@id": "4BC8F6415F", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 261 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "B27BF4B499", - "key": "index", - "value": { - "@type": "Int", - "value": 262 - } - }, - { - "@type": "AnnotationData", - "@id": "4A9C0951AB", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 262 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "418B707531", - "key": "index", - "value": { - "@type": "Int", - "value": 263 - } - }, - { - "@type": "AnnotationData", - "@id": "349C32A28A", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 263 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "939F5520F0", - "key": "index", - "value": { - "@type": "Int", - "value": 264 - } - }, - { - "@type": "AnnotationData", - "@id": "7DA5219888", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 264 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "8CAA565EC6", - "key": "index", - "value": { - "@type": "Int", - "value": 265 - } - }, - { - "@type": "AnnotationData", - "@id": "A73A632309", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 265 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "0130F44F40", - "key": "index", - "value": { - "@type": "Int", - "value": 266 - } - }, - { - "@type": "AnnotationData", - "@id": "8DFA756814", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 266 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "4B242E956E", - "key": "index", - "value": { - "@type": "Int", - "value": 267 - } - }, - { - "@type": "AnnotationData", - "@id": "1FE3822262", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 267 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "6BAB1BABE3", - "key": "index", - "value": { - "@type": "Int", - "value": 268 - } - }, - { - "@type": "AnnotationData", - "@id": "49B6319319", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 268 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "BB46B7483B", - "key": "index", - "value": { - "@type": "Int", - "value": 269 - } - }, - { - "@type": "AnnotationData", - "@id": "E1E46EF674", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 269 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "73E8FBCF40", - "key": "index", - "value": { - "@type": "Int", - "value": 270 - } - }, - { - "@type": "AnnotationData", - "@id": "032C050BB9", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 270 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "6088FD6F1C", - "key": "index", - "value": { - "@type": "Int", - "value": 271 - } - }, - { - "@type": "AnnotationData", - "@id": "DCDC6D11A1", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 271 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "FFDA14BF41", - "key": "index", - "value": { - "@type": "Int", - "value": 272 - } - }, - { - "@type": "AnnotationData", - "@id": "B0FB9DDA2A", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 272 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "D866064677", - "key": "index", - "value": { - "@type": "Int", - "value": 273 - } - }, - { - "@type": "AnnotationData", - "@id": "44BFC4B991", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 273 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "99B839B999", - "key": "index", - "value": { - "@type": "Int", - "value": 274 - } - }, - { - "@type": "AnnotationData", - "@id": "4119F34041", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 274 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "5555E6D159", - "key": "index", - "value": { - "@type": "Int", - "value": 275 - } - }, - { - "@type": "AnnotationData", - "@id": "C6C14C72D9", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 275 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "8C3C973887", - "key": "index", - "value": { - "@type": "Int", - "value": 276 - } - }, - { - "@type": "AnnotationData", - "@id": "379A44C869", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 276 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "CB0CC4CEC4", - "key": "index", - "value": { - "@type": "Int", - "value": 277 - } - }, - { - "@type": "AnnotationData", - "@id": "591EE9DD77", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 277 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "DD61DD98E5", - "key": "index", - "value": { - "@type": "Int", - "value": 278 - } - }, - { - "@type": "AnnotationData", - "@id": "577B775781", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 278 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "04985801C3", - "key": "index", - "value": { - "@type": "Int", - "value": 279 - } - }, - { - "@type": "AnnotationData", - "@id": "C03AE41456", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 279 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "383B7E77A5", - "key": "index", - "value": { - "@type": "Int", - "value": 280 - } - }, - { - "@type": "AnnotationData", - "@id": "4817594A34", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 280 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "8648E5D8A2", - "key": "index", - "value": { - "@type": "Int", - "value": 281 - } - }, - { - "@type": "AnnotationData", - "@id": "FE54D299DF", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 281 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "ADF062007E", - "key": "index", - "value": { - "@type": "Int", - "value": 282 - } - }, - { - "@type": "AnnotationData", - "@id": "4D86EEBEE7", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 282 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "08A2A5EE54", - "key": "index", - "value": { - "@type": "Int", - "value": 283 - } - }, - { - "@type": "AnnotationData", - "@id": "9A4A98ACEB", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 283 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "93FF984449", - "key": "index", - "value": { - "@type": "Int", - "value": 284 - } - }, - { - "@type": "AnnotationData", - "@id": "186D474C0D", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 284 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "090587546E", - "key": "index", - "value": { - "@type": "Int", - "value": 285 - } - }, - { - "@type": "AnnotationData", - "@id": "B3BE1AA810", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 285 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "DE255F8BF8", - "key": "index", - "value": { - "@type": "Int", - "value": 286 - } - }, - { - "@type": "AnnotationData", - "@id": "36468532E4", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 286 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "8EAFE2A682", - "key": "index", - "value": { - "@type": "Int", - "value": 287 - } - }, - { - "@type": "AnnotationData", - "@id": "743D228123", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 287 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "51F10BFF1A", - "key": "index", - "value": { - "@type": "Int", - "value": 288 - } - }, - { - "@type": "AnnotationData", - "@id": "BA44B3ABB4", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 288 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "4AABBFA76F", - "key": "index", - "value": { - "@type": "Int", - "value": 289 - } - }, - { - "@type": "AnnotationData", - "@id": "EFAEE8585D", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 289 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "6D80C00711", - "key": "index", - "value": { - "@type": "Int", - "value": 290 - } - }, - { - "@type": "AnnotationData", - "@id": "DDDC616FD2", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 290 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "FE9499C424", - "key": "index", - "value": { - "@type": "Int", - "value": 291 - } - }, - { - "@type": "AnnotationData", - "@id": "5EFC506014", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 291 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "E10904C33C", - "key": "index", - "value": { - "@type": "Int", - "value": 292 - } - }, - { - "@type": "AnnotationData", - "@id": "F747B4E77F", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 292 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "B0744C320C", - "key": "index", - "value": { - "@type": "Int", - "value": 293 - } - }, - { - "@type": "AnnotationData", - "@id": "0DC9D9E977", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 293 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "F05DE55348", - "key": "index", - "value": { - "@type": "Int", - "value": 294 - } - }, - { - "@type": "AnnotationData", - "@id": "CBC2C5604A", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 294 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "8016550BEF", - "key": "index", - "value": { - "@type": "Int", - "value": 295 - } - }, - { - "@type": "AnnotationData", - "@id": "4CC0982461", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 295 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "ACC63224D0", - "key": "index", - "value": { - "@type": "Int", - "value": 296 - } - }, - { - "@type": "AnnotationData", - "@id": "E9B9E982B2", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 296 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "B385AB494C", - "key": "index", - "value": { - "@type": "Int", - "value": 297 - } - }, - { - "@type": "AnnotationData", - "@id": "A2CBC589D9", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 297 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "9A173612EA", - "key": "index", - "value": { - "@type": "Int", - "value": 298 - } - }, - { - "@type": "AnnotationData", - "@id": "A3B40938C0", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 298 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "6E16E7A436", - "key": "index", - "value": { - "@type": "Int", - "value": 299 - } - }, - { - "@type": "AnnotationData", - "@id": "C17389A98B", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 299 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "5EB94802CE", - "key": "index", - "value": { - "@type": "Int", - "value": 300 - } - }, - { - "@type": "AnnotationData", - "@id": "25635B5BE5", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 300 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "4598915D3C", - "key": "index", - "value": { - "@type": "Int", - "value": 301 - } - }, - { - "@type": "AnnotationData", - "@id": "5DD8C45141", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 301 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "4448CC4494", - "key": "index", - "value": { - "@type": "Int", - "value": 302 - } - }, - { - "@type": "AnnotationData", - "@id": "F7A0839509", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 302 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "46660F6077", - "key": "index", - "value": { - "@type": "Int", - "value": 303 - } - }, - { - "@type": "AnnotationData", - "@id": "A827FF8F43", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 303 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "4E7E62AEBD", - "key": "index", - "value": { - "@type": "Int", - "value": 304 - } - }, - { - "@type": "AnnotationData", - "@id": "D4A4438331", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 304 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "3CD7DC1987", - "key": "index", - "value": { - "@type": "Int", - "value": 305 - } - }, - { - "@type": "AnnotationData", - "@id": "46D4BE6B04", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 305 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "9B444909A2", - "key": "index", - "value": { - "@type": "Int", - "value": 306 - } - }, - { - "@type": "AnnotationData", - "@id": "499F7DE78A", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 306 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "945B9293AA", - "key": "index", - "value": { - "@type": "Int", - "value": 307 - } - }, - { - "@type": "AnnotationData", - "@id": "F707080147", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 307 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "EBD85311CC", - "key": "index", - "value": { - "@type": "Int", - "value": 308 - } - }, - { - "@type": "AnnotationData", - "@id": "42551F5E61", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 308 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "E8CA9BCF3B", - "key": "index", - "value": { - "@type": "Int", - "value": 309 - } - }, - { - "@type": "AnnotationData", - "@id": "59447FFF04", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 309 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "923263558A", - "key": "index", - "value": { - "@type": "Int", - "value": 310 - } - }, - { - "@type": "AnnotationData", - "@id": "94E8EB5AB7", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 310 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "38874491D9", - "key": "index", - "value": { - "@type": "Int", - "value": 311 - } - }, - { - "@type": "AnnotationData", - "@id": "B6D9E86DD5", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 311 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "79199F827C", - "key": "index", - "value": { - "@type": "Int", - "value": 312 - } - }, - { - "@type": "AnnotationData", - "@id": "031C5C3A77", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 312 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "3A3C0B7AF2", - "key": "index", - "value": { - "@type": "Int", - "value": 313 - } - }, - { - "@type": "AnnotationData", - "@id": "DD90C48562", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 313 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "13137A0BB8", - "key": "index", - "value": { - "@type": "Int", - "value": 314 - } - }, - { - "@type": "AnnotationData", - "@id": "62B2B29652", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 314 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "0E53A044FB", - "key": "index", - "value": { - "@type": "Int", - "value": 315 - } - }, - { - "@type": "AnnotationData", - "@id": "F0B1B6B026", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 315 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "C37EDF45F9", - "key": "index", - "value": { - "@type": "Int", - "value": 316 - } - }, - { - "@type": "AnnotationData", - "@id": "8F417D5918", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 316 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "C33619F413", - "key": "index", - "value": { - "@type": "Int", - "value": 317 - } - }, - { - "@type": "AnnotationData", - "@id": "42C44D4C49", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 317 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "34423126D1", - "key": "index", - "value": { - "@type": "Int", - "value": 318 - } - }, - { - "@type": "AnnotationData", - "@id": "A7357DAD57", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 318 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "E7EE856AE9", - "key": "index", - "value": { - "@type": "Int", - "value": 319 - } - }, - { - "@type": "AnnotationData", - "@id": "7F88AECCAA", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 319 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "C44CC484AC", - "key": "index", - "value": { - "@type": "Int", - "value": 320 - } - }, - { - "@type": "AnnotationData", - "@id": "B47F90707B", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 320 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "5E0E52F2D2", - "key": "index", - "value": { - "@type": "Int", - "value": 321 - } - }, - { - "@type": "AnnotationData", - "@id": "E11A617B75", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 321 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "CA51E3C524", - "key": "index", - "value": { - "@type": "Int", - "value": 322 - } - }, - { - "@type": "AnnotationData", - "@id": "91589B5495", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 322 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "AA84E436DC", - "key": "index", - "value": { - "@type": "Int", - "value": 323 - } - }, - { - "@type": "AnnotationData", - "@id": "99E5573B0A", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 323 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "B49F2F843D", - "key": "index", - "value": { - "@type": "Int", - "value": 324 - } - }, - { - "@type": "AnnotationData", - "@id": "34114B7118", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 324 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "5FB8B3AF38", - "key": "index", - "value": { - "@type": "Int", - "value": 325 - } - }, - { - "@type": "AnnotationData", - "@id": "8448EEAA07", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 325 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "50A1336E10", - "key": "index", - "value": { - "@type": "Int", - "value": 326 - } - }, - { - "@type": "AnnotationData", - "@id": "8986B1623B", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 326 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "666BA646D4", - "key": "index", - "value": { - "@type": "Int", - "value": 327 - } - }, - { - "@type": "AnnotationData", - "@id": "C4DA18ECAD", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 327 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "41A6A8DDAE", - "key": "index", - "value": { - "@type": "Int", - "value": 328 - } - }, - { - "@type": "AnnotationData", - "@id": "D3CFC04588", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 328 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "8A00D0A2FD", - "key": "index", - "value": { - "@type": "Int", - "value": 329 - } - }, - { - "@type": "AnnotationData", - "@id": "4B8C881816", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 329 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "65A54E0A77", - "key": "index", - "value": { - "@type": "Int", - "value": 330 - } - }, - { - "@type": "AnnotationData", - "@id": "1B91CC21E3", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 330 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "664E881C53", - "key": "index", - "value": { - "@type": "Int", - "value": 331 - } - }, - { - "@type": "AnnotationData", - "@id": "7878E4EE5A", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 331 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "4ADC2BF0CF", - "key": "index", - "value": { - "@type": "Int", - "value": 332 - } - }, - { - "@type": "AnnotationData", - "@id": "FF9FA2A1ED", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 332 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "755EDD4B71", - "key": "index", - "value": { - "@type": "Int", - "value": 333 - } - }, - { - "@type": "AnnotationData", - "@id": "91DB043E1B", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 333 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "0F7AAFB7A4", - "key": "index", - "value": { - "@type": "Int", - "value": 334 - } - }, - { - "@type": "AnnotationData", - "@id": "22417B5FE5", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 334 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "A9844F49BF", - "key": "index", - "value": { - "@type": "Int", - "value": 335 - } - }, - { - "@type": "AnnotationData", - "@id": "E3EC55CFFF", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 335 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "2445BC5144", - "key": "index", - "value": { - "@type": "Int", - "value": 336 - } - }, - { - "@type": "AnnotationData", - "@id": "09767353A5", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 336 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "92F06994CE", - "key": "index", - "value": { - "@type": "Int", - "value": 337 - } - }, - { - "@type": "AnnotationData", - "@id": "56A09356D4", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 337 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "44B110A701", - "key": "index", - "value": { - "@type": "Int", - "value": 338 - } - }, - { - "@type": "AnnotationData", - "@id": "9A2610211B", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 338 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "87A771ED1D", - "key": "index", - "value": { - "@type": "Int", - "value": 339 - } - }, - { - "@type": "AnnotationData", - "@id": "3F540B808F", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 339 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "6C32E6CC8D", - "key": "index", - "value": { - "@type": "Int", - "value": 340 - } - }, - { - "@type": "AnnotationData", - "@id": "0FE57A82AA", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 340 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "D88B191A87", - "key": "index", - "value": { - "@type": "Int", - "value": 341 - } - }, - { - "@type": "AnnotationData", - "@id": "AA3D03FE8A", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 341 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "F23C54282E", - "key": "index", - "value": { - "@type": "Int", - "value": 342 - } - }, - { - "@type": "AnnotationData", - "@id": "1BF9E6348C", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 342 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "AECA404300", - "key": "index", - "value": { - "@type": "Int", - "value": 343 - } - }, - { - "@type": "AnnotationData", - "@id": "0676AA34CA", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 343 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "3E6731344A", - "key": "index", - "value": { - "@type": "Int", - "value": 344 - } - }, - { - "@type": "AnnotationData", - "@id": "6944E36B4A", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 344 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "B8BDAB6C23", - "key": "index", - "value": { - "@type": "Int", - "value": 345 - } - }, - { - "@type": "AnnotationData", - "@id": "8DDA055750", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 345 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "643A0F0FF4", - "key": "index", - "value": { - "@type": "Int", - "value": 346 - } - }, - { - "@type": "AnnotationData", - "@id": "85F31FB85F", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 346 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "E1F1F3109F", - "key": "index", - "value": { - "@type": "Int", - "value": 347 - } - }, - { - "@type": "AnnotationData", - "@id": "483958FBF4", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 347 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "8481141047", - "key": "index", - "value": { - "@type": "Int", - "value": 348 - } - }, - { - "@type": "AnnotationData", - "@id": "F425B2154E", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 348 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "8AA8848C28", - "key": "index", - "value": { - "@type": "Int", - "value": 349 - } - }, - { - "@type": "AnnotationData", - "@id": "F685CD889B", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 349 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "0D3F637928", - "key": "index", - "value": { - "@type": "Int", - "value": 350 - } - }, - { - "@type": "AnnotationData", - "@id": "061AAAB488", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 350 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "66D22B236B", - "key": "index", - "value": { - "@type": "Int", - "value": 351 - } - }, - { - "@type": "AnnotationData", - "@id": "B666403396", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 351 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "0EBC50E4C4", - "key": "index", - "value": { - "@type": "Int", - "value": 352 - } - }, - { - "@type": "AnnotationData", - "@id": "77D492D88E", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 352 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "89B3BDB4B2", - "key": "index", - "value": { - "@type": "Int", - "value": 353 - } - }, - { - "@type": "AnnotationData", - "@id": "EEBAFA8EA4", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 353 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "8117E33D8B", - "key": "index", - "value": { - "@type": "Int", - "value": 354 - } - }, - { - "@type": "AnnotationData", - "@id": "B1B3D00613", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 354 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "60256D8089", - "key": "index", - "value": { - "@type": "Int", - "value": 355 - } - }, - { - "@type": "AnnotationData", - "@id": "22A2FFFC5D", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 355 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "2323BBE1E2", - "key": "index", - "value": { - "@type": "Int", - "value": 356 - } - }, - { - "@type": "AnnotationData", - "@id": "343D4888BE", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 356 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "0443D7E7F6", - "key": "index", - "value": { - "@type": "Int", - "value": 357 - } - }, - { - "@type": "AnnotationData", - "@id": "45E9728367", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 357 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "B54EEEAEEA", - "key": "index", - "value": { - "@type": "Int", - "value": 358 - } - }, - { - "@type": "AnnotationData", - "@id": "7BB27BA725", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 358 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "CCA9BCCCAA", - "key": "index", - "value": { - "@type": "Int", - "value": 359 - } - }, - { - "@type": "AnnotationData", - "@id": "4C48208434", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 359 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "3DE2D53394", - "key": "index", - "value": { - "@type": "Int", - "value": 360 - } - }, - { - "@type": "AnnotationData", - "@id": "6D9F847CFD", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 360 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "DE48BBEBBB", - "key": "index", - "value": { - "@type": "Int", - "value": 361 - } - }, - { - "@type": "AnnotationData", - "@id": "E98912BF22", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 361 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "D9D13D40FB", - "key": "index", - "value": { - "@type": "Int", - "value": 362 - } - }, - { - "@type": "AnnotationData", - "@id": "758508447C", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 362 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "8413888488", - "key": "index", - "value": { - "@type": "Int", - "value": 363 - } - }, - { - "@type": "AnnotationData", - "@id": "40B03B613A", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 363 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "08A7997F0E", - "key": "index", - "value": { - "@type": "Int", - "value": 364 - } - }, - { - "@type": "AnnotationData", - "@id": "5211F17996", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 364 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "78BEAE647E", - "key": "index", - "value": { - "@type": "Int", - "value": 365 - } - }, - { - "@type": "AnnotationData", - "@id": "F811DFBE88", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 365 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "2788775459", - "key": "index", - "value": { - "@type": "Int", - "value": 366 - } - }, - { - "@type": "AnnotationData", - "@id": "DD25771D71", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 366 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "0E150C1008", - "key": "index", - "value": { - "@type": "Int", - "value": 367 - } - }, - { - "@type": "AnnotationData", - "@id": "AB4C5A50AD", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 367 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "07003E670F", - "key": "index", - "value": { - "@type": "Int", - "value": 368 - } - }, - { - "@type": "AnnotationData", - "@id": "949ACEE7F7", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 368 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "34D3DF7D7F", - "key": "index", - "value": { - "@type": "Int", - "value": 369 - } - }, - { - "@type": "AnnotationData", - "@id": "6BADB66AAA", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 369 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "17D9172E42", - "key": "index", - "value": { - "@type": "Int", - "value": 370 - } - }, - { - "@type": "AnnotationData", - "@id": "432EEECDE4", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 370 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "D144D62624", - "key": "index", - "value": { - "@type": "Int", - "value": 371 - } - }, - { - "@type": "AnnotationData", - "@id": "49BCCACA42", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 371 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "DB422782ED", - "key": "index", - "value": { - "@type": "Int", - "value": 372 - } - }, - { - "@type": "AnnotationData", - "@id": "DCEADDA64A", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 372 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "06E9E5E4CD", - "key": "index", - "value": { - "@type": "Int", - "value": 373 - } - }, - { - "@type": "AnnotationData", - "@id": "DC9ECBDBEB", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 373 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "6B3CF853A6", - "key": "index", - "value": { - "@type": "Int", - "value": 374 - } - }, - { - "@type": "AnnotationData", - "@id": "849B9AA414", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 374 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "D68FF6FEA3", - "key": "index", - "value": { - "@type": "Int", - "value": 375 - } - }, - { - "@type": "AnnotationData", - "@id": "9DDA5AAC8A", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 375 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "C37C54430A", - "key": "index", - "value": { - "@type": "Int", - "value": 376 - } - }, - { - "@type": "AnnotationData", - "@id": "53E4E4B43A", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 376 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "2116976221", - "key": "index", - "value": { - "@type": "Int", - "value": 377 - } - }, - { - "@type": "AnnotationData", - "@id": "28CCAC51F4", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 377 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "EA00BA0AF0", - "key": "index", - "value": { - "@type": "Int", - "value": 378 - } - }, - { - "@type": "AnnotationData", - "@id": "72003DCC02", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 378 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "12DCE72230", - "key": "index", - "value": { - "@type": "Int", - "value": 379 - } - }, - { - "@type": "AnnotationData", - "@id": "FA0BC01C02", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 379 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "6229106D04", - "key": "index", - "value": { - "@type": "Int", - "value": 380 - } - }, - { - "@type": "AnnotationData", - "@id": "4AFE8021B1", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 380 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "3683A7D696", - "key": "index", - "value": { - "@type": "Int", - "value": 381 - } - }, - { - "@type": "AnnotationData", - "@id": "F77749491C", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 381 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "4213435111", - "key": "index", - "value": { - "@type": "Int", - "value": 382 - } - }, - { - "@type": "AnnotationData", - "@id": "3A435D55FD", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 382 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "8C41FBE4DE", - "key": "index", - "value": { - "@type": "Int", - "value": 383 - } - }, - { - "@type": "AnnotationData", - "@id": "AF0BC4DFE5", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 383 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "2EA8E81CA5", - "key": "index", - "value": { - "@type": "Int", - "value": 384 - } - }, - { - "@type": "AnnotationData", - "@id": "C8A5449AF3", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 384 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "69077B483B", - "key": "index", - "value": { - "@type": "Int", - "value": 385 - } - }, - { - "@type": "AnnotationData", - "@id": "6FC872278B", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 385 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "894284BEDC", - "key": "index", - "value": { - "@type": "Int", - "value": 386 - } - }, - { - "@type": "AnnotationData", - "@id": "EE41464FC1", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 386 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "6A1B9CA18A", - "key": "index", - "value": { - "@type": "Int", - "value": 387 - } - }, - { - "@type": "AnnotationData", - "@id": "B18D608D4D", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 387 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "B8F7E4A070", - "key": "index", - "value": { - "@type": "Int", - "value": 388 - } - }, - { - "@type": "AnnotationData", - "@id": "458549244B", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 388 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "0A55759B55", - "key": "index", - "value": { - "@type": "Int", - "value": 389 - } - }, - { - "@type": "AnnotationData", - "@id": "423750EA6E", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 389 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "E8C1C6714D", - "key": "index", - "value": { - "@type": "Int", - "value": 390 - } - }, - { - "@type": "AnnotationData", - "@id": "17D18DCAC8", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 390 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "B8A778211B", - "key": "index", - "value": { - "@type": "Int", - "value": 391 - } - }, - { - "@type": "AnnotationData", - "@id": "F8722D77DC", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 391 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "EA8138BE60", - "key": "index", - "value": { - "@type": "Int", - "value": 392 - } - }, - { - "@type": "AnnotationData", - "@id": "C504AF511F", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 392 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "E116EF78C8", - "key": "index", - "value": { - "@type": "Int", - "value": 393 - } - }, - { - "@type": "AnnotationData", - "@id": "03BB219501", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 393 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "F717240281", - "key": "index", - "value": { - "@type": "Int", - "value": 394 - } - }, - { - "@type": "AnnotationData", - "@id": "B4A200BFB0", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 394 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "2EDAF2F003", - "key": "index", - "value": { - "@type": "Int", - "value": 395 - } - }, - { - "@type": "AnnotationData", - "@id": "CA644DEA49", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 395 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "23FFB2F441", - "key": "index", - "value": { - "@type": "Int", - "value": 396 - } - }, - { - "@type": "AnnotationData", - "@id": "FD862F4163", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 396 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "01FA464841", - "key": "index", - "value": { - "@type": "Int", - "value": 397 - } - }, - { - "@type": "AnnotationData", - "@id": "C88F7E0C43", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 397 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "323B075E70", - "key": "index", - "value": { - "@type": "Int", - "value": 398 - } - }, - { - "@type": "AnnotationData", - "@id": "518C888304", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 398 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "2B21393363", - "key": "index", - "value": { - "@type": "Int", - "value": 399 - } - }, - { - "@type": "AnnotationData", - "@id": "0EA3466146", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 399 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "97CBC43C93", - "key": "index", - "value": { - "@type": "Int", - "value": 400 - } - }, - { - "@type": "AnnotationData", - "@id": "A3F2443B41", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 400 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "1210916B0F", - "key": "index", - "value": { - "@type": "Int", - "value": 401 - } - }, - { - "@type": "AnnotationData", - "@id": "39B5553A15", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 401 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "FF300BC968", - "key": "index", - "value": { - "@type": "Int", - "value": 402 - } - }, - { - "@type": "AnnotationData", - "@id": "79DA0DEB75", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 402 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "5DB7B52103", - "key": "index", - "value": { - "@type": "Int", - "value": 403 - } - }, - { - "@type": "AnnotationData", - "@id": "687A801500", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 403 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "C6A8CAD699", - "key": "index", - "value": { - "@type": "Int", - "value": 404 - } - }, - { - "@type": "AnnotationData", - "@id": "F3DF8DA15A", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 404 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "A5FA2A7151", - "key": "index", - "value": { - "@type": "Int", - "value": 405 - } - }, - { - "@type": "AnnotationData", - "@id": "9913ACC843", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 405 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "549EA9259B", - "key": "index", - "value": { - "@type": "Int", - "value": 406 - } - }, - { - "@type": "AnnotationData", - "@id": "E528911EB8", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 406 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "E4F6CE6629", - "key": "index", - "value": { - "@type": "Int", - "value": 407 - } - }, - { - "@type": "AnnotationData", - "@id": "5D7ED75440", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 407 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "B57CB83997", - "key": "index", - "value": { - "@type": "Int", - "value": 408 - } - }, - { - "@type": "AnnotationData", - "@id": "E742EE37FE", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 408 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "5952D26C1D", - "key": "index", - "value": { - "@type": "Int", - "value": 409 - } - }, - { - "@type": "AnnotationData", - "@id": "78022B9CBD", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 409 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "3846E38C88", - "key": "index", - "value": { - "@type": "Int", - "value": 410 - } - }, - { - "@type": "AnnotationData", - "@id": "3AF37434AB", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 410 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "D3DF45675F", - "key": "index", - "value": { - "@type": "Int", - "value": 411 - } - }, - { - "@type": "AnnotationData", - "@id": "7247C72846", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 411 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "212E4803D3", - "key": "index", - "value": { - "@type": "Int", - "value": 412 - } - }, - { - "@type": "AnnotationData", - "@id": "CD6672A21F", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 412 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "F0060B4B0D", - "key": "index", - "value": { - "@type": "Int", - "value": 413 - } - }, - { - "@type": "AnnotationData", - "@id": "1A5AE2FF0F", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 413 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "95F9A75939", - "key": "index", - "value": { - "@type": "Int", - "value": 414 - } - }, - { - "@type": "AnnotationData", - "@id": "A3AAD7A5DB", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 414 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "9C93E23939", - "key": "index", - "value": { - "@type": "Int", - "value": 415 - } - }, - { - "@type": "AnnotationData", - "@id": "AAA0B8A2AA", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 415 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "2FA2BBA993", - "key": "index", - "value": { - "@type": "Int", - "value": 416 - } - }, - { - "@type": "AnnotationData", - "@id": "2EB299D4D4", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 416 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "49872328E3", - "key": "index", - "value": { - "@type": "Int", - "value": 417 - } - }, - { - "@type": "AnnotationData", - "@id": "EEE0EEE78D", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 417 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "5547B17416", - "key": "index", - "value": { - "@type": "Int", - "value": 418 - } - }, - { - "@type": "AnnotationData", - "@id": "A8B14C688A", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 418 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "4B635B254C", - "key": "index", - "value": { - "@type": "Int", - "value": 419 - } - }, - { - "@type": "AnnotationData", - "@id": "43DD47404D", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 419 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "D251B7626A", - "key": "index", - "value": { - "@type": "Int", - "value": 420 - } - }, - { - "@type": "AnnotationData", - "@id": "B100AF1956", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 420 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "A0A32455B3", - "key": "index", - "value": { - "@type": "Int", - "value": 421 - } - }, - { - "@type": "AnnotationData", - "@id": "8B6FB6D8F3", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 421 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "B2C5BA252E", - "key": "index", - "value": { - "@type": "Int", - "value": 422 - } - }, - { - "@type": "AnnotationData", - "@id": "45655E2282", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 422 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "BFE6CBC6AE", - "key": "index", - "value": { - "@type": "Int", - "value": 423 - } - }, - { - "@type": "AnnotationData", - "@id": "9F56707090", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 423 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "0B24522133", - "key": "index", - "value": { - "@type": "Int", - "value": 424 - } - }, - { - "@type": "AnnotationData", - "@id": "89ECBF658B", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 424 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "E16F0D3C44", - "key": "index", - "value": { - "@type": "Int", - "value": 425 - } - }, - { - "@type": "AnnotationData", - "@id": "CF8515CFFC", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 425 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "444ADCB422", - "key": "index", - "value": { - "@type": "Int", - "value": 426 - } - }, - { - "@type": "AnnotationData", - "@id": "C18E558AAE", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 426 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "80CFD6EA57", - "key": "index", - "value": { - "@type": "Int", - "value": 427 - } - }, - { - "@type": "AnnotationData", - "@id": "2EE3D20744", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 427 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "CFD3041F89", - "key": "index", - "value": { - "@type": "Int", - "value": 428 - } - }, - { - "@type": "AnnotationData", - "@id": "334BA684F3", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 428 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "1119608750", - "key": "index", - "value": { - "@type": "Int", - "value": 429 - } - }, - { - "@type": "AnnotationData", - "@id": "6C3CA82F60", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 429 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "C1B760CCEA", - "key": "index", - "value": { - "@type": "Int", - "value": 430 - } - }, - { - "@type": "AnnotationData", - "@id": "1FF1763BAC", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 430 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "E6636C8D1E", - "key": "index", - "value": { - "@type": "Int", - "value": 431 - } - }, - { - "@type": "AnnotationData", - "@id": "470C73F750", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 431 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "B5AA22669C", - "key": "index", - "value": { - "@type": "Int", - "value": 432 - } - }, - { - "@type": "AnnotationData", - "@id": "7E0042E82E", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 432 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "9F324DD43A", - "key": "index", - "value": { - "@type": "Int", - "value": 433 - } - }, - { - "@type": "AnnotationData", - "@id": "69819540A9", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 433 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "AD44212782", - "key": "index", - "value": { - "@type": "Int", - "value": 434 - } - }, - { - "@type": "AnnotationData", - "@id": "080B0BBB4F", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 434 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "38C17D87C0", - "key": "index", - "value": { - "@type": "Int", - "value": 435 - } - }, - { - "@type": "AnnotationData", - "@id": "6AD6D887FF", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 435 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "EDA9EACAEA", - "key": "index", - "value": { - "@type": "Int", - "value": 436 - } - }, - { - "@type": "AnnotationData", - "@id": "DDDDE31DDF", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 436 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "9A67934431", - "key": "index", - "value": { - "@type": "Int", - "value": 437 - } - }, - { - "@type": "AnnotationData", - "@id": "FF2EAEBBEA", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 437 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "F03BD44AFD", - "key": "index", - "value": { - "@type": "Int", - "value": 438 - } - }, - { - "@type": "AnnotationData", - "@id": "8790F40AB0", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 438 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "7C5EFEC549", - "key": "index", - "value": { - "@type": "Int", - "value": 439 - } - }, - { - "@type": "AnnotationData", - "@id": "3C23240E26", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 439 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "4766893C6A", - "key": "index", - "value": { - "@type": "Int", - "value": 440 - } - }, - { - "@type": "AnnotationData", - "@id": "D242A482A6", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 440 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "E7166E4700", - "key": "index", - "value": { - "@type": "Int", - "value": 441 - } - }, - { - "@type": "AnnotationData", - "@id": "88ACAB8A44", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 441 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "D59C9A8AEC", - "key": "index", - "value": { - "@type": "Int", - "value": 442 - } - }, - { - "@type": "AnnotationData", - "@id": "364BDC3E93", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 442 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "9B7A7B8BBB", - "key": "index", - "value": { - "@type": "Int", - "value": 443 - } - }, - { - "@type": "AnnotationData", - "@id": "F2009C4443", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 443 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "C9E4F46834", - "key": "index", - "value": { - "@type": "Int", - "value": 444 - } - }, - { - "@type": "AnnotationData", - "@id": "9A177371A9", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 444 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "337E4F694E", - "key": "index", - "value": { - "@type": "Int", - "value": 445 - } - }, - { - "@type": "AnnotationData", - "@id": "1AAAAD6599", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 445 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "BEF0FE096D", - "key": "index", - "value": { - "@type": "Int", - "value": 446 - } - }, - { - "@type": "AnnotationData", - "@id": "71F66F77F8", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 446 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "BC1205B677", - "key": "index", - "value": { - "@type": "Int", - "value": 447 - } - }, - { - "@type": "AnnotationData", - "@id": "82909C4354", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 447 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "7BCE7EB5D7", - "key": "index", - "value": { - "@type": "Int", - "value": 448 - } - }, - { - "@type": "AnnotationData", - "@id": "194C9FC49D", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 448 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "1A55EBBEFE", - "key": "index", - "value": { - "@type": "Int", - "value": 449 - } - }, - { - "@type": "AnnotationData", - "@id": "BDDA58D50E", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 449 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "15481527DD", - "key": "index", - "value": { - "@type": "Int", - "value": 450 - } - }, - { - "@type": "AnnotationData", - "@id": "6AC6C22C9C", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 450 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "1AC72425E1", - "key": "index", - "value": { - "@type": "Int", - "value": 451 - } - }, - { - "@type": "AnnotationData", - "@id": "B02A854A54", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 451 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "90B233F758", - "key": "index", - "value": { - "@type": "Int", - "value": 452 - } - }, - { - "@type": "AnnotationData", - "@id": "40D0E13210", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 452 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "98943EECC3", - "key": "index", - "value": { - "@type": "Int", - "value": 453 - } - }, - { - "@type": "AnnotationData", - "@id": "1AB4983998", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 453 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "DAD74EC5CA", - "key": "index", - "value": { - "@type": "Int", - "value": 454 - } - }, - { - "@type": "AnnotationData", - "@id": "664B6631C9", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 454 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "CF298AD408", - "key": "index", - "value": { - "@type": "Int", - "value": 455 - } - }, - { - "@type": "AnnotationData", - "@id": "E8686E8DEA", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 455 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "411C973157", - "key": "index", - "value": { - "@type": "Int", - "value": 456 - } - }, - { - "@type": "AnnotationData", - "@id": "E1BA5862EA", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 456 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "D67EE06729", - "key": "index", - "value": { - "@type": "Int", - "value": 457 - } - }, - { - "@type": "AnnotationData", - "@id": "BDB681DFEE", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 457 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "6B7553ED02", - "key": "index", - "value": { - "@type": "Int", - "value": 458 - } - }, - { - "@type": "AnnotationData", - "@id": "F56891B71B", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 458 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "24244282F4", - "key": "index", - "value": { - "@type": "Int", - "value": 459 - } - }, - { - "@type": "AnnotationData", - "@id": "5FB9B14704", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 459 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "635066A846", - "key": "index", - "value": { - "@type": "Int", - "value": 460 - } - }, - { - "@type": "AnnotationData", - "@id": "98A8E8A842", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 460 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "889EEAA933", - "key": "index", - "value": { - "@type": "Int", - "value": 461 - } - }, - { - "@type": "AnnotationData", - "@id": "A5244242B7", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 461 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "AFDDAAFA07", - "key": "index", - "value": { - "@type": "Int", - "value": 462 - } - }, - { - "@type": "AnnotationData", - "@id": "1F2AA1164F", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 462 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "E678B40446", - "key": "index", - "value": { - "@type": "Int", - "value": 463 - } - }, - { - "@type": "AnnotationData", - "@id": "F1224D9443", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 463 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "D8F8F4F29B", - "key": "index", - "value": { - "@type": "Int", - "value": 464 - } - }, - { - "@type": "AnnotationData", - "@id": "26424BD5B3", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 464 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "AB0F373357", - "key": "index", - "value": { - "@type": "Int", - "value": 465 - } - }, - { - "@type": "AnnotationData", - "@id": "4B79B45478", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 465 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "14F69F3101", - "key": "index", - "value": { - "@type": "Int", - "value": 466 - } - }, - { - "@type": "AnnotationData", - "@id": "90D7394BF4", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 466 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "A9212DB452", - "key": "index", - "value": { - "@type": "Int", - "value": 467 - } - }, - { - "@type": "AnnotationData", - "@id": "D1B1C7817E", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 467 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "C9C79DACDA", - "key": "index", - "value": { - "@type": "Int", - "value": 468 - } - }, - { - "@type": "AnnotationData", - "@id": "438446D153", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 468 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "121CE8CCD4", - "key": "index", - "value": { - "@type": "Int", - "value": 469 - } - }, - { - "@type": "AnnotationData", - "@id": "408D83814F", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 469 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "F93C8F592E", - "key": "index", - "value": { - "@type": "Int", - "value": 470 - } - }, - { - "@type": "AnnotationData", - "@id": "96DBC069BA", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 470 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "259551318A", - "key": "index", - "value": { - "@type": "Int", - "value": 471 - } - }, - { - "@type": "AnnotationData", - "@id": "45CBF4AC44", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 471 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "9E489A3430", - "key": "index", - "value": { - "@type": "Int", - "value": 472 - } - }, - { - "@type": "AnnotationData", - "@id": "2B17684DA4", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 472 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "63074331D0", - "key": "index", - "value": { - "@type": "Int", - "value": 473 - } - }, - { - "@type": "AnnotationData", - "@id": "404E454018", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 473 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "ACCA3312C7", - "key": "index", - "value": { - "@type": "Int", - "value": 474 - } - }, - { - "@type": "AnnotationData", - "@id": "F8B103DA68", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 474 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "C83A637FEB", - "key": "index", - "value": { - "@type": "Int", - "value": 475 - } - }, - { - "@type": "AnnotationData", - "@id": "899E992384", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 475 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "AAAAA616FE", - "key": "index", - "value": { - "@type": "Int", - "value": 476 - } - }, - { - "@type": "AnnotationData", - "@id": "75FD566E55", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 476 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "4C1A126A61", - "key": "index", - "value": { - "@type": "Int", - "value": 477 - } - }, - { - "@type": "AnnotationData", - "@id": "865461FF09", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 477 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "BC25F5BBCB", - "key": "index", - "value": { - "@type": "Int", - "value": 478 - } - }, - { - "@type": "AnnotationData", - "@id": "280C61A4A0", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 478 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "35394752AD", - "key": "index", - "value": { - "@type": "Int", - "value": 479 - } - }, - { - "@type": "AnnotationData", - "@id": "46D6837637", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 479 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "44ECBE6EE4", - "key": "index", - "value": { - "@type": "Int", - "value": 480 - } - }, - { - "@type": "AnnotationData", - "@id": "8A9E097A99", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 480 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "DC2D2A098A", - "key": "index", - "value": { - "@type": "Int", - "value": 481 - } - }, - { - "@type": "AnnotationData", - "@id": "A9BABF4149", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 481 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "4EC9099905", - "key": "index", - "value": { - "@type": "Int", - "value": 482 - } - }, - { - "@type": "AnnotationData", - "@id": "21D11CA57B", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 482 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "104E37E819", - "key": "index", - "value": { - "@type": "Int", - "value": 483 - } - }, - { - "@type": "AnnotationData", - "@id": "5CF9C27AAC", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 483 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "6E496B2B61", - "key": "index", - "value": { - "@type": "Int", - "value": 484 - } - }, - { - "@type": "AnnotationData", - "@id": "0FB6281C17", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 484 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "C660E63D7B", - "key": "index", - "value": { - "@type": "Int", - "value": 485 - } - }, - { - "@type": "AnnotationData", - "@id": "774D123D77", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 485 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "E3BD50DF20", - "key": "index", - "value": { - "@type": "Int", - "value": 486 - } - }, - { - "@type": "AnnotationData", - "@id": "B57552B284", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 486 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "1FF0B3F44A", - "key": "index", - "value": { - "@type": "Int", - "value": 487 - } - }, - { - "@type": "AnnotationData", - "@id": "C324833054", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 487 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "271A660D70", - "key": "index", - "value": { - "@type": "Int", - "value": 488 - } - }, - { - "@type": "AnnotationData", - "@id": "A44268740C", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 488 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "2D23821F77", - "key": "index", - "value": { - "@type": "Int", - "value": 489 - } - }, - { - "@type": "AnnotationData", - "@id": "9EFE28E644", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 489 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "B1BF92E89D", - "key": "index", - "value": { - "@type": "Int", - "value": 490 - } - }, - { - "@type": "AnnotationData", - "@id": "9E0F1FA940", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 490 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "428D488DC4", - "key": "index", - "value": { - "@type": "Int", - "value": 491 - } - }, - { - "@type": "AnnotationData", - "@id": "C4A64181D4", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 491 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "B333173813", - "key": "index", - "value": { - "@type": "Int", - "value": 492 - } - }, - { - "@type": "AnnotationData", - "@id": "1FB183B4D1", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 492 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "0AD067CFCC", - "key": "index", - "value": { - "@type": "Int", - "value": 493 - } - }, - { - "@type": "AnnotationData", - "@id": "366D58C48C", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 493 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "5775818818", - "key": "index", - "value": { - "@type": "Int", - "value": 494 - } - }, - { - "@type": "AnnotationData", - "@id": "E1B646A000", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 494 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "A4793A6B7D", - "key": "index", - "value": { - "@type": "Int", - "value": 495 - } - }, - { - "@type": "AnnotationData", - "@id": "61F7B119D1", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 495 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "B09A475A31", - "key": "index", - "value": { - "@type": "Int", - "value": 496 - } - }, - { - "@type": "AnnotationData", - "@id": "BC2BCBEEE9", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 496 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "81871152AF", - "key": "index", - "value": { - "@type": "Int", - "value": 497 - } - }, - { - "@type": "AnnotationData", - "@id": "4A54DDD9ED", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 497 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "262C71E4DB", - "key": "index", - "value": { - "@type": "Int", - "value": 498 - } - }, - { - "@type": "AnnotationData", - "@id": "4454A97649", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 498 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "A86028927A", - "key": "index", - "value": { - "@type": "Int", - "value": 499 - } - }, - { - "@type": "AnnotationData", - "@id": "A5D909D9F5", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 499 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "569E596985", - "key": "index", - "value": { - "@type": "Int", - "value": 500 - } - }, - { - "@type": "AnnotationData", - "@id": "B565540519", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 500 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "5167E5E4E4", - "key": "index", - "value": { - "@type": "Int", - "value": 501 - } - }, - { - "@type": "AnnotationData", - "@id": "4AA0CFAA20", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 501 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "80ABF4FCA9", - "key": "index", - "value": { - "@type": "Int", - "value": 502 - } - }, - { - "@type": "AnnotationData", - "@id": "29E2439444", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 502 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "D14AE3DC2B", - "key": "index", - "value": { - "@type": "Int", - "value": 503 - } - }, - { - "@type": "AnnotationData", - "@id": "CF7F7E7D08", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 503 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "0BA2185EA1", - "key": "index", - "value": { - "@type": "Int", - "value": 504 - } - }, - { - "@type": "AnnotationData", - "@id": "B5DCCFFF14", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 504 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "B5DAC40A19", - "key": "index", - "value": { - "@type": "Int", - "value": 505 - } - }, - { - "@type": "AnnotationData", - "@id": "ABA8E99C08", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 505 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "6DAAE73E3C", - "key": "index", - "value": { - "@type": "Int", - "value": 506 - } - }, - { - "@type": "AnnotationData", - "@id": "932A4D6949", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 506 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "05B5D88B4B", - "key": "index", - "value": { - "@type": "Int", - "value": 507 - } - }, - { - "@type": "AnnotationData", - "@id": "08110C1226", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 507 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "990BC96F95", - "key": "index", - "value": { - "@type": "Int", - "value": 508 - } - }, - { - "@type": "AnnotationData", - "@id": "0A30C73FA3", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 508 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "3CBB50BB70", - "key": "index", - "value": { - "@type": "Int", - "value": 509 - } - }, - { - "@type": "AnnotationData", - "@id": "81F60F3342", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 509 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "AFB54FAAB7", - "key": "index", - "value": { - "@type": "Int", - "value": 510 - } - }, - { - "@type": "AnnotationData", - "@id": "3ADDB17288", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 510 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "3925A8FFD0", - "key": "index", - "value": { - "@type": "Int", - "value": 511 - } - }, - { - "@type": "AnnotationData", - "@id": "DAC0C6D69A", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 511 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "6A50B955A7", - "key": "index", - "value": { - "@type": "Int", - "value": 512 - } - }, - { - "@type": "AnnotationData", - "@id": "45D5C4B44D", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 512 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "A4BAA93CB4", - "key": "index", - "value": { - "@type": "Int", - "value": 513 - } - }, - { - "@type": "AnnotationData", - "@id": "8712257D2F", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 513 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "797548A7BA", - "key": "index", - "value": { - "@type": "Int", - "value": 514 - } - }, - { - "@type": "AnnotationData", - "@id": "685C33CE87", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 514 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "ECFF771551", - "key": "index", - "value": { - "@type": "Int", - "value": 515 - } - }, - { - "@type": "AnnotationData", - "@id": "284C74160D", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 515 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "71F9A64037", - "key": "index", - "value": { - "@type": "Int", - "value": 516 - } - }, - { - "@type": "AnnotationData", - "@id": "41698B9194", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 516 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "1984A58908", - "key": "index", - "value": { - "@type": "Int", - "value": 517 - } - }, - { - "@type": "AnnotationData", - "@id": "B881F84970", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 517 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "B8FDDACFA9", - "key": "index", - "value": { - "@type": "Int", - "value": 518 - } - }, - { - "@type": "AnnotationData", - "@id": "58E5F13EED", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 518 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "C2FA7DCACA", - "key": "index", - "value": { - "@type": "Int", - "value": 519 - } - }, - { - "@type": "AnnotationData", - "@id": "AC0CC5FAEE", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 519 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "E819D1416F", - "key": "index", - "value": { - "@type": "Int", - "value": 520 - } - }, - { - "@type": "AnnotationData", - "@id": "0784BCA41C", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 520 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "6113A5FA57", - "key": "index", - "value": { - "@type": "Int", - "value": 521 - } - }, - { - "@type": "AnnotationData", - "@id": "621918E7DD", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 521 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "4CB5D62F87", - "key": "index", - "value": { - "@type": "Int", - "value": 522 - } - }, - { - "@type": "AnnotationData", - "@id": "DD664ED4DF", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 522 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "012E10BB09", - "key": "index", - "value": { - "@type": "Int", - "value": 523 - } - }, - { - "@type": "AnnotationData", - "@id": "407939C99B", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 523 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "980A5FCC22", - "key": "index", - "value": { - "@type": "Int", - "value": 524 - } - }, - { - "@type": "AnnotationData", - "@id": "614CC0376F", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 524 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "E5F046DD95", - "key": "index", - "value": { - "@type": "Int", - "value": 525 - } - }, - { - "@type": "AnnotationData", - "@id": "E8D48E5D84", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 525 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "888C9D548C", - "key": "index", - "value": { - "@type": "Int", - "value": 526 - } - }, - { - "@type": "AnnotationData", - "@id": "90D80A09C3", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 526 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "FDBC64CD1B", - "key": "index", - "value": { - "@type": "Int", - "value": 527 - } - }, - { - "@type": "AnnotationData", - "@id": "4520AD02DD", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 527 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "4A236B9F49", - "key": "index", - "value": { - "@type": "Int", - "value": 528 - } - }, - { - "@type": "AnnotationData", - "@id": "4A14AAD194", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 528 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "7ABDC9E70E", - "key": "index", - "value": { - "@type": "Int", - "value": 529 - } - }, - { - "@type": "AnnotationData", - "@id": "86FFBA05B5", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 529 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "8E3B404063", - "key": "index", - "value": { - "@type": "Int", - "value": 530 - } - }, - { - "@type": "AnnotationData", - "@id": "15250AA53D", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 530 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "27464DFB36", - "key": "index", - "value": { - "@type": "Int", - "value": 531 - } - }, - { - "@type": "AnnotationData", - "@id": "850177A855", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 531 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "D54EAA454D", - "key": "index", - "value": { - "@type": "Int", - "value": 532 - } - }, - { - "@type": "AnnotationData", - "@id": "50224D2490", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 532 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "8519FF471A", - "key": "index", - "value": { - "@type": "Int", - "value": 533 - } - }, - { - "@type": "AnnotationData", - "@id": "4C6CB7EDBE", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 533 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "74DE612566", - "key": "index", - "value": { - "@type": "Int", - "value": 534 - } - }, - { - "@type": "AnnotationData", - "@id": "76A26A29DB", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 534 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "47906FA6F1", - "key": "index", - "value": { - "@type": "Int", - "value": 535 - } - }, - { - "@type": "AnnotationData", - "@id": "8B7D00E089", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 535 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "5EDE5FD185", - "key": "index", - "value": { - "@type": "Int", - "value": 536 - } - }, - { - "@type": "AnnotationData", - "@id": "BA04DB0AC0", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 536 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "49B80B47F0", - "key": "index", - "value": { - "@type": "Int", - "value": 537 - } - }, - { - "@type": "AnnotationData", - "@id": "1F6BDFFA61", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 537 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "CEA6B0AB8E", - "key": "index", - "value": { - "@type": "Int", - "value": 538 - } - }, - { - "@type": "AnnotationData", - "@id": "AFE7A4ADAF", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 538 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "EB1B19096D", - "key": "index", - "value": { - "@type": "Int", - "value": 539 - } - }, - { - "@type": "AnnotationData", - "@id": "22DDE1B33F", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 539 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "BC6C427C12", - "key": "index", - "value": { - "@type": "Int", - "value": 540 - } - }, - { - "@type": "AnnotationData", - "@id": "D991906978", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 540 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "162C209689", - "key": "index", - "value": { - "@type": "Int", - "value": 541 - } - }, - { - "@type": "AnnotationData", - "@id": "CC99999A3B", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 541 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "4BAB725FCB", - "key": "index", - "value": { - "@type": "Int", - "value": 542 - } - }, - { - "@type": "AnnotationData", - "@id": "52E778ED37", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 542 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "762D04B3F6", - "key": "index", - "value": { - "@type": "Int", - "value": 543 - } - }, - { - "@type": "AnnotationData", - "@id": "4242499EE9", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 543 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "B7AC206AB4", - "key": "index", - "value": { - "@type": "Int", - "value": 544 - } - }, - { - "@type": "AnnotationData", - "@id": "D8C1EFFDC7", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 544 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "50EC6C6860", - "key": "index", - "value": { - "@type": "Int", - "value": 545 - } - }, - { - "@type": "AnnotationData", - "@id": "C24A620290", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 545 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "37788A2945", - "key": "index", - "value": { - "@type": "Int", - "value": 546 - } - }, - { - "@type": "AnnotationData", - "@id": "30E38A3AAA", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 546 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "66A9969E51", - "key": "index", - "value": { - "@type": "Int", - "value": 547 - } - }, - { - "@type": "AnnotationData", - "@id": "A48F40004A", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 547 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "223001CB2D", - "key": "index", - "value": { - "@type": "Int", - "value": 548 - } - }, - { - "@type": "AnnotationData", - "@id": "68E26464D6", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 548 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "2CE95A4568", - "key": "index", - "value": { - "@type": "Int", - "value": 549 - } - }, - { - "@type": "AnnotationData", - "@id": "006A09F8D7", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 549 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "E5AEB40FEB", - "key": "index", - "value": { - "@type": "Int", - "value": 550 - } - }, - { - "@type": "AnnotationData", - "@id": "5E25514A55", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 550 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "01F9160609", - "key": "index", - "value": { - "@type": "Int", - "value": 551 - } - }, - { - "@type": "AnnotationData", - "@id": "EA06A8EAFE", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 551 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "E61F2940FB", - "key": "index", - "value": { - "@type": "Int", - "value": 552 - } - }, - { - "@type": "AnnotationData", - "@id": "A1C762CAA4", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 552 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "4F3F7E3CC3", - "key": "index", - "value": { - "@type": "Int", - "value": 553 - } - }, - { - "@type": "AnnotationData", - "@id": "6EDEFFB944", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 553 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "10B88B2768", - "key": "index", - "value": { - "@type": "Int", - "value": 554 - } - }, - { - "@type": "AnnotationData", - "@id": "4F54F9F77D", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 554 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "35EA36E356", - "key": "index", - "value": { - "@type": "Int", - "value": 555 - } - }, - { - "@type": "AnnotationData", - "@id": "C243FD5323", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 555 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "FF65C8F9CF", - "key": "index", - "value": { - "@type": "Int", - "value": 556 - } - }, - { - "@type": "AnnotationData", - "@id": "C9F02C6424", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 556 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "EEF13CF5FC", - "key": "index", - "value": { - "@type": "Int", - "value": 557 - } - }, - { - "@type": "AnnotationData", - "@id": "A85AB71ED5", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 557 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "9B334591F2", - "key": "index", - "value": { - "@type": "Int", - "value": 558 - } - }, - { - "@type": "AnnotationData", - "@id": "2798FDBE28", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 558 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "CECEEECA84", - "key": "index", - "value": { - "@type": "Int", - "value": 559 - } - }, - { - "@type": "AnnotationData", - "@id": "DDD346D0D1", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 559 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "9996964668", - "key": "index", - "value": { - "@type": "Int", - "value": 560 - } - }, - { - "@type": "AnnotationData", - "@id": "A7065BB303", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 560 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "A134AB485A", - "key": "index", - "value": { - "@type": "Int", - "value": 561 - } - }, - { - "@type": "AnnotationData", - "@id": "7AB82C7DBA", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 561 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "EFC99F4DF4", - "key": "index", - "value": { - "@type": "Int", - "value": 562 - } - }, - { - "@type": "AnnotationData", - "@id": "FCC66F7244", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 562 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "B7EB13A124", - "key": "index", - "value": { - "@type": "Int", - "value": 563 - } - }, - { - "@type": "AnnotationData", - "@id": "D1E1F06B1F", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 563 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "10000E8500", - "key": "index", - "value": { - "@type": "Int", - "value": 564 - } - }, - { - "@type": "AnnotationData", - "@id": "61153E9661", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 564 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "ACACC0AFA1", - "key": "index", - "value": { - "@type": "Int", - "value": 565 - } - }, - { - "@type": "AnnotationData", - "@id": "9E080D06D4", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 565 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "E99B31C433", - "key": "index", - "value": { - "@type": "Int", - "value": 566 - } - }, - { - "@type": "AnnotationData", - "@id": "9C8192E663", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 566 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "F12A98FFFA", - "key": "index", - "value": { - "@type": "Int", - "value": 567 - } - }, - { - "@type": "AnnotationData", - "@id": "4F4E7334BA", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 567 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "899121D92C", - "key": "index", - "value": { - "@type": "Int", - "value": 568 - } - }, - { - "@type": "AnnotationData", - "@id": "FEEF7FD827", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 568 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "B5DB634C4C", - "key": "index", - "value": { - "@type": "Int", - "value": 569 - } - }, - { - "@type": "AnnotationData", - "@id": "52447FD463", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 569 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "298BDC5F76", - "key": "index", - "value": { - "@type": "Int", - "value": 570 - } - }, - { - "@type": "AnnotationData", - "@id": "40901CC904", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 570 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "44B55FAF69", - "key": "index", - "value": { - "@type": "Int", - "value": 571 - } - }, - { - "@type": "AnnotationData", - "@id": "356453371D", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 571 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "EDA2A7CD70", - "key": "index", - "value": { - "@type": "Int", - "value": 572 - } - }, - { - "@type": "AnnotationData", - "@id": "951906D99D", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 572 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "EDF9789A05", - "key": "index", - "value": { - "@type": "Int", - "value": 573 - } - }, - { - "@type": "AnnotationData", - "@id": "99D94491D6", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 573 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "1142909440", - "key": "index", - "value": { - "@type": "Int", - "value": 574 - } - }, - { - "@type": "AnnotationData", - "@id": "E131E4190E", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 574 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "34B3CEC833", - "key": "index", - "value": { - "@type": "Int", - "value": 575 - } - }, - { - "@type": "AnnotationData", - "@id": "1D12C48A1A", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 575 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "0B8D63B948", - "key": "index", - "value": { - "@type": "Int", - "value": 576 - } - }, - { - "@type": "AnnotationData", - "@id": "88CED0E1CE", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 576 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "F63466894D", - "key": "index", - "value": { - "@type": "Int", - "value": 577 - } - }, - { - "@type": "AnnotationData", - "@id": "BD99EF1BCB", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 577 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "FA723175BB", - "key": "index", - "value": { - "@type": "Int", - "value": 578 - } - }, - { - "@type": "AnnotationData", - "@id": "2AE0EA34A3", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 578 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "4089892183", - "key": "index", - "value": { - "@type": "Int", - "value": 579 - } - }, - { - "@type": "AnnotationData", - "@id": "2C164E1E0E", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 579 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "25AF9D8ADD", - "key": "index", - "value": { - "@type": "Int", - "value": 580 - } - }, - { - "@type": "AnnotationData", - "@id": "A038D03B70", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 580 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "D11A9B57C9", - "key": "index", - "value": { - "@type": "Int", - "value": 581 - } - }, - { - "@type": "AnnotationData", - "@id": "44F38A7A87", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 581 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "CC140EE763", - "key": "index", - "value": { - "@type": "Int", - "value": 582 - } - }, - { - "@type": "AnnotationData", - "@id": "29B4F34A1F", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 582 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "777961614C", - "key": "index", - "value": { - "@type": "Int", - "value": 583 - } - }, - { - "@type": "AnnotationData", - "@id": "A52F9657A9", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 583 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "6C390A00F0", - "key": "index", - "value": { - "@type": "Int", - "value": 584 - } - }, - { - "@type": "AnnotationData", - "@id": "B309953E52", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 584 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "081DE033EE", - "key": "index", - "value": { - "@type": "Int", - "value": 585 - } - }, - { - "@type": "AnnotationData", - "@id": "539F251543", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 585 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "31BB09CD00", - "key": "index", - "value": { - "@type": "Int", - "value": 586 - } - }, - { - "@type": "AnnotationData", - "@id": "54B0E050AB", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 586 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "045F75EDD2", - "key": "index", - "value": { - "@type": "Int", - "value": 587 - } - }, - { - "@type": "AnnotationData", - "@id": "19C4DE649A", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 587 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "3E4BA3E35B", - "key": "index", - "value": { - "@type": "Int", - "value": 588 - } - }, - { - "@type": "AnnotationData", - "@id": "A777E74D7F", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 588 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "4924F59BBB", - "key": "index", - "value": { - "@type": "Int", - "value": 589 - } - }, - { - "@type": "AnnotationData", - "@id": "6666AE4CD7", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 589 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "0AE2EDAEEE", - "key": "index", - "value": { - "@type": "Int", - "value": 590 - } - }, - { - "@type": "AnnotationData", - "@id": "B21DAB8D28", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 590 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "48C648944C", - "key": "index", - "value": { - "@type": "Int", - "value": 591 - } - }, - { - "@type": "AnnotationData", - "@id": "34AACCA4D1", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 591 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "C5E1FABE12", - "key": "index", - "value": { - "@type": "Int", - "value": 592 - } - }, - { - "@type": "AnnotationData", - "@id": "BD7F86E8D1", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 592 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "9602422E22", - "key": "index", - "value": { - "@type": "Int", - "value": 593 - } - }, - { - "@type": "AnnotationData", - "@id": "422CD2BCCA", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 593 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "AEFEAA5DEF", - "key": "index", - "value": { - "@type": "Int", - "value": 594 - } - }, - { - "@type": "AnnotationData", - "@id": "8A6CEEA479", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 594 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "5316C1A4F9", - "key": "index", - "value": { - "@type": "Int", - "value": 595 - } - }, - { - "@type": "AnnotationData", - "@id": "452C717C11", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 595 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "23FDCD88B5", - "key": "index", - "value": { - "@type": "Int", - "value": 596 - } - }, - { - "@type": "AnnotationData", - "@id": "8A82F4AB88", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 596 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "0666167CE6", - "key": "index", - "value": { - "@type": "Int", - "value": 597 - } - }, - { - "@type": "AnnotationData", - "@id": "674699DEDF", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 597 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "EA2BA41CB6", - "key": "index", - "value": { - "@type": "Int", - "value": 598 - } - }, - { - "@type": "AnnotationData", - "@id": "DEB34DBB0C", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 598 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "4F3D07FDD8", - "key": "index", - "value": { - "@type": "Int", - "value": 599 - } - }, - { - "@type": "AnnotationData", - "@id": "77775E107E", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 599 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "483CCCA4E1", - "key": "index", - "value": { - "@type": "Int", - "value": 600 - } - }, - { - "@type": "AnnotationData", - "@id": "4AFB2502FB", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 600 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "2A44A8529B", - "key": "index", - "value": { - "@type": "Int", - "value": 601 - } - }, - { - "@type": "AnnotationData", - "@id": "650F4233BA", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 601 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "11DFAA4344", - "key": "index", - "value": { - "@type": "Int", - "value": 602 - } - }, - { - "@type": "AnnotationData", - "@id": "866E54B69E", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 602 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "7DB95265DD", - "key": "index", - "value": { - "@type": "Int", - "value": 603 - } - }, - { - "@type": "AnnotationData", - "@id": "309C0F8C98", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 603 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "D2D2257272", - "key": "index", - "value": { - "@type": "Int", - "value": 604 - } - }, - { - "@type": "AnnotationData", - "@id": "A8276D0AE0", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 604 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "6686914289", - "key": "index", - "value": { - "@type": "Int", - "value": 605 - } - }, - { - "@type": "AnnotationData", - "@id": "B63364B618", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 605 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "3D60F2739C", - "key": "index", - "value": { - "@type": "Int", - "value": 606 - } - }, - { - "@type": "AnnotationData", - "@id": "99C49FA490", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 606 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "EB74251EE4", - "key": "index", - "value": { - "@type": "Int", - "value": 607 - } - }, - { - "@type": "AnnotationData", - "@id": "EF25964CA0", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 607 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "9BCB88B8B1", - "key": "index", - "value": { - "@type": "Int", - "value": 608 - } - }, - { - "@type": "AnnotationData", - "@id": "28BA3BBBAB", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 608 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "54549CB8C6", - "key": "index", - "value": { - "@type": "Int", - "value": 609 - } - }, - { - "@type": "AnnotationData", - "@id": "1D95D19641", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 609 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "376E74649F", - "key": "index", - "value": { - "@type": "Int", - "value": 610 - } - }, - { - "@type": "AnnotationData", - "@id": "DB44B43443", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 610 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "8EAFF4F5B9", - "key": "index", - "value": { - "@type": "Int", - "value": 611 - } - }, - { - "@type": "AnnotationData", - "@id": "95F0B44515", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 611 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "9AA9494F40", - "key": "index", - "value": { - "@type": "Int", - "value": 612 - } - }, - { - "@type": "AnnotationData", - "@id": "FE6EFE5E4E", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 612 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "5E42FAB5F5", - "key": "index", - "value": { - "@type": "Int", - "value": 613 - } - }, - { - "@type": "AnnotationData", - "@id": "0071ED8E88", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 613 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "FCC4134594", - "key": "index", - "value": { - "@type": "Int", - "value": 614 - } - }, - { - "@type": "AnnotationData", - "@id": "CA10D089BD", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 614 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "3DE5FB5042", - "key": "index", - "value": { - "@type": "Int", - "value": 615 - } - }, - { - "@type": "AnnotationData", - "@id": "4FDCFE4993", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 615 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "38B0EBEEEC", - "key": "index", - "value": { - "@type": "Int", - "value": 616 - } - }, - { - "@type": "AnnotationData", - "@id": "28D7193296", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 616 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "7E6B851676", - "key": "index", - "value": { - "@type": "Int", - "value": 617 - } - }, - { - "@type": "AnnotationData", - "@id": "DB4A008878", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 617 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "393939E305", - "key": "index", - "value": { - "@type": "Int", - "value": 618 - } - }, - { - "@type": "AnnotationData", - "@id": "F8AF29A4B5", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 618 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "668B9988D9", - "key": "index", - "value": { - "@type": "Int", - "value": 619 - } - }, - { - "@type": "AnnotationData", - "@id": "E884F911FF", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 619 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "E38F9EABD9", - "key": "index", - "value": { - "@type": "Int", - "value": 620 - } - }, - { - "@type": "AnnotationData", - "@id": "30DAC2A17A", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 620 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "570DC8E17F", - "key": "index", - "value": { - "@type": "Int", - "value": 621 - } - }, - { - "@type": "AnnotationData", - "@id": "0BD708E618", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 621 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "2442599796", - "key": "index", - "value": { - "@type": "Int", - "value": 622 - } - }, - { - "@type": "AnnotationData", - "@id": "96C88B5F50", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 622 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "8E38C4234E", - "key": "index", - "value": { - "@type": "Int", - "value": 623 - } - }, - { - "@type": "AnnotationData", - "@id": "89EFEB99B9", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 623 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "FFEE5E04C1", - "key": "index", - "value": { - "@type": "Int", - "value": 624 - } - }, - { - "@type": "AnnotationData", - "@id": "EDF0CFF5B0", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 624 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "5BC5FED00B", - "key": "index", - "value": { - "@type": "Int", - "value": 625 - } - }, - { - "@type": "AnnotationData", - "@id": "3AC18B0A3C", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 625 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "81B0401B11", - "key": "index", - "value": { - "@type": "Int", - "value": 626 - } - }, - { - "@type": "AnnotationData", - "@id": "544CC4C125", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 626 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "B444B46A52", - "key": "index", - "value": { - "@type": "Int", - "value": 627 - } - }, - { - "@type": "AnnotationData", - "@id": "ADE344435B", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 627 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "3A6FEE4DAE", - "key": "index", - "value": { - "@type": "Int", - "value": 628 - } - }, - { - "@type": "AnnotationData", - "@id": "84E96E6866", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 628 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "EB82058F91", - "key": "index", - "value": { - "@type": "Int", - "value": 629 - } - }, - { - "@type": "AnnotationData", - "@id": "518B91EC58", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 629 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "F5284AEA8F", - "key": "index", - "value": { - "@type": "Int", - "value": 630 - } - }, - { - "@type": "AnnotationData", - "@id": "8D4557044A", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 630 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "4D168E4F99", - "key": "index", - "value": { - "@type": "Int", - "value": 631 - } - }, - { - "@type": "AnnotationData", - "@id": "AAAA430184", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 631 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "94F41EBB47", - "key": "index", - "value": { - "@type": "Int", - "value": 632 - } - }, - { - "@type": "AnnotationData", - "@id": "9AD4EB8C6C", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 632 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "6B246C3B7F", - "key": "index", - "value": { - "@type": "Int", - "value": 633 - } - }, - { - "@type": "AnnotationData", - "@id": "3EEB88B882", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 633 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "03108508A6", - "key": "index", - "value": { - "@type": "Int", - "value": 634 - } - }, - { - "@type": "AnnotationData", - "@id": "E65B5FBA95", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 634 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "3DBB446259", - "key": "index", - "value": { - "@type": "Int", - "value": 635 - } - }, - { - "@type": "AnnotationData", - "@id": "6A808F7737", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 635 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "5BE26EAEB1", - "key": "index", - "value": { - "@type": "Int", - "value": 636 - } - }, - { - "@type": "AnnotationData", - "@id": "D748D6DFFD", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 636 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "119A59A233", - "key": "index", - "value": { - "@type": "Int", - "value": 637 - } - }, - { - "@type": "AnnotationData", - "@id": "F7ABB32DA2", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 637 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "6C63445A2D", - "key": "index", - "value": { - "@type": "Int", - "value": 638 - } - }, - { - "@type": "AnnotationData", - "@id": "C436101361", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 638 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "6A7B786A69", - "key": "index", - "value": { - "@type": "Int", - "value": 639 - } - }, - { - "@type": "AnnotationData", - "@id": "5DDEFDBD23", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 639 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "8C51159CA5", - "key": "index", - "value": { - "@type": "Int", - "value": 640 - } - }, - { - "@type": "AnnotationData", - "@id": "D487D24B51", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 640 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "1AB12242BB", - "key": "index", - "value": { - "@type": "Int", - "value": 641 - } - }, - { - "@type": "AnnotationData", - "@id": "AA5D64DE68", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 641 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "8C871F8E85", - "key": "index", - "value": { - "@type": "Int", - "value": 642 - } - }, - { - "@type": "AnnotationData", - "@id": "FC961C9646", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 642 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "27020306E6", - "key": "index", - "value": { - "@type": "Int", - "value": 643 - } - }, - { - "@type": "AnnotationData", - "@id": "FBBC31D075", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 643 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "529C0CAF58", - "key": "index", - "value": { - "@type": "Int", - "value": 644 - } - }, - { - "@type": "AnnotationData", - "@id": "39F33F9F4A", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 644 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "1DD299ED49", - "key": "index", - "value": { - "@type": "Int", - "value": 645 - } - }, - { - "@type": "AnnotationData", - "@id": "CB2EE8CFA0", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 645 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "ED5DF1451E", - "key": "index", - "value": { - "@type": "Int", - "value": 646 - } - }, - { - "@type": "AnnotationData", - "@id": "181B487B42", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 646 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "9CFCEE74A3", - "key": "index", - "value": { - "@type": "Int", - "value": 647 - } - }, - { - "@type": "AnnotationData", - "@id": "3DE57F72B9", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 647 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "1C23B70067", - "key": "index", - "value": { - "@type": "Int", - "value": 648 - } - }, - { - "@type": "AnnotationData", - "@id": "66434991A2", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 648 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "59BB95D985", - "key": "index", - "value": { - "@type": "Int", - "value": 649 - } - }, - { - "@type": "AnnotationData", - "@id": "B9133B0F19", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 649 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "FB14FF860F", - "key": "index", - "value": { - "@type": "Int", - "value": 650 - } - }, - { - "@type": "AnnotationData", - "@id": "598AA49642", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 650 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "DA745B2BAA", - "key": "index", - "value": { - "@type": "Int", - "value": 651 - } - }, - { - "@type": "AnnotationData", - "@id": "CFD446EE9E", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 651 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "C622E2852F", - "key": "index", - "value": { - "@type": "Int", - "value": 652 - } - }, - { - "@type": "AnnotationData", - "@id": "E27E333EC3", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 652 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "EAABFAA1BD", - "key": "index", - "value": { - "@type": "Int", - "value": 653 - } - }, - { - "@type": "AnnotationData", - "@id": "ABCB10B337", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 653 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "2632903232", - "key": "index", - "value": { - "@type": "Int", - "value": 654 - } - }, - { - "@type": "AnnotationData", - "@id": "D22209F71F", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 654 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "3B58938463", - "key": "index", - "value": { - "@type": "Int", - "value": 655 - } - }, - { - "@type": "AnnotationData", - "@id": "C89CFD4014", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 655 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "85476E425D", - "key": "index", - "value": { - "@type": "Int", - "value": 656 - } - }, - { - "@type": "AnnotationData", - "@id": "E66DD6ADBD", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 656 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "135B93A46A", - "key": "index", - "value": { - "@type": "Int", - "value": 657 - } - }, - { - "@type": "AnnotationData", - "@id": "6D0F2386F5", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 657 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "571CC34AA3", - "key": "index", - "value": { - "@type": "Int", - "value": 658 - } - }, - { - "@type": "AnnotationData", - "@id": "81D0CB78BE", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 658 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "244444AD44", - "key": "index", - "value": { - "@type": "Int", - "value": 659 - } - }, - { - "@type": "AnnotationData", - "@id": "DAA3063BB0", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 659 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "1BA38B6FBC", - "key": "index", - "value": { - "@type": "Int", - "value": 660 - } - }, - { - "@type": "AnnotationData", - "@id": "FFAE9DBADA", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 660 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "F546D39864", - "key": "index", - "value": { - "@type": "Int", - "value": 661 - } - }, - { - "@type": "AnnotationData", - "@id": "379FA1A7A4", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 661 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "97F9B59447", - "key": "index", - "value": { - "@type": "Int", - "value": 662 - } - }, - { - "@type": "AnnotationData", - "@id": "F4C492A41D", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 662 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "A4C4549943", - "key": "index", - "value": { - "@type": "Int", - "value": 663 - } - }, - { - "@type": "AnnotationData", - "@id": "1FD3F8BED8", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 663 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "D4F624B0CB", - "key": "index", - "value": { - "@type": "Int", - "value": 664 - } - }, - { - "@type": "AnnotationData", - "@id": "4DABFD6716", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 664 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "7455BE641D", - "key": "index", - "value": { - "@type": "Int", - "value": 665 - } - }, - { - "@type": "AnnotationData", - "@id": "7DEBF2C241", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 665 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "CF573FB5A1", - "key": "index", - "value": { - "@type": "Int", - "value": 666 - } - }, - { - "@type": "AnnotationData", - "@id": "DAAF2EF88F", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 666 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "CB84659E4F", - "key": "index", - "value": { - "@type": "Int", - "value": 667 - } - }, - { - "@type": "AnnotationData", - "@id": "3FF0922513", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 667 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "AA611E1140", - "key": "index", - "value": { - "@type": "Int", - "value": 668 - } - }, - { - "@type": "AnnotationData", - "@id": "5D1C5F7BB7", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 668 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "910800CC78", - "key": "index", - "value": { - "@type": "Int", - "value": 669 - } - }, - { - "@type": "AnnotationData", - "@id": "87BF60646A", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 669 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "AC2C3A35CA", - "key": "index", - "value": { - "@type": "Int", - "value": 670 - } - }, - { - "@type": "AnnotationData", - "@id": "47F7472401", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 670 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "4D99E90CED", - "key": "index", - "value": { - "@type": "Int", - "value": 671 - } - }, - { - "@type": "AnnotationData", - "@id": "BA44B3BBFF", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 671 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "42D4A9F6D9", - "key": "index", - "value": { - "@type": "Int", - "value": 672 - } - }, - { - "@type": "AnnotationData", - "@id": "8038939958", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 672 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "630F8E967F", - "key": "index", - "value": { - "@type": "Int", - "value": 673 - } - }, - { - "@type": "AnnotationData", - "@id": "723832A77B", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 673 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "99020EB9F5", - "key": "index", - "value": { - "@type": "Int", - "value": 674 - } - }, - { - "@type": "AnnotationData", - "@id": "8DDAEAAB63", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 674 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "242835599C", - "key": "index", - "value": { - "@type": "Int", - "value": 675 - } - }, - { - "@type": "AnnotationData", - "@id": "617455FBBB", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 675 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "72B01C4117", - "key": "index", - "value": { - "@type": "Int", - "value": 676 - } - }, - { - "@type": "AnnotationData", - "@id": "62EA4BE734", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 676 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "23DC9846C6", - "key": "index", - "value": { - "@type": "Int", - "value": 677 - } - }, - { - "@type": "AnnotationData", - "@id": "3765B744B0", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 677 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "83DF398EFD", - "key": "index", - "value": { - "@type": "Int", - "value": 678 - } - }, - { - "@type": "AnnotationData", - "@id": "BED29FFBF8", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 678 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "100B868BDB", - "key": "index", - "value": { - "@type": "Int", - "value": 679 - } - }, - { - "@type": "AnnotationData", - "@id": "05CB74FB46", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 679 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "F33D33B6D0", - "key": "index", - "value": { - "@type": "Int", - "value": 680 - } - }, - { - "@type": "AnnotationData", - "@id": "E5646E97E4", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 680 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "BC977174B0", - "key": "index", - "value": { - "@type": "Int", - "value": 681 - } - }, - { - "@type": "AnnotationData", - "@id": "90DFAD171F", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 681 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "189F43A881", - "key": "index", - "value": { - "@type": "Int", - "value": 682 - } - }, - { - "@type": "AnnotationData", - "@id": "E7E7A6966A", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 682 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "BF23DBB190", - "key": "index", - "value": { - "@type": "Int", - "value": 683 - } - }, - { - "@type": "AnnotationData", - "@id": "F51C505E54", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 683 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "241939153E", - "key": "index", - "value": { - "@type": "Int", - "value": 684 - } - }, - { - "@type": "AnnotationData", - "@id": "AF575F252D", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 684 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "1574DD9439", - "key": "index", - "value": { - "@type": "Int", - "value": 685 - } - }, - { - "@type": "AnnotationData", - "@id": "B4006A84F6", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 685 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "8F42AD1249", - "key": "index", - "value": { - "@type": "Int", - "value": 686 - } - }, - { - "@type": "AnnotationData", - "@id": "B8309367B1", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 686 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "44843549F5", - "key": "index", - "value": { - "@type": "Int", - "value": 687 - } - }, - { - "@type": "AnnotationData", - "@id": "9670D15AE6", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 687 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "CEE3F335EF", - "key": "index", - "value": { - "@type": "Int", - "value": 688 - } - }, - { - "@type": "AnnotationData", - "@id": "FB4E9F3C7D", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 688 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "9D5334FC30", - "key": "index", - "value": { - "@type": "Int", - "value": 689 - } - }, - { - "@type": "AnnotationData", - "@id": "221045C223", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 689 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "4B0BB9AE60", - "key": "index", - "value": { - "@type": "Int", - "value": 690 - } - }, - { - "@type": "AnnotationData", - "@id": "1EE84152D1", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 690 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "8141EA1F91", - "key": "index", - "value": { - "@type": "Int", - "value": 691 - } - }, - { - "@type": "AnnotationData", - "@id": "63B623BB2F", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 691 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "77704FD9F1", - "key": "index", - "value": { - "@type": "Int", - "value": 692 - } - }, - { - "@type": "AnnotationData", - "@id": "8A6E6CD8C7", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 692 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "D25E81825D", - "key": "index", - "value": { - "@type": "Int", - "value": 693 - } - }, - { - "@type": "AnnotationData", - "@id": "BB0DF442F1", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 693 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "7C6FD7E657", - "key": "index", - "value": { - "@type": "Int", - "value": 694 - } - }, - { - "@type": "AnnotationData", - "@id": "41F82492F9", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 694 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "C4994FB4B4", - "key": "index", - "value": { - "@type": "Int", - "value": 695 - } - }, - { - "@type": "AnnotationData", - "@id": "2AAF434E4F", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 695 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "AAECDE1A26", - "key": "index", - "value": { - "@type": "Int", - "value": 696 - } - }, - { - "@type": "AnnotationData", - "@id": "EE8AE88888", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 696 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "E486768BCB", - "key": "index", - "value": { - "@type": "Int", - "value": 697 - } - }, - { - "@type": "AnnotationData", - "@id": "27476675D1", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 697 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "76B6614811", - "key": "index", - "value": { - "@type": "Int", - "value": 698 - } - }, - { - "@type": "AnnotationData", - "@id": "8DCFC42CCF", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 698 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "8DFCFECDE4", - "key": "index", - "value": { - "@type": "Int", - "value": 699 - } - }, - { - "@type": "AnnotationData", - "@id": "1ADE537541", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 699 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "B35DAA4323", - "key": "index", - "value": { - "@type": "Int", - "value": 700 - } - }, - { - "@type": "AnnotationData", - "@id": "59A5A5194A", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 700 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "4047BDBDB8", - "key": "index", - "value": { - "@type": "Int", - "value": 701 - } - }, - { - "@type": "AnnotationData", - "@id": "51D1BDC444", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 701 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "9F407DF99B", - "key": "index", - "value": { - "@type": "Int", - "value": 702 - } - }, - { - "@type": "AnnotationData", - "@id": "02DED84619", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 702 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "2B50140762", - "key": "index", - "value": { - "@type": "Int", - "value": 703 - } - }, - { - "@type": "AnnotationData", - "@id": "A8413F7F7B", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 703 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "AC4C7E9D78", - "key": "index", - "value": { - "@type": "Int", - "value": 704 - } - }, - { - "@type": "AnnotationData", - "@id": "C7A0104A98", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 704 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "5A8BF22A0E", - "key": "index", - "value": { - "@type": "Int", - "value": 705 - } - }, - { - "@type": "AnnotationData", - "@id": "93887FCC13", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 705 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "6399711044", - "key": "index", - "value": { - "@type": "Int", - "value": 706 - } - }, - { - "@type": "AnnotationData", - "@id": "63648C0C4C", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 706 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "789BC4A24E", - "key": "index", - "value": { - "@type": "Int", - "value": 707 - } - }, - { - "@type": "AnnotationData", - "@id": "D614CC736C", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 707 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "74583B8BA3", - "key": "index", - "value": { - "@type": "Int", - "value": 708 - } - }, - { - "@type": "AnnotationData", - "@id": "219A9D9C87", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 708 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "4C83EAB814", - "key": "index", - "value": { - "@type": "Int", - "value": 709 - } - }, - { - "@type": "AnnotationData", - "@id": "0E85808F04", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 709 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "2FFCEF01CC", - "key": "index", - "value": { - "@type": "Int", - "value": 710 - } - }, - { - "@type": "AnnotationData", - "@id": "15CBBDD26A", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 710 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "6EFB21248F", - "key": "index", - "value": { - "@type": "Int", - "value": 711 - } - }, - { - "@type": "AnnotationData", - "@id": "C04F1CCD40", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 711 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "F4254C1D25", - "key": "index", - "value": { - "@type": "Int", - "value": 712 - } - }, - { - "@type": "AnnotationData", - "@id": "75ABEC2827", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 712 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "C84D8728D4", - "key": "index", - "value": { - "@type": "Int", - "value": 713 - } - }, - { - "@type": "AnnotationData", - "@id": "AA8513ACAB", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 713 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "BC8051D901", - "key": "index", - "value": { - "@type": "Int", - "value": 714 - } - }, - { - "@type": "AnnotationData", - "@id": "58044D481E", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 714 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "7A8320748B", - "key": "index", - "value": { - "@type": "Int", - "value": 715 - } - }, - { - "@type": "AnnotationData", - "@id": "B8EE6B2CB5", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 715 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "D73D7F4475", - "key": "index", - "value": { - "@type": "Int", - "value": 716 - } - }, - { - "@type": "AnnotationData", - "@id": "39C444F80D", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 716 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "CAED87D340", - "key": "index", - "value": { - "@type": "Int", - "value": 717 - } - }, - { - "@type": "AnnotationData", - "@id": "1BA834D21D", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 717 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "0F407D4004", - "key": "index", - "value": { - "@type": "Int", - "value": 718 - } - }, - { - "@type": "AnnotationData", - "@id": "9C1D7F4000", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 718 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "6534486361", - "key": "index", - "value": { - "@type": "Int", - "value": 719 - } - }, - { - "@type": "AnnotationData", - "@id": "3337377337", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 719 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "9FCF3544F9", - "key": "index", - "value": { - "@type": "Int", - "value": 720 - } - }, - { - "@type": "AnnotationData", - "@id": "D45F1DF703", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 720 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "F9E9F77784", - "key": "index", - "value": { - "@type": "Int", - "value": 721 - } - }, - { - "@type": "AnnotationData", - "@id": "5C6CD96867", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 721 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "A04DAB0F0F", - "key": "index", - "value": { - "@type": "Int", - "value": 722 - } - }, - { - "@type": "AnnotationData", - "@id": "1D0DFD1497", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 722 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "CB1737AF94", - "key": "index", - "value": { - "@type": "Int", - "value": 723 - } - }, - { - "@type": "AnnotationData", - "@id": "900B234B23", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 723 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "CCF1C5D950", - "key": "index", - "value": { - "@type": "Int", - "value": 724 - } - }, - { - "@type": "AnnotationData", - "@id": "453D258442", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 724 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "734E0CA0AD", - "key": "index", - "value": { - "@type": "Int", - "value": 725 - } - }, - { - "@type": "AnnotationData", - "@id": "655D1CE269", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 725 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "33AAF79874", - "key": "index", - "value": { - "@type": "Int", - "value": 726 - } - }, - { - "@type": "AnnotationData", - "@id": "A2E1EE4C45", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 726 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "559CCD419A", - "key": "index", - "value": { - "@type": "Int", - "value": 727 - } - }, - { - "@type": "AnnotationData", - "@id": "5CD7DC454F", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 727 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "BBDD9AA87A", - "key": "index", - "value": { - "@type": "Int", - "value": 728 - } - }, - { - "@type": "AnnotationData", - "@id": "A6022B9208", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 728 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "09557B7755", - "key": "index", - "value": { - "@type": "Int", - "value": 729 - } - }, - { - "@type": "AnnotationData", - "@id": "46FB7E990A", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 729 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "C704CB8C45", - "key": "index", - "value": { - "@type": "Int", - "value": 730 - } - }, - { - "@type": "AnnotationData", - "@id": "193193DFDA", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 730 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "AF96655E4E", - "key": "index", - "value": { - "@type": "Int", - "value": 731 - } - }, - { - "@type": "AnnotationData", - "@id": "BF41B14CF4", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 731 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "88AF349AA8", - "key": "index", - "value": { - "@type": "Int", - "value": 732 - } - }, - { - "@type": "AnnotationData", - "@id": "B44B46AD46", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 732 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "C66D6688D6", - "key": "index", - "value": { - "@type": "Int", - "value": 733 - } - }, - { - "@type": "AnnotationData", - "@id": "45B55B8A42", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 733 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "979D9B2292", - "key": "index", - "value": { - "@type": "Int", - "value": 734 - } - }, - { - "@type": "AnnotationData", - "@id": "A101803175", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 734 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "EEA9D68920", - "key": "index", - "value": { - "@type": "Int", - "value": 735 - } - }, - { - "@type": "AnnotationData", - "@id": "837F037FFA", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 735 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "98CD944552", - "key": "index", - "value": { - "@type": "Int", - "value": 736 - } - }, - { - "@type": "AnnotationData", - "@id": "C6D3E4D1E2", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 736 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "B18ADF8418", - "key": "index", - "value": { - "@type": "Int", - "value": 737 - } - }, - { - "@type": "AnnotationData", - "@id": "11112E7A17", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 737 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "0F26FCC402", - "key": "index", - "value": { - "@type": "Int", - "value": 738 - } - }, - { - "@type": "AnnotationData", - "@id": "FCC0A7D303", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 738 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "779C7035A5", - "key": "index", - "value": { - "@type": "Int", - "value": 739 - } - }, - { - "@type": "AnnotationData", - "@id": "E32166ACCE", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 739 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "1BBB539B81", - "key": "index", - "value": { - "@type": "Int", - "value": 740 - } - }, - { - "@type": "AnnotationData", - "@id": "5066A3415B", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 740 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "5E52E02E8E", - "key": "index", - "value": { - "@type": "Int", - "value": 741 - } - }, - { - "@type": "AnnotationData", - "@id": "F126B29E11", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 741 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "2BBC6D20B0", - "key": "index", - "value": { - "@type": "Int", - "value": 742 - } - }, - { - "@type": "AnnotationData", - "@id": "3AD0A7AD76", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 742 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "E77286A834", - "key": "index", - "value": { - "@type": "Int", - "value": 743 - } - }, - { - "@type": "AnnotationData", - "@id": "2675345F9C", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 743 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "E7B301571A", - "key": "index", - "value": { - "@type": "Int", - "value": 744 - } - }, - { - "@type": "AnnotationData", - "@id": "F19FC56A95", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 744 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "8CC5A60741", - "key": "index", - "value": { - "@type": "Int", - "value": 745 - } - }, - { - "@type": "AnnotationData", - "@id": "C2D2955CD4", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 745 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "A1BE9796E1", - "key": "index", - "value": { - "@type": "Int", - "value": 746 - } - }, - { - "@type": "AnnotationData", - "@id": "66046C9D48", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 746 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "BEEAABE7A6", - "key": "index", - "value": { - "@type": "Int", - "value": 747 - } - }, - { - "@type": "AnnotationData", - "@id": "6B6680F0D7", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 747 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "7F6CF9CB97", - "key": "index", - "value": { - "@type": "Int", - "value": 748 - } - }, - { - "@type": "AnnotationData", - "@id": "FEE5FAD70D", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 748 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "916E77D07E", - "key": "index", - "value": { - "@type": "Int", - "value": 749 - } - }, - { - "@type": "AnnotationData", - "@id": "AA4EA148FF", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 749 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "5B2DCB414C", - "key": "index", - "value": { - "@type": "Int", - "value": 750 - } - }, - { - "@type": "AnnotationData", - "@id": "9E5E6CC0DE", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 750 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "39B0DBF949", - "key": "index", - "value": { - "@type": "Int", - "value": 751 - } - }, - { - "@type": "AnnotationData", - "@id": "EFC2112ABA", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 751 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "986F846759", - "key": "index", - "value": { - "@type": "Int", - "value": 752 - } - }, - { - "@type": "AnnotationData", - "@id": "F42A5400F8", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 752 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "D6DB41919E", - "key": "index", - "value": { - "@type": "Int", - "value": 753 - } - }, - { - "@type": "AnnotationData", - "@id": "4B4DFFF8CA", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 753 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "8283847359", - "key": "index", - "value": { - "@type": "Int", - "value": 754 - } - }, - { - "@type": "AnnotationData", - "@id": "DBA0847960", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 754 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "F4AED91897", - "key": "index", - "value": { - "@type": "Int", - "value": 755 - } - }, - { - "@type": "AnnotationData", - "@id": "12C063F99F", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 755 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "B190906E0E", - "key": "index", - "value": { - "@type": "Int", - "value": 756 - } - }, - { - "@type": "AnnotationData", - "@id": "D2886D34D2", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 756 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "FB984098CA", - "key": "index", - "value": { - "@type": "Int", - "value": 757 - } - }, - { - "@type": "AnnotationData", - "@id": "E1140C4F36", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 757 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "F10AB01B65", - "key": "index", - "value": { - "@type": "Int", - "value": 758 - } - }, - { - "@type": "AnnotationData", - "@id": "966D49449F", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 758 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "EBCBE9EB1D", - "key": "index", - "value": { - "@type": "Int", - "value": 759 - } - }, - { - "@type": "AnnotationData", - "@id": "06450662B0", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 759 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "D3B8273F6F", - "key": "index", - "value": { - "@type": "Int", - "value": 760 - } - }, - { - "@type": "AnnotationData", - "@id": "5CBE3C1E94", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 760 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "9491967341", - "key": "index", - "value": { - "@type": "Int", - "value": 761 - } - }, - { - "@type": "AnnotationData", - "@id": "28CE22C5B8", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 761 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "99B968B496", - "key": "index", - "value": { - "@type": "Int", - "value": 762 - } - }, - { - "@type": "AnnotationData", - "@id": "61B399CDD0", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 762 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "B4B39465A3", - "key": "index", - "value": { - "@type": "Int", - "value": 763 - } - }, - { - "@type": "AnnotationData", - "@id": "C53B1342E3", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 763 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "CCDC6DF435", - "key": "index", - "value": { - "@type": "Int", - "value": 764 - } - }, - { - "@type": "AnnotationData", - "@id": "66149B6265", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 764 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "BE2B62A7E1", - "key": "index", - "value": { - "@type": "Int", - "value": 765 - } - }, - { - "@type": "AnnotationData", - "@id": "FF4B3B4FF9", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 765 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "354A89A399", - "key": "index", - "value": { - "@type": "Int", - "value": 766 - } - }, - { - "@type": "AnnotationData", - "@id": "DF90A9A0B7", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 766 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "253B8C6B83", - "key": "index", - "value": { - "@type": "Int", - "value": 767 - } - }, - { - "@type": "AnnotationData", - "@id": "3966426A64", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 767 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "F544A92A5B", - "key": "index", - "value": { - "@type": "Int", - "value": 768 - } - }, - { - "@type": "AnnotationData", - "@id": "6434390414", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 768 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "90B853B383", - "key": "index", - "value": { - "@type": "Int", - "value": 769 - } - }, - { - "@type": "AnnotationData", - "@id": "794445544C", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 769 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "677F771876", - "key": "index", - "value": { - "@type": "Int", - "value": 770 - } - }, - { - "@type": "AnnotationData", - "@id": "2DDB252C24", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 770 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "2080B2A632", - "key": "index", - "value": { - "@type": "Int", - "value": 771 - } - }, - { - "@type": "AnnotationData", - "@id": "F0B35CD15C", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 771 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "008CC7988A", - "key": "index", - "value": { - "@type": "Int", - "value": 772 - } - }, - { - "@type": "AnnotationData", - "@id": "F4B9FD43E5", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 772 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "DBD9CCCF3B", - "key": "index", - "value": { - "@type": "Int", - "value": 773 - } - }, - { - "@type": "AnnotationData", - "@id": "248B0FB26B", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 773 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "47C55DA9BC", - "key": "index", - "value": { - "@type": "Int", - "value": 774 - } - }, - { - "@type": "AnnotationData", - "@id": "DD3A7C77A2", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 774 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "0FB3E7E1E6", - "key": "index", - "value": { - "@type": "Int", - "value": 775 - } - }, - { - "@type": "AnnotationData", - "@id": "BBCABAF7D7", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 775 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "E538C7C3ED", - "key": "index", - "value": { - "@type": "Int", - "value": 776 - } - }, - { - "@type": "AnnotationData", - "@id": "E9F87A4D7E", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 776 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "5AAA493C2F", - "key": "index", - "value": { - "@type": "Int", - "value": 777 - } - }, - { - "@type": "AnnotationData", - "@id": "0AB19299CC", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 777 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "FF7CB2D09C", - "key": "index", - "value": { - "@type": "Int", - "value": 778 - } - }, - { - "@type": "AnnotationData", - "@id": "FD1C635644", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 778 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "04DA55A1D2", - "key": "index", - "value": { - "@type": "Int", - "value": 779 - } - }, - { - "@type": "AnnotationData", - "@id": "1162A28966", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 779 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "ADF6898ECD", - "key": "index", - "value": { - "@type": "Int", - "value": 780 - } - }, - { - "@type": "AnnotationData", - "@id": "D4A6E9DD0D", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 780 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "89A4263798", - "key": "index", - "value": { - "@type": "Int", - "value": 781 - } - }, - { - "@type": "AnnotationData", - "@id": "5F93AF4AE4", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 781 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "7C779FC2E5", - "key": "index", - "value": { - "@type": "Int", - "value": 782 - } - }, - { - "@type": "AnnotationData", - "@id": "155C654358", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 782 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "BA7B62F466", - "key": "index", - "value": { - "@type": "Int", - "value": 783 - } - }, - { - "@type": "AnnotationData", - "@id": "960D66FB41", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 783 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "681AA5112D", - "key": "index", - "value": { - "@type": "Int", - "value": 784 - } - }, - { - "@type": "AnnotationData", - "@id": "3E6FAACF67", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 784 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "C9098196E9", - "key": "index", - "value": { - "@type": "Int", - "value": 785 - } - }, - { - "@type": "AnnotationData", - "@id": "2479BA3C1E", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 785 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "89DAF2448F", - "key": "index", - "value": { - "@type": "Int", - "value": 786 - } - }, - { - "@type": "AnnotationData", - "@id": "D4BBBCB686", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 786 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "94DE9E2A2A", - "key": "index", - "value": { - "@type": "Int", - "value": 787 - } - }, - { - "@type": "AnnotationData", - "@id": "44D4B60B7A", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 787 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "BF66AAF666", - "key": "index", - "value": { - "@type": "Int", - "value": 788 - } - }, - { - "@type": "AnnotationData", - "@id": "D039D83990", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 788 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "8D91C93CEC", - "key": "index", - "value": { - "@type": "Int", - "value": 789 - } - }, - { - "@type": "AnnotationData", - "@id": "78D0AF0A28", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 789 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "4260F2742F", - "key": "index", - "value": { - "@type": "Int", - "value": 790 - } - }, - { - "@type": "AnnotationData", - "@id": "C49E60CE6C", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 790 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "2A55E46259", - "key": "index", - "value": { - "@type": "Int", - "value": 791 - } - }, - { - "@type": "AnnotationData", - "@id": "1830B59DC9", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 791 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "DF1BC1FE85", - "key": "index", - "value": { - "@type": "Int", - "value": 792 - } - }, - { - "@type": "AnnotationData", - "@id": "1F250518F0", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 792 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "6888B7C586", - "key": "index", - "value": { - "@type": "Int", - "value": 793 - } - }, - { - "@type": "AnnotationData", - "@id": "9C46EC74F4", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 793 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "AC3B475AFA", - "key": "index", - "value": { - "@type": "Int", - "value": 794 - } - }, - { - "@type": "AnnotationData", - "@id": "37B3A427DD", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 794 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "811C0ED012", - "key": "index", - "value": { - "@type": "Int", - "value": 795 - } - }, - { - "@type": "AnnotationData", - "@id": "917CD22278", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 795 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "3541708BB4", - "key": "index", - "value": { - "@type": "Int", - "value": 796 - } - }, - { - "@type": "AnnotationData", - "@id": "295D524552", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 796 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "928CC49218", - "key": "index", - "value": { - "@type": "Int", - "value": 797 - } - }, - { - "@type": "AnnotationData", - "@id": "740B5043CE", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 797 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "C1EA657807", - "key": "index", - "value": { - "@type": "Int", - "value": 798 - } - }, - { - "@type": "AnnotationData", - "@id": "8030A1680D", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 798 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "DA3D616DF3", - "key": "index", - "value": { - "@type": "Int", - "value": 799 - } - }, - { - "@type": "AnnotationData", - "@id": "2B1A640C06", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 799 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "CEF491499E", - "key": "index", - "value": { - "@type": "Int", - "value": 800 - } - }, - { - "@type": "AnnotationData", - "@id": "31445CC959", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 800 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "7851001654", - "key": "index", - "value": { - "@type": "Int", - "value": 801 - } - }, - { - "@type": "AnnotationData", - "@id": "EEB55EFC1E", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 801 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "7714EB2C8C", - "key": "index", - "value": { - "@type": "Int", - "value": 802 - } - }, - { - "@type": "AnnotationData", - "@id": "BB61B85BFF", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 802 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "D707FF8825", - "key": "index", - "value": { - "@type": "Int", - "value": 803 - } - }, - { - "@type": "AnnotationData", - "@id": "643144155B", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 803 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "89C894486C", - "key": "index", - "value": { - "@type": "Int", - "value": 804 - } - }, - { - "@type": "AnnotationData", - "@id": "A6BB8EF9F3", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 804 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "6F2A6C6B5D", - "key": "index", - "value": { - "@type": "Int", - "value": 805 - } - }, - { - "@type": "AnnotationData", - "@id": "56413D8FF8", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 805 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "FFA60EFFBB", - "key": "index", - "value": { - "@type": "Int", - "value": 806 - } - }, - { - "@type": "AnnotationData", - "@id": "33722C21C4", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 806 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "3BCF5332D7", - "key": "index", - "value": { - "@type": "Int", - "value": 807 - } - }, - { - "@type": "AnnotationData", - "@id": "C1340E1E11", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 807 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "615A66E124", - "key": "index", - "value": { - "@type": "Int", - "value": 808 - } - }, - { - "@type": "AnnotationData", - "@id": "B30A013A7A", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 808 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "CC40C64242", - "key": "index", - "value": { - "@type": "Int", - "value": 809 - } - }, - { - "@type": "AnnotationData", - "@id": "3D932B9D07", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 809 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "E9B4405075", - "key": "index", - "value": { - "@type": "Int", - "value": 810 - } - }, - { - "@type": "AnnotationData", - "@id": "4015BC004C", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 810 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "C3C47D8D47", - "key": "index", - "value": { - "@type": "Int", - "value": 811 - } - }, - { - "@type": "AnnotationData", - "@id": "F7188D0AE0", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 811 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "A386DBF0B2", - "key": "index", - "value": { - "@type": "Int", - "value": 812 - } - }, - { - "@type": "AnnotationData", - "@id": "E2F52DAAF2", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 812 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "A4474AFED0", - "key": "index", - "value": { - "@type": "Int", - "value": 813 - } - }, - { - "@type": "AnnotationData", - "@id": "787833BA75", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 813 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "CE23315C50", - "key": "index", - "value": { - "@type": "Int", - "value": 814 - } - }, - { - "@type": "AnnotationData", - "@id": "B8E81E1518", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 814 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "CC20B3AC42", - "key": "index", - "value": { - "@type": "Int", - "value": 815 - } - }, - { - "@type": "AnnotationData", - "@id": "D6665465F6", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 815 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "D69413442E", - "key": "index", - "value": { - "@type": "Int", - "value": 816 - } - }, - { - "@type": "AnnotationData", - "@id": "1994D99019", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 816 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "1D96D1C22E", - "key": "index", - "value": { - "@type": "Int", - "value": 817 - } - }, - { - "@type": "AnnotationData", - "@id": "09FFF922F4", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 817 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "DD3E83330E", - "key": "index", - "value": { - "@type": "Int", - "value": 818 - } - }, - { - "@type": "AnnotationData", - "@id": "C0CCA4A84A", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 818 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "5F77D26A95", - "key": "index", - "value": { - "@type": "Int", - "value": 819 - } - }, - { - "@type": "AnnotationData", - "@id": "5ADEACC44A", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 819 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "04F294394A", - "key": "index", - "value": { - "@type": "Int", - "value": 820 - } - }, - { - "@type": "AnnotationData", - "@id": "13F55753BF", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 820 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "997889D653", - "key": "index", - "value": { - "@type": "Int", - "value": 821 - } - }, - { - "@type": "AnnotationData", - "@id": "591A403D40", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 821 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "7FFD861FDA", - "key": "index", - "value": { - "@type": "Int", - "value": 822 - } - }, - { - "@type": "AnnotationData", - "@id": "0EED0EC20F", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 822 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "B6D5BA6E6C", - "key": "index", - "value": { - "@type": "Int", - "value": 823 - } - }, - { - "@type": "AnnotationData", - "@id": "29C3449E99", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 823 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "33B2171A83", - "key": "index", - "value": { - "@type": "Int", - "value": 824 - } - }, - { - "@type": "AnnotationData", - "@id": "1A3720BBF8", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 824 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "27D4D42954", - "key": "index", - "value": { - "@type": "Int", - "value": 825 - } - }, - { - "@type": "AnnotationData", - "@id": "92DD12A1A3", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 825 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "B2AFA36A8A", - "key": "index", - "value": { - "@type": "Int", - "value": 826 - } - }, - { - "@type": "AnnotationData", - "@id": "9EA8B4A1A0", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 826 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "E53F54ECEB", - "key": "index", - "value": { - "@type": "Int", - "value": 827 - } - }, - { - "@type": "AnnotationData", - "@id": "1E1F090014", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 827 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "B2A5262804", - "key": "index", - "value": { - "@type": "Int", - "value": 828 - } - }, - { - "@type": "AnnotationData", - "@id": "4585C02394", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 828 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "B8D1789415", - "key": "index", - "value": { - "@type": "Int", - "value": 829 - } - }, - { - "@type": "AnnotationData", - "@id": "6D49A33F78", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 829 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "3D6FF96DD2", - "key": "index", - "value": { - "@type": "Int", - "value": 830 - } - }, - { - "@type": "AnnotationData", - "@id": "FC8141AA3A", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 830 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "908990F9B0", - "key": "index", - "value": { - "@type": "Int", - "value": 831 - } - }, - { - "@type": "AnnotationData", - "@id": "70C597BF77", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 831 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "FF1E776C36", - "key": "index", - "value": { - "@type": "Int", - "value": 832 - } - }, - { - "@type": "AnnotationData", - "@id": "BC4F4CAF34", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 832 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "3C92412D9A", - "key": "index", - "value": { - "@type": "Int", - "value": 833 - } - }, - { - "@type": "AnnotationData", - "@id": "2A583A6384", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 833 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "FC1F1E919B", - "key": "index", - "value": { - "@type": "Int", - "value": 834 - } - }, - { - "@type": "AnnotationData", - "@id": "22AC9CE94F", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 834 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "314945E0B2", - "key": "index", - "value": { - "@type": "Int", - "value": 835 - } - }, - { - "@type": "AnnotationData", - "@id": "468B60373F", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 835 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "08555A77A7", - "key": "index", - "value": { - "@type": "Int", - "value": 836 - } - }, - { - "@type": "AnnotationData", - "@id": "B094B89C42", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 836 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "C3B3F45D27", - "key": "index", - "value": { - "@type": "Int", - "value": 837 - } - }, - { - "@type": "AnnotationData", - "@id": "6D83FCE33E", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 837 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "4DDE2A1A46", - "key": "index", - "value": { - "@type": "Int", - "value": 838 - } - }, - { - "@type": "AnnotationData", - "@id": "55CE5C88C4", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 838 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "959425979D", - "key": "index", - "value": { - "@type": "Int", - "value": 839 - } - }, - { - "@type": "AnnotationData", - "@id": "FBC7F2C2FB", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 839 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "9DA966D2DB", - "key": "index", - "value": { - "@type": "Int", - "value": 840 - } - }, - { - "@type": "AnnotationData", - "@id": "AF5CD269BF", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 840 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "0988E6D160", - "key": "index", - "value": { - "@type": "Int", - "value": 841 - } - }, - { - "@type": "AnnotationData", - "@id": "9B03C2A045", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 841 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "5B5F7B24E2", - "key": "index", - "value": { - "@type": "Int", - "value": 842 - } - }, - { - "@type": "AnnotationData", - "@id": "97229DE28A", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 842 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "0C0EB84A04", - "key": "index", - "value": { - "@type": "Int", - "value": 843 - } - }, - { - "@type": "AnnotationData", - "@id": "4934BEFC1A", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 843 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "4B362D2903", - "key": "index", - "value": { - "@type": "Int", - "value": 844 - } - }, - { - "@type": "AnnotationData", - "@id": "3A0088DAD4", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 844 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "F46EDE561D", - "key": "index", - "value": { - "@type": "Int", - "value": 845 - } - }, - { - "@type": "AnnotationData", - "@id": "563C5333BF", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 845 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "A908781103", - "key": "index", - "value": { - "@type": "Int", - "value": 846 - } - }, - { - "@type": "AnnotationData", - "@id": "C9F49298E5", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 846 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "900DA13E80", - "key": "index", - "value": { - "@type": "Int", - "value": 847 - } - }, - { - "@type": "AnnotationData", - "@id": "A0ED3B3994", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 847 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "DDB5503174", - "key": "index", - "value": { - "@type": "Int", - "value": 848 - } - }, - { - "@type": "AnnotationData", - "@id": "FFACFF02F8", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 848 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "11B96D999D", - "key": "index", - "value": { - "@type": "Int", - "value": 849 - } - }, - { - "@type": "AnnotationData", - "@id": "A047AA4070", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 849 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "89C09320D5", - "key": "index", - "value": { - "@type": "Int", - "value": 850 - } - }, - { - "@type": "AnnotationData", - "@id": "F3198D6F8F", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 850 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "1930399A75", - "key": "index", - "value": { - "@type": "Int", - "value": 851 - } - }, - { - "@type": "AnnotationData", - "@id": "1AA5A40C18", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 851 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "9801495912", - "key": "index", - "value": { - "@type": "Int", - "value": 852 - } - }, - { - "@type": "AnnotationData", - "@id": "DD537D404F", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 852 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "71F727E4D3", - "key": "index", - "value": { - "@type": "Int", - "value": 853 - } - }, - { - "@type": "AnnotationData", - "@id": "B39C517C64", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 853 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "2BDB11FA1A", - "key": "index", - "value": { - "@type": "Int", - "value": 854 - } - }, - { - "@type": "AnnotationData", - "@id": "A2B3396BF5", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 854 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "FB616CBB4F", - "key": "index", - "value": { - "@type": "Int", - "value": 855 - } - }, - { - "@type": "AnnotationData", - "@id": "0EC37497C3", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 855 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "3B7EDF9111", - "key": "index", - "value": { - "@type": "Int", - "value": 856 - } - }, - { - "@type": "AnnotationData", - "@id": "D1B5BB69BD", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 856 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "AA91604059", - "key": "index", - "value": { - "@type": "Int", - "value": 857 - } - }, - { - "@type": "AnnotationData", - "@id": "305A08F349", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 857 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "D9B8242249", - "key": "index", - "value": { - "@type": "Int", - "value": 858 - } - }, - { - "@type": "AnnotationData", - "@id": "41DA198484", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 858 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "B11BA6976B", - "key": "index", - "value": { - "@type": "Int", - "value": 859 - } - }, - { - "@type": "AnnotationData", - "@id": "6042196532", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 859 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "2225CB95AC", - "key": "index", - "value": { - "@type": "Int", - "value": 860 - } - }, - { - "@type": "AnnotationData", - "@id": "4E2BBB4A65", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 860 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "9DB409DC4D", - "key": "index", - "value": { - "@type": "Int", - "value": 861 - } - }, - { - "@type": "AnnotationData", - "@id": "AB11775D46", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 861 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "8BEDFF3115", - "key": "index", - "value": { - "@type": "Int", - "value": 862 - } - }, - { - "@type": "AnnotationData", - "@id": "FA26F24425", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 862 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "319CCBCDEC", - "key": "index", - "value": { - "@type": "Int", - "value": 863 - } - }, - { - "@type": "AnnotationData", - "@id": "8226A68255", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 863 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "B1A222674E", - "key": "index", - "value": { - "@type": "Int", - "value": 864 - } - }, - { - "@type": "AnnotationData", - "@id": "45A951125F", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 864 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "1BCE4D64E7", - "key": "index", - "value": { - "@type": "Int", - "value": 865 - } - }, - { - "@type": "AnnotationData", - "@id": "DF48D5BD57", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 865 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "64C0A2305B", - "key": "index", - "value": { - "@type": "Int", - "value": 866 - } - }, - { - "@type": "AnnotationData", - "@id": "A40FF374F7", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 866 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "ED7DD32B1A", - "key": "index", - "value": { - "@type": "Int", - "value": 867 - } - }, - { - "@type": "AnnotationData", - "@id": "7645640652", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 867 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "1DCD014D24", - "key": "index", - "value": { - "@type": "Int", - "value": 868 - } - }, - { - "@type": "AnnotationData", - "@id": "F996DD74EE", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 868 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "565C8636A5", - "key": "index", - "value": { - "@type": "Int", - "value": 869 - } - }, - { - "@type": "AnnotationData", - "@id": "124D5F0F83", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 869 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "81574AAAB7", - "key": "index", - "value": { - "@type": "Int", - "value": 870 - } - }, - { - "@type": "AnnotationData", - "@id": "2F00090E18", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 870 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "51BE8B6EBF", - "key": "index", - "value": { - "@type": "Int", - "value": 871 - } - }, - { - "@type": "AnnotationData", - "@id": "22A02F440F", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 871 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "E2757F3272", - "key": "index", - "value": { - "@type": "Int", - "value": 872 - } - }, - { - "@type": "AnnotationData", - "@id": "DE2E894D11", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 872 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "D400B0D2E9", - "key": "index", - "value": { - "@type": "Int", - "value": 873 - } - }, - { - "@type": "AnnotationData", - "@id": "6EB35E3453", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 873 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "6EBDAEA061", - "key": "index", - "value": { - "@type": "Int", - "value": 874 - } - }, - { - "@type": "AnnotationData", - "@id": "FF2291D96D", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 874 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "D8D4E4BD88", - "key": "index", - "value": { - "@type": "Int", - "value": 875 - } - }, - { - "@type": "AnnotationData", - "@id": "1424EFE803", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 875 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "52B4A23793", - "key": "index", - "value": { - "@type": "Int", - "value": 876 - } - }, - { - "@type": "AnnotationData", - "@id": "D38F8F4E85", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 876 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "8E17CEA506", - "key": "index", - "value": { - "@type": "Int", - "value": 877 - } - }, - { - "@type": "AnnotationData", - "@id": "C19FC7F932", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 877 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "E55E6592EB", - "key": "index", - "value": { - "@type": "Int", - "value": 878 - } - }, - { - "@type": "AnnotationData", - "@id": "EBDE4048D2", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 878 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "4D8BE825E4", - "key": "index", - "value": { - "@type": "Int", - "value": 879 - } - }, - { - "@type": "AnnotationData", - "@id": "F3AAC4C6E3", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 879 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "3B6D4E3FE0", - "key": "index", - "value": { - "@type": "Int", - "value": 880 - } - }, - { - "@type": "AnnotationData", - "@id": "DEE2EBD88D", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 880 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "E3834F4CD5", - "key": "index", - "value": { - "@type": "Int", - "value": 881 - } - }, - { - "@type": "AnnotationData", - "@id": "A46844B700", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 881 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "93BBBD437C", - "key": "index", - "value": { - "@type": "Int", - "value": 882 - } - }, - { - "@type": "AnnotationData", - "@id": "2622F9BACF", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 882 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "8AEC2E4C2E", - "key": "index", - "value": { - "@type": "Int", - "value": 883 - } - }, - { - "@type": "AnnotationData", - "@id": "94C0C67784", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 883 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "2BCBCDC328", - "key": "index", - "value": { - "@type": "Int", - "value": 884 - } - }, - { - "@type": "AnnotationData", - "@id": "7571EF4440", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 884 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "3F3DCF5A85", - "key": "index", - "value": { - "@type": "Int", - "value": 885 - } - }, - { - "@type": "AnnotationData", - "@id": "63BB2F90F3", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 885 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "B0D017B0B0", - "key": "index", - "value": { - "@type": "Int", - "value": 886 - } - }, - { - "@type": "AnnotationData", - "@id": "F882D7ADD8", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 886 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "4D8EEB9F87", - "key": "index", - "value": { - "@type": "Int", - "value": 887 - } - }, - { - "@type": "AnnotationData", - "@id": "E2A22CE43C", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 887 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "4467A48496", - "key": "index", - "value": { - "@type": "Int", - "value": 888 - } - }, - { - "@type": "AnnotationData", - "@id": "F2D39D9846", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 888 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "D778D76CB7", - "key": "index", - "value": { - "@type": "Int", - "value": 889 - } - }, - { - "@type": "AnnotationData", - "@id": "67B0B87718", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 889 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "24140E0BB7", - "key": "index", - "value": { - "@type": "Int", - "value": 890 - } - }, - { - "@type": "AnnotationData", - "@id": "31B41DF260", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 890 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "1247BFB0B1", - "key": "index", - "value": { - "@type": "Int", - "value": 891 - } - }, - { - "@type": "AnnotationData", - "@id": "8DD33E737D", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 891 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "39A0DFE94D", - "key": "index", - "value": { - "@type": "Int", - "value": 892 - } - }, - { - "@type": "AnnotationData", - "@id": "9BBDE4D3D2", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 892 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "B87F549518", - "key": "index", - "value": { - "@type": "Int", - "value": 893 - } - }, - { - "@type": "AnnotationData", - "@id": "17CE3308DC", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 893 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "23DF9EFA13", - "key": "index", - "value": { - "@type": "Int", - "value": 894 - } - }, - { - "@type": "AnnotationData", - "@id": "6CF36EDC3C", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 894 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "25080FB69D", - "key": "index", - "value": { - "@type": "Int", - "value": 895 - } - }, - { - "@type": "AnnotationData", - "@id": "6A0E04E06D", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 895 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "446E990064", - "key": "index", - "value": { - "@type": "Int", - "value": 896 - } - }, - { - "@type": "AnnotationData", - "@id": "0290491B01", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 896 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "A4CA0D496E", - "key": "index", - "value": { - "@type": "Int", - "value": 897 - } - }, - { - "@type": "AnnotationData", - "@id": "0FF8A88A0A", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 897 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "5101EA9564", - "key": "index", - "value": { - "@type": "Int", - "value": 898 - } - }, - { - "@type": "AnnotationData", - "@id": "89499054C6", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 898 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "0356A42408", - "key": "index", - "value": { - "@type": "Int", - "value": 899 - } - }, - { - "@type": "AnnotationData", - "@id": "46F454D47C", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 899 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "7BB76B8373", - "key": "index", - "value": { - "@type": "Int", - "value": 900 - } - }, - { - "@type": "AnnotationData", - "@id": "C364E1E6BA", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 900 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "267E43AF85", - "key": "index", - "value": { - "@type": "Int", - "value": 901 - } - }, - { - "@type": "AnnotationData", - "@id": "41415252E8", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 901 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "90E0ED141B", - "key": "index", - "value": { - "@type": "Int", - "value": 902 - } - }, - { - "@type": "AnnotationData", - "@id": "B2DA94B4A3", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 902 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "B7424B5914", - "key": "index", - "value": { - "@type": "Int", - "value": 903 - } - }, - { - "@type": "AnnotationData", - "@id": "EF556BCCCC", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 903 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "967BBA0E44", - "key": "index", - "value": { - "@type": "Int", - "value": 904 - } - }, - { - "@type": "AnnotationData", - "@id": "A2E2424E0E", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 904 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "45154A1434", - "key": "index", - "value": { - "@type": "Int", - "value": 905 - } - }, - { - "@type": "AnnotationData", - "@id": "B533D44DB8", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 905 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "2EA952F70F", - "key": "index", - "value": { - "@type": "Int", - "value": 906 - } - }, - { - "@type": "AnnotationData", - "@id": "C0BBCB58CF", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 906 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "D7F94914F7", - "key": "index", - "value": { - "@type": "Int", - "value": 907 - } - }, - { - "@type": "AnnotationData", - "@id": "0210157443", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 907 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "949B474AF3", - "key": "index", - "value": { - "@type": "Int", - "value": 908 - } - }, - { - "@type": "AnnotationData", - "@id": "F98E5184A2", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 908 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "970864F74D", - "key": "index", - "value": { - "@type": "Int", - "value": 909 - } - }, - { - "@type": "AnnotationData", - "@id": "4BD90DD438", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 909 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "26DECAA9E4", - "key": "index", - "value": { - "@type": "Int", - "value": 910 - } - }, - { - "@type": "AnnotationData", - "@id": "9E625F2634", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 910 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "B8A688DA39", - "key": "index", - "value": { - "@type": "Int", - "value": 911 - } - }, - { - "@type": "AnnotationData", - "@id": "B3EA5DC56E", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 911 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "C47C7C717F", - "key": "index", - "value": { - "@type": "Int", - "value": 912 - } - }, - { - "@type": "AnnotationData", - "@id": "8223B873B3", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 912 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "5645C7A444", - "key": "index", - "value": { - "@type": "Int", - "value": 913 - } - }, - { - "@type": "AnnotationData", - "@id": "C47898599E", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 913 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "23229DF49A", - "key": "index", - "value": { - "@type": "Int", - "value": 914 - } - }, - { - "@type": "AnnotationData", - "@id": "BB4BB3344A", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 914 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "474A3A13D4", - "key": "index", - "value": { - "@type": "Int", - "value": 915 - } - }, - { - "@type": "AnnotationData", - "@id": "25DE526A00", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 915 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "C8386386B2", - "key": "index", - "value": { - "@type": "Int", - "value": 916 - } - }, - { - "@type": "AnnotationData", - "@id": "1AB12B9813", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 916 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "AAFCE4C42C", - "key": "index", - "value": { - "@type": "Int", - "value": 917 - } - }, - { - "@type": "AnnotationData", - "@id": "21DCBDD5B2", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 917 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "5485CA2F5A", - "key": "index", - "value": { - "@type": "Int", - "value": 918 - } - }, - { - "@type": "AnnotationData", - "@id": "1990AFF113", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 918 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "DC4AEC3AC5", - "key": "index", - "value": { - "@type": "Int", - "value": 919 - } - }, - { - "@type": "AnnotationData", - "@id": "549F779F9E", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 919 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "BDDBEDD345", - "key": "index", - "value": { - "@type": "Int", - "value": 920 - } - }, - { - "@type": "AnnotationData", - "@id": "BA70872B77", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 920 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "996E1C5E79", - "key": "index", - "value": { - "@type": "Int", - "value": 921 - } - }, - { - "@type": "AnnotationData", - "@id": "747538074F", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 921 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "A40D01FA0A", - "key": "index", - "value": { - "@type": "Int", - "value": 922 - } - }, - { - "@type": "AnnotationData", - "@id": "D9108080A2", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 922 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "45D4037449", - "key": "index", - "value": { - "@type": "Int", - "value": 923 - } - }, - { - "@type": "AnnotationData", - "@id": "FA243B86FF", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 923 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "B4AE34E59E", - "key": "index", - "value": { - "@type": "Int", - "value": 924 - } - }, - { - "@type": "AnnotationData", - "@id": "D954A48014", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 924 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "01A337E21E", - "key": "index", - "value": { - "@type": "Int", - "value": 925 - } - }, - { - "@type": "AnnotationData", - "@id": "D4A41227DB", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 925 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "FEE8C8C139", - "key": "index", - "value": { - "@type": "Int", - "value": 926 - } - }, - { - "@type": "AnnotationData", - "@id": "D501D6EA0E", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 926 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "9388A85856", - "key": "index", - "value": { - "@type": "Int", - "value": 927 - } - }, - { - "@type": "AnnotationData", - "@id": "A37B07AADF", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 927 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "AA80877618", - "key": "index", - "value": { - "@type": "Int", - "value": 928 - } - }, - { - "@type": "AnnotationData", - "@id": "A437A8C7A2", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 928 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "9A298422AA", - "key": "index", - "value": { - "@type": "Int", - "value": 929 - } - }, - { - "@type": "AnnotationData", - "@id": "783D477E88", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 929 - } - ] - } - } - ] - } - ], - "annotations": [ - { - "@type": "Annotation", - "@id": "0DD220AF88", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 0 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 0 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "D74EEED706", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "D6E6E4BE89", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "3976FC543D", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 0 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 121 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "5A3F33E755", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "6C166E9671", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "7D9FA7AF0A", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 122 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 177 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "5BBA2BBC8C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "BBCE1C46E8", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "28F545432E", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 178 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 217 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "2E8DC42228", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "A434AEE086", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "3046F33C3E", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 218 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 526 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "41688330C1", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "41626F7CC1", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "06B4348665", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 527 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 804 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "CBB7E7B13C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "1CBBF01B04", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "705E04840C", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 805 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1335 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4D3E6672DA", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "52555A6A85", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "AA836B2B87", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1336 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1650 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "5343A0E549", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "4271351587", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "6D66B8A0BA", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1651 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 2258 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "D3344C5375", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "9989D62A6A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "3644D48830", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 2259 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 2510 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "F534B3A648", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "E37DE5808C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "D8D909B0B0", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 2511 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 2701 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "AC2E6DD7DD", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "78EDFFC7C7", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "51311EB750", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 2702 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 2983 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "04F5C2C333", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "C59F603129", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "388C1C70E8", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 2984 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 3256 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "779F3EFD7F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "A69BC388CC", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "46D8889814", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 3257 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 3555 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "47C111091A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "10D5400071", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "F0889D2B43", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 3556 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 3841 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "444EAF2A12", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "BD4430FD2B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "B66ED54790", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 3842 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 4522 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "C51AD3915B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "C0CA5C4CB8", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "84EADDD4E4", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 4523 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 4802 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "E40A454F32", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "F28B97E17F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "16CAAB0EA3", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 4803 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 5381 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "F6FBF1112C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "BD00AD0A33", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "B694675CC5", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 5382 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 5556 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "806A4E3DA5", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "7D7A7BCE1B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "E96DB0FBA0", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 5557 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 5769 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "336F4767DD", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "CD193B24D4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "F8CFD5CC90", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 5770 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 5978 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4B24FB5C58", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "3C77F77739", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "B6828A8642", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 5979 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 6602 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "E8E335BAEC", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "58483927B7", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "F6F7B66ECB", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 6603 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 6778 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "20DDC4C90D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "0DA5434D6E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "911DABF94B", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 6779 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 7021 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "15F051F5EA", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "70E536B66E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "9A9012A692", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 7022 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 7170 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4CBCFC00D5", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "56A29FFDA8", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "BFF48B9F8E", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 7171 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 7390 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "A2E8071414", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "3B67837376", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "AD3B7118D9", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 7391 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 7603 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "9958B46B4A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "00D2306666", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "DA7A7CBE3F", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 7604 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 8420 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "AC76167A46", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "CD5075023C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "DDB2FA5DFD", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 8421 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 8595 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "EF0B4F0AA7", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "4362E3B464", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "599DF69B2A", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 8596 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 9128 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "A39E907407", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "90CAAA9A59", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "8184875D08", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 9129 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 9333 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "6C24244D48", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "204C178DED", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "D8BB828BF8", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 9334 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 9551 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "C4BEE51B4A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "8AE0422FBC", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "588DF6D810", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 9552 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 9721 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "2E421EEFCF", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "56B4228025", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "0CC37013B8", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 9722 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 9912 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "9214CC1D58", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "85C870C69D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "0004BB1B81", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 9913 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 10058 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "01EEDC91E6", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "044E1BE8FA", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "4BD60B146F", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 10059 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 10290 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4343D18043", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "EE26D6A10D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "5D84118863", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 10291 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 10613 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "362B72B82D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "FA64226ADC", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "A1EC8A114C", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 10614 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 10832 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "EA8A09AB1C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "4FDC4EF801", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "5BE7A594EA", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 10833 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 12187 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "08E90BBB20", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "504E2D6599", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "F7C89E849F", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 12188 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 12433 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "ECC6794997", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "3848539FC4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "EE9C2E62FA", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 12434 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 12587 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "881A888864", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "83CF0DD1EC", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "83B273B3F5", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 12588 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 12825 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "9FE0100BEF", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "6114651CC4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "85B8A883FA", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 12826 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 13064 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "546ECC18B7", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "B0A9AC0C40", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "0D3ADA8289", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 13065 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 13803 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "85E4D8A989", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "E4ABE76C6A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "F19DE80A64", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 13804 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 14273 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "DF26CB87FF", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "BC8FB8A8B5", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "B7336F5B53", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 14274 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 14471 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "ADDF9D2AF1", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "E1FBAE5A16", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "A04B4DA407", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 14472 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 14738 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "ED6830BB06", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "A4BA27A84A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "6656E5692A", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 14739 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 14940 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4B5A230FC4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "879EB9B18E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "4196E1F7E2", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 14941 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 15224 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "61E0970771", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "A963FC0AC0", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "437E70F33A", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 15225 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 15832 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "7CD90CDAF8", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "4E53CD6A82", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "A64DECC2C8", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 15833 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 16076 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "3330A30CC2", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "7F92021027", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "766D4CD9D0", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 16077 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 16708 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "2C98AC6339", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "BD716DE605", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "43CFBCCC75", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 16709 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 16894 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "A1A1DEA3FC", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "4BD2FDC965", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "91D31CF895", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 16895 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 17182 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "74DC5E587A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "ECC642DE22", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "54D6F0AAA3", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 17183 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 17790 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "6B95C77778", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "5911381133", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "458D881DB8", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 17791 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 18150 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "7AFFB6EA9A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "DEC661C2EC", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "CABFFBE1FC", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 18151 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 18452 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "9B41066D1B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "42C5AA893A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "CE6479D19B", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 18453 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 18613 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "1343014833", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "0A0AAAA6A4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "9A5A60D4C3", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 18614 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 18922 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "DD607A8806", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "9740602700", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "2E308F8300", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 18923 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 19146 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "8123E0DD66", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "0CC050A664", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "2F29329DE6", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 19147 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 19442 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "00CBCDB170", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "5B0397CF98", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "DBB69C3B43", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 19443 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 19632 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "8E162F5441", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "9C736E8348", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "9DDBA01D3D", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 19633 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 19822 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "3E635D5953", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "FAFF392F07", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "8A3A6767C9", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 19823 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 20019 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "034BCA63AC", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "B18D1B186F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "47BBB8748B", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 20020 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 20273 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "5E40304BA0", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "438B984F9A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "3736B9BF64", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 20274 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 20483 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "7445349E05", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "844046C878", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "3797ABFF19", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 20484 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 20645 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4B4D6B298B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "21125EA2E7", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "244825882B", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 20646 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 20817 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "9A9BFB61C2", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "440C5558DF", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "90C9FCD2A1", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 20818 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 21026 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "546D5782C5", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "4D8D47D484", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "04854DDBFE", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 21027 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 21187 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "2753A12149", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "0DA251B240", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "63474B6B4B", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 21188 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 21463 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "3D38BCF344", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "64C6A1E7C5", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "7DABDA5C83", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 21464 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 21612 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "CC804E4A5A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "BA1A0CD9DB", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "4BC34576C5", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 21613 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 21786 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "67A82717C5", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "0440FF87CD", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "CCBB4A6E9C", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 21787 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 21966 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "09D3799373", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "585878C84D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "EAA6EB98E9", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 21967 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 22167 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "E3746FB654", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "F82198C912", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "988279A986", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 22168 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 22320 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4436F29399", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "69304053E4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "54DD45242A", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 22321 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 22496 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "BE5FE2A262", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "3E33535F30", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "C54C9475B9", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 22497 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 23124 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "A6EB46B605", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "7C78D6F7CA", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "9B92390762", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 23125 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 23285 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "E8588E587D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "3D8044CE9F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "4DB753A71C", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 23286 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 23436 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "97CA2200BE", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "2ABBF2B9BB", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "379EBCC37C", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 23437 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 23596 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "EF200C9FAF", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "1881811B6E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "452DCB048B", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 23597 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 24125 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "CA3A1F1FEE", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "9904464235", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "946963F6B3", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 24126 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 24265 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "80424D5D0D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "1118F34433", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "FF545F4805", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 24266 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 24486 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "9B16BF0FC8", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "C01AB1B1AB", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "21F50142FC", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 24487 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 24687 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "FB0DFB1881", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "1CECEE9191", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "FAD31E918B", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 24688 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 24844 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "ADEEE455B4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "20AF2E2EF5", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "C6B33F5B38", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 24845 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 25023 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "1F3AAD7429", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "3CB115A9AC", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "0EE71EA9EB", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 25024 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 25231 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "E6DDEBA5D8", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "FE8EE01E7E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "4366906334", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 25232 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 25448 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "B7E7D99C0D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "486CCC4758", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "759B9CE99C", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 25449 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 25583 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "9F6ED5DA9A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "667663BC69", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "963AC800BB", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 25584 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 25778 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "3ED173D418", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "2EB1AAEEEF", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "34CDE2376E", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 25779 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 25968 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "23A39A4429", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "D91BAB0137", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "DBEACA37CC", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 25969 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 26162 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "7464744777", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "B1292BBE46", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "B8AD88D429", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 26163 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 26653 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "18E9CAC88E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "490777CC87", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "E6BC893FCF", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 26654 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 26850 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "11B8114DB3", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "8A843EC8EE", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "04844B3C01", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 26851 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 27338 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "07BE0493C9", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "C9233C3C47", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "DEDEE043FC", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 27339 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 27540 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "2CC9FCFFA4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "F57A5EE79E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "9F4E15BE7F", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 27541 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 27727 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "907D13D9F2", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "93E4BE7425", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "44051E63DD", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 27728 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 27878 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "8499A7A7D3", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "BA8E5DE2FA", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "E270836FC9", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 27879 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 28049 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "C6C2F46DF9", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "C44D14A126", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "313F3A3A33", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 28050 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 28252 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "98FCCB2473", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "CB55AA0889", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "60BDF6BA65", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 28253 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 28423 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "F68E4AF804", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "B946494479", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "FF4308D8B4", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 28424 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 28598 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "C4460E4303", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "418FD8C344", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "89F554A4E7", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 28599 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 28907 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "94E792ECDE", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "7947055055", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "3382542048", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 28908 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 29077 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "6E7B909B47", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "8D1AAD4105", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "5950978E7D", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 29078 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 29237 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "80A6AA616A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "E3DE92FF7D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "C533C6AF22", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 29238 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 29358 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "78B0149033", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "DA5D2EDE53", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "F5A1D6C8F8", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 29359 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 29587 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4D502D18A8", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "0FD4E415BB", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "5457473851", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 29588 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 29760 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "364D881561", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "4068188BCC", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "3ECC97CCC3", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 29761 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 30076 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "1D16ED9D0A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "BB9F7FB1BB", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "5186CD4184", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 30077 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 30282 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "893EFEFE15", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "4BE04500BA", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "AA8F47151C", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 30283 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 30892 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "7BA09C878D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "D6D7A32A20", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "232F393515", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 30893 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 31068 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4C749E947F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "F6BE3BC88F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "FE14183EEB", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 31069 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 31249 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "2C63DC5C32", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "AADCEBCC68", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "DCD8833C28", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 31250 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 31433 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "E49191721C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "383D043316", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "4224260266", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 31434 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 31640 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "BE14F088AF", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "784E038858", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "ABE4CC0388", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 31641 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 31903 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "6AAD60A09C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "242DD66B58", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "9A1FD8F6AB", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 31904 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 32106 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "1B96497759", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "8935583ECB", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "66717A0225", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 32107 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 32347 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "94760D2E88", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "436A01E0E1", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "E4E9E6B4E4", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 32348 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 32518 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "65A11522F3", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "9B22B8E72A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "8959D05B34", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 32519 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 33103 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "2E345306C9", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "DB8DC883CF", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "6277FC6878", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 33104 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 33504 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "C4A349F1CB", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "64E9390460", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "90940A92A7", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 33505 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 34059 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "5599484454", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "8CF86AC726", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "38F9DF6BB1", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 34060 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 34245 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "3884B634D8", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "42DF44FC7F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "BDDD5F779B", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 34246 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 34475 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "1549494EC2", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "548C96E7A7", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "D44B868832", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 34476 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 35141 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "8383D1A813", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "A8FBD816C1", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "A9B809D929", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 35142 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 35325 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "C7389B0860", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "CCF86AFF3C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "97B8B74478", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 35326 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 35506 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "7B0E442B5B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "AB39E49F5A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "3AB2AAAB11", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 35507 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 35722 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "CA74C00006", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "93B7594ADA", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "5835D519BC", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 35723 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 36748 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "AF8F5A9C74", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "44B4CC9C99", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "8F6DFD227F", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 36749 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 36950 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "E02D2F73AB", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "E1956DC629", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "516131B835", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 36951 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 37468 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "FC8FE94983", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "3373477856", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "DAAB5D4D46", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 37469 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 38114 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "55AC245A7A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "988F6CF9BA", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "C754642365", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 38115 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 38323 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "F4C7DAC777", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "1F504F6FF5", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "B082EFFEFD", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 38324 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 38476 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "9A7984E8CA", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "D502C5F7DC", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "419C43C174", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 38477 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 38672 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "EAA4419A9D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "975D240179", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "4EDBA41A5C", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 38673 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 38910 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "266F71A478", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "EBD8CD2445", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "4BCB20479D", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 38911 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 39110 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "76348CC7CB", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "BE136723D3", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "4071B78732", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 39111 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 39377 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "3F4FF3D8E8", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "F060BF2EE2", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "72B1437D1F", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 39378 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 39628 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "7FAC776A2A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "95052822EC", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "440624A3A1", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 39629 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 39758 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "56A6325A43", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "FF62999AD0", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "C494CE4E6E", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 39759 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 40171 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "EFD9FDFD9A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "A86467834A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "523D87C7ED", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 40172 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 40721 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "8EF5AA487C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "BA81B9F5B8", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "922777A452", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 40722 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 40915 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "AB26D45319", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "2977A42985", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "F6405ACCDD", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 40916 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 41090 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "59F73A556A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "D26068A4F0", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "BADF549F99", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 41091 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 41258 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "ECDFEC1A81", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "90A044B044", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "DACE917139", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 41259 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 41474 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "FEAE1CDEEC", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "D8EA0F0F0C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "29B2298126", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 41475 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 41642 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "B785335523", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "9506E86702", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "2233E125C5", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 41643 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 41812 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "48F4FADA1E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "5D48A64A22", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "D2838F22FB", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 41813 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 42048 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "9E4F084AFE", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "A5F1F11A5E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "1B95AF0552", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 42049 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 42291 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "A4FA1E6F61", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "603643B808", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "36CEAE61D8", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 42292 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 42513 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "5DD1AC7894", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "D5A88083FF", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "D74CF8E561", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 42514 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 42943 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "969BE1DCCC", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "109FC0F8C5", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "1E3801D114", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 42944 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 43137 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "3E76388673", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "8DBB5B0547", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "409E8DD870", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 43138 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 43338 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "44B174BA10", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "4CA3F4B6CF", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "76D8B6EE6E", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 43339 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 43524 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "644EF544B2", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "4C389B4464", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "1643EE649F", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 43525 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 43708 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "5B85B3B35C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "B0454F7DA7", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "A9F0C79440", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 43709 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 43878 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "C48C0CBC39", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "C8CB39C94C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "F554E5DF8E", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 43879 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 44307 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "5E1048CAC1", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "2F4A2242D2", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "C7167B4BD4", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 44308 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 44486 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "7B94AB9555", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "F8DD316F84", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "DBEDC02ED9", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 44487 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 44751 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "7B5444BA24", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "EA02F0629A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "2DBDAFF38C", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 44752 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 44979 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "2AA8527948", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "EE5DDE3699", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "BB1110A404", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 44980 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 45142 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "68A46A15F6", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "0B150DD500", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "6DE8579448", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 45143 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 45345 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "ABB1666F3B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "2CC7DBA47F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "2E7DF42846", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 45346 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 45508 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "3A8EC2CB66", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "87EB9505E3", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "8B06838388", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 45509 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 45675 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4EACA83EAA", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "01626D2CC5", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "E40D450E7E", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 45676 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 45970 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "AC2E29B3DD", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "0861051F98", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "4E663A21C1", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 45971 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 46137 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "869A5422D9", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "C2DD0B9BC3", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "85775AA15C", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 46138 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 46377 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "52C0538D5C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "AA5F356C2F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "7A87018BC8", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 46378 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 47008 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "69440E44A4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "A2859D5574", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "1CDD5E5E6E", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 47009 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 47188 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "49F9E96E28", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "0E873C988E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "C3852B3E7A", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 47189 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 47993 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "69C72BD777", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "D98393B38F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "8D4544B484", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 47994 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 48653 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "3FBE2B7F33", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "DA55FBFA35", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "2596CC6316", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 48654 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 48875 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "96AA42DD4B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "742C7C5A3F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "584855EDEA", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 48876 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 49123 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "C3F88C426E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "EC4A078CB9", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "CEA1419D10", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 49124 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 49366 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "B467538492", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "609702171D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "7DE9A49457", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 49367 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 49612 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "227688788D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40AA777C1C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "48311E11B5", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 49613 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 50358 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "212342B224", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "C57B5A5E34", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "BF6A478100", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 50359 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 50626 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "E5ED9AE65E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "BF9626736F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "E10B1D4B44", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 50627 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 50846 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "9F0A7DBB9B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "66606FF3FF", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "9FFC03CF16", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 50847 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 51099 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "77875A4371", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "6A7974D249", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "5570CBBAED", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 51100 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 51277 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "C4BEB0CB04", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "E946EAD194", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "6E1F466D6F", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 51278 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 51746 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "5FC711FA2F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "CACD94D45F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "A07B98F3CC", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 51747 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 51973 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "DCFFEACE6C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "3CCFBC1C24", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "7002D72090", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 51974 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 52148 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "77B9447AB7", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "4B8ABB9C58", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "B35641965C", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 52149 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 52714 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "604F3D0FF6", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "234944E287", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "14EEDEE347", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 52715 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 52982 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "B47755295F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "C367ECBF57", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "41AFC21871", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 52983 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 54316 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "5B4D2F462A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "87378ECE39", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "94A09F95A0", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 54317 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 54586 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "FD33783C62", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "E9C4FB8995", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "801A14A801", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 54587 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 54700 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "440EAB37C7", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "313C7DAE6C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "4F1143F082", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 54701 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 54920 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "F2C888DEDF", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "0174223432", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "97639B5BB2", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 54921 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 55201 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "C604A11C6D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "A51D4290A4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "4ED1662C20", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 55202 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 55376 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "5F745F577F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "A41858FA2B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "44BF5EED4E", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 55377 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 55509 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "8B3FB8E400", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "9BBADCC312", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "76FF444689", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 55510 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 55660 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "13318D734D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "C34B46A685", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "3F0BBF63B3", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 55661 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 55781 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "E3E0457322", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "C99FB9DA85", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "3DD9D2F471", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 55782 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 55937 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "0903A93C9A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "64461E4045", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "E2EE2EBDBB", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 55938 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 56102 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "0A3C273A17", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "2C2293CC1C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "3F8AE8DD2D", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 56103 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 56307 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "96D81E0B21", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "C6FFAF94DC", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "D28D284428", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 56308 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 56560 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "085457D076", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "FF5FA079DA", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "9D73DBD895", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 56561 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 57080 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "3F581A9A2F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "7A759DB440", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "8D0490754D", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 57081 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 57274 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "F64F3FCF2E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "D16AC34C83", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "BF5904DDD4", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 57275 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 57555 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "B57B6A88B2", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "E020B672F2", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "AD44E7CC4D", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 57556 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 57718 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "10A553A344", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "9286B4F992", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "4519194415", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 57719 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 58045 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "614D4F8196", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "DA2136682B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "AFE2393AAA", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 58046 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 58260 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "5B8A9089A1", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "48246B2B91", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "4514201A14", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 58261 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 58466 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "323C04029C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "3B00C9C860", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "245B65DD83", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 58467 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 58644 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "286BA57927", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "1D15BBB2CF", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "9B0B73D9E7", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 58645 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 58865 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "DDB44CB71A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "82847E5D38", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "2FDD97E998", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 58866 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 59980 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "153837C459", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "B61BE7D2ED", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "C469C8F92D", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 59981 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 60182 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "E353B805C6", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "6DAD990E6D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "44A4E2AA92", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 60183 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 60864 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "718333DAA3", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "33AF39AC5F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "6186495A68", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 60865 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 61056 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "21F0BB0660", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "2E422346B2", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "9DF4D9F9AD", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 61057 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 61227 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "E8560589FE", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "508A565282", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "14EEAE2A42", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 61228 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 61397 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "36EA4F532F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "B8EC88BCB0", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "5644F0F05B", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 61398 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 61594 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "5ABD4A5EFD", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "55B16C2544", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "C4861E5982", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 61595 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 61852 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "D7D6010D6B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "13DD669022", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "B6EE86156B", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 61853 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 62077 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "6671D4A717", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "AE276F22E4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "308FC6CFB3", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 62078 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 62570 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "361FF3F2E4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "E736E331B4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "480D8654DF", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 62571 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 62978 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "DB9674ADD9", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "DD74AD8B98", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "B7E96B50AB", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 62979 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 63132 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "960200D962", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "FF0DAF9F44", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "E27A0754A0", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 63133 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 64092 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "246CD16C1E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "C8C3E30E74", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "5DC5A52D87", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 64093 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 64277 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "09D7FC3A53", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "E579D83A3B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "F8B9A3A148", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 64278 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 64492 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "AD228A13B7", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "55853A022F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "8C8CD25A18", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 64493 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 64646 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "C5E42FE26E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "55DC2541BB", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "E8ACC1CA50", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 64647 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 64857 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "2427ECBB8B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "AD5DACEABB", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "8B7B2AD2F2", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 64858 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 65093 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "CBFCE4FE9F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "97A45A2DD5", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "8660A80666", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 65094 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 65735 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "7B56649777", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "DD04BCEFBD", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "BBA8519A4F", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 65736 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 65943 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "5E36EBBCC5", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "02DC2A78C8", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "9651EEA129", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 65944 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 66689 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "BE759CCC1A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "1291492291", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "2C270AB77C", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 66690 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 67120 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "3A20D4C844", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "C36EE836A4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "F634BBD368", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 67121 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 67401 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "BC6AD96B05", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "343B7680AA", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "A2AA954525", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 67402 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 67611 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "CCB5BB6662", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "93231BE723", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "6916821474", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 67612 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 67813 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "77DB8E1EB7", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "7FA4FCFB1C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "43CBB68FAD", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 67814 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 68016 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "7F77B8A548", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "38E380C281", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "649EBB2EB2", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 68017 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 68316 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "AA680FD02E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "58AB88A887", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "5365311AE4", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 68317 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 68472 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "824D62873A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "58AA6D2DA0", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "C334243DB3", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 68473 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 69223 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "94B9B28C00", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "8E06761FEA", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "3D462CAB1C", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 69224 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 69430 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "AB867324F4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "FE9D69A4AF", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "B3403BA410", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 69431 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 69653 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "9918AFB9FE", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "75C6518558", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "3EC3A9737C", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 69654 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 69879 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "BF8F95F529", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "622AC4D42A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "61D743CB59", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 69880 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 70398 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "F5B4E397EA", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "F60F22CC62", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "E5CF57D646", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 70399 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 70645 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4645E0E6CB", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "1AE735B3AA", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "E02A561013", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 70646 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 70850 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "0229027477", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "EF9D8374A0", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "08CD4C5EA4", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 70851 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 71053 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "B656D263DF", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "5B99312A63", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "952D8509A8", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 71054 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 71310 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "928866AE86", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "4901817218", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "C03294CC23", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 71311 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 71499 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "942067A90B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "4A5A767ECE", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "8DC5DC22D7", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 71500 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 71709 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "CDCFACA044", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "439BBB38B7", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "4D428137CE", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 71710 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 71909 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "EDFC54C8EF", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "D1888B7EE1", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "718B34F44D", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 71910 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 72328 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "54CF42433A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "AEC4CA3E3C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "3C4ACF34CC", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 72329 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 72520 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "81044847F6", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "5444FE04BC", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "56C92A544F", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 72521 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 72723 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "E08B9E3E4B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "C6DBBD4C2C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "389DAAABD8", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 72724 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 72916 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "43B8BB15A7", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "C35EE53C4C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "6FEB13FB53", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 72917 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 73075 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "79EFEFEF5F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "0A00988BBF", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "DEA37F34A7", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 73076 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 73253 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "5C530956CF", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "96BCA64C1F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "5D1A441264", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 73254 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 73427 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "68BBCB81BC", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "CCC99F20DD", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "50B9294535", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 73428 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 73832 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "D5EE4759A9", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "3277F444AE", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "DB4B7A14A4", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 73833 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 74086 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "00CE915EE8", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "2B299E9F28", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "81AACF4212", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 74087 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 74229 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "9DC9EEC9CF", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "A2ED911865", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "A44B1486A0", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 74230 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 74390 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "6C1C0BC68C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "8CC684194C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "F63DF4FEF5", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 74391 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 74614 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "BBBD2B8694", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "4BC8F6415F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "2B4559EDC3", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 74615 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 74767 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "B27BF4B499", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "4A9C0951AB", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "D48D9C8B2C", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 74768 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 75660 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "418B707531", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "349C32A28A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "4CA66A353E", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 75661 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 75873 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "939F5520F0", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "7DA5219888", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "5BBAAB0B0B", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 75874 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 76088 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "8CAA565EC6", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "A73A632309", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "D4D54F28E2", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 76089 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 76339 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "0130F44F40", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "8DFA756814", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "64A7154118", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 76340 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 76603 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4B242E956E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "1FE3822262", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "BB8ABB7483", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 76604 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 76879 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "6BAB1BABE3", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "49B6319319", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "4D6CC4C836", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 76880 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 77575 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "BB46B7483B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "E1E46EF674", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "6070F2EA22", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 77576 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 77860 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "73E8FBCF40", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "032C050BB9", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "98DA444664", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 77861 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 78673 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "6088FD6F1C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "DCDC6D11A1", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "738643266F", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 78674 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 78839 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "FFDA14BF41", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "B0FB9DDA2A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "7A049A6620", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 78840 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 79692 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "D866064677", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "44BFC4B991", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "C6FEDC9BB6", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 79693 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 80455 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "99B839B999", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "4119F34041", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "BB4949AD60", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 80456 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 80715 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "5555E6D159", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "C6C14C72D9", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "540B244006", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 80716 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 80919 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "8C3C973887", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "379A44C869", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "014D4822A3", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 80920 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 81132 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "CB0CC4CEC4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "591EE9DD77", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "CA6C1E5E6C", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 81133 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 81352 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "DD61DD98E5", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "577B775781", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "044460F3B3", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 81353 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 81590 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "04985801C3", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "C03AE41456", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "3684CB4443", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 81591 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 82368 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "383B7E77A5", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "4817594A34", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "4C46644281", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 82369 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 82571 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "8648E5D8A2", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "FE54D299DF", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "341353F4AF", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 82572 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 82810 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "ADF062007E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "4D86EEBEE7", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "D86FA1F8B3", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 82811 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 83535 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "08A2A5EE54", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "9A4A98ACEB", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "1E10420A2D", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 83536 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 83716 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "93FF984449", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "186D474C0D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "FE1E2E149E", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 83717 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 83928 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "090587546E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "B3BE1AA810", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "FA0A5A1CBC", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 83929 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 84132 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "DE255F8BF8", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "36468532E4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "84AB3A4C3C", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 84133 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 84290 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "8EAFE2A682", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "743D228123", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "691BF626BE", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 84291 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 84493 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "51F10BFF1A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "BA44B3ABB4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "B14B83414B", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 84494 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 84732 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4AABBFA76F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "EFAEE8585D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "7623A39247", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 84733 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 84908 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "6D80C00711", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "DDDC616FD2", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "90CBD0BD92", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 84909 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 85116 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "FE9499C424", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "5EFC506014", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "03CB4D3444", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 85117 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 85311 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "E10904C33C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "F747B4E77F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "E3CEC0C040", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 85312 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 85528 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "B0744C320C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "0DC9D9E977", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "4FB5BA08E4", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 85529 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 86363 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "F05DE55348", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "CBC2C5604A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "8C9E886CC7", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 86364 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 86708 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "8016550BEF", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "4CC0982461", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "883AAC4A02", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 86709 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 86918 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "ACC63224D0", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "E9B9E982B2", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "0847C370DE", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 86919 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 87121 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "B385AB494C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "A2CBC589D9", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "15F03DCCAF", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 87122 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 87253 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "9A173612EA", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "A3B40938C0", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "38E585C83B", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 87254 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 87416 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "6E16E7A436", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "C17389A98B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "5B60606B8C", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 87417 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 87534 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "5EB94802CE", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "25635B5BE5", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "A0F9A9C0EF", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 87535 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 87714 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4598915D3C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "5DD8C45141", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "E38D90B3E5", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 87715 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 87903 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4448CC4494", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "F7A0839509", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "850F4BB028", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 87904 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 88057 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "46660F6077", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "A827FF8F43", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "66FE4F55B5", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 88058 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 88652 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4E7E62AEBD", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "D4A4438331", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "4667467065", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 88653 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 88884 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "3CD7DC1987", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "46D4BE6B04", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "0E305F8636", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 88885 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 89039 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "9B444909A2", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "499F7DE78A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "727C9EC374", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 89040 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 89217 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "945B9293AA", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "F707080147", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "53F04CAD43", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 89218 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 89355 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "EBD85311CC", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "42551F5E61", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "8099C09CEC", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 89356 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 89561 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "E8CA9BCF3B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "59447FFF04", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "B9309A2DD9", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 89562 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 90059 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "923263558A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "94E8EB5AB7", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "DFEEBE09FB", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 90060 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 90214 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "38874491D9", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "B6D9E86DD5", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "4A444756AF", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 90215 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 90472 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "79199F827C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "031C5C3A77", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "94948D7FBA", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 90473 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 90858 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "3A3C0B7AF2", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "DD90C48562", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "073BAEF37F", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 90859 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 91028 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "13137A0BB8", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "62B2B29652", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "8FC4186B22", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 91029 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 91223 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "0E53A044FB", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "F0B1B6B026", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "9E3CEEC89A", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 91224 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 91434 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "C37EDF45F9", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "8F417D5918", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "3B1362E9F8", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 91435 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 92032 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "C33619F413", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "42C44D4C49", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "62A9D500C2", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 92033 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 92420 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "34423126D1", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "A7357DAD57", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "5840A0DB45", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 92421 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 93090 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "E7EE856AE9", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "7F88AECCAA", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "8A4B848EF3", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 93091 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 93278 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "C44CC484AC", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "B47F90707B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "111312D202", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 93279 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 94042 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "5E0E52F2D2", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "E11A617B75", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "00984B0BA5", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 94043 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 94218 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "CA51E3C524", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "91589B5495", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "EDEEA44387", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 94219 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 94753 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "AA84E436DC", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "99E5573B0A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "3C86C98823", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 94754 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 94923 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "B49F2F843D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "34114B7118", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "2D5D44492B", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 94924 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 95106 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "5FB8B3AF38", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "8448EEAA07", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "C3915CE7E9", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 95107 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 95352 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "50A1336E10", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "8986B1623B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "749414A0AA", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 95353 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 95623 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "666BA646D4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "C4DA18ECAD", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "F091DD0EEC", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 95624 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 95905 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "41A6A8DDAE", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "D3CFC04588", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "ECCD394FD3", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 95906 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 96106 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "8A00D0A2FD", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "4B8C881816", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "3A2ED46406", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 96107 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 96811 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "65A54E0A77", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "1B91CC21E3", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "A69C0EE133", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 96812 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 97060 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "664E881C53", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "7878E4EE5A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "3344CA88A4", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 97061 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 97263 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4ADC2BF0CF", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "FF9FA2A1ED", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "A46454AE9E", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 97264 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 97722 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "755EDD4B71", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "91DB043E1B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "5E022DB5E2", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 97723 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 97901 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "0F7AAFB7A4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "22417B5FE5", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "F3D0443496", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 97902 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 98106 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "A9844F49BF", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "E3EC55CFFF", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "F8632892F2", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 98107 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 98880 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "2445BC5144", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "09767353A5", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "22846E88EB", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 98881 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 99487 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "92F06994CE", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "56A09356D4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "B407646172", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 99488 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 100101 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "44B110A701", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "9A2610211B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "47DD377854", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 100102 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 100282 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "87A771ED1D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "3F540B808F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "45A8319B82", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 100283 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 100499 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "6C32E6CC8D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "0FE57A82AA", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "944AAE54A0", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 100500 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 100717 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "D88B191A87", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "AA3D03FE8A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "BBE02B10DB", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 100718 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 100935 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "F23C54282E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "1BF9E6348C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "DF7814D45E", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 100936 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 101100 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "AECA404300", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "0676AA34CA", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "FF8EFC1479", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 101101 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 101322 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "3E6731344A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "6944E36B4A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "0AC309CAFE", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 101323 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 101506 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "B8BDAB6C23", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "8DDA055750", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "A5DD98249A", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 101507 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 101712 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "643A0F0FF4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "85F31FB85F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "D3D3883EAC", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 101713 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 101900 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "E1F1F3109F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "483958FBF4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "F24EE4DE22", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 101901 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 102145 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "8481141047", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "F425B2154E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "CDF2D2EBB4", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 102146 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 102307 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "8AA8848C28", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "F685CD889B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "9149427D42", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 102308 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 102505 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "0D3F637928", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "061AAAB488", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "4FAB173EFF", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 102506 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 102705 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "66D22B236B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "B666403396", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "899CEC2E02", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 102706 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 102886 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "0EBC50E4C4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "77D492D88E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "AD90906051", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 102887 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 103073 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "89B3BDB4B2", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "EEBAFA8EA4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "C48E999406", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 103074 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 103235 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "8117E33D8B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "B1B3D00613", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "5F009F3A53", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 103236 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 104062 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "60256D8089", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "22A2FFFC5D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "A36443F486", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 104063 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 104241 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "2323BBE1E2", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "343D4888BE", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "03407B102D", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 104242 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 104628 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "0443D7E7F6", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "45E9728367", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "4B58BA60E6", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 104629 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 104820 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "B54EEEAEEA", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "7BB27BA725", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "647B68FDBD", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 104821 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 104969 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "CCA9BCCCAA", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "4C48208434", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "3881D46412", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 104970 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 105788 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "3DE2D53394", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "6D9F847CFD", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "A04B24204D", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 105789 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 105907 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "DE48BBEBBB", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "E98912BF22", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "FA722BF12A", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 105908 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 106104 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "D9D13D40FB", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "758508447C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "773647781E", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 106105 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 106409 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "8413888488", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40B03B613A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "5B1433E1BB", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 106410 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 107000 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "08A7997F0E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "5211F17996", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "8399328CB9", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 107001 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 107264 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "78BEAE647E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "F811DFBE88", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "C42FD711BB", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 107265 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 107503 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "2788775459", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "DD25771D71", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "08B7758C64", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 107504 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 107673 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "0E150C1008", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "AB4C5A50AD", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "050CE2E5CE", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 107674 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 107862 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "07003E670F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "949ACEE7F7", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "C3322BEB88", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 107863 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 108233 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "34D3DF7D7F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "6BADB66AAA", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "682068C422", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 108234 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 108408 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "17D9172E42", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "432EEECDE4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "AFCADD96BD", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 108409 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 108622 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "D144D62624", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "49BCCACA42", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "99D26669B6", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 108623 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 108827 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "DB422782ED", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "DCEADDA64A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "66D93A513A", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 108828 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 109222 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "06E9E5E4CD", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "DC9ECBDBEB", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "B6C648A6C6", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 109223 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 109451 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "6B3CF853A6", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "849B9AA414", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "C12B68D3DB", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 109452 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 109849 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "D68FF6FEA3", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "9DDA5AAC8A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "5D98DA8880", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 109850 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 109998 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "C37C54430A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "53E4E4B43A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "B98921EA5F", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 109999 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 110236 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "2116976221", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "28CCAC51F4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "062DE37DF1", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 110237 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 110466 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "EA00BA0AF0", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "72003DCC02", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "E73ADCFFFD", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 110467 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 110661 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "12DCE72230", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "FA0BC01C02", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "DF74D3DDF0", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 110662 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 110861 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "6229106D04", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "4AFE8021B1", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "D864514AD3", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 110862 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 111372 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "3683A7D696", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "F77749491C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "9AAF4791A6", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 111373 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 111613 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4213435111", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "3A435D55FD", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "5A6BD82D27", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 111614 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 111818 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "8C41FBE4DE", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "AF0BC4DFE5", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "49893C3109", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 111819 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 112078 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "2EA8E81CA5", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "C8A5449AF3", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "00C4A819E4", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 112079 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 112335 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "69077B483B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "6FC872278B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "8475438C98", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 112336 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 112528 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "894284BEDC", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "EE41464FC1", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "283134FD42", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 112529 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 112681 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "6A1B9CA18A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "B18D608D4D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "11B053FA0B", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 112682 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 112906 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "B8F7E4A070", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "458549244B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "09C68C7D48", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 112907 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 113101 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "0A55759B55", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "423750EA6E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "13CF7B3B44", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 113102 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 113693 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "E8C1C6714D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "17D18DCAC8", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "AEBCC28BEA", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 113694 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 113897 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "B8A778211B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "F8722D77DC", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "81A9C084C0", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 113898 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 114077 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "EA8138BE60", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "C504AF511F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "F2B7FCFCA9", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 114078 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 114226 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "E116EF78C8", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "03BB219501", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "B19A378981", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 114227 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 114407 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "F717240281", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "B4A200BFB0", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "A7257109BF", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 114408 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 114642 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "2EDAF2F003", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "CA644DEA49", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "3A6AB3F41B", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 114643 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 114811 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "23FFB2F441", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "FD862F4163", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "7F5BB6FE55", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 114812 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 114995 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "01FA464841", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "C88F7E0C43", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "894D494CBF", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 114996 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 115236 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "323B075E70", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "518C888304", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "B455084D70", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 115237 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 115384 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "2B21393363", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "0EA3466146", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "7297293B99", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 115385 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 115954 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "97CBC43C93", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "A3F2443B41", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "E3AF206D7D", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 115955 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 116148 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "1210916B0F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "39B5553A15", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "4A879B787C", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 116149 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 116362 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "FF300BC968", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "79DA0DEB75", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "24BB3E4AF6", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 116363 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 116530 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "5DB7B52103", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "687A801500", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "EEEB95CA77", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 116531 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 116739 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "C6A8CAD699", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "F3DF8DA15A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "BFE2215FBF", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 116740 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 116953 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "A5FA2A7151", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "9913ACC843", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "0B7CCD5117", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 116954 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 117143 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "549EA9259B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "E528911EB8", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "006D9A0030", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 117144 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 117328 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "E4F6CE6629", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "5D7ED75440", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "DA42C83BDA", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 117329 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 117551 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "B57CB83997", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "E742EE37FE", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "84EFD89A85", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 117552 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 117820 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "5952D26C1D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "78022B9CBD", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "064C194D37", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 117821 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 118039 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "3846E38C88", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "3AF37434AB", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "C3E4EB0280", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 118040 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 118275 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "D3DF45675F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "7247C72846", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "FA9AAAD294", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 118276 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 118537 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "212E4803D3", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "CD6672A21F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "EBE5E832C4", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 118538 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 118763 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "F0060B4B0D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "1A5AE2FF0F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "F4424F1E88", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 118764 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 118978 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "95F9A75939", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "A3AAD7A5DB", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "0F4B0E40BB", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 118979 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 119208 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "9C93E23939", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "AAA0B8A2AA", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "4F89F56D4F", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 119209 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 119447 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "2FA2BBA993", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "2EB299D4D4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "171D5DC0B5", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 119448 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 119702 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "49872328E3", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "EEE0EEE78D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "B65B53407A", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 119703 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 120249 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "5547B17416", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "A8B14C688A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "CCAF8D2652", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 120250 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 120485 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4B635B254C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "43DD47404D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "41ED971420", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 120486 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 120781 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "D251B7626A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "B100AF1956", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "635998CFF6", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 120782 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 121528 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "A0A32455B3", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "8B6FB6D8F3", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "0B42A49CFB", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 121529 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 122363 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "B2C5BA252E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "45655E2282", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "F268F02728", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 122364 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 122631 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "BFE6CBC6AE", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "9F56707090", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "447CA70485", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 122632 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 123223 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "0B24522133", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "89ECBF658B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "0BAF88885A", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 123224 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 123474 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "E16F0D3C44", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "CF8515CFFC", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "4F23B2275B", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 123475 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 123746 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "444ADCB422", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "C18E558AAE", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "D44DC1BA38", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 123747 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 124057 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "80CFD6EA57", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "2EE3D20744", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "BB1177F7D4", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 124058 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 124191 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "CFD3041F89", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "334BA684F3", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "804FE8FFAF", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 124192 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 124982 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "1119608750", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "6C3CA82F60", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "33992C9713", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 124983 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 125166 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "C1B760CCEA", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "1FF1763BAC", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "30871940C4", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 125167 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 125335 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "E6636C8D1E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "470C73F750", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "A188855FFA", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 125336 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 125503 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "B5AA22669C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "7E0042E82E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "187332360B", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 125504 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 125711 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "9F324DD43A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "69819540A9", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "BAA60B4669", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 125712 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 125931 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "AD44212782", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "080B0BBB4F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "CE57E4706C", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 125932 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 126134 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "38C17D87C0", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "6AD6D887FF", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "F4FC0B3AF5", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 126135 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 126351 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "EDA9EACAEA", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "DDDDE31DDF", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "FCFF7E19CA", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 126352 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 126615 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "9A67934431", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "FF2EAEBBEA", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "82931B4A45", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 126616 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 126801 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "F03BD44AFD", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "8790F40AB0", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "A5879B954A", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 126802 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 126977 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "7C5EFEC549", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "3C23240E26", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "B4386434B0", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 126978 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 127141 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4766893C6A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "D242A482A6", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "AA6A6D0B99", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 127142 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 127332 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "E7166E4700", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "88ACAB8A44", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "8151C52852", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 127333 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 127511 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "D59C9A8AEC", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "364BDC3E93", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "563F230B38", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 127512 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 127664 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "9B7A7B8BBB", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "F2009C4443", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "498E43DD90", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 127665 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 127813 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "C9E4F46834", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "9A177371A9", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "49BD2D7BB6", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 127814 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 128363 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "337E4F694E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "1AAAAD6599", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "501A04FC78", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 128364 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 128576 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "BEF0FE096D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "71F66F77F8", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "8E8E3873F8", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 128577 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 128770 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "BC1205B677", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "82909C4354", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "F780E17378", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 128771 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 129017 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "7BCE7EB5D7", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "194C9FC49D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "04AAA44B6D", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 129018 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 129203 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "1A55EBBEFE", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "BDDA58D50E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "FE88EC948E", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 129204 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 129397 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "15481527DD", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "6AC6C22C9C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "EED2E0DDFF", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 129398 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 129556 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "1AC72425E1", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "B02A854A54", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "5FDBCA4578", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 129557 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 129765 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "90B233F758", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40D0E13210", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "044D09C99B", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 129766 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 130392 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "98943EECC3", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "1AB4983998", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "144CDC2372", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 130393 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 130618 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "DAD74EC5CA", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "664B6631C9", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "C3E24EA92F", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 130619 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 130802 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "CF298AD408", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "E8686E8DEA", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "09BA109BB3", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 130803 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 130983 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "411C973157", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "E1BA5862EA", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "D762884476", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 130984 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 131198 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "D67EE06729", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "BDB681DFEE", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "79DCA25BBC", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 131199 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 131344 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "6B7553ED02", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "F56891B71B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "50DFE1820D", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 131345 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 132100 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "24244282F4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "5FB9B14704", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "238B760126", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 132101 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 132394 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "635066A846", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "98A8E8A842", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "F1F56BD7D7", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 132395 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 132582 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "889EEAA933", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "A5244242B7", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "E1ED12BE01", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 132583 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 133542 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "AFDDAAFA07", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "1F2AA1164F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "14141A8FAA", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 133543 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 133783 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "E678B40446", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "F1224D9443", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "BE84914689", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 133784 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 134013 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "D8F8F4F29B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "26424BD5B3", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "A82BA4CE6B", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 134014 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 134295 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "AB0F373357", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "4B79B45478", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "D22BDB7414", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 134296 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 134556 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "14F69F3101", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "90D7394BF4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "455F1244D9", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 134557 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 134800 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "A9212DB452", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "D1B1C7817E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "CBFFD9A07F", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 134801 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 135041 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "C9C79DACDA", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "438446D153", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "B53B4E8269", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 135042 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 135331 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "121CE8CCD4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "408D83814F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "F583B745B2", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 135332 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 135488 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "F93C8F592E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "96DBC069BA", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "5E534C46CF", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 135489 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 136403 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "259551318A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "45CBF4AC44", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "D58ECD494C", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 136404 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 136597 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "9E489A3430", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "2B17684DA4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "D0B850A828", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 136598 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 136796 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "63074331D0", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "404E454018", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "100DB61FC7", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 136797 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 137016 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "ACCA3312C7", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "F8B103DA68", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "64E498EE69", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 137017 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 137189 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "C83A637FEB", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "899E992384", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "FBB0777B00", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 137190 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 137339 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "AAAAA616FE", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "75FD566E55", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "06D9B199D8", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 137340 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 137608 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4C1A126A61", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "865461FF09", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "2922813362", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 137609 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 137787 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "BC25F5BBCB", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "280C61A4A0", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "A74DDE3137", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 137788 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 138165 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "35394752AD", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "46D6837637", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "85C6B1463E", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 138166 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 138546 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "44ECBE6EE4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "8A9E097A99", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "202C6886D5", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 138547 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 138719 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "DC2D2A098A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "A9BABF4149", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "2AF8465336", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 138720 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 139014 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4EC9099905", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "21D11CA57B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "1A3ABE638F", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 139015 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 139273 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "104E37E819", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "5CF9C27AAC", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "09FA9EE511", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 139274 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 139541 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "6E496B2B61", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "0FB6281C17", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "0FF5B7CC4B", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 139542 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 140127 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "C660E63D7B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "774D123D77", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "3DD63CD3E9", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 140128 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 140623 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "E3BD50DF20", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "B57552B284", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "7539FCA308", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 140624 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 140816 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "1FF0B3F44A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "C324833054", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "A17E66CCBF", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 140817 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 141048 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "271A660D70", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "A44268740C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "9DD888F488", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 141049 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 141236 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "2D23821F77", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "9EFE28E644", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "8C58EC2F6E", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 141237 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 141371 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "B1BF92E89D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "9E0F1FA940", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "6F514AD654", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 141372 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 141650 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "428D488DC4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "C4A64181D4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "D49606506D", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 141651 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 141931 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "B333173813", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "1FB183B4D1", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "956D1D4D68", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 141932 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 142156 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "0AD067CFCC", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "366D58C48C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "2A4A410CD2", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 142157 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 142891 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "5775818818", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "E1B646A000", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "9A4EBA2736", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 142892 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 143101 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "A4793A6B7D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "61F7B119D1", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "26520A70AE", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 143102 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 143301 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "B09A475A31", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "BC2BCBEEE9", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "77C8BD173F", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 143302 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 143533 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "81871152AF", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "4A54DDD9ED", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "26090B4697", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 143534 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 143791 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "262C71E4DB", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "4454A97649", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "900E0099AA", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 143792 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 144603 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "A86028927A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "A5D909D9F5", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "4C5365922F", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 144604 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 144799 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "569E596985", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "B565540519", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "7DB6E14AD8", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 144800 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 144974 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "5167E5E4E4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "4AA0CFAA20", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "D00A818112", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 144975 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 145232 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "80ABF4FCA9", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "29E2439444", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "889AD88988", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 145233 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 145905 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "D14AE3DC2B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "CF7F7E7D08", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "BE4AD4688F", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 145906 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 146098 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "0BA2185EA1", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "B5DCCFFF14", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "94D3D8C9D6", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 146099 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 146267 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "B5DAC40A19", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "ABA8E99C08", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "295A88D5A5", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 146268 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 146537 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "6DAAE73E3C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "932A4D6949", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "1D3D4B29F9", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 146538 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 146696 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05B5D88B4B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "08110C1226", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "D299A35263", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 146697 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 146852 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "990BC96F95", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "0A30C73FA3", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "367A6A25A8", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 146853 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 147098 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "3CBB50BB70", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "81F60F3342", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "61AFAF6EBE", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 147099 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 147827 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "AFB54FAAB7", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "3ADDB17288", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "4DA93B14F3", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 147828 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 148066 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "3925A8FFD0", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "DAC0C6D69A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "6D79EBB99F", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 148067 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 148389 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "6A50B955A7", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "45D5C4B44D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "E8C52FC2F7", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 148390 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 148565 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "A4BAA93CB4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "8712257D2F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "4A54AA4B5B", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 148566 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 148721 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "797548A7BA", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "685C33CE87", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "503B9AA144", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 148722 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 148975 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "ECFF771551", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "284C74160D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "FEB22277DA", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 148976 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 149258 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "71F9A64037", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "41698B9194", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "C128CC95F4", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 149259 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 149443 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "1984A58908", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "B881F84970", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "3111AC3313", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 149444 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 149661 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "B8FDDACFA9", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "58E5F13EED", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "70D124B1D0", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 149662 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 149879 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "C2FA7DCACA", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "AC0CC5FAEE", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "9CEBC9B529", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 149880 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 150091 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "E819D1416F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "0784BCA41C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "018888F98F", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 150092 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 150327 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "6113A5FA57", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "621918E7DD", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "57F88FF094", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 150328 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 150513 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4CB5D62F87", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "DD664ED4DF", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "5F6FBF6B97", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 150514 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 150757 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "012E10BB09", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "407939C99B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "41A98B1871", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 150758 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 151080 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "980A5FCC22", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "614CC0376F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "C903B9DBBA", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 151081 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 151393 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "E5F046DD95", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "E8D48E5D84", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "81883C3841", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 151394 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 151512 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "888C9D548C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "90D80A09C3", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "C81129E126", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 151513 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 151825 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "FDBC64CD1B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "4520AD02DD", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "0C00176016", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 151826 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 152042 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4A236B9F49", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "4A14AAD194", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "401CD8B47B", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 152043 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 152200 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "7ABDC9E70E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "86FFBA05B5", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "1D045BB6F1", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 152201 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 152355 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "8E3B404063", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "15250AA53D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "83D5E31EA0", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 152356 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 153104 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "27464DFB36", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "850177A855", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "C26EBFD319", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 153105 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 153286 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "D54EAA454D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "50224D2490", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "83E26C325A", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 153287 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 153457 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "8519FF471A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "4C6CB7EDBE", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "01837A822A", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 153458 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 153707 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "74DE612566", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "76A26A29DB", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "05CE57440B", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 153708 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 153898 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "47906FA6F1", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "8B7D00E089", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "2A2A67C07D", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 153899 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 154046 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "5EDE5FD185", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "BA04DB0AC0", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "3BF3882311", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 154047 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 154247 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "49B80B47F0", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "1F6BDFFA61", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "CAD4E8D1BE", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 154248 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 154401 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "CEA6B0AB8E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "AFE7A4ADAF", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "75251178A0", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 154402 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 154590 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "EB1B19096D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "22DDE1B33F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "A5B01197B0", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 154591 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 154779 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "BC6C427C12", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "D991906978", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "F45CB66454", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 154780 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 154947 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "162C209689", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "CC99999A3B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "00561A9012", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 154948 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 155095 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4BAB725FCB", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "52E778ED37", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "622CC3B8CB", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 155096 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 155920 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "762D04B3F6", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "4242499EE9", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "84948A1C96", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 155921 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 156125 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "B7AC206AB4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "D8C1EFFDC7", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "BB54756405", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 156126 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 156313 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "50EC6C6860", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "C24A620290", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "024000093B", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 156314 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 156480 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "37788A2945", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "30E38A3AAA", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "1566DFFAF0", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 156481 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 156714 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "66A9969E51", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "A48F40004A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "1AB9138FF1", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 156715 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 157194 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "223001CB2D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "68E26464D6", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "28B244535D", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 157195 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 157440 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "2CE95A4568", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "006A09F8D7", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "8E182FFC58", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 157441 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 157639 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "E5AEB40FEB", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "5E25514A55", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "36CF4CF6AA", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 157640 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 157879 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "01F9160609", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "EA06A8EAFE", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "743C37354C", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 157880 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 158054 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "E61F2940FB", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "A1C762CAA4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "7184745785", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 158055 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 158521 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4F3F7E3CC3", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "6EDEFFB944", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "2CE21B32CC", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 158522 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 158689 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "10B88B2768", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "4F54F9F77D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "F9720A9310", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 158690 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 159573 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "35EA36E356", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "C243FD5323", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "B19D1D03AD", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 159574 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 159743 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "FF65C8F9CF", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "C9F02C6424", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "9504B9594F", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 159744 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 159911 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "EEF13CF5FC", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "A85AB71ED5", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "B7FFF47FDF", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 159912 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 160094 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "9B334591F2", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "2798FDBE28", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "4F4B0B4F0B", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 160095 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 160259 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "CECEEECA84", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "DDD346D0D1", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "12140091C9", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 160260 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 160486 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "9996964668", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "A7065BB303", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "A918DEC316", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 160487 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 160611 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "A134AB485A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "7AB82C7DBA", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "2FF468A058", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 160612 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 161286 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "EFC99F4DF4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "FCC66F7244", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "823F474F03", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 161287 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 161452 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "B7EB13A124", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "D1E1F06B1F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "40F031F2FF", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 161453 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 161862 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "10000E8500", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "61153E9661", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "C7AA544A2A", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 161863 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 162074 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "ACACC0AFA1", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "9E080D06D4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "7D455DBAB9", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 162075 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 162719 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "E99B31C433", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "9C8192E663", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "CF2DC5FC92", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 162720 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 163562 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "F12A98FFFA", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "4F4E7334BA", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "DDB3B7008C", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 163563 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 163743 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "899121D92C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "FEEF7FD827", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "EE805EE9A7", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 163744 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 164082 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "B5DB634C4C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "52447FD463", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "C96C3636C4", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 164083 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 164256 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "298BDC5F76", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40901CC904", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "00082C731E", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 164257 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 164446 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "44B55FAF69", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "356453371D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "D0644E488E", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 164447 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 164660 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "EDA2A7CD70", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "951906D99D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "DDF3A63FCF", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 164661 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 164820 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "EDF9789A05", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "99D94491D6", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "442FFFBE8F", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 164821 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 165022 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "1142909440", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "E131E4190E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "43277045AB", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 165023 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 165212 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "34B3CEC833", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "1D12C48A1A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "8DC48EEA33", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 165213 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 165396 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "0B8D63B948", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "88CED0E1CE", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "1A296EBA3B", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 165397 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 165604 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "F63466894D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "BD99EF1BCB", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "83D6EDE19A", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 165605 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 166240 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "FA723175BB", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "2AE0EA34A3", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "7860AFE0CF", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 166241 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 166446 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4089892183", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "2C164E1E0E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "400E99A490", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 166447 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 166663 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "25AF9D8ADD", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "A038D03B70", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "E11A9501AE", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 166664 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 166901 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "D11A9B57C9", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "44F38A7A87", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "B9C4268CA4", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 166902 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 167090 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "CC140EE763", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "29B4F34A1F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "F4FB8A4EFF", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 167091 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 167238 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "777961614C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "A52F9657A9", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "D0FE3AAD6D", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 167239 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 167419 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "6C390A00F0", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "B309953E52", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "67A93737FF", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 167420 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 167579 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "081DE033EE", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "539F251543", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "A87EA4152A", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 167580 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 167803 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "31BB09CD00", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "54B0E050AB", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "1F9AD47A77", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 167804 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 168038 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "045F75EDD2", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "19C4DE649A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "2425AC6D88", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 168039 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 168721 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "3E4BA3E35B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "A777E74D7F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "6B1CE2A638", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 168722 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 168908 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4924F59BBB", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "6666AE4CD7", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "97A29A69B1", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 168909 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 169113 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "0AE2EDAEEE", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "B21DAB8D28", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "C74DA9378E", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 169114 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 169403 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "48C648944C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "34AACCA4D1", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "B771B30B02", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 169404 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 169568 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "C5E1FABE12", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "BD7F86E8D1", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "4C733EEA6E", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 169569 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 170168 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "9602422E22", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "422CD2BCCA", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "4ED4F48AC2", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 170169 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 170381 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "AEFEAA5DEF", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "8A6CEEA479", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "7FF220565A", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 170382 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 171225 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "5316C1A4F9", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "452C717C11", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "765B5957E9", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 171226 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 171443 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "23FDCD88B5", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "8A82F4AB88", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "9743612C24", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 171444 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 171601 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "0666167CE6", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "674699DEDF", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "999F6F69F1", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 171602 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 171868 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "EA2BA41CB6", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "DEB34DBB0C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "CA3FACB999", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 171869 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 172741 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4F3D07FDD8", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "77775E107E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "099022B621", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 172742 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 172923 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "483CCCA4E1", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "4AFB2502FB", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "FB78E0E557", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 172924 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 173061 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "2A44A8529B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "650F4233BA", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "E25F57D355", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 173062 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 173476 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "11DFAA4344", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "866E54B69E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "C856BB77D2", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 173477 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 173737 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "7DB95265DD", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "309C0F8C98", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "209328A00C", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 173738 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 174104 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "D2D2257272", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "A8276D0AE0", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "C1441099DC", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 174105 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 174294 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "6686914289", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "B63364B618", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "F947868F40", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 174295 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 174501 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "3D60F2739C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "99C49FA490", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "5D8EE13C18", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 174502 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 174666 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "EB74251EE4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "EF25964CA0", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "3D4644483D", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 174667 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 174854 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "9BCB88B8B1", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "28BA3BBBAB", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "39C8150205", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 174855 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 175032 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "54549CB8C6", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "1D95D19641", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "6F1A6437EE", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 175033 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 175214 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "376E74649F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "DB44B43443", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "F62E70C614", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 175215 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 175447 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "8EAFF4F5B9", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "95F0B44515", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "57E267EF6D", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 175448 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 175689 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "9AA9494F40", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "FE6EFE5E4E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "EB545435E4", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 175690 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 175877 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "5E42FAB5F5", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "0071ED8E88", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "1AC03114B3", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 175878 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 176100 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "FCC4134594", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "CA10D089BD", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "F0F80456C5", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 176101 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 176456 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "3DE5FB5042", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "4FDCFE4993", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "44DDD10DE9", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 176457 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 176626 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "38B0EBEEEC", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "28D7193296", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "167E1F4145", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 176627 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 176801 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "7E6B851676", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "DB4A008878", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "51A0474580", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 176802 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 177059 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "393939E305", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "F8AF29A4B5", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "DB4B5163C4", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 177060 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 177913 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "668B9988D9", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "E884F911FF", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "F3846CA244", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 177914 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 178109 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "E38F9EABD9", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "30DAC2A17A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "779C91C7BB", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 178110 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 178341 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "570DC8E17F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "0BD708E618", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "45080A0BAA", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 178342 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 178849 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "2442599796", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "96C88B5F50", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "7ACE6B7B78", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 178850 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 179034 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "8E38C4234E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "89EFEB99B9", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "3EBBBD4918", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 179035 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 179404 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "FFEE5E04C1", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "EDF0CFF5B0", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "6609AB046B", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 179405 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 179582 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "5BC5FED00B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "3AC18B0A3C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "ABDCCDF37A", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 179583 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 179716 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "81B0401B11", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "544CC4C125", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "23E3006B04", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 179717 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 179976 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "B444B46A52", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "ADE344435B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "E59DCFE66F", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 179977 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 180141 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "3A6FEE4DAE", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "84E96E6866", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "625DEA0D5F", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 180142 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 180324 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "EB82058F91", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "518B91EC58", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "627AAA228B", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 180325 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 181063 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "F5284AEA8F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "8D4557044A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "362DE42152", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 181064 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 181267 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4D168E4F99", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "AAAA430184", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "B65D8CC5CD", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 181268 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 181398 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "94F41EBB47", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "9AD4EB8C6C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "B4B982984B", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 181399 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 182268 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "6B246C3B7F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "3EEB88B882", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "9622966697", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 182269 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 182456 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "03108508A6", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "E65B5FBA95", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "DCA2FE87A2", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 182457 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 182670 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "3DBB446259", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "6A808F7737", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "FF0BFB018D", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 182671 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 182820 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "5BE26EAEB1", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "D748D6DFFD", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "D1FF9BD34D", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 182821 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 183080 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "119A59A233", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "F7ABB32DA2", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "4AFF16E822", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 183081 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 183652 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "6C63445A2D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "C436101361", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "EFEDB13D63", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 183653 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 184329 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "6A7B786A69", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "5DDEFDBD23", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "229CAB289A", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 184330 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 184944 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "8C51159CA5", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "D487D24B51", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "6D84CF22BA", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 184945 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 185122 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "1AB12242BB", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "AA5D64DE68", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "FF8CC4C94E", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 185123 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 185295 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "8C871F8E85", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "FC961C9646", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "35E38EE2A4", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 185296 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 185467 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "27020306E6", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "FBBC31D075", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "A1168BA65A", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 185468 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 185655 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "529C0CAF58", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "39F33F9F4A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "41E1E599BB", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 185656 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 186270 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "1DD299ED49", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "CB2EE8CFA0", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "EBB251661F", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 186271 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 186514 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "ED5DF1451E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "181B487B42", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "9F41B47BFE", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 186515 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 186650 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "9CFCEE74A3", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "3DE57F72B9", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "D0805E00D5", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 186651 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 186819 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "1C23B70067", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "66434991A2", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "A691CBE488", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 186820 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 186978 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "59BB95D985", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "B9133B0F19", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "491BB5466F", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 186979 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 187207 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "FB14FF860F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "598AA49642", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "52119DB399", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 187208 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 187420 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "DA745B2BAA", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "CFD446EE9E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "22459BBF31", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 187421 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 187717 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "C622E2852F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "E27E333EC3", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "788C478287", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 187718 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 187927 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "EAABFAA1BD", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "ABCB10B337", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "B53733B704", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 187928 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 188085 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "2632903232", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "D22209F71F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "83FD244F94", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 188086 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 188944 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "3B58938463", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "C89CFD4014", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "4CB42DB1D4", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 188945 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 189722 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "85476E425D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "E66DD6ADBD", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "FCFF2571AE", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 189723 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 189906 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "135B93A46A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "6D0F2386F5", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "F5DBFCE27F", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 189907 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 190178 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "571CC34AA3", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "81D0CB78BE", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "601FC5D844", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 190179 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 190373 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "244444AD44", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "DAA3063BB0", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "4DFAD67DDF", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 190374 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 190526 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "1BA38B6FBC", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "FFAE9DBADA", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "FA5B45734B", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 190527 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 190702 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "F546D39864", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "379FA1A7A4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "978CA65847", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 190703 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 190878 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "97F9B59447", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "F4C492A41D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "B255522939", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 190879 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 191801 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "A4C4549943", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "1FD3F8BED8", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "EED7B7E4FB", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 191802 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 192020 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "D4F624B0CB", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "4DABFD6716", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "F9BAEEB44D", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 192021 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 192256 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "7455BE641D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "7DEBF2C241", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "AF494FAA6A", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 192257 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 192506 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "CF573FB5A1", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "DAAF2EF88F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "BE65AFE9DC", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 192507 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 192684 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "CB84659E4F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "3FF0922513", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "1191DD19A3", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 192685 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 192896 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "AA611E1140", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "5D1C5F7BB7", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "D6EEDE044A", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 192897 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 193084 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "910800CC78", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "87BF60646A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "8755F36696", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 193085 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 193351 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "AC2C3A35CA", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "47F7472401", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "DE04FE4FF0", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 193352 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 193989 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4D99E90CED", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "BA44B3BBFF", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "D878D5A55D", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 193990 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 194173 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "42D4A9F6D9", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "8038939958", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "9F4AB614F3", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 194174 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 194344 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "630F8E967F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "723832A77B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "EEBC454FF4", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 194345 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 194513 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "99020EB9F5", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "8DDAEAAB63", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "D3F8D94F54", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 194514 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 195279 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "242835599C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "617455FBBB", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "CA046C6496", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 195280 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 195462 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "72B01C4117", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "62EA4BE734", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "C221160AA6", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 195463 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 195820 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "23DC9846C6", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "3765B744B0", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "A64A10A664", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 195821 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 196034 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "83DF398EFD", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "BED29FFBF8", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "86BB8B6D44", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 196035 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 196202 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "100B868BDB", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "05CB74FB46", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "A165DB7979", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 196203 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 196381 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "F33D33B6D0", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "E5646E97E4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "31AAFFDCFF", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 196382 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 196808 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "BC977174B0", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "90DFAD171F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "F668EF9572", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 196809 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 197056 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "189F43A881", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "E7E7A6966A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "AA80786FD2", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 197057 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 197380 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "BF23DBB190", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "F51C505E54", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "9DB6F796AD", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 197381 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 197577 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "241939153E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "AF575F252D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "7391907BFB", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 197578 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 197761 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "1574DD9439", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "B4006A84F6", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "F681FD2EDF", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 197762 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 197913 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "8F42AD1249", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "B8309367B1", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "79D43DBF90", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 197914 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 198139 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "44843549F5", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "9670D15AE6", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "82D38DFD4C", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 198140 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 198330 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "CEE3F335EF", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "FB4E9F3C7D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "C9F4E4C999", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 198331 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 198493 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "9D5334FC30", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "221045C223", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "34D99ADA7E", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 198494 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 198699 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4B0BB9AE60", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "1EE84152D1", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "92AB42BE88", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 198700 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 199199 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "8141EA1F91", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "63B623BB2F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "354944D4D0", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 199200 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 199406 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "77704FD9F1", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "8A6E6CD8C7", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "474949FF14", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 199407 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 199616 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "D25E81825D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "BB0DF442F1", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "0041AA3314", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 199617 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 199759 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "7C6FD7E657", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "41F82492F9", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "9A818818A8", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 199760 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 199984 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "C4994FB4B4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "2AAF434E4F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "C4F4ACA14C", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 199985 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 200435 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "AAECDE1A26", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "EE8AE88888", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "5C7F06CB40", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 200436 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 200629 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "E486768BCB", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "27476675D1", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "498481E4EA", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 200630 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 201311 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "76B6614811", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "8DCFC42CCF", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "168572E5FA", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 201312 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 201481 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "8DFCFECDE4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "1ADE537541", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "174D77A4B2", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 201482 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 201673 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "B35DAA4323", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "59A5A5194A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "3E5A55CCC8", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 201674 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 201832 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4047BDBDB8", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "51D1BDC444", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "17088129EF", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 201833 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 202366 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "9F407DF99B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "02DED84619", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "14001D8A8B", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 202367 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 202540 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "2B50140762", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "A8413F7F7B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "96EBC3CB9E", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 202541 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 202772 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "AC4C7E9D78", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "C7A0104A98", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "B85B4353AD", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 202773 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 202992 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "5A8BF22A0E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "93887FCC13", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "CCE3442B0A", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 202993 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 203216 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "6399711044", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "63648C0C4C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "3086882324", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 203217 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 203507 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "789BC4A24E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "D614CC736C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "632954B935", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 203508 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 204336 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "74583B8BA3", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "219A9D9C87", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "DD296DA2DC", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 204337 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 205637 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4C83EAB814", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "0E85808F04", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "BDAACCBCDC", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 205638 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 205852 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "2FFCEF01CC", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "15CBBDD26A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "BE9E52443E", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 205853 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 206510 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "6EFB21248F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "C04F1CCD40", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "B178005A40", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 206511 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 206824 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "F4254C1D25", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "75ABEC2827", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "B8BE488664", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 206825 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 207023 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "C84D8728D4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "AA8513ACAB", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "3A4AA3C3EC", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 207024 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 207218 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "BC8051D901", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "58044D481E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "A0309D0F20", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 207219 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 207655 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "7A8320748B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "B8EE6B2CB5", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "A635A673BB", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 207656 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 207816 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "D73D7F4475", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "39C444F80D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "665B063501", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 207817 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 207983 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "CAED87D340", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "1BA834D21D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "6EF8F1FCF4", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 207984 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 208807 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "0F407D4004", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "9C1D7F4000", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "E9A2F44460", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 208808 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 209219 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "6534486361", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "3337377337", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "4A144F2A4A", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 209220 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 209353 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "9FCF3544F9", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "D45F1DF703", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "455BB7B51A", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 209354 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 209537 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "F9E9F77784", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "5C6CD96867", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "90AABAF361", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 209538 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 209775 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "A04DAB0F0F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "1D0DFD1497", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "6E11DCCCDC", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 209776 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 209963 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "CB1737AF94", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "900B234B23", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "7537131031", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 209964 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 210143 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "CCF1C5D950", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "453D258442", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "9454AF9030", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 210144 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 211243 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "734E0CA0AD", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "655D1CE269", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "2F495EA504", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 211244 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 211464 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "33AAF79874", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "A2E1EE4C45", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "9AA795C44B", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 211465 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 211740 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "559CCD419A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "5CD7DC454F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "4B3BD53935", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 211741 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 211965 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "BBDD9AA87A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "A6022B9208", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "2604B18240", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 211966 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 212153 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "09557B7755", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "46FB7E990A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "878828F2C9", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 212154 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 212323 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "C704CB8C45", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "193193DFDA", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "BEB6BC59B6", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 212324 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 213080 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "AF96655E4E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "BF41B14CF4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "EE63A42F0B", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 213081 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 213327 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "88AF349AA8", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "B44B46AD46", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "59979D5779", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 213328 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 214147 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "C66D6688D6", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "45B55B8A42", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "5E4AE29A9C", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 214148 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 214344 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "979D9B2292", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "A101803175", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "33EAE461A9", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 214345 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 214524 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "EEA9D68920", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "837F037FFA", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "2465514CE2", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 214525 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 214745 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "98CD944552", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "C6D3E4D1E2", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "8C94494681", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 214746 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 215043 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "B18ADF8418", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "11112E7A17", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "A7E289E7E8", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 215044 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 215291 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "0F26FCC402", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "FCC0A7D303", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "82CC33C576", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 215292 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 215533 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "779C7035A5", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "E32166ACCE", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "C7BAE8E45A", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 215534 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 215726 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "1BBB539B81", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "5066A3415B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "F7EB7DFC9C", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 215727 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 215922 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "5E52E02E8E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "F126B29E11", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "558AE318EE", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 215923 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 216119 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "2BBC6D20B0", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "3AD0A7AD76", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "414D47865E", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 216120 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 216754 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "E77286A834", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "2675345F9C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "AA9BA7517C", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 216755 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 217038 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "E7B301571A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "F19FC56A95", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "99F22744D6", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 217039 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 217302 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "8CC5A60741", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "C2D2955CD4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "FA3F881EF8", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 217303 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 217532 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "A1BE9796E1", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "66046C9D48", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "750331037B", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 217533 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 218387 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "BEEAABE7A6", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "6B6680F0D7", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "5555FB8E34", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 218388 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 218995 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "7F6CF9CB97", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "FEE5FAD70D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "4DCDCFE8CB", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 218996 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 220172 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "916E77D07E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "AA4EA148FF", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "E192D4444D", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 220173 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 220361 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "5B2DCB414C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "9E5E6CC0DE", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "A503B8A254", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 220362 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 220567 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "39B0DBF949", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "EFC2112ABA", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "171184DD14", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 220568 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 220774 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "986F846759", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "F42A5400F8", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "644EC74967", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 220775 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 221525 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "D6DB41919E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "4B4DFFF8CA", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "4F737B5980", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 221526 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 221702 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "8283847359", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "DBA0847960", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "F598155D45", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 221703 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 221869 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "F4AED91897", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "12C063F99F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "A4AA7CF6AF", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 221870 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 222003 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "B190906E0E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "D2886D34D2", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "0343ABBE41", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 222004 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 222212 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "FB984098CA", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "E1140C4F36", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "579C060C0B", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 222213 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 222640 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "F10AB01B65", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "966D49449F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "546B93C24B", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 222641 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 222778 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "EBCBE9EB1D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "06450662B0", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "019EE1AEDE", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 222779 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 222935 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "D3B8273F6F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "5CBE3C1E94", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "6E8CAC2B92", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 222936 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 223140 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "9491967341", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "28CE22C5B8", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "0AC0C6A4BC", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 223141 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 223394 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "99B968B496", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "61B399CDD0", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "6719FA5FF7", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 223395 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 223634 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "B4B39465A3", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "C53B1342E3", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "5E035FD020", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 223635 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 223798 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "CCDC6DF435", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "66149B6265", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "52C08BE33A", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 223799 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 223961 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "BE2B62A7E1", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "FF4B3B4FF9", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "906AAA55F1", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 223962 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 224236 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "354A89A399", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "DF90A9A0B7", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "A89AE1D255", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 224237 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 225209 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "253B8C6B83", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "3966426A64", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "B755B00F63", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 225210 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 225424 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "F544A92A5B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "6434390414", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "5F74093499", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 225425 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 225826 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "90B853B383", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "794445544C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "D43C05EBF3", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 225827 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 226005 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "677F771876", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "2DDB252C24", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "57B14345F9", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 226006 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 226217 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "2080B2A632", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "F0B35CD15C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "E31C7557BF", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 226218 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 226464 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "008CC7988A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "F4B9FD43E5", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "EC6A244D11", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 226465 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 227173 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "DBD9CCCF3B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "248B0FB26B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "B22888DDD1", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 227174 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 227350 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "47C55DA9BC", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "DD3A7C77A2", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "3CC1F4EFE0", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 227351 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 227551 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "0FB3E7E1E6", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "BBCABAF7D7", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "EF7778DABC", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 227552 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 227825 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "E538C7C3ED", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "E9F87A4D7E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "748FC84FF8", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 227826 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 228106 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "5AAA493C2F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "0AB19299CC", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "0C722E7532", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 228107 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 228308 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "FF7CB2D09C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "FD1C635644", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "BE536476EC", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 228309 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 228511 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "04DA55A1D2", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "1162A28966", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "14CCE242A2", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 228512 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 228760 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "ADF6898ECD", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "D4A6E9DD0D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "AA7CC1A610", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 228761 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 228952 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "89A4263798", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "5F93AF4AE4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "3160FC3481", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 228953 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 229121 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "7C779FC2E5", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "155C654358", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "70ABF5DA5F", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 229122 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 229312 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "BA7B62F466", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "960D66FB41", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "598FBA20E2", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 229313 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 229941 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "681AA5112D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "3E6FAACF67", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "4871D994FF", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 229942 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 230187 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "C9098196E9", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "2479BA3C1E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "953E02343F", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 230188 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 230438 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "89DAF2448F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "D4BBBCB686", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "435848A303", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 230439 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 231495 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "94DE9E2A2A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "44D4B60B7A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "21B50551E4", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 231496 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 231678 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "BF66AAF666", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "D039D83990", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "AA9CB65ABD", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 231679 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 231916 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "8D91C93CEC", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "78D0AF0A28", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "BD8A772DA0", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 231917 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 232138 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4260F2742F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "C49E60CE6C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "522DCD683E", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 232139 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 232395 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "2A55E46259", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "1830B59DC9", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "51031480DF", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 232396 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 232586 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "DF1BC1FE85", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "1F250518F0", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "428A0EE224", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 232587 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 232772 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "6888B7C586", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "9C46EC74F4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "39497C2942", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 232773 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 232984 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "AC3B475AFA", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "37B3A427DD", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "C50CC87D83", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 232985 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 233268 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "811C0ED012", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "917CD22278", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "513764B47B", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 233269 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 234145 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "3541708BB4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "295D524552", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "41909EEA64", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 234146 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 234400 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "928CC49218", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "740B5043CE", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "522A6CF2F4", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 234401 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 234550 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "C1EA657807", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "8030A1680D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "A686BB8E34", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 234551 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 234701 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "DA3D616DF3", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "2B1A640C06", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "B41F5C595B", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 234702 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 234932 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "CEF491499E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "31445CC959", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "B9B21BF0B1", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 234933 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 235532 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "7851001654", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "EEB55EFC1E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "30472BC8CB", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 235533 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 235730 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "7714EB2C8C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "BB61B85BFF", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "3399C830CC", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 235731 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 235924 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "D707FF8825", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "643144155B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "CFC558F61C", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 235925 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 236174 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "89C894486C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "A6BB8EF9F3", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "DD711F107F", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 236175 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 236376 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "6F2A6C6B5D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "56413D8FF8", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "73C3694135", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 236377 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 236566 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "FFA60EFFBB", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "33722C21C4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "C98050B284", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 236567 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 236792 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "3BCF5332D7", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "C1340E1E11", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "37F681FEFE", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 236793 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 237088 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "615A66E124", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "B30A013A7A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "0BD0BDB4B3", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 237089 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 237285 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "CC40C64242", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "3D932B9D07", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "43102B0BB1", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 237286 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 237616 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "E9B4405075", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "4015BC004C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "94CF346045", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 237617 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 237836 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "C3C47D8D47", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "F7188D0AE0", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "923A88C222", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 237837 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 238107 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "A386DBF0B2", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "E2F52DAAF2", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "681F3C6835", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 238108 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 239102 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "A4474AFED0", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "787833BA75", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "3AE4FE3267", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 239103 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 239286 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "CE23315C50", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "B8E81E1518", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "2EC80B6A1F", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 239287 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 239533 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "CC20B3AC42", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "D6665465F6", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "C49996A3DA", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 239534 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 239740 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "D69413442E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "1994D99019", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "A4FB4AFFF2", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 239741 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 239984 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "1D96D1C22E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "09FFF922F4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "6CBCBE00FB", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 239985 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 240202 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "DD3E83330E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "C0CCA4A84A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "0A94092D99", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 240203 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 240440 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "5F77D26A95", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "5ADEACC44A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "ADBA42AE2B", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 240441 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 241341 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "04F294394A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "13F55753BF", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "220F0A7471", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 241342 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 241644 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "997889D653", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "591A403D40", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "D341E7DDEC", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 241645 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 241935 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "7FFD861FDA", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "0EED0EC20F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "322841585E", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 241936 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 242134 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "B6D5BA6E6C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "29C3449E99", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "95D7256DD7", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 242135 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 242812 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "33B2171A83", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "1A3720BBF8", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "BACAFB9DBC", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 242813 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 243161 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "27D4D42954", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "92DD12A1A3", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "67E75EE500", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 243162 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 243386 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "B2AFA36A8A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "9EA8B4A1A0", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "26EBEBA763", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 243387 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 243776 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "E53F54ECEB", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "1E1F090014", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "6C43EDB9B6", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 243777 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 244579 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "B2A5262804", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "4585C02394", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "A94379A4D9", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 244580 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 244873 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "B8D1789415", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "6D49A33F78", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "CF9A1E1E5A", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 244874 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 245116 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "3D6FF96DD2", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "FC8141AA3A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "B43F5F9E3A", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 245117 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 245442 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "908990F9B0", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "70C597BF77", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "3F99643335", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 245443 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 245748 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "FF1E776C36", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "BC4F4CAF34", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "C88A4ACCCB", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 245749 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 246061 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "3C92412D9A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "2A583A6384", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "21416625CC", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 246062 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 246276 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "FC1F1E919B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "22AC9CE94F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "82F718039D", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 246277 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 246692 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "314945E0B2", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "468B60373F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "9258EE9989", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 246693 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 247428 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "08555A77A7", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "B094B89C42", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "D01C098198", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 247429 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 247910 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "C3B3F45D27", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "6D83FCE33E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "9DA8EBB9DF", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 247911 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 248116 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4DDE2A1A46", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "55CE5C88C4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "5E67678D4E", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 248117 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 248850 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "959425979D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "FBC7F2C2FB", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "7EDEEE8680", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 248851 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 249025 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "9DA966D2DB", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "AF5CD269BF", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "51FF76D9DE", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 249026 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 249220 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "0988E6D160", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "9B03C2A045", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "44E1672D66", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 249221 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 249466 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "5B5F7B24E2", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "97229DE28A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "A39392868A", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 249467 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 249631 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "0C0EB84A04", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "4934BEFC1A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "584741A845", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 249632 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 249769 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4B362D2903", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "3A0088DAD4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "B4EA045A48", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 249770 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 250011 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "F46EDE561D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "563C5333BF", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "F97BFB3F2D", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 250012 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 250161 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "A908781103", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "C9F49298E5", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "D2C89B93EC", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 250162 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 250369 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "900DA13E80", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "A0ED3B3994", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "B8D151708D", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 250370 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 250556 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "DDB5503174", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "FFACFF02F8", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "D0DFC2FC69", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 250557 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 250789 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "11B96D999D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "A047AA4070", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "111E2C14DC", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 250790 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 250963 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "89C09320D5", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "F3198D6F8F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "F62EF6B44C", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 250964 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 251168 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "1930399A75", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "1AA5A40C18", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "71D877082B", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 251169 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 251378 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "9801495912", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "DD537D404F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "1FC4601920", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 251379 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 251593 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "71F727E4D3", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "B39C517C64", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "F1561D9E99", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 251594 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 251784 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "2BDB11FA1A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "A2B3396BF5", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "38F4459CCB", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 251785 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 251992 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "FB616CBB4F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "0EC37497C3", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "84BEBF3F8A", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 251993 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 252426 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "3B7EDF9111", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "D1B5BB69BD", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "68AFFAFDD3", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 252427 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 252629 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "AA91604059", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "305A08F349", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "F6C1C6D8D6", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 252630 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 252885 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "D9B8242249", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "41DA198484", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "C51BFC1552", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 252886 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 253086 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "B11BA6976B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "6042196532", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "5F2049FFDF", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 253087 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 253352 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "2225CB95AC", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "4E2BBB4A65", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "BD0B15964F", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 253353 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 253559 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "9DB409DC4D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "AB11775D46", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "C9EC4956F9", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 253560 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 253748 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "8BEDFF3115", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "FA26F24425", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "0021074BCF", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 253749 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 254076 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "319CCBCDEC", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "8226A68255", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "8CAE01C52A", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 254077 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 254314 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "B1A222674E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "45A951125F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "1F860F1312", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 254315 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 254505 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "1BCE4D64E7", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "DF48D5BD57", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "0B61C21120", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 254506 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 254767 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "64C0A2305B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "A40FF374F7", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "46F601F4B0", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 254768 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 254971 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "ED7DD32B1A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "7645640652", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "4B040B544A", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 254972 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 255203 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "1DCD014D24", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "F996DD74EE", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "A47282EF7D", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 255204 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 255325 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "565C8636A5", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "124D5F0F83", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "85EF6CF346", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 255326 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 255702 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "81574AAAB7", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "2F00090E18", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "D5AB8BB50B", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 255703 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 255881 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "51BE8B6EBF", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "22A02F440F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "D49DE8B944", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 255882 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 256050 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "E2757F3272", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "DE2E894D11", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "8F1FE3BE65", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 256051 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 256231 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "D400B0D2E9", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "6EB35E3453", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "E1544CC5EF", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 256232 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 256391 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "6EBDAEA061", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "FF2291D96D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "DB5A48EE64", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 256392 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 256568 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "D8D4E4BD88", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "1424EFE803", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "33BB16569F", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 256569 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 256914 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "52B4A23793", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "D38F8F4E85", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "7747BFAF05", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 256915 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 257561 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "8E17CEA506", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "C19FC7F932", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "801F3DFB9E", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 257562 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 257795 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "E55E6592EB", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "EBDE4048D2", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "B078FF9189", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 257796 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 258125 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4D8BE825E4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "F3AAC4C6E3", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "8E0BE2E8CE", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 258126 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 258589 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "3B6D4E3FE0", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "DEE2EBD88D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "96B2D59570", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 258590 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 258848 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "E3834F4CD5", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "A46844B700", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "1785925D87", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 258849 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 259182 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "93BBBD437C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "2622F9BACF", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "94C8EE51A6", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 259183 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 260292 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "8AEC2E4C2E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "94C0C67784", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "481E8F48D7", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 260293 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 260689 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "2BCBCDC328", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "7571EF4440", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "64497963B2", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 260690 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 260848 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "3F3DCF5A85", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "63BB2F90F3", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "78F68668D6", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 260849 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 261044 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "B0D017B0B0", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "F882D7ADD8", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "73F2304434", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 261045 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 261286 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4D8EEB9F87", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "E2A22CE43C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "7E9072D7C8", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 261287 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 261461 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4467A48496", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "F2D39D9846", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "E80995D499", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 261462 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 261684 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "D778D76CB7", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "67B0B87718", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "1507411541", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 261685 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 262076 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "24140E0BB7", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "31B41DF260", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "8355D61167", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 262077 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 262271 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "1247BFB0B1", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "8DD33E737D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "79719EDB75", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 262272 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 262472 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "39A0DFE94D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "9BBDE4D3D2", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "67F28888BD", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 262473 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 262651 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "B87F549518", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "17CE3308DC", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "7D8070F000", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 262652 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 262843 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "23DF9EFA13", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "6CF36EDC3C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "6FBCCB42EC", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 262844 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 263074 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "25080FB69D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "6A0E04E06D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "1572F17EA0", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 263075 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 263307 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "446E990064", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "0290491B01", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "FC0A30B0DE", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 263308 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 263526 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "A4CA0D496E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "0FF8A88A0A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "434655CF7A", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 263527 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 264424 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "5101EA9564", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "89499054C6", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "6B7350C620", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 264425 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 264563 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "0356A42408", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "46F454D47C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "8EFAD83D85", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 264564 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 264708 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "7BB76B8373", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "C364E1E6BA", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "5AC424BF49", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 264709 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 264960 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "267E43AF85", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "41415252E8", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "27F785338B", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 264961 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 265128 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "90E0ED141B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "B2DA94B4A3", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "9605B6BABD", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 265129 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 265320 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "B7424B5914", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "EF556BCCCC", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "8242D826DF", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 265321 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 265485 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "967BBA0E44", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "A2E2424E0E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "3A28B8CB48", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 265486 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 265643 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "45154A1434", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "B533D44DB8", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "778D62808F", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 265644 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 265811 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "2EA952F70F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "C0BBCB58CF", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "55E5E7E975", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 265812 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 265977 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "D7F94914F7", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "0210157443", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "C19B9417B8", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 265978 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 266770 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "949B474AF3", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "F98E5184A2", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "857FECB18B", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 266771 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 267223 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "970864F74D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "4BD90DD438", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "84F16F284F", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 267224 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 267390 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "26DECAA9E4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "9E625F2634", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "4006CF4637", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 267391 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 268713 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "B8A688DA39", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "B3EA5DC56E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "11339842E5", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 268714 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 268883 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "C47C7C717F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "8223B873B3", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "17267D3218", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 268884 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 269124 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "5645C7A444", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "C47898599E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "832A0B5522", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 269125 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 269325 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "23229DF49A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "BB4BB3344A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "B10BC12599", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 269326 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 269784 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "474A3A13D4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "25DE526A00", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "04A662AC5A", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 269785 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 269980 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "C8386386B2", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "1AB12B9813", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "C6B7441AB5", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 269981 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 270135 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "AAFCE4C42C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "21DCBDD5B2", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "D868486889", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 270136 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 270318 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "5485CA2F5A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "1990AFF113", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "111ECC1613", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 270319 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 270387 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "DC4AEC3AC5", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "549F779F9E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "96E37BF909", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 270388 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 270550 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "BDDBEDD345", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "BA70872B77", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "0044C48BBF", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 270551 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 270726 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "996E1C5E79", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "747538074F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "D977587FF9", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 270727 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 271236 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "A40D01FA0A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "D9108080A2", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "7AA5919C90", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 271237 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 271573 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "45D4037449", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "FA243B86FF", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "D065B44F36", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 271574 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 271748 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "B4AE34E59E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "D954A48014", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "D66FAA96FD", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 271749 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 271904 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "01A337E21E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "D4A41227DB", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "AE5DADAD61", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 271905 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 272109 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "FEE8C8C139", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "D501D6EA0E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "6E5488CACB", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 272110 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 272273 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "9388A85856", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "A37B07AADF", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "8334C58340", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 272274 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 272477 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "AA80877618", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "A437A8C7A2", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "F4F464C26C", - "target": { - "@type": "TextSelector", - "resource": "96D3", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 272478 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 273154 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "9A298422AA", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "783D477E88", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "40EACDABDA", - "set": "segmentation_annotation" - } - ] - } - ] +{ + "@type": "AnnotationStore", + "@id": "315eLL7LxtqaIyfX", + "resources": [ + { + "@type": "TextResource", + "@id": "96D3", + "@include": "../../base/96D3.txt" + } + ], + "annotationsets": [ + { + "@type": "AnnotationDataSet", + "@id": "segmentation_annotation", + "keys": [ + { + "@type": "DataKey", + "@id": "index" + }, + { + "@type": "DataKey", + "@id": "alignment_index" + }, + { + "@type": "DataKey", + "@id": "segmentation_type" + } + ], + "data": [ + { + "@type": "AnnotationData", + "@id": "D74EEED706", + "key": "index", + "value": { + "@type": "Int", + "value": 1 + } + }, + { + "@type": "AnnotationData", + "@id": "D6E6E4BE89", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 1 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "key": "segmentation_type", + "value": { + "@type": "String", + "value": "alignment" + } + }, + { + "@type": "AnnotationData", + "@id": "5A3F33E755", + "key": "index", + "value": { + "@type": "Int", + "value": 2 + } + }, + { + "@type": "AnnotationData", + "@id": "6C166E9671", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 2 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "5BBA2BBC8C", + "key": "index", + "value": { + "@type": "Int", + "value": 3 + } + }, + { + "@type": "AnnotationData", + "@id": "BBCE1C46E8", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 3 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "2E8DC42228", + "key": "index", + "value": { + "@type": "Int", + "value": 4 + } + }, + { + "@type": "AnnotationData", + "@id": "A434AEE086", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 4 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "41688330C1", + "key": "index", + "value": { + "@type": "Int", + "value": 5 + } + }, + { + "@type": "AnnotationData", + "@id": "41626F7CC1", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 5 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "CBB7E7B13C", + "key": "index", + "value": { + "@type": "Int", + "value": 6 + } + }, + { + "@type": "AnnotationData", + "@id": "1CBBF01B04", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 6 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "4D3E6672DA", + "key": "index", + "value": { + "@type": "Int", + "value": 7 + } + }, + { + "@type": "AnnotationData", + "@id": "52555A6A85", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 7 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "5343A0E549", + "key": "index", + "value": { + "@type": "Int", + "value": 8 + } + }, + { + "@type": "AnnotationData", + "@id": "4271351587", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 8 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "D3344C5375", + "key": "index", + "value": { + "@type": "Int", + "value": 9 + } + }, + { + "@type": "AnnotationData", + "@id": "9989D62A6A", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 9 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "F534B3A648", + "key": "index", + "value": { + "@type": "Int", + "value": 10 + } + }, + { + "@type": "AnnotationData", + "@id": "E37DE5808C", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 10 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "AC2E6DD7DD", + "key": "index", + "value": { + "@type": "Int", + "value": 11 + } + }, + { + "@type": "AnnotationData", + "@id": "78EDFFC7C7", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 11 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "04F5C2C333", + "key": "index", + "value": { + "@type": "Int", + "value": 12 + } + }, + { + "@type": "AnnotationData", + "@id": "C59F603129", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 12 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "779F3EFD7F", + "key": "index", + "value": { + "@type": "Int", + "value": 13 + } + }, + { + "@type": "AnnotationData", + "@id": "A69BC388CC", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 13 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "47C111091A", + "key": "index", + "value": { + "@type": "Int", + "value": 14 + } + }, + { + "@type": "AnnotationData", + "@id": "10D5400071", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 14 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "444EAF2A12", + "key": "index", + "value": { + "@type": "Int", + "value": 15 + } + }, + { + "@type": "AnnotationData", + "@id": "BD4430FD2B", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 15 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "C51AD3915B", + "key": "index", + "value": { + "@type": "Int", + "value": 16 + } + }, + { + "@type": "AnnotationData", + "@id": "C0CA5C4CB8", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 16 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "E40A454F32", + "key": "index", + "value": { + "@type": "Int", + "value": 17 + } + }, + { + "@type": "AnnotationData", + "@id": "F28B97E17F", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 17 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "F6FBF1112C", + "key": "index", + "value": { + "@type": "Int", + "value": 18 + } + }, + { + "@type": "AnnotationData", + "@id": "BD00AD0A33", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 18 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "806A4E3DA5", + "key": "index", + "value": { + "@type": "Int", + "value": 19 + } + }, + { + "@type": "AnnotationData", + "@id": "7D7A7BCE1B", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 19 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "336F4767DD", + "key": "index", + "value": { + "@type": "Int", + "value": 20 + } + }, + { + "@type": "AnnotationData", + "@id": "CD193B24D4", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 20 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "4B24FB5C58", + "key": "index", + "value": { + "@type": "Int", + "value": 21 + } + }, + { + "@type": "AnnotationData", + "@id": "3C77F77739", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 21 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "E8E335BAEC", + "key": "index", + "value": { + "@type": "Int", + "value": 22 + } + }, + { + "@type": "AnnotationData", + "@id": "58483927B7", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 22 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "20DDC4C90D", + "key": "index", + "value": { + "@type": "Int", + "value": 23 + } + }, + { + "@type": "AnnotationData", + "@id": "0DA5434D6E", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 23 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "15F051F5EA", + "key": "index", + "value": { + "@type": "Int", + "value": 24 + } + }, + { + "@type": "AnnotationData", + "@id": "70E536B66E", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 24 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "4CBCFC00D5", + "key": "index", + "value": { + "@type": "Int", + "value": 25 + } + }, + { + "@type": "AnnotationData", + "@id": "56A29FFDA8", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 25 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "A2E8071414", + "key": "index", + "value": { + "@type": "Int", + "value": 26 + } + }, + { + "@type": "AnnotationData", + "@id": "3B67837376", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 26 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "9958B46B4A", + "key": "index", + "value": { + "@type": "Int", + "value": 27 + } + }, + { + "@type": "AnnotationData", + "@id": "00D2306666", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 27 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "AC76167A46", + "key": "index", + "value": { + "@type": "Int", + "value": 28 + } + }, + { + "@type": "AnnotationData", + "@id": "CD5075023C", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 28 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "EF0B4F0AA7", + "key": "index", + "value": { + "@type": "Int", + "value": 29 + } + }, + { + "@type": "AnnotationData", + "@id": "4362E3B464", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 29 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "A39E907407", + "key": "index", + "value": { + "@type": "Int", + "value": 30 + } + }, + { + "@type": "AnnotationData", + "@id": "90CAAA9A59", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 30 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "6C24244D48", + "key": "index", + "value": { + "@type": "Int", + "value": 31 + } + }, + { + "@type": "AnnotationData", + "@id": "204C178DED", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 31 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "C4BEE51B4A", + "key": "index", + "value": { + "@type": "Int", + "value": 32 + } + }, + { + "@type": "AnnotationData", + "@id": "8AE0422FBC", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 32 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "2E421EEFCF", + "key": "index", + "value": { + "@type": "Int", + "value": 33 + } + }, + { + "@type": "AnnotationData", + "@id": "56B4228025", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 33 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "9214CC1D58", + "key": "index", + "value": { + "@type": "Int", + "value": 34 + } + }, + { + "@type": "AnnotationData", + "@id": "85C870C69D", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 34 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "01EEDC91E6", + "key": "index", + "value": { + "@type": "Int", + "value": 35 + } + }, + { + "@type": "AnnotationData", + "@id": "044E1BE8FA", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 35 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "4343D18043", + "key": "index", + "value": { + "@type": "Int", + "value": 36 + } + }, + { + "@type": "AnnotationData", + "@id": "EE26D6A10D", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 36 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "362B72B82D", + "key": "index", + "value": { + "@type": "Int", + "value": 37 + } + }, + { + "@type": "AnnotationData", + "@id": "FA64226ADC", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 37 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "EA8A09AB1C", + "key": "index", + "value": { + "@type": "Int", + "value": 38 + } + }, + { + "@type": "AnnotationData", + "@id": "4FDC4EF801", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 38 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "08E90BBB20", + "key": "index", + "value": { + "@type": "Int", + "value": 39 + } + }, + { + "@type": "AnnotationData", + "@id": "504E2D6599", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 39 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "ECC6794997", + "key": "index", + "value": { + "@type": "Int", + "value": 40 + } + }, + { + "@type": "AnnotationData", + "@id": "3848539FC4", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 40 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "881A888864", + "key": "index", + "value": { + "@type": "Int", + "value": 41 + } + }, + { + "@type": "AnnotationData", + "@id": "83CF0DD1EC", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 41 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "9FE0100BEF", + "key": "index", + "value": { + "@type": "Int", + "value": 42 + } + }, + { + "@type": "AnnotationData", + "@id": "6114651CC4", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 42 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "546ECC18B7", + "key": "index", + "value": { + "@type": "Int", + "value": 43 + } + }, + { + "@type": "AnnotationData", + "@id": "B0A9AC0C40", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 43 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "85E4D8A989", + "key": "index", + "value": { + "@type": "Int", + "value": 44 + } + }, + { + "@type": "AnnotationData", + "@id": "E4ABE76C6A", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 44 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "DF26CB87FF", + "key": "index", + "value": { + "@type": "Int", + "value": 45 + } + }, + { + "@type": "AnnotationData", + "@id": "BC8FB8A8B5", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 45 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "ADDF9D2AF1", + "key": "index", + "value": { + "@type": "Int", + "value": 46 + } + }, + { + "@type": "AnnotationData", + "@id": "E1FBAE5A16", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 46 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "ED6830BB06", + "key": "index", + "value": { + "@type": "Int", + "value": 47 + } + }, + { + "@type": "AnnotationData", + "@id": "A4BA27A84A", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 47 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "4B5A230FC4", + "key": "index", + "value": { + "@type": "Int", + "value": 48 + } + }, + { + "@type": "AnnotationData", + "@id": "879EB9B18E", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 48 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "61E0970771", + "key": "index", + "value": { + "@type": "Int", + "value": 49 + } + }, + { + "@type": "AnnotationData", + "@id": "A963FC0AC0", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 49 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "7CD90CDAF8", + "key": "index", + "value": { + "@type": "Int", + "value": 50 + } + }, + { + "@type": "AnnotationData", + "@id": "4E53CD6A82", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 50 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "3330A30CC2", + "key": "index", + "value": { + "@type": "Int", + "value": 51 + } + }, + { + "@type": "AnnotationData", + "@id": "7F92021027", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 51 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "2C98AC6339", + "key": "index", + "value": { + "@type": "Int", + "value": 52 + } + }, + { + "@type": "AnnotationData", + "@id": "BD716DE605", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 52 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "A1A1DEA3FC", + "key": "index", + "value": { + "@type": "Int", + "value": 53 + } + }, + { + "@type": "AnnotationData", + "@id": "4BD2FDC965", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 53 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "74DC5E587A", + "key": "index", + "value": { + "@type": "Int", + "value": 54 + } + }, + { + "@type": "AnnotationData", + "@id": "ECC642DE22", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 54 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "6B95C77778", + "key": "index", + "value": { + "@type": "Int", + "value": 55 + } + }, + { + "@type": "AnnotationData", + "@id": "5911381133", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 55 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "7AFFB6EA9A", + "key": "index", + "value": { + "@type": "Int", + "value": 56 + } + }, + { + "@type": "AnnotationData", + "@id": "DEC661C2EC", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 56 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "9B41066D1B", + "key": "index", + "value": { + "@type": "Int", + "value": 57 + } + }, + { + "@type": "AnnotationData", + "@id": "42C5AA893A", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 57 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "1343014833", + "key": "index", + "value": { + "@type": "Int", + "value": 58 + } + }, + { + "@type": "AnnotationData", + "@id": "0A0AAAA6A4", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 58 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "DD607A8806", + "key": "index", + "value": { + "@type": "Int", + "value": 59 + } + }, + { + "@type": "AnnotationData", + "@id": "9740602700", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 59 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "8123E0DD66", + "key": "index", + "value": { + "@type": "Int", + "value": 60 + } + }, + { + "@type": "AnnotationData", + "@id": "0CC050A664", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 60 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "00CBCDB170", + "key": "index", + "value": { + "@type": "Int", + "value": 61 + } + }, + { + "@type": "AnnotationData", + "@id": "5B0397CF98", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 61 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "8E162F5441", + "key": "index", + "value": { + "@type": "Int", + "value": 62 + } + }, + { + "@type": "AnnotationData", + "@id": "9C736E8348", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 62 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "3E635D5953", + "key": "index", + "value": { + "@type": "Int", + "value": 63 + } + }, + { + "@type": "AnnotationData", + "@id": "FAFF392F07", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 63 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "034BCA63AC", + "key": "index", + "value": { + "@type": "Int", + "value": 64 + } + }, + { + "@type": "AnnotationData", + "@id": "B18D1B186F", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 64 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "5E40304BA0", + "key": "index", + "value": { + "@type": "Int", + "value": 65 + } + }, + { + "@type": "AnnotationData", + "@id": "438B984F9A", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 65 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "7445349E05", + "key": "index", + "value": { + "@type": "Int", + "value": 66 + } + }, + { + "@type": "AnnotationData", + "@id": "844046C878", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 66 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "4B4D6B298B", + "key": "index", + "value": { + "@type": "Int", + "value": 67 + } + }, + { + "@type": "AnnotationData", + "@id": "21125EA2E7", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 67 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "9A9BFB61C2", + "key": "index", + "value": { + "@type": "Int", + "value": 68 + } + }, + { + "@type": "AnnotationData", + "@id": "440C5558DF", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 68 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "546D5782C5", + "key": "index", + "value": { + "@type": "Int", + "value": 69 + } + }, + { + "@type": "AnnotationData", + "@id": "4D8D47D484", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 69 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "2753A12149", + "key": "index", + "value": { + "@type": "Int", + "value": 70 + } + }, + { + "@type": "AnnotationData", + "@id": "0DA251B240", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 70 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "3D38BCF344", + "key": "index", + "value": { + "@type": "Int", + "value": 71 + } + }, + { + "@type": "AnnotationData", + "@id": "64C6A1E7C5", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 71 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "CC804E4A5A", + "key": "index", + "value": { + "@type": "Int", + "value": 72 + } + }, + { + "@type": "AnnotationData", + "@id": "BA1A0CD9DB", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 72 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "67A82717C5", + "key": "index", + "value": { + "@type": "Int", + "value": 73 + } + }, + { + "@type": "AnnotationData", + "@id": "0440FF87CD", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 73 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "09D3799373", + "key": "index", + "value": { + "@type": "Int", + "value": 74 + } + }, + { + "@type": "AnnotationData", + "@id": "585878C84D", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 74 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "E3746FB654", + "key": "index", + "value": { + "@type": "Int", + "value": 75 + } + }, + { + "@type": "AnnotationData", + "@id": "F82198C912", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 75 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "4436F29399", + "key": "index", + "value": { + "@type": "Int", + "value": 76 + } + }, + { + "@type": "AnnotationData", + "@id": "69304053E4", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 76 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "BE5FE2A262", + "key": "index", + "value": { + "@type": "Int", + "value": 77 + } + }, + { + "@type": "AnnotationData", + "@id": "3E33535F30", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 77 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "A6EB46B605", + "key": "index", + "value": { + "@type": "Int", + "value": 78 + } + }, + { + "@type": "AnnotationData", + "@id": "7C78D6F7CA", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 78 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "E8588E587D", + "key": "index", + "value": { + "@type": "Int", + "value": 79 + } + }, + { + "@type": "AnnotationData", + "@id": "3D8044CE9F", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 79 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "97CA2200BE", + "key": "index", + "value": { + "@type": "Int", + "value": 80 + } + }, + { + "@type": "AnnotationData", + "@id": "2ABBF2B9BB", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 80 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "EF200C9FAF", + "key": "index", + "value": { + "@type": "Int", + "value": 81 + } + }, + { + "@type": "AnnotationData", + "@id": "1881811B6E", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 81 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "CA3A1F1FEE", + "key": "index", + "value": { + "@type": "Int", + "value": 82 + } + }, + { + "@type": "AnnotationData", + "@id": "9904464235", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 82 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "80424D5D0D", + "key": "index", + "value": { + "@type": "Int", + "value": 83 + } + }, + { + "@type": "AnnotationData", + "@id": "1118F34433", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 83 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "9B16BF0FC8", + "key": "index", + "value": { + "@type": "Int", + "value": 84 + } + }, + { + "@type": "AnnotationData", + "@id": "C01AB1B1AB", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 84 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "FB0DFB1881", + "key": "index", + "value": { + "@type": "Int", + "value": 85 + } + }, + { + "@type": "AnnotationData", + "@id": "1CECEE9191", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 85 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "ADEEE455B4", + "key": "index", + "value": { + "@type": "Int", + "value": 86 + } + }, + { + "@type": "AnnotationData", + "@id": "20AF2E2EF5", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 86 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "1F3AAD7429", + "key": "index", + "value": { + "@type": "Int", + "value": 87 + } + }, + { + "@type": "AnnotationData", + "@id": "3CB115A9AC", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 87 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "E6DDEBA5D8", + "key": "index", + "value": { + "@type": "Int", + "value": 88 + } + }, + { + "@type": "AnnotationData", + "@id": "FE8EE01E7E", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 88 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "B7E7D99C0D", + "key": "index", + "value": { + "@type": "Int", + "value": 89 + } + }, + { + "@type": "AnnotationData", + "@id": "486CCC4758", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 89 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "9F6ED5DA9A", + "key": "index", + "value": { + "@type": "Int", + "value": 90 + } + }, + { + "@type": "AnnotationData", + "@id": "667663BC69", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 90 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "3ED173D418", + "key": "index", + "value": { + "@type": "Int", + "value": 91 + } + }, + { + "@type": "AnnotationData", + "@id": "2EB1AAEEEF", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 91 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "23A39A4429", + "key": "index", + "value": { + "@type": "Int", + "value": 92 + } + }, + { + "@type": "AnnotationData", + "@id": "D91BAB0137", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 92 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "7464744777", + "key": "index", + "value": { + "@type": "Int", + "value": 93 + } + }, + { + "@type": "AnnotationData", + "@id": "B1292BBE46", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 93 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "18E9CAC88E", + "key": "index", + "value": { + "@type": "Int", + "value": 94 + } + }, + { + "@type": "AnnotationData", + "@id": "490777CC87", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 94 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "11B8114DB3", + "key": "index", + "value": { + "@type": "Int", + "value": 95 + } + }, + { + "@type": "AnnotationData", + "@id": "8A843EC8EE", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 95 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "07BE0493C9", + "key": "index", + "value": { + "@type": "Int", + "value": 96 + } + }, + { + "@type": "AnnotationData", + "@id": "C9233C3C47", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 96 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "2CC9FCFFA4", + "key": "index", + "value": { + "@type": "Int", + "value": 97 + } + }, + { + "@type": "AnnotationData", + "@id": "F57A5EE79E", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 97 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "907D13D9F2", + "key": "index", + "value": { + "@type": "Int", + "value": 98 + } + }, + { + "@type": "AnnotationData", + "@id": "93E4BE7425", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 98 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "8499A7A7D3", + "key": "index", + "value": { + "@type": "Int", + "value": 99 + } + }, + { + "@type": "AnnotationData", + "@id": "BA8E5DE2FA", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 99 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "C6C2F46DF9", + "key": "index", + "value": { + "@type": "Int", + "value": 100 + } + }, + { + "@type": "AnnotationData", + "@id": "C44D14A126", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 100 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "98FCCB2473", + "key": "index", + "value": { + "@type": "Int", + "value": 101 + } + }, + { + "@type": "AnnotationData", + "@id": "CB55AA0889", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 101 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "F68E4AF804", + "key": "index", + "value": { + "@type": "Int", + "value": 102 + } + }, + { + "@type": "AnnotationData", + "@id": "B946494479", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 102 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "C4460E4303", + "key": "index", + "value": { + "@type": "Int", + "value": 103 + } + }, + { + "@type": "AnnotationData", + "@id": "418FD8C344", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 103 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "94E792ECDE", + "key": "index", + "value": { + "@type": "Int", + "value": 104 + } + }, + { + "@type": "AnnotationData", + "@id": "7947055055", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 104 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "6E7B909B47", + "key": "index", + "value": { + "@type": "Int", + "value": 105 + } + }, + { + "@type": "AnnotationData", + "@id": "8D1AAD4105", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 105 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "80A6AA616A", + "key": "index", + "value": { + "@type": "Int", + "value": 106 + } + }, + { + "@type": "AnnotationData", + "@id": "E3DE92FF7D", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 106 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "78B0149033", + "key": "index", + "value": { + "@type": "Int", + "value": 107 + } + }, + { + "@type": "AnnotationData", + "@id": "DA5D2EDE53", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 107 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "4D502D18A8", + "key": "index", + "value": { + "@type": "Int", + "value": 108 + } + }, + { + "@type": "AnnotationData", + "@id": "0FD4E415BB", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 108 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "364D881561", + "key": "index", + "value": { + "@type": "Int", + "value": 109 + } + }, + { + "@type": "AnnotationData", + "@id": "4068188BCC", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 109 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "1D16ED9D0A", + "key": "index", + "value": { + "@type": "Int", + "value": 110 + } + }, + { + "@type": "AnnotationData", + "@id": "BB9F7FB1BB", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 110 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "893EFEFE15", + "key": "index", + "value": { + "@type": "Int", + "value": 111 + } + }, + { + "@type": "AnnotationData", + "@id": "4BE04500BA", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 111 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "7BA09C878D", + "key": "index", + "value": { + "@type": "Int", + "value": 112 + } + }, + { + "@type": "AnnotationData", + "@id": "D6D7A32A20", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 112 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "4C749E947F", + "key": "index", + "value": { + "@type": "Int", + "value": 113 + } + }, + { + "@type": "AnnotationData", + "@id": "F6BE3BC88F", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 113 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "2C63DC5C32", + "key": "index", + "value": { + "@type": "Int", + "value": 114 + } + }, + { + "@type": "AnnotationData", + "@id": "AADCEBCC68", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 114 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "E49191721C", + "key": "index", + "value": { + "@type": "Int", + "value": 115 + } + }, + { + "@type": "AnnotationData", + "@id": "383D043316", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 115 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "BE14F088AF", + "key": "index", + "value": { + "@type": "Int", + "value": 116 + } + }, + { + "@type": "AnnotationData", + "@id": "784E038858", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 116 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "6AAD60A09C", + "key": "index", + "value": { + "@type": "Int", + "value": 117 + } + }, + { + "@type": "AnnotationData", + "@id": "242DD66B58", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 117 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "1B96497759", + "key": "index", + "value": { + "@type": "Int", + "value": 118 + } + }, + { + "@type": "AnnotationData", + "@id": "8935583ECB", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 118 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "94760D2E88", + "key": "index", + "value": { + "@type": "Int", + "value": 119 + } + }, + { + "@type": "AnnotationData", + "@id": "436A01E0E1", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 119 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "65A11522F3", + "key": "index", + "value": { + "@type": "Int", + "value": 120 + } + }, + { + "@type": "AnnotationData", + "@id": "9B22B8E72A", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 120 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "2E345306C9", + "key": "index", + "value": { + "@type": "Int", + "value": 121 + } + }, + { + "@type": "AnnotationData", + "@id": "DB8DC883CF", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 121 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "C4A349F1CB", + "key": "index", + "value": { + "@type": "Int", + "value": 122 + } + }, + { + "@type": "AnnotationData", + "@id": "64E9390460", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 122 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "5599484454", + "key": "index", + "value": { + "@type": "Int", + "value": 123 + } + }, + { + "@type": "AnnotationData", + "@id": "8CF86AC726", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 123 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "3884B634D8", + "key": "index", + "value": { + "@type": "Int", + "value": 124 + } + }, + { + "@type": "AnnotationData", + "@id": "42DF44FC7F", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 124 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "1549494EC2", + "key": "index", + "value": { + "@type": "Int", + "value": 125 + } + }, + { + "@type": "AnnotationData", + "@id": "548C96E7A7", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 125 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "8383D1A813", + "key": "index", + "value": { + "@type": "Int", + "value": 126 + } + }, + { + "@type": "AnnotationData", + "@id": "A8FBD816C1", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 126 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "C7389B0860", + "key": "index", + "value": { + "@type": "Int", + "value": 127 + } + }, + { + "@type": "AnnotationData", + "@id": "CCF86AFF3C", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 127 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "7B0E442B5B", + "key": "index", + "value": { + "@type": "Int", + "value": 128 + } + }, + { + "@type": "AnnotationData", + "@id": "AB39E49F5A", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 128 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "CA74C00006", + "key": "index", + "value": { + "@type": "Int", + "value": 129 + } + }, + { + "@type": "AnnotationData", + "@id": "93B7594ADA", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 129 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "AF8F5A9C74", + "key": "index", + "value": { + "@type": "Int", + "value": 130 + } + }, + { + "@type": "AnnotationData", + "@id": "44B4CC9C99", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 130 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "E02D2F73AB", + "key": "index", + "value": { + "@type": "Int", + "value": 131 + } + }, + { + "@type": "AnnotationData", + "@id": "E1956DC629", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 131 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "FC8FE94983", + "key": "index", + "value": { + "@type": "Int", + "value": 132 + } + }, + { + "@type": "AnnotationData", + "@id": "3373477856", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 132 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "55AC245A7A", + "key": "index", + "value": { + "@type": "Int", + "value": 133 + } + }, + { + "@type": "AnnotationData", + "@id": "988F6CF9BA", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 133 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "F4C7DAC777", + "key": "index", + "value": { + "@type": "Int", + "value": 134 + } + }, + { + "@type": "AnnotationData", + "@id": "1F504F6FF5", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 134 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "9A7984E8CA", + "key": "index", + "value": { + "@type": "Int", + "value": 135 + } + }, + { + "@type": "AnnotationData", + "@id": "D502C5F7DC", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 135 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "EAA4419A9D", + "key": "index", + "value": { + "@type": "Int", + "value": 136 + } + }, + { + "@type": "AnnotationData", + "@id": "975D240179", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 136 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "266F71A478", + "key": "index", + "value": { + "@type": "Int", + "value": 137 + } + }, + { + "@type": "AnnotationData", + "@id": "EBD8CD2445", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 137 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "76348CC7CB", + "key": "index", + "value": { + "@type": "Int", + "value": 138 + } + }, + { + "@type": "AnnotationData", + "@id": "BE136723D3", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 138 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "3F4FF3D8E8", + "key": "index", + "value": { + "@type": "Int", + "value": 139 + } + }, + { + "@type": "AnnotationData", + "@id": "F060BF2EE2", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 139 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "7FAC776A2A", + "key": "index", + "value": { + "@type": "Int", + "value": 140 + } + }, + { + "@type": "AnnotationData", + "@id": "95052822EC", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 140 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "56A6325A43", + "key": "index", + "value": { + "@type": "Int", + "value": 141 + } + }, + { + "@type": "AnnotationData", + "@id": "FF62999AD0", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 141 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "EFD9FDFD9A", + "key": "index", + "value": { + "@type": "Int", + "value": 142 + } + }, + { + "@type": "AnnotationData", + "@id": "A86467834A", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 142 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "8EF5AA487C", + "key": "index", + "value": { + "@type": "Int", + "value": 143 + } + }, + { + "@type": "AnnotationData", + "@id": "BA81B9F5B8", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 143 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "AB26D45319", + "key": "index", + "value": { + "@type": "Int", + "value": 144 + } + }, + { + "@type": "AnnotationData", + "@id": "2977A42985", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 144 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "59F73A556A", + "key": "index", + "value": { + "@type": "Int", + "value": 145 + } + }, + { + "@type": "AnnotationData", + "@id": "D26068A4F0", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 145 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "ECDFEC1A81", + "key": "index", + "value": { + "@type": "Int", + "value": 146 + } + }, + { + "@type": "AnnotationData", + "@id": "90A044B044", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 146 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "FEAE1CDEEC", + "key": "index", + "value": { + "@type": "Int", + "value": 147 + } + }, + { + "@type": "AnnotationData", + "@id": "D8EA0F0F0C", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 147 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "B785335523", + "key": "index", + "value": { + "@type": "Int", + "value": 148 + } + }, + { + "@type": "AnnotationData", + "@id": "9506E86702", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 148 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "48F4FADA1E", + "key": "index", + "value": { + "@type": "Int", + "value": 149 + } + }, + { + "@type": "AnnotationData", + "@id": "5D48A64A22", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 149 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "9E4F084AFE", + "key": "index", + "value": { + "@type": "Int", + "value": 150 + } + }, + { + "@type": "AnnotationData", + "@id": "A5F1F11A5E", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 150 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "A4FA1E6F61", + "key": "index", + "value": { + "@type": "Int", + "value": 151 + } + }, + { + "@type": "AnnotationData", + "@id": "603643B808", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 151 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "5DD1AC7894", + "key": "index", + "value": { + "@type": "Int", + "value": 152 + } + }, + { + "@type": "AnnotationData", + "@id": "D5A88083FF", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 152 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "969BE1DCCC", + "key": "index", + "value": { + "@type": "Int", + "value": 153 + } + }, + { + "@type": "AnnotationData", + "@id": "109FC0F8C5", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 153 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "3E76388673", + "key": "index", + "value": { + "@type": "Int", + "value": 154 + } + }, + { + "@type": "AnnotationData", + "@id": "8DBB5B0547", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 154 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "44B174BA10", + "key": "index", + "value": { + "@type": "Int", + "value": 155 + } + }, + { + "@type": "AnnotationData", + "@id": "4CA3F4B6CF", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 155 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "644EF544B2", + "key": "index", + "value": { + "@type": "Int", + "value": 156 + } + }, + { + "@type": "AnnotationData", + "@id": "4C389B4464", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 156 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "5B85B3B35C", + "key": "index", + "value": { + "@type": "Int", + "value": 157 + } + }, + { + "@type": "AnnotationData", + "@id": "B0454F7DA7", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 157 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "C48C0CBC39", + "key": "index", + "value": { + "@type": "Int", + "value": 158 + } + }, + { + "@type": "AnnotationData", + "@id": "C8CB39C94C", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 158 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "5E1048CAC1", + "key": "index", + "value": { + "@type": "Int", + "value": 159 + } + }, + { + "@type": "AnnotationData", + "@id": "2F4A2242D2", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 159 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "7B94AB9555", + "key": "index", + "value": { + "@type": "Int", + "value": 160 + } + }, + { + "@type": "AnnotationData", + "@id": "F8DD316F84", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 160 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "7B5444BA24", + "key": "index", + "value": { + "@type": "Int", + "value": 161 + } + }, + { + "@type": "AnnotationData", + "@id": "EA02F0629A", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 161 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "2AA8527948", + "key": "index", + "value": { + "@type": "Int", + "value": 162 + } + }, + { + "@type": "AnnotationData", + "@id": "EE5DDE3699", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 162 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "68A46A15F6", + "key": "index", + "value": { + "@type": "Int", + "value": 163 + } + }, + { + "@type": "AnnotationData", + "@id": "0B150DD500", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 163 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "ABB1666F3B", + "key": "index", + "value": { + "@type": "Int", + "value": 164 + } + }, + { + "@type": "AnnotationData", + "@id": "2CC7DBA47F", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 164 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "3A8EC2CB66", + "key": "index", + "value": { + "@type": "Int", + "value": 165 + } + }, + { + "@type": "AnnotationData", + "@id": "87EB9505E3", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 165 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "4EACA83EAA", + "key": "index", + "value": { + "@type": "Int", + "value": 166 + } + }, + { + "@type": "AnnotationData", + "@id": "01626D2CC5", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 166 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "AC2E29B3DD", + "key": "index", + "value": { + "@type": "Int", + "value": 167 + } + }, + { + "@type": "AnnotationData", + "@id": "0861051F98", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 167 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "869A5422D9", + "key": "index", + "value": { + "@type": "Int", + "value": 168 + } + }, + { + "@type": "AnnotationData", + "@id": "C2DD0B9BC3", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 168 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "52C0538D5C", + "key": "index", + "value": { + "@type": "Int", + "value": 169 + } + }, + { + "@type": "AnnotationData", + "@id": "AA5F356C2F", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 169 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "69440E44A4", + "key": "index", + "value": { + "@type": "Int", + "value": 170 + } + }, + { + "@type": "AnnotationData", + "@id": "A2859D5574", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 170 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "49F9E96E28", + "key": "index", + "value": { + "@type": "Int", + "value": 171 + } + }, + { + "@type": "AnnotationData", + "@id": "0E873C988E", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 171 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "69C72BD777", + "key": "index", + "value": { + "@type": "Int", + "value": 172 + } + }, + { + "@type": "AnnotationData", + "@id": "D98393B38F", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 172 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "3FBE2B7F33", + "key": "index", + "value": { + "@type": "Int", + "value": 173 + } + }, + { + "@type": "AnnotationData", + "@id": "DA55FBFA35", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 173 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "96AA42DD4B", + "key": "index", + "value": { + "@type": "Int", + "value": 174 + } + }, + { + "@type": "AnnotationData", + "@id": "742C7C5A3F", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 174 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "C3F88C426E", + "key": "index", + "value": { + "@type": "Int", + "value": 175 + } + }, + { + "@type": "AnnotationData", + "@id": "EC4A078CB9", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 175 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "B467538492", + "key": "index", + "value": { + "@type": "Int", + "value": 176 + } + }, + { + "@type": "AnnotationData", + "@id": "609702171D", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 176 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "227688788D", + "key": "index", + "value": { + "@type": "Int", + "value": 177 + } + }, + { + "@type": "AnnotationData", + "@id": "40AA777C1C", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 177 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "212342B224", + "key": "index", + "value": { + "@type": "Int", + "value": 178 + } + }, + { + "@type": "AnnotationData", + "@id": "C57B5A5E34", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 178 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "E5ED9AE65E", + "key": "index", + "value": { + "@type": "Int", + "value": 179 + } + }, + { + "@type": "AnnotationData", + "@id": "BF9626736F", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 179 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "9F0A7DBB9B", + "key": "index", + "value": { + "@type": "Int", + "value": 180 + } + }, + { + "@type": "AnnotationData", + "@id": "66606FF3FF", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 180 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "77875A4371", + "key": "index", + "value": { + "@type": "Int", + "value": 181 + } + }, + { + "@type": "AnnotationData", + "@id": "6A7974D249", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 181 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "C4BEB0CB04", + "key": "index", + "value": { + "@type": "Int", + "value": 182 + } + }, + { + "@type": "AnnotationData", + "@id": "E946EAD194", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 182 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "5FC711FA2F", + "key": "index", + "value": { + "@type": "Int", + "value": 183 + } + }, + { + "@type": "AnnotationData", + "@id": "CACD94D45F", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 183 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "DCFFEACE6C", + "key": "index", + "value": { + "@type": "Int", + "value": 184 + } + }, + { + "@type": "AnnotationData", + "@id": "3CCFBC1C24", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 184 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "77B9447AB7", + "key": "index", + "value": { + "@type": "Int", + "value": 185 + } + }, + { + "@type": "AnnotationData", + "@id": "4B8ABB9C58", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 185 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "604F3D0FF6", + "key": "index", + "value": { + "@type": "Int", + "value": 186 + } + }, + { + "@type": "AnnotationData", + "@id": "234944E287", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 186 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "B47755295F", + "key": "index", + "value": { + "@type": "Int", + "value": 187 + } + }, + { + "@type": "AnnotationData", + "@id": "C367ECBF57", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 187 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "5B4D2F462A", + "key": "index", + "value": { + "@type": "Int", + "value": 188 + } + }, + { + "@type": "AnnotationData", + "@id": "87378ECE39", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 188 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "FD33783C62", + "key": "index", + "value": { + "@type": "Int", + "value": 189 + } + }, + { + "@type": "AnnotationData", + "@id": "E9C4FB8995", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 189 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "440EAB37C7", + "key": "index", + "value": { + "@type": "Int", + "value": 190 + } + }, + { + "@type": "AnnotationData", + "@id": "313C7DAE6C", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 190 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "F2C888DEDF", + "key": "index", + "value": { + "@type": "Int", + "value": 191 + } + }, + { + "@type": "AnnotationData", + "@id": "0174223432", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 191 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "C604A11C6D", + "key": "index", + "value": { + "@type": "Int", + "value": 192 + } + }, + { + "@type": "AnnotationData", + "@id": "A51D4290A4", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 192 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "5F745F577F", + "key": "index", + "value": { + "@type": "Int", + "value": 193 + } + }, + { + "@type": "AnnotationData", + "@id": "A41858FA2B", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 193 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "8B3FB8E400", + "key": "index", + "value": { + "@type": "Int", + "value": 194 + } + }, + { + "@type": "AnnotationData", + "@id": "9BBADCC312", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 194 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "13318D734D", + "key": "index", + "value": { + "@type": "Int", + "value": 195 + } + }, + { + "@type": "AnnotationData", + "@id": "C34B46A685", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 195 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "E3E0457322", + "key": "index", + "value": { + "@type": "Int", + "value": 196 + } + }, + { + "@type": "AnnotationData", + "@id": "C99FB9DA85", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 196 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "0903A93C9A", + "key": "index", + "value": { + "@type": "Int", + "value": 197 + } + }, + { + "@type": "AnnotationData", + "@id": "64461E4045", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 197 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "0A3C273A17", + "key": "index", + "value": { + "@type": "Int", + "value": 198 + } + }, + { + "@type": "AnnotationData", + "@id": "2C2293CC1C", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 198 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "96D81E0B21", + "key": "index", + "value": { + "@type": "Int", + "value": 199 + } + }, + { + "@type": "AnnotationData", + "@id": "C6FFAF94DC", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 199 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "085457D076", + "key": "index", + "value": { + "@type": "Int", + "value": 200 + } + }, + { + "@type": "AnnotationData", + "@id": "FF5FA079DA", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 200 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "3F581A9A2F", + "key": "index", + "value": { + "@type": "Int", + "value": 201 + } + }, + { + "@type": "AnnotationData", + "@id": "7A759DB440", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 201 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "F64F3FCF2E", + "key": "index", + "value": { + "@type": "Int", + "value": 202 + } + }, + { + "@type": "AnnotationData", + "@id": "D16AC34C83", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 202 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "B57B6A88B2", + "key": "index", + "value": { + "@type": "Int", + "value": 203 + } + }, + { + "@type": "AnnotationData", + "@id": "E020B672F2", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 203 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "10A553A344", + "key": "index", + "value": { + "@type": "Int", + "value": 204 + } + }, + { + "@type": "AnnotationData", + "@id": "9286B4F992", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 204 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "614D4F8196", + "key": "index", + "value": { + "@type": "Int", + "value": 205 + } + }, + { + "@type": "AnnotationData", + "@id": "DA2136682B", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 205 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "5B8A9089A1", + "key": "index", + "value": { + "@type": "Int", + "value": 206 + } + }, + { + "@type": "AnnotationData", + "@id": "48246B2B91", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 206 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "323C04029C", + "key": "index", + "value": { + "@type": "Int", + "value": 207 + } + }, + { + "@type": "AnnotationData", + "@id": "3B00C9C860", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 207 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "286BA57927", + "key": "index", + "value": { + "@type": "Int", + "value": 208 + } + }, + { + "@type": "AnnotationData", + "@id": "1D15BBB2CF", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 208 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "DDB44CB71A", + "key": "index", + "value": { + "@type": "Int", + "value": 209 + } + }, + { + "@type": "AnnotationData", + "@id": "82847E5D38", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 209 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "153837C459", + "key": "index", + "value": { + "@type": "Int", + "value": 210 + } + }, + { + "@type": "AnnotationData", + "@id": "B61BE7D2ED", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 210 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "E353B805C6", + "key": "index", + "value": { + "@type": "Int", + "value": 211 + } + }, + { + "@type": "AnnotationData", + "@id": "6DAD990E6D", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 211 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "718333DAA3", + "key": "index", + "value": { + "@type": "Int", + "value": 212 + } + }, + { + "@type": "AnnotationData", + "@id": "33AF39AC5F", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 212 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "21F0BB0660", + "key": "index", + "value": { + "@type": "Int", + "value": 213 + } + }, + { + "@type": "AnnotationData", + "@id": "2E422346B2", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 213 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "E8560589FE", + "key": "index", + "value": { + "@type": "Int", + "value": 214 + } + }, + { + "@type": "AnnotationData", + "@id": "508A565282", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 214 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "36EA4F532F", + "key": "index", + "value": { + "@type": "Int", + "value": 215 + } + }, + { + "@type": "AnnotationData", + "@id": "B8EC88BCB0", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 215 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "5ABD4A5EFD", + "key": "index", + "value": { + "@type": "Int", + "value": 216 + } + }, + { + "@type": "AnnotationData", + "@id": "55B16C2544", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 216 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "D7D6010D6B", + "key": "index", + "value": { + "@type": "Int", + "value": 217 + } + }, + { + "@type": "AnnotationData", + "@id": "13DD669022", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 217 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "6671D4A717", + "key": "index", + "value": { + "@type": "Int", + "value": 218 + } + }, + { + "@type": "AnnotationData", + "@id": "AE276F22E4", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 218 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "361FF3F2E4", + "key": "index", + "value": { + "@type": "Int", + "value": 219 + } + }, + { + "@type": "AnnotationData", + "@id": "E736E331B4", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 219 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "DB9674ADD9", + "key": "index", + "value": { + "@type": "Int", + "value": 220 + } + }, + { + "@type": "AnnotationData", + "@id": "DD74AD8B98", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 220 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "960200D962", + "key": "index", + "value": { + "@type": "Int", + "value": 221 + } + }, + { + "@type": "AnnotationData", + "@id": "FF0DAF9F44", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 221 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "246CD16C1E", + "key": "index", + "value": { + "@type": "Int", + "value": 222 + } + }, + { + "@type": "AnnotationData", + "@id": "C8C3E30E74", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 222 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "09D7FC3A53", + "key": "index", + "value": { + "@type": "Int", + "value": 223 + } + }, + { + "@type": "AnnotationData", + "@id": "E579D83A3B", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 223 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "AD228A13B7", + "key": "index", + "value": { + "@type": "Int", + "value": 224 + } + }, + { + "@type": "AnnotationData", + "@id": "55853A022F", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 224 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "C5E42FE26E", + "key": "index", + "value": { + "@type": "Int", + "value": 225 + } + }, + { + "@type": "AnnotationData", + "@id": "55DC2541BB", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 225 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "2427ECBB8B", + "key": "index", + "value": { + "@type": "Int", + "value": 226 + } + }, + { + "@type": "AnnotationData", + "@id": "AD5DACEABB", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 226 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "CBFCE4FE9F", + "key": "index", + "value": { + "@type": "Int", + "value": 227 + } + }, + { + "@type": "AnnotationData", + "@id": "97A45A2DD5", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 227 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "7B56649777", + "key": "index", + "value": { + "@type": "Int", + "value": 228 + } + }, + { + "@type": "AnnotationData", + "@id": "DD04BCEFBD", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 228 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "5E36EBBCC5", + "key": "index", + "value": { + "@type": "Int", + "value": 229 + } + }, + { + "@type": "AnnotationData", + "@id": "02DC2A78C8", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 229 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "BE759CCC1A", + "key": "index", + "value": { + "@type": "Int", + "value": 230 + } + }, + { + "@type": "AnnotationData", + "@id": "1291492291", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 230 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "3A20D4C844", + "key": "index", + "value": { + "@type": "Int", + "value": 231 + } + }, + { + "@type": "AnnotationData", + "@id": "C36EE836A4", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 231 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "BC6AD96B05", + "key": "index", + "value": { + "@type": "Int", + "value": 232 + } + }, + { + "@type": "AnnotationData", + "@id": "343B7680AA", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 232 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "CCB5BB6662", + "key": "index", + "value": { + "@type": "Int", + "value": 233 + } + }, + { + "@type": "AnnotationData", + "@id": "93231BE723", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 233 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "77DB8E1EB7", + "key": "index", + "value": { + "@type": "Int", + "value": 234 + } + }, + { + "@type": "AnnotationData", + "@id": "7FA4FCFB1C", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 234 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "7F77B8A548", + "key": "index", + "value": { + "@type": "Int", + "value": 235 + } + }, + { + "@type": "AnnotationData", + "@id": "38E380C281", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 235 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "AA680FD02E", + "key": "index", + "value": { + "@type": "Int", + "value": 236 + } + }, + { + "@type": "AnnotationData", + "@id": "58AB88A887", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 236 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "824D62873A", + "key": "index", + "value": { + "@type": "Int", + "value": 237 + } + }, + { + "@type": "AnnotationData", + "@id": "58AA6D2DA0", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 237 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "94B9B28C00", + "key": "index", + "value": { + "@type": "Int", + "value": 238 + } + }, + { + "@type": "AnnotationData", + "@id": "8E06761FEA", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 238 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "AB867324F4", + "key": "index", + "value": { + "@type": "Int", + "value": 239 + } + }, + { + "@type": "AnnotationData", + "@id": "FE9D69A4AF", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 239 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "9918AFB9FE", + "key": "index", + "value": { + "@type": "Int", + "value": 240 + } + }, + { + "@type": "AnnotationData", + "@id": "75C6518558", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 240 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "BF8F95F529", + "key": "index", + "value": { + "@type": "Int", + "value": 241 + } + }, + { + "@type": "AnnotationData", + "@id": "622AC4D42A", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 241 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "F5B4E397EA", + "key": "index", + "value": { + "@type": "Int", + "value": 242 + } + }, + { + "@type": "AnnotationData", + "@id": "F60F22CC62", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 242 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "4645E0E6CB", + "key": "index", + "value": { + "@type": "Int", + "value": 243 + } + }, + { + "@type": "AnnotationData", + "@id": "1AE735B3AA", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 243 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "0229027477", + "key": "index", + "value": { + "@type": "Int", + "value": 244 + } + }, + { + "@type": "AnnotationData", + "@id": "EF9D8374A0", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 244 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "B656D263DF", + "key": "index", + "value": { + "@type": "Int", + "value": 245 + } + }, + { + "@type": "AnnotationData", + "@id": "5B99312A63", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 245 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "928866AE86", + "key": "index", + "value": { + "@type": "Int", + "value": 246 + } + }, + { + "@type": "AnnotationData", + "@id": "4901817218", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 246 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "942067A90B", + "key": "index", + "value": { + "@type": "Int", + "value": 247 + } + }, + { + "@type": "AnnotationData", + "@id": "4A5A767ECE", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 247 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "CDCFACA044", + "key": "index", + "value": { + "@type": "Int", + "value": 248 + } + }, + { + "@type": "AnnotationData", + "@id": "439BBB38B7", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 248 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "EDFC54C8EF", + "key": "index", + "value": { + "@type": "Int", + "value": 249 + } + }, + { + "@type": "AnnotationData", + "@id": "D1888B7EE1", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 249 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "54CF42433A", + "key": "index", + "value": { + "@type": "Int", + "value": 250 + } + }, + { + "@type": "AnnotationData", + "@id": "AEC4CA3E3C", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 250 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "81044847F6", + "key": "index", + "value": { + "@type": "Int", + "value": 251 + } + }, + { + "@type": "AnnotationData", + "@id": "5444FE04BC", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 251 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "E08B9E3E4B", + "key": "index", + "value": { + "@type": "Int", + "value": 252 + } + }, + { + "@type": "AnnotationData", + "@id": "C6DBBD4C2C", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 252 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "43B8BB15A7", + "key": "index", + "value": { + "@type": "Int", + "value": 253 + } + }, + { + "@type": "AnnotationData", + "@id": "C35EE53C4C", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 253 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "79EFEFEF5F", + "key": "index", + "value": { + "@type": "Int", + "value": 254 + } + }, + { + "@type": "AnnotationData", + "@id": "0A00988BBF", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 254 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "5C530956CF", + "key": "index", + "value": { + "@type": "Int", + "value": 255 + } + }, + { + "@type": "AnnotationData", + "@id": "96BCA64C1F", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 255 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "68BBCB81BC", + "key": "index", + "value": { + "@type": "Int", + "value": 256 + } + }, + { + "@type": "AnnotationData", + "@id": "CCC99F20DD", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 256 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "D5EE4759A9", + "key": "index", + "value": { + "@type": "Int", + "value": 257 + } + }, + { + "@type": "AnnotationData", + "@id": "3277F444AE", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 257 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "00CE915EE8", + "key": "index", + "value": { + "@type": "Int", + "value": 258 + } + }, + { + "@type": "AnnotationData", + "@id": "2B299E9F28", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 258 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "9DC9EEC9CF", + "key": "index", + "value": { + "@type": "Int", + "value": 259 + } + }, + { + "@type": "AnnotationData", + "@id": "A2ED911865", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 259 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "6C1C0BC68C", + "key": "index", + "value": { + "@type": "Int", + "value": 260 + } + }, + { + "@type": "AnnotationData", + "@id": "8CC684194C", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 260 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "BBBD2B8694", + "key": "index", + "value": { + "@type": "Int", + "value": 261 + } + }, + { + "@type": "AnnotationData", + "@id": "4BC8F6415F", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 261 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "B27BF4B499", + "key": "index", + "value": { + "@type": "Int", + "value": 262 + } + }, + { + "@type": "AnnotationData", + "@id": "4A9C0951AB", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 262 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "418B707531", + "key": "index", + "value": { + "@type": "Int", + "value": 263 + } + }, + { + "@type": "AnnotationData", + "@id": "349C32A28A", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 263 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "939F5520F0", + "key": "index", + "value": { + "@type": "Int", + "value": 264 + } + }, + { + "@type": "AnnotationData", + "@id": "7DA5219888", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 264 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "8CAA565EC6", + "key": "index", + "value": { + "@type": "Int", + "value": 265 + } + }, + { + "@type": "AnnotationData", + "@id": "A73A632309", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 265 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "0130F44F40", + "key": "index", + "value": { + "@type": "Int", + "value": 266 + } + }, + { + "@type": "AnnotationData", + "@id": "8DFA756814", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 266 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "4B242E956E", + "key": "index", + "value": { + "@type": "Int", + "value": 267 + } + }, + { + "@type": "AnnotationData", + "@id": "1FE3822262", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 267 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "6BAB1BABE3", + "key": "index", + "value": { + "@type": "Int", + "value": 268 + } + }, + { + "@type": "AnnotationData", + "@id": "49B6319319", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 268 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "BB46B7483B", + "key": "index", + "value": { + "@type": "Int", + "value": 269 + } + }, + { + "@type": "AnnotationData", + "@id": "E1E46EF674", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 269 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "73E8FBCF40", + "key": "index", + "value": { + "@type": "Int", + "value": 270 + } + }, + { + "@type": "AnnotationData", + "@id": "032C050BB9", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 270 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "6088FD6F1C", + "key": "index", + "value": { + "@type": "Int", + "value": 271 + } + }, + { + "@type": "AnnotationData", + "@id": "DCDC6D11A1", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 271 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "FFDA14BF41", + "key": "index", + "value": { + "@type": "Int", + "value": 272 + } + }, + { + "@type": "AnnotationData", + "@id": "B0FB9DDA2A", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 272 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "D866064677", + "key": "index", + "value": { + "@type": "Int", + "value": 273 + } + }, + { + "@type": "AnnotationData", + "@id": "44BFC4B991", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 273 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "99B839B999", + "key": "index", + "value": { + "@type": "Int", + "value": 274 + } + }, + { + "@type": "AnnotationData", + "@id": "4119F34041", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 274 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "5555E6D159", + "key": "index", + "value": { + "@type": "Int", + "value": 275 + } + }, + { + "@type": "AnnotationData", + "@id": "C6C14C72D9", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 275 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "8C3C973887", + "key": "index", + "value": { + "@type": "Int", + "value": 276 + } + }, + { + "@type": "AnnotationData", + "@id": "379A44C869", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 276 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "CB0CC4CEC4", + "key": "index", + "value": { + "@type": "Int", + "value": 277 + } + }, + { + "@type": "AnnotationData", + "@id": "591EE9DD77", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 277 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "DD61DD98E5", + "key": "index", + "value": { + "@type": "Int", + "value": 278 + } + }, + { + "@type": "AnnotationData", + "@id": "577B775781", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 278 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "04985801C3", + "key": "index", + "value": { + "@type": "Int", + "value": 279 + } + }, + { + "@type": "AnnotationData", + "@id": "C03AE41456", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 279 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "383B7E77A5", + "key": "index", + "value": { + "@type": "Int", + "value": 280 + } + }, + { + "@type": "AnnotationData", + "@id": "4817594A34", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 280 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "8648E5D8A2", + "key": "index", + "value": { + "@type": "Int", + "value": 281 + } + }, + { + "@type": "AnnotationData", + "@id": "FE54D299DF", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 281 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "ADF062007E", + "key": "index", + "value": { + "@type": "Int", + "value": 282 + } + }, + { + "@type": "AnnotationData", + "@id": "4D86EEBEE7", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 282 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "08A2A5EE54", + "key": "index", + "value": { + "@type": "Int", + "value": 283 + } + }, + { + "@type": "AnnotationData", + "@id": "9A4A98ACEB", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 283 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "93FF984449", + "key": "index", + "value": { + "@type": "Int", + "value": 284 + } + }, + { + "@type": "AnnotationData", + "@id": "186D474C0D", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 284 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "090587546E", + "key": "index", + "value": { + "@type": "Int", + "value": 285 + } + }, + { + "@type": "AnnotationData", + "@id": "B3BE1AA810", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 285 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "DE255F8BF8", + "key": "index", + "value": { + "@type": "Int", + "value": 286 + } + }, + { + "@type": "AnnotationData", + "@id": "36468532E4", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 286 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "8EAFE2A682", + "key": "index", + "value": { + "@type": "Int", + "value": 287 + } + }, + { + "@type": "AnnotationData", + "@id": "743D228123", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 287 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "51F10BFF1A", + "key": "index", + "value": { + "@type": "Int", + "value": 288 + } + }, + { + "@type": "AnnotationData", + "@id": "BA44B3ABB4", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 288 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "4AABBFA76F", + "key": "index", + "value": { + "@type": "Int", + "value": 289 + } + }, + { + "@type": "AnnotationData", + "@id": "EFAEE8585D", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 289 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "6D80C00711", + "key": "index", + "value": { + "@type": "Int", + "value": 290 + } + }, + { + "@type": "AnnotationData", + "@id": "DDDC616FD2", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 290 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "FE9499C424", + "key": "index", + "value": { + "@type": "Int", + "value": 291 + } + }, + { + "@type": "AnnotationData", + "@id": "5EFC506014", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 291 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "E10904C33C", + "key": "index", + "value": { + "@type": "Int", + "value": 292 + } + }, + { + "@type": "AnnotationData", + "@id": "F747B4E77F", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 292 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "B0744C320C", + "key": "index", + "value": { + "@type": "Int", + "value": 293 + } + }, + { + "@type": "AnnotationData", + "@id": "0DC9D9E977", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 293 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "F05DE55348", + "key": "index", + "value": { + "@type": "Int", + "value": 294 + } + }, + { + "@type": "AnnotationData", + "@id": "CBC2C5604A", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 294 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "8016550BEF", + "key": "index", + "value": { + "@type": "Int", + "value": 295 + } + }, + { + "@type": "AnnotationData", + "@id": "4CC0982461", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 295 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "ACC63224D0", + "key": "index", + "value": { + "@type": "Int", + "value": 296 + } + }, + { + "@type": "AnnotationData", + "@id": "E9B9E982B2", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 296 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "B385AB494C", + "key": "index", + "value": { + "@type": "Int", + "value": 297 + } + }, + { + "@type": "AnnotationData", + "@id": "A2CBC589D9", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 297 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "9A173612EA", + "key": "index", + "value": { + "@type": "Int", + "value": 298 + } + }, + { + "@type": "AnnotationData", + "@id": "A3B40938C0", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 298 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "6E16E7A436", + "key": "index", + "value": { + "@type": "Int", + "value": 299 + } + }, + { + "@type": "AnnotationData", + "@id": "C17389A98B", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 299 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "5EB94802CE", + "key": "index", + "value": { + "@type": "Int", + "value": 300 + } + }, + { + "@type": "AnnotationData", + "@id": "25635B5BE5", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 300 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "4598915D3C", + "key": "index", + "value": { + "@type": "Int", + "value": 301 + } + }, + { + "@type": "AnnotationData", + "@id": "5DD8C45141", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 301 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "4448CC4494", + "key": "index", + "value": { + "@type": "Int", + "value": 302 + } + }, + { + "@type": "AnnotationData", + "@id": "F7A0839509", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 302 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "46660F6077", + "key": "index", + "value": { + "@type": "Int", + "value": 303 + } + }, + { + "@type": "AnnotationData", + "@id": "A827FF8F43", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 303 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "4E7E62AEBD", + "key": "index", + "value": { + "@type": "Int", + "value": 304 + } + }, + { + "@type": "AnnotationData", + "@id": "D4A4438331", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 304 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "3CD7DC1987", + "key": "index", + "value": { + "@type": "Int", + "value": 305 + } + }, + { + "@type": "AnnotationData", + "@id": "46D4BE6B04", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 305 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "9B444909A2", + "key": "index", + "value": { + "@type": "Int", + "value": 306 + } + }, + { + "@type": "AnnotationData", + "@id": "499F7DE78A", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 306 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "945B9293AA", + "key": "index", + "value": { + "@type": "Int", + "value": 307 + } + }, + { + "@type": "AnnotationData", + "@id": "F707080147", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 307 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "EBD85311CC", + "key": "index", + "value": { + "@type": "Int", + "value": 308 + } + }, + { + "@type": "AnnotationData", + "@id": "42551F5E61", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 308 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "E8CA9BCF3B", + "key": "index", + "value": { + "@type": "Int", + "value": 309 + } + }, + { + "@type": "AnnotationData", + "@id": "59447FFF04", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 309 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "923263558A", + "key": "index", + "value": { + "@type": "Int", + "value": 310 + } + }, + { + "@type": "AnnotationData", + "@id": "94E8EB5AB7", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 310 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "38874491D9", + "key": "index", + "value": { + "@type": "Int", + "value": 311 + } + }, + { + "@type": "AnnotationData", + "@id": "B6D9E86DD5", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 311 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "79199F827C", + "key": "index", + "value": { + "@type": "Int", + "value": 312 + } + }, + { + "@type": "AnnotationData", + "@id": "031C5C3A77", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 312 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "3A3C0B7AF2", + "key": "index", + "value": { + "@type": "Int", + "value": 313 + } + }, + { + "@type": "AnnotationData", + "@id": "DD90C48562", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 313 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "13137A0BB8", + "key": "index", + "value": { + "@type": "Int", + "value": 314 + } + }, + { + "@type": "AnnotationData", + "@id": "62B2B29652", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 314 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "0E53A044FB", + "key": "index", + "value": { + "@type": "Int", + "value": 315 + } + }, + { + "@type": "AnnotationData", + "@id": "F0B1B6B026", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 315 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "C37EDF45F9", + "key": "index", + "value": { + "@type": "Int", + "value": 316 + } + }, + { + "@type": "AnnotationData", + "@id": "8F417D5918", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 316 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "C33619F413", + "key": "index", + "value": { + "@type": "Int", + "value": 317 + } + }, + { + "@type": "AnnotationData", + "@id": "42C44D4C49", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 317 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "34423126D1", + "key": "index", + "value": { + "@type": "Int", + "value": 318 + } + }, + { + "@type": "AnnotationData", + "@id": "A7357DAD57", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 318 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "E7EE856AE9", + "key": "index", + "value": { + "@type": "Int", + "value": 319 + } + }, + { + "@type": "AnnotationData", + "@id": "7F88AECCAA", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 319 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "C44CC484AC", + "key": "index", + "value": { + "@type": "Int", + "value": 320 + } + }, + { + "@type": "AnnotationData", + "@id": "B47F90707B", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 320 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "5E0E52F2D2", + "key": "index", + "value": { + "@type": "Int", + "value": 321 + } + }, + { + "@type": "AnnotationData", + "@id": "E11A617B75", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 321 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "CA51E3C524", + "key": "index", + "value": { + "@type": "Int", + "value": 322 + } + }, + { + "@type": "AnnotationData", + "@id": "91589B5495", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 322 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "AA84E436DC", + "key": "index", + "value": { + "@type": "Int", + "value": 323 + } + }, + { + "@type": "AnnotationData", + "@id": "99E5573B0A", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 323 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "B49F2F843D", + "key": "index", + "value": { + "@type": "Int", + "value": 324 + } + }, + { + "@type": "AnnotationData", + "@id": "34114B7118", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 324 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "5FB8B3AF38", + "key": "index", + "value": { + "@type": "Int", + "value": 325 + } + }, + { + "@type": "AnnotationData", + "@id": "8448EEAA07", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 325 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "50A1336E10", + "key": "index", + "value": { + "@type": "Int", + "value": 326 + } + }, + { + "@type": "AnnotationData", + "@id": "8986B1623B", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 326 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "666BA646D4", + "key": "index", + "value": { + "@type": "Int", + "value": 327 + } + }, + { + "@type": "AnnotationData", + "@id": "C4DA18ECAD", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 327 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "41A6A8DDAE", + "key": "index", + "value": { + "@type": "Int", + "value": 328 + } + }, + { + "@type": "AnnotationData", + "@id": "D3CFC04588", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 328 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "8A00D0A2FD", + "key": "index", + "value": { + "@type": "Int", + "value": 329 + } + }, + { + "@type": "AnnotationData", + "@id": "4B8C881816", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 329 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "65A54E0A77", + "key": "index", + "value": { + "@type": "Int", + "value": 330 + } + }, + { + "@type": "AnnotationData", + "@id": "1B91CC21E3", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 330 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "664E881C53", + "key": "index", + "value": { + "@type": "Int", + "value": 331 + } + }, + { + "@type": "AnnotationData", + "@id": "7878E4EE5A", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 331 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "4ADC2BF0CF", + "key": "index", + "value": { + "@type": "Int", + "value": 332 + } + }, + { + "@type": "AnnotationData", + "@id": "FF9FA2A1ED", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 332 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "755EDD4B71", + "key": "index", + "value": { + "@type": "Int", + "value": 333 + } + }, + { + "@type": "AnnotationData", + "@id": "91DB043E1B", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 333 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "0F7AAFB7A4", + "key": "index", + "value": { + "@type": "Int", + "value": 334 + } + }, + { + "@type": "AnnotationData", + "@id": "22417B5FE5", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 334 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "A9844F49BF", + "key": "index", + "value": { + "@type": "Int", + "value": 335 + } + }, + { + "@type": "AnnotationData", + "@id": "E3EC55CFFF", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 335 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "2445BC5144", + "key": "index", + "value": { + "@type": "Int", + "value": 336 + } + }, + { + "@type": "AnnotationData", + "@id": "09767353A5", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 336 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "92F06994CE", + "key": "index", + "value": { + "@type": "Int", + "value": 337 + } + }, + { + "@type": "AnnotationData", + "@id": "56A09356D4", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 337 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "44B110A701", + "key": "index", + "value": { + "@type": "Int", + "value": 338 + } + }, + { + "@type": "AnnotationData", + "@id": "9A2610211B", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 338 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "87A771ED1D", + "key": "index", + "value": { + "@type": "Int", + "value": 339 + } + }, + { + "@type": "AnnotationData", + "@id": "3F540B808F", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 339 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "6C32E6CC8D", + "key": "index", + "value": { + "@type": "Int", + "value": 340 + } + }, + { + "@type": "AnnotationData", + "@id": "0FE57A82AA", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 340 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "D88B191A87", + "key": "index", + "value": { + "@type": "Int", + "value": 341 + } + }, + { + "@type": "AnnotationData", + "@id": "AA3D03FE8A", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 341 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "F23C54282E", + "key": "index", + "value": { + "@type": "Int", + "value": 342 + } + }, + { + "@type": "AnnotationData", + "@id": "1BF9E6348C", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 342 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "AECA404300", + "key": "index", + "value": { + "@type": "Int", + "value": 343 + } + }, + { + "@type": "AnnotationData", + "@id": "0676AA34CA", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 343 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "3E6731344A", + "key": "index", + "value": { + "@type": "Int", + "value": 344 + } + }, + { + "@type": "AnnotationData", + "@id": "6944E36B4A", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 344 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "B8BDAB6C23", + "key": "index", + "value": { + "@type": "Int", + "value": 345 + } + }, + { + "@type": "AnnotationData", + "@id": "8DDA055750", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 345 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "643A0F0FF4", + "key": "index", + "value": { + "@type": "Int", + "value": 346 + } + }, + { + "@type": "AnnotationData", + "@id": "85F31FB85F", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 346 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "E1F1F3109F", + "key": "index", + "value": { + "@type": "Int", + "value": 347 + } + }, + { + "@type": "AnnotationData", + "@id": "483958FBF4", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 347 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "8481141047", + "key": "index", + "value": { + "@type": "Int", + "value": 348 + } + }, + { + "@type": "AnnotationData", + "@id": "F425B2154E", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 348 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "8AA8848C28", + "key": "index", + "value": { + "@type": "Int", + "value": 349 + } + }, + { + "@type": "AnnotationData", + "@id": "F685CD889B", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 349 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "0D3F637928", + "key": "index", + "value": { + "@type": "Int", + "value": 350 + } + }, + { + "@type": "AnnotationData", + "@id": "061AAAB488", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 350 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "66D22B236B", + "key": "index", + "value": { + "@type": "Int", + "value": 351 + } + }, + { + "@type": "AnnotationData", + "@id": "B666403396", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 351 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "0EBC50E4C4", + "key": "index", + "value": { + "@type": "Int", + "value": 352 + } + }, + { + "@type": "AnnotationData", + "@id": "77D492D88E", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 352 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "89B3BDB4B2", + "key": "index", + "value": { + "@type": "Int", + "value": 353 + } + }, + { + "@type": "AnnotationData", + "@id": "EEBAFA8EA4", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 353 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "8117E33D8B", + "key": "index", + "value": { + "@type": "Int", + "value": 354 + } + }, + { + "@type": "AnnotationData", + "@id": "B1B3D00613", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 354 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "60256D8089", + "key": "index", + "value": { + "@type": "Int", + "value": 355 + } + }, + { + "@type": "AnnotationData", + "@id": "22A2FFFC5D", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 355 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "2323BBE1E2", + "key": "index", + "value": { + "@type": "Int", + "value": 356 + } + }, + { + "@type": "AnnotationData", + "@id": "343D4888BE", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 356 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "0443D7E7F6", + "key": "index", + "value": { + "@type": "Int", + "value": 357 + } + }, + { + "@type": "AnnotationData", + "@id": "45E9728367", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 357 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "B54EEEAEEA", + "key": "index", + "value": { + "@type": "Int", + "value": 358 + } + }, + { + "@type": "AnnotationData", + "@id": "7BB27BA725", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 358 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "CCA9BCCCAA", + "key": "index", + "value": { + "@type": "Int", + "value": 359 + } + }, + { + "@type": "AnnotationData", + "@id": "4C48208434", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 359 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "3DE2D53394", + "key": "index", + "value": { + "@type": "Int", + "value": 360 + } + }, + { + "@type": "AnnotationData", + "@id": "6D9F847CFD", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 360 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "DE48BBEBBB", + "key": "index", + "value": { + "@type": "Int", + "value": 361 + } + }, + { + "@type": "AnnotationData", + "@id": "E98912BF22", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 361 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "D9D13D40FB", + "key": "index", + "value": { + "@type": "Int", + "value": 362 + } + }, + { + "@type": "AnnotationData", + "@id": "758508447C", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 362 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "8413888488", + "key": "index", + "value": { + "@type": "Int", + "value": 363 + } + }, + { + "@type": "AnnotationData", + "@id": "40B03B613A", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 363 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "08A7997F0E", + "key": "index", + "value": { + "@type": "Int", + "value": 364 + } + }, + { + "@type": "AnnotationData", + "@id": "5211F17996", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 364 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "78BEAE647E", + "key": "index", + "value": { + "@type": "Int", + "value": 365 + } + }, + { + "@type": "AnnotationData", + "@id": "F811DFBE88", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 365 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "2788775459", + "key": "index", + "value": { + "@type": "Int", + "value": 366 + } + }, + { + "@type": "AnnotationData", + "@id": "DD25771D71", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 366 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "0E150C1008", + "key": "index", + "value": { + "@type": "Int", + "value": 367 + } + }, + { + "@type": "AnnotationData", + "@id": "AB4C5A50AD", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 367 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "07003E670F", + "key": "index", + "value": { + "@type": "Int", + "value": 368 + } + }, + { + "@type": "AnnotationData", + "@id": "949ACEE7F7", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 368 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "34D3DF7D7F", + "key": "index", + "value": { + "@type": "Int", + "value": 369 + } + }, + { + "@type": "AnnotationData", + "@id": "6BADB66AAA", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 369 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "17D9172E42", + "key": "index", + "value": { + "@type": "Int", + "value": 370 + } + }, + { + "@type": "AnnotationData", + "@id": "432EEECDE4", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 370 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "D144D62624", + "key": "index", + "value": { + "@type": "Int", + "value": 371 + } + }, + { + "@type": "AnnotationData", + "@id": "49BCCACA42", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 371 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "DB422782ED", + "key": "index", + "value": { + "@type": "Int", + "value": 372 + } + }, + { + "@type": "AnnotationData", + "@id": "DCEADDA64A", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 372 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "06E9E5E4CD", + "key": "index", + "value": { + "@type": "Int", + "value": 373 + } + }, + { + "@type": "AnnotationData", + "@id": "DC9ECBDBEB", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 373 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "6B3CF853A6", + "key": "index", + "value": { + "@type": "Int", + "value": 374 + } + }, + { + "@type": "AnnotationData", + "@id": "849B9AA414", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 374 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "D68FF6FEA3", + "key": "index", + "value": { + "@type": "Int", + "value": 375 + } + }, + { + "@type": "AnnotationData", + "@id": "9DDA5AAC8A", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 375 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "C37C54430A", + "key": "index", + "value": { + "@type": "Int", + "value": 376 + } + }, + { + "@type": "AnnotationData", + "@id": "53E4E4B43A", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 376 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "2116976221", + "key": "index", + "value": { + "@type": "Int", + "value": 377 + } + }, + { + "@type": "AnnotationData", + "@id": "28CCAC51F4", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 377 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "EA00BA0AF0", + "key": "index", + "value": { + "@type": "Int", + "value": 378 + } + }, + { + "@type": "AnnotationData", + "@id": "72003DCC02", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 378 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "12DCE72230", + "key": "index", + "value": { + "@type": "Int", + "value": 379 + } + }, + { + "@type": "AnnotationData", + "@id": "FA0BC01C02", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 379 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "6229106D04", + "key": "index", + "value": { + "@type": "Int", + "value": 380 + } + }, + { + "@type": "AnnotationData", + "@id": "4AFE8021B1", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 380 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "3683A7D696", + "key": "index", + "value": { + "@type": "Int", + "value": 381 + } + }, + { + "@type": "AnnotationData", + "@id": "F77749491C", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 381 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "4213435111", + "key": "index", + "value": { + "@type": "Int", + "value": 382 + } + }, + { + "@type": "AnnotationData", + "@id": "3A435D55FD", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 382 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "8C41FBE4DE", + "key": "index", + "value": { + "@type": "Int", + "value": 383 + } + }, + { + "@type": "AnnotationData", + "@id": "AF0BC4DFE5", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 383 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "2EA8E81CA5", + "key": "index", + "value": { + "@type": "Int", + "value": 384 + } + }, + { + "@type": "AnnotationData", + "@id": "C8A5449AF3", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 384 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "69077B483B", + "key": "index", + "value": { + "@type": "Int", + "value": 385 + } + }, + { + "@type": "AnnotationData", + "@id": "6FC872278B", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 385 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "894284BEDC", + "key": "index", + "value": { + "@type": "Int", + "value": 386 + } + }, + { + "@type": "AnnotationData", + "@id": "EE41464FC1", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 386 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "6A1B9CA18A", + "key": "index", + "value": { + "@type": "Int", + "value": 387 + } + }, + { + "@type": "AnnotationData", + "@id": "B18D608D4D", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 387 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "B8F7E4A070", + "key": "index", + "value": { + "@type": "Int", + "value": 388 + } + }, + { + "@type": "AnnotationData", + "@id": "458549244B", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 388 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "0A55759B55", + "key": "index", + "value": { + "@type": "Int", + "value": 389 + } + }, + { + "@type": "AnnotationData", + "@id": "423750EA6E", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 389 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "E8C1C6714D", + "key": "index", + "value": { + "@type": "Int", + "value": 390 + } + }, + { + "@type": "AnnotationData", + "@id": "17D18DCAC8", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 390 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "B8A778211B", + "key": "index", + "value": { + "@type": "Int", + "value": 391 + } + }, + { + "@type": "AnnotationData", + "@id": "F8722D77DC", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 391 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "EA8138BE60", + "key": "index", + "value": { + "@type": "Int", + "value": 392 + } + }, + { + "@type": "AnnotationData", + "@id": "C504AF511F", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 392 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "E116EF78C8", + "key": "index", + "value": { + "@type": "Int", + "value": 393 + } + }, + { + "@type": "AnnotationData", + "@id": "03BB219501", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 393 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "F717240281", + "key": "index", + "value": { + "@type": "Int", + "value": 394 + } + }, + { + "@type": "AnnotationData", + "@id": "B4A200BFB0", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 394 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "2EDAF2F003", + "key": "index", + "value": { + "@type": "Int", + "value": 395 + } + }, + { + "@type": "AnnotationData", + "@id": "CA644DEA49", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 395 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "23FFB2F441", + "key": "index", + "value": { + "@type": "Int", + "value": 396 + } + }, + { + "@type": "AnnotationData", + "@id": "FD862F4163", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 396 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "01FA464841", + "key": "index", + "value": { + "@type": "Int", + "value": 397 + } + }, + { + "@type": "AnnotationData", + "@id": "C88F7E0C43", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 397 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "323B075E70", + "key": "index", + "value": { + "@type": "Int", + "value": 398 + } + }, + { + "@type": "AnnotationData", + "@id": "518C888304", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 398 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "2B21393363", + "key": "index", + "value": { + "@type": "Int", + "value": 399 + } + }, + { + "@type": "AnnotationData", + "@id": "0EA3466146", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 399 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "97CBC43C93", + "key": "index", + "value": { + "@type": "Int", + "value": 400 + } + }, + { + "@type": "AnnotationData", + "@id": "A3F2443B41", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 400 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "1210916B0F", + "key": "index", + "value": { + "@type": "Int", + "value": 401 + } + }, + { + "@type": "AnnotationData", + "@id": "39B5553A15", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 401 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "FF300BC968", + "key": "index", + "value": { + "@type": "Int", + "value": 402 + } + }, + { + "@type": "AnnotationData", + "@id": "79DA0DEB75", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 402 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "5DB7B52103", + "key": "index", + "value": { + "@type": "Int", + "value": 403 + } + }, + { + "@type": "AnnotationData", + "@id": "687A801500", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 403 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "C6A8CAD699", + "key": "index", + "value": { + "@type": "Int", + "value": 404 + } + }, + { + "@type": "AnnotationData", + "@id": "F3DF8DA15A", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 404 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "A5FA2A7151", + "key": "index", + "value": { + "@type": "Int", + "value": 405 + } + }, + { + "@type": "AnnotationData", + "@id": "9913ACC843", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 405 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "549EA9259B", + "key": "index", + "value": { + "@type": "Int", + "value": 406 + } + }, + { + "@type": "AnnotationData", + "@id": "E528911EB8", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 406 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "E4F6CE6629", + "key": "index", + "value": { + "@type": "Int", + "value": 407 + } + }, + { + "@type": "AnnotationData", + "@id": "5D7ED75440", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 407 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "B57CB83997", + "key": "index", + "value": { + "@type": "Int", + "value": 408 + } + }, + { + "@type": "AnnotationData", + "@id": "E742EE37FE", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 408 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "5952D26C1D", + "key": "index", + "value": { + "@type": "Int", + "value": 409 + } + }, + { + "@type": "AnnotationData", + "@id": "78022B9CBD", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 409 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "3846E38C88", + "key": "index", + "value": { + "@type": "Int", + "value": 410 + } + }, + { + "@type": "AnnotationData", + "@id": "3AF37434AB", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 410 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "D3DF45675F", + "key": "index", + "value": { + "@type": "Int", + "value": 411 + } + }, + { + "@type": "AnnotationData", + "@id": "7247C72846", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 411 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "212E4803D3", + "key": "index", + "value": { + "@type": "Int", + "value": 412 + } + }, + { + "@type": "AnnotationData", + "@id": "CD6672A21F", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 412 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "F0060B4B0D", + "key": "index", + "value": { + "@type": "Int", + "value": 413 + } + }, + { + "@type": "AnnotationData", + "@id": "1A5AE2FF0F", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 413 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "95F9A75939", + "key": "index", + "value": { + "@type": "Int", + "value": 414 + } + }, + { + "@type": "AnnotationData", + "@id": "A3AAD7A5DB", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 414 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "9C93E23939", + "key": "index", + "value": { + "@type": "Int", + "value": 415 + } + }, + { + "@type": "AnnotationData", + "@id": "AAA0B8A2AA", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 415 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "2FA2BBA993", + "key": "index", + "value": { + "@type": "Int", + "value": 416 + } + }, + { + "@type": "AnnotationData", + "@id": "2EB299D4D4", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 416 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "49872328E3", + "key": "index", + "value": { + "@type": "Int", + "value": 417 + } + }, + { + "@type": "AnnotationData", + "@id": "EEE0EEE78D", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 417 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "5547B17416", + "key": "index", + "value": { + "@type": "Int", + "value": 418 + } + }, + { + "@type": "AnnotationData", + "@id": "A8B14C688A", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 418 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "4B635B254C", + "key": "index", + "value": { + "@type": "Int", + "value": 419 + } + }, + { + "@type": "AnnotationData", + "@id": "43DD47404D", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 419 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "D251B7626A", + "key": "index", + "value": { + "@type": "Int", + "value": 420 + } + }, + { + "@type": "AnnotationData", + "@id": "B100AF1956", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 420 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "A0A32455B3", + "key": "index", + "value": { + "@type": "Int", + "value": 421 + } + }, + { + "@type": "AnnotationData", + "@id": "8B6FB6D8F3", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 421 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "B2C5BA252E", + "key": "index", + "value": { + "@type": "Int", + "value": 422 + } + }, + { + "@type": "AnnotationData", + "@id": "45655E2282", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 422 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "BFE6CBC6AE", + "key": "index", + "value": { + "@type": "Int", + "value": 423 + } + }, + { + "@type": "AnnotationData", + "@id": "9F56707090", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 423 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "0B24522133", + "key": "index", + "value": { + "@type": "Int", + "value": 424 + } + }, + { + "@type": "AnnotationData", + "@id": "89ECBF658B", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 424 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "E16F0D3C44", + "key": "index", + "value": { + "@type": "Int", + "value": 425 + } + }, + { + "@type": "AnnotationData", + "@id": "CF8515CFFC", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 425 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "444ADCB422", + "key": "index", + "value": { + "@type": "Int", + "value": 426 + } + }, + { + "@type": "AnnotationData", + "@id": "C18E558AAE", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 426 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "80CFD6EA57", + "key": "index", + "value": { + "@type": "Int", + "value": 427 + } + }, + { + "@type": "AnnotationData", + "@id": "2EE3D20744", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 427 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "CFD3041F89", + "key": "index", + "value": { + "@type": "Int", + "value": 428 + } + }, + { + "@type": "AnnotationData", + "@id": "334BA684F3", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 428 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "1119608750", + "key": "index", + "value": { + "@type": "Int", + "value": 429 + } + }, + { + "@type": "AnnotationData", + "@id": "6C3CA82F60", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 429 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "C1B760CCEA", + "key": "index", + "value": { + "@type": "Int", + "value": 430 + } + }, + { + "@type": "AnnotationData", + "@id": "1FF1763BAC", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 430 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "E6636C8D1E", + "key": "index", + "value": { + "@type": "Int", + "value": 431 + } + }, + { + "@type": "AnnotationData", + "@id": "470C73F750", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 431 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "B5AA22669C", + "key": "index", + "value": { + "@type": "Int", + "value": 432 + } + }, + { + "@type": "AnnotationData", + "@id": "7E0042E82E", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 432 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "9F324DD43A", + "key": "index", + "value": { + "@type": "Int", + "value": 433 + } + }, + { + "@type": "AnnotationData", + "@id": "69819540A9", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 433 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "AD44212782", + "key": "index", + "value": { + "@type": "Int", + "value": 434 + } + }, + { + "@type": "AnnotationData", + "@id": "080B0BBB4F", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 434 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "38C17D87C0", + "key": "index", + "value": { + "@type": "Int", + "value": 435 + } + }, + { + "@type": "AnnotationData", + "@id": "6AD6D887FF", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 435 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "EDA9EACAEA", + "key": "index", + "value": { + "@type": "Int", + "value": 436 + } + }, + { + "@type": "AnnotationData", + "@id": "DDDDE31DDF", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 436 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "9A67934431", + "key": "index", + "value": { + "@type": "Int", + "value": 437 + } + }, + { + "@type": "AnnotationData", + "@id": "FF2EAEBBEA", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 437 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "F03BD44AFD", + "key": "index", + "value": { + "@type": "Int", + "value": 438 + } + }, + { + "@type": "AnnotationData", + "@id": "8790F40AB0", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 438 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "7C5EFEC549", + "key": "index", + "value": { + "@type": "Int", + "value": 439 + } + }, + { + "@type": "AnnotationData", + "@id": "3C23240E26", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 439 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "4766893C6A", + "key": "index", + "value": { + "@type": "Int", + "value": 440 + } + }, + { + "@type": "AnnotationData", + "@id": "D242A482A6", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 440 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "E7166E4700", + "key": "index", + "value": { + "@type": "Int", + "value": 441 + } + }, + { + "@type": "AnnotationData", + "@id": "88ACAB8A44", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 441 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "D59C9A8AEC", + "key": "index", + "value": { + "@type": "Int", + "value": 442 + } + }, + { + "@type": "AnnotationData", + "@id": "364BDC3E93", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 442 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "9B7A7B8BBB", + "key": "index", + "value": { + "@type": "Int", + "value": 443 + } + }, + { + "@type": "AnnotationData", + "@id": "F2009C4443", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 443 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "C9E4F46834", + "key": "index", + "value": { + "@type": "Int", + "value": 444 + } + }, + { + "@type": "AnnotationData", + "@id": "9A177371A9", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 444 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "337E4F694E", + "key": "index", + "value": { + "@type": "Int", + "value": 445 + } + }, + { + "@type": "AnnotationData", + "@id": "1AAAAD6599", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 445 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "BEF0FE096D", + "key": "index", + "value": { + "@type": "Int", + "value": 446 + } + }, + { + "@type": "AnnotationData", + "@id": "71F66F77F8", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 446 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "BC1205B677", + "key": "index", + "value": { + "@type": "Int", + "value": 447 + } + }, + { + "@type": "AnnotationData", + "@id": "82909C4354", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 447 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "7BCE7EB5D7", + "key": "index", + "value": { + "@type": "Int", + "value": 448 + } + }, + { + "@type": "AnnotationData", + "@id": "194C9FC49D", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 448 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "1A55EBBEFE", + "key": "index", + "value": { + "@type": "Int", + "value": 449 + } + }, + { + "@type": "AnnotationData", + "@id": "BDDA58D50E", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 449 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "15481527DD", + "key": "index", + "value": { + "@type": "Int", + "value": 450 + } + }, + { + "@type": "AnnotationData", + "@id": "6AC6C22C9C", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 450 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "1AC72425E1", + "key": "index", + "value": { + "@type": "Int", + "value": 451 + } + }, + { + "@type": "AnnotationData", + "@id": "B02A854A54", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 451 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "90B233F758", + "key": "index", + "value": { + "@type": "Int", + "value": 452 + } + }, + { + "@type": "AnnotationData", + "@id": "40D0E13210", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 452 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "98943EECC3", + "key": "index", + "value": { + "@type": "Int", + "value": 453 + } + }, + { + "@type": "AnnotationData", + "@id": "1AB4983998", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 453 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "DAD74EC5CA", + "key": "index", + "value": { + "@type": "Int", + "value": 454 + } + }, + { + "@type": "AnnotationData", + "@id": "664B6631C9", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 454 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "CF298AD408", + "key": "index", + "value": { + "@type": "Int", + "value": 455 + } + }, + { + "@type": "AnnotationData", + "@id": "E8686E8DEA", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 455 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "411C973157", + "key": "index", + "value": { + "@type": "Int", + "value": 456 + } + }, + { + "@type": "AnnotationData", + "@id": "E1BA5862EA", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 456 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "D67EE06729", + "key": "index", + "value": { + "@type": "Int", + "value": 457 + } + }, + { + "@type": "AnnotationData", + "@id": "BDB681DFEE", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 457 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "6B7553ED02", + "key": "index", + "value": { + "@type": "Int", + "value": 458 + } + }, + { + "@type": "AnnotationData", + "@id": "F56891B71B", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 458 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "24244282F4", + "key": "index", + "value": { + "@type": "Int", + "value": 459 + } + }, + { + "@type": "AnnotationData", + "@id": "5FB9B14704", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 459 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "635066A846", + "key": "index", + "value": { + "@type": "Int", + "value": 460 + } + }, + { + "@type": "AnnotationData", + "@id": "98A8E8A842", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 460 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "889EEAA933", + "key": "index", + "value": { + "@type": "Int", + "value": 461 + } + }, + { + "@type": "AnnotationData", + "@id": "A5244242B7", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 461 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "AFDDAAFA07", + "key": "index", + "value": { + "@type": "Int", + "value": 462 + } + }, + { + "@type": "AnnotationData", + "@id": "1F2AA1164F", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 462 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "E678B40446", + "key": "index", + "value": { + "@type": "Int", + "value": 463 + } + }, + { + "@type": "AnnotationData", + "@id": "F1224D9443", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 463 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "D8F8F4F29B", + "key": "index", + "value": { + "@type": "Int", + "value": 464 + } + }, + { + "@type": "AnnotationData", + "@id": "26424BD5B3", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 464 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "AB0F373357", + "key": "index", + "value": { + "@type": "Int", + "value": 465 + } + }, + { + "@type": "AnnotationData", + "@id": "4B79B45478", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 465 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "14F69F3101", + "key": "index", + "value": { + "@type": "Int", + "value": 466 + } + }, + { + "@type": "AnnotationData", + "@id": "90D7394BF4", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 466 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "A9212DB452", + "key": "index", + "value": { + "@type": "Int", + "value": 467 + } + }, + { + "@type": "AnnotationData", + "@id": "D1B1C7817E", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 467 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "C9C79DACDA", + "key": "index", + "value": { + "@type": "Int", + "value": 468 + } + }, + { + "@type": "AnnotationData", + "@id": "438446D153", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 468 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "121CE8CCD4", + "key": "index", + "value": { + "@type": "Int", + "value": 469 + } + }, + { + "@type": "AnnotationData", + "@id": "408D83814F", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 469 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "F93C8F592E", + "key": "index", + "value": { + "@type": "Int", + "value": 470 + } + }, + { + "@type": "AnnotationData", + "@id": "96DBC069BA", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 470 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "259551318A", + "key": "index", + "value": { + "@type": "Int", + "value": 471 + } + }, + { + "@type": "AnnotationData", + "@id": "45CBF4AC44", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 471 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "9E489A3430", + "key": "index", + "value": { + "@type": "Int", + "value": 472 + } + }, + { + "@type": "AnnotationData", + "@id": "2B17684DA4", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 472 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "63074331D0", + "key": "index", + "value": { + "@type": "Int", + "value": 473 + } + }, + { + "@type": "AnnotationData", + "@id": "404E454018", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 473 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "ACCA3312C7", + "key": "index", + "value": { + "@type": "Int", + "value": 474 + } + }, + { + "@type": "AnnotationData", + "@id": "F8B103DA68", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 474 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "C83A637FEB", + "key": "index", + "value": { + "@type": "Int", + "value": 475 + } + }, + { + "@type": "AnnotationData", + "@id": "899E992384", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 475 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "AAAAA616FE", + "key": "index", + "value": { + "@type": "Int", + "value": 476 + } + }, + { + "@type": "AnnotationData", + "@id": "75FD566E55", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 476 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "4C1A126A61", + "key": "index", + "value": { + "@type": "Int", + "value": 477 + } + }, + { + "@type": "AnnotationData", + "@id": "865461FF09", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 477 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "BC25F5BBCB", + "key": "index", + "value": { + "@type": "Int", + "value": 478 + } + }, + { + "@type": "AnnotationData", + "@id": "280C61A4A0", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 478 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "35394752AD", + "key": "index", + "value": { + "@type": "Int", + "value": 479 + } + }, + { + "@type": "AnnotationData", + "@id": "46D6837637", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 479 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "44ECBE6EE4", + "key": "index", + "value": { + "@type": "Int", + "value": 480 + } + }, + { + "@type": "AnnotationData", + "@id": "8A9E097A99", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 480 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "DC2D2A098A", + "key": "index", + "value": { + "@type": "Int", + "value": 481 + } + }, + { + "@type": "AnnotationData", + "@id": "A9BABF4149", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 481 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "4EC9099905", + "key": "index", + "value": { + "@type": "Int", + "value": 482 + } + }, + { + "@type": "AnnotationData", + "@id": "21D11CA57B", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 482 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "104E37E819", + "key": "index", + "value": { + "@type": "Int", + "value": 483 + } + }, + { + "@type": "AnnotationData", + "@id": "5CF9C27AAC", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 483 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "6E496B2B61", + "key": "index", + "value": { + "@type": "Int", + "value": 484 + } + }, + { + "@type": "AnnotationData", + "@id": "0FB6281C17", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 484 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "C660E63D7B", + "key": "index", + "value": { + "@type": "Int", + "value": 485 + } + }, + { + "@type": "AnnotationData", + "@id": "774D123D77", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 485 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "E3BD50DF20", + "key": "index", + "value": { + "@type": "Int", + "value": 486 + } + }, + { + "@type": "AnnotationData", + "@id": "B57552B284", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 486 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "1FF0B3F44A", + "key": "index", + "value": { + "@type": "Int", + "value": 487 + } + }, + { + "@type": "AnnotationData", + "@id": "C324833054", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 487 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "271A660D70", + "key": "index", + "value": { + "@type": "Int", + "value": 488 + } + }, + { + "@type": "AnnotationData", + "@id": "A44268740C", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 488 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "2D23821F77", + "key": "index", + "value": { + "@type": "Int", + "value": 489 + } + }, + { + "@type": "AnnotationData", + "@id": "9EFE28E644", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 489 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "B1BF92E89D", + "key": "index", + "value": { + "@type": "Int", + "value": 490 + } + }, + { + "@type": "AnnotationData", + "@id": "9E0F1FA940", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 490 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "428D488DC4", + "key": "index", + "value": { + "@type": "Int", + "value": 491 + } + }, + { + "@type": "AnnotationData", + "@id": "C4A64181D4", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 491 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "B333173813", + "key": "index", + "value": { + "@type": "Int", + "value": 492 + } + }, + { + "@type": "AnnotationData", + "@id": "1FB183B4D1", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 492 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "0AD067CFCC", + "key": "index", + "value": { + "@type": "Int", + "value": 493 + } + }, + { + "@type": "AnnotationData", + "@id": "366D58C48C", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 493 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "5775818818", + "key": "index", + "value": { + "@type": "Int", + "value": 494 + } + }, + { + "@type": "AnnotationData", + "@id": "E1B646A000", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 494 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "A4793A6B7D", + "key": "index", + "value": { + "@type": "Int", + "value": 495 + } + }, + { + "@type": "AnnotationData", + "@id": "61F7B119D1", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 495 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "B09A475A31", + "key": "index", + "value": { + "@type": "Int", + "value": 496 + } + }, + { + "@type": "AnnotationData", + "@id": "BC2BCBEEE9", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 496 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "81871152AF", + "key": "index", + "value": { + "@type": "Int", + "value": 497 + } + }, + { + "@type": "AnnotationData", + "@id": "4A54DDD9ED", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 497 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "262C71E4DB", + "key": "index", + "value": { + "@type": "Int", + "value": 498 + } + }, + { + "@type": "AnnotationData", + "@id": "4454A97649", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 498 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "A86028927A", + "key": "index", + "value": { + "@type": "Int", + "value": 499 + } + }, + { + "@type": "AnnotationData", + "@id": "A5D909D9F5", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 499 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "569E596985", + "key": "index", + "value": { + "@type": "Int", + "value": 500 + } + }, + { + "@type": "AnnotationData", + "@id": "B565540519", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 500 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "5167E5E4E4", + "key": "index", + "value": { + "@type": "Int", + "value": 501 + } + }, + { + "@type": "AnnotationData", + "@id": "4AA0CFAA20", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 501 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "80ABF4FCA9", + "key": "index", + "value": { + "@type": "Int", + "value": 502 + } + }, + { + "@type": "AnnotationData", + "@id": "29E2439444", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 502 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "D14AE3DC2B", + "key": "index", + "value": { + "@type": "Int", + "value": 503 + } + }, + { + "@type": "AnnotationData", + "@id": "CF7F7E7D08", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 503 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "0BA2185EA1", + "key": "index", + "value": { + "@type": "Int", + "value": 504 + } + }, + { + "@type": "AnnotationData", + "@id": "B5DCCFFF14", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 504 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "B5DAC40A19", + "key": "index", + "value": { + "@type": "Int", + "value": 505 + } + }, + { + "@type": "AnnotationData", + "@id": "ABA8E99C08", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 505 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "6DAAE73E3C", + "key": "index", + "value": { + "@type": "Int", + "value": 506 + } + }, + { + "@type": "AnnotationData", + "@id": "932A4D6949", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 506 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "05B5D88B4B", + "key": "index", + "value": { + "@type": "Int", + "value": 507 + } + }, + { + "@type": "AnnotationData", + "@id": "08110C1226", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 507 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "990BC96F95", + "key": "index", + "value": { + "@type": "Int", + "value": 508 + } + }, + { + "@type": "AnnotationData", + "@id": "0A30C73FA3", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 508 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "3CBB50BB70", + "key": "index", + "value": { + "@type": "Int", + "value": 509 + } + }, + { + "@type": "AnnotationData", + "@id": "81F60F3342", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 509 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "AFB54FAAB7", + "key": "index", + "value": { + "@type": "Int", + "value": 510 + } + }, + { + "@type": "AnnotationData", + "@id": "3ADDB17288", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 510 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "3925A8FFD0", + "key": "index", + "value": { + "@type": "Int", + "value": 511 + } + }, + { + "@type": "AnnotationData", + "@id": "DAC0C6D69A", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 511 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "6A50B955A7", + "key": "index", + "value": { + "@type": "Int", + "value": 512 + } + }, + { + "@type": "AnnotationData", + "@id": "45D5C4B44D", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 512 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "A4BAA93CB4", + "key": "index", + "value": { + "@type": "Int", + "value": 513 + } + }, + { + "@type": "AnnotationData", + "@id": "8712257D2F", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 513 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "797548A7BA", + "key": "index", + "value": { + "@type": "Int", + "value": 514 + } + }, + { + "@type": "AnnotationData", + "@id": "685C33CE87", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 514 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "ECFF771551", + "key": "index", + "value": { + "@type": "Int", + "value": 515 + } + }, + { + "@type": "AnnotationData", + "@id": "284C74160D", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 515 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "71F9A64037", + "key": "index", + "value": { + "@type": "Int", + "value": 516 + } + }, + { + "@type": "AnnotationData", + "@id": "41698B9194", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 516 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "1984A58908", + "key": "index", + "value": { + "@type": "Int", + "value": 517 + } + }, + { + "@type": "AnnotationData", + "@id": "B881F84970", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 517 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "B8FDDACFA9", + "key": "index", + "value": { + "@type": "Int", + "value": 518 + } + }, + { + "@type": "AnnotationData", + "@id": "58E5F13EED", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 518 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "C2FA7DCACA", + "key": "index", + "value": { + "@type": "Int", + "value": 519 + } + }, + { + "@type": "AnnotationData", + "@id": "AC0CC5FAEE", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 519 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "E819D1416F", + "key": "index", + "value": { + "@type": "Int", + "value": 520 + } + }, + { + "@type": "AnnotationData", + "@id": "0784BCA41C", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 520 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "6113A5FA57", + "key": "index", + "value": { + "@type": "Int", + "value": 521 + } + }, + { + "@type": "AnnotationData", + "@id": "621918E7DD", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 521 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "4CB5D62F87", + "key": "index", + "value": { + "@type": "Int", + "value": 522 + } + }, + { + "@type": "AnnotationData", + "@id": "DD664ED4DF", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 522 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "012E10BB09", + "key": "index", + "value": { + "@type": "Int", + "value": 523 + } + }, + { + "@type": "AnnotationData", + "@id": "407939C99B", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 523 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "980A5FCC22", + "key": "index", + "value": { + "@type": "Int", + "value": 524 + } + }, + { + "@type": "AnnotationData", + "@id": "614CC0376F", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 524 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "E5F046DD95", + "key": "index", + "value": { + "@type": "Int", + "value": 525 + } + }, + { + "@type": "AnnotationData", + "@id": "E8D48E5D84", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 525 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "888C9D548C", + "key": "index", + "value": { + "@type": "Int", + "value": 526 + } + }, + { + "@type": "AnnotationData", + "@id": "90D80A09C3", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 526 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "FDBC64CD1B", + "key": "index", + "value": { + "@type": "Int", + "value": 527 + } + }, + { + "@type": "AnnotationData", + "@id": "4520AD02DD", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 527 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "4A236B9F49", + "key": "index", + "value": { + "@type": "Int", + "value": 528 + } + }, + { + "@type": "AnnotationData", + "@id": "4A14AAD194", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 528 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "7ABDC9E70E", + "key": "index", + "value": { + "@type": "Int", + "value": 529 + } + }, + { + "@type": "AnnotationData", + "@id": "86FFBA05B5", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 529 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "8E3B404063", + "key": "index", + "value": { + "@type": "Int", + "value": 530 + } + }, + { + "@type": "AnnotationData", + "@id": "15250AA53D", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 530 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "27464DFB36", + "key": "index", + "value": { + "@type": "Int", + "value": 531 + } + }, + { + "@type": "AnnotationData", + "@id": "850177A855", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 531 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "D54EAA454D", + "key": "index", + "value": { + "@type": "Int", + "value": 532 + } + }, + { + "@type": "AnnotationData", + "@id": "50224D2490", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 532 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "8519FF471A", + "key": "index", + "value": { + "@type": "Int", + "value": 533 + } + }, + { + "@type": "AnnotationData", + "@id": "4C6CB7EDBE", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 533 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "74DE612566", + "key": "index", + "value": { + "@type": "Int", + "value": 534 + } + }, + { + "@type": "AnnotationData", + "@id": "76A26A29DB", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 534 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "47906FA6F1", + "key": "index", + "value": { + "@type": "Int", + "value": 535 + } + }, + { + "@type": "AnnotationData", + "@id": "8B7D00E089", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 535 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "5EDE5FD185", + "key": "index", + "value": { + "@type": "Int", + "value": 536 + } + }, + { + "@type": "AnnotationData", + "@id": "BA04DB0AC0", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 536 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "49B80B47F0", + "key": "index", + "value": { + "@type": "Int", + "value": 537 + } + }, + { + "@type": "AnnotationData", + "@id": "1F6BDFFA61", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 537 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "CEA6B0AB8E", + "key": "index", + "value": { + "@type": "Int", + "value": 538 + } + }, + { + "@type": "AnnotationData", + "@id": "AFE7A4ADAF", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 538 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "EB1B19096D", + "key": "index", + "value": { + "@type": "Int", + "value": 539 + } + }, + { + "@type": "AnnotationData", + "@id": "22DDE1B33F", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 539 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "BC6C427C12", + "key": "index", + "value": { + "@type": "Int", + "value": 540 + } + }, + { + "@type": "AnnotationData", + "@id": "D991906978", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 540 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "162C209689", + "key": "index", + "value": { + "@type": "Int", + "value": 541 + } + }, + { + "@type": "AnnotationData", + "@id": "CC99999A3B", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 541 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "4BAB725FCB", + "key": "index", + "value": { + "@type": "Int", + "value": 542 + } + }, + { + "@type": "AnnotationData", + "@id": "52E778ED37", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 542 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "762D04B3F6", + "key": "index", + "value": { + "@type": "Int", + "value": 543 + } + }, + { + "@type": "AnnotationData", + "@id": "4242499EE9", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 543 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "B7AC206AB4", + "key": "index", + "value": { + "@type": "Int", + "value": 544 + } + }, + { + "@type": "AnnotationData", + "@id": "D8C1EFFDC7", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 544 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "50EC6C6860", + "key": "index", + "value": { + "@type": "Int", + "value": 545 + } + }, + { + "@type": "AnnotationData", + "@id": "C24A620290", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 545 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "37788A2945", + "key": "index", + "value": { + "@type": "Int", + "value": 546 + } + }, + { + "@type": "AnnotationData", + "@id": "30E38A3AAA", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 546 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "66A9969E51", + "key": "index", + "value": { + "@type": "Int", + "value": 547 + } + }, + { + "@type": "AnnotationData", + "@id": "A48F40004A", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 547 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "223001CB2D", + "key": "index", + "value": { + "@type": "Int", + "value": 548 + } + }, + { + "@type": "AnnotationData", + "@id": "68E26464D6", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 548 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "2CE95A4568", + "key": "index", + "value": { + "@type": "Int", + "value": 549 + } + }, + { + "@type": "AnnotationData", + "@id": "006A09F8D7", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 549 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "E5AEB40FEB", + "key": "index", + "value": { + "@type": "Int", + "value": 550 + } + }, + { + "@type": "AnnotationData", + "@id": "5E25514A55", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 550 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "01F9160609", + "key": "index", + "value": { + "@type": "Int", + "value": 551 + } + }, + { + "@type": "AnnotationData", + "@id": "EA06A8EAFE", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 551 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "E61F2940FB", + "key": "index", + "value": { + "@type": "Int", + "value": 552 + } + }, + { + "@type": "AnnotationData", + "@id": "A1C762CAA4", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 552 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "4F3F7E3CC3", + "key": "index", + "value": { + "@type": "Int", + "value": 553 + } + }, + { + "@type": "AnnotationData", + "@id": "6EDEFFB944", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 553 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "10B88B2768", + "key": "index", + "value": { + "@type": "Int", + "value": 554 + } + }, + { + "@type": "AnnotationData", + "@id": "4F54F9F77D", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 554 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "35EA36E356", + "key": "index", + "value": { + "@type": "Int", + "value": 555 + } + }, + { + "@type": "AnnotationData", + "@id": "C243FD5323", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 555 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "FF65C8F9CF", + "key": "index", + "value": { + "@type": "Int", + "value": 556 + } + }, + { + "@type": "AnnotationData", + "@id": "C9F02C6424", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 556 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "EEF13CF5FC", + "key": "index", + "value": { + "@type": "Int", + "value": 557 + } + }, + { + "@type": "AnnotationData", + "@id": "A85AB71ED5", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 557 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "9B334591F2", + "key": "index", + "value": { + "@type": "Int", + "value": 558 + } + }, + { + "@type": "AnnotationData", + "@id": "2798FDBE28", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 558 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "CECEEECA84", + "key": "index", + "value": { + "@type": "Int", + "value": 559 + } + }, + { + "@type": "AnnotationData", + "@id": "DDD346D0D1", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 559 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "9996964668", + "key": "index", + "value": { + "@type": "Int", + "value": 560 + } + }, + { + "@type": "AnnotationData", + "@id": "A7065BB303", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 560 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "A134AB485A", + "key": "index", + "value": { + "@type": "Int", + "value": 561 + } + }, + { + "@type": "AnnotationData", + "@id": "7AB82C7DBA", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 561 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "EFC99F4DF4", + "key": "index", + "value": { + "@type": "Int", + "value": 562 + } + }, + { + "@type": "AnnotationData", + "@id": "FCC66F7244", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 562 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "B7EB13A124", + "key": "index", + "value": { + "@type": "Int", + "value": 563 + } + }, + { + "@type": "AnnotationData", + "@id": "D1E1F06B1F", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 563 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "10000E8500", + "key": "index", + "value": { + "@type": "Int", + "value": 564 + } + }, + { + "@type": "AnnotationData", + "@id": "61153E9661", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 564 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "ACACC0AFA1", + "key": "index", + "value": { + "@type": "Int", + "value": 565 + } + }, + { + "@type": "AnnotationData", + "@id": "9E080D06D4", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 565 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "E99B31C433", + "key": "index", + "value": { + "@type": "Int", + "value": 566 + } + }, + { + "@type": "AnnotationData", + "@id": "9C8192E663", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 566 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "F12A98FFFA", + "key": "index", + "value": { + "@type": "Int", + "value": 567 + } + }, + { + "@type": "AnnotationData", + "@id": "4F4E7334BA", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 567 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "899121D92C", + "key": "index", + "value": { + "@type": "Int", + "value": 568 + } + }, + { + "@type": "AnnotationData", + "@id": "FEEF7FD827", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 568 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "B5DB634C4C", + "key": "index", + "value": { + "@type": "Int", + "value": 569 + } + }, + { + "@type": "AnnotationData", + "@id": "52447FD463", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 569 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "298BDC5F76", + "key": "index", + "value": { + "@type": "Int", + "value": 570 + } + }, + { + "@type": "AnnotationData", + "@id": "40901CC904", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 570 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "44B55FAF69", + "key": "index", + "value": { + "@type": "Int", + "value": 571 + } + }, + { + "@type": "AnnotationData", + "@id": "356453371D", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 571 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "EDA2A7CD70", + "key": "index", + "value": { + "@type": "Int", + "value": 572 + } + }, + { + "@type": "AnnotationData", + "@id": "951906D99D", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 572 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "EDF9789A05", + "key": "index", + "value": { + "@type": "Int", + "value": 573 + } + }, + { + "@type": "AnnotationData", + "@id": "99D94491D6", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 573 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "1142909440", + "key": "index", + "value": { + "@type": "Int", + "value": 574 + } + }, + { + "@type": "AnnotationData", + "@id": "E131E4190E", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 574 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "34B3CEC833", + "key": "index", + "value": { + "@type": "Int", + "value": 575 + } + }, + { + "@type": "AnnotationData", + "@id": "1D12C48A1A", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 575 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "0B8D63B948", + "key": "index", + "value": { + "@type": "Int", + "value": 576 + } + }, + { + "@type": "AnnotationData", + "@id": "88CED0E1CE", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 576 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "F63466894D", + "key": "index", + "value": { + "@type": "Int", + "value": 577 + } + }, + { + "@type": "AnnotationData", + "@id": "BD99EF1BCB", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 577 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "FA723175BB", + "key": "index", + "value": { + "@type": "Int", + "value": 578 + } + }, + { + "@type": "AnnotationData", + "@id": "2AE0EA34A3", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 578 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "4089892183", + "key": "index", + "value": { + "@type": "Int", + "value": 579 + } + }, + { + "@type": "AnnotationData", + "@id": "2C164E1E0E", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 579 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "25AF9D8ADD", + "key": "index", + "value": { + "@type": "Int", + "value": 580 + } + }, + { + "@type": "AnnotationData", + "@id": "A038D03B70", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 580 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "D11A9B57C9", + "key": "index", + "value": { + "@type": "Int", + "value": 581 + } + }, + { + "@type": "AnnotationData", + "@id": "44F38A7A87", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 581 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "CC140EE763", + "key": "index", + "value": { + "@type": "Int", + "value": 582 + } + }, + { + "@type": "AnnotationData", + "@id": "29B4F34A1F", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 582 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "777961614C", + "key": "index", + "value": { + "@type": "Int", + "value": 583 + } + }, + { + "@type": "AnnotationData", + "@id": "A52F9657A9", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 583 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "6C390A00F0", + "key": "index", + "value": { + "@type": "Int", + "value": 584 + } + }, + { + "@type": "AnnotationData", + "@id": "B309953E52", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 584 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "081DE033EE", + "key": "index", + "value": { + "@type": "Int", + "value": 585 + } + }, + { + "@type": "AnnotationData", + "@id": "539F251543", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 585 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "31BB09CD00", + "key": "index", + "value": { + "@type": "Int", + "value": 586 + } + }, + { + "@type": "AnnotationData", + "@id": "54B0E050AB", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 586 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "045F75EDD2", + "key": "index", + "value": { + "@type": "Int", + "value": 587 + } + }, + { + "@type": "AnnotationData", + "@id": "19C4DE649A", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 587 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "3E4BA3E35B", + "key": "index", + "value": { + "@type": "Int", + "value": 588 + } + }, + { + "@type": "AnnotationData", + "@id": "A777E74D7F", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 588 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "4924F59BBB", + "key": "index", + "value": { + "@type": "Int", + "value": 589 + } + }, + { + "@type": "AnnotationData", + "@id": "6666AE4CD7", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 589 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "0AE2EDAEEE", + "key": "index", + "value": { + "@type": "Int", + "value": 590 + } + }, + { + "@type": "AnnotationData", + "@id": "B21DAB8D28", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 590 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "48C648944C", + "key": "index", + "value": { + "@type": "Int", + "value": 591 + } + }, + { + "@type": "AnnotationData", + "@id": "34AACCA4D1", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 591 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "C5E1FABE12", + "key": "index", + "value": { + "@type": "Int", + "value": 592 + } + }, + { + "@type": "AnnotationData", + "@id": "BD7F86E8D1", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 592 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "9602422E22", + "key": "index", + "value": { + "@type": "Int", + "value": 593 + } + }, + { + "@type": "AnnotationData", + "@id": "422CD2BCCA", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 593 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "AEFEAA5DEF", + "key": "index", + "value": { + "@type": "Int", + "value": 594 + } + }, + { + "@type": "AnnotationData", + "@id": "8A6CEEA479", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 594 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "5316C1A4F9", + "key": "index", + "value": { + "@type": "Int", + "value": 595 + } + }, + { + "@type": "AnnotationData", + "@id": "452C717C11", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 595 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "23FDCD88B5", + "key": "index", + "value": { + "@type": "Int", + "value": 596 + } + }, + { + "@type": "AnnotationData", + "@id": "8A82F4AB88", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 596 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "0666167CE6", + "key": "index", + "value": { + "@type": "Int", + "value": 597 + } + }, + { + "@type": "AnnotationData", + "@id": "674699DEDF", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 597 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "EA2BA41CB6", + "key": "index", + "value": { + "@type": "Int", + "value": 598 + } + }, + { + "@type": "AnnotationData", + "@id": "DEB34DBB0C", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 598 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "4F3D07FDD8", + "key": "index", + "value": { + "@type": "Int", + "value": 599 + } + }, + { + "@type": "AnnotationData", + "@id": "77775E107E", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 599 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "483CCCA4E1", + "key": "index", + "value": { + "@type": "Int", + "value": 600 + } + }, + { + "@type": "AnnotationData", + "@id": "4AFB2502FB", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 600 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "2A44A8529B", + "key": "index", + "value": { + "@type": "Int", + "value": 601 + } + }, + { + "@type": "AnnotationData", + "@id": "650F4233BA", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 601 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "11DFAA4344", + "key": "index", + "value": { + "@type": "Int", + "value": 602 + } + }, + { + "@type": "AnnotationData", + "@id": "866E54B69E", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 602 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "7DB95265DD", + "key": "index", + "value": { + "@type": "Int", + "value": 603 + } + }, + { + "@type": "AnnotationData", + "@id": "309C0F8C98", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 603 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "D2D2257272", + "key": "index", + "value": { + "@type": "Int", + "value": 604 + } + }, + { + "@type": "AnnotationData", + "@id": "A8276D0AE0", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 604 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "6686914289", + "key": "index", + "value": { + "@type": "Int", + "value": 605 + } + }, + { + "@type": "AnnotationData", + "@id": "B63364B618", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 605 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "3D60F2739C", + "key": "index", + "value": { + "@type": "Int", + "value": 606 + } + }, + { + "@type": "AnnotationData", + "@id": "99C49FA490", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 606 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "EB74251EE4", + "key": "index", + "value": { + "@type": "Int", + "value": 607 + } + }, + { + "@type": "AnnotationData", + "@id": "EF25964CA0", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 607 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "9BCB88B8B1", + "key": "index", + "value": { + "@type": "Int", + "value": 608 + } + }, + { + "@type": "AnnotationData", + "@id": "28BA3BBBAB", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 608 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "54549CB8C6", + "key": "index", + "value": { + "@type": "Int", + "value": 609 + } + }, + { + "@type": "AnnotationData", + "@id": "1D95D19641", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 609 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "376E74649F", + "key": "index", + "value": { + "@type": "Int", + "value": 610 + } + }, + { + "@type": "AnnotationData", + "@id": "DB44B43443", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 610 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "8EAFF4F5B9", + "key": "index", + "value": { + "@type": "Int", + "value": 611 + } + }, + { + "@type": "AnnotationData", + "@id": "95F0B44515", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 611 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "9AA9494F40", + "key": "index", + "value": { + "@type": "Int", + "value": 612 + } + }, + { + "@type": "AnnotationData", + "@id": "FE6EFE5E4E", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 612 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "5E42FAB5F5", + "key": "index", + "value": { + "@type": "Int", + "value": 613 + } + }, + { + "@type": "AnnotationData", + "@id": "0071ED8E88", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 613 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "FCC4134594", + "key": "index", + "value": { + "@type": "Int", + "value": 614 + } + }, + { + "@type": "AnnotationData", + "@id": "CA10D089BD", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 614 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "3DE5FB5042", + "key": "index", + "value": { + "@type": "Int", + "value": 615 + } + }, + { + "@type": "AnnotationData", + "@id": "4FDCFE4993", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 615 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "38B0EBEEEC", + "key": "index", + "value": { + "@type": "Int", + "value": 616 + } + }, + { + "@type": "AnnotationData", + "@id": "28D7193296", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 616 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "7E6B851676", + "key": "index", + "value": { + "@type": "Int", + "value": 617 + } + }, + { + "@type": "AnnotationData", + "@id": "DB4A008878", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 617 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "393939E305", + "key": "index", + "value": { + "@type": "Int", + "value": 618 + } + }, + { + "@type": "AnnotationData", + "@id": "F8AF29A4B5", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 618 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "668B9988D9", + "key": "index", + "value": { + "@type": "Int", + "value": 619 + } + }, + { + "@type": "AnnotationData", + "@id": "E884F911FF", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 619 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "E38F9EABD9", + "key": "index", + "value": { + "@type": "Int", + "value": 620 + } + }, + { + "@type": "AnnotationData", + "@id": "30DAC2A17A", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 620 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "570DC8E17F", + "key": "index", + "value": { + "@type": "Int", + "value": 621 + } + }, + { + "@type": "AnnotationData", + "@id": "0BD708E618", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 621 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "2442599796", + "key": "index", + "value": { + "@type": "Int", + "value": 622 + } + }, + { + "@type": "AnnotationData", + "@id": "96C88B5F50", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 622 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "8E38C4234E", + "key": "index", + "value": { + "@type": "Int", + "value": 623 + } + }, + { + "@type": "AnnotationData", + "@id": "89EFEB99B9", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 623 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "FFEE5E04C1", + "key": "index", + "value": { + "@type": "Int", + "value": 624 + } + }, + { + "@type": "AnnotationData", + "@id": "EDF0CFF5B0", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 624 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "5BC5FED00B", + "key": "index", + "value": { + "@type": "Int", + "value": 625 + } + }, + { + "@type": "AnnotationData", + "@id": "3AC18B0A3C", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 625 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "81B0401B11", + "key": "index", + "value": { + "@type": "Int", + "value": 626 + } + }, + { + "@type": "AnnotationData", + "@id": "544CC4C125", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 626 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "B444B46A52", + "key": "index", + "value": { + "@type": "Int", + "value": 627 + } + }, + { + "@type": "AnnotationData", + "@id": "ADE344435B", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 627 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "3A6FEE4DAE", + "key": "index", + "value": { + "@type": "Int", + "value": 628 + } + }, + { + "@type": "AnnotationData", + "@id": "84E96E6866", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 628 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "EB82058F91", + "key": "index", + "value": { + "@type": "Int", + "value": 629 + } + }, + { + "@type": "AnnotationData", + "@id": "518B91EC58", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 629 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "F5284AEA8F", + "key": "index", + "value": { + "@type": "Int", + "value": 630 + } + }, + { + "@type": "AnnotationData", + "@id": "8D4557044A", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 630 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "4D168E4F99", + "key": "index", + "value": { + "@type": "Int", + "value": 631 + } + }, + { + "@type": "AnnotationData", + "@id": "AAAA430184", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 631 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "94F41EBB47", + "key": "index", + "value": { + "@type": "Int", + "value": 632 + } + }, + { + "@type": "AnnotationData", + "@id": "9AD4EB8C6C", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 632 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "6B246C3B7F", + "key": "index", + "value": { + "@type": "Int", + "value": 633 + } + }, + { + "@type": "AnnotationData", + "@id": "3EEB88B882", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 633 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "03108508A6", + "key": "index", + "value": { + "@type": "Int", + "value": 634 + } + }, + { + "@type": "AnnotationData", + "@id": "E65B5FBA95", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 634 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "3DBB446259", + "key": "index", + "value": { + "@type": "Int", + "value": 635 + } + }, + { + "@type": "AnnotationData", + "@id": "6A808F7737", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 635 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "5BE26EAEB1", + "key": "index", + "value": { + "@type": "Int", + "value": 636 + } + }, + { + "@type": "AnnotationData", + "@id": "D748D6DFFD", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 636 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "119A59A233", + "key": "index", + "value": { + "@type": "Int", + "value": 637 + } + }, + { + "@type": "AnnotationData", + "@id": "F7ABB32DA2", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 637 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "6C63445A2D", + "key": "index", + "value": { + "@type": "Int", + "value": 638 + } + }, + { + "@type": "AnnotationData", + "@id": "C436101361", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 638 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "6A7B786A69", + "key": "index", + "value": { + "@type": "Int", + "value": 639 + } + }, + { + "@type": "AnnotationData", + "@id": "5DDEFDBD23", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 639 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "8C51159CA5", + "key": "index", + "value": { + "@type": "Int", + "value": 640 + } + }, + { + "@type": "AnnotationData", + "@id": "D487D24B51", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 640 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "1AB12242BB", + "key": "index", + "value": { + "@type": "Int", + "value": 641 + } + }, + { + "@type": "AnnotationData", + "@id": "AA5D64DE68", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 641 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "8C871F8E85", + "key": "index", + "value": { + "@type": "Int", + "value": 642 + } + }, + { + "@type": "AnnotationData", + "@id": "FC961C9646", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 642 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "27020306E6", + "key": "index", + "value": { + "@type": "Int", + "value": 643 + } + }, + { + "@type": "AnnotationData", + "@id": "FBBC31D075", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 643 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "529C0CAF58", + "key": "index", + "value": { + "@type": "Int", + "value": 644 + } + }, + { + "@type": "AnnotationData", + "@id": "39F33F9F4A", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 644 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "1DD299ED49", + "key": "index", + "value": { + "@type": "Int", + "value": 645 + } + }, + { + "@type": "AnnotationData", + "@id": "CB2EE8CFA0", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 645 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "ED5DF1451E", + "key": "index", + "value": { + "@type": "Int", + "value": 646 + } + }, + { + "@type": "AnnotationData", + "@id": "181B487B42", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 646 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "9CFCEE74A3", + "key": "index", + "value": { + "@type": "Int", + "value": 647 + } + }, + { + "@type": "AnnotationData", + "@id": "3DE57F72B9", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 647 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "1C23B70067", + "key": "index", + "value": { + "@type": "Int", + "value": 648 + } + }, + { + "@type": "AnnotationData", + "@id": "66434991A2", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 648 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "59BB95D985", + "key": "index", + "value": { + "@type": "Int", + "value": 649 + } + }, + { + "@type": "AnnotationData", + "@id": "B9133B0F19", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 649 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "FB14FF860F", + "key": "index", + "value": { + "@type": "Int", + "value": 650 + } + }, + { + "@type": "AnnotationData", + "@id": "598AA49642", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 650 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "DA745B2BAA", + "key": "index", + "value": { + "@type": "Int", + "value": 651 + } + }, + { + "@type": "AnnotationData", + "@id": "CFD446EE9E", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 651 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "C622E2852F", + "key": "index", + "value": { + "@type": "Int", + "value": 652 + } + }, + { + "@type": "AnnotationData", + "@id": "E27E333EC3", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 652 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "EAABFAA1BD", + "key": "index", + "value": { + "@type": "Int", + "value": 653 + } + }, + { + "@type": "AnnotationData", + "@id": "ABCB10B337", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 653 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "2632903232", + "key": "index", + "value": { + "@type": "Int", + "value": 654 + } + }, + { + "@type": "AnnotationData", + "@id": "D22209F71F", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 654 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "3B58938463", + "key": "index", + "value": { + "@type": "Int", + "value": 655 + } + }, + { + "@type": "AnnotationData", + "@id": "C89CFD4014", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 655 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "85476E425D", + "key": "index", + "value": { + "@type": "Int", + "value": 656 + } + }, + { + "@type": "AnnotationData", + "@id": "E66DD6ADBD", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 656 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "135B93A46A", + "key": "index", + "value": { + "@type": "Int", + "value": 657 + } + }, + { + "@type": "AnnotationData", + "@id": "6D0F2386F5", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 657 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "571CC34AA3", + "key": "index", + "value": { + "@type": "Int", + "value": 658 + } + }, + { + "@type": "AnnotationData", + "@id": "81D0CB78BE", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 658 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "244444AD44", + "key": "index", + "value": { + "@type": "Int", + "value": 659 + } + }, + { + "@type": "AnnotationData", + "@id": "DAA3063BB0", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 659 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "1BA38B6FBC", + "key": "index", + "value": { + "@type": "Int", + "value": 660 + } + }, + { + "@type": "AnnotationData", + "@id": "FFAE9DBADA", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 660 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "F546D39864", + "key": "index", + "value": { + "@type": "Int", + "value": 661 + } + }, + { + "@type": "AnnotationData", + "@id": "379FA1A7A4", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 661 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "97F9B59447", + "key": "index", + "value": { + "@type": "Int", + "value": 662 + } + }, + { + "@type": "AnnotationData", + "@id": "F4C492A41D", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 662 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "A4C4549943", + "key": "index", + "value": { + "@type": "Int", + "value": 663 + } + }, + { + "@type": "AnnotationData", + "@id": "1FD3F8BED8", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 663 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "D4F624B0CB", + "key": "index", + "value": { + "@type": "Int", + "value": 664 + } + }, + { + "@type": "AnnotationData", + "@id": "4DABFD6716", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 664 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "7455BE641D", + "key": "index", + "value": { + "@type": "Int", + "value": 665 + } + }, + { + "@type": "AnnotationData", + "@id": "7DEBF2C241", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 665 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "CF573FB5A1", + "key": "index", + "value": { + "@type": "Int", + "value": 666 + } + }, + { + "@type": "AnnotationData", + "@id": "DAAF2EF88F", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 666 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "CB84659E4F", + "key": "index", + "value": { + "@type": "Int", + "value": 667 + } + }, + { + "@type": "AnnotationData", + "@id": "3FF0922513", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 667 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "AA611E1140", + "key": "index", + "value": { + "@type": "Int", + "value": 668 + } + }, + { + "@type": "AnnotationData", + "@id": "5D1C5F7BB7", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 668 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "910800CC78", + "key": "index", + "value": { + "@type": "Int", + "value": 669 + } + }, + { + "@type": "AnnotationData", + "@id": "87BF60646A", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 669 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "AC2C3A35CA", + "key": "index", + "value": { + "@type": "Int", + "value": 670 + } + }, + { + "@type": "AnnotationData", + "@id": "47F7472401", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 670 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "4D99E90CED", + "key": "index", + "value": { + "@type": "Int", + "value": 671 + } + }, + { + "@type": "AnnotationData", + "@id": "BA44B3BBFF", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 671 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "42D4A9F6D9", + "key": "index", + "value": { + "@type": "Int", + "value": 672 + } + }, + { + "@type": "AnnotationData", + "@id": "8038939958", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 672 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "630F8E967F", + "key": "index", + "value": { + "@type": "Int", + "value": 673 + } + }, + { + "@type": "AnnotationData", + "@id": "723832A77B", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 673 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "99020EB9F5", + "key": "index", + "value": { + "@type": "Int", + "value": 674 + } + }, + { + "@type": "AnnotationData", + "@id": "8DDAEAAB63", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 674 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "242835599C", + "key": "index", + "value": { + "@type": "Int", + "value": 675 + } + }, + { + "@type": "AnnotationData", + "@id": "617455FBBB", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 675 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "72B01C4117", + "key": "index", + "value": { + "@type": "Int", + "value": 676 + } + }, + { + "@type": "AnnotationData", + "@id": "62EA4BE734", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 676 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "23DC9846C6", + "key": "index", + "value": { + "@type": "Int", + "value": 677 + } + }, + { + "@type": "AnnotationData", + "@id": "3765B744B0", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 677 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "83DF398EFD", + "key": "index", + "value": { + "@type": "Int", + "value": 678 + } + }, + { + "@type": "AnnotationData", + "@id": "BED29FFBF8", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 678 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "100B868BDB", + "key": "index", + "value": { + "@type": "Int", + "value": 679 + } + }, + { + "@type": "AnnotationData", + "@id": "05CB74FB46", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 679 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "F33D33B6D0", + "key": "index", + "value": { + "@type": "Int", + "value": 680 + } + }, + { + "@type": "AnnotationData", + "@id": "E5646E97E4", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 680 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "BC977174B0", + "key": "index", + "value": { + "@type": "Int", + "value": 681 + } + }, + { + "@type": "AnnotationData", + "@id": "90DFAD171F", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 681 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "189F43A881", + "key": "index", + "value": { + "@type": "Int", + "value": 682 + } + }, + { + "@type": "AnnotationData", + "@id": "E7E7A6966A", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 682 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "BF23DBB190", + "key": "index", + "value": { + "@type": "Int", + "value": 683 + } + }, + { + "@type": "AnnotationData", + "@id": "F51C505E54", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 683 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "241939153E", + "key": "index", + "value": { + "@type": "Int", + "value": 684 + } + }, + { + "@type": "AnnotationData", + "@id": "AF575F252D", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 684 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "1574DD9439", + "key": "index", + "value": { + "@type": "Int", + "value": 685 + } + }, + { + "@type": "AnnotationData", + "@id": "B4006A84F6", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 685 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "8F42AD1249", + "key": "index", + "value": { + "@type": "Int", + "value": 686 + } + }, + { + "@type": "AnnotationData", + "@id": "B8309367B1", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 686 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "44843549F5", + "key": "index", + "value": { + "@type": "Int", + "value": 687 + } + }, + { + "@type": "AnnotationData", + "@id": "9670D15AE6", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 687 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "CEE3F335EF", + "key": "index", + "value": { + "@type": "Int", + "value": 688 + } + }, + { + "@type": "AnnotationData", + "@id": "FB4E9F3C7D", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 688 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "9D5334FC30", + "key": "index", + "value": { + "@type": "Int", + "value": 689 + } + }, + { + "@type": "AnnotationData", + "@id": "221045C223", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 689 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "4B0BB9AE60", + "key": "index", + "value": { + "@type": "Int", + "value": 690 + } + }, + { + "@type": "AnnotationData", + "@id": "1EE84152D1", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 690 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "8141EA1F91", + "key": "index", + "value": { + "@type": "Int", + "value": 691 + } + }, + { + "@type": "AnnotationData", + "@id": "63B623BB2F", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 691 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "77704FD9F1", + "key": "index", + "value": { + "@type": "Int", + "value": 692 + } + }, + { + "@type": "AnnotationData", + "@id": "8A6E6CD8C7", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 692 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "D25E81825D", + "key": "index", + "value": { + "@type": "Int", + "value": 693 + } + }, + { + "@type": "AnnotationData", + "@id": "BB0DF442F1", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 693 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "7C6FD7E657", + "key": "index", + "value": { + "@type": "Int", + "value": 694 + } + }, + { + "@type": "AnnotationData", + "@id": "41F82492F9", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 694 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "C4994FB4B4", + "key": "index", + "value": { + "@type": "Int", + "value": 695 + } + }, + { + "@type": "AnnotationData", + "@id": "2AAF434E4F", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 695 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "AAECDE1A26", + "key": "index", + "value": { + "@type": "Int", + "value": 696 + } + }, + { + "@type": "AnnotationData", + "@id": "EE8AE88888", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 696 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "E486768BCB", + "key": "index", + "value": { + "@type": "Int", + "value": 697 + } + }, + { + "@type": "AnnotationData", + "@id": "27476675D1", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 697 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "76B6614811", + "key": "index", + "value": { + "@type": "Int", + "value": 698 + } + }, + { + "@type": "AnnotationData", + "@id": "8DCFC42CCF", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 698 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "8DFCFECDE4", + "key": "index", + "value": { + "@type": "Int", + "value": 699 + } + }, + { + "@type": "AnnotationData", + "@id": "1ADE537541", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 699 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "B35DAA4323", + "key": "index", + "value": { + "@type": "Int", + "value": 700 + } + }, + { + "@type": "AnnotationData", + "@id": "59A5A5194A", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 700 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "4047BDBDB8", + "key": "index", + "value": { + "@type": "Int", + "value": 701 + } + }, + { + "@type": "AnnotationData", + "@id": "51D1BDC444", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 701 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "9F407DF99B", + "key": "index", + "value": { + "@type": "Int", + "value": 702 + } + }, + { + "@type": "AnnotationData", + "@id": "02DED84619", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 702 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "2B50140762", + "key": "index", + "value": { + "@type": "Int", + "value": 703 + } + }, + { + "@type": "AnnotationData", + "@id": "A8413F7F7B", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 703 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "AC4C7E9D78", + "key": "index", + "value": { + "@type": "Int", + "value": 704 + } + }, + { + "@type": "AnnotationData", + "@id": "C7A0104A98", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 704 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "5A8BF22A0E", + "key": "index", + "value": { + "@type": "Int", + "value": 705 + } + }, + { + "@type": "AnnotationData", + "@id": "93887FCC13", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 705 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "6399711044", + "key": "index", + "value": { + "@type": "Int", + "value": 706 + } + }, + { + "@type": "AnnotationData", + "@id": "63648C0C4C", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 706 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "789BC4A24E", + "key": "index", + "value": { + "@type": "Int", + "value": 707 + } + }, + { + "@type": "AnnotationData", + "@id": "D614CC736C", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 707 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "74583B8BA3", + "key": "index", + "value": { + "@type": "Int", + "value": 708 + } + }, + { + "@type": "AnnotationData", + "@id": "219A9D9C87", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 708 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "4C83EAB814", + "key": "index", + "value": { + "@type": "Int", + "value": 709 + } + }, + { + "@type": "AnnotationData", + "@id": "0E85808F04", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 709 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "2FFCEF01CC", + "key": "index", + "value": { + "@type": "Int", + "value": 710 + } + }, + { + "@type": "AnnotationData", + "@id": "15CBBDD26A", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 710 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "6EFB21248F", + "key": "index", + "value": { + "@type": "Int", + "value": 711 + } + }, + { + "@type": "AnnotationData", + "@id": "C04F1CCD40", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 711 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "F4254C1D25", + "key": "index", + "value": { + "@type": "Int", + "value": 712 + } + }, + { + "@type": "AnnotationData", + "@id": "75ABEC2827", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 712 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "C84D8728D4", + "key": "index", + "value": { + "@type": "Int", + "value": 713 + } + }, + { + "@type": "AnnotationData", + "@id": "AA8513ACAB", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 713 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "BC8051D901", + "key": "index", + "value": { + "@type": "Int", + "value": 714 + } + }, + { + "@type": "AnnotationData", + "@id": "58044D481E", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 714 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "7A8320748B", + "key": "index", + "value": { + "@type": "Int", + "value": 715 + } + }, + { + "@type": "AnnotationData", + "@id": "B8EE6B2CB5", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 715 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "D73D7F4475", + "key": "index", + "value": { + "@type": "Int", + "value": 716 + } + }, + { + "@type": "AnnotationData", + "@id": "39C444F80D", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 716 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "CAED87D340", + "key": "index", + "value": { + "@type": "Int", + "value": 717 + } + }, + { + "@type": "AnnotationData", + "@id": "1BA834D21D", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 717 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "0F407D4004", + "key": "index", + "value": { + "@type": "Int", + "value": 718 + } + }, + { + "@type": "AnnotationData", + "@id": "9C1D7F4000", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 718 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "6534486361", + "key": "index", + "value": { + "@type": "Int", + "value": 719 + } + }, + { + "@type": "AnnotationData", + "@id": "3337377337", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 719 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "9FCF3544F9", + "key": "index", + "value": { + "@type": "Int", + "value": 720 + } + }, + { + "@type": "AnnotationData", + "@id": "D45F1DF703", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 720 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "F9E9F77784", + "key": "index", + "value": { + "@type": "Int", + "value": 721 + } + }, + { + "@type": "AnnotationData", + "@id": "5C6CD96867", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 721 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "A04DAB0F0F", + "key": "index", + "value": { + "@type": "Int", + "value": 722 + } + }, + { + "@type": "AnnotationData", + "@id": "1D0DFD1497", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 722 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "CB1737AF94", + "key": "index", + "value": { + "@type": "Int", + "value": 723 + } + }, + { + "@type": "AnnotationData", + "@id": "900B234B23", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 723 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "CCF1C5D950", + "key": "index", + "value": { + "@type": "Int", + "value": 724 + } + }, + { + "@type": "AnnotationData", + "@id": "453D258442", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 724 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "734E0CA0AD", + "key": "index", + "value": { + "@type": "Int", + "value": 725 + } + }, + { + "@type": "AnnotationData", + "@id": "655D1CE269", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 725 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "33AAF79874", + "key": "index", + "value": { + "@type": "Int", + "value": 726 + } + }, + { + "@type": "AnnotationData", + "@id": "A2E1EE4C45", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 726 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "559CCD419A", + "key": "index", + "value": { + "@type": "Int", + "value": 727 + } + }, + { + "@type": "AnnotationData", + "@id": "5CD7DC454F", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 727 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "BBDD9AA87A", + "key": "index", + "value": { + "@type": "Int", + "value": 728 + } + }, + { + "@type": "AnnotationData", + "@id": "A6022B9208", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 728 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "09557B7755", + "key": "index", + "value": { + "@type": "Int", + "value": 729 + } + }, + { + "@type": "AnnotationData", + "@id": "46FB7E990A", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 729 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "C704CB8C45", + "key": "index", + "value": { + "@type": "Int", + "value": 730 + } + }, + { + "@type": "AnnotationData", + "@id": "193193DFDA", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 730 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "AF96655E4E", + "key": "index", + "value": { + "@type": "Int", + "value": 731 + } + }, + { + "@type": "AnnotationData", + "@id": "BF41B14CF4", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 731 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "88AF349AA8", + "key": "index", + "value": { + "@type": "Int", + "value": 732 + } + }, + { + "@type": "AnnotationData", + "@id": "B44B46AD46", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 732 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "C66D6688D6", + "key": "index", + "value": { + "@type": "Int", + "value": 733 + } + }, + { + "@type": "AnnotationData", + "@id": "45B55B8A42", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 733 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "979D9B2292", + "key": "index", + "value": { + "@type": "Int", + "value": 734 + } + }, + { + "@type": "AnnotationData", + "@id": "A101803175", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 734 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "EEA9D68920", + "key": "index", + "value": { + "@type": "Int", + "value": 735 + } + }, + { + "@type": "AnnotationData", + "@id": "837F037FFA", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 735 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "98CD944552", + "key": "index", + "value": { + "@type": "Int", + "value": 736 + } + }, + { + "@type": "AnnotationData", + "@id": "C6D3E4D1E2", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 736 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "B18ADF8418", + "key": "index", + "value": { + "@type": "Int", + "value": 737 + } + }, + { + "@type": "AnnotationData", + "@id": "11112E7A17", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 737 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "0F26FCC402", + "key": "index", + "value": { + "@type": "Int", + "value": 738 + } + }, + { + "@type": "AnnotationData", + "@id": "FCC0A7D303", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 738 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "779C7035A5", + "key": "index", + "value": { + "@type": "Int", + "value": 739 + } + }, + { + "@type": "AnnotationData", + "@id": "E32166ACCE", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 739 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "1BBB539B81", + "key": "index", + "value": { + "@type": "Int", + "value": 740 + } + }, + { + "@type": "AnnotationData", + "@id": "5066A3415B", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 740 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "5E52E02E8E", + "key": "index", + "value": { + "@type": "Int", + "value": 741 + } + }, + { + "@type": "AnnotationData", + "@id": "F126B29E11", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 741 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "2BBC6D20B0", + "key": "index", + "value": { + "@type": "Int", + "value": 742 + } + }, + { + "@type": "AnnotationData", + "@id": "3AD0A7AD76", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 742 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "E77286A834", + "key": "index", + "value": { + "@type": "Int", + "value": 743 + } + }, + { + "@type": "AnnotationData", + "@id": "2675345F9C", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 743 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "E7B301571A", + "key": "index", + "value": { + "@type": "Int", + "value": 744 + } + }, + { + "@type": "AnnotationData", + "@id": "F19FC56A95", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 744 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "8CC5A60741", + "key": "index", + "value": { + "@type": "Int", + "value": 745 + } + }, + { + "@type": "AnnotationData", + "@id": "C2D2955CD4", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 745 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "A1BE9796E1", + "key": "index", + "value": { + "@type": "Int", + "value": 746 + } + }, + { + "@type": "AnnotationData", + "@id": "66046C9D48", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 746 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "BEEAABE7A6", + "key": "index", + "value": { + "@type": "Int", + "value": 747 + } + }, + { + "@type": "AnnotationData", + "@id": "6B6680F0D7", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 747 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "7F6CF9CB97", + "key": "index", + "value": { + "@type": "Int", + "value": 748 + } + }, + { + "@type": "AnnotationData", + "@id": "FEE5FAD70D", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 748 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "916E77D07E", + "key": "index", + "value": { + "@type": "Int", + "value": 749 + } + }, + { + "@type": "AnnotationData", + "@id": "AA4EA148FF", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 749 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "5B2DCB414C", + "key": "index", + "value": { + "@type": "Int", + "value": 750 + } + }, + { + "@type": "AnnotationData", + "@id": "9E5E6CC0DE", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 750 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "39B0DBF949", + "key": "index", + "value": { + "@type": "Int", + "value": 751 + } + }, + { + "@type": "AnnotationData", + "@id": "EFC2112ABA", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 751 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "986F846759", + "key": "index", + "value": { + "@type": "Int", + "value": 752 + } + }, + { + "@type": "AnnotationData", + "@id": "F42A5400F8", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 752 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "D6DB41919E", + "key": "index", + "value": { + "@type": "Int", + "value": 753 + } + }, + { + "@type": "AnnotationData", + "@id": "4B4DFFF8CA", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 753 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "8283847359", + "key": "index", + "value": { + "@type": "Int", + "value": 754 + } + }, + { + "@type": "AnnotationData", + "@id": "DBA0847960", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 754 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "F4AED91897", + "key": "index", + "value": { + "@type": "Int", + "value": 755 + } + }, + { + "@type": "AnnotationData", + "@id": "12C063F99F", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 755 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "B190906E0E", + "key": "index", + "value": { + "@type": "Int", + "value": 756 + } + }, + { + "@type": "AnnotationData", + "@id": "D2886D34D2", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 756 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "FB984098CA", + "key": "index", + "value": { + "@type": "Int", + "value": 757 + } + }, + { + "@type": "AnnotationData", + "@id": "E1140C4F36", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 757 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "F10AB01B65", + "key": "index", + "value": { + "@type": "Int", + "value": 758 + } + }, + { + "@type": "AnnotationData", + "@id": "966D49449F", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 758 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "EBCBE9EB1D", + "key": "index", + "value": { + "@type": "Int", + "value": 759 + } + }, + { + "@type": "AnnotationData", + "@id": "06450662B0", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 759 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "D3B8273F6F", + "key": "index", + "value": { + "@type": "Int", + "value": 760 + } + }, + { + "@type": "AnnotationData", + "@id": "5CBE3C1E94", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 760 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "9491967341", + "key": "index", + "value": { + "@type": "Int", + "value": 761 + } + }, + { + "@type": "AnnotationData", + "@id": "28CE22C5B8", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 761 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "99B968B496", + "key": "index", + "value": { + "@type": "Int", + "value": 762 + } + }, + { + "@type": "AnnotationData", + "@id": "61B399CDD0", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 762 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "B4B39465A3", + "key": "index", + "value": { + "@type": "Int", + "value": 763 + } + }, + { + "@type": "AnnotationData", + "@id": "C53B1342E3", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 763 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "CCDC6DF435", + "key": "index", + "value": { + "@type": "Int", + "value": 764 + } + }, + { + "@type": "AnnotationData", + "@id": "66149B6265", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 764 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "BE2B62A7E1", + "key": "index", + "value": { + "@type": "Int", + "value": 765 + } + }, + { + "@type": "AnnotationData", + "@id": "FF4B3B4FF9", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 765 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "354A89A399", + "key": "index", + "value": { + "@type": "Int", + "value": 766 + } + }, + { + "@type": "AnnotationData", + "@id": "DF90A9A0B7", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 766 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "253B8C6B83", + "key": "index", + "value": { + "@type": "Int", + "value": 767 + } + }, + { + "@type": "AnnotationData", + "@id": "3966426A64", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 767 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "F544A92A5B", + "key": "index", + "value": { + "@type": "Int", + "value": 768 + } + }, + { + "@type": "AnnotationData", + "@id": "6434390414", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 768 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "90B853B383", + "key": "index", + "value": { + "@type": "Int", + "value": 769 + } + }, + { + "@type": "AnnotationData", + "@id": "794445544C", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 769 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "677F771876", + "key": "index", + "value": { + "@type": "Int", + "value": 770 + } + }, + { + "@type": "AnnotationData", + "@id": "2DDB252C24", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 770 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "2080B2A632", + "key": "index", + "value": { + "@type": "Int", + "value": 771 + } + }, + { + "@type": "AnnotationData", + "@id": "F0B35CD15C", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 771 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "008CC7988A", + "key": "index", + "value": { + "@type": "Int", + "value": 772 + } + }, + { + "@type": "AnnotationData", + "@id": "F4B9FD43E5", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 772 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "DBD9CCCF3B", + "key": "index", + "value": { + "@type": "Int", + "value": 773 + } + }, + { + "@type": "AnnotationData", + "@id": "248B0FB26B", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 773 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "47C55DA9BC", + "key": "index", + "value": { + "@type": "Int", + "value": 774 + } + }, + { + "@type": "AnnotationData", + "@id": "DD3A7C77A2", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 774 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "0FB3E7E1E6", + "key": "index", + "value": { + "@type": "Int", + "value": 775 + } + }, + { + "@type": "AnnotationData", + "@id": "BBCABAF7D7", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 775 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "E538C7C3ED", + "key": "index", + "value": { + "@type": "Int", + "value": 776 + } + }, + { + "@type": "AnnotationData", + "@id": "E9F87A4D7E", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 776 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "5AAA493C2F", + "key": "index", + "value": { + "@type": "Int", + "value": 777 + } + }, + { + "@type": "AnnotationData", + "@id": "0AB19299CC", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 777 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "FF7CB2D09C", + "key": "index", + "value": { + "@type": "Int", + "value": 778 + } + }, + { + "@type": "AnnotationData", + "@id": "FD1C635644", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 778 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "04DA55A1D2", + "key": "index", + "value": { + "@type": "Int", + "value": 779 + } + }, + { + "@type": "AnnotationData", + "@id": "1162A28966", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 779 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "ADF6898ECD", + "key": "index", + "value": { + "@type": "Int", + "value": 780 + } + }, + { + "@type": "AnnotationData", + "@id": "D4A6E9DD0D", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 780 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "89A4263798", + "key": "index", + "value": { + "@type": "Int", + "value": 781 + } + }, + { + "@type": "AnnotationData", + "@id": "5F93AF4AE4", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 781 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "7C779FC2E5", + "key": "index", + "value": { + "@type": "Int", + "value": 782 + } + }, + { + "@type": "AnnotationData", + "@id": "155C654358", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 782 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "BA7B62F466", + "key": "index", + "value": { + "@type": "Int", + "value": 783 + } + }, + { + "@type": "AnnotationData", + "@id": "960D66FB41", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 783 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "681AA5112D", + "key": "index", + "value": { + "@type": "Int", + "value": 784 + } + }, + { + "@type": "AnnotationData", + "@id": "3E6FAACF67", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 784 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "C9098196E9", + "key": "index", + "value": { + "@type": "Int", + "value": 785 + } + }, + { + "@type": "AnnotationData", + "@id": "2479BA3C1E", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 785 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "89DAF2448F", + "key": "index", + "value": { + "@type": "Int", + "value": 786 + } + }, + { + "@type": "AnnotationData", + "@id": "D4BBBCB686", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 786 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "94DE9E2A2A", + "key": "index", + "value": { + "@type": "Int", + "value": 787 + } + }, + { + "@type": "AnnotationData", + "@id": "44D4B60B7A", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 787 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "BF66AAF666", + "key": "index", + "value": { + "@type": "Int", + "value": 788 + } + }, + { + "@type": "AnnotationData", + "@id": "D039D83990", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 788 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "8D91C93CEC", + "key": "index", + "value": { + "@type": "Int", + "value": 789 + } + }, + { + "@type": "AnnotationData", + "@id": "78D0AF0A28", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 789 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "4260F2742F", + "key": "index", + "value": { + "@type": "Int", + "value": 790 + } + }, + { + "@type": "AnnotationData", + "@id": "C49E60CE6C", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 790 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "2A55E46259", + "key": "index", + "value": { + "@type": "Int", + "value": 791 + } + }, + { + "@type": "AnnotationData", + "@id": "1830B59DC9", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 791 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "DF1BC1FE85", + "key": "index", + "value": { + "@type": "Int", + "value": 792 + } + }, + { + "@type": "AnnotationData", + "@id": "1F250518F0", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 792 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "6888B7C586", + "key": "index", + "value": { + "@type": "Int", + "value": 793 + } + }, + { + "@type": "AnnotationData", + "@id": "9C46EC74F4", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 793 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "AC3B475AFA", + "key": "index", + "value": { + "@type": "Int", + "value": 794 + } + }, + { + "@type": "AnnotationData", + "@id": "37B3A427DD", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 794 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "811C0ED012", + "key": "index", + "value": { + "@type": "Int", + "value": 795 + } + }, + { + "@type": "AnnotationData", + "@id": "917CD22278", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 795 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "3541708BB4", + "key": "index", + "value": { + "@type": "Int", + "value": 796 + } + }, + { + "@type": "AnnotationData", + "@id": "295D524552", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 796 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "928CC49218", + "key": "index", + "value": { + "@type": "Int", + "value": 797 + } + }, + { + "@type": "AnnotationData", + "@id": "740B5043CE", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 797 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "C1EA657807", + "key": "index", + "value": { + "@type": "Int", + "value": 798 + } + }, + { + "@type": "AnnotationData", + "@id": "8030A1680D", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 798 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "DA3D616DF3", + "key": "index", + "value": { + "@type": "Int", + "value": 799 + } + }, + { + "@type": "AnnotationData", + "@id": "2B1A640C06", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 799 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "CEF491499E", + "key": "index", + "value": { + "@type": "Int", + "value": 800 + } + }, + { + "@type": "AnnotationData", + "@id": "31445CC959", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 800 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "7851001654", + "key": "index", + "value": { + "@type": "Int", + "value": 801 + } + }, + { + "@type": "AnnotationData", + "@id": "EEB55EFC1E", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 801 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "7714EB2C8C", + "key": "index", + "value": { + "@type": "Int", + "value": 802 + } + }, + { + "@type": "AnnotationData", + "@id": "BB61B85BFF", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 802 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "D707FF8825", + "key": "index", + "value": { + "@type": "Int", + "value": 803 + } + }, + { + "@type": "AnnotationData", + "@id": "643144155B", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 803 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "89C894486C", + "key": "index", + "value": { + "@type": "Int", + "value": 804 + } + }, + { + "@type": "AnnotationData", + "@id": "A6BB8EF9F3", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 804 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "6F2A6C6B5D", + "key": "index", + "value": { + "@type": "Int", + "value": 805 + } + }, + { + "@type": "AnnotationData", + "@id": "56413D8FF8", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 805 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "FFA60EFFBB", + "key": "index", + "value": { + "@type": "Int", + "value": 806 + } + }, + { + "@type": "AnnotationData", + "@id": "33722C21C4", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 806 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "3BCF5332D7", + "key": "index", + "value": { + "@type": "Int", + "value": 807 + } + }, + { + "@type": "AnnotationData", + "@id": "C1340E1E11", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 807 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "615A66E124", + "key": "index", + "value": { + "@type": "Int", + "value": 808 + } + }, + { + "@type": "AnnotationData", + "@id": "B30A013A7A", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 808 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "CC40C64242", + "key": "index", + "value": { + "@type": "Int", + "value": 809 + } + }, + { + "@type": "AnnotationData", + "@id": "3D932B9D07", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 809 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "E9B4405075", + "key": "index", + "value": { + "@type": "Int", + "value": 810 + } + }, + { + "@type": "AnnotationData", + "@id": "4015BC004C", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 810 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "C3C47D8D47", + "key": "index", + "value": { + "@type": "Int", + "value": 811 + } + }, + { + "@type": "AnnotationData", + "@id": "F7188D0AE0", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 811 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "A386DBF0B2", + "key": "index", + "value": { + "@type": "Int", + "value": 812 + } + }, + { + "@type": "AnnotationData", + "@id": "E2F52DAAF2", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 812 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "A4474AFED0", + "key": "index", + "value": { + "@type": "Int", + "value": 813 + } + }, + { + "@type": "AnnotationData", + "@id": "787833BA75", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 813 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "CE23315C50", + "key": "index", + "value": { + "@type": "Int", + "value": 814 + } + }, + { + "@type": "AnnotationData", + "@id": "B8E81E1518", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 814 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "CC20B3AC42", + "key": "index", + "value": { + "@type": "Int", + "value": 815 + } + }, + { + "@type": "AnnotationData", + "@id": "D6665465F6", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 815 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "D69413442E", + "key": "index", + "value": { + "@type": "Int", + "value": 816 + } + }, + { + "@type": "AnnotationData", + "@id": "1994D99019", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 816 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "1D96D1C22E", + "key": "index", + "value": { + "@type": "Int", + "value": 817 + } + }, + { + "@type": "AnnotationData", + "@id": "09FFF922F4", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 817 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "DD3E83330E", + "key": "index", + "value": { + "@type": "Int", + "value": 818 + } + }, + { + "@type": "AnnotationData", + "@id": "C0CCA4A84A", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 818 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "5F77D26A95", + "key": "index", + "value": { + "@type": "Int", + "value": 819 + } + }, + { + "@type": "AnnotationData", + "@id": "5ADEACC44A", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 819 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "04F294394A", + "key": "index", + "value": { + "@type": "Int", + "value": 820 + } + }, + { + "@type": "AnnotationData", + "@id": "13F55753BF", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 820 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "997889D653", + "key": "index", + "value": { + "@type": "Int", + "value": 821 + } + }, + { + "@type": "AnnotationData", + "@id": "591A403D40", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 821 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "7FFD861FDA", + "key": "index", + "value": { + "@type": "Int", + "value": 822 + } + }, + { + "@type": "AnnotationData", + "@id": "0EED0EC20F", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 822 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "B6D5BA6E6C", + "key": "index", + "value": { + "@type": "Int", + "value": 823 + } + }, + { + "@type": "AnnotationData", + "@id": "29C3449E99", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 823 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "33B2171A83", + "key": "index", + "value": { + "@type": "Int", + "value": 824 + } + }, + { + "@type": "AnnotationData", + "@id": "1A3720BBF8", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 824 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "27D4D42954", + "key": "index", + "value": { + "@type": "Int", + "value": 825 + } + }, + { + "@type": "AnnotationData", + "@id": "92DD12A1A3", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 825 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "B2AFA36A8A", + "key": "index", + "value": { + "@type": "Int", + "value": 826 + } + }, + { + "@type": "AnnotationData", + "@id": "9EA8B4A1A0", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 826 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "E53F54ECEB", + "key": "index", + "value": { + "@type": "Int", + "value": 827 + } + }, + { + "@type": "AnnotationData", + "@id": "1E1F090014", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 827 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "B2A5262804", + "key": "index", + "value": { + "@type": "Int", + "value": 828 + } + }, + { + "@type": "AnnotationData", + "@id": "4585C02394", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 828 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "B8D1789415", + "key": "index", + "value": { + "@type": "Int", + "value": 829 + } + }, + { + "@type": "AnnotationData", + "@id": "6D49A33F78", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 829 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "3D6FF96DD2", + "key": "index", + "value": { + "@type": "Int", + "value": 830 + } + }, + { + "@type": "AnnotationData", + "@id": "FC8141AA3A", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 830 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "908990F9B0", + "key": "index", + "value": { + "@type": "Int", + "value": 831 + } + }, + { + "@type": "AnnotationData", + "@id": "70C597BF77", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 831 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "FF1E776C36", + "key": "index", + "value": { + "@type": "Int", + "value": 832 + } + }, + { + "@type": "AnnotationData", + "@id": "BC4F4CAF34", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 832 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "3C92412D9A", + "key": "index", + "value": { + "@type": "Int", + "value": 833 + } + }, + { + "@type": "AnnotationData", + "@id": "2A583A6384", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 833 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "FC1F1E919B", + "key": "index", + "value": { + "@type": "Int", + "value": 834 + } + }, + { + "@type": "AnnotationData", + "@id": "22AC9CE94F", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 834 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "314945E0B2", + "key": "index", + "value": { + "@type": "Int", + "value": 835 + } + }, + { + "@type": "AnnotationData", + "@id": "468B60373F", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 835 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "08555A77A7", + "key": "index", + "value": { + "@type": "Int", + "value": 836 + } + }, + { + "@type": "AnnotationData", + "@id": "B094B89C42", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 836 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "C3B3F45D27", + "key": "index", + "value": { + "@type": "Int", + "value": 837 + } + }, + { + "@type": "AnnotationData", + "@id": "6D83FCE33E", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 837 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "4DDE2A1A46", + "key": "index", + "value": { + "@type": "Int", + "value": 838 + } + }, + { + "@type": "AnnotationData", + "@id": "55CE5C88C4", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 838 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "959425979D", + "key": "index", + "value": { + "@type": "Int", + "value": 839 + } + }, + { + "@type": "AnnotationData", + "@id": "FBC7F2C2FB", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 839 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "9DA966D2DB", + "key": "index", + "value": { + "@type": "Int", + "value": 840 + } + }, + { + "@type": "AnnotationData", + "@id": "AF5CD269BF", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 840 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "0988E6D160", + "key": "index", + "value": { + "@type": "Int", + "value": 841 + } + }, + { + "@type": "AnnotationData", + "@id": "9B03C2A045", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 841 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "5B5F7B24E2", + "key": "index", + "value": { + "@type": "Int", + "value": 842 + } + }, + { + "@type": "AnnotationData", + "@id": "97229DE28A", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 842 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "0C0EB84A04", + "key": "index", + "value": { + "@type": "Int", + "value": 843 + } + }, + { + "@type": "AnnotationData", + "@id": "4934BEFC1A", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 843 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "4B362D2903", + "key": "index", + "value": { + "@type": "Int", + "value": 844 + } + }, + { + "@type": "AnnotationData", + "@id": "3A0088DAD4", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 844 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "F46EDE561D", + "key": "index", + "value": { + "@type": "Int", + "value": 845 + } + }, + { + "@type": "AnnotationData", + "@id": "563C5333BF", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 845 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "A908781103", + "key": "index", + "value": { + "@type": "Int", + "value": 846 + } + }, + { + "@type": "AnnotationData", + "@id": "C9F49298E5", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 846 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "900DA13E80", + "key": "index", + "value": { + "@type": "Int", + "value": 847 + } + }, + { + "@type": "AnnotationData", + "@id": "A0ED3B3994", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 847 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "DDB5503174", + "key": "index", + "value": { + "@type": "Int", + "value": 848 + } + }, + { + "@type": "AnnotationData", + "@id": "FFACFF02F8", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 848 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "11B96D999D", + "key": "index", + "value": { + "@type": "Int", + "value": 849 + } + }, + { + "@type": "AnnotationData", + "@id": "A047AA4070", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 849 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "89C09320D5", + "key": "index", + "value": { + "@type": "Int", + "value": 850 + } + }, + { + "@type": "AnnotationData", + "@id": "F3198D6F8F", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 850 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "1930399A75", + "key": "index", + "value": { + "@type": "Int", + "value": 851 + } + }, + { + "@type": "AnnotationData", + "@id": "1AA5A40C18", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 851 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "9801495912", + "key": "index", + "value": { + "@type": "Int", + "value": 852 + } + }, + { + "@type": "AnnotationData", + "@id": "DD537D404F", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 852 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "71F727E4D3", + "key": "index", + "value": { + "@type": "Int", + "value": 853 + } + }, + { + "@type": "AnnotationData", + "@id": "B39C517C64", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 853 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "2BDB11FA1A", + "key": "index", + "value": { + "@type": "Int", + "value": 854 + } + }, + { + "@type": "AnnotationData", + "@id": "A2B3396BF5", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 854 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "FB616CBB4F", + "key": "index", + "value": { + "@type": "Int", + "value": 855 + } + }, + { + "@type": "AnnotationData", + "@id": "0EC37497C3", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 855 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "3B7EDF9111", + "key": "index", + "value": { + "@type": "Int", + "value": 856 + } + }, + { + "@type": "AnnotationData", + "@id": "D1B5BB69BD", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 856 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "AA91604059", + "key": "index", + "value": { + "@type": "Int", + "value": 857 + } + }, + { + "@type": "AnnotationData", + "@id": "305A08F349", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 857 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "D9B8242249", + "key": "index", + "value": { + "@type": "Int", + "value": 858 + } + }, + { + "@type": "AnnotationData", + "@id": "41DA198484", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 858 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "B11BA6976B", + "key": "index", + "value": { + "@type": "Int", + "value": 859 + } + }, + { + "@type": "AnnotationData", + "@id": "6042196532", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 859 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "2225CB95AC", + "key": "index", + "value": { + "@type": "Int", + "value": 860 + } + }, + { + "@type": "AnnotationData", + "@id": "4E2BBB4A65", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 860 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "9DB409DC4D", + "key": "index", + "value": { + "@type": "Int", + "value": 861 + } + }, + { + "@type": "AnnotationData", + "@id": "AB11775D46", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 861 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "8BEDFF3115", + "key": "index", + "value": { + "@type": "Int", + "value": 862 + } + }, + { + "@type": "AnnotationData", + "@id": "FA26F24425", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 862 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "319CCBCDEC", + "key": "index", + "value": { + "@type": "Int", + "value": 863 + } + }, + { + "@type": "AnnotationData", + "@id": "8226A68255", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 863 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "B1A222674E", + "key": "index", + "value": { + "@type": "Int", + "value": 864 + } + }, + { + "@type": "AnnotationData", + "@id": "45A951125F", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 864 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "1BCE4D64E7", + "key": "index", + "value": { + "@type": "Int", + "value": 865 + } + }, + { + "@type": "AnnotationData", + "@id": "DF48D5BD57", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 865 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "64C0A2305B", + "key": "index", + "value": { + "@type": "Int", + "value": 866 + } + }, + { + "@type": "AnnotationData", + "@id": "A40FF374F7", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 866 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "ED7DD32B1A", + "key": "index", + "value": { + "@type": "Int", + "value": 867 + } + }, + { + "@type": "AnnotationData", + "@id": "7645640652", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 867 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "1DCD014D24", + "key": "index", + "value": { + "@type": "Int", + "value": 868 + } + }, + { + "@type": "AnnotationData", + "@id": "F996DD74EE", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 868 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "565C8636A5", + "key": "index", + "value": { + "@type": "Int", + "value": 869 + } + }, + { + "@type": "AnnotationData", + "@id": "124D5F0F83", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 869 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "81574AAAB7", + "key": "index", + "value": { + "@type": "Int", + "value": 870 + } + }, + { + "@type": "AnnotationData", + "@id": "2F00090E18", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 870 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "51BE8B6EBF", + "key": "index", + "value": { + "@type": "Int", + "value": 871 + } + }, + { + "@type": "AnnotationData", + "@id": "22A02F440F", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 871 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "E2757F3272", + "key": "index", + "value": { + "@type": "Int", + "value": 872 + } + }, + { + "@type": "AnnotationData", + "@id": "DE2E894D11", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 872 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "D400B0D2E9", + "key": "index", + "value": { + "@type": "Int", + "value": 873 + } + }, + { + "@type": "AnnotationData", + "@id": "6EB35E3453", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 873 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "6EBDAEA061", + "key": "index", + "value": { + "@type": "Int", + "value": 874 + } + }, + { + "@type": "AnnotationData", + "@id": "FF2291D96D", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 874 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "D8D4E4BD88", + "key": "index", + "value": { + "@type": "Int", + "value": 875 + } + }, + { + "@type": "AnnotationData", + "@id": "1424EFE803", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 875 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "52B4A23793", + "key": "index", + "value": { + "@type": "Int", + "value": 876 + } + }, + { + "@type": "AnnotationData", + "@id": "D38F8F4E85", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 876 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "8E17CEA506", + "key": "index", + "value": { + "@type": "Int", + "value": 877 + } + }, + { + "@type": "AnnotationData", + "@id": "C19FC7F932", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 877 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "E55E6592EB", + "key": "index", + "value": { + "@type": "Int", + "value": 878 + } + }, + { + "@type": "AnnotationData", + "@id": "EBDE4048D2", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 878 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "4D8BE825E4", + "key": "index", + "value": { + "@type": "Int", + "value": 879 + } + }, + { + "@type": "AnnotationData", + "@id": "F3AAC4C6E3", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 879 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "3B6D4E3FE0", + "key": "index", + "value": { + "@type": "Int", + "value": 880 + } + }, + { + "@type": "AnnotationData", + "@id": "DEE2EBD88D", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 880 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "E3834F4CD5", + "key": "index", + "value": { + "@type": "Int", + "value": 881 + } + }, + { + "@type": "AnnotationData", + "@id": "A46844B700", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 881 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "93BBBD437C", + "key": "index", + "value": { + "@type": "Int", + "value": 882 + } + }, + { + "@type": "AnnotationData", + "@id": "2622F9BACF", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 882 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "8AEC2E4C2E", + "key": "index", + "value": { + "@type": "Int", + "value": 883 + } + }, + { + "@type": "AnnotationData", + "@id": "94C0C67784", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 883 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "2BCBCDC328", + "key": "index", + "value": { + "@type": "Int", + "value": 884 + } + }, + { + "@type": "AnnotationData", + "@id": "7571EF4440", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 884 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "3F3DCF5A85", + "key": "index", + "value": { + "@type": "Int", + "value": 885 + } + }, + { + "@type": "AnnotationData", + "@id": "63BB2F90F3", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 885 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "B0D017B0B0", + "key": "index", + "value": { + "@type": "Int", + "value": 886 + } + }, + { + "@type": "AnnotationData", + "@id": "F882D7ADD8", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 886 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "4D8EEB9F87", + "key": "index", + "value": { + "@type": "Int", + "value": 887 + } + }, + { + "@type": "AnnotationData", + "@id": "E2A22CE43C", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 887 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "4467A48496", + "key": "index", + "value": { + "@type": "Int", + "value": 888 + } + }, + { + "@type": "AnnotationData", + "@id": "F2D39D9846", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 888 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "D778D76CB7", + "key": "index", + "value": { + "@type": "Int", + "value": 889 + } + }, + { + "@type": "AnnotationData", + "@id": "67B0B87718", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 889 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "24140E0BB7", + "key": "index", + "value": { + "@type": "Int", + "value": 890 + } + }, + { + "@type": "AnnotationData", + "@id": "31B41DF260", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 890 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "1247BFB0B1", + "key": "index", + "value": { + "@type": "Int", + "value": 891 + } + }, + { + "@type": "AnnotationData", + "@id": "8DD33E737D", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 891 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "39A0DFE94D", + "key": "index", + "value": { + "@type": "Int", + "value": 892 + } + }, + { + "@type": "AnnotationData", + "@id": "9BBDE4D3D2", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 892 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "B87F549518", + "key": "index", + "value": { + "@type": "Int", + "value": 893 + } + }, + { + "@type": "AnnotationData", + "@id": "17CE3308DC", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 893 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "23DF9EFA13", + "key": "index", + "value": { + "@type": "Int", + "value": 894 + } + }, + { + "@type": "AnnotationData", + "@id": "6CF36EDC3C", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 894 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "25080FB69D", + "key": "index", + "value": { + "@type": "Int", + "value": 895 + } + }, + { + "@type": "AnnotationData", + "@id": "6A0E04E06D", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 895 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "446E990064", + "key": "index", + "value": { + "@type": "Int", + "value": 896 + } + }, + { + "@type": "AnnotationData", + "@id": "0290491B01", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 896 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "A4CA0D496E", + "key": "index", + "value": { + "@type": "Int", + "value": 897 + } + }, + { + "@type": "AnnotationData", + "@id": "0FF8A88A0A", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 897 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "5101EA9564", + "key": "index", + "value": { + "@type": "Int", + "value": 898 + } + }, + { + "@type": "AnnotationData", + "@id": "89499054C6", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 898 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "0356A42408", + "key": "index", + "value": { + "@type": "Int", + "value": 899 + } + }, + { + "@type": "AnnotationData", + "@id": "46F454D47C", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 899 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "7BB76B8373", + "key": "index", + "value": { + "@type": "Int", + "value": 900 + } + }, + { + "@type": "AnnotationData", + "@id": "C364E1E6BA", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 900 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "267E43AF85", + "key": "index", + "value": { + "@type": "Int", + "value": 901 + } + }, + { + "@type": "AnnotationData", + "@id": "41415252E8", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 901 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "90E0ED141B", + "key": "index", + "value": { + "@type": "Int", + "value": 902 + } + }, + { + "@type": "AnnotationData", + "@id": "B2DA94B4A3", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 902 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "B7424B5914", + "key": "index", + "value": { + "@type": "Int", + "value": 903 + } + }, + { + "@type": "AnnotationData", + "@id": "EF556BCCCC", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 903 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "967BBA0E44", + "key": "index", + "value": { + "@type": "Int", + "value": 904 + } + }, + { + "@type": "AnnotationData", + "@id": "A2E2424E0E", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 904 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "45154A1434", + "key": "index", + "value": { + "@type": "Int", + "value": 905 + } + }, + { + "@type": "AnnotationData", + "@id": "B533D44DB8", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 905 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "2EA952F70F", + "key": "index", + "value": { + "@type": "Int", + "value": 906 + } + }, + { + "@type": "AnnotationData", + "@id": "C0BBCB58CF", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 906 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "D7F94914F7", + "key": "index", + "value": { + "@type": "Int", + "value": 907 + } + }, + { + "@type": "AnnotationData", + "@id": "0210157443", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 907 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "949B474AF3", + "key": "index", + "value": { + "@type": "Int", + "value": 908 + } + }, + { + "@type": "AnnotationData", + "@id": "F98E5184A2", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 908 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "970864F74D", + "key": "index", + "value": { + "@type": "Int", + "value": 909 + } + }, + { + "@type": "AnnotationData", + "@id": "4BD90DD438", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 909 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "26DECAA9E4", + "key": "index", + "value": { + "@type": "Int", + "value": 910 + } + }, + { + "@type": "AnnotationData", + "@id": "9E625F2634", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 910 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "B8A688DA39", + "key": "index", + "value": { + "@type": "Int", + "value": 911 + } + }, + { + "@type": "AnnotationData", + "@id": "B3EA5DC56E", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 911 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "C47C7C717F", + "key": "index", + "value": { + "@type": "Int", + "value": 912 + } + }, + { + "@type": "AnnotationData", + "@id": "8223B873B3", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 912 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "5645C7A444", + "key": "index", + "value": { + "@type": "Int", + "value": 913 + } + }, + { + "@type": "AnnotationData", + "@id": "C47898599E", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 913 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "23229DF49A", + "key": "index", + "value": { + "@type": "Int", + "value": 914 + } + }, + { + "@type": "AnnotationData", + "@id": "BB4BB3344A", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 914 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "474A3A13D4", + "key": "index", + "value": { + "@type": "Int", + "value": 915 + } + }, + { + "@type": "AnnotationData", + "@id": "25DE526A00", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 915 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "C8386386B2", + "key": "index", + "value": { + "@type": "Int", + "value": 916 + } + }, + { + "@type": "AnnotationData", + "@id": "1AB12B9813", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 916 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "AAFCE4C42C", + "key": "index", + "value": { + "@type": "Int", + "value": 917 + } + }, + { + "@type": "AnnotationData", + "@id": "21DCBDD5B2", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 917 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "5485CA2F5A", + "key": "index", + "value": { + "@type": "Int", + "value": 918 + } + }, + { + "@type": "AnnotationData", + "@id": "1990AFF113", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 918 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "DC4AEC3AC5", + "key": "index", + "value": { + "@type": "Int", + "value": 919 + } + }, + { + "@type": "AnnotationData", + "@id": "549F779F9E", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 919 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "BDDBEDD345", + "key": "index", + "value": { + "@type": "Int", + "value": 920 + } + }, + { + "@type": "AnnotationData", + "@id": "BA70872B77", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 920 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "996E1C5E79", + "key": "index", + "value": { + "@type": "Int", + "value": 921 + } + }, + { + "@type": "AnnotationData", + "@id": "747538074F", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 921 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "A40D01FA0A", + "key": "index", + "value": { + "@type": "Int", + "value": 922 + } + }, + { + "@type": "AnnotationData", + "@id": "D9108080A2", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 922 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "45D4037449", + "key": "index", + "value": { + "@type": "Int", + "value": 923 + } + }, + { + "@type": "AnnotationData", + "@id": "FA243B86FF", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 923 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "B4AE34E59E", + "key": "index", + "value": { + "@type": "Int", + "value": 924 + } + }, + { + "@type": "AnnotationData", + "@id": "D954A48014", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 924 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "01A337E21E", + "key": "index", + "value": { + "@type": "Int", + "value": 925 + } + }, + { + "@type": "AnnotationData", + "@id": "D4A41227DB", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 925 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "FEE8C8C139", + "key": "index", + "value": { + "@type": "Int", + "value": 926 + } + }, + { + "@type": "AnnotationData", + "@id": "D501D6EA0E", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 926 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "9388A85856", + "key": "index", + "value": { + "@type": "Int", + "value": 927 + } + }, + { + "@type": "AnnotationData", + "@id": "A37B07AADF", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 927 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "AA80877618", + "key": "index", + "value": { + "@type": "Int", + "value": 928 + } + }, + { + "@type": "AnnotationData", + "@id": "A437A8C7A2", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 928 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "9A298422AA", + "key": "index", + "value": { + "@type": "Int", + "value": 929 + } + }, + { + "@type": "AnnotationData", + "@id": "783D477E88", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 929 + } + ] + } + } + ] + } + ], + "annotations": [ + { + "@type": "Annotation", + "@id": "0DD220AF88", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 0 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 0 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "D74EEED706", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "D6E6E4BE89", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "3976FC543D", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 0 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 121 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "5A3F33E755", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "6C166E9671", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "7D9FA7AF0A", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 122 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 177 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "5BBA2BBC8C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "BBCE1C46E8", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "28F545432E", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 178 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 217 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "2E8DC42228", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "A434AEE086", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "3046F33C3E", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 218 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 526 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "41688330C1", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "41626F7CC1", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "06B4348665", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 527 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 804 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "CBB7E7B13C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "1CBBF01B04", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "705E04840C", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 805 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1335 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4D3E6672DA", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "52555A6A85", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "AA836B2B87", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1336 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1650 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "5343A0E549", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "4271351587", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "6D66B8A0BA", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1651 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 2258 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "D3344C5375", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "9989D62A6A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "3644D48830", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 2259 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 2510 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "F534B3A648", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "E37DE5808C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "D8D909B0B0", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 2511 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 2701 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "AC2E6DD7DD", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "78EDFFC7C7", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "51311EB750", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 2702 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 2983 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "04F5C2C333", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "C59F603129", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "388C1C70E8", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 2984 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 3256 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "779F3EFD7F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "A69BC388CC", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "46D8889814", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 3257 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 3555 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "47C111091A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "10D5400071", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "F0889D2B43", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 3556 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 3841 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "444EAF2A12", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "BD4430FD2B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "B66ED54790", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 3842 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 4522 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "C51AD3915B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "C0CA5C4CB8", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "84EADDD4E4", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 4523 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 4802 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "E40A454F32", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "F28B97E17F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "16CAAB0EA3", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 4803 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 5381 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "F6FBF1112C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "BD00AD0A33", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "B694675CC5", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 5382 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 5556 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "806A4E3DA5", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "7D7A7BCE1B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "E96DB0FBA0", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 5557 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 5769 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "336F4767DD", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "CD193B24D4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "F8CFD5CC90", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 5770 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 5978 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4B24FB5C58", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "3C77F77739", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "B6828A8642", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 5979 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 6602 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "E8E335BAEC", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "58483927B7", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "F6F7B66ECB", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 6603 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 6778 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "20DDC4C90D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "0DA5434D6E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "911DABF94B", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 6779 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 7021 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "15F051F5EA", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "70E536B66E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "9A9012A692", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 7022 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 7170 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4CBCFC00D5", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "56A29FFDA8", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "BFF48B9F8E", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 7171 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 7390 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "A2E8071414", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "3B67837376", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "AD3B7118D9", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 7391 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 7603 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "9958B46B4A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "00D2306666", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "DA7A7CBE3F", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 7604 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 8420 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "AC76167A46", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "CD5075023C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "DDB2FA5DFD", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 8421 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 8595 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "EF0B4F0AA7", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "4362E3B464", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "599DF69B2A", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 8596 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 9128 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "A39E907407", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "90CAAA9A59", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "8184875D08", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 9129 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 9333 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "6C24244D48", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "204C178DED", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "D8BB828BF8", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 9334 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 9551 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "C4BEE51B4A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "8AE0422FBC", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "588DF6D810", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 9552 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 9721 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "2E421EEFCF", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "56B4228025", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "0CC37013B8", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 9722 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 9912 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "9214CC1D58", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "85C870C69D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "0004BB1B81", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 9913 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 10058 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "01EEDC91E6", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "044E1BE8FA", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "4BD60B146F", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 10059 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 10290 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4343D18043", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "EE26D6A10D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "5D84118863", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 10291 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 10613 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "362B72B82D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "FA64226ADC", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "A1EC8A114C", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 10614 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 10832 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "EA8A09AB1C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "4FDC4EF801", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "5BE7A594EA", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 10833 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 12187 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "08E90BBB20", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "504E2D6599", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "F7C89E849F", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 12188 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 12433 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "ECC6794997", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "3848539FC4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "EE9C2E62FA", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 12434 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 12587 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "881A888864", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "83CF0DD1EC", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "83B273B3F5", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 12588 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 12825 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "9FE0100BEF", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "6114651CC4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "85B8A883FA", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 12826 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 13064 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "546ECC18B7", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "B0A9AC0C40", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "0D3ADA8289", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 13065 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 13803 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "85E4D8A989", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "E4ABE76C6A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "F19DE80A64", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 13804 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 14273 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "DF26CB87FF", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "BC8FB8A8B5", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "B7336F5B53", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 14274 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 14471 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "ADDF9D2AF1", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "E1FBAE5A16", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "A04B4DA407", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 14472 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 14738 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "ED6830BB06", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "A4BA27A84A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "6656E5692A", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 14739 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 14940 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4B5A230FC4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "879EB9B18E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "4196E1F7E2", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 14941 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 15224 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "61E0970771", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "A963FC0AC0", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "437E70F33A", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 15225 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 15832 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "7CD90CDAF8", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "4E53CD6A82", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "A64DECC2C8", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 15833 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 16076 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "3330A30CC2", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "7F92021027", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "766D4CD9D0", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 16077 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 16708 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "2C98AC6339", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "BD716DE605", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "43CFBCCC75", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 16709 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 16894 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "A1A1DEA3FC", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "4BD2FDC965", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "91D31CF895", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 16895 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 17182 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "74DC5E587A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "ECC642DE22", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "54D6F0AAA3", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 17183 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 17790 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "6B95C77778", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "5911381133", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "458D881DB8", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 17791 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 18150 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "7AFFB6EA9A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "DEC661C2EC", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "CABFFBE1FC", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 18151 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 18452 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "9B41066D1B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "42C5AA893A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "CE6479D19B", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 18453 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 18613 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "1343014833", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "0A0AAAA6A4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "9A5A60D4C3", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 18614 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 18922 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "DD607A8806", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "9740602700", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "2E308F8300", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 18923 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 19146 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "8123E0DD66", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "0CC050A664", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "2F29329DE6", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 19147 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 19442 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "00CBCDB170", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "5B0397CF98", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "DBB69C3B43", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 19443 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 19632 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "8E162F5441", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "9C736E8348", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "9DDBA01D3D", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 19633 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 19822 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "3E635D5953", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "FAFF392F07", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "8A3A6767C9", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 19823 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 20019 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "034BCA63AC", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "B18D1B186F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "47BBB8748B", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 20020 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 20273 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "5E40304BA0", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "438B984F9A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "3736B9BF64", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 20274 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 20483 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "7445349E05", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "844046C878", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "3797ABFF19", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 20484 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 20645 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4B4D6B298B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "21125EA2E7", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "244825882B", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 20646 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 20817 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "9A9BFB61C2", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "440C5558DF", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "90C9FCD2A1", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 20818 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 21026 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "546D5782C5", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "4D8D47D484", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "04854DDBFE", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 21027 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 21187 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "2753A12149", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "0DA251B240", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "63474B6B4B", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 21188 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 21463 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "3D38BCF344", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "64C6A1E7C5", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "7DABDA5C83", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 21464 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 21612 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "CC804E4A5A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "BA1A0CD9DB", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "4BC34576C5", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 21613 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 21786 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "67A82717C5", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "0440FF87CD", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "CCBB4A6E9C", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 21787 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 21966 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "09D3799373", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "585878C84D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "EAA6EB98E9", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 21967 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 22167 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "E3746FB654", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "F82198C912", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "988279A986", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 22168 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 22320 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4436F29399", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "69304053E4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "54DD45242A", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 22321 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 22496 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "BE5FE2A262", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "3E33535F30", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "C54C9475B9", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 22497 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 23124 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "A6EB46B605", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "7C78D6F7CA", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "9B92390762", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 23125 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 23285 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "E8588E587D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "3D8044CE9F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "4DB753A71C", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 23286 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 23436 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "97CA2200BE", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "2ABBF2B9BB", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "379EBCC37C", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 23437 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 23596 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "EF200C9FAF", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "1881811B6E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "452DCB048B", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 23597 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 24125 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "CA3A1F1FEE", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "9904464235", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "946963F6B3", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 24126 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 24265 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "80424D5D0D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "1118F34433", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "FF545F4805", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 24266 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 24486 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "9B16BF0FC8", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "C01AB1B1AB", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "21F50142FC", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 24487 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 24687 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "FB0DFB1881", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "1CECEE9191", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "FAD31E918B", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 24688 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 24844 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "ADEEE455B4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "20AF2E2EF5", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "C6B33F5B38", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 24845 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 25023 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "1F3AAD7429", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "3CB115A9AC", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "0EE71EA9EB", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 25024 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 25231 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "E6DDEBA5D8", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "FE8EE01E7E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "4366906334", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 25232 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 25448 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "B7E7D99C0D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "486CCC4758", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "759B9CE99C", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 25449 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 25583 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "9F6ED5DA9A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "667663BC69", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "963AC800BB", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 25584 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 25778 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "3ED173D418", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "2EB1AAEEEF", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "34CDE2376E", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 25779 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 25968 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "23A39A4429", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "D91BAB0137", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "DBEACA37CC", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 25969 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 26162 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "7464744777", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "B1292BBE46", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "B8AD88D429", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 26163 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 26653 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "18E9CAC88E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "490777CC87", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "E6BC893FCF", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 26654 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 26850 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "11B8114DB3", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "8A843EC8EE", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "04844B3C01", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 26851 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 27338 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "07BE0493C9", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "C9233C3C47", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "DEDEE043FC", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 27339 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 27540 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "2CC9FCFFA4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "F57A5EE79E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "9F4E15BE7F", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 27541 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 27727 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "907D13D9F2", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "93E4BE7425", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "44051E63DD", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 27728 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 27878 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "8499A7A7D3", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "BA8E5DE2FA", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "E270836FC9", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 27879 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 28049 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "C6C2F46DF9", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "C44D14A126", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "313F3A3A33", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 28050 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 28252 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "98FCCB2473", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "CB55AA0889", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "60BDF6BA65", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 28253 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 28423 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "F68E4AF804", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "B946494479", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "FF4308D8B4", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 28424 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 28598 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "C4460E4303", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "418FD8C344", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "89F554A4E7", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 28599 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 28907 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "94E792ECDE", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "7947055055", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "3382542048", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 28908 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 29077 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "6E7B909B47", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "8D1AAD4105", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "5950978E7D", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 29078 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 29237 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "80A6AA616A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "E3DE92FF7D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "C533C6AF22", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 29238 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 29358 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "78B0149033", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "DA5D2EDE53", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "F5A1D6C8F8", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 29359 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 29587 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4D502D18A8", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "0FD4E415BB", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "5457473851", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 29588 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 29760 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "364D881561", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "4068188BCC", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "3ECC97CCC3", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 29761 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 30076 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "1D16ED9D0A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "BB9F7FB1BB", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "5186CD4184", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 30077 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 30282 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "893EFEFE15", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "4BE04500BA", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "AA8F47151C", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 30283 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 30892 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "7BA09C878D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "D6D7A32A20", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "232F393515", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 30893 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 31068 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4C749E947F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "F6BE3BC88F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "FE14183EEB", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 31069 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 31249 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "2C63DC5C32", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "AADCEBCC68", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "DCD8833C28", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 31250 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 31433 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "E49191721C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "383D043316", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "4224260266", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 31434 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 31640 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "BE14F088AF", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "784E038858", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "ABE4CC0388", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 31641 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 31903 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "6AAD60A09C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "242DD66B58", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "9A1FD8F6AB", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 31904 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 32106 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "1B96497759", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "8935583ECB", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "66717A0225", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 32107 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 32347 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "94760D2E88", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "436A01E0E1", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "E4E9E6B4E4", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 32348 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 32518 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "65A11522F3", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "9B22B8E72A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "8959D05B34", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 32519 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 33103 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "2E345306C9", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "DB8DC883CF", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "6277FC6878", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 33104 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 33504 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "C4A349F1CB", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "64E9390460", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "90940A92A7", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 33505 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 34059 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "5599484454", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "8CF86AC726", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "38F9DF6BB1", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 34060 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 34245 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "3884B634D8", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "42DF44FC7F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "BDDD5F779B", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 34246 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 34475 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "1549494EC2", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "548C96E7A7", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "D44B868832", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 34476 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 35141 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "8383D1A813", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "A8FBD816C1", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "A9B809D929", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 35142 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 35325 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "C7389B0860", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "CCF86AFF3C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "97B8B74478", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 35326 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 35506 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "7B0E442B5B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "AB39E49F5A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "3AB2AAAB11", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 35507 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 35722 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "CA74C00006", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "93B7594ADA", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "5835D519BC", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 35723 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 36748 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "AF8F5A9C74", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "44B4CC9C99", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "8F6DFD227F", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 36749 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 36950 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "E02D2F73AB", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "E1956DC629", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "516131B835", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 36951 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 37468 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "FC8FE94983", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "3373477856", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "DAAB5D4D46", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 37469 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 38114 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "55AC245A7A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "988F6CF9BA", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "C754642365", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 38115 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 38323 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "F4C7DAC777", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "1F504F6FF5", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "B082EFFEFD", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 38324 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 38476 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "9A7984E8CA", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "D502C5F7DC", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "419C43C174", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 38477 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 38672 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "EAA4419A9D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "975D240179", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "4EDBA41A5C", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 38673 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 38910 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "266F71A478", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "EBD8CD2445", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "4BCB20479D", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 38911 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 39110 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "76348CC7CB", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "BE136723D3", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "4071B78732", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 39111 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 39377 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "3F4FF3D8E8", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "F060BF2EE2", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "72B1437D1F", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 39378 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 39628 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "7FAC776A2A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "95052822EC", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "440624A3A1", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 39629 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 39758 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "56A6325A43", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "FF62999AD0", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "C494CE4E6E", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 39759 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 40171 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "EFD9FDFD9A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "A86467834A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "523D87C7ED", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 40172 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 40721 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "8EF5AA487C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "BA81B9F5B8", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "922777A452", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 40722 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 40915 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "AB26D45319", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "2977A42985", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "F6405ACCDD", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 40916 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 41090 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "59F73A556A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "D26068A4F0", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "BADF549F99", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 41091 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 41258 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "ECDFEC1A81", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "90A044B044", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "DACE917139", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 41259 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 41474 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "FEAE1CDEEC", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "D8EA0F0F0C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "29B2298126", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 41475 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 41642 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "B785335523", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "9506E86702", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "2233E125C5", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 41643 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 41812 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "48F4FADA1E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "5D48A64A22", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "D2838F22FB", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 41813 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 42048 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "9E4F084AFE", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "A5F1F11A5E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "1B95AF0552", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 42049 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 42291 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "A4FA1E6F61", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "603643B808", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "36CEAE61D8", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 42292 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 42513 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "5DD1AC7894", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "D5A88083FF", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "D74CF8E561", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 42514 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 42943 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "969BE1DCCC", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "109FC0F8C5", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "1E3801D114", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 42944 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 43137 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "3E76388673", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "8DBB5B0547", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "409E8DD870", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 43138 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 43338 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "44B174BA10", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "4CA3F4B6CF", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "76D8B6EE6E", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 43339 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 43524 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "644EF544B2", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "4C389B4464", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "1643EE649F", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 43525 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 43708 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "5B85B3B35C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "B0454F7DA7", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "A9F0C79440", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 43709 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 43878 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "C48C0CBC39", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "C8CB39C94C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "F554E5DF8E", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 43879 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 44307 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "5E1048CAC1", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "2F4A2242D2", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "C7167B4BD4", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 44308 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 44486 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "7B94AB9555", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "F8DD316F84", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "DBEDC02ED9", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 44487 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 44751 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "7B5444BA24", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "EA02F0629A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "2DBDAFF38C", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 44752 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 44979 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "2AA8527948", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "EE5DDE3699", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "BB1110A404", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 44980 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 45142 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "68A46A15F6", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "0B150DD500", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "6DE8579448", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 45143 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 45345 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "ABB1666F3B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "2CC7DBA47F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "2E7DF42846", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 45346 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 45508 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "3A8EC2CB66", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "87EB9505E3", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "8B06838388", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 45509 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 45675 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4EACA83EAA", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "01626D2CC5", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "E40D450E7E", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 45676 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 45970 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "AC2E29B3DD", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "0861051F98", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "4E663A21C1", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 45971 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 46137 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "869A5422D9", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "C2DD0B9BC3", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "85775AA15C", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 46138 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 46377 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "52C0538D5C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "AA5F356C2F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "7A87018BC8", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 46378 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 47008 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "69440E44A4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "A2859D5574", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "1CDD5E5E6E", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 47009 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 47188 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "49F9E96E28", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "0E873C988E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "C3852B3E7A", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 47189 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 47993 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "69C72BD777", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "D98393B38F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "8D4544B484", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 47994 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 48653 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "3FBE2B7F33", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "DA55FBFA35", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "2596CC6316", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 48654 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 48875 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "96AA42DD4B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "742C7C5A3F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "584855EDEA", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 48876 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 49123 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "C3F88C426E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "EC4A078CB9", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "CEA1419D10", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 49124 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 49366 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "B467538492", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "609702171D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "7DE9A49457", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 49367 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 49612 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "227688788D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40AA777C1C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "48311E11B5", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 49613 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 50358 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "212342B224", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "C57B5A5E34", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "BF6A478100", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 50359 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 50626 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "E5ED9AE65E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "BF9626736F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "E10B1D4B44", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 50627 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 50846 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "9F0A7DBB9B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "66606FF3FF", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "9FFC03CF16", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 50847 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 51099 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "77875A4371", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "6A7974D249", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "5570CBBAED", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 51100 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 51277 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "C4BEB0CB04", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "E946EAD194", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "6E1F466D6F", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 51278 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 51746 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "5FC711FA2F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "CACD94D45F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "A07B98F3CC", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 51747 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 51973 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "DCFFEACE6C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "3CCFBC1C24", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "7002D72090", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 51974 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 52148 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "77B9447AB7", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "4B8ABB9C58", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "B35641965C", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 52149 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 52714 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "604F3D0FF6", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "234944E287", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "14EEDEE347", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 52715 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 52982 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "B47755295F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "C367ECBF57", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "41AFC21871", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 52983 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 54316 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "5B4D2F462A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "87378ECE39", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "94A09F95A0", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 54317 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 54586 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "FD33783C62", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "E9C4FB8995", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "801A14A801", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 54587 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 54700 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "440EAB37C7", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "313C7DAE6C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "4F1143F082", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 54701 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 54920 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "F2C888DEDF", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "0174223432", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "97639B5BB2", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 54921 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 55201 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "C604A11C6D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "A51D4290A4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "4ED1662C20", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 55202 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 55376 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "5F745F577F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "A41858FA2B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "44BF5EED4E", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 55377 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 55509 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "8B3FB8E400", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "9BBADCC312", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "76FF444689", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 55510 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 55660 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "13318D734D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "C34B46A685", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "3F0BBF63B3", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 55661 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 55781 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "E3E0457322", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "C99FB9DA85", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "3DD9D2F471", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 55782 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 55937 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "0903A93C9A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "64461E4045", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "E2EE2EBDBB", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 55938 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 56102 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "0A3C273A17", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "2C2293CC1C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "3F8AE8DD2D", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 56103 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 56307 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "96D81E0B21", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "C6FFAF94DC", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "D28D284428", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 56308 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 56560 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "085457D076", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "FF5FA079DA", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "9D73DBD895", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 56561 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 57080 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "3F581A9A2F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "7A759DB440", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "8D0490754D", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 57081 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 57274 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "F64F3FCF2E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "D16AC34C83", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "BF5904DDD4", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 57275 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 57555 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "B57B6A88B2", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "E020B672F2", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "AD44E7CC4D", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 57556 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 57718 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "10A553A344", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "9286B4F992", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "4519194415", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 57719 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 58045 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "614D4F8196", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "DA2136682B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "AFE2393AAA", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 58046 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 58260 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "5B8A9089A1", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "48246B2B91", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "4514201A14", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 58261 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 58466 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "323C04029C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "3B00C9C860", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "245B65DD83", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 58467 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 58644 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "286BA57927", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "1D15BBB2CF", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "9B0B73D9E7", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 58645 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 58865 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "DDB44CB71A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "82847E5D38", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "2FDD97E998", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 58866 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 59980 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "153837C459", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "B61BE7D2ED", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "C469C8F92D", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 59981 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 60182 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "E353B805C6", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "6DAD990E6D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "44A4E2AA92", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 60183 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 60864 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "718333DAA3", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "33AF39AC5F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "6186495A68", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 60865 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 61056 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "21F0BB0660", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "2E422346B2", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "9DF4D9F9AD", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 61057 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 61227 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "E8560589FE", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "508A565282", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "14EEAE2A42", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 61228 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 61397 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "36EA4F532F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "B8EC88BCB0", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "5644F0F05B", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 61398 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 61594 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "5ABD4A5EFD", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "55B16C2544", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "C4861E5982", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 61595 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 61852 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "D7D6010D6B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "13DD669022", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "B6EE86156B", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 61853 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 62077 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "6671D4A717", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "AE276F22E4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "308FC6CFB3", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 62078 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 62570 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "361FF3F2E4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "E736E331B4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "480D8654DF", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 62571 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 62978 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "DB9674ADD9", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "DD74AD8B98", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "B7E96B50AB", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 62979 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 63132 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "960200D962", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "FF0DAF9F44", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "E27A0754A0", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 63133 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 64092 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "246CD16C1E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "C8C3E30E74", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "5DC5A52D87", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 64093 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 64277 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "09D7FC3A53", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "E579D83A3B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "F8B9A3A148", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 64278 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 64492 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "AD228A13B7", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "55853A022F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "8C8CD25A18", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 64493 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 64646 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "C5E42FE26E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "55DC2541BB", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "E8ACC1CA50", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 64647 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 64857 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "2427ECBB8B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "AD5DACEABB", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "8B7B2AD2F2", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 64858 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 65093 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "CBFCE4FE9F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "97A45A2DD5", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "8660A80666", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 65094 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 65735 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "7B56649777", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "DD04BCEFBD", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "BBA8519A4F", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 65736 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 65943 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "5E36EBBCC5", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "02DC2A78C8", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "9651EEA129", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 65944 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 66689 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "BE759CCC1A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "1291492291", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "2C270AB77C", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 66690 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 67120 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "3A20D4C844", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "C36EE836A4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "F634BBD368", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 67121 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 67401 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "BC6AD96B05", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "343B7680AA", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "A2AA954525", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 67402 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 67611 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "CCB5BB6662", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "93231BE723", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "6916821474", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 67612 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 67813 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "77DB8E1EB7", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "7FA4FCFB1C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "43CBB68FAD", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 67814 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 68016 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "7F77B8A548", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "38E380C281", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "649EBB2EB2", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 68017 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 68316 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "AA680FD02E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "58AB88A887", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "5365311AE4", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 68317 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 68472 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "824D62873A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "58AA6D2DA0", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "C334243DB3", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 68473 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 69223 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "94B9B28C00", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "8E06761FEA", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "3D462CAB1C", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 69224 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 69430 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "AB867324F4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "FE9D69A4AF", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "B3403BA410", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 69431 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 69653 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "9918AFB9FE", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "75C6518558", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "3EC3A9737C", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 69654 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 69879 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "BF8F95F529", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "622AC4D42A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "61D743CB59", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 69880 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 70398 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "F5B4E397EA", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "F60F22CC62", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "E5CF57D646", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 70399 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 70645 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4645E0E6CB", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "1AE735B3AA", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "E02A561013", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 70646 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 70850 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "0229027477", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "EF9D8374A0", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "08CD4C5EA4", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 70851 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 71053 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "B656D263DF", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "5B99312A63", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "952D8509A8", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 71054 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 71310 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "928866AE86", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "4901817218", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "C03294CC23", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 71311 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 71499 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "942067A90B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "4A5A767ECE", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "8DC5DC22D7", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 71500 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 71709 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "CDCFACA044", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "439BBB38B7", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "4D428137CE", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 71710 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 71909 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "EDFC54C8EF", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "D1888B7EE1", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "718B34F44D", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 71910 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 72328 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "54CF42433A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "AEC4CA3E3C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "3C4ACF34CC", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 72329 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 72520 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "81044847F6", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "5444FE04BC", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "56C92A544F", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 72521 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 72723 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "E08B9E3E4B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "C6DBBD4C2C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "389DAAABD8", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 72724 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 72916 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "43B8BB15A7", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "C35EE53C4C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "6FEB13FB53", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 72917 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 73075 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "79EFEFEF5F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "0A00988BBF", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "DEA37F34A7", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 73076 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 73253 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "5C530956CF", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "96BCA64C1F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "5D1A441264", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 73254 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 73427 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "68BBCB81BC", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "CCC99F20DD", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "50B9294535", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 73428 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 73832 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "D5EE4759A9", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "3277F444AE", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "DB4B7A14A4", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 73833 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 74086 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "00CE915EE8", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "2B299E9F28", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "81AACF4212", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 74087 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 74229 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "9DC9EEC9CF", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "A2ED911865", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "A44B1486A0", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 74230 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 74390 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "6C1C0BC68C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "8CC684194C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "F63DF4FEF5", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 74391 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 74614 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "BBBD2B8694", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "4BC8F6415F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "2B4559EDC3", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 74615 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 74767 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "B27BF4B499", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "4A9C0951AB", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "D48D9C8B2C", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 74768 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 75660 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "418B707531", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "349C32A28A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "4CA66A353E", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 75661 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 75873 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "939F5520F0", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "7DA5219888", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "5BBAAB0B0B", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 75874 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 76088 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "8CAA565EC6", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "A73A632309", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "D4D54F28E2", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 76089 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 76339 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "0130F44F40", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "8DFA756814", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "64A7154118", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 76340 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 76603 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4B242E956E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "1FE3822262", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "BB8ABB7483", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 76604 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 76879 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "6BAB1BABE3", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "49B6319319", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "4D6CC4C836", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 76880 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 77575 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "BB46B7483B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "E1E46EF674", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "6070F2EA22", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 77576 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 77860 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "73E8FBCF40", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "032C050BB9", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "98DA444664", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 77861 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 78673 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "6088FD6F1C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "DCDC6D11A1", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "738643266F", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 78674 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 78839 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "FFDA14BF41", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "B0FB9DDA2A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "7A049A6620", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 78840 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 79692 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "D866064677", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "44BFC4B991", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "C6FEDC9BB6", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 79693 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 80455 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "99B839B999", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "4119F34041", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "BB4949AD60", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 80456 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 80715 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "5555E6D159", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "C6C14C72D9", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "540B244006", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 80716 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 80919 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "8C3C973887", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "379A44C869", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "014D4822A3", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 80920 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 81132 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "CB0CC4CEC4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "591EE9DD77", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "CA6C1E5E6C", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 81133 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 81352 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "DD61DD98E5", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "577B775781", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "044460F3B3", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 81353 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 81590 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "04985801C3", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "C03AE41456", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "3684CB4443", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 81591 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 82368 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "383B7E77A5", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "4817594A34", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "4C46644281", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 82369 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 82571 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "8648E5D8A2", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "FE54D299DF", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "341353F4AF", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 82572 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 82810 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "ADF062007E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "4D86EEBEE7", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "D86FA1F8B3", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 82811 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 83535 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "08A2A5EE54", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "9A4A98ACEB", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "1E10420A2D", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 83536 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 83716 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "93FF984449", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "186D474C0D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "FE1E2E149E", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 83717 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 83928 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "090587546E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "B3BE1AA810", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "FA0A5A1CBC", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 83929 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 84132 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "DE255F8BF8", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "36468532E4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "84AB3A4C3C", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 84133 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 84290 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "8EAFE2A682", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "743D228123", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "691BF626BE", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 84291 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 84493 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "51F10BFF1A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "BA44B3ABB4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "B14B83414B", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 84494 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 84732 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4AABBFA76F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "EFAEE8585D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "7623A39247", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 84733 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 84908 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "6D80C00711", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "DDDC616FD2", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "90CBD0BD92", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 84909 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 85116 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "FE9499C424", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "5EFC506014", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "03CB4D3444", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 85117 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 85311 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "E10904C33C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "F747B4E77F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "E3CEC0C040", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 85312 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 85528 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "B0744C320C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "0DC9D9E977", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "4FB5BA08E4", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 85529 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 86363 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "F05DE55348", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "CBC2C5604A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "8C9E886CC7", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 86364 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 86708 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "8016550BEF", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "4CC0982461", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "883AAC4A02", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 86709 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 86918 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "ACC63224D0", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "E9B9E982B2", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "0847C370DE", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 86919 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 87121 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "B385AB494C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "A2CBC589D9", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "15F03DCCAF", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 87122 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 87253 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "9A173612EA", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "A3B40938C0", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "38E585C83B", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 87254 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 87416 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "6E16E7A436", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "C17389A98B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "5B60606B8C", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 87417 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 87534 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "5EB94802CE", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "25635B5BE5", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "A0F9A9C0EF", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 87535 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 87714 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4598915D3C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "5DD8C45141", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "E38D90B3E5", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 87715 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 87903 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4448CC4494", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "F7A0839509", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "850F4BB028", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 87904 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 88057 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "46660F6077", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "A827FF8F43", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "66FE4F55B5", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 88058 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 88652 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4E7E62AEBD", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "D4A4438331", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "4667467065", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 88653 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 88884 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "3CD7DC1987", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "46D4BE6B04", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "0E305F8636", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 88885 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 89039 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "9B444909A2", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "499F7DE78A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "727C9EC374", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 89040 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 89217 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "945B9293AA", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "F707080147", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "53F04CAD43", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 89218 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 89355 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "EBD85311CC", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "42551F5E61", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "8099C09CEC", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 89356 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 89561 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "E8CA9BCF3B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "59447FFF04", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "B9309A2DD9", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 89562 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 90059 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "923263558A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "94E8EB5AB7", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "DFEEBE09FB", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 90060 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 90214 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "38874491D9", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "B6D9E86DD5", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "4A444756AF", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 90215 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 90472 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "79199F827C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "031C5C3A77", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "94948D7FBA", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 90473 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 90858 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "3A3C0B7AF2", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "DD90C48562", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "073BAEF37F", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 90859 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 91028 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "13137A0BB8", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "62B2B29652", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "8FC4186B22", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 91029 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 91223 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "0E53A044FB", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "F0B1B6B026", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "9E3CEEC89A", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 91224 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 91434 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "C37EDF45F9", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "8F417D5918", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "3B1362E9F8", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 91435 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 92032 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "C33619F413", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "42C44D4C49", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "62A9D500C2", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 92033 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 92420 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "34423126D1", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "A7357DAD57", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "5840A0DB45", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 92421 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 93090 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "E7EE856AE9", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "7F88AECCAA", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "8A4B848EF3", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 93091 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 93278 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "C44CC484AC", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "B47F90707B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "111312D202", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 93279 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 94042 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "5E0E52F2D2", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "E11A617B75", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "00984B0BA5", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 94043 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 94218 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "CA51E3C524", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "91589B5495", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "EDEEA44387", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 94219 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 94753 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "AA84E436DC", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "99E5573B0A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "3C86C98823", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 94754 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 94923 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "B49F2F843D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "34114B7118", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "2D5D44492B", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 94924 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 95106 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "5FB8B3AF38", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "8448EEAA07", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "C3915CE7E9", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 95107 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 95352 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "50A1336E10", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "8986B1623B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "749414A0AA", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 95353 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 95623 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "666BA646D4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "C4DA18ECAD", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "F091DD0EEC", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 95624 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 95905 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "41A6A8DDAE", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "D3CFC04588", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "ECCD394FD3", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 95906 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 96106 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "8A00D0A2FD", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "4B8C881816", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "3A2ED46406", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 96107 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 96811 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "65A54E0A77", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "1B91CC21E3", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "A69C0EE133", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 96812 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 97060 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "664E881C53", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "7878E4EE5A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "3344CA88A4", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 97061 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 97263 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4ADC2BF0CF", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "FF9FA2A1ED", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "A46454AE9E", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 97264 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 97722 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "755EDD4B71", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "91DB043E1B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "5E022DB5E2", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 97723 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 97901 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "0F7AAFB7A4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "22417B5FE5", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "F3D0443496", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 97902 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 98106 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "A9844F49BF", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "E3EC55CFFF", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "F8632892F2", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 98107 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 98880 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "2445BC5144", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "09767353A5", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "22846E88EB", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 98881 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 99487 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "92F06994CE", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "56A09356D4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "B407646172", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 99488 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 100101 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "44B110A701", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "9A2610211B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "47DD377854", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 100102 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 100282 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "87A771ED1D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "3F540B808F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "45A8319B82", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 100283 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 100499 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "6C32E6CC8D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "0FE57A82AA", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "944AAE54A0", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 100500 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 100717 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "D88B191A87", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "AA3D03FE8A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "BBE02B10DB", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 100718 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 100935 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "F23C54282E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "1BF9E6348C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "DF7814D45E", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 100936 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 101100 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "AECA404300", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "0676AA34CA", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "FF8EFC1479", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 101101 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 101322 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "3E6731344A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "6944E36B4A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "0AC309CAFE", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 101323 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 101506 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "B8BDAB6C23", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "8DDA055750", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "A5DD98249A", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 101507 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 101712 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "643A0F0FF4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "85F31FB85F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "D3D3883EAC", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 101713 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 101900 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "E1F1F3109F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "483958FBF4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "F24EE4DE22", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 101901 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 102145 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "8481141047", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "F425B2154E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "CDF2D2EBB4", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 102146 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 102307 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "8AA8848C28", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "F685CD889B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "9149427D42", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 102308 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 102505 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "0D3F637928", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "061AAAB488", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "4FAB173EFF", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 102506 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 102705 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "66D22B236B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "B666403396", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "899CEC2E02", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 102706 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 102886 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "0EBC50E4C4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "77D492D88E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "AD90906051", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 102887 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 103073 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "89B3BDB4B2", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "EEBAFA8EA4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "C48E999406", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 103074 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 103235 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "8117E33D8B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "B1B3D00613", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "5F009F3A53", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 103236 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 104062 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "60256D8089", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "22A2FFFC5D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "A36443F486", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 104063 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 104241 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "2323BBE1E2", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "343D4888BE", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "03407B102D", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 104242 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 104628 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "0443D7E7F6", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "45E9728367", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "4B58BA60E6", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 104629 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 104820 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "B54EEEAEEA", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "7BB27BA725", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "647B68FDBD", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 104821 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 104969 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "CCA9BCCCAA", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "4C48208434", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "3881D46412", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 104970 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 105788 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "3DE2D53394", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "6D9F847CFD", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "A04B24204D", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 105789 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 105907 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "DE48BBEBBB", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "E98912BF22", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "FA722BF12A", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 105908 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 106104 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "D9D13D40FB", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "758508447C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "773647781E", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 106105 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 106409 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "8413888488", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40B03B613A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "5B1433E1BB", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 106410 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 107000 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "08A7997F0E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "5211F17996", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "8399328CB9", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 107001 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 107264 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "78BEAE647E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "F811DFBE88", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "C42FD711BB", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 107265 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 107503 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "2788775459", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "DD25771D71", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "08B7758C64", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 107504 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 107673 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "0E150C1008", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "AB4C5A50AD", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "050CE2E5CE", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 107674 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 107862 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "07003E670F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "949ACEE7F7", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "C3322BEB88", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 107863 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 108233 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "34D3DF7D7F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "6BADB66AAA", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "682068C422", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 108234 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 108408 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "17D9172E42", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "432EEECDE4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "AFCADD96BD", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 108409 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 108622 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "D144D62624", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "49BCCACA42", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "99D26669B6", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 108623 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 108827 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "DB422782ED", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "DCEADDA64A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "66D93A513A", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 108828 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 109222 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "06E9E5E4CD", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "DC9ECBDBEB", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "B6C648A6C6", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 109223 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 109451 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "6B3CF853A6", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "849B9AA414", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "C12B68D3DB", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 109452 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 109849 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "D68FF6FEA3", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "9DDA5AAC8A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "5D98DA8880", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 109850 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 109998 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "C37C54430A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "53E4E4B43A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "B98921EA5F", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 109999 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 110236 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "2116976221", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "28CCAC51F4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "062DE37DF1", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 110237 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 110466 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "EA00BA0AF0", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "72003DCC02", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "E73ADCFFFD", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 110467 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 110661 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "12DCE72230", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "FA0BC01C02", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "DF74D3DDF0", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 110662 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 110861 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "6229106D04", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "4AFE8021B1", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "D864514AD3", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 110862 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 111372 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "3683A7D696", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "F77749491C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "9AAF4791A6", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 111373 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 111613 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4213435111", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "3A435D55FD", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "5A6BD82D27", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 111614 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 111818 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "8C41FBE4DE", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "AF0BC4DFE5", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "49893C3109", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 111819 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 112078 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "2EA8E81CA5", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "C8A5449AF3", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "00C4A819E4", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 112079 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 112335 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "69077B483B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "6FC872278B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "8475438C98", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 112336 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 112528 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "894284BEDC", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "EE41464FC1", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "283134FD42", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 112529 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 112681 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "6A1B9CA18A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "B18D608D4D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "11B053FA0B", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 112682 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 112906 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "B8F7E4A070", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "458549244B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "09C68C7D48", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 112907 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 113101 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "0A55759B55", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "423750EA6E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "13CF7B3B44", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 113102 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 113693 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "E8C1C6714D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "17D18DCAC8", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "AEBCC28BEA", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 113694 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 113897 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "B8A778211B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "F8722D77DC", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "81A9C084C0", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 113898 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 114077 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "EA8138BE60", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "C504AF511F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "F2B7FCFCA9", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 114078 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 114226 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "E116EF78C8", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "03BB219501", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "B19A378981", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 114227 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 114407 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "F717240281", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "B4A200BFB0", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "A7257109BF", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 114408 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 114642 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "2EDAF2F003", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "CA644DEA49", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "3A6AB3F41B", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 114643 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 114811 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "23FFB2F441", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "FD862F4163", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "7F5BB6FE55", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 114812 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 114995 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "01FA464841", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "C88F7E0C43", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "894D494CBF", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 114996 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 115236 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "323B075E70", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "518C888304", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "B455084D70", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 115237 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 115384 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "2B21393363", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "0EA3466146", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "7297293B99", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 115385 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 115954 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "97CBC43C93", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "A3F2443B41", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "E3AF206D7D", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 115955 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 116148 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "1210916B0F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "39B5553A15", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "4A879B787C", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 116149 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 116362 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "FF300BC968", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "79DA0DEB75", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "24BB3E4AF6", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 116363 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 116530 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "5DB7B52103", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "687A801500", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "EEEB95CA77", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 116531 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 116739 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "C6A8CAD699", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "F3DF8DA15A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "BFE2215FBF", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 116740 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 116953 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "A5FA2A7151", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "9913ACC843", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "0B7CCD5117", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 116954 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 117143 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "549EA9259B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "E528911EB8", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "006D9A0030", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 117144 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 117328 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "E4F6CE6629", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "5D7ED75440", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "DA42C83BDA", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 117329 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 117551 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "B57CB83997", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "E742EE37FE", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "84EFD89A85", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 117552 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 117820 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "5952D26C1D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "78022B9CBD", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "064C194D37", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 117821 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 118039 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "3846E38C88", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "3AF37434AB", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "C3E4EB0280", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 118040 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 118275 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "D3DF45675F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "7247C72846", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "FA9AAAD294", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 118276 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 118537 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "212E4803D3", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "CD6672A21F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "EBE5E832C4", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 118538 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 118763 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "F0060B4B0D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "1A5AE2FF0F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "F4424F1E88", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 118764 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 118978 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "95F9A75939", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "A3AAD7A5DB", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "0F4B0E40BB", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 118979 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 119208 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "9C93E23939", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "AAA0B8A2AA", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "4F89F56D4F", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 119209 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 119447 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "2FA2BBA993", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "2EB299D4D4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "171D5DC0B5", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 119448 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 119702 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "49872328E3", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "EEE0EEE78D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "B65B53407A", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 119703 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 120249 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "5547B17416", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "A8B14C688A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "CCAF8D2652", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 120250 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 120485 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4B635B254C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "43DD47404D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "41ED971420", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 120486 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 120781 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "D251B7626A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "B100AF1956", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "635998CFF6", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 120782 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 121528 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "A0A32455B3", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "8B6FB6D8F3", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "0B42A49CFB", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 121529 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 122363 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "B2C5BA252E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "45655E2282", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "F268F02728", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 122364 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 122631 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "BFE6CBC6AE", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "9F56707090", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "447CA70485", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 122632 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 123223 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "0B24522133", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "89ECBF658B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "0BAF88885A", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 123224 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 123474 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "E16F0D3C44", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "CF8515CFFC", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "4F23B2275B", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 123475 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 123746 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "444ADCB422", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "C18E558AAE", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "D44DC1BA38", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 123747 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 124057 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "80CFD6EA57", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "2EE3D20744", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "BB1177F7D4", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 124058 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 124191 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "CFD3041F89", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "334BA684F3", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "804FE8FFAF", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 124192 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 124982 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "1119608750", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "6C3CA82F60", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "33992C9713", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 124983 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 125166 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "C1B760CCEA", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "1FF1763BAC", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "30871940C4", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 125167 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 125335 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "E6636C8D1E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "470C73F750", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "A188855FFA", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 125336 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 125503 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "B5AA22669C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "7E0042E82E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "187332360B", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 125504 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 125711 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "9F324DD43A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "69819540A9", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "BAA60B4669", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 125712 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 125931 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "AD44212782", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "080B0BBB4F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "CE57E4706C", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 125932 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 126134 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "38C17D87C0", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "6AD6D887FF", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "F4FC0B3AF5", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 126135 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 126351 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "EDA9EACAEA", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "DDDDE31DDF", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "FCFF7E19CA", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 126352 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 126615 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "9A67934431", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "FF2EAEBBEA", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "82931B4A45", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 126616 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 126801 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "F03BD44AFD", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "8790F40AB0", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "A5879B954A", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 126802 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 126977 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "7C5EFEC549", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "3C23240E26", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "B4386434B0", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 126978 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 127141 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4766893C6A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "D242A482A6", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "AA6A6D0B99", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 127142 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 127332 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "E7166E4700", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "88ACAB8A44", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "8151C52852", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 127333 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 127511 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "D59C9A8AEC", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "364BDC3E93", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "563F230B38", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 127512 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 127664 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "9B7A7B8BBB", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "F2009C4443", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "498E43DD90", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 127665 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 127813 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "C9E4F46834", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "9A177371A9", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "49BD2D7BB6", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 127814 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 128363 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "337E4F694E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "1AAAAD6599", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "501A04FC78", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 128364 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 128576 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "BEF0FE096D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "71F66F77F8", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "8E8E3873F8", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 128577 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 128770 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "BC1205B677", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "82909C4354", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "F780E17378", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 128771 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 129017 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "7BCE7EB5D7", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "194C9FC49D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "04AAA44B6D", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 129018 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 129203 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "1A55EBBEFE", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "BDDA58D50E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "FE88EC948E", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 129204 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 129397 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "15481527DD", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "6AC6C22C9C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "EED2E0DDFF", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 129398 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 129556 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "1AC72425E1", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "B02A854A54", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "5FDBCA4578", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 129557 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 129765 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "90B233F758", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40D0E13210", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "044D09C99B", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 129766 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 130392 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "98943EECC3", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "1AB4983998", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "144CDC2372", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 130393 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 130618 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "DAD74EC5CA", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "664B6631C9", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "C3E24EA92F", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 130619 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 130802 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "CF298AD408", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "E8686E8DEA", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "09BA109BB3", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 130803 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 130983 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "411C973157", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "E1BA5862EA", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "D762884476", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 130984 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 131198 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "D67EE06729", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "BDB681DFEE", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "79DCA25BBC", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 131199 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 131344 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "6B7553ED02", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "F56891B71B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "50DFE1820D", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 131345 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 132100 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "24244282F4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "5FB9B14704", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "238B760126", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 132101 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 132394 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "635066A846", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "98A8E8A842", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "F1F56BD7D7", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 132395 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 132582 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "889EEAA933", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "A5244242B7", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "E1ED12BE01", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 132583 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 133542 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "AFDDAAFA07", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "1F2AA1164F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "14141A8FAA", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 133543 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 133783 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "E678B40446", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "F1224D9443", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "BE84914689", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 133784 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 134013 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "D8F8F4F29B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "26424BD5B3", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "A82BA4CE6B", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 134014 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 134295 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "AB0F373357", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "4B79B45478", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "D22BDB7414", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 134296 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 134556 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "14F69F3101", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "90D7394BF4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "455F1244D9", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 134557 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 134800 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "A9212DB452", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "D1B1C7817E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "CBFFD9A07F", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 134801 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 135041 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "C9C79DACDA", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "438446D153", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "B53B4E8269", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 135042 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 135331 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "121CE8CCD4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "408D83814F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "F583B745B2", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 135332 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 135488 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "F93C8F592E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "96DBC069BA", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "5E534C46CF", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 135489 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 136403 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "259551318A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "45CBF4AC44", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "D58ECD494C", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 136404 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 136597 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "9E489A3430", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "2B17684DA4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "D0B850A828", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 136598 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 136796 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "63074331D0", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "404E454018", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "100DB61FC7", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 136797 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 137016 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "ACCA3312C7", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "F8B103DA68", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "64E498EE69", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 137017 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 137189 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "C83A637FEB", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "899E992384", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "FBB0777B00", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 137190 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 137339 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "AAAAA616FE", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "75FD566E55", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "06D9B199D8", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 137340 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 137608 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4C1A126A61", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "865461FF09", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "2922813362", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 137609 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 137787 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "BC25F5BBCB", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "280C61A4A0", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "A74DDE3137", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 137788 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 138165 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "35394752AD", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "46D6837637", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "85C6B1463E", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 138166 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 138546 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "44ECBE6EE4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "8A9E097A99", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "202C6886D5", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 138547 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 138719 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "DC2D2A098A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "A9BABF4149", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "2AF8465336", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 138720 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 139014 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4EC9099905", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "21D11CA57B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "1A3ABE638F", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 139015 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 139273 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "104E37E819", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "5CF9C27AAC", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "09FA9EE511", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 139274 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 139541 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "6E496B2B61", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "0FB6281C17", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "0FF5B7CC4B", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 139542 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 140127 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "C660E63D7B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "774D123D77", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "3DD63CD3E9", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 140128 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 140623 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "E3BD50DF20", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "B57552B284", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "7539FCA308", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 140624 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 140816 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "1FF0B3F44A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "C324833054", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "A17E66CCBF", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 140817 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 141048 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "271A660D70", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "A44268740C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "9DD888F488", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 141049 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 141236 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "2D23821F77", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "9EFE28E644", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "8C58EC2F6E", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 141237 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 141371 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "B1BF92E89D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "9E0F1FA940", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "6F514AD654", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 141372 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 141650 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "428D488DC4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "C4A64181D4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "D49606506D", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 141651 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 141931 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "B333173813", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "1FB183B4D1", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "956D1D4D68", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 141932 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 142156 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "0AD067CFCC", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "366D58C48C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "2A4A410CD2", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 142157 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 142891 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "5775818818", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "E1B646A000", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "9A4EBA2736", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 142892 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 143101 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "A4793A6B7D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "61F7B119D1", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "26520A70AE", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 143102 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 143301 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "B09A475A31", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "BC2BCBEEE9", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "77C8BD173F", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 143302 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 143533 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "81871152AF", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "4A54DDD9ED", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "26090B4697", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 143534 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 143791 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "262C71E4DB", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "4454A97649", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "900E0099AA", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 143792 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 144603 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "A86028927A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "A5D909D9F5", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "4C5365922F", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 144604 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 144799 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "569E596985", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "B565540519", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "7DB6E14AD8", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 144800 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 144974 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "5167E5E4E4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "4AA0CFAA20", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "D00A818112", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 144975 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 145232 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "80ABF4FCA9", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "29E2439444", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "889AD88988", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 145233 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 145905 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "D14AE3DC2B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "CF7F7E7D08", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "BE4AD4688F", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 145906 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 146098 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "0BA2185EA1", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "B5DCCFFF14", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "94D3D8C9D6", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 146099 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 146267 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "B5DAC40A19", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "ABA8E99C08", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "295A88D5A5", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 146268 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 146537 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "6DAAE73E3C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "932A4D6949", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "1D3D4B29F9", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 146538 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 146696 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05B5D88B4B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "08110C1226", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "D299A35263", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 146697 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 146852 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "990BC96F95", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "0A30C73FA3", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "367A6A25A8", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 146853 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 147098 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "3CBB50BB70", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "81F60F3342", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "61AFAF6EBE", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 147099 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 147827 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "AFB54FAAB7", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "3ADDB17288", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "4DA93B14F3", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 147828 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 148066 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "3925A8FFD0", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "DAC0C6D69A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "6D79EBB99F", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 148067 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 148389 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "6A50B955A7", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "45D5C4B44D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "E8C52FC2F7", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 148390 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 148565 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "A4BAA93CB4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "8712257D2F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "4A54AA4B5B", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 148566 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 148721 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "797548A7BA", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "685C33CE87", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "503B9AA144", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 148722 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 148975 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "ECFF771551", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "284C74160D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "FEB22277DA", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 148976 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 149258 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "71F9A64037", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "41698B9194", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "C128CC95F4", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 149259 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 149443 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "1984A58908", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "B881F84970", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "3111AC3313", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 149444 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 149661 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "B8FDDACFA9", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "58E5F13EED", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "70D124B1D0", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 149662 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 149879 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "C2FA7DCACA", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "AC0CC5FAEE", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "9CEBC9B529", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 149880 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 150091 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "E819D1416F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "0784BCA41C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "018888F98F", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 150092 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 150327 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "6113A5FA57", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "621918E7DD", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "57F88FF094", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 150328 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 150513 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4CB5D62F87", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "DD664ED4DF", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "5F6FBF6B97", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 150514 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 150757 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "012E10BB09", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "407939C99B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "41A98B1871", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 150758 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 151080 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "980A5FCC22", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "614CC0376F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "C903B9DBBA", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 151081 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 151393 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "E5F046DD95", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "E8D48E5D84", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "81883C3841", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 151394 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 151512 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "888C9D548C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "90D80A09C3", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "C81129E126", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 151513 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 151825 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "FDBC64CD1B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "4520AD02DD", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "0C00176016", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 151826 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 152042 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4A236B9F49", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "4A14AAD194", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "401CD8B47B", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 152043 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 152200 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "7ABDC9E70E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "86FFBA05B5", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "1D045BB6F1", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 152201 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 152355 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "8E3B404063", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "15250AA53D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "83D5E31EA0", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 152356 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 153104 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "27464DFB36", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "850177A855", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "C26EBFD319", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 153105 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 153286 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "D54EAA454D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "50224D2490", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "83E26C325A", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 153287 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 153457 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "8519FF471A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "4C6CB7EDBE", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "01837A822A", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 153458 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 153707 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "74DE612566", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "76A26A29DB", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "05CE57440B", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 153708 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 153898 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "47906FA6F1", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "8B7D00E089", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "2A2A67C07D", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 153899 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 154046 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "5EDE5FD185", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "BA04DB0AC0", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "3BF3882311", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 154047 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 154247 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "49B80B47F0", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "1F6BDFFA61", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "CAD4E8D1BE", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 154248 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 154401 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "CEA6B0AB8E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "AFE7A4ADAF", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "75251178A0", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 154402 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 154590 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "EB1B19096D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "22DDE1B33F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "A5B01197B0", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 154591 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 154779 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "BC6C427C12", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "D991906978", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "F45CB66454", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 154780 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 154947 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "162C209689", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "CC99999A3B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "00561A9012", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 154948 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 155095 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4BAB725FCB", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "52E778ED37", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "622CC3B8CB", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 155096 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 155920 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "762D04B3F6", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "4242499EE9", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "84948A1C96", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 155921 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 156125 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "B7AC206AB4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "D8C1EFFDC7", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "BB54756405", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 156126 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 156313 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "50EC6C6860", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "C24A620290", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "024000093B", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 156314 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 156480 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "37788A2945", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "30E38A3AAA", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "1566DFFAF0", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 156481 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 156714 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "66A9969E51", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "A48F40004A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "1AB9138FF1", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 156715 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 157194 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "223001CB2D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "68E26464D6", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "28B244535D", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 157195 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 157440 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "2CE95A4568", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "006A09F8D7", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "8E182FFC58", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 157441 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 157639 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "E5AEB40FEB", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "5E25514A55", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "36CF4CF6AA", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 157640 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 157879 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "01F9160609", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "EA06A8EAFE", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "743C37354C", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 157880 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 158054 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "E61F2940FB", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "A1C762CAA4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "7184745785", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 158055 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 158521 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4F3F7E3CC3", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "6EDEFFB944", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "2CE21B32CC", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 158522 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 158689 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "10B88B2768", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "4F54F9F77D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "F9720A9310", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 158690 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 159573 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "35EA36E356", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "C243FD5323", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "B19D1D03AD", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 159574 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 159743 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "FF65C8F9CF", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "C9F02C6424", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "9504B9594F", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 159744 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 159911 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "EEF13CF5FC", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "A85AB71ED5", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "B7FFF47FDF", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 159912 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 160094 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "9B334591F2", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "2798FDBE28", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "4F4B0B4F0B", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 160095 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 160259 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "CECEEECA84", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "DDD346D0D1", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "12140091C9", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 160260 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 160486 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "9996964668", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "A7065BB303", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "A918DEC316", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 160487 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 160611 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "A134AB485A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "7AB82C7DBA", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "2FF468A058", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 160612 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 161286 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "EFC99F4DF4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "FCC66F7244", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "823F474F03", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 161287 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 161452 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "B7EB13A124", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "D1E1F06B1F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "40F031F2FF", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 161453 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 161862 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "10000E8500", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "61153E9661", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "C7AA544A2A", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 161863 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 162074 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "ACACC0AFA1", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "9E080D06D4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "7D455DBAB9", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 162075 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 162719 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "E99B31C433", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "9C8192E663", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "CF2DC5FC92", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 162720 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 163562 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "F12A98FFFA", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "4F4E7334BA", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "DDB3B7008C", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 163563 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 163743 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "899121D92C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "FEEF7FD827", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "EE805EE9A7", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 163744 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 164082 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "B5DB634C4C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "52447FD463", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "C96C3636C4", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 164083 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 164256 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "298BDC5F76", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40901CC904", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "00082C731E", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 164257 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 164446 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "44B55FAF69", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "356453371D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "D0644E488E", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 164447 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 164660 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "EDA2A7CD70", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "951906D99D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "DDF3A63FCF", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 164661 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 164820 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "EDF9789A05", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "99D94491D6", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "442FFFBE8F", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 164821 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 165022 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "1142909440", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "E131E4190E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "43277045AB", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 165023 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 165212 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "34B3CEC833", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "1D12C48A1A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "8DC48EEA33", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 165213 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 165396 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "0B8D63B948", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "88CED0E1CE", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "1A296EBA3B", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 165397 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 165604 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "F63466894D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "BD99EF1BCB", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "83D6EDE19A", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 165605 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 166240 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "FA723175BB", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "2AE0EA34A3", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "7860AFE0CF", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 166241 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 166446 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4089892183", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "2C164E1E0E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "400E99A490", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 166447 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 166663 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "25AF9D8ADD", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "A038D03B70", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "E11A9501AE", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 166664 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 166901 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "D11A9B57C9", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "44F38A7A87", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "B9C4268CA4", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 166902 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 167090 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "CC140EE763", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "29B4F34A1F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "F4FB8A4EFF", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 167091 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 167238 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "777961614C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "A52F9657A9", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "D0FE3AAD6D", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 167239 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 167419 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "6C390A00F0", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "B309953E52", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "67A93737FF", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 167420 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 167579 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "081DE033EE", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "539F251543", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "A87EA4152A", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 167580 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 167803 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "31BB09CD00", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "54B0E050AB", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "1F9AD47A77", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 167804 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 168038 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "045F75EDD2", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "19C4DE649A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "2425AC6D88", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 168039 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 168721 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "3E4BA3E35B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "A777E74D7F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "6B1CE2A638", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 168722 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 168908 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4924F59BBB", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "6666AE4CD7", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "97A29A69B1", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 168909 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 169113 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "0AE2EDAEEE", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "B21DAB8D28", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "C74DA9378E", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 169114 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 169403 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "48C648944C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "34AACCA4D1", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "B771B30B02", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 169404 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 169568 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "C5E1FABE12", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "BD7F86E8D1", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "4C733EEA6E", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 169569 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 170168 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "9602422E22", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "422CD2BCCA", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "4ED4F48AC2", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 170169 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 170381 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "AEFEAA5DEF", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "8A6CEEA479", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "7FF220565A", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 170382 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 171225 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "5316C1A4F9", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "452C717C11", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "765B5957E9", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 171226 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 171443 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "23FDCD88B5", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "8A82F4AB88", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "9743612C24", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 171444 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 171601 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "0666167CE6", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "674699DEDF", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "999F6F69F1", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 171602 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 171868 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "EA2BA41CB6", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "DEB34DBB0C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "CA3FACB999", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 171869 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 172741 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4F3D07FDD8", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "77775E107E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "099022B621", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 172742 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 172923 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "483CCCA4E1", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "4AFB2502FB", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "FB78E0E557", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 172924 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 173061 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "2A44A8529B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "650F4233BA", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "E25F57D355", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 173062 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 173476 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "11DFAA4344", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "866E54B69E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "C856BB77D2", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 173477 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 173737 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "7DB95265DD", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "309C0F8C98", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "209328A00C", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 173738 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 174104 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "D2D2257272", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "A8276D0AE0", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "C1441099DC", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 174105 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 174294 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "6686914289", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "B63364B618", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "F947868F40", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 174295 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 174501 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "3D60F2739C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "99C49FA490", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "5D8EE13C18", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 174502 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 174666 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "EB74251EE4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "EF25964CA0", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "3D4644483D", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 174667 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 174854 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "9BCB88B8B1", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "28BA3BBBAB", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "39C8150205", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 174855 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 175032 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "54549CB8C6", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "1D95D19641", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "6F1A6437EE", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 175033 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 175214 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "376E74649F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "DB44B43443", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "F62E70C614", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 175215 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 175447 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "8EAFF4F5B9", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "95F0B44515", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "57E267EF6D", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 175448 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 175689 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "9AA9494F40", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "FE6EFE5E4E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "EB545435E4", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 175690 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 175877 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "5E42FAB5F5", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "0071ED8E88", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "1AC03114B3", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 175878 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 176100 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "FCC4134594", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "CA10D089BD", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "F0F80456C5", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 176101 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 176456 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "3DE5FB5042", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "4FDCFE4993", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "44DDD10DE9", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 176457 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 176626 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "38B0EBEEEC", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "28D7193296", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "167E1F4145", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 176627 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 176801 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "7E6B851676", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "DB4A008878", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "51A0474580", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 176802 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 177059 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "393939E305", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "F8AF29A4B5", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "DB4B5163C4", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 177060 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 177913 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "668B9988D9", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "E884F911FF", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "F3846CA244", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 177914 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 178109 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "E38F9EABD9", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "30DAC2A17A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "779C91C7BB", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 178110 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 178341 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "570DC8E17F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "0BD708E618", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "45080A0BAA", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 178342 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 178849 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "2442599796", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "96C88B5F50", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "7ACE6B7B78", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 178850 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 179034 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "8E38C4234E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "89EFEB99B9", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "3EBBBD4918", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 179035 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 179404 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "FFEE5E04C1", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "EDF0CFF5B0", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "6609AB046B", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 179405 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 179582 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "5BC5FED00B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "3AC18B0A3C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "ABDCCDF37A", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 179583 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 179716 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "81B0401B11", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "544CC4C125", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "23E3006B04", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 179717 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 179976 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "B444B46A52", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "ADE344435B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "E59DCFE66F", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 179977 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 180141 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "3A6FEE4DAE", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "84E96E6866", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "625DEA0D5F", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 180142 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 180324 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "EB82058F91", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "518B91EC58", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "627AAA228B", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 180325 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 181063 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "F5284AEA8F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "8D4557044A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "362DE42152", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 181064 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 181267 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4D168E4F99", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "AAAA430184", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "B65D8CC5CD", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 181268 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 181398 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "94F41EBB47", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "9AD4EB8C6C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "B4B982984B", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 181399 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 182268 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "6B246C3B7F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "3EEB88B882", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "9622966697", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 182269 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 182456 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "03108508A6", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "E65B5FBA95", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "DCA2FE87A2", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 182457 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 182670 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "3DBB446259", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "6A808F7737", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "FF0BFB018D", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 182671 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 182820 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "5BE26EAEB1", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "D748D6DFFD", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "D1FF9BD34D", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 182821 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 183080 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "119A59A233", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "F7ABB32DA2", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "4AFF16E822", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 183081 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 183652 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "6C63445A2D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "C436101361", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "EFEDB13D63", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 183653 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 184329 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "6A7B786A69", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "5DDEFDBD23", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "229CAB289A", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 184330 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 184944 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "8C51159CA5", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "D487D24B51", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "6D84CF22BA", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 184945 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 185122 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "1AB12242BB", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "AA5D64DE68", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "FF8CC4C94E", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 185123 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 185295 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "8C871F8E85", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "FC961C9646", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "35E38EE2A4", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 185296 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 185467 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "27020306E6", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "FBBC31D075", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "A1168BA65A", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 185468 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 185655 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "529C0CAF58", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "39F33F9F4A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "41E1E599BB", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 185656 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 186270 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "1DD299ED49", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "CB2EE8CFA0", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "EBB251661F", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 186271 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 186514 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "ED5DF1451E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "181B487B42", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "9F41B47BFE", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 186515 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 186650 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "9CFCEE74A3", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "3DE57F72B9", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "D0805E00D5", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 186651 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 186819 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "1C23B70067", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "66434991A2", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "A691CBE488", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 186820 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 186978 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "59BB95D985", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "B9133B0F19", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "491BB5466F", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 186979 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 187207 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "FB14FF860F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "598AA49642", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "52119DB399", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 187208 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 187420 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "DA745B2BAA", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "CFD446EE9E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "22459BBF31", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 187421 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 187717 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "C622E2852F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "E27E333EC3", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "788C478287", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 187718 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 187927 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "EAABFAA1BD", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "ABCB10B337", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "B53733B704", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 187928 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 188085 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "2632903232", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "D22209F71F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "83FD244F94", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 188086 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 188944 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "3B58938463", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "C89CFD4014", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "4CB42DB1D4", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 188945 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 189722 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "85476E425D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "E66DD6ADBD", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "FCFF2571AE", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 189723 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 189906 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "135B93A46A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "6D0F2386F5", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "F5DBFCE27F", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 189907 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 190178 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "571CC34AA3", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "81D0CB78BE", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "601FC5D844", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 190179 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 190373 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "244444AD44", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "DAA3063BB0", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "4DFAD67DDF", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 190374 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 190526 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "1BA38B6FBC", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "FFAE9DBADA", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "FA5B45734B", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 190527 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 190702 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "F546D39864", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "379FA1A7A4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "978CA65847", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 190703 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 190878 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "97F9B59447", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "F4C492A41D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "B255522939", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 190879 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 191801 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "A4C4549943", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "1FD3F8BED8", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "EED7B7E4FB", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 191802 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 192020 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "D4F624B0CB", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "4DABFD6716", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "F9BAEEB44D", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 192021 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 192256 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "7455BE641D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "7DEBF2C241", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "AF494FAA6A", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 192257 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 192506 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "CF573FB5A1", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "DAAF2EF88F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "BE65AFE9DC", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 192507 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 192684 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "CB84659E4F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "3FF0922513", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "1191DD19A3", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 192685 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 192896 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "AA611E1140", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "5D1C5F7BB7", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "D6EEDE044A", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 192897 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 193084 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "910800CC78", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "87BF60646A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "8755F36696", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 193085 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 193351 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "AC2C3A35CA", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "47F7472401", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "DE04FE4FF0", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 193352 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 193989 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4D99E90CED", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "BA44B3BBFF", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "D878D5A55D", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 193990 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 194173 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "42D4A9F6D9", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "8038939958", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "9F4AB614F3", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 194174 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 194344 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "630F8E967F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "723832A77B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "EEBC454FF4", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 194345 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 194513 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "99020EB9F5", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "8DDAEAAB63", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "D3F8D94F54", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 194514 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 195279 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "242835599C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "617455FBBB", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "CA046C6496", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 195280 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 195462 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "72B01C4117", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "62EA4BE734", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "C221160AA6", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 195463 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 195820 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "23DC9846C6", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "3765B744B0", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "A64A10A664", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 195821 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 196034 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "83DF398EFD", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "BED29FFBF8", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "86BB8B6D44", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 196035 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 196202 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "100B868BDB", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "05CB74FB46", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "A165DB7979", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 196203 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 196381 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "F33D33B6D0", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "E5646E97E4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "31AAFFDCFF", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 196382 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 196808 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "BC977174B0", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "90DFAD171F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "F668EF9572", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 196809 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 197056 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "189F43A881", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "E7E7A6966A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "AA80786FD2", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 197057 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 197380 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "BF23DBB190", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "F51C505E54", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "9DB6F796AD", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 197381 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 197577 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "241939153E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "AF575F252D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "7391907BFB", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 197578 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 197761 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "1574DD9439", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "B4006A84F6", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "F681FD2EDF", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 197762 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 197913 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "8F42AD1249", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "B8309367B1", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "79D43DBF90", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 197914 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 198139 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "44843549F5", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "9670D15AE6", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "82D38DFD4C", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 198140 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 198330 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "CEE3F335EF", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "FB4E9F3C7D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "C9F4E4C999", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 198331 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 198493 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "9D5334FC30", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "221045C223", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "34D99ADA7E", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 198494 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 198699 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4B0BB9AE60", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "1EE84152D1", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "92AB42BE88", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 198700 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 199199 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "8141EA1F91", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "63B623BB2F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "354944D4D0", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 199200 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 199406 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "77704FD9F1", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "8A6E6CD8C7", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "474949FF14", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 199407 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 199616 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "D25E81825D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "BB0DF442F1", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "0041AA3314", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 199617 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 199759 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "7C6FD7E657", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "41F82492F9", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "9A818818A8", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 199760 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 199984 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "C4994FB4B4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "2AAF434E4F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "C4F4ACA14C", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 199985 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 200435 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "AAECDE1A26", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "EE8AE88888", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "5C7F06CB40", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 200436 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 200629 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "E486768BCB", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "27476675D1", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "498481E4EA", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 200630 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 201311 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "76B6614811", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "8DCFC42CCF", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "168572E5FA", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 201312 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 201481 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "8DFCFECDE4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "1ADE537541", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "174D77A4B2", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 201482 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 201673 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "B35DAA4323", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "59A5A5194A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "3E5A55CCC8", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 201674 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 201832 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4047BDBDB8", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "51D1BDC444", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "17088129EF", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 201833 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 202366 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "9F407DF99B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "02DED84619", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "14001D8A8B", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 202367 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 202540 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "2B50140762", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "A8413F7F7B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "96EBC3CB9E", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 202541 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 202772 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "AC4C7E9D78", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "C7A0104A98", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "B85B4353AD", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 202773 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 202992 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "5A8BF22A0E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "93887FCC13", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "CCE3442B0A", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 202993 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 203216 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "6399711044", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "63648C0C4C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "3086882324", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 203217 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 203507 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "789BC4A24E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "D614CC736C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "632954B935", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 203508 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 204336 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "74583B8BA3", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "219A9D9C87", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "DD296DA2DC", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 204337 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 205637 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4C83EAB814", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "0E85808F04", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "BDAACCBCDC", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 205638 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 205852 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "2FFCEF01CC", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "15CBBDD26A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "BE9E52443E", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 205853 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 206510 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "6EFB21248F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "C04F1CCD40", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "B178005A40", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 206511 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 206824 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "F4254C1D25", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "75ABEC2827", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "B8BE488664", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 206825 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 207023 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "C84D8728D4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "AA8513ACAB", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "3A4AA3C3EC", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 207024 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 207218 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "BC8051D901", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "58044D481E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "A0309D0F20", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 207219 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 207655 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "7A8320748B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "B8EE6B2CB5", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "A635A673BB", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 207656 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 207816 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "D73D7F4475", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "39C444F80D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "665B063501", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 207817 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 207983 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "CAED87D340", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "1BA834D21D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "6EF8F1FCF4", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 207984 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 208807 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "0F407D4004", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "9C1D7F4000", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "E9A2F44460", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 208808 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 209219 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "6534486361", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "3337377337", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "4A144F2A4A", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 209220 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 209353 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "9FCF3544F9", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "D45F1DF703", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "455BB7B51A", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 209354 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 209537 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "F9E9F77784", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "5C6CD96867", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "90AABAF361", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 209538 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 209775 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "A04DAB0F0F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "1D0DFD1497", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "6E11DCCCDC", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 209776 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 209963 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "CB1737AF94", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "900B234B23", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "7537131031", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 209964 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 210143 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "CCF1C5D950", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "453D258442", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "9454AF9030", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 210144 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 211243 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "734E0CA0AD", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "655D1CE269", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "2F495EA504", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 211244 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 211464 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "33AAF79874", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "A2E1EE4C45", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "9AA795C44B", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 211465 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 211740 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "559CCD419A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "5CD7DC454F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "4B3BD53935", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 211741 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 211965 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "BBDD9AA87A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "A6022B9208", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "2604B18240", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 211966 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 212153 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "09557B7755", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "46FB7E990A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "878828F2C9", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 212154 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 212323 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "C704CB8C45", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "193193DFDA", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "BEB6BC59B6", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 212324 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 213080 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "AF96655E4E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "BF41B14CF4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "EE63A42F0B", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 213081 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 213327 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "88AF349AA8", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "B44B46AD46", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "59979D5779", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 213328 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 214147 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "C66D6688D6", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "45B55B8A42", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "5E4AE29A9C", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 214148 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 214344 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "979D9B2292", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "A101803175", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "33EAE461A9", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 214345 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 214524 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "EEA9D68920", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "837F037FFA", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "2465514CE2", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 214525 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 214745 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "98CD944552", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "C6D3E4D1E2", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "8C94494681", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 214746 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 215043 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "B18ADF8418", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "11112E7A17", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "A7E289E7E8", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 215044 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 215291 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "0F26FCC402", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "FCC0A7D303", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "82CC33C576", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 215292 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 215533 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "779C7035A5", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "E32166ACCE", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "C7BAE8E45A", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 215534 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 215726 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "1BBB539B81", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "5066A3415B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "F7EB7DFC9C", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 215727 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 215922 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "5E52E02E8E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "F126B29E11", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "558AE318EE", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 215923 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 216119 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "2BBC6D20B0", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "3AD0A7AD76", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "414D47865E", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 216120 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 216754 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "E77286A834", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "2675345F9C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "AA9BA7517C", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 216755 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 217038 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "E7B301571A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "F19FC56A95", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "99F22744D6", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 217039 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 217302 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "8CC5A60741", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "C2D2955CD4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "FA3F881EF8", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 217303 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 217532 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "A1BE9796E1", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "66046C9D48", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "750331037B", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 217533 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 218387 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "BEEAABE7A6", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "6B6680F0D7", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "5555FB8E34", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 218388 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 218995 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "7F6CF9CB97", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "FEE5FAD70D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "4DCDCFE8CB", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 218996 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 220172 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "916E77D07E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "AA4EA148FF", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "E192D4444D", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 220173 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 220361 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "5B2DCB414C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "9E5E6CC0DE", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "A503B8A254", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 220362 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 220567 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "39B0DBF949", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "EFC2112ABA", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "171184DD14", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 220568 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 220774 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "986F846759", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "F42A5400F8", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "644EC74967", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 220775 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 221525 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "D6DB41919E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "4B4DFFF8CA", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "4F737B5980", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 221526 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 221702 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "8283847359", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "DBA0847960", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "F598155D45", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 221703 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 221869 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "F4AED91897", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "12C063F99F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "A4AA7CF6AF", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 221870 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 222003 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "B190906E0E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "D2886D34D2", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "0343ABBE41", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 222004 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 222212 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "FB984098CA", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "E1140C4F36", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "579C060C0B", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 222213 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 222640 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "F10AB01B65", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "966D49449F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "546B93C24B", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 222641 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 222778 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "EBCBE9EB1D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "06450662B0", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "019EE1AEDE", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 222779 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 222935 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "D3B8273F6F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "5CBE3C1E94", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "6E8CAC2B92", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 222936 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 223140 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "9491967341", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "28CE22C5B8", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "0AC0C6A4BC", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 223141 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 223394 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "99B968B496", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "61B399CDD0", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "6719FA5FF7", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 223395 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 223634 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "B4B39465A3", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "C53B1342E3", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "5E035FD020", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 223635 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 223798 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "CCDC6DF435", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "66149B6265", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "52C08BE33A", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 223799 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 223961 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "BE2B62A7E1", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "FF4B3B4FF9", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "906AAA55F1", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 223962 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 224236 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "354A89A399", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "DF90A9A0B7", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "A89AE1D255", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 224237 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 225209 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "253B8C6B83", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "3966426A64", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "B755B00F63", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 225210 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 225424 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "F544A92A5B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "6434390414", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "5F74093499", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 225425 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 225826 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "90B853B383", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "794445544C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "D43C05EBF3", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 225827 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 226005 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "677F771876", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "2DDB252C24", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "57B14345F9", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 226006 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 226217 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "2080B2A632", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "F0B35CD15C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "E31C7557BF", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 226218 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 226464 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "008CC7988A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "F4B9FD43E5", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "EC6A244D11", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 226465 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 227173 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "DBD9CCCF3B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "248B0FB26B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "B22888DDD1", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 227174 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 227350 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "47C55DA9BC", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "DD3A7C77A2", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "3CC1F4EFE0", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 227351 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 227551 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "0FB3E7E1E6", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "BBCABAF7D7", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "EF7778DABC", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 227552 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 227825 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "E538C7C3ED", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "E9F87A4D7E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "748FC84FF8", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 227826 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 228106 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "5AAA493C2F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "0AB19299CC", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "0C722E7532", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 228107 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 228308 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "FF7CB2D09C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "FD1C635644", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "BE536476EC", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 228309 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 228511 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "04DA55A1D2", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "1162A28966", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "14CCE242A2", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 228512 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 228760 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "ADF6898ECD", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "D4A6E9DD0D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "AA7CC1A610", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 228761 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 228952 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "89A4263798", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "5F93AF4AE4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "3160FC3481", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 228953 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 229121 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "7C779FC2E5", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "155C654358", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "70ABF5DA5F", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 229122 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 229312 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "BA7B62F466", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "960D66FB41", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "598FBA20E2", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 229313 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 229941 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "681AA5112D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "3E6FAACF67", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "4871D994FF", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 229942 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 230187 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "C9098196E9", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "2479BA3C1E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "953E02343F", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 230188 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 230438 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "89DAF2448F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "D4BBBCB686", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "435848A303", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 230439 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 231495 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "94DE9E2A2A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "44D4B60B7A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "21B50551E4", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 231496 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 231678 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "BF66AAF666", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "D039D83990", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "AA9CB65ABD", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 231679 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 231916 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "8D91C93CEC", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "78D0AF0A28", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "BD8A772DA0", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 231917 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 232138 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4260F2742F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "C49E60CE6C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "522DCD683E", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 232139 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 232395 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "2A55E46259", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "1830B59DC9", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "51031480DF", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 232396 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 232586 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "DF1BC1FE85", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "1F250518F0", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "428A0EE224", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 232587 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 232772 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "6888B7C586", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "9C46EC74F4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "39497C2942", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 232773 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 232984 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "AC3B475AFA", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "37B3A427DD", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "C50CC87D83", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 232985 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 233268 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "811C0ED012", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "917CD22278", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "513764B47B", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 233269 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 234145 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "3541708BB4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "295D524552", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "41909EEA64", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 234146 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 234400 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "928CC49218", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "740B5043CE", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "522A6CF2F4", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 234401 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 234550 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "C1EA657807", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "8030A1680D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "A686BB8E34", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 234551 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 234701 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "DA3D616DF3", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "2B1A640C06", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "B41F5C595B", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 234702 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 234932 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "CEF491499E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "31445CC959", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "B9B21BF0B1", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 234933 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 235532 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "7851001654", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "EEB55EFC1E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "30472BC8CB", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 235533 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 235730 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "7714EB2C8C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "BB61B85BFF", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "3399C830CC", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 235731 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 235924 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "D707FF8825", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "643144155B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "CFC558F61C", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 235925 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 236174 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "89C894486C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "A6BB8EF9F3", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "DD711F107F", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 236175 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 236376 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "6F2A6C6B5D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "56413D8FF8", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "73C3694135", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 236377 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 236566 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "FFA60EFFBB", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "33722C21C4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "C98050B284", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 236567 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 236792 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "3BCF5332D7", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "C1340E1E11", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "37F681FEFE", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 236793 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 237088 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "615A66E124", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "B30A013A7A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "0BD0BDB4B3", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 237089 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 237285 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "CC40C64242", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "3D932B9D07", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "43102B0BB1", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 237286 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 237616 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "E9B4405075", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "4015BC004C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "94CF346045", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 237617 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 237836 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "C3C47D8D47", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "F7188D0AE0", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "923A88C222", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 237837 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 238107 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "A386DBF0B2", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "E2F52DAAF2", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "681F3C6835", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 238108 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 239102 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "A4474AFED0", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "787833BA75", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "3AE4FE3267", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 239103 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 239286 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "CE23315C50", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "B8E81E1518", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "2EC80B6A1F", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 239287 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 239533 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "CC20B3AC42", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "D6665465F6", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "C49996A3DA", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 239534 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 239740 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "D69413442E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "1994D99019", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "A4FB4AFFF2", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 239741 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 239984 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "1D96D1C22E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "09FFF922F4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "6CBCBE00FB", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 239985 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 240202 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "DD3E83330E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "C0CCA4A84A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "0A94092D99", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 240203 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 240440 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "5F77D26A95", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "5ADEACC44A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "ADBA42AE2B", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 240441 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 241341 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "04F294394A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "13F55753BF", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "220F0A7471", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 241342 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 241644 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "997889D653", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "591A403D40", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "D341E7DDEC", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 241645 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 241935 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "7FFD861FDA", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "0EED0EC20F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "322841585E", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 241936 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 242134 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "B6D5BA6E6C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "29C3449E99", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "95D7256DD7", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 242135 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 242812 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "33B2171A83", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "1A3720BBF8", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "BACAFB9DBC", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 242813 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 243161 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "27D4D42954", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "92DD12A1A3", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "67E75EE500", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 243162 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 243386 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "B2AFA36A8A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "9EA8B4A1A0", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "26EBEBA763", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 243387 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 243776 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "E53F54ECEB", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "1E1F090014", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "6C43EDB9B6", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 243777 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 244579 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "B2A5262804", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "4585C02394", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "A94379A4D9", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 244580 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 244873 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "B8D1789415", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "6D49A33F78", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "CF9A1E1E5A", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 244874 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 245116 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "3D6FF96DD2", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "FC8141AA3A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "B43F5F9E3A", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 245117 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 245442 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "908990F9B0", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "70C597BF77", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "3F99643335", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 245443 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 245748 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "FF1E776C36", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "BC4F4CAF34", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "C88A4ACCCB", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 245749 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 246061 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "3C92412D9A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "2A583A6384", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "21416625CC", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 246062 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 246276 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "FC1F1E919B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "22AC9CE94F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "82F718039D", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 246277 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 246692 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "314945E0B2", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "468B60373F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "9258EE9989", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 246693 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 247428 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "08555A77A7", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "B094B89C42", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "D01C098198", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 247429 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 247910 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "C3B3F45D27", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "6D83FCE33E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "9DA8EBB9DF", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 247911 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 248116 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4DDE2A1A46", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "55CE5C88C4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "5E67678D4E", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 248117 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 248850 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "959425979D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "FBC7F2C2FB", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "7EDEEE8680", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 248851 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 249025 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "9DA966D2DB", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "AF5CD269BF", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "51FF76D9DE", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 249026 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 249220 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "0988E6D160", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "9B03C2A045", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "44E1672D66", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 249221 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 249466 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "5B5F7B24E2", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "97229DE28A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "A39392868A", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 249467 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 249631 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "0C0EB84A04", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "4934BEFC1A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "584741A845", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 249632 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 249769 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4B362D2903", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "3A0088DAD4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "B4EA045A48", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 249770 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 250011 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "F46EDE561D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "563C5333BF", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "F97BFB3F2D", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 250012 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 250161 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "A908781103", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "C9F49298E5", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "D2C89B93EC", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 250162 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 250369 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "900DA13E80", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "A0ED3B3994", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "B8D151708D", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 250370 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 250556 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "DDB5503174", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "FFACFF02F8", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "D0DFC2FC69", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 250557 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 250789 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "11B96D999D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "A047AA4070", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "111E2C14DC", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 250790 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 250963 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "89C09320D5", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "F3198D6F8F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "F62EF6B44C", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 250964 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 251168 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "1930399A75", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "1AA5A40C18", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "71D877082B", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 251169 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 251378 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "9801495912", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "DD537D404F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "1FC4601920", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 251379 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 251593 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "71F727E4D3", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "B39C517C64", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "F1561D9E99", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 251594 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 251784 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "2BDB11FA1A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "A2B3396BF5", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "38F4459CCB", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 251785 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 251992 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "FB616CBB4F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "0EC37497C3", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "84BEBF3F8A", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 251993 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 252426 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "3B7EDF9111", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "D1B5BB69BD", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "68AFFAFDD3", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 252427 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 252629 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "AA91604059", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "305A08F349", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "F6C1C6D8D6", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 252630 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 252885 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "D9B8242249", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "41DA198484", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "C51BFC1552", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 252886 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 253086 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "B11BA6976B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "6042196532", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "5F2049FFDF", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 253087 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 253352 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "2225CB95AC", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "4E2BBB4A65", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "BD0B15964F", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 253353 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 253559 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "9DB409DC4D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "AB11775D46", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "C9EC4956F9", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 253560 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 253748 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "8BEDFF3115", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "FA26F24425", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "0021074BCF", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 253749 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 254076 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "319CCBCDEC", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "8226A68255", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "8CAE01C52A", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 254077 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 254314 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "B1A222674E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "45A951125F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "1F860F1312", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 254315 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 254505 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "1BCE4D64E7", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "DF48D5BD57", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "0B61C21120", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 254506 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 254767 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "64C0A2305B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "A40FF374F7", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "46F601F4B0", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 254768 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 254971 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "ED7DD32B1A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "7645640652", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "4B040B544A", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 254972 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 255203 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "1DCD014D24", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "F996DD74EE", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "A47282EF7D", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 255204 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 255325 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "565C8636A5", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "124D5F0F83", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "85EF6CF346", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 255326 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 255702 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "81574AAAB7", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "2F00090E18", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "D5AB8BB50B", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 255703 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 255881 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "51BE8B6EBF", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "22A02F440F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "D49DE8B944", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 255882 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 256050 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "E2757F3272", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "DE2E894D11", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "8F1FE3BE65", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 256051 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 256231 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "D400B0D2E9", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "6EB35E3453", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "E1544CC5EF", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 256232 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 256391 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "6EBDAEA061", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "FF2291D96D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "DB5A48EE64", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 256392 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 256568 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "D8D4E4BD88", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "1424EFE803", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "33BB16569F", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 256569 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 256914 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "52B4A23793", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "D38F8F4E85", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "7747BFAF05", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 256915 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 257561 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "8E17CEA506", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "C19FC7F932", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "801F3DFB9E", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 257562 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 257795 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "E55E6592EB", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "EBDE4048D2", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "B078FF9189", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 257796 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 258125 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4D8BE825E4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "F3AAC4C6E3", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "8E0BE2E8CE", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 258126 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 258589 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "3B6D4E3FE0", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "DEE2EBD88D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "96B2D59570", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 258590 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 258848 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "E3834F4CD5", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "A46844B700", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "1785925D87", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 258849 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 259182 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "93BBBD437C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "2622F9BACF", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "94C8EE51A6", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 259183 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 260292 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "8AEC2E4C2E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "94C0C67784", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "481E8F48D7", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 260293 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 260689 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "2BCBCDC328", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "7571EF4440", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "64497963B2", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 260690 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 260848 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "3F3DCF5A85", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "63BB2F90F3", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "78F68668D6", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 260849 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 261044 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "B0D017B0B0", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "F882D7ADD8", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "73F2304434", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 261045 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 261286 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4D8EEB9F87", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "E2A22CE43C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "7E9072D7C8", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 261287 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 261461 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4467A48496", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "F2D39D9846", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "E80995D499", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 261462 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 261684 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "D778D76CB7", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "67B0B87718", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "1507411541", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 261685 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 262076 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "24140E0BB7", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "31B41DF260", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "8355D61167", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 262077 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 262271 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "1247BFB0B1", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "8DD33E737D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "79719EDB75", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 262272 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 262472 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "39A0DFE94D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "9BBDE4D3D2", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "67F28888BD", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 262473 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 262651 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "B87F549518", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "17CE3308DC", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "7D8070F000", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 262652 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 262843 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "23DF9EFA13", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "6CF36EDC3C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "6FBCCB42EC", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 262844 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 263074 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "25080FB69D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "6A0E04E06D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "1572F17EA0", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 263075 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 263307 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "446E990064", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "0290491B01", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "FC0A30B0DE", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 263308 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 263526 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "A4CA0D496E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "0FF8A88A0A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "434655CF7A", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 263527 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 264424 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "5101EA9564", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "89499054C6", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "6B7350C620", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 264425 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 264563 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "0356A42408", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "46F454D47C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "8EFAD83D85", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 264564 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 264708 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "7BB76B8373", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "C364E1E6BA", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "5AC424BF49", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 264709 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 264960 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "267E43AF85", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "41415252E8", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "27F785338B", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 264961 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 265128 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "90E0ED141B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "B2DA94B4A3", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "9605B6BABD", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 265129 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 265320 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "B7424B5914", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "EF556BCCCC", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "8242D826DF", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 265321 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 265485 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "967BBA0E44", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "A2E2424E0E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "3A28B8CB48", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 265486 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 265643 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "45154A1434", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "B533D44DB8", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "778D62808F", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 265644 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 265811 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "2EA952F70F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "C0BBCB58CF", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "55E5E7E975", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 265812 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 265977 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "D7F94914F7", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "0210157443", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "C19B9417B8", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 265978 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 266770 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "949B474AF3", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "F98E5184A2", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "857FECB18B", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 266771 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 267223 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "970864F74D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "4BD90DD438", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "84F16F284F", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 267224 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 267390 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "26DECAA9E4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "9E625F2634", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "4006CF4637", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 267391 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 268713 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "B8A688DA39", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "B3EA5DC56E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "11339842E5", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 268714 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 268883 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "C47C7C717F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "8223B873B3", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "17267D3218", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 268884 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 269124 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "5645C7A444", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "C47898599E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "832A0B5522", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 269125 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 269325 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "23229DF49A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "BB4BB3344A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "B10BC12599", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 269326 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 269784 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "474A3A13D4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "25DE526A00", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "04A662AC5A", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 269785 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 269980 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "C8386386B2", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "1AB12B9813", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "C6B7441AB5", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 269981 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 270135 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "AAFCE4C42C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "21DCBDD5B2", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "D868486889", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 270136 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 270318 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "5485CA2F5A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "1990AFF113", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "111ECC1613", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 270319 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 270387 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "DC4AEC3AC5", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "549F779F9E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "96E37BF909", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 270388 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 270550 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "BDDBEDD345", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "BA70872B77", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "0044C48BBF", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 270551 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 270726 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "996E1C5E79", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "747538074F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "D977587FF9", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 270727 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 271236 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "A40D01FA0A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "D9108080A2", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "7AA5919C90", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 271237 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 271573 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "45D4037449", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "FA243B86FF", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "D065B44F36", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 271574 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 271748 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "B4AE34E59E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "D954A48014", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "D66FAA96FD", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 271749 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 271904 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "01A337E21E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "D4A41227DB", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "AE5DADAD61", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 271905 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 272109 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "FEE8C8C139", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "D501D6EA0E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "6E5488CACB", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 272110 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 272273 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "9388A85856", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "A37B07AADF", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "8334C58340", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 272274 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 272477 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "AA80877618", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "A437A8C7A2", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "F4F464C26C", + "target": { + "@type": "TextSelector", + "resource": "96D3", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 272478 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 273154 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "9A298422AA", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "783D477E88", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "40EACDABDA", + "set": "segmentation_annotation" + } + ] + } + ] } \ No newline at end of file diff --git a/tests/pecha/serializers/json/data/6vjxAfJTuTJS04XY/base/EBB9.txt b/tests/pecha/serializers/json/data/6vjxAfJTuTJS04XY/base/EBB9.txt index 7abb4698..86466d5c 100644 --- a/tests/pecha/serializers/json/data/6vjxAfJTuTJS04XY/base/EBB9.txt +++ b/tests/pecha/serializers/json/data/6vjxAfJTuTJS04XY/base/EBB9.txt @@ -1,29 +1,29 @@ -The Heart of the Blessed Lady Perfection of Wisdom -In the Sanskrit language: Bhagavatī Prajñāpāramitā Hṛdaya -In the Tibetan language: The Heart of the Blessed Lady Perfection of Wisdom -This is the first volume. -I prostrate to the Blessed Mother, the Perfection of Wisdom. -Thus have I heard at one time. -The Blessed One was dwelling at Vulture Peak Mountain in Rājagṛha together with a great assembly of monks and a great assembly of bodhisattvas. -At that time, the Blessed One entered into the meditative absorption of the Dharma discourse called 'Profound Illumination.' -At that time, the noble Bodhisattva Mahasattva Avalokiteshvara was contemplating the practice of the profound perfection of wisdom. -Also view those five aggregates as empty of inherent nature. -Then, through the power of the Buddha, the venerable Śāriputra addressed the noble great bodhisattva Avalokiteśvara with these words. -Translation of the Tibetan Buddhist Text

'Noble son, whoever wishes to practice the profound perfection of wisdom, how should they train?' Upon this being asked, the noble Bodhisattva Mahasattva Avalokiteshvara spoke these words to the venerable Shariputra: 'O Shariputra, any son or daughter of noble family who wishes to practice the profound perfection of wisdom should view things in this way: they should correctly and completely observe the five aggregates as empty of inherent nature.' -Form is emptiness. Emptiness is form. -Form is not other than emptiness, and emptiness is not other than form. -Similarly, feelings, perceptions, mental formations, and consciousnesses are empty. -Therefore, Shariputra, all phenomena are emptiness—without characteristics, unborn, unceasing, without defilement, without freedom from defilement, without decrease, and without increase.

Therefore, Shariputra, in emptiness there is no form, no feeling, no perception, no mental formations, no consciousness; no eye, no ear, no nose, no tongue, no body, no mind; no form, no sound, no smell, no taste, no touch, no phenomena. -There is no eye element, and there is nothing from the absence of the mind element up to and including the absence of the dharma element and the mental consciousness element. -There is no ignorance, nor is there any cessation of ignorance, up through there is no aging and death, and no cessation of aging and death. There is no suffering, no origin, no cessation, and no path. There is no wisdom, no attainment, and also no non-attainment. -Therefore, Shariputra, because bodhisattvas have nothing to attain, they rely on and abide in the perfection of wisdom, free from mental obscurations. -Since there are no obscurations in the mind, there is no fear. Having completely transcended misconceptions, one reaches the culmination of nirvana. -All the buddhas who abide throughout the three times have attained manifest, perfect, complete enlightenment by relying on the perfection of wisdom.

OR

All the buddhas who dwell throughout the past, present, and future have fully and completely awakened to unsurpassable, perfect, complete enlightenment by depending on the perfection of wisdom. -Therefore, one should know the prajñāpāramitā mantra, the mantra of great awareness, the unsurpassed mantra, the mantra equal to the unequaled, the mantra that thoroughly pacifies all suffering. Because it is not false, it should be known as true. -Thus: Gone, gone, gone beyond, gone completely beyond, enlightenment, so be it! -Thus, Śāriputra, a bodhisattva, a great being, should train in the profound perfection of wisdom. -Then the Blessed One arose from that samādhi and bestowed praise upon the noble Avalokiteśvara, the Bodhisattva Mahāsattva, saying: 'Excellent, excellent! Son of noble family, it is exactly so.' -So it is, noble son. One should practice the profound perfection of wisdom exactly as you have taught.

This is indeed the case, son of good family. One should engage in the practice of the profound perfection of wisdom precisely as you have explained. -After the Blessed One had spoken these words. -The Venerable Shariputra Son of Sharadwati, the Bodhisattva Mahasattva Noble Avalokiteshvara, and the entire assembly—including gods, humans, asuras, and gandharvas—rejoiced and praised what the Blessed One had spoken. -Thus concludes the Noble Heart of the Perfection of Wisdom. +The Heart of the Blessed Lady Perfection of Wisdom +In the Sanskrit language: Bhagavatī Prajñāpāramitā Hṛdaya +In the Tibetan language: The Heart of the Blessed Lady Perfection of Wisdom +This is the first volume. +I prostrate to the Blessed Mother, the Perfection of Wisdom. +Thus have I heard at one time. +The Blessed One was dwelling at Vulture Peak Mountain in Rājagṛha together with a great assembly of monks and a great assembly of bodhisattvas. +At that time, the Blessed One entered into the meditative absorption of the Dharma discourse called 'Profound Illumination.' +At that time, the noble Bodhisattva Mahasattva Avalokiteshvara was contemplating the practice of the profound perfection of wisdom. +Also view those five aggregates as empty of inherent nature. +Then, through the power of the Buddha, the venerable Śāriputra addressed the noble great bodhisattva Avalokiteśvara with these words. +Translation of the Tibetan Buddhist Text

'Noble son, whoever wishes to practice the profound perfection of wisdom, how should they train?' Upon this being asked, the noble Bodhisattva Mahasattva Avalokiteshvara spoke these words to the venerable Shariputra: 'O Shariputra, any son or daughter of noble family who wishes to practice the profound perfection of wisdom should view things in this way: they should correctly and completely observe the five aggregates as empty of inherent nature.' +Form is emptiness. Emptiness is form. +Form is not other than emptiness, and emptiness is not other than form. +Similarly, feelings, perceptions, mental formations, and consciousnesses are empty. +Therefore, Shariputra, all phenomena are emptiness—without characteristics, unborn, unceasing, without defilement, without freedom from defilement, without decrease, and without increase.

Therefore, Shariputra, in emptiness there is no form, no feeling, no perception, no mental formations, no consciousness; no eye, no ear, no nose, no tongue, no body, no mind; no form, no sound, no smell, no taste, no touch, no phenomena. +There is no eye element, and there is nothing from the absence of the mind element up to and including the absence of the dharma element and the mental consciousness element. +There is no ignorance, nor is there any cessation of ignorance, up through there is no aging and death, and no cessation of aging and death. There is no suffering, no origin, no cessation, and no path. There is no wisdom, no attainment, and also no non-attainment. +Therefore, Shariputra, because bodhisattvas have nothing to attain, they rely on and abide in the perfection of wisdom, free from mental obscurations. +Since there are no obscurations in the mind, there is no fear. Having completely transcended misconceptions, one reaches the culmination of nirvana. +All the buddhas who abide throughout the three times have attained manifest, perfect, complete enlightenment by relying on the perfection of wisdom.

OR

All the buddhas who dwell throughout the past, present, and future have fully and completely awakened to unsurpassable, perfect, complete enlightenment by depending on the perfection of wisdom. +Therefore, one should know the prajñāpāramitā mantra, the mantra of great awareness, the unsurpassed mantra, the mantra equal to the unequaled, the mantra that thoroughly pacifies all suffering. Because it is not false, it should be known as true. +Thus: Gone, gone, gone beyond, gone completely beyond, enlightenment, so be it! +Thus, Śāriputra, a bodhisattva, a great being, should train in the profound perfection of wisdom. +Then the Blessed One arose from that samādhi and bestowed praise upon the noble Avalokiteśvara, the Bodhisattva Mahāsattva, saying: 'Excellent, excellent! Son of noble family, it is exactly so.' +So it is, noble son. One should practice the profound perfection of wisdom exactly as you have taught.

This is indeed the case, son of good family. One should engage in the practice of the profound perfection of wisdom precisely as you have explained. +After the Blessed One had spoken these words. +The Venerable Shariputra Son of Sharadwati, the Bodhisattva Mahasattva Noble Avalokiteshvara, and the entire assembly—including gods, humans, asuras, and gandharvas—rejoiced and praised what the Blessed One had spoken. +Thus concludes the Noble Heart of the Perfection of Wisdom. diff --git a/tests/pecha/serializers/json/data/6vjxAfJTuTJS04XY/layers/EBB9/alignment-vLtbNleDhsAnICle.json b/tests/pecha/serializers/json/data/6vjxAfJTuTJS04XY/layers/EBB9/alignment-vLtbNleDhsAnICle.json index fd48664e..841cae82 100644 --- a/tests/pecha/serializers/json/data/6vjxAfJTuTJS04XY/layers/EBB9/alignment-vLtbNleDhsAnICle.json +++ b/tests/pecha/serializers/json/data/6vjxAfJTuTJS04XY/layers/EBB9/alignment-vLtbNleDhsAnICle.json @@ -1,1755 +1,1755 @@ -{ - "@type": "AnnotationStore", - "@id": "6vjxAfJTuTJS04XY", - "resources": [ - { - "@type": "TextResource", - "@id": "EBB9", - "@include": "../../base/EBB9.txt" - } - ], - "annotationsets": [ - { - "@type": "AnnotationDataSet", - "@id": "segmentation_annotation", - "keys": [ - { - "@type": "DataKey", - "@id": "index" - }, - { - "@type": "DataKey", - "@id": "alignment_index" - }, - { - "@type": "DataKey", - "@id": "segmentation_type" - } - ], - "data": [ - { - "@type": "AnnotationData", - "@id": "665C016C9B", - "key": "index", - "value": { - "@type": "Int", - "value": 1 - } - }, - { - "@type": "AnnotationData", - "@id": "7B416B6B79", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 1 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "0AAAE96C68", - "key": "segmentation_type", - "value": { - "@type": "String", - "value": "alignment" - } - }, - { - "@type": "AnnotationData", - "@id": "A7887A1A86", - "key": "index", - "value": { - "@type": "Int", - "value": 2 - } - }, - { - "@type": "AnnotationData", - "@id": "29CBF58F29", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 2 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "3040576FDD", - "key": "index", - "value": { - "@type": "Int", - "value": 3 - } - }, - { - "@type": "AnnotationData", - "@id": "9BEF4EFBF5", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 3 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "A14EA6544C", - "key": "index", - "value": { - "@type": "Int", - "value": 4 - } - }, - { - "@type": "AnnotationData", - "@id": "00C6C3D9DD", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 4 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "669AC70256", - "key": "index", - "value": { - "@type": "Int", - "value": 5 - } - }, - { - "@type": "AnnotationData", - "@id": "08548A0ECF", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 5 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "E3B3C1D6E4", - "key": "index", - "value": { - "@type": "Int", - "value": 6 - } - }, - { - "@type": "AnnotationData", - "@id": "A2A55E574B", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 6 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "BB6653B9D9", - "key": "index", - "value": { - "@type": "Int", - "value": 7 - } - }, - { - "@type": "AnnotationData", - "@id": "5FBE57A94E", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 7 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "4C06192154", - "key": "index", - "value": { - "@type": "Int", - "value": 8 - } - }, - { - "@type": "AnnotationData", - "@id": "FDA4FE5D14", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 8 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "32A424955B", - "key": "index", - "value": { - "@type": "Int", - "value": 9 - } - }, - { - "@type": "AnnotationData", - "@id": "425E73A222", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 9 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "0FBDE5DD7B", - "key": "index", - "value": { - "@type": "Int", - "value": 10 - } - }, - { - "@type": "AnnotationData", - "@id": "A85B7AA9AF", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 10 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "4DADA7C043", - "key": "index", - "value": { - "@type": "Int", - "value": 11 - } - }, - { - "@type": "AnnotationData", - "@id": "27EE608CC9", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 11 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "C366EDA699", - "key": "index", - "value": { - "@type": "Int", - "value": 12 - } - }, - { - "@type": "AnnotationData", - "@id": "D353B88730", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 12 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "7E77A4770D", - "key": "index", - "value": { - "@type": "Int", - "value": 13 - } - }, - { - "@type": "AnnotationData", - "@id": "3B066FB829", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 13 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "F640CFD4CC", - "key": "index", - "value": { - "@type": "Int", - "value": 14 - } - }, - { - "@type": "AnnotationData", - "@id": "6ACDFD1F3A", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 14 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "A0B514DA88", - "key": "index", - "value": { - "@type": "Int", - "value": 15 - } - }, - { - "@type": "AnnotationData", - "@id": "66010F9714", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 15 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "552B557340", - "key": "index", - "value": { - "@type": "Int", - "value": 16 - } - }, - { - "@type": "AnnotationData", - "@id": "36A1099235", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 16 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "D0F8182A34", - "key": "index", - "value": { - "@type": "Int", - "value": 17 - } - }, - { - "@type": "AnnotationData", - "@id": "783BFF3A76", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 17 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "6A4B0A82D0", - "key": "index", - "value": { - "@type": "Int", - "value": 18 - } - }, - { - "@type": "AnnotationData", - "@id": "0DE10A77A0", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 18 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "73002F5B1F", - "key": "index", - "value": { - "@type": "Int", - "value": 19 - } - }, - { - "@type": "AnnotationData", - "@id": "6709B7C843", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 19 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "0CD6BB2052", - "key": "index", - "value": { - "@type": "Int", - "value": 20 - } - }, - { - "@type": "AnnotationData", - "@id": "E984F38843", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 20 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "3CFA3AAF2B", - "key": "index", - "value": { - "@type": "Int", - "value": 21 - } - }, - { - "@type": "AnnotationData", - "@id": "9669BC54D9", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 21 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "5AC9A9B8A9", - "key": "index", - "value": { - "@type": "Int", - "value": 22 - } - }, - { - "@type": "AnnotationData", - "@id": "B3F1489003", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 22 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "E57FFE7420", - "key": "index", - "value": { - "@type": "Int", - "value": 23 - } - }, - { - "@type": "AnnotationData", - "@id": "CA2972DC1B", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 23 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "87874A4285", - "key": "index", - "value": { - "@type": "Int", - "value": 24 - } - }, - { - "@type": "AnnotationData", - "@id": "191A45245A", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 24 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "2822000100", - "key": "index", - "value": { - "@type": "Int", - "value": 25 - } - }, - { - "@type": "AnnotationData", - "@id": "98079426DA", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 25 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "5000915340", - "key": "index", - "value": { - "@type": "Int", - "value": 26 - } - }, - { - "@type": "AnnotationData", - "@id": "EA0DF1041A", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 26 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "4E4F8CFDC5", - "key": "index", - "value": { - "@type": "Int", - "value": 27 - } - }, - { - "@type": "AnnotationData", - "@id": "91131FBB40", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 27 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "2E2168E99C", - "key": "index", - "value": { - "@type": "Int", - "value": 28 - } - }, - { - "@type": "AnnotationData", - "@id": "8C4720A287", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 28 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "1C7AAF912D", - "key": "index", - "value": { - "@type": "Int", - "value": 29 - } - }, - { - "@type": "AnnotationData", - "@id": "950CCA0835", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 29 - } - ] - } - } - ] - } - ], - "annotations": [ - { - "@type": "Annotation", - "@id": "9EBA7EF8B7", - "target": { - "@type": "TextSelector", - "resource": "EBB9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 0 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 50 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "665C016C9B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "7B416B6B79", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "0AAAE96C68", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "029300E47F", - "target": { - "@type": "TextSelector", - "resource": "EBB9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 51 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 108 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "A7887A1A86", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "29CBF58F29", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "0AAAE96C68", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "99C9C83D78", - "target": { - "@type": "TextSelector", - "resource": "EBB9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 109 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 184 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "3040576FDD", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "9BEF4EFBF5", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "0AAAE96C68", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "6AA160C6DA", - "target": { - "@type": "TextSelector", - "resource": "EBB9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 185 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 210 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "A14EA6544C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "00C6C3D9DD", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "0AAAE96C68", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "422CD4AA4C", - "target": { - "@type": "TextSelector", - "resource": "EBB9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 211 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 271 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "669AC70256", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "08548A0ECF", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "0AAAE96C68", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "040F347C02", - "target": { - "@type": "TextSelector", - "resource": "EBB9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 272 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 302 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "E3B3C1D6E4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "A2A55E574B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "0AAAE96C68", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "4399B44459", - "target": { - "@type": "TextSelector", - "resource": "EBB9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 303 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 446 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "BB6653B9D9", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "5FBE57A94E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "0AAAE96C68", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "6326142D5B", - "target": { - "@type": "TextSelector", - "resource": "EBB9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 447 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 571 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4C06192154", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "FDA4FE5D14", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "0AAAE96C68", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "063103CDDA", - "target": { - "@type": "TextSelector", - "resource": "EBB9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 572 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 703 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "32A424955B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "425E73A222", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "0AAAE96C68", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "D2BA40C4FD", - "target": { - "@type": "TextSelector", - "resource": "EBB9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 704 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 764 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "0FBDE5DD7B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "A85B7AA9AF", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "0AAAE96C68", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "22E666D709", - "target": { - "@type": "TextSelector", - "resource": "EBB9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 765 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 898 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4DADA7C043", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "27EE608CC9", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "0AAAE96C68", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "8833133D4D", - "target": { - "@type": "TextSelector", - "resource": "EBB9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 899 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1398 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "C366EDA699", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "D353B88730", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "0AAAE96C68", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "1D57D59FDA", - "target": { - "@type": "TextSelector", - "resource": "EBB9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1399 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1436 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "7E77A4770D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "3B066FB829", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "0AAAE96C68", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "77BDD8B4C2", - "target": { - "@type": "TextSelector", - "resource": "EBB9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1437 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1508 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "F640CFD4CC", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "6ACDFD1F3A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "0AAAE96C68", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "B19FB20E41", - "target": { - "@type": "TextSelector", - "resource": "EBB9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1509 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1592 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "A0B514DA88", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "66010F9714", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "0AAAE96C68", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "D455D8627D", - "target": { - "@type": "TextSelector", - "resource": "EBB9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1593 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 2025 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "552B557340", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "36A1099235", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "0AAAE96C68", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "5D66326A56", - "target": { - "@type": "TextSelector", - "resource": "EBB9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 2026 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 2200 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "D0F8182A34", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "783BFF3A76", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "0AAAE96C68", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "511368CC15", - "target": { - "@type": "TextSelector", - "resource": "EBB9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 2201 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 2465 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "6A4B0A82D0", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "0DE10A77A0", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "0AAAE96C68", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "98A04C6AE8", - "target": { - "@type": "TextSelector", - "resource": "EBB9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 2466 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 2616 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "73002F5B1F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "6709B7C843", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "0AAAE96C68", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "5335C334A1", - "target": { - "@type": "TextSelector", - "resource": "EBB9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 2617 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 2765 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "0CD6BB2052", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "E984F38843", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "0AAAE96C68", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "5A696C7201", - "target": { - "@type": "TextSelector", - "resource": "EBB9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 2766 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 3127 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "3CFA3AAF2B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "9669BC54D9", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "0AAAE96C68", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "24D9256CD6", - "target": { - "@type": "TextSelector", - "resource": "EBB9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 3128 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 3375 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "5AC9A9B8A9", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "B3F1489003", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "0AAAE96C68", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "BE1710C487", - "target": { - "@type": "TextSelector", - "resource": "EBB9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 3376 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 3455 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "E57FFE7420", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "CA2972DC1B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "0AAAE96C68", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "83950FB653", - "target": { - "@type": "TextSelector", - "resource": "EBB9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 3456 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 3553 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "87874A4285", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "191A45245A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "0AAAE96C68", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "0883300F68", - "target": { - "@type": "TextSelector", - "resource": "EBB9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 3554 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 3748 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "2822000100", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "98079426DA", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "0AAAE96C68", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "43F0F073F3", - "target": { - "@type": "TextSelector", - "resource": "EBB9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 3749 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 4007 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "5000915340", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "EA0DF1041A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "0AAAE96C68", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "AEEA26EAA9", - "target": { - "@type": "TextSelector", - "resource": "EBB9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 4008 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 4053 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4E4F8CFDC5", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "91131FBB40", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "0AAAE96C68", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "79CF364697", - "target": { - "@type": "TextSelector", - "resource": "EBB9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 4054 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 4314 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "2E2168E99C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "8C4720A287", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "0AAAE96C68", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "A302891727", - "target": { - "@type": "TextSelector", - "resource": "EBB9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 4315 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 4374 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "1C7AAF912D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "950CCA0835", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "0AAAE96C68", - "set": "segmentation_annotation" - } - ] - } - ] +{ + "@type": "AnnotationStore", + "@id": "6vjxAfJTuTJS04XY", + "resources": [ + { + "@type": "TextResource", + "@id": "EBB9", + "@include": "../../base/EBB9.txt" + } + ], + "annotationsets": [ + { + "@type": "AnnotationDataSet", + "@id": "segmentation_annotation", + "keys": [ + { + "@type": "DataKey", + "@id": "index" + }, + { + "@type": "DataKey", + "@id": "alignment_index" + }, + { + "@type": "DataKey", + "@id": "segmentation_type" + } + ], + "data": [ + { + "@type": "AnnotationData", + "@id": "665C016C9B", + "key": "index", + "value": { + "@type": "Int", + "value": 1 + } + }, + { + "@type": "AnnotationData", + "@id": "7B416B6B79", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 1 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "0AAAE96C68", + "key": "segmentation_type", + "value": { + "@type": "String", + "value": "alignment" + } + }, + { + "@type": "AnnotationData", + "@id": "A7887A1A86", + "key": "index", + "value": { + "@type": "Int", + "value": 2 + } + }, + { + "@type": "AnnotationData", + "@id": "29CBF58F29", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 2 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "3040576FDD", + "key": "index", + "value": { + "@type": "Int", + "value": 3 + } + }, + { + "@type": "AnnotationData", + "@id": "9BEF4EFBF5", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 3 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "A14EA6544C", + "key": "index", + "value": { + "@type": "Int", + "value": 4 + } + }, + { + "@type": "AnnotationData", + "@id": "00C6C3D9DD", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 4 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "669AC70256", + "key": "index", + "value": { + "@type": "Int", + "value": 5 + } + }, + { + "@type": "AnnotationData", + "@id": "08548A0ECF", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 5 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "E3B3C1D6E4", + "key": "index", + "value": { + "@type": "Int", + "value": 6 + } + }, + { + "@type": "AnnotationData", + "@id": "A2A55E574B", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 6 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "BB6653B9D9", + "key": "index", + "value": { + "@type": "Int", + "value": 7 + } + }, + { + "@type": "AnnotationData", + "@id": "5FBE57A94E", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 7 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "4C06192154", + "key": "index", + "value": { + "@type": "Int", + "value": 8 + } + }, + { + "@type": "AnnotationData", + "@id": "FDA4FE5D14", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 8 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "32A424955B", + "key": "index", + "value": { + "@type": "Int", + "value": 9 + } + }, + { + "@type": "AnnotationData", + "@id": "425E73A222", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 9 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "0FBDE5DD7B", + "key": "index", + "value": { + "@type": "Int", + "value": 10 + } + }, + { + "@type": "AnnotationData", + "@id": "A85B7AA9AF", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 10 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "4DADA7C043", + "key": "index", + "value": { + "@type": "Int", + "value": 11 + } + }, + { + "@type": "AnnotationData", + "@id": "27EE608CC9", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 11 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "C366EDA699", + "key": "index", + "value": { + "@type": "Int", + "value": 12 + } + }, + { + "@type": "AnnotationData", + "@id": "D353B88730", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 12 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "7E77A4770D", + "key": "index", + "value": { + "@type": "Int", + "value": 13 + } + }, + { + "@type": "AnnotationData", + "@id": "3B066FB829", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 13 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "F640CFD4CC", + "key": "index", + "value": { + "@type": "Int", + "value": 14 + } + }, + { + "@type": "AnnotationData", + "@id": "6ACDFD1F3A", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 14 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "A0B514DA88", + "key": "index", + "value": { + "@type": "Int", + "value": 15 + } + }, + { + "@type": "AnnotationData", + "@id": "66010F9714", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 15 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "552B557340", + "key": "index", + "value": { + "@type": "Int", + "value": 16 + } + }, + { + "@type": "AnnotationData", + "@id": "36A1099235", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 16 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "D0F8182A34", + "key": "index", + "value": { + "@type": "Int", + "value": 17 + } + }, + { + "@type": "AnnotationData", + "@id": "783BFF3A76", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 17 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "6A4B0A82D0", + "key": "index", + "value": { + "@type": "Int", + "value": 18 + } + }, + { + "@type": "AnnotationData", + "@id": "0DE10A77A0", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 18 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "73002F5B1F", + "key": "index", + "value": { + "@type": "Int", + "value": 19 + } + }, + { + "@type": "AnnotationData", + "@id": "6709B7C843", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 19 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "0CD6BB2052", + "key": "index", + "value": { + "@type": "Int", + "value": 20 + } + }, + { + "@type": "AnnotationData", + "@id": "E984F38843", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 20 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "3CFA3AAF2B", + "key": "index", + "value": { + "@type": "Int", + "value": 21 + } + }, + { + "@type": "AnnotationData", + "@id": "9669BC54D9", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 21 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "5AC9A9B8A9", + "key": "index", + "value": { + "@type": "Int", + "value": 22 + } + }, + { + "@type": "AnnotationData", + "@id": "B3F1489003", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 22 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "E57FFE7420", + "key": "index", + "value": { + "@type": "Int", + "value": 23 + } + }, + { + "@type": "AnnotationData", + "@id": "CA2972DC1B", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 23 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "87874A4285", + "key": "index", + "value": { + "@type": "Int", + "value": 24 + } + }, + { + "@type": "AnnotationData", + "@id": "191A45245A", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 24 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "2822000100", + "key": "index", + "value": { + "@type": "Int", + "value": 25 + } + }, + { + "@type": "AnnotationData", + "@id": "98079426DA", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 25 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "5000915340", + "key": "index", + "value": { + "@type": "Int", + "value": 26 + } + }, + { + "@type": "AnnotationData", + "@id": "EA0DF1041A", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 26 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "4E4F8CFDC5", + "key": "index", + "value": { + "@type": "Int", + "value": 27 + } + }, + { + "@type": "AnnotationData", + "@id": "91131FBB40", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 27 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "2E2168E99C", + "key": "index", + "value": { + "@type": "Int", + "value": 28 + } + }, + { + "@type": "AnnotationData", + "@id": "8C4720A287", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 28 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "1C7AAF912D", + "key": "index", + "value": { + "@type": "Int", + "value": 29 + } + }, + { + "@type": "AnnotationData", + "@id": "950CCA0835", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 29 + } + ] + } + } + ] + } + ], + "annotations": [ + { + "@type": "Annotation", + "@id": "9EBA7EF8B7", + "target": { + "@type": "TextSelector", + "resource": "EBB9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 0 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 50 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "665C016C9B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "7B416B6B79", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "0AAAE96C68", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "029300E47F", + "target": { + "@type": "TextSelector", + "resource": "EBB9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 51 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 108 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "A7887A1A86", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "29CBF58F29", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "0AAAE96C68", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "99C9C83D78", + "target": { + "@type": "TextSelector", + "resource": "EBB9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 109 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 184 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "3040576FDD", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "9BEF4EFBF5", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "0AAAE96C68", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "6AA160C6DA", + "target": { + "@type": "TextSelector", + "resource": "EBB9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 185 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 210 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "A14EA6544C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "00C6C3D9DD", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "0AAAE96C68", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "422CD4AA4C", + "target": { + "@type": "TextSelector", + "resource": "EBB9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 211 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 271 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "669AC70256", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "08548A0ECF", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "0AAAE96C68", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "040F347C02", + "target": { + "@type": "TextSelector", + "resource": "EBB9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 272 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 302 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "E3B3C1D6E4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "A2A55E574B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "0AAAE96C68", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "4399B44459", + "target": { + "@type": "TextSelector", + "resource": "EBB9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 303 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 446 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "BB6653B9D9", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "5FBE57A94E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "0AAAE96C68", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "6326142D5B", + "target": { + "@type": "TextSelector", + "resource": "EBB9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 447 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 571 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4C06192154", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "FDA4FE5D14", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "0AAAE96C68", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "063103CDDA", + "target": { + "@type": "TextSelector", + "resource": "EBB9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 572 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 703 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "32A424955B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "425E73A222", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "0AAAE96C68", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "D2BA40C4FD", + "target": { + "@type": "TextSelector", + "resource": "EBB9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 704 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 764 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "0FBDE5DD7B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "A85B7AA9AF", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "0AAAE96C68", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "22E666D709", + "target": { + "@type": "TextSelector", + "resource": "EBB9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 765 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 898 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4DADA7C043", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "27EE608CC9", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "0AAAE96C68", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "8833133D4D", + "target": { + "@type": "TextSelector", + "resource": "EBB9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 899 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1398 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "C366EDA699", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "D353B88730", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "0AAAE96C68", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "1D57D59FDA", + "target": { + "@type": "TextSelector", + "resource": "EBB9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1399 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1436 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "7E77A4770D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "3B066FB829", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "0AAAE96C68", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "77BDD8B4C2", + "target": { + "@type": "TextSelector", + "resource": "EBB9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1437 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1508 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "F640CFD4CC", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "6ACDFD1F3A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "0AAAE96C68", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "B19FB20E41", + "target": { + "@type": "TextSelector", + "resource": "EBB9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1509 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1592 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "A0B514DA88", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "66010F9714", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "0AAAE96C68", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "D455D8627D", + "target": { + "@type": "TextSelector", + "resource": "EBB9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1593 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 2025 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "552B557340", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "36A1099235", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "0AAAE96C68", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "5D66326A56", + "target": { + "@type": "TextSelector", + "resource": "EBB9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 2026 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 2200 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "D0F8182A34", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "783BFF3A76", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "0AAAE96C68", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "511368CC15", + "target": { + "@type": "TextSelector", + "resource": "EBB9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 2201 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 2465 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "6A4B0A82D0", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "0DE10A77A0", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "0AAAE96C68", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "98A04C6AE8", + "target": { + "@type": "TextSelector", + "resource": "EBB9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 2466 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 2616 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "73002F5B1F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "6709B7C843", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "0AAAE96C68", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "5335C334A1", + "target": { + "@type": "TextSelector", + "resource": "EBB9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 2617 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 2765 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "0CD6BB2052", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "E984F38843", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "0AAAE96C68", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "5A696C7201", + "target": { + "@type": "TextSelector", + "resource": "EBB9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 2766 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 3127 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "3CFA3AAF2B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "9669BC54D9", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "0AAAE96C68", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "24D9256CD6", + "target": { + "@type": "TextSelector", + "resource": "EBB9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 3128 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 3375 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "5AC9A9B8A9", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "B3F1489003", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "0AAAE96C68", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "BE1710C487", + "target": { + "@type": "TextSelector", + "resource": "EBB9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 3376 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 3455 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "E57FFE7420", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "CA2972DC1B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "0AAAE96C68", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "83950FB653", + "target": { + "@type": "TextSelector", + "resource": "EBB9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 3456 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 3553 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "87874A4285", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "191A45245A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "0AAAE96C68", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "0883300F68", + "target": { + "@type": "TextSelector", + "resource": "EBB9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 3554 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 3748 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "2822000100", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "98079426DA", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "0AAAE96C68", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "43F0F073F3", + "target": { + "@type": "TextSelector", + "resource": "EBB9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 3749 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 4007 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "5000915340", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "EA0DF1041A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "0AAAE96C68", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "AEEA26EAA9", + "target": { + "@type": "TextSelector", + "resource": "EBB9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 4008 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 4053 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4E4F8CFDC5", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "91131FBB40", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "0AAAE96C68", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "79CF364697", + "target": { + "@type": "TextSelector", + "resource": "EBB9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 4054 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 4314 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "2E2168E99C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "8C4720A287", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "0AAAE96C68", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "A302891727", + "target": { + "@type": "TextSelector", + "resource": "EBB9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 4315 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 4374 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "1C7AAF912D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "950CCA0835", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "0AAAE96C68", + "set": "segmentation_annotation" + } + ] + } + ] } \ No newline at end of file diff --git a/tests/pecha/serializers/json/data/CUiiDuHWZANZNiOc/base/6B15.txt b/tests/pecha/serializers/json/data/CUiiDuHWZANZNiOc/base/6B15.txt index 5a5b4b90..b1fe36f2 100644 --- a/tests/pecha/serializers/json/data/CUiiDuHWZANZNiOc/base/6B15.txt +++ b/tests/pecha/serializers/json/data/CUiiDuHWZANZNiOc/base/6B15.txt @@ -1,29 +1,29 @@ -具德佛母般若波罗蜜多心要 -印度语(梵语):薄伽梵般若波罗蜜多心经 -世尊母般若波罗蜜多心经 -第一卷 -敬礼世尊母般若波罗蜜多。 -如是我闻,一时。 -薄伽梵于王舍城鹫峰山上,与大比丘僧团及大菩萨僧团共同安住。 -当时,世尊示现入于名为'甚深显现'的法类三摩地。 -尔时,圣观自在菩萨摩诃萨,正观照甚深般若波罗蜜多行。 -应当如实观照五蕴皆空无自性。 -尔时,借由佛陀加持力,具寿舍利子向圣观自在菩萨摩诃萨如是说道: -'善男子,若有人希望修持甚深般若波罗蜜多行,应当如何学习?'说此语时,菩萨摩诃萨圣观自在对具寿舍利子如是言道:'舍利子,若善男子或善女人,希望修持甚深般若波罗蜜多行,应当如是观照:应当如实正观五蕴自性皆空。' -色即是空。空即是色。 -色非异于空,空亦非异于色。 -同样地,受、想、行以及一切识亦皆为空。 -舍利子,因此一切法皆是空性,无相(超越一切执取之相),不生(不由因缘所生),不灭(超越灭尽),无垢(染污轮回本性不存在),无离垢(本来不落入能所对立),无减(法性不会减少),无增(法性不可增长)。舍利子,是故于此大空性中,无色,无受,无想,无行,无识;无眼,无耳,无鼻,无舌,无身,无意;无色,无声,无香,无味,无触,无法。 -从眼界不存在,乃至意界亦不存在;意识界以及中间所有界亦不存在。 -无无明,亦无无明尽;乃至无老死,亦无老死尽。无苦、集、灭、道。无智慧,无所得,亦无无所得。 -舍利子,因此,菩萨们因无所得故,依止并安住于般若波罗蜜多中。 -由于心无障蔽,故无恐惧;已彻底超越一切颠倒妄见,最终圆满成就涅槃。 -安住于三世中的一切诸佛,皆依靠般若波罗蜜多,现前圆满证悟无上、真实圆满的菩提。 -因此,应当了知般若波罗蜜多咒,这是大智慧咒,超越一切的无上咒,无与伦比而平等的咒,能息灭一切苦的咒,因不虚妄故应知为真实。 -即是如此:已去已去,已去往彼岸,已完全去往彼岸,菩提觉悟,愿其根基稳固! -舍利子,菩萨摩诃萨应当如是修学甚深般若波罗蜜多。 -尔时,世尊从彼三摩地安详起身,并向圣观自在菩萨摩诃萨赐予赞叹,说道:'善哉!善哉!善男子,正是如此!' -善男子,诚然如是。应当按照你所教导的那样,修习甚深的般若波罗蜜多。 -世尊如是宣说已毕, -世尊如是说已,具寿舍利子及观自在菩萨摩诃萨,与会一切眷属、天、人、阿修罗、乾闼婆等世间众生,皆大欢喜,于世尊所说,称赞礼敬。 +具德佛母般若波罗蜜多心要 +印度语(梵语):薄伽梵般若波罗蜜多心经 +世尊母般若波罗蜜多心经 +第一卷 +敬礼世尊母般若波罗蜜多。 +如是我闻,一时。 +薄伽梵于王舍城鹫峰山上,与大比丘僧团及大菩萨僧团共同安住。 +当时,世尊示现入于名为'甚深显现'的法类三摩地。 +尔时,圣观自在菩萨摩诃萨,正观照甚深般若波罗蜜多行。 +应当如实观照五蕴皆空无自性。 +尔时,借由佛陀加持力,具寿舍利子向圣观自在菩萨摩诃萨如是说道: +'善男子,若有人希望修持甚深般若波罗蜜多行,应当如何学习?'说此语时,菩萨摩诃萨圣观自在对具寿舍利子如是言道:'舍利子,若善男子或善女人,希望修持甚深般若波罗蜜多行,应当如是观照:应当如实正观五蕴自性皆空。' +色即是空。空即是色。 +色非异于空,空亦非异于色。 +同样地,受、想、行以及一切识亦皆为空。 +舍利子,因此一切法皆是空性,无相(超越一切执取之相),不生(不由因缘所生),不灭(超越灭尽),无垢(染污轮回本性不存在),无离垢(本来不落入能所对立),无减(法性不会减少),无增(法性不可增长)。舍利子,是故于此大空性中,无色,无受,无想,无行,无识;无眼,无耳,无鼻,无舌,无身,无意;无色,无声,无香,无味,无触,无法。 +从眼界不存在,乃至意界亦不存在;意识界以及中间所有界亦不存在。 +无无明,亦无无明尽;乃至无老死,亦无老死尽。无苦、集、灭、道。无智慧,无所得,亦无无所得。 +舍利子,因此,菩萨们因无所得故,依止并安住于般若波罗蜜多中。 +由于心无障蔽,故无恐惧;已彻底超越一切颠倒妄见,最终圆满成就涅槃。 +安住于三世中的一切诸佛,皆依靠般若波罗蜜多,现前圆满证悟无上、真实圆满的菩提。 +因此,应当了知般若波罗蜜多咒,这是大智慧咒,超越一切的无上咒,无与伦比而平等的咒,能息灭一切苦的咒,因不虚妄故应知为真实。 +即是如此:已去已去,已去往彼岸,已完全去往彼岸,菩提觉悟,愿其根基稳固! +舍利子,菩萨摩诃萨应当如是修学甚深般若波罗蜜多。 +尔时,世尊从彼三摩地安详起身,并向圣观自在菩萨摩诃萨赐予赞叹,说道:'善哉!善哉!善男子,正是如此!' +善男子,诚然如是。应当按照你所教导的那样,修习甚深的般若波罗蜜多。 +世尊如是宣说已毕, +世尊如是说已,具寿舍利子及观自在菩萨摩诃萨,与会一切眷属、天、人、阿修罗、乾闼婆等世间众生,皆大欢喜,于世尊所说,称赞礼敬。 《圣般若波罗蜜多心经》圆满 \ No newline at end of file diff --git a/tests/pecha/serializers/json/data/CUiiDuHWZANZNiOc/layers/6B15/alignment-bw0kqJmW-ZOSwvtm.json b/tests/pecha/serializers/json/data/CUiiDuHWZANZNiOc/layers/6B15/alignment-bw0kqJmW-ZOSwvtm.json index 5eee49db..6538c45f 100644 --- a/tests/pecha/serializers/json/data/CUiiDuHWZANZNiOc/layers/6B15/alignment-bw0kqJmW-ZOSwvtm.json +++ b/tests/pecha/serializers/json/data/CUiiDuHWZANZNiOc/layers/6B15/alignment-bw0kqJmW-ZOSwvtm.json @@ -1,1755 +1,1755 @@ -{ - "@type": "AnnotationStore", - "@id": "CUiiDuHWZANZNiOc", - "resources": [ - { - "@type": "TextResource", - "@id": "6B15", - "@include": "../../base/6B15.txt" - } - ], - "annotationsets": [ - { - "@type": "AnnotationDataSet", - "@id": "segmentation_annotation", - "keys": [ - { - "@type": "DataKey", - "@id": "index" - }, - { - "@type": "DataKey", - "@id": "alignment_index" - }, - { - "@type": "DataKey", - "@id": "segmentation_type" - } - ], - "data": [ - { - "@type": "AnnotationData", - "@id": "28287B2F42", - "key": "index", - "value": { - "@type": "Int", - "value": 1 - } - }, - { - "@type": "AnnotationData", - "@id": "7AE8FA01AE", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 1 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "D4489915E5", - "key": "segmentation_type", - "value": { - "@type": "String", - "value": "alignment" - } - }, - { - "@type": "AnnotationData", - "@id": "F6F1A81FF6", - "key": "index", - "value": { - "@type": "Int", - "value": 2 - } - }, - { - "@type": "AnnotationData", - "@id": "F258A57201", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 2 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "7BF3111896", - "key": "index", - "value": { - "@type": "Int", - "value": 3 - } - }, - { - "@type": "AnnotationData", - "@id": "069CD58E03", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 3 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "F653090BF0", - "key": "index", - "value": { - "@type": "Int", - "value": 4 - } - }, - { - "@type": "AnnotationData", - "@id": "33CF42ABB3", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 4 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "1388A280EC", - "key": "index", - "value": { - "@type": "Int", - "value": 5 - } - }, - { - "@type": "AnnotationData", - "@id": "8143DDD303", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 5 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "D0883DB016", - "key": "index", - "value": { - "@type": "Int", - "value": 6 - } - }, - { - "@type": "AnnotationData", - "@id": "2B3A82D3B9", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 6 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "842C6423B2", - "key": "index", - "value": { - "@type": "Int", - "value": 7 - } - }, - { - "@type": "AnnotationData", - "@id": "25E4267979", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 7 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "80EB4AACB0", - "key": "index", - "value": { - "@type": "Int", - "value": 8 - } - }, - { - "@type": "AnnotationData", - "@id": "052F85CD72", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 8 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "9CEC59D4E4", - "key": "index", - "value": { - "@type": "Int", - "value": 9 - } - }, - { - "@type": "AnnotationData", - "@id": "1B2323944A", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 9 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "309B43B7BC", - "key": "index", - "value": { - "@type": "Int", - "value": 10 - } - }, - { - "@type": "AnnotationData", - "@id": "440F2E5EE7", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 10 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "30527B7A57", - "key": "index", - "value": { - "@type": "Int", - "value": 11 - } - }, - { - "@type": "AnnotationData", - "@id": "1AEAF31461", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 11 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "9C444C948E", - "key": "index", - "value": { - "@type": "Int", - "value": 12 - } - }, - { - "@type": "AnnotationData", - "@id": "E290484869", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 12 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "3EC737CE7B", - "key": "index", - "value": { - "@type": "Int", - "value": 13 - } - }, - { - "@type": "AnnotationData", - "@id": "6A38A95546", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 13 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "5EBB77C59E", - "key": "index", - "value": { - "@type": "Int", - "value": 14 - } - }, - { - "@type": "AnnotationData", - "@id": "43B876AAA0", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 14 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "1BA2047613", - "key": "index", - "value": { - "@type": "Int", - "value": 15 - } - }, - { - "@type": "AnnotationData", - "@id": "AED077E311", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 15 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "14BFF47A7A", - "key": "index", - "value": { - "@type": "Int", - "value": 16 - } - }, - { - "@type": "AnnotationData", - "@id": "744FAB4244", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 16 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "DA15B3FD85", - "key": "index", - "value": { - "@type": "Int", - "value": 17 - } - }, - { - "@type": "AnnotationData", - "@id": "DAD1912205", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 17 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "448FFB25D0", - "key": "index", - "value": { - "@type": "Int", - "value": 18 - } - }, - { - "@type": "AnnotationData", - "@id": "6D7AADDA7A", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 18 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "29E42EAE65", - "key": "index", - "value": { - "@type": "Int", - "value": 19 - } - }, - { - "@type": "AnnotationData", - "@id": "BD0E84084E", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 19 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "D06079D568", - "key": "index", - "value": { - "@type": "Int", - "value": 20 - } - }, - { - "@type": "AnnotationData", - "@id": "162C181485", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 20 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "DBC6A7ACA4", - "key": "index", - "value": { - "@type": "Int", - "value": 21 - } - }, - { - "@type": "AnnotationData", - "@id": "435168C80C", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 21 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "6DC4856683", - "key": "index", - "value": { - "@type": "Int", - "value": 22 - } - }, - { - "@type": "AnnotationData", - "@id": "F1313E80E0", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 22 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "32FBA5AE04", - "key": "index", - "value": { - "@type": "Int", - "value": 23 - } - }, - { - "@type": "AnnotationData", - "@id": "BC60AEEB75", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 23 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "63A5A9CE5F", - "key": "index", - "value": { - "@type": "Int", - "value": 24 - } - }, - { - "@type": "AnnotationData", - "@id": "3F87633449", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 24 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "1EACBBBBAF", - "key": "index", - "value": { - "@type": "Int", - "value": 25 - } - }, - { - "@type": "AnnotationData", - "@id": "EEF3F43FF4", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 25 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "0EC9D73AA4", - "key": "index", - "value": { - "@type": "Int", - "value": 26 - } - }, - { - "@type": "AnnotationData", - "@id": "F4C6559AFD", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 26 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "61961ED2F5", - "key": "index", - "value": { - "@type": "Int", - "value": 27 - } - }, - { - "@type": "AnnotationData", - "@id": "41DC481F83", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 27 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "0230E35E48", - "key": "index", - "value": { - "@type": "Int", - "value": 28 - } - }, - { - "@type": "AnnotationData", - "@id": "BE541B77BA", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 28 - } - ] - } - }, - { - "@type": "AnnotationData", - "@id": "BC396CD784", - "key": "index", - "value": { - "@type": "Int", - "value": 29 - } - }, - { - "@type": "AnnotationData", - "@id": "50139DC5FF", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [ - { - "@type": "Int", - "value": 29 - } - ] - } - } - ] - } - ], - "annotations": [ - { - "@type": "Annotation", - "@id": "B45C0FC0CE", - "target": { - "@type": "TextSelector", - "resource": "6B15", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 0 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 12 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "28287B2F42", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "7AE8FA01AE", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "D4489915E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "303141B4B8", - "target": { - "@type": "TextSelector", - "resource": "6B15", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 13 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 32 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "F6F1A81FF6", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "F258A57201", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "D4489915E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "C2839351BF", - "target": { - "@type": "TextSelector", - "resource": "6B15", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 33 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 44 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "7BF3111896", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "069CD58E03", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "D4489915E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "F42348A3EE", - "target": { - "@type": "TextSelector", - "resource": "6B15", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 45 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 48 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "F653090BF0", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "33CF42ABB3", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "D4489915E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "96C0B5C6F4", - "target": { - "@type": "TextSelector", - "resource": "6B15", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 49 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 61 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "1388A280EC", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "8143DDD303", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "D4489915E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "E72FBBD733", - "target": { - "@type": "TextSelector", - "resource": "6B15", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 62 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 70 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "D0883DB016", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "2B3A82D3B9", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "D4489915E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "818B94F866", - "target": { - "@type": "TextSelector", - "resource": "6B15", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 71 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 100 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "842C6423B2", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "25E4267979", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "D4489915E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "EF2CA34E5C", - "target": { - "@type": "TextSelector", - "resource": "6B15", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 101 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 125 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "80EB4AACB0", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "052F85CD72", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "D4489915E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "756BBC61A0", - "target": { - "@type": "TextSelector", - "resource": "6B15", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 126 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 152 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "9CEC59D4E4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "1B2323944A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "D4489915E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "EDA9F224FF", - "target": { - "@type": "TextSelector", - "resource": "6B15", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 153 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 167 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "309B43B7BC", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "440F2E5EE7", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "D4489915E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "1FB4B5B8B7", - "target": { - "@type": "TextSelector", - "resource": "6B15", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 168 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 199 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "30527B7A57", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "1AEAF31461", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "D4489915E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "E49B959E7B", - "target": { - "@type": "TextSelector", - "resource": "6B15", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 200 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 304 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "9C444C948E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "E290484869", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "D4489915E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "B122A2AB39", - "target": { - "@type": "TextSelector", - "resource": "6B15", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 305 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 315 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "3EC737CE7B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "6A38A95546", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "D4489915E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "DBC5658366", - "target": { - "@type": "TextSelector", - "resource": "6B15", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 316 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 329 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "5EBB77C59E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "43B876AAA0", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "D4489915E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "837E7A797F", - "target": { - "@type": "TextSelector", - "resource": "6B15", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 330 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 349 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "1BA2047613", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "AED077E311", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "D4489915E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "DADE8866E4", - "target": { - "@type": "TextSelector", - "resource": "6B15", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 350 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 512 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "14BFF47A7A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "744FAB4244", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "D4489915E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "68B5408A0D", - "target": { - "@type": "TextSelector", - "resource": "6B15", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 513 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 544 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "DA15B3FD85", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "DAD1912205", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "D4489915E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "B483057A09", - "target": { - "@type": "TextSelector", - "resource": "6B15", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 545 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 590 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "448FFB25D0", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "6D7AADDA7A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "D4489915E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "D44F04F68D", - "target": { - "@type": "TextSelector", - "resource": "6B15", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 591 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 621 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "29E42EAE65", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "BD0E84084E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "D4489915E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "1534CF4DB1", - "target": { - "@type": "TextSelector", - "resource": "6B15", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 622 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 655 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "D06079D568", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "162C181485", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "D4489915E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "B0FEE4C2C6", - "target": { - "@type": "TextSelector", - "resource": "6B15", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 656 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 695 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "DBC6A7ACA4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "435168C80C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "D4489915E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "4A2112257E", - "target": { - "@type": "TextSelector", - "resource": "6B15", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 696 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 757 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "6DC4856683", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "F1313E80E0", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "D4489915E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "449BB8B280", - "target": { - "@type": "TextSelector", - "resource": "6B15", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 758 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 794 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "32FBA5AE04", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "BC60AEEB75", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "D4489915E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "7CFBF9C6A7", - "target": { - "@type": "TextSelector", - "resource": "6B15", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 795 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 819 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "63A5A9CE5F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "3F87633449", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "D4489915E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "54D88D5464", - "target": { - "@type": "TextSelector", - "resource": "6B15", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 820 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 871 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "1EACBBBBAF", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "EEF3F43FF4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "D4489915E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "071EB39463", - "target": { - "@type": "TextSelector", - "resource": "6B15", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 872 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 905 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "0EC9D73AA4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "F4C6559AFD", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "D4489915E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "394538CFC5", - "target": { - "@type": "TextSelector", - "resource": "6B15", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 906 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 915 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "61961ED2F5", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "41DC481F83", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "D4489915E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "69919A6945", - "target": { - "@type": "TextSelector", - "resource": "6B15", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 916 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 978 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "0230E35E48", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "BE541B77BA", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "D4489915E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "A8DBF3C2E4", - "target": { - "@type": "TextSelector", - "resource": "6B15", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 979 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 992 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "BC396CD784", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "50139DC5FF", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "D4489915E5", - "set": "segmentation_annotation" - } - ] - } - ] +{ + "@type": "AnnotationStore", + "@id": "CUiiDuHWZANZNiOc", + "resources": [ + { + "@type": "TextResource", + "@id": "6B15", + "@include": "../../base/6B15.txt" + } + ], + "annotationsets": [ + { + "@type": "AnnotationDataSet", + "@id": "segmentation_annotation", + "keys": [ + { + "@type": "DataKey", + "@id": "index" + }, + { + "@type": "DataKey", + "@id": "alignment_index" + }, + { + "@type": "DataKey", + "@id": "segmentation_type" + } + ], + "data": [ + { + "@type": "AnnotationData", + "@id": "28287B2F42", + "key": "index", + "value": { + "@type": "Int", + "value": 1 + } + }, + { + "@type": "AnnotationData", + "@id": "7AE8FA01AE", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 1 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "D4489915E5", + "key": "segmentation_type", + "value": { + "@type": "String", + "value": "alignment" + } + }, + { + "@type": "AnnotationData", + "@id": "F6F1A81FF6", + "key": "index", + "value": { + "@type": "Int", + "value": 2 + } + }, + { + "@type": "AnnotationData", + "@id": "F258A57201", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 2 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "7BF3111896", + "key": "index", + "value": { + "@type": "Int", + "value": 3 + } + }, + { + "@type": "AnnotationData", + "@id": "069CD58E03", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 3 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "F653090BF0", + "key": "index", + "value": { + "@type": "Int", + "value": 4 + } + }, + { + "@type": "AnnotationData", + "@id": "33CF42ABB3", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 4 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "1388A280EC", + "key": "index", + "value": { + "@type": "Int", + "value": 5 + } + }, + { + "@type": "AnnotationData", + "@id": "8143DDD303", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 5 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "D0883DB016", + "key": "index", + "value": { + "@type": "Int", + "value": 6 + } + }, + { + "@type": "AnnotationData", + "@id": "2B3A82D3B9", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 6 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "842C6423B2", + "key": "index", + "value": { + "@type": "Int", + "value": 7 + } + }, + { + "@type": "AnnotationData", + "@id": "25E4267979", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 7 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "80EB4AACB0", + "key": "index", + "value": { + "@type": "Int", + "value": 8 + } + }, + { + "@type": "AnnotationData", + "@id": "052F85CD72", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 8 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "9CEC59D4E4", + "key": "index", + "value": { + "@type": "Int", + "value": 9 + } + }, + { + "@type": "AnnotationData", + "@id": "1B2323944A", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 9 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "309B43B7BC", + "key": "index", + "value": { + "@type": "Int", + "value": 10 + } + }, + { + "@type": "AnnotationData", + "@id": "440F2E5EE7", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 10 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "30527B7A57", + "key": "index", + "value": { + "@type": "Int", + "value": 11 + } + }, + { + "@type": "AnnotationData", + "@id": "1AEAF31461", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 11 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "9C444C948E", + "key": "index", + "value": { + "@type": "Int", + "value": 12 + } + }, + { + "@type": "AnnotationData", + "@id": "E290484869", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 12 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "3EC737CE7B", + "key": "index", + "value": { + "@type": "Int", + "value": 13 + } + }, + { + "@type": "AnnotationData", + "@id": "6A38A95546", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 13 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "5EBB77C59E", + "key": "index", + "value": { + "@type": "Int", + "value": 14 + } + }, + { + "@type": "AnnotationData", + "@id": "43B876AAA0", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 14 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "1BA2047613", + "key": "index", + "value": { + "@type": "Int", + "value": 15 + } + }, + { + "@type": "AnnotationData", + "@id": "AED077E311", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 15 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "14BFF47A7A", + "key": "index", + "value": { + "@type": "Int", + "value": 16 + } + }, + { + "@type": "AnnotationData", + "@id": "744FAB4244", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 16 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "DA15B3FD85", + "key": "index", + "value": { + "@type": "Int", + "value": 17 + } + }, + { + "@type": "AnnotationData", + "@id": "DAD1912205", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 17 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "448FFB25D0", + "key": "index", + "value": { + "@type": "Int", + "value": 18 + } + }, + { + "@type": "AnnotationData", + "@id": "6D7AADDA7A", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 18 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "29E42EAE65", + "key": "index", + "value": { + "@type": "Int", + "value": 19 + } + }, + { + "@type": "AnnotationData", + "@id": "BD0E84084E", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 19 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "D06079D568", + "key": "index", + "value": { + "@type": "Int", + "value": 20 + } + }, + { + "@type": "AnnotationData", + "@id": "162C181485", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 20 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "DBC6A7ACA4", + "key": "index", + "value": { + "@type": "Int", + "value": 21 + } + }, + { + "@type": "AnnotationData", + "@id": "435168C80C", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 21 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "6DC4856683", + "key": "index", + "value": { + "@type": "Int", + "value": 22 + } + }, + { + "@type": "AnnotationData", + "@id": "F1313E80E0", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 22 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "32FBA5AE04", + "key": "index", + "value": { + "@type": "Int", + "value": 23 + } + }, + { + "@type": "AnnotationData", + "@id": "BC60AEEB75", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 23 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "63A5A9CE5F", + "key": "index", + "value": { + "@type": "Int", + "value": 24 + } + }, + { + "@type": "AnnotationData", + "@id": "3F87633449", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 24 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "1EACBBBBAF", + "key": "index", + "value": { + "@type": "Int", + "value": 25 + } + }, + { + "@type": "AnnotationData", + "@id": "EEF3F43FF4", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 25 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "0EC9D73AA4", + "key": "index", + "value": { + "@type": "Int", + "value": 26 + } + }, + { + "@type": "AnnotationData", + "@id": "F4C6559AFD", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 26 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "61961ED2F5", + "key": "index", + "value": { + "@type": "Int", + "value": 27 + } + }, + { + "@type": "AnnotationData", + "@id": "41DC481F83", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 27 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "0230E35E48", + "key": "index", + "value": { + "@type": "Int", + "value": 28 + } + }, + { + "@type": "AnnotationData", + "@id": "BE541B77BA", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 28 + } + ] + } + }, + { + "@type": "AnnotationData", + "@id": "BC396CD784", + "key": "index", + "value": { + "@type": "Int", + "value": 29 + } + }, + { + "@type": "AnnotationData", + "@id": "50139DC5FF", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [ + { + "@type": "Int", + "value": 29 + } + ] + } + } + ] + } + ], + "annotations": [ + { + "@type": "Annotation", + "@id": "B45C0FC0CE", + "target": { + "@type": "TextSelector", + "resource": "6B15", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 0 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 12 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "28287B2F42", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "7AE8FA01AE", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "D4489915E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "303141B4B8", + "target": { + "@type": "TextSelector", + "resource": "6B15", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 13 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 32 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "F6F1A81FF6", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "F258A57201", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "D4489915E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "C2839351BF", + "target": { + "@type": "TextSelector", + "resource": "6B15", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 33 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 44 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "7BF3111896", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "069CD58E03", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "D4489915E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "F42348A3EE", + "target": { + "@type": "TextSelector", + "resource": "6B15", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 45 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 48 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "F653090BF0", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "33CF42ABB3", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "D4489915E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "96C0B5C6F4", + "target": { + "@type": "TextSelector", + "resource": "6B15", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 49 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 61 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "1388A280EC", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "8143DDD303", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "D4489915E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "E72FBBD733", + "target": { + "@type": "TextSelector", + "resource": "6B15", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 62 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 70 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "D0883DB016", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "2B3A82D3B9", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "D4489915E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "818B94F866", + "target": { + "@type": "TextSelector", + "resource": "6B15", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 71 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 100 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "842C6423B2", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "25E4267979", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "D4489915E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "EF2CA34E5C", + "target": { + "@type": "TextSelector", + "resource": "6B15", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 101 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 125 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "80EB4AACB0", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "052F85CD72", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "D4489915E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "756BBC61A0", + "target": { + "@type": "TextSelector", + "resource": "6B15", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 126 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 152 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "9CEC59D4E4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "1B2323944A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "D4489915E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "EDA9F224FF", + "target": { + "@type": "TextSelector", + "resource": "6B15", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 153 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 167 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "309B43B7BC", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "440F2E5EE7", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "D4489915E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "1FB4B5B8B7", + "target": { + "@type": "TextSelector", + "resource": "6B15", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 168 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 199 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "30527B7A57", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "1AEAF31461", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "D4489915E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "E49B959E7B", + "target": { + "@type": "TextSelector", + "resource": "6B15", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 200 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 304 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "9C444C948E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "E290484869", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "D4489915E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "B122A2AB39", + "target": { + "@type": "TextSelector", + "resource": "6B15", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 305 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 315 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "3EC737CE7B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "6A38A95546", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "D4489915E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "DBC5658366", + "target": { + "@type": "TextSelector", + "resource": "6B15", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 316 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 329 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "5EBB77C59E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "43B876AAA0", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "D4489915E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "837E7A797F", + "target": { + "@type": "TextSelector", + "resource": "6B15", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 330 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 349 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "1BA2047613", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "AED077E311", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "D4489915E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "DADE8866E4", + "target": { + "@type": "TextSelector", + "resource": "6B15", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 350 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 512 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "14BFF47A7A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "744FAB4244", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "D4489915E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "68B5408A0D", + "target": { + "@type": "TextSelector", + "resource": "6B15", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 513 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 544 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "DA15B3FD85", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "DAD1912205", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "D4489915E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "B483057A09", + "target": { + "@type": "TextSelector", + "resource": "6B15", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 545 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 590 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "448FFB25D0", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "6D7AADDA7A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "D4489915E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "D44F04F68D", + "target": { + "@type": "TextSelector", + "resource": "6B15", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 591 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 621 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "29E42EAE65", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "BD0E84084E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "D4489915E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "1534CF4DB1", + "target": { + "@type": "TextSelector", + "resource": "6B15", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 622 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 655 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "D06079D568", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "162C181485", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "D4489915E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "B0FEE4C2C6", + "target": { + "@type": "TextSelector", + "resource": "6B15", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 656 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 695 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "DBC6A7ACA4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "435168C80C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "D4489915E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "4A2112257E", + "target": { + "@type": "TextSelector", + "resource": "6B15", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 696 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 757 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "6DC4856683", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "F1313E80E0", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "D4489915E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "449BB8B280", + "target": { + "@type": "TextSelector", + "resource": "6B15", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 758 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 794 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "32FBA5AE04", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "BC60AEEB75", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "D4489915E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "7CFBF9C6A7", + "target": { + "@type": "TextSelector", + "resource": "6B15", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 795 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 819 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "63A5A9CE5F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "3F87633449", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "D4489915E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "54D88D5464", + "target": { + "@type": "TextSelector", + "resource": "6B15", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 820 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 871 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "1EACBBBBAF", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "EEF3F43FF4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "D4489915E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "071EB39463", + "target": { + "@type": "TextSelector", + "resource": "6B15", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 872 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 905 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "0EC9D73AA4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "F4C6559AFD", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "D4489915E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "394538CFC5", + "target": { + "@type": "TextSelector", + "resource": "6B15", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 906 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 915 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "61961ED2F5", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "41DC481F83", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "D4489915E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "69919A6945", + "target": { + "@type": "TextSelector", + "resource": "6B15", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 916 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 978 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "0230E35E48", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "BE541B77BA", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "D4489915E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "A8DBF3C2E4", + "target": { + "@type": "TextSelector", + "resource": "6B15", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 979 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 992 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "BC396CD784", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "50139DC5FF", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "D4489915E5", + "set": "segmentation_annotation" + } + ] + } + ] } \ No newline at end of file diff --git a/tests/pecha/serializers/json/data/IA099A11B/base/4C00.txt b/tests/pecha/serializers/json/data/IA099A11B/base/4C00.txt index 97922b21..868b7565 100644 --- a/tests/pecha/serializers/json/data/IA099A11B/base/4C00.txt +++ b/tests/pecha/serializers/json/data/IA099A11B/base/4C00.txt @@ -1,5 +1,5 @@ -First Line -Second Line -Third Line -Fourth Line -Fifth Line +First Line +Second Line +Third Line +Fourth Line +Fifth Line diff --git a/tests/pecha/serializers/json/data/IA099A11B/layers/4C00/segmentation-02F3.json b/tests/pecha/serializers/json/data/IA099A11B/layers/4C00/segmentation-02F3.json index b0d2debb..3846cbfb 100644 --- a/tests/pecha/serializers/json/data/IA099A11B/layers/4C00/segmentation-02F3.json +++ b/tests/pecha/serializers/json/data/IA099A11B/layers/4C00/segmentation-02F3.json @@ -1,240 +1,240 @@ -{ - "@type": "AnnotationStore", - "@id": "IA099A11B", - "resources": [ - { - "@type": "TextResource", - "@id": "4C00", - "@include": "../../base/4C00.txt" - } - ], - "annotationsets": [ - { - "@type": "AnnotationDataSet", - "@id": "segmentation_annotation", - "keys": [ - { - "@type": "DataKey", - "@id": "index" - }, - { - "@type": "DataKey", - "@id": "segmentation_type" - } - ], - "data": [ - { - "@type": "AnnotationData", - "@id": "0CBCE12785", - "key": "index", - "value": { - "@type": "Int", - "value": 1 - } - }, - { - "@type": "AnnotationData", - "@id": "96B61E0A4B", - "key": "segmentation_type", - "value": { - "@type": "String", - "value": "segmentation" - } - }, - { - "@type": "AnnotationData", - "@id": "BC40553894", - "key": "index", - "value": { - "@type": "Int", - "value": 2 - } - }, - { - "@type": "AnnotationData", - "@id": "217F3124F3", - "key": "index", - "value": { - "@type": "Int", - "value": 3 - } - }, - { - "@type": "AnnotationData", - "@id": "6912AA224F", - "key": "index", - "value": { - "@type": "Int", - "value": 4 - } - }, - { - "@type": "AnnotationData", - "@id": "3B8B9B8B8A", - "key": "index", - "value": { - "@type": "Int", - "value": 5 - } - } - ] - } - ], - "annotations": [ - { - "@type": "Annotation", - "@id": "645DFEF88F", - "target": { - "@type": "TextSelector", - "resource": "4C00", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 0 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 10 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "0CBCE12785", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "96B61E0A4B", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "4A71A446B4", - "target": { - "@type": "TextSelector", - "resource": "4C00", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 11 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 22 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "BC40553894", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "96B61E0A4B", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "B58D30714E", - "target": { - "@type": "TextSelector", - "resource": "4C00", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 23 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 33 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "217F3124F3", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "96B61E0A4B", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "3DB38BF239", - "target": { - "@type": "TextSelector", - "resource": "4C00", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 34 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 45 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "6912AA224F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "96B61E0A4B", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "2D22645A83", - "target": { - "@type": "TextSelector", - "resource": "4C00", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 46 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 56 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "3B8B9B8B8A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "96B61E0A4B", - "set": "segmentation_annotation" - } - ] - } - ] +{ + "@type": "AnnotationStore", + "@id": "IA099A11B", + "resources": [ + { + "@type": "TextResource", + "@id": "4C00", + "@include": "../../base/4C00.txt" + } + ], + "annotationsets": [ + { + "@type": "AnnotationDataSet", + "@id": "segmentation_annotation", + "keys": [ + { + "@type": "DataKey", + "@id": "index" + }, + { + "@type": "DataKey", + "@id": "segmentation_type" + } + ], + "data": [ + { + "@type": "AnnotationData", + "@id": "0CBCE12785", + "key": "index", + "value": { + "@type": "Int", + "value": 1 + } + }, + { + "@type": "AnnotationData", + "@id": "96B61E0A4B", + "key": "segmentation_type", + "value": { + "@type": "String", + "value": "segmentation" + } + }, + { + "@type": "AnnotationData", + "@id": "BC40553894", + "key": "index", + "value": { + "@type": "Int", + "value": 2 + } + }, + { + "@type": "AnnotationData", + "@id": "217F3124F3", + "key": "index", + "value": { + "@type": "Int", + "value": 3 + } + }, + { + "@type": "AnnotationData", + "@id": "6912AA224F", + "key": "index", + "value": { + "@type": "Int", + "value": 4 + } + }, + { + "@type": "AnnotationData", + "@id": "3B8B9B8B8A", + "key": "index", + "value": { + "@type": "Int", + "value": 5 + } + } + ] + } + ], + "annotations": [ + { + "@type": "Annotation", + "@id": "645DFEF88F", + "target": { + "@type": "TextSelector", + "resource": "4C00", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 0 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 10 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "0CBCE12785", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "96B61E0A4B", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "4A71A446B4", + "target": { + "@type": "TextSelector", + "resource": "4C00", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 11 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 22 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "BC40553894", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "96B61E0A4B", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "B58D30714E", + "target": { + "@type": "TextSelector", + "resource": "4C00", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 23 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 33 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "217F3124F3", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "96B61E0A4B", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "3DB38BF239", + "target": { + "@type": "TextSelector", + "resource": "4C00", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 34 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 45 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "6912AA224F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "96B61E0A4B", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "2D22645A83", + "target": { + "@type": "TextSelector", + "resource": "4C00", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 46 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 56 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "3B8B9B8B8A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "96B61E0A4B", + "set": "segmentation_annotation" + } + ] + } + ] } \ No newline at end of file diff --git a/tests/pecha/serializers/json/data/IA099A11B/layers/4C00/version-658D.json b/tests/pecha/serializers/json/data/IA099A11B/layers/4C00/version-658D.json index 1374743e..cac40ce5 100644 --- a/tests/pecha/serializers/json/data/IA099A11B/layers/4C00/version-658D.json +++ b/tests/pecha/serializers/json/data/IA099A11B/layers/4C00/version-658D.json @@ -1,170 +1,170 @@ -{ - "@type": "AnnotationStore", - "@id": "IA099A11B", - "resources": [ - { - "@type": "TextResource", - "@id": "4C00", - "@include": "../../base/4C00.txt" - } - ], - "annotationsets": [ - { - "@type": "AnnotationDataSet", - "@id": "variation_annotation", - "keys": [ - { - "@type": "DataKey", - "@id": "operation" - }, - { - "@type": "DataKey", - "@id": "text" - }, - { - "@type": "DataKey", - "@id": "spelling_variation" - } - ], - "data": [ - { - "@type": "AnnotationData", - "@id": "A8D4D3C324", - "key": "operation", - "value": { - "@type": "String", - "value": "deletion" - } - }, - { - "@type": "AnnotationData", - "@id": "8D384C96EF", - "key": "text", - "value": { - "@type": "String", - "value": "" - } - }, - { - "@type": "AnnotationData", - "@id": "5F68FE82BF", - "key": "spelling_variation", - "value": { - "@type": "String", - "value": "version" - } - } - ] - } - ], - "annotations": [ - { - "@type": "Annotation", - "@id": "A0E003904D", - "target": { - "@type": "TextSelector", - "resource": "4C00", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 0 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 11 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "A8D4D3C324", - "set": "variation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "8D384C96EF", - "set": "variation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "5F68FE82BF", - "set": "variation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "C64446EB8E", - "target": { - "@type": "TextSelector", - "resource": "4C00", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 23 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 34 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "A8D4D3C324", - "set": "variation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "8D384C96EF", - "set": "variation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "5F68FE82BF", - "set": "variation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "91868B4184", - "target": { - "@type": "TextSelector", - "resource": "4C00", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 46 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 57 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "A8D4D3C324", - "set": "variation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "8D384C96EF", - "set": "variation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "5F68FE82BF", - "set": "variation_annotation" - } - ] - } - ] +{ + "@type": "AnnotationStore", + "@id": "IA099A11B", + "resources": [ + { + "@type": "TextResource", + "@id": "4C00", + "@include": "../../base/4C00.txt" + } + ], + "annotationsets": [ + { + "@type": "AnnotationDataSet", + "@id": "variation_annotation", + "keys": [ + { + "@type": "DataKey", + "@id": "operation" + }, + { + "@type": "DataKey", + "@id": "text" + }, + { + "@type": "DataKey", + "@id": "spelling_variation" + } + ], + "data": [ + { + "@type": "AnnotationData", + "@id": "A8D4D3C324", + "key": "operation", + "value": { + "@type": "String", + "value": "deletion" + } + }, + { + "@type": "AnnotationData", + "@id": "8D384C96EF", + "key": "text", + "value": { + "@type": "String", + "value": "" + } + }, + { + "@type": "AnnotationData", + "@id": "5F68FE82BF", + "key": "spelling_variation", + "value": { + "@type": "String", + "value": "version" + } + } + ] + } + ], + "annotations": [ + { + "@type": "Annotation", + "@id": "A0E003904D", + "target": { + "@type": "TextSelector", + "resource": "4C00", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 0 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 11 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "A8D4D3C324", + "set": "variation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "8D384C96EF", + "set": "variation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "5F68FE82BF", + "set": "variation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "C64446EB8E", + "target": { + "@type": "TextSelector", + "resource": "4C00", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 23 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 34 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "A8D4D3C324", + "set": "variation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "8D384C96EF", + "set": "variation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "5F68FE82BF", + "set": "variation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "91868B4184", + "target": { + "@type": "TextSelector", + "resource": "4C00", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 46 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 57 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "A8D4D3C324", + "set": "variation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "8D384C96EF", + "set": "variation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "5F68FE82BF", + "set": "variation_annotation" + } + ] + } + ] } \ No newline at end of file diff --git a/tests/pecha/serializers/json/data/IA099A11B/layers/4C00/version-6816.json b/tests/pecha/serializers/json/data/IA099A11B/layers/4C00/version-6816.json index dc70c401..4887fb0a 100644 --- a/tests/pecha/serializers/json/data/IA099A11B/layers/4C00/version-6816.json +++ b/tests/pecha/serializers/json/data/IA099A11B/layers/4C00/version-6816.json @@ -1,233 +1,233 @@ -{ - "@type": "AnnotationStore", - "@id": "IA099A11B", - "resources": [ - { - "@type": "TextResource", - "@id": "4C00", - "@include": "../../base/4C00.txt" - } - ], - "annotationsets": [ - { - "@type": "AnnotationDataSet", - "@id": "variation_annotation", - "keys": [ - { - "@type": "DataKey", - "@id": "operation" - }, - { - "@type": "DataKey", - "@id": "text" - }, - { - "@type": "DataKey", - "@id": "spelling_variation" - } - ], - "data": [ - { - "@type": "AnnotationData", - "@id": "A118BA2DA1", - "key": "operation", - "value": { - "@type": "String", - "value": "deletion" - } - }, - { - "@type": "AnnotationData", - "@id": "E0C242EAC0", - "key": "text", - "value": { - "@type": "String", - "value": "" - } - }, - { - "@type": "AnnotationData", - "@id": "3A5E225695", - "key": "spelling_variation", - "value": { - "@type": "String", - "value": "version" - } - }, - { - "@type": "AnnotationData", - "@id": "9DC577BADF", - "key": "operation", - "value": { - "@type": "String", - "value": "insertion" - } - }, - { - "@type": "AnnotationData", - "@id": "39314E7A91", - "key": "text", - "value": { - "@type": "String", - "value": "Second" - } - }, - { - "@type": "AnnotationData", - "@id": "FD1D278555", - "key": "text", - "value": { - "@type": "String", - "value": "Third \n" - } - } - ] - } - ], - "annotations": [ - { - "@type": "Annotation", - "@id": "52FFC06CBB", - "target": { - "@type": "TextSelector", - "resource": "4C00", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 0 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 5 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "A118BA2DA1", - "set": "variation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "E0C242EAC0", - "set": "variation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "3A5E225695", - "set": "variation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "C4EB455DAE", - "target": { - "@type": "TextSelector", - "resource": "4C00", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 5 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 5 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "9DC577BADF", - "set": "variation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "39314E7A91", - "set": "variation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "3A5E225695", - "set": "variation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "277E1123E2", - "target": { - "@type": "TextSelector", - "resource": "4C00", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 23 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 23 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "9DC577BADF", - "set": "variation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "FD1D278555", - "set": "variation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "3A5E225695", - "set": "variation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "301D90B2F0", - "target": { - "@type": "TextSelector", - "resource": "4C00", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 46 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 57 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "A118BA2DA1", - "set": "variation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "E0C242EAC0", - "set": "variation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "3A5E225695", - "set": "variation_annotation" - } - ] - } - ] +{ + "@type": "AnnotationStore", + "@id": "IA099A11B", + "resources": [ + { + "@type": "TextResource", + "@id": "4C00", + "@include": "../../base/4C00.txt" + } + ], + "annotationsets": [ + { + "@type": "AnnotationDataSet", + "@id": "variation_annotation", + "keys": [ + { + "@type": "DataKey", + "@id": "operation" + }, + { + "@type": "DataKey", + "@id": "text" + }, + { + "@type": "DataKey", + "@id": "spelling_variation" + } + ], + "data": [ + { + "@type": "AnnotationData", + "@id": "A118BA2DA1", + "key": "operation", + "value": { + "@type": "String", + "value": "deletion" + } + }, + { + "@type": "AnnotationData", + "@id": "E0C242EAC0", + "key": "text", + "value": { + "@type": "String", + "value": "" + } + }, + { + "@type": "AnnotationData", + "@id": "3A5E225695", + "key": "spelling_variation", + "value": { + "@type": "String", + "value": "version" + } + }, + { + "@type": "AnnotationData", + "@id": "9DC577BADF", + "key": "operation", + "value": { + "@type": "String", + "value": "insertion" + } + }, + { + "@type": "AnnotationData", + "@id": "39314E7A91", + "key": "text", + "value": { + "@type": "String", + "value": "Second" + } + }, + { + "@type": "AnnotationData", + "@id": "FD1D278555", + "key": "text", + "value": { + "@type": "String", + "value": "Third \n" + } + } + ] + } + ], + "annotations": [ + { + "@type": "Annotation", + "@id": "52FFC06CBB", + "target": { + "@type": "TextSelector", + "resource": "4C00", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 0 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 5 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "A118BA2DA1", + "set": "variation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "E0C242EAC0", + "set": "variation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "3A5E225695", + "set": "variation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "C4EB455DAE", + "target": { + "@type": "TextSelector", + "resource": "4C00", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 5 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 5 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "9DC577BADF", + "set": "variation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "39314E7A91", + "set": "variation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "3A5E225695", + "set": "variation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "277E1123E2", + "target": { + "@type": "TextSelector", + "resource": "4C00", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 23 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 23 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "9DC577BADF", + "set": "variation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "FD1D278555", + "set": "variation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "3A5E225695", + "set": "variation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "301D90B2F0", + "target": { + "@type": "TextSelector", + "resource": "4C00", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 46 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 57 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "A118BA2DA1", + "set": "variation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "E0C242EAC0", + "set": "variation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "3A5E225695", + "set": "variation_annotation" + } + ] + } + ] } \ No newline at end of file diff --git a/tests/pecha/serializers/json/data/IA099A11B/layers/4C00/version-9D95.json b/tests/pecha/serializers/json/data/IA099A11B/layers/4C00/version-9D95.json index fb51d6de..1dd09aef 100644 --- a/tests/pecha/serializers/json/data/IA099A11B/layers/4C00/version-9D95.json +++ b/tests/pecha/serializers/json/data/IA099A11B/layers/4C00/version-9D95.json @@ -1,143 +1,143 @@ -{ - "@type": "AnnotationStore", - "@id": "IA099A11B", - "resources": [ - { - "@type": "TextResource", - "@id": "4C00", - "@include": "../../base/4C00.txt" - } - ], - "annotationsets": [ - { - "@type": "AnnotationDataSet", - "@id": "variation_annotation", - "keys": [ - { - "@type": "DataKey", - "@id": "operation" - }, - { - "@type": "DataKey", - "@id": "text" - }, - { - "@type": "DataKey", - "@id": "spelling_variation" - } - ], - "data": [ - { - "@type": "AnnotationData", - "@id": "756CF4BB11", - "key": "operation", - "value": { - "@type": "String", - "value": "insertion" - } - }, - { - "@type": "AnnotationData", - "@id": "823A6425DC", - "key": "text", - "value": { - "@type": "String", - "value": "First Line\nSecond Line\n" - } - }, - { - "@type": "AnnotationData", - "@id": "E97ACE7175", - "key": "spelling_variation", - "value": { - "@type": "String", - "value": "version" - } - }, - { - "@type": "AnnotationData", - "@id": "659441A66E", - "key": "text", - "value": { - "@type": "String", - "value": "Fifth Line" - } - } - ] - } - ], - "annotations": [ - { - "@type": "Annotation", - "@id": "CB9158492A", - "target": { - "@type": "TextSelector", - "resource": "4C00", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 11 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 11 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "756CF4BB11", - "set": "variation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "823A6425DC", - "set": "variation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "E97ACE7175", - "set": "variation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "9F8488043E", - "target": { - "@type": "TextSelector", - "resource": "4C00", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 57 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 57 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "756CF4BB11", - "set": "variation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "659441A66E", - "set": "variation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "E97ACE7175", - "set": "variation_annotation" - } - ] - } - ] +{ + "@type": "AnnotationStore", + "@id": "IA099A11B", + "resources": [ + { + "@type": "TextResource", + "@id": "4C00", + "@include": "../../base/4C00.txt" + } + ], + "annotationsets": [ + { + "@type": "AnnotationDataSet", + "@id": "variation_annotation", + "keys": [ + { + "@type": "DataKey", + "@id": "operation" + }, + { + "@type": "DataKey", + "@id": "text" + }, + { + "@type": "DataKey", + "@id": "spelling_variation" + } + ], + "data": [ + { + "@type": "AnnotationData", + "@id": "756CF4BB11", + "key": "operation", + "value": { + "@type": "String", + "value": "insertion" + } + }, + { + "@type": "AnnotationData", + "@id": "823A6425DC", + "key": "text", + "value": { + "@type": "String", + "value": "First Line\nSecond Line\n" + } + }, + { + "@type": "AnnotationData", + "@id": "E97ACE7175", + "key": "spelling_variation", + "value": { + "@type": "String", + "value": "version" + } + }, + { + "@type": "AnnotationData", + "@id": "659441A66E", + "key": "text", + "value": { + "@type": "String", + "value": "Fifth Line" + } + } + ] + } + ], + "annotations": [ + { + "@type": "Annotation", + "@id": "CB9158492A", + "target": { + "@type": "TextSelector", + "resource": "4C00", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 11 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 11 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "756CF4BB11", + "set": "variation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "823A6425DC", + "set": "variation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "E97ACE7175", + "set": "variation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "9F8488043E", + "target": { + "@type": "TextSelector", + "resource": "4C00", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 57 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 57 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "756CF4BB11", + "set": "variation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "659441A66E", + "set": "variation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "E97ACE7175", + "set": "variation_annotation" + } + ] + } + ] } \ No newline at end of file diff --git a/tests/pecha/serializers/json/data/IA099A11B/metadata.json b/tests/pecha/serializers/json/data/IA099A11B/metadata.json index 9e30e9b5..e2ee2a43 100644 --- a/tests/pecha/serializers/json/data/IA099A11B/metadata.json +++ b/tests/pecha/serializers/json/data/IA099A11B/metadata.json @@ -1,43 +1,43 @@ -{ - "id": "IA099A11B", - "title": null, - "author": { - "bo": "སྟོན་པ་བཅོམ་ལྡན་འདས།" - }, - "imported": "2025-07-18T05:54:02.006828", - "source": null, - "toolkit_version": "2.1.13", - "parser": "DocxRootParser", - "initial_creation_type": "google_docx", - "language": "bo", - "source_metadata": { - "title_short": { - "bo": "ཚོད་ལྟ་དཔེ་དེབ་", - "en": "English aligned test" - }, - "title_long_clean": { - "bo": "འཕགས་པ་ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པ་རྡོ་རྗེ་གཅོད་པ་ཞེས་བྱ་བ།" - }, - "title_alt_1": { - "bo": "འཕགས་པ་ཤེས་རབ་ཀྱི་ཕ་རོལད་ཏུ་ཕྱིནད་པ་རྡོ་རྗེ་གཅོད་པ་ཞེས་བྱ་བ་ཐེག་པ་ཆེན་པོའི་མདོ།" - }, - "title_alt_2": { - "bo": "རྡོ་རྗེ་སུམ་བརྒྱ་པའམ་རྡོ་རྗེ་གཅོད་པ།" - }, - "type": "root", - "parent": null - }, - "bases": {}, - "copyright": { - "status": "Unknown", - "notice": "", - "info_url": null - }, - "licence": "Unknown", - "legacy_id": null, - "source_file": null, - "ocr_import_info": null, - "statistics": null, - "quality": null, - "last_modified": "2025-07-18T05:54:02.006826" +{ + "id": "IA099A11B", + "title": null, + "author": { + "bo": "སྟོན་པ་བཅོམ་ལྡན་འདས།" + }, + "imported": "2025-07-18T05:54:02.006828", + "source": null, + "toolkit_version": "2.1.13", + "parser": "DocxRootParser", + "initial_creation_type": "google_docx", + "language": "bo", + "source_metadata": { + "title_short": { + "bo": "ཚོད་ལྟ་དཔེ་དེབ་", + "en": "English aligned test" + }, + "title_long_clean": { + "bo": "འཕགས་པ་ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པ་རྡོ་རྗེ་གཅོད་པ་ཞེས་བྱ་བ།" + }, + "title_alt_1": { + "bo": "འཕགས་པ་ཤེས་རབ་ཀྱི་ཕ་རོལད་ཏུ་ཕྱིནད་པ་རྡོ་རྗེ་གཅོད་པ་ཞེས་བྱ་བ་ཐེག་པ་ཆེན་པོའི་མདོ།" + }, + "title_alt_2": { + "bo": "རྡོ་རྗེ་སུམ་བརྒྱ་པའམ་རྡོ་རྗེ་གཅོད་པ།" + }, + "type": "root", + "parent": null + }, + "bases": {}, + "copyright": { + "status": "Unknown", + "notice": "", + "info_url": null + }, + "licence": "Unknown", + "legacy_id": null, + "source_file": null, + "ocr_import_info": null, + "statistics": null, + "quality": null, + "last_modified": "2025-07-18T05:54:02.006826" } \ No newline at end of file diff --git a/tests/pecha/serializers/json/data/ID8Sv2ynVKZX8wIt/base/26E4.txt b/tests/pecha/serializers/json/data/ID8Sv2ynVKZX8wIt/base/26E4.txt index c2d8ce2c..ffb554bb 100644 --- a/tests/pecha/serializers/json/data/ID8Sv2ynVKZX8wIt/base/26E4.txt +++ b/tests/pecha/serializers/json/data/ID8Sv2ynVKZX8wIt/base/26E4.txt @@ -1,32 +1,32 @@ -བཅོམ་ལྡན་འདས་མ་ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པའི་སྙིང་པོ། ། -༄༅། །​རྒྱ་གར་སྐད་དུ། བྷ་ག་བ་ཏི་པྲ་ཛྙ་པ་ར་མི་ཏཱྀ་ཧྲད་ཡ། -བོད་སྐད་དུ། བཅོམ་ལྡན་འདས་མ་ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པའི་སྙིང་པོ། - བམ་པོ་གཅིག་གོ །​ -བཅོམ་ལྡན་འདས་མ་ཤེས་རབ་ཀྱི་ཕ་རོལ་དུ་ཕྱིན་པ་ལ་ཕྱག་འཚལ་ལོ། ། -​འདི་སྐད་བདག་གིས་ཐོས་པ་དུས་གཅིག་ན། -བཅོམ་ལྡན་འདས་རྒྱལ་པོའི་ཁབ་བྱ་རྒོད་ཕུང་པོའི་རི་ལ་དགེ་སློང་གི་དགེ་འདུན་ཆེན་པོ་དང་། ​བྱང་ཆུབ་སེམས་དཔའི་དགེ་འདུན་ཆེན་པོ་དང་ཐབས་ཅིག་ཏུ་བཞུགས་ཏེ། -དེའི་ཚེ་བཅོམ་ལྡན་འདས་ཟབ་མོ་སྣང་བ་ཞེས་བྱ་བའི་ཆོས་ཀྱི་རྣམ་གྲངས་ཀྱི་ཏིང་ངེ་འཛིན་ལ་སྙོམས་པར་ཞུགས་སོ། ། -​ཡང་དེའི་ཚེ་བྱང་ཆུབ་སེམས་དཔའ་སེམས་དཔའ་ཆེན་པོ་འཕགས་པ་སྤྱན་རས་གཟིགས་དབང་ཕྱུག་ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པ་ཟབ་མོའི་སྤྱོད་པ་ཉིད་ལ་རྣམ་པར་བལྟ་ཞིང་། -ཕུང་པོ་ལྔ་པོ་དེ་དག་ལ་ཡང་རང་བཞིན་གྱིས་སྟོང་པར་རྣམ་པར་བལྟའོ། ། -​དེ་ནས་སངས་རྒྱས་ཀྱི་མཐུས། ​ཚེ་དང་ལྡན་པ་ཤཱ་རིའི་བུས་བྱང་ཆུབ་སེམས་དཔའ་ཆེན་པོ་འཕགས་པ་སྤྱན་རས་གཟིགས་དབང་ཕྱུག་ལ་འདི་སྐད་ཅེས་སྨྲས་སོ། །​ -རིགས་ཀྱི་བུ་གང་ལ་ལ་ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པ་ཟབ་མོའི་སྤྱོད་པ་སྤྱད་པར་འདོད་པ་དེས་ཇི་ལྟར་བསླབ་པར་བྱ། དེ་སྐད་ཅེས་སྨྲས་པ་དང་། བྱང་ཆུབ་སེམས་དཔའ་སེམས་དཔའ་ཆེན་པོ་འཕགས་པ་སྤྱན་རས་གཟིགས་དབང་ཕྱུག་གིས་ཚེ་དང་ལྡན་པ་ཤཱ་ར་དྭ་ཏའི་བུ་ལ་འདི་སྐད་ཅེས་སྨྲས་སོ། །​ཤཱ་རིའི་བུ་རིགས་ཀྱི་བུའམ། རིགས་ཀྱི་བུ་མོ་གང་ལ་ལ་ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པ་ཟབ་མོའི་སྤྱོད་པ་སྤྱད་པར་འདོད་པ་དེས་འདི་ལྟར་རྣམ་པར་བལྟ་བར་བྱ་སྟེ། ​ཕུང་པོ་ལྔ་པོ་དེ་དག་ཀྱང་རང་བཞིན་གྱིས་སྟོང་པར་རྣམ་པར་ཡང་དག་པར་རྗེས་སུ་བལྟའོ། ། -​གཟུགས་སྟོང་པའོ། །སྟོང་པ་ཉིད་གཟུགས་སོ། ། - -​གཟུགས་ལས་སྟོང་པ་ཉིད་གཞན་མ་ཡིན། སྟོང་པ་ཉིད་ལས་ཀྱང་གཟུགས་གཞན་མ་ཡིན་ནོ། ། -​དེ་བཞིན་དུ་ཚོར་བ་དང་། ​འདུ་ཤེས་དང་། འདུ་བྱེད་དང་། རྣམ་པར་ཤེས་པ་རྣམས་སྟོང་པའོ། ། -​ཤཱ་རིའི་བུ་དེ་ལྟ་བས་ན་ཆོས་ཐམས་ཅད་སྟོང་པ་ཉིད་དེ། མཚན་ཉིད་མེད་པ། མ་སྐྱེས་པ། ​མ་འགགས་པ། དྲི་མ་མེད་པ། དྲི་མ་དང་བྲལ་བ་མེད་པ། ​བྲི་བ་མེད་པ། གང་བ་མེད་པའོ། ། -​ཤཱ་རིའི་བུ་དེ་ལྟ་བས་ན་སྟོང་པ་ཉིད་ལ་གཟུགས་མེད། ཚོར་བ་མེད། ​འདུ་ཤེས་མེད། འདུ་བྱེད་མེད། རྣམ་པར་ཤེས་པ་མེད། མིག་མེད། རྣ་བ་མེད། སྣ་མེད། ལྕེ་མེད། ལུས་མེད། ཡིད་མེད །གཟུགས་མེད། སྒྲ་མེད། དྲི་མེད། རོ་མེད། རེག་བྱ་མེད། ཆོས་མེད་དོ། ། -​མིག་གི་ཁམས་མེད་པ་ནས་ཡིད་ཀྱི་ཁམས་མེད། ཡིད་ཀྱི་རྣམ་པར་ཤེས་པའི་ཁམས་ཀྱི་བར་དུ་ཡང་མེད་དོ། ། -​མ་རིག་པ་མེད། ​མ་རིག་པ་ཟད་པ་མེད་པ་ནས་རྒ་ཤི་མེད། ​རྒ་ཤི་ཟད་པའི་བར་དུ་ཡང་མེད་དོ། ། སྡུག་བསྔལ་བ་དང་། ཀུན་འབྱུང་བ་དང་། འགོག་པ་དང་། ལམ་མེད། ཡེ་ཤེས་མེད། ཐོབ་པ་མེད། མ་ཐོབ་པ་ཡང་མེད་དོ། ། -​ཤཱ་རིའི་བུ་དེ་ལྟ་བས་ན་བྱང་ཆུབ་སེམས་དཔའ་རྣམས་ཐོབ་པ་མེད་པའི་ཕྱིར། ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པ་ལ་བརྟེན་ཅིང ་གནས་ཏེ། -སེམས་ལ་སྒྲིབ་པ་མེད་པས་སྐྲག་པ་མེད་དེ། ཕྱིན་ཅི་ལོག་ལས་ཤིན་ཏུ་འདས་ནས་མྱ་ངན་ལས་འདས་པར་མཐར་ཕྱིན་ཏོ། ། -​དུས་གསུམ་དུ་རྣམ་པར་བཞུགས་པའི་སངས་རྒྱས་ཐམས་ཅད་ཀྱང་ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པ་ལ་བརྟེན་ནས་བླ་ན་མེད་པ་ཡང་དག་པར་རྫོགས་པའི་བྱང་ཆུབ་ཏུ་མངོན་པར་རྫོགས་པར་སངས་རྒྱས་སོ། ། -​དེ་ལྟ་བས་ན་ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པའི་སྔགས། རིག་པ་ཆེན་པོའི་སྔགས། བླ་ན་མེད་པའི་སྔགས། མི་མཉམ་པ་དང་མཉམ་པའི་སྔགས། སྡུག་བསྔལ་ཐམས་ཅད་རབ་ཏུ་ཞི་བར་བྱེད་པའི་སྔགས། མི་རྫུན་པས་ན་བདེན་པར་ཤེས་པར་བྱ་སྟེ། ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པའི་སྔགས་སྨྲས་པ། -ཏདྱ་ཐཱ། ག་ཏེ་ག་ཏེ་པཱ་ར་ག་ཏེ། པཱ་ར་སཾ་ག་ཏེ། བོ་དྷི་སྭ་ཧཱ། -ཤཱ་རིའི་བུ་བྱང་ཆུབ་སེམས་དཔའ་སེམས་དཔའ་ཆེན་པོ་དེ་ལྟར་ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པ་ཟབ་མོ་ལ་བསླབ་པར་བྱའོ། ། -​དེ་ནས་བཅོམ་ལྡན་འདས་ཏིང་ངེ་འཛིན་དེ་ལས་བཞེངས་ཏེ། བྱང་ཆུབ་སེམས་དཔའ་སེམས་དཔའ་ཆེན་པོས་འཕགས་པ ་སྤྱན་རས་དབང་ཕྱུག་ལ་ལེགས་སོ་ཞེས་བྱ་བ་བྱིན་ནས། ལེགས་སོ་ལེགས་སོ། རིགས་ཀྱི་བུ་དེ་དེ་བཞིན་ནོ། །​ -རིགས་ཀྱི་བུ་དེ་དེ་བཞིན་ཏེ། ཇི་ལྟར་ཁྱོད་ཀྱིས་བསྟན་པ་བཞིན་དུ་ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པ་ཟབ་མོ་ལ་སྤྱད་པར་བྱ་སྟེ། -དེ་བཞིན་གཤེགས་པ་རྣམས་ཀྱང་རྗེས་སུ་ཡི་རང་ངོ་། ། -​བཅོམ་ལྡན་འདས་ཀྱིས་དེ་སྐད་ཅེས་བཀའ་སྩལ་ནས། -ཚེ་དང་ལྡན་པ་ཤཱ་ར་དྭ་ཏིའི་བུ་དང་། བྱང་ཆུབ་སེམས་དཔའ་སེམས་དཔའ་ཆེན་པོ་སྤྱན་རས་གཟིགས་དབང་ཕྱུག་དང་། ཐམས་ཅད་དང་ལྡན་པའི་འཁོར་དེ་དག་དང་། ​ལྷ་དང་། མི་དང་། ལྷ་མ་ཡིན་དང་། དྲི་ཟར་བཅས་པའི་འཇིག་རྟེན་ཡི་རངས་ཏེ། བཅོམ་ལྡན་འདས་ཀྱིས་གསུངས་པ་ལ་མངོན་པར་བསྟོད་དོ། ། -​འཕགས་པ་ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པའི་སྙིང་པོ་རྫོགས་སོ། །​ +བཅོམ་ལྡན་འདས་མ་ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པའི་སྙིང་པོ། ། +༄༅། །​རྒྱ་གར་སྐད་དུ། བྷ་ག་བ་ཏི་པྲ་ཛྙ་པ་ར་མི་ཏཱྀ་ཧྲད་ཡ། +བོད་སྐད་དུ། བཅོམ་ལྡན་འདས་མ་ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པའི་སྙིང་པོ། + བམ་པོ་གཅིག་གོ །​ +བཅོམ་ལྡན་འདས་མ་ཤེས་རབ་ཀྱི་ཕ་རོལ་དུ་ཕྱིན་པ་ལ་ཕྱག་འཚལ་ལོ། ། +​འདི་སྐད་བདག་གིས་ཐོས་པ་དུས་གཅིག་ན། +བཅོམ་ལྡན་འདས་རྒྱལ་པོའི་ཁབ་བྱ་རྒོད་ཕུང་པོའི་རི་ལ་དགེ་སློང་གི་དགེ་འདུན་ཆེན་པོ་དང་། ​བྱང་ཆུབ་སེམས་དཔའི་དགེ་འདུན་ཆེན་པོ་དང་ཐབས་ཅིག་ཏུ་བཞུགས་ཏེ། +དེའི་ཚེ་བཅོམ་ལྡན་འདས་ཟབ་མོ་སྣང་བ་ཞེས་བྱ་བའི་ཆོས་ཀྱི་རྣམ་གྲངས་ཀྱི་ཏིང་ངེ་འཛིན་ལ་སྙོམས་པར་ཞུགས་སོ། ། +​ཡང་དེའི་ཚེ་བྱང་ཆུབ་སེམས་དཔའ་སེམས་དཔའ་ཆེན་པོ་འཕགས་པ་སྤྱན་རས་གཟིགས་དབང་ཕྱུག་ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པ་ཟབ་མོའི་སྤྱོད་པ་ཉིད་ལ་རྣམ་པར་བལྟ་ཞིང་། +ཕུང་པོ་ལྔ་པོ་དེ་དག་ལ་ཡང་རང་བཞིན་གྱིས་སྟོང་པར་རྣམ་པར་བལྟའོ། ། +​དེ་ནས་སངས་རྒྱས་ཀྱི་མཐུས། ​ཚེ་དང་ལྡན་པ་ཤཱ་རིའི་བུས་བྱང་ཆུབ་སེམས་དཔའ་ཆེན་པོ་འཕགས་པ་སྤྱན་རས་གཟིགས་དབང་ཕྱུག་ལ་འདི་སྐད་ཅེས་སྨྲས་སོ། །​ +རིགས་ཀྱི་བུ་གང་ལ་ལ་ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པ་ཟབ་མོའི་སྤྱོད་པ་སྤྱད་པར་འདོད་པ་དེས་ཇི་ལྟར་བསླབ་པར་བྱ། དེ་སྐད་ཅེས་སྨྲས་པ་དང་། བྱང་ཆུབ་སེམས་དཔའ་སེམས་དཔའ་ཆེན་པོ་འཕགས་པ་སྤྱན་རས་གཟིགས་དབང་ཕྱུག་གིས་ཚེ་དང་ལྡན་པ་ཤཱ་ར་དྭ་ཏའི་བུ་ལ་འདི་སྐད་ཅེས་སྨྲས་སོ། །​ཤཱ་རིའི་བུ་རིགས་ཀྱི་བུའམ། རིགས་ཀྱི་བུ་མོ་གང་ལ་ལ་ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པ་ཟབ་མོའི་སྤྱོད་པ་སྤྱད་པར་འདོད་པ་དེས་འདི་ལྟར་རྣམ་པར་བལྟ་བར་བྱ་སྟེ། ​ཕུང་པོ་ལྔ་པོ་དེ་དག་ཀྱང་རང་བཞིན་གྱིས་སྟོང་པར་རྣམ་པར་ཡང་དག་པར་རྗེས་སུ་བལྟའོ། ། +​གཟུགས་སྟོང་པའོ། །སྟོང་པ་ཉིད་གཟུགས་སོ། ། + +​གཟུགས་ལས་སྟོང་པ་ཉིད་གཞན་མ་ཡིན། སྟོང་པ་ཉིད་ལས་ཀྱང་གཟུགས་གཞན་མ་ཡིན་ནོ། ། +​དེ་བཞིན་དུ་ཚོར་བ་དང་། ​འདུ་ཤེས་དང་། འདུ་བྱེད་དང་། རྣམ་པར་ཤེས་པ་རྣམས་སྟོང་པའོ། ། +​ཤཱ་རིའི་བུ་དེ་ལྟ་བས་ན་ཆོས་ཐམས་ཅད་སྟོང་པ་ཉིད་དེ། མཚན་ཉིད་མེད་པ། མ་སྐྱེས་པ། ​མ་འགགས་པ། དྲི་མ་མེད་པ། དྲི་མ་དང་བྲལ་བ་མེད་པ། ​བྲི་བ་མེད་པ། གང་བ་མེད་པའོ། ། +​ཤཱ་རིའི་བུ་དེ་ལྟ་བས་ན་སྟོང་པ་ཉིད་ལ་གཟུགས་མེད། ཚོར་བ་མེད། ​འདུ་ཤེས་མེད། འདུ་བྱེད་མེད། རྣམ་པར་ཤེས་པ་མེད། མིག་མེད། རྣ་བ་མེད། སྣ་མེད། ལྕེ་མེད། ལུས་མེད། ཡིད་མེད །གཟུགས་མེད། སྒྲ་མེད། དྲི་མེད། རོ་མེད། རེག་བྱ་མེད། ཆོས་མེད་དོ། ། +​མིག་གི་ཁམས་མེད་པ་ནས་ཡིད་ཀྱི་ཁམས་མེད། ཡིད་ཀྱི་རྣམ་པར་ཤེས་པའི་ཁམས་ཀྱི་བར་དུ་ཡང་མེད་དོ། ། +​མ་རིག་པ་མེད། ​མ་རིག་པ་ཟད་པ་མེད་པ་ནས་རྒ་ཤི་མེད། ​རྒ་ཤི་ཟད་པའི་བར་དུ་ཡང་མེད་དོ། ། སྡུག་བསྔལ་བ་དང་། ཀུན་འབྱུང་བ་དང་། འགོག་པ་དང་། ལམ་མེད། ཡེ་ཤེས་མེད། ཐོབ་པ་མེད། མ་ཐོབ་པ་ཡང་མེད་དོ། ། +​ཤཱ་རིའི་བུ་དེ་ལྟ་བས་ན་བྱང་ཆུབ་སེམས་དཔའ་རྣམས་ཐོབ་པ་མེད་པའི་ཕྱིར། ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པ་ལ་བརྟེན་ཅིང ་གནས་ཏེ། +སེམས་ལ་སྒྲིབ་པ་མེད་པས་སྐྲག་པ་མེད་དེ། ཕྱིན་ཅི་ལོག་ལས་ཤིན་ཏུ་འདས་ནས་མྱ་ངན་ལས་འདས་པར་མཐར་ཕྱིན་ཏོ། ། +​དུས་གསུམ་དུ་རྣམ་པར་བཞུགས་པའི་སངས་རྒྱས་ཐམས་ཅད་ཀྱང་ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པ་ལ་བརྟེན་ནས་བླ་ན་མེད་པ་ཡང་དག་པར་རྫོགས་པའི་བྱང་ཆུབ་ཏུ་མངོན་པར་རྫོགས་པར་སངས་རྒྱས་སོ། ། +​དེ་ལྟ་བས་ན་ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པའི་སྔགས། རིག་པ་ཆེན་པོའི་སྔགས། བླ་ན་མེད་པའི་སྔགས། མི་མཉམ་པ་དང་མཉམ་པའི་སྔགས། སྡུག་བསྔལ་ཐམས་ཅད་རབ་ཏུ་ཞི་བར་བྱེད་པའི་སྔགས། མི་རྫུན་པས་ན་བདེན་པར་ཤེས་པར་བྱ་སྟེ། ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པའི་སྔགས་སྨྲས་པ། +ཏདྱ་ཐཱ། ག་ཏེ་ག་ཏེ་པཱ་ར་ག་ཏེ། པཱ་ར་སཾ་ག་ཏེ། བོ་དྷི་སྭ་ཧཱ། +ཤཱ་རིའི་བུ་བྱང་ཆུབ་སེམས་དཔའ་སེམས་དཔའ་ཆེན་པོ་དེ་ལྟར་ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པ་ཟབ་མོ་ལ་བསླབ་པར་བྱའོ། ། +​དེ་ནས་བཅོམ་ལྡན་འདས་ཏིང་ངེ་འཛིན་དེ་ལས་བཞེངས་ཏེ། བྱང་ཆུབ་སེམས་དཔའ་སེམས་དཔའ་ཆེན་པོས་འཕགས་པ ་སྤྱན་རས་དབང་ཕྱུག་ལ་ལེགས་སོ་ཞེས་བྱ་བ་བྱིན་ནས། ལེགས་སོ་ལེགས་སོ། རིགས་ཀྱི་བུ་དེ་དེ་བཞིན་ནོ། །​ +རིགས་ཀྱི་བུ་དེ་དེ་བཞིན་ཏེ། ཇི་ལྟར་ཁྱོད་ཀྱིས་བསྟན་པ་བཞིན་དུ་ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པ་ཟབ་མོ་ལ་སྤྱད་པར་བྱ་སྟེ། +དེ་བཞིན་གཤེགས་པ་རྣམས་ཀྱང་རྗེས་སུ་ཡི་རང་ངོ་། ། +​བཅོམ་ལྡན་འདས་ཀྱིས་དེ་སྐད་ཅེས་བཀའ་སྩལ་ནས། +ཚེ་དང་ལྡན་པ་ཤཱ་ར་དྭ་ཏིའི་བུ་དང་། བྱང་ཆུབ་སེམས་དཔའ་སེམས་དཔའ་ཆེན་པོ་སྤྱན་རས་གཟིགས་དབང་ཕྱུག་དང་། ཐམས་ཅད་དང་ལྡན་པའི་འཁོར་དེ་དག་དང་། ​ལྷ་དང་། མི་དང་། ལྷ་མ་ཡིན་དང་། དྲི་ཟར་བཅས་པའི་འཇིག་རྟེན་ཡི་རངས་ཏེ། བཅོམ་ལྡན་འདས་ཀྱིས་གསུངས་པ་ལ་མངོན་པར་བསྟོད་དོ། ། +​འཕགས་པ་ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པའི་སྙིང་པོ་རྫོགས་སོ། །​ diff --git a/tests/pecha/serializers/json/data/ID8Sv2ynVKZX8wIt/layers/26E4/alignment-pdpDABvI2yRSISt6.json b/tests/pecha/serializers/json/data/ID8Sv2ynVKZX8wIt/layers/26E4/alignment-pdpDABvI2yRSISt6.json index 09637fd6..8c6e4458 100644 --- a/tests/pecha/serializers/json/data/ID8Sv2ynVKZX8wIt/layers/26E4/alignment-pdpDABvI2yRSISt6.json +++ b/tests/pecha/serializers/json/data/ID8Sv2ynVKZX8wIt/layers/26E4/alignment-pdpDABvI2yRSISt6.json @@ -1,1610 +1,1610 @@ -{ - "@type": "AnnotationStore", - "@id": "ID8Sv2ynVKZX8wIt", - "resources": [ - { - "@type": "TextResource", - "@id": "26E4", - "@include": "../../base/26E4.txt" - } - ], - "annotationsets": [ - { - "@type": "AnnotationDataSet", - "@id": "segmentation_annotation", - "keys": [ - { - "@type": "DataKey", - "@id": "index" - }, - { - "@type": "DataKey", - "@id": "alignment_index" - }, - { - "@type": "DataKey", - "@id": "segmentation_type" - } - ], - "data": [ - { - "@type": "AnnotationData", - "@id": "4814DF71B7", - "key": "index", - "value": { - "@type": "Int", - "value": 1 - } - }, - { - "@type": "AnnotationData", - "@id": "B614786243", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [] - } - }, - { - "@type": "AnnotationData", - "@id": "5A6F0F0A72", - "key": "segmentation_type", - "value": { - "@type": "String", - "value": "alignment" - } - }, - { - "@type": "AnnotationData", - "@id": "DC8ED054E4", - "key": "index", - "value": { - "@type": "Int", - "value": 2 - } - }, - { - "@type": "AnnotationData", - "@id": "51CEBB45E8", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [] - } - }, - { - "@type": "AnnotationData", - "@id": "2E7615EC06", - "key": "index", - "value": { - "@type": "Int", - "value": 3 - } - }, - { - "@type": "AnnotationData", - "@id": "CD9EEA25C4", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [] - } - }, - { - "@type": "AnnotationData", - "@id": "FCE7E60854", - "key": "index", - "value": { - "@type": "Int", - "value": 4 - } - }, - { - "@type": "AnnotationData", - "@id": "EF7EAB7638", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [] - } - }, - { - "@type": "AnnotationData", - "@id": "E23E3B1BDB", - "key": "index", - "value": { - "@type": "Int", - "value": 5 - } - }, - { - "@type": "AnnotationData", - "@id": "CCBA399F7B", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [] - } - }, - { - "@type": "AnnotationData", - "@id": "71A440B3B1", - "key": "index", - "value": { - "@type": "Int", - "value": 6 - } - }, - { - "@type": "AnnotationData", - "@id": "7756254759", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [] - } - }, - { - "@type": "AnnotationData", - "@id": "E1EF0841B4", - "key": "index", - "value": { - "@type": "Int", - "value": 7 - } - }, - { - "@type": "AnnotationData", - "@id": "2B00908B6B", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [] - } - }, - { - "@type": "AnnotationData", - "@id": "8D00FE0AD2", - "key": "index", - "value": { - "@type": "Int", - "value": 8 - } - }, - { - "@type": "AnnotationData", - "@id": "2A0E5E4FCF", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [] - } - }, - { - "@type": "AnnotationData", - "@id": "F9D3F24F00", - "key": "index", - "value": { - "@type": "Int", - "value": 9 - } - }, - { - "@type": "AnnotationData", - "@id": "2776D23315", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [] - } - }, - { - "@type": "AnnotationData", - "@id": "8E90914588", - "key": "index", - "value": { - "@type": "Int", - "value": 10 - } - }, - { - "@type": "AnnotationData", - "@id": "DC2E9EDB17", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [] - } - }, - { - "@type": "AnnotationData", - "@id": "00B5207CC4", - "key": "index", - "value": { - "@type": "Int", - "value": 11 - } - }, - { - "@type": "AnnotationData", - "@id": "B222E51F1D", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [] - } - }, - { - "@type": "AnnotationData", - "@id": "B9BD43BF49", - "key": "index", - "value": { - "@type": "Int", - "value": 12 - } - }, - { - "@type": "AnnotationData", - "@id": "644FCF646E", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [] - } - }, - { - "@type": "AnnotationData", - "@id": "92DF74D88C", - "key": "index", - "value": { - "@type": "Int", - "value": 13 - } - }, - { - "@type": "AnnotationData", - "@id": "B5062DFB76", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [] - } - }, - { - "@type": "AnnotationData", - "@id": "95577E61C5", - "key": "index", - "value": { - "@type": "Int", - "value": 14 - } - }, - { - "@type": "AnnotationData", - "@id": "66B1964B88", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [] - } - }, - { - "@type": "AnnotationData", - "@id": "13E0E65EDA", - "key": "index", - "value": { - "@type": "Int", - "value": 15 - } - }, - { - "@type": "AnnotationData", - "@id": "CA1F44F4F3", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [] - } - }, - { - "@type": "AnnotationData", - "@id": "A8FC8DC91A", - "key": "index", - "value": { - "@type": "Int", - "value": 16 - } - }, - { - "@type": "AnnotationData", - "@id": "7256547484", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [] - } - }, - { - "@type": "AnnotationData", - "@id": "039341498D", - "key": "index", - "value": { - "@type": "Int", - "value": 17 - } - }, - { - "@type": "AnnotationData", - "@id": "294A285A7B", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [] - } - }, - { - "@type": "AnnotationData", - "@id": "C24259A1F1", - "key": "index", - "value": { - "@type": "Int", - "value": 18 - } - }, - { - "@type": "AnnotationData", - "@id": "F3C22C7746", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [] - } - }, - { - "@type": "AnnotationData", - "@id": "ADDE5A96EE", - "key": "index", - "value": { - "@type": "Int", - "value": 19 - } - }, - { - "@type": "AnnotationData", - "@id": "A5F4B6EBA4", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [] - } - }, - { - "@type": "AnnotationData", - "@id": "DB19648A4C", - "key": "index", - "value": { - "@type": "Int", - "value": 20 - } - }, - { - "@type": "AnnotationData", - "@id": "6AD25830D3", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [] - } - }, - { - "@type": "AnnotationData", - "@id": "55D06FAF50", - "key": "index", - "value": { - "@type": "Int", - "value": 21 - } - }, - { - "@type": "AnnotationData", - "@id": "EA43B23EEB", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [] - } - }, - { - "@type": "AnnotationData", - "@id": "727F2A843F", - "key": "index", - "value": { - "@type": "Int", - "value": 22 - } - }, - { - "@type": "AnnotationData", - "@id": "D61147C47C", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [] - } - }, - { - "@type": "AnnotationData", - "@id": "F6A86A45E1", - "key": "index", - "value": { - "@type": "Int", - "value": 23 - } - }, - { - "@type": "AnnotationData", - "@id": "72D594782C", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [] - } - }, - { - "@type": "AnnotationData", - "@id": "67EE7DF05E", - "key": "index", - "value": { - "@type": "Int", - "value": 24 - } - }, - { - "@type": "AnnotationData", - "@id": "BC74DC7DDB", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [] - } - }, - { - "@type": "AnnotationData", - "@id": "0C1044FD4C", - "key": "index", - "value": { - "@type": "Int", - "value": 25 - } - }, - { - "@type": "AnnotationData", - "@id": "C458C6E6AA", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [] - } - }, - { - "@type": "AnnotationData", - "@id": "4D54F9D516", - "key": "index", - "value": { - "@type": "Int", - "value": 26 - } - }, - { - "@type": "AnnotationData", - "@id": "A38A97DC8E", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [] - } - }, - { - "@type": "AnnotationData", - "@id": "8B298B9166", - "key": "index", - "value": { - "@type": "Int", - "value": 27 - } - }, - { - "@type": "AnnotationData", - "@id": "F585BF1C8B", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [] - } - }, - { - "@type": "AnnotationData", - "@id": "C4B4A74D36", - "key": "index", - "value": { - "@type": "Int", - "value": 28 - } - }, - { - "@type": "AnnotationData", - "@id": "F742320014", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [] - } - }, - { - "@type": "AnnotationData", - "@id": "A857A4AAF8", - "key": "index", - "value": { - "@type": "Int", - "value": 29 - } - }, - { - "@type": "AnnotationData", - "@id": "19A6898965", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [] - } - } - ] - } - ], - "annotations": [ - { - "@type": "Annotation", - "@id": "C5E666C976", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 0 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 54 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4814DF71B7", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "B614786243", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "5A6F0F0A72", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "341B591E94", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 55 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 110 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "DC8ED054E4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "51CEBB45E8", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "5A6F0F0A72", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "8477441252", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 111 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 175 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "2E7615EC06", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "CD9EEA25C4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "5A6F0F0A72", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "F4733137B7", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 176 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 193 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "FCE7E60854", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "EF7EAB7638", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "5A6F0F0A72", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "A0905F7030", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 194 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 251 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "E23E3B1BDB", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "CCBA399F7B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "5A6F0F0A72", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "90950D0BF6", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 252 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 287 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "71A440B3B1", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "7756254759", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "5A6F0F0A72", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "A3C73C9C91", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 288 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 428 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "E1EF0841B4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "2B00908B6B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "5A6F0F0A72", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "E9F8C520A8", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 429 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 527 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "8D00FE0AD2", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "2A0E5E4FCF", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "5A6F0F0A72", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "11A39C321A", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 528 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 669 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "F9D3F24F00", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "2776D23315", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "5A6F0F0A72", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "66B74BAD4D", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 670 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 730 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "8E90914588", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "DC2E9EDB17", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "5A6F0F0A72", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "D747D8AF7D", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 731 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 861 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "00B5207CC4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "B222E51F1D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "5A6F0F0A72", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "7D68F4DCC9", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 862 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1321 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "B9BD43BF49", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "644FCF646E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "5A6F0F0A72", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "381B8B86B1", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1322 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1363 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "92DF74D88C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "B5062DFB76", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "5A6F0F0A72", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "B8A02841BD", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1364 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1435 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "95577E61C5", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "66B1964B88", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "5A6F0F0A72", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "E74DBD5736", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1436 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1516 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "13E0E65EDA", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "CA1F44F4F3", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "5A6F0F0A72", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "018B8DF84C", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1517 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1888 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "A8FC8DC91A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "7256547484", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "5A6F0F0A72", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "47BB4745B4", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1889 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1976 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "039341498D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "294A285A7B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "5A6F0F0A72", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "7787B56AAE", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1978 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 2155 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "C24259A1F1", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "F3C22C7746", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "5A6F0F0A72", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "201ECC222E", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 2156 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 2269 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "ADDE5A96EE", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "A5F4B6EBA4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "5A6F0F0A72", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "AB11BEFF9F", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 2270 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 2366 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "DB19648A4C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "6AD25830D3", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "5A6F0F0A72", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "B799498B23", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 2367 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 2527 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "55D06FAF50", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "EA43B23EEB", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "5A6F0F0A72", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "E3E94FC075", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 2528 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 2763 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "727F2A843F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "D61147C47C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "5A6F0F0A72", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "C131670966", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 2764 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 2821 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "F6A86A45E1", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "72D594782C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "5A6F0F0A72", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "E03A156D66", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 2822 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 2923 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "67EE7DF05E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "BC74DC7DDB", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "5A6F0F0A72", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "F8BB8B597C", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 2924 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 3106 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "0C1044FD4C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "C458C6E6AA", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "5A6F0F0A72", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "CA91A97CA6", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 3107 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 3262 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4D54F9D516", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "A38A97DC8E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "5A6F0F0A72", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "24DA946A61", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 3263 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 3305 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "8B298B9166", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "F585BF1C8B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "5A6F0F0A72", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "F99850449B", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 3306 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 3548 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "C4B4A74D36", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "F742320014", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "5A6F0F0A72", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "C371862F7C", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 3549 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 3606 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "A857A4AAF8", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "19A6898965", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "5A6F0F0A72", - "set": "segmentation_annotation" - } - ] - } - ] +{ + "@type": "AnnotationStore", + "@id": "ID8Sv2ynVKZX8wIt", + "resources": [ + { + "@type": "TextResource", + "@id": "26E4", + "@include": "../../base/26E4.txt" + } + ], + "annotationsets": [ + { + "@type": "AnnotationDataSet", + "@id": "segmentation_annotation", + "keys": [ + { + "@type": "DataKey", + "@id": "index" + }, + { + "@type": "DataKey", + "@id": "alignment_index" + }, + { + "@type": "DataKey", + "@id": "segmentation_type" + } + ], + "data": [ + { + "@type": "AnnotationData", + "@id": "4814DF71B7", + "key": "index", + "value": { + "@type": "Int", + "value": 1 + } + }, + { + "@type": "AnnotationData", + "@id": "B614786243", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [] + } + }, + { + "@type": "AnnotationData", + "@id": "5A6F0F0A72", + "key": "segmentation_type", + "value": { + "@type": "String", + "value": "alignment" + } + }, + { + "@type": "AnnotationData", + "@id": "DC8ED054E4", + "key": "index", + "value": { + "@type": "Int", + "value": 2 + } + }, + { + "@type": "AnnotationData", + "@id": "51CEBB45E8", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [] + } + }, + { + "@type": "AnnotationData", + "@id": "2E7615EC06", + "key": "index", + "value": { + "@type": "Int", + "value": 3 + } + }, + { + "@type": "AnnotationData", + "@id": "CD9EEA25C4", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [] + } + }, + { + "@type": "AnnotationData", + "@id": "FCE7E60854", + "key": "index", + "value": { + "@type": "Int", + "value": 4 + } + }, + { + "@type": "AnnotationData", + "@id": "EF7EAB7638", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [] + } + }, + { + "@type": "AnnotationData", + "@id": "E23E3B1BDB", + "key": "index", + "value": { + "@type": "Int", + "value": 5 + } + }, + { + "@type": "AnnotationData", + "@id": "CCBA399F7B", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [] + } + }, + { + "@type": "AnnotationData", + "@id": "71A440B3B1", + "key": "index", + "value": { + "@type": "Int", + "value": 6 + } + }, + { + "@type": "AnnotationData", + "@id": "7756254759", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [] + } + }, + { + "@type": "AnnotationData", + "@id": "E1EF0841B4", + "key": "index", + "value": { + "@type": "Int", + "value": 7 + } + }, + { + "@type": "AnnotationData", + "@id": "2B00908B6B", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [] + } + }, + { + "@type": "AnnotationData", + "@id": "8D00FE0AD2", + "key": "index", + "value": { + "@type": "Int", + "value": 8 + } + }, + { + "@type": "AnnotationData", + "@id": "2A0E5E4FCF", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [] + } + }, + { + "@type": "AnnotationData", + "@id": "F9D3F24F00", + "key": "index", + "value": { + "@type": "Int", + "value": 9 + } + }, + { + "@type": "AnnotationData", + "@id": "2776D23315", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [] + } + }, + { + "@type": "AnnotationData", + "@id": "8E90914588", + "key": "index", + "value": { + "@type": "Int", + "value": 10 + } + }, + { + "@type": "AnnotationData", + "@id": "DC2E9EDB17", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [] + } + }, + { + "@type": "AnnotationData", + "@id": "00B5207CC4", + "key": "index", + "value": { + "@type": "Int", + "value": 11 + } + }, + { + "@type": "AnnotationData", + "@id": "B222E51F1D", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [] + } + }, + { + "@type": "AnnotationData", + "@id": "B9BD43BF49", + "key": "index", + "value": { + "@type": "Int", + "value": 12 + } + }, + { + "@type": "AnnotationData", + "@id": "644FCF646E", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [] + } + }, + { + "@type": "AnnotationData", + "@id": "92DF74D88C", + "key": "index", + "value": { + "@type": "Int", + "value": 13 + } + }, + { + "@type": "AnnotationData", + "@id": "B5062DFB76", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [] + } + }, + { + "@type": "AnnotationData", + "@id": "95577E61C5", + "key": "index", + "value": { + "@type": "Int", + "value": 14 + } + }, + { + "@type": "AnnotationData", + "@id": "66B1964B88", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [] + } + }, + { + "@type": "AnnotationData", + "@id": "13E0E65EDA", + "key": "index", + "value": { + "@type": "Int", + "value": 15 + } + }, + { + "@type": "AnnotationData", + "@id": "CA1F44F4F3", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [] + } + }, + { + "@type": "AnnotationData", + "@id": "A8FC8DC91A", + "key": "index", + "value": { + "@type": "Int", + "value": 16 + } + }, + { + "@type": "AnnotationData", + "@id": "7256547484", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [] + } + }, + { + "@type": "AnnotationData", + "@id": "039341498D", + "key": "index", + "value": { + "@type": "Int", + "value": 17 + } + }, + { + "@type": "AnnotationData", + "@id": "294A285A7B", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [] + } + }, + { + "@type": "AnnotationData", + "@id": "C24259A1F1", + "key": "index", + "value": { + "@type": "Int", + "value": 18 + } + }, + { + "@type": "AnnotationData", + "@id": "F3C22C7746", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [] + } + }, + { + "@type": "AnnotationData", + "@id": "ADDE5A96EE", + "key": "index", + "value": { + "@type": "Int", + "value": 19 + } + }, + { + "@type": "AnnotationData", + "@id": "A5F4B6EBA4", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [] + } + }, + { + "@type": "AnnotationData", + "@id": "DB19648A4C", + "key": "index", + "value": { + "@type": "Int", + "value": 20 + } + }, + { + "@type": "AnnotationData", + "@id": "6AD25830D3", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [] + } + }, + { + "@type": "AnnotationData", + "@id": "55D06FAF50", + "key": "index", + "value": { + "@type": "Int", + "value": 21 + } + }, + { + "@type": "AnnotationData", + "@id": "EA43B23EEB", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [] + } + }, + { + "@type": "AnnotationData", + "@id": "727F2A843F", + "key": "index", + "value": { + "@type": "Int", + "value": 22 + } + }, + { + "@type": "AnnotationData", + "@id": "D61147C47C", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [] + } + }, + { + "@type": "AnnotationData", + "@id": "F6A86A45E1", + "key": "index", + "value": { + "@type": "Int", + "value": 23 + } + }, + { + "@type": "AnnotationData", + "@id": "72D594782C", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [] + } + }, + { + "@type": "AnnotationData", + "@id": "67EE7DF05E", + "key": "index", + "value": { + "@type": "Int", + "value": 24 + } + }, + { + "@type": "AnnotationData", + "@id": "BC74DC7DDB", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [] + } + }, + { + "@type": "AnnotationData", + "@id": "0C1044FD4C", + "key": "index", + "value": { + "@type": "Int", + "value": 25 + } + }, + { + "@type": "AnnotationData", + "@id": "C458C6E6AA", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [] + } + }, + { + "@type": "AnnotationData", + "@id": "4D54F9D516", + "key": "index", + "value": { + "@type": "Int", + "value": 26 + } + }, + { + "@type": "AnnotationData", + "@id": "A38A97DC8E", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [] + } + }, + { + "@type": "AnnotationData", + "@id": "8B298B9166", + "key": "index", + "value": { + "@type": "Int", + "value": 27 + } + }, + { + "@type": "AnnotationData", + "@id": "F585BF1C8B", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [] + } + }, + { + "@type": "AnnotationData", + "@id": "C4B4A74D36", + "key": "index", + "value": { + "@type": "Int", + "value": 28 + } + }, + { + "@type": "AnnotationData", + "@id": "F742320014", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [] + } + }, + { + "@type": "AnnotationData", + "@id": "A857A4AAF8", + "key": "index", + "value": { + "@type": "Int", + "value": 29 + } + }, + { + "@type": "AnnotationData", + "@id": "19A6898965", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [] + } + } + ] + } + ], + "annotations": [ + { + "@type": "Annotation", + "@id": "C5E666C976", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 0 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 54 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4814DF71B7", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "B614786243", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "5A6F0F0A72", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "341B591E94", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 55 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 110 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "DC8ED054E4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "51CEBB45E8", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "5A6F0F0A72", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "8477441252", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 111 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 175 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "2E7615EC06", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "CD9EEA25C4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "5A6F0F0A72", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "F4733137B7", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 176 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 193 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "FCE7E60854", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "EF7EAB7638", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "5A6F0F0A72", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "A0905F7030", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 194 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 251 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "E23E3B1BDB", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "CCBA399F7B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "5A6F0F0A72", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "90950D0BF6", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 252 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 287 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "71A440B3B1", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "7756254759", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "5A6F0F0A72", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "A3C73C9C91", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 288 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 428 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "E1EF0841B4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "2B00908B6B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "5A6F0F0A72", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "E9F8C520A8", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 429 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 527 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "8D00FE0AD2", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "2A0E5E4FCF", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "5A6F0F0A72", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "11A39C321A", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 528 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 669 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "F9D3F24F00", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "2776D23315", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "5A6F0F0A72", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "66B74BAD4D", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 670 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 730 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "8E90914588", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "DC2E9EDB17", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "5A6F0F0A72", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "D747D8AF7D", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 731 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 861 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "00B5207CC4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "B222E51F1D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "5A6F0F0A72", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "7D68F4DCC9", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 862 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1321 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "B9BD43BF49", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "644FCF646E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "5A6F0F0A72", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "381B8B86B1", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1322 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1363 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "92DF74D88C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "B5062DFB76", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "5A6F0F0A72", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "B8A02841BD", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1364 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1435 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "95577E61C5", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "66B1964B88", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "5A6F0F0A72", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "E74DBD5736", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1436 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1516 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "13E0E65EDA", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "CA1F44F4F3", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "5A6F0F0A72", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "018B8DF84C", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1517 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1888 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "A8FC8DC91A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "7256547484", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "5A6F0F0A72", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "47BB4745B4", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1889 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1976 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "039341498D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "294A285A7B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "5A6F0F0A72", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "7787B56AAE", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1978 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 2155 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "C24259A1F1", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "F3C22C7746", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "5A6F0F0A72", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "201ECC222E", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 2156 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 2269 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "ADDE5A96EE", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "A5F4B6EBA4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "5A6F0F0A72", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "AB11BEFF9F", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 2270 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 2366 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "DB19648A4C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "6AD25830D3", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "5A6F0F0A72", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "B799498B23", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 2367 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 2527 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "55D06FAF50", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "EA43B23EEB", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "5A6F0F0A72", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "E3E94FC075", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 2528 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 2763 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "727F2A843F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "D61147C47C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "5A6F0F0A72", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "C131670966", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 2764 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 2821 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "F6A86A45E1", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "72D594782C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "5A6F0F0A72", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "E03A156D66", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 2822 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 2923 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "67EE7DF05E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "BC74DC7DDB", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "5A6F0F0A72", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "F8BB8B597C", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 2924 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 3106 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "0C1044FD4C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "C458C6E6AA", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "5A6F0F0A72", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "CA91A97CA6", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 3107 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 3262 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4D54F9D516", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "A38A97DC8E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "5A6F0F0A72", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "24DA946A61", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 3263 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 3305 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "8B298B9166", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "F585BF1C8B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "5A6F0F0A72", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "F99850449B", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 3306 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 3548 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "C4B4A74D36", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "F742320014", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "5A6F0F0A72", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "C371862F7C", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 3549 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 3606 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "A857A4AAF8", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "19A6898965", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "5A6F0F0A72", + "set": "segmentation_annotation" + } + ] + } + ] } \ No newline at end of file diff --git a/tests/pecha/serializers/json/data/ID8Sv2ynVKZX8wIt/layers/26E4/segmentation-Tm3Uewnh3ySsvgIE.json b/tests/pecha/serializers/json/data/ID8Sv2ynVKZX8wIt/layers/26E4/segmentation-Tm3Uewnh3ySsvgIE.json index bce267dc..3f39d6e0 100644 --- a/tests/pecha/serializers/json/data/ID8Sv2ynVKZX8wIt/layers/26E4/segmentation-Tm3Uewnh3ySsvgIE.json +++ b/tests/pecha/serializers/json/data/ID8Sv2ynVKZX8wIt/layers/26E4/segmentation-Tm3Uewnh3ySsvgIE.json @@ -1,1320 +1,1320 @@ -{ - "@type": "AnnotationStore", - "@id": "ID8Sv2ynVKZX8wIt", - "resources": [ - { - "@type": "TextResource", - "@id": "26E4", - "@include": "../../base/26E4.txt" - } - ], - "annotationsets": [ - { - "@type": "AnnotationDataSet", - "@id": "segmentation_annotation", - "keys": [ - { - "@type": "DataKey", - "@id": "index" - }, - { - "@type": "DataKey", - "@id": "segmentation_type" - } - ], - "data": [ - { - "@type": "AnnotationData", - "@id": "84A8849AB4", - "key": "index", - "value": { - "@type": "Int", - "value": 1 - } - }, - { - "@type": "AnnotationData", - "@id": "B144C11491", - "key": "segmentation_type", - "value": { - "@type": "String", - "value": "segmentation" - } - }, - { - "@type": "AnnotationData", - "@id": "222D05AA0A", - "key": "index", - "value": { - "@type": "Int", - "value": 2 - } - }, - { - "@type": "AnnotationData", - "@id": "E3785540BA", - "key": "index", - "value": { - "@type": "Int", - "value": 3 - } - }, - { - "@type": "AnnotationData", - "@id": "418F632528", - "key": "index", - "value": { - "@type": "Int", - "value": 4 - } - }, - { - "@type": "AnnotationData", - "@id": "9E813CA691", - "key": "index", - "value": { - "@type": "Int", - "value": 5 - } - }, - { - "@type": "AnnotationData", - "@id": "95ABD8599D", - "key": "index", - "value": { - "@type": "Int", - "value": 6 - } - }, - { - "@type": "AnnotationData", - "@id": "9AE80BBF3E", - "key": "index", - "value": { - "@type": "Int", - "value": 7 - } - }, - { - "@type": "AnnotationData", - "@id": "EC333836BE", - "key": "index", - "value": { - "@type": "Int", - "value": 8 - } - }, - { - "@type": "AnnotationData", - "@id": "A561344039", - "key": "index", - "value": { - "@type": "Int", - "value": 9 - } - }, - { - "@type": "AnnotationData", - "@id": "DBECC4EF6F", - "key": "index", - "value": { - "@type": "Int", - "value": 10 - } - }, - { - "@type": "AnnotationData", - "@id": "4F48498554", - "key": "index", - "value": { - "@type": "Int", - "value": 11 - } - }, - { - "@type": "AnnotationData", - "@id": "4B3DB7A8E7", - "key": "index", - "value": { - "@type": "Int", - "value": 12 - } - }, - { - "@type": "AnnotationData", - "@id": "3DDFE49DED", - "key": "index", - "value": { - "@type": "Int", - "value": 13 - } - }, - { - "@type": "AnnotationData", - "@id": "B6C64F6BBB", - "key": "index", - "value": { - "@type": "Int", - "value": 14 - } - }, - { - "@type": "AnnotationData", - "@id": "FFAF411C2C", - "key": "index", - "value": { - "@type": "Int", - "value": 15 - } - }, - { - "@type": "AnnotationData", - "@id": "232E82AD4C", - "key": "index", - "value": { - "@type": "Int", - "value": 16 - } - }, - { - "@type": "AnnotationData", - "@id": "F290DD99A9", - "key": "index", - "value": { - "@type": "Int", - "value": 17 - } - }, - { - "@type": "AnnotationData", - "@id": "CE5C4051BA", - "key": "index", - "value": { - "@type": "Int", - "value": 18 - } - }, - { - "@type": "AnnotationData", - "@id": "DE143AE56E", - "key": "index", - "value": { - "@type": "Int", - "value": 19 - } - }, - { - "@type": "AnnotationData", - "@id": "D49C52979C", - "key": "index", - "value": { - "@type": "Int", - "value": 20 - } - }, - { - "@type": "AnnotationData", - "@id": "4DF7691F34", - "key": "index", - "value": { - "@type": "Int", - "value": 21 - } - }, - { - "@type": "AnnotationData", - "@id": "0D98A8BED4", - "key": "index", - "value": { - "@type": "Int", - "value": 22 - } - }, - { - "@type": "AnnotationData", - "@id": "BC498F81BD", - "key": "index", - "value": { - "@type": "Int", - "value": 23 - } - }, - { - "@type": "AnnotationData", - "@id": "CC3CCCF793", - "key": "index", - "value": { - "@type": "Int", - "value": 24 - } - }, - { - "@type": "AnnotationData", - "@id": "6661E11FF6", - "key": "index", - "value": { - "@type": "Int", - "value": 25 - } - }, - { - "@type": "AnnotationData", - "@id": "E38E1956F9", - "key": "index", - "value": { - "@type": "Int", - "value": 26 - } - }, - { - "@type": "AnnotationData", - "@id": "91D6998190", - "key": "index", - "value": { - "@type": "Int", - "value": 27 - } - }, - { - "@type": "AnnotationData", - "@id": "34B618B6DD", - "key": "index", - "value": { - "@type": "Int", - "value": 28 - } - }, - { - "@type": "AnnotationData", - "@id": "10F713FAC8", - "key": "index", - "value": { - "@type": "Int", - "value": 29 - } - }, - { - "@type": "AnnotationData", - "@id": "DE82D2441F", - "key": "index", - "value": { - "@type": "Int", - "value": 30 - } - }, - { - "@type": "AnnotationData", - "@id": "C13C1ACA0C", - "key": "index", - "value": { - "@type": "Int", - "value": 31 - } - }, - { - "@type": "AnnotationData", - "@id": "07FB3155B3", - "key": "index", - "value": { - "@type": "Int", - "value": 32 - } - } - ] - } - ], - "annotations": [ - { - "@type": "Annotation", - "@id": "B07549701B", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 0 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 54 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "84A8849AB4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "B144C11491", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "60010AB6CD", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 55 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 110 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "222D05AA0A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "B144C11491", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "C8B26CFFA4", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 111 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 175 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "E3785540BA", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "B144C11491", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "5C519C091F", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 176 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 193 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "418F632528", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "B144C11491", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "A99CFE3DC3", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 194 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 251 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "9E813CA691", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "B144C11491", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "BCBF7B0B44", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 252 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 287 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "95ABD8599D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "B144C11491", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "74CAE409E9", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 288 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 428 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "9AE80BBF3E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "B144C11491", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "2E2FB82547", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 429 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 527 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "EC333836BE", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "B144C11491", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "43ECDEE9B0", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 528 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 669 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "A561344039", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "B144C11491", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "AA18B6218B", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 670 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 730 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "DBECC4EF6F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "B144C11491", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "418BE00783", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 731 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 861 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4F48498554", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "B144C11491", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "DA91DA4BE4", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 862 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1321 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4B3DB7A8E7", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "B144C11491", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "B4245065D7", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1322 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1362 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "3DDFE49DED", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "B144C11491", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "0F1030EE43", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1363 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1363 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "B6C64F6BBB", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "B144C11491", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "97F7C93C66", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1364 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1435 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "FFAF411C2C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "B144C11491", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "3A307BA7F7", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1436 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1516 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "232E82AD4C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "B144C11491", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "B8EE2A4C35", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1517 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1667 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "F290DD99A9", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "B144C11491", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "80D90F8088", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1668 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1888 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "CE5C4051BA", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "B144C11491", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "7BBBEC254B", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1889 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1976 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "DE143AE56E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "B144C11491", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "7CE016E497", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1977 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 2155 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "D49C52979C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "B144C11491", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "CEDCB38435", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 2156 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 2269 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4DF7691F34", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "B144C11491", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "8FF1A6F3F3", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 2270 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 2366 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "0D98A8BED4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "B144C11491", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "671711C44C", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 2367 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 2527 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "BC498F81BD", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "B144C11491", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "0CFE1EF97C", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 2528 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 2763 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "CC3CCCF793", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "B144C11491", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "0BFEA4BBEF", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 2764 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 2821 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "6661E11FF6", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "B144C11491", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "6D8BDFC8FD", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 2822 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 2923 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "E38E1956F9", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "B144C11491", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "74E5403E03", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 2924 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 3106 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "91D6998190", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "B144C11491", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "3F2B818452", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 3107 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 3216 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "34B618B6DD", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "B144C11491", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "D050E18B90", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 3217 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 3262 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "10F713FAC8", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "B144C11491", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "4544050EE3", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 3263 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 3305 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "DE82D2441F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "B144C11491", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "9853B76832", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 3306 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 3548 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "C13C1ACA0C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "B144C11491", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "769E1974BB", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 3549 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 3606 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "07FB3155B3", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "B144C11491", - "set": "segmentation_annotation" - } - ] - } - ] +{ + "@type": "AnnotationStore", + "@id": "ID8Sv2ynVKZX8wIt", + "resources": [ + { + "@type": "TextResource", + "@id": "26E4", + "@include": "../../base/26E4.txt" + } + ], + "annotationsets": [ + { + "@type": "AnnotationDataSet", + "@id": "segmentation_annotation", + "keys": [ + { + "@type": "DataKey", + "@id": "index" + }, + { + "@type": "DataKey", + "@id": "segmentation_type" + } + ], + "data": [ + { + "@type": "AnnotationData", + "@id": "84A8849AB4", + "key": "index", + "value": { + "@type": "Int", + "value": 1 + } + }, + { + "@type": "AnnotationData", + "@id": "B144C11491", + "key": "segmentation_type", + "value": { + "@type": "String", + "value": "segmentation" + } + }, + { + "@type": "AnnotationData", + "@id": "222D05AA0A", + "key": "index", + "value": { + "@type": "Int", + "value": 2 + } + }, + { + "@type": "AnnotationData", + "@id": "E3785540BA", + "key": "index", + "value": { + "@type": "Int", + "value": 3 + } + }, + { + "@type": "AnnotationData", + "@id": "418F632528", + "key": "index", + "value": { + "@type": "Int", + "value": 4 + } + }, + { + "@type": "AnnotationData", + "@id": "9E813CA691", + "key": "index", + "value": { + "@type": "Int", + "value": 5 + } + }, + { + "@type": "AnnotationData", + "@id": "95ABD8599D", + "key": "index", + "value": { + "@type": "Int", + "value": 6 + } + }, + { + "@type": "AnnotationData", + "@id": "9AE80BBF3E", + "key": "index", + "value": { + "@type": "Int", + "value": 7 + } + }, + { + "@type": "AnnotationData", + "@id": "EC333836BE", + "key": "index", + "value": { + "@type": "Int", + "value": 8 + } + }, + { + "@type": "AnnotationData", + "@id": "A561344039", + "key": "index", + "value": { + "@type": "Int", + "value": 9 + } + }, + { + "@type": "AnnotationData", + "@id": "DBECC4EF6F", + "key": "index", + "value": { + "@type": "Int", + "value": 10 + } + }, + { + "@type": "AnnotationData", + "@id": "4F48498554", + "key": "index", + "value": { + "@type": "Int", + "value": 11 + } + }, + { + "@type": "AnnotationData", + "@id": "4B3DB7A8E7", + "key": "index", + "value": { + "@type": "Int", + "value": 12 + } + }, + { + "@type": "AnnotationData", + "@id": "3DDFE49DED", + "key": "index", + "value": { + "@type": "Int", + "value": 13 + } + }, + { + "@type": "AnnotationData", + "@id": "B6C64F6BBB", + "key": "index", + "value": { + "@type": "Int", + "value": 14 + } + }, + { + "@type": "AnnotationData", + "@id": "FFAF411C2C", + "key": "index", + "value": { + "@type": "Int", + "value": 15 + } + }, + { + "@type": "AnnotationData", + "@id": "232E82AD4C", + "key": "index", + "value": { + "@type": "Int", + "value": 16 + } + }, + { + "@type": "AnnotationData", + "@id": "F290DD99A9", + "key": "index", + "value": { + "@type": "Int", + "value": 17 + } + }, + { + "@type": "AnnotationData", + "@id": "CE5C4051BA", + "key": "index", + "value": { + "@type": "Int", + "value": 18 + } + }, + { + "@type": "AnnotationData", + "@id": "DE143AE56E", + "key": "index", + "value": { + "@type": "Int", + "value": 19 + } + }, + { + "@type": "AnnotationData", + "@id": "D49C52979C", + "key": "index", + "value": { + "@type": "Int", + "value": 20 + } + }, + { + "@type": "AnnotationData", + "@id": "4DF7691F34", + "key": "index", + "value": { + "@type": "Int", + "value": 21 + } + }, + { + "@type": "AnnotationData", + "@id": "0D98A8BED4", + "key": "index", + "value": { + "@type": "Int", + "value": 22 + } + }, + { + "@type": "AnnotationData", + "@id": "BC498F81BD", + "key": "index", + "value": { + "@type": "Int", + "value": 23 + } + }, + { + "@type": "AnnotationData", + "@id": "CC3CCCF793", + "key": "index", + "value": { + "@type": "Int", + "value": 24 + } + }, + { + "@type": "AnnotationData", + "@id": "6661E11FF6", + "key": "index", + "value": { + "@type": "Int", + "value": 25 + } + }, + { + "@type": "AnnotationData", + "@id": "E38E1956F9", + "key": "index", + "value": { + "@type": "Int", + "value": 26 + } + }, + { + "@type": "AnnotationData", + "@id": "91D6998190", + "key": "index", + "value": { + "@type": "Int", + "value": 27 + } + }, + { + "@type": "AnnotationData", + "@id": "34B618B6DD", + "key": "index", + "value": { + "@type": "Int", + "value": 28 + } + }, + { + "@type": "AnnotationData", + "@id": "10F713FAC8", + "key": "index", + "value": { + "@type": "Int", + "value": 29 + } + }, + { + "@type": "AnnotationData", + "@id": "DE82D2441F", + "key": "index", + "value": { + "@type": "Int", + "value": 30 + } + }, + { + "@type": "AnnotationData", + "@id": "C13C1ACA0C", + "key": "index", + "value": { + "@type": "Int", + "value": 31 + } + }, + { + "@type": "AnnotationData", + "@id": "07FB3155B3", + "key": "index", + "value": { + "@type": "Int", + "value": 32 + } + } + ] + } + ], + "annotations": [ + { + "@type": "Annotation", + "@id": "B07549701B", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 0 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 54 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "84A8849AB4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "B144C11491", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "60010AB6CD", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 55 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 110 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "222D05AA0A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "B144C11491", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "C8B26CFFA4", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 111 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 175 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "E3785540BA", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "B144C11491", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "5C519C091F", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 176 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 193 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "418F632528", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "B144C11491", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "A99CFE3DC3", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 194 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 251 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "9E813CA691", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "B144C11491", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "BCBF7B0B44", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 252 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 287 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "95ABD8599D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "B144C11491", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "74CAE409E9", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 288 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 428 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "9AE80BBF3E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "B144C11491", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "2E2FB82547", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 429 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 527 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "EC333836BE", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "B144C11491", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "43ECDEE9B0", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 528 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 669 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "A561344039", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "B144C11491", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "AA18B6218B", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 670 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 730 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "DBECC4EF6F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "B144C11491", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "418BE00783", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 731 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 861 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4F48498554", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "B144C11491", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "DA91DA4BE4", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 862 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1321 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4B3DB7A8E7", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "B144C11491", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "B4245065D7", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1322 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1362 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "3DDFE49DED", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "B144C11491", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "0F1030EE43", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1363 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1363 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "B6C64F6BBB", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "B144C11491", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "97F7C93C66", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1364 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1435 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "FFAF411C2C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "B144C11491", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "3A307BA7F7", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1436 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1516 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "232E82AD4C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "B144C11491", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "B8EE2A4C35", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1517 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1667 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "F290DD99A9", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "B144C11491", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "80D90F8088", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1668 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1888 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "CE5C4051BA", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "B144C11491", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "7BBBEC254B", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1889 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1976 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "DE143AE56E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "B144C11491", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "7CE016E497", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1977 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 2155 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "D49C52979C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "B144C11491", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "CEDCB38435", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 2156 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 2269 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4DF7691F34", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "B144C11491", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "8FF1A6F3F3", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 2270 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 2366 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "0D98A8BED4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "B144C11491", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "671711C44C", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 2367 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 2527 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "BC498F81BD", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "B144C11491", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "0CFE1EF97C", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 2528 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 2763 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "CC3CCCF793", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "B144C11491", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "0BFEA4BBEF", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 2764 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 2821 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "6661E11FF6", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "B144C11491", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "6D8BDFC8FD", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 2822 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 2923 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "E38E1956F9", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "B144C11491", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "74E5403E03", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 2924 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 3106 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "91D6998190", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "B144C11491", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "3F2B818452", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 3107 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 3216 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "34B618B6DD", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "B144C11491", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "D050E18B90", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 3217 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 3262 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "10F713FAC8", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "B144C11491", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "4544050EE3", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 3263 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 3305 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "DE82D2441F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "B144C11491", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "9853B76832", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 3306 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 3548 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "C13C1ACA0C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "B144C11491", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "769E1974BB", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 3549 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 3606 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "07FB3155B3", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "B144C11491", + "set": "segmentation_annotation" + } + ] + } + ] } \ No newline at end of file diff --git a/tests/pecha/serializers/json/data/ID8Sv2ynVKZX8wIt/layers/26E4/version-ko2uLrLUEyeejg7y.json b/tests/pecha/serializers/json/data/ID8Sv2ynVKZX8wIt/layers/26E4/version-ko2uLrLUEyeejg7y.json index 90b7322b..7ce4936e 100644 --- a/tests/pecha/serializers/json/data/ID8Sv2ynVKZX8wIt/layers/26E4/version-ko2uLrLUEyeejg7y.json +++ b/tests/pecha/serializers/json/data/ID8Sv2ynVKZX8wIt/layers/26E4/version-ko2uLrLUEyeejg7y.json @@ -1,4247 +1,4247 @@ -{ - "@type": "AnnotationStore", - "@id": "ID8Sv2ynVKZX8wIt", - "resources": [ - { - "@type": "TextResource", - "@id": "26E4", - "@include": "../../base/26E4.txt" - } - ], - "annotationsets": [ - { - "@type": "AnnotationDataSet", - "@id": "version", - "keys": [ - { - "@type": "DataKey", - "@id": "operation" - }, - { - "@type": "DataKey", - "@id": "text" - }, - { - "@type": "DataKey", - "@id": "spelling_variation" - } - ], - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "key": "operation", - "value": { - "@type": "String", - "value": "deletion" - } - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "key": "text", - "value": { - "@type": "String", - "value": "" - } - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "key": "spelling_variation", - "value": { - "@type": "String", - "value": "spelling_variant" - } - }, - { - "@type": "AnnotationData", - "@id": "4DB46FB64F", - "key": "operation", - "value": { - "@type": "String", - "value": "insertion" - } - }, - { - "@type": "AnnotationData", - "@id": "09F6D928A2", - "key": "text", - "value": { - "@type": "String", - "value": "༅" - } - }, - { - "@type": "AnnotationData", - "@id": "B048584D44", - "key": "text", - "value": { - "@type": "String", - "value": "ཱ" - } - }, - { - "@type": "AnnotationData", - "@id": "94BDDD4490", - "key": "text", - "value": { - "@type": "String", - "value": "ྀ་" - } - }, - { - "@type": "AnnotationData", - "@id": "F1A8173961", - "key": "text", - "value": { - "@type": "String", - "value": "།" - } - }, - { - "@type": "AnnotationData", - "@id": "A3B0443539", - "key": "text", - "value": { - "@type": "String", - "value": "\n" - } - }, - { - "@type": "AnnotationData", - "@id": "519C257028", - "key": "text", - "value": { - "@type": "String", - "value": "ཏ" - } - }, - { - "@type": "AnnotationData", - "@id": "3113135555", - "key": "text", - "value": { - "@type": "String", - "value": "ན་" - } - }, - { - "@type": "AnnotationData", - "@id": "87E41749EB", - "key": "text", - "value": { - "@type": "String", - "value": "། " - } - }, - { - "@type": "AnnotationData", - "@id": "D7D4D12DA4", - "key": "text", - "value": { - "@type": "String", - "value": "སེམས་དཔའ་" - } - }, - { - "@type": "AnnotationData", - "@id": "46C95F3C22", - "key": "text", - "value": { - "@type": "String", - "value": "རིགས་ཀྱི་བུའམ། " - } - }, - { - "@type": "AnnotationData", - "@id": "BFE9994B96", - "key": "text", - "value": { - "@type": "String", - "value": "མོ་" - } - }, - { - "@type": "AnnotationData", - "@id": "1ED467E4EA", - "key": "text", - "value": { - "@type": "String", - "value": "ི" - } - }, - { - "@type": "AnnotationData", - "@id": "F376CE207E", - "key": "text", - "value": { - "@type": "String", - "value": "རྣམས་" - } - }, - { - "@type": "AnnotationData", - "@id": "6DED8F839B", - "key": "text", - "value": { - "@type": "String", - "value": " " - } - }, - { - "@type": "AnnotationData", - "@id": "2C63298E2C", - "key": "text", - "value": { - "@type": "String", - "value": "་" - } - }, - { - "@type": "AnnotationData", - "@id": "3E7A1F8B73", - "key": "text", - "value": { - "@type": "String", - "value": "འི" - } - }, - { - "@type": "AnnotationData", - "@id": "76264144B1", - "key": "text", - "value": { - "@type": "String", - "value": "ས" - } - }, - { - "@type": "AnnotationData", - "@id": "AA40A64044", - "key": "text", - "value": { - "@type": "String", - "value": "གཟིགས་" - } - }, - { - "@type": "AnnotationData", - "@id": "F41A34A76A", - "key": "text", - "value": { - "@type": "String", - "value": "དེ་" - } - }, - { - "@type": "AnnotationData", - "@id": "864E34436E", - "key": "text", - "value": { - "@type": "String", - "value": "འཕགས་པ་" - } - }, - { - "@type": "AnnotationData", - "@id": "9D98DBCDE5", - "key": "text", - "value": { - "@type": "String", - "value": "བཅོམ་ལྡན་འད" - } - }, - { - "@type": "AnnotationData", - "@id": "C302384957", - "key": "text", - "value": { - "@type": "String", - "value": "མ" - } - }, - { - "@type": "AnnotationData", - "@id": "4430F6142F", - "key": "text", - "value": { - "@type": "String", - "value": "ཞེས་བྱ་བ་ཐེག་པ་ཆེན་པོའི་\nམདོ་" - } - }, - { - "@type": "AnnotationData", - "@id": "243CD7CC0D", - "key": "text", - "value": { - "@type": "String", - "value": "།རྒྱ་གར་གྱི་མཁན་པོ་བི་མ་ལ་མི་ཏྲ་དང་། ལོཙྪ་བ་དགེ་སློང་རིན་ཆེན་སྡེས་བསྒྱུར་ཅིང་། ཞུ་ཆེན་གྱི་ལོ་ཙྪ་བ་དགེ་བློ་དང་ནམ་མཁའ་ལ་སོགས་པས་ཞུས་ཏེ་གཏན་ལ་ཕབ་པ།། །།དཔལ་བསམ་ཡས་ལྷུན་གྱིས་གྲུབ་པའི་གཙུག་ལག་གི་དགེ་རྒྱས་བྱེ་མ་གླིང་གི་རྩིག་ངོས་ལ་བྲིས་པ་\nདང་ཞུ་དག་ལེགས་པར་བགྱིས་སོ།།" - } - } - ] - } - ], - "annotations": [ - { - "@type": "Annotation", - "@id": "6E99999149", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 0 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 55 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "D9AEEEA8FF", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 57 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 57 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4DB46FB64F", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "09F6D928A2", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "6F376E5E4C", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 60 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 61 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "8D7BDD978D", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 84 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 84 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4DB46FB64F", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "B048584D44", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "3386A9221F", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 88 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 89 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "66D66A0897", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 91 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 91 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4DB46FB64F", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "B048584D44", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "5FB18B6541", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 93 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 93 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4DB46FB64F", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "B048584D44", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "14C2774712", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 101 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 102 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "9C94FF51FD", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 105 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 105 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4DB46FB64F", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "94BDDD4490", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "913A8C11A9", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 110 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 111 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "4ECA1DFCBD", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 175 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 176 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "B97562CF20", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 190 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 190 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4DB46FB64F", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "F1A8173961", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "4EB431031C", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 192 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 194 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "F88E61A861", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 199 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 199 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4DB46FB64F", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A3B0443539", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "9CE44F74F4", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 226 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 227 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "A95DA38950", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 227 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 227 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4DB46FB64F", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "519C257028", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "C294B001E5", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 251 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 253 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "BC97F59B0F", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 287 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 288 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "3C084F74FE", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 314 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 314 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4DB46FB64F", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "3113135555", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "4C597D5727", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 335 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 336 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "DD106B2A0D", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 336 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 336 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4DB46FB64F", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "87E41749EB", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "C4A7C46C46", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 369 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 370 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "DC2459888C", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 428 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 429 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "E64943EBF0", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 527 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 529 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "6E0B7DD6A1", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 628 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 628 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4DB46FB64F", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A3B0443539", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "55268F540B", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 635 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 637 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "4E53D03D54", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 659 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 660 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "384FF32858", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 669 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 670 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "252FB14584", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 722 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 723 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "167741F6F8", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 730 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 732 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "3CB1BDD484", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 757 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 758 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "D8B3A54051", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 799 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 799 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4DB46FB64F", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "D7D4D12DA4", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "1D50B07A05", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 842 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 842 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4DB46FB64F", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A3B0443539", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "EDB6547D8A", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 860 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 862 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "C755897945", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 862 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 862 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4DB46FB64F", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "46C95F3C22", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "AFE2D0D89D", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 874 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 874 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4DB46FB64F", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "BFE9994B96", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "C4B24611E3", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 913 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 915 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "3549E4E114", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1043 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1043 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4DB46FB64F", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A3B0443539", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "7364355449", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1065 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1066 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "80F6804959", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1073 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1073 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4DB46FB64F", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "1ED467E4EA", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "D1741F969D", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1103 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1104 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "F92444144F", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1184 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1186 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "3464343C32", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1244 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1245 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "E141125D36", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1286 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1286 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4DB46FB64F", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A3B0443539", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "2B0CAA6CC2", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1321 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1323 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "6F78804BDC", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1362 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1365 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "FCA06DFAA7", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1435 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1437 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "83CA0994CB", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1459 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1460 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "C8A0A0A9BD", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1498 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1498 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4DB46FB64F", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A3B0443539", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "0E1E0E1E35", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1516 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1518 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "3A336FA43F", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1592 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1593 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "D3A84B5584", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1638 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1639 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "76C790E48E", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1667 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1669 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "14C11C504C", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1710 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1710 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4DB46FB64F", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A3B0443539", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "F98AA84A08", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1726 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1727 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "87E57E6797", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1749 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1749 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4DB46FB64F", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "F376CE207E", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "04BFD504BC", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1824 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1825 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "C05E180F04", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1826 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1826 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4DB46FB64F", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "6DED8F839B", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "CD4D3142AA", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1888 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1890 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "99BB041FA9", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1925 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1927 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "BCC194754A", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1927 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1927 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4DB46FB64F", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "2C63298E2C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "E485759C9B", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1976 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1978 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "4A1700AC74", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1991 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1992 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "3EAA2CDA27", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 2025 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 2026 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "801E344307", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 2057 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 2058 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "0D88000932", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 2123 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 2124 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "2B3A49DCA3", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 2124 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 2124 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4DB46FB64F", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A3B0443539", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "115B156B4E", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 2155 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 2157 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "F234890E23", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 2259 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 2260 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "4A04AF64FF", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 2269 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 2270 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "A465E27076", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 2345 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 2345 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4DB46FB64F", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A3B0443539", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "3701898976", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 2350 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 2351 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "8860CBB3D2", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 2351 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 2351 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4DB46FB64F", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "3E7A1F8B73", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "DEED2E28C2", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 2366 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 2368 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "3B31B3FEFE", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 2417 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 2417 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4DB46FB64F", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "87E41749EB", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "57395A6851", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 2454 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 2455 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "45F55ADEBA", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 2455 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 2455 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4DB46FB64F", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "87E41749EB", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "8E0788A3AA", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 2527 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 2529 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "F12B02CCCC", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 2551 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 2551 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4DB46FB64F", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A3B0443539", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "E211B84EE3", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 2755 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 2755 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4DB46FB64F", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A3B0443539", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "669920B6D0", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 2763 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 2764 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "BBBD661F8B", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 2816 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 2816 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4DB46FB64F", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "B048584D44", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "0C71E04E44", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 2821 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 2822 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "4BBF47D214", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 2865 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 2865 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4DB46FB64F", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "76264144B1", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "7C0A3678B6", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 2923 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 2925 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "6CC66F5584", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 2980 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 2980 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4DB46FB64F", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A3B0443539", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "C94C83EEE4", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 3004 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 3005 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "A2B2089E28", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 3012 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 3013 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "589CF840B4", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 3022 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 3022 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4DB46FB64F", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "AA40A64044", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "304CA58AD0", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 3076 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 3076 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4DB46FB64F", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "F1A8173961", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "05B44D7A24", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 3104 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 3107 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "83E5E3A33B", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 3158 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 3158 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4DB46FB64F", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "F41A34A76A", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "A1D1FFE22C", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 3191 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 3191 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4DB46FB64F", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A3B0443539", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "86B21E9171", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 3216 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 3217 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "88ACE0BAAA", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 3217 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 3217 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4DB46FB64F", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "6DED8F839B", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "4C13B989B1", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 3262 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 3264 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "B5FD24D4E3", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 3305 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 3306 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "55D9DB4D99", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 3319 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 3320 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "40A48A06EB", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 3372 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 3372 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4DB46FB64F", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "864E34436E", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "69A6E89660", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 3399 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 3400 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "4369973A67", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 3426 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 3429 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "9DBBAAB6B1", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 3434 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 3435 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "088B474308", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 3548 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 3553 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "4B249AD9DE", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 3553 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 3553 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4DB46FB64F", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "9D98DBCDE5", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "B8B1C4818B", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 3555 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 3556 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "3948A448E8", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 3556 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 3556 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4DB46FB64F", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "C302384957", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "F79C32DF79", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 3594 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 3594 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4DB46FB64F", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "4430F6142F", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "87B5AA797B", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 3603 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 3603 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4DB46FB64F", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "F1A8173961", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "A42FF05FA4", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 3605 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 3607 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "F7479BB9BD", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 3607 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 3607 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4DB46FB64F", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "243CD7CC0D", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - } - ] +{ + "@type": "AnnotationStore", + "@id": "ID8Sv2ynVKZX8wIt", + "resources": [ + { + "@type": "TextResource", + "@id": "26E4", + "@include": "../../base/26E4.txt" + } + ], + "annotationsets": [ + { + "@type": "AnnotationDataSet", + "@id": "version", + "keys": [ + { + "@type": "DataKey", + "@id": "operation" + }, + { + "@type": "DataKey", + "@id": "text" + }, + { + "@type": "DataKey", + "@id": "spelling_variation" + } + ], + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "key": "operation", + "value": { + "@type": "String", + "value": "deletion" + } + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "key": "text", + "value": { + "@type": "String", + "value": "" + } + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "key": "spelling_variation", + "value": { + "@type": "String", + "value": "spelling_variant" + } + }, + { + "@type": "AnnotationData", + "@id": "4DB46FB64F", + "key": "operation", + "value": { + "@type": "String", + "value": "insertion" + } + }, + { + "@type": "AnnotationData", + "@id": "09F6D928A2", + "key": "text", + "value": { + "@type": "String", + "value": "༅" + } + }, + { + "@type": "AnnotationData", + "@id": "B048584D44", + "key": "text", + "value": { + "@type": "String", + "value": "ཱ" + } + }, + { + "@type": "AnnotationData", + "@id": "94BDDD4490", + "key": "text", + "value": { + "@type": "String", + "value": "ྀ་" + } + }, + { + "@type": "AnnotationData", + "@id": "F1A8173961", + "key": "text", + "value": { + "@type": "String", + "value": "།" + } + }, + { + "@type": "AnnotationData", + "@id": "A3B0443539", + "key": "text", + "value": { + "@type": "String", + "value": "\n" + } + }, + { + "@type": "AnnotationData", + "@id": "519C257028", + "key": "text", + "value": { + "@type": "String", + "value": "ཏ" + } + }, + { + "@type": "AnnotationData", + "@id": "3113135555", + "key": "text", + "value": { + "@type": "String", + "value": "ན་" + } + }, + { + "@type": "AnnotationData", + "@id": "87E41749EB", + "key": "text", + "value": { + "@type": "String", + "value": "། " + } + }, + { + "@type": "AnnotationData", + "@id": "D7D4D12DA4", + "key": "text", + "value": { + "@type": "String", + "value": "སེམས་དཔའ་" + } + }, + { + "@type": "AnnotationData", + "@id": "46C95F3C22", + "key": "text", + "value": { + "@type": "String", + "value": "རིགས་ཀྱི་བུའམ། " + } + }, + { + "@type": "AnnotationData", + "@id": "BFE9994B96", + "key": "text", + "value": { + "@type": "String", + "value": "མོ་" + } + }, + { + "@type": "AnnotationData", + "@id": "1ED467E4EA", + "key": "text", + "value": { + "@type": "String", + "value": "ི" + } + }, + { + "@type": "AnnotationData", + "@id": "F376CE207E", + "key": "text", + "value": { + "@type": "String", + "value": "རྣམས་" + } + }, + { + "@type": "AnnotationData", + "@id": "6DED8F839B", + "key": "text", + "value": { + "@type": "String", + "value": " " + } + }, + { + "@type": "AnnotationData", + "@id": "2C63298E2C", + "key": "text", + "value": { + "@type": "String", + "value": "་" + } + }, + { + "@type": "AnnotationData", + "@id": "3E7A1F8B73", + "key": "text", + "value": { + "@type": "String", + "value": "འི" + } + }, + { + "@type": "AnnotationData", + "@id": "76264144B1", + "key": "text", + "value": { + "@type": "String", + "value": "ས" + } + }, + { + "@type": "AnnotationData", + "@id": "AA40A64044", + "key": "text", + "value": { + "@type": "String", + "value": "གཟིགས་" + } + }, + { + "@type": "AnnotationData", + "@id": "F41A34A76A", + "key": "text", + "value": { + "@type": "String", + "value": "དེ་" + } + }, + { + "@type": "AnnotationData", + "@id": "864E34436E", + "key": "text", + "value": { + "@type": "String", + "value": "འཕགས་པ་" + } + }, + { + "@type": "AnnotationData", + "@id": "9D98DBCDE5", + "key": "text", + "value": { + "@type": "String", + "value": "བཅོམ་ལྡན་འད" + } + }, + { + "@type": "AnnotationData", + "@id": "C302384957", + "key": "text", + "value": { + "@type": "String", + "value": "མ" + } + }, + { + "@type": "AnnotationData", + "@id": "4430F6142F", + "key": "text", + "value": { + "@type": "String", + "value": "ཞེས་བྱ་བ་ཐེག་པ་ཆེན་པོའི་\nམདོ་" + } + }, + { + "@type": "AnnotationData", + "@id": "243CD7CC0D", + "key": "text", + "value": { + "@type": "String", + "value": "།རྒྱ་གར་གྱི་མཁན་པོ་བི་མ་ལ་མི་ཏྲ་དང་། ལོཙྪ་བ་དགེ་སློང་རིན་ཆེན་སྡེས་བསྒྱུར་ཅིང་། ཞུ་ཆེན་གྱི་ལོ་ཙྪ་བ་དགེ་བློ་དང་ནམ་མཁའ་ལ་སོགས་པས་ཞུས་ཏེ་གཏན་ལ་ཕབ་པ།། །།དཔལ་བསམ་ཡས་ལྷུན་གྱིས་གྲུབ་པའི་གཙུག་ལག་གི་དགེ་རྒྱས་བྱེ་མ་གླིང་གི་རྩིག་ངོས་ལ་བྲིས་པ་\nདང་ཞུ་དག་ལེགས་པར་བགྱིས་སོ།།" + } + } + ] + } + ], + "annotations": [ + { + "@type": "Annotation", + "@id": "6E99999149", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 0 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 55 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "D9AEEEA8FF", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 57 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 57 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4DB46FB64F", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "09F6D928A2", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "6F376E5E4C", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 60 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 61 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "8D7BDD978D", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 84 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 84 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4DB46FB64F", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "B048584D44", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "3386A9221F", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 88 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 89 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "66D66A0897", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 91 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 91 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4DB46FB64F", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "B048584D44", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "5FB18B6541", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 93 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 93 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4DB46FB64F", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "B048584D44", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "14C2774712", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 101 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 102 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "9C94FF51FD", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 105 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 105 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4DB46FB64F", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "94BDDD4490", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "913A8C11A9", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 110 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 111 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "4ECA1DFCBD", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 175 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 176 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "B97562CF20", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 190 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 190 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4DB46FB64F", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "F1A8173961", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "4EB431031C", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 192 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 194 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "F88E61A861", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 199 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 199 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4DB46FB64F", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A3B0443539", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "9CE44F74F4", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 226 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 227 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "A95DA38950", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 227 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 227 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4DB46FB64F", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "519C257028", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "C294B001E5", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 251 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 253 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "BC97F59B0F", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 287 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 288 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "3C084F74FE", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 314 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 314 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4DB46FB64F", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "3113135555", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "4C597D5727", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 335 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 336 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "DD106B2A0D", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 336 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 336 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4DB46FB64F", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "87E41749EB", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "C4A7C46C46", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 369 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 370 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "DC2459888C", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 428 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 429 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "E64943EBF0", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 527 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 529 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "6E0B7DD6A1", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 628 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 628 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4DB46FB64F", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A3B0443539", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "55268F540B", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 635 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 637 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "4E53D03D54", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 659 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 660 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "384FF32858", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 669 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 670 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "252FB14584", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 722 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 723 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "167741F6F8", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 730 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 732 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "3CB1BDD484", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 757 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 758 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "D8B3A54051", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 799 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 799 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4DB46FB64F", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "D7D4D12DA4", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "1D50B07A05", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 842 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 842 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4DB46FB64F", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A3B0443539", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "EDB6547D8A", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 860 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 862 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "C755897945", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 862 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 862 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4DB46FB64F", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "46C95F3C22", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "AFE2D0D89D", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 874 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 874 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4DB46FB64F", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "BFE9994B96", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "C4B24611E3", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 913 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 915 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "3549E4E114", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1043 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1043 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4DB46FB64F", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A3B0443539", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "7364355449", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1065 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1066 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "80F6804959", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1073 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1073 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4DB46FB64F", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "1ED467E4EA", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "D1741F969D", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1103 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1104 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "F92444144F", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1184 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1186 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "3464343C32", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1244 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1245 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "E141125D36", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1286 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1286 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4DB46FB64F", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A3B0443539", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "2B0CAA6CC2", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1321 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1323 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "6F78804BDC", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1362 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1365 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "FCA06DFAA7", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1435 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1437 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "83CA0994CB", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1459 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1460 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "C8A0A0A9BD", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1498 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1498 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4DB46FB64F", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A3B0443539", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "0E1E0E1E35", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1516 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1518 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "3A336FA43F", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1592 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1593 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "D3A84B5584", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1638 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1639 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "76C790E48E", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1667 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1669 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "14C11C504C", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1710 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1710 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4DB46FB64F", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A3B0443539", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "F98AA84A08", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1726 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1727 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "87E57E6797", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1749 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1749 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4DB46FB64F", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "F376CE207E", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "04BFD504BC", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1824 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1825 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "C05E180F04", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1826 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1826 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4DB46FB64F", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "6DED8F839B", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "CD4D3142AA", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1888 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1890 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "99BB041FA9", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1925 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1927 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "BCC194754A", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1927 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1927 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4DB46FB64F", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "2C63298E2C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "E485759C9B", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1976 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1978 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "4A1700AC74", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1991 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1992 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "3EAA2CDA27", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 2025 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 2026 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "801E344307", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 2057 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 2058 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "0D88000932", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 2123 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 2124 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "2B3A49DCA3", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 2124 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 2124 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4DB46FB64F", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A3B0443539", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "115B156B4E", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 2155 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 2157 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "F234890E23", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 2259 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 2260 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "4A04AF64FF", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 2269 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 2270 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "A465E27076", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 2345 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 2345 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4DB46FB64F", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A3B0443539", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "3701898976", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 2350 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 2351 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "8860CBB3D2", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 2351 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 2351 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4DB46FB64F", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "3E7A1F8B73", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "DEED2E28C2", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 2366 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 2368 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "3B31B3FEFE", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 2417 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 2417 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4DB46FB64F", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "87E41749EB", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "57395A6851", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 2454 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 2455 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "45F55ADEBA", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 2455 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 2455 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4DB46FB64F", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "87E41749EB", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "8E0788A3AA", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 2527 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 2529 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "F12B02CCCC", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 2551 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 2551 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4DB46FB64F", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A3B0443539", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "E211B84EE3", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 2755 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 2755 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4DB46FB64F", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A3B0443539", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "669920B6D0", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 2763 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 2764 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "BBBD661F8B", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 2816 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 2816 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4DB46FB64F", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "B048584D44", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "0C71E04E44", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 2821 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 2822 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "4BBF47D214", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 2865 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 2865 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4DB46FB64F", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "76264144B1", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "7C0A3678B6", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 2923 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 2925 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "6CC66F5584", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 2980 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 2980 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4DB46FB64F", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A3B0443539", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "C94C83EEE4", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 3004 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 3005 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "A2B2089E28", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 3012 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 3013 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "589CF840B4", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 3022 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 3022 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4DB46FB64F", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "AA40A64044", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "304CA58AD0", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 3076 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 3076 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4DB46FB64F", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "F1A8173961", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "05B44D7A24", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 3104 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 3107 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "83E5E3A33B", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 3158 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 3158 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4DB46FB64F", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "F41A34A76A", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "A1D1FFE22C", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 3191 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 3191 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4DB46FB64F", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A3B0443539", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "86B21E9171", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 3216 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 3217 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "88ACE0BAAA", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 3217 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 3217 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4DB46FB64F", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "6DED8F839B", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "4C13B989B1", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 3262 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 3264 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "B5FD24D4E3", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 3305 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 3306 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "55D9DB4D99", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 3319 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 3320 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "40A48A06EB", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 3372 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 3372 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4DB46FB64F", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "864E34436E", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "69A6E89660", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 3399 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 3400 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "4369973A67", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 3426 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 3429 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "9DBBAAB6B1", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 3434 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 3435 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "088B474308", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 3548 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 3553 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "4B249AD9DE", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 3553 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 3553 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4DB46FB64F", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "9D98DBCDE5", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "B8B1C4818B", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 3555 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 3556 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "3948A448E8", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 3556 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 3556 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4DB46FB64F", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "C302384957", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "F79C32DF79", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 3594 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 3594 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4DB46FB64F", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "4430F6142F", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "87B5AA797B", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 3603 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 3603 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4DB46FB64F", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "F1A8173961", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "A42FF05FA4", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 3605 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 3607 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "F7479BB9BD", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 3607 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 3607 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4DB46FB64F", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "243CD7CC0D", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + } + ] } \ No newline at end of file diff --git a/tests/pecha/serializers/json/data/alignment_annotations.json b/tests/pecha/serializers/json/data/alignment_annotations.json index 3aeb5015..7d4f8025 100644 --- a/tests/pecha/serializers/json/data/alignment_annotations.json +++ b/tests/pecha/serializers/json/data/alignment_annotations.json @@ -1,88 +1,88 @@ -{ - "base": "གཟུང་བ་མེད་པར་ཞེས་བྱ་བ་ལ་སོགས་པ་གསུངས་ཏེ། \nའཆད་པར་འགྱུར་བའི་རིགས་པས་ཞེས་བྱ་བ་ནི་ཅི་ལྟར་རླུང་གིས་ཞེས་བྱ་བ་ལ་སོགས་པའོ། \nཐ་སྙད་ཙམ་དུ་ཡོད་པ་དོན་དམ་པར་ཡོད་པ་མ་ཡིན་པ་དེ་ལ་དངོས་པོ་བརྟགས་པར་ཡོད་པ་ཞེས་བྱ་ལ། \nཕྱི་རོལ་གྱི་དོན་མེད་ན་ཞེས་བྱ་བ་ནི་ཤེས་པ་ལས་ཐ་དད་དུ་གྱུར་པའི་སྔོན་པོ་ལ་སོགས་པའི་དོན་མེད་ནའོ།\nདེ་བསམ་བྱ་ཞེས་བྱ་བ་ནི་རྨི་ལམ་ན་དོན་མེད་པའི་ཤེས་པ་ཡོད་པ་ཡིན་ནོ་ཞེས་བྱ་བ་དེ་ཡང་བསམ་པར་བྱའོ། \n།ཡང་དེ་ཅི་ཞིག་ཅེ་ན་ཞེས་བྱ་བ་ནི། བསམ་པར་བྱ་བ་གང་ཞིག་ཡིན། །ཞེས་བྱ་བའོ། །\nགང་ཚེ་ཞེས་བྱ་བ་ལ་སོགས་པ་ནི་དབུ་མ་གང་གི་ཚེ་རྨི་ལམ་ན་ཡང་སེམས་མེད་པ་དེའི་ཚེ་རྨི་ལམ་གྱི་དཔེ་དེ་མ་གྲུབ་པ་ཡིན་ནོ་ཞེས་བྱ་བའི་ཐ་ཚིག་གོ། \n།དེ་ཉིད་བསྟན་པར་བྱ་བའི་ཕྱིར། དེ་ཚེ་ཁྱོད་ཀྱི་དཔེ་ཡོད་མིན། །ཞེས་བྱ་བ་གསུངས་ཏེ། \nགཉིད་སད་པའི་གནས་སྐབས་ན་དྲན་པའི་སྒོ་ནས་གལ་ཏེ་རྨི་ལམ་གྱི་གནས་སྐབས་ན་རྣམ་པར་ཤེས་པ་ཡོད་པར་ཁས་ལེན་ན། \nཅི་ལྟར་ཞེས་བྱ་བ་ལ་སོགས་པ་གསུངས་ཏེ། ཅི་ལྟར་ཉམས་སུ་མྱོང་བ་ལ་ནི་ངས་མཐོང་ངོ་སྙམ་པའི་དྲན་པ་ཡོད་པ་དེ་བཞིན་དུ་ཡུལ་ཡང་ཁས་བླང་བར་བྱ་དགོས་སོ། \n།ཡང་ན་རྣམ་པར་ཤེས་པ་ཡང་ཡོད་པ་མ་ཡིན་ནོ་ཞེས་བྱ་བ་ནི་གལ་ཏེ་ཡུལ་དྲན་དུ་ཟིན་ཀྱང་ཡུལ་ཁས་མི་ལེན་ན་རྣམ་པར་ཤེས་པ་དྲན་ཡང་རྣམ་པར་ཤེས་པ་མེད་པར་ཁས་བླང་བའི་ཕྱིར་ཁོ་བོའི་ཕྱོགས་གྲུབ་པ་ཡིན་ནོ། \nགཉིད་ཀྱིས་ཞེས་བྱ་བ་ལ་སོགས་པ་གསུངས་ཏེ། གཉིད་ལོག་པས་མིག་དང༌། རྣ་བ་དང༌། སྣ་དང༌།\n", - "annotations": { - "alignment": [ - { - "id": "5ED5D59969", - "span": { - "start": 0, - "end": 42 - }, - "index": 1, - "alignment_index": [1] - }, - { - "id": "9DAD7F460F", - "span": { - "start": 43, - "end": 117 - }, - "index": 2, - "alignment_index": [2] - }, - { - "id": "6850060CDD", - "span": { - "start": 118, - "end": 198 - }, - "index": 3, - "alignment_index": [3] - }, - { - "id": "88F8B42309", - "span": { - "start": 199, - "end": 290 - }, - "index": 4, - "alignment_index": [4] - }, - { - "id": "1F86B74B46", - "span": { - "start": 291, - "end": 452 - }, - "index": 5, - "alignment_index": [5] - }, - { - "id": "E92B454ED1", - "span": { - "start": 453, - "end": 659 - }, - "index": 6, - "alignment_index": [6] - }, - { - "id": "63937BDD48", - "span": { - "start": 660, - "end": 756 - }, - "index": 7, - "alignment_index": [7] - }, - { - "id": "BC7A7FDA98", - "span": { - "start": 757, - "end": 1065 - }, - "index": 8, - "alignment_index": [8] - }, - { - "id": "23834A44D3", - "span": { - "start": 1066, - "end": 1142 - }, - "index": 9, - "alignment_index": [9] - } - ] - } +{ + "base": "གཟུང་བ་མེད་པར་ཞེས་བྱ་བ་ལ་སོགས་པ་གསུངས་ཏེ། \nའཆད་པར་འགྱུར་བའི་རིགས་པས་ཞེས་བྱ་བ་ནི་ཅི་ལྟར་རླུང་གིས་ཞེས་བྱ་བ་ལ་སོགས་པའོ། \nཐ་སྙད་ཙམ་དུ་ཡོད་པ་དོན་དམ་པར་ཡོད་པ་མ་ཡིན་པ་དེ་ལ་དངོས་པོ་བརྟགས་པར་ཡོད་པ་ཞེས་བྱ་ལ། \nཕྱི་རོལ་གྱི་དོན་མེད་ན་ཞེས་བྱ་བ་ནི་ཤེས་པ་ལས་ཐ་དད་དུ་གྱུར་པའི་སྔོན་པོ་ལ་སོགས་པའི་དོན་མེད་ནའོ།\nདེ་བསམ་བྱ་ཞེས་བྱ་བ་ནི་རྨི་ལམ་ན་དོན་མེད་པའི་ཤེས་པ་ཡོད་པ་ཡིན་ནོ་ཞེས་བྱ་བ་དེ་ཡང་བསམ་པར་བྱའོ། \n།ཡང་དེ་ཅི་ཞིག་ཅེ་ན་ཞེས་བྱ་བ་ནི། བསམ་པར་བྱ་བ་གང་ཞིག་ཡིན། །ཞེས་བྱ་བའོ། །\nགང་ཚེ་ཞེས་བྱ་བ་ལ་སོགས་པ་ནི་དབུ་མ་གང་གི་ཚེ་རྨི་ལམ་ན་ཡང་སེམས་མེད་པ་དེའི་ཚེ་རྨི་ལམ་གྱི་དཔེ་དེ་མ་གྲུབ་པ་ཡིན་ནོ་ཞེས་བྱ་བའི་ཐ་ཚིག་གོ། \n།དེ་ཉིད་བསྟན་པར་བྱ་བའི་ཕྱིར། དེ་ཚེ་ཁྱོད་ཀྱི་དཔེ་ཡོད་མིན། །ཞེས་བྱ་བ་གསུངས་ཏེ། \nགཉིད་སད་པའི་གནས་སྐབས་ན་དྲན་པའི་སྒོ་ནས་གལ་ཏེ་རྨི་ལམ་གྱི་གནས་སྐབས་ན་རྣམ་པར་ཤེས་པ་ཡོད་པར་ཁས་ལེན་ན། \nཅི་ལྟར་ཞེས་བྱ་བ་ལ་སོགས་པ་གསུངས་ཏེ། ཅི་ལྟར་ཉམས་སུ་མྱོང་བ་ལ་ནི་ངས་མཐོང་ངོ་སྙམ་པའི་དྲན་པ་ཡོད་པ་དེ་བཞིན་དུ་ཡུལ་ཡང་ཁས་བླང་བར་བྱ་དགོས་སོ། \n།ཡང་ན་རྣམ་པར་ཤེས་པ་ཡང་ཡོད་པ་མ་ཡིན་ནོ་ཞེས་བྱ་བ་ནི་གལ་ཏེ་ཡུལ་དྲན་དུ་ཟིན་ཀྱང་ཡུལ་ཁས་མི་ལེན་ན་རྣམ་པར་ཤེས་པ་དྲན་ཡང་རྣམ་པར་ཤེས་པ་མེད་པར་ཁས་བླང་བའི་ཕྱིར་ཁོ་བོའི་ཕྱོགས་གྲུབ་པ་ཡིན་ནོ། \nགཉིད་ཀྱིས་ཞེས་བྱ་བ་ལ་སོགས་པ་གསུངས་ཏེ། གཉིད་ལོག་པས་མིག་དང༌། རྣ་བ་དང༌། སྣ་དང༌།\n", + "annotations": { + "alignment": [ + { + "id": "5ED5D59969", + "span": { + "start": 0, + "end": 42 + }, + "index": 1, + "alignment_index": [1] + }, + { + "id": "9DAD7F460F", + "span": { + "start": 43, + "end": 117 + }, + "index": 2, + "alignment_index": [2] + }, + { + "id": "6850060CDD", + "span": { + "start": 118, + "end": 198 + }, + "index": 3, + "alignment_index": [3] + }, + { + "id": "88F8B42309", + "span": { + "start": 199, + "end": 290 + }, + "index": 4, + "alignment_index": [4] + }, + { + "id": "1F86B74B46", + "span": { + "start": 291, + "end": 452 + }, + "index": 5, + "alignment_index": [5] + }, + { + "id": "E92B454ED1", + "span": { + "start": 453, + "end": 659 + }, + "index": 6, + "alignment_index": [6] + }, + { + "id": "63937BDD48", + "span": { + "start": 660, + "end": 756 + }, + "index": 7, + "alignment_index": [7] + }, + { + "id": "BC7A7FDA98", + "span": { + "start": 757, + "end": 1065 + }, + "index": 8, + "alignment_index": [8] + }, + { + "id": "23834A44D3", + "span": { + "start": 1066, + "end": 1142 + }, + "index": 9, + "alignment_index": [9] + } + ] + } } \ No newline at end of file diff --git a/tests/pecha/serializers/json/data/critical_annotations.json b/tests/pecha/serializers/json/data/critical_annotations.json index 5e5cd617..b5bb64c9 100644 --- a/tests/pecha/serializers/json/data/critical_annotations.json +++ b/tests/pecha/serializers/json/data/critical_annotations.json @@ -1,263 +1,263 @@ -{ - "base": "བཅོམ་ལྡན་འདས་མ་ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པའི་སྙིང་པོ། །\n༄༅། །​རྒྱ་གར་སྐད་དུ། བྷ་ག་བ་ཏི་པྲ་ཛྙ་པ་ར་མི་ཏཱྀ་ཧྲད་ཡ། \nབོད་སྐད་དུ། བཅོམ་ལྡན་འདས་མ་ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པའི་སྙིང་པོ།\n བམ་པོ་གཅིག་གོ །​\nབཅོམ་ལྡན་འདས་མ་ཤེས་རབ་ཀྱི་ཕ་རོལ་དུ་ཕྱིན་པ་ལ་ཕྱག་འཚལ་ལོ། །\n​འདི་སྐད་བདག་གིས་ཐོས་པ་དུས་གཅིག་ན། \nབཅོམ་ལྡན་འདས་རྒྱལ་པོའི་ཁབ་བྱ་རྒོད་ཕུང་པོའི་རི་ལ་དགེ་སློང་གི་དགེ་འདུན་ཆེན་པོ་དང་། ​བྱང་ཆུབ་སེམས་དཔའི་དགེ་འདུན་ཆེན་པོ་དང་ཐབས་ཅིག་ཏུ་བཞུགས་ཏེ། \nདེའི་ཚེ་བཅོམ་ལྡན་འདས་ཟབ་མོ་སྣང་བ་ཞེས་བྱ་བའི་ཆོས་ཀྱི་རྣམ་གྲངས་ཀྱི་ཏིང་ངེ་འཛིན་ལ་སྙོམས་པར་ཞུགས་སོ། །\n​ཡང་དེའི་ཚེ་བྱང་ཆུབ་སེམས་དཔའ་སེམས་དཔའ་ཆེན་པོ་འཕགས་པ་སྤྱན་རས་གཟིགས་དབང་ཕྱུག་ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པ་ཟབ་མོའི་སྤྱོད་པ་ཉིད་ལ་རྣམ་པར་བལྟ་ཞིང་། \nཕུང་པོ་ལྔ་པོ་དེ་དག་ལ་ཡང་རང་བཞིན་གྱིས་སྟོང་པར་རྣམ་པར་བལྟའོ། །\n​དེ་ནས་སངས་རྒྱས་ཀྱི་མཐུས། ​ཚེ་དང་ལྡན་པ་ཤཱ་རིའི་བུས་བྱང་ཆུབ་སེམས་དཔའ་ཆེན་པོ་འཕགས་པ་སྤྱན་རས་གཟིགས་དབང་ཕྱུག་ལ་འདི་སྐད་ཅེས་སྨྲས་སོ། །​\nརིགས་ཀྱི་བུ་གང་ལ་ལ་ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པ་ཟབ་མོའི་སྤྱོད་པ་སྤྱད་པར་འདོད་པ་དེས་ཇི་ལྟར་བསླབ་པར་བྱ། དེ་སྐད་ཅེས་སྨྲས་པ་དང་། བྱང་ཆུབ་སེམས་དཔའ་སེམས་དཔའ་ཆེན་པོ་འཕགས་པ་སྤྱན་རས་གཟིགས་དབང་ཕྱུག་གིས་ཚེ་དང་ལྡན་པ་ཤཱ་ར་དྭ་ཏའི་བུ་ལ་འདི་སྐད་ཅེས་སྨྲས་སོ། །​ཤཱ་རིའི་བུ་རིགས་ཀྱི་བུའམ། རིགས་ཀྱི་བུ་མོ་གང་ལ་ལ་ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པ་ཟབ་མོའི་སྤྱོད་པ་སྤྱད་པར་འདོད་པ་དེས་འདི་ལྟར་རྣམ་པར་བལྟ་བར་བྱ་སྟེ། ​ཕུང་པོ་ལྔ་པོ་དེ་དག་ཀྱང་རང་བཞིན་གྱིས་སྟོང་པར་རྣམ་པར་ཡང་དག་པར་རྗེས་སུ་བལྟའོ། །\n​གཟུགས་སྟོང་པའོ། །སྟོང་པ་ཉིད་གཟུགས་སོ། །\n\n​གཟུགས་ལས་སྟོང་པ་ཉིད་གཞན་མ་ཡིན། སྟོང་པ་ཉིད་ལས་ཀྱང་གཟུགས་གཞན་མ་ཡིན་ནོ། །\n​དེ་བཞིན་དུ་ཚོར་བ་དང་། ​འདུ་ཤེས་དང་། འདུ་བྱེད་དང་། རྣམ་པར་ཤེས་པ་རྣམས་སྟོང་པའོ། །\n​ཤཱ་རིའི་བུ་དེ་ལྟ་བས་ན་ཆོས་ཐམས་ཅད་སྟོང་པ་ཉིད་དེ། མཚན་ཉིད་མེད་པ། མ་སྐྱེས་པ། ​མ་འགགས་པ། དྲི་མ་མེད་པ། དྲི་མ་དང་བྲལ་བ་མེད་པ། ​བྲི་བ་མེད་པ། གང་བ་མེད་པའོ། །\n​ཤཱ་རིའི་བུ་དེ་ལྟ་བས་ན་སྟོང་པ་ཉིད་ལ་གཟུགས་མེད། ཚོར་བ་མེད། ​འདུ་ཤེས་མེད། འདུ་བྱེད་མེད། རྣམ་པར་ཤེས་པ་མེད། མིག་མེད། རྣ་བ་མེད། སྣ་མེད། ལྕེ་མེད། ལུས་མེད། ཡིད་མེད །གཟུགས་མེད། སྒྲ་མེད། དྲི་མེད། རོ་མེད། རེག་བྱ་མེད། ཆོས་མེད་དོ། །\n​མིག་གི་ཁམས་མེད་པ་ནས་ཡིད་ཀྱི་ཁམས་མེད། ཡིད་ཀྱི་རྣམ་པར་ཤེས་པའི་ཁམས་ཀྱི་བར་དུ་ཡང་མེད་དོ། །\n​མ་རིག་པ་མེད། ​མ་རིག་པ་ཟད་པ་མེད་པ་ནས་རྒ་ཤི་མེད། ​རྒ་ཤི་ཟད་པའི་བར་དུ་ཡང་མེད་དོ། ། སྡུག་བསྔལ་བ་དང་། ཀུན་འབྱུང་བ་དང་། འགོག་པ་དང་། ལམ་མེད། ཡེ་ཤེས་མེད། ཐོབ་པ་མེད། མ་ཐོབ་པ་ཡང་མེད་དོ། །\n​ཤཱ་རིའི་བུ་དེ་ལྟ་བས་ན་བྱང་ཆུབ་སེམས་དཔའ་རྣམས་ཐོབ་པ་མེད་པའི་ཕྱིར། ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པ་ལ་བརྟེན་ཅིང ་གནས་ཏེ། \nསེམས་ལ་སྒྲིབ་པ་མེད་པས་སྐྲག་པ་མེད་དེ། ཕྱིན་ཅི་ལོག་ལས་ཤིན་ཏུ་འདས་ནས་མྱ་ངན་ལས་འདས་པར་མཐར་ཕྱིན་ཏོ། །\n​དུས་གསུམ་དུ་རྣམ་པར་བཞུགས་པའི་སངས་རྒྱས་ཐམས་ཅད་ཀྱང་ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པ་ལ་བརྟེན་ནས་བླ་ན་མེད་པ་ཡང་དག་པར་རྫོགས་པའི་བྱང་ཆུབ་ཏུ་མངོན་པར་རྫོགས་པར་སངས་རྒྱས་སོ། །\n​དེ་ལྟ་བས་ན་ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པའི་སྔགས། རིག་པ་ཆེན་པོའི་སྔགས། བླ་ན་མེད་པའི་སྔགས། མི་མཉམ་པ་དང་མཉམ་པའི་སྔགས། སྡུག་བསྔལ་ཐམས་ཅད་རབ་ཏུ་ཞི་བར་བྱེད་པའི་སྔགས། མི་རྫུན་པས་ན་བདེན་པར་ཤེས་པར་བྱ་སྟེ། ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པའི་སྔགས་སྨྲས་པ། \nཏདྱ་ཐཱ། ག་ཏེ་ག་ཏེ་པཱ་ར་ག་ཏེ། པཱ་ར་སཾ་ག་ཏེ། བོ་དྷི་སྭ་ཧཱ། \nཤཱ་རིའི་བུ་བྱང་ཆུབ་སེམས་དཔའ་སེམས་དཔའ་ཆེན་པོ་དེ་ལྟར་ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པ་ཟབ་མོ་ལ་བསླབ་པར་བྱའོ། །\n​དེ་ནས་བཅོམ་ལྡན་འདས་ཏིང་ངེ་འཛིན་དེ་ལས་བཞེངས་ཏེ། བྱང་ཆུབ་སེམས་དཔའ་སེམས་དཔའ་ཆེན་པོས་འཕགས་པ ་སྤྱན་རས་དབང་ཕྱུག་ལ་ལེགས་སོ་ཞེས་བྱ་བ་བྱིན་ནས། ལེགས་སོ་ལེགས་སོ། རིགས་ཀྱི་བུ་དེ་དེ་བཞིན་ནོ། །​ \nརིགས་ཀྱི་བུ་དེ་དེ་བཞིན་ཏེ། ཇི་ལྟར་ཁྱོད་ཀྱིས་བསྟན་པ་བཞིན་དུ་ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པ་ཟབ་མོ་ལ་སྤྱད་པར་བྱ་སྟེ།\nདེ་བཞིན་གཤེགས་པ་རྣམས་ཀྱང་རྗེས་སུ་ཡི་རང་ངོ་། །\n​བཅོམ་ལྡན་འདས་ཀྱིས་དེ་སྐད་ཅེས་བཀའ་སྩལ་ནས། \nཚེ་དང་ལྡན་པ་ཤཱ་ར་དྭ་ཏིའི་བུ་དང་། བྱང་ཆུབ་སེམས་དཔའ་སེམས་དཔའ་ཆེན་པོ་སྤྱན་རས་གཟིགས་དབང་ཕྱུག་དང་། ཐམས་ཅད་དང་ལྡན་པའི་འཁོར་དེ་དག་དང་། ​ལྷ་དང་། མི་དང་། ལྷ་མ་ཡིན་དང་། དྲི་ཟར་བཅས་པའི་འཇིག་རྟེན་ཡི་རངས་ཏེ། བཅོམ་ལྡན་འདས་ཀྱིས་གསུངས་པ་ལ་མངོན་པར་བསྟོད་དོ། །\n​འཕགས་པ་ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པའི་སྙིང་པོ་རྫོགས་སོ། །​\n", - "annotations": { - "segmentation": [ - { - "id": "B07549701B", - "span": { - "start": 0, - "end": 54 - }, - "index": 1 - }, - { - "id": "60010AB6CD", - "span": { - "start": 55, - "end": 110 - }, - "index": 2 - }, - { - "id": "C8B26CFFA4", - "span": { - "start": 111, - "end": 175 - }, - "index": 3 - }, - { - "id": "5C519C091F", - "span": { - "start": 176, - "end": 193 - }, - "index": 4 - }, - { - "id": "A99CFE3DC3", - "span": { - "start": 194, - "end": 251 - }, - "index": 5 - }, - { - "id": "BCBF7B0B44", - "span": { - "start": 252, - "end": 287 - }, - "index": 6 - }, - { - "id": "74CAE409E9", - "span": { - "start": 288, - "end": 428 - }, - "index": 7 - }, - { - "id": "2E2FB82547", - "span": { - "start": 429, - "end": 527 - }, - "index": 8 - }, - { - "id": "43ECDEE9B0", - "span": { - "start": 528, - "end": 669 - }, - "index": 9 - }, - { - "id": "AA18B6218B", - "span": { - "start": 670, - "end": 730 - }, - "index": 10 - }, - { - "id": "418BE00783", - "span": { - "start": 731, - "end": 861 - }, - "index": 11 - }, - { - "id": "DA91DA4BE4", - "span": { - "start": 862, - "end": 1321 - }, - "index": 12 - }, - { - "id": "B4245065D7", - "span": { - "start": 1322, - "end": 1362 - }, - "index": 13 - }, - { - "id": "0F1030EE43", - "span": { - "start": 1363, - "end": 1363 - }, - "index": 14 - }, - { - "id": "97F7C93C66", - "span": { - "start": 1364, - "end": 1435 - }, - "index": 15 - }, - { - "id": "3A307BA7F7", - "span": { - "start": 1436, - "end": 1516 - }, - "index": 16 - }, - { - "id": "B8EE2A4C35", - "span": { - "start": 1517, - "end": 1667 - }, - "index": 17 - }, - { - "id": "80D90F8088", - "span": { - "start": 1668, - "end": 1888 - }, - "index": 18 - }, - { - "id": "7BBBEC254B", - "span": { - "start": 1889, - "end": 1976 - }, - "index": 19 - }, - { - "id": "7CE016E497", - "span": { - "start": 1977, - "end": 2155 - }, - "index": 20 - }, - { - "id": "CEDCB38435", - "span": { - "start": 2156, - "end": 2269 - }, - "index": 21 - }, - { - "id": "8FF1A6F3F3", - "span": { - "start": 2270, - "end": 2366 - }, - "index": 22 - }, - { - "id": "671711C44C", - "span": { - "start": 2367, - "end": 2527 - }, - "index": 23 - }, - { - "id": "0CFE1EF97C", - "span": { - "start": 2528, - "end": 2763 - }, - "index": 24 - }, - { - "id": "0BFEA4BBEF", - "span": { - "start": 2764, - "end": 2821 - }, - "index": 25 - }, - { - "id": "6D8BDFC8FD", - "span": { - "start": 2822, - "end": 2923 - }, - "index": 26 - }, - { - "id": "74E5403E03", - "span": { - "start": 2924, - "end": 3106 - }, - "index": 27 - }, - { - "id": "3F2B818452", - "span": { - "start": 3107, - "end": 3216 - }, - "index": 28 - }, - { - "id": "D050E18B90", - "span": { - "start": 3217, - "end": 3262 - }, - "index": 29 - }, - { - "id": "4544050EE3", - "span": { - "start": 3263, - "end": 3305 - }, - "index": 30 - }, - { - "id": "9853B76832", - "span": { - "start": 3306, - "end": 3548 - }, - "index": 31 - }, - { - "id": "769E1974BB", - "span": { - "start": 3549, - "end": 3606 - }, - "index": 32 - } - ] - } +{ + "base": "བཅོམ་ལྡན་འདས་མ་ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པའི་སྙིང་པོ། །\n༄༅། །​རྒྱ་གར་སྐད་དུ། བྷ་ག་བ་ཏི་པྲ་ཛྙ་པ་ར་མི་ཏཱྀ་ཧྲད་ཡ། \nབོད་སྐད་དུ། བཅོམ་ལྡན་འདས་མ་ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པའི་སྙིང་པོ།\n བམ་པོ་གཅིག་གོ །​\nབཅོམ་ལྡན་འདས་མ་ཤེས་རབ་ཀྱི་ཕ་རོལ་དུ་ཕྱིན་པ་ལ་ཕྱག་འཚལ་ལོ། །\n​འདི་སྐད་བདག་གིས་ཐོས་པ་དུས་གཅིག་ན། \nབཅོམ་ལྡན་འདས་རྒྱལ་པོའི་ཁབ་བྱ་རྒོད་ཕུང་པོའི་རི་ལ་དགེ་སློང་གི་དགེ་འདུན་ཆེན་པོ་དང་། ​བྱང་ཆུབ་སེམས་དཔའི་དགེ་འདུན་ཆེན་པོ་དང་ཐབས་ཅིག་ཏུ་བཞུགས་ཏེ། \nདེའི་ཚེ་བཅོམ་ལྡན་འདས་ཟབ་མོ་སྣང་བ་ཞེས་བྱ་བའི་ཆོས་ཀྱི་རྣམ་གྲངས་ཀྱི་ཏིང་ངེ་འཛིན་ལ་སྙོམས་པར་ཞུགས་སོ། །\n​ཡང་དེའི་ཚེ་བྱང་ཆུབ་སེམས་དཔའ་སེམས་དཔའ་ཆེན་པོ་འཕགས་པ་སྤྱན་རས་གཟིགས་དབང་ཕྱུག་ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པ་ཟབ་མོའི་སྤྱོད་པ་ཉིད་ལ་རྣམ་པར་བལྟ་ཞིང་། \nཕུང་པོ་ལྔ་པོ་དེ་དག་ལ་ཡང་རང་བཞིན་གྱིས་སྟོང་པར་རྣམ་པར་བལྟའོ། །\n​དེ་ནས་སངས་རྒྱས་ཀྱི་མཐུས། ​ཚེ་དང་ལྡན་པ་ཤཱ་རིའི་བུས་བྱང་ཆུབ་སེམས་དཔའ་ཆེན་པོ་འཕགས་པ་སྤྱན་རས་གཟིགས་དབང་ཕྱུག་ལ་འདི་སྐད་ཅེས་སྨྲས་སོ། །​\nརིགས་ཀྱི་བུ་གང་ལ་ལ་ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པ་ཟབ་མོའི་སྤྱོད་པ་སྤྱད་པར་འདོད་པ་དེས་ཇི་ལྟར་བསླབ་པར་བྱ། དེ་སྐད་ཅེས་སྨྲས་པ་དང་། བྱང་ཆུབ་སེམས་དཔའ་སེམས་དཔའ་ཆེན་པོ་འཕགས་པ་སྤྱན་རས་གཟིགས་དབང་ཕྱུག་གིས་ཚེ་དང་ལྡན་པ་ཤཱ་ར་དྭ་ཏའི་བུ་ལ་འདི་སྐད་ཅེས་སྨྲས་སོ། །​ཤཱ་རིའི་བུ་རིགས་ཀྱི་བུའམ། རིགས་ཀྱི་བུ་མོ་གང་ལ་ལ་ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པ་ཟབ་མོའི་སྤྱོད་པ་སྤྱད་པར་འདོད་པ་དེས་འདི་ལྟར་རྣམ་པར་བལྟ་བར་བྱ་སྟེ། ​ཕུང་པོ་ལྔ་པོ་དེ་དག་ཀྱང་རང་བཞིན་གྱིས་སྟོང་པར་རྣམ་པར་ཡང་དག་པར་རྗེས་སུ་བལྟའོ། །\n​གཟུགས་སྟོང་པའོ། །སྟོང་པ་ཉིད་གཟུགས་སོ། །\n\n​གཟུགས་ལས་སྟོང་པ་ཉིད་གཞན་མ་ཡིན། སྟོང་པ་ཉིད་ལས་ཀྱང་གཟུགས་གཞན་མ་ཡིན་ནོ། །\n​དེ་བཞིན་དུ་ཚོར་བ་དང་། ​འདུ་ཤེས་དང་། འདུ་བྱེད་དང་། རྣམ་པར་ཤེས་པ་རྣམས་སྟོང་པའོ། །\n​ཤཱ་རིའི་བུ་དེ་ལྟ་བས་ན་ཆོས་ཐམས་ཅད་སྟོང་པ་ཉིད་དེ། མཚན་ཉིད་མེད་པ། མ་སྐྱེས་པ། ​མ་འགགས་པ། དྲི་མ་མེད་པ། དྲི་མ་དང་བྲལ་བ་མེད་པ། ​བྲི་བ་མེད་པ། གང་བ་མེད་པའོ། །\n​ཤཱ་རིའི་བུ་དེ་ལྟ་བས་ན་སྟོང་པ་ཉིད་ལ་གཟུགས་མེད། ཚོར་བ་མེད། ​འདུ་ཤེས་མེད། འདུ་བྱེད་མེད། རྣམ་པར་ཤེས་པ་མེད། མིག་མེད། རྣ་བ་མེད། སྣ་མེད། ལྕེ་མེད། ལུས་མེད། ཡིད་མེད །གཟུགས་མེད། སྒྲ་མེད། དྲི་མེད། རོ་མེད། རེག་བྱ་མེད། ཆོས་མེད་དོ། །\n​མིག་གི་ཁམས་མེད་པ་ནས་ཡིད་ཀྱི་ཁམས་མེད། ཡིད་ཀྱི་རྣམ་པར་ཤེས་པའི་ཁམས་ཀྱི་བར་དུ་ཡང་མེད་དོ། །\n​མ་རིག་པ་མེད། ​མ་རིག་པ་ཟད་པ་མེད་པ་ནས་རྒ་ཤི་མེད། ​རྒ་ཤི་ཟད་པའི་བར་དུ་ཡང་མེད་དོ། ། སྡུག་བསྔལ་བ་དང་། ཀུན་འབྱུང་བ་དང་། འགོག་པ་དང་། ལམ་མེད། ཡེ་ཤེས་མེད། ཐོབ་པ་མེད། མ་ཐོབ་པ་ཡང་མེད་དོ། །\n​ཤཱ་རིའི་བུ་དེ་ལྟ་བས་ན་བྱང་ཆུབ་སེམས་དཔའ་རྣམས་ཐོབ་པ་མེད་པའི་ཕྱིར། ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པ་ལ་བརྟེན་ཅིང ་གནས་ཏེ། \nསེམས་ལ་སྒྲིབ་པ་མེད་པས་སྐྲག་པ་མེད་དེ། ཕྱིན་ཅི་ལོག་ལས་ཤིན་ཏུ་འདས་ནས་མྱ་ངན་ལས་འདས་པར་མཐར་ཕྱིན་ཏོ། །\n​དུས་གསུམ་དུ་རྣམ་པར་བཞུགས་པའི་སངས་རྒྱས་ཐམས་ཅད་ཀྱང་ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པ་ལ་བརྟེན་ནས་བླ་ན་མེད་པ་ཡང་དག་པར་རྫོགས་པའི་བྱང་ཆུབ་ཏུ་མངོན་པར་རྫོགས་པར་སངས་རྒྱས་སོ། །\n​དེ་ལྟ་བས་ན་ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པའི་སྔགས། རིག་པ་ཆེན་པོའི་སྔགས། བླ་ན་མེད་པའི་སྔགས། མི་མཉམ་པ་དང་མཉམ་པའི་སྔགས། སྡུག་བསྔལ་ཐམས་ཅད་རབ་ཏུ་ཞི་བར་བྱེད་པའི་སྔགས། མི་རྫུན་པས་ན་བདེན་པར་ཤེས་པར་བྱ་སྟེ། ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པའི་སྔགས་སྨྲས་པ། \nཏདྱ་ཐཱ། ག་ཏེ་ག་ཏེ་པཱ་ར་ག་ཏེ། པཱ་ར་སཾ་ག་ཏེ། བོ་དྷི་སྭ་ཧཱ། \nཤཱ་རིའི་བུ་བྱང་ཆུབ་སེམས་དཔའ་སེམས་དཔའ་ཆེན་པོ་དེ་ལྟར་ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པ་ཟབ་མོ་ལ་བསླབ་པར་བྱའོ། །\n​དེ་ནས་བཅོམ་ལྡན་འདས་ཏིང་ངེ་འཛིན་དེ་ལས་བཞེངས་ཏེ། བྱང་ཆུབ་སེམས་དཔའ་སེམས་དཔའ་ཆེན་པོས་འཕགས་པ ་སྤྱན་རས་དབང་ཕྱུག་ལ་ལེགས་སོ་ཞེས་བྱ་བ་བྱིན་ནས། ལེགས་སོ་ལེགས་སོ། རིགས་ཀྱི་བུ་དེ་དེ་བཞིན་ནོ། །​ \nརིགས་ཀྱི་བུ་དེ་དེ་བཞིན་ཏེ། ཇི་ལྟར་ཁྱོད་ཀྱིས་བསྟན་པ་བཞིན་དུ་ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པ་ཟབ་མོ་ལ་སྤྱད་པར་བྱ་སྟེ།\nདེ་བཞིན་གཤེགས་པ་རྣམས་ཀྱང་རྗེས་སུ་ཡི་རང་ངོ་། །\n​བཅོམ་ལྡན་འདས་ཀྱིས་དེ་སྐད་ཅེས་བཀའ་སྩལ་ནས། \nཚེ་དང་ལྡན་པ་ཤཱ་ར་དྭ་ཏིའི་བུ་དང་། བྱང་ཆུབ་སེམས་དཔའ་སེམས་དཔའ་ཆེན་པོ་སྤྱན་རས་གཟིགས་དབང་ཕྱུག་དང་། ཐམས་ཅད་དང་ལྡན་པའི་འཁོར་དེ་དག་དང་། ​ལྷ་དང་། མི་དང་། ལྷ་མ་ཡིན་དང་། དྲི་ཟར་བཅས་པའི་འཇིག་རྟེན་ཡི་རངས་ཏེ། བཅོམ་ལྡན་འདས་ཀྱིས་གསུངས་པ་ལ་མངོན་པར་བསྟོད་དོ། །\n​འཕགས་པ་ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པའི་སྙིང་པོ་རྫོགས་སོ། །​\n", + "annotations": { + "segmentation": [ + { + "id": "B07549701B", + "span": { + "start": 0, + "end": 54 + }, + "index": 1 + }, + { + "id": "60010AB6CD", + "span": { + "start": 55, + "end": 110 + }, + "index": 2 + }, + { + "id": "C8B26CFFA4", + "span": { + "start": 111, + "end": 175 + }, + "index": 3 + }, + { + "id": "5C519C091F", + "span": { + "start": 176, + "end": 193 + }, + "index": 4 + }, + { + "id": "A99CFE3DC3", + "span": { + "start": 194, + "end": 251 + }, + "index": 5 + }, + { + "id": "BCBF7B0B44", + "span": { + "start": 252, + "end": 287 + }, + "index": 6 + }, + { + "id": "74CAE409E9", + "span": { + "start": 288, + "end": 428 + }, + "index": 7 + }, + { + "id": "2E2FB82547", + "span": { + "start": 429, + "end": 527 + }, + "index": 8 + }, + { + "id": "43ECDEE9B0", + "span": { + "start": 528, + "end": 669 + }, + "index": 9 + }, + { + "id": "AA18B6218B", + "span": { + "start": 670, + "end": 730 + }, + "index": 10 + }, + { + "id": "418BE00783", + "span": { + "start": 731, + "end": 861 + }, + "index": 11 + }, + { + "id": "DA91DA4BE4", + "span": { + "start": 862, + "end": 1321 + }, + "index": 12 + }, + { + "id": "B4245065D7", + "span": { + "start": 1322, + "end": 1362 + }, + "index": 13 + }, + { + "id": "0F1030EE43", + "span": { + "start": 1363, + "end": 1363 + }, + "index": 14 + }, + { + "id": "97F7C93C66", + "span": { + "start": 1364, + "end": 1435 + }, + "index": 15 + }, + { + "id": "3A307BA7F7", + "span": { + "start": 1436, + "end": 1516 + }, + "index": 16 + }, + { + "id": "B8EE2A4C35", + "span": { + "start": 1517, + "end": 1667 + }, + "index": 17 + }, + { + "id": "80D90F8088", + "span": { + "start": 1668, + "end": 1888 + }, + "index": 18 + }, + { + "id": "7BBBEC254B", + "span": { + "start": 1889, + "end": 1976 + }, + "index": 19 + }, + { + "id": "7CE016E497", + "span": { + "start": 1977, + "end": 2155 + }, + "index": 20 + }, + { + "id": "CEDCB38435", + "span": { + "start": 2156, + "end": 2269 + }, + "index": 21 + }, + { + "id": "8FF1A6F3F3", + "span": { + "start": 2270, + "end": 2366 + }, + "index": 22 + }, + { + "id": "671711C44C", + "span": { + "start": 2367, + "end": 2527 + }, + "index": 23 + }, + { + "id": "0CFE1EF97C", + "span": { + "start": 2528, + "end": 2763 + }, + "index": 24 + }, + { + "id": "0BFEA4BBEF", + "span": { + "start": 2764, + "end": 2821 + }, + "index": 25 + }, + { + "id": "6D8BDFC8FD", + "span": { + "start": 2822, + "end": 2923 + }, + "index": 26 + }, + { + "id": "74E5403E03", + "span": { + "start": 2924, + "end": 3106 + }, + "index": 27 + }, + { + "id": "3F2B818452", + "span": { + "start": 3107, + "end": 3216 + }, + "index": 28 + }, + { + "id": "D050E18B90", + "span": { + "start": 3217, + "end": 3262 + }, + "index": 29 + }, + { + "id": "4544050EE3", + "span": { + "start": 3263, + "end": 3305 + }, + "index": 30 + }, + { + "id": "9853B76832", + "span": { + "start": 3306, + "end": 3548 + }, + "index": 31 + }, + { + "id": "769E1974BB", + "span": { + "start": 3549, + "end": 3606 + }, + "index": 32 + } + ] + } } \ No newline at end of file diff --git a/tests/pecha/serializers/json/data/deletion.txt b/tests/pecha/serializers/json/data/deletion.txt index 038d280d..c10bc7b9 100644 --- a/tests/pecha/serializers/json/data/deletion.txt +++ b/tests/pecha/serializers/json/data/deletion.txt @@ -1,2 +1,2 @@ -Second Line -Fourth Line +Second Line +Fourth Line diff --git a/tests/pecha/serializers/json/data/diplomatic_annotations.json b/tests/pecha/serializers/json/data/diplomatic_annotations.json index a966e1aa..0be9acff 100644 --- a/tests/pecha/serializers/json/data/diplomatic_annotations.json +++ b/tests/pecha/serializers/json/data/diplomatic_annotations.json @@ -1,4 +1,4 @@ -{ - "base": "༄༅༅། །རྒྱ་གར་སྐད་དུ། བྷ་ག་བ་ཏཱི་པྲཛྙཱ་པཱ་ར་མི་ཏཱ་ཧྲྀ་ད་ཡ། བོད་སྐད་དུ། བཅོམ་ལྡན་འདས་མ་ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པའི་སྙིང་པོ། བམ་པོ་གཅིག་གོ། །བཅོམ་\nལྡན་འདས་མ་ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པ་ལ་ཕྱག་འཚལ་ལོ། །འདི་སྐད་བདག་གིས་ཐོས་པ་དུས་གཅིག་ན། བཅོམ་ལྡན་འདས་རྒྱལ་པོའི་ཁབ་ན་བྱ་རྒོད་ཕུང་པོའི་རི་ལ། དགེ་སློང་གི་དགེ་འདུན་ཆེན་པོ་དང་། བྱང་ཆུབ་སེམས་དཔའི་དགེ་འདུན་ཆེན་པོ་དང་ཐབས་ཅིག་ཏུ་བཞུགས་ཏེ། དེའི་ཚེ་བཅོམ་ལྡན་འདས་ཟབ་མོ་སྣང་བ་ཞེས་བྱ་བའི་ཆོས་ཀྱི་རྣམ་གྲངས་ཀྱི་ཏིང་ངེ་འཛིན་ལ་སྙོམས་པར་ཞུགས་སོ། །ཡང་དེའི་ཚེ་བྱང་ཆུབ་སེམས་དཔའ་སེམས་དཔའ་ཆེན་པོ་འཕགས་པ་སྤྱན་རས་གཟིགས་དབང་ཕྱུག་ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་\nཔ་ཟབ་མོ་སྤྱོད་པ་ཉིད་ལ་རྣམ་པར་ལྟ་ཞིང་། ཕུང་པོ་ལྔ་པོ་དེ་དག་ལ་ཡང་རང་བཞིན་གྱིས་སྟོང་པར་རྣམ་པར་ལྟའོ། །དེ་ནས་སངས་རྒྱས་ཀྱི་མཐུས། ཚེ་དང་ལྡན་པ་ཤཱ་རིའི་བུས་བྱང་ཆུབ་སེམས་དཔའ་སེམས་དཔའ་ཆེན་པོ་འཕགས་པ་སྤྱན་རས་གཟིགས་དབང་ཕྱུག་ལ་འདི་\nསྐད་ཅེས་སྨྲས་སོ། །རིགས་ཀྱི་བུའམ། རིགས་ཀྱི་བུ་མོ་གང་ལ་ལ་ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པ་ཟབ་མོ་སྤྱོད་པ་སྤྱད་པར་འདོད་པ་དེས་ཇི་ལྟར་བསླབ་པར་བྱ། དེ་སྐད་ཅེས་སྨྲས་པ་དང་། བྱང་ཆུབ་སེམས་དཔའ་སེམས་དཔའ་ཆེན་པོ་འཕགས་པ་སྤྱན་རས་གཟིགས་དབང་\nཕྱུག་གིས་ཚེ་དང་ལྡན་པ་ཤ་ར་དྭ་ཏིའི་བུ་ལ་འདི་སྐད་ཅེས་སྨྲས་སོ། །ཤཱ་རིའི་བུ་རིགས་ཀྱི་བུའམ། རིགས་ཀྱི་བུ་མོ་གང་ལ་ལ་ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པ་ཟབ་མོ་སྤྱོད་པ་སྤྱད་པར་འདོད་པ་དེས་འདི་ལྟར་རྣམ་པར་བལྟ་བར་བྱ་སྟེ། ཕུང་པོ་ལྔ་པོ་དེ་དག་ཀྱང་རང་བཞིན་གྱིས་སྟོང་\nཔར་རྣམ་པར་ཡང་དག་པར་རྗེས་སུ་བལྟའོ། །གཟུགས་སྟོང་པའོ། །སྟོང་པ་ཉིད་གཟུགས་སོ། །གཟུགས་ལས་སྟོང་པ་ཉིད་གཞན་མ་ཡིན། སྟོང་པ་ཉིད་ལས་ཀྱང་གཟུགས་གཞན་མ་ཡིན་ནོ། །དེ་བཞིན་དུ་ཚོར་བ་དང་། འདུ་ཤེས་དང་། འདུ་བྱེད་དང་། རྣམ་པར་ཤེས་\nཔ་རྣམས་སྟོང་པའོ། །ཤཱ་རིའི་བུ་དེ་ལྟ་བས་ན་ཆོས་ཐམས་ཅད་སྟོང་པ་ཉིད་དེ། མཚན་ཉིད་མེད་པ། མ་སྐྱེས་པ། མ་འགགས་པ། དྲི་མ་མེད་པ། དྲི་མ་དང་བྲལ་བ་མེད་པ། བྲི་བ་མེད་པ། གང་བ་མེད་པའོ། །ཤཱ་རིའི་བུ་དེ་ལྟ་བས་ན་སྟོང་པ་ཉིད་ལ་གཟུགས་\nམེད། ཚོར་བ་མེད། འདུ་ཤེས་མེད། འདུ་བྱེད་རྣམས་མེད། རྣམ་པར་ཤེས་པ་མེད། མིག་མེད། རྣ་བ་མེད། སྣ་མེད། ལྕེ་མེད། ལུས་མེད། ཡིད་མེད། གཟུགས་མེད། སྒྲ་མེད། དྲི་མེད། རོ་མེད། རེག་བྱ་མེད། ཆོས་མེད་དོ། །མིག་གི་ཁམས་མེད་པ་ནས་ཡིད་ཀྱི་ཁམས་མེད་ཡིད་ཀྱི་རྣམ་པར་ཤེས་པའི་ཁམས་ཀྱི་བར་དུ་ཡང་མེད་དོ། །མ་རིག་པ་མེད། མ་རིག་པ་ཟད་པ་མེད་པ་ནས་རྒ་ཤི་མེད། རྒ་ཤི་ཟད་པའི་བར་དུ་ཡང་མེད་དོ། །སྡུག་བསྔལ་བ་དང་། ཀུན་འབྱུང་བ་དང་། འགོག་པ་དང་། ལམ་མེད། ཡེ་ཤེས་མེད།\nཐོབ་པ་མེད། མ་ཐོབ་པ་ཡང་མེད་དོ། །ཤཱ་རིའི་བུ་དེ་ལྟ་བས་ན་བྱང་ཆུབ་སེམས་དཔའ་རྣམས་ཐོབ་པ་མེད་པའི་ཕྱིར། ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པ་ལ་བརྟེན་ཅིང་གནས་ཏེ། སེམས་ལ་སྒྲིབ་པ་མེད་པས་སྐྲག་པ་མེད་དེ། ཕྱིན་ཅི་ལོག་ལས་ཤིན་ཏུ་འདས་ནས་མྱ་ངན་ལས་\nའདས་པའི་མཐར་ཕྱིན་ཏོ། །དུས་གསུམ་དུ་རྣམ་པར་བཞུགས་པའི་སངས་རྒྱས་ཐམས་ཅད་ཀྱང་། ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པ་ལ་བརྟེན་ནས། བླ་ན་མེད་པ་ཡང་དག་པར་རྫོགས་པའི་བྱང་ཆུབ་ཏུ་མངོན་པར་རྫོགས་པར་སངས་རྒྱས་སོ། །དེ་ལྟ་བས་ན་ཤེས་རབ་ཀྱི་\nཕ་རོལ་ཏུ་ཕྱིན་པའི་སྔགས། རིག་པ་ཆེན་པོའི་སྔགས། བླ་ན་མེད་པའི་སྔགས། མི་མཉམ་པ་དང་མཉམ་པའི་སྔགས། སྡུག་བསྔལ་ཐམས་ཅད་རབ་ཏུ་ཞི་བར་བྱེད་པའི་སྔགས། མི་རྫུན་པས་ན་བདེན་པར་ཤེས་པར་བྱ་སྟེ། ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པའི་སྔགས་\nསྨྲས་པ། ཏདྱ་ཐཱ། ག་ཏེ་ག་ཏེ་པཱ་ར་ག་ཏེ། པཱ་ར་སཾ་ག་ཏེ། བོ་དྷི་སྭཱ་ཧཱ། ཤཱ་རིའི་བུ་བྱང་ཆུབ་སེམས་དཔའ་སེམས་དཔའ་ཆེན་པོས་དེ་ལྟར་ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པ་ཟབ་མོ་ལ་བསླབ་པར་བྱའོ། །དེ་ནས་བཅོམ་ལྡན་འདས་ཏིང་ངེ་འཛིན་དེ་ལས་བཞེངས་ཏེ། བྱང་ཆུབ་\nསེམས་དཔའ་སེམས་དཔའ་ཆེན་པོ་འཕགས་པ་སྤྱན་རས་གཟིགས་དབང་ཕྱུག་ལ་ལེགས་སོ་ཞེས་བྱ་བ་བྱིན་ནས། ལེགས་སོ་ལེགས་སོ། །རིགས་ཀྱི་བུ་དེ་དེ་བཞིན་ནོ། །རིགས་ཀྱི་བུ་དེ་དེ་བཞིན་ཏེ། ཇི་ལྟར་ཁྱོད་ཀྱིས་བསྟན་པ་དེ་བཞིན་དུ་ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་\nཔ་ཟབ་མོ་ལ་སྤྱད་པར་བྱ་སྟེ། དེ་བཞིན་གཤེགས་པ་རྣམས་ཀྱང་རྗེས་སུ་ཡི་རང་ངོ་། །བཅོམ་ལྡན་འདས་ཀྱིས་དེ་སྐད་ཅེས་བཀའ་སྩལ་ནས། ཚེ་དང་ལྡན་པ་ཤ་ར་དྭ་ཏིའི་བུ་དང་། བྱང་ཆུབ་སེམས་དཔའ་སེམས་དཔའ་ཆེན་པོ་འཕགས་པ་སྤྱན་རས་གཟིགས་དབང་ཕྱུག་དང་།ཐམས་ཅད་དང་ལྡན་པའི་འཁོར་དེ་དང་། ལྷ་དང་། མི་དང་། ལྷ་མ་ཡིན་དང་། དྲི་ཟར་བཅས་པའི་འཇིག་རྟེན་ཡི་རངས་ཏེ། བཅོམ་ལྡན་འདས་ཀྱིས་གསུངས་པ་ལ་མངོན་པར་བསྟོད་དོ། །བཅོམ་ལྡན་འདས་མ་ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པའི་སྙིང་པོ་ཞེས་བྱ་བ་ཐེག་པ་ཆེན་པོའི་\nམདོ་རྫོགས་སོ།། །།རྒྱ་གར་གྱི་མཁན་པོ་བི་མ་ལ་མི་ཏྲ་དང་། ལོཙྪ་བ་དགེ་སློང་རིན་ཆེན་སྡེས་བསྒྱུར་ཅིང་། ཞུ་ཆེན་གྱི་ལོ་ཙྪ་བ་དགེ་བློ་དང་ནམ་མཁའ་ལ་སོགས་པས་ཞུས་ཏེ་གཏན་ལ་ཕབ་པ།། །།དཔལ་བསམ་ཡས་ལྷུན་གྱིས་གྲུབ་པའི་གཙུག་ལག་གི་དགེ་རྒྱས་བྱེ་མ་གླིང་གི་རྩིག་ངོས་ལ་བྲིས་པ་\nདང་ཞུ་དག་ལེགས་པར་བགྱིས་སོ།།", - "annotations": {} +{ + "base": "༄༅༅། །རྒྱ་གར་སྐད་དུ། བྷ་ག་བ་ཏཱི་པྲཛྙཱ་པཱ་ར་མི་ཏཱ་ཧྲྀ་ད་ཡ། བོད་སྐད་དུ། བཅོམ་ལྡན་འདས་མ་ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པའི་སྙིང་པོ། བམ་པོ་གཅིག་གོ། །བཅོམ་\nལྡན་འདས་མ་ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པ་ལ་ཕྱག་འཚལ་ལོ། །འདི་སྐད་བདག་གིས་ཐོས་པ་དུས་གཅིག་ན། བཅོམ་ལྡན་འདས་རྒྱལ་པོའི་ཁབ་ན་བྱ་རྒོད་ཕུང་པོའི་རི་ལ། དགེ་སློང་གི་དགེ་འདུན་ཆེན་པོ་དང་། བྱང་ཆུབ་སེམས་དཔའི་དགེ་འདུན་ཆེན་པོ་དང་ཐབས་ཅིག་ཏུ་བཞུགས་ཏེ། དེའི་ཚེ་བཅོམ་ལྡན་འདས་ཟབ་མོ་སྣང་བ་ཞེས་བྱ་བའི་ཆོས་ཀྱི་རྣམ་གྲངས་ཀྱི་ཏིང་ངེ་འཛིན་ལ་སྙོམས་པར་ཞུགས་སོ། །ཡང་དེའི་ཚེ་བྱང་ཆུབ་སེམས་དཔའ་སེམས་དཔའ་ཆེན་པོ་འཕགས་པ་སྤྱན་རས་གཟིགས་དབང་ཕྱུག་ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་\nཔ་ཟབ་མོ་སྤྱོད་པ་ཉིད་ལ་རྣམ་པར་ལྟ་ཞིང་། ཕུང་པོ་ལྔ་པོ་དེ་དག་ལ་ཡང་རང་བཞིན་གྱིས་སྟོང་པར་རྣམ་པར་ལྟའོ། །དེ་ནས་སངས་རྒྱས་ཀྱི་མཐུས། ཚེ་དང་ལྡན་པ་ཤཱ་རིའི་བུས་བྱང་ཆུབ་སེམས་དཔའ་སེམས་དཔའ་ཆེན་པོ་འཕགས་པ་སྤྱན་རས་གཟིགས་དབང་ཕྱུག་ལ་འདི་\nསྐད་ཅེས་སྨྲས་སོ། །རིགས་ཀྱི་བུའམ། རིགས་ཀྱི་བུ་མོ་གང་ལ་ལ་ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པ་ཟབ་མོ་སྤྱོད་པ་སྤྱད་པར་འདོད་པ་དེས་ཇི་ལྟར་བསླབ་པར་བྱ། དེ་སྐད་ཅེས་སྨྲས་པ་དང་། བྱང་ཆུབ་སེམས་དཔའ་སེམས་དཔའ་ཆེན་པོ་འཕགས་པ་སྤྱན་རས་གཟིགས་དབང་\nཕྱུག་གིས་ཚེ་དང་ལྡན་པ་ཤ་ར་དྭ་ཏིའི་བུ་ལ་འདི་སྐད་ཅེས་སྨྲས་སོ། །ཤཱ་རིའི་བུ་རིགས་ཀྱི་བུའམ། རིགས་ཀྱི་བུ་མོ་གང་ལ་ལ་ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པ་ཟབ་མོ་སྤྱོད་པ་སྤྱད་པར་འདོད་པ་དེས་འདི་ལྟར་རྣམ་པར་བལྟ་བར་བྱ་སྟེ། ཕུང་པོ་ལྔ་པོ་དེ་དག་ཀྱང་རང་བཞིན་གྱིས་སྟོང་\nཔར་རྣམ་པར་ཡང་དག་པར་རྗེས་སུ་བལྟའོ། །གཟུགས་སྟོང་པའོ། །སྟོང་པ་ཉིད་གཟུགས་སོ། །གཟུགས་ལས་སྟོང་པ་ཉིད་གཞན་མ་ཡིན། སྟོང་པ་ཉིད་ལས་ཀྱང་གཟུགས་གཞན་མ་ཡིན་ནོ། །དེ་བཞིན་དུ་ཚོར་བ་དང་། འདུ་ཤེས་དང་། འདུ་བྱེད་དང་། རྣམ་པར་ཤེས་\nཔ་རྣམས་སྟོང་པའོ། །ཤཱ་རིའི་བུ་དེ་ལྟ་བས་ན་ཆོས་ཐམས་ཅད་སྟོང་པ་ཉིད་དེ། མཚན་ཉིད་མེད་པ། མ་སྐྱེས་པ། མ་འགགས་པ། དྲི་མ་མེད་པ། དྲི་མ་དང་བྲལ་བ་མེད་པ། བྲི་བ་མེད་པ། གང་བ་མེད་པའོ། །ཤཱ་རིའི་བུ་དེ་ལྟ་བས་ན་སྟོང་པ་ཉིད་ལ་གཟུགས་\nམེད། ཚོར་བ་མེད། འདུ་ཤེས་མེད། འདུ་བྱེད་རྣམས་མེད། རྣམ་པར་ཤེས་པ་མེད། མིག་མེད། རྣ་བ་མེད། སྣ་མེད། ལྕེ་མེད། ལུས་མེད། ཡིད་མེད། གཟུགས་མེད། སྒྲ་མེད། དྲི་མེད། རོ་མེད། རེག་བྱ་མེད། ཆོས་མེད་དོ། །མིག་གི་ཁམས་མེད་པ་ནས་ཡིད་ཀྱི་ཁམས་མེད་ཡིད་ཀྱི་རྣམ་པར་ཤེས་པའི་ཁམས་ཀྱི་བར་དུ་ཡང་མེད་དོ། །མ་རིག་པ་མེད། མ་རིག་པ་ཟད་པ་མེད་པ་ནས་རྒ་ཤི་མེད། རྒ་ཤི་ཟད་པའི་བར་དུ་ཡང་མེད་དོ། །སྡུག་བསྔལ་བ་དང་། ཀུན་འབྱུང་བ་དང་། འགོག་པ་དང་། ལམ་མེད། ཡེ་ཤེས་མེད།\nཐོབ་པ་མེད། མ་ཐོབ་པ་ཡང་མེད་དོ། །ཤཱ་རིའི་བུ་དེ་ལྟ་བས་ན་བྱང་ཆུབ་སེམས་དཔའ་རྣམས་ཐོབ་པ་མེད་པའི་ཕྱིར། ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པ་ལ་བརྟེན་ཅིང་གནས་ཏེ། སེམས་ལ་སྒྲིབ་པ་མེད་པས་སྐྲག་པ་མེད་དེ། ཕྱིན་ཅི་ལོག་ལས་ཤིན་ཏུ་འདས་ནས་མྱ་ངན་ལས་\nའདས་པའི་མཐར་ཕྱིན་ཏོ། །དུས་གསུམ་དུ་རྣམ་པར་བཞུགས་པའི་སངས་རྒྱས་ཐམས་ཅད་ཀྱང་། ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པ་ལ་བརྟེན་ནས། བླ་ན་མེད་པ་ཡང་དག་པར་རྫོགས་པའི་བྱང་ཆུབ་ཏུ་མངོན་པར་རྫོགས་པར་སངས་རྒྱས་སོ། །དེ་ལྟ་བས་ན་ཤེས་རབ་ཀྱི་\nཕ་རོལ་ཏུ་ཕྱིན་པའི་སྔགས། རིག་པ་ཆེན་པོའི་སྔགས། བླ་ན་མེད་པའི་སྔགས། མི་མཉམ་པ་དང་མཉམ་པའི་སྔགས། སྡུག་བསྔལ་ཐམས་ཅད་རབ་ཏུ་ཞི་བར་བྱེད་པའི་སྔགས། མི་རྫུན་པས་ན་བདེན་པར་ཤེས་པར་བྱ་སྟེ། ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པའི་སྔགས་\nསྨྲས་པ། ཏདྱ་ཐཱ། ག་ཏེ་ག་ཏེ་པཱ་ར་ག་ཏེ། པཱ་ར་སཾ་ག་ཏེ། བོ་དྷི་སྭཱ་ཧཱ། ཤཱ་རིའི་བུ་བྱང་ཆུབ་སེམས་དཔའ་སེམས་དཔའ་ཆེན་པོས་དེ་ལྟར་ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པ་ཟབ་མོ་ལ་བསླབ་པར་བྱའོ། །དེ་ནས་བཅོམ་ལྡན་འདས་ཏིང་ངེ་འཛིན་དེ་ལས་བཞེངས་ཏེ། བྱང་ཆུབ་\nསེམས་དཔའ་སེམས་དཔའ་ཆེན་པོ་འཕགས་པ་སྤྱན་རས་གཟིགས་དབང་ཕྱུག་ལ་ལེགས་སོ་ཞེས་བྱ་བ་བྱིན་ནས། ལེགས་སོ་ལེགས་སོ། །རིགས་ཀྱི་བུ་དེ་དེ་བཞིན་ནོ། །རིགས་ཀྱི་བུ་དེ་དེ་བཞིན་ཏེ། ཇི་ལྟར་ཁྱོད་ཀྱིས་བསྟན་པ་དེ་བཞིན་དུ་ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་\nཔ་ཟབ་མོ་ལ་སྤྱད་པར་བྱ་སྟེ། དེ་བཞིན་གཤེགས་པ་རྣམས་ཀྱང་རྗེས་སུ་ཡི་རང་ངོ་། །བཅོམ་ལྡན་འདས་ཀྱིས་དེ་སྐད་ཅེས་བཀའ་སྩལ་ནས། ཚེ་དང་ལྡན་པ་ཤ་ར་དྭ་ཏིའི་བུ་དང་། བྱང་ཆུབ་སེམས་དཔའ་སེམས་དཔའ་ཆེན་པོ་འཕགས་པ་སྤྱན་རས་གཟིགས་དབང་ཕྱུག་དང་།ཐམས་ཅད་དང་ལྡན་པའི་འཁོར་དེ་དང་། ལྷ་དང་། མི་དང་། ལྷ་མ་ཡིན་དང་། དྲི་ཟར་བཅས་པའི་འཇིག་རྟེན་ཡི་རངས་ཏེ། བཅོམ་ལྡན་འདས་ཀྱིས་གསུངས་པ་ལ་མངོན་པར་བསྟོད་དོ། །བཅོམ་ལྡན་འདས་མ་ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པའི་སྙིང་པོ་ཞེས་བྱ་བ་ཐེག་པ་ཆེན་པོའི་\nམདོ་རྫོགས་སོ།། །།རྒྱ་གར་གྱི་མཁན་པོ་བི་མ་ལ་མི་ཏྲ་དང་། ལོཙྪ་བ་དགེ་སློང་རིན་ཆེན་སྡེས་བསྒྱུར་ཅིང་། ཞུ་ཆེན་གྱི་ལོ་ཙྪ་བ་དགེ་བློ་དང་ནམ་མཁའ་ལ་སོགས་པས་ཞུས་ཏེ་གཏན་ལ་ཕབ་པ།། །།དཔལ་བསམ་ཡས་ལྷུན་གྱིས་གྲུབ་པའི་གཙུག་ལག་གི་དགེ་རྒྱས་བྱེ་མ་གླིང་གི་རྩིག་ངོས་ལ་བྲིས་པ་\nདང་ཞུ་དག་ལེགས་པར་བགྱིས་སོ།།", + "annotations": {} } \ No newline at end of file diff --git a/tests/pecha/serializers/json/data/edition_annotations.json b/tests/pecha/serializers/json/data/edition_annotations.json index 31d0141a..5e6e8964 100644 --- a/tests/pecha/serializers/json/data/edition_annotations.json +++ b/tests/pecha/serializers/json/data/edition_annotations.json @@ -1,186 +1,186 @@ -{ - "base": "གཟུང་བ་མེད་པར་ཞེས་བྱ་བ་ལ་སོགས་པ་གསུངས་ཏེ། \nའཆད་པར་འགྱུར་བའི་རིགས་པས་ཞེས་བྱ་བ་ནི་ཅི་ལྟར་རླུང་གིས་ཞེས་བྱ་བ་ལ་སོགས་པའོ། \nཐ་སྙད་ཙམ་དུ་ཡོད་པ་དོན་དམ་པར་ཡོད་པ་མ་ཡིན་པ་དེ་ལ་དངོས་པོ་བརྟགས་པར་ཡོད་པ་ཞེས་བྱ་ལ། \nཕྱི་རོལ་གྱི་དོན་མེད་ན་ཞེས་བྱ་བ་ནི་ཤེས་པ་ལས་ཐ་དད་དུ་གྱུར་པའི་སྔོན་པོ་ལ་སོགས་པའི་དོན་མེད་ནའོ།\nདེ་བསམ་བྱ་ཞེས་བྱ་བ་ནི་རྨི་ལམ་ན་དོན་མེད་པའི་ཤེས་པ་ཡོད་པ་ཡིན་ནོ་ཞེས་བྱ་བ་དེ་ཡང་བསམ་པར་བྱའོ། \n།ཡང་དེ་ཅི་ཞིག་ཅེ་ན་ཞེས་བྱ་བ་ནི། བསམ་པར་བྱ་བ་གང་ཞིག་ཡིན། །ཞེས་བྱ་བའོ། །\nགང་ཚེ་ཞེས་བྱ་བ་ལ་སོགས་པ་ནི་དབུ་མ་གང་གི་ཚེ་རྨི་ལམ་ན་ཡང་སེམས་མེད་པ་དེའི་ཚེ་རྨི་ལམ་གྱི་དཔེ་དེ་མ་གྲུབ་པ་ཡིན་ནོ་ཞེས་བྱ་བའི་ཐ་ཚིག་གོ། \n།དེ་ཉིད་བསྟན་པར་བྱ་བའི་ཕྱིར། དེ་ཚེ་ཁྱོད་ཀྱི་དཔེ་ཡོད་མིན། །ཞེས་བྱ་བ་གསུངས་ཏེ། \nགཉིད་སད་པའི་གནས་སྐབས་ན་དྲན་པའི་སྒོ་ནས་གལ་ཏེ་རྨི་ལམ་གྱི་གནས་སྐབས་ན་རྣམ་པར་ཤེས་པ་ཡོད་པར་ཁས་ལེན་ན། \nཅི་ལྟར་ཞེས་བྱ་བ་ལ་སོགས་པ་གསུངས་ཏེ། ཅི་ལྟར་ཉམས་སུ་མྱོང་བ་ལ་ནི་ངས་མཐོང་ངོ་སྙམ་པའི་དྲན་པ་ཡོད་པ་དེ་བཞིན་དུ་ཡུལ་ཡང་ཁས་བླང་བར་བྱ་དགོས་སོ། \n།ཡང་ན་རྣམ་པར་ཤེས་པ་ཡང་ཡོད་པ་མ་ཡིན་ནོ་ཞེས་བྱ་བ་ནི་གལ་ཏེ་ཡུལ་དྲན་དུ་ཟིན་ཀྱང་ཡུལ་ཁས་མི་ལེན་ན་རྣམ་པར་ཤེས་པ་དྲན་ཡང་རྣམ་པར་ཤེས་པ་མེད་པར་ཁས་བླང་བའི་ཕྱིར་ཁོ་བོའི་ཕྱོགས་གྲུབ་པ་ཡིན་ནོ། \nགཉིད་ཀྱིས་ཞེས་བྱ་བ་ལ་སོགས་པ་གསུངས་ཏེ། གཉིད་ལོག་པས་མིག་དང༌། རྣ་བ་དང༌། སྣ་དང༌།\n", - "annotations": { - "segmentation": [ - { - "id": "83BBFCF336", - "span": { - "start": 0, - "end": 42 - }, - "index": 1 - }, - { - "id": "2FF0A05400", - "span": { - "start": 43, - "end": 117 - }, - "index": 2 - }, - { - "id": "583E508EAE", - "span": { - "start": 118, - "end": 198 - }, - "index": 3 - }, - { - "id": "24B194884F", - "span": { - "start": 199, - "end": 290 - }, - "index": 4 - }, - { - "id": "49084EF1A4", - "span": { - "start": 291, - "end": 381 - }, - "index": 5 - }, - { - "id": "86C8AB3A5C", - "span": { - "start": 382, - "end": 452 - }, - "index": 6 - }, - { - "id": "FBE141000C", - "span": { - "start": 453, - "end": 581 - }, - "index": 7 - }, - { - "id": "888E16A89D", - "span": { - "start": 582, - "end": 659 - }, - "index": 8 - }, - { - "id": "2921119299", - "span": { - "start": 660, - "end": 756 - }, - "index": 9 - }, - { - "id": "87639D24A7", - "span": { - "start": 757, - "end": 889 - }, - "index": 10 - }, - { - "id": "006E0FBE96", - "span": { - "start": 890, - "end": 1065 - }, - "index": 11 - }, - { - "id": "3C460DC192", - "span": { - "start": 1066, - "end": 1142 - }, - "index": 12 - } - ], - "alignment": [ - { - "id": "5ED5D59969", - "span": { - "start": 0, - "end": 42 - }, - "index": 1, - "alignment_index": [1] - }, - { - "id": "9DAD7F460F", - "span": { - "start": 43, - "end": 117 - }, - "index": 2, - "alignment_index": [2] - }, - { - "id": "6850060CDD", - "span": { - "start": 118, - "end": 198 - }, - "index": 3, - "alignment_index": [3] - }, - { - "id": "88F8B42309", - "span": { - "start": 199, - "end": 290 - }, - "index": 4, - "alignment_index": [4] - }, - { - "id": "1F86B74B46", - "span": { - "start": 291, - "end": 452 - }, - "index": 5, - "alignment_index": [5] - }, - { - "id": "E92B454ED1", - "span": { - "start": 453, - "end": 659 - }, - "index": 6, - "alignment_index": [6] - }, - { - "id": "63937BDD48", - "span": { - "start": 660, - "end": 756 - }, - "index": 7, - "alignment_index": [7] - }, - { - "id": "BC7A7FDA98", - "span": { - "start": 757, - "end": 1065 - }, - "index": 8, - "alignment_index": [8] - }, - { - "id": "23834A44D3", - "span": { - "start": 1066, - "end": 1142 - }, - "index": 9, - "alignment_index": [9] - } - ] - } +{ + "base": "གཟུང་བ་མེད་པར་ཞེས་བྱ་བ་ལ་སོགས་པ་གསུངས་ཏེ། \nའཆད་པར་འགྱུར་བའི་རིགས་པས་ཞེས་བྱ་བ་ནི་ཅི་ལྟར་རླུང་གིས་ཞེས་བྱ་བ་ལ་སོགས་པའོ། \nཐ་སྙད་ཙམ་དུ་ཡོད་པ་དོན་དམ་པར་ཡོད་པ་མ་ཡིན་པ་དེ་ལ་དངོས་པོ་བརྟགས་པར་ཡོད་པ་ཞེས་བྱ་ལ། \nཕྱི་རོལ་གྱི་དོན་མེད་ན་ཞེས་བྱ་བ་ནི་ཤེས་པ་ལས་ཐ་དད་དུ་གྱུར་པའི་སྔོན་པོ་ལ་སོགས་པའི་དོན་མེད་ནའོ།\nདེ་བསམ་བྱ་ཞེས་བྱ་བ་ནི་རྨི་ལམ་ན་དོན་མེད་པའི་ཤེས་པ་ཡོད་པ་ཡིན་ནོ་ཞེས་བྱ་བ་དེ་ཡང་བསམ་པར་བྱའོ། \n།ཡང་དེ་ཅི་ཞིག་ཅེ་ན་ཞེས་བྱ་བ་ནི། བསམ་པར་བྱ་བ་གང་ཞིག་ཡིན། །ཞེས་བྱ་བའོ། །\nགང་ཚེ་ཞེས་བྱ་བ་ལ་སོགས་པ་ནི་དབུ་མ་གང་གི་ཚེ་རྨི་ལམ་ན་ཡང་སེམས་མེད་པ་དེའི་ཚེ་རྨི་ལམ་གྱི་དཔེ་དེ་མ་གྲུབ་པ་ཡིན་ནོ་ཞེས་བྱ་བའི་ཐ་ཚིག་གོ། \n།དེ་ཉིད་བསྟན་པར་བྱ་བའི་ཕྱིར། དེ་ཚེ་ཁྱོད་ཀྱི་དཔེ་ཡོད་མིན། །ཞེས་བྱ་བ་གསུངས་ཏེ། \nགཉིད་སད་པའི་གནས་སྐབས་ན་དྲན་པའི་སྒོ་ནས་གལ་ཏེ་རྨི་ལམ་གྱི་གནས་སྐབས་ན་རྣམ་པར་ཤེས་པ་ཡོད་པར་ཁས་ལེན་ན། \nཅི་ལྟར་ཞེས་བྱ་བ་ལ་སོགས་པ་གསུངས་ཏེ། ཅི་ལྟར་ཉམས་སུ་མྱོང་བ་ལ་ནི་ངས་མཐོང་ངོ་སྙམ་པའི་དྲན་པ་ཡོད་པ་དེ་བཞིན་དུ་ཡུལ་ཡང་ཁས་བླང་བར་བྱ་དགོས་སོ། \n།ཡང་ན་རྣམ་པར་ཤེས་པ་ཡང་ཡོད་པ་མ་ཡིན་ནོ་ཞེས་བྱ་བ་ནི་གལ་ཏེ་ཡུལ་དྲན་དུ་ཟིན་ཀྱང་ཡུལ་ཁས་མི་ལེན་ན་རྣམ་པར་ཤེས་པ་དྲན་ཡང་རྣམ་པར་ཤེས་པ་མེད་པར་ཁས་བླང་བའི་ཕྱིར་ཁོ་བོའི་ཕྱོགས་གྲུབ་པ་ཡིན་ནོ། \nགཉིད་ཀྱིས་ཞེས་བྱ་བ་ལ་སོགས་པ་གསུངས་ཏེ། གཉིད་ལོག་པས་མིག་དང༌། རྣ་བ་དང༌། སྣ་དང༌།\n", + "annotations": { + "segmentation": [ + { + "id": "83BBFCF336", + "span": { + "start": 0, + "end": 42 + }, + "index": 1 + }, + { + "id": "2FF0A05400", + "span": { + "start": 43, + "end": 117 + }, + "index": 2 + }, + { + "id": "583E508EAE", + "span": { + "start": 118, + "end": 198 + }, + "index": 3 + }, + { + "id": "24B194884F", + "span": { + "start": 199, + "end": 290 + }, + "index": 4 + }, + { + "id": "49084EF1A4", + "span": { + "start": 291, + "end": 381 + }, + "index": 5 + }, + { + "id": "86C8AB3A5C", + "span": { + "start": 382, + "end": 452 + }, + "index": 6 + }, + { + "id": "FBE141000C", + "span": { + "start": 453, + "end": 581 + }, + "index": 7 + }, + { + "id": "888E16A89D", + "span": { + "start": 582, + "end": 659 + }, + "index": 8 + }, + { + "id": "2921119299", + "span": { + "start": 660, + "end": 756 + }, + "index": 9 + }, + { + "id": "87639D24A7", + "span": { + "start": 757, + "end": 889 + }, + "index": 10 + }, + { + "id": "006E0FBE96", + "span": { + "start": 890, + "end": 1065 + }, + "index": 11 + }, + { + "id": "3C460DC192", + "span": { + "start": 1066, + "end": 1142 + }, + "index": 12 + } + ], + "alignment": [ + { + "id": "5ED5D59969", + "span": { + "start": 0, + "end": 42 + }, + "index": 1, + "alignment_index": [1] + }, + { + "id": "9DAD7F460F", + "span": { + "start": 43, + "end": 117 + }, + "index": 2, + "alignment_index": [2] + }, + { + "id": "6850060CDD", + "span": { + "start": 118, + "end": 198 + }, + "index": 3, + "alignment_index": [3] + }, + { + "id": "88F8B42309", + "span": { + "start": 199, + "end": 290 + }, + "index": 4, + "alignment_index": [4] + }, + { + "id": "1F86B74B46", + "span": { + "start": 291, + "end": 452 + }, + "index": 5, + "alignment_index": [5] + }, + { + "id": "E92B454ED1", + "span": { + "start": 453, + "end": 659 + }, + "index": 6, + "alignment_index": [6] + }, + { + "id": "63937BDD48", + "span": { + "start": 660, + "end": 756 + }, + "index": 7, + "alignment_index": [7] + }, + { + "id": "BC7A7FDA98", + "span": { + "start": 757, + "end": 1065 + }, + "index": 8, + "alignment_index": [8] + }, + { + "id": "23834A44D3", + "span": { + "start": 1066, + "end": 1142 + }, + "index": 9, + "alignment_index": [9] + } + ] + } } \ No newline at end of file diff --git a/tests/pecha/serializers/json/data/insertion.txt b/tests/pecha/serializers/json/data/insertion.txt index 9df17c67..2eca83c2 100644 --- a/tests/pecha/serializers/json/data/insertion.txt +++ b/tests/pecha/serializers/json/data/insertion.txt @@ -1,8 +1,8 @@ -First Line -First Line -Second Line -Second Line -Third Line -Fourth Line -Fifth Line +First Line +First Line +Second Line +Second Line +Third Line +Fourth Line +Fifth Line Fifth Line \ No newline at end of file diff --git a/tests/pecha/serializers/json/data/insertion_and_deletion.txt b/tests/pecha/serializers/json/data/insertion_and_deletion.txt index 6ec4088a..8386fb06 100644 --- a/tests/pecha/serializers/json/data/insertion_and_deletion.txt +++ b/tests/pecha/serializers/json/data/insertion_and_deletion.txt @@ -1,5 +1,5 @@ -Second Line -Second Line -Third -Third Line -Fourth Line +Second Line +Second Line +Third +Third Line +Fourth Line diff --git a/tests/pecha/serializers/json/data/j03fF9jp4dqveyIG/base/2FF9.txt b/tests/pecha/serializers/json/data/j03fF9jp4dqveyIG/base/2FF9.txt index 2e0c6847..9b61e8c5 100644 --- a/tests/pecha/serializers/json/data/j03fF9jp4dqveyIG/base/2FF9.txt +++ b/tests/pecha/serializers/json/data/j03fF9jp4dqveyIG/base/2FF9.txt @@ -1,929 +1,929 @@ -Ch-1༄། །བྱང་ཆུབ་སེམས་དཔའི་སྤྱོད་པ་ལ་འཇུག་པ་བཞུགས་སོ། ། -༄༅༅། །རྒྱ་གར་སྐད་དུ། བོ་དྷི་སཏྭ་ཙརྱ་ཨ་བ་ཏཱ་ར། -བོད་སྐད་དུ། བྱང་ཆུབ་སེམས་དཔའི་སྤྱོད་པ་ལ་འཇུག་པ། -སངས་རྒྱས་དང་བྱང་ཆུབ་སེམས་དཔའ་ཐམས་ཅད་ལ་ཕྱག་འཚལ་ལོ། ། -བདེ་གཤེགས་ཆོས་ཀྱི་སྐུ་མངའ་སྲས་བཅས་དང་། །ཕྱག་འོས་ཀུན་ལའང་གུས་པར་ཕྱག་འཚལ་ཏེ། །བདེ་གཤེགས་སྲས་ཀྱི་སྡོམ་ལ་འཇུག་པ་ནི། །ལུང་བཞིན་མདོར་བསྡུས་ནས་ནི་བརྗོད་པར་བྱ། ། -སྔོན་ཆད་མ་བྱུང་བ་ཡང་འདིར་བརྗོད་མེད། །སྡེབ་སྦྱོར་མཁས་པའང་བདག་ལ་ཡོད་མིན་ཏེ། །དེ་ཕྱིར་གཞན་དོན་བསམ་པ་བདག་ལ་མེད། །རང་གི་ཡིད་ལ་བསྒོམ་ཕྱིར་ངས་འདི་བརྩམས། ། -དགེ་བ་བསྒོམ་ཕྱིར་བདག་གི་དད་པའི་ཤུགས། །འདི་དག་གིས་ཀྱང་རེ་ཞིག་འཕེལ་འགྱུར་ལ། །བདག་དང་སྐལ་བ་མཉམ་པ་གཞན་གྱིས་ཀྱང་། །ཅི་སྟེ་འདི་དག་མཐོང་ན་དོན་ཡོད་འགྱུར། ། -དལ་འབྱོར་འདི་ནི་རྙེད་པར་ཤིན་ཏུ་དཀའ། །སྐྱེས་བུའི་དོན་སྒྲུབ་ཐོབ་པར་གྱུར་པ་ལ། །གལ་ཏེ་འདི་ལ་ཕན་པ་མ་བསྒྲུབས་ན། །ཕྱིས་འདི་ཡང་དག་འབྱོར་པར་ག་ལ་འགྱུར། ། -ཇི་ལྟར་མཚན་མོ་མུན་ནག་སྤྲིན་རུམ་ན། །གློག་འགྱུ་སྐད་ཅིག་རབ་སྣང་སྟོན་པ་ལྟར། །དེ་བཞིན་སངས་རྒྱས་མཐུ་ཡིས་བརྒྱ་ལམ་ན། །འཇིག་རྟེན་བསོད་ནམས་བློ་གྲོས་ཐང་འགའ་འབྱུང་། ། -དེ་ལྟས་དགེ་བ་ཉམ་ཆུང་ཉིད་ལ་རྟག །སྡིག་པ་སྟོབས་ཆེན་ཤིན་ཏུ་མི་བཟད་པ། །དེ་ནི་རྫོགས་པའི་བྱང་ཆུབ་སེམས་མིན་པ། །དགེ་གཞན་གང་གིས་ཟིལ་གྱིས་གནོན་པར་འགྱུར། ། -བསྐལ་པ་དུ་མར་རབ་དགོངས་མཛད་པ་ཡི། །ཐུབ་དབང་རྣམས་ཀྱིས་འདི་ཉིད་ཕན་པར་གཟིགས། །འདིས་ནི་ཚད་མེད་སྐྱེ་བོའི་ཚོགས་རྣམས་ཀྱིས། །བདེ་མཆོག་བདེ་བླག་ཉིད་དུ་ཐོབ་པར་བྱེད། ། -སྲིད་པའི་སྡུག་བསྔལ་བརྒྱ་ཕྲག་གཞོམ་འདོད་ཅིང་། །སེམས་ཅན་མི་བདེ་བསལ་བར་འདོད་པ་དང་། །བདེ་མང་བརྒྱ་ཕྲག་སྤྱོད་པར་འདོད་པས་ཀྱང་། །བྱང་ཆུབ་སེམས་ཉིད་རྟག་ཏུ་གཏང་མི་བྱ། ། -བྱང་ཆུབ་སེམས་སྐྱེས་གྱུར་ན་སྐད་ཅིག་གིས། །འཁོར་བའི་བཙོན་རར་བསྡམས་པའི་ཉམ་ཐག་རྣམས། །བདེ་གཤེགས་རྣམས་ཀྱི་སྲས་ཞེས་བརྗོད་བྱ་ཞིང་། །འཇིག་རྟེན་ལྷ་མིར་བཅས་པས་ཕྱག་བྱར་འགྱུར། ། -གསེར་འགྱུར་རྩི་ཡི་རྣམ་པ་མཆོག་ལྟ་བུ། །མི་གཙང་ལུས་འདི་བླངས་ནས་རྒྱལ་བའི་སྐུ། །རིན་ཆེན་རིང་ཐང་མེད་པར་བསྒྱུར་བས་ན། །བྱང་ཆུབ་སེམས་ཞེས་བྱ་བ་རབ་བརྟན་ཟུང་། ། -འགྲོ་བའི་དེད་དཔོན་གཅིག་པུ་ཚད་མེད་བློས། །ལེགས་པར་ཡོངས་སུ་བརྟགས་ན་རིན་ཆེ་བས། །འགྲོ་བའི་གནས་དང་བྲལ་བར་འདོད་པ་རྣམས། །རིན་ཆེན་བྱང་ཆུབ་སེམས་ལེགས་བརྟན་པར་ཟུང་། ། -དགེ་བ་གཞན་ཀུན་ཆུ་ཤིང་བཞིན་དུ་ནི། །འབྲས་བུ་བསྐྱེད་ནས་ཟད་པར་འགྱུར་བ་ཉིད། །བྱང་ཆུབ་སེམས་ཀྱི་ལྗོན་ཤིང་རྟག་པར་ཡང་། །འབྲས་བུ་འབྱིན་པས་མི་ཟད་འཕེལ་བར་འགྱུར། ། -སྡིག་པ་ཤིན་ཏུ་མི་བཟད་བྱས་ན་ཡང་། །དཔའ་ལ་བརྟེན་ནས་འཇིགས་པ་ཆེན་པོ་ལྟར། །གང་ལ་བརྟེན་ནས་ཡུད་ཀྱིས་སྒྲོལ་འགྱུར་བ། །དེ་ལ་བག་ཅན་རྣམས་ཀྱིས་ཅིས་མི་བརྟེན། ། -དེས་ནི་དུས་མཐའི་མེ་བཞིན་སྡིག་ཆེན་རྣམས། །སྐད་ཅིག་གཅིག་གིས་ངེས་པར་སྲེག་པར་བྱེད། །དེ་ཡི་ཕན་ཡོན་དཔག་ཏུ་མེད་པ་དག །བྱམས་མགོན་བློ་དང་ལྡན་པས་ནོར་བཟང་བཤད། ། -བྱང་ཆུབ་སེམས་དེ་མདོར་བསྡུས་ན། །རྣམ་པ་གཉིས་སུ་ཤེས་བྱ་སྟེ། །བྱང་ཆུབ་སྨོན་པའི་སེམས་དང་ནི། །བྱང་ཆུབ་འཇུག་པ་ཉིད་ཡིན་ནོ། ། -འགྲོ་བར་འདོད་དང་འགྲོ་བ་ཡི། །བྱེ་བྲག་ཇི་ལྟར་ཤེས་པ་ལྟར། །དེ་བཞིན་མཁས་པས་འདི་གཉིས་ཀྱི། །བྱེ་བྲག་རིམ་བཞིན་ཤེས་པར་བྱ། ། -བྱང་ཆུབ་སྨོན་པའི་སེམས་ལས་ནི། །འཁོར་ཚེ་འབྲས་བུ་ཆེ་འབྱུང་ཡང་། །ཇི་ལྟར་འཇུག་པའི་སེམས་བཞིན་དུ། །བསོད་ནམས་རྒྱུན་ཆགས་འབྱུང་བ་མིན། ། -གང་ནས་བཟུང་སྟེ་སེམས་ཅན་ཁམས། །མཐའ་ཡས་རབ་ཏུ་དགྲོལ་བའི་ཕྱིར། །མི་ལྡོག་པ་ཡི་སེམས་ཀྱིས་སུ། །སེམས་དེ་ཡང་དག་བླངས་གྱུར་པ། ། -དེང་ནས་བཟུང་སྟེ་གཉིད་ལོག་གམ། །བག་མེད་གྱུར་ཀྱང་བསོད་ནམས་ཤུགས། །རྒྱུན་མི་འཆད་པར་དུ་མ་ཞིག །ནམ་མཁའ་མཉམ་པར་རབ་ཏུ་འབྱུང་། ། -འདི་ནི་འཐད་པ་དང་བཅས་པར། །ལག་བཟང་གིས་ནི་ཞུས་པ་ལས། །དམན་མོས་སེམས་ཅན་དོན་གྱི་ཕྱིར། །དེ་བཞིན་གཤེགས་པ་ཉིད་ཀྱིས་གསུངས། ། -སེམས་ཅན་རྣམས་ཀྱི་ཀླད་ནད་ཙམ། །བསལ་ལོ་སྙམ་དུ་བསམས་ན་ཡང་། །ཕན་འདོགས་བསམ་པ་དང་ལྡན་དེ། །བསོད་ནམས་དཔག་མེད་ལྡན་གྱུར་ན། ། -སེམས་ཅན་རེ་རེའི་མི་བདེ་བ། །དཔག་ཏུ་མེད་པ་བསལ་འདོད་ཅིང་། །རེ་རེའང་ཡོན་ཏན་དཔག་མེད་དུ། །བསྒྲུབ་པར་འདོད་པ་སྨོས་ཅི་དགོས། ། -ཕའམ་ཡང་ན་མ་ཡང་རུང་། །སུ་ལ་འདི་འདྲའི་ཕན་སེམས་ཡོད། །ལྷ་དང་དྲང་སྲོང་རྣམས་ཀྱང་རུང་། །ཚངས་པ་ལ་ཡང་འདི་ཡོད་དམ། ། -སེམས་ཅན་དེ་དག་ཉིད་ལ་སྔོན། །རང་གི་དོན་དུ་འདི་འདྲའི་སེམས། །རྨི་ལམ་དུ་ཡང་མ་རྨིས་ན། །གཞན་གྱི་དོན་དུ་ག་ལ་སྐྱེ། ། -གཞན་དག་རང་གི་དོན་དུ་ཡང་། །མི་འབྱུང་སེམས་ཅན་དོན་སེམས་གང་། །སེམས་ཀྱི་རིན་ཆེན་ཁྱད་པར་འདི། །སྔ་ན་མེད་པའི་རྨད་ཅིག་འཁྲུངས། ། -འགྲོ་བ་ཀུན་གྱི་དགའ་བའི་རྒྱུ། །སེམས་ཅན་སྡུག་བསྔལ་རྩིར་གྱུར་པ། །རིན་ཆེན་སེམས་ཀྱི་བསོད་ནམས་གང་། །དེ་ལ་ཇི་ལྟར་གཞལ་གྱིས་ལང་། ། -ཕན་པར་བསམས་པ་ཙམ་གྱིས་ཀྱང་། །སངས་རྒྱས་མཆོད་ལས་ཁྱད་འཕགས་ན། །སེམས་ཅན་མ་ལུས་ཐམས་ཅད་ཀྱི། །བདེ་དོན་བརྩོན་པ་སྨོས་ཅི་དགོས། ། -སྡུག་བསྔལ་འདོར་འདོད་སེམས་ཡོད་ཀྱང་། །སྡུག་བསྔལ་ཉིད་ལ་མངོན་པར་རྒྱུག །བདེ་བ་འདོད་ཀྱང་གཏི་མུག་པས། །རང་གི་བདེ་བ་དགྲ་ལྟར་འཇོམས། ། -གང་ཞིག་བདེ་བས་ཕོངས་པ་དང་། །སྡུག་བསྔལ་མང་ལྡན་དེ་དག་ལ། །བདེ་བ་ཀུན་གྱིས་ཚིམ་པ་དང་། །སྡུག་བསྔལ་ཐམས་ཅད་གཅོད་བྱེད་ཅིང་། ། -གཏི་མུག་ཀྱང་ནི་སེལ་བྱེད་པ། །དེ་དང་དགེ་མཚུངས་ག་ལ་ཡོད། །དེ་འདྲའི་བཤེས་ཀྱང་ག་ལ་ཡོད། །བསོད་ནམས་དེ་འདྲའང་ག་ལ་ཡོད། ། -ཕན་བཏགས་ལན་ལྡོན་གང་ཡིན་པ། །དེ་ཡང་རེ་ཞིག་བསྔགས་འོས་ན། །མ་བཅོལ་ལེགས་པར་བྱེད་པ་ཡི། །བྱང་ཆུབ་སེམས་དཔའ་སྨོས་ཅི་དགོས། ། -འགྲོ་བ་ཉུང་ཟད་ནར་མའི་ཟས་སྦྱོར་བ། །སྐད་ཅིག་ཟས་ཙམ་སྦྱིན་པར་བྱེད་པ་དང་། །བརྙས་བཅས་ཉིན་ཕྱེད་འགྲངས་པར་བྱེད་པ་ཡང་། །དགེ་བ་བྱེད་པ་ཡིན་ཞེས་སྐྱེ་བོས་བཀུར། ། -སེམས་ཅན་གྲངས་མཐའ་ཡས་ལ་དུས་རིང་དུ། །བདེ་བར་གཤེགས་ཀྱི་བདེ་བ་བླ་ན་མེད། །ཡིད་ལ་བསམ་པ་མཐའ་དག་རྫོགས་བྱེད་པ། །རྟག་ཏུ་སྦྱིན་པ་ལྟ་ཞིག་སྨོས་ཅི་དགོས། ། -གང་ཞིག་དེ་འདྲའི་རྒྱལ་སྲས་སྦྱིན་བདག་ལ། །གལ་ཏེ་ངན་སེམས་སྐྱེད་པར་བྱེད་ན་དེ། །ངན་སེམས་བསྐྱེད་པའི་གྲངས་བཞིན་བསྐལ་པར་ནི། །དམྱལ་བར་གནས་པར་འགྱུར་ཞེས་ཐུབ་པས་གསུངས། ། -འོན་ཏེ་གང་ཞིག་ཡིད་རབ་དང་བྱེད་ན། །དེ་ཡི་འབྲས་བུ་དེ་བས་ལྷག་པར་འཕེལ། །རྒྱལ་སྲས་རྣམས་ལ་དོ་གལ་ཆེན་པོས་ཀྱང་། །སྡིག་པ་མི་འབྱུང་དགེ་བ་ངང་གིས་འཕེལ། ། -གང་ལ་སེམས་ཀྱི་དམ་པ་རིན་ཆེན་དེ། །སྐྱེས་པ་དེ་ཡི་སྐུ་ལ་ཕྱག་འཚལ་ཞིང་། །གང་ལ་གནོད་པ་བྱས་ཀྱང་བདེ་འབྲེལ་བ། །བདེ་བའི་འབྱུང་གནས་དེ་ལ་སྐྱབས་སུ་མཆི། ། -བྱང་ཆུབ་སེམས་དཔའི་སྤྱོད་པ་ལ་འཇུག་པ་ལས་བྱང་ཆུབ་སེམས་ཀྱི་ཕན་ཡོན་བཤད་པ་ཞེས་བྱ་བ་སྟེ་ལེའུ་དང་པོའོ།། །། -ch-2 རིན་ཆེན་སེམས་དེ་གཟུང་བར་བྱ་བའི་ཕྱིར། །དེ་བཞིན་གཤེགས་པ་རྣམས་དང་དམ་པའི་ཆོས། །དཀོན་མཆོག་དྲི་མ་མེད་དང་སངས་རྒྱས་སྲས། །ཡོན་ཏན་རྒྱ་མཚོ་རྣམས་ལ་ལེགས་པར་མཆོད། ། -མེ་ཏོག་འབྲས་བུ་ཇི་སྙེད་ཡོད་པ་དང་། །སྨན་གྱི་རྣམ་པ་གང་དག་ཡོད་པ་དང་། །འཇིག་རྟེན་རིན་ཆེན་ཇི་སྙེད་ཡོད་པ་དང་། །ཆུ་གཙང་ཡིད་དུ་འོང་བ་ཅི་ཡོད་དང་། ། -རིན་ཆེན་རི་བོ་དང་ནི་དེ་བཞིན་དུ། །ནགས་ཚལ་ས་ཕྱོགས་དབེན་ཞིང་ཉམས་དགའ་དང་། །ལྗོན་ཤིང་མེ་ཏོག་རྒྱན་སྤྲས་སྤུད་པ་དང་། །ཤིང་གང་འབྲས་བཟང་ཡལ་ག་དུད་པ་དང་། ། -ལྷ་སོགས་འཇིག་རྟེན་ན་ཡང་དྲི་དང་ནི། །སྤོས་དང་དཔག་བསམ་ཤིང་དང་རིན་ཆེན་ཤིང་། །མ་རྨོས་འཁྲུངས་པའི་ལོ་ཏོག་རྣམ་པ་དང་། །གཞན་ཡང་མཆོད་པར་འོས་པའི་རྒྱན་རྣམས་ནི། ། -མཚོ་དང་རྫིང་བུ་པདྨས་བརྒྱན་པ་དག །ངང་པ་ཤིན་ཏུ་སྐད་སྙན་ཡིད་འོང་ལྡན། །ནམ་མཁའ་རབ་འབྱམས་ཁམས་ཀྱི་མཐས་གཏུགས་པ། །ཡོངས་སུ་གཟུང་བ་མེད་པ་དེ་དག་ཀུན། ། -བློ་ཡིས་བླངས་ནས་ཐུབ་པ་སྐྱེས་ཀྱི་མཆོག །སྲས་དང་བཅས་པ་རྣམས་ལ་ལེགས་འབུལ་ན། །ཡོན་གནས་དམ་པ་ཐུགས་རྗེ་ཆེ་རྣམས་ཀྱིས། །བདག་ལ་བརྩེར་དགོངས་བདག་གི་འདི་དག་བཞེས། ། -བདག་ནི་བསོད་ནམས་མི་ལྡན་བཀྲེན་ཆེན་ཏེ། །མཆོད་པའི་ནོར་གཞན་བདག་ལ་ཅང་མ་མཆིས། །དེས་ན་གཞན་དོན་དགོངས་པའི་མགོན་གྱིས་འདི། །བདག་གི་དོན་སླད་ཉིད་ཀྱི་མཐུས་བཞེས་ཤིག ། -རྒྱལ་དང་དེ་སྲས་རྣམས་ལ་བདག་གིས་ནི། །བདག་གི་ལུས་ཀུན་གཏན་དུ་དབུལ་བར་བགྱི། །སེམས་དཔའ་མཆོག་རྣམས་བདག་ནི་ཡོངས་བཞེས་ཤིག །གུས་པས་ཁྱེད་ཀྱི་འབངས་སུ་མཆི་བར་བགྱི། ། -བདག་ནི་ཁྱེད་ཀྱིས་ཡོངས་སུ་བཟུང་བས་ན། །སྲིད་ན་མི་འཇིགས་སེམས་ཅན་ཕན་པ་བགྱིད། །སྔོན་གྱི་སྡིག་ལས་ཡང་དག་འདའ་བགྱིད་ཅིང་། །སྡིག་པ་གཞན་ཡང་སླན་ཆད་མི་བགྱིད་དོ། ། -ཁྲུས་ཀྱི་ཁང་པ་ཤིན་ཏུ་དྲི་ཞིམ་པ། །ཤེལ་གྱི་ས་གཞི་གསལ་ཞིང་འཚེར་བ་བསྟར། །རིན་ཆེན་འབར་བའི་ཀ་བ་ཡིད་འོང་ལྡན། །མུ་ཏིག་འོད་ཆགས་བླ་རེ་བྲེས་པ་དེར། ། -དེ་བཞིན་གཤེགས་དང་དེ་ཡི་སྲས་རྣམས་ལ། །རིན་ཆེན་བུམ་པ་མང་པོ་སྤོས་ཀྱི་ཆུ། །ཡིད་འོང་ལེགས་པར་བཀང་བ་གླུ་དང་ནི། །རོལ་མོར་བཅས་པ་དུ་མས་སྐུ་ཁྲུས་གསོལ། ། -དེ་དག་སྐུ་ལ་མཚུངས་པ་མེད་པའི་གོས། །གཙང་ལ་དྲི་རབ་བསྒོས་པས་སྐུ་ཕྱིའོ། །དེ་ནས་དེ་ལ་ཁ་དོག་ལེགས་བསྒྱུར་བའི། །ན་བཟའ་ཤིན་ཏུ་དྲི་ཞིམ་དམ་པ་འབུལ། ། -གོས་བཟང་སྲབ་ལ་འཇམ་པ་སྣ་ཚོགས་དང་། །རྒྱན་མཆོག་བརྒྱ་ཕྲག་དེ་དང་དེ་དག་གིས། །འཕགས་པ་ཀུན་ཏུ་བཟང་དང་འཇམ་དབྱངས་དང་། །འཇིག་རྟེན་དབང་ཕྱུག་སོགས་ལའང་བརྒྱན་པར་བགྱི། ། -སྟོང་གསུམ་ཀུན་ཏུ་དྲི་ངད་ལྡང་བ་ཡི། །དྲི་མཆོག་རྣམས་ཀྱིས་ཐུབ་དབང་ཀུན་གྱི་སྐུ། །གསེར་སྦྱངས་བཙོ་མ་བྱི་དོར་བྱས་པ་ལྟར། །འོད་ཆགས་འབར་བ་དེ་དག་བྱུག་པར་བགྱི། ། -ཐུབ་དབང་མཆོད་གནས་མཆོག་ལ་ཡིད་འོང་བའི། །མེ་ཏོག་མནྡ་ར་དང་པདྨ་དང་། །ཨུཏྤལ་ལ་སོགས་དྲི་ཞིམ་ཐམས་ཅད་དང་། །ཕྲེང་བ་སྤེལ་ལེགས་ཡིད་འོང་རྣམས་ཀྱིས་མཆོད། ། -སྤོས་མཆོག་ཡིད་འཕྲོག་དྲི་ངད་ཁྱབ་པ་ཡི། །བདུག་པའི་སྤྲིན་ཚོགས་རྣམས་ཀྱང་དེ་ལ་དབུལ། །ཞལ་ཟས་བཟའ་བཏུང་སྣ་ཚོགས་བཅས་པ་ཡི། །ལྷ་བཤོས་རྣམས་ཀྱང་དེ་ལ་དབུལ་བར་བགྱི། ། -གསེར་གྱི་པདྨ་ཚར་དུ་དངར་བ་ཡི། །རིན་ཆེན་སྒྲོན་མ་རྣམས་ཀྱང་དབུལ་བར་བགྱི། །ས་གཞི་བསྟར་བ་སྤོས་ཀྱིས་བྱུགས་པ་དེར། །མེ་ཏོག་ཡིད་འོང་སིལ་མ་དགྲམ་པར་བྱ། ། -གཞལ་མེད་ཕོ་བྲང་བསྟོད་དབྱངས་ཡིད་འོང་ལྡན། །མུ་ཏིག་རིན་ཆེན་རྒྱན་འཕྱང་མཛེས་འབར་བ། །དཔག་ཡས་ནམ་མཁའི་རྒྱན་གྱུར་དེ་དག་ཀྱང་། །ཐུགས་རྗེའི་རང་བཞིན་ཅན་ལ་དབུལ་བར་བགྱི། ། -རིན་ཆེན་གདུགས་མཛེས་གསེར་གྱི་ཡུ་བ་ཅན། །ཁོར་ཡུག་རྒྱན་གྱི་རྣམ་པ་ཡིད་འོང་ལྡན། །དབྱིབས་ལེགས་བལྟ་ན་སྡུག་པ་བསྒྲེང་བ་ཡང་། །རྟག་ཏུ་ཐུབ་དབང་རྣམས་ལ་དབུལ་བར་བགྱི། ། -དེ་ལས་གཞན་ཡང་མཆོད་པའི་ཚོགས། །རོལ་མོ་དབྱངས་སྙན་ཡིད་འོང་ལྡན། །སེམས་ཅན་སྔག་བསྔལ་ཚིམ་བྱེད་པའི། །སྤྲིན་རྣམས་སོ་སོར་གནས་གྱུར་ཅིག ། -དམ་ཆོས་དཀོན་མཆོག་ཐམས་ཅད་དང་། །མཆོད་རྟེན་རྣམས་དང་སྐུ་གཟུགས་ལ། །རིན་ཆེན་མེ་ཏོག་ལ་སོགས་ཆར། །རྒྱུན་མི་འཆད་པར་འབབ་པར་ཤོག ། -ཇི་ལྟར་འཇམ་དབྱངས་ལ་སོགས་པས། །རྒྱལ་བ་རྣམས་ལ་མཆོད་མཛད་པ། །དེ་བཞིན་བདག་གིས་དེ་བཞིན་གཤེགས། །མགོན་པོ་སྲས་དང་བཅས་རྣམས་མཆོད། ། -ཡོན་ཏན་རྒྱ་མཚོ་རྣམས་ལ་བདག །བསྟོད་དབྱངས་ཡན་ལག་རྒྱ་མཚོས་བསྟོད། །བསྟོད་དབྱངས་སྙན་སྤྲིན་དེ་དག་ལ། །ངེས་པར་ཀུན་དུ་འབྱུང་གྱུར་ཅིག ། -དུས་གསུམ་གཤེགས་པའི་སངས་རྒྱས་ཀུན། །ཆོས་དང་ཚོགས་ཀྱི་མཆོག་བཅས་ལ། །ཞིང་རྡུལ་ཀུན་གྱི་གྲངས་སྙེད་ཀྱི། །ལུས་བཏུད་པ་ཡིས་བདག་ཕྱག་འཚལ། ། -བྱང་ཆུབ་སེམས་ཀྱི་གཞི་རྣམས་དང་། །མཆོད་རྟེན་རྣམས་ལ་བདག་ཕྱག་འཚལ། །མཁན་པོ་དེ་བཞིན་སློབ་དཔོན་དང་། །བརྟུལ་ཞུགས་མཆོག་ལ་ཕྱག་འཚལ་ལོ། ། -བྱང་ཆུབ་སྙིང་པོར་མཆིས་ཀྱི་བར། །སངས་རྒྱས་རྣམས་ལ་སྐྱབས་སུ་མཆི། །ཆོས་དང་བྱང་ཆུབ་སེམས་དཔའ་ཡི། །ཚོགས་ལའང་དེ་བཞིན་སྐྱབས་སུ་མཆི། ། -ཕྱོགས་རྣམས་ཀུན་ན་བཞུགས་པ་ཡི། །རྫོགས་སངས་རྒྱས་དང་བྱང་ཆུབ་སེམས། །ཐུགས་རྗེ་ཆེན་པོ་མངའ་རྣམས་ལ། །ཐལ་མོ་སྦྱར་ཏེ་གསོལ་བ་ནི། ། -ཐོག་མ་མེད་ལྡན་འཁོར་བ་ནས། །ཚེ་རབས་འདི་འམ་གཞན་དག་ཏུ། །བདག་གིས་མ་འཚལ་སྡིག་བགྱིས་པའམ། །བགྱིད་དུ་སྩལ་བ་ཉིད་དང་ནི། ། -གཏི་མུག་འཁྲུལ་པས་བདག་ནོན་ཏེ། །རྗེས་སུ་ཡི་རང་གང་བགྱིས་པ། །ནོངས་པ་དེ་ནི་མཐོང་བགྱིས་ནས། །བསམ་པ་ཐག་པས་མགོན་ལ་བཤགས། ། -བདག་གིས་དཀོན་མཆོག་གསུམ་དང་ནི། །ཕ་མའམ་བླ་མ་གཞན་དག་ལ། །ཉོན་མོངས་སྒོ་ནས་ལུས་ངག་དང་། །ཡིད་ཀྱིས་གནོད་བགྱིས་གང་ལགས་དང་། ། -ཉེས་པ་དུ་མས་སྐྱོན་ཆགས་པའི། །སྡིག་ཅན་བདག་གིས་སྡིག་པ་གང་། །ཤིན་ཏུ་མི་བཟད་བགྱིས་པ་དེ། །ཐམས་ཅད་འདྲེན་པ་རྣམས་ལ་བཤགས། ། -བདག་ནི་སྡིག་པ་མ་བྱང་བར། །སྔོན་དུ་འགུམ་པར་འགྱུར་དུ་མཆི། །ཇི་ལྟར་འདི་ལས་ངེས་ཐར་བར། །མྱུར་བའི་ཚུལ་གྱིས་བསྐྱབ་ཏུ་གསོལ། ། -ཡིད་བརྟན་མི་རུང་འཆི་བདག་འདི། །བྱས་དང་མ་བྱས་མི་སྡོད་པས། །ན་དང་མི་ན་ཀུན་གྱིས་ཀྱང་། །གློ་བུར་ཚེ་ལ་ཡིད་མི་བརྟན། ། -ཐམས་ཅད་བོར་ཏེ་ཆས་དགོས་པར། །བདག་གིས་དེ་ལྟར་མ་ཤེས་ནས། །མཛའ་དང་མི་མཛའི་དོན་གྱི་ཕྱིར། །སྡིག་པ་རྣམ་པ་སྣ་ཚོགས་བྱས། ། -མི་མཛའ་རྣམས་ཀྱང་མེད་འགྱུར་ཞིང་། །མཛའ་བ་རྣམས་ཀྱང་མེད་པར་འགྱུར། །བདག་ཀྱང་མེད་པར་འགྱུར་བ་སྟེ། །དེ་བཞིན་ཐམས་ཅད་མེད་པར་འགྱུར། ། -རྨི་ལམ་ཉམས་སུ་མྱོང་བ་བཞིན། །དངོས་པོ་གང་དང་གང་སྤྱད་པ། །དེ་དེ་དྲན་པའི་ཡུལ་དུ་འགྱུར། །འདས་པ་ཐམས་ཅད་མཐོང་མི་འགྱུར། ། -རེ་ཞིག་གསོན་ཚེ་འདི་ཉིད་ལ། །མཛའ་དང་མི་མཛའ་དུ་མ་འདས། །དེ་དག་དོན་དུ་བྱས་པའི་སྡིག །མི་བཟད་གང་ཡིན་མདུན་ན་གནས། ། -དེ་ལྟར་བདག་ནི་གློ་བུར་ཞེས། །བདག་གིས་རྟོགས་པར་མ་གྱུར་པས། །གཏི་མུག་ཆགས་དང་ཞེ་སྡང་གིས། །སྡིག་པ་རྣམ་པ་དུ་མ་བྱས། ། -ཉིན་མཚན་སྡོད་པ་ཡོང་མེད་པར། །ཚེ་འདི་རྟག་ཏུ་གོད་འགྱུར་ཞིང་། །སྣོན་པ་གུད་ནས་འོང་མེད་ན། །བདག་ལྟ་འཆི་བར་ཅིས་མི་འགྱུར། ། -བདག་ནི་མལ་ན་འདུག་བཞིན་དུ། །གཉེན་བཤེས་ཀུན་གྱིས་མཐའ་བསྐོར་ཀྱང་། །སྲོག་འཆད་པ་ཡི་ཚོར་བ་དག །བདག་ཉིད་གཅིག་པུས་མྱོང་བར་འགྱུར། ། -གཤིན་རྗེའི་ཕོ་ཉས་ཟིན་པ་ལ། །གཉེན་གྱིས་ཅི་ཕན་བཤེས་ཅི་ཕན། །དེ་ཚེ་བསོད་ནམས་གཅིག་བསྐྱབས་ན། །དེ་ཡང་བདག་གིས་མ་བསྟེན་ཏོ། ། -མགོན་པོ་བག་མེད་བདག་གིས་ནི། །འཇིགས་པ་འདི་འདྲ་མ་འཚལ་ནས། །མི་རྟག་ཚེ་འདིའི་ཆེད་དག་ཏུ། །སྡིག་པ་མང་པོ་ཉེ་བར་བསྒྲུབས། ། -སྐྱེ་བོ་ཡན་ལག་བཅད་པའི་སར། །དེ་རིང་ཁྲིད་པའང་བྲེད་འགྱུར་ཏེ། །ཁ་སྐམས་མིག་རྩ་ངན་ལ་སོགས། །སྔ་ལས་གཞན་དུ་འགྱུར་སྣང་ན། ། -གཤིན་རྗེའི་ཕོ་ཉ་འཇིགས་འཇིགས་ལྟའི། །ཤ་ཚུགས་ཅན་གྱིས་བཟུང་གྱུར་ཅིང་། །འཇིགས་ཆེན་ནད་ཀྱིས་ཐེབས་གྱུར་པ། །རབ་ཏུ་ཉམ་ཐག་སྨོས་ཅི་དགོས། ། -སུ་ཞིག་འཇིགས་ཆེན་འདི་ལས་བདག །ལེགས་པར་སྐྱོབ་པར་བྱེད་འགྱུར་ཞེས། །བྲེད་ཤ་ཐོན་པའི་མིག་བགྲད་ནས། །ཕྱོགས་བཞིར་སྐྱབས་དག་ཚོལ་བར་བྱེད། ། -ཕྱོགས་བཞིར་སྐྱབས་མེད་མཐོང་ནས་ནི། །དེ་ནས་ཀུན་དུ་ཡི་མུག་འགྱུར། །གནས་དེར་སྐྱབས་ཡོད་མ་ཡིན་ན། །དེ་ཚེ་བདག་གིས་ཇི་ལྟར་བྱ། ། -དེ་བས་རྒྱལ་བ་འགྲོ་བའི་མགོན། །འགྲོ་བ་སྐྱོབ་པའི་དོན་བརྩོན་པ། །སྟོབས་ཆེན་འཇིགས་པ་ཀུན་སེལ་ལ། །དེ་རིང་ཉིད་ནས་སྐྱབས་སུ་མཆི། ། -དེ་ཡི་ཐུགས་སུ་ཆུད་པའི་ཆོས། །འཁོར་བའི་འཇིགས་པ་སེལ་བ་དང་། །བྱང་ཆུབ་སེམས་དཔའི་ཚོགས་ལ་ཡང་། །དེ་བཞིན་ཡང་དག་སྐྱབས་སུ་མཆི། ། -བདག་ནི་འཇིགས་པས་རྣམ་སྐྲག་པས། །ཀུན་དུ་བཟང་ལ་བདག་ཉིད་འབུལ། །འཇམ་པའི་དབྱངས་ལ་བདག་ཉིད་ཀྱིས། །བདག་གི་ལུས་ནི་དབུལ་བར་བགྱི། ། -ཐུགས་རྗེས་སྤྱོད་པ་མ་འཁྲུལ་བ། །སྤྱན་རས་གཟིགས་མགོན་དེ་ལ་ཡང་། །ཉམ་ཐག་ང་རོས་འོ་དོད་འབོད། །སྡིག་ལྡན་བདག་ལ་བསྐྱབ་ཏུ་གསོལ། ། -འཕགས་པ་ནམ་མཁའི་སྙིང་པོ་དང་། །ས་ཡི་སྙིང་པོ་དག་དང་ནི། །ཐུགས་རྗེ་ཆེ་མགོན་ཐམས་ཅད་ལ། །སྐྱབས་ཚོལ་སྙིང་ནས་འོ་དོད་འབོད། ། -གང་ཞིག་མཐོང་ནས་གཤིན་རྗེ་ཡི། །ཕོ་ཉ་ལ་སོགས་སྡང་བ་རྣམས། །སྐྲག་ནས་ཕྱོགས་བཞིར་འབྱེར་བྱེད་པ། །རྡོ་རྗེ་ཅན་ལ་སྐྱབས་སུ་མཆི། ། -སྔོན་ཆད་ཁྱེད་ཀྱི་བཀའ་ལས་འདས། །ད་ནི་འཇིགས་པ་ཆེ་མཐོང་ནས། །ཁྱེད་ལ་སྐྱབས་སུ་མཆི་ལགས་ཀྱིས། །འཇིགས་པ་མྱུར་དུ་བསལ་དུ་གསོལ། ། -ཐ་མལ་ནད་ཀྱིས་འཇིགས་ན་ཡང་། །སྨན་པའི་ངག་བཞིན་བྱ་དགོས་ན། །འདོད་ཆགས་ལ་སོགས་ཉེས་པ་བརྒྱའི། །ནད་ཀྱིས་རྟག་བཏབ་སྨོས་ཅི་དགོས། ། -དེ་གཅིག་གིས་ཀྱང་འཛམ་གླིང་ན། །གནས་པའི་མི་ཀུན་བརླག་བྱེད་ལ། །དེ་དག་གསོ་བའི་སྨན་གཞན་ནི། །ཕྱོགས་རྣམས་ཀུན་ནས་མི་རྙེད་ན། ། -དེ་ལ་སྨན་པ་ཐམས་ཅད་མཁྱེན། །ཟུག་རྔུ་ཐམས་ཅད་འབྱིན་པ་ཡི། །བཀའ་ལྟར་མི་བྱེད་སེམས་པ་ནི། །ཤིན་ཏུ་གཏི་མུག་སྨད་པའི་གནས། ། -གཡང་ས་ཐ་མལ་ཆུང་ངུ་ལའང་། །བག་ཡོད་གནས་པར་བྱ་དགོས་ན། །དཔག་ཚད་སྟོང་དུ་ལྷུང་བ་ཡི། །ཡུན་རིང་གཡང་སར་སྨོས་ཅི་དགོས། ། -དེ་རིང་ཁོ་ན་མི་འཆི་ཞེས། །བདེ་བར་འདུག་པ་རིགས་མ་ཡིན། །བདག་ནི་མེད་པར་འགྱུར་བའི་དུས། །དེ་ནི་གདོན་མི་ཟ་བར་འབྱུང་། ། -བདག་ལ་མི་འཇིགས་སུ་ཡིས་བྱིན། །འདི་ལས་ཇི་ལྟར་ངེས་ཐར་ཞེས། །གདོན་མི་ཟ་བར་མེད་འགྱུར་ན། །ཇི་ལྟར་བདག་ཡིད་བདེ་བར་འདུག ། -སྔོན་ཆད་མྱོང་སྟེ་ཞིག་པ་ལས། །བདག་ལ་ལྷག་པ་ཅི་ཡོད་ན། །བདག་ནི་དེ་ལ་མངོན་ཞེན་ནས། །བླ་མའི་བཀའ་དང་འགལ་བར་བྱས། ། -གསོན་ཚེ་འདི་དང་དེ་བཞིན་དུ། །གཉེན་དང་བཤེས་པ་རྣམ་སྤངས་ནས། །གཅིག་པུ་ག་ཤེད་འགྲོ་དགོས་ན། །མཛའ་དང་མི་མཛའ་ཀུན་ཅི་རུང་། ། -མི་དགེ་བ་ལས་སྡུག་བསྔལ་འབྱུང་། །དེ་ལས་ཇི་ལྟར་ངེས་ཐར་ཞེས། །ཉིན་མཚན་རྟག་ཏུ་བདག་གིས་ནི། །འདི་ཉིད་འབའ་ཞིག་བསམ་པའི་རིགས། ། -བདག་ནི་མི་ཤེས་གཏི་མུག་པས། །རང་བཞིན་ཁ་ན་མ་ཐོའམ། །བཅས་པའི་སྡིག་པ་གང་ཡིན་ལས། །གང་ཡང་རུང་བ་བགྱིས་པ་རྣམས། ། -མགོན་པོའི་སྤྱན་སྔར་མངོན་སུམ་དུ། །ཐལ་སྦྱར་སྡུག་བསྔལ་འཇིགས་སེམས་ཀྱིས། །ཡང་དང་ཡང་དུ་ཕྱག་འཚལ་ཏེ། །དེ་དག་ཐམས་ཅད་བཤགས་པར་བགྱི། ། -འདྲེན་པ་རྣམས་ཀྱིས་བདག་གི་སྡིག །ནོངས་པ་ལགས་པར་གཟུང་དུ་གསོལ། །འདི་ནི་བཟང་པོ་མ་ལགས་པས། །སླན་ཆད་བདག་ནི་ཡོང་མི་བགྱིད། ། -བྱང་ཆུབ་སེམས་དཔའི་སྤྱོད་པ་ལ་འཇུག་པ་ལས། སྡིག་པ་བཤགས་པའི་ལེའུ་སྟེ་གཉིས་པའོ།། །། -ch-3 སེམས་ཅན་ཀུན་གྱི་ངན་སོང་གི །སྡུག་བསྔལ་ངལ་སོའི་དགེ་བ་དང་། །སྡུག་བསྔལ་ཅན་དག་བདེར་གནས་ལ། །དགའ་བས་རྗེས་སུ་ཡི་རང་ངོ་། ། -བྱང་ཆུབ་རྒྱུར་གྱུར་དགེ་བསགས་པ། །དེ་ལ་རྗེས་སུ་ཡི་རང་ངོ་། །ལུས་ཅན་འཁོར་བའི་སྡུག་བསྔལ་ལས། །ངེས་པར་ཐར་ལ་ཡི་རང་ངོ་། ། -སྐྱོབ་པ་རྣམས་ཀྱི་བྱང་ཆུབ་དང་། །རྒྱལ་སྲས་ས་ལའང་ཡི་རང་ངོ་། །སེམས་ཅན་ཐམས་ཅད་བདེ་མཛད་པའི། །ཐུགས་བསྐྱེད་དགེ་བ་རྒྱ་མཚོ་དང་། །སེམས་ཅན་ཕན་པ་མཛད་པ་ལ། །དགའ་བས་རྗེས་སུ་ཡི་རང་ངོ་། ། -ཕྱོགས་རྣམས་ཀུན་གྱི་སངས་རྒྱས་ལ། །ཐལ་མོ་སྦྱར་ཏེ་གསོལ་བ་ནི། །སེམས་ཅན་སྡུག་བསྔལ་མུན་འཐོམས་ལ། །ཆོས་ཀྱི་སྒྲོན་མ་སྤར་དུ་གསོལ། ། -རྒྱལ་བ་མྱ་ངན་འདའ་བཞེད་ལ། །ཐལ་མོ་སྦྱར་ཏེ་གསོལ་བ་ནི། །འགྲོ་འདི་ལྡོངས་པར་མི་དགོད་ཅིང་། །བསྐལ་པ་གྲངས་མེད་བཞུགས་པར་གསོལ། ། -དེ་ལྟར་འདི་དག་ཀུན་བྱས་ཏེ། །དགེ་བ་བདག་གིས་བསགས་པ་གང་། །དེས་ནི་སེམས་ཅན་ཐམས་ཅད་ཀྱི། །སྡུག་བསྔལ་ཐམས་ཅད་བསལ་བར་ཤོག ། -འགྲོ་བ་ནད་པ་ཇི་སྲིད་དུ། །ནད་སོས་གྱུར་གྱི་བར་དུ་ནི། །སྨན་དང་སྨན་པ་ཉིད་དག་དང་། །དེ་ཡི་ནད་གཡོག་བྱེད་པར་ཤོག ། -ཟས་དང་སྐོམ་གྱི་ཆར་ཕབ་སྟེ། །བཀྲེས་དང་སྐོམ་པའི་སྡུག་བསྔལ་བསལ། །མུ་གེའི་བསྐལ་པ་བར་མའི་ཚེ། །བདག་ནི་ཟས་དང་སྐོམ་དུ་གྱུར། ། -སེམས་ཅན་ཕོངས་ཤིང་དབུལ་བ་ལ། །བདག་ནི་མི་ཟད་གཏེར་གྱུར་ཏེ། །ཡོ་བྱད་མཁོ་དགུ་སྣ་ཚོགས་སུ། །མདུན་དུ་ཉེ་བར་གནས་གྱུར་ཅིག ། -ལུས་དང་དེ་བཞིན་ལོངས་སྤྱོད་དང་། །དུས་གསུམ་དགེ་བ་ཐམས་ཅད་ཀྱང་། །སེམས་ཅན་ཀུན་གྱི་དོན་སྒྲུབ་ཕྱིར། །ཕོངས་པ་མེད་པར་གཏང་བར་བྱ། ། -ཐམས་ཅད་བཏང་བས་མྱ་ངན་འདའ། །བདག་བློ་མྱ་ངན་འདས་པ་སྒྲུབ། །ཐམས་ཅད་གཏོང་བར་ཆབས་གཅིག་ལ། །སེམས་ཅན་རྣམས་ལ་བཏང་བ་མཆོག ། -བདག་གིས་ལུས་ཅན་ཐམས་ཅད་ལ། །ལུས་འདི་ཅི་བདེར་བྱིན་ཟིན་གྱིས། །རྟག་ཏུ་གསོད་དང་སྨོད་པའམ། །བརྡེག་སོགས་ཅི་དགར་བྱེད་ལ་རག ། -བདག་གི་ལུས་ལ་རྩེ་བྱེད་དམ། །ཅོ་འདྲི་ག་ཞའི་རྒྱུ་བྱེད་ཀྱང་། །བདག་གི་ལུས་འདི་བྱིན་ཟིན་གྱིས། །འདི་ཡི་ཁ་ཏས་ཅི་ཞིག་བྱ། ། -དེ་ལ་གནོད་པར་མི་འགྱུར་བའི། །ལས་གང་ཡིན་པའང་བྱེད་དུ་ཆུག །བདག་ལ་དམིགས་ནས་ནམ་དུ་ཡང་། །འགའ་ཡང་དོན་མེད་མ་གྱུར་ཅིག ། -བདག་ལ་དམིགས་ནས་གང་དག་གི །ཁྲོའམ་དད་པའི་སེམས་བྱུང་ན། །དེ་ཉིད་རྟག་ཏུ་དེ་དག་གི །དོན་ཀུན་འགྲུབ་པའི་རྒྱུར་གྱུར་ཅིག ། -གང་དག་བདག་ལ་ཁ་ཟེར་རམ། །གཞན་དག་གནོད་པ་བྱེད་པའམ། །དེ་བཞིན་ཕྱར་ཀ་གཏོང་ཡང་རུང་། །ཐམས་ཅད་བྱང་ཆུབ་སྐལ་ལྡན་གྱུར། ། -བདག་ནི་མགོན་མེད་རྣམས་ཀྱི་མགོན། །ལམ་ཞུགས་རྣམས་ཀྱི་དེད་དཔོན་དང་། །བརྒལ་འདོད་རྣམས་ཀྱི་གྲུ་དང་ནི། །གཟིངས་དང་ཟམ་པ་ཉིད་དུ་གྱུར། ། -གླིང་དོན་གཉེར་ལ་གླིང་དང་ནི། །གནས་མལ་འདོད་ལ་གནས་མལ་དང་། །བདག་ནི་ལུས་ཅན་བྲན་འདོད་པ། །ཀུན་གྱི་བྲན་དུ་འགྱུར་བར་ཤོག ། -ཡིད་བཞིན་ནོར་དང་བུམ་པ་བཟང་། །རིག་སྔགས་གྲུབ་དང་སྨན་ཆེན་དང་། །དཔག་བསམ་གྱི་ནི་ཤིང་དག་དང་། །ལུས་ཅན་རྣམས་ཀྱི་འདོད་འཇོར་གྱུར། ། -ས་སོགས་འབྱུང་བ་ཆེན་པོ་དང་། །ནམ་མཁའ་བཞིན་དུ་རྟག་པར་ཡང་། །སེམས་ཅན་དཔག་ཏུ་མེད་པ་ཡི། །རྣམ་མང་ཉེར་འཚོའི་གཞིར་ཡང་ཤོག ། -དེ་བཞིན་ནམ་མཁའི་མཐས་གཏུགས་པའི། །སེམས་ཅན་ཁམས་ལ་རྣམ་ཀུན་ཏུ། །ཐམས་ཅད་མྱ་ངན་འདས་བར་དུ། །བདག་ནི་ཉེར་འཚོའི་རྒྱུར་ཡང་ཤོག ། -ཇི་ལྟར་སྔོན་གྱི་བདེ་གཤེགས་ཀྱིས། །བྱང་ཆུབ་ཐུགས་ནི་བསྐྱེད་པ་དང་། །བྱང་ཆུབ་སེམས་དཔའི་བསླབ་པ་ལ། །དེ་དག་རིམ་བཞིན་གནས་པ་ལྟར། ། -དེ་བཞིན་འགྲོ་ལ་ཕན་དོན་དུ། བྱང་ཆུབ་སེམས་ནི་བསྐྱེད་བགྱི་ཞིང་། །དེ་བཞིན་དུ་ནི་བསླབ་པ་ལའང་། །རིམ་པ་བཞིན་དུ་བསླབ་པར་བགྱི། ། -དེ་ལྟར་བློ་དང་ལྡན་པ་ཡིས། །རབ་དང་བྱང་ཆུབ་སེམས་བཟུང་ནས། །མཇུག་ཀྱང་རྒྱས་པར་བྱ་བའི་ཕྱིར། །སེམས་ནི་འདི་ལྟར་གཟེངས་བསྟོད་དོ། ། -དེང་དུ་བདག་ཚེ་འབྲས་བུ་ཡོད། །མི་ཡི་སྲིད་པ་ལེགས་པར་ཐོབ། །དེ་རིང་སངས་རྒྱས་རིགས་སུ་སྐྱེས། །སངས་རྒྱས་སྲས་སུ་བདག་དེང་གྱུར། ། -ད་ནི་བདག་གིས་ཅི་ནས་ཀྱང་། །རིགས་དང་མཐུན་པའི་ལས་བརྩམས་ཏེ། །སྐྱོན་མེད་བཙུན་པའི་རིགས་འདི་ལ། །རྙོག་པར་མི་འགྱུར་དེ་ལྟར་བྱ། ། -ལོང་བས་ཕྱག་དར་ཕུང་པོ་ལས། །ཇི་ལྟར་རིན་ཆེན་རྙེད་པ་ལྟར། །དེ་བཞིན་ཇི་ཞིག་ལྟར་སྟེས་ནས། །བྱང་ཆུབ་སེམས་འདི་བདག་ལ་སྐྱེས། ། -འགྲོ་བའི་འཆི་བདག་འཇོམས་བྱེད་པའི། །བདུད་རྩི་མཆོག་ཀྱང་འདི་ཡིན་ནོ། །འགྲོ་བའི་དབུལ་བ་སེལ་བ་ཡི། །མི་ཟད་གཏེར་ཡང་འདི་ཡིན་ནོ། ། -འགྲོ་བའི་ནད་རབ་ཞི་བྱེད་པའི། །སྨན་གྱི་མཆོག་ཀྱང་འདི་ཡིན་ནོ། །སྲིད་ལམ་འཁྱམ་ཞིང་དུབ་པ་ཡི། །འགྲོ་བའི་ངལ་སོ་ལྗོན་ཤིང་ཡིན། ། -འགྲོ་བ་ཐམས་ཅད་ངན་འགྲོ་ལས། །སྒྲོལ་བར་བྱེད་པའི་སྤྱི་སྟེགས་ཡིན། །འགྲོ་བའི་ཉོན་མོངས་གདུང་སེལ་བའི། །སེམས་ཀྱི་ཟླ་བ་ཤར་བ་ཡིན། ། -འགྲོ་བའི་མི་ཤེས་རབ་རིབ་དག །དཔྱིས་འབྱིན་ཉི་མ་ཆེན་པོ་ཡིན། །དམ་ཆོས་འོ་མ་བསྲུབས་པ་ལས། །མར་གྱི་ཉིང་ཁུ་བྱུང་བ་ཡིན། ། -འགྲོ་བའི་མགྲོན་པོ་སྲིད་པའི་ལམ་རྒྱུ་ཞིང་། །བདེ་བའི་ལོངས་སྤྱོད་སྤྱད་པར་འདོད་པ་ལ། །འདི་ནི་བདེ་བའི་མཆོག་ཏུ་ཉེར་གནས་ཏེ། །སེམས་ཅན་མགྲོན་ཆེན་ཚིམ་པར་བྱེད་པ་ཡིན། ། -བདག་གིས་དེ་རིང་སྐྱོབ་པ་ཐམས་ཅད་ཀྱི། །སྤྱན་སྔར་འགྲོ་བ་བདེ་གཤེགས་ཉིད་དང་ནི། །བར་དུ་བདེ་ལ་མགྲོན་དུ་བོས་ཟིན་གྱིས། །ལྷ་དང་ལྷ་མིན་ལ་སོགས་དགའ་བར་གྱིས། ། -བྱང་ཆུབ་སེམས་དཔའི་སྤྱོད་པ་ལ་འཇུག་པ་ལས། བྱང་ཆུབ་ཀྱི་སེམས་ཡོངས་སུ་བཟུང་བ་ཞེས་བྱ་བ་སྟེ་ལེའུ་གསུམ་པའོ།། །། -ch-4 རྒྱལ་བའི་སྲས་ཀྱིས་དེ་ལྟ་བུར། །བྱང་ཆུབ་སེམས་རབ་བརྟན་བཟུང་ནས། །གཡེལ་བ་མེད་པར་རྟག་ཏུ་ཡང་། །བསླབ་ལས་མི་འདའ་འབད་པར་བྱ། ། -བབ་ཅོལ་བརྩམས་པ་གང་ཡིན་པའམ། །གང་ཞིག་ལེགས་པར་མ་བརྟགས་པ། །དེ་ནི་དམ་བཅས་བྱས་གྱུར་ཀྱང་། །བྱའམ་བཏང་ཞེས་བརྟགས་པའི་རིགས། ། -སངས་རྒྱས་རྣམས་དང་དེ་ཡི་སྲས། །ཤེས་རབ་ཆེན་པོས་གང་བརྟགས་ཤིང་། །བདག་ཉིད་ཀྱིས་ཀྱང་བརྟག་བརྟགས་པ། །དེ་ལ་བཤོལ་དུ་ཅི་ཞིག་ཡོད། ། -གལ་ཏེ་དེ་ལྟར་དམ་བཅས་ནས། །ལས་ཀྱིས་བསྒྲུབ་པ་མ་བྱས་ན། །སེམས་ཅན་དེ་དག་ཀུན་བསླུས་པས། །བདག་གི་འགྲོ་བ་ཅི་འདྲར་འགྱུར། ། -དངོས་པོ་ཕལ་པ་ཅུང་ཟད་ལའང་། །ཡིད་ཀྱིས་སྦྱིན་པར་བསམ་བྱས་ནས། །མི་གང་སྦྱིན་པར་མི་བྱེད་པ། །དེ་ཡང་ཡི་དྭགས་འགྱུར་གསུངས་ན། ། -བླ་ན་མེད་པའི་བདེ་བ་ལ། །བསམ་པ་ཐག་པས་མགྲོན་གཉེར་ནས། །འགྲོ་བ་ཐམས་ཅད་བསླུ་བྱས་ན། །བདེ་འགྲོར་ཇི་ག་འགྲོ་འགྱུར་རམ། ། -མི་གང་བྱང་ཆུབ་སེམས་བཏང་ཡང་། །དེ་དག་ཐར་བར་བྱེད་པ་ནི། །ལས་ཚུལ་བསམ་གྱིས་མི་ཁྱབ་སྟེ། །ཐམས་ཅད་མཁྱེན་པ་ཁོ་ནས་མཁྱེན། ། -དེ་ནི་བྱང་ཆུབ་སེམས་དཔའ་ལ། །ལྟུང་བའི་ནང་ན་ལྕི་བ་སྟེ། །འདི་ལྟར་དེ་ནི་བྱུང་གྱུར་ན། །སེམས་ཅན་ཀུན་གྱི་དོན་ལ་དམན། ། -གང་གཞན་སྐད་ཅིག་ཙམ་ཡང་འདིའི། །བསོད་ནམས་བར་ཆད་གེགས་བྱེད་པ། །སེམས་ཅན་དོན་ལ་དམན་གྱུར་པས། །དེ་ཡི་ངན་འགྲོ་མུ་མཐའ་མེད། ། -སེམས་ཅན་གཅིག་གི་བདེ་བ་ཡང་། །བཤིག་ན་བདག་ཉིད་ཉམས་འགྱུར་ན། །ནམ་མཁའ་མ་ལུས་མཐའ་ཀླས་པའི། །ལུས་ཅན་བདེ་བཤིག་སྨོས་ཅི་དགོས། ། -དེ་ལྟར་ལྟུང་བ་སྟོབས་ལྡན་དང་། །བྱང་ཆུབ་སེམས་སྟོབས་ལྡན་པ་དག །འཁོར་བར་རེས་ཀྱིས་འདྲེ་བྱེད་ན། །ས་ཐོབ་པ་ལ་ཡུན་རིང་ཐོགས། ། -དེ་ལྟས་ཇི་ལྟར་དམ་བཅས་བཞིན། །བདག་གིས་གུས་པར་བསྒྲུབ་པར་བྱ། །དེང་ནས་བརྩོན་པར་མ་བྱས་ན། །འོག་ནས་འོག་ཏུ་འགྲོ་བར་འགྱུར། ། -སེམས་ཅན་ཐམས་ཅད་ཕན་མཛད་པའི། །སངས་རྒྱས་གྲངས་མེད་འདས་གྱུར་ཀྱང་། །བདག་ནི་རང་གི་ཉེས་པས་དེའི། །གསོ་བའི་སྤྱོད་ཡུལ་མ་གྱུར་ཏོ། ། -ད་དུང་དེ་བཞིན་བདག་བྱེད་ན། །ཡང་དང་ཡང་དུའང་དེ་བཞིན་ཏེ། །ངན་འགྲོར་ནད་དང་འཆིང་བ་དང་། །བཅད་དང་གཤེག་སོགས་མྱོང་བར་འགྱུར། ། -དེ་བཞིན་གཤེགས་པ་འབྱུང་བ་དང་། །དད་དང་མི་ལུས་ཐོབ་པ་དང་། །དགེ་གོམས་རུང་བ་དེ་ལྟ་བུ། །དཀོན་ན་ནམ་ཞིག་ཐོབ་པར་འགྱུར། ། -ནད་མེད་ཉི་མ་འདི་ལྟ་བུ། །ཟས་བཅས་འཚེ་བ་མེད་ཀྱང་ནི། །ཚེ་ནི་སྐད་ཅིག་བསླུ་བ་སྟེ། །ལུས་ནི་ཐང་ཅིག་བརྙན་པོ་བཞིན། ། -བདག་གི་སྤྱོད་པ་འདི་འདྲས་ནི། །མི་ཡི་ལུས་ཀྱང་འཐོབ་མི་འགྱུར། །མི་ལུས་ཐོབ་པར་མ་གྱུར་ན། །སྡིག་པ་འབའ་ཞིག་དགེ་བ་མེད། ། -གང་ཚེ་དགེ་སྤྱད་སྐལ་ལྡན་ཡང་། །དགེ་བ་བདག་གིས་མ་བྱས་ན། །ངན་སོང་སྡུག་བསྔལ་ཀུན་རྨོངས་པ། །དེ་ཚེ་བདག་གིས་ཅི་བྱར་ཡོད། ། -དགེ་བ་དག་ཀྱང་མ་བྱས་ལ། །སྡིག་པ་དག་ཀྱང་ཉེར་བསགས་ན། །བསྐལ་པ་བྱེ་བ་བརྒྱར་ཡང་ནི། །བདེ་འགྲོའི་སྒྲ་ཡང་ཐོས་མི་འགྱུར། ། -དེ་ཉིད་ཕྱིར་ན་བཅོམ་ལྡན་གྱིས། །རྒྱ་མཚོ་ཆེར་གཡེངས་གཉའ་ཤིང་གི །བུ་གར་རུས་སྦལ་མགྲིན་ཆུད་ལྟར། །མི་ཉིད་ཤིན་ཏུ་ཐོབ་དཀར་གསུངས། ། -སྐད་ཅིག་གཅིག་བྱས་སྡིག་པས་ཀྱང་། །བསྐལ་པར་མནར་མེད་གནས་འགྱུར་ན། །ཐོག་མེད་འཁོར་བར་བསགས་སྡིག་གིས། །བདེ་འགྲོར་མི་འགྲོ་སྨོས་ཅི་དགོས། ། -དེ་ཙམ་ཁོ་ན་མྱོང་གྱུར་ནས། །དེ་ནི་རྣམ་ཐར་མི་འགྱུར་ཏེ། །འདི་ལྟར་དེ་ནི་མྱོང་བཞིན་དུ། །སྡིག་པ་གཞན་དག་རབ་ཏུ་སྐྱེ། ། -འདི་འདྲའི་དལ་བ་རྙེད་གྱུར་ནས། །བདག་གིས་དགེ་གོམས་མ་བྱས་ན། །འདི་ལས་བསླུས་པ་གཞན་མེད་དེ། །འདི་ལས་རྨོངས་པའང་གཞན་མེད་དོ། ། -གལ་ཏེ་བདག་གིས་དེ་རྟོགས་ནས། །རྨོངས་པས་ཕྱིས་ཀྱང་སྒྱིད་ལུག་ན། །འཆི་བར་འགྱུར་བའི་དུས་ཀྱི་ཚེ། །མྱ་ངན་ཆེན་པོ་ལྡང་བར་འགྱུར། ། -དམྱལ་མེ་བཟོད་དཀས་དུས་རིང་དུ། །བདག་གི་ལུས་ལ་བསྲེགས་གྱུར་ན། །འགྱོད་པ་མི་བཟད་མེ་འབར་བས། །སེམས་གདུང་འགྱུར་བ་གདོན་མི་ཟ། ། -ཤིན་ཏུ་རྙེད་དཀའ་ཕན་པའི་ས། །ཇི་ཞིག་ལྟར་སྟེས་རྙེད་གྱུར་ནས། །བདག་ཉིད་ཤེས་དང་ལྡན་བཞིན་དུ། །ཕྱིར་ཡང་དམྱལ་བ་དེར་ཁྲིད་ན། ། -སྔགས་ཀྱིས་རྨོངས་པར་བྱས་པ་བཞིན། །བདག་ལ་འདིར་སེམས་མེད་དུ་ཟད། །ཅིས་རྨོངས་བདག་ཀྱང་མ་ཤེས་ཏེ། །བདག་གི་ཁོང་ན་ཅི་ཞིག་ཡོད། ། -ཞེ་སྡང་སྲེད་སོགས་དགྲ་རྣམས་ནི། །རྐང་ལག་ལ་སོགས་ཡོད་མིན་ལ། །དཔའ་མཛངས་མིན་ཡང་ཇི་ཞིག་ལྟར། །དེ་དག་གིས་བདག་བྲན་བཞིན་བྱས། ། -བདག་གི་སེམས་ལ་གནས་བཞིན་དུ། །དགའ་མགུར་བདག་ལ་གནོད་བྱེད་པ། །དེ་ལའང་མི་ཁྲོ་བཟོད་པ་ནི། །གནས་མིན་བཟོད་པ་སྨད་པའི་གནས། ། -གལ་ཏེ་ལྷ་དང་ལྷ་མིན་རྣམས། །ཐམས་ཅད་བདག་ལ་དགྲར་ལངས་ཀྱང་། །དེ་དག་གིས་ཀྱང་མནར་མེད་པའི། །མེ་ནང་ཁྲིད་ཅིང་འཇུག་མི་ནུས། ། -ཉོན་མོངས་སྟོབས་ཅན་དགྲ་འདིས་ནི། །གང་དང་ཕྲད་ན་རི་རབ་ཀྱང་། །ཐལ་བ་ཡང་ནི་མི་ལུས་པ། །དེར་བདག་སྐད་ཅིག་གཅིག་ལ་འདོར། ། -བདག་གི་ཉོན་མོངས་དགྲ་བོ་གང་། །དུས་རིང་ཐོག་མཐའ་མེད་པ་ལྟར། །དགྲ་གཞན་ཀུན་ཀྱང་དེ་ལྟ་བུར། །ཡུན་རིང་ཐུབ་པ་མ་ཡིན་ནོ། ། -མཐུན་པར་རིམ་གྲོ་བསྟེན་བྱས་ན། །ཐམས་ཅད་ཕན་དང་བདེ་བྱེད་ན། །ཉོན་མོངས་རྣམས་ནི་བསྟེན་བྱས་ན། །ཕྱིར་ཞིང་སྡུག་བསྔལ་གནོད་པ་བྱེད། ། -དེ་ལྟར་ཡུན་རིང་རྒྱུན་ཆགས་དགྲར་གྱུར་པ། །གནོད་པའི་ཚོགས་རབ་འཕེལ་བའི་རྒྱུ་གཅིག་པུ། །བདག་གི་སྙིང་ལ་ངེས་པར་གནས་འཆའ་ན། །འཁོར་བར་འཇིགས་མེད་དགའ་བར་ག་ལ་འགྱུར། ། -འཁོར་བའི་བཅོན་རའི་སྲུང་མས་དམྱལ་སོགས་སུ། །གསོད་བྱེད་གཤེད་མར་གྱུར་པ་འདི་དག་ནི། །གལ་ཏེ་བློ་གནས་ཆགས་པའི་དྲ་བ་ན། །གནས་ན་བདག་ལ་བདེ་བ་ག་ལ་ཡོད། ། -དེ་ལྟར་ཇི་སྲིད་བདག་གིས་དགྲ་འདི་མངོན་སུམ་དུ། །ངེས་པར་མ་བཅོམ་དེ་སྲིད་བདག་འདིར་བརྩོན་མི་འདོར། །རེ་ཞིག་གནོད་བྱེད་ཆུང་ངུ་ལ་ཡང་ཁྲོས་གྱུར་པ། །ང་རྒྱལ་བདོ་རྣམས་དེ་མ་བཅོམ་པར་གཉིད་མི་འོང་། ། -རང་བཞིན་འཆི་བས་སྡུག་བསྔལ་གྱུར་པའི་ཉོན་མོངས་དག །གཡུལ་ངོར་དངར་ཚེ་ནན་གྱིས་གཞོམ་པར་འདོད་པ་ཡང་། །མདའ་མདུང་མཚོན་གྱིས་ཕོག་པའི་སྡུག་བསྔལ་ཁྱད་བསད་ནས། །དོན་མ་གྲུབ་པར་ཕྱིར་ཕྱོགས་འབྱེར་བར་མི་བྱེད་ན། ། -རྟག་ཏུ་སྡུག་བསྔལ་ཀུན་གྱི་རྒྱུར་གྱུར་པ། །རང་བཞིན་དགྲར་ངེས་གཞོམ་བརྩོན་བདག་ལ་དེང་། །སྡུག་བསྔལ་བརྒྱ་ཕྲག་རྒྱུར་གྱུར་གང་གིས་ཀྱང་། །ཡི་ཆད་སྒྱིད་ལུག་མི་འགྱུར་སྨོས་ཅི་དགོས། ། -དོན་མེད་དགྲ་ཡིས་རྨ་སྲོལ་བཏོད་པ་ཡང་། །ལུས་ལ་རྒྱན་དང་འདྲ་བར་སྲེལ་བྱེད་ན། །དོན་ཆེན་སྒྲུབ་ཕྱིར་ཡང་དག་བརྩོན་གྱུར་པ། །བདག་ལ་སྡུག་བསྔལ་ཅི་ཕྱིར་གནོད་བྱེད་ཡིན། ། -ཉ་པ་གདོལ་པ་ཞིང་པ་ལ་སོགས་པ། །རང་གི་འཚོ་བ་ཙམ་ཞིག་སེམས་པ་ཡང་། །གྲང་དང་ཚ་ལ་སོགས་པའི་གནོད་བཟོད་ན། །འགྲོ་བ་བདེ་ཕྱིར་བདག་ལྟ་ཅིས་མི་བཟོད། ། -ཕྱོགས་བཅུ་ནམ་མཁའི་མཐས་གཏུགས་པའི། །འགྲོ་བ་ཉོན་མོངས་ལས་བསྒྲལ་བར། །དམ་བཅས་གང་ཚེ་བདག་ཉིད་ཀྱང་། །ཉོན་མོངས་རྣམས་ལས་མ་གྲོལ་བ། ། -བདག་གི་ཚོད་ཀྱང་མི་ཤེས་པར། །སྨྲ་བ་ཇི་ལྟར་སྨྱོན་པ་མིན། །དེ་ལྟར་ཉོན་མོངས་གཞོམ་པ་ལ། །རྟག་ཏུ་ཕྱིར་མི་ལྡོག་པར་བྱ། ། -འདི་ལ་བདག་གིས་ཞེན་བྱ་ཞིང་། །ཁོན་དུ་བཟུང་ནས་གཡུལ་སྤྲད་དེ། །རྣམ་པ་དེ་འདྲའི་ཉོན་མོངས་པ། །ཉོན་མོངས་འཇོམས་བྱེད་མ་གཏོགས་སོ། ། -བདག་ནི་བསྲེགས་ཏེ་བསད་གྱུར་ཏམ། །བདག་གི་མགོ་བོ་བཅད་ཀྱང་བླའི། །རྣམ་པ་ཀུན་དུ་ཉོན་མོངས་པའི། །དགྲ་ལ་མདུད་པར་མི་བྱའོ། ། -ཐ་མལ་དགྲ་བོ་ཡུལ་ནས་ཕྱུང་ཡང་ནི། །ཡུལ་གཞན་དག་ཏུ་གནས་ཤིང་ཡོངས་བཟུང་ནས། །ནུས་པ་བརྟས་ནས་དེ་ནས་ཕྱིར་ལྡོག་གི །ཉོན་མོངས་དགྲ་ཚུལ་དེ་དང་འདྲ་མ་ཡིན། ། -ཉོན་མོངས་ཉོན་མོངས་ཤེས་རབ་མིག་གིས་སྤང་། །བདག་ཡིད་ལས་བསལ་གང་དུ་འགྲོ་བར་འགྱུར། །གང་དུ་གནས་ནས་བདག་གནོད་བྱ་ཕྱིར་འོང་། །བློ་ཞེན་བདག་ལ་བརྩོན་པ་མེད་པར་ཟད། ། -ཉོན་མོངས་རྣམས་ནི་ཡུལ་ན་མི་གནས་དབང་ཚོགས་ལ་མིན་བར་ནའང་མིན། །དེ་ལས་གཞན་ནའང་མིན་ན་འདི་དག་གར་གནས་འགྲོ་བ་ཀུན་གནོད་བྱེད། །འདི་ནི་སྒྱུ་འདྲ་དེ་ཕྱིར་སྙིང་ལ་འཇིགས་སྤོངས་ཤེས་ཕྱིར་བརྩོན་པ་བསྟེན། །དོན་མེད་ཉིད་དུ་བདག་ལ་དམྱལ་སོགས་རྣམས་སུ་ཅི་སྟེ་གནོད་པ་བྱེད། ། -དེ་ལྟར་རྣམ་བསམས་ཇི་སྐད་བཤད་པ་ཡི། །བསླབ་པ་བསྒྲུབ་པའི་ཆེད་དུ་འབད་པར་བྱ། །སྨན་པའི་ངག་མ་མཉན་ན་སྨན་དག་གིས། །བཅོས་དགོས་ནད་པ་སོས་པ་ག་ལ་ཡོད། ། -བྱང་ཆུབ་སེམས་དཔའི་སྤྱོད་པ་ལ་འཇུག་པ་ལས། བག་ཡོད་བསྟན་པ་ཞེས་བྱ་བ་སྟེ་ལེའུ་བཞི་པའོ།། །། -ch-5 བསླབ་པ་བསྲུང་བར་འདོད་པ་ཡིས། །རབ་ཏུ་བསྒྲིམས་ནས་སེམས་བསྲུང་སྟེ། །སེམས་འདི་བསྲུང་བར་མ་བྱས་ན། །བསླབ་པ་བསྲུང་བར་ཡོང་མི་ནུས། ། -སེམས་ཀྱི་གླང་པོ་ཡན་བཏང་བས། །མནར་མེད་གནོད་པ་བྱེད་པ་ལྟར། །གླང་ཆེན་མ་ཐུལ་མྱོས་པ་ཡིས། །འདི་ན་དེ་འདྲའི་གནོད་མི་བྱེད། ། -ཀུན་ནས་དྲན་པའི་ཐག་པ་ཡིས། །སེམས་ཀྱི་གླང་པོ་དམ་བཏགས་ན། །འཇིགས་པ་ཐམས་ཅད་མེད་འགྱུར་ཞིང་། །དགེ་བ་ཐམས་ཅད་ལག་ཏུ་འོང་། ། -སྟག་དང་སེང་གེ་གླང་ཆེན་དྲེད། །སྦྲུལ་དང་དགྲ་རྣམས་ཐམས་ཅད་དང་། །སེམས་ཅན་དམྱལ་བའི་སྲུང་མ་དང་། །བྱད་མ་དེ་བཞིན་སྲིན་པོ་རྣམས། ། -སེམས་འདི་གཅིག་པུ་བཏགས་པ་ཡིས། །དེ་དག་ཐམས་ཅད་བཏགས་པར་འགྱུར། །སེམས་འདི་གཅིག་པུ་བཏུལ་བས་ན། །དེ་དག་ཐམས་ཅད་ཐུལ་བར་འགྱུར། ། -འདི་ལྟར་འཇིགས་པ་ཐམས་ཅད་དང་། །སྡུག་བསྔལ་དཔག་ཏུ་མེད་པ་ཡང་། །སེམས་ལས་བྱུང་བ་ཡིན་ནོ་ཞེས། །ཡང་དག་གསུང་བ་ཉིད་ཀྱིས་བསྟན། ། -སེམས་ཅན་དམྱལ་བའི་མཚོན་ཆ་རྣམས། །སུ་ཞིག་གིས་ནི་ཆེད་དུ་བྱས། །ལྕགས་སྲེག་ས་གཞི་སུ་ཡིས་བྱས། །མེ་ཚོགས་དེ་དག་ཅི་ལས་བྱུང་། ། -དེ་འདྲ་དེ་དག་ཐམས་ཅད་ཀྱང་། །སྡིག་སེམས་ཡིན་པར་ཐུབ་པས་གསུངས། །དེ་ལྟར་འཇིག་རྟེན་གསུམ་པོ་ན། །སེམས་ལས་འཇིགས་པ་གཞན་འགའ་མེད། ། -གལ་ཏེ་འགྲོ་བ་དབུལ་བོར་ནས། །སྦྱིན་པའི་ཕ་རོལ་ཕྱིན་ཡིན་ན། །ད་རུང་འགྲོ་བཀྲེན་ཡོད་ན་སྔོན། །སྐྱོབ་པ་ཇི་ལྟར་ཕ་རོལ་ཕྱིན། ། -བདོག་པ་ཐམས་ཅད་འབྲས་བཅས་ཏེ། །སྐྱེ་བོ་ཀུན་ལ་བཏང་སེམས་ཀྱིས། །སྦྱིན་པའི་ཕ་རོལ་ཕྱིན་གསུངས་ཏེ། །དེ་ལྟས་དེ་ནི་སེམས་ཉིད་དོ། ། -ཉ་ལ་སོགས་པ་གང་ཞིག་ཏུ། །དེ་དག་གསོད་མི་འགྱུར་བར་བསྐྲད། །སྤོང་བའི་སེམས་ནི་ཐོབ་པ་ལས། །ཚུལ་ཁྲིམས་ཕ་རོལ་ཕྱིན་པར་བཤད། ། -སེམས་ཅན་མི་སྲུན་ནམ་མཁའ་བཞིན། །དེ་དག་གཞོམ་གྱིས་ཡོང་མི་ལང་། །ཁྲོ་བའི་སེམས་འདི་གཅིག་བཅོམ་ན། །དགྲ་དེ་ཐམས་ཅད་ཆོམས་དང་འདྲ། ། -ས་སྟེང་འདི་དག་ཀོས་གཡོག་ཏུ། །དེ་སྙེད་ཀོ་བས་ག་ལ་ལང་། །ལྷམ་མཐིལ་ཙམ་གྱི་ཀོ་བས་ནི། །ས་སྟེང་ཐམས་ཅད་གཡོགས་དང་འདྲ། ། -དེ་བཞིན་ཕྱི་རོལ་དངོས་པོ་ཡང་། །བདག་གིས་ཕྱིར་བཟློག་མི་ལང་གི །བདག་གི་སེམས་འདི་ཕྱིར་བཟློག་བྱའི། །གཞན་རྣམས་བཟློག་གོ་ཅི་ཞིག་དགོས། ། -སེམས་གསལ་གཅིག་བསྐྱེད་འབྲས་བུ་གང་། །ཚངས་ལ་སོགས་པ་ཡིན་པ་ལྟར། །ལུས་ངག་བཅས་པའི་འབྲས་བུ་ཡང་། །སྤྱོད་པ་ཞན་པས་དེ་ལྟ་མིན། ། -བཟླས་བརྗོད་དང་ནི་དཀའ་ཐུབ་ཀུན། །ཡུན་རིང་དུས་སུ་སྤྱད་བྱས་ཀྱང་། །སེམས་གཞན་གཡེངས་པས་བྱས་པ་ནི། །དེ་ཉིད་རིག་པས་དོན་མེད་གསུངས། ། -གང་གིས་ཆོས་ཀྱི་གཙོ་བོ་མཆོག །སེམས་ཀྱི་གསང་འདི་མ་ཤེས་ན། །བདེ་ཐོབ་སྡུག་བསྔལ་གཞོམ་འདོད་ཀྱང་། །དེ་དག་དོན་མེད་གྱི་ནར་འཁྱམ། ། -དེ་ལྟས་བདག་གི་སེམས་འདི་ནི། །ལེགས་གཟུང་ལེགས་པར་བསྲུང་བར་བྱ། །སེམས་བསྲུང་བརྟུལ་ཞུགས་མ་གཏོགས་པ། །བརྟུལ་ཞུགས་མང་པོས་ཅི་ཞིག་བྱ། ། -མ་གྲངས་དྲོལ་བའི་ཁྲོད་གནས་ན། །སྒྲིམས་ཏེ་རྨ་ཡི་བག་བྱེད་བཞིན། །སྐྱེ་བོ་ངན་ཁྲོད་གནས་པས་ཀྱང་། །སེམས་ཀྱི་རྨ་འདི་རྟག་ཏུ་བསྲུང་། ། -རྨ་ཡི་སྡུག་བསྔལ་ཆུང་ངུ་ཡིས། །སྐྲག་པའང་རྨ་ཡི་བག་བྱེད་ན། །བསྡུས་འཇོམས་རིས་འཇོམས་སྐྲག་པ་དག །སེམས་ཀྱི་རྨ་ལྟ་ཅིས་མི་སྲུང་། ། -སྤྱོད་པ་འདི་འདྲས་གནས་བྱེད་ན། །སྐྱེ་བོ་ངན་པའི་ཁྲོད་གནས་སམ། །བུད་མེད་ཁྲོད་ན་གནས་ཀྱང་རུང་། །སྡོམ་བརྩོན་བརྟན་པ་ཉམས་མི་འགྱུར། ། -བདག་གི་རྙེད་དང་བཀུར་སྟི་དང་། །ལུས་དང་འཚོ་བ་མེད་བླ་ཞིང་། །དགེ་བ་གཞན་ཡང་ཉམས་བླ་ཡི། །སེམས་ནི་ནམས་ཀྱང་ཉམས་མི་བྱ། ། -སེམས་བསྲུང་འདོད་པ་རྣམས་ལ་ནི། །དྲན་པ་དང་ནི་ཤེས་བཞིན་དག །ཐམས་ཅད་འབད་པས་སྲུངས་ཤིག་ཅེས། །བདག་ནི་དེ་ལྟར་ཐལ་མོ་སྦྱོར། ། -ནད་ཀྱིས་དཀྲུགས་པའི་མི་དག་ནི། །ལས་རྣམས་ཀུན་ལ་མཐུ་མེད་པ། །དེ་བཞིན་རྨོངས་པས་སེམས་དཀྲུགས་པ། །ལས་རྣམས་ཀུན་ལ་མཐུ་མེད་དོ། ། -ཤེས་བཞིན་མེད་པའི་སེམས་ལྡན་པའི། །ཐོས་དང་བསམས་དང་བསྒོམས་པ་ཡང་། །གློ་རྡོལ་བུམ་པའི་ཆུ་བཞིན་དུ། །དྲན་པ་ལ་ནི་དེ་མི་གནས། ། -ཐོས་ལྡན་དད་པ་ཅན་དང་ནི། །བརྩོན་པ་ལྷུར་ལེན་དུ་མ་ཡང་། །ཤེས་བཞིན་མེད་པའི་སྐྱོན་ཆགས་པས། །ལྟུང་བའི་རྙོག་དང་བཅས་པར་འགྱུར། ། -ཤེས་བཞིན་མེད་པའི་ཆོམ་རྐུན་དག །དྲན་པ་ཉམས་པའི་རྗེས་འབྲང་བས། །བསོད་ནམས་དག་ནི་ཉེར་བསགས་ཀྱང་། །རྐུན་པོས་ཕྲོགས་བཞིན་ངན་འགྲོར་འགྲོ། ། -ཉོན་མོངས་ཆོམ་རྐུན་ཚོགས་འདི་ནི། །གླགས་སྐབས་ཚོལ་བར་བྱེད་པ་སྟེ། །གླགས་རྙེད་གྱུར་ནས་དགེ་འཕྲོག་ཅིང་། །བདེ་འགྲོའི་སྲོག་ཀྱང་འཇོམས་པར་བྱེད། ། -དེ་བས་དྲན་པ་ཡིད་སྒོ་ནས། །གུད་དུ་ནམ་ཡང་མི་གཏོང་ངོ་། །སོང་ནའང་ངན་འགྲོ་གནོད་པ་དག །དྲན་པར་བྱས་ཏེ་ཉེ་བར་བཞག ། -བླ་མ་དང་ནི་འགྲོགས་པ་ལས། །མཁན་པོས་རྗེས་སུ་བསྟན་པ་དང་། །འཇིགས་པས་སྐལ་ལྡན་གུས་བྱེད་ལ། །དྲན་པ་བདེ་བླག་ཉིད་དུ་སྐྱེ། ། -སངས་རྒྱས་བྱང་ཆུབ་སེམས་དཔའ་དག །ཀུན་དུ་ཐོགས་མེད་གཟིགས་པར་ལྡན། །དེ་དག་ཐམས་ཅད་སྤྱན་སྔ་ན། །རྟག་པར་བདག་ནི་གནས་སོ་ཞེས། ། -དེ་ལྟར་བསམས་ནས་ངོ་ཚ་དང་། །གུས་དང་འཇིགས་ལྡན་དེ་བཞིན་གནོས། །དེས་ན་སངས་རྒྱས་རྗེས་དྲན་པའང་། །དེ་ལ་ཡང་དང་ཡང་དུ་འབྱུང་། ། -གང་ཚེ་དྲན་པ་ཡིད་སྒོ་ནས། །བསྲུང་བའི་དོན་དུ་གནས་གྱུར་པ། །དེ་ཚེ་ཤེས་བཞིན་འོང་འགྱུར་ཞིང་། །སོང་བ་དག་ཀྱང་འོང་བར་འགྱུར། ། -རེ་ཞིག་དང་པོ་འདི་འདྲའི་སེམས། །འདི་ནི་སྐྱོན་བཅས་ཤེས་བྱས་ནས། །དེ་ཚེ་བདག་གིས་ཤིང་བཞིན་དུ། །ཟུངས་ཐུབ་པར་ནི་གནས་པར་བྱ། ། -དོན་མེད་གཡེང་བར་ལྟ་བ་ནི། །ནམ་ཡང་བདག་གིས་མི་བྱ་སྟེ། །ངེས་པར་སེམས་པས་རྟག་ཏུ་ནི། །མིག་ནི་ཕབ་སྟེ་བལྟ་བར་བྱ། ། -ལྟ་བ་ངལ་བསོའི་ཆེད་དུ་ནི། །རེས་འགའ་ཕྱོགས་སུ་བལྟ་བར་བྱ། །འགའ་ཞིག་མིག་ལམ་སྣང་གྱུར་ན། །བལྟས་ནས་འོངས་པ་ལེགས་ཞེས་བརྗོད། ། -ལམ་སོགས་འཇིགས་པ་བརྟག་པའི་ཕྱིར། །ཡང་དང་ཡང་དུ་ཕྱོགས་བཞིར་བལྟ། །ངལ་བསོས་ཁ་ནི་ཕྱིར་བལྟས་ནས། །རྒྱབ་ཀྱི་ཕྱོགས་སུ་བལྟ་བར་བྱ། ། -མདུན་དང་རྒྱབ་ཏུ་བརྟག་བྱས་ནས། །འགྲོའམ་ཡང་ན་འོང་བྱ་སྟེ། །དེ་ལྟར་གནས་སྐབས་ཐམས་ཅད་དུ། །དགོས་པ་ཤེས་ནས་སྤྱད་པར་བྱ། ། -ལུས་ཀྱིས་འདི་ལྟར་གནས་བྱ་ཞེས། །བྱ་བ་བསྡོགས་ནས་དེ་ནས་ནི། །སྐབས་སུ་ལུས་འདི་ཇི་ལྟ་བུར། །གནས་པ་ཡིན་ཞེས་བལྟ་བར་བྱ། ། -སེམས་ཀྱི་གླང་ཆེན་མྱོས་པ་ནི། །ཆོས་ལ་སེམས་པའི་ཀ་ཆེན་ལ། །ཇི་ལྟར་བཏགས་པ་མི་འཆོར་བར། །དེ་ལྟར་འབད་པ་ཀུན་གྱིས་བརྟག ། -ཅི་ནས་ཏིང་འཛིན་བརྩོན་པ་ནི། །སྐད་ཅིག་གཅིག་ཀྱང་མི་འཆོར་བར། །བདག་གི་ཡིད་འདི་གར་སྤྱོད་ཅེས། །དེ་ལྟར་ཡིད་ལ་སོ་སོར་བརྟག ། -འཇིགས་དང་དགའ་སྟོན་སོགས་འབྲེལ་བར། །གལ་ཏེ་མི་ནུས་ཅི་བདེར་བྱ། །འདི་ལྟར་སྦྱིན་པའི་དུས་དག་ཏུ། །ཚུལ་ཁྲིམས་བཏང་སྙོམས་བྱ་བར་གསུངས། ། -གང་ཞིག་བསམས་ཏེ་བྱར་བརྩམས་པ། །དེ་ལས་གཞན་དུ་མི་བསམ་སྟེ། །དེར་གཏད་པ་ཡི་བསམ་པ་ཡིས། །དེ་ཉིད་རེ་ཞིག་བསྒྲུབ་པར་བྱ། ། -དེ་ལྟ་ན་ནི་ཀུན་ལེགས་བྱས། །གཞན་དུ་གཉིས་ཀར་མི་འགྱུར་རོ། །ཤེས་བཞིན་མ་ཡིན་ཉེ་ཉོན་མོངས། །དེ་ལྟ་ན་ནི་འཕེལ་མི་འགྱུར། ། -བྲེ་མོའི་གཏམ་ནི་སྣ་ཚོགས་དང་། །ངོ་མཚར་ལྟད་མོ་རྣམ་མང་པོ། །ཀུན་ལ་འཇུག་པར་གྱུར་པ་ན། །དེ་ལ་ཆགས་པ་སྤང་བར་བྱ། ། -དོན་མེད་ས་རྐོ་རྩྭ་གཅོད་དང་། །ས་རིས་འདྲི་སོགས་བྱེད་གྱུར་ན། །བདེ་གཤེགས་བསླབ་པ་དྲན་བྱས་ནས། །སྐྲག་པས་དེ་ཡི་མོད་ལ་དོར། ། -གང་ཚེ་བསྐྱོད་པར་འདོད་གྱུར་ཏམ། །སྨྲ་བར་འདོད་པར་གྱུར་ན་ཡང་། །དང་པོར་རང་གི་སེམས་བརྟགས་ནས། །བརྟན་པས་རིག་པ་ལྡན་པར་བྱ། ། -གང་ཚེ་རང་ཡིད་ཆགས་པ་དང་། །ཁྲོ་བར་འདོད་པ་དེ་ཡི་ཚེ། །ལས་སུ་མི་བྱ་སྨྲ་མི་བྱ། །ཤིང་བཞིན་དུ་ནི་གནས་པར་བྱ། ། -རྒོད་དང་ག་ཞར་བཅས་པའམ། །གལ་ཏེ་ང་རྒྱལ་རྒྱགས་ལྡན་པའམ། །མཚང་འབྲུ་བ་ཡི་བསམ་པ་དང་། །གལ་ཏེ་སྐྱོར་འབྱིན་སླུ་སེམས་སམ། ། -གང་ཚེ་བདག་བསྟོད་ལྷུར་ལེན་པའམ། །གཞན་ལ་སྨོད་པ་ཉིད་དང་ནི། །གཤེ་བཅས་འགྱོད་དང་བཅས་གྱུར་པ། །དེ་ཚེ་ཤིང་བཞིན་གནས་པར་བྱ། ། -རྙེད་དང་བཀུར་སྟི་གྲགས་འདོད་པའམ། །གཡོག་འཁོར་དོན་དུ་གཉེར་འདོད་པའམ། །བདག་སེམས་རིམ་གྲོ་འདོད་གྱུར་ན། །དེ་ཚེ་ཤིང་བཞིན་གནས་པར་བྱ། ། -གཞན་དོན་ཡལ་བར་འདོར་བ་དང་། །རང་དོན་གཉེར་བར་འདོད་པ་དང་། །སྨྲ་བར་འདོད་པའི་སེམས་བྱུང་ན། །དེས་ནི་ཤིང་བཞིན་གནས་པར་བྱ། ། -མི་བཟོད་ལེ་ལོ་འཇིགས་པ་དང་། །དེ་བཞིན་སྤྱི་རྟོལ་མུ་ཅོར་དང་། །རང་གི་ཕྱོགས་ཞེན་སེམས་བྱུང་ན། །དེ་ཚེ་ཤིང་བཞིན་གནས་པར་བྱ། ། -དེ་ལྟར་ཀུན་ནས་ཉོན་མོངས་དང་། །དོན་མེད་བརྩོན་པའི་ཡིད་བརྟགས་ནས། །དེ་ཚེ་དཔའ་བོས་གཉེན་པོ་ཡིས། །དེ་ནི་བརྟན་པོར་གཟུང་བར་བྱ། ། -ཤིན་ཏུ་ངེས་དང་རབ་དད་དང་། །བརྟན་དང་གུས་དང་ཞེ་སར་བཅས། །ངོ་ཚ་ཤེས་དང་འཇིགས་བཅས་དང་། །ཞི་ཞིང་གཞན་དགའ་བྱེད་ལ་བརྩོན། ། -ཕན་ཚུན་མི་མཐུན་བྱིས་པ་ཡི། །འདོད་པ་རྣམས་ཀྱིས་མི་སྐྱོ་ཞིང་། །ཉོན་མོངས་སྐྱེས་པ་འདི་དག་གི །སེམས་འདི་བྱུང་སྙམ་བརྩེར་ལྡན་དང་། ། -ཁ་ན་མ་ཐོ་མེད་དངོས་ལ། །བདག་དང་སེམས་ཅན་དབང་བྱས་ཤིང་། །སྤྲུལ་པ་བཞིན་དུ་ང་མེད་པར། །ཡིད་འདི་རྟག་ཏུ་གཟུང་བར་བྱ། ། -རིང་ཞིག་ལོན་ནས་དལ་བའི་མཆོག །ཐོབ་པ་ཡང་དང་ཡང་བསམས་ནས། །སེམས་དེ་ལྟ་བུར་རི་རབ་ལྟར། །རབ་ཏུ་མི་གཡོ་གཟུང་བར་བྱ། ། -བྱ་རྒོད་ཤ་ལ་ཆགས་པ་ཡིས། །ཕན་ཚུན་ཀུན་དུ་བཤལ་ཁྲིད་ཀྱང་། །ཡིད་ཁྱོད་མི་དགར་མི་བྱེད་ན། །ད་ལྟ་ཅི་ཕྱིར་ཁ་ཏ་བྱེད། ། -ལུས་འདི་བདག་གིར་གཟུང་བྱས་ནས། །ཡིད་ཁྱོད་ཅི་ཕྱིར་སྲུང་བར་བྱེད། །ཁྱོད་དང་འདི་གཉིས་སོ་སོ་ན། །དེས་ཀོ་ཁྱོད་ལ་ཅི་ཞིག་བྱ། ། -རྨོངས་པའི་ཡིད་ཁྱོད་ཅི་ཡི་ཕྱིར། །ཤིང་གཟུགས་གཙང་མ་གཟུང་མི་བྱེད། །མི་གཙང་ཚོགས་ཀྱི་འཁྲུལ་འཁོར་འདི། །རུལ་བ་བསྲུངས་ཏེ་ཅི་ཞིག་རུང་། ། -ཐོག་མར་པགས་པའི་རིམ་པ་འདི། །རང་གི་བློ་ཡིས་ཐ་དད་ཕྱེ། །ཤ་ཡང་རུས་པའི་དྲ་བ་ལས། །ཤེས་རབ་མཚོན་གྱིས་གུད་དུ་ཕྱེ། ། -རུས་པ་རྣམས་ཀྱང་དབྱེ་བྱས་ནས། །རྐང་གི་བར་དུ་བལྟ་བྱ་ཞིང་། །འདི་ལ་སྙིང་པོ་ཅི་ཡོད་ཅེས། །བདག་ཉིད་ཀྱིས་ནི་བརྟག་པར་གྱིས། ། -དེ་ལྟར་འབད་དེ་བཙལ་ཀྱང་དེར། །ཁྱོད་ཀྱིས་སྙིང་པོ་མ་མཐོང་ན། །ད་དུང་ཅི་ཕྱིར་ཆགས་ཚུལ་གྱིས། །ཁྱོད་ནི་ལུས་འདི་སྲུང་བར་བྱེད། ། -ཁྱོད་ཀྱིས་མི་གཙང་བཟར་མི་རུང་། །ཁྲག་ཀྱང་བཏུང་དུ་མི་རུང་ལ། །རྒྱུ་ལྟོའང་གཞིབ་ཏུ་མི་རུང་ན། །ལུས་ཀྱིས་ཁྱོད་ལ་ཅི་ཞིག་བྱ། ། -ཉིས་ན་ཝ་དང་བྱ་རྒོད་ཀྱིས། །ཟས་ཀྱི་དོན་དུ་འདི་བསྲུང་རིགས། །མི་འོ་ཅོག་གི་ལུས་འདི་ནི། །བཀོལ་བར་བྱ་བ་ཉིད་དུ་ཟད། ། -འདི་ལྟར་ཁྱོད་ཀྱིས་བསྲུངས་ཀྱང་ནི། །འཆི་བདག་བརྩེ་བ་མེད་པ་ཡིས། །ཕྲོགས་ཏེ་བྱ་དང་ཁྱིར་བྱིན་ན། །དེ་ཚེ་ཁྱོད་ཀྱིས་ཅི་བྱར་ཡོད། ། -བྲན་གཡོག་བཀོལ་དུ་མི་བཏུབ་ལའང་། །གོས་ལ་སོགས་པ་མི་སྦྱིན་ན། །ལུས་འདི་བསྙོད་ཀྱང་གཞན་འགྲོ་ན། །ཁྱོད་ཀོ་ཅི་སྟེ་ཤ་ཐང་གསོ། ། -འདི་ལ་གླ་རྔན་བྱིན་ནས་ནི། །ད་ནི་རང་གི་དོན་བྱེད་ཆུག །ཕན་པ་མེད་པར་འདི་ལ་ནི། །ཐམས་ཅད་སྦྱིན་པར་མི་བྱའོ། ། -འགྲོ་དང་འོང་བའི་རྟེན་ཙམ་དུ། །ལུས་ལ་གྲུ་ཡི་བློ་བཞག་སྟེ། །སེམས་ཅན་རྣམས་དོན་བསྒྲུབ་པའི་ཕྱིར། །ཡིད་བཞིན་གྱི་ནི་ལུས་སུ་བསྒྱུར། ། -དེ་ལྟར་རང་དབང་ཡོད་ཀྱིས་དེ། །རྟག་ཏུ་འཛུམ་པའི་བཞིན་དུ་གྱིས། །ཁྲོ་གཉེར་ངོ་ཟུམ་ཡོངས་ཐོང་སྟེ། །འགྲོ་བའི་བཤེས་དང་གསོང་པོར་གྱིས། ། -ཁྲི་ལ་སོགས་པ་བབ་ཅོལ་དུ། །སྒྲ་དང་བཅས་པར་མི་དོར་རོ། །སྒོ་ཡང་དྲག་ཏུ་མི་དབྱེ་སྟེ། །རྟག་ཏུ་གཅོམ་བསྐྱུངས་དགའ་བར་བྱ། ། -ཆུ་སྐྱར་བྱི་ལ་ཆོམ་རྐུན་དག །སྒྲ་མེད་འཇབ་ཅིང་འགྲོ་བ་ཡིས། །མངོན་པར་འདོད་པའི་དོན་སྒྲུབ་པ། །ཐུབ་པས་རྟག་ཏུ་དེ་བཞིན་སྤྱད། ། -གཞན་ལ་གཞེན་བསྐུལ་འདེབས་མཁས་ཤིང་། །མ་བཅོལ་ཕན་པ་བྱེད་པའི་ངག །གུས་པས་སྤྱི་བོས་བླང་གྱིས་ཏེ། །རྟག་ཏུ་ཀུན་གྱི་སློབ་མར་གྱུར། ། -ལེགས་པར་སྨྲས་པ་ཐམས་ཅད་ལ། །དགེ་བར་གསུངས་ཞེས་བརྗོད་པར་བྱ། །བསོད་ནམས་བྱེད་པ་མཐོང་གྱུར་ན། །བསྟོད་པས་ལེགས་པར་དགའ་བ་བསྐྱེད། ། -ལྐོག་ན་ཡོན་ཏན་བརྗོད་བྱ་ཞིང་། །ཡོན་ཏན་བརྗོད་ན་རྗེས་སུ་བརྗོད། །རང་གི་ཡོན་ཏན་བརྗོད་ན་དེ། །ཡོན་ཏན་ཤེས་པར་རིག་པར་བྱ། ། -རྩོམ་པ་ཐམས་ཅད་དགའ་ཕྱིར་ཏེ། །དེ་ནི་རིན་གྱིས་ཉོ་ནའང་དཀོན། །དེ་ལྟས་གཞན་བྱས་ཡོན་ཏན་གྱིས། །དགའ་བའི་བདེ་བ་སྤྱད་པར་བྱ། ། -བདག་ལ་འདིར་གོད་ཡོང་མེད་ལ། །ཕ་རོལ་དུ་ཡང་བདེ་བ་ཆེ། །ཉེས་པས་མི་དགའ་སྡུག་བསྔལ་ཞིང་། །ཕ་རོལ་དུ་ཡང་སྡུག་བསྔལ་ཆེ། ། -སྨྲ་ན་ཡིད་ཕེབས་འབྲེལ་པ་དང་། །དོན་གསལ་ཡིད་དུ་འོང་བ་དང་། །ཆགས་དང་ཞེ་སྡང་སྤངས་པ་དང་། །འཇམ་ཞིང་རན་པར་སྨྲ་བར་བྱ། ། -མིག་གིས་སེམས་ཅན་ལྟ་ན་ཡང་། །འདི་དག་ཉིད་ལ་བརྟེན་ནས་བདག །སངས་རྒྱས་ཉིད་དུ་འགྱུར་རོ་ཞེས། །དྲང་ཞིང་བྱམས་པའི་ཚུལ་གྱིས་བལྟ། ། -རྟག་པར་མངོན་ཞེན་གྱིས་བསླང་བའམ། །གཉེན་པོ་ཡིས་ནི་བསླང་བ་ཉིད། །ཡོན་ཏན་དང་ནི་ཕན་འདོགས་ཞིང་། །སྡུག་བསྔལ་བ་ལ་དགེ་ཆེན་འགྱུར། ། -མཁས་ཤིང་ལྡང་དང་ལྡན་བྱས་ནས། །ལས་རྣམས་བདག་གིས་རྟག་ཏུ་བྱ། །ལས་རྣམས་ཀུན་ལ་སུ་ལ་ཡང་། །ལྟོས་པར་བྱ་བ་མ་ཡིན་ནོ། ། -སྦྱིན་པའི་ཕ་རོལ་ཕྱིན་ལ་སོགས། །གོང་ནས་གོང་དུ་ཁྱད་ཞུགས་སྤྱད། །ཆུང་ངུའི་ཕྱིར་ནི་ཆེ་མི་གཏང་། །གཙོ་ཆེར་གཞན་གྱི་དོན་བསམ་མོ། ། -དེ་ལྟར་རིག་བྱས་གཞན་དོན་ལ། །རྟག་ཏུ་བརྩོན་པར་གནས་པར་བྱ། །ཐུགས་རྗེ་མངའ་བ་རིང་གཟིགས་པས། །བཀག་པ་རྣམས་ཀྱང་དེ་ལ་གནང་། ། -ལོག་པར་ལྟུང་དང་མགོན་མེད་དང་། །བརྟུལ་ཞུགས་གནས་ལ་བགོ་བྱ་ཞིང་། །རན་པ་ཙམ་དུ་བཟའ་བྱ་སྟེ། །ཆོས་གོས་གསུམ་མ་གཏོགས་པ་སྦྱིན། ། -དམ་པའི་ཆོས་ནི་སྤྱོད་པའི་ལུས། །ཕྲན་ཚེགས་ཆེད་དུ་གནོད་མི་བྱ། །དེ་ལྟར་བྱས་ན་སེམས་ཅན་གྱི། །བསམ་པ་མྱུར་དུ་རྫོགས་པར་འགྱུར། ། -སྙིང་རྗེའི་བསམ་པ་མ་དག་པར། །ལུས་འདི་གཏང་བར་མི་བྱ་སྟེ། །ཅི་ནས་འདི་དང་གཞན་དུ་ཡང་། །དོན་ཆེན་སྒྲུབ་པའི་རྒྱུར་གཏང་ངོ་། ། -མ་གུས་པ་ལ་ཆོས་མི་བཤད། །མི་ན་བཞིན་དུ་མགོ་དཀྲིས་དང་། །གདུགས་དང་འཁར་བ་མཚོན་ཐོགས་དང་། །མགོ་བོ་གཡོགས་པ་དག་ལ་མིན། ། -དམན་ལ་ཟབ་དང་རྒྱ་ཆེ་དང་། །སྐྱེས་པ་མེད་པར་བུད་མེད་མིན། །དམན་དང་མཆོག་གི་ཆོས་རྣམས་ལ། །མཚུངས་པར་གུས་པས་ཀུན་དུ་སྤྱད། ། -རྒྱ་ཆེན་ཆོས་ཀྱི་སྣོད་གྱུར་པ། །དམན་པའི་ཆོས་ལ་སྦྱར་མི་བྱ། །སྤྱོད་པ་ཡོངས་སུ་དོར་མི་བྱ། །མདོ་དང་སྔགས་ཀྱིས་འདྲིད་མི་བྱ། ། -སོ་ཤིང་དང་ནི་མཆིལ་མ་དག །དོར་བ་ན་ནི་དགབ་པར་བྱ། །གཅི་ལ་སོགས་པའང་ལོངས་སྤྱོད་པའི། །ཆུ་དང་ཐང་ལ་དོར་བ་སྨད། ། -ཁ་བཀང་བ་དང་སྒྲ་བཅས་དང་། །ཁ་གདངས་ནས་ནི་བཟའ་མི་བྱ། །རྐང་པ་བརྐྱང་སྟེ་མི་འདུག་ཅིང་། །ལག་པ་མཉམ་པར་མི་མཉེའོ། ། -བཞོན་པ་མལ་སྟན་གནས་དག་ཏུ། །བུད་མེད་གཞན་དང་གཅིག་མི་བྱ། །འཇིག་རྟེན་མ་དད་གྱུར་པ་ཀུན། །མཐོང་དང་དྲིས་ཏེ་སྤང་བར་བྱ། ། -སོར་མོས་བརྡ་ནི་མི་བྱ་སྟེ། །གུས་དང་བཅས་པས་གཡས་པ་ཡི། །ལག་པ་དག་ནི་ཀུན་གྱིས་ཀྱང་། །ལམ་ཡང་དེ་ལྟར་བསྟན་པར་བྱ། ། -ལག་པ་ཤས་ཆེར་བསྐྱོད་མིན་ཏེ། །ཅུང་ཟད་བསྐྱོད་ལ་སྒྲ་བསྒྲགས་པ། །སེ་གོལ་ལ་སོགས་བརྡ་བྱས་ཏེ། །གཞན་དུ་མ་བསྡམས་པར་འགྱུར་རོ། ། -མགོན་པོ་མྱ་ངན་འདས་གཟིམས་ལྟར། །འདོད་པའི་ཕྱོགས་སུ་ཉལ་བར་བྱ། །ཤེས་བཞིན་མྱུར་དུ་ལྡང་སེམས་ལ། །ཐོག་མ་ཉིད་དུ་ངེས་པར་སྦྱར། ། -བྱང་ཆུབ་སེམས་དཔའི་སྤྱོད་པ་དག །ཚད་མེད་པར་ནི་གསུངས་པ་ལས། །སེམས་སྦྱང་བ་ཡི་སྤྱོད་པ་ནི། །ངེས་པར་དེ་སྲིད་སྤྱད་པར་བྱ། ། -ཉིན་དང་མཚན་མོ་ལན་གསུམ་དུ། །ཕུང་པོ་གསུམ་པ་གདོན་བྱ་ཞིང་། །རྒྱལ་དང་བྱང་ཆུབ་སེམས་བརྟེན་པས། །ལྟུང་བའི་ལྷག་མ་དེས་ཞི་བྱ། ། -རང་ངམ་གཞན་གྱི་དབང་ཡང་རུང་། །གནས་སྐབས་གང་དུ་ཅི་སྤྱོད་ཀྱང་། །བསླབ་པར་གསུངས་པ་གང་ཡིན་པའི། །གནས་སྐབས་དེ་ལ་འབད་དེ་བསླབ། ། -རྒྱལ་སྲས་རྣམས་ཀྱིས་མི་བསླབ་པ། །དེ་ནི་གང་ཡང་ཡོད་མིན་ཏེ། །དེ་ལྟར་གནས་པའི་མཁས་པ་ལ། །བསོད་ནམས་མི་འགྱུར་གང་ཡང་མེད། ། -དངོས་སམ་ཡང་ན་བརྒྱུད་ཀྱང་རུང་། །སེམས་ཅན་དོན་ལས་གཞན་མི་སྤྱད། །སེམས་ཅན་ཁོ་ནའི་དོན་གྱི་ཕྱིར། །ཐམས་ཅད་བྱང་ཆུབ་ཕྱིར་བསྔོའོ། ། -རྟག་པར་དགེ་བའི་བཤེས་གཉེན་ནི། །ཐེག་ཆེན་དོན་ལ་མཁས་པ་དང་། །བྱང་ཆུབ་སེམས་དཔའི་བརྟུལ་ཞུགས་མཆོག །སྲོག་གི་ཕྱིར་ཡང་མི་བཏང་ངོ་། ། -དཔལ་འབྱུང་བ་ཡི་རྣམ་ཐར་ལས། །བླ་མ་བསྟེན་པའི་ཚུལ་ལྟར་བསླབ། །འདི་དང་སངས་རྒྱས་བཀའ་སྩལ་གཞན། །མདོ་སྡེ་བཀླགས་ནས་ཤེས་པར་བྱ། ། -མདོ་སྡེ་རྣམས་ལས་བསླབ་པ་སྣང་། །དེ་བས་མདོ་སྡེ་བཀླག་པར་བྱ། །ནམ་མཁའི་སྙིང་པོའི་མདོ་སྡེ་ནི། །ཐོག་མ་ཉིད་དུ་བལྟ་བར་བྱ། ། -གང་ཕྱིར་རྟག་ཏུ་སྤྱད་པ་ནི། །དེ་ལས་རྒྱ་ཆེར་རབ་སྟོན་པས། །བསླབ་པ་ཀུན་ལས་བཏུས་པ་ཡང་། །ངེས་པར་ཡང་དང་ཡང་དུ་བལྟ། ། -ཡང་ན་རེ་ཞིག་མདོར་བསྡུས་པའི། །མདོ་རྣམས་ཀུན་ལས་བཏུས་པ་བལྟ། །འཕགས་པ་ཀླུ་སྒྲུབ་ཀྱིས་མཛད་པའི། །གཉིས་པོའང་འབད་པས་བལྟ་བར་བྱ། ། -གང་ལས་གང་ནི་མ་བཀག་པ། །དེ་ཉིད་སྤྱད་པར་བྱ་བ་སྟེ། །འཇིག་རྟེན་སེམས་ནི་བསྲུང་བའི་ཕྱིར། །བསླབ་པ་མཐོང་ནས་ཡང་དག་སྤྱད། ། -ལུས་དང་སེམས་ཀྱི་གནས་སྐབས་ལ། །ཡང་དང་ཡང་དུ་བརྟག་བྱ་བ། །དེ་ཉིད་ཁོ་ན་མདོར་ན་ནི། །ཤེས་བཞིན་བསྲུང་བའི་མཚན་ཉིད་དོ། ། -ལུས་ཀྱིས་འདི་དག་སྤྱད་པར་བྱ། །ཚིག་ཙམ་བརྗོད་པས་ཅི་ཞིག་འགྲུབ། །སྨན་དཔྱད་བཀླགས་པ་ཙམ་གྱིས་ནི། །ནད་པ་དག་ལ་ཕན་འགྱུར་རམ། ། -བྱང་ཆུབ་སེམས་དཔའི་སྤྱོད་པ་ལ་འཇུག་པ་ལས། ཤེས་བཞིན་བསྲུང་བར་བྱ་བ་སྟེ་ལེའུ་ལྔ་པའོ།། །། -ch-6 བསྐལ་པ་སྟོང་དུ་བསགས་པ་ཡི། །སྦྱིན་དང་བདེ་གཤེགས་མཆོད་ལ་སོགས། །ལེགས་སྤྱང་གང་ཡིན་དེ་ཀུན་ཡང་། །ཁོང་ཁྲོ་གཅིག་གིས་འཇོམས་པར་བྱེད། ། -ཞེ་སྡང་ལྟ་བུའི་སྡིག་པ་མེད། །བཟོད་པ་ལྟ་བུའི་དཀའ་ཐུབ་མེད། །དེ་བས་བཟོད་ལ་ནན་ཏན་དུ། །སྣ་ཚོགས་ཚུལ་དུ་བསྒོམ་པར་བྱ། ། -ཞེ་སྡང་ཟུག་རྔུའི་སེམས་འཆང་ན། །ཡིད་ནི་ཞི་བ་ཉམས་མི་མྱོང་། །དགའ་དང་བདེ་བའང་མི་འཐོབ་ལ། །གཉིད་མི་འོང་ཞིང་བརྟན་མེད་འགྱུར། ། -གང་དག་ནོར་དང་བཀུར་སྟི་ཡིས། །དྲིན་བྱིན་དེ་ལ་བརྟེན་གྱུར་པ། །དེ་དག་ཀྱང་ནི་སྡང་ལྡན་པའི། །རྗེ་དཔོན་དེ་ལ་གསོད་པར་རྒོལ། ། -དེ་ཡིས་མཛའ་བཤེས་སྐྱོ་བར་འགྱུར། །སྦྱིན་པས་བསྡུས་ཀྱང་བསྟེན་མི་བྱེད། །མདོར་ན་ཁྲོ་བ་བདེར་གནས་པ། །དེ་ནི་འགའ་ཡང་ཡོད་མ་ཡིན། ། -ཁྲོ་བའི་དགྲ་ཡིས་དེ་ལ་སོགས། །སྡུག་བསྔལ་དག་ནི་བྱེད་པར་འགྱུར། །གང་ཞིག་བསྒྲིམས་ཏེ་ཁྲོ་འཇོམས་པ། །དེ་ནི་འདི་དང་གཞན་དུ་བདེ། ། -མི་འདོད་བྱས་དང་འདོད་པ་ཡི། །གེགས་བྱས་པ་ལ་བྱུང་གྱུར་པ། །ཡིད་མི་བདེ་བའི་ཟས་རྙེད་ནས། །ཞེ་སྡང་བརྟས་ཏེ་བདག་འཇོམས་སོ། ། -དེ་ལྟས་བདག་གིས་དགྲ་བོ་དེའི། །ཟས་ནི་རྣམ་པར་གཞོམ་པར་བྱ། །འདི་ལྟར་བདག་ལ་གནོད་པ་ལས། །དགྲ་འདི་ལ་ནི་ལས་གཞན་མེད། ། -ཅི་ལ་བབ་ཀྱང་བདག་གིས་ནི། །དགའ་བའི་ཡིད་ནི་དཀྲུགས་མི་བྱ། །མི་དགའ་བྱས་ཀྱང་འདོད་མི་འགྲུབ། །དགེ་བ་དག་ནི་ཉམས་པར་འགྱུར། ། -གལ་ཏེ་བཅོས་སུ་ཡོད་ན་ནི། །དེ་ལ་མི་དགར་ཅི་ཞིག་ཡོད། །གལ་ཏེ་བཅོས་སུ་མེད་ན་ནི། །དེ་ལ་མི་དགའ་བྱས་ཅི་ཕན། ། -བདག་གམ་བདག་གི་བཤེས་རྣམས་ལ། །སྡུག་བསྔལ་བརྙས་དང་ཚིག་རྩུབ་དང་། །མི་སྙན་ཞེས་བྱ་མི་འདོད་དེ། །དགྲ་ལ་དེ་ལས་བཟློག་པས་སོ། ། -བདེ་བའི་རྒྱུ་ནི་རེས་འགའ་འབྱུང་། །སྡུག་བསྔལ་རྒྱུ་ནི་ཤིན་ཏུ་མང་། །སྡུག་བསྔལ་མེད་པར་ངེས་འབྱུང་མེད། །དེ་བས་སེམས་ཁྱོད་བརྟན་པར་མནོས། ། -དཀའ་ཟློག་དད་དང་ཀརྞ་པ། །བསྲེག་དང་བཅད་སོགས་ཚོར་བ་ནི། །དོན་མེད་བཟོད་བྱེད་ཐར་པ་ཡི། །དོན་དུ་བདག་གོ་ཅི་ཕྱིར་སྔར། ། -གོམས་ན་སླ་བར་མི་འགྱུར་བའི། །དངོས་དེ་གང་ཡང་ཡོད་མ་ཡིན། །དེ་བས་གནོད་པ་ཆུང་གོམས་པས། །གནོད་པ་ཆེན་པོ་བཟོད་པར་བྱོས། ། -སྦྲུལ་དང་ཤ་སྦྲང་དག་དང་ནི། །བཀྲེས་སྐོམ་ལ་སོགས་ཚོར་བ་དང་། །གཡན་པ་ལ་སོགས་བཅས་པ་ཡི། །དོན་མེད་སྡུག་བསྔལ་ཅིས་མ་མཐོང་། ། -ཚ་གྲང་ཆར་དང་རླུང་སོགས་དང་། །ནད་དང་འཆིང་དང་རྡེག་སོགས་ལ། །བདག་གིས་བཟེ་རེ་མི་བྱ་སྟེ། །དེ་ལྟར་བྱས་ན་གནོད་པ་འཕེལ། ། -ལ་ལ་བདག་གི་ཁྲག་མཐོང་ན། །དཔའ་བརྟན་ལྷག་པར་སྐྱེ་འགྱུར་ཡོད། །ལ་ལ་གཞན་གྱི་ཁྲག་མཐོང་ན། །བོག་ཅིང་བརྒྱལ་བར་འགྱུར་བ་ཡོད། ། -དེ་ནི་སེམས་ཀྱི་ངང་བརྟན་དང་། །སྔར་མའི་ཚུལ་ལས་གྱུར་པ་ཡིན། །དེ་བས་གནོད་པ་ཁྱད་བསད་ཅིང་། །སྡུག་བསྔལ་རྣམས་ཀྱིས་མི་ཚུགས་བྱོས། ། -མཁས་པས་སྡུག་བསྔལ་བྱུང་ཡང་ནི། །སེམས་ཀྱི་རབ་དང་རྙོག་མི་བྱ། །ཉོན་མོངས་རྣམས་དང་གཡུལ་འགྱེད་ལ། །གཡུལ་འགྱེད་ཚེ་ན་གནོད་པ་མང་། ། -སྡུག་བསྔལ་ཐམས་ཅད་ཁྱད་བསད་ནས། །ཞེ་སྡང་ལ་སོགས་དགྲ་འཇོམས་པ། །དེ་དག་རྒྱལ་བྱེད་དཔའ་བོ་སྟེ། །ལྷག་མ་རོ་ལ་གསོད་པའོ། ། -གཞན་ཡང་སྡུག་བསྔལ་ཡོན་ཏན་ནི། །སྐྱོ་བས་དྲེགས་པ་སེལ་བར་བྱེད། །འཁོར་བ་པ་ལ་སྙིང་རྗེ་སྐྱེ། །སྡིག་ལ་འཛེམ་དང་དགེ་ལ་དགའ། ། -མཁྲིས་པ་ལ་སོགས་སྡུག་བསྔལ་གྱི། །འབྱུང་གནས་ཆེ་ལ་མི་ཁྲོ་བར། །སེམས་ཡོད་རྣམས་ལ་ཅི་སྟེ་ཁྲོ། །དེ་དག་ཀུན་ཀྱང་རྐྱེན་གྱིས་བསྐུལ། ། -དཔེར་ན་མི་འདོད་བཞིན་དུ་ཡང་། །ནད་འདི་འབྱུང་བར་འགྱུར་བ་ལྟར། །དེ་བཞིན་མི་འདོད་བཞིན་དུ་ཡང་། །ནན་གྱིས་ཉོན་མོངས་འབྱུང་བར་འགྱུར། ། -ཁྲོ་བར་བྱ་ཞེས་མ་བསམས་ཀྱང་། །སྐྱེ་བོ་རྣམས་ནི་གྱི་ནར་ཁྲོ། །བསྐྱེད་པར་བྱ་ཞེས་མ་བསམས་ཀྱང་། །ཁྲོ་བ་དེ་བཞིན་སྐྱེ་བར་འགྱུར། ། -ཉེས་པ་ཇི་སྙེད་ཐམས་ཅད་དང་། །སྡིག་པ་རྣམ་པ་སྣ་ཚོགས་པ། །དེ་ཀུན་རྐྱེན་གྱི་སྟོབས་ལས་བྱུང་། །རང་དབང་ཡོད་པ་མ་ཡིན་ནོ། ། -རྐྱེན་རྣམས་ཚོགས་པ་དེ་དག་ཀྱང་། །བསྐྱེད་པར་བྱ་ཞེས་སེམས་པ་མེད། །དེས་བསྐྱེད་དེ་ཡང་བདག་བསྐྱེད་ཅེས། །སེམས་པ་ཡོད་པ་མ་ཡིན་ནོ། ། -གཙོ་བོ་ཞེས་བྱར་གང་འདོད་དང་། །བདག་ཅེས་བརྟགས་པ་གང་ཡིན་པ། །དེ་ཉིད་བདག་ནི་འབྱུང་བྱ་ཞེས། །ཆེད་དུ་བསམས་ཤིང་འབྱུང་བ་མེད། ། -མ་སྐྱེས་པར་ནི་དེ་མེད་ན། །དེ་ཚེ་སྐྱེ་བར་འདོད་པ་གང་། །ཡུལ་ལ་རྟག་ཏུ་གཡེང་འགྱུར་བ། །འགག་པར་འགྱུར་བའང་མ་ཡིན་ནོ། ། -ཅི་སྟེ་བདག་དེ་རྟག་ན་ནི། །མཁའ་བཞིན་བྱེད་པ་མེད་པར་མངོན། །རྐྱེན་རྣམས་གཞན་དང་ཕྲད་ན་ཡང་། །འགྱུར་བ་མེད་ལ་ཅི་བྱར་ཡོད། ། -བྱེད་པའི་ཚེ་ཡང་སྔོན་བཞིན་ན། །བྱེད་པས་དེ་ལ་ཅི་ཞིག་བྱས། །དེ་ཡི་བྱེད་པ་འདི་ཡིན་ཞེས། །འབྲེལ་པར་འགྱུར་བ་གང་ཞིག་ཡོད། ། -དེ་ལྟར་ཐམས་ཅད་གཞན་གྱི་དབང་། །དེ་ཡི་དབང་གིས་དེ་དབང་མེད། །དེ་ལྟར་ཤེས་ན་སྦྲུལ་ལྟ་བུའི། །དངོས་པོ་ཀུན་ལ་ཁྲོ་མི་འགྱུར། ། -གང་གིས་གང་ཞིག་བཟློག་བྱ་སྟེ། །བཟློག་པའང་རིགས་པ་མིན་ཞེ་ན། །དེ་ལ་བརྟེན་ནས་སྡུག་བསྔལ་རྣམས། །རྒྱུན་ཆད་འགྱུར་འདོད་མི་རིགས་མེད། ། -དེ་བས་དགྲའམ་མཛའ་ཡང་རུང་། །མི་རིགས་བྱེད་པ་མཐོང་གྱུར་ན། །འདི་འདྲའི་རྐྱེན་ལས་གྱུར་ཏོ་ཞེས། །དེ་ལྟར་སོམས་ཏེ་བདེ་བར་མནོས། ། -གལ་ཏེ་རང་དགས་འགྲུབ་འགྱུར་ན། །འགའ་ཡང་སྡུག་བསྔལ་མི་འདོད་པས། །ལུས་ཅན་དག་ནི་ཐམས་ཅད་ཀྱང་། །སུ་ལའང་སྡུག་བསྔལ་འབྱུང་མི་འགྱུར། ། -བག་མེད་པས་ནི་བདག་ལའང་བདག །ཚེར་མ་ལ་སོགས་གནོད་པ་བྱེད། །བུད་མེད་ལ་སོགས་ཐོབ་བྱའི་ཕྱིར། །རྔམ་ཞིང་ཟས་གཅོད་ལ་སོགས་བྱེད། ། -ཁ་ཅིག་འགག་ཅིང་གཡང་སར་མཆོང་། །དུག་དང་མི་འཕྲོད་ཟ་བ་དང་། །བསོད་ནམས་མ་ཡིན་སྤྱོད་པ་ཡིས། །རང་ལ་གནོད་པ་བྱེད་པ་ཡོད། ། -གང་ཚེ་ཉོན་མོངས་དབང་གྱུར་པས། །བདག་སྡུག་ཉིད་ཀྱང་གསོད་བྱེད་པ། །དེ་ཚེ་དེ་དག་གཞན་ལུས་ལ། །གནོད་མི་བྱེད་པར་ཇི་ལྟར་འགྱུར། ། -ཉོན་མོངས་སྐྱེས་པས་དེ་ལྟ་བུར། །བདག་གསོད་ལ་སོགས་ཞུགས་པ་ལ། །སྙིང་རྗེ་རྒྱ་ལ་མ་སྐྱེས་ན། །ཁྲོ་བར་འགྱུར་བ་ཅིའི་ཐ་ཚིག ། -གལ་ཏེ་གཞན་ལ་འཚེ་བྱེད་པ། །བྱིས་པ་རྣམས་ཀྱི་རང་བཞིན་ནི། །དེ་ལ་ཁྲོ་བ་མི་རིགས་ཏེ། །སྲེག་པའི་རང་བཞིན་མེ་བཀོན་འདྲ། ། -འོན་ཏེ་སྐྱོན་དེ་གློ་བུར་ལ། །སེམས་ཅན་རང་བཞིན་དེས་པ་ནའང་། །འོ་ནའང་ཁྲོ་བར་མི་རིགས་ཏེ། །མཁའ་ལ་དུད་འཐུལ་དཀོན་པ་བཞིན། ། -དབྱུག་པ་ལ་སོགས་དངོས་བཀོལ་ཏེ། །གལ་ཏེ་འཕེན་པ་ལ་ཁྲོ་ན། །དེ་ཡང་ཞེ་སྡང་གིས་རྦད་པས། །ཉིས་ན་ཞེ་སྡང་ལ་ཁྲོ་རིགས། ། -བདག་གིས་སྔོན་ཆད་སེམས་ཅན་ལ། །འདི་འདྲ་བ་ཡི་གནོད་པ་བྱས། །དེ་བས་སེམས་ཅན་འཚེ་བྱེད་པ། །བདག་ལ་གནོད་པ་འདི་འབྱུང་རིགས། ། -དེ་ཡི་མཚོན་དང་བདག་གི་ལུས། །གཉི་ག་སྡུག་བསྔལ་རྒྱུ་ཡིན་ཏེ། །དེས་མཚོན་བདག་གི་ལུས་ཕྱུང་ན། །གང་ཞིག་ལ་ནི་ཁྲོ་བར་བྱ། ། -ཤུ་བ་མི་ཡི་གཟུགས་འདྲ་བ། །རེག་ཏུ་མི་བཟོད་སྡུག་བསྔལ་ཅན། །སྲེད་མདོངས་བདག་གིས་བཟུང་གྱུར་ན། །དེ་ལ་གནོད་པ་སུ་ལ་ཁྲོ། ། -བྱིས་པ་སྡུག་བསྔལ་མི་འདོད་ཅིང་། །སྡུག་བསྔལ་རྒྱུ་ལ་བརྐམ་པས་ན། །རང་གི་ཉེས་པས་གནོད་གྱུར་པ། །གཞན་ལ་བཀོན་དུ་ཅི་ཞིག་ཡོད། ། -དཔེར་ན་དམྱལ་བའི་སྲུང་མ་དང་། །རལ་གྲི་ལོ་མའི་ནགས་ཚལ་ལྟར། །རང་གི་ལས་ཀྱིས་འདི་བསྐྱེད་པ། །གང་ཞིག་ལ་ནི་ཁྲོ་བར་བྱ། ། -བདག་གི་ལས་ཀྱིས་བསྐུལ་བྱས་ནས། །བདག་ལ་གནོད་བྱེད་རྣམས་འབྱུང་སྟེ། །དེས་ནི་སེམས་ཅན་དམྱལ་འདོང་ན། །བདག་གིས་དེ་དག་མ་བརླག་གམ། ། -འདི་དག་ལ་ནི་རྟེན་བཅས་ནས། །བཟོད་པས་བདག་སྡིག་མང་དུ་འབྱུང་། །བདག་ལ་བརྟེན་ནས་དེ་དག་ནི། །ཡུན་རིང་སྡུག་བསྔལ་དམྱལ་བར་འདོང་། ། -བདག་ནི་དེ་ལ་གནོད་བྱེད་ལ། །དེ་དག་བདག་ལ་ཕན་འདོགས་ན། །ཕྱིན་ཅི་ལོག་ཏུ་ཅི་ཡི་ཕྱིར། །མ་རུངས་སེམས་ཁྱོད་ཁྲོ་བར་བྱེད། ། -གལ་ཏེ་བདག་ལ་བསམ་པ་ཡི། །ཡོན་ཏན་ཡོད་ན་དམྱལ་མི་འགྲོ། །གལ་ཏེ་བདག་གིས་བདག་བསྲུངས་ན། །དེ་དག་ལ་འདིར་ཅི་ཞིག་བྱུང་། ། -འོན་ཏེ་ལན་དུ་གནོད་བྱས་ན། །དེ་དག་བསྲུངས་པར་མ་གྱུར་ལ། །བདག་གི་སྤྱོད་པའང་ཉམས་པར་འགྱུར། །དེས་ན་དཀའ་ཐུབ་ཞིག་པར་འགྱུར། ། -ཡིད་ནི་ལུས་ཅན་མ་ཡིན་པས། །སུས་ཀྱང་གང་དུའང་གཞོམ་མི་ནུས། །ལུས་ལ་མངོན་པར་ཞེན་པས་ན། །ལུས་ནི་སྡུག་བསྔལ་དག་གིས་གནོད། ། -བརྙས་དང་ཚིག་རྩུབ་སྨྲ་བ་དང་། །མི་སྙན་པ་ཡི་ཚིག་དེ་ཡིས། །ལུས་ལ་གནོད་པར་མི་འགྱུར་ན། །སེམས་ཁྱོད་ཅི་ཕྱིར་རབ་ཏུ་ཁྲོ། ། -གཞན་དག་བདག་ལ་མི་དགའ་བ། །དེས་ནི་ཚེ་འདིའམ་ཚེ་གཞན་ལ། །བདག་ལ་ཟ་བར་མི་བྱེད་ན། །བདག་ནི་ཅི་ཕྱིར་དེ་མི་འདོད། ། -རྙེད་པའི་བར་ཆད་བྱེད་པའི་ཕྱིར། །གལ་ཏེ་འདི་བདག་མི་འདོད་ན། །བདག་གི་རྙེད་པ་འདིར་འདོར་གྱི། །སྡིག་པ་དག་ནི་བརྟན་པར་གནས། ། -བདག་ནི་དེང་ཉིད་ཤི་ཡང་བླའི། །ལོག་འཚོས་ཡུན་རིང་གསོན་མི་རུང་། །བདག་ལྟ་ཡུན་རིང་གནས་གྱུར་ཀྱང་། །འཆི་བའི་སྡུག་བསྔལ་དེ་ཉིད་ཡིན། ། -རྨི་ལམ་ལོ་བརྒྱར་བདེ་མྱོང་ནས། །སད་པར་གྱུར་པ་གང་ཡིན་དང་། །གཞན་ཞིག་ཡུད་ཙམ་བདེ་མྱོང་ནས། །སད་པར་གྱུར་པ་གང་ཡིན་པ། ། -སད་པ་དེ་དག་གཉི་ག་ལའང་། །བདེ་བ་དེ་ནི་ཕྱིར་འོང་མེད། །ཚེ་རིང་ཚེ་ཐུང་གཉི་ག་ཡང་། །འཆི་བའི་དུས་སུ་དེ་འདྲར་ཟད། ། -རྙེད་པ་མང་པོ་ཐོབ་གྱུར་ཏེ། །ཡུན་རིང་དུས་སུ་བདེ་སྤྱད་ཀྱང་། །ཆོམ་པོས་ཕྲོགས་པ་ཇི་བཞིན་དུ། །སྒྲེན་མོ་ལག་པ་སྟོང་པར་འགྲོ། ། -གལ་ཏེ་རྙེད་པས་གསོན་གྱུར་ན། །སྡིག་ཟད་བསོད་ནམས་བྱ་ཞེ་ན། །རྙེད་པའི་དོན་དུ་ཁྲོས་གྱུར་ན། །བསོད་ནམས་ཟད་སྡིག་མི་འགྱུར་རམ། ། -གང་གི་དོན་དུ་བདག་གསོན་པ། །དེ་ཉིད་གལ་ཏེ་ཉམས་གྱུར་ན། །སྡིག་པ་འབའ་ཞིག་བྱེད་པ་ཡི། །གསོན་པ་དེས་ཀོ་ཅི་ཞིག་བྱ། ། -གལ་ཏེ་སེམས་ཅན་ཉམས་བྱེད་པས། །མི་སྙན་སྨྲ་ལ་ཁྲོ་ཞེ་ན། །གཞན་ལ་མི་སྙན་བརྗོད་ལའང་ཁྱོད། །དེ་བཞིན་ཅི་སྟེ་ཁྲོ་མི་བྱེད། ། -མ་དད་གཞན་ལ་རག་ལས་པས། །དད་པ་མེད་ལ་ཁྱོད་བཟོད་ན། །ཉོན་མོངས་སྐྱེ་ལ་རག་ལས་པས། །མི་སྙན་སྨྲ་ལ་ཅིས་མི་བཟོད། ། -སྐུ་གཟུགས་མཆོད་རྟེན་དམ་ཆོས་ལ། །འཁྱལ་ཞིང་འཇིག་པར་བྱེད་པ་ལའང་། །བདག་གིས་ཞེ་སྡང་མི་རིགས་ཏེ། །སངས་རྒྱས་སོགས་ལ་གནོད་མི་མངའ། ། -བླ་མ་གཉེན་ལ་སོགས་པ་དང་། །བཤེས་ལ་གནོད་པ་བྱེད་རྣམས་ལའང་། །སྔ་མའི་ཚུལ་གྱིས་རྐྱེན་དག་ལས། །འགྱུར་བར་མཐོང་ནས་ཁྲོ་བ་བཟློག ། -ལུས་ཅན་རྣམས་ལ་སེམས་ཡོད་དང་། །སེམས་མེད་གཉི་གས་གནོད་བྱས་ན། །སེམས་ཡོད་ཅི་སྟེ་བཀར་ཏེ་བཀོན། །དེ་བས་གནོད་པ་བཟོད་པར་གྱིས། ། -ལ་ལ་རྨོངས་པས་ཉེས་པ་བྱེད། །ལ་ལ་རྨོངས་ཏེ་ཁྲོས་གྱུར་ན། །དེ་ལ་སྐྱོན་མེད་གང་གིས་བྱ། །སྐྱོན་དང་བཅས་ཏེ་གང་ཞིག་ཡིན། ། -གང་གིས་གཞན་དག་གནོད་བྱེད་པའི། །ལས་དེ་སྔོན་ཆད་ཅི་ཕྱིར་བྱས། །ཐམས་ཅད་ལས་ལ་རག་ལས་ན། །བདག་གིས་འདི་ལ་ཅི་སྟེ་བཀོན། ། -དེ་ལྟར་མཐོང་ནས་ཅི་ནས་ཀྱང་། །ཐམས་ཅད་ཕན་ཚུན་བྱམས་སེམས་སུ། །འགྱུར་བ་དེ་ལྟར་བདག་གིས་ནི། །བསོད་ནམས་དག་ལ་བསྒྲིམས་ཏེ་བྱ། ། -དཔེར་ན་ཁྱིམ་ཚིག་གྱུར་པའི་མེ། །ཁྱིམ་གཞན་ཞིག་ཏུ་སོང་ནས་ནི། །རྩྭ་སོགས་གང་ལ་མཆེད་བྱེད་པ། །དེ་ནི་ཕྱུང་སྟེ་དོར་བ་ཡིན། ། -དེ་བཞིན་གང་ལ་སེམས་ཆགས་ནས། །ཞེ་སྡང་མེ་ནི་མཆེད་གྱུར་པ། །བསོད་ནམས་ཚིག་པར་དོགས་པ་ཡིས། །དེ་ནི་དེ་ཡི་མོད་ལ་དོར། ། -གསད་བྱའི་མི་ཞིག་ལག་བཅད་དེ། །གལ་ཏེ་ཐར་ན་ཅིས་མ་ལེགས། །གལ་ཏེ་མི་ཡི་སྡུག་བསྔལ་གྱིས། །དམྱལ་བ་བྲལ་ན་ཅིས་མ་ལེགས། ། -ད་ལྟའི་སྡུག་བསྔལ་འདི་ཙམ་ལའང་། །བདག་གིས་བཟོད་པར་མི་ནུས་ན། །དེས་ན་དམྱལ་བའི་སྡུག་བསྔལ་རྒྱུ། །ཁྲོ་བ་ཅི་སྟེ་བཟློག་མི་བྱེད། ། -འདོད་པའི་དོན་དུ་སྲེག་ལ་སོགས། །དམྱལ་བར་སྟོང་ཕྲག་མྱོང་གྱུར་ཡང་། །བདག་གིས་རང་གི་དོན་དང་ནི། །གཞན་གྱི་དོན་ཡང་མ་བྱས་སོ། ། -འདི་ནི་དེ་ཙམ་གནོད་མིན་ལ། །དོན་ཆེན་དག་ཀྱང་འགྲུབ་འགྱུར་བས། །འགྲོ་བའི་གནོད་སེལ་སྡུག་བསྔལ་ལ། །དགའ་བ་འབའ་ཞིག་འདིར་བྱ་རིགས། ། -གཞན་གྱིས་ཡོན་ཏན་ལྡན་བསྟོད་ནས། །གལ་ཏེ་དགའ་བའི་བདེ་ཐོབ་ན། །ཡིད་ཁྱོད་ཀྱང་ནི་དེ་བསྟོད་ནས། །ཅི་ཕྱིར་དེ་ལྟར་དགའ་མི་བྱེད། ། -ཁྱོད་ཀྱི་དགའ་བའི་བདེ་བ་འདི། །བདེ་འབྱུང་ཁ་ན་མ་ཐོ་མེད། །ཡོན་ཏན་ལྡན་པ་རྣམས་ཀྱིས་གནང་། །གཞན་སྡུད་པ་ཡི་མཆོག་ཀྱང་ཡིན། ། -གཞན་ཡང་དེ་ལྟར་བདེ་འགྱུར་ཞེས། །གལ་ཏེ་ཁྱོད་བདེ་འདི་མི་འདོད། །གླ་རྔན་སྦྱིན་སོགས་སྤངས་པའི་ཕྱིར། །མཐོང་དང་མ་མཐོང་ཉམས་པར་འགྱུར། ། -རང་གི་ཡོན་ཏན་བརྗོད་པའི་ཚེ། །གཞན་ལ་བདེ་བའང་འདོད་པར་བྱེད། །གཞན་གྱི་ཡོན་ཏན་བརྗོད་པའི་ཚེ། །རང་ལའང་བདེ་བ་མི་འདོད་བྱེད། ། -སེམས་ཅན་ཐམས་ཅད་བདེ་འདོད་པས། །བྱང་ཆུབ་ཏུ་ནི་སེམས་བསྐྱེད་ནས། །སེམས་ཅན་རང་གིས་བདེ་རྙེད་ན། །དེས་ཀོ་ཅི་སྟེ་ཁྲོ་བར་བྱེད། ། -འཇིག་རྟེན་གསུམ་མཆོད་འཚང་རྒྱ་བར། །སེམས་ཅན་རྣམས་ནི་འདོད་ཅེ་ན། །བསྙེན་བཀུར་ངན་ངོན་ཙམ་མཐོང་ནས། །ཅི་ཕྱིར་དེ་ལ་གདུང་བར་བྱེད། ། -གསོ་བྱ་གང་ཞིག་ཁྱོད་གསོ་བ། །ཁྱོད་ཉིད་ཀྱིས་ནི་སྦྱིན་བྱ་དེ། །གཉེན་གྱིས་འཚོ་བ་རྙེད་གྱུར་ན། །དགར་མི་འགྱུར་བར་སླར་ཁྲོའམ། ། -དེ་ཅི་འགྲོ་ལ་མི་འདོད་ན། །དེ་ལ་བྱང་ཆུབ་འདོད་གང་ཡིན། །གང་ཞིག་གཞན་འབྱོར་ཁྲོ་དེ་ལ། །བྱང་ཆུབ་སེམས་ནི་ག་ལ་ཡོད། ། -གལ་ཏེ་དེས་དེ་ལས་རྙེད་དམ། །སྦྱིན་བདག་ཁྱིམ་ན་གནས་གྱུར་པ། །ཀུན་དུ་དེ་ཁྱོད་ལ་མེད་ན། །བྱིན་མ་བྱིན་རུང་དེས་ཅི་བྱ། ། -བསོད་ནམས་དང་ནི་དད་པའམ། །རང་གི་ཡོན་ཏན་ཅི་ཕྱིར་འདོར། །རྙེད་པ་གྱུར་པ་མི་འཛིན་པ། །གང་གིས་ཁྲོ་བ་མི་བྱེད་སྨྲོས། ། -ཁྱོད་ནི་རང་གིས་སྡིག་བྱས་ལ། །མྱ་ངན་མེད་པར་མ་ཟད་ཀྱི། །བསོད་ནམས་བྱས་པ་གཞན་དག་དང་། །ལྷན་ཅིག་འགྲན་པར་བྱེད་འདོད་དམ།། །།བམ་པོ་གཉིས་པའོ། ། -གལ་ཏེ་དགྲ་ཞིག་མི་དགའ་ནའང་། །དེ་ལ་ཁྱོད་དགར་ཅི་ཞིག་ཡོད། །ཁྱོད་ཀྱི་ཡིད་སྨོན་ཙམ་གྱིས་ནི། །དེ་ལ་གནོད་པའི་རྒྱུར་མི་འགྱུར། ། -ཁྱོད་ཀྱི་འདོད་པས་སྡུག་བསྔལ་དེ། །གྲུབ་ནའང་ཁྱོད་དགར་ཅི་ཞིག་ཡོད། །གལ་ཏེ་འཚེངས་པར་འགྱུར་ཞེ་ན། །དེ་ལས་ཕུང་བའང་གཞན་ཅི་ཡོད། ། -ཉོན་མོངས་ཉ་པས་བཏབ་པ་ཡི། །མཆིལ་པ་འདི་ནི་མི་བཟད་གཟེ། །དེས་བཟུང་སེམས་དམྱལ་བུམ་པར་ཡང་། །དམྱལ་བའི་སྲུང་མས་བདག་འཚེད་དེས། ། -བསྟོད་དང་གྲགས་པའི་རིམ་གྲོས་ནི། །བསོད་ནམས་མི་འགྱུར་ཆེར་མི་འགྱུར། །བདག་སྟོབས་མི་འགྱུར་ནད་མེད་མིན། །ལུས་བདེ་བར་ཡང་མི་འགྱུར་རོ། ། -བདག་ནི་རང་དོན་ཤེས་གྱུར་ན། །དེ་ལ་རང་དོན་ཅི་ཞིག་ཡོད། །ཡིད་བདེ་འབའ་ཞིག་འདོད་ན་ནི། །རྒྱན་སོགས་ཆང་ཡང་བསྟེན་དགོས་སོ། ། -གྲགས་པའི་དོན་དུ་ནོར་ཤོར་ཅིང་། །བདག་ཉིད་ཀྱང་ནི་གསོད་བྱེད་ན། །ཚིག་འབྲུ་རྣམས་ཀྱིས་ཅི་ཞིག་བྱ། །ཤ་ནི་དེས་ཀོ་སུ་ལ་བདེ། ། -བྱེ་མའི་ཁང་བུ་རྡིབ་གྱུར་ན། །བྱིས་པ་རྣམས་ནི་ག་ཆད་དུ། །དེ་བཞིན་བསྟོད་དང་གྲགས་ཉམས་ན། །རང་གི་སེམས་ནི་བྱིས་པ་བཞིན། ། -རེ་ཞིག་སྒྲ་ལ་སེམས་མེད་ཕྱིར། །བདག་ལ་བསྟོད་སེམས་ཡོད་མི་སྲིད། །བདག་ལ་གཞན་དགའ་ཞེས་གྲགས་པ། །དེ་ནི་དགའ་བའི་རྒྱུ་ཡིན་གྲང་། ། -གཞན་ནམ་ཡང་ན་བདག་ལའང་རུང་། །གཞན་དགའ་བདག་ལ་ཅི་ཞིག་ཕན། །དགའ་བདེ་དེ་ནི་དེ་ཉིད་ཀྱི། །བདག་གིས་དེ་ལས་ཤས་མི་འཐོབ། ། -དེ་བདེ་བ་ཡི་བདག་བདེ་ན། །ཀུན་ལའང་དེ་བཞིན་བྱ་དགོས་ན། །ཇི་ལྟར་གཞན་ལ་དགའ་བ་ཡིས། །བདེ་བར་གྱུར་ན་བདག་མི་བདེ། ། -དེ་བས་བདག་ནི་བསྟོད་དོ་ཞེས། །རང་གི་དགའ་བ་སྐྱེ་འགྱུར་བ། །དེ་ཡང་དེ་ལྟར་མི་འཐད་པས། །བྱིས་པའི་སྤྱོད་པ་ཁོ་ནར་ཟད། ། -བསྟོད་སོགས་བདག་ནི་གཡེང་བར་བྱེད། །དེས་ནི་སྐྱོ་བའང་འཇིག་པར་བྱེད། །ཡོན་ཏན་ལྡན་ལ་ཕྲག་དོག་དང་། །ཕུན་སུམ་ཚོགས་པའང་འཇིག་པར་བྱེད། ། -དེ་ཕྱིར་བདག་གི་བསྟོད་སོགས་ནི། །གཞིག་ཕྱིར་གང་དག་ཉེར་གནས་པ། །དེ་དག་བདག་ནི་ངན་སོང་དུ། །ལྟུང་བ་བསྲུང་ཕྱིར་ཞུགས་མིན་ནམ། ། -བདག་ནི་གྲོལ་བ་དོན་གཉེར་ལ། །རྙེད་དང་བཀུར་སྟི་འཆིང་མི་དགོས། །གང་དག་བདག་བཅིངས་གྲོལ་བྱེད་པ། །དེ་ལ་བདག་ནི་ཇི་ལྟར་ཁྲོ། ། -བདག་ནི་སྡུག་བསྔལ་འཇུག་འདོད་ལ། །སངས་རྒྱས་ཀྱིས་ནི་བྱིན་བརླབས་བཞིན། །མི་གཏོང་སྒོ་འཕར་ཉིད་གྱུར་པ། །དེ་ལ་བདག་ནི་ཇི་ལྟར་ཁྲོ། ། -འདི་ནི་བསོད་ནམས་གེགས་བྱེད་ཅེས། །དེ་ལའང་ཁྲོ་བར་རིགས་མིན་ཏེ། །བཟོད་མཚུངས་དཀའ་ཐུབ་ཡོད་མིན་ན། །དེ་ལ་བདག་ནི་མི་གནས་སམ། ། -གལ་ཏེ་བདག་ནི་རང་སྐྱོན་གྱིས། །འདི་ལ་བཟོད་པ་མི་བྱེད་ན། །བསོད་ནམས་རྒྱུ་ནི་ཉེར་གནས་པ། །འདི་ལ་བདག་གེགས་བྱེད་པར་ཟད། ། -གང་ཞིག་གང་མེད་མི་འབྱུང་ལ། །གང་ཞིག་ཡོད་ན་ཡོད་གྱུར་པ། །དེ་ཉིད་དེ་ཡི་རྒྱུ་ཡིན་ན། །ཇི་ལྟར་དེ་ལ་གེགས་ཞེས་བྱ། ། -དུས་སུ་ཕྱིན་པའི་སློང་མོ་བས། །སྦྱིན་པའི་གེགས་བྱས་ཡོད་མ་ཡིན། །རབ་ཏུ་འབྱིན་པར་བྱེད་གྱུར་པ། །རབ་བྱུང་གེགས་ཞེས་བྱར་མི་རུང་། ། -འཇིག་རྟེན་ན་ནི་སློང་བ་མོད། །གནོད་པ་བྱེད་པ་དཀོན་པ་སྟེ། །འདི་ལྟར་ཕར་གནོད་མ་བྱས་ན། །འགའ་ཡང་གནོད་པ་མི་བྱེད་དོ། ། -དེ་བས་ངལ་བས་མ་བསྒྲུབས་པའི། །ཁྱིམ་དུ་གཏེར་ནི་བྱུང་བ་ལྟར། །བྱང་ཆུབ་སྤྱོད་པའི་གྲོགས་གྱུར་པས། །བདག་གིས་དགྲ་ལ་དགའ་བར་བྱ། ། -འདི་དང་བདག་གིས་བསྒྲུབས་པས་ན། །དེ་ཕྱིར་བཟོད་པའི་འབྲས་བུ་ནི། །འདི་ལ་ཐོག་མར་བདར་འོས་ཏེ། །འདི་ལྟར་དེ་ནི་བཟོད་པའི་རྒྱུ། ། -གལ་ཏེ་བཟོད་བསྒྲུབ་བསམ་མེད་པས། །དགྲ་འདི་མཆོད་བྱ་མིན་ཞེ་ན། །གྲུབ་པ་ཡི་ནི་རྒྱུར་རུང་བ། །དམ་པའི་ཆོས་ཀྱང་ཅི་སྟེ་མཆོད། ། -གལ་ཏེ་དགྲ་འདི་གནོད་བྱ་བའི། །བསམ་ཡོད་མཆོད་བྱ་མིན་ཞེ་ན། །སྨན་པ་བཞིན་དུ་ཕན་བརྩོན་ན། །བདག་གི་བཟོད་པ་ཇི་ལྟར་འགྲུབ། ། -དེ་བས་རབ་ཏུ་སྡང་སེམས་ལ། །བརྟེན་ནས་བཟོད་པ་སྐྱེ་བས་ན། །དེ་ཉིད་བཟོད་པའི་རྒྱུ་ཡིན་པས། །དམ་པའི་ཆོས་བཞིན་མཆོད་པར་འོས། ། -དེ་ཕྱིར་སེམས་ཅན་ཞིང་དང་ནི། །རྒྱལ་བའི་ཞིང་ཞེས་ཐུབ་པས་གསུངས། །འདི་དག་མགུ་བྱས་མང་པོ་ཞིག །འདི་ལྟར་ཕུན་ཚོགས་ཕ་རོལ་ཕྱིན། ། -སེམས་ཅན་རྣམས་དང་རྒྱལ་བ་ལས། །སངས་རྒྱས་ཆོས་འགྲུབ་འདྲ་བ་ལ། །རྒྱལ་ལ་གུས་བྱ་དེ་བཞིན་དུ། །སེམས་ཅན་ལ་མིན་ཅི་ཡི་ཚུལ། ། -བསམ་པའི་ཡོན་ཏན་རང་གིས་མིན། །འབྲས་བུ་ལས་ཡིན་དེས་མཚུངས་པར། །སེམས་ཅན་རྣམས་ལའང་ཡོན་ཏན་ཡོད། །དེ་ཕྱིར་དེ་དག་མཉམ་པ་ཡིན། ། -བྱམས་སེམས་ལྡན་ལ་མཆོད་པ་གང་། །དེ་ནི་སེམས་ཅན་ཆེ་བ་ཉིད། །སངས་རྒྱས་དད་པའི་བསོད་ནམས་གང་། །དེ་ཡང་སངས་རྒྱས་ཆེ་བ་ཉིད། ། -སངས་རྒྱས་ཆོས་འགྲུབ་ཆ་ཡོད་པ། །དེས་ན་དེ་དག་མཉམ་པར་འདོད། །ཡོན་ཏན་རྒྱ་མཚོ་མཐའ་ཡས་པའི། །སངས་རྒྱས་རྣམས་དང་འགའ་མི་མཉམ། ། -ཡོན་ཏན་མཆོག་ཚོགས་གཅིག་པུ་ཡི། །ཡོན་ཏན་ཤས་ཙམ་འགའ་ཞིག་ལ། །སྣང་ནའང་དེ་ལ་མཆོད་དོན་དུ། །ཁམས་གསུམ་ཕུལ་ཡང་ཆུང་བར་འགྱུར། ། -སངས་རྒྱས་ཆོས་མཆོག་སྐྱེ་བའི་ཤས། །སེམས་ཅན་རྣམས་ལ་ཡོད་པས་ན། །འདི་ཙམ་དག་གིས་ཆ་བསྟུན་ནས། །སེམས་ཅན་མཆོད་བྱར་རིགས་པར་འགྱུར། ། -གཞན་ཡང་གཡོ་མེད་གཉེན་གྱུར་ཅིང་། །ཕན་པ་དཔག་མེད་མཛད་རྣམས་ལ། །སེམས་ཅན་མགུ་བྱ་མ་གཏོགས་པར། །གཞན་གང་ཞིག་གིས་ལན་ལོན་འགྱུར། ། -གང་ཕྱིར་སྐུ་གཏོང་མནར་མེད་འཇུག་པ་ལ། །དེ་ལ་ཕན་བཏགས་ལན་ལོན་འགྱུར་བས་ན། །དེ་བས་འདི་དག་གནོད་ཆེན་བྱེད་ན་ཡང་། །ཐམས་ཅད་བཟང་དགུ་ཞིག་ཏུ་སྤྱད་པར་བྱ། ། -རེ་ཞིག་བདག་གི་རྗེར་གྱུར་ཉིད་ཀྱང་ནི། །གང་ཕྱིར་རང་གི་སྐུ་ལའང་མི་གཟིགས་པ། །དེ་ལ་རྨོངས་པ་བདག་གིས་ཇི་ལྟར་ན། །ང་རྒྱལ་བྱ་ཞིང་བྲན་གྱི་དངོས་མི་བྱ། ། -གང་དག་བདེ་བས་ཐུབ་རྣམས་དགྱེས་འགྱུར་ཞིང་། །གང་ལ་གནོད་ན་མི་དགྱེས་འབྱུང་འགྱུར་བ། །དེ་དག་དགའ་བས་ཐུབ་པ་ཀུན་དགྱེས་ཤིང་། །དེ་ལ་གནོད་བྱས་ཐུབ་ལ་གནོད་པ་བྱས། ། -ཇི་ལྟར་ལུས་ལ་ཀུན་ནས་མེ་འབར་བ། །འདོད་པ་ཀུན་གྱིས་ཡིད་བདེར་མི་འགྱུར་བ། །དེ་བཞིན་སེམས་ཅན་གནོད་པ་བྱས་ན་ཡང་། །ཐུགས་རྗེ་ཆེ་རྣམས་དགྱེས་པའི་ཐབས་མེད་དོ། ། -དེ་བས་བདག་གིས་འགྲོ་ལ་གནོད་བྱས་པས། །ཐུགས་རྗེ་ཆེ་ཀུན་མི་དགྱེས་གྱུར་པ་གང་། །སྡིག་དེ་དེ་རིང་སོ་སོར་བཤགས་བགྱི་ཡིས། །མི་དགྱེས་གང་ལགས་དེ་ཐུབ་བཟོད་པར་གསོལ། ། -དེ་བཞིན་གཤེགས་རྣམས་དགྱེས་པར་བགྱི་སླད་དུ། །དེང་ནས་བཟུང་ནས་འཇིག་རྟེན་བྲན་དུ་མཆི། །འགྲོ་མང་རྡོག་པས་བདག་གི་སྤྱིར་འཚོག་གམ། །འགུམས་ཀྱང་མི་བསྡོ་འཇིག་རྟེན་མགོན་དགྱེས་མཛོད། ། -འགྲོ་བ་འདི་ཀུན་ཐུགས་རྗེའི་བདག་ཅན་དེས། །བདག་ཏུ་མཛད་པ་འདི་ལ་ཐེ་ཚོམ་མེད། །སེམས་ཅན་ངོ་བོར་མཐོང་བ་འདི་དག་ཉིད། །མགོན་དེ་བདག་ཉིད་ཅི་ཕྱིར་གུས་མི་བྱེད། ། -འདི་ཉིད་དེ་བཞིན་གཤེགས་པ་མཉེས་བྱེད་ཡིན། །རང་དོན་ཡང་དག་སྒྲུབ་པའང་འདི་ཉིད་དོ། །འཇིག་རྟེན་སྡུག་བསྔལ་སེལ་བའང་འདི་ཉིད་དེ། །དེ་ལྟས་བདག་གིས་རྟག་ཏུ་དེ་ཉིད་བྱ། ། -དཔེར་ན་རྒྱལ་པོའི་མི་འགའ་ཞིག །སྐྱེ་བོ་མང་ལ་གནོད་བྱེད་ཀྱང་། །སྐྱེ་བོ་མིག་རྒྱང་རིང་པོ་དག །ནུས་ཀྱང་ཕྱིར་གནོད་མི་བྱེད་དེ། ། -འདི་ལྟར་དེ་གཅིག་མ་ཡིན་གྱི། །རྒྱལ་པོའི་མཐུ་སྟོབས་དེ་ཡི་མཐུ། །དེ་བཞིན་གནོད་བྱེད་ཉམ་ཆུང་བ། །འགའ་ཡང་ཁྱད་དུ་གསད་མི་བྱ། ། -འདི་ལྟར་དམྱལ་བའི་སྲུང་མ་དང་། །ཐུགས་རྗེ་ལྡན་རྣམས་དེ་ཡི་དཔུང་། །དེ་ལྟར་དམངས་ཀྱིས་རྒྱལ་གཏུམ་བཞིན། །སེམས་ཅན་རྣམས་ནི་མགུ་བར་བྱ། ། -རྒྱལ་པོ་ལྟ་ཞིག་ཁྲོས་ན་ཡང་། །སེམས་ཅན་མི་མགུ་བྱས་པ་ཡིས། །མྱོང་བར་འགྱུར་བ་གང་ཡིན་པ། །དམྱལ་བའི་གནོད་པ་དེས་བྱེད་དམ། ། -རྒྱལ་པོ་ལྟ་ཞིག་མགུ་ན་ཡང་། །སེམས་ཅན་མགུ་བར་བྱས་པ་ཡིས། །འཐོབ་པར་འགྱུར་བ་གང་ཡིན་པ། །སངས་རྒྱས་ཉིད་སྦྱིན་མི་སྲིད་དོ། ། -སེམས་ཅན་མགུ་ལས་བྱུང་བ་ཡི། །མ་འོངས་སངས་རྒྱས་འགྲུབ་ལྟ་ཞོག །ཚེ་འདི་ཉིད་ལ་དཔལ་ཆེན་དང་། །གྲགས་དང་སྐྱིད་འགྱུར་ཅིས་མ་མཐོང་། ། -འཁོར་ཚེ་བཟོད་པས་མཛེས་སོགས་དང་། །ནད་མེད་པ་དང་གྲགས་པ་ཡིས། །ཤིན་ཏུ་ཡུན་རིང་འཚོ་བ་དང་། །འཁོར་ལོས་སྒྱུར་བའི་བདེ་རྒྱས་ཐོབ། ། -བྱང་ཆུབ་སེམས་དཔའི་སྤྱོད་པ་ལ་འཇུག་པ་ལས། བཟོད་པ་བསྟན་པ་ཞེས་བྱ་བ་སྟེ་ལེའུ་དྲུག་པའོ།། །། -ch-7 དེ་ལྟར་བཟོད་པས་བརྩོན་འགྲུས་བརྩམ། །འདི་ལྟར་བརྩོན་ལ་བྱང་ཆུབ་གནས། །རླུང་མེད་གཡོ་བ་མེད་པ་བཞིན། །བསོད་ནམས་བརྩོན་འགྲུས་མེད་མི་འབྱུང་། ། -བརྩོན་གང་དགེ་ལ་སྤྲོ་བའོ། །དེ་ཡི་མི་མཐུན་ཕྱོགས་བཤད་བྱ། །ལེ་ལོ་ངན་ལ་ཞེན་པ་དང་། །སྒྱིད་ལུག་བདག་ཉིད་བརྙས་པའོ། ། -སྙོམ་ལས་བདེ་བའི་རོ་མྱང་དང་། །གཉིད་ལ་བརྟེན་པའི་སྲེད་པ་ཡིས། །འཁོར་བའི་སྡུག་བསྔལ་མི་སྐྱོ་ལས། །ལེ་ལོ་ཉེ་བར་སྐྱེ་བར་འགྱུར། ། -ཉོན་མོངས་རྒྱ་པས་བཤོར་ནས་ནི། །སྐྱེ་བའི་རྒྱར་ནི་ཆུད་གྱུར་ནས། །འཆི་བདག་ཁར་ནི་སོང་གྱུར་པ། །ཅི་སྟེ་ད་དུང་མི་ཤེས་སམ། ། -རང་སྡེ་རིམ་གྱིས་གསོད་པ་ཡང་། །ཁྱོད་ཀྱིས་མཐོང་བར་མ་གྱུར་ཏམ། །འོན་ཀྱང་གཉིད་ལ་བརྟེན་པ་གང་། །གདོལ་པ་དང་ནི་མ་ཧེ་བཞིན། ། -ལམ་ནི་ཀུན་ནས་བཀག་ནས་སུ། །འཆི་བདག་གིས་ནི་བལྟས་བཞིན་དུ། །ཇི་ལྟར་ཁྱོད་ནི་ཟ་དགའ་ཞིང་། །འདི་ལྟར་གཉིད་ལོག་ཇི་ལྟར་དགའ། ། -མྱུར་བ་ཉིད་དུ་འཆི་འགྱུར་བས། །ཇི་སྲིད་དུ་ནི་ཚོགས་བསག་བྱ། །དེ་ཚེ་ལེ་ལོ་སྤངས་ཀྱང་ནི། །དུས་མ་ཡིན་པར་ཅི་ཞིག་བྱ། ། -འདི་ནི་མ་བྱས་བརྩམས་པ་དང་། །འདི་ཕྱེད་བྱས་པར་གནས་པ་ལ། །གློ་བུར་འཆི་བདག་འོངས་ནས་ནི། །ཀྱི་ཧུད་བཅོམ་ཞེས་སེམས་པར་འགྱུར། ། -མྱ་ངན་ཤུགས་ཀྱིས་སྐྲངས་པ་ཡི། །མིག་དམར་གདོང་ལ་མཆི་མ་འཛག །ཉེ་དུ་རེ་ཐག་ཆད་པ་དང་། །གཤིན་རྗེའི་ཕོ་ཉའི་བཞིན་ལ་བལྟ། ། -རང་སྡིག་དྲན་པས་གདུང་བ་དང་། །དམྱལ་བའི་སྒྲ་ནི་ཐོས་པ་ཡིས། །སྐྲག་པས་མི་གཙང་ལུས་གོས་ཤིང་། །མྱོས་པར་འགྱུར་ཚེ་ཅི་ཞིག་བྱ། ། -ཁྱོད་ནི་ཉ་གསོན་འགྲེ་བ་ལྟའི། །ཚེ་འདིར་འཇིགས་དང་ལྡན་གྱུར་ན། །སྡིག་བྱས་དམྱལ་བ་མི་བཟད་པའི། །སྡུག་བསྔལ་རྣམས་ནི་སྨོས་ཅི་དགོས། ། -ཆུ་ཚན་གྱིས་ནི་རེག་པ་ན། །གཞོན་ཤ་ཅན་ལ་རབ་ཚ་བའི། །དམྱལ་བ་ཡི་ནི་ལས་བྱས་ནས། །ཅི་ཕྱིར་འདི་ལྟར་བདེ་བར་གནས། ། -བརྩོན་མེད་འབྲས་བུ་འདོད་པ་དང་། །བཟེ་རེ་ཅན་ལ་གནོད་མང་ཞིང་། །འཆི་བས་བཟུང་བཞིན་ལྷ་འདྲ་བ། །ཀྱི་ཧུད་སྡུག་བསྔལ་དག་གིས་བཅོམ། ། -མི་ཡི་གྲུ་ལ་བརྟེན་ནས་སུ། །སྡུག་བསྔལ་ཆུ་བོ་ཆེ་ལས་སྒྲོལ། །གྲུ་འདི་ཕྱི་ནས་རྙེད་དཀའ་བས། །རྨོངས་པ་དུས་སུ་གཉིད་མ་ལོག ། -དགའ་བའི་རྒྱུ་ནི་མཐའ་ཡས་པའི། །དམ་ཆོས་དགའ་བའི་མཆོག་སྤངས་ནས། །སྡུག་བསྔལ་རྒྱུ་ཡིས་གཡེང་བ་དང་། །རྒོད་སོགས་ལ་ཁྱོད་ཅི་ཕྱིར་དགའ། ། -སྒྱིད་ལུག་མེད་དང་དཔུང་ཚོགས་དང་། །ལྷུར་བླང་བདག་ཉིད་དབང་བྱ་དང་། །བདག་དང་གཞན་དུ་མཉམ་པ་དང་། །བདག་དང་གཞན་དུ་བརྗེ་བར་གྱིས། ། -བདག་གིས་བྱང་ཆུབ་ག་ལ་ཞེས། །སྒྱིད་ལུག་པར་ནི་མི་བྱ་སྟེ། །འདི་ལྟར་དེ་བཞིན་གཤེགས་པ་ནི། །བདེན་པ་གསུང་བས་བདེན་འདི་གསུངས། ། -སྦྲང་བུ་ཤ་སྦྲང་བུང་བ་དང་། །དེ་བཞིན་སྲིན་བུར་གང་གྱུར་པ། །དེས་ཀྱང་བརྩོན་པའི་སྟོབས་བསྐྱེད་ན། །བྱང་ཆུབ་ཐོབ་དཀའ་བླ་མེད་འཐོབ། ། -བདག་ལྟ་རིགས་ཀྱིས་མིར་སྐྱེས་ལ། །ཕན་དང་གནོད་པའི་ངོ་ཤེས་པས། །བྱང་ཆུབ་སྤྱོད་པ་མ་བཏང་ན། །བདག་གིས་བྱང་ཆུབ་ཅིས་མི་འཐོབ། ། -འོན་ཏེ་རྐང་ལག་ལ་སོགས་པ། །བཏང་དགོས་བདག་ནི་འཇིགས་ཤེ་ན། །ལྕི་དང་ཡང་བ་མ་དཔྱད་པར། །རྨོངས་པས་བདག་ནི་འཇིགས་པར་ཟད། ། -བསྐལ་པ་བྱེ་བ་གྲངས་མེད་དུ། །ལན་གྲངས་དུ་མར་བཅད་པ་དང་། །དབུག་དང་བསྲེག་དང་གཤེགས་འགྱུར་གྱི། །བྱང་ཆུབ་ཐོབ་པར་མི་འགྱུར་རོ། ། -བདག་གིས་བྱང་ཆུབ་སྒྲུབ་པ་ཡི། །སྡུག་བསྔལ་འདི་ནི་ཚོད་ཡོད་དེ། །ཟུག་རྔུ་ཁོང་བརླག་གནོད་བསལ་ཕྱིར། །ལུས་རྨ་བཏོད་པའི་སྡུག་བསྔལ་བཞིན། ། -སྨན་པ་ཀུན་ཀྱང་གསོ་དཔྱད་ཀྱིས། །མི་བདེ་བ་ཡི་ནད་མེད་བྱེད། །དེ་བས་སྡུག་བསྔལ་མང་པོ་དག །གཞོམ་ཕྱིར་མི་བདེ་ཆུང་བཟོད་བྱ། ། -གསོ་དཔྱད་ཕལ་པ་འདི་འདྲ་བ། །སྨན་པ་མཆོག་གིས་མ་མཛད་དེ། །ཆོ་ག་ཤིན་ཏུ་འཇམ་པོ་ཡིས། །ནད་ཆེན་དཔག་མེད་གསོ་བར་མཛད། ། -ཚོད་མ་ལ་སོགས་སྦྱིན་པ་ལའང་། །འདྲེན་པས་ཐོག་མར་སྦྱོར་བར་མཛད། །དེ་ལ་གོམས་ནས་ཕྱི་ནས་ནི། །རིམ་གྱིས་རང་གི་ཤ་ཡང་གཏོང་། ། -གང་ཚེ་རང་གི་ལུས་ལ་ནི། །ཚོད་སོགས་ལྟ་བུའི་བློ་སྐྱེས་པ། །དེ་ཚེ་ཤ་ལ་སོགས་གཏོང་བ། །དེ་ལ་དཀའ་བ་ཅི་ཞིག་ཡོད། ། -སྡིག་པ་སྤང་ཕྱིར་སྡུག་བསྔལ་མེད། །མཁས་པའི་ཕྱིར་ན་མི་དགའ་མེད། །འདི་ལྟར་ལོག་པར་རྟོག་པ་དང་། །སྡིག་པས་སེམས་དང་ལུས་ལ་གནོད། ། -བསོད་ནམས་ཀྱིས་ནི་ལུས་བདེ་ལ། །མཁས་པ་ཡིས་ནི་སེམས་བདེ་ན། །གཞན་དོན་འཁོར་བར་གནས་ཀྱང་ནི། །སྙིང་རྗེ་ཅན་དག་ཅི་སྟེ་སྐྱོ། ། -འདི་ནི་བྱང་ཆུབ་སེམས་སྟོབས་ཀྱིས། །སྔོན་གྱི་སྡིག་པ་ཟད་བྱེད་ཅིང་། །བསོད་ནམས་རྒྱ་མཚོ་སྡུད་བྱེད་ཕྱིར། །ཉན་ཐོས་རྣམས་པས་མཆོག་ཏུ་བཤད། ། -དེ་བས་སྐྱོ་ངལ་ཀུན་སེལ་བའི། །བྱང་ཆུབ་སེམས་ཀྱི་རྟ་ཞོན་ནས། །བདེ་ནས་བདེ་བར་འགྲོ་བ་ལ། །སེམས་ཤེས་སུ་ཞིག་སྒྱིད་ལུག་འགྱུར། ། -སེམས་ཅན་དོན་གྲུབ་བྱ་ཕྱིར་དཔུང་། །མོས་བརྟན་དགའ་དང་དོར་བ་ཡིན། །མོས་པ་སྡུག་བསྔལ་འཇིགས་པ་དང་། །དེ་ཡི་ཕན་ཡོན་བསམ་པས་བསྐྱེད། ། -དེ་ལྟར་མི་མཐུན་ཕྱོགས་སྤངས་ཏེ། །མོས་དང་ང་རྒྱལ་དགའ་དང་དོར། །ལྷུར་ལེན་དབང་བསྒྱུར་སྟོབས་ཀྱིས་ནི། །བརྩོན་འགྲུས་སྤེལ་ཕྱིར་འབད་པར་བྱ། ། -བདག་དང་གཞན་གྱི་ཉེས་པ་ནི། །དཔག་མེད་བདག་གིས་གཞོམ་བྱ་སྟེ། །གང་དུ་ཉེས་པ་རེ་རེ་ལའང་། །བསྐལ་པ་རྒྱ་མཚོ་ཟད་འགྱུར་བ། ། -ཉེས་ཟད་རྩོམ་པ་དེ་ཡི་ནི། །ཆ་ཡང་བདག་ལ་མ་མཐོང་ན། །སྡུག་བསྔལ་དཔག་ཏུ་མེད་པའི་གནས། །བདག་གོ་ཅི་ཕྱིར་སྙིང་མ་གས། ། -བདག་དང་གཞན་གྱི་ཡོན་ཏན་ནི། །མང་པོ་བདག་གིས་བསྒྲུབ་བྱ་སྟེ། །དེ་ལ་ཡོན་ཏན་རེ་རེ་ཡང་། །བསྐལ་པ་རྒྱ་མཚོས་གོམས་འགྱུར་ན། ། -བདག་ནི་ཡོན་ཏན་ཆ་ལ་ཡང་། །གོམས་པ་ནམ་ཡང་མ་སྐྱེས་ཏེ། །ཇི་ཞིག་ལྟར་རྙེད་སྐྱེ་བ་ནི། །བདག་གིས་དོན་མེད་བྱས་པ་མཚར། ། -བདག་གིས་བཅོམ་ལྡན་མ་མཆོད་ཅིང་། །དགའ་སྟོན་ཆེན་པོའི་བདེ་མ་བྱིན། །བསྟན་ལ་བྱ་བ་མ་བྱས་དང་། །དབུལ་པོའི་བསམ་པ་རྫོགས་མ་བྱས། ། -འཇིགས་ལ་མི་འཇིགས་མ་བྱིན་དང་། །ཉམ་ཐག་བདེ་མ་བྱིན་ན་བདག །མ་ཡི་མངལ་གྱི་ཟུག་རྔུ་དང་། །སྡུག་བསྔལ་འབའ་ཞིག་བསྐྱེད་པར་ཟད། ། -བདག་ནི་སྔོན་དང་ད་ལྟར་ཡང་། །ཆོས་ལ་མོས་དང་བྲལ་བ་ཡིས། །ཕོངས་པ་འདི་འདྲ་བྱུང་བར་གྱུར། །སུ་ཞིག་ཆོས་ལ་མོས་པ་གཏོང་། ། -དགེ་བའི་ཕྱོགས་ནི་ཐམས་ཅད་ཀྱི། །རྩ་བ་མོས་པར་ཐུབ་པས་གསུངས། །དེ་ཡི་རྩ་བ་རྟག་ཏུ་ནི། །རྣམ་སྨིན་འབྲས་བུ་བསྒོམས་པས་སོ། ། -སྡུག་བསྔལ་ཡིད་མི་བདེ་བ་དང་། །འཇིགས་པ་རྣམ་པ་སྣ་ཚོགས་དང་། །འདོད་པ་རྣམས་དང་བྲལ་བ་ནི། །སྡིག་པ་སྤྱོད་ལས་འབྱུང་བར་འགྱུར། ། -ཡིད་ལ་བསམས་པའི་དགེ་བྱས་པས། །གང་དང་གང་དུ་འགྲོ་འགྱུར་བ། །དེ་དང་དེར་ནི་བསོད་ནམས་དེས། །འབྲས་བུའི་ཡོན་གྱིས་མངོན་མཆོད་འགྱུར། ། -སྡིག་པ་བྱེད་པ་བདེ་འདོད་ཀྱང་། །གང་དང་གང་དུ་འགྲོ་འགྱུར་བ། །དེ་དང་དེར་ནི་སྡིག་པ་དེས། །སྡུག་བསྔལ་མཚོན་གྱིས་རྣམ་པར་འཇོམས། ། -རྒྱ་ཆེ་དྲི་བཟང་བསེལ་བའི་པདྨའི་སྙིང་པོར་གནས། །རྒྱལ་བའི་གསུང་སྙན་ཟས་ཀྱིས་གཟི་བརྗིད་བསྐྱེད་བྱས་པ། །ཐུབ་འོད་ཀྱིས་རྒྱས་པདྨ་ལས་བྱུང་ལུས་མཆོག་ཅན། །རྒྱལ་བའི་མདུན་གནས་བདེ་གཤེགས་སྲས་སུ་དགེ་བས་འགྱུར། ། -གཤིན་རྗེའི་སྐྱེས་བུས་པགས་པ་མ་ལུས་བཤུས་པས་ཤིན་ཏུ་ཉམ་ཐག་ཅིང་། །རབ་ཏུ་ཚ་བའི་མེ་ཡིས་བཞུས་པའི་ཟངས་ཞུན་ལུས་ལ་བླུགས་གྱུར་ལ། །འབར་བའི་རལ་གྲི་མདུང་ཐུང གིས་བསྣུན་ཤ་ཡི་དུམ་བུ་བརྒྱར་ལྷགས་ཤིང་། །ཤིན་ཏུ་འབར་བའི་ལྕགས་ཀྱི་ས་གཞིར་ལྷུང་བ་མི་དགེ་མང་པོས་འགྱུར། ། -དེ་བས་དགེ་ལ་མོས་བྱ་ཞིང་། །གུས་པ་ཉིད་དུ་བསྒོམ་པར་བྱ། །རྡོ་རྗེ་རྒྱལ་མཚན་ཆོ་ག་ཡིས། །བརྩམས་ནས་ང་རྒྱལ་བསྒོམ་པར་བྱ། ། -དང་པོར་འབྱོར་པ་བརྟགས་ནས་ནི། །བརྩམ་མམ་ཡང་ན་མི་བརྩམ་བྱ། །མ་བརྩམས་པ་ནི་མཆོག་ཡིན་གྱི། །བརྩམས་ནས་ལྡོག་པར་མི་བྱའོ། ། -སྐྱེ་བ་གཞན་དུ་དེ་གོམས་ཤིང་། །སྡིག་དང་སྡུག་བསྔལ་འཕེལ་བར་འགྱུར། །གཞན་དང་འབྲས་བུའི་དུས་ཀྱང་ནི། །དམན་འགྱུར་དེ་ཡང་འགྲུབ་མི་འགྱུར། ། -ལས་དང་ཉོན་མོངས་ནུས་པ་སྟེ། །གསུམ་པོ་དག་ལ་ང་རྒྱལ་བྱ། །བདག་ཉིད་གཅིག་པུས་བྱའོ་ཞེས། །འདི་ནི་ལས་ཀྱི་ང་རྒྱལ་ཉིད། ། -ཉོན་མོངས་དབང་མེད་འཇིག་རྟེན་འདིས། །རང་དོན་སྒྲུབ་པར་མི་ནུས་པས། །འགྲོ་བས་བདག་ལྟར་མི་ནུས་ཏེ། །དེ་བས་བདག་གིས་འདི་བྱའོ། ། -གཞན་དག་དམན་པའི་ལས་བྱེད་ན། །བདག་ཉིད་ཀྱང་ནི་ཇི་ལྟར་འདུག །ང་རྒྱལ་གྱིས་ནི་མི་བྱེད་དེ། །བདག་ལ་ང་རྒྱལ་མེད་པ་མཆོག ། -ཤི་བའི་སྦྲུལ་དང་ཕྲད་གྱུར་ན། །ཁྭ་ཡང་མཁའ་ལྡིང་ལྟ་བུར་སྤྱོད། །གལ་ཏེ་བདག་ཉིད་ཉམ་ཆུང་ན། །ལྟུང་བ་ཆུང་ངུའང་གནོད་པར་བྱེད། ། -ཞུམ་བཅས་རྩོལ་བ་དོར་བ་ལ། །ཕོངས་ལས་ཐར་བ་ཡོད་དམ་ཅི། །ང་རྒྱལ་རྩོལ་བ་བསྐྱེད་པས་ནི། །ཆེན་པོ་ཡིས་ཀྱང་ཐུབ་པར་དཀའ། ། -དེ་བས་སེམས་ནི་བརྟན་པ་ཡིས། །ལྟུང་བ་རྣམས་ནི་གཞོམ་བྱ་སྟེ། །བདག་ནི་ལྟུང་བས་ཕམ་བྱས་ན། །ཁམས་གསུམ་རྒྱལ་འདོད་བཞད་གད་འགྱུར། ། -བདག་གིས་ཀུན་ལས་རྒྱལ་བྱ་སྟེ། །བདག་ལས་སུ་ཡང་རྒྱལ་མི་བྱ། །རྒྱལ་བ་སེང་གེའི་སྲས་བདག་གིས། །ང་རྒྱལ་འདི་ལ་གནས་པར་བྱ། ། -འགྲོ་གང་ང་རྒྱལ་གྱིས་བཅོམ་དེ། །ཉོན་མོངས་ང་རྒྱལ་ཅན་མ་ཡིན། །ང་རྒྱལ་ཅན་དགྲའི་དབང་མི་འགྲོ། །དེ་དག་ང་རྒྱལ་དགྲ་དབང་འགྱུར། ། -ཉོན་མོངས་ང་རྒྱལ་གྱིས་ཁེངས་ནི། །ངན་འགྲོར་ང་རྒྱལ་གྱིས་ཁྲིད་ཅིང་། །མི་ཡི་དགའ་སྟོན་བཅོམ་པ་དང་། །གཞན་གྱི་ཟན་ཟའི་བྲན་དང་ནི། །གླེན་པ་མི་སྡུག་ཉམ་ཆུང་དང་། ། -ཐམས་ཅད་དུ་ནི་བརྙས་པར་འགྱུར། །ང་རྒྱལ་གྱིས་ཁེངས་དཀའ་ཐུབ་ཅན། །དེ་ཡང་ང་རྒྱལ་ཅན་གཏོགས་ན། །དམན་པ་ཅི་འདྲ་ཡིན་པ་སྨྲོས། ། -གང་ཞིག་ང་རྒྱལ་དགྲ་ལས་རྒྱལ་ཕྱིར་ང་རྒྱལ་འཆང་། །དེ་ནི་ང་རྒྱལ་ཅན་དང་རྣམ་རྒྱལ་དཔའ་དེ་ཉིད། །གང་ཞིག་ང་རྒྱལ་དགྲ་བདོ་བ་ཡང་ངེས་བཅོམ་སྟེ། །འགྲོ་ལ་འདོད་བཞིན་རྒྱལ་བའི་འབྲས་བུ་རྫོགས་པར་བྱེད། ། -ཉོན་མོངས་ཕྱོགས་ཀྱི་ཁྲོད་གནས་ན། །རྣམ་པ་སྟོང་དུ་སྲན་གཟུགས་ཏེ། །ཝ་ལ་སོགས་པས་སེང་གེ་བཞིན། །ཉོན་མོངས་ཚོགས་ཀྱིས་མི་ཚུགས་བྱ། ། -ཉམ་ང་ཆེ་ཐང་བྱུང་གྱུར་ཀྱང་། །མི་ཡིས་མིག་ནི་བསྲུང་བ་ལྟར། །དེ་བཞིན་ཉམ་ང་བྱུང་གྱུར་ཀྱང་། །ཉོན་མོངས་དབང་དུ་མི་འགྱུར་བྱ། ། -བདག་ནི་བསྲེགས་ཏེ་བསད་གྱུར་ཏམ། །བདག་གི་མགོ་བོ་བཅད་ཀྱང་བླ། །རྣམ་པ་ཀུན་དུ་ཉོན་མོངས་པའི། །དགྲ་ལ་འདུད་པར་མི་བྱའོ། །དེ་བཞིན་གནས་སྐབས་ཐམས་ཅད་དུ། །རིགས་པ་ལས་ནི་གཞན་མི་སྤྱད། ། -རྩེད་མོའི་བདེ་འབྲས་འདོད་པ་ལྟར། །འདི་ཡིས་བྱ་བའི་ལས་གང་ཡིན། །ལས་དེ་ལ་ནི་ཞེན་བྱ་སྟེ། །ལས་དེས་མི་ངོམས་དགའ་བར་བྱ། ། -བདེ་བའི་དོན་དུ་ལས་བྱས་ཀྱང་། །བདེ་འགྱུར་མི་འགྱུར་གཏོལ་མེད་ཀྱི། །གང་གི་ལས་ཉིད་བདེ་འགྱུར་བ། །དེ་ལས་མི་བྱེད་ཇི་ལྟར་བདེ། ། -སྤུ་གྲིའི་སོར་ཆགས་སྦྲང་རྩི་ལྟའི། །འདོད་པ་རྣམས་ཀྱིས་མི་ངོམས་ན། །རྣམ་སྨིན་བདེ་ལ་ཞི་བ་ཡི། །བསོད་ནམས་ཀྱིས་ལྟ་ཅི་སྟེ་ངོམས། ། -དེ་ལྟས་ལས་ཚར་ཕྱིན་བྱའི་ཕྱིར། །ཉི་མ་ཕྱེད་དུས་གདུངས་པ་ཡི། །གླང་ཆེན་མཚོ་ཕྲད་མཚོར་འཇུག་ལྟར། །ལས་དེ་ལ་ཡང་འཇུག་པར་བྱ། ། -སྟོབས་ཉམས་པ་དང་རྗེས་འབྲེལ་ན། །སླར་བྱའི་དོན་དུ་དོར་བར་བྱ། །ལེགས་པར་ཟིན་ན་ཕྱི་མ་དང་། །ཕྱི་མ་འདོད་པས་དེ་སྤང་བྱ། ། -འཐབ་རྙིང་དགྲ་དང་ལྷན་ཅིག་ཏུ། །གཡུལ་ངོར་རལ་ཁ་ལྷགས་པ་བཞིན། །ཉོན་མོངས་མཚོན་ལས་གཟུར་བྱ་ཞིང་། །ཉོན་མོངས་དགྲ་རྣམས་གཞོམ་པར་བཏེག ། -གཡུལ་དུ་རལ་གྲི་ལྷུང་གྱུར་ན། །འཇིགས་པས་མྱུར་དུ་ལེན་པ་ལྟར། །དེ་བཞིན་དྲན་པའི་མཚོན་ཤོར་ན། །དམྱལ་བའི་འཇིགས་དྲན་མྱུར་དུ་བླང་། ། -ཇི་ལྟར་ཁྲག་ལ་བརྟེན་བཅས་ནས། །དུག་ནི་ལུས་ལ་ཁྱབ་འགྱུར་བ། །དེ་བཞིན་གླགས་ནི་རྙེད་གྱུར་ན། །ཉེས་པས་སེམས་ལ་ཁྱབ་པར་འགྱུར། ། -ཡུངས་མར་བཀང་བའི་སྣོད་བཀུར་ལ། །རལ་གྲི་ཐོགས་པས་དྲུང་བསྡད་དེ། །བོ་ན་གསོད་བསྡིགས་འཇིགས་པ་ལྟར། །བརྟུལ་ཞུགས་ཅན་གྱིས་དེ་བཞིན་སྒྲིམ། ། -དེ་བས་པང་དུ་སྦྲུལ་འོངས་ན། །ཇི་ལྟར་རིངས་པར་ལྡང་བ་ལྟར། །དེ་བཞིན་གཉིད་དང་སྙོམ་འོངས་ན། །མྱུར་དུ་དེ་དག་བཟློག་པར་བྱ། ། -ཉེས་པ་བྱུང་བ་རེ་རེ་ཞིང་། །བདག་ལ་སྨད་ནས་ཅི་ནས་ཀྱང་། །བདག་ལ་ཕྱིས་འདི་མི་འབྱུང་བ། །དེ་ལྟར་བྱ་ཞེས་ཡུན་རིང་བསམ། ། -ཇི་ལྟར་གནས་སྐབས་འདི་དག་ལ། །དྲན་པ་གོམས་པ་ཉིད་འགྱུར་ཞེས། །རྒྱུ་འདི་ཡིས་ནི་ཕྲད་པའམ། །རིགས་པའི་ལས་ནི་འདོད་པར་བྱ། ། -ཅི་ནས་ལས་བྱེད་སྔོན་རོལ་ནས། །ཐམས་ཅད་ལ་ནི་མཐུ་ཡོད་པ། །དེ་ལྟར་བག་ཡོད་གཏམ་དྲན་ཏེ། །བདག་ཉིད་ལྡང་བ་ཡང་བར་བྱ། ། -ཇི་ལྟར་རླུང་ནི་འགྲོ་བ་དང་། །འོང་བས་ཤིང་བལ་དབང་བསྒྱུར་བ། །དེ་བཞིན་སྤྲོ་བས་དབང་བསྒྱུར་ཏེ། །དེ་ལྟར་ན་ནི་འགྲུབ་པར་འགྱུར། ། -བྱང་ཆུབ་སེམས་དཔའི་སྤྱོད་པ་ལ་འཇུག་པ་ལས། བརྩོན་འགྲུས་བསྟན་པ་ཞེས་བྱ་བ་སྟེ་ལེའུ་བདུན་པའོ།། །། -ch-8 དེ་ལྟར་བརྩོན་འགྲུས་བསྐྱེད་ནས་ནི། །ཡིད་ནི་ཏིང་ངེ་འཛིན་ལ་བཞག །སེམས་ནི་རྣམ་པར་གཡེངས་པའི་མི། །ཉོན་མོངས་མཆི་བའི་ཕྲག་ན་གནས། ། -ལུས་དང་སེམས་ནི་དབེན་པ་ཡིས། །རྣམ་པར་གཡེང་བ་མི་འབྱུང་ངོ་། །དེ་བས་འཇིག་རྟེན་སྤང་བྱ་ཞིང་། །རྣམ་པར་རྟོག་པ་ཡོངས་སུ་དོར། ། -ཆགས་པའི་ཕྱིར་དང་རྙེད་སོགས་ལ། །སྲེད་པས་འཇིག་རྟེན་མི་སྤོང་སྟེ། །དེ་བས་འདི་དག་ཡོངས་སྤོངས་ལ། །མཁས་པས་འདི་ལྟར་དཔྱད་པར་བྱ། ། -ཞི་གནས་རབ་ཏུ་ལྡན་པའི་ལྷག་མཐོང་གིས། །ཉོན་མོངས་རྣམ་པར་འཇོམས་པར་ཤེས་བྱས་ནས། །ཐོག་མར་ཞི་གནས་བཙལ་བྱ་དེ་ཡང་ནི། །འཇིག་རྟེན་ཆགས་པ་མེད་ལ་མངོན་དགས་འགྲུབ། ། -མི་རྟག་སུ་ཞིག་མི་རྟག་ལ། །ཡང་དག་ཆགས་པར་བྱེད་པ་ཡོད། །དེས་ནི་ཚེ་རབས་སྟོང་ཕྲག་ཏུ། །སྡུག་པ་མཐོང་བར་ཡོང་མི་འགྱུར། ། -མ་མཐོང་ན་ནི་དགར་མི་འགྱུར། །ཡིད་ཀྱང་མཉམ་འཇོག་མི་འགྱུར་ལ། །མཐོང་ཡང་ངོམས་པར་མི་འགྱུར་བས། །སྔར་བཞིན་སྲེད་པས་གདུང་བར་འགྱུར། ། -སེམས་ཅན་རྣམས་ལ་ཆགས་བྱས་ན། །ཡང་དག་ཉིད་ལ་ཀུན་ནས་སྒྲིབ། །སྐྱོ་བའི་སེམས་ཀྱང་འཇིག་པར་བྱེད། །ཐ་མར་མྱ་ངན་གདུང་བར་འགྱུར། ། -དེ་ལ་སེམས་པ་འབའ་ཞིག་གིས། །ཚེ་འདི་དོན་མེད་འདའ་བར་འགྱུར། །རྟག་པ་མེད་པའི་མཛའ་བཤེས་ཀྱིས། །གཡུང་དྲུང་ཆོས་ཀྱང་འཇིག་པར་འགྱུར། ། -བྱིས་དང་སྐལ་བ་མཉམ་སྤྱོད་ན། །ངེས་པར་ངན་འགྲོར་འགྲོ་འགྱུར་ཏེ། །སྐལ་མི་མཉམ་པར་ཁྲིད་བྱེད་ན། །བྱིས་པ་བསྟེན་པས་ཅི་ཞིག་བྱ། ། -སྐད་ཅིག་གཅིག་གིས་མཛའ་འགྱུར་ལ། །ཡུད་ཙམ་གྱིས་ནི་དགྲར་ཡང་འགྱུར། །དགའ་བའི་གནས་ལ་ཁྲོ་བྱེད་པས། །སོ་སོའི་སྐྱེ་བོ་མགུ་བར་དཀའ། ། -ཕན་པར་སྨྲས་ན་ཁྲོ་བར་བྱེད། །བདག་ཀྱང་ཕན་ལས་བཟློག་པར་བྱེད། །དེ་དག་ངག་ནི་མ་མཉན་ན། །ཁྲོ་བས་ངན་འགྲོར་འགྲོ་བར་འགྱུར། ། -མཐོ་ལ་ཕྲག་དོག་མཉམ་དང་འགྲན། །དམའ་ལ་ང་རྒྱལ་བསྟོད་ན་དྲེགས། །མི་སྙན་བརྗོད་ན་ཁོང་ཁྲོ་སྐྱེ། །ནམ་ཞིག་བྱིས་ལས་ཕན་པ་ཐོབ། - བྱིས་དང་འགྲོགས་ན་བྱིས་པ་ལ། །བདག་བསྟོད་གཞན་ལ་སྨོད་པ་དང་། །འཁོར་བར་དགའ་བའི་གཏམ་ལ་སོགས། །མི་དགེ་ཅིས་ཀྱང་ངེས་པར་འབྱུང་། ། -དེ་ལྟར་བདག་དང་གཞན་བསྟེན་པ། །དེས་ནི་ཕུང་བར་འགྱུར་བར་ཟད། །དེས་ཀྱང་བདག་དོན་མ་བྱས་ལ། །བདག་ཀྱང་དེ་དོན་མི་འགྱུར་བས། ། -བྱིས་ལས་ཐག་རིང་བྱོལ་བར་བྱ། །ཕྲད་ན་དགའ་བས་མགུ་བྱས་ཏེ། །འདྲིས་ཆེན་ཉིད་དུ་མི་འགྱུར་བར། །ཐ་མལ་པ་ཙམ་ལེགས་པར་བྱ། ། -བུང་བས་མེ་ཏོག་སྦྲང་རྩི་བཞིན། །ཆོས་ཀྱི་དོན་ཙམ་བླངས་ནས་ནི། །ཀུན་ལ་སྔོན་ཆད་མ་མཐོང་བཞིན། །འདྲིས་པ་མེད་པར་གནས་པར་བྱ། ། -བདག་ནི་རྙེད་མང་བཀུར་སྟི་བཅས། །བདག་ལ་མང་པོ་དགའ་འོ་ཞེས། །དེ་འདྲའི་སྙེམས་པ་འཆང་གྱུར་ན། །ཤི་བའི་འོག་ཏུ་འཇིགས་པ་སྐྱེ། ། -དེ་བས་རྣམ་པར་རྨོངས་པའི་ཡིད། །གང་དང་གང་ལ་ཆགས་གྱུར་པ། །དེ་དང་དེ་བསྡོངས་སྟོང་འགྱུར་དུ། །སྡུག་བསྔལ་ཉིད་དུ་འགྱུར་ཞིང་ལྡང་། ། -དེ་བས་མཁས་པས་ཆགས་མི་བྱ། །ཆགས་པ་ལས་ནི་འཇིགས་པ་སྐྱེ། །འདི་དག་རང་བཞིན་འདོར་འགྱུར་བས། །བརྟན་པར་གྱིས་ཏེ་རབ་ཏུ་རྟོགས། ། -རྙེད་པ་དག་ནི་མང་བྱུང་ཞིང་། །གྲགས་དང་སྙན་པ་བྱུང་གྱུར་ཀྱང་། །རྙེད་དང་གྲགས་པའི་ཚོགས་བཅས་ཏེ། །གང་དུ་འདོང་བའི་གཏོལ་མེད་དོ། ། -བདག་ལ་སྨོད་པ་གཞན་ཡོད་ན། །བསྟོད་པས་བདག་དགར་ཅི་ཞིག་ཡོད། །བདག་ལ་བསྟོད་པ་གཞན་ཡོད་ན། །སྨད་པས་མི་དགར་ཅི་ཞིག་ཡོད། ། -སེམས་ཅན་མོས་པ་སྣ་ཚོགས་པ། །རྒྱལ་བས་ཀྱང་ནི་མི་མགུ་ན། །བདག་འདྲ་ངན་པས་སྨོས་ཅི་དགོས། །དེ་བས་འཇིག་རྟེན་བསམ་པ་བཏང་། ། -སེམས་ཅན་རྙེད་པ་མེད་ལ་སྨོད། །རྙེད་པ་ཅན་ལ་མི་སྙན་བརྗོད། །རང་བཞིན་འགྲོགས་དཀའ་དེ་དག་གིས། །དགའ་བ་ཇི་ལྟར་སྐྱེ་བར་འགྱུར། ། -གང་ཕྱིར་བྱིས་པ་རང་དོན་ནི། །མེད་པར་དགའ་བ་མི་འབྱུང་བས། །བྱིས་པ་འགའ་ཡང་བཤེས་མིན་ཞེས། །དེ་བཞིན་གཤེགས་པ་རྣམས་ཀྱིས་གསུངས། ། -ནགས་ན་རི་དྭགས་བྱ་རྣམས་དང་། །ཤིང་རྣམས་མི་སྙན་རྗོད་མི་བྱེད། །འགྲོགས་ན་བདེ་བ་དེ་དག་དང་། །ནམ་ཞིག་ལྷན་ཅིག་བདག་གནས་འགྱུར། ། -ཕུག་གམ་ལྷ་ཁང་སྟེང་པའམ། །ལྗོན་ཤིང་དྲུང་དུ་གནས་བཅས་ཏེ། །ནམ་ཞིག་རྒྱབ་ཏུ་མི་ལྟ་ཞིང་། །ཆགས་པ་མེད་པར་འགྱུར་ཞིག་གུ། ། -ས་ཕྱོགས་བདག་གིར་བཟུང་མེད་པ། །རང་བཞིན་གྱིས་ནི་ཡངས་རྣམས་སུ། །རང་དབང་སྤྱོད་ཅིང་ཆགས་མེད་པར། །ནམ་ཞིག་བདག་ནི་གནས་པར་འགྱུར། ། -ལྷུང་བཟེད་ལ་སོགས་ཉི་ཚེ་དང་། །ཀུན་ལ་མི་མཁོའི་གོས་འཆང་ཞིང་། །ལུས་འདི་སྦ་བ་མ་བྱས་ཀྱང་། །འཇིགས་མེད་གནས་པར་ནམ་ཞིག་འགྱུར། ། -དུར་ཁྲོད་སོང་ནས་གཞན་དག་གི། །རུས་གོང་དག་དང་བདག་གི་ལུས། །འཇིག་པའི་ཆོས་ཅན་དག་ཏུ་ནི། །ནམ་ཞིག་མགོ་སྙོམས་བྱེད་པར་འགྱུར། ། -བདག་གི་ལུས་ནི་འདི་ཉིད་ཀྱང་། །གང་གི་དྲི་ཡིས་ཝ་དག་ཀྱང་། །དྲུང་དུ་ཉེར་འགྲོ་མི་འགྱུར་བ། །དེ་ལྟ་བུར་ནི་འགྱུར་བར་འོང་། ། -ལུས་འདི་གཅིག་པུ་བྱུང་བ་ཡང་། །ལྷན་ཅིག་སྐྱེས་པའི་ཤ་རུས་དག །ཞིག་སྟེ་སོ་སོར་འགྱེས་འགྱུར་ན། །མཛའ་བ་གཞན་དག་ཅི་ཞིག་སྨོས། ། -སྐྱེ་ན་གཅིག་པུ་སྐྱེ་འགྱུར་ཞིང་། །འཆི་ནའང་དེ་ཉིད་གཅིག་འཆི་སྟེ། །སྡུག་བསྔལ་སྐལ་གཞན་མི་ལེན་ན། །གེགས་བྱེད་མཛའ་བས་ཅི་ཞིག་བྱ། ། -ལམ་དག་ཏུ་ནི་ཞུགས་པ་རྣམས། །ཇི་ལྟར་གནས་ནི་འཛིན་བྱེད་ལྟར། །དེ་བཞིན་སྲིད་པའི་ལམ་ཞུགས་པའང་། །སྐྱེ་བའི་གནས་ནི་ཡོངས་སུ་འཛིན། ། -འཇིག་རྟེན་ཀུན་ནས་གདུང་བཞིན་དུ། །ཇི་སྲིད་སྐྱེས་བུ་བཞི་ཡིས་ནི། །དེ་ལས་དེ་ནི་མ་བཏེག་པ། །དེ་སྲིད་དུ་ནི་ནགས་སུ་སོང་། ། -བཤེས་མེད་འཁོན་པའང་མེད་བྱས་ནས། །ལུས་འདི་གཅིག་པུ་དབེན་གནས་ཏེ། །སྔ་ནས་ཤི་དང་འདྲར་བརྩིས་ནས། །ཤི་ནའང་མྱ་ངན་བྱེད་པ་མེད། ། -དྲུང་ན་འཁོད་པ་སུ་དག་ཀྱང་། །མྱ་ངན་གནོད་པ་བྱེད་མེད་པས། །འདི་ཡིས་སངས་རྒྱས་རྗེས་དྲན་སོགས། །སུས་ཀྱང་གཡེངས་པར་འགྱུར་བ་མེད། ། -དེ་བས་ཤིན་ཏུ་མདངས་དགའ་བའི། །ནགས་ཚལ་ཚེགས་ཆུང་བདེ་སྐྱིད་ཅིང་། །གཡེང་བ་ཐམས་ཅད་ཞི་བྱེད་པར། །བདག་ཉིད་གཅིག་པུ་གནས་པར་བྱ། ། -བསམ་པ་གཞན་ནི་ཀུན་བཏང་སྟེ། །བདག་ལ་སེམས་པ་གཅིག་པུ་ཡིས། །སེམས་ནི་མཉམ་པར་གཞག་ཕྱིར་དང་། །དུལ་བར་བྱ་ཕྱིར་བརྩོན་ཏེ་བྱ། ། -འཇིག་རྟེན་འདི་དང་ཕ་རོལ་དུའང་། །འདོད་པ་རྣམས་ནི་ཕུང་ཁྲོལ་བསྐྱེད། །འདིར་ནི་བསད་དང་བཅིང་དང་གཅོད། །ཕ་རོལ་དུ་ནི་དམྱལ་སོགས་སྒྲུབ། ། -ཕོ་ཉ་ཕོ་ཉ་མོ་ཡིས་སྔོན། །གང་ཕྱིར་དུ་མར་གསོལ་བཏབ་ཅིང་། །སྡིག་པ་རྣམས་སམ་གྲགས་མིན་ལའང་། །གང་གི་དོན་དུ་མ་འཛེམས་པར། ། -འཇིགས་པ་ལ་ཡང་བདག་ཞུགས་ཤིང་། །རྫས་ཀྱང་ཟད་པར་བྱས་གྱུར་ཏེ། །གང་ལ་ཡོངས་སུ་འཁྱུད་པས་ན། །མཆོག་ཏུ་དགའ་འགྱུར་དེ་དག་ཉིད། ། -ཀེང་རུས་ཉིད་ཡིན་གཞན་མིན་ན། །རང་དབང་དང་ནི་བདག་མིན་ལ། །རབ་ཏུ་འདོད་ཅིང་ཡོངས་ཞེན་ནས། །ཅི་ཕྱིར་མྱ་ངན་འདས་མི་འགྲོ། ། -གང་ཞིག་དང་པོ་འབད་དེ་བཏེག །དྲངས་ཀྱང་ངོ་ཚས་འོག་ཏུ་ལྟ། །སྔོན་ནི་མཐོང་ངམ་མ་མཐོང་ཡང་། །གོས་ཀྱིས་གདོང་ནི་གཡོགས་པར་གྱུར། ། -ཁྱོད་ཉོན་མོངས་པའི་གདོང་དེ་ནི། །ད་ལྟ་མངོན་སུམ་གྱུར་པ་བཞིན། །བྱ་རྒོད་ཀྱིས་བསལ་བྱས་མཐོང་ནས། །ད་ལྟ་ཅི་ཕྱིར་འབྱེར་བར་བྱེད། ། -གཞན་རྣམས་མིག་གིས་བལྟ་ན་ཡང་། །གང་ཞིག་ཡོངས་སུ་བསྲུང་གྱུར་པ། །ཇི་སྲིད་དེ་ནི་དེས་ཟ་ན། །སེར་སྣ་ཅན་ཁྱོད་ཅིས་མི་བསྲུང་། ། -ཤ་ཡི་ཕུང་པོ་འདི་མཐོང་ནས། །བྱ་རྒོད་དང་གཞན་ཟ་བྱེད་ན། །གཞན་གྱི་ཟས་ལ་མེ་ཏོག་གི །ཕྲེང་བ་ཙནྡན་རྒྱན་གྱིས་མཆོད། ། -རུས་གོང་ཉིད་དུ་མཐོང་ནས་ནི། །མི་འགུལ་ཡང་ནི་ཁྱོད་སྐྲག་ན། །རོ་ལངས་བཞིན་དུ་འགའ་ཡིས་ཀྱང་། །བསྐྱོད་པར་གྱུར་ན་ཅིས་མི་འཇིགས། ། -གང་ལ་གཡོགས་ཀྱང་འདི་ཆགས་པ། །དེ་མ་གཡོགས་ན་ཅིས་མི་འདོད། །དེ་ལ་དགོས་པ་མེད་ན་ནི། །གཡོགས་པ་ལ་ནི་ཅི་ཕྱིར་འཁྱུད། ། -ཟས་ནི་གཅིག་པུ་ཉིད་ལས་ནི། །བཤང་དང་ཁ་ཆུ་བྱུང་གྱུར་ན། །དེ་ལས་བཤང་ལ་མི་དགའ་ཞིང་། །ཁ་ཆུ་ལ་ཁྱོད་ཅི་ཕྱིར་དགའ། ། -ཤིང་བལ་རེག་ན་འཇམ་པ་ཡི། །སྔས་ལ་དགའ་བར་མི་བྱེད་པར། །དྲི་ང་འཛག་པ་མ་ཡིན་ཞེས། །འདོད་ལྡན་མི་གཙང་བ་ལ་རྨོངས། ། -འདོད་ལྡན་ངན་པ་རྨོངས་པ་རྣམས། །ཤིང་བལ་རེག་ན་འཇམ་པ་ལའང་། །ཉལ་པོ་བྱ་བར་མི་ནུས་ཞེས། །དེ་ལ་ཁྲོ་བ་དག་ཏུ་བྱེད། ། -གལ་ཏེ་མི་གཙང་ཆགས་མེད་ན། །རུས་གཟེབ་རྒྱུས་པས་སྦྲེལ་བ་ལ། །ཤ་ཡི་འདམ་གྱིས་ཞལ་ཞལ་བྱས། །གཞན་ཁྱོད་ཅི་ཕྱིར་པང་དུ་འཁྱུད། ། -ཁྱོད་ཉིད་མི་གཙང་མང་ཡོད་པ། །དེ་ཉིད་ལ་ཁྱོད་གཏན་སྤྱོད་ཅིང་། །མི་གཙང་རྐྱལ་པ་གཞན་དག་ལའང་། །མི་གཙང་བརྐམ་པས་འདོད་པར་བྱེད། ། -བདག་ནི་ཤ་འདི་ལ་དགའ་ཞེས། །རེག་དང་བལྟ་བར་འདོད་ན་ཀོ། །སེམས་མེད་པ་ཡི་རང་བཞིན་གྱི། །ཤ་ནི་ཁྱོད་ཀོ་ཇི་ལྟར་འདོད། ། -འདོད་པའི་སེམས་གང་ཡིན་པ་དེ། །རེག་དང་བལྟ་བར་མི་ནུས་ལ། །གང་ཞིག་ནུས་དེ་ཤེས་པ་མིན། །དོན་མེད་འཁྱུད་དེས་ཅི་ཞིག་བྱ། ། -མི་གཙང་རང་བཞིན་གཞན་གྱི་ལུས། །མི་རྟོགས་ངོ་མཚར་མི་ཆེ་ཡི། །རང་ཉིད་མི་གཙང་ཉིད་ཡིན་པར། །རྟོགས་པར་མི་འགྱུར་ངོ་མཚར་ཆེ། ། -སྤྲིན་བྲལ་ཉི་ཟེར་གྱིས་ཕྱེ་བའི། །པདྨ་གཞོན་ནུ་སྤངས་ནས་ནི། །མི་གཙང་ཞེན་པའི་སེམས་ཀྱིས་ནི། །མི་གཙང་གཟེབ་ལ་ཅི་ཕྱིར་དགའ། ། -ས་ཕྱོགས་མི་གཙང་གིས་གོས་པ། །གལ་ཏེ་རེག་པར་མི་འདོད་ན། །གང་ལས་དེ་ནི་བྱུང་བ་ཡི། །ལུས་ལ་ཇི་ལྟར་ཁྱོད་རེག་འདོད། ། -གལ་ཏེ་མི་གཙང་ཆགས་མེད་ན། །མི་གཙང་ཞིང་ལས་བྱུང་གྱུར་ཅིང་། །དེ་ཡི་ས་བོན་དེས་བསྐྱེད་པ། །གཞན་ཁྱོད་ཅི་ཕྱིར་པང་དུ་འཁྱུད། ། -མི་གཙང་ལས་བྱུང་མི་གཙང་སྲིན། །ཆུང་ངུའང་ཁྱོད་འདོད་མི་བྱེད་ལ། །མི་གཙང་མང་གི་རང་བཞིན་ལུས། །མི་གཙང་སྐྱེས་པའང་འདོད་པར་བྱེད། ། -ཁྱོད་ནི་རང་ཉིད་མི་གཙང་ལ། །སྨོད་མི་བྱེད་པར་མ་ཟད་ཀྱི། །མི་གཙང་རྐྱལ་པ་མི་གཙང་ལ། །བརྐམ་པས་གཞན་ཡང་འདོད་པར་བྱེད། ། -ག་པུར་ལ་སོགས་ཡིད་འོང་དང་། །འབྲས་ཆན་དག་གམ་ཚོད་མའང་རུང་། །ཁར་བཅུག་ཕྱིར་ཕྱུང་བོར་བ་ཡིས། །ས་ཡང་མི་གཙང་བཙོག་པར་འགྱུར། ། -གལ་ཏེ་མི་གཙང་འདི་འདྲ་བ། །མངོན་སུམ་གྱུར་ཀྱང་ཐེ་ཚོམ་ན། །དུར་ཁྲོད་དག་ཏུ་བོར་བའི་ལུས། །མི་གཙང་གཞན་ཡང་བལྟ་བར་གྱིས། ། -གང་ལས་པགས་པའི་ཁ་ཕྱེ་ན། །འཇིགས་པ་ཆེན་པོ་སྐྱེ་འགྱུར་བར། །ཤེས་ཀྱང་ཇི་ལྟར་དེ་ཉིད་ལ། །ཕྱིར་ཞིང་དགའ་བ་སྐྱེ་བར་འགྱུར། ། -ལུས་ལ་བསྐུས་པའི་དྲི་དེ་ཡང་། །ཙནྡན་སོགས་ཡིན་གཞན་མ་ཡིན། །གཞན་གྱི་དྲི་དེས་གཞན་དག་ལ། །ཅི་ཡི་ཕྱིར་ན་ཆགས་པར་བྱེད། ། -གལ་ཏེ་རང་བཞིན་དྲི་ང་བས། །འདི་ལ་མ་ཆགས་ལེགས་མིན་ནམ། །འཇིག་རྟེན་དོན་མེད་སྲེག་པ་དག །ཇི་སྟེ་དེ་ལ་དྲི་ཞིམ་སྐུད། ། -འོན་ཏེ་དྲི་ཞིམ་ཙནྡན་ནི། །ལུས་ལ་འདིར་ནི་ཅི་ཞིག་བྱུང་། །གཞན་གྱི་དྲི་ཡིས་གཞན་དག་ལ། །ཅི་ཡི་ཕྱིར་ན་ཆགས་པར་བྱེད། ། -གལ་ཏེ་སྐྲ་སེན་རིང་བ་དང་། །སོ་སྐྱ་དྲིར་བཅས་འདམ་གྱི་དྲིས། །བསྒོས་པས་ལུས་ཀྱི་རང་བཞིན་ནི། །གཅེར་བུ་འཇིགས་པ་ཉིད་ཡིན་ན། ། -རང་ལ་གནོད་པའི་མཚོན་བཞིན་དུ། །དེ་འབད་ཅི་ཕྱིར་བྱི་དོར་བྱེད། །བདག་ལ་རྨོངས་པའི་འབད་པ་ཡིས། །སྨྱོས་པས་ས་འདི་ཀུན་ཏུ་འཁྲུགས། ། -རུས་གོང་འབའ་ཞིག་མཐོང་ནས་ནི། །དུར་ཁྲོད་དུ་ནི་ཡིད་འབྱུང་ན། །གཡོ་བའི་རུས་གོང་གིས་ཁྱབ་པའི། །གྲོང་གི་དུར་ཁྲོད་ལ་དགའ་འམ། ། -དེ་ལྟར་མི་གཙང་གྱུར་པ་དེ། །རིན་མེད་པར་ནི་མི་རྙེད་དོ། །དེ་དོན་བསྒྲུབས་པས་ཤ་ཐང་དང་། །དམྱལ་ལ་སོགས་པའི་གནོད་པར་འགྱུར། ། -བྱིས་པ་ནོར་སྤེལ་མི་ནུས་པས། །དར་ལ་བབ་ན་འདི་ཅི་བདེ། །ནོར་སོགས་པ་ཡིས་ཚེ་གཏུགས་ན། །རྒས་ནས་འདོད་པས་ཅི་ཞིག་བྱ། ། -འདོད་ལྡན་ངན་པ་ཁ་ཅིག་ནི། །ཉིན་རངས་ལས་ཀྱིས་ཡོངས་དུབ་སྟེ། །ཁྱིམ་དུ་འོངས་ནས་ཆད་པའི་ལུས། །རོ་དང་འདྲ་བར་ཉལ་བར་བྱེད། ། -ཁ་ཅིག་བྱེས་བགྲོད་ཉོན་མོངས་དང་། །རིང་དུ་སོང་བའི་སྡུག་བསྔལ་ཅན། །བུ་སྨད་འདོད་བཞིན་བུ་སྨད་རྣམས། །ཁྱུད་ཁོར་ལོས་ཀྱང་མཐོང་མི་འགྱུར། ། -བདག་ལ་ཕན་འདོད་རྣམ་རྨོངས་པས། །གང་དོན་ཉིད་དུ་བཙོང་བ་ཡང་། །དེ་མ་ཐོབ་པར་དོན་མེད་པའི། །གཞན་གྱི་ལས་ཀྱི་རླུང་གིས་བདས། ། -ལ་ལ་རང་གི་ལུས་བཙོང་ཞིང་། །དབང་མེད་གཞན་གྱིས་བཀོལ་གྱུར་ཏེ། །ཆུང་མ་དག་ཀྱང་བུ་བྱུང་ན། །ཤིང་དྲུང་དགོན་པར་བབ་བབ་འབྱུང་། ། -འདོད་པས་བསླུས་པའི་གླེན་པ་དག །འཚོ་འདོད་འཚོ་བར་བྱའོ་ཞེས། །སྲོག་སྟོར་དོགས་བཞིན་གཡུལ་དུ་འཇུག །ཁེ་ཕྱིར་བྲན་དུ་འགྲོ་བར་བྱེད། ། -འདོད་ལྡན་ལ་ལ་ལུས་ཀྱང་བཅད། །ཁ་ཅིག་གསལ་ཤིང་རྩེ་ལ་བཙུགས། །ཁ་ཅིག་མདུང་ཐུང་དག་གིས་བསྣུན། །ཁ་ཅིག་བསྲེགས་པ་དག་ཀྱང་སྣང་། ། -བསགས་དང་བསྲུང་དང་བརླག་པའི་གདུང་བ་ཡིས། །ནོར་ནི་ཕུང་ཁྲོལ་མཐའ་ཡས་ཤེས་པར་བྱ། །ནོར་ལ་ཆགས་པས་གཡེངས་པར་གྱུར་པ་རྣམས། །སྲིད་པའི་སྡུག་བསྔལ་ལས་གྲོལ་སྐབས་མེད་དོ། ། -འདོད་ལྡན་རྣམས་ལ་དེ་ལ་སོགས། །ཉེས་དམིགས་མང་ལ་མནོག་ཆུང་སྟེ། །ཤིང་རྟ་འདྲེན་པའི་ཕྱུགས་དག་གིས། །རྩྭ་ནི་ཁམ་འགའ་ཟོས་པ་བཞིན། ། -ཕྱུགས་ཀྱིས་བསྒྲུབས་ནའང་མི་དཀོན་པའི། །མནོག་ཆུང་གང་ཡིན་དེ་དོན་དུ། །དལ་འབྱོར་ཕུན་སུམ་རྙེད་དཀའ་འདི། །ལས་ཀྱིས་མནར་བ་རྣམས་ཀྱིས་བཅོམ། ། -འདོད་པ་ངེས་པར་འཇིག་འགྱུར་ཞིང་། །དམྱལ་ལ་སོགས་པར་ལྟུང་བྱེད་པ། །ཆེན་པོ་མིན་ཕྱིར་དུས་ཀུན་དུ། །དུབ་པའི་ཚེགས་བྱུང་གང་ཡིན་པ། ། -དེ་ཡི་བྱེ་བའི་ཆ་ཙམ་གྱི། །ཚེགས་ཀྱིས་སངས་རྒྱས་ཉིད་འགྲུབ་ན། །འདོད་ལྡན་བྱང་ཆུབ་སྤྱོད་པ་བས། །སྡུག་བསྔལ་ཆེ་ལ་བྱང་ཆུབ་མེད། ། -དམྱལ་སོགས་སྡུག་བསྔལ་བསམ་བྱས་ན། །འདོད་པ་རྣམས་ལ་མཚོན་དང་ནི། །དུག་དང་མེ་དང་གཡང་ས་དང་། །དགྲ་རྣམས་ཀྱིས་ཀྱང་དཔེར་མི་ཕོད། ། -དེ་ལྟར་འདོད་ལ་སྐྱོ་བྱས་ཏེ། །དབེན་པ་ལ་ནི་དགའ་བ་བསྐྱེད། །རྩོད་དང་ཉོན་མོངས་ཀྱིས་སྟོང་པ། །ཞི་བའི་ནགས་ཀྱི་ནང་དག་ཏུ། ། -སྐལ་ལྡན་ཟླ་འོད་ཙནྡན་གྱིས་བསིལ་བའི། །ཡངས་པའི་རྡོ་ལེབ་ཁང་བཟང་ཉམས་དགའ་བར། །སྒྲ་མེད་ཞི་བའི་ནགས་རླུང་གཡོ་བ་ཡིས། །གཞན་ལ་ཕན་དོན་སེམས་ཤིང་འཆག་པར་བྱེད། ། -ཁང་སྟོང་ཤིང་དྲུང་ཕུག་དག་ཏུ། །གང་དུ་ཇི་སྲིད་འདོད་གནས་ཤིང་། །ཡོངས་འཛིན་བསྲུང་བའི་སྡུག་བསྔལ་སྤངས། །ལྟོས་པ་མེད་པར་བག་ཡངས་སྤྱོད། ། -རང་དབང་སྤྱོད་ཅིང་ཆགས་མེད་ལ། །གང་དང་ཡང་ནི་འབྲེལ་མེད་པ། །ཆོག་ཤེས་བདེ་སྤྱོད་གང་ཡིན་པ། །དབང་པོས་ཀྱང་ནི་དེ་རྙེད་དཀའ། ། -དེ་ལ་སོགས་པའི་རྣམ་པ་ཡིས། །དབེན་པའི་ཡོན་ཏན་བསམ་བྱས་ནས། །རྣམ་རྟོག་ཉེ་བར་ཞི་བ་དང་། །བྱང་ཆུབ་སེམས་ནི་བསྒོམ་པར་བྱ། ། -བདག་དང་གཞན་དུ་མཉམ་པ་ནི། །དང་པོ་ཉིད་དུ་འབད་དེ་བསྒོམ། །བདེ་དང་སྡུག་བསྔལ་མཉམ་པས་ན། །ཐམས་ཅད་བདག་བཞིན་བསྲུང་བར་བྱ། ། -ལག་པ་ལ་སོགས་དབྱེ་བ་རྣམ་མང་ཡང་། །ཡོངས་སུ་བསྲུང་བྱའི་ལུས་སུ་གཅིག་པ་ལྟར། །དེ་བཞིན་འགྲོ་བ་ཐ་དད་བདེ་སྡུག་དག །ཐམས་ཅད་བདག་བཞིན་བདེ་བ་འདོད་མཉམ་གཅིག ། -གལ་ཏེ་བདག་གི་སྡུག་བསྔལ་གྱིས། །གཞན་གྱི་ལུས་ལ་མི་གནོད་པ། །དེ་ལྟའང་དེ་བདག་སྡུག་བསྔལ་དེ། །བདག་ཏུ་ཞེན་པས་མི་བཟོད་ཉིད། ། -དེ་བཞིན་གཞན་གྱི་སྡུག་བསྔལ་དག །བདག་ལ་འབབ་པར་མི་འགྱུར་ཡང་། །དེ་ལྟའང་དེ་བདག་སྡུག་བསྔལ་དེ། །བདག་ཏུ་ཞེན་པས་བཟོད་པར་དཀའ། ། -བདག་གིས་གཞན་གྱི་སྡུག་བསྔལ་བསལ། །སྡུག་བསྔལ་ཡིན་ཕྱིར་བདག་སྡུག་བཞིན། །བདག་གིས་གཞན་ལ་ཕན་པར་བྱ། །སེམས་ཅན་ཡིན་ཕྱིར་བདག་ལུས་བཞིན། ། -གང་ཚེ་བདག་དང་གཞན་གཉི་ག །བདེ་བ་འདོད་དུ་མཚུངས་པ་ལ། །བདག་དང་ཁྱད་པར་ཅི་ཡོད་ན། །གང་ཕྱིར་བདག་གཅིག་བདེ་བར་བརྩོན། ། -གང་ཚེ་བདག་དང་གཞན་གཉི་ག །སྡུག་བསྔལ་མི་འདོད་མཚུངས་པ་ལ། །བདག་དང་ཁྱད་པར་ཅི་ཡོད་ན། །གང་ཕྱིར་གཞན་མིན་བདག་སྲུང་བྱེད། ། -གལ་ཏེ་དེ་ལ་སྡུག་བསྔལ་བས། །བདག་ལ་མི་གནོད་ཕྱིར་མི་བསྲུང་། །མ་འོངས་པ་ཡི་སྡུག་བསྔལ་ཡང་། །གནོད་མི་བྱེད་ན་དེ་ཅི་བསྲུང་། ། -བདག་གིས་དེ་ནི་མྱོང་སྙམ་པའི། །རྣམ་པར་རྟོག་དེ་ལོག་པ་སྟེ། །འདི་ལྟར་ཤི་བའང་གཞན་ཉིད་ལ། །སྐྱེ་བ་ཡང་ནི་གཞན་ཉིད་ཡིན། ། -གང་ཚེ་གང་གི་སྡུག་བསྔལ་གང་། །དེ་ནི་དེ་ཉིད་ཀྱིས་བསྲུང་ན། །རྐང་པའི་སྡུག་བསྔལ་ལག་པས་མིན། །ཅི་ཕྱིར་དེས་ནི་དེ་བསྲུང་བྱ། ། -གལ་ཏེ་རིགས་པ་མིན་ཡང་འདིར། །བདག་ཏུ་འཛིན་པས་འཇུག་ཅེ་ན། །བདག་གཞན་མི་རིགས་གང་ཡིན་ཏེ། །ཅི་ནུས་པར་ནི་སྤང་བྱ་ཉིད། ། -རྒྱུད་དང་ཚོགས་ཞེས་བྱ་བ་ནི། །ཕྲེང་བ་དམག་ལ་སོགས་བཞིན་བརྫུན། །སྡུག་བསྔལ་ཅན་གང་དེ་མེད་པ། །དེས་འདི་སུ་ཞིག་དབང་བར་འགྱུར། ། -སྡུག་བསྔལ་བདག་པོ་མེད་པར་ནི། །ཐམས་ཅད་བྱེ་བྲག་མེད་པ་ཉིད། །སྡུག་བསྔལ་ཡིན་ཕྱིར་དེ་བསལ་བྱ། །ངེས་པས་དེར་ནི་ཅི་ཞིག་བྱ། ། -ཅི་ཕྱིར་ཀུན་གྱི་སྡུག་བསྔལ་ནི། །བཟློག་པར་བྱ་ཞེས་བརྩད་དུ་མེད། །གལ་ཏེ་བཟློག་ནའང་ཐམས་ཅད་བཟློག །དེ་མིན་བདག་ཀྱང་སེམས་ཅན་བཞིན། ། -སྙིང་རྗེ་སྡུག་བསྔལ་མང་གྱུར་པ། །ཅི་ཕྱིར་ནན་གྱིས་སྐྱེད་ཅེ་ན། །འགྲོ་བའི་སྡུག་བསྔལ་བསམ་བྱས་ན། །ཇི་ལྟར་སྙིང་རྗེ་སྡུག་བསྔལ་མང་། ། -གལ་ཏེ་སྡུག་བསྔལ་གཅིག་གིས་ནི། །སྡུག་བསྔལ་མང་པོ་མེད་འགྱུར་ན། །བརྩེ་དང་ལྡན་པས་སྡུག་བསྔལ་དེ། །རང་དང་གཞན་ལ་བསྐྱེད་བྱ་ཉིད། ། -དེས་ན་མེ་ཏོག་ཟླ་མཛེས་ཀྱིས། །རྒྱལ་པོའི་གནོད་པ་ཤེས་ཀྱང་ནི། །བདག་གི་སྡུག་བསྔལ་མ་བསལ་ཏེ། །མང་པོའི་སྡུག་བསྔལ་ཟད་འགྱུར་ཕྱིར། ། -དེ་ལྟར་རྒྱུད་ནི་གོམས་གྱུར་པ། །གཞན་གྱི་སྡུག་བསྔལ་ཞི་དགའ་བས། །པདྨའི་མཚོ་རུ་ངང་པ་ལྟར། །མནར་མེད་པར་ཡང་འཇུག་པར་འགྱུར། ། -སེམས་ཅན་རྣམས་ནི་གྲོལ་བ་ན། །དགའ་བའི་རྒྱ་མཚོ་གང་ཡིན་པ། །དེ་ཉིད་ཀྱིས་ནི་ཆོག་མིན་ནམ། །ཐར་པ་འདོད་པས་ཅི་ཞིག་བྱ། ། -དེ་ལྟས་གཞན་གྱི་དོན་བྱས་ཀྱང་། །རློམ་སེམས་དང་ནི་ངོ་མཚར་མེད། །གཅིག་ཏུ་གཞན་དོན་ལ་དགའ་བས། །རྣམ་སྨིན་འབྲས་བུའི་རེ་བ་མེད། ། -དེ་བས་ཇི་ལྟར་ཆུང་ངུ་ན། །མི་སྙན་ལས་ཀྱང་བདག་བསྲུང་བ། །དེ་བཞིན་གཞན་ལ་བསྲུང་སེམས་དང་། །སྙིང་རྗེའི་སེམས་ནི་དེ་ལྟར་བྱ། ། -གོམས་པ་ཡིས་ནི་གཞན་དག་གི། །ཁུ་བ་ཁྲག་གི་ཐིགས་པ་ལ། །དངོས་པོ་མེད་པར་གྱུར་ཀྱང་ནི། །བདག་གོ་ཞེས་ནི་ཤེས་པ་ལྟར། ། -དེ་བཞིན་གཞན་གྱི་ལུས་ལ་ཡང་། །བདག་ཅེས་ཅི་ཡི་ཕྱིར་མི་གཟུང་། །བདག་གི་ལུས་ནི་གཞན་དག་ཏུའང་། །བཞག་པ་དེ་ལྟར་དཀའ་བ་མེད། ། -བདག་ཉིད་སྐྱོན་བཅས་གཞན་ལ་ཡང་། །ཡོན་ཏན་རྒྱ་མཚོར་ཤེས་བྱས་ནས། །བདག་འཛིན་ཡོངས་སུ་དོར་བ་དང་། །གཞན་བླང་བ་ནི་བསྒོམ་པར་བྱ། ། -ཇི་ལྟར་ལག་པ་ལ་སོགས་པ། །ལུས་ཀྱི་ཡན་ལག་ཡིན་འདོད་ལྟར། །དེ་བཞིན་འགྲོ་བའི་ཡན་ལག་ཏུ། །ཅི་ཕྱིར་ལུས་ཅན་རྣམས་མི་འདོད། ། -ཇི་ལྟར་བདག་མེད་ལུས་འདི་ལ། །གོམས་པས་བདག་གི་བློ་བྱུང་བ། །དེ་བཞིན་སེམས་ཅན་གཞན་ལ་ཡང་། །གོམས་པས་བདག་བློ་ཅིས་མི་སྐྱེ། ། -དེ་ལྟ་ན་ནི་གཞན་གྱི་དོན། །བྱས་ཀྱང་ངོ་མཚར་རློམ་མི་འབྱུང་། །བདག་ཉིད་ཀྱིས་ནི་ཟས་ཟོས་ནས། །ལན་ལ་རེ་བ་མི་འབྱུང་བཞིན། ། -དེ་བས་ཇི་ལྟར་ཆུང་ངུ་ན། །མི་སྙན་ལས་ཀྱང་བདག་བསྲུང་བ། །དེ་བཞིན་འགྲོ་ལ་བསྲུང་སེམས་དང་། །སྙིང་རྗེའི་སེམས་ནི་གོམས་པར་བྱ། ། -དེ་བས་མགོན་པོ་སྤྱན་རས་གཟིགས། །ཐུགས་རྗེ་ཆེན་པོས་འགྲོ་བ་ཡི། །འཁོར་གྱི་འཇིགས་པ་བསལ་བའི་ཕྱིར། །རང་གི་མཚན་ཡང་བྱིན་གྱིས་བརླབས། ། -དཀའ་ལས་ཕྱིར་ལྡོག་མི་བྱ་སྟེ། །འདི་ལྟར་གོམས་པའི་མཐུ་ཡིས་ནི། །གང་གི་མིང་ཐོས་འཇིགས་པ་ཡང་། །དེ་ཉིད་མེད་ན་མི་དགར་འགྱུར། ། -གང་ཞིག་བདག་དང་གཞན་རྣམས་ནི། །མྱུར་དུ་བསྐྱབ་པར་འདོད་པ་དེས། །བདག་དང་གཞན་དུ་བརྗེ་བྱ་བ། །གསང་བའི་དམ་པ་སྤྱད་པར་བྱ། ། -བདག་ལུས་གང་ལ་ཆགས་པ་ཡིས། །འཇིགས་གནས་ཆུང་ལ་འཇིགས་སྐྱེ་བ། །འཇིགས་པ་སྐྱེ་བའི་ལུས་དེ་ལ། །སུ་ཞིག་དགྲ་བཞིན་སྡང་མི་བྱེད། ། -ལུས་གང་བཀྲེས་དང་སྐོམ་སོགས་ནད། །གསོ་བའི་ཆོ་ག་བྱེད་འདོད་པས། །བྱ་དང་ཉ་དང་རི་དྭགས་དག །གསོད་པར་བྱེད་ཅིང་ལམ་སྒུགས་བྱེད། ། -གང་ཞིག་ཁེ་དང་རིམ་གྲོའི་ཕྱིར། །ཕ་དང་མ་ཡང་གསོད་བྱེད་ཅིང་། །དཀོན་མཆོག་གསུམ་གྱི་དཀོར་བརྐུས་ནས། །དེས་ནི་མནར་མེད་བསྲེག་འགྱུར་ན། ། -མཁས་པ་སུ་ཞིག་ལུས་དེ་ལ། །འདོད་ཅིང་བསྲུང་དང་མཆོད་བྱེད་ཀྱི། །འདི་ལ་སུ་ཞིག་དགྲ་བཞིན་དུ། །བལྟ་བར་མི་བྱེད་བརྙས་མི་བྱེད། ། -གལ་ཏེ་བྱིན་ན་ཅི་སྤྱད་ཅེས། །བདག་དོན་སེམས་པ་འདྲེ་ཡི་ཚུལ། །གལ་ཏེ་སྤྱད་ན་ཅི་སྦྱིན་ཅེས། །གཞན་དོན་སེམས་པ་ལྷ་ཡི་ཆོས། ། -བདག་ཕྱིར་གཞན་ལ་གནོད་བྱས་ན། །དམྱལ་ལ་སོགས་པར་གདུངས་པར་འགྱུར། །གཞན་ཕྱིར་བདག་ལ་གནོད་བྱས་ན། །ཕུན་སུམ་ཚོགས་པ་ཐམས་ཅད་འཐོབ། ། -བདག་ཉིད་མཐོ་བར་འདོད་པ་དེས། །ངན་འགྲོ་ངན་དང་གླེན་པར་འགྱུར། །དེ་ཉིད་གཞན་ལ་སྤོ་བྱས་ན། །བདེ་འགྲོ་རིམ་གྲོ་འཐོབ་པར་འགྱུར། ། -བདག་གི་དོན་དུ་གཞན་བཀོལ་ན། །བྲན་ལ་སོགས་པ་མྱོང་བར་འགྱུར། །གཞན་གྱི་དོན་དུ་བདག་སྤྱད་ན། །རྗེ་དཔོན་ཉིད་སོགས་མྱོང་བར་འགྱུར། ། -འཇིག་རྟེན་བདེ་བ་ཇི་སྙེད་པ། །དེ་ཀུན་གཞན་བདེ་འདོད་ལས་བྱུང་། །འཇིག་རྟེན་སྡུག་བསྔལ་ཇི་སྙེད་པ། །དེ་ཀུན་རང་བདེ་འདོད་ལས་བྱུང་། ། -མང་དུ་བཤད་ལྟ་ཅི་ཞིག་དགོས། །བྱིས་པ་རང་གི་དོན་བྱེད་དང་། །ཐུབ་པ་གཞན་གྱི་དོན་མཛད་པ། །འདི་གཉིས་ཀྱི་ནི་ཁྱད་པར་ལྟོས། ། -བདག་བདེ་གཞན་གྱི་སྡུག་བསྔལ་དག །ཡང་དག་བརྗེ་བ་མ་བྱས་ན། །སངས་རྒྱས་ཉིད་དུ་མི་འགྲུབ་ཅིང་། །འཁོར་བ་ན་ཡང་བདེ་བ་མེད། ། -འཇིག་རྟེན་ཕ་རོལ་ཕར་ཞོག་གི །བྲན་གཡོག་ལས་མི་བྱེད་པ་དང་། །རྗེ་དཔོན་རྔན་པ་མི་སྟེར་བའི། །ཚེ་འདིའི་དོན་ཡང་འགྲུབ་མི་འགྱུར། ། -མཐོང་དང་མ་མཐོང་བདེ་འགྲུབ་པའི། །ཕུན་སུམ་བདེ་སྐྱིད་ཡོངས་བོར་ཞིང་། །གཞན་ལ་སྡུག་བསྔལ་བྱས་པའི་རྒྱུས། །རྨོངས་པས་སྡུག་བསྔལ་མི་བཟད་ལེན། ། -འཇིག་རྟེན་དག་ན་འཚེ་བ་གང་ཡོད་དང་། །འཇིགས་དང་སྡུག་བསྔལ་ཇི་སྙེད་ཡོད་གྱུར་པ། །དེ་ཀུན་བདག་ཏུ་འཛིན་པ་ལས་བྱུང་ན། །འདྲེ་ཆེན་དེས་ཀོ་བདག་ལ་ཅི་ཞིག་བྱ། ། -བདག་ཉིད་ཡོངས་སུ་མ་བཏང་ན། །སྡུག་བསྔལ་སྤང་བར་མི་ནུས་ཏེ། །ཇི་ལྟར་མེ་ནི་མ་བཏང་ན། །སྲེག་པ་སྤོང་བར་མི་ནུས་བཞིན། ། -དེ་ལྟས་བདག་གནོད་ཞི་བ་དང་། །གཞན་གྱི་སྡུག་བསྔལ་ཞི་བྱའི་ཕྱིར། །བདག་ཉིད་གཞན་ལ་གཏང་བྱ་དང་། །གཞན་རྣམས་བདག་བཞིན་གཟུང་བར་བྱ། ། -བདག་ནི་གཞན་གྱི་དབང་གྱུར་ཅེས། །ཡིད་ཁྱོད་ངེས་པར་ཤེས་གྱིས་ལ། །སེམས་ཅན་ཀུན་དོན་མ་གཏོགས་པར། །ད་ནི་ཁྱོད་ཀྱིས་གཞན་མི་བསམ། ། -གཞན་དབང་མིག་ལ་སོགས་པ་ཡིས། །རང་དོན་སྒྲུབ་པར་རིགས་མ་ཡིན། །དེ་དོན་མིག་ལ་སོགས་པ་ཡིས། །དེ་ལ་ལོག་པར་བྱ་མི་རིགས། ། -དེས་ན་སེམས་ཅན་གཙོར་བྱ་སྟེ། །བདག་གི་ལུས་ལ་ཅི་མཐོང་བ། །དེ་དང་དེ་ནི་ཕྲོགས་ནས་ཀྱང་། །གཞན་དག་ལ་ནི་ཕན་པར་སྤྱོད། ། -དམན་སོགས་བདག་ཏུ་བྱས་པ་དང་། །གཞན་ཉིད་དུ་ནི་བདག་བྱས་ནས། །རྣམ་རྟོག་མེད་པའི་སེམས་ཀྱིས་སུ། །ཕྲག་དོག་འགྲན་དང་ང་རྒྱལ་བསྒོམ། ། -འདི་ནི་བཀུར་བྱས་བདག་ནི་མིན། །འདི་བཞིན་བདག་གིས་མ་རྙེད་ཅིང་། །འདི་ནི་བསྟོད་བྱས་བདག་ལ་སྨོད། །འདི་བདེ་བདག་ནི་སྡུག་བསྔལ་ལ། ། -བདག་ནི་ལས་རྣམས་བྱེད་པ་དང་། །འདི་ནི་བདེ་བ་ཉིད་དུ་གནས། །འདི་ནི་འཇིག་རྟེན་ལ་ཆེ་དང་། །བདག་དམན་ཡོན་ཏན་མེད་པར་གྲག ། -ཡོན་ཏན་མེད་པས་ཅི་ཞིག་བྱ། །བདག་ཀུན་ཡོན་ཏན་ལྡན་པ་ཉིད། །གང་བས་འདི་དམན་དེ་ཡོད་ཅིང་། །གང་བས་བདག་མཆོག་དེ་ཡང་ཡོད། ། -ཚུལ་ཁྲིམས་ལྟ་བ་གུད་སོགས་ནི། །ཉོན་མོངས་སྟོབས་ཀྱིས་བདག་དབང་མིན། །ཅི་ནུས་བདག་ནི་གསོ་དགོས་ཏེ། །གནོད་པའང་བདག་གིས་དང་དུ་བླང་། ། -འོན་ཏེ་བདག་འདིའི་གསོ་བྱ་མིན། །ཅི་ཕྱིར་བདག་ལ་བརྙས་པ་བྱེད། །བདག་ལ་དེ་ཡི་ཡོན་ཏན་གྱིས། །ཅི་བྱ་འདི་བདག་ཡོན་ཏན་ཅན། ། -ངན་འགྲོ་གདུག་པའི་ཁར་གནས་པ། །འགྲོ་ལ་སྙིང་རྗེ་མེད་པར་འདི། །ཕྱིར་ལ་ཡོན་ཏན་རློམ་པ་ཡིས། །མཁས་པ་དག་ལ་བདོ་བར་འདོད། ། -བདག་དང་མཉམ་ལ་བལྟས་ནས་ནི། །གང་གིས་རང་ཉིད་ལྷག་བྱའི་ཕྱིར། །བདག་གི་རྙེད་དང་བཀུར་སྟི་ནི། །རྩོད་པ་ཡིས་ཀྱང་ངེས་པར་བསྒྲུབ། ། -ཅི་ནས་བདག་གི་ཡོན་ཏན་ནི། །འཇིག་རྟེན་ཀུན་ལ་གསལ་བ་དང་། །གཞན་ཡང་འདི་ཡི་ཡོན་ཏན་གང་། །སུས་ཀྱང་ཐོས་པར་མི་འགྱུར་བྱ། ། -བདག་གི་སྐྱོན་ཡང་སྦ་བྱ་ཞིང་། །བདག་ནི་མཆོད་འགྱུར་འདི་ལ་མིན། །བདག་དེང་རྙེད་པ་ལེགས་རྙེད་ཅིང་། །བདག་ནི་བཀུར་འགྱུར་འདི་ལ་མིན། ། -འདི་ནི་མ་རུངས་བྱས་པ་ལ། །ཡུན་རིང་བདག་ནི་དགའ་བས་ལྟ། །འགྲོ་བ་ཀུན་གྱི་བཞད་གད་དང་། །ཕན་ཚུན་སྨོད་པ་དག་ཏུ་བྱ། ། -ཉོན་མོངས་འདི་ཡང་བདག་དང་ནི། །ལྷན་ཅིག་ཏུ་ནི་འགྲན་ཅེས་གྲག །འདི་དག་ཐོས་དང་ཤེས་རབ་བམ། །གཟུགས་རིགས་ནོར་གྱིས་མཉམ་མམ་ཅི། ། -དེ་ལྟར་ཀུན་ལ་བསྒྲགས་པ་ཡི། །བདག་གི་ཡོན་ཏན་ཐོས་ནས་ནི། །སྤུ་ལྡང་དགའ་བ་སྐྱེ་གྱུར་པའི། །བདེ་སྐྱིད་ལ་ནི་ཡོངས་སུ་སྤྱོད། ། -ཅི་སྟེ་འདི་ལ་རྙེད་ཡོད་ཀྱང་། །གལ་ཏེ་ང་ཡི་ལས་བྱེད་ན། །འདི་ལ་འཚོ་བ་ཙམ་བྱིན་ནས། །བདག་གི་སྟོབས་ཀྱིས་དེ་བླང་བྱ། ། -འདི་ནི་བདེ་ལས་ཉམས་བྱ་ཞིང་། །བདག་གི་གནོད་དང་རྟག་སྦྱར་བྱ། །འདི་ཡིས་བརྒྱ་ཕྲག་ཐམས་ཅད་དུ། །འཁོར་བར་བདག་ལ་གནོད་པ་བྱས། ། -ཡིད་ཁྱོད་རང་དོན་བྱེད་འདོད་པས། །བསྐལ་པ་གྲངས་མེད་འདས་གྱུར་ཀྱང་། །ངལ་བ་ཆེན་པོ་དེ་ལྟ་བུར། །ཁྱོད་ཀྱིས་སྡུག་བསྔལ་འབའ་ཞིག་བསྒྲུབས། ། -དེ་ལྟར་ངེས་པར་གཞན་དག་གི །དོན་ལ་རབ་ཏུ་འཇུག་གྱིས་དང་། །ཐུབ་པའི་བཀའ་ནི་མི་སླུ་བས། །དེ་ཡི་ཡོན་ཏན་ཕྱིས་མཐོང་འགྱུར། ། -གལ་ཏེ་ཁྱོད་ཀྱིས་སྔ་དུས་སུ། །ལས་འདི་བྱས་པར་གྱུར་ན་ནི། །སངས་རྒྱས་ཕུན་སུམ་བདེ་མིན་པ། །གནས་སྐབས་འདི་འདྲར་འགྱུར་མི་སྲིད། ། -དེ་བས་འདི་ལྟར་གཞན་དག་གི །ཁུ་བ་ཁྲག་གི་ཐིགས་པ་ལ། །ཁྱོད་ཀྱིས་ངར་འཛིན་བྱས་པ་ལྟར། །དེ་བཞིན་གཞན་ལའང་གོམས་པར་གྱིས། ། -གཞན་གྱི་རྟོག་ཆེན་བྱས་ནས་ནི། །བདག་གི་ལུས་ལ་ཅི་སྣང་བ། །དེ་དང་དེ་ཉིད་ཕྲོགས་བྱས་ནས། །ཁྱོད་ཀྱིས་གཞན་ལ་ཕན་པ་སྤྱོད། ། -བདག་སྐྱིད་གཞན་ནི་མི་སྐྱིད་ལ། །བདག་མཐོ་གཞན་ནི་དམའ་བ་དང་། །བདག་ནི་ཕན་བྱེད་གཞན་མིན་ཞེས། །བདག་ལ་ཕྲག་དོག་ཅིས་མི་བྱེད། ། -བདག་ནི་བདེ་དང་བྲལ་གྱིས་ཏེ། །གཞན་གྱི་སྡུག་བསྔལ་བདག་ལ་སྦྱོར། །གང་ཚེ་འདི་ནི་ཅི་བྱེད་ཅེས། །བདག་གི་སྐྱོན་ལ་བརྟག་པར་གྱིས། ། -གཞན་གྱིས་ཉེས་པ་བྱས་པ་ཡང་། །རང་གི་སྐྱོན་དུ་བསྒྱུར་བྱོས་ལ། །བདག་གི་ཉེས་པ་ཆུང་བྱས་ཀྱང་། །སྐྱེ་བོ་མང་ལ་རབ་ཏུ་ཤོགས། ། -གཞན་གྱི་གྲགས་པ་ལྷག་བརྗོད་པས། །རང་གི་གྲགས་པ་ཟིལ་གྱིས་ནོན། །བདག་ནི་བྲན་གྱི་ཐ་མ་ལྟར། །དོན་རྣམས་ཀུན་ལ་བཀོལ་བར་གྱིས། ། -འདི་ནི་སྐྱོན་ཅན་རང་བཞིན་ཏེ། །གློ་བུར་ཡོན་ཏན་ཆས་མི་བསྟོད། །འདི་ཡི་ཡོན་ཏན་ཅི་ནས་ཀྱང་། །འགས་ཀྱང་མི་ཤེས་དེ་ལྟར་གྱིས། ། -མདོར་ན་བདག་གི་དོན་གྱི་ཕྱིར། །ཁྱོད་ཀྱིས་གཞན་ལ་གནོད་བྱས་གང་། །གནོད་དེ་སེམས་ཅན་དོན་གྱི་ཕྱིར། །བདག་ཉིད་ལ་ནི་འབབ་པར་གྱིས། ། -འདི་ནི་གཉའ་དྲག་འགྱུར་ཚུལ་དུ། །ཤེད་བསྐྱེད་པར་ནི་མི་བྱ་སྟེ། །བག་མ་གསར་པའི་ཚུལ་བཞིན་དུ། །ངོ་ཚ་འཇིགས་དང་བསྡམས་ཏེ་བཞག ། -དེ་བྱ་དེ་ལྟར་གནས་བྱ་ཞིང་། །དེ་ལྟར་ཁྱོད་ཀྱིས་མི་བྱ་བ། །དེ་ལྟར་འདི་ནི་དབང་བྱ་སྟེ། །དེ་ལས་འདས་ན་ཚར་གཅད་བྱ། ། -འོན་ཏེ་དེ་ལྟར་གདམས་ཀྱང་ནི། །སེམས་ཁྱོད་དེ་ལྟར་མི་བྱེད་ན། །ཁྱོད་ལ་ཉེས་པ་ཀུན་བསྟེན་པས། །ཁྱོད་ཉིད་ཚར་གཅད་བྱ་བར་ཟད། ། -ཁྱོད་ཀྱིས་ཁོ་བོ་གར་བརླག་པའི། །སྔོན་གྱི་དུས་དེ་གཞན་ཡིན་ཏེ། །ངས་མཐོང་ད་ཁྱོད་གང་དུ་འགྲོ། །ཁྱོད་ཀྱི་དྲེགས་པ་ཀུན་གཞོམ་བྱ། ། -ད་དུང་བདག་ལ་རང་གི་དོན། །ཡོད་སྙམ་སེམས་པ་དེ་དོར་ཅིག །བདག་གིས་གཞན་ལ་ཁྱོད་བཙོང་གིས། །སྐྱོ་བར་མ་སེམས་ཞོ་ཤ་ཕུལ། ། -གལ་ཏེ་བག་མེད་གྱུར་ནས་ཁྱོད། །སེམས་ཅན་རྣམས་ལ་མ་བྱིན་ན། །ཁྱོད་ཀྱིས་ཁོ་བོ་དམྱལ་བ་ཡི། །སྲུང་མ་རྣམས་ལ་བྱིན་དུ་ངེས། ། -དེ་ལྟར་ཁྱོད་ཀྱིས་རེ་ལྟ་ཞིག །ཁོ་བོ་བྱིན་པས་ཡུན་རིང་སྡུག །ང་ནི་ཁོན་རྣམས་དྲན་བྱས་ཏེ། །ཁྱོད་ཀྱིས་རང་དོན་སེམས་པ་གཞོམ། ། -དེ་སྟེ་བདག་ནི་དགའ་འདོད་ན། །རང་ལ་བདག་གིས་དགར་མི་བྱ། །དེ་སྟེ་བདག་ནི་བསྲུང་འདོད་ན། །གཞན་དག་རྟག་ཏུ་བསྲུང་བར་བྱ། ། -ཇི་ལྟ་ཇི་ལྟར་ལུས་འདི་ནི། །ཡོངས་སུ་སྐྱོང་བར་བྱེད་གྱུར་པ། །དེ་ལྟ་དེ་ལྟར་ཤིན་ཏུ་ནི། །བཟེ་རེ་ཅན་གྱུར་ཉིད་དུ་ལྟུང་། ། -དེ་ལྟར་ལྷུང་བ་དེ་ཡི་ཡང་། །འདོད་པ་ས་འདི་ཐམས་ཅད་ཀྱིས། །རྫོགས་པར་ནུས་པ་ཡོད་མིན་ན། །དེ་ཡི་འདོད་པ་སུས་བྱེད་ནུས། ། -ནུས་མེད་འདོད་པ་ཉོན་མོངས་དང་། །བསམ་པ་ཉམས་པའང་སྐྱེ་བར་འགྱུར། །གང་ཞིག་ཀུན་ལ་ལྟོས་མེད་པ། །དེ་ཡི་ཕུན་ཚོགས་ཟད་མི་ཤེས། ། -དེ་བས་ལུས་ཀྱི་འདོད་པ་ནི། །འཕེལ་ཕྱིར་སྐབས་དབྱེ་མི་བྱ་སྟེ། །གང་ཞིག་ཡིད་འོང་མི་འཛིན་པ། །དེ་ནི་དངོས་པོ་བཟང་པོ་ཡིན། ། -ཐ་མར་ཐལ་བའི་མཐར་གཏུགས་ཤིང་། །མི་གཡོ་གཞན་གྱིས་བསྐྱོད་བྱ་བ། །མི་གཙང་གཟུགས་ནི་མི་བཟད་པ། །འདི་ལ་ཅི་ཕྱིར་བདག་ཏུ་འཛིན། ། -གསོན་ནམ་ཡང་ན་ཤི་ཡང་བླའི། །བདག་ལ་འཁྲུལ་འཁོར་འདིས་ཅི་བྱ། །བོང་སོགས་འདི་ཁྱད་ཅི་ཡོད་ན། །ཀྱི་ཧུད་ང་རྒྱལ་སེལ་མི་བྱེད། ། -ལུས་ཀྱི་ཁ་ཏ་བྱས་པ་ཡིས། །དོན་མེད་སྡུག་བསྔལ་ཉེར་བསགས་ནས། །རྗེས་སུ་ཆགས་དང་ཁོང་ཁྲོ་བ། །ཤིང་མཚུངས་འདི་ལ་ཅི་ཞིག་བྱ། ། -བདག་གིས་འདི་ལྟར་བསྐྱངས་པའམ། །བྱ་རྒོད་སོགས་ཀྱིས་ཟོས་ཀྱང་རུང་། །ཆགས་མེད་ཞེ་སྡང་ཡོད་མིན་ན། །ཅི་སྟེ་དེ་ལ་ཆགས་པར་བྱེད། ། -གང་ཞིག་སྨོད་པས་ཁྲོ་བ་དང་། །གང་ཞིག་བསྟོད་པས་མགུ་འགྱུར་བ། །གལ་ཏེ་དེ་ཉིད་ཤེས་མེད་ན། །བདག་གིས་གང་གི་ངལ་བ་བྱས། ། -གང་ཞིག་ལུས་འདི་འདོད་འགྱུར་བ། །དེ་དང་བདག་བཤེས་ཡིན་ཞེ་ན། །ཐམས་ཅད་རང་གི་ལུས་འདོད་པས། །དེ་ལ་བདག་གོ་ཅིས་མི་དགའ། ། -དེ་བས་བདག་གིས་ཆགས་མེད་པར། །འགྲོ་ལ་ཕན་ཕྱིར་ལུས་གཏང་བྱ། །དེས་ན་འདི་ལ་ཉེས་མང་ཡང་། །ལས་ཀྱི་སྤྱད་བཞིན་གཟུང་བར་བྱ། ། -དེ་བས་བྱིས་པའི་སྤྱོད་པས་ཆོག །བདག་གིས་མཁས་པའི་རྗེས་བསྙགས་ཏེ། །བག་ཡོད་གཏམ་ནི་དྲན་བྱས་ནས། །གཉིད་དང་རྨུགས་པ་བཟློག་པར་བྱ། ། -རྒྱལ་སྲས་ཐུགས་རྗེ་ཆེ་རྣམས་ལྟར། །རིགས་པའི་སྲན་ནི་གཟུགས་བྱ་སྟེ། །ཉིན་མཚན་ཕྱད་པར་མ་འབད་ན། །བདག་གི་སྡུག་བསྔལ་ནམ་མཐར་ཕྱིན། ། -དེ་བས་སྒྲིབ་པ་བསལ་བའི་ཕྱིར། །ལོག་པའི་ལམ་ལས་སེམས་བླན་ཏེ། །ཡང་དག་དམིགས་ལ་རྟག་པར་ཡང་། །བདག་གིས་མཉམ་པར་གཞག་པར་བྱ། ། -བྱང་ཆུབ་སེམས་དཔའི་སྤྱོད་པ་ལ་འཇུག་པ་ལས། །བསམ་གཏན་བསྟན་པ་ཞེས་བྱ་བ་སྟེ་ལེའུ་བརྒྱད་པའོ།། །། -ch-9 ཡན་ལག་འདི་དག་ཐམས་ཅད་ནི། །ཐུབ་པས་ཤེས་རབ་དོན་དུ་གསུངས། དེ་ཡི་ཕྱིར་ན་སྡུག་བསྔལ་དག །ཞི་བར་འདོད་པས་ཤེས་རབ་བསྐྱེད། ། -ཀུན་རྫོབ་དང་ནི་དོན་དམ་སྟེ། །འདི་ནི་བདེན་པ་གཉིས་སུ་འདོད། །དོན་དམ་བློ་ཡི་སྤྱོད་ཡུལ་མིན། །བློ་ནི་ཀུན་རྫོབ་ཡིན་པར་བརྗོད། ། -དེ་ལ་འཇིག་རྟེན་རྣམ་གཉིས་མཐོང་། །རྣལ་འབྱོར་པ་དང་ཕལ་པའོ། །དེ་ལ་འཇིག་རྟེན་ཕལ་པ་ནི། །རྣལ་འབྱོར་འཇིག་རྟེན་གྱིས་གནོད་ཅིང་། ། -རྣལ་འབྱོར་པ་ཡང་བློ་ཁྱད་ཀྱིས། །གོང་མ་གོང་མ་རྣམས་ཀྱིས་གནོད། །གཉི་ག་ཡང་ནི་འདོད་པའི་དཔེས། །འབྲས་བུའི་དོན་དུ་མ་དཔྱད་ཕྱིར། - འཇིག་རྟེན་པ་ཡིས་དངོས་མཐོང་ཞིང་། །ཡང་དག་ཉིད་དུའང་རྟོག་བྱེད་ཀྱི། །སྒྱུ་མ་ལྟ་བུར་མིན་པས་འདིར། །རྣལ་འབྱོར་པ་དང་འཇིག་རྟེན་རྩོད། ། -གཟུགས་སོགས་མངོན་སུམ་ཉིད་ཀྱང་ནི། །གྲགས་པས་ཡིན་གྱི་ཚད་མས་མིན། །དེ་ནི་མི་གཙང་ལ་སོགས་ལ། །གཙང་སོགས་གྲགས་པ་བཞིན་དུ་རྫུན། ། -འཇིག་རྟེན་གཞུག་པའི་དོན་དུ་ནི། །མགོན་པོས་དངོས་བསྟན་དེ་ཉིད་དུ། །དེ་དག་སྐད་ཅིག་མ་ཉིད་མིན། །ཀུན་རྫོབ་ཏུ་ཡང་འགལ་ཞེ་ན། ། -རྣལ་འབྱོར་ཀུན་རྫོབ་ཉེས་མེད་དེ། །འཇིག་རྟེན་ལ་ལྟོས་དེ་ཉིད་མཐོང་། །གཞན་དུ་བུད་མེད་མི་གཙང་བར། །དེས་རྟོག་འཇིག་རྟེན་གྱིས་གནོད་འགྱུར། ། -སྒྱུ་འདྲའི་རྒྱལ་ལས་བསོད་ནམས་ནི། །ཇི་ལྟར་དངོས་ཡོད་ལ་ཇི་བཞིན། །གལ་ཏེ་སེམས་ཅན་སྒྱུ་འདྲ་ན། །ཤི་ནས་ཇི་ལྟར་སྐྱེ་ཞེ་ན། ། -ཇི་སྲིད་རྐྱེན་རྣམས་འཚོགས་གྱུར་པ། །དེ་སྲིད་སྒྱུ་མའང་འབྱུང་བར་འགྱུར། །རྒྱུན་རིང་ཙམ་གྱིས་ཇི་ལྟར་ན། །སེམས་ཅན་བདེན་པར་ཡོད་པ་ཡིན། ། -སྒྱུ་མའི་སྐྱེས་བུ་བསད་སོགས་ལ། །སེམས་མེད་ཕྱིར་ན་སྡིག་མེད་དེ། །སྒྱུ་མའི་སེམས་དང་ལྡན་པ་ལ། །བསོད་ནམས་དང་ནི་སྡིག་པ་འབྱུང་། ། -སྔགས་སོགས་རྣམས་ལ་ནུས་མེད་ཕྱིར། །སྒྱུ་མའི་སེམས་ནི་འབྱུང་བ་མེད། །སྣ་ཚོགས་རྐྱེན་ལས་བྱུང་བ་ཡི། །སྒྱུ་མ་དེ་ཡང་སྣ་ཚོགས་ཉིད། །རྐྱེན་གཅིག་གིས་ནི་ཀུན་ནུས་པ། །གང་ན་ཡང་ནི་ཡོད་མ་ཡིན། ། -གལ་ཏེ་དོན་དམ་མྱ་ངན་འདས། །འཁོར་བ་ཀུན་རྫོབ་དེ་ལྟ་ན། །སངས་རྒྱས་ཀྱང་ནི་འཁོར་འགྱུར་བས། །བྱང་ཆུབ་སྤྱོད་པས་ཅི་ཞིག་བྱ། ། -རྐྱེན་རྣམས་རྒྱུན་ནི་མ་ཆད་ན། །སྒྱུ་མའང་ལྡོག་པར་མི་འགྱུར་གྱི། །རྐྱེན་རྣམས་རྒྱུན་ནི་ཆད་པས་ན། །ཀུན་རྫོབ་ཏུ་ཡང་མི་འབྱུང་ངོ་། ། -གང་ཚེ་འཁྲུལ་པའང་ཡོད་མིན་ན། །སྒྱུ་མ་གང་གིས་དམིགས་པར་འགྱུར། །གང་ཚེ་ཁྱོད་ལ་སྒྱུ་མ་ཉིད། །མེད་ནའང་དེ་ཚེ་ཅི་ཞིག་དམིགས། ། -གལ་ཏེ་དེ་ཉིད་དུ་གཞན་ཡོད། །རྣམ་པ་དེ་ནི་སེམས་ཉིད་ཡིན། །གང་ཚེ་སེམས་ཉིད་སྒྱུ་མ་ན། །དེ་ཚེ་གང་ཞིག་གང་གིས་མཐོང་། ། -འཇིག་རྟེན་གྱི་ནི་མགོན་པོས་ཀྱང་། །སེམས་ཀྱིས་སེམས་མི་མཐོང་ཞེས་གསུངས། །རལ་གྲི་སོ་ནི་རང་ལ་རང་། །ཇི་ལྟར་མི་གཅོད་དེ་བཞིན་ཡིད། ། -ཇི་ལྟར་མར་མེ་རང་གི་དངོས། །ཡང་དག་གསལ་བར་བྱེད་བཞིན་ན། །མར་མེ་གསལ་བར་བྱ་མིན་ཏེ། །གང་ཕྱིར་མུན་གྱིས་བསྒྲིབས་པ་མེད། ། -ཤེལ་བཞིན་སྔོན་པོ་སྔོ་ཉིད་ལ། །གཞན་ལ་ལྟོས་པ་ཡོད་མ་ཡིན། །དེ་བཞིན་འགའ་ཞིག་གཞན་ལ་ནི། །ལྟོས་དང་ལྟོས་མེད་པ་ཡང་མཐོང་། ། -སྔོ་ཉིད་མིན་ལ་སྔོན་པོར་དེ། །བདག་གིས་བདག་ཉིད་བྱས་པ་མེད། ། - -མར་མེ་གསལ་བར་བྱེད་དོ་ཞེས། །ཤེས་པས་ཤེས་ཏེ་རྗོད་བྱེད་ན། །བློ་ནི་གསལ་བ་ཉིད་ཡིན་ཞེས། །གང་གིས་ཤེས་ནས་དེ་སྐད་བརྗོད། ། -གང་ཚེ་འགས་ཀྱང་མཐོང་མིན་ན། །གསལ་བའམ་ནི་མི་གསལ་བ། །མོ་གཤམ་བུ་མོའི་འགྱིང་བག་བཞིན། །དེ་ནི་བརྗོད་ཀྱང་དོན་མེད་དོ། ། -གལ་ཏེ་རང་རིག་ཡོད་མིན་ན། །རྣམ་ཤེས་དྲན་པར་ཇི་ལྟར་འགྱུར། །གཞན་མྱོང་བ་ན་འབྲེལ་པ་ལས། །དྲན་འགྱུར་བྱི་བའི་དུག་བཞིན་ནོ། ། -རྐྱེན་གཞན་དག་དང་ལྡན་པ་ནི། །མཐོང་ཕྱིར་རང་ཉིད་རབ་གསལ་ན། །གྲུབ་པའི་མིག་སྨན་སྦྱོར་བ་ལས། །བུམ་མཐོང་མིག་སྨན་ཉིད་འགྱུར་མིན། ། -ཇི་ལྟར་མཐོང་ཐོས་ཤེས་པ་དག །འདིར་ནི་དགག་པར་བྱ་མིན་ཏེ། །འདིར་ནི་སྡུག་བསྔལ་རྒྱུར་གྱུར་པ། །བདེན་པར་རྟོག་པ་བཟློག་བྱ་ཡིན། ། -སེམས་ལས་སྒྱུ་མ་གཞན་མིན་ཞིང་། །གཞན་མིན་པར་ཡང་མི་རྟག་ན། །དངོས་ན་ཇི་ལྟར་དེ་གཞན་མིན། །གཞན་མིན་ཞེ་ན་དངོས་པོར་མེད། ། -ཇི་ལྟར་སྒྱུ་མ་བདེན་མིན་ཡང་། །བལྟ་བྱ་དེ་བཞིན་ལྟ་བྱེད་ཡིད། །གལ་ཏེ་འཁོར་བ་དངོས་རྟེན་ཅན། །དེ་ནི་གཞན་དུ་མཁའ་འདྲར་འགྱུར། ། -དངོས་མེད་དངོས་ལ་བརྟེན་པས་ན། །བྱེད་དང་ལྡན་པར་ཇི་ལྟར་འགྱུར། །ཁྱོད་ཀྱི་སེམས་ནི་གྲོགས་མེད་པར། །གཅིག་པུ་ཉིད་དུ་འགྱུར་བ་ཡིན། ། -གང་ཚེ་སེམས་ནི་གཟུང་བྲལ་བ། །དེ་ཚེ་ཐམས་ཅད་དེ་བཞིན་གཤེགས། །དེ་ལྟ་ན་ཡང་སེམས་ཙམ་དུ། །བརྟགས་ལ་ཡོན་ཏན་ཅི་ཞིག་ཡོད། ། -སྒྱུ་མ་ལྟ་བུར་ཤེས་ན་ཡང་། །ཇི་ལྟར་ཉོན་མོངས་ལྡོག་འགྱུར་ཏེ། །གང་ཚེ་སྒྱུ་མའི་བུད་མེད་ལ། །དེ་བྱེད་ཉིད་ཀྱང་ཆགས་སྐྱེ་འགྱུར། ། -དེ་བྱེད་པ་ནི་ཤེས་བྱ་ལ། །ཉོན་མོངས་བག་ཆགས་མ་སྤངས་པ། །དེས་ན་དེ་མཐོང་བ་ན་དེ། །སྟོང་ཉིད་བག་ཆགས་ཉམ་ཆུང་ཉིད། ། -སྟོང་ཉིད་བག་ཆགས་གོམས་པས་ནི། །དངོས་པོའི་བག་ཆགས་སྤོང་འགྱུར་ཞིང་། །ཅི་ཡང་མེད་ཅེས་གོམས་པས་ནི། །དེ་ཡང་ཕྱི་ནས་སྤོང་བར་འགྱུར། ། -གང་ཚེ་གང་ཞིག་མེད་དོ་ཞེས། །བརྟག་བྱའི་དངོས་པོ་མི་དམིགས་པ། །དེ་ཚེ་དངོས་མེད་རྟེན་བྲལ་བ། །བློ་ཡི་མདུན་ན་ཇི་ལྟར་གནས། ། -གང་ཚེ་དངོས་དང་དངོས་མེད་དག །བློ་ཡི་མདུན་ན་མི་གནས་པ། །དེ་ཚེ་རྣམ་པ་གཞན་མེད་པས། །དམིགས་པ་མེད་པར་རབ་ཏུ་ཞི། ། -ཡིད་བཞིན་ནོར་བུ་དཔག་བསམ་ཤིང་། །ཇི་ལྟར་རེ་བ་ཡོངས་སྐོང་བ། །དེ་བཞིན་གདུལ་བྱ་སྨོན་ལམ་གྱི། །དབང་གིས་རྒྱལ་བའི་སྐུར་སྣང་ངོ་། ། -དཔེར་ན་ནམ་མཁའ་ལྡིང་གི་ནི། །མཆོད་སྡོང་བསྒྲུབས་ནས་འདས་གྱུར་པ། །དེ་འདས་ཡུན་རིང་ལོན་ཡང་དེ། །དུག་ལ་སོགས་པ་ཞི་བྱེད་བཞིན། ། -བྱང་ཆུབ་སྤྱོད་པའི་རྗེས་མཐུན་པར། །རྒྱལ་བའི་མཆོད་སྡོང་བསྒྲུབས་པ་ཡང་། །བྱང་ཆུབ་སེམས་དཔའ་མྱ་ངན་ལས། །འདས་ཀྱང་དོན་རྣམས་ཐམས་ཅད་མཛད། ། -སེམས་མེད་པ་ལ་མཆོད་བྱས་པས། །ཇི་ལྟར་འབྲས་བུ་ལྡན་པར་འགྱུར། །གང་ཕྱིར་བཞུགས་པའམ་མྱ་ངན་འདས། །མཚུངས་པ་ཉིད་དུ་བཤད་ཕྱིར་རོ། ། -ཀུན་རྫོབ་བམ་ནི་དེ་ཉིད་དུའང་། །རུང་སྟེ་དེར་འབྲས་ལུང་ལས་ཡིན། །དཔེར་ན་བདེན་པའི་སངས་རྒྱས་ལ། །ཇི་ལྟར་འབྲས་བུར་བཅས་པ་བཞིན། ། -བདེན་པ་མཐོང་བས་གྲོལ་འགྱུར་གྱི། །སྟོང་ཉིད་མཐོང་བས་ཅི་ཞིག་བྱ། །གང་ཕྱིར་ལུང་ལས་ལམ་འདི་ནི། །མེད་པར་བྱང་ཆུབ་མེད་པར་གསུངས། ། -གལ་ཏེ་ཐེག་ཆེན་མ་གྲུབ་ན། །ཁྱོད་ཀྱི་ལུང་ནི་ཇི་ལྟར་གྲུབ། །གང་ཕྱིར་གཉིས་ཀ་ལ་འདི་གྲུབ། །དང་པོ་ཁྱོད་ལ་འདི་མ་གྲུབ། ། -རྐྱེན་གང་གིས་ནི་དེར་ཡིད་ཆེས། །དེ་ནི་ཐེག་ཆེན་ལ་ཡང་མཚུངས། །གཞན་གཉིས་འདོད་པས་བདེན་ན་ནི། །རིག་བྱེད་སོགས་ཀྱང་བདེན་པར་འགྱུར། ། -ཐེག་ཆེན་རྩོད་བཅས་ཕྱིར་ཞེ་ན། །ལུང་ལ་མུ་སྟེགས་པ་རྣམས་དང་། །ལུང་གཞན་ལ་ཡང་རང་གཞན་དག །རྩོད་བཅས་ཡིན་ཕྱིར་དོར་བྱར་འགྱུར། ། -བསྟན་རྩ་དགེ་སློང་ཉིད་ཡིན་ན། །དགེ་སློང་ཉིད་ཀྱང་དཀའ་བར་གནས། །སེམས་ནི་དམིགས་དང་བཅས་རྣམས་ཀྱི། །མྱ་ངན་འདས་པའང་དཀའ་བར་གནས། ། -ཉོན་མོངས་སྤངས་པས་གྲོལ་ན་དེའི། །དེ་མ་ཐག་ཏུ་དེར་འགྱུར་རོ། །ཉོན་མོངས་མེད་ཀྱང་དེ་དག་ལ། །ལས་ཀྱི་ནུས་པ་མཐོང་བ་ཡིན། ། -རེ་ཞིག་ཉེར་ལེན་སྲེད་པ་ནི། །མེད་ཅེས་ངེས་པ་ཉིད་ཅེ་ན། །སྲེད་དེ་ཉོན་མོངས་ཅན་མིན་ཡང་། །ཀུན་རྨོངས་བཞིན་དུ་ཅི་སྟེ་མེད། ། -ཚོར་བའི་རྐྱེན་གྱིས་སྲེད་པ་ཡིན། །ཚོར་བ་དེ་དག་ལ་ཡང་ཡོད། །དམིགས་པ་དང་ནི་བཅས་པའི་སེམས། །འགའ་ཞིག་ལ་ནི་གནས་པར་འགྱུར། ། -སྟོང་ཉིད་དང་ནི་བྲལ་བའི་སེམས། །འགགས་པ་སླར་ཡང་སྐྱེ་འགྱུར་ཏེ། །འདུ་ཤེས་མེད་པའི་སྙོམས་འཇུག་བཞིན། །དེས་ན་སྟོང་ཉིད་བསྒོམ་པར་བྱ། ། -ངག་གང་མདོ་སྡེ་ལ་འཇུག་དེ། །གལ་ཏེ་སངས་རྒྱས་གསུངས་འདོད་ན། །ཐེག་ཆེན་ཕལ་ཆེར་ཁྱེད་ཅག་གི །མདོ་དང་མཚུངས་འདོད་མིན་ནམ་ཅི། ། -གལ་ཏེ་མ་གཏོགས་གཅིག་གིས་ནི། །ཐམས་ཅད་སྐྱོན་དང་བཅས་འགྱུར་ན། །མདོ་མཚུངས་གཅིག་གིས་ཐམས་ཅད་ནི། །རྒྱལ་བས་གསུངས་པ་ཅིས་མ་ཡིན། ། -ངག་གང་འོད་སྲུངས་ཆེན་པོ་ལ། །སོགས་པས་གཏིང་དཔོགས་མ་གྱུར་པ། །དེ་ནི་ཁྱོད་ཀྱིས་མ་རྟོགས་པས། །གཟུང་བྱ་མིན་པར་སུ་ཞིག་བྱེད། ། -རྨོངས་པས་སྡུག་བསྔལ་ཅན་དོན་དུ། །ཆགས་དང་འཇིགས་མཐའ་ལས་གྲོལ་བ། །འཁོར་བར་གནས་པ་གྲུབ་འགྱུར་བ། །འདི་ནི་སྟོང་ཉིད་འབྲས་བུ་ཡིན། ། -དེ་ལྟར་སྟོང་པ་ཉིད་ཕྱོགས་ལ། །སུན་འབྱིན་པ་ནི་འཐད་མ་ཡིན། །དེས་ན་ཐེ་ཚོམ་མི་ཟ་བར། །སྟོང་པ་ཉིད་ནི་བསྒོམ་པར་བྱ། ། -ཉོན་མོངས་ཤེས་བྱའི་སྒྲིབ་པ་ཡི། །མུན་པའི་གཉེན་པོ་སྟོང་པ་ཉིད། །མྱུར་དུ་ཐམས་ཅད་མཁྱེན་འདོད་པས། །དེ་ནི་ཇི་ལྟར་སྒོམ་མི་བྱེད། ། -དངོས་གང་སྡུག་བསྔལ་སྐྱེད་བྱེད་པ། །དེ་ལས་སྐྲག་པ་སྐྱེ་འགྱུར་ན། །སྟོང་ཉིད་སྡུག་བསྔལ་ཞི་བྱེད་པ། །དེ་ལ་འཇིགས་པ་ཇི་ལྟར་སྐྱེ། ། -གལ་ཏེ་བདག་འགའ་ཡོད་ན་ནི། །ཅི་ཡང་རུང་ལས་འཇིགས་འགྱུར་ན། །བདག་ཉིད་འགའ་ཡང་ཡོད་མིན་པས། །འཇིགས་པར་འགྱུར་བ་སུ་ཞིག་ཡིན། ། -སོ་དང་སྐྲ་སེན་བདག་མ་ཡིན། །བདག་ནི་རུས་པ་ཁྲག་མ་ཡིན། །སྣབས་མིན་བད་ཀན་མ་ཡིན་ཏེ། །ཆུ་སེར་དང་ནི་རྣག་ཀྱང་མིན། ། -བདག་ནི་ཞག་དང་རྔུལ་མིན་ཏེ། །གློ་མཆིན་དག་ཀྱང་བདག་མ་ཡིན། །ནང་ཁྲོལ་གཞན་ཡང་བདག་མིན་ཏེ། །བདག་ནི་ཕྱི་ས་གཅིན་མ་ཡིན། ། -ཤ་དང་པགས་པ་བདག་མིན་ཏེ། །དྲོད་དང་རླུང་ཡང་བདག་མ་ཡིན། །བུ་ག་བདག་མིན་རྣམ་ཀུན་དུ། །རྣམ་ཤེས་དྲུག་ཀྱང་བདག་མ་ཡིན། ། -གལ་ཏེ་སྒྲ་ཡི་ཤེས་རྟག་ན། །ཐམས་ཅད་ཚེ་ན་སྒྲ་འཛིན་འགྱུར། །ཤེས་བྱ་མེད་ན་ཅི་ཞིག་རིག །གང་གིས་ཤེས་པ་ཞེས་རྗོད་བྱེད། ། -གལ་ཏེ་ཤེས་མེད་ཤེས་ཡིན་ན། །ཤིང་ཡང་ཤེས་པར་ཐལ་བར་འགྱུར། །དེས་ན་ཤེས་བྱ་ཉེར་གནས་པ། །མེད་པར་ཤེས་པ་མེད་ཅེས་ངེས། ། -དེ་ཉིད་ཀྱིས་ནི་གཟུགས་ཤེས་ན། །དེ་ཚེ་ཐོས་པའང་ཅི་སྟེ་མིན། །གལ་ཏེ་སྒྲ་མི་ཉེ་ཕྱིར་ན། །དེས་ན་དེ་ཡི་ཤེས་པའང་མེད། ། -སྒྲ་འཛིན་རང་བཞིན་གང་ཡིན་པ། །དེ་གཟུགས་འཛིན་པར་ཇི་ལྟར་འགྱུར། །གཅིག་ནི་ཕ་དང་བུ་ཉིད་དུ། །བརྟགས་ཡིན་ཡང་དག་ཉིད་མིན་ཏེ། ། -འདི་ལྟར་སྙིང་སྟོབས་རྡུལ་དང་ནི། །མུན་པ་བུ་མིན་ཕ་ཡང་མིན། །དེ་ནི་སྒྲ་འཛིན་དང་ལྡན་པའི། །རང་བཞིན་དུ་ནི་མཐོང་མ་ཡིན། ། -གར་མཁན་ལྟ་བུར་ཚུལ་གཞན་གྱིས། །དེ་ཉིད་མཐོང་ན་དེ་རྟག་མིན། །གལ་ཏེ་ཚུལ་གཞན་དེ་ཉིད་ན། །གཅིག་ཉིད་དེ་ནི་སྔོན་མེད་གཅིག ། -གལ་ཏེ་ཚུལ་གཞན་བདེན་མིན་ན། །དེ་ཡི་རང་གི་རང་བཞིན་སྨྲོས། །ཤེས་ཉིད་ཅེ་ན་དེ་ལྟ་ན། །སྐྱེས་ཀུན་གཅིག་ཏུ་ཐལ་བར་འགྱུར། ། -སེམས་པ་སེམས་མེད་དེ་དག་ཀྱང་། །གཅིག་འགྱུར་གང་ཕྱིར་ཡོད་ཉིད་མཚུངས། །གང་ཚེ་བྱེ་བྲག་ཕྱིན་ཅི་ལོག །དེ་ཚེ་འདྲ་བའི་རྟེན་གང་ཡིན། ། -སེམས་མེད་པ་ཡང་བདག་མིན་ཏེ། །སེམས་མེད་ཉིད་ཕྱིར་བུམ་སོགས་བཞིན། །འོན་ཏེ་སེམས་དང་ལྡན་པའི་ཕྱིར། །ཤེས་ན་མི་ཤེས་འཇིག་པར་ཐལ། ། -ཇི་སྟེ་བདག་ལ་འགྱུར་མེད་ན། །སེམས་པས་དེ་ལ་ཅི་ཞིག་བྱས། །དེ་ལྟར་ཤེས་མེད་བྱ་བྲལ་བ། །ནམ་མཁའ་བདག་ཏུ་བྱས་པར་འགྱུར། ། -གལ་ཏེ་བདག་ནི་ཡོད་མིན་ན། །ལས་འབྲས་འབྲེལ་པ་རིགས་མིན་ཏེ། །ལས་བྱས་ནས་ནི་ཞིག་པས་ན། །སུ་ཡི་ལས་སུ་འགྱུར་ཞེ་ན། ། -བྱ་བ་འབྲས་གཞི་ཐ་དད་དང་། །དེར་བདག་བྱེད་པ་མེད་པར་ཡང་། །ཡུ་བུ་གཉི་ག་ལ་གྲུབ་པས། །འདིར་བརྩད་དོན་མེད་མ་ཡིན་ནམ། ། -རྒྱུ་ལྡན་འབྲས་བུ་དང་བཅས་ཞེས། །མཐོང་བ་འདི་ནི་སྲིད་མ་ཡིན། །རྒྱུད་གཅིག་ལ་ནི་བརྟེན་ནས་སུ། །བྱེད་པོ་སྤྱོད་པོ་ཞེས་བྱར་བསྟན། ། -འདས་དང་མ་འོངས་པ་ཡི་སེམས། །བདག་མིན་དེ་ནི་མེད་པའི་ཕྱིར། །འོན་ཏེ་སྐྱེས་སེམས་བདག་ཡིན་ན། །དེ་ཞིག་ན་ཡང་བདག་མེད་དོ། ། -དཔེར་ན་ཆུ་ཤིང་སྡོང་པོ་དག །ཆ་ཤས་ཕྱེ་ན་འགའ་མེད་པ། །དེ་བཞིན་རྣམ་པར་དཔྱད་པ་ཡིས། །བཙལ་ན་བདག་ཀྱང་ཡང་དག་མིན། ། -གལ་ཏེ་སེམས་ཅན་ཡོད་མིན་ན། །སུ་ལ་སྙིང་རྗེ་བྱ་ཞེ་ན། །འབྲས་བུའི་དོན་དུ་ཁས་བླངས་པའི། །རྨོངས་པས་བརྟགས་པ་གང་ཡིན་པའོ། ། -སེམས་ཅན་མེད་འབྲས་སུ་ཡི་ཡིན། །བདེན་ཏེ་འོན་ཀྱང་རྨོངས་ལས་འདོད། །སྡུག་བསྔལ་ཉེ་བར་ཞི་དོན་དུ། །འབྲས་བུའི་རྨོངས་པ་བཟློག་མི་བྱ། ། -སྡུག་བསྔལ་རྒྱུ་ཡི་ང་རྒྱལ་ནི། །བདག་ཏུ་རྨོངས་པས་འཕེལ་བར་འགྱུར། །དེ་ལས་ཀྱང་བཟློག་མེད་ཅེ་ན། །བདག་མེད་བསྒོམ་པ་མཆོག་ཡིན་ནོ། ། -ལུས་ནི་རྐང་པ་བྱིན་པ་མིན། །བརླ་དང་རྐེད་པའང་ལུས་མ་ཡིན། །ལྟོ་དང་རྒྱབ་ཀྱང་ལུས་མིན་ཏེ། །བྲང་དང་དཔུང་པའང་ལུས་མ་ཡིན། ། -རྩིབ་ལོགས་ལག་པའང་ལུས་མིན་ཏེ། །མཆན་ཁུང་ཕྲག་པའང་ལུས་མ་ཡིན། །ནང་ཁྲོལ་རྣམས་ཀྱང་དེ་མིན་ལ། །མགོ་དང་མགྲིན་པའང་ལུས་མིན་ན། །འདི་ལ་ལུས་ནི་གང་ཞིག་ཡིན། ། -གལ་ཏེ་ལུས་འདི་ཐམས་ཅད་ལ། །ཕྱོགས་རེ་ཡིས་ནི་གནས་གྱུར་ན། །ཆ་རྣམས་ཆ་ལ་གནས་གྱུར་མོད། །དེ་རང་ཉིད་ནི་གང་ལ་གནས། ། -གལ་ཏེ་བདག་ཉིད་ཀུན་གྱི་ལུས། །ལག་སོགས་རྣམས་ལ་གནས་ན་ནི། །ལག་སོགས་དེ་དག་ཇི་སྙེད་པ། །དེ་སྙེད་ཀྱི་ནི་ལུས་སུ་འགྱུར། ། -ཕྱི་དང་ནང་ན་ལུས་མེད་ན། །ཇི་ལྟར་ལག་སོགས་ལ་ལུས་ཡོད། །ལག་སོགས་རྣམས་ལས་གཞན་མེད་ན། །དེ་ནི་ཇི་ལྟར་ཡོད་པ་ཡིན། ། -དེས་ན་ལུས་མེད་ལག་སོགས་ལ། །རྨོངས་པ་ཡིས་ནི་ལུས་བློར་འགྱུར། །དབྱིབས་སུ་བཀོད་པའི་ཁྱད་པར་གྱིས། །ཐོ་ཡོར་ལ་ནི་མི་བློ་བཞིན། ། -ཇི་སྲིད་རྐྱེན་ཚོགས་དེ་སྲིད་དུ། །ལུས་ནི་སྐྱེས་བུ་ལྟར་སྣང་བ། །དེ་བཞིན་ཇི་སྲིད་ལག་སོགས་ལ། །དེ་ཡོད་དེ་སྲིད་དེར་ལུས་སྣང་། ། -དེ་བཞིན་སོར་མོའི་ཚོགས་ཡིན་ཕྱིར། །ལག་པའང་གང་ཞིག་ཡིན་པར་འགྱུར། །དེ་ཡང་ཚིགས་ཀྱི་ཚོགས་ཡིན་ཕྱིར། །ཚིགས་ཀྱང་རང་གི་ཆ་ཕྱེ་བས། ། -ཆ་ཡང་རྡུལ་དུ་ཕྱེ་བས་ཏེ། །རྡུལ་དེའང་ཕྱོགས་ཆའི་དབྱེ་བ་ཡིས། །ཕྱོགས་དབྱེའང་ཆ་ཤས་དང་བྲལ་ཕྱིར། །མཁའ་བཞིན་དེས་ན་རྡུལ་ཡང་མེད། ། -དེ་ལྟར་རྨི་ལམ་ལྟ་བུ་ཡི། །གཟུགས་ལ་དཔྱོད་ལྡན་སུ་ཞིག་ཆགས། །གང་ཚེ་དེ་ལྟར་ལུས་མེད་པ། །དེ་ཚེ་སྐྱེས་གང་བུད་མེད་གང་། ། -སྡུག་བསྔལ་དེ་ཉིད་དུ་ཡོད་ན། །ཅི་སྟེ་རབ་དགའ་ལ་མི་གནོད། །བདེ་ན་མྱ་ངན་གདུང་སོགས་ལ། །ཞིམ་སོགས་ཅི་སྟེ་དགའ་མི་བྱེད། ། -སྟོབས་དང་ལྡན་པས་ཟིལ་མནན་ཕྱིར། །གལ་ཏེ་དེ་མྱོང་མ་ཡིན་ན། །གང་ཞིག་ཉམས་མྱོང་བདག་ཉིད་མིན། །དེ་ནི་ཚོར་བ་ཇི་ལྟར་ཡིན། ། -སྡུག་བསྔལ་ཕྲ་མོ་ཉིད་དུ་ཡོད། །འདི་ཡི་རགས་པ་བསལ་མིན་ནམ། །དེ་ནི་དེ་ལས་གཞན་དགའ་ཙམ། །ཞེ་ན་ཕྲ་ཉིད་དེ་ཡང་དེའི། ། -གལ་ཏེ་འགལ་རྐྱེན་སྐྱེས་པས་ན། །སྡུག་བསྔལ་སྐྱེས་པ་མིན་ན་ནི། །ཚོར་བར་རྟོག་པ་མངོན་ཞེན་ཉིད། །ཡིན་ཞེས་བྱ་བར་གྲུབ་མིན་ནམ། ། -དེ་ཉིད་ཕྱིར་ན་འདི་ཡི་ནི། །གཉེན་པོ་རྣམ་དཔྱོད་འདི་བསྒོམ་སྟེ། །རྣམ་བརྟགས་ཞིང་ལས་བྱུང་བ་ཡི། །བསམ་གཏན་རྣལ་འབྱོར་པ་ཡི་ཟས། ། -གལ་ཏེ་དབང་དོན་བར་བཅས་ན། །དེ་དག་གང་དུ་ཕྲད་པར་འགྱུར། །བར་མེད་ན་ཡང་གཅིག་ཉིད་དེ། །གང་ཞིག་གང་དང་ཕྲད་པར་འགྱུར། ། -རྡུལ་ཕྲན་རྡུལ་ཕྲན་ལ་འཇུག་མེད། །དེ་ནི་སྐབས་མེད་མཉམ་པ་ཡིན། །མ་ཞུགས་པ་ལ་འདྲེས་མེད་ཅིང་། །མ་འདྲེས་པ་ལ་ཕྲད་པ་མེད། ། -ཆ་མེད་པ་ལའང་ཕྲད་པ་ཞེས། །བྱ་བ་ཇི་ལྟར་འཐད་པར་འགྱུར། །ཕྲད་པ་དང་ནི་ཆ་མེད་པར། །གལ་ཏེ་མཐོང་ན་བསྟན་པར་གྱིས། ། -རྣམ་ཤེས་ལུས་མེད་པ་ལ་ནི། །ཕྲད་པ་འཐད་པ་མ་ཡིན་ཉིད། །ཚོགས་པའང་དངོས་པོ་མེད་ཕྱིར་ཏེ། །སྔར་ནི་ཇི་ལྟར་རྣམ་དཔྱད་བཞིན། ། -དེ་ལྟར་རེག་པ་ཡོད་མིན་ན། །ཚོར་བ་གང་ལས་འབྱུང་བར་འགྱུར། །ངལ་འདི་ཅི་ཡི་དོན་དུ་ཡིན། །གང་གིས་གང་ལ་གནོད་པར་འགྱུར། ། -གང་ཚེ་ཚོར་པོ་འགའ་མེད་ཅིང་། །ཚོར་བའང་ཡོད་པ་མ་ཡིན་པ། །དེ་ཚེ་གནས་སྐབས་འདི་མཐོང་ནས། །སྲེད་པ་ཅི་ཕྱིར་ལྡོག་མི་འགྱུར། ། -མཐོང་བ་འམ་ནི་རེག་པ་ཡང་། །རྨི་ལམ་སྒྱུ་འདྲའི་བདག་ཉིད་ཀྱིས། །སེམས་དང་ལྷན་ཅིག་སྐྱེས་པའི་ཕྱིར། །ཚོར་བ་དེ་ཡིས་མཐོང་མ་ཡིན། ། -སྔར་དང་ཕྱི་མར་སྐྱེས་པས་ཀྱང་། །དྲན་པར་འགྱུར་གྱི་མྱོང་མ་ཡིན། །རང་གིས་བདག་ཉིད་མྱོང་མིན་ལ། །གཞན་དག་གིས་ཀྱང་མྱོང་མ་ཡིན། ། -ཚོར་པོ་འགའ་ཡང་ཡོད་མིན་ཏེ། །དེས་ན་ཚོར་བ་དེ་ཉིད་མིན། །དེ་ལྟར་བདག་མེད་ཚོགས་འདི་ལ། །འདི་ཡིས་ཅི་སྟེ་གནོད་པར་བྱ། ། -ཡིད་ནི་དབང་རྣམས་ལ་མི་གནས། །གཟུགས་སོགས་ལ་མིན་བར་ནའང་མིན། །ནང་ཡང་སེམས་མིན་ཕྱི་མིན་ཞིང་། །གཞན་དུ་ཡང་ནི་རྙེད་མ་ཡིན། ། -གང་ཞིག་ལུས་མིན་གཞན་དུ་མིན། །འདྲེས་མིན་ལོགས་སུའང་འགར་མེད་པ། །དེ་ནི་ཅུང་ཟད་མིན་དེའི་ཕྱིར། །སེམས་ཅན་རང་བཞིན་མྱ་ངན་འདས། ། -ཤེས་བྱ་ལས་སྔར་ཤེས་ཡོད་ན། །དེ་ནི་ཅི་ལ་དམིགས་ནས་སྐྱེ། །ཤེས་དང་ཤེས་བྱ་ལྷན་ཅིག་ན། །དེ་ནི་ཅི་ལ་དམིགས་ནས་སྐྱེ། ། -འོན་ཏེ་ཤེས་བྱའི་ཕྱིས་ཡོད་ན། །དེ་ཚེ་ཤེས་པ་གང་ལས་སྐྱེ། །དེ་ལྟར་ཆོས་རྣམས་ཐམས་ཅད་ཀྱི། །སྐྱེ་བ་རྟོགས་པར་འགྱུར་མ་ཡིན། ། -གལ་ཏེ་དེ་ལྟར་ཀུན་རྫོབ་མེད། །དེ་ལ་བདེན་གཉིས་ག་ལ་ཡོད། །དེ་ཡང་ཀུན་རྫོབ་གཞན་གྱིས་ན། །སེམས་ཅན་མྱ་ངན་ག་ལ་འདའ། ། -འདི་ནི་གཞན་སེམས་རྣམ་རྟོག་སྟེ། །དེ་ནི་རང་གི་ཀུན་རྫོབ་མིན། །ཕྱིས་དེ་ངེས་ན་དེ་ཡོད་དེ། །མིན་ན་ཀུན་རྫོབ་མེད་པ་ཉིད། ། -རྟོག་དང་བརྟག་པར་བྱ་བ་དག །གཉིས་པོ་ཕན་ཚུན་བརྟེན་པ་ཡིན། །ཇི་ལྟར་གྲགས་པ་ལ་བརྟེན་ནས། །རྣམ་པར་དཔྱད་པ་ཐམས་ཅད་བརྗོད། ། -གང་ཚེ་རྣམ་པར་དཔྱད་པ་ཡི། །རྣམ་དཔྱོད་ཀྱིས་ནི་དཔྱོད་བྱེད་ན། །དེ་ཚེ་རྣམ་དཔྱོད་དེ་ཡང་ནི། །རྣམ་དཔྱོད་ཕྱིར་ན་ཐུག་པ་མེད། ། -དཔྱད་བྱ་རྣམ་པར་དཔྱད་བྱས་ན། །རྣམ་དཔྱོད་ལ་ནི་རྟེན་ཡོད་མིན། །རྟེན་མེད་ཕྱིར་ན་མི་སྐྱེ་སྟེ། །དེ་ཡང་མྱ་ངན་འདས་པར་བརྗོད། ། -གང་གི་ལྟར་ན་འདི་གཉིས་བདེན། །དེ་ཉིད་ཤིན་ཏུ་དཀའ་བར་གནས། །གལ་ཏེ་ཤེས་དབང་ལས་དོན་གྲུབ། །ཤེས་ཡོད་ཉིད་ལ་རྟེན་ཅི་ཡོད། ། -འོན་ཏེ་ཤེས་བྱ་ལས་ཤེས་གྲུབ། །ཤེས་བྱ་ཡོད་ལ་རྟེན་ཅི་ཡོད། །དེ་སྟེ་ཕན་ཚུན་དབང་གིས་ཡོད། །གཉི་ག་ཡང་ནི་མེད་པར་འགྱུར། ། -གལ་ཏེ་བུ་མེད་ཕ་མིན་ན། །བུ་ཉིད་གང་ལས་བྱུང་བ་ཡིན། །བུ་མེད་པར་ནི་ཕ་མེད་པ། །དེ་བཞིན་དེ་གཉིས་མེད་པ་ཉིད། ། -མྱུ་གུ་ས་བོན་ལས་སྐྱེ་ཞིང་། །ས་བོན་དེ་ཉིད་ཀྱིས་རྟོགས་བཞིན། །ཤེས་བྱ་ལས་སྐྱེས་ཤེས་པ་ཡིས། །དེ་ཡོད་པ་ནི་ཅིས་མི་རྟོགས། ། -མྱུ་གུ་ལས་གཞན་ཤེས་པ་ཡིས། །ས་བོན་ཡོད་ཅེས་རྟོགས་འགྱུར་ན། །གང་ཕྱིར་ཤེས་བྱ་དེ་རྟོགས་པ། །ཤེས་པ་ཡོད་ཉིད་གང་ལས་རྟོགས། ། -རེ་ཞིག་འཇིག་རྟེན་མངོན་སུམ་གྱིས། །རྒྱུ་རྣམས་ཐམས་ཅད་མཐོང་བ་ཡིན། །པདྨའི་སྡོང་བུ་སོགས་དབྱེ་ནི། །རྒྱུ་ཡི་དབྱེ་བས་བསྐྱེད་པ་ཡིན། ། -རྒྱུ་དབྱེ་གང་གིས་བྱས་ཞེ་ན། །སྔར་གྱི་རྒྱུ་དབྱེ་ཉིད་ལས་སོ། །ཅི་ཕྱིར་རྒྱུ་ཡིས་འབྲས་སྐྱེད་ནུས། །སྔར་གྱི་རྒྱུ་ཡི་མཐུ་ཉིད་ལས། ། -དབང་ཕྱུག་འགྲོ་བའི་རྒྱུ་ཡིན་ན། །རེ་ཞིག་དབང་ཕྱུག་གང་ཡིན་སྨྲོས། །འབྱུང་རྣམས་ཞེ་ན་དེ་ལྟ་མོད། །མིང་ཙམ་ལ་ཡང་ཅི་ཞིག་ངལ། ། -འོན་ཀྱང་ས་སོགས་དུ་མ་དང་། །མི་རྟག་གཡོ་མེད་ལྷ་མིན་ཞིང་། །འགོམ་བྱ་ཉིད་དང་མི་གཙང་བས། །དེ་ནི་དབང་ཕྱུག་ཉིད་མ་ཡིན། ། -དབང་ཕྱུག་མཁའ་མིན་གཡོ་མེད་ཕྱིར། །བདག་མིན་སྔར་ནི་བཀག་ཟིན་ཕྱིར། །བསམ་མིན་པ་ཡི་བྱེད་པོ་ཡང་། །བསམ་མིན་བརྗོད་པས་ཅི་ཞིག་བྱ། ། -དེས་བསྐྱེད་འདོད་པའང་གང་ཞིག་ཡིན། །བདག་ནི་དེ་དང་ས་སོགས་དང་། །དབང་ཕྱུག་ངོ་བོའང་རྟག་མིན་ནམ། །ཤེས་པ་ཤེས་བྱ་ལས་སྐྱེ་དང་། ། -ཐོག་མེད་བདེ་སྡུག་ལས་ལས་ཡིན། །དེ་ཡིས་གང་ཞིག་བསྐྱེད་པ་སྨྲོས། །རྒྱུ་ལ་ཐོག་མ་ཡོད་མིན་ན། །འབྲས་བུའི་ཐོག་མ་ག་ལ་ཡོད། ། -རྟག་ཏུ་ཅི་ཕྱིར་བྱེད་མིན་ཏེ། །དེ་ནི་གཞན་ལ་ལྟོས་པ་མིན། །དེས་བྱས་མིན་གཞན་ཡོད་མིན་ན། །དེས་འདི་གང་ལ་ལྟོས་པར་འགྱུར། ། -གལ་ཏེ་ལྟོས་ན་ཚོགས་པ་ཉིད། །རྒྱུ་ཡིན་འགྱུར་གྱི་དབང་ཕྱུག་མིན། །ཚོགས་ན་མི་སྐྱེ་དབང་མེད་ཅིང་། །དེ་མེད་པར་ནི་སྐྱེ་དབང་མེད། ། -གལ་ཏེ་དབང་ཕྱུག་མི་འདོད་བཞིན། །བྱེད་ན་གཞན་གྱི་དབང་དུ་ཐལ། །འདོད་ནའང་འདོད་ལ་རག་ལས་འགྱུར། །བྱེད་ནའང་དབང་ཕྱུག་ག་ལ་ཡིན། ། -གང་དག་རྡུལ་ཕྲན་རྟག་སྨྲ་བ། །དེ་དག་ཀྱང་ནི་སྔར་བཟློག་ཟིན། །གཙོ་བོ་རྟག་པ་འགྲོ་བ་ཡི། །རྒྱུ་ཡིན་པར་ནི་གྲངས་ཅན་འདོད། ། -སྙིང་སྟོབས་རྡུལ་དང་མུན་པ་ཞེས། །བྱ་བའི་ཡོན་ཏན་མཉམ་གནས་ནི། །གཙོ་བོ་ཞེས་བྱར་རབ་བརྗོད་དེ། །མི་མཉམ་འགྲོ་བ་ཡིན་པར་བརྗོད། ། -གཅིག་ལ་རང་བཞིན་གསུམ་ཉིད་ནི། །རིགས་མིན་དེས་ན་དེ་ཡོད་མིན། །དེ་བཞིན་ཡོན་ཏན་ཡོད་མིན་ཏེ། །དེ་ཡང་སོ་སོར་རྣམ་གསུམ་ཕྱིར། ། -ཡོན་ཏན་མེད་ན་སྒྲ་སོགས་ཀྱང་། །ཡོད་ཉིད་ཤིན་ཏུ་རྒྱང་རིང་འགྱུར། །སེམས་མེད་གོས་ལ་སོགས་པ་ལ། །བདེ་སོགས་ཡོད་པ་སྲིད་པའང་མིན། ། -དངོས་རྣམས་དེ་རྒྱུའི་རང་བཞིན་ན། །དངོས་པོ་རྣམ་དཔྱད་ཟིན་མིན་ནམ། །ཁྱོད་ཀྱི་རྒྱུ་ཡང་བདེ་སོགས་ཉིད། །དེ་ལས་སྣམ་སོགས་འབྱུང་བའང་མེད། ། -སྣམ་སོགས་ལས་ནི་བདེ་སོགས་ཡིན། །དེ་མེད་ཕྱིར་ན་བདེ་སོགས་མེད། །བདེ་སོགས་རྟག་པ་ཉིད་དུ་ཡང་། །ནམ་ཡང་དམིགས་པ་ཡོད་མ་ཡིན། ། -བདེ་སོགས་གསལ་བ་ཡོད་ཉིད་ན། །མྱོང་བ་ཅི་ཕྱིར་འཛིན་མ་ཡིན། །དེ་ཉིད་ཕྲ་མོར་གྱུར་ན་དེ། །རགས་དང་ཕྲ་བའང་ཇི་ལྟར་ཡིན། ། -རགས་པ་དོར་ནས་ཕྲ་གྱུར་པས། །ཕྲ་རགས་དེ་དག་མི་རྟག་ཉིད། །དེ་བཞིན་དངོས་པོ་ཐམས་ཅད་ནི། །མི་རྟག་ཉིད་དུ་ཅིས་མི་འདོད། ། -རགས་པ་བདེ་ལས་གཞན་མིན་ན། །བདེ་བ་གསལ་བ་མི་རྟག་ཉིད། །གལ་ཏེ་མེད་པ་འགའ་ཡང་ནི། །སྐྱེ་མིན་མེད་ཕྱིར་ཞེས་འདོད་ན། །གསལ་བ་མེད་པར་སྐྱེ་བར་ནི། །ཁྱོད་མི་འདོད་ཀྱང་གནས་པ་ཉིད། ། -གལ་ཏེ་རྒྱུ་ལ་འབྲས་གནས་ན། །ཟན་ཟ་མི་གཙང་ཟ་བར་འགྱུར། །རས་ཀྱི་རིན་གྱིས་རས་བལ་གྱི། །ས་བོན་ཉོས་ལ་བགོ་བར་གྱིས། ། -འཇིག་རྟེན་རྨོངས་པས་མ་མཐོང་ན། །དེ་ཉིད་ཤེས་ཀྱིས་བཞག་དེ་ཉིད། ། -ཤེས་དེ་འཇིག་རྟེན་ལ་ཡང་ནི། །ཡོད་པས་ཅི་སྟེ་མཐོང་མ་ཡིན། །འཇིག་རྟེན་ཚད་མ་ཉིད་མིན་ན། །གསལ་བ་མཐོང་བའང་བདེན་མ་ཡིན། ། -གལ་ཏེ་ཚད་མ་ཚད་མིན་ན། །དེས་གཞལ་བརྫུན་པར་མི་འགྱུར་རམ། །དེ་ཉིད་དུ་ན་སྟོང་པ་ཉིད། །སྒོམ་པ་དེ་ཕྱིར་མི་འཐད་འགྱུར། ། -བརྟགས་པའི་དངོས་ལ་མ་རེག་པར། །དེ་ཡི་དངོས་མེད་འཛིན་མ་ཡིན། །དེ་ཕྱིར་རྫུན་པའི་དངོས་གང་ཡིན། །དེ་ཡི་དངོས་མེད་གསལ་བར་རྫུན། ། -དེས་ན་རྨི་ལམ་བུ་ཤི་ལ། །དེ་མེད་སྙམ་པའི་རྣམ་རྟོག་ནི། །དེ་ཡོད་རྣམ་པར་རྟོག་པ་ཡི། །གེགས་ཡིན་དེ་ཡང་རྫུན་པ་ཡིན། ། -དེ་བས་དེ་ལྟར་རྣམ་དཔྱད་པས། །འགའ་ཡང་རྒྱུ་མེད་ཡོད་མ་ཡིན། །སོ་སོ་བའམ་འདུས་པ་ཡི། །རྐྱེན་རྣམས་ལ་ཡང་གནས་མ་ཡིན། ། -གཞན་ནས་འོངས་པའང་མ་ཡིན་ལ། །གནས་པ་མ་ཡིན་འགྲོ་མ་ཡིན། །རྨོངས་པས་བདེན་པར་གང་བྱས་འདི། །སྒྱུ་མ་ལས་ནི་ཁྱད་ཅི་ཡོད། ། -སྒྱུ་མས་སྤྲུལ་པ་གང་ཡིན་དང་། །རྒྱུ་རྣམས་ཀྱིས་ནི་གང་སྤྲུལ་པ། །དེ་ནི་གང་ནས་འོངས་གྱུར་ཅིང་། །གང་དུ་འགྲོ་བའང་བརྟག་པར་གྱིས། ། -གང་ཞིག་གང་ནི་ཉེ་བ་ཡིས། །མཐོང་གྱུར་དེ་མེད་ན་མིན་པ། །བཅོས་སུ་གཟུགས་བརྙན་དང་མཚུངས་པ། །དེ་ལ་བདེན་ཉིད་ཇི་ལྟར་ཡོད། ། -དངོས་པོ་ཡོད་པར་གྱུར་པ་ལ། །རྒྱུ་ཡིས་དགོས་པ་ཅི་ཞིག་ཡོད། །འོན་ཏེ་དེ་ནི་མེད་ན་ཡང་། །རྒྱུ་ཡིས་དགོས་པ་ཅི་ཞིག་ཡོད། ། -བྱེ་བ་བརྒྱ་ཕྲག་རྒྱུ་ཡིས་ཀྱང་། །དངོས་པོ་མེད་པ་བསྒྱུར་དུ་མེད། །གནས་སྐབས་དེ་དངོས་ཇི་ལྟར་ཡིན། །དངོས་འགྱུར་གཞན་ཡང་གང་ཞིག་ཡིན། ། -མེད་ཚེ་དངོས་ཡོད་སྲིད་མིན་ན། །དངོས་པོ་ཡོད་པར་ནམ་ཞིག་འགྱུར། །དངོས་པོ་སྐྱེས་པར་མ་གྱུར་པར། །དངོས་མེད་དེ་ནི་འབྲལ་མི་འགྱུར། ། -དངོས་མེད་དང་ནི་མ་བྲལ་ན། །དངོས་པོ་ཡོད་པའི་སྐབས་མི་སྲིད། །དངོས་པོའང་མེད་པར་འགྱུར་མིན་ཏེ། །རང་བཞིན་གཉིས་སུ་ཐལ་འགྱུར་ཕྱིར། ། -དེ་ལྟར་འགག་པ་ཡོད་མིན་ཞིང་། །དངོས་པོའང་ཡོད་མིན་དེ་ཡི་ཕྱིར། །འགྲོ་བ་འདི་དག་ཐམས་ཅད་ནི། །རྟག་ཏུ་མ་སྐྱེས་མ་འགགས་ཉིད། ། -འགྲོ་བ་རྨི་ལམ་ལྟ་བུ་སྟེ། །རྣམ་པར་དཔྱད་ན་ཆུ་ཤིང་འདྲ། །མྱ་ངན་འདས་དང་མ་འདས་པའང་། །དེ་ཉིད་དུ་ན་ཁྱད་པར་མེད། ། -དེ་ལྟར་སྟོང་པའི་དངོས་རྣམས་ལ། །ཐོབ་པ་ཅི་ཡོད་ཤོར་ཅི་ཡོད། །གང་གིས་རིམ་གྲོ་བྱས་པའམ། །ཡོངས་སུ་བརྙས་པའང་ཅི་ཞིག་ཡོད། ། -བདེ་བའང་སྡུག་བསྔལ་གང་ལས་ཡིན། །མི་དགར་ཅི་ཡོད་དགར་ཅི་ཡོད། །དེ་ཉིད་དུ་ནི་བཙལ་བྱས་ན། །གང་ཞིག་སྲེད་ཅིང་གང་ལ་སྲེད། ། -དཔྱད་ན་གསོན་པོའི་འཇིག་རྟེན་འདི། །གང་ཞིག་འདིར་ནི་འཆི་འགྱུར་ཏེ། །འབྱུང་འགྱུར་གང་ཡིན་བྱུང་གྱུར་གང་། །གཉེན་དང་བཤེས་ཀྱང་གང་ཞིག་ཡིན། ། -ཐམས་ཅད་ནམ་མཁའ་འདྲ་བར་ནི། །བདག་འདྲས་ཡོངས་སུ་གཟུང་བར་གྱིས། །བདག་ཉིད་བདེ་བར་འདོད་རྣམས་ནི། །འཐབ་དང་སྤྲོ་བའི་རྒྱུ་དག་གིས། ། -རབ་ཏུ་འཁྲུག་དང་དགའ་བར་བྱེད། །མྱ་ངན་འབད་རྩོལ་རྩོད་པ་དང་། །ཕན་ཚུན་གཅོད་དང་འབིགས་པ་དང་། །སྡིག་དག་གིས་ནི་ཚེགས་ཆེན་འཚོ། ། -བདེ་འགྲོར་ཡང་དང་ཡང་འོངས་ཏེ། །བདེ་བ་མང་པོ་སྤྱད་སྤྱད་ནས། །ཤི་ནས་ངན་སོང་སྡུག་བསྔལ་ནི། །ཡུན་རིང་མི་བཟད་རྣམས་སུ་ལྟུང་། ། -སྲིད་པ་ན་ནི་གཡང་ས་མང་། །དེར་ནི་དེ་ཉིད་མིན་འདི་འདྲ། །དེར་ཡང་ཕན་ཚུན་འགལ་བས་ན། །སྲིད་ན་དེ་ཉིད་འདི་འདྲ་མེད། ། -དེ་ཡང་དཔེ་མེད་མི་བཟད་པའི། །སྡུག་བསྔལ་རྒྱ་མཚོ་མཐའ་ལས་འདས། །དེར་ནི་དེ་ལྟར་སྟོབས་ཆུང་ཞིང་། །དེར་ནི་ཚེ་ཡང་ཐུང་བ་ཉིད། ། -དེར་ཡང་གསོན་དང་ནད་མེད་ཀྱི། །བྱེད་དང་བཀྲེས་ནའི་ངལ་བ་དང་། །གཉིད་དང་འཚེ་དང་དེ་བཞིན་དུ། །བྱིས་དང་འགྲོགས་པ་དོན་མེད་ཀྱིས། ། -ཚེ་ནི་དོན་མེད་མྱུར་འདའ་ཡི། །རྣམ་དཔྱོད་ཤིན་ཏུ་རྙེད་པར་དཀའ། །དེར་ཡང་རྣམ་གཡེང་གོམས་པ་ནི། །བཟློག་པའི་ཐབས་ནི་ག་ལ་ཡོད། ། -དེར་ཡང་ངན་སོང་ཆེན་པོར་ནི། །ལྟུང་ཕྱིར་བདུད་ནི་བརྩོན་པར་བྱེད། །དེར་ནི་ལོག་པའི་ལམ་མང་ཞིང་། །ཐེ་ཚོམ་ལས་ཀྱང་བརྒལ་དཀའ་སྟེ། ། -སླར་ཡང་དལ་བ་རྙེད་དཀའ་ཞིང་། །སངས་རྒྱས་འབྱུང་རྙེད་ཤིན་ཏུ་དཀའ། །ཉོན་མོངས་ཆུ་བོ་སྤང་དཀའ་སྟེ། །ཨེ་མ་སྡུག་བསྔལ་བརྒྱུད་པར་འགྱུར། ། -དེ་ལྟར་ཤིན་ཏུ་སྡུག་བསྔལ་ཡང་། །རང་སྡུག་མི་མཐོང་གང་ཡིན་པ། །སྡུག་བསྔལ་ཆུ་བོར་གནས་འདི་དག །ཀྱི་ཧུད་མྱ་ངན་བྱ་བར་འོས། ། -དཔེར་ན་འགའ་ཞིག་ཡང་ཡང་ཁྲུས། །བྱས་ཏེ་ཡང་ཡང་མེར་འཇུག་པ། །དེ་ལྟར་ཤིན་ཏུ་སྡུག་བསྔལ་བར། །གནས་ཀྱང་བདག་ཉིད་བདེར་རློམ་བཞིན། ། -དེ་ལྟར་རྒ་དང་འཆི་མེད་པ། །བཞིན་དུ་སྤྱོད་པས་གནས་རྣམས་ལ། །དང་པོ་ཉིད་དུ་བསད་བྱས་ནས། །ངན་སོང་ལྟུང་བ་མི་བཟད་འོང་། ། -དེ་ལྟར་སྡུག་བསྔལ་མེས་གདུངས་ལ། །བསོད་ནམས་སྤྲིན་ལས་ལེགས་འཁྲུངས་པའི། །རང་གི་བདེ་བའི་ཚོགས་ཆར་གྱིས། །ཞི་བྱེད་པར་བདག་ནམ་ཞིག་འགྱུར། ། -ནམ་ཞིག་དམིགས་པ་མེད་ཚུལ་དུ། །གུས་པས་བསོད་ནམས་ཚོགས་བསགས་ཏེ། །དམིགས་པས་ཕུང་བར་འགྱུར་རྣམས་ལ། །སྟོང་པ་ཉིད་ནི་སྟོན་པར་འགྱུར། ། -བྱང་ཆུབ་སེམས་དཔའི་སྤྱོད་པ་ལ་འཇུག་པ་ལས། ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པའི་ལེའུ་སྟེ་དགུ་པའོ།། །། -ch-10 བདག་གིས་བྱང་ཆུབ་སྤྱོད་པ་ལ། །འཇུག་པ་རྣམ་པར་བརྩམས་པ་ཡི། །དགེ་བ་གང་དེས་འགྲོ་བ་ཀུན། །བྱང་ཆུབ་སྤྱོད་ལ་འཇུག་པར་ཤོག ། -ཕྱོགས་རྣམས་ཀུན་ན་ལུས་དང་སེམས། །སྡུག་བསྔལ་ནད་པ་ཇི་སྙེད་པ། །དེ་དག་བདག་གི་བསོད་ནམས་ཀྱིས། །བདེ་དགའ་རྒྱ་མཚོ་ཐོབ་པར་ཤོག ། -དེ་དག་འཁོར་བ་ཇི་སྲིད་དུ། །ནམ་ཡང་བདེ་ལས་ཉམས་མ་གྱུར། །འགྲོ་བས་བྱང་ཆུབ་སེམས་དཔའ་ཡི། །བདེ་བ་རྒྱུན་མི་འཆད་ཐོབ་ཤོག ། -འཇིག་རྟེན་ཁམས་ན་དམྱལ་བ་དག །གང་དག་ཇི་སྙེད་ཡོད་པ་རྣམས། །དེ་དག་ཏུ་ནི་ལུས་ཅན་རྣམས། །བདེ་ཅན་བདེ་བས་དགའ་བར་ཤོག ། -གྲང་བས་ཉམ་ཐག་དྲོ་ཐོབ་ཤོག །བྱང་ཆུབ་སེམས་དཔའི་སྤྲིན་ཆེན་ལས། །བྱུང་བའི་ཆུ་བོ་མཐའ་ཡས་ཀྱིས། །ཚ་བས་ཉམ་ཐག་བསིལ་བར་ཤོག ། -རལ་གྲི་ལོ་མའི་ནགས་ཚལ་ཡང་། །དེ་ལ་ཙནྡན་ནགས་སྟུག་ཤོག །ཤལ་མ་རི་ཡི་སྡོང་པོ་ཡང་། །དཔག་བསམ་ཤིང་དུ་འཁྲུངས་པར་ཤོག ། -འཐིང་རིལ་ངུར་པ་དག་དང་ངང་པ་དང་། །བཞད་སོགས་སྐད་སྙན་འབྱིན་པས་མཛེས་གྱུར་ཅིག །པདྨ་དྲི་བསུང་ཆེ་ལྡན་མཚོ་དག་གིས། །དམྱལ་བའི་ས་ཕྱོགས་དག་ནི་ཉམས་དགར་ཤོག ། -སོལ་ཕུང་དེ་དག་རིན་ཆེན་ཕུང་པོར་གྱུར། །ས་བསྲེགས་ཤེལ་གྱི་ས་གཞི་བསྟར་བར་ཤོག །བསྡུས་འཇོམས་རི་བོ་རྣམས་ཀྱང་མཆོད་པ་ཡི། །གཞལ་མེད་ཁང་གྱུར་བདེ་གཤེགས་གང་བར་ཤོག ། -མདག་མ་རྡོ་བསྲེགས་མཚོན་གྱི་ཆར་པ་དག །དེང་ནས་བཟུང་སྟེ་མེ་ཏོག་ཆར་པར་གྱུར། །ཕན་ཚུན་མཚོན་གྱིས་འདེབས་པ་དེ་ཡང་ནི། །དེང་ནས་རྩེ་ཕྱིར་མེ་ཏོག་འཕེན་པར་ཤོག ། -ཆུ་བོ་རབ་མེད་མེ་དོང་འདྲ་ནང་བྱིང་བ་དག །ཤ་ཀུན་ཞིག་གྱུར་རུས་གོང་མེ་ཏོག་ཀུནྡའི་མདོག །བདག་གི་དགེ་བའི་སྟོབས་ཀྱིས་ལྷ་ཡི་ལུས་ཐོབ་ནས། །ལྷ་མོ་རྣམས་དང་ལྷན་ཅིག་དལ་གྱིས་འབབ་གནས་ཤོག ། -ཅི་ཕྱིར་འདིར་ནི་གཤིན་རྗེའི་མི་དང་ཁྭ་དང་བྱ་རྒོད་མི་བཟད་རྣམས་སྐྲག་བྱེད། །ཀུན་ནས་མུན་བསལ་བདེ་དགའ་བསྐྱེད་པའི་མཐུ་བཟང་འདི་ཀོ་སུ་ཡི་མཐུ་སྙམ་སྟེ། །གྱེན་དུ་བལྟས་ན་ནམ་མཁའི་དཀྱིལ་ན་ཕྱག་ན་རྡོ་རྗེ་འབར་བ་བཞུགས་མཐོང་ནས། །རབ་ཏུ་དགའ་བའི་ཤུགས་ཀྱིས་སྡིག་དང་བྲལ་ནས་དེ་དང་ལྷན་ཅིག་འགྲོགས་པར་ཤོག ། -མེ་ཏོག་ཆར་པ་སྤོས་ཆུ་དང་འདྲེས་བབས་པ་ཡིས། །དམྱལ་བའི་མེ་མདག་ཆིལ་ཆིལ་གསོད་པར་མཐོང་གྱུར་ནས། །གློ་བུར་བདེ་བས་ཚིམ་པ་འདི་ཅི་བསམ་པ་དང་། །སེམས་དམྱལ་རྣམས་ཀྱིས་ཕྱག་ན་པདྨ་མཐོང་བར་ཤོག ། -གྲོགས་དག་འཇིགས་པ་བོར་ལ་རིངས་པར་ཚུར་ཤོག་འུ་བུའི་ཐད་དུ་ནི། །གང་གི་མཐུ་ཡིས་སྡུག་བསྔལ་ཀུན་བྲལ་དགའ་བའི་ཤུགས་ཕྱིན་ལ། །འགྲོ་བ་ཀུན་ནས་ཡོངས་སྐྱོབ་བྱང་ཆུབ་སེམས་དང་བརྩེ་བ་སྐྱེས་གྱུར་པ། །གཞོན་ནུ་ཟུར་ཕུད་ཅན་འབར་འཇིགས་པ་མེད་པར་བྱེད་པ་ཅི་ཞིག་ཕྱིན། ། -ཁྱོད་ཀྱི་ལྷ་བརྒྱའི་ཅོད་པན་དག་གིས་ཞབས་ཀྱི་པདྨ་ལ་མཆོད་ཅིང་། །ཐུགས་རྗེས་བརླན་སྤྱན་དབུ་ལ་མེ་ཏོག་དུ་མའི་ཚོགས་ཀྱིས་ཆར་འབབ་པ། །ཁང་བརྩེགས་ཡིད་འོང་ལྷ་མོ་སྟོང་ཕྲག་བསྟོད་དབྱངས་སྒྲོགས་ལྡན་འདི་ལྟོས་ཞེས། །འཇམ་དབྱངས་དེ་འདྲ་མཐོང་ནས་ད་ནི་སེམས་དམྱལ་ཅ་ཅོ་འདོན་པར་ཤོག ། -དེ་ལྟར་བདག་གི་དགེ་རྩས་ཀུན་དུ་བཟང་ལ་སོགས། །བྱང་ཆུབ་སེམས་དཔའ་སྒྲིབ་པ་མེད་སྤྲིན་བདེ་བ་དང་། །བསིལ་ཞིང་དྲི་ཞིམ་དང་ལྡན་ཆར་པ་འབེབས་མཐོང་ནས། །སེམས་ཅན་དམྱལ་བ་དེ་དག་མངོན་པར་དགའ་གྱུར་ཅིག ། -དུད་འགྲོ་རྣམས་ནི་གཅིག་ལ་གཅིག །ཟ་བའི་འཇིགས་དང་བྲལ་བར་ཤོག །སྒྲ་མི་སྙན་པའི་མི་བཞིན་དུ། །ཡི་དྭགས་རྣམས་ནི་བདེ་བར་གྱུར། ། -འཕགས་པ་སྤྱན་རས་གཟིགས་དབང་གི །ཕྱག་ནས་འབབ་པའི་འོ་རྒྱུན་གྱིས། །ཡི་དྭགས་རྣམས་ནི་ཚིམ་བྱས་ཤིང་། །ཁྲུས་བྱས་རྟག་ཏུ་བསིལ་བར་ཤོག ། -ལོང་བ་རྣམས་ཀྱིས་མིག་མཐོང་ཞིང་། །འོན་པས་རྟག་ཏུ་སྒྲ་ཐོས་ཤོག །ལྷ་མོ་སྒྱུ་འཕྲུལ་ཇི་བཞིན་དུ། །སྦྲུམ་མའང་གནོད་མེད་བཙའ་བར་ཤོག ། -གཅེར་བུ་རྣམས་ཀྱིས་གོས་དག་དང་། །བཀྲེས་པ་རྣམས་ཀྱིས་ཟས་དང་ནི། །སྐོམ་པ་རྣམས་ཀྱིས་ཆུ་དག་དང་། །བཏུང་བ་ཞིམ་པོ་ཐོབ་པར་ཤོག ། -བཀྲེན་པ་རྣམས་ཀྱིས་ནོར་ཐོབ་ཤོག །མྱ་ངན་ཉམ་ཐག་དགའ་ཐོབ་ཤོག །ཡི་ཆད་རྣམས་ཀྱང་ཡིད་སོས་ཤིང་། །བརྟན་པ་ཕུན་སུམ་ཚོགས་པར་ཤོག ། -སེམས་ཅན་ནད་པ་ཇི་སྙེད་པ། །མྱུར་དུ་ནད་ལས་ཐར་གྱུར་ཅིག །འགྲོ་བའི་ནད་ནི་མ་ལུས་པ། །རྟག་ཏུ་འབྱུང་བ་མེད་པར་ཤོག ། -སྐྲག་པ་རྣམས་ནི་འཇིགས་མེད་ཤོག །བཅིངས་པ་རྣམས་ནི་གྲོལ་བར་འགྱུར། །མཐུ་མེད་རྣམས་ནི་མཐུ་ལྡན་ཞིང་། །སེམས་ནི་ཕན་ཚུན་མཉེན་གྱུར་ཅིག ། -འདྲོན་པ་དག་ནི་ཐམས་ཅད་ལ། །ཕྱོགས་རྣམས་ཐམས་ཅད་བདེ་བར་ཤོག །གང་གི་དོན་དུ་འགྲོ་བྱེད་པ། །དེ་འབད་མི་དགོས་གྲུབ་གྱུར་ཅིག ། -གྲུ་དང་གྲུ་ཆེན་ཞུགས་པ་རྣམས། །ཡིད་ལ་བསམ་པ་གྲུབ་གྱུར་ཏེ། །ཆུ་ཡི་ངོགས་སུ་བདེར་ཕྱིན་ནས། །གཉེན་དང་ལྷན་ཅིག་དགའ་བར་ཤོག ། -མྱ་ངན་ལམ་གོལ་འཁྱམས་པ་རྣམས། །མགྲོན་པོ་དག་དང་ཕྲད་གྱུར་ནས། །ཆོམ་རྐུན་སྟག་སོགས་འཇིགས་མེད་པར། །མི་ངལ་བདེ་བླག་འདོང་བར་ཤོག ། -དགོན་སོགས་ལམ་མེད་ཉམ་ང་བར། །བྱིས་པ་རྒན་པོ་མགོན་མེད་པ། །གཉིད་ལོག་མྱོས་ཤིང་རབ་མྱོས་རྣམས། །ལྷ་དག་སྲུང་བར་བྱེད་པར་ཤོག ། -མི་ངལ་ཀུན་ལས་ཐར་བ་དང་། །དད་དང་ཤེས་རབ་བརྩེ་ལྡན་ཞིང་། །ཟས་དང་སྤྱོད་པ་ཕུན་ཚོགས་ནས། །རྟག་ཏུ་ཚེ་རབས་དྲན་གྱུར་ཅིག ། -ཐམས་ཅད་ནམ་མཁའི་མཛོད་བཞིན་དུ། །ལོངས་སྤྱོད་ཆད་པ་མེད་པར་ཤོག །རྩོད་པ་མེད་ཅིང་འཚེ་མེད་པར། །རང་དབང་དུ་ནི་སྤྱོད་པར་ཤོག ། -སེམས་ཅན་གཟི་བརྗིད་ཆུང་ངུ་གང་། །དེ་དག་གཟི་བརྗིད་ཆེན་པོར་ཤོག །དཀའ་ཐུབ་ཅན་གང་གཟུགས་ངན་པ། །གཟུགས་བཟང་ཕུན་སུམ་ཚོགས་གྱུར་ཅིག ། -འཇིག་རྟེན་བུད་མེད་ཇི་སྙེད་པ། །དེ་དག་སྐྱེས་པ་ཉིད་གྱུར་ཅིག །མ་རབས་རྣམས་ནི་མཐོ་ཐོབ་ཅིང་། །ང་རྒྱལ་དག་ཀྱང་བཅོམ་པར་ཤོག ། -བདག་གི་བསོད་ནམས་འདི་ཡིས་ནི། །སེམས་ཅན་ཐམས་ཅད་མ་ལུས་པ། །སྡིག་པ་ཐམས་ཅད་སྤངས་ནས་ནི། །རྟག་ཏུ་དགེ་བ་བྱེད་པར་ཤོག ། -བྱང་ཆུབ་སེམས་དང་མི་འབྲལ་ཞིང་། །བྱང་ཆུབ་སྤྱོད་ལ་གཞོལ་བ་དང་། །སངས་རྒྱས་རྣམས་ཀྱིས་ཡོངས་གཟུང་ཞིང་། །བདུད་ཀྱི་ལས་རྣམས་སྤང་བར་ཤོག ། -སེམས་ཅན་དེ་དག་ཐམས་ཅད་ནི། །ཚེ་ཡང་དཔག་མེད་རིང་བར་ཤོག །རྟག་ཏུ་བདེ་བར་འཚོ་འགྱུར་ཞིང་། །འཆི་བའི་སྒྲ་ཡང་གྲག་མ་གྱུར། ། -དཔག་བསམ་ཤིང་གི་སྐྱེད་མོས་ཚལ། །སངས་རྒྱས་དང་ནི་སངས་རྒྱས་སྲས། །ཆོས་སྙན་སྒྲོགས་པས་གང་བ་ཡིས། །ཕྱོགས་རྣམས་ཐམས་ཅད་གང་བར་ཤོག ། -ཐམས་ཅད་དུ་ཡང་ས་གཞི་དག །གསེག་མ་ལ་སོགས་མེད་པ་དང་། །ལག་མཐིལ་མཉམ་པ་བཻ་ཌཱུརྱའི། །རང་བཞིན་འཇམ་པོར་གནས་པར་གྱུར། ། -འཁོར་གྱི་དཀྱིལ་འཁོར་ཡོད་དགུར་ཡང་། །བྱང་ཆུབ་སེམས་དཔའ་མང་པོ་དག །རང་གི་ལེགས་པས་ས་སྟེངས་དག །བརྒྱན་པར་མཛད་པས་བཞུགས་གྱུར་ཅིག ། -ལུས་ཅན་ཀུན་གྱིས་བྱ་དང་ནི། །ཤིང་དང་འོད་ཟེར་ཐམས་ཅད་དང་། །ནམ་མཁའ་ལས་ཀྱང་ཆོས་ཀྱི་སྒྲ། །རྒྱུན་མི་འཆད་པར་ཐོས་པར་ཤོག ། -དེ་དག་རྟག་ཏུ་སངས་རྒྱས་དང་། །སངས་རྒྱས་སྲས་དང་ཕྲད་གྱུར་ཅིག །མཆོད་པའི་སྤྲིན་ནི་མཐའ་ཡས་པས། །འགྲོ་བའི་བླ་མ་མཆོད་པར་ཤོག ། -ལྷ་ཡང་དུས་སུ་ཆར་འབེབས་ཤིང་། །ལོ་ཏོག་ཕུན་སུམ་ཚོགས་པར་ཤོག །རྒྱལ་པོ་ཆོས་བཞིན་བྱེད་གྱུར་ཅིག །འཇིག་རྟེན་དག་ཀྱང་དར་བར་ཤོག ། -སྨན་རྣམས་མཐུ་དང་ལྡན་པ་དང་། །གསང་སྔགས་བཟླས་བརྗོད་གྲུབ་པར་ཤོག །མཁའ་འགྲོ་སྲིན་པོ་ལ་སོགས་པ། །སྙིང་རྗེའི་སེམས་དང་ལྡན་གྱུར་ཅིག ། -སེམས་ཅན་འགའ་ཡང་སྡུག་མ་གྱུར། །འཇིགས་དང་བརྙས་པར་མི་འགྱུར་ཞིང་། །འགའ་ཡང་ཡིད་མི་བདེ་མ་གྱུར། ། -གཙུག་ལག་ཁང་རྣམས་ཀློག་པ་དང་། །ཁ་ཐོན་གྱིས་བརྒྱན་ལེགས་གནས་ཤོག །རྟག་ཏུ་དགེ་འདུན་མཐུན་པ་དང་། །དགེ་འདུན་དོན་ཡང་གྲུབ་པར་ཤོག ། -བསླབ་པ་འདོད་པའི་དགེ་སློང་དག །དབེན་པ་དག་ཀྱང་ཐོབ་པར་ཤོག །གཡེང་བ་ཐམས་ཅད་སྤངས་ནས་ནི། །སེམས་ནི་ལས་རུང་སྒོམ་གྱུར་ཅིག ། -དགེ་སློང་མ་རྣམས་རྙེད་ལྡན་ཞིང་། །འཐབ་དང་གནོད་པ་སྤང་བར་ཤོག །དེ་བཞིན་རབ་ཏུ་བྱུང་བ་ཀུན། །ཚུལ་ཁྲིམས་ཉམས་པ་མེད་གྱུར་ཅིག ། -ཚུལ་ཁྲིམས་འཆལ་བས་ཡིད་བྱུང་ནས། །རྟག་ཏུ་སྡིག་པ་ཟད་བྱེད་ཤོག །བདེ་འགྲོ་དག་ཀྱང་ཐོབ་གྱུར་ནས། །དེར་ཡང་བརྟུལ་ཞུགས་མི་ཉམས་ཤོག ། -མཁས་པ་རྣམས་ནི་བཀུར་བ་དང་། །བསོད་སྙོམས་དག་ཀྱང་རྙེད་པར་ཤོག །རྒྱུད་ནི་ཡོངས་སུ་དག་པ་དང་། །ཕྱོགས་རྣམས་ཀུན་ཏུ་གྲགས་པར་ཤོག ། -ངན་སོང་སྡུག་བསྔལ་མི་མྱོང་ཞིང་། །དཀའ་བ་སྤྱད་པ་མེད་པར་ཡང་། །ལྷ་བས་ལྷག་པའི་ལུས་ཀྱིས་ནི། །དེ་དག་སངས་རྒྱས་མྱུར་འགྲུབ་ཤོག ། -སེམས་ཅན་ཀུན་གྱིས་ལན་མང་དུ། །སངས་རྒྱས་ཐམས་ཅད་མཆོད་བྱེད་ཅིང་། །སངས་རྒྱས་བདེ་བ་བསམ་ཡས་ཀྱིས། །རྟག་ཏུ་བདེ་དང་ལྡན་གྱུར་ཅིག ། -བྱང་ཆུབ་སེམས་དཔའ་རྣམས་ཀྱིས་ནི། །འགྲོ་དོན་ཐུགས་ལ་དགོངས་འགྲུབ་ཤོག །མགོན་པོ་ཡིས་ནི་གང་དགོངས་པ། །སེམས་ཅན་རྣམས་ལ་དེ་འབྱོར་ཤོག ། -དེ་བཞིན་རང་སངས་རྒྱས་རྣམས་དང་། །ཉན་ཐོས་རྣམས་ཀྱང་བདེ་གྱུར་ཅིག ། -བདག་ཀྱང་འཇམ་དབྱངས་བཀའ་དྲིན་གྱིས། །ས་རབ་དགའ་བ་ཐོབ་བར་དུ། །རྟག་ཏུ་ཚེ་རབས་དྲན་པ་དང་། །རབ་ཏུ་བྱུང་བ་ཐོབ་པར་ཤོག ། -བདག་ནི་ཁ་ཟས་གྱི་ནས་ཀྱང་། །ཉམས་དང་ལྡན་ཞིང་འཚོ་བར་ཤོག །ཚེ་རབས་ཀུན་དུ་དབེན་གནས་པར། །ཕུན་སུམ་ལྡན་པ་ཐོབ་པར་ཤོག ། -གང་ཚེ་བལྟ་བར་འདོད་པའམ། །ཅུང་ཟད་དྲི་བར་འདོད་ན་ཡང་། །མགོན་པོ་འཇམ་དབྱངས་དེ་ཉིད་ནི། །གེགས་མེད་པར་ཡང་མཐོང་བར་ཤོག ། -ཕྱོགས་བཅུའི་ནམ་མཁའི་མཐས་གཏུགས་པའི། །སེམས་ཅན་ཀུན་དོན་བསྒྲུབ་པའི་ཕྱིར། །ཇི་ལྟར་འཇམ་དབྱངས་སྤྱོད་མཛད་པ། །བདག་གི་སྤྱོད་པའང་དེ་འདྲར་ཤོག ། -ཇི་སྲིད་ནམ་མཁའ་གནས་པ་དང་། །འགྲོ་བ་ཇི་སྲིད་གནས་གྱུར་པ། །དེ་སྲིད་བདག་ནི་གནས་གྱུར་ནས། །འགྲོ་བའི་སྡུག་བསྔལ་སེལ་བར་ཤོག ། -འགྲོ་བའི་སྡུག་བསྔལ་གང་ཅིའང་རུང་། །དེ་ཀུན་བདག་ལ་སྨིན་གྱུར་ཅིག །བྱང་ཆུབ་སེམས་དཔའི་དགེ་འདུན་གྱིས། །འགྲོ་བ་བདེ་ལ་སྤྱོད་པར་ཤོག ། -འགྲོ་བའི་སྡུག་བསྔལ་སྨན་གཅིག་པུ། །བདེ་བ་ཐམས་ཅད་འབྱུང་བའི་གནས། །བསྟན་པ་རྙེད་དང་བཀུར་སྟི་དང་། །བཅས་ཏེ་ཡུན་རིང་གནས་གྱུར་ཅིག ། -གང་གི་དྲིན་གྱིས་དགེ་བློ་འབྱུང་། །འཇམ་པའི་དབྱངས་ལ་ཕྱག་འཚལ་ལོ། །གང་གི་དྲིན་གྱིས་བདག་དར་བ། །དགེ་བའི་བཤེས་ལའང་བདག་ཕྱག་འཚལ། ། -བྱང་ཆུབ་སེམས་དཔའི་སྤྱོད་པ་ལ་འཇུག་པ་ལས་བསྔོ་བ་ཞེས་བྱ་བ་སྟེ་ལེའུ་བཅུ་པའོ།། །།བྱང་ཆུབ་སེམས་དཔའི་སྤྱོད་པ་ལ་འཇུག་པ་སློབ་དཔོན་ཤནྟ་དེ་བས་མཛད་པ་རྫོགས་སོ།། །། -རྒྱ་གར་གྱི་མཁན་པོ་སརྦ་ཛྙཱ་དེ་བ་དང་། ཞུ་ཆེན་གྱི་ལོ་ཙཱ་བ་བནྡེ་དཔལ་བརྩེགས་ཀྱིས་ཁ་ཆེའི་དཔེ་ལས་ཞུས་ཏེ་གཏན་ལ་ཕབ་པ་ལས། སླད་ཀྱིས་རྒྱ་གར་གྱི་མཁན་པོ་དྷརྨ་ཤྲཱི་བྷ་དྲ་དང་། ཞུ་ཆེན་གྱི་ལོ་ཙཱ་བ་བནྡེ་རིན་ཆེན་བཟང་པོ་དང་། ཤཱཀྱ་བློ་གྲོས་ཀྱིས་ཡུལ་དབུས་ཀྱི་དཔེ་དང་འགྲེལ་པ་དང་མཐུན་པར་བཅོས་ཤིང་བསྒྱུར་ཏེ་གཏན་ལ་ཕབ་པའོ། །ཡང་དུས་ཕྱིས་རྒྱ་གར་གྱི་མཁན་པོ་སུ་མ་ཏི་ཀཱིརྟི་དང་། ཞུ་ཆེན་གྱི་ལོ་ཙཱ་བ་དགེ་སློང་བློ་ལྡན་ཤེས་རབ་ཀྱིས་དག་པར་བཅོས་ཤིང་བསྒྱུར་ཏེ་ལེགས་པར་གཏན་ལ་ཕབ་པའོ།། །། +Ch-1༄། །བྱང་ཆུབ་སེམས་དཔའི་སྤྱོད་པ་ལ་འཇུག་པ་བཞུགས་སོ། ། +༄༅༅། །རྒྱ་གར་སྐད་དུ། བོ་དྷི་སཏྭ་ཙརྱ་ཨ་བ་ཏཱ་ར། +བོད་སྐད་དུ། བྱང་ཆུབ་སེམས་དཔའི་སྤྱོད་པ་ལ་འཇུག་པ། +སངས་རྒྱས་དང་བྱང་ཆུབ་སེམས་དཔའ་ཐམས་ཅད་ལ་ཕྱག་འཚལ་ལོ། ། +བདེ་གཤེགས་ཆོས་ཀྱི་སྐུ་མངའ་སྲས་བཅས་དང་། །ཕྱག་འོས་ཀུན་ལའང་གུས་པར་ཕྱག་འཚལ་ཏེ། །བདེ་གཤེགས་སྲས་ཀྱི་སྡོམ་ལ་འཇུག་པ་ནི། །ལུང་བཞིན་མདོར་བསྡུས་ནས་ནི་བརྗོད་པར་བྱ། ། +སྔོན་ཆད་མ་བྱུང་བ་ཡང་འདིར་བརྗོད་མེད། །སྡེབ་སྦྱོར་མཁས་པའང་བདག་ལ་ཡོད་མིན་ཏེ། །དེ་ཕྱིར་གཞན་དོན་བསམ་པ་བདག་ལ་མེད། །རང་གི་ཡིད་ལ་བསྒོམ་ཕྱིར་ངས་འདི་བརྩམས། ། +དགེ་བ་བསྒོམ་ཕྱིར་བདག་གི་དད་པའི་ཤུགས། །འདི་དག་གིས་ཀྱང་རེ་ཞིག་འཕེལ་འགྱུར་ལ། །བདག་དང་སྐལ་བ་མཉམ་པ་གཞན་གྱིས་ཀྱང་། །ཅི་སྟེ་འདི་དག་མཐོང་ན་དོན་ཡོད་འགྱུར། ། +དལ་འབྱོར་འདི་ནི་རྙེད་པར་ཤིན་ཏུ་དཀའ། །སྐྱེས་བུའི་དོན་སྒྲུབ་ཐོབ་པར་གྱུར་པ་ལ། །གལ་ཏེ་འདི་ལ་ཕན་པ་མ་བསྒྲུབས་ན། །ཕྱིས་འདི་ཡང་དག་འབྱོར་པར་ག་ལ་འགྱུར། ། +ཇི་ལྟར་མཚན་མོ་མུན་ནག་སྤྲིན་རུམ་ན། །གློག་འགྱུ་སྐད་ཅིག་རབ་སྣང་སྟོན་པ་ལྟར། །དེ་བཞིན་སངས་རྒྱས་མཐུ་ཡིས་བརྒྱ་ལམ་ན། །འཇིག་རྟེན་བསོད་ནམས་བློ་གྲོས་ཐང་འགའ་འབྱུང་། ། +དེ་ལྟས་དགེ་བ་ཉམ་ཆུང་ཉིད་ལ་རྟག །སྡིག་པ་སྟོབས་ཆེན་ཤིན་ཏུ་མི་བཟད་པ། །དེ་ནི་རྫོགས་པའི་བྱང་ཆུབ་སེམས་མིན་པ། །དགེ་གཞན་གང་གིས་ཟིལ་གྱིས་གནོན་པར་འགྱུར། ། +བསྐལ་པ་དུ་མར་རབ་དགོངས་མཛད་པ་ཡི། །ཐུབ་དབང་རྣམས་ཀྱིས་འདི་ཉིད་ཕན་པར་གཟིགས། །འདིས་ནི་ཚད་མེད་སྐྱེ་བོའི་ཚོགས་རྣམས་ཀྱིས། །བདེ་མཆོག་བདེ་བླག་ཉིད་དུ་ཐོབ་པར་བྱེད། ། +སྲིད་པའི་སྡུག་བསྔལ་བརྒྱ་ཕྲག་གཞོམ་འདོད་ཅིང་། །སེམས་ཅན་མི་བདེ་བསལ་བར་འདོད་པ་དང་། །བདེ་མང་བརྒྱ་ཕྲག་སྤྱོད་པར་འདོད་པས་ཀྱང་། །བྱང་ཆུབ་སེམས་ཉིད་རྟག་ཏུ་གཏང་མི་བྱ། ། +བྱང་ཆུབ་སེམས་སྐྱེས་གྱུར་ན་སྐད་ཅིག་གིས། །འཁོར་བའི་བཙོན་རར་བསྡམས་པའི་ཉམ་ཐག་རྣམས། །བདེ་གཤེགས་རྣམས་ཀྱི་སྲས་ཞེས་བརྗོད་བྱ་ཞིང་། །འཇིག་རྟེན་ལྷ་མིར་བཅས་པས་ཕྱག་བྱར་འགྱུར། ། +གསེར་འགྱུར་རྩི་ཡི་རྣམ་པ་མཆོག་ལྟ་བུ། །མི་གཙང་ལུས་འདི་བླངས་ནས་རྒྱལ་བའི་སྐུ། །རིན་ཆེན་རིང་ཐང་མེད་པར་བསྒྱུར་བས་ན། །བྱང་ཆུབ་སེམས་ཞེས་བྱ་བ་རབ་བརྟན་ཟུང་། ། +འགྲོ་བའི་དེད་དཔོན་གཅིག་པུ་ཚད་མེད་བློས། །ལེགས་པར་ཡོངས་སུ་བརྟགས་ན་རིན་ཆེ་བས། །འགྲོ་བའི་གནས་དང་བྲལ་བར་འདོད་པ་རྣམས། །རིན་ཆེན་བྱང་ཆུབ་སེམས་ལེགས་བརྟན་པར་ཟུང་། ། +དགེ་བ་གཞན་ཀུན་ཆུ་ཤིང་བཞིན་དུ་ནི། །འབྲས་བུ་བསྐྱེད་ནས་ཟད་པར་འགྱུར་བ་ཉིད། །བྱང་ཆུབ་སེམས་ཀྱི་ལྗོན་ཤིང་རྟག་པར་ཡང་། །འབྲས་བུ་འབྱིན་པས་མི་ཟད་འཕེལ་བར་འགྱུར། ། +སྡིག་པ་ཤིན་ཏུ་མི་བཟད་བྱས་ན་ཡང་། །དཔའ་ལ་བརྟེན་ནས་འཇིགས་པ་ཆེན་པོ་ལྟར། །གང་ལ་བརྟེན་ནས་ཡུད་ཀྱིས་སྒྲོལ་འགྱུར་བ། །དེ་ལ་བག་ཅན་རྣམས་ཀྱིས་ཅིས་མི་བརྟེན། ། +དེས་ནི་དུས་མཐའི་མེ་བཞིན་སྡིག་ཆེན་རྣམས། །སྐད་ཅིག་གཅིག་གིས་ངེས་པར་སྲེག་པར་བྱེད། །དེ་ཡི་ཕན་ཡོན་དཔག་ཏུ་མེད་པ་དག །བྱམས་མགོན་བློ་དང་ལྡན་པས་ནོར་བཟང་བཤད། ། +བྱང་ཆུབ་སེམས་དེ་མདོར་བསྡུས་ན། །རྣམ་པ་གཉིས་སུ་ཤེས་བྱ་སྟེ། །བྱང་ཆུབ་སྨོན་པའི་སེམས་དང་ནི། །བྱང་ཆུབ་འཇུག་པ་ཉིད་ཡིན་ནོ། ། +འགྲོ་བར་འདོད་དང་འགྲོ་བ་ཡི། །བྱེ་བྲག་ཇི་ལྟར་ཤེས་པ་ལྟར། །དེ་བཞིན་མཁས་པས་འདི་གཉིས་ཀྱི། །བྱེ་བྲག་རིམ་བཞིན་ཤེས་པར་བྱ། ། +བྱང་ཆུབ་སྨོན་པའི་སེམས་ལས་ནི། །འཁོར་ཚེ་འབྲས་བུ་ཆེ་འབྱུང་ཡང་། །ཇི་ལྟར་འཇུག་པའི་སེམས་བཞིན་དུ། །བསོད་ནམས་རྒྱུན་ཆགས་འབྱུང་བ་མིན། ། +གང་ནས་བཟུང་སྟེ་སེམས་ཅན་ཁམས། །མཐའ་ཡས་རབ་ཏུ་དགྲོལ་བའི་ཕྱིར། །མི་ལྡོག་པ་ཡི་སེམས་ཀྱིས་སུ། །སེམས་དེ་ཡང་དག་བླངས་གྱུར་པ། ། +དེང་ནས་བཟུང་སྟེ་གཉིད་ལོག་གམ། །བག་མེད་གྱུར་ཀྱང་བསོད་ནམས་ཤུགས། །རྒྱུན་མི་འཆད་པར་དུ་མ་ཞིག །ནམ་མཁའ་མཉམ་པར་རབ་ཏུ་འབྱུང་། ། +འདི་ནི་འཐད་པ་དང་བཅས་པར། །ལག་བཟང་གིས་ནི་ཞུས་པ་ལས། །དམན་མོས་སེམས་ཅན་དོན་གྱི་ཕྱིར། །དེ་བཞིན་གཤེགས་པ་ཉིད་ཀྱིས་གསུངས། ། +སེམས་ཅན་རྣམས་ཀྱི་ཀླད་ནད་ཙམ། །བསལ་ལོ་སྙམ་དུ་བསམས་ན་ཡང་། །ཕན་འདོགས་བསམ་པ་དང་ལྡན་དེ། །བསོད་ནམས་དཔག་མེད་ལྡན་གྱུར་ན། ། +སེམས་ཅན་རེ་རེའི་མི་བདེ་བ། །དཔག་ཏུ་མེད་པ་བསལ་འདོད་ཅིང་། །རེ་རེའང་ཡོན་ཏན་དཔག་མེད་དུ། །བསྒྲུབ་པར་འདོད་པ་སྨོས་ཅི་དགོས། ། +ཕའམ་ཡང་ན་མ་ཡང་རུང་། །སུ་ལ་འདི་འདྲའི་ཕན་སེམས་ཡོད། །ལྷ་དང་དྲང་སྲོང་རྣམས་ཀྱང་རུང་། །ཚངས་པ་ལ་ཡང་འདི་ཡོད་དམ། ། +སེམས་ཅན་དེ་དག་ཉིད་ལ་སྔོན། །རང་གི་དོན་དུ་འདི་འདྲའི་སེམས། །རྨི་ལམ་དུ་ཡང་མ་རྨིས་ན། །གཞན་གྱི་དོན་དུ་ག་ལ་སྐྱེ། ། +གཞན་དག་རང་གི་དོན་དུ་ཡང་། །མི་འབྱུང་སེམས་ཅན་དོན་སེམས་གང་། །སེམས་ཀྱི་རིན་ཆེན་ཁྱད་པར་འདི། །སྔ་ན་མེད་པའི་རྨད་ཅིག་འཁྲུངས། ། +འགྲོ་བ་ཀུན་གྱི་དགའ་བའི་རྒྱུ། །སེམས་ཅན་སྡུག་བསྔལ་རྩིར་གྱུར་པ། །རིན་ཆེན་སེམས་ཀྱི་བསོད་ནམས་གང་། །དེ་ལ་ཇི་ལྟར་གཞལ་གྱིས་ལང་། ། +ཕན་པར་བསམས་པ་ཙམ་གྱིས་ཀྱང་། །སངས་རྒྱས་མཆོད་ལས་ཁྱད་འཕགས་ན། །སེམས་ཅན་མ་ལུས་ཐམས་ཅད་ཀྱི། །བདེ་དོན་བརྩོན་པ་སྨོས་ཅི་དགོས། ། +སྡུག་བསྔལ་འདོར་འདོད་སེམས་ཡོད་ཀྱང་། །སྡུག་བསྔལ་ཉིད་ལ་མངོན་པར་རྒྱུག །བདེ་བ་འདོད་ཀྱང་གཏི་མུག་པས། །རང་གི་བདེ་བ་དགྲ་ལྟར་འཇོམས། ། +གང་ཞིག་བདེ་བས་ཕོངས་པ་དང་། །སྡུག་བསྔལ་མང་ལྡན་དེ་དག་ལ། །བདེ་བ་ཀུན་གྱིས་ཚིམ་པ་དང་། །སྡུག་བསྔལ་ཐམས་ཅད་གཅོད་བྱེད་ཅིང་། ། +གཏི་མུག་ཀྱང་ནི་སེལ་བྱེད་པ། །དེ་དང་དགེ་མཚུངས་ག་ལ་ཡོད། །དེ་འདྲའི་བཤེས་ཀྱང་ག་ལ་ཡོད། །བསོད་ནམས་དེ་འདྲའང་ག་ལ་ཡོད། ། +ཕན་བཏགས་ལན་ལྡོན་གང་ཡིན་པ། །དེ་ཡང་རེ་ཞིག་བསྔགས་འོས་ན། །མ་བཅོལ་ལེགས་པར་བྱེད་པ་ཡི། །བྱང་ཆུབ་སེམས་དཔའ་སྨོས་ཅི་དགོས། ། +འགྲོ་བ་ཉུང་ཟད་ནར་མའི་ཟས་སྦྱོར་བ། །སྐད་ཅིག་ཟས་ཙམ་སྦྱིན་པར་བྱེད་པ་དང་། །བརྙས་བཅས་ཉིན་ཕྱེད་འགྲངས་པར་བྱེད་པ་ཡང་། །དགེ་བ་བྱེད་པ་ཡིན་ཞེས་སྐྱེ་བོས་བཀུར། ། +སེམས་ཅན་གྲངས་མཐའ་ཡས་ལ་དུས་རིང་དུ། །བདེ་བར་གཤེགས་ཀྱི་བདེ་བ་བླ་ན་མེད། །ཡིད་ལ་བསམ་པ་མཐའ་དག་རྫོགས་བྱེད་པ། །རྟག་ཏུ་སྦྱིན་པ་ལྟ་ཞིག་སྨོས་ཅི་དགོས། ། +གང་ཞིག་དེ་འདྲའི་རྒྱལ་སྲས་སྦྱིན་བདག་ལ། །གལ་ཏེ་ངན་སེམས་སྐྱེད་པར་བྱེད་ན་དེ། །ངན་སེམས་བསྐྱེད་པའི་གྲངས་བཞིན་བསྐལ་པར་ནི། །དམྱལ་བར་གནས་པར་འགྱུར་ཞེས་ཐུབ་པས་གསུངས། ། +འོན་ཏེ་གང་ཞིག་ཡིད་རབ་དང་བྱེད་ན། །དེ་ཡི་འབྲས་བུ་དེ་བས་ལྷག་པར་འཕེལ། །རྒྱལ་སྲས་རྣམས་ལ་དོ་གལ་ཆེན་པོས་ཀྱང་། །སྡིག་པ་མི་འབྱུང་དགེ་བ་ངང་གིས་འཕེལ། ། +གང་ལ་སེམས་ཀྱི་དམ་པ་རིན་ཆེན་དེ། །སྐྱེས་པ་དེ་ཡི་སྐུ་ལ་ཕྱག་འཚལ་ཞིང་། །གང་ལ་གནོད་པ་བྱས་ཀྱང་བདེ་འབྲེལ་བ། །བདེ་བའི་འབྱུང་གནས་དེ་ལ་སྐྱབས་སུ་མཆི། ། +བྱང་ཆུབ་སེམས་དཔའི་སྤྱོད་པ་ལ་འཇུག་པ་ལས་བྱང་ཆུབ་སེམས་ཀྱི་ཕན་ཡོན་བཤད་པ་ཞེས་བྱ་བ་སྟེ་ལེའུ་དང་པོའོ།། །། +ch-2 རིན་ཆེན་སེམས་དེ་གཟུང་བར་བྱ་བའི་ཕྱིར། །དེ་བཞིན་གཤེགས་པ་རྣམས་དང་དམ་པའི་ཆོས། །དཀོན་མཆོག་དྲི་མ་མེད་དང་སངས་རྒྱས་སྲས། །ཡོན་ཏན་རྒྱ་མཚོ་རྣམས་ལ་ལེགས་པར་མཆོད། ། +མེ་ཏོག་འབྲས་བུ་ཇི་སྙེད་ཡོད་པ་དང་། །སྨན་གྱི་རྣམ་པ་གང་དག་ཡོད་པ་དང་། །འཇིག་རྟེན་རིན་ཆེན་ཇི་སྙེད་ཡོད་པ་དང་། །ཆུ་གཙང་ཡིད་དུ་འོང་བ་ཅི་ཡོད་དང་། ། +རིན་ཆེན་རི་བོ་དང་ནི་དེ་བཞིན་དུ། །ནགས་ཚལ་ས་ཕྱོགས་དབེན་ཞིང་ཉམས་དགའ་དང་། །ལྗོན་ཤིང་མེ་ཏོག་རྒྱན་སྤྲས་སྤུད་པ་དང་། །ཤིང་གང་འབྲས་བཟང་ཡལ་ག་དུད་པ་དང་། ། +ལྷ་སོགས་འཇིག་རྟེན་ན་ཡང་དྲི་དང་ནི། །སྤོས་དང་དཔག་བསམ་ཤིང་དང་རིན་ཆེན་ཤིང་། །མ་རྨོས་འཁྲུངས་པའི་ལོ་ཏོག་རྣམ་པ་དང་། །གཞན་ཡང་མཆོད་པར་འོས་པའི་རྒྱན་རྣམས་ནི། ། +མཚོ་དང་རྫིང་བུ་པདྨས་བརྒྱན་པ་དག །ངང་པ་ཤིན་ཏུ་སྐད་སྙན་ཡིད་འོང་ལྡན། །ནམ་མཁའ་རབ་འབྱམས་ཁམས་ཀྱི་མཐས་གཏུགས་པ། །ཡོངས་སུ་གཟུང་བ་མེད་པ་དེ་དག་ཀུན། ། +བློ་ཡིས་བླངས་ནས་ཐུབ་པ་སྐྱེས་ཀྱི་མཆོག །སྲས་དང་བཅས་པ་རྣམས་ལ་ལེགས་འབུལ་ན། །ཡོན་གནས་དམ་པ་ཐུགས་རྗེ་ཆེ་རྣམས་ཀྱིས། །བདག་ལ་བརྩེར་དགོངས་བདག་གི་འདི་དག་བཞེས། ། +བདག་ནི་བསོད་ནམས་མི་ལྡན་བཀྲེན་ཆེན་ཏེ། །མཆོད་པའི་ནོར་གཞན་བདག་ལ་ཅང་མ་མཆིས། །དེས་ན་གཞན་དོན་དགོངས་པའི་མགོན་གྱིས་འདི། །བདག་གི་དོན་སླད་ཉིད་ཀྱི་མཐུས་བཞེས་ཤིག ། +རྒྱལ་དང་དེ་སྲས་རྣམས་ལ་བདག་གིས་ནི། །བདག་གི་ལུས་ཀུན་གཏན་དུ་དབུལ་བར་བགྱི། །སེམས་དཔའ་མཆོག་རྣམས་བདག་ནི་ཡོངས་བཞེས་ཤིག །གུས་པས་ཁྱེད་ཀྱི་འབངས་སུ་མཆི་བར་བགྱི། ། +བདག་ནི་ཁྱེད་ཀྱིས་ཡོངས་སུ་བཟུང་བས་ན། །སྲིད་ན་མི་འཇིགས་སེམས་ཅན་ཕན་པ་བགྱིད། །སྔོན་གྱི་སྡིག་ལས་ཡང་དག་འདའ་བགྱིད་ཅིང་། །སྡིག་པ་གཞན་ཡང་སླན་ཆད་མི་བགྱིད་དོ། ། +ཁྲུས་ཀྱི་ཁང་པ་ཤིན་ཏུ་དྲི་ཞིམ་པ། །ཤེལ་གྱི་ས་གཞི་གསལ་ཞིང་འཚེར་བ་བསྟར། །རིན་ཆེན་འབར་བའི་ཀ་བ་ཡིད་འོང་ལྡན། །མུ་ཏིག་འོད་ཆགས་བླ་རེ་བྲེས་པ་དེར། ། +དེ་བཞིན་གཤེགས་དང་དེ་ཡི་སྲས་རྣམས་ལ། །རིན་ཆེན་བུམ་པ་མང་པོ་སྤོས་ཀྱི་ཆུ། །ཡིད་འོང་ལེགས་པར་བཀང་བ་གླུ་དང་ནི། །རོལ་མོར་བཅས་པ་དུ་མས་སྐུ་ཁྲུས་གསོལ། ། +དེ་དག་སྐུ་ལ་མཚུངས་པ་མེད་པའི་གོས། །གཙང་ལ་དྲི་རབ་བསྒོས་པས་སྐུ་ཕྱིའོ། །དེ་ནས་དེ་ལ་ཁ་དོག་ལེགས་བསྒྱུར་བའི། །ན་བཟའ་ཤིན་ཏུ་དྲི་ཞིམ་དམ་པ་འབུལ། ། +གོས་བཟང་སྲབ་ལ་འཇམ་པ་སྣ་ཚོགས་དང་། །རྒྱན་མཆོག་བརྒྱ་ཕྲག་དེ་དང་དེ་དག་གིས། །འཕགས་པ་ཀུན་ཏུ་བཟང་དང་འཇམ་དབྱངས་དང་། །འཇིག་རྟེན་དབང་ཕྱུག་སོགས་ལའང་བརྒྱན་པར་བགྱི། ། +སྟོང་གསུམ་ཀུན་ཏུ་དྲི་ངད་ལྡང་བ་ཡི། །དྲི་མཆོག་རྣམས་ཀྱིས་ཐུབ་དབང་ཀུན་གྱི་སྐུ། །གསེར་སྦྱངས་བཙོ་མ་བྱི་དོར་བྱས་པ་ལྟར། །འོད་ཆགས་འབར་བ་དེ་དག་བྱུག་པར་བགྱི། ། +ཐུབ་དབང་མཆོད་གནས་མཆོག་ལ་ཡིད་འོང་བའི། །མེ་ཏོག་མནྡ་ར་དང་པདྨ་དང་། །ཨུཏྤལ་ལ་སོགས་དྲི་ཞིམ་ཐམས་ཅད་དང་། །ཕྲེང་བ་སྤེལ་ལེགས་ཡིད་འོང་རྣམས་ཀྱིས་མཆོད། ། +སྤོས་མཆོག་ཡིད་འཕྲོག་དྲི་ངད་ཁྱབ་པ་ཡི། །བདུག་པའི་སྤྲིན་ཚོགས་རྣམས་ཀྱང་དེ་ལ་དབུལ། །ཞལ་ཟས་བཟའ་བཏུང་སྣ་ཚོགས་བཅས་པ་ཡི། །ལྷ་བཤོས་རྣམས་ཀྱང་དེ་ལ་དབུལ་བར་བགྱི། ། +གསེར་གྱི་པདྨ་ཚར་དུ་དངར་བ་ཡི། །རིན་ཆེན་སྒྲོན་མ་རྣམས་ཀྱང་དབུལ་བར་བགྱི། །ས་གཞི་བསྟར་བ་སྤོས་ཀྱིས་བྱུགས་པ་དེར། །མེ་ཏོག་ཡིད་འོང་སིལ་མ་དགྲམ་པར་བྱ། ། +གཞལ་མེད་ཕོ་བྲང་བསྟོད་དབྱངས་ཡིད་འོང་ལྡན། །མུ་ཏིག་རིན་ཆེན་རྒྱན་འཕྱང་མཛེས་འབར་བ། །དཔག་ཡས་ནམ་མཁའི་རྒྱན་གྱུར་དེ་དག་ཀྱང་། །ཐུགས་རྗེའི་རང་བཞིན་ཅན་ལ་དབུལ་བར་བགྱི། ། +རིན་ཆེན་གདུགས་མཛེས་གསེར་གྱི་ཡུ་བ་ཅན། །ཁོར་ཡུག་རྒྱན་གྱི་རྣམ་པ་ཡིད་འོང་ལྡན། །དབྱིབས་ལེགས་བལྟ་ན་སྡུག་པ་བསྒྲེང་བ་ཡང་། །རྟག་ཏུ་ཐུབ་དབང་རྣམས་ལ་དབུལ་བར་བགྱི། ། +དེ་ལས་གཞན་ཡང་མཆོད་པའི་ཚོགས། །རོལ་མོ་དབྱངས་སྙན་ཡིད་འོང་ལྡན། །སེམས་ཅན་སྔག་བསྔལ་ཚིམ་བྱེད་པའི། །སྤྲིན་རྣམས་སོ་སོར་གནས་གྱུར་ཅིག ། +དམ་ཆོས་དཀོན་མཆོག་ཐམས་ཅད་དང་། །མཆོད་རྟེན་རྣམས་དང་སྐུ་གཟུགས་ལ། །རིན་ཆེན་མེ་ཏོག་ལ་སོགས་ཆར། །རྒྱུན་མི་འཆད་པར་འབབ་པར་ཤོག ། +ཇི་ལྟར་འཇམ་དབྱངས་ལ་སོགས་པས། །རྒྱལ་བ་རྣམས་ལ་མཆོད་མཛད་པ། །དེ་བཞིན་བདག་གིས་དེ་བཞིན་གཤེགས། །མགོན་པོ་སྲས་དང་བཅས་རྣམས་མཆོད། ། +ཡོན་ཏན་རྒྱ་མཚོ་རྣམས་ལ་བདག །བསྟོད་དབྱངས་ཡན་ལག་རྒྱ་མཚོས་བསྟོད། །བསྟོད་དབྱངས་སྙན་སྤྲིན་དེ་དག་ལ། །ངེས་པར་ཀུན་དུ་འབྱུང་གྱུར་ཅིག ། +དུས་གསུམ་གཤེགས་པའི་སངས་རྒྱས་ཀུན། །ཆོས་དང་ཚོགས་ཀྱི་མཆོག་བཅས་ལ། །ཞིང་རྡུལ་ཀུན་གྱི་གྲངས་སྙེད་ཀྱི། །ལུས་བཏུད་པ་ཡིས་བདག་ཕྱག་འཚལ། ། +བྱང་ཆུབ་སེམས་ཀྱི་གཞི་རྣམས་དང་། །མཆོད་རྟེན་རྣམས་ལ་བདག་ཕྱག་འཚལ། །མཁན་པོ་དེ་བཞིན་སློབ་དཔོན་དང་། །བརྟུལ་ཞུགས་མཆོག་ལ་ཕྱག་འཚལ་ལོ། ། +བྱང་ཆུབ་སྙིང་པོར་མཆིས་ཀྱི་བར། །སངས་རྒྱས་རྣམས་ལ་སྐྱབས་སུ་མཆི། །ཆོས་དང་བྱང་ཆུབ་སེམས་དཔའ་ཡི། །ཚོགས་ལའང་དེ་བཞིན་སྐྱབས་སུ་མཆི། ། +ཕྱོགས་རྣམས་ཀུན་ན་བཞུགས་པ་ཡི། །རྫོགས་སངས་རྒྱས་དང་བྱང་ཆུབ་སེམས། །ཐུགས་རྗེ་ཆེན་པོ་མངའ་རྣམས་ལ། །ཐལ་མོ་སྦྱར་ཏེ་གསོལ་བ་ནི། ། +ཐོག་མ་མེད་ལྡན་འཁོར་བ་ནས། །ཚེ་རབས་འདི་འམ་གཞན་དག་ཏུ། །བདག་གིས་མ་འཚལ་སྡིག་བགྱིས་པའམ། །བགྱིད་དུ་སྩལ་བ་ཉིད་དང་ནི། ། +གཏི་མུག་འཁྲུལ་པས་བདག་ནོན་ཏེ། །རྗེས་སུ་ཡི་རང་གང་བགྱིས་པ། །ནོངས་པ་དེ་ནི་མཐོང་བགྱིས་ནས། །བསམ་པ་ཐག་པས་མགོན་ལ་བཤགས། ། +བདག་གིས་དཀོན་མཆོག་གསུམ་དང་ནི། །ཕ་མའམ་བླ་མ་གཞན་དག་ལ། །ཉོན་མོངས་སྒོ་ནས་ལུས་ངག་དང་། །ཡིད་ཀྱིས་གནོད་བགྱིས་གང་ལགས་དང་། ། +ཉེས་པ་དུ་མས་སྐྱོན་ཆགས་པའི། །སྡིག་ཅན་བདག་གིས་སྡིག་པ་གང་། །ཤིན་ཏུ་མི་བཟད་བགྱིས་པ་དེ། །ཐམས་ཅད་འདྲེན་པ་རྣམས་ལ་བཤགས། ། +བདག་ནི་སྡིག་པ་མ་བྱང་བར། །སྔོན་དུ་འགུམ་པར་འགྱུར་དུ་མཆི། །ཇི་ལྟར་འདི་ལས་ངེས་ཐར་བར། །མྱུར་བའི་ཚུལ་གྱིས་བསྐྱབ་ཏུ་གསོལ། ། +ཡིད་བརྟན་མི་རུང་འཆི་བདག་འདི། །བྱས་དང་མ་བྱས་མི་སྡོད་པས། །ན་དང་མི་ན་ཀུན་གྱིས་ཀྱང་། །གློ་བུར་ཚེ་ལ་ཡིད་མི་བརྟན། ། +ཐམས་ཅད་བོར་ཏེ་ཆས་དགོས་པར། །བདག་གིས་དེ་ལྟར་མ་ཤེས་ནས། །མཛའ་དང་མི་མཛའི་དོན་གྱི་ཕྱིར། །སྡིག་པ་རྣམ་པ་སྣ་ཚོགས་བྱས། ། +མི་མཛའ་རྣམས་ཀྱང་མེད་འགྱུར་ཞིང་། །མཛའ་བ་རྣམས་ཀྱང་མེད་པར་འགྱུར། །བདག་ཀྱང་མེད་པར་འགྱུར་བ་སྟེ། །དེ་བཞིན་ཐམས་ཅད་མེད་པར་འགྱུར། ། +རྨི་ལམ་ཉམས་སུ་མྱོང་བ་བཞིན། །དངོས་པོ་གང་དང་གང་སྤྱད་པ། །དེ་དེ་དྲན་པའི་ཡུལ་དུ་འགྱུར། །འདས་པ་ཐམས་ཅད་མཐོང་མི་འགྱུར། ། +རེ་ཞིག་གསོན་ཚེ་འདི་ཉིད་ལ། །མཛའ་དང་མི་མཛའ་དུ་མ་འདས། །དེ་དག་དོན་དུ་བྱས་པའི་སྡིག །མི་བཟད་གང་ཡིན་མདུན་ན་གནས། ། +དེ་ལྟར་བདག་ནི་གློ་བུར་ཞེས། །བདག་གིས་རྟོགས་པར་མ་གྱུར་པས། །གཏི་མུག་ཆགས་དང་ཞེ་སྡང་གིས། །སྡིག་པ་རྣམ་པ་དུ་མ་བྱས། ། +ཉིན་མཚན་སྡོད་པ་ཡོང་མེད་པར། །ཚེ་འདི་རྟག་ཏུ་གོད་འགྱུར་ཞིང་། །སྣོན་པ་གུད་ནས་འོང་མེད་ན། །བདག་ལྟ་འཆི་བར་ཅིས་མི་འགྱུར། ། +བདག་ནི་མལ་ན་འདུག་བཞིན་དུ། །གཉེན་བཤེས་ཀུན་གྱིས་མཐའ་བསྐོར་ཀྱང་། །སྲོག་འཆད་པ་ཡི་ཚོར་བ་དག །བདག་ཉིད་གཅིག་པུས་མྱོང་བར་འགྱུར། ། +གཤིན་རྗེའི་ཕོ་ཉས་ཟིན་པ་ལ། །གཉེན་གྱིས་ཅི་ཕན་བཤེས་ཅི་ཕན། །དེ་ཚེ་བསོད་ནམས་གཅིག་བསྐྱབས་ན། །དེ་ཡང་བདག་གིས་མ་བསྟེན་ཏོ། ། +མགོན་པོ་བག་མེད་བདག་གིས་ནི། །འཇིགས་པ་འདི་འདྲ་མ་འཚལ་ནས། །མི་རྟག་ཚེ་འདིའི་ཆེད་དག་ཏུ། །སྡིག་པ་མང་པོ་ཉེ་བར་བསྒྲུབས། ། +སྐྱེ་བོ་ཡན་ལག་བཅད་པའི་སར། །དེ་རིང་ཁྲིད་པའང་བྲེད་འགྱུར་ཏེ། །ཁ་སྐམས་མིག་རྩ་ངན་ལ་སོགས། །སྔ་ལས་གཞན་དུ་འགྱུར་སྣང་ན། ། +གཤིན་རྗེའི་ཕོ་ཉ་འཇིགས་འཇིགས་ལྟའི། །ཤ་ཚུགས་ཅན་གྱིས་བཟུང་གྱུར་ཅིང་། །འཇིགས་ཆེན་ནད་ཀྱིས་ཐེབས་གྱུར་པ། །རབ་ཏུ་ཉམ་ཐག་སྨོས་ཅི་དགོས། ། +སུ་ཞིག་འཇིགས་ཆེན་འདི་ལས་བདག །ལེགས་པར་སྐྱོབ་པར་བྱེད་འགྱུར་ཞེས། །བྲེད་ཤ་ཐོན་པའི་མིག་བགྲད་ནས། །ཕྱོགས་བཞིར་སྐྱབས་དག་ཚོལ་བར་བྱེད། ། +ཕྱོགས་བཞིར་སྐྱབས་མེད་མཐོང་ནས་ནི། །དེ་ནས་ཀུན་དུ་ཡི་མུག་འགྱུར། །གནས་དེར་སྐྱབས་ཡོད་མ་ཡིན་ན། །དེ་ཚེ་བདག་གིས་ཇི་ལྟར་བྱ། ། +དེ་བས་རྒྱལ་བ་འགྲོ་བའི་མགོན། །འགྲོ་བ་སྐྱོབ་པའི་དོན་བརྩོན་པ། །སྟོབས་ཆེན་འཇིགས་པ་ཀུན་སེལ་ལ། །དེ་རིང་ཉིད་ནས་སྐྱབས་སུ་མཆི། ། +དེ་ཡི་ཐུགས་སུ་ཆུད་པའི་ཆོས། །འཁོར་བའི་འཇིགས་པ་སེལ་བ་དང་། །བྱང་ཆུབ་སེམས་དཔའི་ཚོགས་ལ་ཡང་། །དེ་བཞིན་ཡང་དག་སྐྱབས་སུ་མཆི། ། +བདག་ནི་འཇིགས་པས་རྣམ་སྐྲག་པས། །ཀུན་དུ་བཟང་ལ་བདག་ཉིད་འབུལ། །འཇམ་པའི་དབྱངས་ལ་བདག་ཉིད་ཀྱིས། །བདག་གི་ལུས་ནི་དབུལ་བར་བགྱི། ། +ཐུགས་རྗེས་སྤྱོད་པ་མ་འཁྲུལ་བ། །སྤྱན་རས་གཟིགས་མགོན་དེ་ལ་ཡང་། །ཉམ་ཐག་ང་རོས་འོ་དོད་འབོད། །སྡིག་ལྡན་བདག་ལ་བསྐྱབ་ཏུ་གསོལ། ། +འཕགས་པ་ནམ་མཁའི་སྙིང་པོ་དང་། །ས་ཡི་སྙིང་པོ་དག་དང་ནི། །ཐུགས་རྗེ་ཆེ་མགོན་ཐམས་ཅད་ལ། །སྐྱབས་ཚོལ་སྙིང་ནས་འོ་དོད་འབོད། ། +གང་ཞིག་མཐོང་ནས་གཤིན་རྗེ་ཡི། །ཕོ་ཉ་ལ་སོགས་སྡང་བ་རྣམས། །སྐྲག་ནས་ཕྱོགས་བཞིར་འབྱེར་བྱེད་པ། །རྡོ་རྗེ་ཅན་ལ་སྐྱབས་སུ་མཆི། ། +སྔོན་ཆད་ཁྱེད་ཀྱི་བཀའ་ལས་འདས། །ད་ནི་འཇིགས་པ་ཆེ་མཐོང་ནས། །ཁྱེད་ལ་སྐྱབས་སུ་མཆི་ལགས་ཀྱིས། །འཇིགས་པ་མྱུར་དུ་བསལ་དུ་གསོལ། ། +ཐ་མལ་ནད་ཀྱིས་འཇིགས་ན་ཡང་། །སྨན་པའི་ངག་བཞིན་བྱ་དགོས་ན། །འདོད་ཆགས་ལ་སོགས་ཉེས་པ་བརྒྱའི། །ནད་ཀྱིས་རྟག་བཏབ་སྨོས་ཅི་དགོས། ། +དེ་གཅིག་གིས་ཀྱང་འཛམ་གླིང་ན། །གནས་པའི་མི་ཀུན་བརླག་བྱེད་ལ། །དེ་དག་གསོ་བའི་སྨན་གཞན་ནི། །ཕྱོགས་རྣམས་ཀུན་ནས་མི་རྙེད་ན། ། +དེ་ལ་སྨན་པ་ཐམས་ཅད་མཁྱེན། །ཟུག་རྔུ་ཐམས་ཅད་འབྱིན་པ་ཡི། །བཀའ་ལྟར་མི་བྱེད་སེམས་པ་ནི། །ཤིན་ཏུ་གཏི་མུག་སྨད་པའི་གནས། ། +གཡང་ས་ཐ་མལ་ཆུང་ངུ་ལའང་། །བག་ཡོད་གནས་པར་བྱ་དགོས་ན། །དཔག་ཚད་སྟོང་དུ་ལྷུང་བ་ཡི། །ཡུན་རིང་གཡང་སར་སྨོས་ཅི་དགོས། ། +དེ་རིང་ཁོ་ན་མི་འཆི་ཞེས། །བདེ་བར་འདུག་པ་རིགས་མ་ཡིན། །བདག་ནི་མེད་པར་འགྱུར་བའི་དུས། །དེ་ནི་གདོན་མི་ཟ་བར་འབྱུང་། ། +བདག་ལ་མི་འཇིགས་སུ་ཡིས་བྱིན། །འདི་ལས་ཇི་ལྟར་ངེས་ཐར་ཞེས། །གདོན་མི་ཟ་བར་མེད་འགྱུར་ན། །ཇི་ལྟར་བདག་ཡིད་བདེ་བར་འདུག ། +སྔོན་ཆད་མྱོང་སྟེ་ཞིག་པ་ལས། །བདག་ལ་ལྷག་པ་ཅི་ཡོད་ན། །བདག་ནི་དེ་ལ་མངོན་ཞེན་ནས། །བླ་མའི་བཀའ་དང་འགལ་བར་བྱས། ། +གསོན་ཚེ་འདི་དང་དེ་བཞིན་དུ། །གཉེན་དང་བཤེས་པ་རྣམ་སྤངས་ནས། །གཅིག་པུ་ག་ཤེད་འགྲོ་དགོས་ན། །མཛའ་དང་མི་མཛའ་ཀུན་ཅི་རུང་། ། +མི་དགེ་བ་ལས་སྡུག་བསྔལ་འབྱུང་། །དེ་ལས་ཇི་ལྟར་ངེས་ཐར་ཞེས། །ཉིན་མཚན་རྟག་ཏུ་བདག་གིས་ནི། །འདི་ཉིད་འབའ་ཞིག་བསམ་པའི་རིགས། ། +བདག་ནི་མི་ཤེས་གཏི་མུག་པས། །རང་བཞིན་ཁ་ན་མ་ཐོའམ། །བཅས་པའི་སྡིག་པ་གང་ཡིན་ལས། །གང་ཡང་རུང་བ་བགྱིས་པ་རྣམས། ། +མགོན་པོའི་སྤྱན་སྔར་མངོན་སུམ་དུ། །ཐལ་སྦྱར་སྡུག་བསྔལ་འཇིགས་སེམས་ཀྱིས། །ཡང་དང་ཡང་དུ་ཕྱག་འཚལ་ཏེ། །དེ་དག་ཐམས་ཅད་བཤགས་པར་བགྱི། ། +འདྲེན་པ་རྣམས་ཀྱིས་བདག་གི་སྡིག །ནོངས་པ་ལགས་པར་གཟུང་དུ་གསོལ། །འདི་ནི་བཟང་པོ་མ་ལགས་པས། །སླན་ཆད་བདག་ནི་ཡོང་མི་བགྱིད། ། +བྱང་ཆུབ་སེམས་དཔའི་སྤྱོད་པ་ལ་འཇུག་པ་ལས། སྡིག་པ་བཤགས་པའི་ལེའུ་སྟེ་གཉིས་པའོ།། །། +ch-3 སེམས་ཅན་ཀུན་གྱི་ངན་སོང་གི །སྡུག་བསྔལ་ངལ་སོའི་དགེ་བ་དང་། །སྡུག་བསྔལ་ཅན་དག་བདེར་གནས་ལ། །དགའ་བས་རྗེས་སུ་ཡི་རང་ངོ་། ། +བྱང་ཆུབ་རྒྱུར་གྱུར་དགེ་བསགས་པ། །དེ་ལ་རྗེས་སུ་ཡི་རང་ངོ་། །ལུས་ཅན་འཁོར་བའི་སྡུག་བསྔལ་ལས། །ངེས་པར་ཐར་ལ་ཡི་རང་ངོ་། ། +སྐྱོབ་པ་རྣམས་ཀྱི་བྱང་ཆུབ་དང་། །རྒྱལ་སྲས་ས་ལའང་ཡི་རང་ངོ་། །སེམས་ཅན་ཐམས་ཅད་བདེ་མཛད་པའི། །ཐུགས་བསྐྱེད་དགེ་བ་རྒྱ་མཚོ་དང་། །སེམས་ཅན་ཕན་པ་མཛད་པ་ལ། །དགའ་བས་རྗེས་སུ་ཡི་རང་ངོ་། ། +ཕྱོགས་རྣམས་ཀུན་གྱི་སངས་རྒྱས་ལ། །ཐལ་མོ་སྦྱར་ཏེ་གསོལ་བ་ནི། །སེམས་ཅན་སྡུག་བསྔལ་མུན་འཐོམས་ལ། །ཆོས་ཀྱི་སྒྲོན་མ་སྤར་དུ་གསོལ། ། +རྒྱལ་བ་མྱ་ངན་འདའ་བཞེད་ལ། །ཐལ་མོ་སྦྱར་ཏེ་གསོལ་བ་ནི། །འགྲོ་འདི་ལྡོངས་པར་མི་དགོད་ཅིང་། །བསྐལ་པ་གྲངས་མེད་བཞུགས་པར་གསོལ། ། +དེ་ལྟར་འདི་དག་ཀུན་བྱས་ཏེ། །དགེ་བ་བདག་གིས་བསགས་པ་གང་། །དེས་ནི་སེམས་ཅན་ཐམས་ཅད་ཀྱི། །སྡུག་བསྔལ་ཐམས་ཅད་བསལ་བར་ཤོག ། +འགྲོ་བ་ནད་པ་ཇི་སྲིད་དུ། །ནད་སོས་གྱུར་གྱི་བར་དུ་ནི། །སྨན་དང་སྨན་པ་ཉིད་དག་དང་། །དེ་ཡི་ནད་གཡོག་བྱེད་པར་ཤོག ། +ཟས་དང་སྐོམ་གྱི་ཆར་ཕབ་སྟེ། །བཀྲེས་དང་སྐོམ་པའི་སྡུག་བསྔལ་བསལ། །མུ་གེའི་བསྐལ་པ་བར་མའི་ཚེ། །བདག་ནི་ཟས་དང་སྐོམ་དུ་གྱུར། ། +སེམས་ཅན་ཕོངས་ཤིང་དབུལ་བ་ལ། །བདག་ནི་མི་ཟད་གཏེར་གྱུར་ཏེ། །ཡོ་བྱད་མཁོ་དགུ་སྣ་ཚོགས་སུ། །མདུན་དུ་ཉེ་བར་གནས་གྱུར་ཅིག ། +ལུས་དང་དེ་བཞིན་ལོངས་སྤྱོད་དང་། །དུས་གསུམ་དགེ་བ་ཐམས་ཅད་ཀྱང་། །སེམས་ཅན་ཀུན་གྱི་དོན་སྒྲུབ་ཕྱིར། །ཕོངས་པ་མེད་པར་གཏང་བར་བྱ། ། +ཐམས་ཅད་བཏང་བས་མྱ་ངན་འདའ། །བདག་བློ་མྱ་ངན་འདས་པ་སྒྲུབ། །ཐམས་ཅད་གཏོང་བར་ཆབས་གཅིག་ལ། །སེམས་ཅན་རྣམས་ལ་བཏང་བ་མཆོག ། +བདག་གིས་ལུས་ཅན་ཐམས་ཅད་ལ། །ལུས་འདི་ཅི་བདེར་བྱིན་ཟིན་གྱིས། །རྟག་ཏུ་གསོད་དང་སྨོད་པའམ། །བརྡེག་སོགས་ཅི་དགར་བྱེད་ལ་རག ། +བདག་གི་ལུས་ལ་རྩེ་བྱེད་དམ། །ཅོ་འདྲི་ག་ཞའི་རྒྱུ་བྱེད་ཀྱང་། །བདག་གི་ལུས་འདི་བྱིན་ཟིན་གྱིས། །འདི་ཡི་ཁ་ཏས་ཅི་ཞིག་བྱ། ། +དེ་ལ་གནོད་པར་མི་འགྱུར་བའི། །ལས་གང་ཡིན་པའང་བྱེད་དུ་ཆུག །བདག་ལ་དམིགས་ནས་ནམ་དུ་ཡང་། །འགའ་ཡང་དོན་མེད་མ་གྱུར་ཅིག ། +བདག་ལ་དམིགས་ནས་གང་དག་གི །ཁྲོའམ་དད་པའི་སེམས་བྱུང་ན། །དེ་ཉིད་རྟག་ཏུ་དེ་དག་གི །དོན་ཀུན་འགྲུབ་པའི་རྒྱུར་གྱུར་ཅིག ། +གང་དག་བདག་ལ་ཁ་ཟེར་རམ། །གཞན་དག་གནོད་པ་བྱེད་པའམ། །དེ་བཞིན་ཕྱར་ཀ་གཏོང་ཡང་རུང་། །ཐམས་ཅད་བྱང་ཆུབ་སྐལ་ལྡན་གྱུར། ། +བདག་ནི་མགོན་མེད་རྣམས་ཀྱི་མགོན། །ལམ་ཞུགས་རྣམས་ཀྱི་དེད་དཔོན་དང་། །བརྒལ་འདོད་རྣམས་ཀྱི་གྲུ་དང་ནི། །གཟིངས་དང་ཟམ་པ་ཉིད་དུ་གྱུར། ། +གླིང་དོན་གཉེར་ལ་གླིང་དང་ནི། །གནས་མལ་འདོད་ལ་གནས་མལ་དང་། །བདག་ནི་ལུས་ཅན་བྲན་འདོད་པ། །ཀུན་གྱི་བྲན་དུ་འགྱུར་བར་ཤོག ། +ཡིད་བཞིན་ནོར་དང་བུམ་པ་བཟང་། །རིག་སྔགས་གྲུབ་དང་སྨན་ཆེན་དང་། །དཔག་བསམ་གྱི་ནི་ཤིང་དག་དང་། །ལུས་ཅན་རྣམས་ཀྱི་འདོད་འཇོར་གྱུར། ། +ས་སོགས་འབྱུང་བ་ཆེན་པོ་དང་། །ནམ་མཁའ་བཞིན་དུ་རྟག་པར་ཡང་། །སེམས་ཅན་དཔག་ཏུ་མེད་པ་ཡི། །རྣམ་མང་ཉེར་འཚོའི་གཞིར་ཡང་ཤོག ། +དེ་བཞིན་ནམ་མཁའི་མཐས་གཏུགས་པའི། །སེམས་ཅན་ཁམས་ལ་རྣམ་ཀུན་ཏུ། །ཐམས་ཅད་མྱ་ངན་འདས་བར་དུ། །བདག་ནི་ཉེར་འཚོའི་རྒྱུར་ཡང་ཤོག ། +ཇི་ལྟར་སྔོན་གྱི་བདེ་གཤེགས་ཀྱིས། །བྱང་ཆུབ་ཐུགས་ནི་བསྐྱེད་པ་དང་། །བྱང་ཆུབ་སེམས་དཔའི་བསླབ་པ་ལ། །དེ་དག་རིམ་བཞིན་གནས་པ་ལྟར། ། +དེ་བཞིན་འགྲོ་ལ་ཕན་དོན་དུ། བྱང་ཆུབ་སེམས་ནི་བསྐྱེད་བགྱི་ཞིང་། །དེ་བཞིན་དུ་ནི་བསླབ་པ་ལའང་། །རིམ་པ་བཞིན་དུ་བསླབ་པར་བགྱི། ། +དེ་ལྟར་བློ་དང་ལྡན་པ་ཡིས། །རབ་དང་བྱང་ཆུབ་སེམས་བཟུང་ནས། །མཇུག་ཀྱང་རྒྱས་པར་བྱ་བའི་ཕྱིར། །སེམས་ནི་འདི་ལྟར་གཟེངས་བསྟོད་དོ། ། +དེང་དུ་བདག་ཚེ་འབྲས་བུ་ཡོད། །མི་ཡི་སྲིད་པ་ལེགས་པར་ཐོབ། །དེ་རིང་སངས་རྒྱས་རིགས་སུ་སྐྱེས། །སངས་རྒྱས་སྲས་སུ་བདག་དེང་གྱུར། ། +ད་ནི་བདག་གིས་ཅི་ནས་ཀྱང་། །རིགས་དང་མཐུན་པའི་ལས་བརྩམས་ཏེ། །སྐྱོན་མེད་བཙུན་པའི་རིགས་འདི་ལ། །རྙོག་པར་མི་འགྱུར་དེ་ལྟར་བྱ། ། +ལོང་བས་ཕྱག་དར་ཕུང་པོ་ལས། །ཇི་ལྟར་རིན་ཆེན་རྙེད་པ་ལྟར། །དེ་བཞིན་ཇི་ཞིག་ལྟར་སྟེས་ནས། །བྱང་ཆུབ་སེམས་འདི་བདག་ལ་སྐྱེས། ། +འགྲོ་བའི་འཆི་བདག་འཇོམས་བྱེད་པའི། །བདུད་རྩི་མཆོག་ཀྱང་འདི་ཡིན་ནོ། །འགྲོ་བའི་དབུལ་བ་སེལ་བ་ཡི། །མི་ཟད་གཏེར་ཡང་འདི་ཡིན་ནོ། ། +འགྲོ་བའི་ནད་རབ་ཞི་བྱེད་པའི། །སྨན་གྱི་མཆོག་ཀྱང་འདི་ཡིན་ནོ། །སྲིད་ལམ་འཁྱམ་ཞིང་དུབ་པ་ཡི། །འགྲོ་བའི་ངལ་སོ་ལྗོན་ཤིང་ཡིན། ། +འགྲོ་བ་ཐམས་ཅད་ངན་འགྲོ་ལས། །སྒྲོལ་བར་བྱེད་པའི་སྤྱི་སྟེགས་ཡིན། །འགྲོ་བའི་ཉོན་མོངས་གདུང་སེལ་བའི། །སེམས་ཀྱི་ཟླ་བ་ཤར་བ་ཡིན། ། +འགྲོ་བའི་མི་ཤེས་རབ་རིབ་དག །དཔྱིས་འབྱིན་ཉི་མ་ཆེན་པོ་ཡིན། །དམ་ཆོས་འོ་མ་བསྲུབས་པ་ལས། །མར་གྱི་ཉིང་ཁུ་བྱུང་བ་ཡིན། ། +འགྲོ་བའི་མགྲོན་པོ་སྲིད་པའི་ལམ་རྒྱུ་ཞིང་། །བདེ་བའི་ལོངས་སྤྱོད་སྤྱད་པར་འདོད་པ་ལ། །འདི་ནི་བདེ་བའི་མཆོག་ཏུ་ཉེར་གནས་ཏེ། །སེམས་ཅན་མགྲོན་ཆེན་ཚིམ་པར་བྱེད་པ་ཡིན། ། +བདག་གིས་དེ་རིང་སྐྱོབ་པ་ཐམས་ཅད་ཀྱི། །སྤྱན་སྔར་འགྲོ་བ་བདེ་གཤེགས་ཉིད་དང་ནི། །བར་དུ་བདེ་ལ་མགྲོན་དུ་བོས་ཟིན་གྱིས། །ལྷ་དང་ལྷ་མིན་ལ་སོགས་དགའ་བར་གྱིས། ། +བྱང་ཆུབ་སེམས་དཔའི་སྤྱོད་པ་ལ་འཇུག་པ་ལས། བྱང་ཆུབ་ཀྱི་སེམས་ཡོངས་སུ་བཟུང་བ་ཞེས་བྱ་བ་སྟེ་ལེའུ་གསུམ་པའོ།། །། +ch-4 རྒྱལ་བའི་སྲས་ཀྱིས་དེ་ལྟ་བུར། །བྱང་ཆུབ་སེམས་རབ་བརྟན་བཟུང་ནས། །གཡེལ་བ་མེད་པར་རྟག་ཏུ་ཡང་། །བསླབ་ལས་མི་འདའ་འབད་པར་བྱ། ། +བབ་ཅོལ་བརྩམས་པ་གང་ཡིན་པའམ། །གང་ཞིག་ལེགས་པར་མ་བརྟགས་པ། །དེ་ནི་དམ་བཅས་བྱས་གྱུར་ཀྱང་། །བྱའམ་བཏང་ཞེས་བརྟགས་པའི་རིགས། ། +སངས་རྒྱས་རྣམས་དང་དེ་ཡི་སྲས། །ཤེས་རབ་ཆེན་པོས་གང་བརྟགས་ཤིང་། །བདག་ཉིད་ཀྱིས་ཀྱང་བརྟག་བརྟགས་པ། །དེ་ལ་བཤོལ་དུ་ཅི་ཞིག་ཡོད། ། +གལ་ཏེ་དེ་ལྟར་དམ་བཅས་ནས། །ལས་ཀྱིས་བསྒྲུབ་པ་མ་བྱས་ན། །སེམས་ཅན་དེ་དག་ཀུན་བསླུས་པས། །བདག་གི་འགྲོ་བ་ཅི་འདྲར་འགྱུར། ། +དངོས་པོ་ཕལ་པ་ཅུང་ཟད་ལའང་། །ཡིད་ཀྱིས་སྦྱིན་པར་བསམ་བྱས་ནས། །མི་གང་སྦྱིན་པར་མི་བྱེད་པ། །དེ་ཡང་ཡི་དྭགས་འགྱུར་གསུངས་ན། ། +བླ་ན་མེད་པའི་བདེ་བ་ལ། །བསམ་པ་ཐག་པས་མགྲོན་གཉེར་ནས། །འགྲོ་བ་ཐམས་ཅད་བསླུ་བྱས་ན། །བདེ་འགྲོར་ཇི་ག་འགྲོ་འགྱུར་རམ། ། +མི་གང་བྱང་ཆུབ་སེམས་བཏང་ཡང་། །དེ་དག་ཐར་བར་བྱེད་པ་ནི། །ལས་ཚུལ་བསམ་གྱིས་མི་ཁྱབ་སྟེ། །ཐམས་ཅད་མཁྱེན་པ་ཁོ་ནས་མཁྱེན། ། +དེ་ནི་བྱང་ཆུབ་སེམས་དཔའ་ལ། །ལྟུང་བའི་ནང་ན་ལྕི་བ་སྟེ། །འདི་ལྟར་དེ་ནི་བྱུང་གྱུར་ན། །སེམས་ཅན་ཀུན་གྱི་དོན་ལ་དམན། ། +གང་གཞན་སྐད་ཅིག་ཙམ་ཡང་འདིའི། །བསོད་ནམས་བར་ཆད་གེགས་བྱེད་པ། །སེམས་ཅན་དོན་ལ་དམན་གྱུར་པས། །དེ་ཡི་ངན་འགྲོ་མུ་མཐའ་མེད། ། +སེམས་ཅན་གཅིག་གི་བདེ་བ་ཡང་། །བཤིག་ན་བདག་ཉིད་ཉམས་འགྱུར་ན། །ནམ་མཁའ་མ་ལུས་མཐའ་ཀླས་པའི། །ལུས་ཅན་བདེ་བཤིག་སྨོས་ཅི་དགོས། ། +དེ་ལྟར་ལྟུང་བ་སྟོབས་ལྡན་དང་། །བྱང་ཆུབ་སེམས་སྟོབས་ལྡན་པ་དག །འཁོར་བར་རེས་ཀྱིས་འདྲེ་བྱེད་ན། །ས་ཐོབ་པ་ལ་ཡུན་རིང་ཐོགས། ། +དེ་ལྟས་ཇི་ལྟར་དམ་བཅས་བཞིན། །བདག་གིས་གུས་པར་བསྒྲུབ་པར་བྱ། །དེང་ནས་བརྩོན་པར་མ་བྱས་ན། །འོག་ནས་འོག་ཏུ་འགྲོ་བར་འགྱུར། ། +སེམས་ཅན་ཐམས་ཅད་ཕན་མཛད་པའི། །སངས་རྒྱས་གྲངས་མེད་འདས་གྱུར་ཀྱང་། །བདག་ནི་རང་གི་ཉེས་པས་དེའི། །གསོ་བའི་སྤྱོད་ཡུལ་མ་གྱུར་ཏོ། ། +ད་དུང་དེ་བཞིན་བདག་བྱེད་ན། །ཡང་དང་ཡང་དུའང་དེ་བཞིན་ཏེ། །ངན་འགྲོར་ནད་དང་འཆིང་བ་དང་། །བཅད་དང་གཤེག་སོགས་མྱོང་བར་འགྱུར། ། +དེ་བཞིན་གཤེགས་པ་འབྱུང་བ་དང་། །དད་དང་མི་ལུས་ཐོབ་པ་དང་། །དགེ་གོམས་རུང་བ་དེ་ལྟ་བུ། །དཀོན་ན་ནམ་ཞིག་ཐོབ་པར་འགྱུར། ། +ནད་མེད་ཉི་མ་འདི་ལྟ་བུ། །ཟས་བཅས་འཚེ་བ་མེད་ཀྱང་ནི། །ཚེ་ནི་སྐད་ཅིག་བསླུ་བ་སྟེ། །ལུས་ནི་ཐང་ཅིག་བརྙན་པོ་བཞིན། ། +བདག་གི་སྤྱོད་པ་འདི་འདྲས་ནི། །མི་ཡི་ལུས་ཀྱང་འཐོབ་མི་འགྱུར། །མི་ལུས་ཐོབ་པར་མ་གྱུར་ན། །སྡིག་པ་འབའ་ཞིག་དགེ་བ་མེད། ། +གང་ཚེ་དགེ་སྤྱད་སྐལ་ལྡན་ཡང་། །དགེ་བ་བདག་གིས་མ་བྱས་ན། །ངན་སོང་སྡུག་བསྔལ་ཀུན་རྨོངས་པ། །དེ་ཚེ་བདག་གིས་ཅི་བྱར་ཡོད། ། +དགེ་བ་དག་ཀྱང་མ་བྱས་ལ། །སྡིག་པ་དག་ཀྱང་ཉེར་བསགས་ན། །བསྐལ་པ་བྱེ་བ་བརྒྱར་ཡང་ནི། །བདེ་འགྲོའི་སྒྲ་ཡང་ཐོས་མི་འགྱུར། ། +དེ་ཉིད་ཕྱིར་ན་བཅོམ་ལྡན་གྱིས། །རྒྱ་མཚོ་ཆེར་གཡེངས་གཉའ་ཤིང་གི །བུ་གར་རུས་སྦལ་མགྲིན་ཆུད་ལྟར། །མི་ཉིད་ཤིན་ཏུ་ཐོབ་དཀར་གསུངས། ། +སྐད་ཅིག་གཅིག་བྱས་སྡིག་པས་ཀྱང་། །བསྐལ་པར་མནར་མེད་གནས་འགྱུར་ན། །ཐོག་མེད་འཁོར་བར་བསགས་སྡིག་གིས། །བདེ་འགྲོར་མི་འགྲོ་སྨོས་ཅི་དགོས། ། +དེ་ཙམ་ཁོ་ན་མྱོང་གྱུར་ནས། །དེ་ནི་རྣམ་ཐར་མི་འགྱུར་ཏེ། །འདི་ལྟར་དེ་ནི་མྱོང་བཞིན་དུ། །སྡིག་པ་གཞན་དག་རབ་ཏུ་སྐྱེ། ། +འདི་འདྲའི་དལ་བ་རྙེད་གྱུར་ནས། །བདག་གིས་དགེ་གོམས་མ་བྱས་ན། །འདི་ལས་བསླུས་པ་གཞན་མེད་དེ། །འདི་ལས་རྨོངས་པའང་གཞན་མེད་དོ། ། +གལ་ཏེ་བདག་གིས་དེ་རྟོགས་ནས། །རྨོངས་པས་ཕྱིས་ཀྱང་སྒྱིད་ལུག་ན། །འཆི་བར་འགྱུར་བའི་དུས་ཀྱི་ཚེ། །མྱ་ངན་ཆེན་པོ་ལྡང་བར་འགྱུར། ། +དམྱལ་མེ་བཟོད་དཀས་དུས་རིང་དུ། །བདག་གི་ལུས་ལ་བསྲེགས་གྱུར་ན། །འགྱོད་པ་མི་བཟད་མེ་འབར་བས། །སེམས་གདུང་འགྱུར་བ་གདོན་མི་ཟ། ། +ཤིན་ཏུ་རྙེད་དཀའ་ཕན་པའི་ས། །ཇི་ཞིག་ལྟར་སྟེས་རྙེད་གྱུར་ནས། །བདག་ཉིད་ཤེས་དང་ལྡན་བཞིན་དུ། །ཕྱིར་ཡང་དམྱལ་བ་དེར་ཁྲིད་ན། ། +སྔགས་ཀྱིས་རྨོངས་པར་བྱས་པ་བཞིན། །བདག་ལ་འདིར་སེམས་མེད་དུ་ཟད། །ཅིས་རྨོངས་བདག་ཀྱང་མ་ཤེས་ཏེ། །བདག་གི་ཁོང་ན་ཅི་ཞིག་ཡོད། ། +ཞེ་སྡང་སྲེད་སོགས་དགྲ་རྣམས་ནི། །རྐང་ལག་ལ་སོགས་ཡོད་མིན་ལ། །དཔའ་མཛངས་མིན་ཡང་ཇི་ཞིག་ལྟར། །དེ་དག་གིས་བདག་བྲན་བཞིན་བྱས། ། +བདག་གི་སེམས་ལ་གནས་བཞིན་དུ། །དགའ་མགུར་བདག་ལ་གནོད་བྱེད་པ། །དེ་ལའང་མི་ཁྲོ་བཟོད་པ་ནི། །གནས་མིན་བཟོད་པ་སྨད་པའི་གནས། ། +གལ་ཏེ་ལྷ་དང་ལྷ་མིན་རྣམས། །ཐམས་ཅད་བདག་ལ་དགྲར་ལངས་ཀྱང་། །དེ་དག་གིས་ཀྱང་མནར་མེད་པའི། །མེ་ནང་ཁྲིད་ཅིང་འཇུག་མི་ནུས། ། +ཉོན་མོངས་སྟོབས་ཅན་དགྲ་འདིས་ནི། །གང་དང་ཕྲད་ན་རི་རབ་ཀྱང་། །ཐལ་བ་ཡང་ནི་མི་ལུས་པ། །དེར་བདག་སྐད་ཅིག་གཅིག་ལ་འདོར། ། +བདག་གི་ཉོན་མོངས་དགྲ་བོ་གང་། །དུས་རིང་ཐོག་མཐའ་མེད་པ་ལྟར། །དགྲ་གཞན་ཀུན་ཀྱང་དེ་ལྟ་བུར། །ཡུན་རིང་ཐུབ་པ་མ་ཡིན་ནོ། ། +མཐུན་པར་རིམ་གྲོ་བསྟེན་བྱས་ན། །ཐམས་ཅད་ཕན་དང་བདེ་བྱེད་ན། །ཉོན་མོངས་རྣམས་ནི་བསྟེན་བྱས་ན། །ཕྱིར་ཞིང་སྡུག་བསྔལ་གནོད་པ་བྱེད། ། +དེ་ལྟར་ཡུན་རིང་རྒྱུན་ཆགས་དགྲར་གྱུར་པ། །གནོད་པའི་ཚོགས་རབ་འཕེལ་བའི་རྒྱུ་གཅིག་པུ། །བདག་གི་སྙིང་ལ་ངེས་པར་གནས་འཆའ་ན། །འཁོར་བར་འཇིགས་མེད་དགའ་བར་ག་ལ་འགྱུར། ། +འཁོར་བའི་བཅོན་རའི་སྲུང་མས་དམྱལ་སོགས་སུ། །གསོད་བྱེད་གཤེད་མར་གྱུར་པ་འདི་དག་ནི། །གལ་ཏེ་བློ་གནས་ཆགས་པའི་དྲ་བ་ན། །གནས་ན་བདག་ལ་བདེ་བ་ག་ལ་ཡོད། ། +དེ་ལྟར་ཇི་སྲིད་བདག་གིས་དགྲ་འདི་མངོན་སུམ་དུ། །ངེས་པར་མ་བཅོམ་དེ་སྲིད་བདག་འདིར་བརྩོན་མི་འདོར། །རེ་ཞིག་གནོད་བྱེད་ཆུང་ངུ་ལ་ཡང་ཁྲོས་གྱུར་པ། །ང་རྒྱལ་བདོ་རྣམས་དེ་མ་བཅོམ་པར་གཉིད་མི་འོང་། ། +རང་བཞིན་འཆི་བས་སྡུག་བསྔལ་གྱུར་པའི་ཉོན་མོངས་དག །གཡུལ་ངོར་དངར་ཚེ་ནན་གྱིས་གཞོམ་པར་འདོད་པ་ཡང་། །མདའ་མདུང་མཚོན་གྱིས་ཕོག་པའི་སྡུག་བསྔལ་ཁྱད་བསད་ནས། །དོན་མ་གྲུབ་པར་ཕྱིར་ཕྱོགས་འབྱེར་བར་མི་བྱེད་ན། ། +རྟག་ཏུ་སྡུག་བསྔལ་ཀུན་གྱི་རྒྱུར་གྱུར་པ། །རང་བཞིན་དགྲར་ངེས་གཞོམ་བརྩོན་བདག་ལ་དེང་། །སྡུག་བསྔལ་བརྒྱ་ཕྲག་རྒྱུར་གྱུར་གང་གིས་ཀྱང་། །ཡི་ཆད་སྒྱིད་ལུག་མི་འགྱུར་སྨོས་ཅི་དགོས། ། +དོན་མེད་དགྲ་ཡིས་རྨ་སྲོལ་བཏོད་པ་ཡང་། །ལུས་ལ་རྒྱན་དང་འདྲ་བར་སྲེལ་བྱེད་ན། །དོན་ཆེན་སྒྲུབ་ཕྱིར་ཡང་དག་བརྩོན་གྱུར་པ། །བདག་ལ་སྡུག་བསྔལ་ཅི་ཕྱིར་གནོད་བྱེད་ཡིན། ། +ཉ་པ་གདོལ་པ་ཞིང་པ་ལ་སོགས་པ། །རང་གི་འཚོ་བ་ཙམ་ཞིག་སེམས་པ་ཡང་། །གྲང་དང་ཚ་ལ་སོགས་པའི་གནོད་བཟོད་ན། །འགྲོ་བ་བདེ་ཕྱིར་བདག་ལྟ་ཅིས་མི་བཟོད། ། +ཕྱོགས་བཅུ་ནམ་མཁའི་མཐས་གཏུགས་པའི། །འགྲོ་བ་ཉོན་མོངས་ལས་བསྒྲལ་བར། །དམ་བཅས་གང་ཚེ་བདག་ཉིད་ཀྱང་། །ཉོན་མོངས་རྣམས་ལས་མ་གྲོལ་བ། ། +བདག་གི་ཚོད་ཀྱང་མི་ཤེས་པར། །སྨྲ་བ་ཇི་ལྟར་སྨྱོན་པ་མིན། །དེ་ལྟར་ཉོན་མོངས་གཞོམ་པ་ལ། །རྟག་ཏུ་ཕྱིར་མི་ལྡོག་པར་བྱ། ། +འདི་ལ་བདག་གིས་ཞེན་བྱ་ཞིང་། །ཁོན་དུ་བཟུང་ནས་གཡུལ་སྤྲད་དེ། །རྣམ་པ་དེ་འདྲའི་ཉོན་མོངས་པ། །ཉོན་མོངས་འཇོམས་བྱེད་མ་གཏོགས་སོ། ། +བདག་ནི་བསྲེགས་ཏེ་བསད་གྱུར་ཏམ། །བདག་གི་མགོ་བོ་བཅད་ཀྱང་བླའི། །རྣམ་པ་ཀུན་དུ་ཉོན་མོངས་པའི། །དགྲ་ལ་མདུད་པར་མི་བྱའོ། ། +ཐ་མལ་དགྲ་བོ་ཡུལ་ནས་ཕྱུང་ཡང་ནི། །ཡུལ་གཞན་དག་ཏུ་གནས་ཤིང་ཡོངས་བཟུང་ནས། །ནུས་པ་བརྟས་ནས་དེ་ནས་ཕྱིར་ལྡོག་གི །ཉོན་མོངས་དགྲ་ཚུལ་དེ་དང་འདྲ་མ་ཡིན། ། +ཉོན་མོངས་ཉོན་མོངས་ཤེས་རབ་མིག་གིས་སྤང་། །བདག་ཡིད་ལས་བསལ་གང་དུ་འགྲོ་བར་འགྱུར། །གང་དུ་གནས་ནས་བདག་གནོད་བྱ་ཕྱིར་འོང་། །བློ་ཞེན་བདག་ལ་བརྩོན་པ་མེད་པར་ཟད། ། +ཉོན་མོངས་རྣམས་ནི་ཡུལ་ན་མི་གནས་དབང་ཚོགས་ལ་མིན་བར་ནའང་མིན། །དེ་ལས་གཞན་ནའང་མིན་ན་འདི་དག་གར་གནས་འགྲོ་བ་ཀུན་གནོད་བྱེད། །འདི་ནི་སྒྱུ་འདྲ་དེ་ཕྱིར་སྙིང་ལ་འཇིགས་སྤོངས་ཤེས་ཕྱིར་བརྩོན་པ་བསྟེན། །དོན་མེད་ཉིད་དུ་བདག་ལ་དམྱལ་སོགས་རྣམས་སུ་ཅི་སྟེ་གནོད་པ་བྱེད། ། +དེ་ལྟར་རྣམ་བསམས་ཇི་སྐད་བཤད་པ་ཡི། །བསླབ་པ་བསྒྲུབ་པའི་ཆེད་དུ་འབད་པར་བྱ། །སྨན་པའི་ངག་མ་མཉན་ན་སྨན་དག་གིས། །བཅོས་དགོས་ནད་པ་སོས་པ་ག་ལ་ཡོད། ། +བྱང་ཆུབ་སེམས་དཔའི་སྤྱོད་པ་ལ་འཇུག་པ་ལས། བག་ཡོད་བསྟན་པ་ཞེས་བྱ་བ་སྟེ་ལེའུ་བཞི་པའོ།། །། +ch-5 བསླབ་པ་བསྲུང་བར་འདོད་པ་ཡིས། །རབ་ཏུ་བསྒྲིམས་ནས་སེམས་བསྲུང་སྟེ། །སེམས་འདི་བསྲུང་བར་མ་བྱས་ན། །བསླབ་པ་བསྲུང་བར་ཡོང་མི་ནུས། ། +སེམས་ཀྱི་གླང་པོ་ཡན་བཏང་བས། །མནར་མེད་གནོད་པ་བྱེད་པ་ལྟར། །གླང་ཆེན་མ་ཐུལ་མྱོས་པ་ཡིས། །འདི་ན་དེ་འདྲའི་གནོད་མི་བྱེད། ། +ཀུན་ནས་དྲན་པའི་ཐག་པ་ཡིས། །སེམས་ཀྱི་གླང་པོ་དམ་བཏགས་ན། །འཇིགས་པ་ཐམས་ཅད་མེད་འགྱུར་ཞིང་། །དགེ་བ་ཐམས་ཅད་ལག་ཏུ་འོང་། ། +སྟག་དང་སེང་གེ་གླང་ཆེན་དྲེད། །སྦྲུལ་དང་དགྲ་རྣམས་ཐམས་ཅད་དང་། །སེམས་ཅན་དམྱལ་བའི་སྲུང་མ་དང་། །བྱད་མ་དེ་བཞིན་སྲིན་པོ་རྣམས། ། +སེམས་འདི་གཅིག་པུ་བཏགས་པ་ཡིས། །དེ་དག་ཐམས་ཅད་བཏགས་པར་འགྱུར། །སེམས་འདི་གཅིག་པུ་བཏུལ་བས་ན། །དེ་དག་ཐམས་ཅད་ཐུལ་བར་འགྱུར། ། +འདི་ལྟར་འཇིགས་པ་ཐམས་ཅད་དང་། །སྡུག་བསྔལ་དཔག་ཏུ་མེད་པ་ཡང་། །སེམས་ལས་བྱུང་བ་ཡིན་ནོ་ཞེས། །ཡང་དག་གསུང་བ་ཉིད་ཀྱིས་བསྟན། ། +སེམས་ཅན་དམྱལ་བའི་མཚོན་ཆ་རྣམས། །སུ་ཞིག་གིས་ནི་ཆེད་དུ་བྱས། །ལྕགས་སྲེག་ས་གཞི་སུ་ཡིས་བྱས། །མེ་ཚོགས་དེ་དག་ཅི་ལས་བྱུང་། ། +དེ་འདྲ་དེ་དག་ཐམས་ཅད་ཀྱང་། །སྡིག་སེམས་ཡིན་པར་ཐུབ་པས་གསུངས། །དེ་ལྟར་འཇིག་རྟེན་གསུམ་པོ་ན། །སེམས་ལས་འཇིགས་པ་གཞན་འགའ་མེད། ། +གལ་ཏེ་འགྲོ་བ་དབུལ་བོར་ནས། །སྦྱིན་པའི་ཕ་རོལ་ཕྱིན་ཡིན་ན། །ད་རུང་འགྲོ་བཀྲེན་ཡོད་ན་སྔོན། །སྐྱོབ་པ་ཇི་ལྟར་ཕ་རོལ་ཕྱིན། ། +བདོག་པ་ཐམས་ཅད་འབྲས་བཅས་ཏེ། །སྐྱེ་བོ་ཀུན་ལ་བཏང་སེམས་ཀྱིས། །སྦྱིན་པའི་ཕ་རོལ་ཕྱིན་གསུངས་ཏེ། །དེ་ལྟས་དེ་ནི་སེམས་ཉིད་དོ། ། +ཉ་ལ་སོགས་པ་གང་ཞིག་ཏུ། །དེ་དག་གསོད་མི་འགྱུར་བར་བསྐྲད། །སྤོང་བའི་སེམས་ནི་ཐོབ་པ་ལས། །ཚུལ་ཁྲིམས་ཕ་རོལ་ཕྱིན་པར་བཤད། ། +སེམས་ཅན་མི་སྲུན་ནམ་མཁའ་བཞིན། །དེ་དག་གཞོམ་གྱིས་ཡོང་མི་ལང་། །ཁྲོ་བའི་སེམས་འདི་གཅིག་བཅོམ་ན། །དགྲ་དེ་ཐམས་ཅད་ཆོམས་དང་འདྲ། ། +ས་སྟེང་འདི་དག་ཀོས་གཡོག་ཏུ། །དེ་སྙེད་ཀོ་བས་ག་ལ་ལང་། །ལྷམ་མཐིལ་ཙམ་གྱི་ཀོ་བས་ནི། །ས་སྟེང་ཐམས་ཅད་གཡོགས་དང་འདྲ། ། +དེ་བཞིན་ཕྱི་རོལ་དངོས་པོ་ཡང་། །བདག་གིས་ཕྱིར་བཟློག་མི་ལང་གི །བདག་གི་སེམས་འདི་ཕྱིར་བཟློག་བྱའི། །གཞན་རྣམས་བཟློག་གོ་ཅི་ཞིག་དགོས། ། +སེམས་གསལ་གཅིག་བསྐྱེད་འབྲས་བུ་གང་། །ཚངས་ལ་སོགས་པ་ཡིན་པ་ལྟར། །ལུས་ངག་བཅས་པའི་འབྲས་བུ་ཡང་། །སྤྱོད་པ་ཞན་པས་དེ་ལྟ་མིན། ། +བཟླས་བརྗོད་དང་ནི་དཀའ་ཐུབ་ཀུན། །ཡུན་རིང་དུས་སུ་སྤྱད་བྱས་ཀྱང་། །སེམས་གཞན་གཡེངས་པས་བྱས་པ་ནི། །དེ་ཉིད་རིག་པས་དོན་མེད་གསུངས། ། +གང་གིས་ཆོས་ཀྱི་གཙོ་བོ་མཆོག །སེམས་ཀྱི་གསང་འདི་མ་ཤེས་ན། །བདེ་ཐོབ་སྡུག་བསྔལ་གཞོམ་འདོད་ཀྱང་། །དེ་དག་དོན་མེད་གྱི་ནར་འཁྱམ། ། +དེ་ལྟས་བདག་གི་སེམས་འདི་ནི། །ལེགས་གཟུང་ལེགས་པར་བསྲུང་བར་བྱ། །སེམས་བསྲུང་བརྟུལ་ཞུགས་མ་གཏོགས་པ། །བརྟུལ་ཞུགས་མང་པོས་ཅི་ཞིག་བྱ། ། +མ་གྲངས་དྲོལ་བའི་ཁྲོད་གནས་ན། །སྒྲིམས་ཏེ་རྨ་ཡི་བག་བྱེད་བཞིན། །སྐྱེ་བོ་ངན་ཁྲོད་གནས་པས་ཀྱང་། །སེམས་ཀྱི་རྨ་འདི་རྟག་ཏུ་བསྲུང་། ། +རྨ་ཡི་སྡུག་བསྔལ་ཆུང་ངུ་ཡིས། །སྐྲག་པའང་རྨ་ཡི་བག་བྱེད་ན། །བསྡུས་འཇོམས་རིས་འཇོམས་སྐྲག་པ་དག །སེམས་ཀྱི་རྨ་ལྟ་ཅིས་མི་སྲུང་། ། +སྤྱོད་པ་འདི་འདྲས་གནས་བྱེད་ན། །སྐྱེ་བོ་ངན་པའི་ཁྲོད་གནས་སམ། །བུད་མེད་ཁྲོད་ན་གནས་ཀྱང་རུང་། །སྡོམ་བརྩོན་བརྟན་པ་ཉམས་མི་འགྱུར། ། +བདག་གི་རྙེད་དང་བཀུར་སྟི་དང་། །ལུས་དང་འཚོ་བ་མེད་བླ་ཞིང་། །དགེ་བ་གཞན་ཡང་ཉམས་བླ་ཡི། །སེམས་ནི་ནམས་ཀྱང་ཉམས་མི་བྱ། ། +སེམས་བསྲུང་འདོད་པ་རྣམས་ལ་ནི། །དྲན་པ་དང་ནི་ཤེས་བཞིན་དག །ཐམས་ཅད་འབད་པས་སྲུངས་ཤིག་ཅེས། །བདག་ནི་དེ་ལྟར་ཐལ་མོ་སྦྱོར། ། +ནད་ཀྱིས་དཀྲུགས་པའི་མི་དག་ནི། །ལས་རྣམས་ཀུན་ལ་མཐུ་མེད་པ། །དེ་བཞིན་རྨོངས་པས་སེམས་དཀྲུགས་པ། །ལས་རྣམས་ཀུན་ལ་མཐུ་མེད་དོ། ། +ཤེས་བཞིན་མེད་པའི་སེམས་ལྡན་པའི། །ཐོས་དང་བསམས་དང་བསྒོམས་པ་ཡང་། །གློ་རྡོལ་བུམ་པའི་ཆུ་བཞིན་དུ། །དྲན་པ་ལ་ནི་དེ་མི་གནས། ། +ཐོས་ལྡན་དད་པ་ཅན་དང་ནི། །བརྩོན་པ་ལྷུར་ལེན་དུ་མ་ཡང་། །ཤེས་བཞིན་མེད་པའི་སྐྱོན་ཆགས་པས། །ལྟུང་བའི་རྙོག་དང་བཅས་པར་འགྱུར། ། +ཤེས་བཞིན་མེད་པའི་ཆོམ་རྐུན་དག །དྲན་པ་ཉམས་པའི་རྗེས་འབྲང་བས། །བསོད་ནམས་དག་ནི་ཉེར་བསགས་ཀྱང་། །རྐུན་པོས་ཕྲོགས་བཞིན་ངན་འགྲོར་འགྲོ། ། +ཉོན་མོངས་ཆོམ་རྐུན་ཚོགས་འདི་ནི། །གླགས་སྐབས་ཚོལ་བར་བྱེད་པ་སྟེ། །གླགས་རྙེད་གྱུར་ནས་དགེ་འཕྲོག་ཅིང་། །བདེ་འགྲོའི་སྲོག་ཀྱང་འཇོམས་པར་བྱེད། ། +དེ་བས་དྲན་པ་ཡིད་སྒོ་ནས། །གུད་དུ་ནམ་ཡང་མི་གཏོང་ངོ་། །སོང་ནའང་ངན་འགྲོ་གནོད་པ་དག །དྲན་པར་བྱས་ཏེ་ཉེ་བར་བཞག ། +བླ་མ་དང་ནི་འགྲོགས་པ་ལས། །མཁན་པོས་རྗེས་སུ་བསྟན་པ་དང་། །འཇིགས་པས་སྐལ་ལྡན་གུས་བྱེད་ལ། །དྲན་པ་བདེ་བླག་ཉིད་དུ་སྐྱེ། ། +སངས་རྒྱས་བྱང་ཆུབ་སེམས་དཔའ་དག །ཀུན་དུ་ཐོགས་མེད་གཟིགས་པར་ལྡན། །དེ་དག་ཐམས་ཅད་སྤྱན་སྔ་ན། །རྟག་པར་བདག་ནི་གནས་སོ་ཞེས། ། +དེ་ལྟར་བསམས་ནས་ངོ་ཚ་དང་། །གུས་དང་འཇིགས་ལྡན་དེ་བཞིན་གནོས། །དེས་ན་སངས་རྒྱས་རྗེས་དྲན་པའང་། །དེ་ལ་ཡང་དང་ཡང་དུ་འབྱུང་། ། +གང་ཚེ་དྲན་པ་ཡིད་སྒོ་ནས། །བསྲུང་བའི་དོན་དུ་གནས་གྱུར་པ། །དེ་ཚེ་ཤེས་བཞིན་འོང་འགྱུར་ཞིང་། །སོང་བ་དག་ཀྱང་འོང་བར་འགྱུར། ། +རེ་ཞིག་དང་པོ་འདི་འདྲའི་སེམས། །འདི་ནི་སྐྱོན་བཅས་ཤེས་བྱས་ནས། །དེ་ཚེ་བདག་གིས་ཤིང་བཞིན་དུ། །ཟུངས་ཐུབ་པར་ནི་གནས་པར་བྱ། ། +དོན་མེད་གཡེང་བར་ལྟ་བ་ནི། །ནམ་ཡང་བདག་གིས་མི་བྱ་སྟེ། །ངེས་པར་སེམས་པས་རྟག་ཏུ་ནི། །མིག་ནི་ཕབ་སྟེ་བལྟ་བར་བྱ། ། +ལྟ་བ་ངལ་བསོའི་ཆེད་དུ་ནི། །རེས་འགའ་ཕྱོགས་སུ་བལྟ་བར་བྱ། །འགའ་ཞིག་མིག་ལམ་སྣང་གྱུར་ན། །བལྟས་ནས་འོངས་པ་ལེགས་ཞེས་བརྗོད། ། +ལམ་སོགས་འཇིགས་པ་བརྟག་པའི་ཕྱིར། །ཡང་དང་ཡང་དུ་ཕྱོགས་བཞིར་བལྟ། །ངལ་བསོས་ཁ་ནི་ཕྱིར་བལྟས་ནས། །རྒྱབ་ཀྱི་ཕྱོགས་སུ་བལྟ་བར་བྱ། ། +མདུན་དང་རྒྱབ་ཏུ་བརྟག་བྱས་ནས། །འགྲོའམ་ཡང་ན་འོང་བྱ་སྟེ། །དེ་ལྟར་གནས་སྐབས་ཐམས་ཅད་དུ། །དགོས་པ་ཤེས་ནས་སྤྱད་པར་བྱ། ། +ལུས་ཀྱིས་འདི་ལྟར་གནས་བྱ་ཞེས། །བྱ་བ་བསྡོགས་ནས་དེ་ནས་ནི། །སྐབས་སུ་ལུས་འདི་ཇི་ལྟ་བུར། །གནས་པ་ཡིན་ཞེས་བལྟ་བར་བྱ། ། +སེམས་ཀྱི་གླང་ཆེན་མྱོས་པ་ནི། །ཆོས་ལ་སེམས་པའི་ཀ་ཆེན་ལ། །ཇི་ལྟར་བཏགས་པ་མི་འཆོར་བར། །དེ་ལྟར་འབད་པ་ཀུན་གྱིས་བརྟག ། +ཅི་ནས་ཏིང་འཛིན་བརྩོན་པ་ནི། །སྐད་ཅིག་གཅིག་ཀྱང་མི་འཆོར་བར། །བདག་གི་ཡིད་འདི་གར་སྤྱོད་ཅེས། །དེ་ལྟར་ཡིད་ལ་སོ་སོར་བརྟག ། +འཇིགས་དང་དགའ་སྟོན་སོགས་འབྲེལ་བར། །གལ་ཏེ་མི་ནུས་ཅི་བདེར་བྱ། །འདི་ལྟར་སྦྱིན་པའི་དུས་དག་ཏུ། །ཚུལ་ཁྲིམས་བཏང་སྙོམས་བྱ་བར་གསུངས། ། +གང་ཞིག་བསམས་ཏེ་བྱར་བརྩམས་པ། །དེ་ལས་གཞན་དུ་མི་བསམ་སྟེ། །དེར་གཏད་པ་ཡི་བསམ་པ་ཡིས། །དེ་ཉིད་རེ་ཞིག་བསྒྲུབ་པར་བྱ། ། +དེ་ལྟ་ན་ནི་ཀུན་ལེགས་བྱས། །གཞན་དུ་གཉིས་ཀར་མི་འགྱུར་རོ། །ཤེས་བཞིན་མ་ཡིན་ཉེ་ཉོན་མོངས། །དེ་ལྟ་ན་ནི་འཕེལ་མི་འགྱུར། ། +བྲེ་མོའི་གཏམ་ནི་སྣ་ཚོགས་དང་། །ངོ་མཚར་ལྟད་མོ་རྣམ་མང་པོ། །ཀུན་ལ་འཇུག་པར་གྱུར་པ་ན། །དེ་ལ་ཆགས་པ་སྤང་བར་བྱ། ། +དོན་མེད་ས་རྐོ་རྩྭ་གཅོད་དང་། །ས་རིས་འདྲི་སོགས་བྱེད་གྱུར་ན། །བདེ་གཤེགས་བསླབ་པ་དྲན་བྱས་ནས། །སྐྲག་པས་དེ་ཡི་མོད་ལ་དོར། ། +གང་ཚེ་བསྐྱོད་པར་འདོད་གྱུར་ཏམ། །སྨྲ་བར་འདོད་པར་གྱུར་ན་ཡང་། །དང་པོར་རང་གི་སེམས་བརྟགས་ནས། །བརྟན་པས་རིག་པ་ལྡན་པར་བྱ། ། +གང་ཚེ་རང་ཡིད་ཆགས་པ་དང་། །ཁྲོ་བར་འདོད་པ་དེ་ཡི་ཚེ། །ལས་སུ་མི་བྱ་སྨྲ་མི་བྱ། །ཤིང་བཞིན་དུ་ནི་གནས་པར་བྱ། ། +རྒོད་དང་ག་ཞར་བཅས་པའམ། །གལ་ཏེ་ང་རྒྱལ་རྒྱགས་ལྡན་པའམ། །མཚང་འབྲུ་བ་ཡི་བསམ་པ་དང་། །གལ་ཏེ་སྐྱོར་འབྱིན་སླུ་སེམས་སམ། ། +གང་ཚེ་བདག་བསྟོད་ལྷུར་ལེན་པའམ། །གཞན་ལ་སྨོད་པ་ཉིད་དང་ནི། །གཤེ་བཅས་འགྱོད་དང་བཅས་གྱུར་པ། །དེ་ཚེ་ཤིང་བཞིན་གནས་པར་བྱ། ། +རྙེད་དང་བཀུར་སྟི་གྲགས་འདོད་པའམ། །གཡོག་འཁོར་དོན་དུ་གཉེར་འདོད་པའམ། །བདག་སེམས་རིམ་གྲོ་འདོད་གྱུར་ན། །དེ་ཚེ་ཤིང་བཞིན་གནས་པར་བྱ། ། +གཞན་དོན་ཡལ་བར་འདོར་བ་དང་། །རང་དོན་གཉེར་བར་འདོད་པ་དང་། །སྨྲ་བར་འདོད་པའི་སེམས་བྱུང་ན། །དེས་ནི་ཤིང་བཞིན་གནས་པར་བྱ། ། +མི་བཟོད་ལེ་ལོ་འཇིགས་པ་དང་། །དེ་བཞིན་སྤྱི་རྟོལ་མུ་ཅོར་དང་། །རང་གི་ཕྱོགས་ཞེན་སེམས་བྱུང་ན། །དེ་ཚེ་ཤིང་བཞིན་གནས་པར་བྱ། ། +དེ་ལྟར་ཀུན་ནས་ཉོན་མོངས་དང་། །དོན་མེད་བརྩོན་པའི་ཡིད་བརྟགས་ནས། །དེ་ཚེ་དཔའ་བོས་གཉེན་པོ་ཡིས། །དེ་ནི་བརྟན་པོར་གཟུང་བར་བྱ། ། +ཤིན་ཏུ་ངེས་དང་རབ་དད་དང་། །བརྟན་དང་གུས་དང་ཞེ་སར་བཅས། །ངོ་ཚ་ཤེས་དང་འཇིགས་བཅས་དང་། །ཞི་ཞིང་གཞན་དགའ་བྱེད་ལ་བརྩོན། ། +ཕན་ཚུན་མི་མཐུན་བྱིས་པ་ཡི། །འདོད་པ་རྣམས་ཀྱིས་མི་སྐྱོ་ཞིང་། །ཉོན་མོངས་སྐྱེས་པ་འདི་དག་གི །སེམས་འདི་བྱུང་སྙམ་བརྩེར་ལྡན་དང་། ། +ཁ་ན་མ་ཐོ་མེད་དངོས་ལ། །བདག་དང་སེམས་ཅན་དབང་བྱས་ཤིང་། །སྤྲུལ་པ་བཞིན་དུ་ང་མེད་པར། །ཡིད་འདི་རྟག་ཏུ་གཟུང་བར་བྱ། ། +རིང་ཞིག་ལོན་ནས་དལ་བའི་མཆོག །ཐོབ་པ་ཡང་དང་ཡང་བསམས་ནས། །སེམས་དེ་ལྟ་བུར་རི་རབ་ལྟར། །རབ་ཏུ་མི་གཡོ་གཟུང་བར་བྱ། ། +བྱ་རྒོད་ཤ་ལ་ཆགས་པ་ཡིས། །ཕན་ཚུན་ཀུན་དུ་བཤལ་ཁྲིད་ཀྱང་། །ཡིད་ཁྱོད་མི་དགར་མི་བྱེད་ན། །ད་ལྟ་ཅི་ཕྱིར་ཁ་ཏ་བྱེད། ། +ལུས་འདི་བདག་གིར་གཟུང་བྱས་ནས། །ཡིད་ཁྱོད་ཅི་ཕྱིར་སྲུང་བར་བྱེད། །ཁྱོད་དང་འདི་གཉིས་སོ་སོ་ན། །དེས་ཀོ་ཁྱོད་ལ་ཅི་ཞིག་བྱ། ། +རྨོངས་པའི་ཡིད་ཁྱོད་ཅི་ཡི་ཕྱིར། །ཤིང་གཟུགས་གཙང་མ་གཟུང་མི་བྱེད། །མི་གཙང་ཚོགས་ཀྱི་འཁྲུལ་འཁོར་འདི། །རུལ་བ་བསྲུངས་ཏེ་ཅི་ཞིག་རུང་། ། +ཐོག་མར་པགས་པའི་རིམ་པ་འདི། །རང་གི་བློ་ཡིས་ཐ་དད་ཕྱེ། །ཤ་ཡང་རུས་པའི་དྲ་བ་ལས། །ཤེས་རབ་མཚོན་གྱིས་གུད་དུ་ཕྱེ། ། +རུས་པ་རྣམས་ཀྱང་དབྱེ་བྱས་ནས། །རྐང་གི་བར་དུ་བལྟ་བྱ་ཞིང་། །འདི་ལ་སྙིང་པོ་ཅི་ཡོད་ཅེས། །བདག་ཉིད་ཀྱིས་ནི་བརྟག་པར་གྱིས། ། +དེ་ལྟར་འབད་དེ་བཙལ་ཀྱང་དེར། །ཁྱོད་ཀྱིས་སྙིང་པོ་མ་མཐོང་ན། །ད་དུང་ཅི་ཕྱིར་ཆགས་ཚུལ་གྱིས། །ཁྱོད་ནི་ལུས་འདི་སྲུང་བར་བྱེད། ། +ཁྱོད་ཀྱིས་མི་གཙང་བཟར་མི་རུང་། །ཁྲག་ཀྱང་བཏུང་དུ་མི་རུང་ལ། །རྒྱུ་ལྟོའང་གཞིབ་ཏུ་མི་རུང་ན། །ལུས་ཀྱིས་ཁྱོད་ལ་ཅི་ཞིག་བྱ། ། +ཉིས་ན་ཝ་དང་བྱ་རྒོད་ཀྱིས། །ཟས་ཀྱི་དོན་དུ་འདི་བསྲུང་རིགས། །མི་འོ་ཅོག་གི་ལུས་འདི་ནི། །བཀོལ་བར་བྱ་བ་ཉིད་དུ་ཟད། ། +འདི་ལྟར་ཁྱོད་ཀྱིས་བསྲུངས་ཀྱང་ནི། །འཆི་བདག་བརྩེ་བ་མེད་པ་ཡིས། །ཕྲོགས་ཏེ་བྱ་དང་ཁྱིར་བྱིན་ན། །དེ་ཚེ་ཁྱོད་ཀྱིས་ཅི་བྱར་ཡོད། ། +བྲན་གཡོག་བཀོལ་དུ་མི་བཏུབ་ལའང་། །གོས་ལ་སོགས་པ་མི་སྦྱིན་ན། །ལུས་འདི་བསྙོད་ཀྱང་གཞན་འགྲོ་ན། །ཁྱོད་ཀོ་ཅི་སྟེ་ཤ་ཐང་གསོ། ། +འདི་ལ་གླ་རྔན་བྱིན་ནས་ནི། །ད་ནི་རང་གི་དོན་བྱེད་ཆུག །ཕན་པ་མེད་པར་འདི་ལ་ནི། །ཐམས་ཅད་སྦྱིན་པར་མི་བྱའོ། ། +འགྲོ་དང་འོང་བའི་རྟེན་ཙམ་དུ། །ལུས་ལ་གྲུ་ཡི་བློ་བཞག་སྟེ། །སེམས་ཅན་རྣམས་དོན་བསྒྲུབ་པའི་ཕྱིར། །ཡིད་བཞིན་གྱི་ནི་ལུས་སུ་བསྒྱུར། ། +དེ་ལྟར་རང་དབང་ཡོད་ཀྱིས་དེ། །རྟག་ཏུ་འཛུམ་པའི་བཞིན་དུ་གྱིས། །ཁྲོ་གཉེར་ངོ་ཟུམ་ཡོངས་ཐོང་སྟེ། །འགྲོ་བའི་བཤེས་དང་གསོང་པོར་གྱིས། ། +ཁྲི་ལ་སོགས་པ་བབ་ཅོལ་དུ། །སྒྲ་དང་བཅས་པར་མི་དོར་རོ། །སྒོ་ཡང་དྲག་ཏུ་མི་དབྱེ་སྟེ། །རྟག་ཏུ་གཅོམ་བསྐྱུངས་དགའ་བར་བྱ། ། +ཆུ་སྐྱར་བྱི་ལ་ཆོམ་རྐུན་དག །སྒྲ་མེད་འཇབ་ཅིང་འགྲོ་བ་ཡིས། །མངོན་པར་འདོད་པའི་དོན་སྒྲུབ་པ། །ཐུབ་པས་རྟག་ཏུ་དེ་བཞིན་སྤྱད། ། +གཞན་ལ་གཞེན་བསྐུལ་འདེབས་མཁས་ཤིང་། །མ་བཅོལ་ཕན་པ་བྱེད་པའི་ངག །གུས་པས་སྤྱི་བོས་བླང་གྱིས་ཏེ། །རྟག་ཏུ་ཀུན་གྱི་སློབ་མར་གྱུར། ། +ལེགས་པར་སྨྲས་པ་ཐམས་ཅད་ལ། །དགེ་བར་གསུངས་ཞེས་བརྗོད་པར་བྱ། །བསོད་ནམས་བྱེད་པ་མཐོང་གྱུར་ན། །བསྟོད་པས་ལེགས་པར་དགའ་བ་བསྐྱེད། ། +ལྐོག་ན་ཡོན་ཏན་བརྗོད་བྱ་ཞིང་། །ཡོན་ཏན་བརྗོད་ན་རྗེས་སུ་བརྗོད། །རང་གི་ཡོན་ཏན་བརྗོད་ན་དེ། །ཡོན་ཏན་ཤེས་པར་རིག་པར་བྱ། ། +རྩོམ་པ་ཐམས་ཅད་དགའ་ཕྱིར་ཏེ། །དེ་ནི་རིན་གྱིས་ཉོ་ནའང་དཀོན། །དེ་ལྟས་གཞན་བྱས་ཡོན་ཏན་གྱིས། །དགའ་བའི་བདེ་བ་སྤྱད་པར་བྱ། ། +བདག་ལ་འདིར་གོད་ཡོང་མེད་ལ། །ཕ་རོལ་དུ་ཡང་བདེ་བ་ཆེ། །ཉེས་པས་མི་དགའ་སྡུག་བསྔལ་ཞིང་། །ཕ་རོལ་དུ་ཡང་སྡུག་བསྔལ་ཆེ། ། +སྨྲ་ན་ཡིད་ཕེབས་འབྲེལ་པ་དང་། །དོན་གསལ་ཡིད་དུ་འོང་བ་དང་། །ཆགས་དང་ཞེ་སྡང་སྤངས་པ་དང་། །འཇམ་ཞིང་རན་པར་སྨྲ་བར་བྱ། ། +མིག་གིས་སེམས་ཅན་ལྟ་ན་ཡང་། །འདི་དག་ཉིད་ལ་བརྟེན་ནས་བདག །སངས་རྒྱས་ཉིད་དུ་འགྱུར་རོ་ཞེས། །དྲང་ཞིང་བྱམས་པའི་ཚུལ་གྱིས་བལྟ། ། +རྟག་པར་མངོན་ཞེན་གྱིས་བསླང་བའམ། །གཉེན་པོ་ཡིས་ནི་བསླང་བ་ཉིད། །ཡོན་ཏན་དང་ནི་ཕན་འདོགས་ཞིང་། །སྡུག་བསྔལ་བ་ལ་དགེ་ཆེན་འགྱུར། ། +མཁས་ཤིང་ལྡང་དང་ལྡན་བྱས་ནས། །ལས་རྣམས་བདག་གིས་རྟག་ཏུ་བྱ། །ལས་རྣམས་ཀུན་ལ་སུ་ལ་ཡང་། །ལྟོས་པར་བྱ་བ་མ་ཡིན་ནོ། ། +སྦྱིན་པའི་ཕ་རོལ་ཕྱིན་ལ་སོགས། །གོང་ནས་གོང་དུ་ཁྱད་ཞུགས་སྤྱད། །ཆུང་ངུའི་ཕྱིར་ནི་ཆེ་མི་གཏང་། །གཙོ་ཆེར་གཞན་གྱི་དོན་བསམ་མོ། ། +དེ་ལྟར་རིག་བྱས་གཞན་དོན་ལ། །རྟག་ཏུ་བརྩོན་པར་གནས་པར་བྱ། །ཐུགས་རྗེ་མངའ་བ་རིང་གཟིགས་པས། །བཀག་པ་རྣམས་ཀྱང་དེ་ལ་གནང་། ། +ལོག་པར་ལྟུང་དང་མགོན་མེད་དང་། །བརྟུལ་ཞུགས་གནས་ལ་བགོ་བྱ་ཞིང་། །རན་པ་ཙམ་དུ་བཟའ་བྱ་སྟེ། །ཆོས་གོས་གསུམ་མ་གཏོགས་པ་སྦྱིན། ། +དམ་པའི་ཆོས་ནི་སྤྱོད་པའི་ལུས། །ཕྲན་ཚེགས་ཆེད་དུ་གནོད་མི་བྱ། །དེ་ལྟར་བྱས་ན་སེམས་ཅན་གྱི། །བསམ་པ་མྱུར་དུ་རྫོགས་པར་འགྱུར། ། +སྙིང་རྗེའི་བསམ་པ་མ་དག་པར། །ལུས་འདི་གཏང་བར་མི་བྱ་སྟེ། །ཅི་ནས་འདི་དང་གཞན་དུ་ཡང་། །དོན་ཆེན་སྒྲུབ་པའི་རྒྱུར་གཏང་ངོ་། ། +མ་གུས་པ་ལ་ཆོས་མི་བཤད། །མི་ན་བཞིན་དུ་མགོ་དཀྲིས་དང་། །གདུགས་དང་འཁར་བ་མཚོན་ཐོགས་དང་། །མགོ་བོ་གཡོགས་པ་དག་ལ་མིན། ། +དམན་ལ་ཟབ་དང་རྒྱ་ཆེ་དང་། །སྐྱེས་པ་མེད་པར་བུད་མེད་མིན། །དམན་དང་མཆོག་གི་ཆོས་རྣམས་ལ། །མཚུངས་པར་གུས་པས་ཀུན་དུ་སྤྱད། ། +རྒྱ་ཆེན་ཆོས་ཀྱི་སྣོད་གྱུར་པ། །དམན་པའི་ཆོས་ལ་སྦྱར་མི་བྱ། །སྤྱོད་པ་ཡོངས་སུ་དོར་མི་བྱ། །མདོ་དང་སྔགས་ཀྱིས་འདྲིད་མི་བྱ། ། +སོ་ཤིང་དང་ནི་མཆིལ་མ་དག །དོར་བ་ན་ནི་དགབ་པར་བྱ། །གཅི་ལ་སོགས་པའང་ལོངས་སྤྱོད་པའི། །ཆུ་དང་ཐང་ལ་དོར་བ་སྨད། ། +ཁ་བཀང་བ་དང་སྒྲ་བཅས་དང་། །ཁ་གདངས་ནས་ནི་བཟའ་མི་བྱ། །རྐང་པ་བརྐྱང་སྟེ་མི་འདུག་ཅིང་། །ལག་པ་མཉམ་པར་མི་མཉེའོ། ། +བཞོན་པ་མལ་སྟན་གནས་དག་ཏུ། །བུད་མེད་གཞན་དང་གཅིག་མི་བྱ། །འཇིག་རྟེན་མ་དད་གྱུར་པ་ཀུན། །མཐོང་དང་དྲིས་ཏེ་སྤང་བར་བྱ། ། +སོར་མོས་བརྡ་ནི་མི་བྱ་སྟེ། །གུས་དང་བཅས་པས་གཡས་པ་ཡི། །ལག་པ་དག་ནི་ཀུན་གྱིས་ཀྱང་། །ལམ་ཡང་དེ་ལྟར་བསྟན་པར་བྱ། ། +ལག་པ་ཤས་ཆེར་བསྐྱོད་མིན་ཏེ། །ཅུང་ཟད་བསྐྱོད་ལ་སྒྲ་བསྒྲགས་པ། །སེ་གོལ་ལ་སོགས་བརྡ་བྱས་ཏེ། །གཞན་དུ་མ་བསྡམས་པར་འགྱུར་རོ། ། +མགོན་པོ་མྱ་ངན་འདས་གཟིམས་ལྟར། །འདོད་པའི་ཕྱོགས་སུ་ཉལ་བར་བྱ། །ཤེས་བཞིན་མྱུར་དུ་ལྡང་སེམས་ལ། །ཐོག་མ་ཉིད་དུ་ངེས་པར་སྦྱར། ། +བྱང་ཆུབ་སེམས་དཔའི་སྤྱོད་པ་དག །ཚད་མེད་པར་ནི་གསུངས་པ་ལས། །སེམས་སྦྱང་བ་ཡི་སྤྱོད་པ་ནི། །ངེས་པར་དེ་སྲིད་སྤྱད་པར་བྱ། ། +ཉིན་དང་མཚན་མོ་ལན་གསུམ་དུ། །ཕུང་པོ་གསུམ་པ་གདོན་བྱ་ཞིང་། །རྒྱལ་དང་བྱང་ཆུབ་སེམས་བརྟེན་པས། །ལྟུང་བའི་ལྷག་མ་དེས་ཞི་བྱ། ། +རང་ངམ་གཞན་གྱི་དབང་ཡང་རུང་། །གནས་སྐབས་གང་དུ་ཅི་སྤྱོད་ཀྱང་། །བསླབ་པར་གསུངས་པ་གང་ཡིན་པའི། །གནས་སྐབས་དེ་ལ་འབད་དེ་བསླབ། ། +རྒྱལ་སྲས་རྣམས་ཀྱིས་མི་བསླབ་པ། །དེ་ནི་གང་ཡང་ཡོད་མིན་ཏེ། །དེ་ལྟར་གནས་པའི་མཁས་པ་ལ། །བསོད་ནམས་མི་འགྱུར་གང་ཡང་མེད། ། +དངོས་སམ་ཡང་ན་བརྒྱུད་ཀྱང་རུང་། །སེམས་ཅན་དོན་ལས་གཞན་མི་སྤྱད། །སེམས་ཅན་ཁོ་ནའི་དོན་གྱི་ཕྱིར། །ཐམས་ཅད་བྱང་ཆུབ་ཕྱིར་བསྔོའོ། ། +རྟག་པར་དགེ་བའི་བཤེས་གཉེན་ནི། །ཐེག་ཆེན་དོན་ལ་མཁས་པ་དང་། །བྱང་ཆུབ་སེམས་དཔའི་བརྟུལ་ཞུགས་མཆོག །སྲོག་གི་ཕྱིར་ཡང་མི་བཏང་ངོ་། ། +དཔལ་འབྱུང་བ་ཡི་རྣམ་ཐར་ལས། །བླ་མ་བསྟེན་པའི་ཚུལ་ལྟར་བསླབ། །འདི་དང་སངས་རྒྱས་བཀའ་སྩལ་གཞན། །མདོ་སྡེ་བཀླགས་ནས་ཤེས་པར་བྱ། ། +མདོ་སྡེ་རྣམས་ལས་བསླབ་པ་སྣང་། །དེ་བས་མདོ་སྡེ་བཀླག་པར་བྱ། །ནམ་མཁའི་སྙིང་པོའི་མདོ་སྡེ་ནི། །ཐོག་མ་ཉིད་དུ་བལྟ་བར་བྱ། ། +གང་ཕྱིར་རྟག་ཏུ་སྤྱད་པ་ནི། །དེ་ལས་རྒྱ་ཆེར་རབ་སྟོན་པས། །བསླབ་པ་ཀུན་ལས་བཏུས་པ་ཡང་། །ངེས་པར་ཡང་དང་ཡང་དུ་བལྟ། ། +ཡང་ན་རེ་ཞིག་མདོར་བསྡུས་པའི། །མདོ་རྣམས་ཀུན་ལས་བཏུས་པ་བལྟ། །འཕགས་པ་ཀླུ་སྒྲུབ་ཀྱིས་མཛད་པའི། །གཉིས་པོའང་འབད་པས་བལྟ་བར་བྱ། ། +གང་ལས་གང་ནི་མ་བཀག་པ། །དེ་ཉིད་སྤྱད་པར་བྱ་བ་སྟེ། །འཇིག་རྟེན་སེམས་ནི་བསྲུང་བའི་ཕྱིར། །བསླབ་པ་མཐོང་ནས་ཡང་དག་སྤྱད། ། +ལུས་དང་སེམས་ཀྱི་གནས་སྐབས་ལ། །ཡང་དང་ཡང་དུ་བརྟག་བྱ་བ། །དེ་ཉིད་ཁོ་ན་མདོར་ན་ནི། །ཤེས་བཞིན་བསྲུང་བའི་མཚན་ཉིད་དོ། ། +ལུས་ཀྱིས་འདི་དག་སྤྱད་པར་བྱ། །ཚིག་ཙམ་བརྗོད་པས་ཅི་ཞིག་འགྲུབ། །སྨན་དཔྱད་བཀླགས་པ་ཙམ་གྱིས་ནི། །ནད་པ་དག་ལ་ཕན་འགྱུར་རམ། ། +བྱང་ཆུབ་སེམས་དཔའི་སྤྱོད་པ་ལ་འཇུག་པ་ལས། ཤེས་བཞིན་བསྲུང་བར་བྱ་བ་སྟེ་ལེའུ་ལྔ་པའོ།། །། +ch-6 བསྐལ་པ་སྟོང་དུ་བསགས་པ་ཡི། །སྦྱིན་དང་བདེ་གཤེགས་མཆོད་ལ་སོགས། །ལེགས་སྤྱང་གང་ཡིན་དེ་ཀུན་ཡང་། །ཁོང་ཁྲོ་གཅིག་གིས་འཇོམས་པར་བྱེད། ། +ཞེ་སྡང་ལྟ་བུའི་སྡིག་པ་མེད། །བཟོད་པ་ལྟ་བུའི་དཀའ་ཐུབ་མེད། །དེ་བས་བཟོད་ལ་ནན་ཏན་དུ། །སྣ་ཚོགས་ཚུལ་དུ་བསྒོམ་པར་བྱ། ། +ཞེ་སྡང་ཟུག་རྔུའི་སེམས་འཆང་ན། །ཡིད་ནི་ཞི་བ་ཉམས་མི་མྱོང་། །དགའ་དང་བདེ་བའང་མི་འཐོབ་ལ། །གཉིད་མི་འོང་ཞིང་བརྟན་མེད་འགྱུར། ། +གང་དག་ནོར་དང་བཀུར་སྟི་ཡིས། །དྲིན་བྱིན་དེ་ལ་བརྟེན་གྱུར་པ། །དེ་དག་ཀྱང་ནི་སྡང་ལྡན་པའི། །རྗེ་དཔོན་དེ་ལ་གསོད་པར་རྒོལ། ། +དེ་ཡིས་མཛའ་བཤེས་སྐྱོ་བར་འགྱུར། །སྦྱིན་པས་བསྡུས་ཀྱང་བསྟེན་མི་བྱེད། །མདོར་ན་ཁྲོ་བ་བདེར་གནས་པ། །དེ་ནི་འགའ་ཡང་ཡོད་མ་ཡིན། ། +ཁྲོ་བའི་དགྲ་ཡིས་དེ་ལ་སོགས། །སྡུག་བསྔལ་དག་ནི་བྱེད་པར་འགྱུར། །གང་ཞིག་བསྒྲིམས་ཏེ་ཁྲོ་འཇོམས་པ། །དེ་ནི་འདི་དང་གཞན་དུ་བདེ། ། +མི་འདོད་བྱས་དང་འདོད་པ་ཡི། །གེགས་བྱས་པ་ལ་བྱུང་གྱུར་པ། །ཡིད་མི་བདེ་བའི་ཟས་རྙེད་ནས། །ཞེ་སྡང་བརྟས་ཏེ་བདག་འཇོམས་སོ། ། +དེ་ལྟས་བདག་གིས་དགྲ་བོ་དེའི། །ཟས་ནི་རྣམ་པར་གཞོམ་པར་བྱ། །འདི་ལྟར་བདག་ལ་གནོད་པ་ལས། །དགྲ་འདི་ལ་ནི་ལས་གཞན་མེད། ། +ཅི་ལ་བབ་ཀྱང་བདག་གིས་ནི། །དགའ་བའི་ཡིད་ནི་དཀྲུགས་མི་བྱ། །མི་དགའ་བྱས་ཀྱང་འདོད་མི་འགྲུབ། །དགེ་བ་དག་ནི་ཉམས་པར་འགྱུར། ། +གལ་ཏེ་བཅོས་སུ་ཡོད་ན་ནི། །དེ་ལ་མི་དགར་ཅི་ཞིག་ཡོད། །གལ་ཏེ་བཅོས་སུ་མེད་ན་ནི། །དེ་ལ་མི་དགའ་བྱས་ཅི་ཕན། ། +བདག་གམ་བདག་གི་བཤེས་རྣམས་ལ། །སྡུག་བསྔལ་བརྙས་དང་ཚིག་རྩུབ་དང་། །མི་སྙན་ཞེས་བྱ་མི་འདོད་དེ། །དགྲ་ལ་དེ་ལས་བཟློག་པས་སོ། ། +བདེ་བའི་རྒྱུ་ནི་རེས་འགའ་འབྱུང་། །སྡུག་བསྔལ་རྒྱུ་ནི་ཤིན་ཏུ་མང་། །སྡུག་བསྔལ་མེད་པར་ངེས་འབྱུང་མེད། །དེ་བས་སེམས་ཁྱོད་བརྟན་པར་མནོས། ། +དཀའ་ཟློག་དད་དང་ཀརྞ་པ། །བསྲེག་དང་བཅད་སོགས་ཚོར་བ་ནི། །དོན་མེད་བཟོད་བྱེད་ཐར་པ་ཡི། །དོན་དུ་བདག་གོ་ཅི་ཕྱིར་སྔར། ། +གོམས་ན་སླ་བར་མི་འགྱུར་བའི། །དངོས་དེ་གང་ཡང་ཡོད་མ་ཡིན། །དེ་བས་གནོད་པ་ཆུང་གོམས་པས། །གནོད་པ་ཆེན་པོ་བཟོད་པར་བྱོས། ། +སྦྲུལ་དང་ཤ་སྦྲང་དག་དང་ནི། །བཀྲེས་སྐོམ་ལ་སོགས་ཚོར་བ་དང་། །གཡན་པ་ལ་སོགས་བཅས་པ་ཡི། །དོན་མེད་སྡུག་བསྔལ་ཅིས་མ་མཐོང་། ། +ཚ་གྲང་ཆར་དང་རླུང་སོགས་དང་། །ནད་དང་འཆིང་དང་རྡེག་སོགས་ལ། །བདག་གིས་བཟེ་རེ་མི་བྱ་སྟེ། །དེ་ལྟར་བྱས་ན་གནོད་པ་འཕེལ། ། +ལ་ལ་བདག་གི་ཁྲག་མཐོང་ན། །དཔའ་བརྟན་ལྷག་པར་སྐྱེ་འགྱུར་ཡོད། །ལ་ལ་གཞན་གྱི་ཁྲག་མཐོང་ན། །བོག་ཅིང་བརྒྱལ་བར་འགྱུར་བ་ཡོད། ། +དེ་ནི་སེམས་ཀྱི་ངང་བརྟན་དང་། །སྔར་མའི་ཚུལ་ལས་གྱུར་པ་ཡིན། །དེ་བས་གནོད་པ་ཁྱད་བསད་ཅིང་། །སྡུག་བསྔལ་རྣམས་ཀྱིས་མི་ཚུགས་བྱོས། ། +མཁས་པས་སྡུག་བསྔལ་བྱུང་ཡང་ནི། །སེམས་ཀྱི་རབ་དང་རྙོག་མི་བྱ། །ཉོན་མོངས་རྣམས་དང་གཡུལ་འགྱེད་ལ། །གཡུལ་འགྱེད་ཚེ་ན་གནོད་པ་མང་། ། +སྡུག་བསྔལ་ཐམས་ཅད་ཁྱད་བསད་ནས། །ཞེ་སྡང་ལ་སོགས་དགྲ་འཇོམས་པ། །དེ་དག་རྒྱལ་བྱེད་དཔའ་བོ་སྟེ། །ལྷག་མ་རོ་ལ་གསོད་པའོ། ། +གཞན་ཡང་སྡུག་བསྔལ་ཡོན་ཏན་ནི། །སྐྱོ་བས་དྲེགས་པ་སེལ་བར་བྱེད། །འཁོར་བ་པ་ལ་སྙིང་རྗེ་སྐྱེ། །སྡིག་ལ་འཛེམ་དང་དགེ་ལ་དགའ། ། +མཁྲིས་པ་ལ་སོགས་སྡུག་བསྔལ་གྱི། །འབྱུང་གནས་ཆེ་ལ་མི་ཁྲོ་བར། །སེམས་ཡོད་རྣམས་ལ་ཅི་སྟེ་ཁྲོ། །དེ་དག་ཀུན་ཀྱང་རྐྱེན་གྱིས་བསྐུལ། ། +དཔེར་ན་མི་འདོད་བཞིན་དུ་ཡང་། །ནད་འདི་འབྱུང་བར་འགྱུར་བ་ལྟར། །དེ་བཞིན་མི་འདོད་བཞིན་དུ་ཡང་། །ནན་གྱིས་ཉོན་མོངས་འབྱུང་བར་འགྱུར། ། +ཁྲོ་བར་བྱ་ཞེས་མ་བསམས་ཀྱང་། །སྐྱེ་བོ་རྣམས་ནི་གྱི་ནར་ཁྲོ། །བསྐྱེད་པར་བྱ་ཞེས་མ་བསམས་ཀྱང་། །ཁྲོ་བ་དེ་བཞིན་སྐྱེ་བར་འགྱུར། ། +ཉེས་པ་ཇི་སྙེད་ཐམས་ཅད་དང་། །སྡིག་པ་རྣམ་པ་སྣ་ཚོགས་པ། །དེ་ཀུན་རྐྱེན་གྱི་སྟོབས་ལས་བྱུང་། །རང་དབང་ཡོད་པ་མ་ཡིན་ནོ། ། +རྐྱེན་རྣམས་ཚོགས་པ་དེ་དག་ཀྱང་། །བསྐྱེད་པར་བྱ་ཞེས་སེམས་པ་མེད། །དེས་བསྐྱེད་དེ་ཡང་བདག་བསྐྱེད་ཅེས། །སེམས་པ་ཡོད་པ་མ་ཡིན་ནོ། ། +གཙོ་བོ་ཞེས་བྱར་གང་འདོད་དང་། །བདག་ཅེས་བརྟགས་པ་གང་ཡིན་པ། །དེ་ཉིད་བདག་ནི་འབྱུང་བྱ་ཞེས། །ཆེད་དུ་བསམས་ཤིང་འབྱུང་བ་མེད། ། +མ་སྐྱེས་པར་ནི་དེ་མེད་ན། །དེ་ཚེ་སྐྱེ་བར་འདོད་པ་གང་། །ཡུལ་ལ་རྟག་ཏུ་གཡེང་འགྱུར་བ། །འགག་པར་འགྱུར་བའང་མ་ཡིན་ནོ། ། +ཅི་སྟེ་བདག་དེ་རྟག་ན་ནི། །མཁའ་བཞིན་བྱེད་པ་མེད་པར་མངོན། །རྐྱེན་རྣམས་གཞན་དང་ཕྲད་ན་ཡང་། །འགྱུར་བ་མེད་ལ་ཅི་བྱར་ཡོད། ། +བྱེད་པའི་ཚེ་ཡང་སྔོན་བཞིན་ན། །བྱེད་པས་དེ་ལ་ཅི་ཞིག་བྱས། །དེ་ཡི་བྱེད་པ་འདི་ཡིན་ཞེས། །འབྲེལ་པར་འགྱུར་བ་གང་ཞིག་ཡོད། ། +དེ་ལྟར་ཐམས་ཅད་གཞན་གྱི་དབང་། །དེ་ཡི་དབང་གིས་དེ་དབང་མེད། །དེ་ལྟར་ཤེས་ན་སྦྲུལ་ལྟ་བུའི། །དངོས་པོ་ཀུན་ལ་ཁྲོ་མི་འགྱུར། ། +གང་གིས་གང་ཞིག་བཟློག་བྱ་སྟེ། །བཟློག་པའང་རིགས་པ་མིན་ཞེ་ན། །དེ་ལ་བརྟེན་ནས་སྡུག་བསྔལ་རྣམས། །རྒྱུན་ཆད་འགྱུར་འདོད་མི་རིགས་མེད། ། +དེ་བས་དགྲའམ་མཛའ་ཡང་རུང་། །མི་རིགས་བྱེད་པ་མཐོང་གྱུར་ན། །འདི་འདྲའི་རྐྱེན་ལས་གྱུར་ཏོ་ཞེས། །དེ་ལྟར་སོམས་ཏེ་བདེ་བར་མནོས། ། +གལ་ཏེ་རང་དགས་འགྲུབ་འགྱུར་ན། །འགའ་ཡང་སྡུག་བསྔལ་མི་འདོད་པས། །ལུས་ཅན་དག་ནི་ཐམས་ཅད་ཀྱང་། །སུ་ལའང་སྡུག་བསྔལ་འབྱུང་མི་འགྱུར། ། +བག་མེད་པས་ནི་བདག་ལའང་བདག །ཚེར་མ་ལ་སོགས་གནོད་པ་བྱེད། །བུད་མེད་ལ་སོགས་ཐོབ་བྱའི་ཕྱིར། །རྔམ་ཞིང་ཟས་གཅོད་ལ་སོགས་བྱེད། ། +ཁ་ཅིག་འགག་ཅིང་གཡང་སར་མཆོང་། །དུག་དང་མི་འཕྲོད་ཟ་བ་དང་། །བསོད་ནམས་མ་ཡིན་སྤྱོད་པ་ཡིས། །རང་ལ་གནོད་པ་བྱེད་པ་ཡོད། ། +གང་ཚེ་ཉོན་མོངས་དབང་གྱུར་པས། །བདག་སྡུག་ཉིད་ཀྱང་གསོད་བྱེད་པ། །དེ་ཚེ་དེ་དག་གཞན་ལུས་ལ། །གནོད་མི་བྱེད་པར་ཇི་ལྟར་འགྱུར། ། +ཉོན་མོངས་སྐྱེས་པས་དེ་ལྟ་བུར། །བདག་གསོད་ལ་སོགས་ཞུགས་པ་ལ། །སྙིང་རྗེ་རྒྱ་ལ་མ་སྐྱེས་ན། །ཁྲོ་བར་འགྱུར་བ་ཅིའི་ཐ་ཚིག ། +གལ་ཏེ་གཞན་ལ་འཚེ་བྱེད་པ། །བྱིས་པ་རྣམས་ཀྱི་རང་བཞིན་ནི། །དེ་ལ་ཁྲོ་བ་མི་རིགས་ཏེ། །སྲེག་པའི་རང་བཞིན་མེ་བཀོན་འདྲ། ། +འོན་ཏེ་སྐྱོན་དེ་གློ་བུར་ལ། །སེམས་ཅན་རང་བཞིན་དེས་པ་ནའང་། །འོ་ནའང་ཁྲོ་བར་མི་རིགས་ཏེ། །མཁའ་ལ་དུད་འཐུལ་དཀོན་པ་བཞིན། ། +དབྱུག་པ་ལ་སོགས་དངོས་བཀོལ་ཏེ། །གལ་ཏེ་འཕེན་པ་ལ་ཁྲོ་ན། །དེ་ཡང་ཞེ་སྡང་གིས་རྦད་པས། །ཉིས་ན་ཞེ་སྡང་ལ་ཁྲོ་རིགས། ། +བདག་གིས་སྔོན་ཆད་སེམས་ཅན་ལ། །འདི་འདྲ་བ་ཡི་གནོད་པ་བྱས། །དེ་བས་སེམས་ཅན་འཚེ་བྱེད་པ། །བདག་ལ་གནོད་པ་འདི་འབྱུང་རིགས། ། +དེ་ཡི་མཚོན་དང་བདག་གི་ལུས། །གཉི་ག་སྡུག་བསྔལ་རྒྱུ་ཡིན་ཏེ། །དེས་མཚོན་བདག་གི་ལུས་ཕྱུང་ན། །གང་ཞིག་ལ་ནི་ཁྲོ་བར་བྱ། ། +ཤུ་བ་མི་ཡི་གཟུགས་འདྲ་བ། །རེག་ཏུ་མི་བཟོད་སྡུག་བསྔལ་ཅན། །སྲེད་མདོངས་བདག་གིས་བཟུང་གྱུར་ན། །དེ་ལ་གནོད་པ་སུ་ལ་ཁྲོ། ། +བྱིས་པ་སྡུག་བསྔལ་མི་འདོད་ཅིང་། །སྡུག་བསྔལ་རྒྱུ་ལ་བརྐམ་པས་ན། །རང་གི་ཉེས་པས་གནོད་གྱུར་པ། །གཞན་ལ་བཀོན་དུ་ཅི་ཞིག་ཡོད། ། +དཔེར་ན་དམྱལ་བའི་སྲུང་མ་དང་། །རལ་གྲི་ལོ་མའི་ནགས་ཚལ་ལྟར། །རང་གི་ལས་ཀྱིས་འདི་བསྐྱེད་པ། །གང་ཞིག་ལ་ནི་ཁྲོ་བར་བྱ། ། +བདག་གི་ལས་ཀྱིས་བསྐུལ་བྱས་ནས། །བདག་ལ་གནོད་བྱེད་རྣམས་འབྱུང་སྟེ། །དེས་ནི་སེམས་ཅན་དམྱལ་འདོང་ན། །བདག་གིས་དེ་དག་མ་བརླག་གམ། ། +འདི་དག་ལ་ནི་རྟེན་བཅས་ནས། །བཟོད་པས་བདག་སྡིག་མང་དུ་འབྱུང་། །བདག་ལ་བརྟེན་ནས་དེ་དག་ནི། །ཡུན་རིང་སྡུག་བསྔལ་དམྱལ་བར་འདོང་། ། +བདག་ནི་དེ་ལ་གནོད་བྱེད་ལ། །དེ་དག་བདག་ལ་ཕན་འདོགས་ན། །ཕྱིན་ཅི་ལོག་ཏུ་ཅི་ཡི་ཕྱིར། །མ་རུངས་སེམས་ཁྱོད་ཁྲོ་བར་བྱེད། ། +གལ་ཏེ་བདག་ལ་བསམ་པ་ཡི། །ཡོན་ཏན་ཡོད་ན་དམྱལ་མི་འགྲོ། །གལ་ཏེ་བདག་གིས་བདག་བསྲུངས་ན། །དེ་དག་ལ་འདིར་ཅི་ཞིག་བྱུང་། ། +འོན་ཏེ་ལན་དུ་གནོད་བྱས་ན། །དེ་དག་བསྲུངས་པར་མ་གྱུར་ལ། །བདག་གི་སྤྱོད་པའང་ཉམས་པར་འགྱུར། །དེས་ན་དཀའ་ཐུབ་ཞིག་པར་འགྱུར། ། +ཡིད་ནི་ལུས་ཅན་མ་ཡིན་པས། །སུས་ཀྱང་གང་དུའང་གཞོམ་མི་ནུས། །ལུས་ལ་མངོན་པར་ཞེན་པས་ན། །ལུས་ནི་སྡུག་བསྔལ་དག་གིས་གནོད། ། +བརྙས་དང་ཚིག་རྩུབ་སྨྲ་བ་དང་། །མི་སྙན་པ་ཡི་ཚིག་དེ་ཡིས། །ལུས་ལ་གནོད་པར་མི་འགྱུར་ན། །སེམས་ཁྱོད་ཅི་ཕྱིར་རབ་ཏུ་ཁྲོ། ། +གཞན་དག་བདག་ལ་མི་དགའ་བ། །དེས་ནི་ཚེ་འདིའམ་ཚེ་གཞན་ལ། །བདག་ལ་ཟ་བར་མི་བྱེད་ན། །བདག་ནི་ཅི་ཕྱིར་དེ་མི་འདོད། ། +རྙེད་པའི་བར་ཆད་བྱེད་པའི་ཕྱིར། །གལ་ཏེ་འདི་བདག་མི་འདོད་ན། །བདག་གི་རྙེད་པ་འདིར་འདོར་གྱི། །སྡིག་པ་དག་ནི་བརྟན་པར་གནས། ། +བདག་ནི་དེང་ཉིད་ཤི་ཡང་བླའི། །ལོག་འཚོས་ཡུན་རིང་གསོན་མི་རུང་། །བདག་ལྟ་ཡུན་རིང་གནས་གྱུར་ཀྱང་། །འཆི་བའི་སྡུག་བསྔལ་དེ་ཉིད་ཡིན། ། +རྨི་ལམ་ལོ་བརྒྱར་བདེ་མྱོང་ནས། །སད་པར་གྱུར་པ་གང་ཡིན་དང་། །གཞན་ཞིག་ཡུད་ཙམ་བདེ་མྱོང་ནས། །སད་པར་གྱུར་པ་གང་ཡིན་པ། ། +སད་པ་དེ་དག་གཉི་ག་ལའང་། །བདེ་བ་དེ་ནི་ཕྱིར་འོང་མེད། །ཚེ་རིང་ཚེ་ཐུང་གཉི་ག་ཡང་། །འཆི་བའི་དུས་སུ་དེ་འདྲར་ཟད། ། +རྙེད་པ་མང་པོ་ཐོབ་གྱུར་ཏེ། །ཡུན་རིང་དུས་སུ་བདེ་སྤྱད་ཀྱང་། །ཆོམ་པོས་ཕྲོགས་པ་ཇི་བཞིན་དུ། །སྒྲེན་མོ་ལག་པ་སྟོང་པར་འགྲོ། ། +གལ་ཏེ་རྙེད་པས་གསོན་གྱུར་ན། །སྡིག་ཟད་བསོད་ནམས་བྱ་ཞེ་ན། །རྙེད་པའི་དོན་དུ་ཁྲོས་གྱུར་ན། །བསོད་ནམས་ཟད་སྡིག་མི་འགྱུར་རམ། ། +གང་གི་དོན་དུ་བདག་གསོན་པ། །དེ་ཉིད་གལ་ཏེ་ཉམས་གྱུར་ན། །སྡིག་པ་འབའ་ཞིག་བྱེད་པ་ཡི། །གསོན་པ་དེས་ཀོ་ཅི་ཞིག་བྱ། ། +གལ་ཏེ་སེམས་ཅན་ཉམས་བྱེད་པས། །མི་སྙན་སྨྲ་ལ་ཁྲོ་ཞེ་ན། །གཞན་ལ་མི་སྙན་བརྗོད་ལའང་ཁྱོད། །དེ་བཞིན་ཅི་སྟེ་ཁྲོ་མི་བྱེད། ། +མ་དད་གཞན་ལ་རག་ལས་པས། །དད་པ་མེད་ལ་ཁྱོད་བཟོད་ན། །ཉོན་མོངས་སྐྱེ་ལ་རག་ལས་པས། །མི་སྙན་སྨྲ་ལ་ཅིས་མི་བཟོད། ། +སྐུ་གཟུགས་མཆོད་རྟེན་དམ་ཆོས་ལ། །འཁྱལ་ཞིང་འཇིག་པར་བྱེད་པ་ལའང་། །བདག་གིས་ཞེ་སྡང་མི་རིགས་ཏེ། །སངས་རྒྱས་སོགས་ལ་གནོད་མི་མངའ། ། +བླ་མ་གཉེན་ལ་སོགས་པ་དང་། །བཤེས་ལ་གནོད་པ་བྱེད་རྣམས་ལའང་། །སྔ་མའི་ཚུལ་གྱིས་རྐྱེན་དག་ལས། །འགྱུར་བར་མཐོང་ནས་ཁྲོ་བ་བཟློག ། +ལུས་ཅན་རྣམས་ལ་སེམས་ཡོད་དང་། །སེམས་མེད་གཉི་གས་གནོད་བྱས་ན། །སེམས་ཡོད་ཅི་སྟེ་བཀར་ཏེ་བཀོན། །དེ་བས་གནོད་པ་བཟོད་པར་གྱིས། ། +ལ་ལ་རྨོངས་པས་ཉེས་པ་བྱེད། །ལ་ལ་རྨོངས་ཏེ་ཁྲོས་གྱུར་ན། །དེ་ལ་སྐྱོན་མེད་གང་གིས་བྱ། །སྐྱོན་དང་བཅས་ཏེ་གང་ཞིག་ཡིན། ། +གང་གིས་གཞན་དག་གནོད་བྱེད་པའི། །ལས་དེ་སྔོན་ཆད་ཅི་ཕྱིར་བྱས། །ཐམས་ཅད་ལས་ལ་རག་ལས་ན། །བདག་གིས་འདི་ལ་ཅི་སྟེ་བཀོན། ། +དེ་ལྟར་མཐོང་ནས་ཅི་ནས་ཀྱང་། །ཐམས་ཅད་ཕན་ཚུན་བྱམས་སེམས་སུ། །འགྱུར་བ་དེ་ལྟར་བདག་གིས་ནི། །བསོད་ནམས་དག་ལ་བསྒྲིམས་ཏེ་བྱ། ། +དཔེར་ན་ཁྱིམ་ཚིག་གྱུར་པའི་མེ། །ཁྱིམ་གཞན་ཞིག་ཏུ་སོང་ནས་ནི། །རྩྭ་སོགས་གང་ལ་མཆེད་བྱེད་པ། །དེ་ནི་ཕྱུང་སྟེ་དོར་བ་ཡིན། ། +དེ་བཞིན་གང་ལ་སེམས་ཆགས་ནས། །ཞེ་སྡང་མེ་ནི་མཆེད་གྱུར་པ། །བསོད་ནམས་ཚིག་པར་དོགས་པ་ཡིས། །དེ་ནི་དེ་ཡི་མོད་ལ་དོར། ། +གསད་བྱའི་མི་ཞིག་ལག་བཅད་དེ། །གལ་ཏེ་ཐར་ན་ཅིས་མ་ལེགས། །གལ་ཏེ་མི་ཡི་སྡུག་བསྔལ་གྱིས། །དམྱལ་བ་བྲལ་ན་ཅིས་མ་ལེགས། ། +ད་ལྟའི་སྡུག་བསྔལ་འདི་ཙམ་ལའང་། །བདག་གིས་བཟོད་པར་མི་ནུས་ན། །དེས་ན་དམྱལ་བའི་སྡུག་བསྔལ་རྒྱུ། །ཁྲོ་བ་ཅི་སྟེ་བཟློག་མི་བྱེད། ། +འདོད་པའི་དོན་དུ་སྲེག་ལ་སོགས། །དམྱལ་བར་སྟོང་ཕྲག་མྱོང་གྱུར་ཡང་། །བདག་གིས་རང་གི་དོན་དང་ནི། །གཞན་གྱི་དོན་ཡང་མ་བྱས་སོ། ། +འདི་ནི་དེ་ཙམ་གནོད་མིན་ལ། །དོན་ཆེན་དག་ཀྱང་འགྲུབ་འགྱུར་བས། །འགྲོ་བའི་གནོད་སེལ་སྡུག་བསྔལ་ལ། །དགའ་བ་འབའ་ཞིག་འདིར་བྱ་རིགས། ། +གཞན་གྱིས་ཡོན་ཏན་ལྡན་བསྟོད་ནས། །གལ་ཏེ་དགའ་བའི་བདེ་ཐོབ་ན། །ཡིད་ཁྱོད་ཀྱང་ནི་དེ་བསྟོད་ནས། །ཅི་ཕྱིར་དེ་ལྟར་དགའ་མི་བྱེད། ། +ཁྱོད་ཀྱི་དགའ་བའི་བདེ་བ་འདི། །བདེ་འབྱུང་ཁ་ན་མ་ཐོ་མེད། །ཡོན་ཏན་ལྡན་པ་རྣམས་ཀྱིས་གནང་། །གཞན་སྡུད་པ་ཡི་མཆོག་ཀྱང་ཡིན། ། +གཞན་ཡང་དེ་ལྟར་བདེ་འགྱུར་ཞེས། །གལ་ཏེ་ཁྱོད་བདེ་འདི་མི་འདོད། །གླ་རྔན་སྦྱིན་སོགས་སྤངས་པའི་ཕྱིར། །མཐོང་དང་མ་མཐོང་ཉམས་པར་འགྱུར། ། +རང་གི་ཡོན་ཏན་བརྗོད་པའི་ཚེ། །གཞན་ལ་བདེ་བའང་འདོད་པར་བྱེད། །གཞན་གྱི་ཡོན་ཏན་བརྗོད་པའི་ཚེ། །རང་ལའང་བདེ་བ་མི་འདོད་བྱེད། ། +སེམས་ཅན་ཐམས་ཅད་བདེ་འདོད་པས། །བྱང་ཆུབ་ཏུ་ནི་སེམས་བསྐྱེད་ནས། །སེམས་ཅན་རང་གིས་བདེ་རྙེད་ན། །དེས་ཀོ་ཅི་སྟེ་ཁྲོ་བར་བྱེད། ། +འཇིག་རྟེན་གསུམ་མཆོད་འཚང་རྒྱ་བར། །སེམས་ཅན་རྣམས་ནི་འདོད་ཅེ་ན། །བསྙེན་བཀུར་ངན་ངོན་ཙམ་མཐོང་ནས། །ཅི་ཕྱིར་དེ་ལ་གདུང་བར་བྱེད། ། +གསོ་བྱ་གང་ཞིག་ཁྱོད་གསོ་བ། །ཁྱོད་ཉིད་ཀྱིས་ནི་སྦྱིན་བྱ་དེ། །གཉེན་གྱིས་འཚོ་བ་རྙེད་གྱུར་ན། །དགར་མི་འགྱུར་བར་སླར་ཁྲོའམ། ། +དེ་ཅི་འགྲོ་ལ་མི་འདོད་ན། །དེ་ལ་བྱང་ཆུབ་འདོད་གང་ཡིན། །གང་ཞིག་གཞན་འབྱོར་ཁྲོ་དེ་ལ། །བྱང་ཆུབ་སེམས་ནི་ག་ལ་ཡོད། ། +གལ་ཏེ་དེས་དེ་ལས་རྙེད་དམ། །སྦྱིན་བདག་ཁྱིམ་ན་གནས་གྱུར་པ། །ཀུན་དུ་དེ་ཁྱོད་ལ་མེད་ན། །བྱིན་མ་བྱིན་རུང་དེས་ཅི་བྱ། ། +བསོད་ནམས་དང་ནི་དད་པའམ། །རང་གི་ཡོན་ཏན་ཅི་ཕྱིར་འདོར། །རྙེད་པ་གྱུར་པ་མི་འཛིན་པ། །གང་གིས་ཁྲོ་བ་མི་བྱེད་སྨྲོས། ། +ཁྱོད་ནི་རང་གིས་སྡིག་བྱས་ལ། །མྱ་ངན་མེད་པར་མ་ཟད་ཀྱི། །བསོད་ནམས་བྱས་པ་གཞན་དག་དང་། །ལྷན་ཅིག་འགྲན་པར་བྱེད་འདོད་དམ།། །།བམ་པོ་གཉིས་པའོ། ། +གལ་ཏེ་དགྲ་ཞིག་མི་དགའ་ནའང་། །དེ་ལ་ཁྱོད་དགར་ཅི་ཞིག་ཡོད། །ཁྱོད་ཀྱི་ཡིད་སྨོན་ཙམ་གྱིས་ནི། །དེ་ལ་གནོད་པའི་རྒྱུར་མི་འགྱུར། ། +ཁྱོད་ཀྱི་འདོད་པས་སྡུག་བསྔལ་དེ། །གྲུབ་ནའང་ཁྱོད་དགར་ཅི་ཞིག་ཡོད། །གལ་ཏེ་འཚེངས་པར་འགྱུར་ཞེ་ན། །དེ་ལས་ཕུང་བའང་གཞན་ཅི་ཡོད། ། +ཉོན་མོངས་ཉ་པས་བཏབ་པ་ཡི། །མཆིལ་པ་འདི་ནི་མི་བཟད་གཟེ། །དེས་བཟུང་སེམས་དམྱལ་བུམ་པར་ཡང་། །དམྱལ་བའི་སྲུང་མས་བདག་འཚེད་དེས། ། +བསྟོད་དང་གྲགས་པའི་རིམ་གྲོས་ནི། །བསོད་ནམས་མི་འགྱུར་ཆེར་མི་འགྱུར། །བདག་སྟོབས་མི་འགྱུར་ནད་མེད་མིན། །ལུས་བདེ་བར་ཡང་མི་འགྱུར་རོ། ། +བདག་ནི་རང་དོན་ཤེས་གྱུར་ན། །དེ་ལ་རང་དོན་ཅི་ཞིག་ཡོད། །ཡིད་བདེ་འབའ་ཞིག་འདོད་ན་ནི། །རྒྱན་སོགས་ཆང་ཡང་བསྟེན་དགོས་སོ། ། +གྲགས་པའི་དོན་དུ་ནོར་ཤོར་ཅིང་། །བདག་ཉིད་ཀྱང་ནི་གསོད་བྱེད་ན། །ཚིག་འབྲུ་རྣམས་ཀྱིས་ཅི་ཞིག་བྱ། །ཤ་ནི་དེས་ཀོ་སུ་ལ་བདེ། ། +བྱེ་མའི་ཁང་བུ་རྡིབ་གྱུར་ན། །བྱིས་པ་རྣམས་ནི་ག་ཆད་དུ། །དེ་བཞིན་བསྟོད་དང་གྲགས་ཉམས་ན། །རང་གི་སེམས་ནི་བྱིས་པ་བཞིན། ། +རེ་ཞིག་སྒྲ་ལ་སེམས་མེད་ཕྱིར། །བདག་ལ་བསྟོད་སེམས་ཡོད་མི་སྲིད། །བདག་ལ་གཞན་དགའ་ཞེས་གྲགས་པ། །དེ་ནི་དགའ་བའི་རྒྱུ་ཡིན་གྲང་། ། +གཞན་ནམ་ཡང་ན་བདག་ལའང་རུང་། །གཞན་དགའ་བདག་ལ་ཅི་ཞིག་ཕན། །དགའ་བདེ་དེ་ནི་དེ་ཉིད་ཀྱི། །བདག་གིས་དེ་ལས་ཤས་མི་འཐོབ། ། +དེ་བདེ་བ་ཡི་བདག་བདེ་ན། །ཀུན་ལའང་དེ་བཞིན་བྱ་དགོས་ན། །ཇི་ལྟར་གཞན་ལ་དགའ་བ་ཡིས། །བདེ་བར་གྱུར་ན་བདག་མི་བདེ། ། +དེ་བས་བདག་ནི་བསྟོད་དོ་ཞེས། །རང་གི་དགའ་བ་སྐྱེ་འགྱུར་བ། །དེ་ཡང་དེ་ལྟར་མི་འཐད་པས། །བྱིས་པའི་སྤྱོད་པ་ཁོ་ནར་ཟད། ། +བསྟོད་སོགས་བདག་ནི་གཡེང་བར་བྱེད། །དེས་ནི་སྐྱོ་བའང་འཇིག་པར་བྱེད། །ཡོན་ཏན་ལྡན་ལ་ཕྲག་དོག་དང་། །ཕུན་སུམ་ཚོགས་པའང་འཇིག་པར་བྱེད། ། +དེ་ཕྱིར་བདག་གི་བསྟོད་སོགས་ནི། །གཞིག་ཕྱིར་གང་དག་ཉེར་གནས་པ། །དེ་དག་བདག་ནི་ངན་སོང་དུ། །ལྟུང་བ་བསྲུང་ཕྱིར་ཞུགས་མིན་ནམ། ། +བདག་ནི་གྲོལ་བ་དོན་གཉེར་ལ། །རྙེད་དང་བཀུར་སྟི་འཆིང་མི་དགོས། །གང་དག་བདག་བཅིངས་གྲོལ་བྱེད་པ། །དེ་ལ་བདག་ནི་ཇི་ལྟར་ཁྲོ། ། +བདག་ནི་སྡུག་བསྔལ་འཇུག་འདོད་ལ། །སངས་རྒྱས་ཀྱིས་ནི་བྱིན་བརླབས་བཞིན། །མི་གཏོང་སྒོ་འཕར་ཉིད་གྱུར་པ། །དེ་ལ་བདག་ནི་ཇི་ལྟར་ཁྲོ། ། +འདི་ནི་བསོད་ནམས་གེགས་བྱེད་ཅེས། །དེ་ལའང་ཁྲོ་བར་རིགས་མིན་ཏེ། །བཟོད་མཚུངས་དཀའ་ཐུབ་ཡོད་མིན་ན། །དེ་ལ་བདག་ནི་མི་གནས་སམ། ། +གལ་ཏེ་བདག་ནི་རང་སྐྱོན་གྱིས། །འདི་ལ་བཟོད་པ་མི་བྱེད་ན། །བསོད་ནམས་རྒྱུ་ནི་ཉེར་གནས་པ། །འདི་ལ་བདག་གེགས་བྱེད་པར་ཟད། ། +གང་ཞིག་གང་མེད་མི་འབྱུང་ལ། །གང་ཞིག་ཡོད་ན་ཡོད་གྱུར་པ། །དེ་ཉིད་དེ་ཡི་རྒྱུ་ཡིན་ན། །ཇི་ལྟར་དེ་ལ་གེགས་ཞེས་བྱ། ། +དུས་སུ་ཕྱིན་པའི་སློང་མོ་བས། །སྦྱིན་པའི་གེགས་བྱས་ཡོད་མ་ཡིན། །རབ་ཏུ་འབྱིན་པར་བྱེད་གྱུར་པ། །རབ་བྱུང་གེགས་ཞེས་བྱར་མི་རུང་། ། +འཇིག་རྟེན་ན་ནི་སློང་བ་མོད། །གནོད་པ་བྱེད་པ་དཀོན་པ་སྟེ། །འདི་ལྟར་ཕར་གནོད་མ་བྱས་ན། །འགའ་ཡང་གནོད་པ་མི་བྱེད་དོ། ། +དེ་བས་ངལ་བས་མ་བསྒྲུབས་པའི། །ཁྱིམ་དུ་གཏེར་ནི་བྱུང་བ་ལྟར། །བྱང་ཆུབ་སྤྱོད་པའི་གྲོགས་གྱུར་པས། །བདག་གིས་དགྲ་ལ་དགའ་བར་བྱ། ། +འདི་དང་བདག་གིས་བསྒྲུབས་པས་ན། །དེ་ཕྱིར་བཟོད་པའི་འབྲས་བུ་ནི། །འདི་ལ་ཐོག་མར་བདར་འོས་ཏེ། །འདི་ལྟར་དེ་ནི་བཟོད་པའི་རྒྱུ། ། +གལ་ཏེ་བཟོད་བསྒྲུབ་བསམ་མེད་པས། །དགྲ་འདི་མཆོད་བྱ་མིན་ཞེ་ན། །གྲུབ་པ་ཡི་ནི་རྒྱུར་རུང་བ། །དམ་པའི་ཆོས་ཀྱང་ཅི་སྟེ་མཆོད། ། +གལ་ཏེ་དགྲ་འདི་གནོད་བྱ་བའི། །བསམ་ཡོད་མཆོད་བྱ་མིན་ཞེ་ན། །སྨན་པ་བཞིན་དུ་ཕན་བརྩོན་ན། །བདག་གི་བཟོད་པ་ཇི་ལྟར་འགྲུབ། ། +དེ་བས་རབ་ཏུ་སྡང་སེམས་ལ། །བརྟེན་ནས་བཟོད་པ་སྐྱེ་བས་ན། །དེ་ཉིད་བཟོད་པའི་རྒྱུ་ཡིན་པས། །དམ་པའི་ཆོས་བཞིན་མཆོད་པར་འོས། ། +དེ་ཕྱིར་སེམས་ཅན་ཞིང་དང་ནི། །རྒྱལ་བའི་ཞིང་ཞེས་ཐུབ་པས་གསུངས། །འདི་དག་མགུ་བྱས་མང་པོ་ཞིག །འདི་ལྟར་ཕུན་ཚོགས་ཕ་རོལ་ཕྱིན། ། +སེམས་ཅན་རྣམས་དང་རྒྱལ་བ་ལས། །སངས་རྒྱས་ཆོས་འགྲུབ་འདྲ་བ་ལ། །རྒྱལ་ལ་གུས་བྱ་དེ་བཞིན་དུ། །སེམས་ཅན་ལ་མིན་ཅི་ཡི་ཚུལ། ། +བསམ་པའི་ཡོན་ཏན་རང་གིས་མིན། །འབྲས་བུ་ལས་ཡིན་དེས་མཚུངས་པར། །སེམས་ཅན་རྣམས་ལའང་ཡོན་ཏན་ཡོད། །དེ་ཕྱིར་དེ་དག་མཉམ་པ་ཡིན། ། +བྱམས་སེམས་ལྡན་ལ་མཆོད་པ་གང་། །དེ་ནི་སེམས་ཅན་ཆེ་བ་ཉིད། །སངས་རྒྱས་དད་པའི་བསོད་ནམས་གང་། །དེ་ཡང་སངས་རྒྱས་ཆེ་བ་ཉིད། ། +སངས་རྒྱས་ཆོས་འགྲུབ་ཆ་ཡོད་པ། །དེས་ན་དེ་དག་མཉམ་པར་འདོད། །ཡོན་ཏན་རྒྱ་མཚོ་མཐའ་ཡས་པའི། །སངས་རྒྱས་རྣམས་དང་འགའ་མི་མཉམ། ། +ཡོན་ཏན་མཆོག་ཚོགས་གཅིག་པུ་ཡི། །ཡོན་ཏན་ཤས་ཙམ་འགའ་ཞིག་ལ། །སྣང་ནའང་དེ་ལ་མཆོད་དོན་དུ། །ཁམས་གསུམ་ཕུལ་ཡང་ཆུང་བར་འགྱུར། ། +སངས་རྒྱས་ཆོས་མཆོག་སྐྱེ་བའི་ཤས། །སེམས་ཅན་རྣམས་ལ་ཡོད་པས་ན། །འདི་ཙམ་དག་གིས་ཆ་བསྟུན་ནས། །སེམས་ཅན་མཆོད་བྱར་རིགས་པར་འགྱུར། ། +གཞན་ཡང་གཡོ་མེད་གཉེན་གྱུར་ཅིང་། །ཕན་པ་དཔག་མེད་མཛད་རྣམས་ལ། །སེམས་ཅན་མགུ་བྱ་མ་གཏོགས་པར། །གཞན་གང་ཞིག་གིས་ལན་ལོན་འགྱུར། ། +གང་ཕྱིར་སྐུ་གཏོང་མནར་མེད་འཇུག་པ་ལ། །དེ་ལ་ཕན་བཏགས་ལན་ལོན་འགྱུར་བས་ན། །དེ་བས་འདི་དག་གནོད་ཆེན་བྱེད་ན་ཡང་། །ཐམས་ཅད་བཟང་དགུ་ཞིག་ཏུ་སྤྱད་པར་བྱ། ། +རེ་ཞིག་བདག་གི་རྗེར་གྱུར་ཉིད་ཀྱང་ནི། །གང་ཕྱིར་རང་གི་སྐུ་ལའང་མི་གཟིགས་པ། །དེ་ལ་རྨོངས་པ་བདག་གིས་ཇི་ལྟར་ན། །ང་རྒྱལ་བྱ་ཞིང་བྲན་གྱི་དངོས་མི་བྱ། ། +གང་དག་བདེ་བས་ཐུབ་རྣམས་དགྱེས་འགྱུར་ཞིང་། །གང་ལ་གནོད་ན་མི་དགྱེས་འབྱུང་འགྱུར་བ། །དེ་དག་དགའ་བས་ཐུབ་པ་ཀུན་དགྱེས་ཤིང་། །དེ་ལ་གནོད་བྱས་ཐུབ་ལ་གནོད་པ་བྱས། ། +ཇི་ལྟར་ལུས་ལ་ཀུན་ནས་མེ་འབར་བ། །འདོད་པ་ཀུན་གྱིས་ཡིད་བདེར་མི་འགྱུར་བ། །དེ་བཞིན་སེམས་ཅན་གནོད་པ་བྱས་ན་ཡང་། །ཐུགས་རྗེ་ཆེ་རྣམས་དགྱེས་པའི་ཐབས་མེད་དོ། ། +དེ་བས་བདག་གིས་འགྲོ་ལ་གནོད་བྱས་པས། །ཐུགས་རྗེ་ཆེ་ཀུན་མི་དགྱེས་གྱུར་པ་གང་། །སྡིག་དེ་དེ་རིང་སོ་སོར་བཤགས་བགྱི་ཡིས། །མི་དགྱེས་གང་ལགས་དེ་ཐུབ་བཟོད་པར་གསོལ། ། +དེ་བཞིན་གཤེགས་རྣམས་དགྱེས་པར་བགྱི་སླད་དུ། །དེང་ནས་བཟུང་ནས་འཇིག་རྟེན་བྲན་དུ་མཆི། །འགྲོ་མང་རྡོག་པས་བདག་གི་སྤྱིར་འཚོག་གམ། །འགུམས་ཀྱང་མི་བསྡོ་འཇིག་རྟེན་མགོན་དགྱེས་མཛོད། ། +འགྲོ་བ་འདི་ཀུན་ཐུགས་རྗེའི་བདག་ཅན་དེས། །བདག་ཏུ་མཛད་པ་འདི་ལ་ཐེ་ཚོམ་མེད། །སེམས་ཅན་ངོ་བོར་མཐོང་བ་འདི་དག་ཉིད། །མགོན་དེ་བདག་ཉིད་ཅི་ཕྱིར་གུས་མི་བྱེད། ། +འདི་ཉིད་དེ་བཞིན་གཤེགས་པ་མཉེས་བྱེད་ཡིན། །རང་དོན་ཡང་དག་སྒྲུབ་པའང་འདི་ཉིད་དོ། །འཇིག་རྟེན་སྡུག་བསྔལ་སེལ་བའང་འདི་ཉིད་དེ། །དེ་ལྟས་བདག་གིས་རྟག་ཏུ་དེ་ཉིད་བྱ། ། +དཔེར་ན་རྒྱལ་པོའི་མི་འགའ་ཞིག །སྐྱེ་བོ་མང་ལ་གནོད་བྱེད་ཀྱང་། །སྐྱེ་བོ་མིག་རྒྱང་རིང་པོ་དག །ནུས་ཀྱང་ཕྱིར་གནོད་མི་བྱེད་དེ། ། +འདི་ལྟར་དེ་གཅིག་མ་ཡིན་གྱི། །རྒྱལ་པོའི་མཐུ་སྟོབས་དེ་ཡི་མཐུ། །དེ་བཞིན་གནོད་བྱེད་ཉམ་ཆུང་བ། །འགའ་ཡང་ཁྱད་དུ་གསད་མི་བྱ། ། +འདི་ལྟར་དམྱལ་བའི་སྲུང་མ་དང་། །ཐུགས་རྗེ་ལྡན་རྣམས་དེ་ཡི་དཔུང་། །དེ་ལྟར་དམངས་ཀྱིས་རྒྱལ་གཏུམ་བཞིན། །སེམས་ཅན་རྣམས་ནི་མགུ་བར་བྱ། ། +རྒྱལ་པོ་ལྟ་ཞིག་ཁྲོས་ན་ཡང་། །སེམས་ཅན་མི་མགུ་བྱས་པ་ཡིས། །མྱོང་བར་འགྱུར་བ་གང་ཡིན་པ། །དམྱལ་བའི་གནོད་པ་དེས་བྱེད་དམ། ། +རྒྱལ་པོ་ལྟ་ཞིག་མགུ་ན་ཡང་། །སེམས་ཅན་མགུ་བར་བྱས་པ་ཡིས། །འཐོབ་པར་འགྱུར་བ་གང་ཡིན་པ། །སངས་རྒྱས་ཉིད་སྦྱིན་མི་སྲིད་དོ། ། +སེམས་ཅན་མགུ་ལས་བྱུང་བ་ཡི། །མ་འོངས་སངས་རྒྱས་འགྲུབ་ལྟ་ཞོག །ཚེ་འདི་ཉིད་ལ་དཔལ་ཆེན་དང་། །གྲགས་དང་སྐྱིད་འགྱུར་ཅིས་མ་མཐོང་། ། +འཁོར་ཚེ་བཟོད་པས་མཛེས་སོགས་དང་། །ནད་མེད་པ་དང་གྲགས་པ་ཡིས། །ཤིན་ཏུ་ཡུན་རིང་འཚོ་བ་དང་། །འཁོར་ལོས་སྒྱུར་བའི་བདེ་རྒྱས་ཐོབ། ། +བྱང་ཆུབ་སེམས་དཔའི་སྤྱོད་པ་ལ་འཇུག་པ་ལས། བཟོད་པ་བསྟན་པ་ཞེས་བྱ་བ་སྟེ་ལེའུ་དྲུག་པའོ།། །། +ch-7 དེ་ལྟར་བཟོད་པས་བརྩོན་འགྲུས་བརྩམ། །འདི་ལྟར་བརྩོན་ལ་བྱང་ཆུབ་གནས། །རླུང་མེད་གཡོ་བ་མེད་པ་བཞིན། །བསོད་ནམས་བརྩོན་འགྲུས་མེད་མི་འབྱུང་། ། +བརྩོན་གང་དགེ་ལ་སྤྲོ་བའོ། །དེ་ཡི་མི་མཐུན་ཕྱོགས་བཤད་བྱ། །ལེ་ལོ་ངན་ལ་ཞེན་པ་དང་། །སྒྱིད་ལུག་བདག་ཉིད་བརྙས་པའོ། ། +སྙོམ་ལས་བདེ་བའི་རོ་མྱང་དང་། །གཉིད་ལ་བརྟེན་པའི་སྲེད་པ་ཡིས། །འཁོར་བའི་སྡུག་བསྔལ་མི་སྐྱོ་ལས། །ལེ་ལོ་ཉེ་བར་སྐྱེ་བར་འགྱུར། ། +ཉོན་མོངས་རྒྱ་པས་བཤོར་ནས་ནི། །སྐྱེ་བའི་རྒྱར་ནི་ཆུད་གྱུར་ནས། །འཆི་བདག་ཁར་ནི་སོང་གྱུར་པ། །ཅི་སྟེ་ད་དུང་མི་ཤེས་སམ། ། +རང་སྡེ་རིམ་གྱིས་གསོད་པ་ཡང་། །ཁྱོད་ཀྱིས་མཐོང་བར་མ་གྱུར་ཏམ། །འོན་ཀྱང་གཉིད་ལ་བརྟེན་པ་གང་། །གདོལ་པ་དང་ནི་མ་ཧེ་བཞིན། ། +ལམ་ནི་ཀུན་ནས་བཀག་ནས་སུ། །འཆི་བདག་གིས་ནི་བལྟས་བཞིན་དུ། །ཇི་ལྟར་ཁྱོད་ནི་ཟ་དགའ་ཞིང་། །འདི་ལྟར་གཉིད་ལོག་ཇི་ལྟར་དགའ། ། +མྱུར་བ་ཉིད་དུ་འཆི་འགྱུར་བས། །ཇི་སྲིད་དུ་ནི་ཚོགས་བསག་བྱ། །དེ་ཚེ་ལེ་ལོ་སྤངས་ཀྱང་ནི། །དུས་མ་ཡིན་པར་ཅི་ཞིག་བྱ། ། +འདི་ནི་མ་བྱས་བརྩམས་པ་དང་། །འདི་ཕྱེད་བྱས་པར་གནས་པ་ལ། །གློ་བུར་འཆི་བདག་འོངས་ནས་ནི། །ཀྱི་ཧུད་བཅོམ་ཞེས་སེམས་པར་འགྱུར། ། +མྱ་ངན་ཤུགས་ཀྱིས་སྐྲངས་པ་ཡི། །མིག་དམར་གདོང་ལ་མཆི་མ་འཛག །ཉེ་དུ་རེ་ཐག་ཆད་པ་དང་། །གཤིན་རྗེའི་ཕོ་ཉའི་བཞིན་ལ་བལྟ། ། +རང་སྡིག་དྲན་པས་གདུང་བ་དང་། །དམྱལ་བའི་སྒྲ་ནི་ཐོས་པ་ཡིས། །སྐྲག་པས་མི་གཙང་ལུས་གོས་ཤིང་། །མྱོས་པར་འགྱུར་ཚེ་ཅི་ཞིག་བྱ། ། +ཁྱོད་ནི་ཉ་གསོན་འགྲེ་བ་ལྟའི། །ཚེ་འདིར་འཇིགས་དང་ལྡན་གྱུར་ན། །སྡིག་བྱས་དམྱལ་བ་མི་བཟད་པའི། །སྡུག་བསྔལ་རྣམས་ནི་སྨོས་ཅི་དགོས། ། +ཆུ་ཚན་གྱིས་ནི་རེག་པ་ན། །གཞོན་ཤ་ཅན་ལ་རབ་ཚ་བའི། །དམྱལ་བ་ཡི་ནི་ལས་བྱས་ནས། །ཅི་ཕྱིར་འདི་ལྟར་བདེ་བར་གནས། ། +བརྩོན་མེད་འབྲས་བུ་འདོད་པ་དང་། །བཟེ་རེ་ཅན་ལ་གནོད་མང་ཞིང་། །འཆི་བས་བཟུང་བཞིན་ལྷ་འདྲ་བ། །ཀྱི་ཧུད་སྡུག་བསྔལ་དག་གིས་བཅོམ། ། +མི་ཡི་གྲུ་ལ་བརྟེན་ནས་སུ། །སྡུག་བསྔལ་ཆུ་བོ་ཆེ་ལས་སྒྲོལ། །གྲུ་འདི་ཕྱི་ནས་རྙེད་དཀའ་བས། །རྨོངས་པ་དུས་སུ་གཉིད་མ་ལོག ། +དགའ་བའི་རྒྱུ་ནི་མཐའ་ཡས་པའི། །དམ་ཆོས་དགའ་བའི་མཆོག་སྤངས་ནས། །སྡུག་བསྔལ་རྒྱུ་ཡིས་གཡེང་བ་དང་། །རྒོད་སོགས་ལ་ཁྱོད་ཅི་ཕྱིར་དགའ། ། +སྒྱིད་ལུག་མེད་དང་དཔུང་ཚོགས་དང་། །ལྷུར་བླང་བདག་ཉིད་དབང་བྱ་དང་། །བདག་དང་གཞན་དུ་མཉམ་པ་དང་། །བདག་དང་གཞན་དུ་བརྗེ་བར་གྱིས། ། +བདག་གིས་བྱང་ཆུབ་ག་ལ་ཞེས། །སྒྱིད་ལུག་པར་ནི་མི་བྱ་སྟེ། །འདི་ལྟར་དེ་བཞིན་གཤེགས་པ་ནི། །བདེན་པ་གསུང་བས་བདེན་འདི་གསུངས། ། +སྦྲང་བུ་ཤ་སྦྲང་བུང་བ་དང་། །དེ་བཞིན་སྲིན་བུར་གང་གྱུར་པ། །དེས་ཀྱང་བརྩོན་པའི་སྟོབས་བསྐྱེད་ན། །བྱང་ཆུབ་ཐོབ་དཀའ་བླ་མེད་འཐོབ། ། +བདག་ལྟ་རིགས་ཀྱིས་མིར་སྐྱེས་ལ། །ཕན་དང་གནོད་པའི་ངོ་ཤེས་པས། །བྱང་ཆུབ་སྤྱོད་པ་མ་བཏང་ན། །བདག་གིས་བྱང་ཆུབ་ཅིས་མི་འཐོབ། ། +འོན་ཏེ་རྐང་ལག་ལ་སོགས་པ། །བཏང་དགོས་བདག་ནི་འཇིགས་ཤེ་ན། །ལྕི་དང་ཡང་བ་མ་དཔྱད་པར། །རྨོངས་པས་བདག་ནི་འཇིགས་པར་ཟད། ། +བསྐལ་པ་བྱེ་བ་གྲངས་མེད་དུ། །ལན་གྲངས་དུ་མར་བཅད་པ་དང་། །དབུག་དང་བསྲེག་དང་གཤེགས་འགྱུར་གྱི། །བྱང་ཆུབ་ཐོབ་པར་མི་འགྱུར་རོ། ། +བདག་གིས་བྱང་ཆུབ་སྒྲུབ་པ་ཡི། །སྡུག་བསྔལ་འདི་ནི་ཚོད་ཡོད་དེ། །ཟུག་རྔུ་ཁོང་བརླག་གནོད་བསལ་ཕྱིར། །ལུས་རྨ་བཏོད་པའི་སྡུག་བསྔལ་བཞིན། ། +སྨན་པ་ཀུན་ཀྱང་གསོ་དཔྱད་ཀྱིས། །མི་བདེ་བ་ཡི་ནད་མེད་བྱེད། །དེ་བས་སྡུག་བསྔལ་མང་པོ་དག །གཞོམ་ཕྱིར་མི་བདེ་ཆུང་བཟོད་བྱ། ། +གསོ་དཔྱད་ཕལ་པ་འདི་འདྲ་བ། །སྨན་པ་མཆོག་གིས་མ་མཛད་དེ། །ཆོ་ག་ཤིན་ཏུ་འཇམ་པོ་ཡིས། །ནད་ཆེན་དཔག་མེད་གསོ་བར་མཛད། ། +ཚོད་མ་ལ་སོགས་སྦྱིན་པ་ལའང་། །འདྲེན་པས་ཐོག་མར་སྦྱོར་བར་མཛད། །དེ་ལ་གོམས་ནས་ཕྱི་ནས་ནི། །རིམ་གྱིས་རང་གི་ཤ་ཡང་གཏོང་། ། +གང་ཚེ་རང་གི་ལུས་ལ་ནི། །ཚོད་སོགས་ལྟ་བུའི་བློ་སྐྱེས་པ། །དེ་ཚེ་ཤ་ལ་སོགས་གཏོང་བ། །དེ་ལ་དཀའ་བ་ཅི་ཞིག་ཡོད། ། +སྡིག་པ་སྤང་ཕྱིར་སྡུག་བསྔལ་མེད། །མཁས་པའི་ཕྱིར་ན་མི་དགའ་མེད། །འདི་ལྟར་ལོག་པར་རྟོག་པ་དང་། །སྡིག་པས་སེམས་དང་ལུས་ལ་གནོད། ། +བསོད་ནམས་ཀྱིས་ནི་ལུས་བདེ་ལ། །མཁས་པ་ཡིས་ནི་སེམས་བདེ་ན། །གཞན་དོན་འཁོར་བར་གནས་ཀྱང་ནི། །སྙིང་རྗེ་ཅན་དག་ཅི་སྟེ་སྐྱོ། ། +འདི་ནི་བྱང་ཆུབ་སེམས་སྟོབས་ཀྱིས། །སྔོན་གྱི་སྡིག་པ་ཟད་བྱེད་ཅིང་། །བསོད་ནམས་རྒྱ་མཚོ་སྡུད་བྱེད་ཕྱིར། །ཉན་ཐོས་རྣམས་པས་མཆོག་ཏུ་བཤད། ། +དེ་བས་སྐྱོ་ངལ་ཀུན་སེལ་བའི། །བྱང་ཆུབ་སེམས་ཀྱི་རྟ་ཞོན་ནས། །བདེ་ནས་བདེ་བར་འགྲོ་བ་ལ། །སེམས་ཤེས་སུ་ཞིག་སྒྱིད་ལུག་འགྱུར། ། +སེམས་ཅན་དོན་གྲུབ་བྱ་ཕྱིར་དཔུང་། །མོས་བརྟན་དགའ་དང་དོར་བ་ཡིན། །མོས་པ་སྡུག་བསྔལ་འཇིགས་པ་དང་། །དེ་ཡི་ཕན་ཡོན་བསམ་པས་བསྐྱེད། ། +དེ་ལྟར་མི་མཐུན་ཕྱོགས་སྤངས་ཏེ། །མོས་དང་ང་རྒྱལ་དགའ་དང་དོར། །ལྷུར་ལེན་དབང་བསྒྱུར་སྟོབས་ཀྱིས་ནི། །བརྩོན་འགྲུས་སྤེལ་ཕྱིར་འབད་པར་བྱ། ། +བདག་དང་གཞན་གྱི་ཉེས་པ་ནི། །དཔག་མེད་བདག་གིས་གཞོམ་བྱ་སྟེ། །གང་དུ་ཉེས་པ་རེ་རེ་ལའང་། །བསྐལ་པ་རྒྱ་མཚོ་ཟད་འགྱུར་བ། ། +ཉེས་ཟད་རྩོམ་པ་དེ་ཡི་ནི། །ཆ་ཡང་བདག་ལ་མ་མཐོང་ན། །སྡུག་བསྔལ་དཔག་ཏུ་མེད་པའི་གནས། །བདག་གོ་ཅི་ཕྱིར་སྙིང་མ་གས། ། +བདག་དང་གཞན་གྱི་ཡོན་ཏན་ནི། །མང་པོ་བདག་གིས་བསྒྲུབ་བྱ་སྟེ། །དེ་ལ་ཡོན་ཏན་རེ་རེ་ཡང་། །བསྐལ་པ་རྒྱ་མཚོས་གོམས་འགྱུར་ན། ། +བདག་ནི་ཡོན་ཏན་ཆ་ལ་ཡང་། །གོམས་པ་ནམ་ཡང་མ་སྐྱེས་ཏེ། །ཇི་ཞིག་ལྟར་རྙེད་སྐྱེ་བ་ནི། །བདག་གིས་དོན་མེད་བྱས་པ་མཚར། ། +བདག་གིས་བཅོམ་ལྡན་མ་མཆོད་ཅིང་། །དགའ་སྟོན་ཆེན་པོའི་བདེ་མ་བྱིན། །བསྟན་ལ་བྱ་བ་མ་བྱས་དང་། །དབུལ་པོའི་བསམ་པ་རྫོགས་མ་བྱས། ། +འཇིགས་ལ་མི་འཇིགས་མ་བྱིན་དང་། །ཉམ་ཐག་བདེ་མ་བྱིན་ན་བདག །མ་ཡི་མངལ་གྱི་ཟུག་རྔུ་དང་། །སྡུག་བསྔལ་འབའ་ཞིག་བསྐྱེད་པར་ཟད། ། +བདག་ནི་སྔོན་དང་ད་ལྟར་ཡང་། །ཆོས་ལ་མོས་དང་བྲལ་བ་ཡིས། །ཕོངས་པ་འདི་འདྲ་བྱུང་བར་གྱུར། །སུ་ཞིག་ཆོས་ལ་མོས་པ་གཏོང་། ། +དགེ་བའི་ཕྱོགས་ནི་ཐམས་ཅད་ཀྱི། །རྩ་བ་མོས་པར་ཐུབ་པས་གསུངས། །དེ་ཡི་རྩ་བ་རྟག་ཏུ་ནི། །རྣམ་སྨིན་འབྲས་བུ་བསྒོམས་པས་སོ། ། +སྡུག་བསྔལ་ཡིད་མི་བདེ་བ་དང་། །འཇིགས་པ་རྣམ་པ་སྣ་ཚོགས་དང་། །འདོད་པ་རྣམས་དང་བྲལ་བ་ནི། །སྡིག་པ་སྤྱོད་ལས་འབྱུང་བར་འགྱུར། ། +ཡིད་ལ་བསམས་པའི་དགེ་བྱས་པས། །གང་དང་གང་དུ་འགྲོ་འགྱུར་བ། །དེ་དང་དེར་ནི་བསོད་ནམས་དེས། །འབྲས་བུའི་ཡོན་གྱིས་མངོན་མཆོད་འགྱུར། ། +སྡིག་པ་བྱེད་པ་བདེ་འདོད་ཀྱང་། །གང་དང་གང་དུ་འགྲོ་འགྱུར་བ། །དེ་དང་དེར་ནི་སྡིག་པ་དེས། །སྡུག་བསྔལ་མཚོན་གྱིས་རྣམ་པར་འཇོམས། ། +རྒྱ་ཆེ་དྲི་བཟང་བསེལ་བའི་པདྨའི་སྙིང་པོར་གནས། །རྒྱལ་བའི་གསུང་སྙན་ཟས་ཀྱིས་གཟི་བརྗིད་བསྐྱེད་བྱས་པ། །ཐུབ་འོད་ཀྱིས་རྒྱས་པདྨ་ལས་བྱུང་ལུས་མཆོག་ཅན། །རྒྱལ་བའི་མདུན་གནས་བདེ་གཤེགས་སྲས་སུ་དགེ་བས་འགྱུར། ། +གཤིན་རྗེའི་སྐྱེས་བུས་པགས་པ་མ་ལུས་བཤུས་པས་ཤིན་ཏུ་ཉམ་ཐག་ཅིང་། །རབ་ཏུ་ཚ་བའི་མེ་ཡིས་བཞུས་པའི་ཟངས་ཞུན་ལུས་ལ་བླུགས་གྱུར་ལ། །འབར་བའི་རལ་གྲི་མདུང་ཐུང གིས་བསྣུན་ཤ་ཡི་དུམ་བུ་བརྒྱར་ལྷགས་ཤིང་། །ཤིན་ཏུ་འབར་བའི་ལྕགས་ཀྱི་ས་གཞིར་ལྷུང་བ་མི་དགེ་མང་པོས་འགྱུར། ། +དེ་བས་དགེ་ལ་མོས་བྱ་ཞིང་། །གུས་པ་ཉིད་དུ་བསྒོམ་པར་བྱ། །རྡོ་རྗེ་རྒྱལ་མཚན་ཆོ་ག་ཡིས། །བརྩམས་ནས་ང་རྒྱལ་བསྒོམ་པར་བྱ། ། +དང་པོར་འབྱོར་པ་བརྟགས་ནས་ནི། །བརྩམ་མམ་ཡང་ན་མི་བརྩམ་བྱ། །མ་བརྩམས་པ་ནི་མཆོག་ཡིན་གྱི། །བརྩམས་ནས་ལྡོག་པར་མི་བྱའོ། ། +སྐྱེ་བ་གཞན་དུ་དེ་གོམས་ཤིང་། །སྡིག་དང་སྡུག་བསྔལ་འཕེལ་བར་འགྱུར། །གཞན་དང་འབྲས་བུའི་དུས་ཀྱང་ནི། །དམན་འགྱུར་དེ་ཡང་འགྲུབ་མི་འགྱུར། ། +ལས་དང་ཉོན་མོངས་ནུས་པ་སྟེ། །གསུམ་པོ་དག་ལ་ང་རྒྱལ་བྱ། །བདག་ཉིད་གཅིག་པུས་བྱའོ་ཞེས། །འདི་ནི་ལས་ཀྱི་ང་རྒྱལ་ཉིད། ། +ཉོན་མོངས་དབང་མེད་འཇིག་རྟེན་འདིས། །རང་དོན་སྒྲུབ་པར་མི་ནུས་པས། །འགྲོ་བས་བདག་ལྟར་མི་ནུས་ཏེ། །དེ་བས་བདག་གིས་འདི་བྱའོ། ། +གཞན་དག་དམན་པའི་ལས་བྱེད་ན། །བདག་ཉིད་ཀྱང་ནི་ཇི་ལྟར་འདུག །ང་རྒྱལ་གྱིས་ནི་མི་བྱེད་དེ། །བདག་ལ་ང་རྒྱལ་མེད་པ་མཆོག ། +ཤི་བའི་སྦྲུལ་དང་ཕྲད་གྱུར་ན། །ཁྭ་ཡང་མཁའ་ལྡིང་ལྟ་བུར་སྤྱོད། །གལ་ཏེ་བདག་ཉིད་ཉམ་ཆུང་ན། །ལྟུང་བ་ཆུང་ངུའང་གནོད་པར་བྱེད། ། +ཞུམ་བཅས་རྩོལ་བ་དོར་བ་ལ། །ཕོངས་ལས་ཐར་བ་ཡོད་དམ་ཅི། །ང་རྒྱལ་རྩོལ་བ་བསྐྱེད་པས་ནི། །ཆེན་པོ་ཡིས་ཀྱང་ཐུབ་པར་དཀའ། ། +དེ་བས་སེམས་ནི་བརྟན་པ་ཡིས། །ལྟུང་བ་རྣམས་ནི་གཞོམ་བྱ་སྟེ། །བདག་ནི་ལྟུང་བས་ཕམ་བྱས་ན། །ཁམས་གསུམ་རྒྱལ་འདོད་བཞད་གད་འགྱུར། ། +བདག་གིས་ཀུན་ལས་རྒྱལ་བྱ་སྟེ། །བདག་ལས་སུ་ཡང་རྒྱལ་མི་བྱ། །རྒྱལ་བ་སེང་གེའི་སྲས་བདག་གིས། །ང་རྒྱལ་འདི་ལ་གནས་པར་བྱ། ། +འགྲོ་གང་ང་རྒྱལ་གྱིས་བཅོམ་དེ། །ཉོན་མོངས་ང་རྒྱལ་ཅན་མ་ཡིན། །ང་རྒྱལ་ཅན་དགྲའི་དབང་མི་འགྲོ། །དེ་དག་ང་རྒྱལ་དགྲ་དབང་འགྱུར། ། +ཉོན་མོངས་ང་རྒྱལ་གྱིས་ཁེངས་ནི། །ངན་འགྲོར་ང་རྒྱལ་གྱིས་ཁྲིད་ཅིང་། །མི་ཡི་དགའ་སྟོན་བཅོམ་པ་དང་། །གཞན་གྱི་ཟན་ཟའི་བྲན་དང་ནི། །གླེན་པ་མི་སྡུག་ཉམ་ཆུང་དང་། ། +ཐམས་ཅད་དུ་ནི་བརྙས་པར་འགྱུར། །ང་རྒྱལ་གྱིས་ཁེངས་དཀའ་ཐུབ་ཅན། །དེ་ཡང་ང་རྒྱལ་ཅན་གཏོགས་ན། །དམན་པ་ཅི་འདྲ་ཡིན་པ་སྨྲོས། ། +གང་ཞིག་ང་རྒྱལ་དགྲ་ལས་རྒྱལ་ཕྱིར་ང་རྒྱལ་འཆང་། །དེ་ནི་ང་རྒྱལ་ཅན་དང་རྣམ་རྒྱལ་དཔའ་དེ་ཉིད། །གང་ཞིག་ང་རྒྱལ་དགྲ་བདོ་བ་ཡང་ངེས་བཅོམ་སྟེ། །འགྲོ་ལ་འདོད་བཞིན་རྒྱལ་བའི་འབྲས་བུ་རྫོགས་པར་བྱེད། ། +ཉོན་མོངས་ཕྱོགས་ཀྱི་ཁྲོད་གནས་ན། །རྣམ་པ་སྟོང་དུ་སྲན་གཟུགས་ཏེ། །ཝ་ལ་སོགས་པས་སེང་གེ་བཞིན། །ཉོན་མོངས་ཚོགས་ཀྱིས་མི་ཚུགས་བྱ། ། +ཉམ་ང་ཆེ་ཐང་བྱུང་གྱུར་ཀྱང་། །མི་ཡིས་མིག་ནི་བསྲུང་བ་ལྟར། །དེ་བཞིན་ཉམ་ང་བྱུང་གྱུར་ཀྱང་། །ཉོན་མོངས་དབང་དུ་མི་འགྱུར་བྱ། ། +བདག་ནི་བསྲེགས་ཏེ་བསད་གྱུར་ཏམ། །བདག་གི་མགོ་བོ་བཅད་ཀྱང་བླ། །རྣམ་པ་ཀུན་དུ་ཉོན་མོངས་པའི། །དགྲ་ལ་འདུད་པར་མི་བྱའོ། །དེ་བཞིན་གནས་སྐབས་ཐམས་ཅད་དུ། །རིགས་པ་ལས་ནི་གཞན་མི་སྤྱད། ། +རྩེད་མོའི་བདེ་འབྲས་འདོད་པ་ལྟར། །འདི་ཡིས་བྱ་བའི་ལས་གང་ཡིན། །ལས་དེ་ལ་ནི་ཞེན་བྱ་སྟེ། །ལས་དེས་མི་ངོམས་དགའ་བར་བྱ། ། +བདེ་བའི་དོན་དུ་ལས་བྱས་ཀྱང་། །བདེ་འགྱུར་མི་འགྱུར་གཏོལ་མེད་ཀྱི། །གང་གི་ལས་ཉིད་བདེ་འགྱུར་བ། །དེ་ལས་མི་བྱེད་ཇི་ལྟར་བདེ། ། +སྤུ་གྲིའི་སོར་ཆགས་སྦྲང་རྩི་ལྟའི། །འདོད་པ་རྣམས་ཀྱིས་མི་ངོམས་ན། །རྣམ་སྨིན་བདེ་ལ་ཞི་བ་ཡི། །བསོད་ནམས་ཀྱིས་ལྟ་ཅི་སྟེ་ངོམས། ། +དེ་ལྟས་ལས་ཚར་ཕྱིན་བྱའི་ཕྱིར། །ཉི་མ་ཕྱེད་དུས་གདུངས་པ་ཡི། །གླང་ཆེན་མཚོ་ཕྲད་མཚོར་འཇུག་ལྟར། །ལས་དེ་ལ་ཡང་འཇུག་པར་བྱ། ། +སྟོབས་ཉམས་པ་དང་རྗེས་འབྲེལ་ན། །སླར་བྱའི་དོན་དུ་དོར་བར་བྱ། །ལེགས་པར་ཟིན་ན་ཕྱི་མ་དང་། །ཕྱི་མ་འདོད་པས་དེ་སྤང་བྱ། ། +འཐབ་རྙིང་དགྲ་དང་ལྷན་ཅིག་ཏུ། །གཡུལ་ངོར་རལ་ཁ་ལྷགས་པ་བཞིན། །ཉོན་མོངས་མཚོན་ལས་གཟུར་བྱ་ཞིང་། །ཉོན་མོངས་དགྲ་རྣམས་གཞོམ་པར་བཏེག ། +གཡུལ་དུ་རལ་གྲི་ལྷུང་གྱུར་ན། །འཇིགས་པས་མྱུར་དུ་ལེན་པ་ལྟར། །དེ་བཞིན་དྲན་པའི་མཚོན་ཤོར་ན། །དམྱལ་བའི་འཇིགས་དྲན་མྱུར་དུ་བླང་། ། +ཇི་ལྟར་ཁྲག་ལ་བརྟེན་བཅས་ནས། །དུག་ནི་ལུས་ལ་ཁྱབ་འགྱུར་བ། །དེ་བཞིན་གླགས་ནི་རྙེད་གྱུར་ན། །ཉེས་པས་སེམས་ལ་ཁྱབ་པར་འགྱུར། ། +ཡུངས་མར་བཀང་བའི་སྣོད་བཀུར་ལ། །རལ་གྲི་ཐོགས་པས་དྲུང་བསྡད་དེ། །བོ་ན་གསོད་བསྡིགས་འཇིགས་པ་ལྟར། །བརྟུལ་ཞུགས་ཅན་གྱིས་དེ་བཞིན་སྒྲིམ། ། +དེ་བས་པང་དུ་སྦྲུལ་འོངས་ན། །ཇི་ལྟར་རིངས་པར་ལྡང་བ་ལྟར། །དེ་བཞིན་གཉིད་དང་སྙོམ་འོངས་ན། །མྱུར་དུ་དེ་དག་བཟློག་པར་བྱ། ། +ཉེས་པ་བྱུང་བ་རེ་རེ་ཞིང་། །བདག་ལ་སྨད་ནས་ཅི་ནས་ཀྱང་། །བདག་ལ་ཕྱིས་འདི་མི་འབྱུང་བ། །དེ་ལྟར་བྱ་ཞེས་ཡུན་རིང་བསམ། ། +ཇི་ལྟར་གནས་སྐབས་འདི་དག་ལ། །དྲན་པ་གོམས་པ་ཉིད་འགྱུར་ཞེས། །རྒྱུ་འདི་ཡིས་ནི་ཕྲད་པའམ། །རིགས་པའི་ལས་ནི་འདོད་པར་བྱ། ། +ཅི་ནས་ལས་བྱེད་སྔོན་རོལ་ནས། །ཐམས་ཅད་ལ་ནི་མཐུ་ཡོད་པ། །དེ་ལྟར་བག་ཡོད་གཏམ་དྲན་ཏེ། །བདག་ཉིད་ལྡང་བ་ཡང་བར་བྱ། ། +ཇི་ལྟར་རླུང་ནི་འགྲོ་བ་དང་། །འོང་བས་ཤིང་བལ་དབང་བསྒྱུར་བ། །དེ་བཞིན་སྤྲོ་བས་དབང་བསྒྱུར་ཏེ། །དེ་ལྟར་ན་ནི་འགྲུབ་པར་འགྱུར། ། +བྱང་ཆུབ་སེམས་དཔའི་སྤྱོད་པ་ལ་འཇུག་པ་ལས། བརྩོན་འགྲུས་བསྟན་པ་ཞེས་བྱ་བ་སྟེ་ལེའུ་བདུན་པའོ།། །། +ch-8 དེ་ལྟར་བརྩོན་འགྲུས་བསྐྱེད་ནས་ནི། །ཡིད་ནི་ཏིང་ངེ་འཛིན་ལ་བཞག །སེམས་ནི་རྣམ་པར་གཡེངས་པའི་མི། །ཉོན་མོངས་མཆི་བའི་ཕྲག་ན་གནས། ། +ལུས་དང་སེམས་ནི་དབེན་པ་ཡིས། །རྣམ་པར་གཡེང་བ་མི་འབྱུང་ངོ་། །དེ་བས་འཇིག་རྟེན་སྤང་བྱ་ཞིང་། །རྣམ་པར་རྟོག་པ་ཡོངས་སུ་དོར། ། +ཆགས་པའི་ཕྱིར་དང་རྙེད་སོགས་ལ། །སྲེད་པས་འཇིག་རྟེན་མི་སྤོང་སྟེ། །དེ་བས་འདི་དག་ཡོངས་སྤོངས་ལ། །མཁས་པས་འདི་ལྟར་དཔྱད་པར་བྱ། ། +ཞི་གནས་རབ་ཏུ་ལྡན་པའི་ལྷག་མཐོང་གིས། །ཉོན་མོངས་རྣམ་པར་འཇོམས་པར་ཤེས་བྱས་ནས། །ཐོག་མར་ཞི་གནས་བཙལ་བྱ་དེ་ཡང་ནི། །འཇིག་རྟེན་ཆགས་པ་མེད་ལ་མངོན་དགས་འགྲུབ། ། +མི་རྟག་སུ་ཞིག་མི་རྟག་ལ། །ཡང་དག་ཆགས་པར་བྱེད་པ་ཡོད། །དེས་ནི་ཚེ་རབས་སྟོང་ཕྲག་ཏུ། །སྡུག་པ་མཐོང་བར་ཡོང་མི་འགྱུར། ། +མ་མཐོང་ན་ནི་དགར་མི་འགྱུར། །ཡིད་ཀྱང་མཉམ་འཇོག་མི་འགྱུར་ལ། །མཐོང་ཡང་ངོམས་པར་མི་འགྱུར་བས། །སྔར་བཞིན་སྲེད་པས་གདུང་བར་འགྱུར། ། +སེམས་ཅན་རྣམས་ལ་ཆགས་བྱས་ན། །ཡང་དག་ཉིད་ལ་ཀུན་ནས་སྒྲིབ། །སྐྱོ་བའི་སེམས་ཀྱང་འཇིག་པར་བྱེད། །ཐ་མར་མྱ་ངན་གདུང་བར་འགྱུར། ། +དེ་ལ་སེམས་པ་འབའ་ཞིག་གིས། །ཚེ་འདི་དོན་མེད་འདའ་བར་འགྱུར། །རྟག་པ་མེད་པའི་མཛའ་བཤེས་ཀྱིས། །གཡུང་དྲུང་ཆོས་ཀྱང་འཇིག་པར་འགྱུར། ། +བྱིས་དང་སྐལ་བ་མཉམ་སྤྱོད་ན། །ངེས་པར་ངན་འགྲོར་འགྲོ་འགྱུར་ཏེ། །སྐལ་མི་མཉམ་པར་ཁྲིད་བྱེད་ན། །བྱིས་པ་བསྟེན་པས་ཅི་ཞིག་བྱ། ། +སྐད་ཅིག་གཅིག་གིས་མཛའ་འགྱུར་ལ། །ཡུད་ཙམ་གྱིས་ནི་དགྲར་ཡང་འགྱུར། །དགའ་བའི་གནས་ལ་ཁྲོ་བྱེད་པས། །སོ་སོའི་སྐྱེ་བོ་མགུ་བར་དཀའ། ། +ཕན་པར་སྨྲས་ན་ཁྲོ་བར་བྱེད། །བདག་ཀྱང་ཕན་ལས་བཟློག་པར་བྱེད། །དེ་དག་ངག་ནི་མ་མཉན་ན། །ཁྲོ་བས་ངན་འགྲོར་འགྲོ་བར་འགྱུར། ། +མཐོ་ལ་ཕྲག་དོག་མཉམ་དང་འགྲན། །དམའ་ལ་ང་རྒྱལ་བསྟོད་ན་དྲེགས། །མི་སྙན་བརྗོད་ན་ཁོང་ཁྲོ་སྐྱེ། །ནམ་ཞིག་བྱིས་ལས་ཕན་པ་ཐོབ། + བྱིས་དང་འགྲོགས་ན་བྱིས་པ་ལ། །བདག་བསྟོད་གཞན་ལ་སྨོད་པ་དང་། །འཁོར་བར་དགའ་བའི་གཏམ་ལ་སོགས། །མི་དགེ་ཅིས་ཀྱང་ངེས་པར་འབྱུང་། ། +དེ་ལྟར་བདག་དང་གཞན་བསྟེན་པ། །དེས་ནི་ཕུང་བར་འགྱུར་བར་ཟད། །དེས་ཀྱང་བདག་དོན་མ་བྱས་ལ། །བདག་ཀྱང་དེ་དོན་མི་འགྱུར་བས། ། +བྱིས་ལས་ཐག་རིང་བྱོལ་བར་བྱ། །ཕྲད་ན་དགའ་བས་མགུ་བྱས་ཏེ། །འདྲིས་ཆེན་ཉིད་དུ་མི་འགྱུར་བར། །ཐ་མལ་པ་ཙམ་ལེགས་པར་བྱ། ། +བུང་བས་མེ་ཏོག་སྦྲང་རྩི་བཞིན། །ཆོས་ཀྱི་དོན་ཙམ་བླངས་ནས་ནི། །ཀུན་ལ་སྔོན་ཆད་མ་མཐོང་བཞིན། །འདྲིས་པ་མེད་པར་གནས་པར་བྱ། ། +བདག་ནི་རྙེད་མང་བཀུར་སྟི་བཅས། །བདག་ལ་མང་པོ་དགའ་འོ་ཞེས། །དེ་འདྲའི་སྙེམས་པ་འཆང་གྱུར་ན། །ཤི་བའི་འོག་ཏུ་འཇིགས་པ་སྐྱེ། ། +དེ་བས་རྣམ་པར་རྨོངས་པའི་ཡིད། །གང་དང་གང་ལ་ཆགས་གྱུར་པ། །དེ་དང་དེ་བསྡོངས་སྟོང་འགྱུར་དུ། །སྡུག་བསྔལ་ཉིད་དུ་འགྱུར་ཞིང་ལྡང་། ། +དེ་བས་མཁས་པས་ཆགས་མི་བྱ། །ཆགས་པ་ལས་ནི་འཇིགས་པ་སྐྱེ། །འདི་དག་རང་བཞིན་འདོར་འགྱུར་བས། །བརྟན་པར་གྱིས་ཏེ་རབ་ཏུ་རྟོགས། ། +རྙེད་པ་དག་ནི་མང་བྱུང་ཞིང་། །གྲགས་དང་སྙན་པ་བྱུང་གྱུར་ཀྱང་། །རྙེད་དང་གྲགས་པའི་ཚོགས་བཅས་ཏེ། །གང་དུ་འདོང་བའི་གཏོལ་མེད་དོ། ། +བདག་ལ་སྨོད་པ་གཞན་ཡོད་ན། །བསྟོད་པས་བདག་དགར་ཅི་ཞིག་ཡོད། །བདག་ལ་བསྟོད་པ་གཞན་ཡོད་ན། །སྨད་པས་མི་དགར་ཅི་ཞིག་ཡོད། ། +སེམས་ཅན་མོས་པ་སྣ་ཚོགས་པ། །རྒྱལ་བས་ཀྱང་ནི་མི་མགུ་ན། །བདག་འདྲ་ངན་པས་སྨོས་ཅི་དགོས། །དེ་བས་འཇིག་རྟེན་བསམ་པ་བཏང་། ། +སེམས་ཅན་རྙེད་པ་མེད་ལ་སྨོད། །རྙེད་པ་ཅན་ལ་མི་སྙན་བརྗོད། །རང་བཞིན་འགྲོགས་དཀའ་དེ་དག་གིས། །དགའ་བ་ཇི་ལྟར་སྐྱེ་བར་འགྱུར། ། +གང་ཕྱིར་བྱིས་པ་རང་དོན་ནི། །མེད་པར་དགའ་བ་མི་འབྱུང་བས། །བྱིས་པ་འགའ་ཡང་བཤེས་མིན་ཞེས། །དེ་བཞིན་གཤེགས་པ་རྣམས་ཀྱིས་གསུངས། ། +ནགས་ན་རི་དྭགས་བྱ་རྣམས་དང་། །ཤིང་རྣམས་མི་སྙན་རྗོད་མི་བྱེད། །འགྲོགས་ན་བདེ་བ་དེ་དག་དང་། །ནམ་ཞིག་ལྷན་ཅིག་བདག་གནས་འགྱུར། ། +ཕུག་གམ་ལྷ་ཁང་སྟེང་པའམ། །ལྗོན་ཤིང་དྲུང་དུ་གནས་བཅས་ཏེ། །ནམ་ཞིག་རྒྱབ་ཏུ་མི་ལྟ་ཞིང་། །ཆགས་པ་མེད་པར་འགྱུར་ཞིག་གུ། ། +ས་ཕྱོགས་བདག་གིར་བཟུང་མེད་པ། །རང་བཞིན་གྱིས་ནི་ཡངས་རྣམས་སུ། །རང་དབང་སྤྱོད་ཅིང་ཆགས་མེད་པར། །ནམ་ཞིག་བདག་ནི་གནས་པར་འགྱུར། ། +ལྷུང་བཟེད་ལ་སོགས་ཉི་ཚེ་དང་། །ཀུན་ལ་མི་མཁོའི་གོས་འཆང་ཞིང་། །ལུས་འདི་སྦ་བ་མ་བྱས་ཀྱང་། །འཇིགས་མེད་གནས་པར་ནམ་ཞིག་འགྱུར། ། +དུར་ཁྲོད་སོང་ནས་གཞན་དག་གི། །རུས་གོང་དག་དང་བདག་གི་ལུས། །འཇིག་པའི་ཆོས་ཅན་དག་ཏུ་ནི། །ནམ་ཞིག་མགོ་སྙོམས་བྱེད་པར་འགྱུར། ། +བདག་གི་ལུས་ནི་འདི་ཉིད་ཀྱང་། །གང་གི་དྲི་ཡིས་ཝ་དག་ཀྱང་། །དྲུང་དུ་ཉེར་འགྲོ་མི་འགྱུར་བ། །དེ་ལྟ་བུར་ནི་འགྱུར་བར་འོང་། ། +ལུས་འདི་གཅིག་པུ་བྱུང་བ་ཡང་། །ལྷན་ཅིག་སྐྱེས་པའི་ཤ་རུས་དག །ཞིག་སྟེ་སོ་སོར་འགྱེས་འགྱུར་ན། །མཛའ་བ་གཞན་དག་ཅི་ཞིག་སྨོས། ། +སྐྱེ་ན་གཅིག་པུ་སྐྱེ་འགྱུར་ཞིང་། །འཆི་ནའང་དེ་ཉིད་གཅིག་འཆི་སྟེ། །སྡུག་བསྔལ་སྐལ་གཞན་མི་ལེན་ན། །གེགས་བྱེད་མཛའ་བས་ཅི་ཞིག་བྱ། ། +ལམ་དག་ཏུ་ནི་ཞུགས་པ་རྣམས། །ཇི་ལྟར་གནས་ནི་འཛིན་བྱེད་ལྟར། །དེ་བཞིན་སྲིད་པའི་ལམ་ཞུགས་པའང་། །སྐྱེ་བའི་གནས་ནི་ཡོངས་སུ་འཛིན། ། +འཇིག་རྟེན་ཀུན་ནས་གདུང་བཞིན་དུ། །ཇི་སྲིད་སྐྱེས་བུ་བཞི་ཡིས་ནི། །དེ་ལས་དེ་ནི་མ་བཏེག་པ། །དེ་སྲིད་དུ་ནི་ནགས་སུ་སོང་། ། +བཤེས་མེད་འཁོན་པའང་མེད་བྱས་ནས། །ལུས་འདི་གཅིག་པུ་དབེན་གནས་ཏེ། །སྔ་ནས་ཤི་དང་འདྲར་བརྩིས་ནས། །ཤི་ནའང་མྱ་ངན་བྱེད་པ་མེད། ། +དྲུང་ན་འཁོད་པ་སུ་དག་ཀྱང་། །མྱ་ངན་གནོད་པ་བྱེད་མེད་པས། །འདི་ཡིས་སངས་རྒྱས་རྗེས་དྲན་སོགས། །སུས་ཀྱང་གཡེངས་པར་འགྱུར་བ་མེད། ། +དེ་བས་ཤིན་ཏུ་མདངས་དགའ་བའི། །ནགས་ཚལ་ཚེགས་ཆུང་བདེ་སྐྱིད་ཅིང་། །གཡེང་བ་ཐམས་ཅད་ཞི་བྱེད་པར། །བདག་ཉིད་གཅིག་པུ་གནས་པར་བྱ། ། +བསམ་པ་གཞན་ནི་ཀུན་བཏང་སྟེ། །བདག་ལ་སེམས་པ་གཅིག་པུ་ཡིས། །སེམས་ནི་མཉམ་པར་གཞག་ཕྱིར་དང་། །དུལ་བར་བྱ་ཕྱིར་བརྩོན་ཏེ་བྱ། ། +འཇིག་རྟེན་འདི་དང་ཕ་རོལ་དུའང་། །འདོད་པ་རྣམས་ནི་ཕུང་ཁྲོལ་བསྐྱེད། །འདིར་ནི་བསད་དང་བཅིང་དང་གཅོད། །ཕ་རོལ་དུ་ནི་དམྱལ་སོགས་སྒྲུབ། ། +ཕོ་ཉ་ཕོ་ཉ་མོ་ཡིས་སྔོན། །གང་ཕྱིར་དུ་མར་གསོལ་བཏབ་ཅིང་། །སྡིག་པ་རྣམས་སམ་གྲགས་མིན་ལའང་། །གང་གི་དོན་དུ་མ་འཛེམས་པར། ། +འཇིགས་པ་ལ་ཡང་བདག་ཞུགས་ཤིང་། །རྫས་ཀྱང་ཟད་པར་བྱས་གྱུར་ཏེ། །གང་ལ་ཡོངས་སུ་འཁྱུད་པས་ན། །མཆོག་ཏུ་དགའ་འགྱུར་དེ་དག་ཉིད། ། +ཀེང་རུས་ཉིད་ཡིན་གཞན་མིན་ན། །རང་དབང་དང་ནི་བདག་མིན་ལ། །རབ་ཏུ་འདོད་ཅིང་ཡོངས་ཞེན་ནས། །ཅི་ཕྱིར་མྱ་ངན་འདས་མི་འགྲོ། ། +གང་ཞིག་དང་པོ་འབད་དེ་བཏེག །དྲངས་ཀྱང་ངོ་ཚས་འོག་ཏུ་ལྟ། །སྔོན་ནི་མཐོང་ངམ་མ་མཐོང་ཡང་། །གོས་ཀྱིས་གདོང་ནི་གཡོགས་པར་གྱུར། ། +ཁྱོད་ཉོན་མོངས་པའི་གདོང་དེ་ནི། །ད་ལྟ་མངོན་སུམ་གྱུར་པ་བཞིན། །བྱ་རྒོད་ཀྱིས་བསལ་བྱས་མཐོང་ནས། །ད་ལྟ་ཅི་ཕྱིར་འབྱེར་བར་བྱེད། ། +གཞན་རྣམས་མིག་གིས་བལྟ་ན་ཡང་། །གང་ཞིག་ཡོངས་སུ་བསྲུང་གྱུར་པ། །ཇི་སྲིད་དེ་ནི་དེས་ཟ་ན། །སེར་སྣ་ཅན་ཁྱོད་ཅིས་མི་བསྲུང་། ། +ཤ་ཡི་ཕུང་པོ་འདི་མཐོང་ནས། །བྱ་རྒོད་དང་གཞན་ཟ་བྱེད་ན། །གཞན་གྱི་ཟས་ལ་མེ་ཏོག་གི །ཕྲེང་བ་ཙནྡན་རྒྱན་གྱིས་མཆོད། ། +རུས་གོང་ཉིད་དུ་མཐོང་ནས་ནི། །མི་འགུལ་ཡང་ནི་ཁྱོད་སྐྲག་ན། །རོ་ལངས་བཞིན་དུ་འགའ་ཡིས་ཀྱང་། །བསྐྱོད་པར་གྱུར་ན་ཅིས་མི་འཇིགས། ། +གང་ལ་གཡོགས་ཀྱང་འདི་ཆགས་པ། །དེ་མ་གཡོགས་ན་ཅིས་མི་འདོད། །དེ་ལ་དགོས་པ་མེད་ན་ནི། །གཡོགས་པ་ལ་ནི་ཅི་ཕྱིར་འཁྱུད། ། +ཟས་ནི་གཅིག་པུ་ཉིད་ལས་ནི། །བཤང་དང་ཁ་ཆུ་བྱུང་གྱུར་ན། །དེ་ལས་བཤང་ལ་མི་དགའ་ཞིང་། །ཁ་ཆུ་ལ་ཁྱོད་ཅི་ཕྱིར་དགའ། ། +ཤིང་བལ་རེག་ན་འཇམ་པ་ཡི། །སྔས་ལ་དགའ་བར་མི་བྱེད་པར། །དྲི་ང་འཛག་པ་མ་ཡིན་ཞེས། །འདོད་ལྡན་མི་གཙང་བ་ལ་རྨོངས། ། +འདོད་ལྡན་ངན་པ་རྨོངས་པ་རྣམས། །ཤིང་བལ་རེག་ན་འཇམ་པ་ལའང་། །ཉལ་པོ་བྱ་བར་མི་ནུས་ཞེས། །དེ་ལ་ཁྲོ་བ་དག་ཏུ་བྱེད། ། +གལ་ཏེ་མི་གཙང་ཆགས་མེད་ན། །རུས་གཟེབ་རྒྱུས་པས་སྦྲེལ་བ་ལ། །ཤ་ཡི་འདམ་གྱིས་ཞལ་ཞལ་བྱས། །གཞན་ཁྱོད་ཅི་ཕྱིར་པང་དུ་འཁྱུད། ། +ཁྱོད་ཉིད་མི་གཙང་མང་ཡོད་པ། །དེ་ཉིད་ལ་ཁྱོད་གཏན་སྤྱོད་ཅིང་། །མི་གཙང་རྐྱལ་པ་གཞན་དག་ལའང་། །མི་གཙང་བརྐམ་པས་འདོད་པར་བྱེད། ། +བདག་ནི་ཤ་འདི་ལ་དགའ་ཞེས། །རེག་དང་བལྟ་བར་འདོད་ན་ཀོ། །སེམས་མེད་པ་ཡི་རང་བཞིན་གྱི། །ཤ་ནི་ཁྱོད་ཀོ་ཇི་ལྟར་འདོད། ། +འདོད་པའི་སེམས་གང་ཡིན་པ་དེ། །རེག་དང་བལྟ་བར་མི་ནུས་ལ། །གང་ཞིག་ནུས་དེ་ཤེས་པ་མིན། །དོན་མེད་འཁྱུད་དེས་ཅི་ཞིག་བྱ། ། +མི་གཙང་རང་བཞིན་གཞན་གྱི་ལུས། །མི་རྟོགས་ངོ་མཚར་མི་ཆེ་ཡི། །རང་ཉིད་མི་གཙང་ཉིད་ཡིན་པར། །རྟོགས་པར་མི་འགྱུར་ངོ་མཚར་ཆེ། ། +སྤྲིན་བྲལ་ཉི་ཟེར་གྱིས་ཕྱེ་བའི། །པདྨ་གཞོན་ནུ་སྤངས་ནས་ནི། །མི་གཙང་ཞེན་པའི་སེམས་ཀྱིས་ནི། །མི་གཙང་གཟེབ་ལ་ཅི་ཕྱིར་དགའ། ། +ས་ཕྱོགས་མི་གཙང་གིས་གོས་པ། །གལ་ཏེ་རེག་པར་མི་འདོད་ན། །གང་ལས་དེ་ནི་བྱུང་བ་ཡི། །ལུས་ལ་ཇི་ལྟར་ཁྱོད་རེག་འདོད། ། +གལ་ཏེ་མི་གཙང་ཆགས་མེད་ན། །མི་གཙང་ཞིང་ལས་བྱུང་གྱུར་ཅིང་། །དེ་ཡི་ས་བོན་དེས་བསྐྱེད་པ། །གཞན་ཁྱོད་ཅི་ཕྱིར་པང་དུ་འཁྱུད། ། +མི་གཙང་ལས་བྱུང་མི་གཙང་སྲིན། །ཆུང་ངུའང་ཁྱོད་འདོད་མི་བྱེད་ལ། །མི་གཙང་མང་གི་རང་བཞིན་ལུས། །མི་གཙང་སྐྱེས་པའང་འདོད་པར་བྱེད། ། +ཁྱོད་ནི་རང་ཉིད་མི་གཙང་ལ། །སྨོད་མི་བྱེད་པར་མ་ཟད་ཀྱི། །མི་གཙང་རྐྱལ་པ་མི་གཙང་ལ། །བརྐམ་པས་གཞན་ཡང་འདོད་པར་བྱེད། ། +ག་པུར་ལ་སོགས་ཡིད་འོང་དང་། །འབྲས་ཆན་དག་གམ་ཚོད་མའང་རུང་། །ཁར་བཅུག་ཕྱིར་ཕྱུང་བོར་བ་ཡིས། །ས་ཡང་མི་གཙང་བཙོག་པར་འགྱུར། ། +གལ་ཏེ་མི་གཙང་འདི་འདྲ་བ། །མངོན་སུམ་གྱུར་ཀྱང་ཐེ་ཚོམ་ན། །དུར་ཁྲོད་དག་ཏུ་བོར་བའི་ལུས། །མི་གཙང་གཞན་ཡང་བལྟ་བར་གྱིས། ། +གང་ལས་པགས་པའི་ཁ་ཕྱེ་ན། །འཇིགས་པ་ཆེན་པོ་སྐྱེ་འགྱུར་བར། །ཤེས་ཀྱང་ཇི་ལྟར་དེ་ཉིད་ལ། །ཕྱིར་ཞིང་དགའ་བ་སྐྱེ་བར་འགྱུར། ། +ལུས་ལ་བསྐུས་པའི་དྲི་དེ་ཡང་། །ཙནྡན་སོགས་ཡིན་གཞན་མ་ཡིན། །གཞན་གྱི་དྲི་དེས་གཞན་དག་ལ། །ཅི་ཡི་ཕྱིར་ན་ཆགས་པར་བྱེད། ། +གལ་ཏེ་རང་བཞིན་དྲི་ང་བས། །འདི་ལ་མ་ཆགས་ལེགས་མིན་ནམ། །འཇིག་རྟེན་དོན་མེད་སྲེག་པ་དག །ཇི་སྟེ་དེ་ལ་དྲི་ཞིམ་སྐུད། ། +འོན་ཏེ་དྲི་ཞིམ་ཙནྡན་ནི། །ལུས་ལ་འདིར་ནི་ཅི་ཞིག་བྱུང་། །གཞན་གྱི་དྲི་ཡིས་གཞན་དག་ལ། །ཅི་ཡི་ཕྱིར་ན་ཆགས་པར་བྱེད། ། +གལ་ཏེ་སྐྲ་སེན་རིང་བ་དང་། །སོ་སྐྱ་དྲིར་བཅས་འདམ་གྱི་དྲིས། །བསྒོས་པས་ལུས་ཀྱི་རང་བཞིན་ནི། །གཅེར་བུ་འཇིགས་པ་ཉིད་ཡིན་ན། ། +རང་ལ་གནོད་པའི་མཚོན་བཞིན་དུ། །དེ་འབད་ཅི་ཕྱིར་བྱི་དོར་བྱེད། །བདག་ལ་རྨོངས་པའི་འབད་པ་ཡིས། །སྨྱོས་པས་ས་འདི་ཀུན་ཏུ་འཁྲུགས། ། +རུས་གོང་འབའ་ཞིག་མཐོང་ནས་ནི། །དུར་ཁྲོད་དུ་ནི་ཡིད་འབྱུང་ན། །གཡོ་བའི་རུས་གོང་གིས་ཁྱབ་པའི། །གྲོང་གི་དུར་ཁྲོད་ལ་དགའ་འམ། ། +དེ་ལྟར་མི་གཙང་གྱུར་པ་དེ། །རིན་མེད་པར་ནི་མི་རྙེད་དོ། །དེ་དོན་བསྒྲུབས་པས་ཤ་ཐང་དང་། །དམྱལ་ལ་སོགས་པའི་གནོད་པར་འགྱུར། ། +བྱིས་པ་ནོར་སྤེལ་མི་ནུས་པས། །དར་ལ་བབ་ན་འདི་ཅི་བདེ། །ནོར་སོགས་པ་ཡིས་ཚེ་གཏུགས་ན། །རྒས་ནས་འདོད་པས་ཅི་ཞིག་བྱ། ། +འདོད་ལྡན་ངན་པ་ཁ་ཅིག་ནི། །ཉིན་རངས་ལས་ཀྱིས་ཡོངས་དུབ་སྟེ། །ཁྱིམ་དུ་འོངས་ནས་ཆད་པའི་ལུས། །རོ་དང་འདྲ་བར་ཉལ་བར་བྱེད། ། +ཁ་ཅིག་བྱེས་བགྲོད་ཉོན་མོངས་དང་། །རིང་དུ་སོང་བའི་སྡུག་བསྔལ་ཅན། །བུ་སྨད་འདོད་བཞིན་བུ་སྨད་རྣམས། །ཁྱུད་ཁོར་ལོས་ཀྱང་མཐོང་མི་འགྱུར། ། +བདག་ལ་ཕན་འདོད་རྣམ་རྨོངས་པས། །གང་དོན་ཉིད་དུ་བཙོང་བ་ཡང་། །དེ་མ་ཐོབ་པར་དོན་མེད་པའི། །གཞན་གྱི་ལས་ཀྱི་རླུང་གིས་བདས། ། +ལ་ལ་རང་གི་ལུས་བཙོང་ཞིང་། །དབང་མེད་གཞན་གྱིས་བཀོལ་གྱུར་ཏེ། །ཆུང་མ་དག་ཀྱང་བུ་བྱུང་ན། །ཤིང་དྲུང་དགོན་པར་བབ་བབ་འབྱུང་། ། +འདོད་པས་བསླུས་པའི་གླེན་པ་དག །འཚོ་འདོད་འཚོ་བར་བྱའོ་ཞེས། །སྲོག་སྟོར་དོགས་བཞིན་གཡུལ་དུ་འཇུག །ཁེ་ཕྱིར་བྲན་དུ་འགྲོ་བར་བྱེད། ། +འདོད་ལྡན་ལ་ལ་ལུས་ཀྱང་བཅད། །ཁ་ཅིག་གསལ་ཤིང་རྩེ་ལ་བཙུགས། །ཁ་ཅིག་མདུང་ཐུང་དག་གིས་བསྣུན། །ཁ་ཅིག་བསྲེགས་པ་དག་ཀྱང་སྣང་། ། +བསགས་དང་བསྲུང་དང་བརླག་པའི་གདུང་བ་ཡིས། །ནོར་ནི་ཕུང་ཁྲོལ་མཐའ་ཡས་ཤེས་པར་བྱ། །ནོར་ལ་ཆགས་པས་གཡེངས་པར་གྱུར་པ་རྣམས། །སྲིད་པའི་སྡུག་བསྔལ་ལས་གྲོལ་སྐབས་མེད་དོ། ། +འདོད་ལྡན་རྣམས་ལ་དེ་ལ་སོགས། །ཉེས་དམིགས་མང་ལ་མནོག་ཆུང་སྟེ། །ཤིང་རྟ་འདྲེན་པའི་ཕྱུགས་དག་གིས། །རྩྭ་ནི་ཁམ་འགའ་ཟོས་པ་བཞིན། ། +ཕྱུགས་ཀྱིས་བསྒྲུབས་ནའང་མི་དཀོན་པའི། །མནོག་ཆུང་གང་ཡིན་དེ་དོན་དུ། །དལ་འབྱོར་ཕུན་སུམ་རྙེད་དཀའ་འདི། །ལས་ཀྱིས་མནར་བ་རྣམས་ཀྱིས་བཅོམ། ། +འདོད་པ་ངེས་པར་འཇིག་འགྱུར་ཞིང་། །དམྱལ་ལ་སོགས་པར་ལྟུང་བྱེད་པ། །ཆེན་པོ་མིན་ཕྱིར་དུས་ཀུན་དུ། །དུབ་པའི་ཚེགས་བྱུང་གང་ཡིན་པ། ། +དེ་ཡི་བྱེ་བའི་ཆ་ཙམ་གྱི། །ཚེགས་ཀྱིས་སངས་རྒྱས་ཉིད་འགྲུབ་ན། །འདོད་ལྡན་བྱང་ཆུབ་སྤྱོད་པ་བས། །སྡུག་བསྔལ་ཆེ་ལ་བྱང་ཆུབ་མེད། ། +དམྱལ་སོགས་སྡུག་བསྔལ་བསམ་བྱས་ན། །འདོད་པ་རྣམས་ལ་མཚོན་དང་ནི། །དུག་དང་མེ་དང་གཡང་ས་དང་། །དགྲ་རྣམས་ཀྱིས་ཀྱང་དཔེར་མི་ཕོད། ། +དེ་ལྟར་འདོད་ལ་སྐྱོ་བྱས་ཏེ། །དབེན་པ་ལ་ནི་དགའ་བ་བསྐྱེད། །རྩོད་དང་ཉོན་མོངས་ཀྱིས་སྟོང་པ། །ཞི་བའི་ནགས་ཀྱི་ནང་དག་ཏུ། ། +སྐལ་ལྡན་ཟླ་འོད་ཙནྡན་གྱིས་བསིལ་བའི། །ཡངས་པའི་རྡོ་ལེབ་ཁང་བཟང་ཉམས་དགའ་བར། །སྒྲ་མེད་ཞི་བའི་ནགས་རླུང་གཡོ་བ་ཡིས། །གཞན་ལ་ཕན་དོན་སེམས་ཤིང་འཆག་པར་བྱེད། ། +ཁང་སྟོང་ཤིང་དྲུང་ཕུག་དག་ཏུ། །གང་དུ་ཇི་སྲིད་འདོད་གནས་ཤིང་། །ཡོངས་འཛིན་བསྲུང་བའི་སྡུག་བསྔལ་སྤངས། །ལྟོས་པ་མེད་པར་བག་ཡངས་སྤྱོད། ། +རང་དབང་སྤྱོད་ཅིང་ཆགས་མེད་ལ། །གང་དང་ཡང་ནི་འབྲེལ་མེད་པ། །ཆོག་ཤེས་བདེ་སྤྱོད་གང་ཡིན་པ། །དབང་པོས་ཀྱང་ནི་དེ་རྙེད་དཀའ། ། +དེ་ལ་སོགས་པའི་རྣམ་པ་ཡིས། །དབེན་པའི་ཡོན་ཏན་བསམ་བྱས་ནས། །རྣམ་རྟོག་ཉེ་བར་ཞི་བ་དང་། །བྱང་ཆུབ་སེམས་ནི་བསྒོམ་པར་བྱ། ། +བདག་དང་གཞན་དུ་མཉམ་པ་ནི། །དང་པོ་ཉིད་དུ་འབད་དེ་བསྒོམ། །བདེ་དང་སྡུག་བསྔལ་མཉམ་པས་ན། །ཐམས་ཅད་བདག་བཞིན་བསྲུང་བར་བྱ། ། +ལག་པ་ལ་སོགས་དབྱེ་བ་རྣམ་མང་ཡང་། །ཡོངས་སུ་བསྲུང་བྱའི་ལུས་སུ་གཅིག་པ་ལྟར། །དེ་བཞིན་འགྲོ་བ་ཐ་དད་བདེ་སྡུག་དག །ཐམས་ཅད་བདག་བཞིན་བདེ་བ་འདོད་མཉམ་གཅིག ། +གལ་ཏེ་བདག་གི་སྡུག་བསྔལ་གྱིས། །གཞན་གྱི་ལུས་ལ་མི་གནོད་པ། །དེ་ལྟའང་དེ་བདག་སྡུག་བསྔལ་དེ། །བདག་ཏུ་ཞེན་པས་མི་བཟོད་ཉིད། ། +དེ་བཞིན་གཞན་གྱི་སྡུག་བསྔལ་དག །བདག་ལ་འབབ་པར་མི་འགྱུར་ཡང་། །དེ་ལྟའང་དེ་བདག་སྡུག་བསྔལ་དེ། །བདག་ཏུ་ཞེན་པས་བཟོད་པར་དཀའ། ། +བདག་གིས་གཞན་གྱི་སྡུག་བསྔལ་བསལ། །སྡུག་བསྔལ་ཡིན་ཕྱིར་བདག་སྡུག་བཞིན། །བདག་གིས་གཞན་ལ་ཕན་པར་བྱ། །སེམས་ཅན་ཡིན་ཕྱིར་བདག་ལུས་བཞིན། ། +གང་ཚེ་བདག་དང་གཞན་གཉི་ག །བདེ་བ་འདོད་དུ་མཚུངས་པ་ལ། །བདག་དང་ཁྱད་པར་ཅི་ཡོད་ན། །གང་ཕྱིར་བདག་གཅིག་བདེ་བར་བརྩོན། ། +གང་ཚེ་བདག་དང་གཞན་གཉི་ག །སྡུག་བསྔལ་མི་འདོད་མཚུངས་པ་ལ། །བདག་དང་ཁྱད་པར་ཅི་ཡོད་ན། །གང་ཕྱིར་གཞན་མིན་བདག་སྲུང་བྱེད། ། +གལ་ཏེ་དེ་ལ་སྡུག་བསྔལ་བས། །བདག་ལ་མི་གནོད་ཕྱིར་མི་བསྲུང་། །མ་འོངས་པ་ཡི་སྡུག་བསྔལ་ཡང་། །གནོད་མི་བྱེད་ན་དེ་ཅི་བསྲུང་། ། +བདག་གིས་དེ་ནི་མྱོང་སྙམ་པའི། །རྣམ་པར་རྟོག་དེ་ལོག་པ་སྟེ། །འདི་ལྟར་ཤི་བའང་གཞན་ཉིད་ལ། །སྐྱེ་བ་ཡང་ནི་གཞན་ཉིད་ཡིན། ། +གང་ཚེ་གང་གི་སྡུག་བསྔལ་གང་། །དེ་ནི་དེ་ཉིད་ཀྱིས་བསྲུང་ན། །རྐང་པའི་སྡུག་བསྔལ་ལག་པས་མིན། །ཅི་ཕྱིར་དེས་ནི་དེ་བསྲུང་བྱ། ། +གལ་ཏེ་རིགས་པ་མིན་ཡང་འདིར། །བདག་ཏུ་འཛིན་པས་འཇུག་ཅེ་ན། །བདག་གཞན་མི་རིགས་གང་ཡིན་ཏེ། །ཅི་ནུས་པར་ནི་སྤང་བྱ་ཉིད། ། +རྒྱུད་དང་ཚོགས་ཞེས་བྱ་བ་ནི། །ཕྲེང་བ་དམག་ལ་སོགས་བཞིན་བརྫུན། །སྡུག་བསྔལ་ཅན་གང་དེ་མེད་པ། །དེས་འདི་སུ་ཞིག་དབང་བར་འགྱུར། ། +སྡུག་བསྔལ་བདག་པོ་མེད་པར་ནི། །ཐམས་ཅད་བྱེ་བྲག་མེད་པ་ཉིད། །སྡུག་བསྔལ་ཡིན་ཕྱིར་དེ་བསལ་བྱ། །ངེས་པས་དེར་ནི་ཅི་ཞིག་བྱ། ། +ཅི་ཕྱིར་ཀུན་གྱི་སྡུག་བསྔལ་ནི། །བཟློག་པར་བྱ་ཞེས་བརྩད་དུ་མེད། །གལ་ཏེ་བཟློག་ནའང་ཐམས་ཅད་བཟློག །དེ་མིན་བདག་ཀྱང་སེམས་ཅན་བཞིན། ། +སྙིང་རྗེ་སྡུག་བསྔལ་མང་གྱུར་པ། །ཅི་ཕྱིར་ནན་གྱིས་སྐྱེད་ཅེ་ན། །འགྲོ་བའི་སྡུག་བསྔལ་བསམ་བྱས་ན། །ཇི་ལྟར་སྙིང་རྗེ་སྡུག་བསྔལ་མང་། ། +གལ་ཏེ་སྡུག་བསྔལ་གཅིག་གིས་ནི། །སྡུག་བསྔལ་མང་པོ་མེད་འགྱུར་ན། །བརྩེ་དང་ལྡན་པས་སྡུག་བསྔལ་དེ། །རང་དང་གཞན་ལ་བསྐྱེད་བྱ་ཉིད། ། +དེས་ན་མེ་ཏོག་ཟླ་མཛེས་ཀྱིས། །རྒྱལ་པོའི་གནོད་པ་ཤེས་ཀྱང་ནི། །བདག་གི་སྡུག་བསྔལ་མ་བསལ་ཏེ། །མང་པོའི་སྡུག་བསྔལ་ཟད་འགྱུར་ཕྱིར། ། +དེ་ལྟར་རྒྱུད་ནི་གོམས་གྱུར་པ། །གཞན་གྱི་སྡུག་བསྔལ་ཞི་དགའ་བས། །པདྨའི་མཚོ་རུ་ངང་པ་ལྟར། །མནར་མེད་པར་ཡང་འཇུག་པར་འགྱུར། ། +སེམས་ཅན་རྣམས་ནི་གྲོལ་བ་ན། །དགའ་བའི་རྒྱ་མཚོ་གང་ཡིན་པ། །དེ་ཉིད་ཀྱིས་ནི་ཆོག་མིན་ནམ། །ཐར་པ་འདོད་པས་ཅི་ཞིག་བྱ། ། +དེ་ལྟས་གཞན་གྱི་དོན་བྱས་ཀྱང་། །རློམ་སེམས་དང་ནི་ངོ་མཚར་མེད། །གཅིག་ཏུ་གཞན་དོན་ལ་དགའ་བས། །རྣམ་སྨིན་འབྲས་བུའི་རེ་བ་མེད། ། +དེ་བས་ཇི་ལྟར་ཆུང་ངུ་ན། །མི་སྙན་ལས་ཀྱང་བདག་བསྲུང་བ། །དེ་བཞིན་གཞན་ལ་བསྲུང་སེམས་དང་། །སྙིང་རྗེའི་སེམས་ནི་དེ་ལྟར་བྱ། ། +གོམས་པ་ཡིས་ནི་གཞན་དག་གི། །ཁུ་བ་ཁྲག་གི་ཐིགས་པ་ལ། །དངོས་པོ་མེད་པར་གྱུར་ཀྱང་ནི། །བདག་གོ་ཞེས་ནི་ཤེས་པ་ལྟར། ། +དེ་བཞིན་གཞན་གྱི་ལུས་ལ་ཡང་། །བདག་ཅེས་ཅི་ཡི་ཕྱིར་མི་གཟུང་། །བདག་གི་ལུས་ནི་གཞན་དག་ཏུའང་། །བཞག་པ་དེ་ལྟར་དཀའ་བ་མེད། ། +བདག་ཉིད་སྐྱོན་བཅས་གཞན་ལ་ཡང་། །ཡོན་ཏན་རྒྱ་མཚོར་ཤེས་བྱས་ནས། །བདག་འཛིན་ཡོངས་སུ་དོར་བ་དང་། །གཞན་བླང་བ་ནི་བསྒོམ་པར་བྱ། ། +ཇི་ལྟར་ལག་པ་ལ་སོགས་པ། །ལུས་ཀྱི་ཡན་ལག་ཡིན་འདོད་ལྟར། །དེ་བཞིན་འགྲོ་བའི་ཡན་ལག་ཏུ། །ཅི་ཕྱིར་ལུས་ཅན་རྣམས་མི་འདོད། ། +ཇི་ལྟར་བདག་མེད་ལུས་འདི་ལ། །གོམས་པས་བདག་གི་བློ་བྱུང་བ། །དེ་བཞིན་སེམས་ཅན་གཞན་ལ་ཡང་། །གོམས་པས་བདག་བློ་ཅིས་མི་སྐྱེ། ། +དེ་ལྟ་ན་ནི་གཞན་གྱི་དོན། །བྱས་ཀྱང་ངོ་མཚར་རློམ་མི་འབྱུང་། །བདག་ཉིད་ཀྱིས་ནི་ཟས་ཟོས་ནས། །ལན་ལ་རེ་བ་མི་འབྱུང་བཞིན། ། +དེ་བས་ཇི་ལྟར་ཆུང་ངུ་ན། །མི་སྙན་ལས་ཀྱང་བདག་བསྲུང་བ། །དེ་བཞིན་འགྲོ་ལ་བསྲུང་སེམས་དང་། །སྙིང་རྗེའི་སེམས་ནི་གོམས་པར་བྱ། ། +དེ་བས་མགོན་པོ་སྤྱན་རས་གཟིགས། །ཐུགས་རྗེ་ཆེན་པོས་འགྲོ་བ་ཡི། །འཁོར་གྱི་འཇིགས་པ་བསལ་བའི་ཕྱིར། །རང་གི་མཚན་ཡང་བྱིན་གྱིས་བརླབས། ། +དཀའ་ལས་ཕྱིར་ལྡོག་མི་བྱ་སྟེ། །འདི་ལྟར་གོམས་པའི་མཐུ་ཡིས་ནི། །གང་གི་མིང་ཐོས་འཇིགས་པ་ཡང་། །དེ་ཉིད་མེད་ན་མི་དགར་འགྱུར། ། +གང་ཞིག་བདག་དང་གཞན་རྣམས་ནི། །མྱུར་དུ་བསྐྱབ་པར་འདོད་པ་དེས། །བདག་དང་གཞན་དུ་བརྗེ་བྱ་བ། །གསང་བའི་དམ་པ་སྤྱད་པར་བྱ། ། +བདག་ལུས་གང་ལ་ཆགས་པ་ཡིས། །འཇིགས་གནས་ཆུང་ལ་འཇིགས་སྐྱེ་བ། །འཇིགས་པ་སྐྱེ་བའི་ལུས་དེ་ལ། །སུ་ཞིག་དགྲ་བཞིན་སྡང་མི་བྱེད། ། +ལུས་གང་བཀྲེས་དང་སྐོམ་སོགས་ནད། །གསོ་བའི་ཆོ་ག་བྱེད་འདོད་པས། །བྱ་དང་ཉ་དང་རི་དྭགས་དག །གསོད་པར་བྱེད་ཅིང་ལམ་སྒུགས་བྱེད། ། +གང་ཞིག་ཁེ་དང་རིམ་གྲོའི་ཕྱིར། །ཕ་དང་མ་ཡང་གསོད་བྱེད་ཅིང་། །དཀོན་མཆོག་གསུམ་གྱི་དཀོར་བརྐུས་ནས། །དེས་ནི་མནར་མེད་བསྲེག་འགྱུར་ན། ། +མཁས་པ་སུ་ཞིག་ལུས་དེ་ལ། །འདོད་ཅིང་བསྲུང་དང་མཆོད་བྱེད་ཀྱི། །འདི་ལ་སུ་ཞིག་དགྲ་བཞིན་དུ། །བལྟ་བར་མི་བྱེད་བརྙས་མི་བྱེད། ། +གལ་ཏེ་བྱིན་ན་ཅི་སྤྱད་ཅེས། །བདག་དོན་སེམས་པ་འདྲེ་ཡི་ཚུལ། །གལ་ཏེ་སྤྱད་ན་ཅི་སྦྱིན་ཅེས། །གཞན་དོན་སེམས་པ་ལྷ་ཡི་ཆོས། ། +བདག་ཕྱིར་གཞན་ལ་གནོད་བྱས་ན། །དམྱལ་ལ་སོགས་པར་གདུངས་པར་འགྱུར། །གཞན་ཕྱིར་བདག་ལ་གནོད་བྱས་ན། །ཕུན་སུམ་ཚོགས་པ་ཐམས་ཅད་འཐོབ། ། +བདག་ཉིད་མཐོ་བར་འདོད་པ་དེས། །ངན་འགྲོ་ངན་དང་གླེན་པར་འགྱུར། །དེ་ཉིད་གཞན་ལ་སྤོ་བྱས་ན། །བདེ་འགྲོ་རིམ་གྲོ་འཐོབ་པར་འགྱུར། ། +བདག་གི་དོན་དུ་གཞན་བཀོལ་ན། །བྲན་ལ་སོགས་པ་མྱོང་བར་འགྱུར། །གཞན་གྱི་དོན་དུ་བདག་སྤྱད་ན། །རྗེ་དཔོན་ཉིད་སོགས་མྱོང་བར་འགྱུར། ། +འཇིག་རྟེན་བདེ་བ་ཇི་སྙེད་པ། །དེ་ཀུན་གཞན་བདེ་འདོད་ལས་བྱུང་། །འཇིག་རྟེན་སྡུག་བསྔལ་ཇི་སྙེད་པ། །དེ་ཀུན་རང་བདེ་འདོད་ལས་བྱུང་། ། +མང་དུ་བཤད་ལྟ་ཅི་ཞིག་དགོས། །བྱིས་པ་རང་གི་དོན་བྱེད་དང་། །ཐུབ་པ་གཞན་གྱི་དོན་མཛད་པ། །འདི་གཉིས་ཀྱི་ནི་ཁྱད་པར་ལྟོས། ། +བདག་བདེ་གཞན་གྱི་སྡུག་བསྔལ་དག །ཡང་དག་བརྗེ་བ་མ་བྱས་ན། །སངས་རྒྱས་ཉིད་དུ་མི་འགྲུབ་ཅིང་། །འཁོར་བ་ན་ཡང་བདེ་བ་མེད། ། +འཇིག་རྟེན་ཕ་རོལ་ཕར་ཞོག་གི །བྲན་གཡོག་ལས་མི་བྱེད་པ་དང་། །རྗེ་དཔོན་རྔན་པ་མི་སྟེར་བའི། །ཚེ་འདིའི་དོན་ཡང་འགྲུབ་མི་འགྱུར། ། +མཐོང་དང་མ་མཐོང་བདེ་འགྲུབ་པའི། །ཕུན་སུམ་བདེ་སྐྱིད་ཡོངས་བོར་ཞིང་། །གཞན་ལ་སྡུག་བསྔལ་བྱས་པའི་རྒྱུས། །རྨོངས་པས་སྡུག་བསྔལ་མི་བཟད་ལེན། ། +འཇིག་རྟེན་དག་ན་འཚེ་བ་གང་ཡོད་དང་། །འཇིགས་དང་སྡུག་བསྔལ་ཇི་སྙེད་ཡོད་གྱུར་པ། །དེ་ཀུན་བདག་ཏུ་འཛིན་པ་ལས་བྱུང་ན། །འདྲེ་ཆེན་དེས་ཀོ་བདག་ལ་ཅི་ཞིག་བྱ། ། +བདག་ཉིད་ཡོངས་སུ་མ་བཏང་ན། །སྡུག་བསྔལ་སྤང་བར་མི་ནུས་ཏེ། །ཇི་ལྟར་མེ་ནི་མ་བཏང་ན། །སྲེག་པ་སྤོང་བར་མི་ནུས་བཞིན། ། +དེ་ལྟས་བདག་གནོད་ཞི་བ་དང་། །གཞན་གྱི་སྡུག་བསྔལ་ཞི་བྱའི་ཕྱིར། །བདག་ཉིད་གཞན་ལ་གཏང་བྱ་དང་། །གཞན་རྣམས་བདག་བཞིན་གཟུང་བར་བྱ། ། +བདག་ནི་གཞན་གྱི་དབང་གྱུར་ཅེས། །ཡིད་ཁྱོད་ངེས་པར་ཤེས་གྱིས་ལ། །སེམས་ཅན་ཀུན་དོན་མ་གཏོགས་པར། །ད་ནི་ཁྱོད་ཀྱིས་གཞན་མི་བསམ། ། +གཞན་དབང་མིག་ལ་སོགས་པ་ཡིས། །རང་དོན་སྒྲུབ་པར་རིགས་མ་ཡིན། །དེ་དོན་མིག་ལ་སོགས་པ་ཡིས། །དེ་ལ་ལོག་པར་བྱ་མི་རིགས། ། +དེས་ན་སེམས་ཅན་གཙོར་བྱ་སྟེ། །བདག་གི་ལུས་ལ་ཅི་མཐོང་བ། །དེ་དང་དེ་ནི་ཕྲོགས་ནས་ཀྱང་། །གཞན་དག་ལ་ནི་ཕན་པར་སྤྱོད། ། +དམན་སོགས་བདག་ཏུ་བྱས་པ་དང་། །གཞན་ཉིད་དུ་ནི་བདག་བྱས་ནས། །རྣམ་རྟོག་མེད་པའི་སེམས་ཀྱིས་སུ། །ཕྲག་དོག་འགྲན་དང་ང་རྒྱལ་བསྒོམ། ། +འདི་ནི་བཀུར་བྱས་བདག་ནི་མིན། །འདི་བཞིན་བདག་གིས་མ་རྙེད་ཅིང་། །འདི་ནི་བསྟོད་བྱས་བདག་ལ་སྨོད། །འདི་བདེ་བདག་ནི་སྡུག་བསྔལ་ལ། ། +བདག་ནི་ལས་རྣམས་བྱེད་པ་དང་། །འདི་ནི་བདེ་བ་ཉིད་དུ་གནས། །འདི་ནི་འཇིག་རྟེན་ལ་ཆེ་དང་། །བདག་དམན་ཡོན་ཏན་མེད་པར་གྲག ། +ཡོན་ཏན་མེད་པས་ཅི་ཞིག་བྱ། །བདག་ཀུན་ཡོན་ཏན་ལྡན་པ་ཉིད། །གང་བས་འདི་དམན་དེ་ཡོད་ཅིང་། །གང་བས་བདག་མཆོག་དེ་ཡང་ཡོད། ། +ཚུལ་ཁྲིམས་ལྟ་བ་གུད་སོགས་ནི། །ཉོན་མོངས་སྟོབས་ཀྱིས་བདག་དབང་མིན། །ཅི་ནུས་བདག་ནི་གསོ་དགོས་ཏེ། །གནོད་པའང་བདག་གིས་དང་དུ་བླང་། ། +འོན་ཏེ་བདག་འདིའི་གསོ་བྱ་མིན། །ཅི་ཕྱིར་བདག་ལ་བརྙས་པ་བྱེད། །བདག་ལ་དེ་ཡི་ཡོན་ཏན་གྱིས། །ཅི་བྱ་འདི་བདག་ཡོན་ཏན་ཅན། ། +ངན་འགྲོ་གདུག་པའི་ཁར་གནས་པ། །འགྲོ་ལ་སྙིང་རྗེ་མེད་པར་འདི། །ཕྱིར་ལ་ཡོན་ཏན་རློམ་པ་ཡིས། །མཁས་པ་དག་ལ་བདོ་བར་འདོད། ། +བདག་དང་མཉམ་ལ་བལྟས་ནས་ནི། །གང་གིས་རང་ཉིད་ལྷག་བྱའི་ཕྱིར། །བདག་གི་རྙེད་དང་བཀུར་སྟི་ནི། །རྩོད་པ་ཡིས་ཀྱང་ངེས་པར་བསྒྲུབ། ། +ཅི་ནས་བདག་གི་ཡོན་ཏན་ནི། །འཇིག་རྟེན་ཀུན་ལ་གསལ་བ་དང་། །གཞན་ཡང་འདི་ཡི་ཡོན་ཏན་གང་། །སུས་ཀྱང་ཐོས་པར་མི་འགྱུར་བྱ། ། +བདག་གི་སྐྱོན་ཡང་སྦ་བྱ་ཞིང་། །བདག་ནི་མཆོད་འགྱུར་འདི་ལ་མིན། །བདག་དེང་རྙེད་པ་ལེགས་རྙེད་ཅིང་། །བདག་ནི་བཀུར་འགྱུར་འདི་ལ་མིན། ། +འདི་ནི་མ་རུངས་བྱས་པ་ལ། །ཡུན་རིང་བདག་ནི་དགའ་བས་ལྟ། །འགྲོ་བ་ཀུན་གྱི་བཞད་གད་དང་། །ཕན་ཚུན་སྨོད་པ་དག་ཏུ་བྱ། ། +ཉོན་མོངས་འདི་ཡང་བདག་དང་ནི། །ལྷན་ཅིག་ཏུ་ནི་འགྲན་ཅེས་གྲག །འདི་དག་ཐོས་དང་ཤེས་རབ་བམ། །གཟུགས་རིགས་ནོར་གྱིས་མཉམ་མམ་ཅི། ། +དེ་ལྟར་ཀུན་ལ་བསྒྲགས་པ་ཡི། །བདག་གི་ཡོན་ཏན་ཐོས་ནས་ནི། །སྤུ་ལྡང་དགའ་བ་སྐྱེ་གྱུར་པའི། །བདེ་སྐྱིད་ལ་ནི་ཡོངས་སུ་སྤྱོད། ། +ཅི་སྟེ་འདི་ལ་རྙེད་ཡོད་ཀྱང་། །གལ་ཏེ་ང་ཡི་ལས་བྱེད་ན། །འདི་ལ་འཚོ་བ་ཙམ་བྱིན་ནས། །བདག་གི་སྟོབས་ཀྱིས་དེ་བླང་བྱ། ། +འདི་ནི་བདེ་ལས་ཉམས་བྱ་ཞིང་། །བདག་གི་གནོད་དང་རྟག་སྦྱར་བྱ། །འདི་ཡིས་བརྒྱ་ཕྲག་ཐམས་ཅད་དུ། །འཁོར་བར་བདག་ལ་གནོད་པ་བྱས། ། +ཡིད་ཁྱོད་རང་དོན་བྱེད་འདོད་པས། །བསྐལ་པ་གྲངས་མེད་འདས་གྱུར་ཀྱང་། །ངལ་བ་ཆེན་པོ་དེ་ལྟ་བུར། །ཁྱོད་ཀྱིས་སྡུག་བསྔལ་འབའ་ཞིག་བསྒྲུབས། ། +དེ་ལྟར་ངེས་པར་གཞན་དག་གི །དོན་ལ་རབ་ཏུ་འཇུག་གྱིས་དང་། །ཐུབ་པའི་བཀའ་ནི་མི་སླུ་བས། །དེ་ཡི་ཡོན་ཏན་ཕྱིས་མཐོང་འགྱུར། ། +གལ་ཏེ་ཁྱོད་ཀྱིས་སྔ་དུས་སུ། །ལས་འདི་བྱས་པར་གྱུར་ན་ནི། །སངས་རྒྱས་ཕུན་སུམ་བདེ་མིན་པ། །གནས་སྐབས་འདི་འདྲར་འགྱུར་མི་སྲིད། ། +དེ་བས་འདི་ལྟར་གཞན་དག་གི །ཁུ་བ་ཁྲག་གི་ཐིགས་པ་ལ། །ཁྱོད་ཀྱིས་ངར་འཛིན་བྱས་པ་ལྟར། །དེ་བཞིན་གཞན་ལའང་གོམས་པར་གྱིས། ། +གཞན་གྱི་རྟོག་ཆེན་བྱས་ནས་ནི། །བདག་གི་ལུས་ལ་ཅི་སྣང་བ། །དེ་དང་དེ་ཉིད་ཕྲོགས་བྱས་ནས། །ཁྱོད་ཀྱིས་གཞན་ལ་ཕན་པ་སྤྱོད། ། +བདག་སྐྱིད་གཞན་ནི་མི་སྐྱིད་ལ། །བདག་མཐོ་གཞན་ནི་དམའ་བ་དང་། །བདག་ནི་ཕན་བྱེད་གཞན་མིན་ཞེས། །བདག་ལ་ཕྲག་དོག་ཅིས་མི་བྱེད། ། +བདག་ནི་བདེ་དང་བྲལ་གྱིས་ཏེ། །གཞན་གྱི་སྡུག་བསྔལ་བདག་ལ་སྦྱོར། །གང་ཚེ་འདི་ནི་ཅི་བྱེད་ཅེས། །བདག་གི་སྐྱོན་ལ་བརྟག་པར་གྱིས། ། +གཞན་གྱིས་ཉེས་པ་བྱས་པ་ཡང་། །རང་གི་སྐྱོན་དུ་བསྒྱུར་བྱོས་ལ། །བདག་གི་ཉེས་པ་ཆུང་བྱས་ཀྱང་། །སྐྱེ་བོ་མང་ལ་རབ་ཏུ་ཤོགས། ། +གཞན་གྱི་གྲགས་པ་ལྷག་བརྗོད་པས། །རང་གི་གྲགས་པ་ཟིལ་གྱིས་ནོན། །བདག་ནི་བྲན་གྱི་ཐ་མ་ལྟར། །དོན་རྣམས་ཀུན་ལ་བཀོལ་བར་གྱིས། ། +འདི་ནི་སྐྱོན་ཅན་རང་བཞིན་ཏེ། །གློ་བུར་ཡོན་ཏན་ཆས་མི་བསྟོད། །འདི་ཡི་ཡོན་ཏན་ཅི་ནས་ཀྱང་། །འགས་ཀྱང་མི་ཤེས་དེ་ལྟར་གྱིས། ། +མདོར་ན་བདག་གི་དོན་གྱི་ཕྱིར། །ཁྱོད་ཀྱིས་གཞན་ལ་གནོད་བྱས་གང་། །གནོད་དེ་སེམས་ཅན་དོན་གྱི་ཕྱིར། །བདག་ཉིད་ལ་ནི་འབབ་པར་གྱིས། ། +འདི་ནི་གཉའ་དྲག་འགྱུར་ཚུལ་དུ། །ཤེད་བསྐྱེད་པར་ནི་མི་བྱ་སྟེ། །བག་མ་གསར་པའི་ཚུལ་བཞིན་དུ། །ངོ་ཚ་འཇིགས་དང་བསྡམས་ཏེ་བཞག ། +དེ་བྱ་དེ་ལྟར་གནས་བྱ་ཞིང་། །དེ་ལྟར་ཁྱོད་ཀྱིས་མི་བྱ་བ། །དེ་ལྟར་འདི་ནི་དབང་བྱ་སྟེ། །དེ་ལས་འདས་ན་ཚར་གཅད་བྱ། ། +འོན་ཏེ་དེ་ལྟར་གདམས་ཀྱང་ནི། །སེམས་ཁྱོད་དེ་ལྟར་མི་བྱེད་ན། །ཁྱོད་ལ་ཉེས་པ་ཀུན་བསྟེན་པས། །ཁྱོད་ཉིད་ཚར་གཅད་བྱ་བར་ཟད། ། +ཁྱོད་ཀྱིས་ཁོ་བོ་གར་བརླག་པའི། །སྔོན་གྱི་དུས་དེ་གཞན་ཡིན་ཏེ། །ངས་མཐོང་ད་ཁྱོད་གང་དུ་འགྲོ། །ཁྱོད་ཀྱི་དྲེགས་པ་ཀུན་གཞོམ་བྱ། ། +ད་དུང་བདག་ལ་རང་གི་དོན། །ཡོད་སྙམ་སེམས་པ་དེ་དོར་ཅིག །བདག་གིས་གཞན་ལ་ཁྱོད་བཙོང་གིས། །སྐྱོ་བར་མ་སེམས་ཞོ་ཤ་ཕུལ། ། +གལ་ཏེ་བག་མེད་གྱུར་ནས་ཁྱོད། །སེམས་ཅན་རྣམས་ལ་མ་བྱིན་ན། །ཁྱོད་ཀྱིས་ཁོ་བོ་དམྱལ་བ་ཡི། །སྲུང་མ་རྣམས་ལ་བྱིན་དུ་ངེས། ། +དེ་ལྟར་ཁྱོད་ཀྱིས་རེ་ལྟ་ཞིག །ཁོ་བོ་བྱིན་པས་ཡུན་རིང་སྡུག །ང་ནི་ཁོན་རྣམས་དྲན་བྱས་ཏེ། །ཁྱོད་ཀྱིས་རང་དོན་སེམས་པ་གཞོམ། ། +དེ་སྟེ་བདག་ནི་དགའ་འདོད་ན། །རང་ལ་བདག་གིས་དགར་མི་བྱ། །དེ་སྟེ་བདག་ནི་བསྲུང་འདོད་ན། །གཞན་དག་རྟག་ཏུ་བསྲུང་བར་བྱ། ། +ཇི་ལྟ་ཇི་ལྟར་ལུས་འདི་ནི། །ཡོངས་སུ་སྐྱོང་བར་བྱེད་གྱུར་པ། །དེ་ལྟ་དེ་ལྟར་ཤིན་ཏུ་ནི། །བཟེ་རེ་ཅན་གྱུར་ཉིད་དུ་ལྟུང་། ། +དེ་ལྟར་ལྷུང་བ་དེ་ཡི་ཡང་། །འདོད་པ་ས་འདི་ཐམས་ཅད་ཀྱིས། །རྫོགས་པར་ནུས་པ་ཡོད་མིན་ན། །དེ་ཡི་འདོད་པ་སུས་བྱེད་ནུས། ། +ནུས་མེད་འདོད་པ་ཉོན་མོངས་དང་། །བསམ་པ་ཉམས་པའང་སྐྱེ་བར་འགྱུར། །གང་ཞིག་ཀུན་ལ་ལྟོས་མེད་པ། །དེ་ཡི་ཕུན་ཚོགས་ཟད་མི་ཤེས། ། +དེ་བས་ལུས་ཀྱི་འདོད་པ་ནི། །འཕེལ་ཕྱིར་སྐབས་དབྱེ་མི་བྱ་སྟེ། །གང་ཞིག་ཡིད་འོང་མི་འཛིན་པ། །དེ་ནི་དངོས་པོ་བཟང་པོ་ཡིན། ། +ཐ་མར་ཐལ་བའི་མཐར་གཏུགས་ཤིང་། །མི་གཡོ་གཞན་གྱིས་བསྐྱོད་བྱ་བ། །མི་གཙང་གཟུགས་ནི་མི་བཟད་པ། །འདི་ལ་ཅི་ཕྱིར་བདག་ཏུ་འཛིན། ། +གསོན་ནམ་ཡང་ན་ཤི་ཡང་བླའི། །བདག་ལ་འཁྲུལ་འཁོར་འདིས་ཅི་བྱ། །བོང་སོགས་འདི་ཁྱད་ཅི་ཡོད་ན། །ཀྱི་ཧུད་ང་རྒྱལ་སེལ་མི་བྱེད། ། +ལུས་ཀྱི་ཁ་ཏ་བྱས་པ་ཡིས། །དོན་མེད་སྡུག་བསྔལ་ཉེར་བསགས་ནས། །རྗེས་སུ་ཆགས་དང་ཁོང་ཁྲོ་བ། །ཤིང་མཚུངས་འདི་ལ་ཅི་ཞིག་བྱ། ། +བདག་གིས་འདི་ལྟར་བསྐྱངས་པའམ། །བྱ་རྒོད་སོགས་ཀྱིས་ཟོས་ཀྱང་རུང་། །ཆགས་མེད་ཞེ་སྡང་ཡོད་མིན་ན། །ཅི་སྟེ་དེ་ལ་ཆགས་པར་བྱེད། ། +གང་ཞིག་སྨོད་པས་ཁྲོ་བ་དང་། །གང་ཞིག་བསྟོད་པས་མགུ་འགྱུར་བ། །གལ་ཏེ་དེ་ཉིད་ཤེས་མེད་ན། །བདག་གིས་གང་གི་ངལ་བ་བྱས། ། +གང་ཞིག་ལུས་འདི་འདོད་འགྱུར་བ། །དེ་དང་བདག་བཤེས་ཡིན་ཞེ་ན། །ཐམས་ཅད་རང་གི་ལུས་འདོད་པས། །དེ་ལ་བདག་གོ་ཅིས་མི་དགའ། ། +དེ་བས་བདག་གིས་ཆགས་མེད་པར། །འགྲོ་ལ་ཕན་ཕྱིར་ལུས་གཏང་བྱ། །དེས་ན་འདི་ལ་ཉེས་མང་ཡང་། །ལས་ཀྱི་སྤྱད་བཞིན་གཟུང་བར་བྱ། ། +དེ་བས་བྱིས་པའི་སྤྱོད་པས་ཆོག །བདག་གིས་མཁས་པའི་རྗེས་བསྙགས་ཏེ། །བག་ཡོད་གཏམ་ནི་དྲན་བྱས་ནས། །གཉིད་དང་རྨུགས་པ་བཟློག་པར་བྱ། ། +རྒྱལ་སྲས་ཐུགས་རྗེ་ཆེ་རྣམས་ལྟར། །རིགས་པའི་སྲན་ནི་གཟུགས་བྱ་སྟེ། །ཉིན་མཚན་ཕྱད་པར་མ་འབད་ན། །བདག་གི་སྡུག་བསྔལ་ནམ་མཐར་ཕྱིན། ། +དེ་བས་སྒྲིབ་པ་བསལ་བའི་ཕྱིར། །ལོག་པའི་ལམ་ལས་སེམས་བླན་ཏེ། །ཡང་དག་དམིགས་ལ་རྟག་པར་ཡང་། །བདག་གིས་མཉམ་པར་གཞག་པར་བྱ། ། +བྱང་ཆུབ་སེམས་དཔའི་སྤྱོད་པ་ལ་འཇུག་པ་ལས། །བསམ་གཏན་བསྟན་པ་ཞེས་བྱ་བ་སྟེ་ལེའུ་བརྒྱད་པའོ།། །། +ch-9 ཡན་ལག་འདི་དག་ཐམས་ཅད་ནི། །ཐུབ་པས་ཤེས་རབ་དོན་དུ་གསུངས། དེ་ཡི་ཕྱིར་ན་སྡུག་བསྔལ་དག །ཞི་བར་འདོད་པས་ཤེས་རབ་བསྐྱེད། ། +ཀུན་རྫོབ་དང་ནི་དོན་དམ་སྟེ། །འདི་ནི་བདེན་པ་གཉིས་སུ་འདོད། །དོན་དམ་བློ་ཡི་སྤྱོད་ཡུལ་མིན། །བློ་ནི་ཀུན་རྫོབ་ཡིན་པར་བརྗོད། ། +དེ་ལ་འཇིག་རྟེན་རྣམ་གཉིས་མཐོང་། །རྣལ་འབྱོར་པ་དང་ཕལ་པའོ། །དེ་ལ་འཇིག་རྟེན་ཕལ་པ་ནི། །རྣལ་འབྱོར་འཇིག་རྟེན་གྱིས་གནོད་ཅིང་། ། +རྣལ་འབྱོར་པ་ཡང་བློ་ཁྱད་ཀྱིས། །གོང་མ་གོང་མ་རྣམས་ཀྱིས་གནོད། །གཉི་ག་ཡང་ནི་འདོད་པའི་དཔེས། །འབྲས་བུའི་དོན་དུ་མ་དཔྱད་ཕྱིར། + འཇིག་རྟེན་པ་ཡིས་དངོས་མཐོང་ཞིང་། །ཡང་དག་ཉིད་དུའང་རྟོག་བྱེད་ཀྱི། །སྒྱུ་མ་ལྟ་བུར་མིན་པས་འདིར། །རྣལ་འབྱོར་པ་དང་འཇིག་རྟེན་རྩོད། ། +གཟུགས་སོགས་མངོན་སུམ་ཉིད་ཀྱང་ནི། །གྲགས་པས་ཡིན་གྱི་ཚད་མས་མིན། །དེ་ནི་མི་གཙང་ལ་སོགས་ལ། །གཙང་སོགས་གྲགས་པ་བཞིན་དུ་རྫུན། ། +འཇིག་རྟེན་གཞུག་པའི་དོན་དུ་ནི། །མགོན་པོས་དངོས་བསྟན་དེ་ཉིད་དུ། །དེ་དག་སྐད་ཅིག་མ་ཉིད་མིན། །ཀུན་རྫོབ་ཏུ་ཡང་འགལ་ཞེ་ན། ། +རྣལ་འབྱོར་ཀུན་རྫོབ་ཉེས་མེད་དེ། །འཇིག་རྟེན་ལ་ལྟོས་དེ་ཉིད་མཐོང་། །གཞན་དུ་བུད་མེད་མི་གཙང་བར། །དེས་རྟོག་འཇིག་རྟེན་གྱིས་གནོད་འགྱུར། ། +སྒྱུ་འདྲའི་རྒྱལ་ལས་བསོད་ནམས་ནི། །ཇི་ལྟར་དངོས་ཡོད་ལ་ཇི་བཞིན། །གལ་ཏེ་སེམས་ཅན་སྒྱུ་འདྲ་ན། །ཤི་ནས་ཇི་ལྟར་སྐྱེ་ཞེ་ན། ། +ཇི་སྲིད་རྐྱེན་རྣམས་འཚོགས་གྱུར་པ། །དེ་སྲིད་སྒྱུ་མའང་འབྱུང་བར་འགྱུར། །རྒྱུན་རིང་ཙམ་གྱིས་ཇི་ལྟར་ན། །སེམས་ཅན་བདེན་པར་ཡོད་པ་ཡིན། ། +སྒྱུ་མའི་སྐྱེས་བུ་བསད་སོགས་ལ། །སེམས་མེད་ཕྱིར་ན་སྡིག་མེད་དེ། །སྒྱུ་མའི་སེམས་དང་ལྡན་པ་ལ། །བསོད་ནམས་དང་ནི་སྡིག་པ་འབྱུང་། ། +སྔགས་སོགས་རྣམས་ལ་ནུས་མེད་ཕྱིར། །སྒྱུ་མའི་སེམས་ནི་འབྱུང་བ་མེད། །སྣ་ཚོགས་རྐྱེན་ལས་བྱུང་བ་ཡི། །སྒྱུ་མ་དེ་ཡང་སྣ་ཚོགས་ཉིད། །རྐྱེན་གཅིག་གིས་ནི་ཀུན་ནུས་པ། །གང་ན་ཡང་ནི་ཡོད་མ་ཡིན། ། +གལ་ཏེ་དོན་དམ་མྱ་ངན་འདས། །འཁོར་བ་ཀུན་རྫོབ་དེ་ལྟ་ན། །སངས་རྒྱས་ཀྱང་ནི་འཁོར་འགྱུར་བས། །བྱང་ཆུབ་སྤྱོད་པས་ཅི་ཞིག་བྱ། ། +རྐྱེན་རྣམས་རྒྱུན་ནི་མ་ཆད་ན། །སྒྱུ་མའང་ལྡོག་པར་མི་འགྱུར་གྱི། །རྐྱེན་རྣམས་རྒྱུན་ནི་ཆད་པས་ན། །ཀུན་རྫོབ་ཏུ་ཡང་མི་འབྱུང་ངོ་། ། +གང་ཚེ་འཁྲུལ་པའང་ཡོད་མིན་ན། །སྒྱུ་མ་གང་གིས་དམིགས་པར་འགྱུར། །གང་ཚེ་ཁྱོད་ལ་སྒྱུ་མ་ཉིད། །མེད་ནའང་དེ་ཚེ་ཅི་ཞིག་དམིགས། ། +གལ་ཏེ་དེ་ཉིད་དུ་གཞན་ཡོད། །རྣམ་པ་དེ་ནི་སེམས་ཉིད་ཡིན། །གང་ཚེ་སེམས་ཉིད་སྒྱུ་མ་ན། །དེ་ཚེ་གང་ཞིག་གང་གིས་མཐོང་། ། +འཇིག་རྟེན་གྱི་ནི་མགོན་པོས་ཀྱང་། །སེམས་ཀྱིས་སེམས་མི་མཐོང་ཞེས་གསུངས། །རལ་གྲི་སོ་ནི་རང་ལ་རང་། །ཇི་ལྟར་མི་གཅོད་དེ་བཞིན་ཡིད། ། +ཇི་ལྟར་མར་མེ་རང་གི་དངོས། །ཡང་དག་གསལ་བར་བྱེད་བཞིན་ན། །མར་མེ་གསལ་བར་བྱ་མིན་ཏེ། །གང་ཕྱིར་མུན་གྱིས་བསྒྲིབས་པ་མེད། ། +ཤེལ་བཞིན་སྔོན་པོ་སྔོ་ཉིད་ལ། །གཞན་ལ་ལྟོས་པ་ཡོད་མ་ཡིན། །དེ་བཞིན་འགའ་ཞིག་གཞན་ལ་ནི། །ལྟོས་དང་ལྟོས་མེད་པ་ཡང་མཐོང་། ། +སྔོ་ཉིད་མིན་ལ་སྔོན་པོར་དེ། །བདག་གིས་བདག་ཉིད་བྱས་པ་མེད། ། + +མར་མེ་གསལ་བར་བྱེད་དོ་ཞེས། །ཤེས་པས་ཤེས་ཏེ་རྗོད་བྱེད་ན། །བློ་ནི་གསལ་བ་ཉིད་ཡིན་ཞེས། །གང་གིས་ཤེས་ནས་དེ་སྐད་བརྗོད། ། +གང་ཚེ་འགས་ཀྱང་མཐོང་མིན་ན། །གསལ་བའམ་ནི་མི་གསལ་བ། །མོ་གཤམ་བུ་མོའི་འགྱིང་བག་བཞིན། །དེ་ནི་བརྗོད་ཀྱང་དོན་མེད་དོ། ། +གལ་ཏེ་རང་རིག་ཡོད་མིན་ན། །རྣམ་ཤེས་དྲན་པར་ཇི་ལྟར་འགྱུར། །གཞན་མྱོང་བ་ན་འབྲེལ་པ་ལས། །དྲན་འགྱུར་བྱི་བའི་དུག་བཞིན་ནོ། ། +རྐྱེན་གཞན་དག་དང་ལྡན་པ་ནི། །མཐོང་ཕྱིར་རང་ཉིད་རབ་གསལ་ན། །གྲུབ་པའི་མིག་སྨན་སྦྱོར་བ་ལས། །བུམ་མཐོང་མིག་སྨན་ཉིད་འགྱུར་མིན། ། +ཇི་ལྟར་མཐོང་ཐོས་ཤེས་པ་དག །འདིར་ནི་དགག་པར་བྱ་མིན་ཏེ། །འདིར་ནི་སྡུག་བསྔལ་རྒྱུར་གྱུར་པ། །བདེན་པར་རྟོག་པ་བཟློག་བྱ་ཡིན། ། +སེམས་ལས་སྒྱུ་མ་གཞན་མིན་ཞིང་། །གཞན་མིན་པར་ཡང་མི་རྟག་ན། །དངོས་ན་ཇི་ལྟར་དེ་གཞན་མིན། །གཞན་མིན་ཞེ་ན་དངོས་པོར་མེད། ། +ཇི་ལྟར་སྒྱུ་མ་བདེན་མིན་ཡང་། །བལྟ་བྱ་དེ་བཞིན་ལྟ་བྱེད་ཡིད། །གལ་ཏེ་འཁོར་བ་དངོས་རྟེན་ཅན། །དེ་ནི་གཞན་དུ་མཁའ་འདྲར་འགྱུར། ། +དངོས་མེད་དངོས་ལ་བརྟེན་པས་ན། །བྱེད་དང་ལྡན་པར་ཇི་ལྟར་འགྱུར། །ཁྱོད་ཀྱི་སེམས་ནི་གྲོགས་མེད་པར། །གཅིག་པུ་ཉིད་དུ་འགྱུར་བ་ཡིན། ། +གང་ཚེ་སེམས་ནི་གཟུང་བྲལ་བ། །དེ་ཚེ་ཐམས་ཅད་དེ་བཞིན་གཤེགས། །དེ་ལྟ་ན་ཡང་སེམས་ཙམ་དུ། །བརྟགས་ལ་ཡོན་ཏན་ཅི་ཞིག་ཡོད། ། +སྒྱུ་མ་ལྟ་བུར་ཤེས་ན་ཡང་། །ཇི་ལྟར་ཉོན་མོངས་ལྡོག་འགྱུར་ཏེ། །གང་ཚེ་སྒྱུ་མའི་བུད་མེད་ལ། །དེ་བྱེད་ཉིད་ཀྱང་ཆགས་སྐྱེ་འགྱུར། ། +དེ་བྱེད་པ་ནི་ཤེས་བྱ་ལ། །ཉོན་མོངས་བག་ཆགས་མ་སྤངས་པ། །དེས་ན་དེ་མཐོང་བ་ན་དེ། །སྟོང་ཉིད་བག་ཆགས་ཉམ་ཆུང་ཉིད། ། +སྟོང་ཉིད་བག་ཆགས་གོམས་པས་ནི། །དངོས་པོའི་བག་ཆགས་སྤོང་འགྱུར་ཞིང་། །ཅི་ཡང་མེད་ཅེས་གོམས་པས་ནི། །དེ་ཡང་ཕྱི་ནས་སྤོང་བར་འགྱུར། ། +གང་ཚེ་གང་ཞིག་མེད་དོ་ཞེས། །བརྟག་བྱའི་དངོས་པོ་མི་དམིགས་པ། །དེ་ཚེ་དངོས་མེད་རྟེན་བྲལ་བ། །བློ་ཡི་མདུན་ན་ཇི་ལྟར་གནས། ། +གང་ཚེ་དངོས་དང་དངོས་མེད་དག །བློ་ཡི་མདུན་ན་མི་གནས་པ། །དེ་ཚེ་རྣམ་པ་གཞན་མེད་པས། །དམིགས་པ་མེད་པར་རབ་ཏུ་ཞི། ། +ཡིད་བཞིན་ནོར་བུ་དཔག་བསམ་ཤིང་། །ཇི་ལྟར་རེ་བ་ཡོངས་སྐོང་བ། །དེ་བཞིན་གདུལ་བྱ་སྨོན་ལམ་གྱི། །དབང་གིས་རྒྱལ་བའི་སྐུར་སྣང་ངོ་། ། +དཔེར་ན་ནམ་མཁའ་ལྡིང་གི་ནི། །མཆོད་སྡོང་བསྒྲུབས་ནས་འདས་གྱུར་པ། །དེ་འདས་ཡུན་རིང་ལོན་ཡང་དེ། །དུག་ལ་སོགས་པ་ཞི་བྱེད་བཞིན། ། +བྱང་ཆུབ་སྤྱོད་པའི་རྗེས་མཐུན་པར། །རྒྱལ་བའི་མཆོད་སྡོང་བསྒྲུབས་པ་ཡང་། །བྱང་ཆུབ་སེམས་དཔའ་མྱ་ངན་ལས། །འདས་ཀྱང་དོན་རྣམས་ཐམས་ཅད་མཛད། ། +སེམས་མེད་པ་ལ་མཆོད་བྱས་པས། །ཇི་ལྟར་འབྲས་བུ་ལྡན་པར་འགྱུར། །གང་ཕྱིར་བཞུགས་པའམ་མྱ་ངན་འདས། །མཚུངས་པ་ཉིད་དུ་བཤད་ཕྱིར་རོ། ། +ཀུན་རྫོབ་བམ་ནི་དེ་ཉིད་དུའང་། །རུང་སྟེ་དེར་འབྲས་ལུང་ལས་ཡིན། །དཔེར་ན་བདེན་པའི་སངས་རྒྱས་ལ། །ཇི་ལྟར་འབྲས་བུར་བཅས་པ་བཞིན། ། +བདེན་པ་མཐོང་བས་གྲོལ་འགྱུར་གྱི། །སྟོང་ཉིད་མཐོང་བས་ཅི་ཞིག་བྱ། །གང་ཕྱིར་ལུང་ལས་ལམ་འདི་ནི། །མེད་པར་བྱང་ཆུབ་མེད་པར་གསུངས། ། +གལ་ཏེ་ཐེག་ཆེན་མ་གྲུབ་ན། །ཁྱོད་ཀྱི་ལུང་ནི་ཇི་ལྟར་གྲུབ། །གང་ཕྱིར་གཉིས་ཀ་ལ་འདི་གྲུབ། །དང་པོ་ཁྱོད་ལ་འདི་མ་གྲུབ། ། +རྐྱེན་གང་གིས་ནི་དེར་ཡིད་ཆེས། །དེ་ནི་ཐེག་ཆེན་ལ་ཡང་མཚུངས། །གཞན་གཉིས་འདོད་པས་བདེན་ན་ནི། །རིག་བྱེད་སོགས་ཀྱང་བདེན་པར་འགྱུར། ། +ཐེག་ཆེན་རྩོད་བཅས་ཕྱིར་ཞེ་ན། །ལུང་ལ་མུ་སྟེགས་པ་རྣམས་དང་། །ལུང་གཞན་ལ་ཡང་རང་གཞན་དག །རྩོད་བཅས་ཡིན་ཕྱིར་དོར་བྱར་འགྱུར། ། +བསྟན་རྩ་དགེ་སློང་ཉིད་ཡིན་ན། །དགེ་སློང་ཉིད་ཀྱང་དཀའ་བར་གནས། །སེམས་ནི་དམིགས་དང་བཅས་རྣམས་ཀྱི། །མྱ་ངན་འདས་པའང་དཀའ་བར་གནས། ། +ཉོན་མོངས་སྤངས་པས་གྲོལ་ན་དེའི། །དེ་མ་ཐག་ཏུ་དེར་འགྱུར་རོ། །ཉོན་མོངས་མེད་ཀྱང་དེ་དག་ལ། །ལས་ཀྱི་ནུས་པ་མཐོང་བ་ཡིན། ། +རེ་ཞིག་ཉེར་ལེན་སྲེད་པ་ནི། །མེད་ཅེས་ངེས་པ་ཉིད་ཅེ་ན། །སྲེད་དེ་ཉོན་མོངས་ཅན་མིན་ཡང་། །ཀུན་རྨོངས་བཞིན་དུ་ཅི་སྟེ་མེད། ། +ཚོར་བའི་རྐྱེན་གྱིས་སྲེད་པ་ཡིན། །ཚོར་བ་དེ་དག་ལ་ཡང་ཡོད། །དམིགས་པ་དང་ནི་བཅས་པའི་སེམས། །འགའ་ཞིག་ལ་ནི་གནས་པར་འགྱུར། ། +སྟོང་ཉིད་དང་ནི་བྲལ་བའི་སེམས། །འགགས་པ་སླར་ཡང་སྐྱེ་འགྱུར་ཏེ། །འདུ་ཤེས་མེད་པའི་སྙོམས་འཇུག་བཞིན། །དེས་ན་སྟོང་ཉིད་བསྒོམ་པར་བྱ། ། +ངག་གང་མདོ་སྡེ་ལ་འཇུག་དེ། །གལ་ཏེ་སངས་རྒྱས་གསུངས་འདོད་ན། །ཐེག་ཆེན་ཕལ་ཆེར་ཁྱེད་ཅག་གི །མདོ་དང་མཚུངས་འདོད་མིན་ནམ་ཅི། ། +གལ་ཏེ་མ་གཏོགས་གཅིག་གིས་ནི། །ཐམས་ཅད་སྐྱོན་དང་བཅས་འགྱུར་ན། །མདོ་མཚུངས་གཅིག་གིས་ཐམས་ཅད་ནི། །རྒྱལ་བས་གསུངས་པ་ཅིས་མ་ཡིན། ། +ངག་གང་འོད་སྲུངས་ཆེན་པོ་ལ། །སོགས་པས་གཏིང་དཔོགས་མ་གྱུར་པ། །དེ་ནི་ཁྱོད་ཀྱིས་མ་རྟོགས་པས། །གཟུང་བྱ་མིན་པར་སུ་ཞིག་བྱེད། ། +རྨོངས་པས་སྡུག་བསྔལ་ཅན་དོན་དུ། །ཆགས་དང་འཇིགས་མཐའ་ལས་གྲོལ་བ། །འཁོར་བར་གནས་པ་གྲུབ་འགྱུར་བ། །འདི་ནི་སྟོང་ཉིད་འབྲས་བུ་ཡིན། ། +དེ་ལྟར་སྟོང་པ་ཉིད་ཕྱོགས་ལ། །སུན་འབྱིན་པ་ནི་འཐད་མ་ཡིན། །དེས་ན་ཐེ་ཚོམ་མི་ཟ་བར། །སྟོང་པ་ཉིད་ནི་བསྒོམ་པར་བྱ། ། +ཉོན་མོངས་ཤེས་བྱའི་སྒྲིབ་པ་ཡི། །མུན་པའི་གཉེན་པོ་སྟོང་པ་ཉིད། །མྱུར་དུ་ཐམས་ཅད་མཁྱེན་འདོད་པས། །དེ་ནི་ཇི་ལྟར་སྒོམ་མི་བྱེད། ། +དངོས་གང་སྡུག་བསྔལ་སྐྱེད་བྱེད་པ། །དེ་ལས་སྐྲག་པ་སྐྱེ་འགྱུར་ན། །སྟོང་ཉིད་སྡུག་བསྔལ་ཞི་བྱེད་པ། །དེ་ལ་འཇིགས་པ་ཇི་ལྟར་སྐྱེ། ། +གལ་ཏེ་བདག་འགའ་ཡོད་ན་ནི། །ཅི་ཡང་རུང་ལས་འཇིགས་འགྱུར་ན། །བདག་ཉིད་འགའ་ཡང་ཡོད་མིན་པས། །འཇིགས་པར་འགྱུར་བ་སུ་ཞིག་ཡིན། ། +སོ་དང་སྐྲ་སེན་བདག་མ་ཡིན། །བདག་ནི་རུས་པ་ཁྲག་མ་ཡིན། །སྣབས་མིན་བད་ཀན་མ་ཡིན་ཏེ། །ཆུ་སེར་དང་ནི་རྣག་ཀྱང་མིན། ། +བདག་ནི་ཞག་དང་རྔུལ་མིན་ཏེ། །གློ་མཆིན་དག་ཀྱང་བདག་མ་ཡིན། །ནང་ཁྲོལ་གཞན་ཡང་བདག་མིན་ཏེ། །བདག་ནི་ཕྱི་ས་གཅིན་མ་ཡིན། ། +ཤ་དང་པགས་པ་བདག་མིན་ཏེ། །དྲོད་དང་རླུང་ཡང་བདག་མ་ཡིན། །བུ་ག་བདག་མིན་རྣམ་ཀུན་དུ། །རྣམ་ཤེས་དྲུག་ཀྱང་བདག་མ་ཡིན། ། +གལ་ཏེ་སྒྲ་ཡི་ཤེས་རྟག་ན། །ཐམས་ཅད་ཚེ་ན་སྒྲ་འཛིན་འགྱུར། །ཤེས་བྱ་མེད་ན་ཅི་ཞིག་རིག །གང་གིས་ཤེས་པ་ཞེས་རྗོད་བྱེད། ། +གལ་ཏེ་ཤེས་མེད་ཤེས་ཡིན་ན། །ཤིང་ཡང་ཤེས་པར་ཐལ་བར་འགྱུར། །དེས་ན་ཤེས་བྱ་ཉེར་གནས་པ། །མེད་པར་ཤེས་པ་མེད་ཅེས་ངེས། ། +དེ་ཉིད་ཀྱིས་ནི་གཟུགས་ཤེས་ན། །དེ་ཚེ་ཐོས་པའང་ཅི་སྟེ་མིན། །གལ་ཏེ་སྒྲ་མི་ཉེ་ཕྱིར་ན། །དེས་ན་དེ་ཡི་ཤེས་པའང་མེད། ། +སྒྲ་འཛིན་རང་བཞིན་གང་ཡིན་པ། །དེ་གཟུགས་འཛིན་པར་ཇི་ལྟར་འགྱུར། །གཅིག་ནི་ཕ་དང་བུ་ཉིད་དུ། །བརྟགས་ཡིན་ཡང་དག་ཉིད་མིན་ཏེ། ། +འདི་ལྟར་སྙིང་སྟོབས་རྡུལ་དང་ནི། །མུན་པ་བུ་མིན་ཕ་ཡང་མིན། །དེ་ནི་སྒྲ་འཛིན་དང་ལྡན་པའི། །རང་བཞིན་དུ་ནི་མཐོང་མ་ཡིན། ། +གར་མཁན་ལྟ་བུར་ཚུལ་གཞན་གྱིས། །དེ་ཉིད་མཐོང་ན་དེ་རྟག་མིན། །གལ་ཏེ་ཚུལ་གཞན་དེ་ཉིད་ན། །གཅིག་ཉིད་དེ་ནི་སྔོན་མེད་གཅིག ། +གལ་ཏེ་ཚུལ་གཞན་བདེན་མིན་ན། །དེ་ཡི་རང་གི་རང་བཞིན་སྨྲོས། །ཤེས་ཉིད་ཅེ་ན་དེ་ལྟ་ན། །སྐྱེས་ཀུན་གཅིག་ཏུ་ཐལ་བར་འགྱུར། ། +སེམས་པ་སེམས་མེད་དེ་དག་ཀྱང་། །གཅིག་འགྱུར་གང་ཕྱིར་ཡོད་ཉིད་མཚུངས། །གང་ཚེ་བྱེ་བྲག་ཕྱིན་ཅི་ལོག །དེ་ཚེ་འདྲ་བའི་རྟེན་གང་ཡིན། ། +སེམས་མེད་པ་ཡང་བདག་མིན་ཏེ། །སེམས་མེད་ཉིད་ཕྱིར་བུམ་སོགས་བཞིན། །འོན་ཏེ་སེམས་དང་ལྡན་པའི་ཕྱིར། །ཤེས་ན་མི་ཤེས་འཇིག་པར་ཐལ། ། +ཇི་སྟེ་བདག་ལ་འགྱུར་མེད་ན། །སེམས་པས་དེ་ལ་ཅི་ཞིག་བྱས། །དེ་ལྟར་ཤེས་མེད་བྱ་བྲལ་བ། །ནམ་མཁའ་བདག་ཏུ་བྱས་པར་འགྱུར། ། +གལ་ཏེ་བདག་ནི་ཡོད་མིན་ན། །ལས་འབྲས་འབྲེལ་པ་རིགས་མིན་ཏེ། །ལས་བྱས་ནས་ནི་ཞིག་པས་ན། །སུ་ཡི་ལས་སུ་འགྱུར་ཞེ་ན། ། +བྱ་བ་འབྲས་གཞི་ཐ་དད་དང་། །དེར་བདག་བྱེད་པ་མེད་པར་ཡང་། །ཡུ་བུ་གཉི་ག་ལ་གྲུབ་པས། །འདིར་བརྩད་དོན་མེད་མ་ཡིན་ནམ། ། +རྒྱུ་ལྡན་འབྲས་བུ་དང་བཅས་ཞེས། །མཐོང་བ་འདི་ནི་སྲིད་མ་ཡིན། །རྒྱུད་གཅིག་ལ་ནི་བརྟེན་ནས་སུ། །བྱེད་པོ་སྤྱོད་པོ་ཞེས་བྱར་བསྟན། ། +འདས་དང་མ་འོངས་པ་ཡི་སེམས། །བདག་མིན་དེ་ནི་མེད་པའི་ཕྱིར། །འོན་ཏེ་སྐྱེས་སེམས་བདག་ཡིན་ན། །དེ་ཞིག་ན་ཡང་བདག་མེད་དོ། ། +དཔེར་ན་ཆུ་ཤིང་སྡོང་པོ་དག །ཆ་ཤས་ཕྱེ་ན་འགའ་མེད་པ། །དེ་བཞིན་རྣམ་པར་དཔྱད་པ་ཡིས། །བཙལ་ན་བདག་ཀྱང་ཡང་དག་མིན། ། +གལ་ཏེ་སེམས་ཅན་ཡོད་མིན་ན། །སུ་ལ་སྙིང་རྗེ་བྱ་ཞེ་ན། །འབྲས་བུའི་དོན་དུ་ཁས་བླངས་པའི། །རྨོངས་པས་བརྟགས་པ་གང་ཡིན་པའོ། ། +སེམས་ཅན་མེད་འབྲས་སུ་ཡི་ཡིན། །བདེན་ཏེ་འོན་ཀྱང་རྨོངས་ལས་འདོད། །སྡུག་བསྔལ་ཉེ་བར་ཞི་དོན་དུ། །འབྲས་བུའི་རྨོངས་པ་བཟློག་མི་བྱ། ། +སྡུག་བསྔལ་རྒྱུ་ཡི་ང་རྒྱལ་ནི། །བདག་ཏུ་རྨོངས་པས་འཕེལ་བར་འགྱུར། །དེ་ལས་ཀྱང་བཟློག་མེད་ཅེ་ན། །བདག་མེད་བསྒོམ་པ་མཆོག་ཡིན་ནོ། ། +ལུས་ནི་རྐང་པ་བྱིན་པ་མིན། །བརླ་དང་རྐེད་པའང་ལུས་མ་ཡིན། །ལྟོ་དང་རྒྱབ་ཀྱང་ལུས་མིན་ཏེ། །བྲང་དང་དཔུང་པའང་ལུས་མ་ཡིན། ། +རྩིབ་ལོགས་ལག་པའང་ལུས་མིན་ཏེ། །མཆན་ཁུང་ཕྲག་པའང་ལུས་མ་ཡིན། །ནང་ཁྲོལ་རྣམས་ཀྱང་དེ་མིན་ལ། །མགོ་དང་མགྲིན་པའང་ལུས་མིན་ན། །འདི་ལ་ལུས་ནི་གང་ཞིག་ཡིན། ། +གལ་ཏེ་ལུས་འདི་ཐམས་ཅད་ལ། །ཕྱོགས་རེ་ཡིས་ནི་གནས་གྱུར་ན། །ཆ་རྣམས་ཆ་ལ་གནས་གྱུར་མོད། །དེ་རང་ཉིད་ནི་གང་ལ་གནས། ། +གལ་ཏེ་བདག་ཉིད་ཀུན་གྱི་ལུས། །ལག་སོགས་རྣམས་ལ་གནས་ན་ནི། །ལག་སོགས་དེ་དག་ཇི་སྙེད་པ། །དེ་སྙེད་ཀྱི་ནི་ལུས་སུ་འགྱུར། ། +ཕྱི་དང་ནང་ན་ལུས་མེད་ན། །ཇི་ལྟར་ལག་སོགས་ལ་ལུས་ཡོད། །ལག་སོགས་རྣམས་ལས་གཞན་མེད་ན། །དེ་ནི་ཇི་ལྟར་ཡོད་པ་ཡིན། ། +དེས་ན་ལུས་མེད་ལག་སོགས་ལ། །རྨོངས་པ་ཡིས་ནི་ལུས་བློར་འགྱུར། །དབྱིབས་སུ་བཀོད་པའི་ཁྱད་པར་གྱིས། །ཐོ་ཡོར་ལ་ནི་མི་བློ་བཞིན། ། +ཇི་སྲིད་རྐྱེན་ཚོགས་དེ་སྲིད་དུ། །ལུས་ནི་སྐྱེས་བུ་ལྟར་སྣང་བ། །དེ་བཞིན་ཇི་སྲིད་ལག་སོགས་ལ། །དེ་ཡོད་དེ་སྲིད་དེར་ལུས་སྣང་། ། +དེ་བཞིན་སོར་མོའི་ཚོགས་ཡིན་ཕྱིར། །ལག་པའང་གང་ཞིག་ཡིན་པར་འགྱུར། །དེ་ཡང་ཚིགས་ཀྱི་ཚོགས་ཡིན་ཕྱིར། །ཚིགས་ཀྱང་རང་གི་ཆ་ཕྱེ་བས། ། +ཆ་ཡང་རྡུལ་དུ་ཕྱེ་བས་ཏེ། །རྡུལ་དེའང་ཕྱོགས་ཆའི་དབྱེ་བ་ཡིས། །ཕྱོགས་དབྱེའང་ཆ་ཤས་དང་བྲལ་ཕྱིར། །མཁའ་བཞིན་དེས་ན་རྡུལ་ཡང་མེད། ། +དེ་ལྟར་རྨི་ལམ་ལྟ་བུ་ཡི། །གཟུགས་ལ་དཔྱོད་ལྡན་སུ་ཞིག་ཆགས། །གང་ཚེ་དེ་ལྟར་ལུས་མེད་པ། །དེ་ཚེ་སྐྱེས་གང་བུད་མེད་གང་། ། +སྡུག་བསྔལ་དེ་ཉིད་དུ་ཡོད་ན། །ཅི་སྟེ་རབ་དགའ་ལ་མི་གནོད། །བདེ་ན་མྱ་ངན་གདུང་སོགས་ལ། །ཞིམ་སོགས་ཅི་སྟེ་དགའ་མི་བྱེད། ། +སྟོབས་དང་ལྡན་པས་ཟིལ་མནན་ཕྱིར། །གལ་ཏེ་དེ་མྱོང་མ་ཡིན་ན། །གང་ཞིག་ཉམས་མྱོང་བདག་ཉིད་མིན། །དེ་ནི་ཚོར་བ་ཇི་ལྟར་ཡིན། ། +སྡུག་བསྔལ་ཕྲ་མོ་ཉིད་དུ་ཡོད། །འདི་ཡི་རགས་པ་བསལ་མིན་ནམ། །དེ་ནི་དེ་ལས་གཞན་དགའ་ཙམ། །ཞེ་ན་ཕྲ་ཉིད་དེ་ཡང་དེའི། ། +གལ་ཏེ་འགལ་རྐྱེན་སྐྱེས་པས་ན། །སྡུག་བསྔལ་སྐྱེས་པ་མིན་ན་ནི། །ཚོར་བར་རྟོག་པ་མངོན་ཞེན་ཉིད། །ཡིན་ཞེས་བྱ་བར་གྲུབ་མིན་ནམ། ། +དེ་ཉིད་ཕྱིར་ན་འདི་ཡི་ནི། །གཉེན་པོ་རྣམ་དཔྱོད་འདི་བསྒོམ་སྟེ། །རྣམ་བརྟགས་ཞིང་ལས་བྱུང་བ་ཡི། །བསམ་གཏན་རྣལ་འབྱོར་པ་ཡི་ཟས། ། +གལ་ཏེ་དབང་དོན་བར་བཅས་ན། །དེ་དག་གང་དུ་ཕྲད་པར་འགྱུར། །བར་མེད་ན་ཡང་གཅིག་ཉིད་དེ། །གང་ཞིག་གང་དང་ཕྲད་པར་འགྱུར། ། +རྡུལ་ཕྲན་རྡུལ་ཕྲན་ལ་འཇུག་མེད། །དེ་ནི་སྐབས་མེད་མཉམ་པ་ཡིན། །མ་ཞུགས་པ་ལ་འདྲེས་མེད་ཅིང་། །མ་འདྲེས་པ་ལ་ཕྲད་པ་མེད། ། +ཆ་མེད་པ་ལའང་ཕྲད་པ་ཞེས། །བྱ་བ་ཇི་ལྟར་འཐད་པར་འགྱུར། །ཕྲད་པ་དང་ནི་ཆ་མེད་པར། །གལ་ཏེ་མཐོང་ན་བསྟན་པར་གྱིས། ། +རྣམ་ཤེས་ལུས་མེད་པ་ལ་ནི། །ཕྲད་པ་འཐད་པ་མ་ཡིན་ཉིད། །ཚོགས་པའང་དངོས་པོ་མེད་ཕྱིར་ཏེ། །སྔར་ནི་ཇི་ལྟར་རྣམ་དཔྱད་བཞིན། ། +དེ་ལྟར་རེག་པ་ཡོད་མིན་ན། །ཚོར་བ་གང་ལས་འབྱུང་བར་འགྱུར། །ངལ་འདི་ཅི་ཡི་དོན་དུ་ཡིན། །གང་གིས་གང་ལ་གནོད་པར་འགྱུར། ། +གང་ཚེ་ཚོར་པོ་འགའ་མེད་ཅིང་། །ཚོར་བའང་ཡོད་པ་མ་ཡིན་པ། །དེ་ཚེ་གནས་སྐབས་འདི་མཐོང་ནས། །སྲེད་པ་ཅི་ཕྱིར་ལྡོག་མི་འགྱུར། ། +མཐོང་བ་འམ་ནི་རེག་པ་ཡང་། །རྨི་ལམ་སྒྱུ་འདྲའི་བདག་ཉིད་ཀྱིས། །སེམས་དང་ལྷན་ཅིག་སྐྱེས་པའི་ཕྱིར། །ཚོར་བ་དེ་ཡིས་མཐོང་མ་ཡིན། ། +སྔར་དང་ཕྱི་མར་སྐྱེས་པས་ཀྱང་། །དྲན་པར་འགྱུར་གྱི་མྱོང་མ་ཡིན། །རང་གིས་བདག་ཉིད་མྱོང་མིན་ལ། །གཞན་དག་གིས་ཀྱང་མྱོང་མ་ཡིན། ། +ཚོར་པོ་འགའ་ཡང་ཡོད་མིན་ཏེ། །དེས་ན་ཚོར་བ་དེ་ཉིད་མིན། །དེ་ལྟར་བདག་མེད་ཚོགས་འདི་ལ། །འདི་ཡིས་ཅི་སྟེ་གནོད་པར་བྱ། ། +ཡིད་ནི་དབང་རྣམས་ལ་མི་གནས། །གཟུགས་སོགས་ལ་མིན་བར་ནའང་མིན། །ནང་ཡང་སེམས་མིན་ཕྱི་མིན་ཞིང་། །གཞན་དུ་ཡང་ནི་རྙེད་མ་ཡིན། ། +གང་ཞིག་ལུས་མིན་གཞན་དུ་མིན། །འདྲེས་མིན་ལོགས་སུའང་འགར་མེད་པ། །དེ་ནི་ཅུང་ཟད་མིན་དེའི་ཕྱིར། །སེམས་ཅན་རང་བཞིན་མྱ་ངན་འདས། ། +ཤེས་བྱ་ལས་སྔར་ཤེས་ཡོད་ན། །དེ་ནི་ཅི་ལ་དམིགས་ནས་སྐྱེ། །ཤེས་དང་ཤེས་བྱ་ལྷན་ཅིག་ན། །དེ་ནི་ཅི་ལ་དམིགས་ནས་སྐྱེ། ། +འོན་ཏེ་ཤེས་བྱའི་ཕྱིས་ཡོད་ན། །དེ་ཚེ་ཤེས་པ་གང་ལས་སྐྱེ། །དེ་ལྟར་ཆོས་རྣམས་ཐམས་ཅད་ཀྱི། །སྐྱེ་བ་རྟོགས་པར་འགྱུར་མ་ཡིན། ། +གལ་ཏེ་དེ་ལྟར་ཀུན་རྫོབ་མེད། །དེ་ལ་བདེན་གཉིས་ག་ལ་ཡོད། །དེ་ཡང་ཀུན་རྫོབ་གཞན་གྱིས་ན། །སེམས་ཅན་མྱ་ངན་ག་ལ་འདའ། ། +འདི་ནི་གཞན་སེམས་རྣམ་རྟོག་སྟེ། །དེ་ནི་རང་གི་ཀུན་རྫོབ་མིན། །ཕྱིས་དེ་ངེས་ན་དེ་ཡོད་དེ། །མིན་ན་ཀུན་རྫོབ་མེད་པ་ཉིད། ། +རྟོག་དང་བརྟག་པར་བྱ་བ་དག །གཉིས་པོ་ཕན་ཚུན་བརྟེན་པ་ཡིན། །ཇི་ལྟར་གྲགས་པ་ལ་བརྟེན་ནས། །རྣམ་པར་དཔྱད་པ་ཐམས་ཅད་བརྗོད། ། +གང་ཚེ་རྣམ་པར་དཔྱད་པ་ཡི། །རྣམ་དཔྱོད་ཀྱིས་ནི་དཔྱོད་བྱེད་ན། །དེ་ཚེ་རྣམ་དཔྱོད་དེ་ཡང་ནི། །རྣམ་དཔྱོད་ཕྱིར་ན་ཐུག་པ་མེད། ། +དཔྱད་བྱ་རྣམ་པར་དཔྱད་བྱས་ན། །རྣམ་དཔྱོད་ལ་ནི་རྟེན་ཡོད་མིན། །རྟེན་མེད་ཕྱིར་ན་མི་སྐྱེ་སྟེ། །དེ་ཡང་མྱ་ངན་འདས་པར་བརྗོད། ། +གང་གི་ལྟར་ན་འདི་གཉིས་བདེན། །དེ་ཉིད་ཤིན་ཏུ་དཀའ་བར་གནས། །གལ་ཏེ་ཤེས་དབང་ལས་དོན་གྲུབ། །ཤེས་ཡོད་ཉིད་ལ་རྟེན་ཅི་ཡོད། ། +འོན་ཏེ་ཤེས་བྱ་ལས་ཤེས་གྲུབ། །ཤེས་བྱ་ཡོད་ལ་རྟེན་ཅི་ཡོད། །དེ་སྟེ་ཕན་ཚུན་དབང་གིས་ཡོད། །གཉི་ག་ཡང་ནི་མེད་པར་འགྱུར། ། +གལ་ཏེ་བུ་མེད་ཕ་མིན་ན། །བུ་ཉིད་གང་ལས་བྱུང་བ་ཡིན། །བུ་མེད་པར་ནི་ཕ་མེད་པ། །དེ་བཞིན་དེ་གཉིས་མེད་པ་ཉིད། ། +མྱུ་གུ་ས་བོན་ལས་སྐྱེ་ཞིང་། །ས་བོན་དེ་ཉིད་ཀྱིས་རྟོགས་བཞིན། །ཤེས་བྱ་ལས་སྐྱེས་ཤེས་པ་ཡིས། །དེ་ཡོད་པ་ནི་ཅིས་མི་རྟོགས། ། +མྱུ་གུ་ལས་གཞན་ཤེས་པ་ཡིས། །ས་བོན་ཡོད་ཅེས་རྟོགས་འགྱུར་ན། །གང་ཕྱིར་ཤེས་བྱ་དེ་རྟོགས་པ། །ཤེས་པ་ཡོད་ཉིད་གང་ལས་རྟོགས། ། +རེ་ཞིག་འཇིག་རྟེན་མངོན་སུམ་གྱིས། །རྒྱུ་རྣམས་ཐམས་ཅད་མཐོང་བ་ཡིན། །པདྨའི་སྡོང་བུ་སོགས་དབྱེ་ནི། །རྒྱུ་ཡི་དབྱེ་བས་བསྐྱེད་པ་ཡིན། ། +རྒྱུ་དབྱེ་གང་གིས་བྱས་ཞེ་ན། །སྔར་གྱི་རྒྱུ་དབྱེ་ཉིད་ལས་སོ། །ཅི་ཕྱིར་རྒྱུ་ཡིས་འབྲས་སྐྱེད་ནུས། །སྔར་གྱི་རྒྱུ་ཡི་མཐུ་ཉིད་ལས། ། +དབང་ཕྱུག་འགྲོ་བའི་རྒྱུ་ཡིན་ན། །རེ་ཞིག་དབང་ཕྱུག་གང་ཡིན་སྨྲོས། །འབྱུང་རྣམས་ཞེ་ན་དེ་ལྟ་མོད། །མིང་ཙམ་ལ་ཡང་ཅི་ཞིག་ངལ། ། +འོན་ཀྱང་ས་སོགས་དུ་མ་དང་། །མི་རྟག་གཡོ་མེད་ལྷ་མིན་ཞིང་། །འགོམ་བྱ་ཉིད་དང་མི་གཙང་བས། །དེ་ནི་དབང་ཕྱུག་ཉིད་མ་ཡིན། ། +དབང་ཕྱུག་མཁའ་མིན་གཡོ་མེད་ཕྱིར། །བདག་མིན་སྔར་ནི་བཀག་ཟིན་ཕྱིར། །བསམ་མིན་པ་ཡི་བྱེད་པོ་ཡང་། །བསམ་མིན་བརྗོད་པས་ཅི་ཞིག་བྱ། ། +དེས་བསྐྱེད་འདོད་པའང་གང་ཞིག་ཡིན། །བདག་ནི་དེ་དང་ས་སོགས་དང་། །དབང་ཕྱུག་ངོ་བོའང་རྟག་མིན་ནམ། །ཤེས་པ་ཤེས་བྱ་ལས་སྐྱེ་དང་། ། +ཐོག་མེད་བདེ་སྡུག་ལས་ལས་ཡིན། །དེ་ཡིས་གང་ཞིག་བསྐྱེད་པ་སྨྲོས། །རྒྱུ་ལ་ཐོག་མ་ཡོད་མིན་ན། །འབྲས་བུའི་ཐོག་མ་ག་ལ་ཡོད། ། +རྟག་ཏུ་ཅི་ཕྱིར་བྱེད་མིན་ཏེ། །དེ་ནི་གཞན་ལ་ལྟོས་པ་མིན། །དེས་བྱས་མིན་གཞན་ཡོད་མིན་ན། །དེས་འདི་གང་ལ་ལྟོས་པར་འགྱུར། ། +གལ་ཏེ་ལྟོས་ན་ཚོགས་པ་ཉིད། །རྒྱུ་ཡིན་འགྱུར་གྱི་དབང་ཕྱུག་མིན། །ཚོགས་ན་མི་སྐྱེ་དབང་མེད་ཅིང་། །དེ་མེད་པར་ནི་སྐྱེ་དབང་མེད། ། +གལ་ཏེ་དབང་ཕྱུག་མི་འདོད་བཞིན། །བྱེད་ན་གཞན་གྱི་དབང་དུ་ཐལ། །འདོད་ནའང་འདོད་ལ་རག་ལས་འགྱུར། །བྱེད་ནའང་དབང་ཕྱུག་ག་ལ་ཡིན། ། +གང་དག་རྡུལ་ཕྲན་རྟག་སྨྲ་བ། །དེ་དག་ཀྱང་ནི་སྔར་བཟློག་ཟིན། །གཙོ་བོ་རྟག་པ་འགྲོ་བ་ཡི། །རྒྱུ་ཡིན་པར་ནི་གྲངས་ཅན་འདོད། ། +སྙིང་སྟོབས་རྡུལ་དང་མུན་པ་ཞེས། །བྱ་བའི་ཡོན་ཏན་མཉམ་གནས་ནི། །གཙོ་བོ་ཞེས་བྱར་རབ་བརྗོད་དེ། །མི་མཉམ་འགྲོ་བ་ཡིན་པར་བརྗོད། ། +གཅིག་ལ་རང་བཞིན་གསུམ་ཉིད་ནི། །རིགས་མིན་དེས་ན་དེ་ཡོད་མིན། །དེ་བཞིན་ཡོན་ཏན་ཡོད་མིན་ཏེ། །དེ་ཡང་སོ་སོར་རྣམ་གསུམ་ཕྱིར། ། +ཡོན་ཏན་མེད་ན་སྒྲ་སོགས་ཀྱང་། །ཡོད་ཉིད་ཤིན་ཏུ་རྒྱང་རིང་འགྱུར། །སེམས་མེད་གོས་ལ་སོགས་པ་ལ། །བདེ་སོགས་ཡོད་པ་སྲིད་པའང་མིན། ། +དངོས་རྣམས་དེ་རྒྱུའི་རང་བཞིན་ན། །དངོས་པོ་རྣམ་དཔྱད་ཟིན་མིན་ནམ། །ཁྱོད་ཀྱི་རྒྱུ་ཡང་བདེ་སོགས་ཉིད། །དེ་ལས་སྣམ་སོགས་འབྱུང་བའང་མེད། ། +སྣམ་སོགས་ལས་ནི་བདེ་སོགས་ཡིན། །དེ་མེད་ཕྱིར་ན་བདེ་སོགས་མེད། །བདེ་སོགས་རྟག་པ་ཉིད་དུ་ཡང་། །ནམ་ཡང་དམིགས་པ་ཡོད་མ་ཡིན། ། +བདེ་སོགས་གསལ་བ་ཡོད་ཉིད་ན། །མྱོང་བ་ཅི་ཕྱིར་འཛིན་མ་ཡིན། །དེ་ཉིད་ཕྲ་མོར་གྱུར་ན་དེ། །རགས་དང་ཕྲ་བའང་ཇི་ལྟར་ཡིན། ། +རགས་པ་དོར་ནས་ཕྲ་གྱུར་པས། །ཕྲ་རགས་དེ་དག་མི་རྟག་ཉིད། །དེ་བཞིན་དངོས་པོ་ཐམས་ཅད་ནི། །མི་རྟག་ཉིད་དུ་ཅིས་མི་འདོད། ། +རགས་པ་བདེ་ལས་གཞན་མིན་ན། །བདེ་བ་གསལ་བ་མི་རྟག་ཉིད། །གལ་ཏེ་མེད་པ་འགའ་ཡང་ནི། །སྐྱེ་མིན་མེད་ཕྱིར་ཞེས་འདོད་ན། །གསལ་བ་མེད་པར་སྐྱེ་བར་ནི། །ཁྱོད་མི་འདོད་ཀྱང་གནས་པ་ཉིད། ། +གལ་ཏེ་རྒྱུ་ལ་འབྲས་གནས་ན། །ཟན་ཟ་མི་གཙང་ཟ་བར་འགྱུར། །རས་ཀྱི་རིན་གྱིས་རས་བལ་གྱི། །ས་བོན་ཉོས་ལ་བགོ་བར་གྱིས། ། +འཇིག་རྟེན་རྨོངས་པས་མ་མཐོང་ན། །དེ་ཉིད་ཤེས་ཀྱིས་བཞག་དེ་ཉིད། ། +ཤེས་དེ་འཇིག་རྟེན་ལ་ཡང་ནི། །ཡོད་པས་ཅི་སྟེ་མཐོང་མ་ཡིན། །འཇིག་རྟེན་ཚད་མ་ཉིད་མིན་ན། །གསལ་བ་མཐོང་བའང་བདེན་མ་ཡིན། ། +གལ་ཏེ་ཚད་མ་ཚད་མིན་ན། །དེས་གཞལ་བརྫུན་པར་མི་འགྱུར་རམ། །དེ་ཉིད་དུ་ན་སྟོང་པ་ཉིད། །སྒོམ་པ་དེ་ཕྱིར་མི་འཐད་འགྱུར། ། +བརྟགས་པའི་དངོས་ལ་མ་རེག་པར། །དེ་ཡི་དངོས་མེད་འཛིན་མ་ཡིན། །དེ་ཕྱིར་རྫུན་པའི་དངོས་གང་ཡིན། །དེ་ཡི་དངོས་མེད་གསལ་བར་རྫུན། ། +དེས་ན་རྨི་ལམ་བུ་ཤི་ལ། །དེ་མེད་སྙམ་པའི་རྣམ་རྟོག་ནི། །དེ་ཡོད་རྣམ་པར་རྟོག་པ་ཡི། །གེགས་ཡིན་དེ་ཡང་རྫུན་པ་ཡིན། ། +དེ་བས་དེ་ལྟར་རྣམ་དཔྱད་པས། །འགའ་ཡང་རྒྱུ་མེད་ཡོད་མ་ཡིན། །སོ་སོ་བའམ་འདུས་པ་ཡི། །རྐྱེན་རྣམས་ལ་ཡང་གནས་མ་ཡིན། ། +གཞན་ནས་འོངས་པའང་མ་ཡིན་ལ། །གནས་པ་མ་ཡིན་འགྲོ་མ་ཡིན། །རྨོངས་པས་བདེན་པར་གང་བྱས་འདི། །སྒྱུ་མ་ལས་ནི་ཁྱད་ཅི་ཡོད། ། +སྒྱུ་མས་སྤྲུལ་པ་གང་ཡིན་དང་། །རྒྱུ་རྣམས་ཀྱིས་ནི་གང་སྤྲུལ་པ། །དེ་ནི་གང་ནས་འོངས་གྱུར་ཅིང་། །གང་དུ་འགྲོ་བའང་བརྟག་པར་གྱིས། ། +གང་ཞིག་གང་ནི་ཉེ་བ་ཡིས། །མཐོང་གྱུར་དེ་མེད་ན་མིན་པ། །བཅོས་སུ་གཟུགས་བརྙན་དང་མཚུངས་པ། །དེ་ལ་བདེན་ཉིད་ཇི་ལྟར་ཡོད། ། +དངོས་པོ་ཡོད་པར་གྱུར་པ་ལ། །རྒྱུ་ཡིས་དགོས་པ་ཅི་ཞིག་ཡོད། །འོན་ཏེ་དེ་ནི་མེད་ན་ཡང་། །རྒྱུ་ཡིས་དགོས་པ་ཅི་ཞིག་ཡོད། ། +བྱེ་བ་བརྒྱ་ཕྲག་རྒྱུ་ཡིས་ཀྱང་། །དངོས་པོ་མེད་པ་བསྒྱུར་དུ་མེད། །གནས་སྐབས་དེ་དངོས་ཇི་ལྟར་ཡིན། །དངོས་འགྱུར་གཞན་ཡང་གང་ཞིག་ཡིན། ། +མེད་ཚེ་དངོས་ཡོད་སྲིད་མིན་ན། །དངོས་པོ་ཡོད་པར་ནམ་ཞིག་འགྱུར། །དངོས་པོ་སྐྱེས་པར་མ་གྱུར་པར། །དངོས་མེད་དེ་ནི་འབྲལ་མི་འགྱུར། ། +དངོས་མེད་དང་ནི་མ་བྲལ་ན། །དངོས་པོ་ཡོད་པའི་སྐབས་མི་སྲིད། །དངོས་པོའང་མེད་པར་འགྱུར་མིན་ཏེ། །རང་བཞིན་གཉིས་སུ་ཐལ་འགྱུར་ཕྱིར། ། +དེ་ལྟར་འགག་པ་ཡོད་མིན་ཞིང་། །དངོས་པོའང་ཡོད་མིན་དེ་ཡི་ཕྱིར། །འགྲོ་བ་འདི་དག་ཐམས་ཅད་ནི། །རྟག་ཏུ་མ་སྐྱེས་མ་འགགས་ཉིད། ། +འགྲོ་བ་རྨི་ལམ་ལྟ་བུ་སྟེ། །རྣམ་པར་དཔྱད་ན་ཆུ་ཤིང་འདྲ། །མྱ་ངན་འདས་དང་མ་འདས་པའང་། །དེ་ཉིད་དུ་ན་ཁྱད་པར་མེད། ། +དེ་ལྟར་སྟོང་པའི་དངོས་རྣམས་ལ། །ཐོབ་པ་ཅི་ཡོད་ཤོར་ཅི་ཡོད། །གང་གིས་རིམ་གྲོ་བྱས་པའམ། །ཡོངས་སུ་བརྙས་པའང་ཅི་ཞིག་ཡོད། ། +བདེ་བའང་སྡུག་བསྔལ་གང་ལས་ཡིན། །མི་དགར་ཅི་ཡོད་དགར་ཅི་ཡོད། །དེ་ཉིད་དུ་ནི་བཙལ་བྱས་ན། །གང་ཞིག་སྲེད་ཅིང་གང་ལ་སྲེད། ། +དཔྱད་ན་གསོན་པོའི་འཇིག་རྟེན་འདི། །གང་ཞིག་འདིར་ནི་འཆི་འགྱུར་ཏེ། །འབྱུང་འགྱུར་གང་ཡིན་བྱུང་གྱུར་གང་། །གཉེན་དང་བཤེས་ཀྱང་གང་ཞིག་ཡིན། ། +ཐམས་ཅད་ནམ་མཁའ་འདྲ་བར་ནི། །བདག་འདྲས་ཡོངས་སུ་གཟུང་བར་གྱིས། །བདག་ཉིད་བདེ་བར་འདོད་རྣམས་ནི། །འཐབ་དང་སྤྲོ་བའི་རྒྱུ་དག་གིས། ། +རབ་ཏུ་འཁྲུག་དང་དགའ་བར་བྱེད། །མྱ་ངན་འབད་རྩོལ་རྩོད་པ་དང་། །ཕན་ཚུན་གཅོད་དང་འབིགས་པ་དང་། །སྡིག་དག་གིས་ནི་ཚེགས་ཆེན་འཚོ། ། +བདེ་འགྲོར་ཡང་དང་ཡང་འོངས་ཏེ། །བདེ་བ་མང་པོ་སྤྱད་སྤྱད་ནས། །ཤི་ནས་ངན་སོང་སྡུག་བསྔལ་ནི། །ཡུན་རིང་མི་བཟད་རྣམས་སུ་ལྟུང་། ། +སྲིད་པ་ན་ནི་གཡང་ས་མང་། །དེར་ནི་དེ་ཉིད་མིན་འདི་འདྲ། །དེར་ཡང་ཕན་ཚུན་འགལ་བས་ན། །སྲིད་ན་དེ་ཉིད་འདི་འདྲ་མེད། ། +དེ་ཡང་དཔེ་མེད་མི་བཟད་པའི། །སྡུག་བསྔལ་རྒྱ་མཚོ་མཐའ་ལས་འདས། །དེར་ནི་དེ་ལྟར་སྟོབས་ཆུང་ཞིང་། །དེར་ནི་ཚེ་ཡང་ཐུང་བ་ཉིད། ། +དེར་ཡང་གསོན་དང་ནད་མེད་ཀྱི། །བྱེད་དང་བཀྲེས་ནའི་ངལ་བ་དང་། །གཉིད་དང་འཚེ་དང་དེ་བཞིན་དུ། །བྱིས་དང་འགྲོགས་པ་དོན་མེད་ཀྱིས། ། +ཚེ་ནི་དོན་མེད་མྱུར་འདའ་ཡི། །རྣམ་དཔྱོད་ཤིན་ཏུ་རྙེད་པར་དཀའ། །དེར་ཡང་རྣམ་གཡེང་གོམས་པ་ནི། །བཟློག་པའི་ཐབས་ནི་ག་ལ་ཡོད། ། +དེར་ཡང་ངན་སོང་ཆེན་པོར་ནི། །ལྟུང་ཕྱིར་བདུད་ནི་བརྩོན་པར་བྱེད། །དེར་ནི་ལོག་པའི་ལམ་མང་ཞིང་། །ཐེ་ཚོམ་ལས་ཀྱང་བརྒལ་དཀའ་སྟེ། ། +སླར་ཡང་དལ་བ་རྙེད་དཀའ་ཞིང་། །སངས་རྒྱས་འབྱུང་རྙེད་ཤིན་ཏུ་དཀའ། །ཉོན་མོངས་ཆུ་བོ་སྤང་དཀའ་སྟེ། །ཨེ་མ་སྡུག་བསྔལ་བརྒྱུད་པར་འགྱུར། ། +དེ་ལྟར་ཤིན་ཏུ་སྡུག་བསྔལ་ཡང་། །རང་སྡུག་མི་མཐོང་གང་ཡིན་པ། །སྡུག་བསྔལ་ཆུ་བོར་གནས་འདི་དག །ཀྱི་ཧུད་མྱ་ངན་བྱ་བར་འོས། ། +དཔེར་ན་འགའ་ཞིག་ཡང་ཡང་ཁྲུས། །བྱས་ཏེ་ཡང་ཡང་མེར་འཇུག་པ། །དེ་ལྟར་ཤིན་ཏུ་སྡུག་བསྔལ་བར། །གནས་ཀྱང་བདག་ཉིད་བདེར་རློམ་བཞིན། ། +དེ་ལྟར་རྒ་དང་འཆི་མེད་པ། །བཞིན་དུ་སྤྱོད་པས་གནས་རྣམས་ལ། །དང་པོ་ཉིད་དུ་བསད་བྱས་ནས། །ངན་སོང་ལྟུང་བ་མི་བཟད་འོང་། ། +དེ་ལྟར་སྡུག་བསྔལ་མེས་གདུངས་ལ། །བསོད་ནམས་སྤྲིན་ལས་ལེགས་འཁྲུངས་པའི། །རང་གི་བདེ་བའི་ཚོགས་ཆར་གྱིས། །ཞི་བྱེད་པར་བདག་ནམ་ཞིག་འགྱུར། ། +ནམ་ཞིག་དམིགས་པ་མེད་ཚུལ་དུ། །གུས་པས་བསོད་ནམས་ཚོགས་བསགས་ཏེ། །དམིགས་པས་ཕུང་བར་འགྱུར་རྣམས་ལ། །སྟོང་པ་ཉིད་ནི་སྟོན་པར་འགྱུར། ། +བྱང་ཆུབ་སེམས་དཔའི་སྤྱོད་པ་ལ་འཇུག་པ་ལས། ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པའི་ལེའུ་སྟེ་དགུ་པའོ།། །། +ch-10 བདག་གིས་བྱང་ཆུབ་སྤྱོད་པ་ལ། །འཇུག་པ་རྣམ་པར་བརྩམས་པ་ཡི། །དགེ་བ་གང་དེས་འགྲོ་བ་ཀུན། །བྱང་ཆུབ་སྤྱོད་ལ་འཇུག་པར་ཤོག ། +ཕྱོགས་རྣམས་ཀུན་ན་ལུས་དང་སེམས། །སྡུག་བསྔལ་ནད་པ་ཇི་སྙེད་པ། །དེ་དག་བདག་གི་བསོད་ནམས་ཀྱིས། །བདེ་དགའ་རྒྱ་མཚོ་ཐོབ་པར་ཤོག ། +དེ་དག་འཁོར་བ་ཇི་སྲིད་དུ། །ནམ་ཡང་བདེ་ལས་ཉམས་མ་གྱུར། །འགྲོ་བས་བྱང་ཆུབ་སེམས་དཔའ་ཡི། །བདེ་བ་རྒྱུན་མི་འཆད་ཐོབ་ཤོག ། +འཇིག་རྟེན་ཁམས་ན་དམྱལ་བ་དག །གང་དག་ཇི་སྙེད་ཡོད་པ་རྣམས། །དེ་དག་ཏུ་ནི་ལུས་ཅན་རྣམས། །བདེ་ཅན་བདེ་བས་དགའ་བར་ཤོག ། +གྲང་བས་ཉམ་ཐག་དྲོ་ཐོབ་ཤོག །བྱང་ཆུབ་སེམས་དཔའི་སྤྲིན་ཆེན་ལས། །བྱུང་བའི་ཆུ་བོ་མཐའ་ཡས་ཀྱིས། །ཚ་བས་ཉམ་ཐག་བསིལ་བར་ཤོག ། +རལ་གྲི་ལོ་མའི་ནགས་ཚལ་ཡང་། །དེ་ལ་ཙནྡན་ནགས་སྟུག་ཤོག །ཤལ་མ་རི་ཡི་སྡོང་པོ་ཡང་། །དཔག་བསམ་ཤིང་དུ་འཁྲུངས་པར་ཤོག ། +འཐིང་རིལ་ངུར་པ་དག་དང་ངང་པ་དང་། །བཞད་སོགས་སྐད་སྙན་འབྱིན་པས་མཛེས་གྱུར་ཅིག །པདྨ་དྲི་བསུང་ཆེ་ལྡན་མཚོ་དག་གིས། །དམྱལ་བའི་ས་ཕྱོགས་དག་ནི་ཉམས་དགར་ཤོག ། +སོལ་ཕུང་དེ་དག་རིན་ཆེན་ཕུང་པོར་གྱུར། །ས་བསྲེགས་ཤེལ་གྱི་ས་གཞི་བསྟར་བར་ཤོག །བསྡུས་འཇོམས་རི་བོ་རྣམས་ཀྱང་མཆོད་པ་ཡི། །གཞལ་མེད་ཁང་གྱུར་བདེ་གཤེགས་གང་བར་ཤོག ། +མདག་མ་རྡོ་བསྲེགས་མཚོན་གྱི་ཆར་པ་དག །དེང་ནས་བཟུང་སྟེ་མེ་ཏོག་ཆར་པར་གྱུར། །ཕན་ཚུན་མཚོན་གྱིས་འདེབས་པ་དེ་ཡང་ནི། །དེང་ནས་རྩེ་ཕྱིར་མེ་ཏོག་འཕེན་པར་ཤོག ། +ཆུ་བོ་རབ་མེད་མེ་དོང་འདྲ་ནང་བྱིང་བ་དག །ཤ་ཀུན་ཞིག་གྱུར་རུས་གོང་མེ་ཏོག་ཀུནྡའི་མདོག །བདག་གི་དགེ་བའི་སྟོབས་ཀྱིས་ལྷ་ཡི་ལུས་ཐོབ་ནས། །ལྷ་མོ་རྣམས་དང་ལྷན་ཅིག་དལ་གྱིས་འབབ་གནས་ཤོག ། +ཅི་ཕྱིར་འདིར་ནི་གཤིན་རྗེའི་མི་དང་ཁྭ་དང་བྱ་རྒོད་མི་བཟད་རྣམས་སྐྲག་བྱེད། །ཀུན་ནས་མུན་བསལ་བདེ་དགའ་བསྐྱེད་པའི་མཐུ་བཟང་འདི་ཀོ་སུ་ཡི་མཐུ་སྙམ་སྟེ། །གྱེན་དུ་བལྟས་ན་ནམ་མཁའི་དཀྱིལ་ན་ཕྱག་ན་རྡོ་རྗེ་འབར་བ་བཞུགས་མཐོང་ནས། །རབ་ཏུ་དགའ་བའི་ཤུགས་ཀྱིས་སྡིག་དང་བྲལ་ནས་དེ་དང་ལྷན་ཅིག་འགྲོགས་པར་ཤོག ། +མེ་ཏོག་ཆར་པ་སྤོས་ཆུ་དང་འདྲེས་བབས་པ་ཡིས། །དམྱལ་བའི་མེ་མདག་ཆིལ་ཆིལ་གསོད་པར་མཐོང་གྱུར་ནས། །གློ་བུར་བདེ་བས་ཚིམ་པ་འདི་ཅི་བསམ་པ་དང་། །སེམས་དམྱལ་རྣམས་ཀྱིས་ཕྱག་ན་པདྨ་མཐོང་བར་ཤོག ། +གྲོགས་དག་འཇིགས་པ་བོར་ལ་རིངས་པར་ཚུར་ཤོག་འུ་བུའི་ཐད་དུ་ནི། །གང་གི་མཐུ་ཡིས་སྡུག་བསྔལ་ཀུན་བྲལ་དགའ་བའི་ཤུགས་ཕྱིན་ལ། །འགྲོ་བ་ཀུན་ནས་ཡོངས་སྐྱོབ་བྱང་ཆུབ་སེམས་དང་བརྩེ་བ་སྐྱེས་གྱུར་པ། །གཞོན་ནུ་ཟུར་ཕུད་ཅན་འབར་འཇིགས་པ་མེད་པར་བྱེད་པ་ཅི་ཞིག་ཕྱིན། ། +ཁྱོད་ཀྱི་ལྷ་བརྒྱའི་ཅོད་པན་དག་གིས་ཞབས་ཀྱི་པདྨ་ལ་མཆོད་ཅིང་། །ཐུགས་རྗེས་བརླན་སྤྱན་དབུ་ལ་མེ་ཏོག་དུ་མའི་ཚོགས་ཀྱིས་ཆར་འབབ་པ། །ཁང་བརྩེགས་ཡིད་འོང་ལྷ་མོ་སྟོང་ཕྲག་བསྟོད་དབྱངས་སྒྲོགས་ལྡན་འདི་ལྟོས་ཞེས། །འཇམ་དབྱངས་དེ་འདྲ་མཐོང་ནས་ད་ནི་སེམས་དམྱལ་ཅ་ཅོ་འདོན་པར་ཤོག ། +དེ་ལྟར་བདག་གི་དགེ་རྩས་ཀུན་དུ་བཟང་ལ་སོགས། །བྱང་ཆུབ་སེམས་དཔའ་སྒྲིབ་པ་མེད་སྤྲིན་བདེ་བ་དང་། །བསིལ་ཞིང་དྲི་ཞིམ་དང་ལྡན་ཆར་པ་འབེབས་མཐོང་ནས། །སེམས་ཅན་དམྱལ་བ་དེ་དག་མངོན་པར་དགའ་གྱུར་ཅིག ། +དུད་འགྲོ་རྣམས་ནི་གཅིག་ལ་གཅིག །ཟ་བའི་འཇིགས་དང་བྲལ་བར་ཤོག །སྒྲ་མི་སྙན་པའི་མི་བཞིན་དུ། །ཡི་དྭགས་རྣམས་ནི་བདེ་བར་གྱུར། ། +འཕགས་པ་སྤྱན་རས་གཟིགས་དབང་གི །ཕྱག་ནས་འབབ་པའི་འོ་རྒྱུན་གྱིས། །ཡི་དྭགས་རྣམས་ནི་ཚིམ་བྱས་ཤིང་། །ཁྲུས་བྱས་རྟག་ཏུ་བསིལ་བར་ཤོག ། +ལོང་བ་རྣམས་ཀྱིས་མིག་མཐོང་ཞིང་། །འོན་པས་རྟག་ཏུ་སྒྲ་ཐོས་ཤོག །ལྷ་མོ་སྒྱུ་འཕྲུལ་ཇི་བཞིན་དུ། །སྦྲུམ་མའང་གནོད་མེད་བཙའ་བར་ཤོག ། +གཅེར་བུ་རྣམས་ཀྱིས་གོས་དག་དང་། །བཀྲེས་པ་རྣམས་ཀྱིས་ཟས་དང་ནི། །སྐོམ་པ་རྣམས་ཀྱིས་ཆུ་དག་དང་། །བཏུང་བ་ཞིམ་པོ་ཐོབ་པར་ཤོག ། +བཀྲེན་པ་རྣམས་ཀྱིས་ནོར་ཐོབ་ཤོག །མྱ་ངན་ཉམ་ཐག་དགའ་ཐོབ་ཤོག །ཡི་ཆད་རྣམས་ཀྱང་ཡིད་སོས་ཤིང་། །བརྟན་པ་ཕུན་སུམ་ཚོགས་པར་ཤོག ། +སེམས་ཅན་ནད་པ་ཇི་སྙེད་པ། །མྱུར་དུ་ནད་ལས་ཐར་གྱུར་ཅིག །འགྲོ་བའི་ནད་ནི་མ་ལུས་པ། །རྟག་ཏུ་འབྱུང་བ་མེད་པར་ཤོག ། +སྐྲག་པ་རྣམས་ནི་འཇིགས་མེད་ཤོག །བཅིངས་པ་རྣམས་ནི་གྲོལ་བར་འགྱུར། །མཐུ་མེད་རྣམས་ནི་མཐུ་ལྡན་ཞིང་། །སེམས་ནི་ཕན་ཚུན་མཉེན་གྱུར་ཅིག ། +འདྲོན་པ་དག་ནི་ཐམས་ཅད་ལ། །ཕྱོགས་རྣམས་ཐམས་ཅད་བདེ་བར་ཤོག །གང་གི་དོན་དུ་འགྲོ་བྱེད་པ། །དེ་འབད་མི་དགོས་གྲུབ་གྱུར་ཅིག ། +གྲུ་དང་གྲུ་ཆེན་ཞུགས་པ་རྣམས། །ཡིད་ལ་བསམ་པ་གྲུབ་གྱུར་ཏེ། །ཆུ་ཡི་ངོགས་སུ་བདེར་ཕྱིན་ནས། །གཉེན་དང་ལྷན་ཅིག་དགའ་བར་ཤོག ། +མྱ་ངན་ལམ་གོལ་འཁྱམས་པ་རྣམས། །མགྲོན་པོ་དག་དང་ཕྲད་གྱུར་ནས། །ཆོམ་རྐུན་སྟག་སོགས་འཇིགས་མེད་པར། །མི་ངལ་བདེ་བླག་འདོང་བར་ཤོག ། +དགོན་སོགས་ལམ་མེད་ཉམ་ང་བར། །བྱིས་པ་རྒན་པོ་མགོན་མེད་པ། །གཉིད་ལོག་མྱོས་ཤིང་རབ་མྱོས་རྣམས། །ལྷ་དག་སྲུང་བར་བྱེད་པར་ཤོག ། +མི་ངལ་ཀུན་ལས་ཐར་བ་དང་། །དད་དང་ཤེས་རབ་བརྩེ་ལྡན་ཞིང་། །ཟས་དང་སྤྱོད་པ་ཕུན་ཚོགས་ནས། །རྟག་ཏུ་ཚེ་རབས་དྲན་གྱུར་ཅིག ། +ཐམས་ཅད་ནམ་མཁའི་མཛོད་བཞིན་དུ། །ལོངས་སྤྱོད་ཆད་པ་མེད་པར་ཤོག །རྩོད་པ་མེད་ཅིང་འཚེ་མེད་པར། །རང་དབང་དུ་ནི་སྤྱོད་པར་ཤོག ། +སེམས་ཅན་གཟི་བརྗིད་ཆུང་ངུ་གང་། །དེ་དག་གཟི་བརྗིད་ཆེན་པོར་ཤོག །དཀའ་ཐུབ་ཅན་གང་གཟུགས་ངན་པ། །གཟུགས་བཟང་ཕུན་སུམ་ཚོགས་གྱུར་ཅིག ། +འཇིག་རྟེན་བུད་མེད་ཇི་སྙེད་པ། །དེ་དག་སྐྱེས་པ་ཉིད་གྱུར་ཅིག །མ་རབས་རྣམས་ནི་མཐོ་ཐོབ་ཅིང་། །ང་རྒྱལ་དག་ཀྱང་བཅོམ་པར་ཤོག ། +བདག་གི་བསོད་ནམས་འདི་ཡིས་ནི། །སེམས་ཅན་ཐམས་ཅད་མ་ལུས་པ། །སྡིག་པ་ཐམས་ཅད་སྤངས་ནས་ནི། །རྟག་ཏུ་དགེ་བ་བྱེད་པར་ཤོག ། +བྱང་ཆུབ་སེམས་དང་མི་འབྲལ་ཞིང་། །བྱང་ཆུབ་སྤྱོད་ལ་གཞོལ་བ་དང་། །སངས་རྒྱས་རྣམས་ཀྱིས་ཡོངས་གཟུང་ཞིང་། །བདུད་ཀྱི་ལས་རྣམས་སྤང་བར་ཤོག ། +སེམས་ཅན་དེ་དག་ཐམས་ཅད་ནི། །ཚེ་ཡང་དཔག་མེད་རིང་བར་ཤོག །རྟག་ཏུ་བདེ་བར་འཚོ་འགྱུར་ཞིང་། །འཆི་བའི་སྒྲ་ཡང་གྲག་མ་གྱུར། ། +དཔག་བསམ་ཤིང་གི་སྐྱེད་མོས་ཚལ། །སངས་རྒྱས་དང་ནི་སངས་རྒྱས་སྲས། །ཆོས་སྙན་སྒྲོགས་པས་གང་བ་ཡིས། །ཕྱོགས་རྣམས་ཐམས་ཅད་གང་བར་ཤོག ། +ཐམས་ཅད་དུ་ཡང་ས་གཞི་དག །གསེག་མ་ལ་སོགས་མེད་པ་དང་། །ལག་མཐིལ་མཉམ་པ་བཻ་ཌཱུརྱའི། །རང་བཞིན་འཇམ་པོར་གནས་པར་གྱུར། ། +འཁོར་གྱི་དཀྱིལ་འཁོར་ཡོད་དགུར་ཡང་། །བྱང་ཆུབ་སེམས་དཔའ་མང་པོ་དག །རང་གི་ལེགས་པས་ས་སྟེངས་དག །བརྒྱན་པར་མཛད་པས་བཞུགས་གྱུར་ཅིག ། +ལུས་ཅན་ཀུན་གྱིས་བྱ་དང་ནི། །ཤིང་དང་འོད་ཟེར་ཐམས་ཅད་དང་། །ནམ་མཁའ་ལས་ཀྱང་ཆོས་ཀྱི་སྒྲ། །རྒྱུན་མི་འཆད་པར་ཐོས་པར་ཤོག ། +དེ་དག་རྟག་ཏུ་སངས་རྒྱས་དང་། །སངས་རྒྱས་སྲས་དང་ཕྲད་གྱུར་ཅིག །མཆོད་པའི་སྤྲིན་ནི་མཐའ་ཡས་པས། །འགྲོ་བའི་བླ་མ་མཆོད་པར་ཤོག ། +ལྷ་ཡང་དུས་སུ་ཆར་འབེབས་ཤིང་། །ལོ་ཏོག་ཕུན་སུམ་ཚོགས་པར་ཤོག །རྒྱལ་པོ་ཆོས་བཞིན་བྱེད་གྱུར་ཅིག །འཇིག་རྟེན་དག་ཀྱང་དར་བར་ཤོག ། +སྨན་རྣམས་མཐུ་དང་ལྡན་པ་དང་། །གསང་སྔགས་བཟླས་བརྗོད་གྲུབ་པར་ཤོག །མཁའ་འགྲོ་སྲིན་པོ་ལ་སོགས་པ། །སྙིང་རྗེའི་སེམས་དང་ལྡན་གྱུར་ཅིག ། +སེམས་ཅན་འགའ་ཡང་སྡུག་མ་གྱུར། །འཇིགས་དང་བརྙས་པར་མི་འགྱུར་ཞིང་། །འགའ་ཡང་ཡིད་མི་བདེ་མ་གྱུར། ། +གཙུག་ལག་ཁང་རྣམས་ཀློག་པ་དང་། །ཁ་ཐོན་གྱིས་བརྒྱན་ལེགས་གནས་ཤོག །རྟག་ཏུ་དགེ་འདུན་མཐུན་པ་དང་། །དགེ་འདུན་དོན་ཡང་གྲུབ་པར་ཤོག ། +བསླབ་པ་འདོད་པའི་དགེ་སློང་དག །དབེན་པ་དག་ཀྱང་ཐོབ་པར་ཤོག །གཡེང་བ་ཐམས་ཅད་སྤངས་ནས་ནི། །སེམས་ནི་ལས་རུང་སྒོམ་གྱུར་ཅིག ། +དགེ་སློང་མ་རྣམས་རྙེད་ལྡན་ཞིང་། །འཐབ་དང་གནོད་པ་སྤང་བར་ཤོག །དེ་བཞིན་རབ་ཏུ་བྱུང་བ་ཀུན། །ཚུལ་ཁྲིམས་ཉམས་པ་མེད་གྱུར་ཅིག ། +ཚུལ་ཁྲིམས་འཆལ་བས་ཡིད་བྱུང་ནས། །རྟག་ཏུ་སྡིག་པ་ཟད་བྱེད་ཤོག །བདེ་འགྲོ་དག་ཀྱང་ཐོབ་གྱུར་ནས། །དེར་ཡང་བརྟུལ་ཞུགས་མི་ཉམས་ཤོག ། +མཁས་པ་རྣམས་ནི་བཀུར་བ་དང་། །བསོད་སྙོམས་དག་ཀྱང་རྙེད་པར་ཤོག །རྒྱུད་ནི་ཡོངས་སུ་དག་པ་དང་། །ཕྱོགས་རྣམས་ཀུན་ཏུ་གྲགས་པར་ཤོག ། +ངན་སོང་སྡུག་བསྔལ་མི་མྱོང་ཞིང་། །དཀའ་བ་སྤྱད་པ་མེད་པར་ཡང་། །ལྷ་བས་ལྷག་པའི་ལུས་ཀྱིས་ནི། །དེ་དག་སངས་རྒྱས་མྱུར་འགྲུབ་ཤོག ། +སེམས་ཅན་ཀུན་གྱིས་ལན་མང་དུ། །སངས་རྒྱས་ཐམས་ཅད་མཆོད་བྱེད་ཅིང་། །སངས་རྒྱས་བདེ་བ་བསམ་ཡས་ཀྱིས། །རྟག་ཏུ་བདེ་དང་ལྡན་གྱུར་ཅིག ། +བྱང་ཆུབ་སེམས་དཔའ་རྣམས་ཀྱིས་ནི། །འགྲོ་དོན་ཐུགས་ལ་དགོངས་འགྲུབ་ཤོག །མགོན་པོ་ཡིས་ནི་གང་དགོངས་པ། །སེམས་ཅན་རྣམས་ལ་དེ་འབྱོར་ཤོག ། +དེ་བཞིན་རང་སངས་རྒྱས་རྣམས་དང་། །ཉན་ཐོས་རྣམས་ཀྱང་བདེ་གྱུར་ཅིག ། +བདག་ཀྱང་འཇམ་དབྱངས་བཀའ་དྲིན་གྱིས། །ས་རབ་དགའ་བ་ཐོབ་བར་དུ། །རྟག་ཏུ་ཚེ་རབས་དྲན་པ་དང་། །རབ་ཏུ་བྱུང་བ་ཐོབ་པར་ཤོག ། +བདག་ནི་ཁ་ཟས་གྱི་ནས་ཀྱང་། །ཉམས་དང་ལྡན་ཞིང་འཚོ་བར་ཤོག །ཚེ་རབས་ཀུན་དུ་དབེན་གནས་པར། །ཕུན་སུམ་ལྡན་པ་ཐོབ་པར་ཤོག ། +གང་ཚེ་བལྟ་བར་འདོད་པའམ། །ཅུང་ཟད་དྲི་བར་འདོད་ན་ཡང་། །མགོན་པོ་འཇམ་དབྱངས་དེ་ཉིད་ནི། །གེགས་མེད་པར་ཡང་མཐོང་བར་ཤོག ། +ཕྱོགས་བཅུའི་ནམ་མཁའི་མཐས་གཏུགས་པའི། །སེམས་ཅན་ཀུན་དོན་བསྒྲུབ་པའི་ཕྱིར། །ཇི་ལྟར་འཇམ་དབྱངས་སྤྱོད་མཛད་པ། །བདག་གི་སྤྱོད་པའང་དེ་འདྲར་ཤོག ། +ཇི་སྲིད་ནམ་མཁའ་གནས་པ་དང་། །འགྲོ་བ་ཇི་སྲིད་གནས་གྱུར་པ། །དེ་སྲིད་བདག་ནི་གནས་གྱུར་ནས། །འགྲོ་བའི་སྡུག་བསྔལ་སེལ་བར་ཤོག ། +འགྲོ་བའི་སྡུག་བསྔལ་གང་ཅིའང་རུང་། །དེ་ཀུན་བདག་ལ་སྨིན་གྱུར་ཅིག །བྱང་ཆུབ་སེམས་དཔའི་དགེ་འདུན་གྱིས། །འགྲོ་བ་བདེ་ལ་སྤྱོད་པར་ཤོག ། +འགྲོ་བའི་སྡུག་བསྔལ་སྨན་གཅིག་པུ། །བདེ་བ་ཐམས་ཅད་འབྱུང་བའི་གནས། །བསྟན་པ་རྙེད་དང་བཀུར་སྟི་དང་། །བཅས་ཏེ་ཡུན་རིང་གནས་གྱུར་ཅིག ། +གང་གི་དྲིན་གྱིས་དགེ་བློ་འབྱུང་། །འཇམ་པའི་དབྱངས་ལ་ཕྱག་འཚལ་ལོ། །གང་གི་དྲིན་གྱིས་བདག་དར་བ། །དགེ་བའི་བཤེས་ལའང་བདག་ཕྱག་འཚལ། ། +བྱང་ཆུབ་སེམས་དཔའི་སྤྱོད་པ་ལ་འཇུག་པ་ལས་བསྔོ་བ་ཞེས་བྱ་བ་སྟེ་ལེའུ་བཅུ་པའོ།། །།བྱང་ཆུབ་སེམས་དཔའི་སྤྱོད་པ་ལ་འཇུག་པ་སློབ་དཔོན་ཤནྟ་དེ་བས་མཛད་པ་རྫོགས་སོ།། །། +རྒྱ་གར་གྱི་མཁན་པོ་སརྦ་ཛྙཱ་དེ་བ་དང་། ཞུ་ཆེན་གྱི་ལོ་ཙཱ་བ་བནྡེ་དཔལ་བརྩེགས་ཀྱིས་ཁ་ཆེའི་དཔེ་ལས་ཞུས་ཏེ་གཏན་ལ་ཕབ་པ་ལས། སླད་ཀྱིས་རྒྱ་གར་གྱི་མཁན་པོ་དྷརྨ་ཤྲཱི་བྷ་དྲ་དང་། ཞུ་ཆེན་གྱི་ལོ་ཙཱ་བ་བནྡེ་རིན་ཆེན་བཟང་པོ་དང་། ཤཱཀྱ་བློ་གྲོས་ཀྱིས་ཡུལ་དབུས་ཀྱི་དཔེ་དང་འགྲེལ་པ་དང་མཐུན་པར་བཅོས་ཤིང་བསྒྱུར་ཏེ་གཏན་ལ་ཕབ་པའོ། །ཡང་དུས་ཕྱིས་རྒྱ་གར་གྱི་མཁན་པོ་སུ་མ་ཏི་ཀཱིརྟི་དང་། ཞུ་ཆེན་གྱི་ལོ་ཙཱ་བ་དགེ་སློང་བློ་ལྡན་ཤེས་རབ་ཀྱིས་དག་པར་བཅོས་ཤིང་བསྒྱུར་ཏེ་ལེགས་པར་གཏན་ལ་ཕབ་པའོ།། །། diff --git a/tests/pecha/serializers/json/data/j03fF9jp4dqveyIG/layers/2FF9/segmentation-677JWyBWgjpWH9_u.json b/tests/pecha/serializers/json/data/j03fF9jp4dqveyIG/layers/2FF9/segmentation-677JWyBWgjpWH9_u.json index 353056e7..adf1e376 100644 --- a/tests/pecha/serializers/json/data/j03fF9jp4dqveyIG/layers/2FF9/segmentation-677JWyBWgjpWH9_u.json +++ b/tests/pecha/serializers/json/data/j03fF9jp4dqveyIG/layers/2FF9/segmentation-677JWyBWgjpWH9_u.json @@ -1,37200 +1,37200 @@ -{ - "@type": "AnnotationStore", - "@id": "j03fF9jp4dqveyIG", - "resources": [ - { - "@type": "TextResource", - "@id": "2FF9", - "@include": "../../base/2FF9.txt" - } - ], - "annotationsets": [ - { - "@type": "AnnotationDataSet", - "@id": "segmentation_annotation", - "keys": [ - { - "@type": "DataKey", - "@id": "index" - }, - { - "@type": "DataKey", - "@id": "segmentation_type" - } - ], - "data": [ - { - "@type": "AnnotationData", - "@id": "233279F3A9", - "key": "index", - "value": { - "@type": "Int", - "value": 1 - } - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "key": "segmentation_type", - "value": { - "@type": "String", - "value": "segmentation" - } - }, - { - "@type": "AnnotationData", - "@id": "C1AF1AEA9F", - "key": "index", - "value": { - "@type": "Int", - "value": 2 - } - }, - { - "@type": "AnnotationData", - "@id": "85D572A6B8", - "key": "index", - "value": { - "@type": "Int", - "value": 3 - } - }, - { - "@type": "AnnotationData", - "@id": "61BCE87C8A", - "key": "index", - "value": { - "@type": "Int", - "value": 4 - } - }, - { - "@type": "AnnotationData", - "@id": "B79A2AC8E2", - "key": "index", - "value": { - "@type": "Int", - "value": 5 - } - }, - { - "@type": "AnnotationData", - "@id": "90A3F063AD", - "key": "index", - "value": { - "@type": "Int", - "value": 6 - } - }, - { - "@type": "AnnotationData", - "@id": "D13CD024BB", - "key": "index", - "value": { - "@type": "Int", - "value": 7 - } - }, - { - "@type": "AnnotationData", - "@id": "946944F80D", - "key": "index", - "value": { - "@type": "Int", - "value": 8 - } - }, - { - "@type": "AnnotationData", - "@id": "7454BE364E", - "key": "index", - "value": { - "@type": "Int", - "value": 9 - } - }, - { - "@type": "AnnotationData", - "@id": "74B9C44C46", - "key": "index", - "value": { - "@type": "Int", - "value": 10 - } - }, - { - "@type": "AnnotationData", - "@id": "423F972FD4", - "key": "index", - "value": { - "@type": "Int", - "value": 11 - } - }, - { - "@type": "AnnotationData", - "@id": "663386223A", - "key": "index", - "value": { - "@type": "Int", - "value": 12 - } - }, - { - "@type": "AnnotationData", - "@id": "34A82F360F", - "key": "index", - "value": { - "@type": "Int", - "value": 13 - } - }, - { - "@type": "AnnotationData", - "@id": "44CEC5B735", - "key": "index", - "value": { - "@type": "Int", - "value": 14 - } - }, - { - "@type": "AnnotationData", - "@id": "5AFABFE666", - "key": "index", - "value": { - "@type": "Int", - "value": 15 - } - }, - { - "@type": "AnnotationData", - "@id": "5507450165", - "key": "index", - "value": { - "@type": "Int", - "value": 16 - } - }, - { - "@type": "AnnotationData", - "@id": "E93F483BCC", - "key": "index", - "value": { - "@type": "Int", - "value": 17 - } - }, - { - "@type": "AnnotationData", - "@id": "2CAF2746C2", - "key": "index", - "value": { - "@type": "Int", - "value": 18 - } - }, - { - "@type": "AnnotationData", - "@id": "BA6BC4BA2A", - "key": "index", - "value": { - "@type": "Int", - "value": 19 - } - }, - { - "@type": "AnnotationData", - "@id": "AF696426CC", - "key": "index", - "value": { - "@type": "Int", - "value": 20 - } - }, - { - "@type": "AnnotationData", - "@id": "B8698FAECA", - "key": "index", - "value": { - "@type": "Int", - "value": 21 - } - }, - { - "@type": "AnnotationData", - "@id": "691D6C6D91", - "key": "index", - "value": { - "@type": "Int", - "value": 22 - } - }, - { - "@type": "AnnotationData", - "@id": "82B06460A6", - "key": "index", - "value": { - "@type": "Int", - "value": 23 - } - }, - { - "@type": "AnnotationData", - "@id": "BEF865AA2B", - "key": "index", - "value": { - "@type": "Int", - "value": 24 - } - }, - { - "@type": "AnnotationData", - "@id": "A1A2ADA0CE", - "key": "index", - "value": { - "@type": "Int", - "value": 25 - } - }, - { - "@type": "AnnotationData", - "@id": "61C2964A68", - "key": "index", - "value": { - "@type": "Int", - "value": 26 - } - }, - { - "@type": "AnnotationData", - "@id": "FB91E5EB4B", - "key": "index", - "value": { - "@type": "Int", - "value": 27 - } - }, - { - "@type": "AnnotationData", - "@id": "80562929B0", - "key": "index", - "value": { - "@type": "Int", - "value": 28 - } - }, - { - "@type": "AnnotationData", - "@id": "E2C4FB5BC2", - "key": "index", - "value": { - "@type": "Int", - "value": 29 - } - }, - { - "@type": "AnnotationData", - "@id": "EA45E6E4A5", - "key": "index", - "value": { - "@type": "Int", - "value": 30 - } - }, - { - "@type": "AnnotationData", - "@id": "7EABFA1E54", - "key": "index", - "value": { - "@type": "Int", - "value": 31 - } - }, - { - "@type": "AnnotationData", - "@id": "ACD4FAE4D9", - "key": "index", - "value": { - "@type": "Int", - "value": 32 - } - }, - { - "@type": "AnnotationData", - "@id": "DDD09C54AC", - "key": "index", - "value": { - "@type": "Int", - "value": 33 - } - }, - { - "@type": "AnnotationData", - "@id": "CAB7595B99", - "key": "index", - "value": { - "@type": "Int", - "value": 34 - } - }, - { - "@type": "AnnotationData", - "@id": "1D26DFDC5A", - "key": "index", - "value": { - "@type": "Int", - "value": 35 - } - }, - { - "@type": "AnnotationData", - "@id": "6448B44D81", - "key": "index", - "value": { - "@type": "Int", - "value": 36 - } - }, - { - "@type": "AnnotationData", - "@id": "EF31DA7897", - "key": "index", - "value": { - "@type": "Int", - "value": 37 - } - }, - { - "@type": "AnnotationData", - "@id": "71CCE24CB7", - "key": "index", - "value": { - "@type": "Int", - "value": 38 - } - }, - { - "@type": "AnnotationData", - "@id": "AFF55BA98A", - "key": "index", - "value": { - "@type": "Int", - "value": 39 - } - }, - { - "@type": "AnnotationData", - "@id": "43A4CF36C3", - "key": "index", - "value": { - "@type": "Int", - "value": 40 - } - }, - { - "@type": "AnnotationData", - "@id": "958F0148F3", - "key": "index", - "value": { - "@type": "Int", - "value": 41 - } - }, - { - "@type": "AnnotationData", - "@id": "376DB68F85", - "key": "index", - "value": { - "@type": "Int", - "value": 42 - } - }, - { - "@type": "AnnotationData", - "@id": "3491C439DD", - "key": "index", - "value": { - "@type": "Int", - "value": 43 - } - }, - { - "@type": "AnnotationData", - "@id": "DCF9AF7DBF", - "key": "index", - "value": { - "@type": "Int", - "value": 44 - } - }, - { - "@type": "AnnotationData", - "@id": "7FC0EDFEC8", - "key": "index", - "value": { - "@type": "Int", - "value": 45 - } - }, - { - "@type": "AnnotationData", - "@id": "D79703B60A", - "key": "index", - "value": { - "@type": "Int", - "value": 46 - } - }, - { - "@type": "AnnotationData", - "@id": "0BD0ADA565", - "key": "index", - "value": { - "@type": "Int", - "value": 47 - } - }, - { - "@type": "AnnotationData", - "@id": "80CA683AC8", - "key": "index", - "value": { - "@type": "Int", - "value": 48 - } - }, - { - "@type": "AnnotationData", - "@id": "6FB360640A", - "key": "index", - "value": { - "@type": "Int", - "value": 49 - } - }, - { - "@type": "AnnotationData", - "@id": "9F892382D4", - "key": "index", - "value": { - "@type": "Int", - "value": 50 - } - }, - { - "@type": "AnnotationData", - "@id": "ED44AA480D", - "key": "index", - "value": { - "@type": "Int", - "value": 51 - } - }, - { - "@type": "AnnotationData", - "@id": "8D0DEEBC09", - "key": "index", - "value": { - "@type": "Int", - "value": 52 - } - }, - { - "@type": "AnnotationData", - "@id": "A5C8C22B32", - "key": "index", - "value": { - "@type": "Int", - "value": 53 - } - }, - { - "@type": "AnnotationData", - "@id": "B0980C48DF", - "key": "index", - "value": { - "@type": "Int", - "value": 54 - } - }, - { - "@type": "AnnotationData", - "@id": "BEA41454C4", - "key": "index", - "value": { - "@type": "Int", - "value": 55 - } - }, - { - "@type": "AnnotationData", - "@id": "674C4624C6", - "key": "index", - "value": { - "@type": "Int", - "value": 56 - } - }, - { - "@type": "AnnotationData", - "@id": "5FEE33FD89", - "key": "index", - "value": { - "@type": "Int", - "value": 57 - } - }, - { - "@type": "AnnotationData", - "@id": "EC241E47C4", - "key": "index", - "value": { - "@type": "Int", - "value": 58 - } - }, - { - "@type": "AnnotationData", - "@id": "50B1003B0D", - "key": "index", - "value": { - "@type": "Int", - "value": 59 - } - }, - { - "@type": "AnnotationData", - "@id": "3AB9A0B41D", - "key": "index", - "value": { - "@type": "Int", - "value": 60 - } - }, - { - "@type": "AnnotationData", - "@id": "CB346B6B3D", - "key": "index", - "value": { - "@type": "Int", - "value": 61 - } - }, - { - "@type": "AnnotationData", - "@id": "1D1FDD213F", - "key": "index", - "value": { - "@type": "Int", - "value": 62 - } - }, - { - "@type": "AnnotationData", - "@id": "E2873FE232", - "key": "index", - "value": { - "@type": "Int", - "value": 63 - } - }, - { - "@type": "AnnotationData", - "@id": "210BD8609B", - "key": "index", - "value": { - "@type": "Int", - "value": 64 - } - }, - { - "@type": "AnnotationData", - "@id": "502A0520AC", - "key": "index", - "value": { - "@type": "Int", - "value": 65 - } - }, - { - "@type": "AnnotationData", - "@id": "19AE216E20", - "key": "index", - "value": { - "@type": "Int", - "value": 66 - } - }, - { - "@type": "AnnotationData", - "@id": "5B4BF1A3E2", - "key": "index", - "value": { - "@type": "Int", - "value": 67 - } - }, - { - "@type": "AnnotationData", - "@id": "3DC47C9167", - "key": "index", - "value": { - "@type": "Int", - "value": 68 - } - }, - { - "@type": "AnnotationData", - "@id": "A0BC3C0BF8", - "key": "index", - "value": { - "@type": "Int", - "value": 69 - } - }, - { - "@type": "AnnotationData", - "@id": "F04EFF6A2E", - "key": "index", - "value": { - "@type": "Int", - "value": 70 - } - }, - { - "@type": "AnnotationData", - "@id": "60FE39F966", - "key": "index", - "value": { - "@type": "Int", - "value": 71 - } - }, - { - "@type": "AnnotationData", - "@id": "5B4CB6B6C9", - "key": "index", - "value": { - "@type": "Int", - "value": 72 - } - }, - { - "@type": "AnnotationData", - "@id": "6FF293F6DC", - "key": "index", - "value": { - "@type": "Int", - "value": 73 - } - }, - { - "@type": "AnnotationData", - "@id": "09CE956401", - "key": "index", - "value": { - "@type": "Int", - "value": 74 - } - }, - { - "@type": "AnnotationData", - "@id": "E01310DB1B", - "key": "index", - "value": { - "@type": "Int", - "value": 75 - } - }, - { - "@type": "AnnotationData", - "@id": "0879BA298D", - "key": "index", - "value": { - "@type": "Int", - "value": 76 - } - }, - { - "@type": "AnnotationData", - "@id": "4438B3879A", - "key": "index", - "value": { - "@type": "Int", - "value": 77 - } - }, - { - "@type": "AnnotationData", - "@id": "C8BD7139BB", - "key": "index", - "value": { - "@type": "Int", - "value": 78 - } - }, - { - "@type": "AnnotationData", - "@id": "AA549F2246", - "key": "index", - "value": { - "@type": "Int", - "value": 79 - } - }, - { - "@type": "AnnotationData", - "@id": "8404AF4404", - "key": "index", - "value": { - "@type": "Int", - "value": 80 - } - }, - { - "@type": "AnnotationData", - "@id": "58335F5C9F", - "key": "index", - "value": { - "@type": "Int", - "value": 81 - } - }, - { - "@type": "AnnotationData", - "@id": "4D32979B95", - "key": "index", - "value": { - "@type": "Int", - "value": 82 - } - }, - { - "@type": "AnnotationData", - "@id": "B6CAC16105", - "key": "index", - "value": { - "@type": "Int", - "value": 83 - } - }, - { - "@type": "AnnotationData", - "@id": "78C698F05F", - "key": "index", - "value": { - "@type": "Int", - "value": 84 - } - }, - { - "@type": "AnnotationData", - "@id": "F3F5F4E395", - "key": "index", - "value": { - "@type": "Int", - "value": 85 - } - }, - { - "@type": "AnnotationData", - "@id": "01382EAA22", - "key": "index", - "value": { - "@type": "Int", - "value": 86 - } - }, - { - "@type": "AnnotationData", - "@id": "40EE003D75", - "key": "index", - "value": { - "@type": "Int", - "value": 87 - } - }, - { - "@type": "AnnotationData", - "@id": "B7E8999CC4", - "key": "index", - "value": { - "@type": "Int", - "value": 88 - } - }, - { - "@type": "AnnotationData", - "@id": "4BBD3AB8DD", - "key": "index", - "value": { - "@type": "Int", - "value": 89 - } - }, - { - "@type": "AnnotationData", - "@id": "F4A89899D5", - "key": "index", - "value": { - "@type": "Int", - "value": 90 - } - }, - { - "@type": "AnnotationData", - "@id": "8135FE9EA2", - "key": "index", - "value": { - "@type": "Int", - "value": 91 - } - }, - { - "@type": "AnnotationData", - "@id": "C8F4AAA79F", - "key": "index", - "value": { - "@type": "Int", - "value": 92 - } - }, - { - "@type": "AnnotationData", - "@id": "C5426AECF1", - "key": "index", - "value": { - "@type": "Int", - "value": 93 - } - }, - { - "@type": "AnnotationData", - "@id": "CFCA6452F8", - "key": "index", - "value": { - "@type": "Int", - "value": 94 - } - }, - { - "@type": "AnnotationData", - "@id": "E885297568", - "key": "index", - "value": { - "@type": "Int", - "value": 95 - } - }, - { - "@type": "AnnotationData", - "@id": "EB09AE2C86", - "key": "index", - "value": { - "@type": "Int", - "value": 96 - } - }, - { - "@type": "AnnotationData", - "@id": "49459E1828", - "key": "index", - "value": { - "@type": "Int", - "value": 97 - } - }, - { - "@type": "AnnotationData", - "@id": "2E77203ED7", - "key": "index", - "value": { - "@type": "Int", - "value": 98 - } - }, - { - "@type": "AnnotationData", - "@id": "FA44E74A7E", - "key": "index", - "value": { - "@type": "Int", - "value": 99 - } - }, - { - "@type": "AnnotationData", - "@id": "F3555553FC", - "key": "index", - "value": { - "@type": "Int", - "value": 100 - } - }, - { - "@type": "AnnotationData", - "@id": "73DBBBCDB4", - "key": "index", - "value": { - "@type": "Int", - "value": 101 - } - }, - { - "@type": "AnnotationData", - "@id": "30ACCE628B", - "key": "index", - "value": { - "@type": "Int", - "value": 102 - } - }, - { - "@type": "AnnotationData", - "@id": "9498D9D40A", - "key": "index", - "value": { - "@type": "Int", - "value": 103 - } - }, - { - "@type": "AnnotationData", - "@id": "9352206E06", - "key": "index", - "value": { - "@type": "Int", - "value": 104 - } - }, - { - "@type": "AnnotationData", - "@id": "1F7BAF4FC3", - "key": "index", - "value": { - "@type": "Int", - "value": 105 - } - }, - { - "@type": "AnnotationData", - "@id": "AA7B1A506B", - "key": "index", - "value": { - "@type": "Int", - "value": 106 - } - }, - { - "@type": "AnnotationData", - "@id": "648D288A41", - "key": "index", - "value": { - "@type": "Int", - "value": 107 - } - }, - { - "@type": "AnnotationData", - "@id": "19B53CE2E8", - "key": "index", - "value": { - "@type": "Int", - "value": 108 - } - }, - { - "@type": "AnnotationData", - "@id": "E2A47CA297", - "key": "index", - "value": { - "@type": "Int", - "value": 109 - } - }, - { - "@type": "AnnotationData", - "@id": "760ADD402A", - "key": "index", - "value": { - "@type": "Int", - "value": 110 - } - }, - { - "@type": "AnnotationData", - "@id": "9D7474FBDC", - "key": "index", - "value": { - "@type": "Int", - "value": 111 - } - }, - { - "@type": "AnnotationData", - "@id": "64ED34BE60", - "key": "index", - "value": { - "@type": "Int", - "value": 112 - } - }, - { - "@type": "AnnotationData", - "@id": "E2C76AA32C", - "key": "index", - "value": { - "@type": "Int", - "value": 113 - } - }, - { - "@type": "AnnotationData", - "@id": "3598C8686A", - "key": "index", - "value": { - "@type": "Int", - "value": 114 - } - }, - { - "@type": "AnnotationData", - "@id": "7C8891904F", - "key": "index", - "value": { - "@type": "Int", - "value": 115 - } - }, - { - "@type": "AnnotationData", - "@id": "B7BE35ECBA", - "key": "index", - "value": { - "@type": "Int", - "value": 116 - } - }, - { - "@type": "AnnotationData", - "@id": "8D1749B947", - "key": "index", - "value": { - "@type": "Int", - "value": 117 - } - }, - { - "@type": "AnnotationData", - "@id": "8A64E08245", - "key": "index", - "value": { - "@type": "Int", - "value": 118 - } - }, - { - "@type": "AnnotationData", - "@id": "26A649A6BC", - "key": "index", - "value": { - "@type": "Int", - "value": 119 - } - }, - { - "@type": "AnnotationData", - "@id": "0EB86A0ABC", - "key": "index", - "value": { - "@type": "Int", - "value": 120 - } - }, - { - "@type": "AnnotationData", - "@id": "F8A00A6030", - "key": "index", - "value": { - "@type": "Int", - "value": 121 - } - }, - { - "@type": "AnnotationData", - "@id": "40D5ED2280", - "key": "index", - "value": { - "@type": "Int", - "value": 122 - } - }, - { - "@type": "AnnotationData", - "@id": "858759EBA9", - "key": "index", - "value": { - "@type": "Int", - "value": 123 - } - }, - { - "@type": "AnnotationData", - "@id": "702CA36D98", - "key": "index", - "value": { - "@type": "Int", - "value": 124 - } - }, - { - "@type": "AnnotationData", - "@id": "2085C8D422", - "key": "index", - "value": { - "@type": "Int", - "value": 125 - } - }, - { - "@type": "AnnotationData", - "@id": "D831C40BD3", - "key": "index", - "value": { - "@type": "Int", - "value": 126 - } - }, - { - "@type": "AnnotationData", - "@id": "38AE4EB7EB", - "key": "index", - "value": { - "@type": "Int", - "value": 127 - } - }, - { - "@type": "AnnotationData", - "@id": "6DED481FE9", - "key": "index", - "value": { - "@type": "Int", - "value": 128 - } - }, - { - "@type": "AnnotationData", - "@id": "6030B98808", - "key": "index", - "value": { - "@type": "Int", - "value": 129 - } - }, - { - "@type": "AnnotationData", - "@id": "06CC9CEBFB", - "key": "index", - "value": { - "@type": "Int", - "value": 130 - } - }, - { - "@type": "AnnotationData", - "@id": "C8D8876620", - "key": "index", - "value": { - "@type": "Int", - "value": 131 - } - }, - { - "@type": "AnnotationData", - "@id": "58F4002C3F", - "key": "index", - "value": { - "@type": "Int", - "value": 132 - } - }, - { - "@type": "AnnotationData", - "@id": "9A920FF677", - "key": "index", - "value": { - "@type": "Int", - "value": 133 - } - }, - { - "@type": "AnnotationData", - "@id": "9A39A0ABCB", - "key": "index", - "value": { - "@type": "Int", - "value": 134 - } - }, - { - "@type": "AnnotationData", - "@id": "68E506E8CD", - "key": "index", - "value": { - "@type": "Int", - "value": 135 - } - }, - { - "@type": "AnnotationData", - "@id": "1C858F4E93", - "key": "index", - "value": { - "@type": "Int", - "value": 136 - } - }, - { - "@type": "AnnotationData", - "@id": "692B0DEB2B", - "key": "index", - "value": { - "@type": "Int", - "value": 137 - } - }, - { - "@type": "AnnotationData", - "@id": "81612F4E91", - "key": "index", - "value": { - "@type": "Int", - "value": 138 - } - }, - { - "@type": "AnnotationData", - "@id": "464A44E551", - "key": "index", - "value": { - "@type": "Int", - "value": 139 - } - }, - { - "@type": "AnnotationData", - "@id": "CCB22B7058", - "key": "index", - "value": { - "@type": "Int", - "value": 140 - } - }, - { - "@type": "AnnotationData", - "@id": "774B7917B0", - "key": "index", - "value": { - "@type": "Int", - "value": 141 - } - }, - { - "@type": "AnnotationData", - "@id": "0305CB108C", - "key": "index", - "value": { - "@type": "Int", - "value": 142 - } - }, - { - "@type": "AnnotationData", - "@id": "6634606338", - "key": "index", - "value": { - "@type": "Int", - "value": 143 - } - }, - { - "@type": "AnnotationData", - "@id": "ADF7F19A8A", - "key": "index", - "value": { - "@type": "Int", - "value": 144 - } - }, - { - "@type": "AnnotationData", - "@id": "593B3DCCD8", - "key": "index", - "value": { - "@type": "Int", - "value": 145 - } - }, - { - "@type": "AnnotationData", - "@id": "BEA4E4F644", - "key": "index", - "value": { - "@type": "Int", - "value": 146 - } - }, - { - "@type": "AnnotationData", - "@id": "FB43DBBC5C", - "key": "index", - "value": { - "@type": "Int", - "value": 147 - } - }, - { - "@type": "AnnotationData", - "@id": "FABE8A90A3", - "key": "index", - "value": { - "@type": "Int", - "value": 148 - } - }, - { - "@type": "AnnotationData", - "@id": "4BF3DE347B", - "key": "index", - "value": { - "@type": "Int", - "value": 149 - } - }, - { - "@type": "AnnotationData", - "@id": "96D3899E90", - "key": "index", - "value": { - "@type": "Int", - "value": 150 - } - }, - { - "@type": "AnnotationData", - "@id": "6CB6AA2B16", - "key": "index", - "value": { - "@type": "Int", - "value": 151 - } - }, - { - "@type": "AnnotationData", - "@id": "90A2AD2A9B", - "key": "index", - "value": { - "@type": "Int", - "value": 152 - } - }, - { - "@type": "AnnotationData", - "@id": "14BC070004", - "key": "index", - "value": { - "@type": "Int", - "value": 153 - } - }, - { - "@type": "AnnotationData", - "@id": "A99677A928", - "key": "index", - "value": { - "@type": "Int", - "value": 154 - } - }, - { - "@type": "AnnotationData", - "@id": "1A8CEBA848", - "key": "index", - "value": { - "@type": "Int", - "value": 155 - } - }, - { - "@type": "AnnotationData", - "@id": "F75F241488", - "key": "index", - "value": { - "@type": "Int", - "value": 156 - } - }, - { - "@type": "AnnotationData", - "@id": "9D066274D9", - "key": "index", - "value": { - "@type": "Int", - "value": 157 - } - }, - { - "@type": "AnnotationData", - "@id": "04F2770AA2", - "key": "index", - "value": { - "@type": "Int", - "value": 158 - } - }, - { - "@type": "AnnotationData", - "@id": "B444EE9403", - "key": "index", - "value": { - "@type": "Int", - "value": 159 - } - }, - { - "@type": "AnnotationData", - "@id": "000D0500A0", - "key": "index", - "value": { - "@type": "Int", - "value": 160 - } - }, - { - "@type": "AnnotationData", - "@id": "4CB9DE8DC4", - "key": "index", - "value": { - "@type": "Int", - "value": 161 - } - }, - { - "@type": "AnnotationData", - "@id": "37D507F9C5", - "key": "index", - "value": { - "@type": "Int", - "value": 162 - } - }, - { - "@type": "AnnotationData", - "@id": "DF4EA0C408", - "key": "index", - "value": { - "@type": "Int", - "value": 163 - } - }, - { - "@type": "AnnotationData", - "@id": "110E028E82", - "key": "index", - "value": { - "@type": "Int", - "value": 164 - } - }, - { - "@type": "AnnotationData", - "@id": "3E4FB5EF03", - "key": "index", - "value": { - "@type": "Int", - "value": 165 - } - }, - { - "@type": "AnnotationData", - "@id": "F9B0FE9180", - "key": "index", - "value": { - "@type": "Int", - "value": 166 - } - }, - { - "@type": "AnnotationData", - "@id": "AAFEAECC2E", - "key": "index", - "value": { - "@type": "Int", - "value": 167 - } - }, - { - "@type": "AnnotationData", - "@id": "73F349B756", - "key": "index", - "value": { - "@type": "Int", - "value": 168 - } - }, - { - "@type": "AnnotationData", - "@id": "4E5A459F7B", - "key": "index", - "value": { - "@type": "Int", - "value": 169 - } - }, - { - "@type": "AnnotationData", - "@id": "70B33173CE", - "key": "index", - "value": { - "@type": "Int", - "value": 170 - } - }, - { - "@type": "AnnotationData", - "@id": "B13797F589", - "key": "index", - "value": { - "@type": "Int", - "value": 171 - } - }, - { - "@type": "AnnotationData", - "@id": "670FAB4673", - "key": "index", - "value": { - "@type": "Int", - "value": 172 - } - }, - { - "@type": "AnnotationData", - "@id": "6848E986DE", - "key": "index", - "value": { - "@type": "Int", - "value": 173 - } - }, - { - "@type": "AnnotationData", - "@id": "7A84801AAA", - "key": "index", - "value": { - "@type": "Int", - "value": 174 - } - }, - { - "@type": "AnnotationData", - "@id": "90744315E0", - "key": "index", - "value": { - "@type": "Int", - "value": 175 - } - }, - { - "@type": "AnnotationData", - "@id": "9B9D3BCE3D", - "key": "index", - "value": { - "@type": "Int", - "value": 176 - } - }, - { - "@type": "AnnotationData", - "@id": "678488814A", - "key": "index", - "value": { - "@type": "Int", - "value": 177 - } - }, - { - "@type": "AnnotationData", - "@id": "805AAFA010", - "key": "index", - "value": { - "@type": "Int", - "value": 178 - } - }, - { - "@type": "AnnotationData", - "@id": "5F5420E25F", - "key": "index", - "value": { - "@type": "Int", - "value": 179 - } - }, - { - "@type": "AnnotationData", - "@id": "B234424BCC", - "key": "index", - "value": { - "@type": "Int", - "value": 180 - } - }, - { - "@type": "AnnotationData", - "@id": "D5AD08EA7A", - "key": "index", - "value": { - "@type": "Int", - "value": 181 - } - }, - { - "@type": "AnnotationData", - "@id": "B9179F4779", - "key": "index", - "value": { - "@type": "Int", - "value": 182 - } - }, - { - "@type": "AnnotationData", - "@id": "7A6F072466", - "key": "index", - "value": { - "@type": "Int", - "value": 183 - } - }, - { - "@type": "AnnotationData", - "@id": "E6F5AF260D", - "key": "index", - "value": { - "@type": "Int", - "value": 184 - } - }, - { - "@type": "AnnotationData", - "@id": "CE8398AB88", - "key": "index", - "value": { - "@type": "Int", - "value": 185 - } - }, - { - "@type": "AnnotationData", - "@id": "3186BAAC3A", - "key": "index", - "value": { - "@type": "Int", - "value": 186 - } - }, - { - "@type": "AnnotationData", - "@id": "B4A347643F", - "key": "index", - "value": { - "@type": "Int", - "value": 187 - } - }, - { - "@type": "AnnotationData", - "@id": "DED0D304D0", - "key": "index", - "value": { - "@type": "Int", - "value": 188 - } - }, - { - "@type": "AnnotationData", - "@id": "6E466839A3", - "key": "index", - "value": { - "@type": "Int", - "value": 189 - } - }, - { - "@type": "AnnotationData", - "@id": "03AB01A350", - "key": "index", - "value": { - "@type": "Int", - "value": 190 - } - }, - { - "@type": "AnnotationData", - "@id": "DDD7E98ED6", - "key": "index", - "value": { - "@type": "Int", - "value": 191 - } - }, - { - "@type": "AnnotationData", - "@id": "DFDF92C7E4", - "key": "index", - "value": { - "@type": "Int", - "value": 192 - } - }, - { - "@type": "AnnotationData", - "@id": "670B099A70", - "key": "index", - "value": { - "@type": "Int", - "value": 193 - } - }, - { - "@type": "AnnotationData", - "@id": "C0BEB83C1C", - "key": "index", - "value": { - "@type": "Int", - "value": 194 - } - }, - { - "@type": "AnnotationData", - "@id": "5357E4F59C", - "key": "index", - "value": { - "@type": "Int", - "value": 195 - } - }, - { - "@type": "AnnotationData", - "@id": "E35AE5248F", - "key": "index", - "value": { - "@type": "Int", - "value": 196 - } - }, - { - "@type": "AnnotationData", - "@id": "C68B932493", - "key": "index", - "value": { - "@type": "Int", - "value": 197 - } - }, - { - "@type": "AnnotationData", - "@id": "2AA6029D4F", - "key": "index", - "value": { - "@type": "Int", - "value": 198 - } - }, - { - "@type": "AnnotationData", - "@id": "5B4D923330", - "key": "index", - "value": { - "@type": "Int", - "value": 199 - } - }, - { - "@type": "AnnotationData", - "@id": "AB646D6DB6", - "key": "index", - "value": { - "@type": "Int", - "value": 200 - } - }, - { - "@type": "AnnotationData", - "@id": "24141A7E34", - "key": "index", - "value": { - "@type": "Int", - "value": 201 - } - }, - { - "@type": "AnnotationData", - "@id": "BC7467A5D5", - "key": "index", - "value": { - "@type": "Int", - "value": 202 - } - }, - { - "@type": "AnnotationData", - "@id": "8DA86448AC", - "key": "index", - "value": { - "@type": "Int", - "value": 203 - } - }, - { - "@type": "AnnotationData", - "@id": "1EA8242D19", - "key": "index", - "value": { - "@type": "Int", - "value": 204 - } - }, - { - "@type": "AnnotationData", - "@id": "86ED685666", - "key": "index", - "value": { - "@type": "Int", - "value": 205 - } - }, - { - "@type": "AnnotationData", - "@id": "E752B9EF77", - "key": "index", - "value": { - "@type": "Int", - "value": 206 - } - }, - { - "@type": "AnnotationData", - "@id": "7B1777EB50", - "key": "index", - "value": { - "@type": "Int", - "value": 207 - } - }, - { - "@type": "AnnotationData", - "@id": "61C80124B3", - "key": "index", - "value": { - "@type": "Int", - "value": 208 - } - }, - { - "@type": "AnnotationData", - "@id": "4835C4B69B", - "key": "index", - "value": { - "@type": "Int", - "value": 209 - } - }, - { - "@type": "AnnotationData", - "@id": "8812E8DE36", - "key": "index", - "value": { - "@type": "Int", - "value": 210 - } - }, - { - "@type": "AnnotationData", - "@id": "F84028414E", - "key": "index", - "value": { - "@type": "Int", - "value": 211 - } - }, - { - "@type": "AnnotationData", - "@id": "45B2F32230", - "key": "index", - "value": { - "@type": "Int", - "value": 212 - } - }, - { - "@type": "AnnotationData", - "@id": "9B302BB7FB", - "key": "index", - "value": { - "@type": "Int", - "value": 213 - } - }, - { - "@type": "AnnotationData", - "@id": "AD12405BAA", - "key": "index", - "value": { - "@type": "Int", - "value": 214 - } - }, - { - "@type": "AnnotationData", - "@id": "4941948353", - "key": "index", - "value": { - "@type": "Int", - "value": 215 - } - }, - { - "@type": "AnnotationData", - "@id": "74CFA433EC", - "key": "index", - "value": { - "@type": "Int", - "value": 216 - } - }, - { - "@type": "AnnotationData", - "@id": "DD905B4520", - "key": "index", - "value": { - "@type": "Int", - "value": 217 - } - }, - { - "@type": "AnnotationData", - "@id": "4E41D63C84", - "key": "index", - "value": { - "@type": "Int", - "value": 218 - } - }, - { - "@type": "AnnotationData", - "@id": "3115FDD9DA", - "key": "index", - "value": { - "@type": "Int", - "value": 219 - } - }, - { - "@type": "AnnotationData", - "@id": "A7CF4FAB4B", - "key": "index", - "value": { - "@type": "Int", - "value": 220 - } - }, - { - "@type": "AnnotationData", - "@id": "750B808ACB", - "key": "index", - "value": { - "@type": "Int", - "value": 221 - } - }, - { - "@type": "AnnotationData", - "@id": "9FFF76DA54", - "key": "index", - "value": { - "@type": "Int", - "value": 222 - } - }, - { - "@type": "AnnotationData", - "@id": "7F68369857", - "key": "index", - "value": { - "@type": "Int", - "value": 223 - } - }, - { - "@type": "AnnotationData", - "@id": "4DF24FA12D", - "key": "index", - "value": { - "@type": "Int", - "value": 224 - } - }, - { - "@type": "AnnotationData", - "@id": "B618728728", - "key": "index", - "value": { - "@type": "Int", - "value": 225 - } - }, - { - "@type": "AnnotationData", - "@id": "F6BA76B76C", - "key": "index", - "value": { - "@type": "Int", - "value": 226 - } - }, - { - "@type": "AnnotationData", - "@id": "8F92999099", - "key": "index", - "value": { - "@type": "Int", - "value": 227 - } - }, - { - "@type": "AnnotationData", - "@id": "9BC9E888E0", - "key": "index", - "value": { - "@type": "Int", - "value": 228 - } - }, - { - "@type": "AnnotationData", - "@id": "3DDA6EF520", - "key": "index", - "value": { - "@type": "Int", - "value": 229 - } - }, - { - "@type": "AnnotationData", - "@id": "9CDDFC9EDE", - "key": "index", - "value": { - "@type": "Int", - "value": 230 - } - }, - { - "@type": "AnnotationData", - "@id": "4AC353044C", - "key": "index", - "value": { - "@type": "Int", - "value": 231 - } - }, - { - "@type": "AnnotationData", - "@id": "DDA933DA51", - "key": "index", - "value": { - "@type": "Int", - "value": 232 - } - }, - { - "@type": "AnnotationData", - "@id": "870D8796D7", - "key": "index", - "value": { - "@type": "Int", - "value": 233 - } - }, - { - "@type": "AnnotationData", - "@id": "75C6AED1DD", - "key": "index", - "value": { - "@type": "Int", - "value": 234 - } - }, - { - "@type": "AnnotationData", - "@id": "4144446F44", - "key": "index", - "value": { - "@type": "Int", - "value": 235 - } - }, - { - "@type": "AnnotationData", - "@id": "F54616AFE9", - "key": "index", - "value": { - "@type": "Int", - "value": 236 - } - }, - { - "@type": "AnnotationData", - "@id": "4D2E7DC9A1", - "key": "index", - "value": { - "@type": "Int", - "value": 237 - } - }, - { - "@type": "AnnotationData", - "@id": "C298A902B2", - "key": "index", - "value": { - "@type": "Int", - "value": 238 - } - }, - { - "@type": "AnnotationData", - "@id": "D1D6D46496", - "key": "index", - "value": { - "@type": "Int", - "value": 239 - } - }, - { - "@type": "AnnotationData", - "@id": "46C9C3179B", - "key": "index", - "value": { - "@type": "Int", - "value": 240 - } - }, - { - "@type": "AnnotationData", - "@id": "40E75D34FD", - "key": "index", - "value": { - "@type": "Int", - "value": 241 - } - }, - { - "@type": "AnnotationData", - "@id": "52101B2F0A", - "key": "index", - "value": { - "@type": "Int", - "value": 242 - } - }, - { - "@type": "AnnotationData", - "@id": "FA364E058C", - "key": "index", - "value": { - "@type": "Int", - "value": 243 - } - }, - { - "@type": "AnnotationData", - "@id": "2D0F12AAB9", - "key": "index", - "value": { - "@type": "Int", - "value": 244 - } - }, - { - "@type": "AnnotationData", - "@id": "32A3736436", - "key": "index", - "value": { - "@type": "Int", - "value": 245 - } - }, - { - "@type": "AnnotationData", - "@id": "9A835A404E", - "key": "index", - "value": { - "@type": "Int", - "value": 246 - } - }, - { - "@type": "AnnotationData", - "@id": "2C11162358", - "key": "index", - "value": { - "@type": "Int", - "value": 247 - } - }, - { - "@type": "AnnotationData", - "@id": "8C969D02A9", - "key": "index", - "value": { - "@type": "Int", - "value": 248 - } - }, - { - "@type": "AnnotationData", - "@id": "434DA0A78B", - "key": "index", - "value": { - "@type": "Int", - "value": 249 - } - }, - { - "@type": "AnnotationData", - "@id": "AD6666E993", - "key": "index", - "value": { - "@type": "Int", - "value": 250 - } - }, - { - "@type": "AnnotationData", - "@id": "454497BD3A", - "key": "index", - "value": { - "@type": "Int", - "value": 251 - } - }, - { - "@type": "AnnotationData", - "@id": "ECC6E0CA68", - "key": "index", - "value": { - "@type": "Int", - "value": 252 - } - }, - { - "@type": "AnnotationData", - "@id": "A5D011DDB6", - "key": "index", - "value": { - "@type": "Int", - "value": 253 - } - }, - { - "@type": "AnnotationData", - "@id": "16480A0674", - "key": "index", - "value": { - "@type": "Int", - "value": 254 - } - }, - { - "@type": "AnnotationData", - "@id": "748F7445A7", - "key": "index", - "value": { - "@type": "Int", - "value": 255 - } - }, - { - "@type": "AnnotationData", - "@id": "C5FE83591E", - "key": "index", - "value": { - "@type": "Int", - "value": 256 - } - }, - { - "@type": "AnnotationData", - "@id": "23D35433F3", - "key": "index", - "value": { - "@type": "Int", - "value": 257 - } - }, - { - "@type": "AnnotationData", - "@id": "C9CE859099", - "key": "index", - "value": { - "@type": "Int", - "value": 258 - } - }, - { - "@type": "AnnotationData", - "@id": "84F6B666B4", - "key": "index", - "value": { - "@type": "Int", - "value": 259 - } - }, - { - "@type": "AnnotationData", - "@id": "46AE4BBC4B", - "key": "index", - "value": { - "@type": "Int", - "value": 260 - } - }, - { - "@type": "AnnotationData", - "@id": "DDD6AFF54B", - "key": "index", - "value": { - "@type": "Int", - "value": 261 - } - }, - { - "@type": "AnnotationData", - "@id": "9DF919DBC9", - "key": "index", - "value": { - "@type": "Int", - "value": 262 - } - }, - { - "@type": "AnnotationData", - "@id": "6FD254F64F", - "key": "index", - "value": { - "@type": "Int", - "value": 263 - } - }, - { - "@type": "AnnotationData", - "@id": "5601EF3EF9", - "key": "index", - "value": { - "@type": "Int", - "value": 264 - } - }, - { - "@type": "AnnotationData", - "@id": "AFC6B88C99", - "key": "index", - "value": { - "@type": "Int", - "value": 265 - } - }, - { - "@type": "AnnotationData", - "@id": "EE949D5F6D", - "key": "index", - "value": { - "@type": "Int", - "value": 266 - } - }, - { - "@type": "AnnotationData", - "@id": "565C357CE5", - "key": "index", - "value": { - "@type": "Int", - "value": 267 - } - }, - { - "@type": "AnnotationData", - "@id": "A865EA43BB", - "key": "index", - "value": { - "@type": "Int", - "value": 268 - } - }, - { - "@type": "AnnotationData", - "@id": "7046C60CE1", - "key": "index", - "value": { - "@type": "Int", - "value": 269 - } - }, - { - "@type": "AnnotationData", - "@id": "E27CAAF356", - "key": "index", - "value": { - "@type": "Int", - "value": 270 - } - }, - { - "@type": "AnnotationData", - "@id": "84FE446F48", - "key": "index", - "value": { - "@type": "Int", - "value": 271 - } - }, - { - "@type": "AnnotationData", - "@id": "85B6BB7B3C", - "key": "index", - "value": { - "@type": "Int", - "value": 272 - } - }, - { - "@type": "AnnotationData", - "@id": "BB274CFC26", - "key": "index", - "value": { - "@type": "Int", - "value": 273 - } - }, - { - "@type": "AnnotationData", - "@id": "77BCBD3758", - "key": "index", - "value": { - "@type": "Int", - "value": 274 - } - }, - { - "@type": "AnnotationData", - "@id": "FB4DE8BBBB", - "key": "index", - "value": { - "@type": "Int", - "value": 275 - } - }, - { - "@type": "AnnotationData", - "@id": "F21D660219", - "key": "index", - "value": { - "@type": "Int", - "value": 276 - } - }, - { - "@type": "AnnotationData", - "@id": "CAEEB9E8EC", - "key": "index", - "value": { - "@type": "Int", - "value": 277 - } - }, - { - "@type": "AnnotationData", - "@id": "9BA76E29C2", - "key": "index", - "value": { - "@type": "Int", - "value": 278 - } - }, - { - "@type": "AnnotationData", - "@id": "560225C964", - "key": "index", - "value": { - "@type": "Int", - "value": 279 - } - }, - { - "@type": "AnnotationData", - "@id": "860771F1E0", - "key": "index", - "value": { - "@type": "Int", - "value": 280 - } - }, - { - "@type": "AnnotationData", - "@id": "2FB2C2DF3C", - "key": "index", - "value": { - "@type": "Int", - "value": 281 - } - }, - { - "@type": "AnnotationData", - "@id": "1803361505", - "key": "index", - "value": { - "@type": "Int", - "value": 282 - } - }, - { - "@type": "AnnotationData", - "@id": "CA4FBF7F77", - "key": "index", - "value": { - "@type": "Int", - "value": 283 - } - }, - { - "@type": "AnnotationData", - "@id": "4C27AAFE02", - "key": "index", - "value": { - "@type": "Int", - "value": 284 - } - }, - { - "@type": "AnnotationData", - "@id": "D9462422E6", - "key": "index", - "value": { - "@type": "Int", - "value": 285 - } - }, - { - "@type": "AnnotationData", - "@id": "E643FD666A", - "key": "index", - "value": { - "@type": "Int", - "value": 286 - } - }, - { - "@type": "AnnotationData", - "@id": "AE68A5C8A4", - "key": "index", - "value": { - "@type": "Int", - "value": 287 - } - }, - { - "@type": "AnnotationData", - "@id": "70FB3BE9FA", - "key": "index", - "value": { - "@type": "Int", - "value": 288 - } - }, - { - "@type": "AnnotationData", - "@id": "87A1424D9C", - "key": "index", - "value": { - "@type": "Int", - "value": 289 - } - }, - { - "@type": "AnnotationData", - "@id": "12A41CD849", - "key": "index", - "value": { - "@type": "Int", - "value": 290 - } - }, - { - "@type": "AnnotationData", - "@id": "1A19E9DDCC", - "key": "index", - "value": { - "@type": "Int", - "value": 291 - } - }, - { - "@type": "AnnotationData", - "@id": "31441B1ACA", - "key": "index", - "value": { - "@type": "Int", - "value": 292 - } - }, - { - "@type": "AnnotationData", - "@id": "99CBEC02EE", - "key": "index", - "value": { - "@type": "Int", - "value": 293 - } - }, - { - "@type": "AnnotationData", - "@id": "FAEA039AC4", - "key": "index", - "value": { - "@type": "Int", - "value": 294 - } - }, - { - "@type": "AnnotationData", - "@id": "4CB8B0DB58", - "key": "index", - "value": { - "@type": "Int", - "value": 295 - } - }, - { - "@type": "AnnotationData", - "@id": "5CCD7C4664", - "key": "index", - "value": { - "@type": "Int", - "value": 296 - } - }, - { - "@type": "AnnotationData", - "@id": "5625CBE61D", - "key": "index", - "value": { - "@type": "Int", - "value": 297 - } - }, - { - "@type": "AnnotationData", - "@id": "0FA05DD70D", - "key": "index", - "value": { - "@type": "Int", - "value": 298 - } - }, - { - "@type": "AnnotationData", - "@id": "14AB14B130", - "key": "index", - "value": { - "@type": "Int", - "value": 299 - } - }, - { - "@type": "AnnotationData", - "@id": "AC7FC98BD9", - "key": "index", - "value": { - "@type": "Int", - "value": 300 - } - }, - { - "@type": "AnnotationData", - "@id": "D11F618F3D", - "key": "index", - "value": { - "@type": "Int", - "value": 301 - } - }, - { - "@type": "AnnotationData", - "@id": "E891239E16", - "key": "index", - "value": { - "@type": "Int", - "value": 302 - } - }, - { - "@type": "AnnotationData", - "@id": "2F9F29B247", - "key": "index", - "value": { - "@type": "Int", - "value": 303 - } - }, - { - "@type": "AnnotationData", - "@id": "69F7AB9976", - "key": "index", - "value": { - "@type": "Int", - "value": 304 - } - }, - { - "@type": "AnnotationData", - "@id": "11A937D842", - "key": "index", - "value": { - "@type": "Int", - "value": 305 - } - }, - { - "@type": "AnnotationData", - "@id": "74079C36D9", - "key": "index", - "value": { - "@type": "Int", - "value": 306 - } - }, - { - "@type": "AnnotationData", - "@id": "C9983D359D", - "key": "index", - "value": { - "@type": "Int", - "value": 307 - } - }, - { - "@type": "AnnotationData", - "@id": "A6C69C0900", - "key": "index", - "value": { - "@type": "Int", - "value": 308 - } - }, - { - "@type": "AnnotationData", - "@id": "76931614D1", - "key": "index", - "value": { - "@type": "Int", - "value": 309 - } - }, - { - "@type": "AnnotationData", - "@id": "E61DD71E39", - "key": "index", - "value": { - "@type": "Int", - "value": 310 - } - }, - { - "@type": "AnnotationData", - "@id": "33003788E4", - "key": "index", - "value": { - "@type": "Int", - "value": 311 - } - }, - { - "@type": "AnnotationData", - "@id": "F0791B0EA9", - "key": "index", - "value": { - "@type": "Int", - "value": 312 - } - }, - { - "@type": "AnnotationData", - "@id": "85A9FC405C", - "key": "index", - "value": { - "@type": "Int", - "value": 313 - } - }, - { - "@type": "AnnotationData", - "@id": "030C6579D6", - "key": "index", - "value": { - "@type": "Int", - "value": 314 - } - }, - { - "@type": "AnnotationData", - "@id": "8D78AFAA38", - "key": "index", - "value": { - "@type": "Int", - "value": 315 - } - }, - { - "@type": "AnnotationData", - "@id": "369EE1EAD6", - "key": "index", - "value": { - "@type": "Int", - "value": 316 - } - }, - { - "@type": "AnnotationData", - "@id": "31CEB00CCC", - "key": "index", - "value": { - "@type": "Int", - "value": 317 - } - }, - { - "@type": "AnnotationData", - "@id": "F87044E2B1", - "key": "index", - "value": { - "@type": "Int", - "value": 318 - } - }, - { - "@type": "AnnotationData", - "@id": "12B72F182B", - "key": "index", - "value": { - "@type": "Int", - "value": 319 - } - }, - { - "@type": "AnnotationData", - "@id": "E9ECD56970", - "key": "index", - "value": { - "@type": "Int", - "value": 320 - } - }, - { - "@type": "AnnotationData", - "@id": "C6319DB925", - "key": "index", - "value": { - "@type": "Int", - "value": 321 - } - }, - { - "@type": "AnnotationData", - "@id": "F64F219361", - "key": "index", - "value": { - "@type": "Int", - "value": 322 - } - }, - { - "@type": "AnnotationData", - "@id": "3FDD4382DC", - "key": "index", - "value": { - "@type": "Int", - "value": 323 - } - }, - { - "@type": "AnnotationData", - "@id": "F488844A0F", - "key": "index", - "value": { - "@type": "Int", - "value": 324 - } - }, - { - "@type": "AnnotationData", - "@id": "7323E9F9AF", - "key": "index", - "value": { - "@type": "Int", - "value": 325 - } - }, - { - "@type": "AnnotationData", - "@id": "B47B2E8092", - "key": "index", - "value": { - "@type": "Int", - "value": 326 - } - }, - { - "@type": "AnnotationData", - "@id": "22E566BFA9", - "key": "index", - "value": { - "@type": "Int", - "value": 327 - } - }, - { - "@type": "AnnotationData", - "@id": "C77E1BBEB7", - "key": "index", - "value": { - "@type": "Int", - "value": 328 - } - }, - { - "@type": "AnnotationData", - "@id": "CDFD4AEB7C", - "key": "index", - "value": { - "@type": "Int", - "value": 329 - } - }, - { - "@type": "AnnotationData", - "@id": "760871D354", - "key": "index", - "value": { - "@type": "Int", - "value": 330 - } - }, - { - "@type": "AnnotationData", - "@id": "6DA7E9C3A6", - "key": "index", - "value": { - "@type": "Int", - "value": 331 - } - }, - { - "@type": "AnnotationData", - "@id": "9EDE54EE0B", - "key": "index", - "value": { - "@type": "Int", - "value": 332 - } - }, - { - "@type": "AnnotationData", - "@id": "930EAE24DE", - "key": "index", - "value": { - "@type": "Int", - "value": 333 - } - }, - { - "@type": "AnnotationData", - "@id": "1E6848AC13", - "key": "index", - "value": { - "@type": "Int", - "value": 334 - } - }, - { - "@type": "AnnotationData", - "@id": "3EBBDB63F5", - "key": "index", - "value": { - "@type": "Int", - "value": 335 - } - }, - { - "@type": "AnnotationData", - "@id": "FFF437A497", - "key": "index", - "value": { - "@type": "Int", - "value": 336 - } - }, - { - "@type": "AnnotationData", - "@id": "F3B409A31B", - "key": "index", - "value": { - "@type": "Int", - "value": 337 - } - }, - { - "@type": "AnnotationData", - "@id": "CA126D4225", - "key": "index", - "value": { - "@type": "Int", - "value": 338 - } - }, - { - "@type": "AnnotationData", - "@id": "44DDD12DD7", - "key": "index", - "value": { - "@type": "Int", - "value": 339 - } - }, - { - "@type": "AnnotationData", - "@id": "504507F962", - "key": "index", - "value": { - "@type": "Int", - "value": 340 - } - }, - { - "@type": "AnnotationData", - "@id": "6589E5FFE7", - "key": "index", - "value": { - "@type": "Int", - "value": 341 - } - }, - { - "@type": "AnnotationData", - "@id": "954B4ABBB7", - "key": "index", - "value": { - "@type": "Int", - "value": 342 - } - }, - { - "@type": "AnnotationData", - "@id": "14B1F94EBB", - "key": "index", - "value": { - "@type": "Int", - "value": 343 - } - }, - { - "@type": "AnnotationData", - "@id": "2A20715F72", - "key": "index", - "value": { - "@type": "Int", - "value": 344 - } - }, - { - "@type": "AnnotationData", - "@id": "E837D2B056", - "key": "index", - "value": { - "@type": "Int", - "value": 345 - } - }, - { - "@type": "AnnotationData", - "@id": "41A4BBB542", - "key": "index", - "value": { - "@type": "Int", - "value": 346 - } - }, - { - "@type": "AnnotationData", - "@id": "E623B60ED8", - "key": "index", - "value": { - "@type": "Int", - "value": 347 - } - }, - { - "@type": "AnnotationData", - "@id": "A25E5D2E7E", - "key": "index", - "value": { - "@type": "Int", - "value": 348 - } - }, - { - "@type": "AnnotationData", - "@id": "27DE60E77D", - "key": "index", - "value": { - "@type": "Int", - "value": 349 - } - }, - { - "@type": "AnnotationData", - "@id": "18CE8661A8", - "key": "index", - "value": { - "@type": "Int", - "value": 350 - } - }, - { - "@type": "AnnotationData", - "@id": "5052011105", - "key": "index", - "value": { - "@type": "Int", - "value": 351 - } - }, - { - "@type": "AnnotationData", - "@id": "6BA7CAF77D", - "key": "index", - "value": { - "@type": "Int", - "value": 352 - } - }, - { - "@type": "AnnotationData", - "@id": "2779CF7F7F", - "key": "index", - "value": { - "@type": "Int", - "value": 353 - } - }, - { - "@type": "AnnotationData", - "@id": "2C2BBDB188", - "key": "index", - "value": { - "@type": "Int", - "value": 354 - } - }, - { - "@type": "AnnotationData", - "@id": "DDB4F7FDD8", - "key": "index", - "value": { - "@type": "Int", - "value": 355 - } - }, - { - "@type": "AnnotationData", - "@id": "327A7A1343", - "key": "index", - "value": { - "@type": "Int", - "value": 356 - } - }, - { - "@type": "AnnotationData", - "@id": "74E272B24F", - "key": "index", - "value": { - "@type": "Int", - "value": 357 - } - }, - { - "@type": "AnnotationData", - "@id": "136C4C2225", - "key": "index", - "value": { - "@type": "Int", - "value": 358 - } - }, - { - "@type": "AnnotationData", - "@id": "91C5905CA5", - "key": "index", - "value": { - "@type": "Int", - "value": 359 - } - }, - { - "@type": "AnnotationData", - "@id": "4826F23AA2", - "key": "index", - "value": { - "@type": "Int", - "value": 360 - } - }, - { - "@type": "AnnotationData", - "@id": "595B6559A4", - "key": "index", - "value": { - "@type": "Int", - "value": 361 - } - }, - { - "@type": "AnnotationData", - "@id": "E9244F5413", - "key": "index", - "value": { - "@type": "Int", - "value": 362 - } - }, - { - "@type": "AnnotationData", - "@id": "5ACCA54527", - "key": "index", - "value": { - "@type": "Int", - "value": 363 - } - }, - { - "@type": "AnnotationData", - "@id": "DD542F32FB", - "key": "index", - "value": { - "@type": "Int", - "value": 364 - } - }, - { - "@type": "AnnotationData", - "@id": "1841FB886C", - "key": "index", - "value": { - "@type": "Int", - "value": 365 - } - }, - { - "@type": "AnnotationData", - "@id": "DBF4FB051A", - "key": "index", - "value": { - "@type": "Int", - "value": 366 - } - }, - { - "@type": "AnnotationData", - "@id": "7C4AC7A047", - "key": "index", - "value": { - "@type": "Int", - "value": 367 - } - }, - { - "@type": "AnnotationData", - "@id": "EE77FFEFD1", - "key": "index", - "value": { - "@type": "Int", - "value": 368 - } - }, - { - "@type": "AnnotationData", - "@id": "9C54B1AF1B", - "key": "index", - "value": { - "@type": "Int", - "value": 369 - } - }, - { - "@type": "AnnotationData", - "@id": "01BF4689A1", - "key": "index", - "value": { - "@type": "Int", - "value": 370 - } - }, - { - "@type": "AnnotationData", - "@id": "7278401CA5", - "key": "index", - "value": { - "@type": "Int", - "value": 371 - } - }, - { - "@type": "AnnotationData", - "@id": "EE0474E9CC", - "key": "index", - "value": { - "@type": "Int", - "value": 372 - } - }, - { - "@type": "AnnotationData", - "@id": "42933AB9BD", - "key": "index", - "value": { - "@type": "Int", - "value": 373 - } - }, - { - "@type": "AnnotationData", - "@id": "08B54019DA", - "key": "index", - "value": { - "@type": "Int", - "value": 374 - } - }, - { - "@type": "AnnotationData", - "@id": "E1ABB1C4E7", - "key": "index", - "value": { - "@type": "Int", - "value": 375 - } - }, - { - "@type": "AnnotationData", - "@id": "49EE8E8FB4", - "key": "index", - "value": { - "@type": "Int", - "value": 376 - } - }, - { - "@type": "AnnotationData", - "@id": "92ECC2200E", - "key": "index", - "value": { - "@type": "Int", - "value": 377 - } - }, - { - "@type": "AnnotationData", - "@id": "322245ADA7", - "key": "index", - "value": { - "@type": "Int", - "value": 378 - } - }, - { - "@type": "AnnotationData", - "@id": "6764ABD9DA", - "key": "index", - "value": { - "@type": "Int", - "value": 379 - } - }, - { - "@type": "AnnotationData", - "@id": "7661E4E625", - "key": "index", - "value": { - "@type": "Int", - "value": 380 - } - }, - { - "@type": "AnnotationData", - "@id": "4D7E75643E", - "key": "index", - "value": { - "@type": "Int", - "value": 381 - } - }, - { - "@type": "AnnotationData", - "@id": "5347D7D599", - "key": "index", - "value": { - "@type": "Int", - "value": 382 - } - }, - { - "@type": "AnnotationData", - "@id": "8EAA120C86", - "key": "index", - "value": { - "@type": "Int", - "value": 383 - } - }, - { - "@type": "AnnotationData", - "@id": "D6255DAE6D", - "key": "index", - "value": { - "@type": "Int", - "value": 384 - } - }, - { - "@type": "AnnotationData", - "@id": "4174314499", - "key": "index", - "value": { - "@type": "Int", - "value": 385 - } - }, - { - "@type": "AnnotationData", - "@id": "697283A245", - "key": "index", - "value": { - "@type": "Int", - "value": 386 - } - }, - { - "@type": "AnnotationData", - "@id": "B8EB8C1CB7", - "key": "index", - "value": { - "@type": "Int", - "value": 387 - } - }, - { - "@type": "AnnotationData", - "@id": "1131AD0F4D", - "key": "index", - "value": { - "@type": "Int", - "value": 388 - } - }, - { - "@type": "AnnotationData", - "@id": "E4174A5192", - "key": "index", - "value": { - "@type": "Int", - "value": 389 - } - }, - { - "@type": "AnnotationData", - "@id": "5F9F7F484A", - "key": "index", - "value": { - "@type": "Int", - "value": 390 - } - }, - { - "@type": "AnnotationData", - "@id": "D15E52E442", - "key": "index", - "value": { - "@type": "Int", - "value": 391 - } - }, - { - "@type": "AnnotationData", - "@id": "4D3490899D", - "key": "index", - "value": { - "@type": "Int", - "value": 392 - } - }, - { - "@type": "AnnotationData", - "@id": "632F1F2E66", - "key": "index", - "value": { - "@type": "Int", - "value": 393 - } - }, - { - "@type": "AnnotationData", - "@id": "8A8A6E4E9E", - "key": "index", - "value": { - "@type": "Int", - "value": 394 - } - }, - { - "@type": "AnnotationData", - "@id": "666239F7FF", - "key": "index", - "value": { - "@type": "Int", - "value": 395 - } - }, - { - "@type": "AnnotationData", - "@id": "9B5B9CFDA5", - "key": "index", - "value": { - "@type": "Int", - "value": 396 - } - }, - { - "@type": "AnnotationData", - "@id": "84BE2DB48B", - "key": "index", - "value": { - "@type": "Int", - "value": 397 - } - }, - { - "@type": "AnnotationData", - "@id": "C1607DBC50", - "key": "index", - "value": { - "@type": "Int", - "value": 398 - } - }, - { - "@type": "AnnotationData", - "@id": "E4E80E0BB5", - "key": "index", - "value": { - "@type": "Int", - "value": 399 - } - }, - { - "@type": "AnnotationData", - "@id": "9969E9E911", - "key": "index", - "value": { - "@type": "Int", - "value": 400 - } - }, - { - "@type": "AnnotationData", - "@id": "BB9F49FB97", - "key": "index", - "value": { - "@type": "Int", - "value": 401 - } - }, - { - "@type": "AnnotationData", - "@id": "440A107F97", - "key": "index", - "value": { - "@type": "Int", - "value": 402 - } - }, - { - "@type": "AnnotationData", - "@id": "EAE87F48EB", - "key": "index", - "value": { - "@type": "Int", - "value": 403 - } - }, - { - "@type": "AnnotationData", - "@id": "179E7047E5", - "key": "index", - "value": { - "@type": "Int", - "value": 404 - } - }, - { - "@type": "AnnotationData", - "@id": "895974041B", - "key": "index", - "value": { - "@type": "Int", - "value": 405 - } - }, - { - "@type": "AnnotationData", - "@id": "5C7E76ABF0", - "key": "index", - "value": { - "@type": "Int", - "value": 406 - } - }, - { - "@type": "AnnotationData", - "@id": "51D939617B", - "key": "index", - "value": { - "@type": "Int", - "value": 407 - } - }, - { - "@type": "AnnotationData", - "@id": "4118AE910F", - "key": "index", - "value": { - "@type": "Int", - "value": 408 - } - }, - { - "@type": "AnnotationData", - "@id": "78805F857C", - "key": "index", - "value": { - "@type": "Int", - "value": 409 - } - }, - { - "@type": "AnnotationData", - "@id": "043CC3C946", - "key": "index", - "value": { - "@type": "Int", - "value": 410 - } - }, - { - "@type": "AnnotationData", - "@id": "2D53AA54D1", - "key": "index", - "value": { - "@type": "Int", - "value": 411 - } - }, - { - "@type": "AnnotationData", - "@id": "F3D743FDCF", - "key": "index", - "value": { - "@type": "Int", - "value": 412 - } - }, - { - "@type": "AnnotationData", - "@id": "4988B894DE", - "key": "index", - "value": { - "@type": "Int", - "value": 413 - } - }, - { - "@type": "AnnotationData", - "@id": "610943196D", - "key": "index", - "value": { - "@type": "Int", - "value": 414 - } - }, - { - "@type": "AnnotationData", - "@id": "5BF7648658", - "key": "index", - "value": { - "@type": "Int", - "value": 415 - } - }, - { - "@type": "AnnotationData", - "@id": "8751272279", - "key": "index", - "value": { - "@type": "Int", - "value": 416 - } - }, - { - "@type": "AnnotationData", - "@id": "999412D89D", - "key": "index", - "value": { - "@type": "Int", - "value": 417 - } - }, - { - "@type": "AnnotationData", - "@id": "D9A9972FD9", - "key": "index", - "value": { - "@type": "Int", - "value": 418 - } - }, - { - "@type": "AnnotationData", - "@id": "015BE9714B", - "key": "index", - "value": { - "@type": "Int", - "value": 419 - } - }, - { - "@type": "AnnotationData", - "@id": "FE4B1BA49F", - "key": "index", - "value": { - "@type": "Int", - "value": 420 - } - }, - { - "@type": "AnnotationData", - "@id": "A8A37E4C3E", - "key": "index", - "value": { - "@type": "Int", - "value": 421 - } - }, - { - "@type": "AnnotationData", - "@id": "BECB337478", - "key": "index", - "value": { - "@type": "Int", - "value": 422 - } - }, - { - "@type": "AnnotationData", - "@id": "87F83A6AFF", - "key": "index", - "value": { - "@type": "Int", - "value": 423 - } - }, - { - "@type": "AnnotationData", - "@id": "D366BE554A", - "key": "index", - "value": { - "@type": "Int", - "value": 424 - } - }, - { - "@type": "AnnotationData", - "@id": "6767E27276", - "key": "index", - "value": { - "@type": "Int", - "value": 425 - } - }, - { - "@type": "AnnotationData", - "@id": "A1D25455F5", - "key": "index", - "value": { - "@type": "Int", - "value": 426 - } - }, - { - "@type": "AnnotationData", - "@id": "C19090FE8D", - "key": "index", - "value": { - "@type": "Int", - "value": 427 - } - }, - { - "@type": "AnnotationData", - "@id": "1155A9DB4D", - "key": "index", - "value": { - "@type": "Int", - "value": 428 - } - }, - { - "@type": "AnnotationData", - "@id": "4095CC0C9B", - "key": "index", - "value": { - "@type": "Int", - "value": 429 - } - }, - { - "@type": "AnnotationData", - "@id": "06BAEB9FB1", - "key": "index", - "value": { - "@type": "Int", - "value": 430 - } - }, - { - "@type": "AnnotationData", - "@id": "57B54FF16C", - "key": "index", - "value": { - "@type": "Int", - "value": 431 - } - }, - { - "@type": "AnnotationData", - "@id": "324013656C", - "key": "index", - "value": { - "@type": "Int", - "value": 432 - } - }, - { - "@type": "AnnotationData", - "@id": "4B2D440712", - "key": "index", - "value": { - "@type": "Int", - "value": 433 - } - }, - { - "@type": "AnnotationData", - "@id": "ED27BE2DF6", - "key": "index", - "value": { - "@type": "Int", - "value": 434 - } - }, - { - "@type": "AnnotationData", - "@id": "BC2745F271", - "key": "index", - "value": { - "@type": "Int", - "value": 435 - } - }, - { - "@type": "AnnotationData", - "@id": "2A5C9C267A", - "key": "index", - "value": { - "@type": "Int", - "value": 436 - } - }, - { - "@type": "AnnotationData", - "@id": "4F749FAF2F", - "key": "index", - "value": { - "@type": "Int", - "value": 437 - } - }, - { - "@type": "AnnotationData", - "@id": "C86F27D277", - "key": "index", - "value": { - "@type": "Int", - "value": 438 - } - }, - { - "@type": "AnnotationData", - "@id": "5A7D916F10", - "key": "index", - "value": { - "@type": "Int", - "value": 439 - } - }, - { - "@type": "AnnotationData", - "@id": "4D939C9953", - "key": "index", - "value": { - "@type": "Int", - "value": 440 - } - }, - { - "@type": "AnnotationData", - "@id": "B48F46A648", - "key": "index", - "value": { - "@type": "Int", - "value": 441 - } - }, - { - "@type": "AnnotationData", - "@id": "4F4FE479F2", - "key": "index", - "value": { - "@type": "Int", - "value": 442 - } - }, - { - "@type": "AnnotationData", - "@id": "9A6D08D0A4", - "key": "index", - "value": { - "@type": "Int", - "value": 443 - } - }, - { - "@type": "AnnotationData", - "@id": "663B88E444", - "key": "index", - "value": { - "@type": "Int", - "value": 444 - } - }, - { - "@type": "AnnotationData", - "@id": "4285F75325", - "key": "index", - "value": { - "@type": "Int", - "value": 445 - } - }, - { - "@type": "AnnotationData", - "@id": "5AA3B88464", - "key": "index", - "value": { - "@type": "Int", - "value": 446 - } - }, - { - "@type": "AnnotationData", - "@id": "74AFDEBA43", - "key": "index", - "value": { - "@type": "Int", - "value": 447 - } - }, - { - "@type": "AnnotationData", - "@id": "96D9E4B93E", - "key": "index", - "value": { - "@type": "Int", - "value": 448 - } - }, - { - "@type": "AnnotationData", - "@id": "60E8805842", - "key": "index", - "value": { - "@type": "Int", - "value": 449 - } - }, - { - "@type": "AnnotationData", - "@id": "8FE3989082", - "key": "index", - "value": { - "@type": "Int", - "value": 450 - } - }, - { - "@type": "AnnotationData", - "@id": "D017A1D8D1", - "key": "index", - "value": { - "@type": "Int", - "value": 451 - } - }, - { - "@type": "AnnotationData", - "@id": "5D925550CC", - "key": "index", - "value": { - "@type": "Int", - "value": 452 - } - }, - { - "@type": "AnnotationData", - "@id": "569D21410D", - "key": "index", - "value": { - "@type": "Int", - "value": 453 - } - }, - { - "@type": "AnnotationData", - "@id": "6324643DED", - "key": "index", - "value": { - "@type": "Int", - "value": 454 - } - }, - { - "@type": "AnnotationData", - "@id": "4C88608E77", - "key": "index", - "value": { - "@type": "Int", - "value": 455 - } - }, - { - "@type": "AnnotationData", - "@id": "5C5634F363", - "key": "index", - "value": { - "@type": "Int", - "value": 456 - } - }, - { - "@type": "AnnotationData", - "@id": "415E0A7AEC", - "key": "index", - "value": { - "@type": "Int", - "value": 457 - } - }, - { - "@type": "AnnotationData", - "@id": "83D8D29DFC", - "key": "index", - "value": { - "@type": "Int", - "value": 458 - } - }, - { - "@type": "AnnotationData", - "@id": "1686702B10", - "key": "index", - "value": { - "@type": "Int", - "value": 459 - } - }, - { - "@type": "AnnotationData", - "@id": "041D844806", - "key": "index", - "value": { - "@type": "Int", - "value": 460 - } - }, - { - "@type": "AnnotationData", - "@id": "A68B3C8BD8", - "key": "index", - "value": { - "@type": "Int", - "value": 461 - } - }, - { - "@type": "AnnotationData", - "@id": "4456162797", - "key": "index", - "value": { - "@type": "Int", - "value": 462 - } - }, - { - "@type": "AnnotationData", - "@id": "7480E870BE", - "key": "index", - "value": { - "@type": "Int", - "value": 463 - } - }, - { - "@type": "AnnotationData", - "@id": "C3ACA43E44", - "key": "index", - "value": { - "@type": "Int", - "value": 464 - } - }, - { - "@type": "AnnotationData", - "@id": "E74D877A28", - "key": "index", - "value": { - "@type": "Int", - "value": 465 - } - }, - { - "@type": "AnnotationData", - "@id": "92961B1C50", - "key": "index", - "value": { - "@type": "Int", - "value": 466 - } - }, - { - "@type": "AnnotationData", - "@id": "CA20AE9CAA", - "key": "index", - "value": { - "@type": "Int", - "value": 467 - } - }, - { - "@type": "AnnotationData", - "@id": "7EEF002C00", - "key": "index", - "value": { - "@type": "Int", - "value": 468 - } - }, - { - "@type": "AnnotationData", - "@id": "247047D4DB", - "key": "index", - "value": { - "@type": "Int", - "value": 469 - } - }, - { - "@type": "AnnotationData", - "@id": "4FF666EB60", - "key": "index", - "value": { - "@type": "Int", - "value": 470 - } - }, - { - "@type": "AnnotationData", - "@id": "DF84D3B2B4", - "key": "index", - "value": { - "@type": "Int", - "value": 471 - } - }, - { - "@type": "AnnotationData", - "@id": "27DAAB4141", - "key": "index", - "value": { - "@type": "Int", - "value": 472 - } - }, - { - "@type": "AnnotationData", - "@id": "9EDF106A9D", - "key": "index", - "value": { - "@type": "Int", - "value": 473 - } - }, - { - "@type": "AnnotationData", - "@id": "504C455525", - "key": "index", - "value": { - "@type": "Int", - "value": 474 - } - }, - { - "@type": "AnnotationData", - "@id": "2B32C99038", - "key": "index", - "value": { - "@type": "Int", - "value": 475 - } - }, - { - "@type": "AnnotationData", - "@id": "BB147128C9", - "key": "index", - "value": { - "@type": "Int", - "value": 476 - } - }, - { - "@type": "AnnotationData", - "@id": "3E9C245E6F", - "key": "index", - "value": { - "@type": "Int", - "value": 477 - } - }, - { - "@type": "AnnotationData", - "@id": "4B3C63A468", - "key": "index", - "value": { - "@type": "Int", - "value": 478 - } - }, - { - "@type": "AnnotationData", - "@id": "9B8D811390", - "key": "index", - "value": { - "@type": "Int", - "value": 479 - } - }, - { - "@type": "AnnotationData", - "@id": "E95DF5797D", - "key": "index", - "value": { - "@type": "Int", - "value": 480 - } - }, - { - "@type": "AnnotationData", - "@id": "87998707B8", - "key": "index", - "value": { - "@type": "Int", - "value": 481 - } - }, - { - "@type": "AnnotationData", - "@id": "DD4D94A81D", - "key": "index", - "value": { - "@type": "Int", - "value": 482 - } - }, - { - "@type": "AnnotationData", - "@id": "F4114C5B99", - "key": "index", - "value": { - "@type": "Int", - "value": 483 - } - }, - { - "@type": "AnnotationData", - "@id": "4D748BC84C", - "key": "index", - "value": { - "@type": "Int", - "value": 484 - } - }, - { - "@type": "AnnotationData", - "@id": "9149668800", - "key": "index", - "value": { - "@type": "Int", - "value": 485 - } - }, - { - "@type": "AnnotationData", - "@id": "99BD196621", - "key": "index", - "value": { - "@type": "Int", - "value": 486 - } - }, - { - "@type": "AnnotationData", - "@id": "AB66BACAA6", - "key": "index", - "value": { - "@type": "Int", - "value": 487 - } - }, - { - "@type": "AnnotationData", - "@id": "8B9444AC3B", - "key": "index", - "value": { - "@type": "Int", - "value": 488 - } - }, - { - "@type": "AnnotationData", - "@id": "78942D1114", - "key": "index", - "value": { - "@type": "Int", - "value": 489 - } - }, - { - "@type": "AnnotationData", - "@id": "CFB236F215", - "key": "index", - "value": { - "@type": "Int", - "value": 490 - } - }, - { - "@type": "AnnotationData", - "@id": "FFA7F9B7C7", - "key": "index", - "value": { - "@type": "Int", - "value": 491 - } - }, - { - "@type": "AnnotationData", - "@id": "2EEC86BCB1", - "key": "index", - "value": { - "@type": "Int", - "value": 492 - } - }, - { - "@type": "AnnotationData", - "@id": "A66ACC506B", - "key": "index", - "value": { - "@type": "Int", - "value": 493 - } - }, - { - "@type": "AnnotationData", - "@id": "7D320FFDDC", - "key": "index", - "value": { - "@type": "Int", - "value": 494 - } - }, - { - "@type": "AnnotationData", - "@id": "B4B7167517", - "key": "index", - "value": { - "@type": "Int", - "value": 495 - } - }, - { - "@type": "AnnotationData", - "@id": "844F43B4AA", - "key": "index", - "value": { - "@type": "Int", - "value": 496 - } - }, - { - "@type": "AnnotationData", - "@id": "77FA7BC4A5", - "key": "index", - "value": { - "@type": "Int", - "value": 497 - } - }, - { - "@type": "AnnotationData", - "@id": "FADF4991B9", - "key": "index", - "value": { - "@type": "Int", - "value": 498 - } - }, - { - "@type": "AnnotationData", - "@id": "963C63A3B9", - "key": "index", - "value": { - "@type": "Int", - "value": 499 - } - }, - { - "@type": "AnnotationData", - "@id": "982746D8C7", - "key": "index", - "value": { - "@type": "Int", - "value": 500 - } - }, - { - "@type": "AnnotationData", - "@id": "255413D1CE", - "key": "index", - "value": { - "@type": "Int", - "value": 501 - } - }, - { - "@type": "AnnotationData", - "@id": "72A949B84A", - "key": "index", - "value": { - "@type": "Int", - "value": 502 - } - }, - { - "@type": "AnnotationData", - "@id": "42284A38C7", - "key": "index", - "value": { - "@type": "Int", - "value": 503 - } - }, - { - "@type": "AnnotationData", - "@id": "4FEF224FAA", - "key": "index", - "value": { - "@type": "Int", - "value": 504 - } - }, - { - "@type": "AnnotationData", - "@id": "E32027E4FF", - "key": "index", - "value": { - "@type": "Int", - "value": 505 - } - }, - { - "@type": "AnnotationData", - "@id": "9B770CC76C", - "key": "index", - "value": { - "@type": "Int", - "value": 506 - } - }, - { - "@type": "AnnotationData", - "@id": "D057440757", - "key": "index", - "value": { - "@type": "Int", - "value": 507 - } - }, - { - "@type": "AnnotationData", - "@id": "A9406BE044", - "key": "index", - "value": { - "@type": "Int", - "value": 508 - } - }, - { - "@type": "AnnotationData", - "@id": "2EEAEAE4EA", - "key": "index", - "value": { - "@type": "Int", - "value": 509 - } - }, - { - "@type": "AnnotationData", - "@id": "F686F32462", - "key": "index", - "value": { - "@type": "Int", - "value": 510 - } - }, - { - "@type": "AnnotationData", - "@id": "4023200B2F", - "key": "index", - "value": { - "@type": "Int", - "value": 511 - } - }, - { - "@type": "AnnotationData", - "@id": "8F26FC54B4", - "key": "index", - "value": { - "@type": "Int", - "value": 512 - } - }, - { - "@type": "AnnotationData", - "@id": "6611526065", - "key": "index", - "value": { - "@type": "Int", - "value": 513 - } - }, - { - "@type": "AnnotationData", - "@id": "783B40B145", - "key": "index", - "value": { - "@type": "Int", - "value": 514 - } - }, - { - "@type": "AnnotationData", - "@id": "7CE835C6F8", - "key": "index", - "value": { - "@type": "Int", - "value": 515 - } - }, - { - "@type": "AnnotationData", - "@id": "98327227EA", - "key": "index", - "value": { - "@type": "Int", - "value": 516 - } - }, - { - "@type": "AnnotationData", - "@id": "D6DA240C04", - "key": "index", - "value": { - "@type": "Int", - "value": 517 - } - }, - { - "@type": "AnnotationData", - "@id": "243454435A", - "key": "index", - "value": { - "@type": "Int", - "value": 518 - } - }, - { - "@type": "AnnotationData", - "@id": "55344F6945", - "key": "index", - "value": { - "@type": "Int", - "value": 519 - } - }, - { - "@type": "AnnotationData", - "@id": "C889D03E07", - "key": "index", - "value": { - "@type": "Int", - "value": 520 - } - }, - { - "@type": "AnnotationData", - "@id": "A298493FAF", - "key": "index", - "value": { - "@type": "Int", - "value": 521 - } - }, - { - "@type": "AnnotationData", - "@id": "9C03E7C5BC", - "key": "index", - "value": { - "@type": "Int", - "value": 522 - } - }, - { - "@type": "AnnotationData", - "@id": "2949B450BB", - "key": "index", - "value": { - "@type": "Int", - "value": 523 - } - }, - { - "@type": "AnnotationData", - "@id": "A490398B31", - "key": "index", - "value": { - "@type": "Int", - "value": 524 - } - }, - { - "@type": "AnnotationData", - "@id": "5752DAA2B4", - "key": "index", - "value": { - "@type": "Int", - "value": 525 - } - }, - { - "@type": "AnnotationData", - "@id": "086B626703", - "key": "index", - "value": { - "@type": "Int", - "value": 526 - } - }, - { - "@type": "AnnotationData", - "@id": "845F78B59B", - "key": "index", - "value": { - "@type": "Int", - "value": 527 - } - }, - { - "@type": "AnnotationData", - "@id": "45A454F971", - "key": "index", - "value": { - "@type": "Int", - "value": 528 - } - }, - { - "@type": "AnnotationData", - "@id": "BF83A49EB6", - "key": "index", - "value": { - "@type": "Int", - "value": 529 - } - }, - { - "@type": "AnnotationData", - "@id": "D9DCFB598B", - "key": "index", - "value": { - "@type": "Int", - "value": 530 - } - }, - { - "@type": "AnnotationData", - "@id": "CCFDCAED80", - "key": "index", - "value": { - "@type": "Int", - "value": 531 - } - }, - { - "@type": "AnnotationData", - "@id": "9EA8089081", - "key": "index", - "value": { - "@type": "Int", - "value": 532 - } - }, - { - "@type": "AnnotationData", - "@id": "7A00A44702", - "key": "index", - "value": { - "@type": "Int", - "value": 533 - } - }, - { - "@type": "AnnotationData", - "@id": "4E527D222E", - "key": "index", - "value": { - "@type": "Int", - "value": 534 - } - }, - { - "@type": "AnnotationData", - "@id": "EA5975EFE6", - "key": "index", - "value": { - "@type": "Int", - "value": 535 - } - }, - { - "@type": "AnnotationData", - "@id": "EE88885AB0", - "key": "index", - "value": { - "@type": "Int", - "value": 536 - } - }, - { - "@type": "AnnotationData", - "@id": "B6976E303D", - "key": "index", - "value": { - "@type": "Int", - "value": 537 - } - }, - { - "@type": "AnnotationData", - "@id": "6052400495", - "key": "index", - "value": { - "@type": "Int", - "value": 538 - } - }, - { - "@type": "AnnotationData", - "@id": "FD8BC2BDB4", - "key": "index", - "value": { - "@type": "Int", - "value": 539 - } - }, - { - "@type": "AnnotationData", - "@id": "8FBB9CCC86", - "key": "index", - "value": { - "@type": "Int", - "value": 540 - } - }, - { - "@type": "AnnotationData", - "@id": "F9FCA14244", - "key": "index", - "value": { - "@type": "Int", - "value": 541 - } - }, - { - "@type": "AnnotationData", - "@id": "66666D9AD1", - "key": "index", - "value": { - "@type": "Int", - "value": 542 - } - }, - { - "@type": "AnnotationData", - "@id": "43FE4EDFAD", - "key": "index", - "value": { - "@type": "Int", - "value": 543 - } - }, - { - "@type": "AnnotationData", - "@id": "3AA74D998B", - "key": "index", - "value": { - "@type": "Int", - "value": 544 - } - }, - { - "@type": "AnnotationData", - "@id": "B30B334293", - "key": "index", - "value": { - "@type": "Int", - "value": 545 - } - }, - { - "@type": "AnnotationData", - "@id": "680AB4FFFD", - "key": "index", - "value": { - "@type": "Int", - "value": 546 - } - }, - { - "@type": "AnnotationData", - "@id": "90D1308CE8", - "key": "index", - "value": { - "@type": "Int", - "value": 547 - } - }, - { - "@type": "AnnotationData", - "@id": "FB56CD888D", - "key": "index", - "value": { - "@type": "Int", - "value": 548 - } - }, - { - "@type": "AnnotationData", - "@id": "3A5BA0A911", - "key": "index", - "value": { - "@type": "Int", - "value": 549 - } - }, - { - "@type": "AnnotationData", - "@id": "29E5FFEB72", - "key": "index", - "value": { - "@type": "Int", - "value": 550 - } - }, - { - "@type": "AnnotationData", - "@id": "7477A1E0DA", - "key": "index", - "value": { - "@type": "Int", - "value": 551 - } - }, - { - "@type": "AnnotationData", - "@id": "BF54D43555", - "key": "index", - "value": { - "@type": "Int", - "value": 552 - } - }, - { - "@type": "AnnotationData", - "@id": "ADFB3F6D9E", - "key": "index", - "value": { - "@type": "Int", - "value": 553 - } - }, - { - "@type": "AnnotationData", - "@id": "9642A46750", - "key": "index", - "value": { - "@type": "Int", - "value": 554 - } - }, - { - "@type": "AnnotationData", - "@id": "9D666D0A66", - "key": "index", - "value": { - "@type": "Int", - "value": 555 - } - }, - { - "@type": "AnnotationData", - "@id": "48C6108BA1", - "key": "index", - "value": { - "@type": "Int", - "value": 556 - } - }, - { - "@type": "AnnotationData", - "@id": "17AA89754D", - "key": "index", - "value": { - "@type": "Int", - "value": 557 - } - }, - { - "@type": "AnnotationData", - "@id": "33111EF0D0", - "key": "index", - "value": { - "@type": "Int", - "value": 558 - } - }, - { - "@type": "AnnotationData", - "@id": "B3464AA9A0", - "key": "index", - "value": { - "@type": "Int", - "value": 559 - } - }, - { - "@type": "AnnotationData", - "@id": "B9FCBBBB0B", - "key": "index", - "value": { - "@type": "Int", - "value": 560 - } - }, - { - "@type": "AnnotationData", - "@id": "153FF55554", - "key": "index", - "value": { - "@type": "Int", - "value": 561 - } - }, - { - "@type": "AnnotationData", - "@id": "F85F4F6F69", - "key": "index", - "value": { - "@type": "Int", - "value": 562 - } - }, - { - "@type": "AnnotationData", - "@id": "4E4383E047", - "key": "index", - "value": { - "@type": "Int", - "value": 563 - } - }, - { - "@type": "AnnotationData", - "@id": "FDE5F518E5", - "key": "index", - "value": { - "@type": "Int", - "value": 564 - } - }, - { - "@type": "AnnotationData", - "@id": "7C2715F910", - "key": "index", - "value": { - "@type": "Int", - "value": 565 - } - }, - { - "@type": "AnnotationData", - "@id": "E46DA18234", - "key": "index", - "value": { - "@type": "Int", - "value": 566 - } - }, - { - "@type": "AnnotationData", - "@id": "C6AAC6D6CC", - "key": "index", - "value": { - "@type": "Int", - "value": 567 - } - }, - { - "@type": "AnnotationData", - "@id": "23719767A4", - "key": "index", - "value": { - "@type": "Int", - "value": 568 - } - }, - { - "@type": "AnnotationData", - "@id": "F37B105DB1", - "key": "index", - "value": { - "@type": "Int", - "value": 569 - } - }, - { - "@type": "AnnotationData", - "@id": "156F80F097", - "key": "index", - "value": { - "@type": "Int", - "value": 570 - } - }, - { - "@type": "AnnotationData", - "@id": "599F4CBC94", - "key": "index", - "value": { - "@type": "Int", - "value": 571 - } - }, - { - "@type": "AnnotationData", - "@id": "37BDB7A655", - "key": "index", - "value": { - "@type": "Int", - "value": 572 - } - }, - { - "@type": "AnnotationData", - "@id": "09DCD91889", - "key": "index", - "value": { - "@type": "Int", - "value": 573 - } - }, - { - "@type": "AnnotationData", - "@id": "55B9919B59", - "key": "index", - "value": { - "@type": "Int", - "value": 574 - } - }, - { - "@type": "AnnotationData", - "@id": "8B4A4A4EAF", - "key": "index", - "value": { - "@type": "Int", - "value": 575 - } - }, - { - "@type": "AnnotationData", - "@id": "27350AF334", - "key": "index", - "value": { - "@type": "Int", - "value": 576 - } - }, - { - "@type": "AnnotationData", - "@id": "71AF998095", - "key": "index", - "value": { - "@type": "Int", - "value": 577 - } - }, - { - "@type": "AnnotationData", - "@id": "97EEBB7D73", - "key": "index", - "value": { - "@type": "Int", - "value": 578 - } - }, - { - "@type": "AnnotationData", - "@id": "9087828019", - "key": "index", - "value": { - "@type": "Int", - "value": 579 - } - }, - { - "@type": "AnnotationData", - "@id": "DC150540BE", - "key": "index", - "value": { - "@type": "Int", - "value": 580 - } - }, - { - "@type": "AnnotationData", - "@id": "460CDDC6CF", - "key": "index", - "value": { - "@type": "Int", - "value": 581 - } - }, - { - "@type": "AnnotationData", - "@id": "4C1484B31A", - "key": "index", - "value": { - "@type": "Int", - "value": 582 - } - }, - { - "@type": "AnnotationData", - "@id": "4E12FAB13E", - "key": "index", - "value": { - "@type": "Int", - "value": 583 - } - }, - { - "@type": "AnnotationData", - "@id": "18883BD57D", - "key": "index", - "value": { - "@type": "Int", - "value": 584 - } - }, - { - "@type": "AnnotationData", - "@id": "F9F4015B5D", - "key": "index", - "value": { - "@type": "Int", - "value": 585 - } - }, - { - "@type": "AnnotationData", - "@id": "93293A4F7C", - "key": "index", - "value": { - "@type": "Int", - "value": 586 - } - }, - { - "@type": "AnnotationData", - "@id": "95F84BA277", - "key": "index", - "value": { - "@type": "Int", - "value": 587 - } - }, - { - "@type": "AnnotationData", - "@id": "B847761586", - "key": "index", - "value": { - "@type": "Int", - "value": 588 - } - }, - { - "@type": "AnnotationData", - "@id": "8A39AF0966", - "key": "index", - "value": { - "@type": "Int", - "value": 589 - } - }, - { - "@type": "AnnotationData", - "@id": "06AC49656F", - "key": "index", - "value": { - "@type": "Int", - "value": 590 - } - }, - { - "@type": "AnnotationData", - "@id": "920C7081A4", - "key": "index", - "value": { - "@type": "Int", - "value": 591 - } - }, - { - "@type": "AnnotationData", - "@id": "827C8F07DA", - "key": "index", - "value": { - "@type": "Int", - "value": 592 - } - }, - { - "@type": "AnnotationData", - "@id": "A9DEFD2D84", - "key": "index", - "value": { - "@type": "Int", - "value": 593 - } - }, - { - "@type": "AnnotationData", - "@id": "3D4FF8739F", - "key": "index", - "value": { - "@type": "Int", - "value": 594 - } - }, - { - "@type": "AnnotationData", - "@id": "4282CE2211", - "key": "index", - "value": { - "@type": "Int", - "value": 595 - } - }, - { - "@type": "AnnotationData", - "@id": "E6A1EFBF66", - "key": "index", - "value": { - "@type": "Int", - "value": 596 - } - }, - { - "@type": "AnnotationData", - "@id": "442F97915A", - "key": "index", - "value": { - "@type": "Int", - "value": 597 - } - }, - { - "@type": "AnnotationData", - "@id": "2979CA3A69", - "key": "index", - "value": { - "@type": "Int", - "value": 598 - } - }, - { - "@type": "AnnotationData", - "@id": "15A28E1508", - "key": "index", - "value": { - "@type": "Int", - "value": 599 - } - }, - { - "@type": "AnnotationData", - "@id": "F40F511CB0", - "key": "index", - "value": { - "@type": "Int", - "value": 600 - } - }, - { - "@type": "AnnotationData", - "@id": "88C55D8F24", - "key": "index", - "value": { - "@type": "Int", - "value": 601 - } - }, - { - "@type": "AnnotationData", - "@id": "BF2A4453B9", - "key": "index", - "value": { - "@type": "Int", - "value": 602 - } - }, - { - "@type": "AnnotationData", - "@id": "D33C2C774C", - "key": "index", - "value": { - "@type": "Int", - "value": 603 - } - }, - { - "@type": "AnnotationData", - "@id": "ACCC3CB72C", - "key": "index", - "value": { - "@type": "Int", - "value": 604 - } - }, - { - "@type": "AnnotationData", - "@id": "9424732494", - "key": "index", - "value": { - "@type": "Int", - "value": 605 - } - }, - { - "@type": "AnnotationData", - "@id": "BA4994747B", - "key": "index", - "value": { - "@type": "Int", - "value": 606 - } - }, - { - "@type": "AnnotationData", - "@id": "289399FA8A", - "key": "index", - "value": { - "@type": "Int", - "value": 607 - } - }, - { - "@type": "AnnotationData", - "@id": "5AB9FDB124", - "key": "index", - "value": { - "@type": "Int", - "value": 608 - } - }, - { - "@type": "AnnotationData", - "@id": "CAD80D71A7", - "key": "index", - "value": { - "@type": "Int", - "value": 609 - } - }, - { - "@type": "AnnotationData", - "@id": "32F9EB7A93", - "key": "index", - "value": { - "@type": "Int", - "value": 610 - } - }, - { - "@type": "AnnotationData", - "@id": "84D15A62CC", - "key": "index", - "value": { - "@type": "Int", - "value": 611 - } - }, - { - "@type": "AnnotationData", - "@id": "766F8D81E7", - "key": "index", - "value": { - "@type": "Int", - "value": 612 - } - }, - { - "@type": "AnnotationData", - "@id": "E7D4783632", - "key": "index", - "value": { - "@type": "Int", - "value": 613 - } - }, - { - "@type": "AnnotationData", - "@id": "ECE355D058", - "key": "index", - "value": { - "@type": "Int", - "value": 614 - } - }, - { - "@type": "AnnotationData", - "@id": "55429C23D2", - "key": "index", - "value": { - "@type": "Int", - "value": 615 - } - }, - { - "@type": "AnnotationData", - "@id": "BD33D39C37", - "key": "index", - "value": { - "@type": "Int", - "value": 616 - } - }, - { - "@type": "AnnotationData", - "@id": "FA9DECB9F5", - "key": "index", - "value": { - "@type": "Int", - "value": 617 - } - }, - { - "@type": "AnnotationData", - "@id": "4204004994", - "key": "index", - "value": { - "@type": "Int", - "value": 618 - } - }, - { - "@type": "AnnotationData", - "@id": "A97888D5E7", - "key": "index", - "value": { - "@type": "Int", - "value": 619 - } - }, - { - "@type": "AnnotationData", - "@id": "A791A2A410", - "key": "index", - "value": { - "@type": "Int", - "value": 620 - } - }, - { - "@type": "AnnotationData", - "@id": "E3688698B8", - "key": "index", - "value": { - "@type": "Int", - "value": 621 - } - }, - { - "@type": "AnnotationData", - "@id": "EEFA0CED47", - "key": "index", - "value": { - "@type": "Int", - "value": 622 - } - }, - { - "@type": "AnnotationData", - "@id": "B4CEDB5DBE", - "key": "index", - "value": { - "@type": "Int", - "value": 623 - } - }, - { - "@type": "AnnotationData", - "@id": "FBB652ABC6", - "key": "index", - "value": { - "@type": "Int", - "value": 624 - } - }, - { - "@type": "AnnotationData", - "@id": "249A04B405", - "key": "index", - "value": { - "@type": "Int", - "value": 625 - } - }, - { - "@type": "AnnotationData", - "@id": "F9D92FD469", - "key": "index", - "value": { - "@type": "Int", - "value": 626 - } - }, - { - "@type": "AnnotationData", - "@id": "28FFEB39C3", - "key": "index", - "value": { - "@type": "Int", - "value": 627 - } - }, - { - "@type": "AnnotationData", - "@id": "B9C65B0F97", - "key": "index", - "value": { - "@type": "Int", - "value": 628 - } - }, - { - "@type": "AnnotationData", - "@id": "C08F14B1B0", - "key": "index", - "value": { - "@type": "Int", - "value": 629 - } - }, - { - "@type": "AnnotationData", - "@id": "DBB10FAF7F", - "key": "index", - "value": { - "@type": "Int", - "value": 630 - } - }, - { - "@type": "AnnotationData", - "@id": "4144BC5B99", - "key": "index", - "value": { - "@type": "Int", - "value": 631 - } - }, - { - "@type": "AnnotationData", - "@id": "39347727E1", - "key": "index", - "value": { - "@type": "Int", - "value": 632 - } - }, - { - "@type": "AnnotationData", - "@id": "2EB69BE33B", - "key": "index", - "value": { - "@type": "Int", - "value": 633 - } - }, - { - "@type": "AnnotationData", - "@id": "43FDA5AB6D", - "key": "index", - "value": { - "@type": "Int", - "value": 634 - } - }, - { - "@type": "AnnotationData", - "@id": "434313EE77", - "key": "index", - "value": { - "@type": "Int", - "value": 635 - } - }, - { - "@type": "AnnotationData", - "@id": "4530DC90F4", - "key": "index", - "value": { - "@type": "Int", - "value": 636 - } - }, - { - "@type": "AnnotationData", - "@id": "984FEC8CB1", - "key": "index", - "value": { - "@type": "Int", - "value": 637 - } - }, - { - "@type": "AnnotationData", - "@id": "5E1185E192", - "key": "index", - "value": { - "@type": "Int", - "value": 638 - } - }, - { - "@type": "AnnotationData", - "@id": "CBB4D91557", - "key": "index", - "value": { - "@type": "Int", - "value": 639 - } - }, - { - "@type": "AnnotationData", - "@id": "538C7C79B8", - "key": "index", - "value": { - "@type": "Int", - "value": 640 - } - }, - { - "@type": "AnnotationData", - "@id": "E0E3C2D303", - "key": "index", - "value": { - "@type": "Int", - "value": 641 - } - }, - { - "@type": "AnnotationData", - "@id": "106C918017", - "key": "index", - "value": { - "@type": "Int", - "value": 642 - } - }, - { - "@type": "AnnotationData", - "@id": "614669495A", - "key": "index", - "value": { - "@type": "Int", - "value": 643 - } - }, - { - "@type": "AnnotationData", - "@id": "56E4A33C0E", - "key": "index", - "value": { - "@type": "Int", - "value": 644 - } - }, - { - "@type": "AnnotationData", - "@id": "92A422A424", - "key": "index", - "value": { - "@type": "Int", - "value": 645 - } - }, - { - "@type": "AnnotationData", - "@id": "851E991B5B", - "key": "index", - "value": { - "@type": "Int", - "value": 646 - } - }, - { - "@type": "AnnotationData", - "@id": "8A88412486", - "key": "index", - "value": { - "@type": "Int", - "value": 647 - } - }, - { - "@type": "AnnotationData", - "@id": "D0318B99C6", - "key": "index", - "value": { - "@type": "Int", - "value": 648 - } - }, - { - "@type": "AnnotationData", - "@id": "606F7446B0", - "key": "index", - "value": { - "@type": "Int", - "value": 649 - } - }, - { - "@type": "AnnotationData", - "@id": "D4F8062511", - "key": "index", - "value": { - "@type": "Int", - "value": 650 - } - }, - { - "@type": "AnnotationData", - "@id": "4FF34A6FF0", - "key": "index", - "value": { - "@type": "Int", - "value": 651 - } - }, - { - "@type": "AnnotationData", - "@id": "52A44E9A89", - "key": "index", - "value": { - "@type": "Int", - "value": 652 - } - }, - { - "@type": "AnnotationData", - "@id": "1AD2FFA2A4", - "key": "index", - "value": { - "@type": "Int", - "value": 653 - } - }, - { - "@type": "AnnotationData", - "@id": "828D556897", - "key": "index", - "value": { - "@type": "Int", - "value": 654 - } - }, - { - "@type": "AnnotationData", - "@id": "4BFF99CE0D", - "key": "index", - "value": { - "@type": "Int", - "value": 655 - } - }, - { - "@type": "AnnotationData", - "@id": "AA19ACE029", - "key": "index", - "value": { - "@type": "Int", - "value": 656 - } - }, - { - "@type": "AnnotationData", - "@id": "B9B960369D", - "key": "index", - "value": { - "@type": "Int", - "value": 657 - } - }, - { - "@type": "AnnotationData", - "@id": "549B138B95", - "key": "index", - "value": { - "@type": "Int", - "value": 658 - } - }, - { - "@type": "AnnotationData", - "@id": "A9D07C1737", - "key": "index", - "value": { - "@type": "Int", - "value": 659 - } - }, - { - "@type": "AnnotationData", - "@id": "C22AA42746", - "key": "index", - "value": { - "@type": "Int", - "value": 660 - } - }, - { - "@type": "AnnotationData", - "@id": "77ACC10B00", - "key": "index", - "value": { - "@type": "Int", - "value": 661 - } - }, - { - "@type": "AnnotationData", - "@id": "9075141004", - "key": "index", - "value": { - "@type": "Int", - "value": 662 - } - }, - { - "@type": "AnnotationData", - "@id": "CA029CA0CC", - "key": "index", - "value": { - "@type": "Int", - "value": 663 - } - }, - { - "@type": "AnnotationData", - "@id": "311835D7AA", - "key": "index", - "value": { - "@type": "Int", - "value": 664 - } - }, - { - "@type": "AnnotationData", - "@id": "8D99027692", - "key": "index", - "value": { - "@type": "Int", - "value": 665 - } - }, - { - "@type": "AnnotationData", - "@id": "60982002DB", - "key": "index", - "value": { - "@type": "Int", - "value": 666 - } - }, - { - "@type": "AnnotationData", - "@id": "158305A624", - "key": "index", - "value": { - "@type": "Int", - "value": 667 - } - }, - { - "@type": "AnnotationData", - "@id": "8334DAD67D", - "key": "index", - "value": { - "@type": "Int", - "value": 668 - } - }, - { - "@type": "AnnotationData", - "@id": "060E8C922B", - "key": "index", - "value": { - "@type": "Int", - "value": 669 - } - }, - { - "@type": "AnnotationData", - "@id": "6DA0EEAEE0", - "key": "index", - "value": { - "@type": "Int", - "value": 670 - } - }, - { - "@type": "AnnotationData", - "@id": "37CEEC63BE", - "key": "index", - "value": { - "@type": "Int", - "value": 671 - } - }, - { - "@type": "AnnotationData", - "@id": "C8328CE84D", - "key": "index", - "value": { - "@type": "Int", - "value": 672 - } - }, - { - "@type": "AnnotationData", - "@id": "AE663F3EE6", - "key": "index", - "value": { - "@type": "Int", - "value": 673 - } - }, - { - "@type": "AnnotationData", - "@id": "4F02CA31FB", - "key": "index", - "value": { - "@type": "Int", - "value": 674 - } - }, - { - "@type": "AnnotationData", - "@id": "098E30D7EE", - "key": "index", - "value": { - "@type": "Int", - "value": 675 - } - }, - { - "@type": "AnnotationData", - "@id": "B6F3FE3967", - "key": "index", - "value": { - "@type": "Int", - "value": 676 - } - }, - { - "@type": "AnnotationData", - "@id": "7F92FFBD5B", - "key": "index", - "value": { - "@type": "Int", - "value": 677 - } - }, - { - "@type": "AnnotationData", - "@id": "B3DC9E1280", - "key": "index", - "value": { - "@type": "Int", - "value": 678 - } - }, - { - "@type": "AnnotationData", - "@id": "D4E22222CD", - "key": "index", - "value": { - "@type": "Int", - "value": 679 - } - }, - { - "@type": "AnnotationData", - "@id": "8C666E03CC", - "key": "index", - "value": { - "@type": "Int", - "value": 680 - } - }, - { - "@type": "AnnotationData", - "@id": "221BACCA42", - "key": "index", - "value": { - "@type": "Int", - "value": 681 - } - }, - { - "@type": "AnnotationData", - "@id": "3DB9B90991", - "key": "index", - "value": { - "@type": "Int", - "value": 682 - } - }, - { - "@type": "AnnotationData", - "@id": "D2B18ED485", - "key": "index", - "value": { - "@type": "Int", - "value": 683 - } - }, - { - "@type": "AnnotationData", - "@id": "BC56D5FD63", - "key": "index", - "value": { - "@type": "Int", - "value": 684 - } - }, - { - "@type": "AnnotationData", - "@id": "D7E284C4DC", - "key": "index", - "value": { - "@type": "Int", - "value": 685 - } - }, - { - "@type": "AnnotationData", - "@id": "44B0A045E3", - "key": "index", - "value": { - "@type": "Int", - "value": 686 - } - }, - { - "@type": "AnnotationData", - "@id": "B1A18D7A1F", - "key": "index", - "value": { - "@type": "Int", - "value": 687 - } - }, - { - "@type": "AnnotationData", - "@id": "24F13664FF", - "key": "index", - "value": { - "@type": "Int", - "value": 688 - } - }, - { - "@type": "AnnotationData", - "@id": "2B69308105", - "key": "index", - "value": { - "@type": "Int", - "value": 689 - } - }, - { - "@type": "AnnotationData", - "@id": "0530936060", - "key": "index", - "value": { - "@type": "Int", - "value": 690 - } - }, - { - "@type": "AnnotationData", - "@id": "754D370498", - "key": "index", - "value": { - "@type": "Int", - "value": 691 - } - }, - { - "@type": "AnnotationData", - "@id": "10F10D433A", - "key": "index", - "value": { - "@type": "Int", - "value": 692 - } - }, - { - "@type": "AnnotationData", - "@id": "FCFE5F1E5E", - "key": "index", - "value": { - "@type": "Int", - "value": 693 - } - }, - { - "@type": "AnnotationData", - "@id": "002B1004A1", - "key": "index", - "value": { - "@type": "Int", - "value": 694 - } - }, - { - "@type": "AnnotationData", - "@id": "F4F17EA25E", - "key": "index", - "value": { - "@type": "Int", - "value": 695 - } - }, - { - "@type": "AnnotationData", - "@id": "613F08EDEB", - "key": "index", - "value": { - "@type": "Int", - "value": 696 - } - }, - { - "@type": "AnnotationData", - "@id": "93436E9FE8", - "key": "index", - "value": { - "@type": "Int", - "value": 697 - } - }, - { - "@type": "AnnotationData", - "@id": "220BEEAEED", - "key": "index", - "value": { - "@type": "Int", - "value": 698 - } - }, - { - "@type": "AnnotationData", - "@id": "591598ACC2", - "key": "index", - "value": { - "@type": "Int", - "value": 699 - } - }, - { - "@type": "AnnotationData", - "@id": "B63B914FBF", - "key": "index", - "value": { - "@type": "Int", - "value": 700 - } - }, - { - "@type": "AnnotationData", - "@id": "8CC769DA99", - "key": "index", - "value": { - "@type": "Int", - "value": 701 - } - }, - { - "@type": "AnnotationData", - "@id": "C7492E847A", - "key": "index", - "value": { - "@type": "Int", - "value": 702 - } - }, - { - "@type": "AnnotationData", - "@id": "592D86B3E2", - "key": "index", - "value": { - "@type": "Int", - "value": 703 - } - }, - { - "@type": "AnnotationData", - "@id": "4A9D45D15B", - "key": "index", - "value": { - "@type": "Int", - "value": 704 - } - }, - { - "@type": "AnnotationData", - "@id": "99549338AA", - "key": "index", - "value": { - "@type": "Int", - "value": 705 - } - }, - { - "@type": "AnnotationData", - "@id": "0A1AB04850", - "key": "index", - "value": { - "@type": "Int", - "value": 706 - } - }, - { - "@type": "AnnotationData", - "@id": "EDB563BD6E", - "key": "index", - "value": { - "@type": "Int", - "value": 707 - } - }, - { - "@type": "AnnotationData", - "@id": "254783AA10", - "key": "index", - "value": { - "@type": "Int", - "value": 708 - } - }, - { - "@type": "AnnotationData", - "@id": "7BEDD815C1", - "key": "index", - "value": { - "@type": "Int", - "value": 709 - } - }, - { - "@type": "AnnotationData", - "@id": "AA37D49ADB", - "key": "index", - "value": { - "@type": "Int", - "value": 710 - } - }, - { - "@type": "AnnotationData", - "@id": "C16EE6212C", - "key": "index", - "value": { - "@type": "Int", - "value": 711 - } - }, - { - "@type": "AnnotationData", - "@id": "CEBB3593CB", - "key": "index", - "value": { - "@type": "Int", - "value": 712 - } - }, - { - "@type": "AnnotationData", - "@id": "1AB8009964", - "key": "index", - "value": { - "@type": "Int", - "value": 713 - } - }, - { - "@type": "AnnotationData", - "@id": "FF48733AFC", - "key": "index", - "value": { - "@type": "Int", - "value": 714 - } - }, - { - "@type": "AnnotationData", - "@id": "924E4A92AE", - "key": "index", - "value": { - "@type": "Int", - "value": 715 - } - }, - { - "@type": "AnnotationData", - "@id": "77D17CA850", - "key": "index", - "value": { - "@type": "Int", - "value": 716 - } - }, - { - "@type": "AnnotationData", - "@id": "5DA447A31A", - "key": "index", - "value": { - "@type": "Int", - "value": 717 - } - }, - { - "@type": "AnnotationData", - "@id": "3F81D4419F", - "key": "index", - "value": { - "@type": "Int", - "value": 718 - } - }, - { - "@type": "AnnotationData", - "@id": "4FEAF9CB8C", - "key": "index", - "value": { - "@type": "Int", - "value": 719 - } - }, - { - "@type": "AnnotationData", - "@id": "B488843F3E", - "key": "index", - "value": { - "@type": "Int", - "value": 720 - } - }, - { - "@type": "AnnotationData", - "@id": "CE15711887", - "key": "index", - "value": { - "@type": "Int", - "value": 721 - } - }, - { - "@type": "AnnotationData", - "@id": "909EEA42F2", - "key": "index", - "value": { - "@type": "Int", - "value": 722 - } - }, - { - "@type": "AnnotationData", - "@id": "F1A6DBBBA4", - "key": "index", - "value": { - "@type": "Int", - "value": 723 - } - }, - { - "@type": "AnnotationData", - "@id": "0B11199743", - "key": "index", - "value": { - "@type": "Int", - "value": 724 - } - }, - { - "@type": "AnnotationData", - "@id": "0FFBB6D2BE", - "key": "index", - "value": { - "@type": "Int", - "value": 725 - } - }, - { - "@type": "AnnotationData", - "@id": "AC1FA6D1FD", - "key": "index", - "value": { - "@type": "Int", - "value": 726 - } - }, - { - "@type": "AnnotationData", - "@id": "3CFC7348C7", - "key": "index", - "value": { - "@type": "Int", - "value": 727 - } - }, - { - "@type": "AnnotationData", - "@id": "CEFE2F8653", - "key": "index", - "value": { - "@type": "Int", - "value": 728 - } - }, - { - "@type": "AnnotationData", - "@id": "E22BA7F2E9", - "key": "index", - "value": { - "@type": "Int", - "value": 729 - } - }, - { - "@type": "AnnotationData", - "@id": "222074277A", - "key": "index", - "value": { - "@type": "Int", - "value": 730 - } - }, - { - "@type": "AnnotationData", - "@id": "144D46AAAA", - "key": "index", - "value": { - "@type": "Int", - "value": 731 - } - }, - { - "@type": "AnnotationData", - "@id": "A6488244E2", - "key": "index", - "value": { - "@type": "Int", - "value": 732 - } - }, - { - "@type": "AnnotationData", - "@id": "2AB0DBDF08", - "key": "index", - "value": { - "@type": "Int", - "value": 733 - } - }, - { - "@type": "AnnotationData", - "@id": "AD8A5C87A0", - "key": "index", - "value": { - "@type": "Int", - "value": 734 - } - }, - { - "@type": "AnnotationData", - "@id": "C07F9F5EE7", - "key": "index", - "value": { - "@type": "Int", - "value": 735 - } - }, - { - "@type": "AnnotationData", - "@id": "1B21F405F4", - "key": "index", - "value": { - "@type": "Int", - "value": 736 - } - }, - { - "@type": "AnnotationData", - "@id": "4D4B18DD91", - "key": "index", - "value": { - "@type": "Int", - "value": 737 - } - }, - { - "@type": "AnnotationData", - "@id": "7AA236AEEA", - "key": "index", - "value": { - "@type": "Int", - "value": 738 - } - }, - { - "@type": "AnnotationData", - "@id": "B24908A95A", - "key": "index", - "value": { - "@type": "Int", - "value": 739 - } - }, - { - "@type": "AnnotationData", - "@id": "2ABBA5399B", - "key": "index", - "value": { - "@type": "Int", - "value": 740 - } - }, - { - "@type": "AnnotationData", - "@id": "22A6C0DFD5", - "key": "index", - "value": { - "@type": "Int", - "value": 741 - } - }, - { - "@type": "AnnotationData", - "@id": "41182121A5", - "key": "index", - "value": { - "@type": "Int", - "value": 742 - } - }, - { - "@type": "AnnotationData", - "@id": "36A7BFFBB1", - "key": "index", - "value": { - "@type": "Int", - "value": 743 - } - }, - { - "@type": "AnnotationData", - "@id": "5344FE5F14", - "key": "index", - "value": { - "@type": "Int", - "value": 744 - } - }, - { - "@type": "AnnotationData", - "@id": "2E13970004", - "key": "index", - "value": { - "@type": "Int", - "value": 745 - } - }, - { - "@type": "AnnotationData", - "@id": "84BF2F4A2F", - "key": "index", - "value": { - "@type": "Int", - "value": 746 - } - }, - { - "@type": "AnnotationData", - "@id": "6E03A9FB23", - "key": "index", - "value": { - "@type": "Int", - "value": 747 - } - }, - { - "@type": "AnnotationData", - "@id": "7EBD4FB016", - "key": "index", - "value": { - "@type": "Int", - "value": 748 - } - }, - { - "@type": "AnnotationData", - "@id": "AC79B395B1", - "key": "index", - "value": { - "@type": "Int", - "value": 749 - } - }, - { - "@type": "AnnotationData", - "@id": "8A977FD991", - "key": "index", - "value": { - "@type": "Int", - "value": 750 - } - }, - { - "@type": "AnnotationData", - "@id": "95D861A26B", - "key": "index", - "value": { - "@type": "Int", - "value": 751 - } - }, - { - "@type": "AnnotationData", - "@id": "5CAD678C34", - "key": "index", - "value": { - "@type": "Int", - "value": 752 - } - }, - { - "@type": "AnnotationData", - "@id": "9A00D1AA07", - "key": "index", - "value": { - "@type": "Int", - "value": 753 - } - }, - { - "@type": "AnnotationData", - "@id": "B10252CCC4", - "key": "index", - "value": { - "@type": "Int", - "value": 754 - } - }, - { - "@type": "AnnotationData", - "@id": "840A26249D", - "key": "index", - "value": { - "@type": "Int", - "value": 755 - } - }, - { - "@type": "AnnotationData", - "@id": "310B119543", - "key": "index", - "value": { - "@type": "Int", - "value": 756 - } - }, - { - "@type": "AnnotationData", - "@id": "FA319D297B", - "key": "index", - "value": { - "@type": "Int", - "value": 757 - } - }, - { - "@type": "AnnotationData", - "@id": "B69E6A760E", - "key": "index", - "value": { - "@type": "Int", - "value": 758 - } - }, - { - "@type": "AnnotationData", - "@id": "FFB9F8C52F", - "key": "index", - "value": { - "@type": "Int", - "value": 759 - } - }, - { - "@type": "AnnotationData", - "@id": "50934150A7", - "key": "index", - "value": { - "@type": "Int", - "value": 760 - } - }, - { - "@type": "AnnotationData", - "@id": "2E9F900E2C", - "key": "index", - "value": { - "@type": "Int", - "value": 761 - } - }, - { - "@type": "AnnotationData", - "@id": "DDDBE363F1", - "key": "index", - "value": { - "@type": "Int", - "value": 762 - } - }, - { - "@type": "AnnotationData", - "@id": "D3D9C549F7", - "key": "index", - "value": { - "@type": "Int", - "value": 763 - } - }, - { - "@type": "AnnotationData", - "@id": "2104A21010", - "key": "index", - "value": { - "@type": "Int", - "value": 764 - } - }, - { - "@type": "AnnotationData", - "@id": "EAE5A95097", - "key": "index", - "value": { - "@type": "Int", - "value": 765 - } - }, - { - "@type": "AnnotationData", - "@id": "1EE4AE8D61", - "key": "index", - "value": { - "@type": "Int", - "value": 766 - } - }, - { - "@type": "AnnotationData", - "@id": "9F0A014FF4", - "key": "index", - "value": { - "@type": "Int", - "value": 767 - } - }, - { - "@type": "AnnotationData", - "@id": "3EA32BCC98", - "key": "index", - "value": { - "@type": "Int", - "value": 768 - } - }, - { - "@type": "AnnotationData", - "@id": "164E8644B4", - "key": "index", - "value": { - "@type": "Int", - "value": 769 - } - }, - { - "@type": "AnnotationData", - "@id": "24B54A7F59", - "key": "index", - "value": { - "@type": "Int", - "value": 770 - } - }, - { - "@type": "AnnotationData", - "@id": "36DC2D0C6C", - "key": "index", - "value": { - "@type": "Int", - "value": 771 - } - }, - { - "@type": "AnnotationData", - "@id": "AF61AB34FB", - "key": "index", - "value": { - "@type": "Int", - "value": 772 - } - }, - { - "@type": "AnnotationData", - "@id": "F0E4235AFC", - "key": "index", - "value": { - "@type": "Int", - "value": 773 - } - }, - { - "@type": "AnnotationData", - "@id": "0B85485584", - "key": "index", - "value": { - "@type": "Int", - "value": 774 - } - }, - { - "@type": "AnnotationData", - "@id": "C1EC138C8B", - "key": "index", - "value": { - "@type": "Int", - "value": 775 - } - }, - { - "@type": "AnnotationData", - "@id": "4006E0A12F", - "key": "index", - "value": { - "@type": "Int", - "value": 776 - } - }, - { - "@type": "AnnotationData", - "@id": "6E8948D96D", - "key": "index", - "value": { - "@type": "Int", - "value": 777 - } - }, - { - "@type": "AnnotationData", - "@id": "B1B554521C", - "key": "index", - "value": { - "@type": "Int", - "value": 778 - } - }, - { - "@type": "AnnotationData", - "@id": "3282423449", - "key": "index", - "value": { - "@type": "Int", - "value": 779 - } - }, - { - "@type": "AnnotationData", - "@id": "E3EAC5E158", - "key": "index", - "value": { - "@type": "Int", - "value": 780 - } - }, - { - "@type": "AnnotationData", - "@id": "AFE4690933", - "key": "index", - "value": { - "@type": "Int", - "value": 781 - } - }, - { - "@type": "AnnotationData", - "@id": "8C9C58A858", - "key": "index", - "value": { - "@type": "Int", - "value": 782 - } - }, - { - "@type": "AnnotationData", - "@id": "1481803E1E", - "key": "index", - "value": { - "@type": "Int", - "value": 783 - } - }, - { - "@type": "AnnotationData", - "@id": "6C9AB55183", - "key": "index", - "value": { - "@type": "Int", - "value": 784 - } - }, - { - "@type": "AnnotationData", - "@id": "B96A260EC4", - "key": "index", - "value": { - "@type": "Int", - "value": 785 - } - }, - { - "@type": "AnnotationData", - "@id": "2C444EECF5", - "key": "index", - "value": { - "@type": "Int", - "value": 786 - } - }, - { - "@type": "AnnotationData", - "@id": "C227E59960", - "key": "index", - "value": { - "@type": "Int", - "value": 787 - } - }, - { - "@type": "AnnotationData", - "@id": "49834DA839", - "key": "index", - "value": { - "@type": "Int", - "value": 788 - } - }, - { - "@type": "AnnotationData", - "@id": "F0B09BFFF3", - "key": "index", - "value": { - "@type": "Int", - "value": 789 - } - }, - { - "@type": "AnnotationData", - "@id": "6B792B6680", - "key": "index", - "value": { - "@type": "Int", - "value": 790 - } - }, - { - "@type": "AnnotationData", - "@id": "C253229D22", - "key": "index", - "value": { - "@type": "Int", - "value": 791 - } - }, - { - "@type": "AnnotationData", - "@id": "A539079F99", - "key": "index", - "value": { - "@type": "Int", - "value": 792 - } - }, - { - "@type": "AnnotationData", - "@id": "E32E0E760E", - "key": "index", - "value": { - "@type": "Int", - "value": 793 - } - }, - { - "@type": "AnnotationData", - "@id": "CBB8A4C40A", - "key": "index", - "value": { - "@type": "Int", - "value": 794 - } - }, - { - "@type": "AnnotationData", - "@id": "3DED75A580", - "key": "index", - "value": { - "@type": "Int", - "value": 795 - } - }, - { - "@type": "AnnotationData", - "@id": "8019364094", - "key": "index", - "value": { - "@type": "Int", - "value": 796 - } - }, - { - "@type": "AnnotationData", - "@id": "E057C8FEA0", - "key": "index", - "value": { - "@type": "Int", - "value": 797 - } - }, - { - "@type": "AnnotationData", - "@id": "B543121077", - "key": "index", - "value": { - "@type": "Int", - "value": 798 - } - }, - { - "@type": "AnnotationData", - "@id": "E22ADD0F0F", - "key": "index", - "value": { - "@type": "Int", - "value": 799 - } - }, - { - "@type": "AnnotationData", - "@id": "946F59066D", - "key": "index", - "value": { - "@type": "Int", - "value": 800 - } - }, - { - "@type": "AnnotationData", - "@id": "E7FDEAD7DE", - "key": "index", - "value": { - "@type": "Int", - "value": 801 - } - }, - { - "@type": "AnnotationData", - "@id": "2EA255CAAA", - "key": "index", - "value": { - "@type": "Int", - "value": 802 - } - }, - { - "@type": "AnnotationData", - "@id": "3EFBE32BB0", - "key": "index", - "value": { - "@type": "Int", - "value": 803 - } - }, - { - "@type": "AnnotationData", - "@id": "FB90F87BF4", - "key": "index", - "value": { - "@type": "Int", - "value": 804 - } - }, - { - "@type": "AnnotationData", - "@id": "24C790CFFF", - "key": "index", - "value": { - "@type": "Int", - "value": 805 - } - }, - { - "@type": "AnnotationData", - "@id": "33EE00323E", - "key": "index", - "value": { - "@type": "Int", - "value": 806 - } - }, - { - "@type": "AnnotationData", - "@id": "9D4D28B39D", - "key": "index", - "value": { - "@type": "Int", - "value": 807 - } - }, - { - "@type": "AnnotationData", - "@id": "BC277DE279", - "key": "index", - "value": { - "@type": "Int", - "value": 808 - } - }, - { - "@type": "AnnotationData", - "@id": "E1C048177A", - "key": "index", - "value": { - "@type": "Int", - "value": 809 - } - }, - { - "@type": "AnnotationData", - "@id": "37CC77A36C", - "key": "index", - "value": { - "@type": "Int", - "value": 810 - } - }, - { - "@type": "AnnotationData", - "@id": "882113528D", - "key": "index", - "value": { - "@type": "Int", - "value": 811 - } - }, - { - "@type": "AnnotationData", - "@id": "692049B534", - "key": "index", - "value": { - "@type": "Int", - "value": 812 - } - }, - { - "@type": "AnnotationData", - "@id": "690A40E0F9", - "key": "index", - "value": { - "@type": "Int", - "value": 813 - } - }, - { - "@type": "AnnotationData", - "@id": "ADAD5641F2", - "key": "index", - "value": { - "@type": "Int", - "value": 814 - } - }, - { - "@type": "AnnotationData", - "@id": "8B4B08EF8F", - "key": "index", - "value": { - "@type": "Int", - "value": 815 - } - }, - { - "@type": "AnnotationData", - "@id": "C3B7D37998", - "key": "index", - "value": { - "@type": "Int", - "value": 816 - } - }, - { - "@type": "AnnotationData", - "@id": "435DD5E54C", - "key": "index", - "value": { - "@type": "Int", - "value": 817 - } - }, - { - "@type": "AnnotationData", - "@id": "82251401B1", - "key": "index", - "value": { - "@type": "Int", - "value": 818 - } - }, - { - "@type": "AnnotationData", - "@id": "B311B51D3D", - "key": "index", - "value": { - "@type": "Int", - "value": 819 - } - }, - { - "@type": "AnnotationData", - "@id": "5352A0A5A3", - "key": "index", - "value": { - "@type": "Int", - "value": 820 - } - }, - { - "@type": "AnnotationData", - "@id": "51F4A524AA", - "key": "index", - "value": { - "@type": "Int", - "value": 821 - } - }, - { - "@type": "AnnotationData", - "@id": "14C41C64C0", - "key": "index", - "value": { - "@type": "Int", - "value": 822 - } - }, - { - "@type": "AnnotationData", - "@id": "A072E52A45", - "key": "index", - "value": { - "@type": "Int", - "value": 823 - } - }, - { - "@type": "AnnotationData", - "@id": "A5700D7430", - "key": "index", - "value": { - "@type": "Int", - "value": 824 - } - }, - { - "@type": "AnnotationData", - "@id": "94D71EFDE0", - "key": "index", - "value": { - "@type": "Int", - "value": 825 - } - }, - { - "@type": "AnnotationData", - "@id": "963294B9AB", - "key": "index", - "value": { - "@type": "Int", - "value": 826 - } - }, - { - "@type": "AnnotationData", - "@id": "EB043FFF5E", - "key": "index", - "value": { - "@type": "Int", - "value": 827 - } - }, - { - "@type": "AnnotationData", - "@id": "411FA99CCD", - "key": "index", - "value": { - "@type": "Int", - "value": 828 - } - }, - { - "@type": "AnnotationData", - "@id": "E9DCE1D6F7", - "key": "index", - "value": { - "@type": "Int", - "value": 829 - } - }, - { - "@type": "AnnotationData", - "@id": "87F1DBD9B2", - "key": "index", - "value": { - "@type": "Int", - "value": 830 - } - }, - { - "@type": "AnnotationData", - "@id": "865E4488B3", - "key": "index", - "value": { - "@type": "Int", - "value": 831 - } - }, - { - "@type": "AnnotationData", - "@id": "86D5F4DF65", - "key": "index", - "value": { - "@type": "Int", - "value": 832 - } - }, - { - "@type": "AnnotationData", - "@id": "0E1BBB7B18", - "key": "index", - "value": { - "@type": "Int", - "value": 833 - } - }, - { - "@type": "AnnotationData", - "@id": "D5C9C89D80", - "key": "index", - "value": { - "@type": "Int", - "value": 834 - } - }, - { - "@type": "AnnotationData", - "@id": "3D3D19323E", - "key": "index", - "value": { - "@type": "Int", - "value": 835 - } - }, - { - "@type": "AnnotationData", - "@id": "56218DC1EC", - "key": "index", - "value": { - "@type": "Int", - "value": 836 - } - }, - { - "@type": "AnnotationData", - "@id": "2CF34A71BC", - "key": "index", - "value": { - "@type": "Int", - "value": 837 - } - }, - { - "@type": "AnnotationData", - "@id": "B06A1DDB0C", - "key": "index", - "value": { - "@type": "Int", - "value": 838 - } - }, - { - "@type": "AnnotationData", - "@id": "C2D6C11228", - "key": "index", - "value": { - "@type": "Int", - "value": 839 - } - }, - { - "@type": "AnnotationData", - "@id": "A202049AFD", - "key": "index", - "value": { - "@type": "Int", - "value": 840 - } - }, - { - "@type": "AnnotationData", - "@id": "A76B564820", - "key": "index", - "value": { - "@type": "Int", - "value": 841 - } - }, - { - "@type": "AnnotationData", - "@id": "C42E044E6E", - "key": "index", - "value": { - "@type": "Int", - "value": 842 - } - }, - { - "@type": "AnnotationData", - "@id": "B1ECEEDB8D", - "key": "index", - "value": { - "@type": "Int", - "value": 843 - } - }, - { - "@type": "AnnotationData", - "@id": "38E48183F0", - "key": "index", - "value": { - "@type": "Int", - "value": 844 - } - }, - { - "@type": "AnnotationData", - "@id": "608FAB7C7E", - "key": "index", - "value": { - "@type": "Int", - "value": 845 - } - }, - { - "@type": "AnnotationData", - "@id": "4D44B334C2", - "key": "index", - "value": { - "@type": "Int", - "value": 846 - } - }, - { - "@type": "AnnotationData", - "@id": "389DEE1333", - "key": "index", - "value": { - "@type": "Int", - "value": 847 - } - }, - { - "@type": "AnnotationData", - "@id": "2F22903A9A", - "key": "index", - "value": { - "@type": "Int", - "value": 848 - } - }, - { - "@type": "AnnotationData", - "@id": "461C69FE8F", - "key": "index", - "value": { - "@type": "Int", - "value": 849 - } - }, - { - "@type": "AnnotationData", - "@id": "D595550D5D", - "key": "index", - "value": { - "@type": "Int", - "value": 850 - } - }, - { - "@type": "AnnotationData", - "@id": "66A5DAB267", - "key": "index", - "value": { - "@type": "Int", - "value": 851 - } - }, - { - "@type": "AnnotationData", - "@id": "A30234B6D9", - "key": "index", - "value": { - "@type": "Int", - "value": 852 - } - }, - { - "@type": "AnnotationData", - "@id": "6B93EB6B45", - "key": "index", - "value": { - "@type": "Int", - "value": 853 - } - }, - { - "@type": "AnnotationData", - "@id": "AD008C5A78", - "key": "index", - "value": { - "@type": "Int", - "value": 854 - } - }, - { - "@type": "AnnotationData", - "@id": "71474C1BB7", - "key": "index", - "value": { - "@type": "Int", - "value": 855 - } - }, - { - "@type": "AnnotationData", - "@id": "46AEE48EEC", - "key": "index", - "value": { - "@type": "Int", - "value": 856 - } - }, - { - "@type": "AnnotationData", - "@id": "386CE8FFF4", - "key": "index", - "value": { - "@type": "Int", - "value": 857 - } - }, - { - "@type": "AnnotationData", - "@id": "6006F8DD65", - "key": "index", - "value": { - "@type": "Int", - "value": 858 - } - }, - { - "@type": "AnnotationData", - "@id": "0D888402B4", - "key": "index", - "value": { - "@type": "Int", - "value": 859 - } - }, - { - "@type": "AnnotationData", - "@id": "421598A33A", - "key": "index", - "value": { - "@type": "Int", - "value": 860 - } - }, - { - "@type": "AnnotationData", - "@id": "AF4011D204", - "key": "index", - "value": { - "@type": "Int", - "value": 861 - } - }, - { - "@type": "AnnotationData", - "@id": "6A56696ABD", - "key": "index", - "value": { - "@type": "Int", - "value": 862 - } - }, - { - "@type": "AnnotationData", - "@id": "B86E5FF50C", - "key": "index", - "value": { - "@type": "Int", - "value": 863 - } - }, - { - "@type": "AnnotationData", - "@id": "089FC9E500", - "key": "index", - "value": { - "@type": "Int", - "value": 864 - } - }, - { - "@type": "AnnotationData", - "@id": "09043AD083", - "key": "index", - "value": { - "@type": "Int", - "value": 865 - } - }, - { - "@type": "AnnotationData", - "@id": "D4C2C289D9", - "key": "index", - "value": { - "@type": "Int", - "value": 866 - } - }, - { - "@type": "AnnotationData", - "@id": "BECE148B7A", - "key": "index", - "value": { - "@type": "Int", - "value": 867 - } - }, - { - "@type": "AnnotationData", - "@id": "70A8805EBD", - "key": "index", - "value": { - "@type": "Int", - "value": 868 - } - }, - { - "@type": "AnnotationData", - "@id": "585785FABB", - "key": "index", - "value": { - "@type": "Int", - "value": 869 - } - }, - { - "@type": "AnnotationData", - "@id": "280B088835", - "key": "index", - "value": { - "@type": "Int", - "value": 870 - } - }, - { - "@type": "AnnotationData", - "@id": "51504CC22F", - "key": "index", - "value": { - "@type": "Int", - "value": 871 - } - }, - { - "@type": "AnnotationData", - "@id": "757E318910", - "key": "index", - "value": { - "@type": "Int", - "value": 872 - } - }, - { - "@type": "AnnotationData", - "@id": "71A005B12B", - "key": "index", - "value": { - "@type": "Int", - "value": 873 - } - }, - { - "@type": "AnnotationData", - "@id": "9F82F572F4", - "key": "index", - "value": { - "@type": "Int", - "value": 874 - } - }, - { - "@type": "AnnotationData", - "@id": "F4A34A55D7", - "key": "index", - "value": { - "@type": "Int", - "value": 875 - } - }, - { - "@type": "AnnotationData", - "@id": "CFF1FD32CF", - "key": "index", - "value": { - "@type": "Int", - "value": 876 - } - }, - { - "@type": "AnnotationData", - "@id": "AA5C5A74FC", - "key": "index", - "value": { - "@type": "Int", - "value": 877 - } - }, - { - "@type": "AnnotationData", - "@id": "F40F459333", - "key": "index", - "value": { - "@type": "Int", - "value": 878 - } - }, - { - "@type": "AnnotationData", - "@id": "1FCD10010A", - "key": "index", - "value": { - "@type": "Int", - "value": 879 - } - }, - { - "@type": "AnnotationData", - "@id": "C47DEE6A0D", - "key": "index", - "value": { - "@type": "Int", - "value": 880 - } - }, - { - "@type": "AnnotationData", - "@id": "77219EA94E", - "key": "index", - "value": { - "@type": "Int", - "value": 881 - } - }, - { - "@type": "AnnotationData", - "@id": "755E7B6769", - "key": "index", - "value": { - "@type": "Int", - "value": 882 - } - }, - { - "@type": "AnnotationData", - "@id": "783345FD1D", - "key": "index", - "value": { - "@type": "Int", - "value": 883 - } - }, - { - "@type": "AnnotationData", - "@id": "A15A90B5A8", - "key": "index", - "value": { - "@type": "Int", - "value": 884 - } - }, - { - "@type": "AnnotationData", - "@id": "E1BE5E213D", - "key": "index", - "value": { - "@type": "Int", - "value": 885 - } - }, - { - "@type": "AnnotationData", - "@id": "CC4249EA7B", - "key": "index", - "value": { - "@type": "Int", - "value": 886 - } - }, - { - "@type": "AnnotationData", - "@id": "F7E15371EA", - "key": "index", - "value": { - "@type": "Int", - "value": 887 - } - }, - { - "@type": "AnnotationData", - "@id": "7E892CD4D7", - "key": "index", - "value": { - "@type": "Int", - "value": 888 - } - }, - { - "@type": "AnnotationData", - "@id": "37E74E0B95", - "key": "index", - "value": { - "@type": "Int", - "value": 889 - } - }, - { - "@type": "AnnotationData", - "@id": "4C77442C43", - "key": "index", - "value": { - "@type": "Int", - "value": 890 - } - }, - { - "@type": "AnnotationData", - "@id": "74166772C6", - "key": "index", - "value": { - "@type": "Int", - "value": 891 - } - }, - { - "@type": "AnnotationData", - "@id": "E2B8F10019", - "key": "index", - "value": { - "@type": "Int", - "value": 892 - } - }, - { - "@type": "AnnotationData", - "@id": "2B691A3999", - "key": "index", - "value": { - "@type": "Int", - "value": 893 - } - }, - { - "@type": "AnnotationData", - "@id": "508420C677", - "key": "index", - "value": { - "@type": "Int", - "value": 894 - } - }, - { - "@type": "AnnotationData", - "@id": "95F57F2535", - "key": "index", - "value": { - "@type": "Int", - "value": 895 - } - }, - { - "@type": "AnnotationData", - "@id": "6455E44601", - "key": "index", - "value": { - "@type": "Int", - "value": 896 - } - }, - { - "@type": "AnnotationData", - "@id": "2526258AF2", - "key": "index", - "value": { - "@type": "Int", - "value": 897 - } - }, - { - "@type": "AnnotationData", - "@id": "FA41238133", - "key": "index", - "value": { - "@type": "Int", - "value": 898 - } - }, - { - "@type": "AnnotationData", - "@id": "3D14ADE1A1", - "key": "index", - "value": { - "@type": "Int", - "value": 899 - } - }, - { - "@type": "AnnotationData", - "@id": "BC7C1B8AA4", - "key": "index", - "value": { - "@type": "Int", - "value": 900 - } - }, - { - "@type": "AnnotationData", - "@id": "1234DB4548", - "key": "index", - "value": { - "@type": "Int", - "value": 901 - } - }, - { - "@type": "AnnotationData", - "@id": "A4A4ECB875", - "key": "index", - "value": { - "@type": "Int", - "value": 902 - } - }, - { - "@type": "AnnotationData", - "@id": "D4C928E122", - "key": "index", - "value": { - "@type": "Int", - "value": 903 - } - }, - { - "@type": "AnnotationData", - "@id": "BC1B8D87C7", - "key": "index", - "value": { - "@type": "Int", - "value": 904 - } - }, - { - "@type": "AnnotationData", - "@id": "492BD98DD2", - "key": "index", - "value": { - "@type": "Int", - "value": 905 - } - }, - { - "@type": "AnnotationData", - "@id": "D545206551", - "key": "index", - "value": { - "@type": "Int", - "value": 906 - } - }, - { - "@type": "AnnotationData", - "@id": "FA2F9E2C34", - "key": "index", - "value": { - "@type": "Int", - "value": 907 - } - }, - { - "@type": "AnnotationData", - "@id": "39C4333D4D", - "key": "index", - "value": { - "@type": "Int", - "value": 908 - } - }, - { - "@type": "AnnotationData", - "@id": "29B3008C0C", - "key": "index", - "value": { - "@type": "Int", - "value": 909 - } - }, - { - "@type": "AnnotationData", - "@id": "13B7D3874C", - "key": "index", - "value": { - "@type": "Int", - "value": 910 - } - }, - { - "@type": "AnnotationData", - "@id": "16B1C8F9CE", - "key": "index", - "value": { - "@type": "Int", - "value": 911 - } - }, - { - "@type": "AnnotationData", - "@id": "C74B20FCF3", - "key": "index", - "value": { - "@type": "Int", - "value": 912 - } - }, - { - "@type": "AnnotationData", - "@id": "83F9E6399C", - "key": "index", - "value": { - "@type": "Int", - "value": 913 - } - }, - { - "@type": "AnnotationData", - "@id": "B4FAFA4A34", - "key": "index", - "value": { - "@type": "Int", - "value": 914 - } - }, - { - "@type": "AnnotationData", - "@id": "F6CABA9F47", - "key": "index", - "value": { - "@type": "Int", - "value": 915 - } - }, - { - "@type": "AnnotationData", - "@id": "B2A383462B", - "key": "index", - "value": { - "@type": "Int", - "value": 916 - } - }, - { - "@type": "AnnotationData", - "@id": "8C8D582E8E", - "key": "index", - "value": { - "@type": "Int", - "value": 917 - } - }, - { - "@type": "AnnotationData", - "@id": "648C1439DC", - "key": "index", - "value": { - "@type": "Int", - "value": 918 - } - }, - { - "@type": "AnnotationData", - "@id": "38647A12CA", - "key": "index", - "value": { - "@type": "Int", - "value": 919 - } - }, - { - "@type": "AnnotationData", - "@id": "5C51304353", - "key": "index", - "value": { - "@type": "Int", - "value": 920 - } - }, - { - "@type": "AnnotationData", - "@id": "090A43FA53", - "key": "index", - "value": { - "@type": "Int", - "value": 921 - } - }, - { - "@type": "AnnotationData", - "@id": "8BCC3A88CD", - "key": "index", - "value": { - "@type": "Int", - "value": 922 - } - }, - { - "@type": "AnnotationData", - "@id": "687F580BF0", - "key": "index", - "value": { - "@type": "Int", - "value": 923 - } - }, - { - "@type": "AnnotationData", - "@id": "A1A6E0A9B4", - "key": "index", - "value": { - "@type": "Int", - "value": 924 - } - }, - { - "@type": "AnnotationData", - "@id": "4EC4846B4B", - "key": "index", - "value": { - "@type": "Int", - "value": 925 - } - }, - { - "@type": "AnnotationData", - "@id": "67E9A47792", - "key": "index", - "value": { - "@type": "Int", - "value": 926 - } - }, - { - "@type": "AnnotationData", - "@id": "6954799F4A", - "key": "index", - "value": { - "@type": "Int", - "value": 927 - } - }, - { - "@type": "AnnotationData", - "@id": "E9EEA05AA7", - "key": "index", - "value": { - "@type": "Int", - "value": 928 - } - }, - { - "@type": "AnnotationData", - "@id": "AD036EB6BA", - "key": "index", - "value": { - "@type": "Int", - "value": 929 - } - } - ] - } - ], - "annotations": [ - { - "@type": "Annotation", - "@id": "F10282032B", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 4 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 54 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "233279F3A9", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "89BF0D8EE0", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 55 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 100 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "C1AF1AEA9F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "282DAAE222", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 101 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 148 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "85D572A6B8", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "80DC8BFA1B", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 149 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 200 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "61BCE87C8A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "05CEA4EA5E", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 201 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 354 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "B79A2AC8E2", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "7950495179", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 355 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 502 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "90A3F063AD", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "94B9A40BEE", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 503 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 650 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "D13CD024BB", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "4AD4047464", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 651 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 794 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "946944F80D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "44CD949C4A", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 795 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 949 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "7454BE364E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "21FD8225F8", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 950 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1093 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "74B9C44C46", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "0CC30D7C69", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1094 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1247 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "423F972FD4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "9434E901D8", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1248 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1404 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "663386223A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "0D67CC897B", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1405 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1568 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "34A82F360F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "4630EABA60", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1569 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1717 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "44CEC5B735", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "D699A2299A", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1718 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1872 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "5AFABFE666", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "BB56AF11E5", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1873 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 2023 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "5507450165", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "18B24D4941", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 2024 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 2168 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "E93F483BCC", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "FB688325F0", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 2169 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 2316 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "2CAF2746C2", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "36494FEB18", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 2317 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 2433 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "BA6BC4BA2A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "B237354135", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 2434 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 2548 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "AF696426CC", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "14727AAB57", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 2549 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 2674 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "B8698FAECA", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "F64F04F996", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 2675 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 2790 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "691D6C6D91", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "BD2B62C942", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 2791 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 2908 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "82B06460A6", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "490FA9F005", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 2909 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 3023 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "BEF865AA2B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "8EAB1E6A1B", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 3024 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 3137 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "A1A2ADA0CE", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "6334949E93", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 3138 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 3254 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "61C2964A68", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "ADDAD82D72", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 3255 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 3360 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "FB91E5EB4B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "20892C6AC5", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 3361 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 3468 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "80562929B0", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "59CC447B28", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 3469 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 3587 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "E2C4FB5BC2", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "BF2492A4A9", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 3588 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 3709 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "EA45E6E4A5", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "87ECAA3852", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 3710 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 3826 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "7EABFA1E54", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "7755737848", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 3827 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 3950 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "ACD4FAE4D9", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "24488C1C96", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 3951 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 4066 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "DDD09C54AC", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "8482B65D63", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 4067 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 4177 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "CAB7595B99", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "1549116614", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 4178 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 4291 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "1D26DFDC5A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "92208009FE", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 4292 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 4439 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "6448B44D81", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "336C66C342", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 4440 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 4580 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "EF31DA7897", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "E88FD63336", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 4581 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 4737 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "71CCE24CB7", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "3589FCEDCC", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 4738 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 4878 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "AFF55BA98A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "FD35AA5C95", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 4879 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 5018 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "43A4CF36C3", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "6E5E560012", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 5019 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 5117 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "958F0148F3", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "9829B94456", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 5123 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 5273 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "376DB68F85", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "F538AFE90D", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 5274 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 5412 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "3491C439DD", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "A4C078A102", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 5413 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 5556 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "DCF9AF7DBF", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "C86B9FEC4E", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 5557 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 5705 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "7FC0EDFEC8", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "29E200004D", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 5706 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 5843 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "D79703B60A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "F3FEEA5ABA", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 5844 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 5992 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "0BD0ADA565", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "A5DDE3CD47", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 5993 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 6144 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "80CA683AC8", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "AF22145F22", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 6145 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 6296 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "6FB360640A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "682CC4833E", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 6297 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 6446 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "9F892382D4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "B8389B3006", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 6447 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 6584 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "ED44AA480D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "8FDA76401B", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 6585 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 6725 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "8D0DEEBC09", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "CE35C76EA9", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 6726 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 6862 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "A5C8C22B32", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "2C3B860217", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 6863 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 7015 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "B0980C48DF", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "0D77B0B974", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 7016 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 7164 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "BEA41454C4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "6ECC1678C5", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 7165 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 7305 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "674C4624C6", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "1B182F23B4", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 7306 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 7456 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "5FEE33FD89", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "51ACEDC7D5", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 7457 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 7598 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "EC241E47C4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "FB1F47B474", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 7599 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 7755 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "50B1003B0D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "FABE6A90A9", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 7756 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 7908 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "3AB9A0B41D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "AEE58A507A", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 7909 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 8033 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "CB346B6B3D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "272FCD95F9", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 8034 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 8151 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "1D1FDD213F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "6FF9B4735B", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 8152 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 8271 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "E2873FE232", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "190400EE34", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 8272 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 8396 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "210BD8609B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "BE6666F446", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 8397 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 8522 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "502A0520AC", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "44DE92247B", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 8523 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 8648 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "19AE216E20", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "580AED4F27", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 8649 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 8772 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "5B4BF1A3E2", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "DC7EA3ED1A", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 8773 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 8891 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "3DC47C9167", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "BF9D77279D", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 8892 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 9002 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "A0BC3C0BF8", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "6C36888336", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 9003 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 9115 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "F04EFF6A2E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "2C30FB233C", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 9116 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 9231 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "60FE39F966", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "C9C726DD94", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 9232 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 9345 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "5B4CB6B6C9", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "64B2EFB416", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 9346 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 9462 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "6FF293F6DC", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "1247D97814", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 9463 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 9572 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "09CE956401", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "C82D19434D", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 9573 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 9683 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "E01310DB1B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "A29E20DE84", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 9684 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 9806 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "0879BA298D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "38B4921A82", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 9807 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 9919 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4438B3879A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "40EF7FCA0B", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 9920 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 10026 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "C8BD7139BB", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "89CBD59CB0", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 10027 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 10136 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "AA549F2246", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "155A285942", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 10137 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 10251 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "8404AF4404", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "90C1D1AAFC", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 10252 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 10372 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "58335F5C9F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "8F3020258B", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 10373 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 10487 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4D32979B95", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "192BDF0D03", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 10488 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 10600 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "B6CAC16105", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "25CB428CEE", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 10601 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 10713 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "78C698F05F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "D49CE44011", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 10714 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 10840 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "F3F5F4E395", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "874A9756D2", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 10841 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 10967 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "01382EAA22", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "CE0B77E4A8", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 10968 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 11084 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "40EE003D75", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "9CCFDE9E3C", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 11085 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 11204 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "B7E8999CC4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "D248FDB3C9", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 11205 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 11322 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4BBD3AB8DD", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "30D438A870", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 11323 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 11441 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "F4A89899D5", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "D9A8D13609", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 11442 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 11559 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "8135FE9EA2", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "81882166E5", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 11560 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 11673 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "C8F4AAA79F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "ECDB3DF3C8", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 11674 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 11790 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "C5426AECF1", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "8F69C57983", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 11791 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 11908 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "CFCA6452F8", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "DD73533535", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 11909 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 12026 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "E885297568", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "B4696BF766", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 12027 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 12142 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "EB09AE2C86", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "F89DBF4CC4", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 12143 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 12254 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "49459E1828", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "F8EB36838A", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 12255 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 12363 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "2E77203ED7", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "70B60D89A7", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 12364 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 12474 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "FA44E74A7E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "3D939F29E3", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 12475 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 12586 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "F3555553FC", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "2CC0C765C0", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 12587 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 12691 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "73DBBBCDB4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "A6550A8C4A", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 12692 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 12805 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "30ACCE628B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "F4F9E472A6", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 12806 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 12922 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "9498D9D40A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "A505D1AC83", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 12923 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 13025 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "9352206E06", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "D250C4C10E", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 13026 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 13148 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "1F7BAF4FC3", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "025F909264", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 13149 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 13263 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "AA7B1A506B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "66BFF6803D", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 13264 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 13341 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "648D288A41", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "12E9AEE64F", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 13347 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 13460 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "19B53CE2E8", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "F9B90C5344", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 13461 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 13573 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "E2A47CA297", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "5F17300944", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 13574 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 13743 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "760ADD402A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "CC0D39FC99", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 13744 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 13864 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "9D7474FBDC", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "57A53722B7", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 13865 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 13982 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "64ED34BE60", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "A8B9DB1FC3", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 13983 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 14094 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "E2C76AA32C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "02BF57AA13", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 14095 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 14200 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "3598C8686A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "F4DF85B033", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 14201 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 14317 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "7C8891904F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "BB4BC487B2", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 14318 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 14430 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "B7BE35ECBA", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "5993B43011", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 14431 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 14551 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "8D1749B947", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "D22962D2A5", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 14552 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 14661 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "8A64E08245", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "8C253B11A4", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 14662 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 14775 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "26A649A6BC", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "C365E495E9", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 14776 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 14889 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "0EB86A0ABC", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "7A498783B3", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 14890 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 14999 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "F8A00A6030", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "7657C0C1E9", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 15000 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 15110 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "40D5ED2280", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "A61F14F3E8", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 15111 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 15218 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "858759EBA9", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "FC38AF5F13", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 15219 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 15342 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "702CA36D98", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "5BF56DEC53", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 15343 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 15455 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "2085C8D422", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "2B0D0CB5C1", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 15456 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 15577 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "D831C40BD3", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "75E552AB32", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 15578 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 15690 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "38AE4EB7EB", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "4B4FAAA8A4", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 15691 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 15806 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "6DED481FE9", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "4772B940EC", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 15807 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 15927 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "6030B98808", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "911CF2DFCD", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 15928 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 16046 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "06CC9CEBFB", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "213D15E101", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 16047 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 16166 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "C8D8876620", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "37808B483C", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 16167 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 16285 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "58F4002C3F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "E17B3E0FCC", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 16286 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 16404 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "9A920FF677", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "22F0B7B534", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 16405 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 16519 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "9A39A0ABCB", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "A4C647542F", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 16520 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 16639 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "68E506E8CD", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "F40F9A05FF", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 16640 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 16757 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "1C858F4E93", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "D4AE36A937", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 16758 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 16878 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "692B0DEB2B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "C6D5823DDB", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 16879 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 16989 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "81612F4E91", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "0BAADAD90A", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 16990 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 17144 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "464A44E551", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "232AA271CA", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 17145 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 17289 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "CCB22B7058", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "2F16B3345A", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 17290 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 17392 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "774B7917B0", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "55E2D2C283", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 17398 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 17513 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "0305CB108C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "75220B78FA", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 17514 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 17628 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "6634606338", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "3C1191C39A", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 17629 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 17747 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "ADF7F19A8A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "1B5D495594", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 17748 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 17859 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "593B3DCCD8", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "694916F38F", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 17860 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 17975 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "BEA4E4F644", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "404CB5B951", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 17976 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 18085 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "FB43DBBC5C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "E5B664663E", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 18086 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 18197 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "FABE8A90A3", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "C0FDE8FD80", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 18198 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 18307 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4BF3DE347B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "CBBF1BB6C0", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 18308 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 18421 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "96D3899E90", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "6546A96666", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 18422 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 18537 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "6CB6AA2B16", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "24DCF3A93E", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 18538 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 18653 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "90A2AD2A9B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "B9CD32AD6A", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 18654 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 18768 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "14BC070004", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "2154161D41", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 18769 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 18888 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "A99677A928", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "2B66050A31", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 18889 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 19004 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "1A8CEBA848", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "C05C486FBC", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 19005 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 19115 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "F75F241488", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "349BBCAA28", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 19116 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 19222 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "9D066274D9", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "A3A4E2C370", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 19223 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 19334 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "04F2770AA2", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "E69B1EFC9E", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 19335 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 19446 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "B444EE9403", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "228BD88B5B", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 19447 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 19557 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "000D0500A0", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "DD284D0664", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 19558 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 19678 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4CB9DE8DC4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "999015BDB5", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 19679 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 19806 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "37D507F9C5", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "0D6F6006B0", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 19807 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 19916 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "DF4EA0C408", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "F2DE38DEF1", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 19917 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 20032 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "110E028E82", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "1C103F93CE", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 20033 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 20151 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "3E4FB5EF03", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "8825C24357", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 20152 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 20268 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "F9B0FE9180", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "3584D04223", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 20269 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 20384 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "AAFEAECC2E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "BA6DBAB536", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 20385 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 20500 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "73F349B756", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "A54B0B200C", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 20501 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 20616 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4E5A459F7B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "B2533D454D", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 20617 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 20729 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "70B33173CE", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "7AAF4FF412", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 20730 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 20842 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "B13797F589", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "027E2A7CA0", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 20843 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 20952 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "670FAB4673", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "EE604964F6", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 20953 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 21063 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "6848E986DE", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "CF7BA7F5A3", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 21064 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 21184 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "7A84801AAA", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "0B5B28CEF4", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 21185 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 21335 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "90744315E0", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "1013BAF15A", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 21336 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 21473 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "9B9D3BCE3D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "DEAC494E1B", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 21474 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 21653 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "678488814A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "F6B30FF4D0", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 21654 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 21842 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "805AAFA010", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "C0B5077DCC", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 21843 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 22008 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "5F5420E25F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "95934AB8EF", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 22009 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 22161 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "B234424BCC", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "8F7D407E78", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 22162 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 22293 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "D5AD08EA7A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "C4AAA18561", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 22294 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 22414 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "B9179F4779", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "48430DC410", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 22415 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 22524 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "7A6F072466", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "38A76A628D", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 22525 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 22644 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "E6F5AF260D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "3733FF3539", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 22645 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 22757 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "CE8398AB88", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "2D363AB00A", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 22758 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 22896 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "3186BAAC3A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "F755291692", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 22897 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 23045 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "B4A347643F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "2CFB3FC1AE", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 23046 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 23289 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "DED0D304D0", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "7688407EB2", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 23290 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 23424 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "6E466839A3", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "A941F451C0", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 23425 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 23508 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "03AB01A350", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "0DFDD3219F", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 23514 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 23634 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "DDD7E98ED6", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "E2C7B7CC2C", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 23635 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 23748 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "DFDF92C7E4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "9F11382881", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 23749 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 23861 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "670B099A70", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "5729776DC4", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 23862 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 23981 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "C0BEB83C1C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "34DF873F0E", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 23982 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 24098 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "5357E4F59C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "49EDF6993E", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 24099 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 24214 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "E35AE5248F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "4B4CA2B6B6", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 24215 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 24330 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "C68B932493", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "652BB022B5", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 24331 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 24449 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "2AA6029D4F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "D3C334DD3D", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 24450 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 24564 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "5B4D923330", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "40B4688717", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 24565 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 24682 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "AB646D6DB6", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "B3F1B90FF3", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 24683 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 24795 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "24141A7E34", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "E83334769A", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 24796 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 24914 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "BC7467A5D5", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "49DEF52E4A", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 24915 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 25023 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "8DA86448AC", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "D3FB7BC119", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 25024 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 25149 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "1EA8242D19", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "A1F11ECC11", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 25150 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 25265 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "86ED685666", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "0D34E19C47", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 25266 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 25387 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "E752B9EF77", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "AB4769A73E", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 25388 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 25506 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "7B1777EB50", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "4911434E3B", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 25507 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 25631 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "61C80124B3", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "80C2896A38", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 25632 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 25754 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4835C4B69B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "9E8AE4CE90", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 25755 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 25874 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "8812E8DE36", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "5C9EDFC4B5", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 25875 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 25997 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "F84028414E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "D102110A90", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 25998 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 26108 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "45B2F32230", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "9F887C24F4", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 26109 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 26222 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "9B302BB7FB", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "0E15E4AAE9", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 26223 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 26339 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "AD12405BAA", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "6AEB3B7A32", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 26340 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 26455 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4941948353", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "CE84484A1E", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 26456 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 26572 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "74CFA433EC", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "990933B4FF", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 26573 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 26699 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "DD905B4520", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "1EBBA7100C", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 26700 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 26833 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4E41D63C84", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "4B41C0687D", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 26834 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 26938 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "3115FDD9DA", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "BFDE4D3D8B", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 26939 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 27051 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "A7CF4FAB4B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "112ED0914E", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 27052 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 27165 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "750B808ACB", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "427368A2AC", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 27166 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 27281 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "9FFF76DA54", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "5B48844980", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 27282 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 27397 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "7F68369857", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "B8F9A1F488", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 27398 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 27513 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4DF24FA12D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "BBE69664B4", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 27514 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 27619 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "B618728728", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "E68F5EA8A8", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 27620 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 27735 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "F6BA76B76C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "0B9093FD6B", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 27736 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 27855 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "8F92999099", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "61279D9AD2", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 27856 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 27966 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "9BC9E888E0", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "0AB7D1CA45", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 27967 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 28077 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "3DDA6EF520", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "97A9141970", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 28078 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 28187 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "9CDDFC9EDE", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "F22F64A2DA", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 28188 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 28302 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4AC353044C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "BB546C4B31", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 28303 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 28427 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "DDA933DA51", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "473FC7F4AF", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 28428 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 28537 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "870D8796D7", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "3665E6F9BD", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 28538 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 28649 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "75C6AED1DD", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "114819A18A", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 28650 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 28754 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4144446F44", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "F6D966DC46", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 28755 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 28870 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "F54616AFE9", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "F45D1B8C8B", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 28871 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 28985 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4D2E7DC9A1", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "602BD0ACBD", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 28986 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 29087 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "C298A902B2", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "5A8205DD58", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 29088 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 29198 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "D1D6D46496", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "F686F77F98", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 29199 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 29312 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "46C9C3179B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "801AB1A088", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 29313 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 29437 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "40E75D34FD", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "B23B01F963", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 29438 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 29551 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "52101B2F0A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "18199A8ECA", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 29552 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 29668 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "FA364E058C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "43546CC388", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 29669 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 29787 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "2D0F12AAB9", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "BB9BB8B0FC", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 29788 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 29899 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "32A3736436", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "F6A4086544", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 29900 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 30021 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "9A835A404E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "B34DE3EFFF", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 30022 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 30129 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "2C11162358", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "7FA9AA7AB8", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 30130 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 30236 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "8C969D02A9", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "4D9510EEF3", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 30237 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 30343 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "434DA0A78B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "E4A2F0C58E", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 30344 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 30459 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "AD6666E993", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "714012B117", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 30460 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 30586 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "454497BD3A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "E6F722E862", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 30587 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 30692 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "ECC6E0CA68", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "403FFF43A0", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 30693 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 30807 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "A5D011DDB6", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "8D4388D188", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 30808 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 30925 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "16480A0674", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "F4E5BF45D4", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 30926 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 31042 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "748F7445A7", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "4139AA461E", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 31043 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 31151 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "C5FE83591E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "96AE07E489", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 31152 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 31271 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "23D35433F3", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "4BE869E11C", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 31272 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 31387 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "C9CE859099", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "497596BC6D", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 31388 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 31488 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "84F6B666B4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "B60CD069D6", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 31489 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 31612 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "46AE4BBC4B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "4AE841A016", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 31613 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 31736 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "DDD6AFF54B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "960F7FAFCF", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 31737 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 31848 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "9DF919DBC9", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "554E784E57", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 31849 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 31965 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "6FD254F64F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "DD46784647", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 31966 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 32085 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "5601EF3EF9", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "787989E8E5", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 32086 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 32205 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "AFC6B88C99", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "F4FFF4418E", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 32206 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 32319 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "EE949D5F6D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "99C8639444", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 32320 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 32433 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "565C357CE5", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "A3BF2F2BA4", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 32434 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 32542 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "A865EA43BB", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "800F469B4B", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 32543 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 32652 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "7046C60CE1", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "ACD7C9A559", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 32653 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 32770 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "E27CAAF356", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "9AFBF56F69", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 32771 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 32890 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "84FE446F48", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "F10379841E", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 32891 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 32996 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "85B6BB7B3C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "7914AFAF61", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 32997 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 33116 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "BB274CFC26", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "08F9A7AAA3", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 33117 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 33229 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "77BCBD3758", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "2B92466022", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 33230 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 33346 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "FB4DE8BBBB", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "D4265CC884", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 33347 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 33464 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "F21D660219", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "20976FC319", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 33465 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 33579 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "CAEEB9E8EC", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "0CA168030B", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 33580 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 33689 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "9BA76E29C2", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "DB549A450B", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 33690 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 33802 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "560225C964", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "612895699D", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 33803 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 33919 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "860771F1E0", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "33977773EB", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 33920 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 34022 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "2FB2C2DF3C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "A44FAE664D", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 34023 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 34127 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "1803361505", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "CF9C9CD8C5", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 34128 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 34238 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "CA4FBF7F77", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "D3B338B322", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 34239 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 34344 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4C27AAFE02", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "42276AF2A5", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 34345 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 34460 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "D9462422E6", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "97AB6EB681", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 34461 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 34577 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "E643FD666A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "2830C70C93", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 34578 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 34690 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "AE68A5C8A4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "97A98A962A", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 34691 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 34806 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "70FB3BE9FA", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "9FE9C4FFE6", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 34807 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 34923 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "87A1424D9C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "9BAB78A6B8", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 34924 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 35035 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "12A41CD849", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "CCEBB30F3B", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 35036 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 35155 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "1A19E9DDCC", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "E52FC9D2EC", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 35156 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 35276 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "31441B1ACA", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "126D69AD30", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 35277 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 35393 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "99CBEC02EE", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "BB24A51B46", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 35394 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 35507 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "FAEA039AC4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "04977C75B2", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 35508 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 35614 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4CB8B0DB58", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "F64FDA4C4E", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 35615 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 35734 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "5CCD7C4664", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "1351E86CC2", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 35735 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 35846 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "5625CBE61D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "7466BA06DF", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 35847 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 35956 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "0FA05DD70D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "368C403C78", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 35957 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 36071 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "14AB14B130", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "11FFEE4311", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 36072 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 36154 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "AC7FC98BD9", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "A45F1500F9", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 36160 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 36283 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "D11F618F3D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "8444B2436C", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 36284 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 36394 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "E891239E16", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "34E35A3CE0", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 36395 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 36512 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "2F9F29B247", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "B9994A3D2D", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 36513 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 36627 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "69F7AB9976", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "38CC86E3F6", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 36628 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 36746 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "11A937D842", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "2D77AB31C8", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 36747 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 36865 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "74079C36D9", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "7A8BB8BBFB", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 36866 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 36978 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "C9983D359D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "8CC68C08F1", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 36979 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 37086 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "A6C69C0900", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "4C7A642CC0", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 37087 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 37200 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "76931614D1", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "575B6B2CA7", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 37201 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 37300 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "E61DD71E39", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "B1EC51CB6A", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 37301 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 37415 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "33003788E4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "B1A8AA08FA", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 37416 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 37544 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "F0791B0EA9", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "98FF2FA3AD", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 37545 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 37653 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "85A9FC405C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "339BB1FAF4", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 37654 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 37764 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "030C6579D6", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "5FC5522924", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 37765 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 37878 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "8D78AFAA38", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "4C2EB403BA", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 37879 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 37989 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "369EE1EAD6", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "E8E29B224F", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 37990 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 38103 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "31CEB00CCC", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "66C8CA8DB8", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 38104 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 38224 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "F87044E2B1", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "4147650B4B", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 38225 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 38344 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "12B72F182B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "B85F5D3828", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 38345 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 38454 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "E9ECD56970", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "3249C2D32B", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 38455 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 38568 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "C6319DB925", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "BAA388D31A", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 38569 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 38689 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "F64F219361", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "44B42BD46B", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 38690 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 38813 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "3FDD4382DC", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "C2F1A01853", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 38814 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 38932 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "F488844A0F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "986B48A5A9", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 38933 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 39043 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "7323E9F9AF", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "99320CCE8C", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 39044 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 39163 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "B47B2E8092", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "455D444766", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 39164 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 39279 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "22E566BFA9", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "9C2F6A7AEA", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 39280 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 39388 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "C77E1BBEB7", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "DF74684FA6", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 39389 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 39501 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "CDFD4AEB7C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "6DADFEB4F7", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 39502 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 39614 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "760871D354", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "0796187D98", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 39615 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 39729 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "6DA7E9C3A6", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "8D5EBA5BA0", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 39730 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 39852 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "9EDE54EE0B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "BF20FF88B8", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 39853 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 39970 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "930EAE24DE", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "AE49F9BA78", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 39971 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 40091 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "1E6848AC13", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "93C0CC95AC", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 40092 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 40206 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "3EBBDB63F5", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "A5A40CA788", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 40207 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 40316 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "FFF437A497", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "7DF24EED97", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 40317 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 40432 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "F3B409A31B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "286FF26BD2", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 40433 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 40544 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "CA126D4225", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "585BF323F2", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 40545 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 40654 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "44DDD12DD7", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "E027CAB69A", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 40655 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 40768 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "504507F962", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "A7DEB7EBC4", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 40769 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 40874 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "6589E5FFE7", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "DCC5A5CFC8", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 40875 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 40986 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "954B4ABBB7", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "136B34492B", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 40987 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 41097 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "14B1F94EBB", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "3348411E19", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 41098 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 41209 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "2A20715F72", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "0475D99C79", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 41210 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 41325 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "E837D2B056", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "D01571ABDA", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 41326 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 41435 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "41A4BBB542", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "CEAF2472A2", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 41436 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 41554 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "E623B60ED8", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "8BEEEE941A", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 41555 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 41673 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "A25E5D2E7E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "8B444F515C", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 41674 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 41784 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "27DE60E77D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "EE21FF0EF0", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 41785 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 41893 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "18CE8661A8", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "AA96994871", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 41894 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 42008 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "5052011105", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "CCCCC5AE17", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 42009 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 42120 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "6BA7CAF77D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "B15E7A5461", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 42121 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 42232 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "2779CF7F7F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "21B39E9404", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 42233 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 42335 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "2C2BBDB188", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "406B451681", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 42336 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 42450 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "DDB4F7FDD8", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "549CC19585", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 42451 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 42573 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "327A7A1343", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "C02B99F447", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 42574 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 42683 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "74E272B24F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "95131D8203", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 42684 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 42789 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "136C4C2225", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "45A943323D", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 42790 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 42906 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "91C5905CA5", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "79E6D89322", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 42907 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 43023 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4826F23AA2", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "BB4BA05CBB", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 43024 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 43129 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "595B6559A4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "F0B1D7CBFD", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 43130 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 43241 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "E9244F5413", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "48D6F67E81", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 43242 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 43343 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "5ACCA54527", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "5C455ABE88", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 43344 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 43464 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "DD542F32FB", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "88C6F16368", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 43465 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 43581 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "1841FB886C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "9E21C0A182", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 43582 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 43698 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "DBF4FB051A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "74131FCA7E", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 43699 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 43808 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "7C4AC7A047", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "C6845A9396", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 43809 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 43917 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "EE77FFEFD1", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "5A88C2D350", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 43918 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 44033 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "9C54B1AF1B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "783444641D", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 44034 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 44147 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "01BF4689A1", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "F6BFA48863", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 44148 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 44255 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "7278401CA5", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "255410A529", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 44256 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 44363 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "EE0474E9CC", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "1D680AA3CB", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 44364 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 44483 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "42933AB9BD", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "6555929579", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 44484 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 44599 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "08B54019DA", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "49FDF74AB4", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 44600 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 44719 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "E1ABB1C4E7", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "5BF7F95E7A", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 44720 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 44836 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "49EE8E8FB4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "7216E3E17E", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 44837 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 44950 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "92ECC2200E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "B1F03A1D66", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 44951 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 45074 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "322245ADA7", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "C5E547A819", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 45075 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 45190 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "6764ABD9DA", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "49D40AE6D9", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 45191 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 45307 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "7661E4E625", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "969F9C8F06", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 45308 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 45428 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4D7E75643E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "745544BA5A", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 45429 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 45545 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "5347D7D599", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "16FA4C4EC6", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 45546 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 45652 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "8EAA120C86", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "6D6939B922", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 45653 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 45762 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "D6255DAE6D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "042E442245", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 45763 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 45870 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4174314499", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "474779B8B4", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 45871 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 46001 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "697283A245", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "F03FE55B83", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 46002 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 46119 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "B8EB8C1CB7", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "F08E0A0924", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 46120 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 46238 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "1131AD0F4D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "4652C4EC66", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 46239 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 46355 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "E4174A5192", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "DBD4F11B48", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 46356 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 46481 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "5F9F7F484A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "41A9333D76", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 46482 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 46594 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "D15E52E442", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "605A65E6ED", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 46595 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 46709 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4D3490899D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "D44B8BB44C", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 46710 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 46821 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "632F1F2E66", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "71E4C042A1", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 46822 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 46939 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "8A8A6E4E9E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "3A7D93E24B", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 46940 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 47047 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "666239F7FF", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "09A8F8CFFB", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 47048 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 47152 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "9B5B9CFDA5", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "98186BC814", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 47153 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 47261 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "84BE2DB48B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "00231478F6", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 47262 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 47385 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "C1607DBC50", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "4E3B7939EA", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 47386 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 47502 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "E4E80E0BB5", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "CBB2BC4436", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 47503 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 47617 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "9969E9E911", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "84683E01DD", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 47618 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 47738 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "BB9F49FB97", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "BD44EB58E0", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 47739 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 47854 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "440A107F97", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "BBE8602900", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 47855 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 47966 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "EAE87F48EB", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "5C555650DC", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 47967 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 48072 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "179E7047E5", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "0B4556B3D6", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 48073 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 48193 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "895974041B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "3628C0CF22", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 48194 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 48302 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "5C7E76ABF0", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "5299852D2A", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 48303 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 48420 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "51D939617B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "483E53A58E", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 48421 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 48537 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4118AE910F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "B415BB8381", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 48538 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 48652 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "78805F857C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "A30CAFFCF5", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 48653 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 48764 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "043CC3C946", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "25AE8B305F", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 48765 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 48878 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "2D53AA54D1", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "1E1595421F", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 48879 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 48995 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "F3D743FDCF", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "AF1564A8F2", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 48996 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 49106 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4988B894DE", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "123ACB7A81", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 49107 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 49221 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "610943196D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "B4926790BC", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 49222 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 49333 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "5BF7648658", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "C226AAE24B", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 49334 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 49447 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "8751272279", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "75541E6445", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 49448 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 49561 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "999412D89D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "F3D3EE4E6F", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 49562 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 49680 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "D9A9972FD9", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "4F8AA2E0D2", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 49681 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 49797 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "015BE9714B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "1441CC7ACC", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 49798 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 49937 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "FE4B1BA49F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "CC536FAF64", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 49938 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 50077 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "A8A37E4C3E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "35043F4EF2", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 50078 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 50225 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "BECB337478", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "C9A8D9BA3E", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 50226 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 50370 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "87F83A6AFF", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "976225700A", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 50371 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 50520 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "D366BE554A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "CC9E1E5051", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 50521 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 50686 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "6767E27276", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "882F1627A1", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 50687 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 50831 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "A1D25455F5", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "EAEECFAA40", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 50832 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 50983 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "C19090FE8D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "701A7EBEFF", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 50984 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 51102 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "1155A9DB4D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "8D1B4DDB7D", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 51103 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 51218 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4095CC0C9B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "548818AAFA", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 51219 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 51343 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "06BAEB9FB1", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "36AB308AB9", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 51344 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 51456 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "57B54FF16C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "753F8888FD", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 51457 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 51570 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "324013656C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "F57DE69767", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 51571 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 51689 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4B2D440712", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "B7AB8A52CE", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 51690 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 51808 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "ED27BE2DF6", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "CBFBBC8BCB", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 51809 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 51893 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "BC2745F271", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "C0091AC96A", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 51899 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 52028 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "2A5C9C267A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "F727A2C953", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 52029 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 52136 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4F749FAF2F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "7074648487", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 52137 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 52256 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "C86F27D277", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "B7D1BBB55F", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 52257 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 52369 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "5A7D916F10", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "A99189DA14", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 52370 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 52483 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4D939C9953", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "51258ED5D1", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 52484 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 52597 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "B48F46A648", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "9F4F05CD7F", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 52598 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 52706 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4F4FE479F2", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "E7640BF8B0", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 52707 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 52822 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "9A6D08D0A4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "54A5C17840", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 52823 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 52932 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "663B88E444", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "895B8D485F", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 52933 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 53048 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4285F75325", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "A4C525F64E", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 53049 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 53170 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "5AA3B88464", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "55B4EFCFBF", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 53171 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 53272 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "74AFDEBA43", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "1EE698D68E", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 53273 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 53391 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "96D9E4B93E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "3691001D03", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 53392 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 53504 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "60E8805842", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "61AF481D91", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 53505 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 53627 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "8FE3989082", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "2B741EC5EC", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 53628 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 53746 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "D017A1D8D1", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "8090BDD73B", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 53747 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 53862 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "5D925550CC", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "F7169B4761", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 53863 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 53984 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "569D21410D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "80329ABE33", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 53985 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 54099 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "6324643DED", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "1115B7C2D2", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 54100 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 54208 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4C88608E77", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "833BB07639", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 54209 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 54326 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "5C5634F363", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "00B00A5093", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 54327 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 54452 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "415E0A7AEC", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "C345126926", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 54453 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 54566 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "83D8D29DFC", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "87FB0ABE4B", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 54567 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 54672 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "1686702B10", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "8E9C2360A2", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 54673 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 54785 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "041D844806", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "41D9D2219C", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 54786 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 54888 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "A68B3C8BD8", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "9B94FF4D4D", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 54889 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 55006 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4456162797", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "EABD274CA7", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 55007 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 55120 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "7480E870BE", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "B1F7037F1F", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 55121 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 55248 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "C3ACA43E44", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "7C098443E8", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 55249 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 55365 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "E74D877A28", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "C6BA2EDBE5", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 55366 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 55486 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "92961B1C50", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "901985899F", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 55487 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 55615 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "CA20AE9CAA", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "C511F2F246", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 55616 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 55725 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "7EEF002C00", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "34DCA0AC90", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 55726 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 55831 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "247047D4DB", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "D0D0E5A000", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 55832 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 55944 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4FF666EB60", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "DF7FC749E4", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 55945 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 56051 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "DF84D3B2B4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "06529B5BAE", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 56052 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 56168 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "27DAAB4141", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "E30CEF9343", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 56169 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 56283 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "9EDF106A9D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "FD68A138AF", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 56284 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 56393 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "504C455525", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "34F0EA07FB", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 56394 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 56506 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "2B32C99038", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "2E18E1D726", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 56507 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 56623 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "BB147128C9", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "28032D0598", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 56624 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 56744 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "3E9C245E6F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "9F3AF6F131", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 56745 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 56863 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4B3C63A468", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "2F4D533232", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 56864 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 57054 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "9B8D811390", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "0476B74006", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 57055 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 57297 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "E95DF5797D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "B015C7CABB", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 57298 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 57409 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "87998707B8", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "0ACAA97C50", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 57410 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 57520 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "DD4D94A81D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "EB4BEA5B1B", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 57521 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 57647 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "F4114C5B99", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "F9F64221BF", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 57648 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 57755 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4D748BC84C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "EB668FEA55", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 57756 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 57871 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "9149668800", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "328645CE8E", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 57872 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 57980 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "99BD196621", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "B06470DC5A", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 57981 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 58096 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "AB66BACAA6", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "7F1F6F0780", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 58097 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 58204 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "8B9444AC3B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "88DB54AAC2", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 58205 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 58321 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "78942D1114", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "A04CD94CCE", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 58322 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 58432 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "CFB236F215", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "50C00A6687", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 58433 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 58549 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "FFA7F9B7C7", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "FE9A16BB1B", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 58550 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 58697 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "2EEC86BCB1", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "98DFF3E394", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 58698 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 58810 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "A66ACC506B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "DD8D42CA1B", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 58811 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 58989 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "7D320FFDDC", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "7688F60E49", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 58990 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 59109 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "B4B7167517", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "3315965A43", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 59110 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 59226 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "844F43B4AA", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "18B6545818", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 59227 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 59393 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "77FA7BC4A5", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "2C2999CCCC", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 59394 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 59504 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "FADF4991B9", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "6D984E89BB", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 59505 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 59622 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "963C63A3B9", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "D57DA9F456", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 59623 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 59742 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "982746D8C7", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "9FCAF88BFD", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 59743 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 59856 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "255413D1CE", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "EFECDB0506", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 59857 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 59967 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "72A949B84A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "ACB2CA2C1A", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 59968 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 60089 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "42284A38C7", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "8C8352B7BC", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 60090 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 60211 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4FEF224FAA", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "2E95E3DFA0", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 60212 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 60326 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "E32027E4FF", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "DDF2641DD1", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 60327 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 60453 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "9B770CC76C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "77E155D162", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 60454 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 60566 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "D057440757", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "B40BF09120", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 60567 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 60675 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "A9406BE044", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "34F4444A49", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 60676 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 60786 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "2EEAEAE4EA", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "CB2220EDE5", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 60787 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 60891 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "F686F32462", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "C87F64A418", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 60892 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 61010 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4023200B2F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "CED2692C1F", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 61011 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 61100 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "8F26FC54B4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "B9A4DD4D79", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 61106 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 61225 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "6611526065", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "4440359444", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 61226 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 61341 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "783B40B145", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "454B2D81A2", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 61342 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 61460 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "7CE835C6F8", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "C4C0C8860C", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 61461 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 61606 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "98327227EA", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "C7D45875D6", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 61607 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 61716 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "D6DA240C04", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "6866178663", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 61717 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 61837 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "243454435A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "249BCC0D44", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 61838 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 61952 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "55344F6945", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "459E4174E6", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 61953 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 62073 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "C889D03E07", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "AAD0D86492", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 62074 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 62190 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "A298493FAF", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "404395B8E4", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 62191 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 62310 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "9C03E7C5BC", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "CC8FE3E6FE", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 62311 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 62422 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "2949B450BB", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "B1A339A942", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 62423 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 62534 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "A490398B31", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "68792692CE", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 62535 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 62653 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "5752DAA2B4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "080A5E8444", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 62654 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 62765 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "086B626703", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "5D9D25D2D5", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 62766 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 62874 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "845F78B59B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "E4EBB0DD5F", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 62875 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 62988 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "45A454F971", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "BCC3B95D8A", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 62989 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 63103 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "BF83A49EB6", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "9224156F71", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 63104 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 63223 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "D9DCFB598B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "F8D450C79F", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 63224 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 63337 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "CCFDCAED80", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "6F9CF694C0", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 63338 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 63457 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "9EA8089081", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "BC5B30ABCC", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 63458 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 63566 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "7A00A44702", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "6ECD7E491D", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 63567 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 63677 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4E527D222E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "84734793F4", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 63678 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 63793 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "EA5975EFE6", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "C772D363B6", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 63794 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 63911 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "EE88885AB0", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "C6A923AC5C", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 63912 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 64029 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "B6976E303D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "02ADAB1117", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 64030 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 64140 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "6052400495", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "B838A144C3", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 64141 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 64259 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "FD8BC2BDB4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "0CABB94C4F", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 64260 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 64377 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "8FBB9CCC86", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "D3A2B63DEC", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 64378 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 64493 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "F9FCA14244", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "CB6247CF00", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 64494 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 64608 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "66666D9AD1", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "91075DF5F1", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 64609 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 64724 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "43FE4EDFAD", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "3A37119730", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 64725 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 64846 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "3AA74D998B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "6B7B1220B3", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 64847 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 64966 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "B30B334293", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "55480ED4E3", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 64967 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 65080 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "680AB4FFFD", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "3D356DFC54", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 65081 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 65196 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "90D1308CE8", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "388005A021", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 65197 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 65315 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "FB56CD888D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "AEF26F49E3", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 65316 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 65432 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "3A5BA0A911", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "1BB44A6E7E", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 65433 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 65546 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "29E5FFEB72", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "F1C118EE39", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 65547 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 65671 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "7477A1E0DA", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "C602E4F711", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 65672 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 65783 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "BF54D43555", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "F492FA1069", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 65784 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 65897 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "ADFB3F6D9E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "4CCB669229", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 65898 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 66008 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "9642A46750", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "1B69242A45", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 66009 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 66124 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "9D666D0A66", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "75F696776A", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 66125 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 66244 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "48C6108BA1", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "0EFCB609F3", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 66245 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 66359 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "17AA89754D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "503355A8B0", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 66360 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 66465 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "33111EF0D0", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "794CA5A334", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 66466 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 66584 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "B3464AA9A0", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "76B7C85711", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 66585 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 66691 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "B9FCBBBB0B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "F4A6E63943", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 66692 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 66796 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "153FF55554", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "E82663D7E1", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 66797 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 66899 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "F85F4F6F69", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "9AB4A83A80", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 66900 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 67004 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4E4383E047", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "CA24B4EDA5", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 67005 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 67117 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "FDE5F518E5", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "BDCBD2CCAC", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 67118 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 67234 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "7C2715F910", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "3B333D54B9", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 67235 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 67341 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "E46DA18234", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "CD27C85C37", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 67342 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 67451 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "C6AAC6D6CC", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "CE117D4AED", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 67452 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 67565 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "23719767A4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "A9A689A7B3", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 67566 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 67681 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "F37B105DB1", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "143BE8C09B", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 67682 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 67787 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "156F80F097", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "437F4AD630", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 67788 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 67902 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "599F4CBC94", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "B2E9E5AE1E", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 67903 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 68022 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "37BDB7A655", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "5A4F74BBB9", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 68023 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 68131 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "09DCD91889", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "4BA8918281", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 68132 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 68246 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "55B9919B59", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "D88291A965", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 68247 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 68358 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "8B4A4A4EAF", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "7674712A69", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 68359 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 68471 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "27350AF334", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "149B408F75", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 68472 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 68581 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "71AF998095", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "B2579E8922", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 68582 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 68689 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "97EEBB7D73", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "FC66C48658", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 68690 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 68798 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "9087828019", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "897205E7D9", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 68799 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 68914 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "DC150540BE", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "45BFEC2BBF", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 68915 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 69033 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "460CDDC6CF", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "4CB061446C", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 69034 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 69150 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4C1484B31A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "538C666336", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 69151 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 69265 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4E12FAB13E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "476E700967", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 69266 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 69372 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "18883BD57D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "2141465146", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 69373 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 69484 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "F9F4015B5D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "A6F6B151B8", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 69485 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 69611 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "93293A4F7C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "ABEA8F31F3", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 69612 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 69724 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "95F84BA277", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "A253CC59F5", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 69725 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 69840 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "B847761586", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "B9E04355B6", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 69841 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 69961 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "8A39AF0966", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "B314008257", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 69962 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 70076 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "06AC49656F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "44146967F1", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 70077 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 70228 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "920C7081A4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "B699A14549", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 70229 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 70346 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "827C8F07DA", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "4A66CC40CC", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 70347 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 70475 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "A9DEFD2D84", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "7326D4AF44", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 70476 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 70595 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "3D4FF8739F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "E563466DF6", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 70596 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 70713 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4282CE2211", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "1EA23C54F7", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 70714 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 70830 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "E6A1EFBF66", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "114E894666", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 70831 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 70943 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "442F97915A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "7C627A07FC", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 70944 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 71088 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "2979CA3A69", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "F6F8EEFD88", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 71089 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 71214 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "15A28E1508", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "0EA4490510", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 71215 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 71328 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "F40F511CB0", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "E4B1AD1A6A", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 71329 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 71440 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "88C55D8F24", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "9019159475", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 71441 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 71552 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "BF2A4453B9", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "6FD45254D1", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 71553 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 71694 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "D33C2C774C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "110FD64A8B", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 71695 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 71809 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "ACCC3CB72C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "B761B40E12", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 71810 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 71926 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "9424732494", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "5A585C0C04", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 71927 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 72051 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "BA4994747B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "83C43C94CB", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 72052 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 72159 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "289399FA8A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "A99AAB9728", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 72160 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 72271 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "5AB9FDB124", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "EAFE3B827B", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 72272 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 72387 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "CAD80D71A7", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "43F28C190B", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 72388 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 72498 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "32F9EB7A93", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "A3885B8B2C", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 72499 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 72614 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "84D15A62CC", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "CACD95C972", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 72615 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 72723 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "766F8D81E7", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "89CB08FF08", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 72724 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 72840 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "E7D4783632", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "F76E398177", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 72841 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 72954 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "ECE355D058", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "CACDDE659D", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 72955 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 73076 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "55429C23D2", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "D22E4D035E", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 73077 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 73200 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "BD33D39C37", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "F0673CAF90", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 73201 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 73319 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "FA9DECB9F5", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "B71967FF10", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 73320 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 73440 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4204004994", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "F8F7E50406", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 73441 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 73555 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "A97888D5E7", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "4FD49F4AD9", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 73556 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 73663 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "A791A2A410", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "2F3D5E0E54", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 73664 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 73780 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "E3688698B8", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "8EA4F500D8", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 73781 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 73895 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "EEFA0CED47", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "844371A06A", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 73896 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 74000 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "B4CEDB5DBE", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "199A47119D", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 74001 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 74113 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "FBB652ABC6", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "F88DF446F8", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 74114 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 74229 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "249A04B405", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "203A8CC1BA", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 74230 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 74340 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "F9D92FD469", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "DE44101207", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 74341 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 74454 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "28FFEB39C3", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "E97E5AAE7E", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 74455 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 74566 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "B9C65B0F97", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "D041BD92D1", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 74567 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 74683 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "C08F14B1B0", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "F37FFF49FF", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 74684 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 74806 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "DBB10FAF7F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "EFD3EE6449", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 74807 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 74922 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4144BC5B99", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "63E44ED9D6", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 74923 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 75033 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "39347727E1", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "116525989B", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 75034 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 75148 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "2EB69BE33B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "C3AB997BF4", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 75149 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 75264 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "43FDA5AB6D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "883310D37E", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 75265 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 75388 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "434313EE77", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "63EBBC0FD3", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 75389 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 75504 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4530DC90F4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "4C48CC788C", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 75505 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 75616 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "984FEC8CB1", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "6B33633CC6", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 75617 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 75734 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "5E1185E192", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "3F7A39CAAA", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 75735 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 75851 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "CBB4D91557", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "9CC433B14B", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 75852 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 75970 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "538C7C79B8", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "B4B1196B82", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 75971 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 76092 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "E0E3C2D303", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "B440DFB14D", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 76093 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 76204 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "106C918017", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "1F98141810", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 76205 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 76314 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "614669495A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "51D07A6E64", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 76315 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 76432 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "56E4A33C0E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "6A4162C944", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 76433 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 76562 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "92A422A424", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "E4E24E220D", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 76563 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 76704 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "851E991B5B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "7FDD380B1F", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 76705 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 76812 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "8A88412486", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "C73AA27149", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 76813 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 76931 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "D0318B99C6", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "C3D6B4C9E3", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 76932 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 77048 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "606F7446B0", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "C8C6D09C97", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 77049 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 77156 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "D4F8062511", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "E15ACB3581", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 77157 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 77264 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4FF34A6FF0", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "4BC35D7525", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 77265 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 77383 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "52A44E9A89", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "B5C5F85358", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 77384 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 77503 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "1AD2FFA2A4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "771C8BAF77", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 77504 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 77613 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "828D556897", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "524A25B48B", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 77614 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 77722 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4BFF99CE0D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "83747F698F", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 77723 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 77844 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "AA19ACE029", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "70B16055DB", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 77845 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 77955 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "B9B960369D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "D0A32AABA0", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 77956 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 78065 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "549B138B95", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "238093439F", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 78066 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 78182 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "A9D07C1737", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "619C62D2AA", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 78183 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 78292 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "C22AA42746", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "BA74648778", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 78293 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 78414 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "77ACC10B00", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "C36F4F08DF", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 78415 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 78519 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "9075141004", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "84393D59D3", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 78520 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 78634 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "CA029CA0CC", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "F86116F9C6", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 78635 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 78749 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "311835D7AA", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "A4E8F5F2F0", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 78750 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 78857 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "8D99027692", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "D70FF6B603", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 78858 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 78971 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "60982002DB", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "98AC3EE00D", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 78972 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 79097 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "158305A624", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "DBBB6F665A", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 79098 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 79209 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "8334DAD67D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "E189B9FF19", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 79210 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 79327 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "060E8C922B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "DCFDCEC580", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 79328 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 79437 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "6DA0EEAEE0", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "7A92DA7656", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 79438 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 79548 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "37CEEC63BE", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "B2D7D28230", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 79549 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 79663 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "C8328CE84D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "A2F099B229", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 79664 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 79781 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "AE663F3EE6", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "AB3A5232A2", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 79782 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 79894 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4F02CA31FB", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "AE8D8DEECA", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 79895 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 80008 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "098E30D7EE", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "55B524C584", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 80009 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 80123 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "B6F3FE3967", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "4F71101F42", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 80124 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 80242 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "7F92FFBD5B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "0D221DFDBD", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 80243 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 80357 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "B3DC9E1280", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "7AAFC3D7F6", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 80358 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 80463 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "D4E22222CD", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "9A684D6996", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 80464 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 80576 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "8C666E03CC", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "E0E13BE4BB", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 80577 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 80695 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "221BACCA42", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "D35F7304A9", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 80696 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 80803 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "3DB9B90991", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "BFFDB46F4D", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 80804 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 80914 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "D2B18ED485", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "3897FA3844", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 80915 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 81029 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "BC56D5FD63", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "A368F83988", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 81030 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 81139 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "D7E284C4DC", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "95D8E2F62F", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 81140 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 81252 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "44B0A045E3", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "14DAD5A4E6", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 81253 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 81361 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "B1A18D7A1F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "F30BC1114C", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 81362 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 81475 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "24F13664FF", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "7557854477", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 81476 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 81588 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "2B69308105", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "A230879897", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 81589 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 81703 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "0530936060", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "E9999A88F7", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 81704 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 81817 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "754D370498", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "EAED8592B8", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 81818 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 81929 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "10F10D433A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "D33939D03C", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 81930 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 82045 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "FCFE5F1E5E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "9752480CF7", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 82046 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 82153 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "002B1004A1", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "452BCC45C4", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 82154 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 82262 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "F4F17EA25E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "3B44CEF80E", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 82263 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 82373 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "613F08EDEB", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "A144E9CED9", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 82374 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 82492 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "93436E9FE8", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "FF742B8507", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 82493 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 82612 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "220BEEAEED", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "F3888CC5C5", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 82613 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 82724 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "591598ACC2", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "8FA653793E", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 82725 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 82812 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "B63B914FBF", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "045587E28E", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 82818 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 82928 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "8CC769DA99", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "631FBC6D92", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 82929 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 83047 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "C7492E847A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "1694FFEF97", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 83048 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 83166 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "592D86B3E2", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "B9CEE4D987", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 83167 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 83283 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4A9D45D15B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "CDE4151C41", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 83284 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 83409 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "99549338AA", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "D5B5B806BB", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 83410 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 83526 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "0A1AB04850", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "D32C33C424", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 83527 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 83641 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "EDB563BD6E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "BA57442EEF", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 83642 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 83770 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "254783AA10", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "33F24F82C2", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 83771 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 83884 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "7BEDD815C1", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "330334B779", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 83885 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 84010 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "AA37D49ADB", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "5353F34370", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 84011 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 84130 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "C16EE6212C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "E8448EE8BE", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 84131 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 84303 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "CEBB3593CB", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "1B15169994", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 84304 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 84416 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "1AB8009964", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "B388B48988", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 84417 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 84538 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "FF48733AFC", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "61FC485E19", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 84539 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 84653 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "924E4A92AE", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "B01B330A6E", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 84654 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 84761 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "77D17CA850", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "391A2F1E54", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 84762 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 84883 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "5DA447A31A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "4346B46FD7", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 84884 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 84995 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "3F81D4419F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "8513739349", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 84996 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 85107 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4FEAF9CB8C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "150A04EA5D", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 85108 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 85164 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "B488843F3E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "4EA547A95A", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 85165 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 85165 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "CE15711887", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "A0FB322D01", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 85166 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 85277 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "909EEA42F2", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "C33B04E76E", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 85278 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 85387 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "F1A6DBBBA4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "FB63D29A0C", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 85388 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 85501 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "0B11199743", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "A818361DA7", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 85502 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 85620 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "0FFBB6D2BE", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "5DFF144745", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 85621 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 85737 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "AC1FA6D1FD", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "7FAFB46E7E", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 85738 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 85848 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "3CFC7348C7", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "672E2227F8", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 85849 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 85965 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "CEFE2F8653", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "8C794B0139", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 85966 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 86086 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "E22BA7F2E9", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "05381B0045", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 86087 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 86195 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "222074277A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "444745E0F4", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 86196 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 86314 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "144D46AAAA", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "76E0BC4744", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 86315 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 86418 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "A6488244E2", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "E10FE4D4F3", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 86419 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 86539 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "2AB0DBDF08", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "15E1C7681B", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 86540 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 86652 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "AD8A5C87A0", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "640D042106", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 86653 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 86756 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "C07F9F5EE7", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "F52A4C4583", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 86757 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 86876 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "1B21F405F4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "C68E3DD8EC", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 86877 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 86993 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4D4B18DD91", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "4628996665", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 86994 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 87120 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "7AA236AEEA", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "A5B478D406", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 87121 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 87237 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "B24908A95A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "E928B21EDB", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 87238 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 87356 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "2ABBA5399B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "04BF6151B6", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 87357 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 87475 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "22A6C0DFD5", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "716120D668", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 87476 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 87585 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "41182121A5", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "559C115576", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 87586 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 87706 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "36A7BFFBB1", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "895594F04E", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 87707 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 87822 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "5344FE5F14", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "98849DC7B7", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 87823 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 87941 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "2E13970004", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "D81A8B898A", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 87942 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 88052 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "84BF2F4A2F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "95E38E82C5", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 88053 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 88166 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "6E03A9FB23", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "641B7EB534", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 88167 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 88279 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "7EBD4FB016", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "324D44DDD5", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 88280 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 88403 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "AC79B395B1", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "9738DDBD89", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 88404 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 88517 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "8A977FD991", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "820DDDBF78", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 88518 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 88635 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "95D861A26B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "281BFC41BB", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 88636 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 88751 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "5CAD678C34", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "A55855EBBA", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 88752 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 88871 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "9A00D1AA07", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "A3CACABB63", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 88872 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 88978 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "B10252CCC4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "2343141D1D", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 88979 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 89098 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "840A26249D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "A1A4B04A4F", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 89099 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 89218 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "310B119543", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "EF81CE64B9", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 89219 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 89331 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "FA319D297B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "74E7647122", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 89332 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 89436 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "B69E6A760E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "8DF6CF6EB8", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 89437 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 89546 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "FFB9F8C52F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "EBAF2A8FF3", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 89547 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 89654 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "50934150A7", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "CF66CAC1FF", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 89655 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 89763 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "2E9F900E2C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "2610818863", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 89764 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 89870 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "DDDBE363F1", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "99DDDDDD0A", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 89871 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 89978 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "D3D9C549F7", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "2803DE412A", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 89979 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 90093 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "2104A21010", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "A5E7A67713", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 90094 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 90205 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "EAE5A95097", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "CEC8236F6C", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 90206 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 90317 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "1EE4AE8D61", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "23A8C449A2", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 90318 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 90428 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "9F0A014FF4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "F3E007E3A6", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 90429 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 90548 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "3EA32BCC98", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "B8A76CCFC4", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 90549 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 90666 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "164E8644B4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "FE1E22720C", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 90667 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 90775 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "24B54A7F59", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "E4446F6E56", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 90776 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 90880 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "36DC2D0C6C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "81DA662222", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 90881 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 90987 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "AF61AB34FB", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "83475F9298", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 90988 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 91107 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "F0E4235AFC", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "74189C9F69", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 91108 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 91218 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "0B85485584", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "093003FE3B", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 91219 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 91322 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "C1EC138C8B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "AC5C444297", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 91323 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 91434 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4006E0A12F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "4C88D22992", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 91435 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 91556 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "6E8948D96D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "491C009A2B", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 91557 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 91676 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "B1B554521C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "D7186D6282", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 91677 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 91788 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "3282423449", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "A5704E3CE4", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 91789 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 91930 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "E3EAC5E158", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "B1572EAF72", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 91931 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 92035 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "AFE4690933", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "9477E4CBB6", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 92036 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 92146 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "8C9C58A858", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "E77DF74F22", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 92147 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 92251 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "1481803E1E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "1CCA58DFFA", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 92252 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 92369 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "6C9AB55183", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "60171E7016", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 92370 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 92488 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "B96A260EC4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "09D1454421", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 92489 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 92608 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "2C444EECF5", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "BF5372FD89", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 92609 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 92728 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "C227E59960", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "05D44BDD08", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 92729 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 92839 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "49834DA839", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "43BD73D496", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 92840 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 92950 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "F0B09BFFF3", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "82D28DB816", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 92951 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 93061 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "6B792B6680", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "366D94D481", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 93062 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 93167 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "C253229D22", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "478B4B41BD", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 93168 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 93283 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "A539079F99", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "E5305420BC", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 93284 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 93401 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "E32E0E760E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "04A74B58BB", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 93402 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 93508 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "CBB8A4C40A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "DBADC236DC", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 93509 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 93619 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "3DED75A580", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "C86386AAE1", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 93620 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 93722 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "8019364094", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "DF95445AFE", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 93723 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 93833 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "E057C8FEA0", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "24E721BA14", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 93834 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 93942 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "B543121077", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "91BB3CCFAA", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 93943 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 94055 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "E22ADD0F0F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "92720FD4D4", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 94056 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 94173 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "946F59066D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "A0AAF4B174", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 94174 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 94290 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "E7FDEAD7DE", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "1C47FC2B4B", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 94291 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 94399 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "2EA255CAAA", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "042A20A741", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 94400 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 94513 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "3EFBE32BB0", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "8D8D80B865", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 94514 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 94631 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "FB90F87BF4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "6A5B6DBDD3", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 94632 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 94738 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "24C790CFFF", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "8745582747", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 94739 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 94852 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "33EE00323E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "06E48B1039", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 94853 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 94958 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "9D4D28B39D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "FFEF9CF5F2", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 94959 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 95070 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "BC277DE279", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "944EFEE9C4", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 95071 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 95181 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "E1C048177A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "1A8F8688C5", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 95182 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 95296 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "37CC77A36C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "DF0B31253F", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 95297 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 95412 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "882113528D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "CB862B8248", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 95413 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 95524 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "692049B534", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "2AE76B78E4", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 95525 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 95635 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "690A40E0F9", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "618878278F", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 95636 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 95736 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "ADAD5641F2", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "AEBE0F1B92", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 95737 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 95851 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "8B4B08EF8F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "820A024A40", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 95852 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 95964 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "C3B7D37998", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "78AC70743C", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 95965 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 96088 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "435DD5E54C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "B8BA6DD5ED", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 96089 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 96210 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "82251401B1", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "37BE9DEF98", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 96211 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 96325 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "B311B51D3D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "72A6B2D044", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 96326 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 96435 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "5352A0A5A3", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "D82AAAAAE4", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 96436 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 96554 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "51F4A524AA", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "49E94B352A", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 96555 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 96671 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "14C41C64C0", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "2887B8EBE8", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 96672 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 96783 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "A072E52A45", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "97046E8EF7", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 96784 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 96895 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "A5700D7430", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "AB5B555A2F", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 96896 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 97014 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "94D71EFDE0", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "308884D168", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 97015 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 97130 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "963294B9AB", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "7F3379FDBB", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 97131 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 97242 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "EB043FFF5E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "177B736A77", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 97243 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 97359 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "411FA99CCD", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "3B8458CF94", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 97360 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 97474 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "E9DCE1D6F7", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "325CCFDA26", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 97475 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 97592 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "87F1DBD9B2", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "F59500AA85", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 97593 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 97718 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "865E4488B3", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "F96AB927ED", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 97719 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 97832 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "86D5F4DF65", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "83BBC5E547", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 97833 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 97941 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "0E1BBB7B18", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "BC51F0B90B", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 97942 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 98050 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "D5C9C89D80", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "ED5B515364", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 98051 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 98211 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "3D3D19323E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "2C337BBAC3", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 98212 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 98317 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "56218DC1EC", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "3CFE3D2DE2", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 98318 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 98377 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "2CF34A71BC", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "58065BB87D", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 98378 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 98487 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "B06A1DDB0C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "24824634A7", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 98488 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 98596 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "C2D6C11228", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "DF44F0B73D", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 98597 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 98713 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "A202049AFD", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "884E0FB37D", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 98714 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 98820 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "A76B564820", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "693BFB9EFB", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 98821 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 98926 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "C42E044E6E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "997B7DB089", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 98927 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 99034 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "B1ECEEDB8D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "44ED344B43", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 99035 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 99154 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "38E48183F0", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "B4B8D8D7AA", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 99155 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 99265 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "608FAB7C7E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "332C33A4C8", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 99266 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 99375 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4D44B334C2", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "3AFEBD8139", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 99376 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 99498 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "389DEE1333", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "18F50A10F0", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 99499 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 99618 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "2F22903A9A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "95491F454B", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 99619 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 99739 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "461C69FE8F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "4E9778876F", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 99740 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 99853 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "D595550D5D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "7F9BFEA77A", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 99854 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 99958 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "66A5DAB267", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "54474AB944", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 99959 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 100070 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "A30234B6D9", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "9465391940", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 100071 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 100181 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "6B93EB6B45", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "2E45A6A5EF", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 100182 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 100310 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "AD008C5A78", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "0699119218", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 100311 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 100429 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "71474C1BB7", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "DD0B248A4F", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 100430 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 100546 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "46AEE48EEC", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "E9A7DBE5EF", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 100547 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 100662 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "386CE8FFF4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "72478E00DF", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 100663 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 100768 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "6006F8DD65", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "924FD85833", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 100769 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 100883 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "0D888402B4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "9B71744BC7", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 100884 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 101001 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "421598A33A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "54287B5E52", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 101002 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 101116 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "AF4011D204", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "A1A27CC24B", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 101117 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 101235 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "6A56696ABD", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "9B623CB1FB", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 101236 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 101359 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "B86E5FF50C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "06E258A205", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 101360 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 101472 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "089FC9E500", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "13B6721C1A", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 101473 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 101589 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "09043AD083", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "68C4956841", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 101590 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 101699 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "D4C2C289D9", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "478D3EE117", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 101700 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 101826 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "BECE148B7A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "A074A4101A", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 101827 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 101947 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "70A8805EBD", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "76AF2F0615", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 101948 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 102037 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "585785FABB", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "6A946E48C9", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 102044 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 102154 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "280B088835", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "D142B17ACB", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 102155 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 102270 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "51504CC22F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "AD77231B3C", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 102271 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 102381 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "757E318910", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "6FFA67FB82", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 102382 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 102488 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "71A005B12B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "1403A1C4A9", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 102489 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 102601 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "9F82F572F4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "991883D81D", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 102602 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 102708 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "F4A34A55D7", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "0F60AB7DB6", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 102709 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 102851 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "CFF1FD32CF", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "6271AC38AE", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 102852 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 103001 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "AA5C5A74FC", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "546A251166", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 103002 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 103145 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "F40F459333", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "9CAB1C4604", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 103146 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 103315 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "1FCD10010A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "A8ABABA6B4", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 103316 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 103591 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "C47DEE6A0D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "EB3ADB4348", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 103592 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 103763 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "77219EA94E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "E511F14259", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 103764 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 103998 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "755E7B6769", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "CC54B46D28", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 103999 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 104248 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "783345FD1D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "848BB7AF83", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 104249 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 104426 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "A15A90B5A8", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "53DD82E0EB", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 104427 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 104542 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "E1BE5E213D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "685963B2EA", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 104543 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 104663 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "CC4249EA7B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "41BB14A20E", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 104664 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 104784 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "F7E15371EA", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "4D2D2BD2E6", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 104785 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 104900 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "7E892CD4D7", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "994E90F7B0", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 104901 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 105015 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "37E74E0B95", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "F74B70E787", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 105016 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 105120 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4C77442C43", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "47AA2402A0", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 105121 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 105244 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "74166772C6", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "6A2D456817", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 105245 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 105357 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "E2B8F10019", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "0507233ED3", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 105358 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 105471 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "2B691A3999", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "3CACCBB02A", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 105472 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 105589 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "508420C677", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "30EBAFB1AC", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 105590 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 105704 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "95F57F2535", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "43DFBE81B1", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 105705 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 105814 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "6455E44601", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "6A11136696", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 105815 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 105928 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "2526258AF2", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "3A1B334EB4", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 105929 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 106049 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "FA41238133", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "701F7FAF3F", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 106050 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 106164 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "3D14ADE1A1", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "9040CF94A2", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 106165 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 106272 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "BC7C1B8AA4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "CA8D358D43", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 106273 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 106398 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "1234DB4548", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "1000A259A8", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 106399 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 106510 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "A4A4ECB875", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "3C58B39BCC", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 106511 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 106629 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "D4C928E122", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "9972B6C6A9", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 106630 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 106736 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "BC1B8D87C7", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "41E1116C4E", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 106737 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 106857 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "492BD98DD2", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "14B2022B8F", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 106858 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 106969 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "D545206551", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "4424C42F47", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 106970 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 107085 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "FA2F9E2C34", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "58404042F0", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 107086 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 107203 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "39C4333D4D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "7BCB9531B5", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 107204 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 107326 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "29B3008C0C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "434F689382", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 107327 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 107416 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "13B7D3874C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "0D9D3C3D4D", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 107417 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 107535 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "16B1C8F9CE", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "F8AFAA1C34", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 107536 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 107648 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "C74B20FCF3", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "8B1F869B17", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 107649 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 107764 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "83F9E6399C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "84EB912FE4", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 107765 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 107883 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "B4FAFA4A34", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "7344265ABF", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 107884 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 108001 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "F6CABA9F47", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "C1252BE9E4", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 108002 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 108119 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "B2A383462B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "BEE22AC8C9", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 108120 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 108238 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "8C8D582E8E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "994CC72CBC", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 108239 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 108361 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "648C1439DC", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "4935A44BD6", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 108362 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 108423 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "38647A12CA", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "5DCD4D318F", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 108424 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 108532 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "5C51304353", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "32DC702F41", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 108533 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 108640 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "090A43FA53", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "FC61E95D0D", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 108641 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 108750 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "8BCC3A88CD", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "0D94A3319A", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 108751 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 108882 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "687F580BF0", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "CD4E5D9DED", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 108883 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 108998 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "A1A6E0A9B4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "E873D47D6E", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 108999 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 109122 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4EC4846B4B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "9EA4E134E3", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 109123 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 109244 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "67E9A47792", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "1224116395", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 109245 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 109365 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "6954799F4A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "5F2C44F85E", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 109366 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 109515 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "E9EEA05AA7", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "52DCA4A26C", - "target": { - "@type": "TextSelector", - "resource": "2FF9", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 109516 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 109960 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "AD036EB6BA", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "889AD8B8E5", - "set": "segmentation_annotation" - } - ] - } - ] +{ + "@type": "AnnotationStore", + "@id": "j03fF9jp4dqveyIG", + "resources": [ + { + "@type": "TextResource", + "@id": "2FF9", + "@include": "../../base/2FF9.txt" + } + ], + "annotationsets": [ + { + "@type": "AnnotationDataSet", + "@id": "segmentation_annotation", + "keys": [ + { + "@type": "DataKey", + "@id": "index" + }, + { + "@type": "DataKey", + "@id": "segmentation_type" + } + ], + "data": [ + { + "@type": "AnnotationData", + "@id": "233279F3A9", + "key": "index", + "value": { + "@type": "Int", + "value": 1 + } + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "key": "segmentation_type", + "value": { + "@type": "String", + "value": "segmentation" + } + }, + { + "@type": "AnnotationData", + "@id": "C1AF1AEA9F", + "key": "index", + "value": { + "@type": "Int", + "value": 2 + } + }, + { + "@type": "AnnotationData", + "@id": "85D572A6B8", + "key": "index", + "value": { + "@type": "Int", + "value": 3 + } + }, + { + "@type": "AnnotationData", + "@id": "61BCE87C8A", + "key": "index", + "value": { + "@type": "Int", + "value": 4 + } + }, + { + "@type": "AnnotationData", + "@id": "B79A2AC8E2", + "key": "index", + "value": { + "@type": "Int", + "value": 5 + } + }, + { + "@type": "AnnotationData", + "@id": "90A3F063AD", + "key": "index", + "value": { + "@type": "Int", + "value": 6 + } + }, + { + "@type": "AnnotationData", + "@id": "D13CD024BB", + "key": "index", + "value": { + "@type": "Int", + "value": 7 + } + }, + { + "@type": "AnnotationData", + "@id": "946944F80D", + "key": "index", + "value": { + "@type": "Int", + "value": 8 + } + }, + { + "@type": "AnnotationData", + "@id": "7454BE364E", + "key": "index", + "value": { + "@type": "Int", + "value": 9 + } + }, + { + "@type": "AnnotationData", + "@id": "74B9C44C46", + "key": "index", + "value": { + "@type": "Int", + "value": 10 + } + }, + { + "@type": "AnnotationData", + "@id": "423F972FD4", + "key": "index", + "value": { + "@type": "Int", + "value": 11 + } + }, + { + "@type": "AnnotationData", + "@id": "663386223A", + "key": "index", + "value": { + "@type": "Int", + "value": 12 + } + }, + { + "@type": "AnnotationData", + "@id": "34A82F360F", + "key": "index", + "value": { + "@type": "Int", + "value": 13 + } + }, + { + "@type": "AnnotationData", + "@id": "44CEC5B735", + "key": "index", + "value": { + "@type": "Int", + "value": 14 + } + }, + { + "@type": "AnnotationData", + "@id": "5AFABFE666", + "key": "index", + "value": { + "@type": "Int", + "value": 15 + } + }, + { + "@type": "AnnotationData", + "@id": "5507450165", + "key": "index", + "value": { + "@type": "Int", + "value": 16 + } + }, + { + "@type": "AnnotationData", + "@id": "E93F483BCC", + "key": "index", + "value": { + "@type": "Int", + "value": 17 + } + }, + { + "@type": "AnnotationData", + "@id": "2CAF2746C2", + "key": "index", + "value": { + "@type": "Int", + "value": 18 + } + }, + { + "@type": "AnnotationData", + "@id": "BA6BC4BA2A", + "key": "index", + "value": { + "@type": "Int", + "value": 19 + } + }, + { + "@type": "AnnotationData", + "@id": "AF696426CC", + "key": "index", + "value": { + "@type": "Int", + "value": 20 + } + }, + { + "@type": "AnnotationData", + "@id": "B8698FAECA", + "key": "index", + "value": { + "@type": "Int", + "value": 21 + } + }, + { + "@type": "AnnotationData", + "@id": "691D6C6D91", + "key": "index", + "value": { + "@type": "Int", + "value": 22 + } + }, + { + "@type": "AnnotationData", + "@id": "82B06460A6", + "key": "index", + "value": { + "@type": "Int", + "value": 23 + } + }, + { + "@type": "AnnotationData", + "@id": "BEF865AA2B", + "key": "index", + "value": { + "@type": "Int", + "value": 24 + } + }, + { + "@type": "AnnotationData", + "@id": "A1A2ADA0CE", + "key": "index", + "value": { + "@type": "Int", + "value": 25 + } + }, + { + "@type": "AnnotationData", + "@id": "61C2964A68", + "key": "index", + "value": { + "@type": "Int", + "value": 26 + } + }, + { + "@type": "AnnotationData", + "@id": "FB91E5EB4B", + "key": "index", + "value": { + "@type": "Int", + "value": 27 + } + }, + { + "@type": "AnnotationData", + "@id": "80562929B0", + "key": "index", + "value": { + "@type": "Int", + "value": 28 + } + }, + { + "@type": "AnnotationData", + "@id": "E2C4FB5BC2", + "key": "index", + "value": { + "@type": "Int", + "value": 29 + } + }, + { + "@type": "AnnotationData", + "@id": "EA45E6E4A5", + "key": "index", + "value": { + "@type": "Int", + "value": 30 + } + }, + { + "@type": "AnnotationData", + "@id": "7EABFA1E54", + "key": "index", + "value": { + "@type": "Int", + "value": 31 + } + }, + { + "@type": "AnnotationData", + "@id": "ACD4FAE4D9", + "key": "index", + "value": { + "@type": "Int", + "value": 32 + } + }, + { + "@type": "AnnotationData", + "@id": "DDD09C54AC", + "key": "index", + "value": { + "@type": "Int", + "value": 33 + } + }, + { + "@type": "AnnotationData", + "@id": "CAB7595B99", + "key": "index", + "value": { + "@type": "Int", + "value": 34 + } + }, + { + "@type": "AnnotationData", + "@id": "1D26DFDC5A", + "key": "index", + "value": { + "@type": "Int", + "value": 35 + } + }, + { + "@type": "AnnotationData", + "@id": "6448B44D81", + "key": "index", + "value": { + "@type": "Int", + "value": 36 + } + }, + { + "@type": "AnnotationData", + "@id": "EF31DA7897", + "key": "index", + "value": { + "@type": "Int", + "value": 37 + } + }, + { + "@type": "AnnotationData", + "@id": "71CCE24CB7", + "key": "index", + "value": { + "@type": "Int", + "value": 38 + } + }, + { + "@type": "AnnotationData", + "@id": "AFF55BA98A", + "key": "index", + "value": { + "@type": "Int", + "value": 39 + } + }, + { + "@type": "AnnotationData", + "@id": "43A4CF36C3", + "key": "index", + "value": { + "@type": "Int", + "value": 40 + } + }, + { + "@type": "AnnotationData", + "@id": "958F0148F3", + "key": "index", + "value": { + "@type": "Int", + "value": 41 + } + }, + { + "@type": "AnnotationData", + "@id": "376DB68F85", + "key": "index", + "value": { + "@type": "Int", + "value": 42 + } + }, + { + "@type": "AnnotationData", + "@id": "3491C439DD", + "key": "index", + "value": { + "@type": "Int", + "value": 43 + } + }, + { + "@type": "AnnotationData", + "@id": "DCF9AF7DBF", + "key": "index", + "value": { + "@type": "Int", + "value": 44 + } + }, + { + "@type": "AnnotationData", + "@id": "7FC0EDFEC8", + "key": "index", + "value": { + "@type": "Int", + "value": 45 + } + }, + { + "@type": "AnnotationData", + "@id": "D79703B60A", + "key": "index", + "value": { + "@type": "Int", + "value": 46 + } + }, + { + "@type": "AnnotationData", + "@id": "0BD0ADA565", + "key": "index", + "value": { + "@type": "Int", + "value": 47 + } + }, + { + "@type": "AnnotationData", + "@id": "80CA683AC8", + "key": "index", + "value": { + "@type": "Int", + "value": 48 + } + }, + { + "@type": "AnnotationData", + "@id": "6FB360640A", + "key": "index", + "value": { + "@type": "Int", + "value": 49 + } + }, + { + "@type": "AnnotationData", + "@id": "9F892382D4", + "key": "index", + "value": { + "@type": "Int", + "value": 50 + } + }, + { + "@type": "AnnotationData", + "@id": "ED44AA480D", + "key": "index", + "value": { + "@type": "Int", + "value": 51 + } + }, + { + "@type": "AnnotationData", + "@id": "8D0DEEBC09", + "key": "index", + "value": { + "@type": "Int", + "value": 52 + } + }, + { + "@type": "AnnotationData", + "@id": "A5C8C22B32", + "key": "index", + "value": { + "@type": "Int", + "value": 53 + } + }, + { + "@type": "AnnotationData", + "@id": "B0980C48DF", + "key": "index", + "value": { + "@type": "Int", + "value": 54 + } + }, + { + "@type": "AnnotationData", + "@id": "BEA41454C4", + "key": "index", + "value": { + "@type": "Int", + "value": 55 + } + }, + { + "@type": "AnnotationData", + "@id": "674C4624C6", + "key": "index", + "value": { + "@type": "Int", + "value": 56 + } + }, + { + "@type": "AnnotationData", + "@id": "5FEE33FD89", + "key": "index", + "value": { + "@type": "Int", + "value": 57 + } + }, + { + "@type": "AnnotationData", + "@id": "EC241E47C4", + "key": "index", + "value": { + "@type": "Int", + "value": 58 + } + }, + { + "@type": "AnnotationData", + "@id": "50B1003B0D", + "key": "index", + "value": { + "@type": "Int", + "value": 59 + } + }, + { + "@type": "AnnotationData", + "@id": "3AB9A0B41D", + "key": "index", + "value": { + "@type": "Int", + "value": 60 + } + }, + { + "@type": "AnnotationData", + "@id": "CB346B6B3D", + "key": "index", + "value": { + "@type": "Int", + "value": 61 + } + }, + { + "@type": "AnnotationData", + "@id": "1D1FDD213F", + "key": "index", + "value": { + "@type": "Int", + "value": 62 + } + }, + { + "@type": "AnnotationData", + "@id": "E2873FE232", + "key": "index", + "value": { + "@type": "Int", + "value": 63 + } + }, + { + "@type": "AnnotationData", + "@id": "210BD8609B", + "key": "index", + "value": { + "@type": "Int", + "value": 64 + } + }, + { + "@type": "AnnotationData", + "@id": "502A0520AC", + "key": "index", + "value": { + "@type": "Int", + "value": 65 + } + }, + { + "@type": "AnnotationData", + "@id": "19AE216E20", + "key": "index", + "value": { + "@type": "Int", + "value": 66 + } + }, + { + "@type": "AnnotationData", + "@id": "5B4BF1A3E2", + "key": "index", + "value": { + "@type": "Int", + "value": 67 + } + }, + { + "@type": "AnnotationData", + "@id": "3DC47C9167", + "key": "index", + "value": { + "@type": "Int", + "value": 68 + } + }, + { + "@type": "AnnotationData", + "@id": "A0BC3C0BF8", + "key": "index", + "value": { + "@type": "Int", + "value": 69 + } + }, + { + "@type": "AnnotationData", + "@id": "F04EFF6A2E", + "key": "index", + "value": { + "@type": "Int", + "value": 70 + } + }, + { + "@type": "AnnotationData", + "@id": "60FE39F966", + "key": "index", + "value": { + "@type": "Int", + "value": 71 + } + }, + { + "@type": "AnnotationData", + "@id": "5B4CB6B6C9", + "key": "index", + "value": { + "@type": "Int", + "value": 72 + } + }, + { + "@type": "AnnotationData", + "@id": "6FF293F6DC", + "key": "index", + "value": { + "@type": "Int", + "value": 73 + } + }, + { + "@type": "AnnotationData", + "@id": "09CE956401", + "key": "index", + "value": { + "@type": "Int", + "value": 74 + } + }, + { + "@type": "AnnotationData", + "@id": "E01310DB1B", + "key": "index", + "value": { + "@type": "Int", + "value": 75 + } + }, + { + "@type": "AnnotationData", + "@id": "0879BA298D", + "key": "index", + "value": { + "@type": "Int", + "value": 76 + } + }, + { + "@type": "AnnotationData", + "@id": "4438B3879A", + "key": "index", + "value": { + "@type": "Int", + "value": 77 + } + }, + { + "@type": "AnnotationData", + "@id": "C8BD7139BB", + "key": "index", + "value": { + "@type": "Int", + "value": 78 + } + }, + { + "@type": "AnnotationData", + "@id": "AA549F2246", + "key": "index", + "value": { + "@type": "Int", + "value": 79 + } + }, + { + "@type": "AnnotationData", + "@id": "8404AF4404", + "key": "index", + "value": { + "@type": "Int", + "value": 80 + } + }, + { + "@type": "AnnotationData", + "@id": "58335F5C9F", + "key": "index", + "value": { + "@type": "Int", + "value": 81 + } + }, + { + "@type": "AnnotationData", + "@id": "4D32979B95", + "key": "index", + "value": { + "@type": "Int", + "value": 82 + } + }, + { + "@type": "AnnotationData", + "@id": "B6CAC16105", + "key": "index", + "value": { + "@type": "Int", + "value": 83 + } + }, + { + "@type": "AnnotationData", + "@id": "78C698F05F", + "key": "index", + "value": { + "@type": "Int", + "value": 84 + } + }, + { + "@type": "AnnotationData", + "@id": "F3F5F4E395", + "key": "index", + "value": { + "@type": "Int", + "value": 85 + } + }, + { + "@type": "AnnotationData", + "@id": "01382EAA22", + "key": "index", + "value": { + "@type": "Int", + "value": 86 + } + }, + { + "@type": "AnnotationData", + "@id": "40EE003D75", + "key": "index", + "value": { + "@type": "Int", + "value": 87 + } + }, + { + "@type": "AnnotationData", + "@id": "B7E8999CC4", + "key": "index", + "value": { + "@type": "Int", + "value": 88 + } + }, + { + "@type": "AnnotationData", + "@id": "4BBD3AB8DD", + "key": "index", + "value": { + "@type": "Int", + "value": 89 + } + }, + { + "@type": "AnnotationData", + "@id": "F4A89899D5", + "key": "index", + "value": { + "@type": "Int", + "value": 90 + } + }, + { + "@type": "AnnotationData", + "@id": "8135FE9EA2", + "key": "index", + "value": { + "@type": "Int", + "value": 91 + } + }, + { + "@type": "AnnotationData", + "@id": "C8F4AAA79F", + "key": "index", + "value": { + "@type": "Int", + "value": 92 + } + }, + { + "@type": "AnnotationData", + "@id": "C5426AECF1", + "key": "index", + "value": { + "@type": "Int", + "value": 93 + } + }, + { + "@type": "AnnotationData", + "@id": "CFCA6452F8", + "key": "index", + "value": { + "@type": "Int", + "value": 94 + } + }, + { + "@type": "AnnotationData", + "@id": "E885297568", + "key": "index", + "value": { + "@type": "Int", + "value": 95 + } + }, + { + "@type": "AnnotationData", + "@id": "EB09AE2C86", + "key": "index", + "value": { + "@type": "Int", + "value": 96 + } + }, + { + "@type": "AnnotationData", + "@id": "49459E1828", + "key": "index", + "value": { + "@type": "Int", + "value": 97 + } + }, + { + "@type": "AnnotationData", + "@id": "2E77203ED7", + "key": "index", + "value": { + "@type": "Int", + "value": 98 + } + }, + { + "@type": "AnnotationData", + "@id": "FA44E74A7E", + "key": "index", + "value": { + "@type": "Int", + "value": 99 + } + }, + { + "@type": "AnnotationData", + "@id": "F3555553FC", + "key": "index", + "value": { + "@type": "Int", + "value": 100 + } + }, + { + "@type": "AnnotationData", + "@id": "73DBBBCDB4", + "key": "index", + "value": { + "@type": "Int", + "value": 101 + } + }, + { + "@type": "AnnotationData", + "@id": "30ACCE628B", + "key": "index", + "value": { + "@type": "Int", + "value": 102 + } + }, + { + "@type": "AnnotationData", + "@id": "9498D9D40A", + "key": "index", + "value": { + "@type": "Int", + "value": 103 + } + }, + { + "@type": "AnnotationData", + "@id": "9352206E06", + "key": "index", + "value": { + "@type": "Int", + "value": 104 + } + }, + { + "@type": "AnnotationData", + "@id": "1F7BAF4FC3", + "key": "index", + "value": { + "@type": "Int", + "value": 105 + } + }, + { + "@type": "AnnotationData", + "@id": "AA7B1A506B", + "key": "index", + "value": { + "@type": "Int", + "value": 106 + } + }, + { + "@type": "AnnotationData", + "@id": "648D288A41", + "key": "index", + "value": { + "@type": "Int", + "value": 107 + } + }, + { + "@type": "AnnotationData", + "@id": "19B53CE2E8", + "key": "index", + "value": { + "@type": "Int", + "value": 108 + } + }, + { + "@type": "AnnotationData", + "@id": "E2A47CA297", + "key": "index", + "value": { + "@type": "Int", + "value": 109 + } + }, + { + "@type": "AnnotationData", + "@id": "760ADD402A", + "key": "index", + "value": { + "@type": "Int", + "value": 110 + } + }, + { + "@type": "AnnotationData", + "@id": "9D7474FBDC", + "key": "index", + "value": { + "@type": "Int", + "value": 111 + } + }, + { + "@type": "AnnotationData", + "@id": "64ED34BE60", + "key": "index", + "value": { + "@type": "Int", + "value": 112 + } + }, + { + "@type": "AnnotationData", + "@id": "E2C76AA32C", + "key": "index", + "value": { + "@type": "Int", + "value": 113 + } + }, + { + "@type": "AnnotationData", + "@id": "3598C8686A", + "key": "index", + "value": { + "@type": "Int", + "value": 114 + } + }, + { + "@type": "AnnotationData", + "@id": "7C8891904F", + "key": "index", + "value": { + "@type": "Int", + "value": 115 + } + }, + { + "@type": "AnnotationData", + "@id": "B7BE35ECBA", + "key": "index", + "value": { + "@type": "Int", + "value": 116 + } + }, + { + "@type": "AnnotationData", + "@id": "8D1749B947", + "key": "index", + "value": { + "@type": "Int", + "value": 117 + } + }, + { + "@type": "AnnotationData", + "@id": "8A64E08245", + "key": "index", + "value": { + "@type": "Int", + "value": 118 + } + }, + { + "@type": "AnnotationData", + "@id": "26A649A6BC", + "key": "index", + "value": { + "@type": "Int", + "value": 119 + } + }, + { + "@type": "AnnotationData", + "@id": "0EB86A0ABC", + "key": "index", + "value": { + "@type": "Int", + "value": 120 + } + }, + { + "@type": "AnnotationData", + "@id": "F8A00A6030", + "key": "index", + "value": { + "@type": "Int", + "value": 121 + } + }, + { + "@type": "AnnotationData", + "@id": "40D5ED2280", + "key": "index", + "value": { + "@type": "Int", + "value": 122 + } + }, + { + "@type": "AnnotationData", + "@id": "858759EBA9", + "key": "index", + "value": { + "@type": "Int", + "value": 123 + } + }, + { + "@type": "AnnotationData", + "@id": "702CA36D98", + "key": "index", + "value": { + "@type": "Int", + "value": 124 + } + }, + { + "@type": "AnnotationData", + "@id": "2085C8D422", + "key": "index", + "value": { + "@type": "Int", + "value": 125 + } + }, + { + "@type": "AnnotationData", + "@id": "D831C40BD3", + "key": "index", + "value": { + "@type": "Int", + "value": 126 + } + }, + { + "@type": "AnnotationData", + "@id": "38AE4EB7EB", + "key": "index", + "value": { + "@type": "Int", + "value": 127 + } + }, + { + "@type": "AnnotationData", + "@id": "6DED481FE9", + "key": "index", + "value": { + "@type": "Int", + "value": 128 + } + }, + { + "@type": "AnnotationData", + "@id": "6030B98808", + "key": "index", + "value": { + "@type": "Int", + "value": 129 + } + }, + { + "@type": "AnnotationData", + "@id": "06CC9CEBFB", + "key": "index", + "value": { + "@type": "Int", + "value": 130 + } + }, + { + "@type": "AnnotationData", + "@id": "C8D8876620", + "key": "index", + "value": { + "@type": "Int", + "value": 131 + } + }, + { + "@type": "AnnotationData", + "@id": "58F4002C3F", + "key": "index", + "value": { + "@type": "Int", + "value": 132 + } + }, + { + "@type": "AnnotationData", + "@id": "9A920FF677", + "key": "index", + "value": { + "@type": "Int", + "value": 133 + } + }, + { + "@type": "AnnotationData", + "@id": "9A39A0ABCB", + "key": "index", + "value": { + "@type": "Int", + "value": 134 + } + }, + { + "@type": "AnnotationData", + "@id": "68E506E8CD", + "key": "index", + "value": { + "@type": "Int", + "value": 135 + } + }, + { + "@type": "AnnotationData", + "@id": "1C858F4E93", + "key": "index", + "value": { + "@type": "Int", + "value": 136 + } + }, + { + "@type": "AnnotationData", + "@id": "692B0DEB2B", + "key": "index", + "value": { + "@type": "Int", + "value": 137 + } + }, + { + "@type": "AnnotationData", + "@id": "81612F4E91", + "key": "index", + "value": { + "@type": "Int", + "value": 138 + } + }, + { + "@type": "AnnotationData", + "@id": "464A44E551", + "key": "index", + "value": { + "@type": "Int", + "value": 139 + } + }, + { + "@type": "AnnotationData", + "@id": "CCB22B7058", + "key": "index", + "value": { + "@type": "Int", + "value": 140 + } + }, + { + "@type": "AnnotationData", + "@id": "774B7917B0", + "key": "index", + "value": { + "@type": "Int", + "value": 141 + } + }, + { + "@type": "AnnotationData", + "@id": "0305CB108C", + "key": "index", + "value": { + "@type": "Int", + "value": 142 + } + }, + { + "@type": "AnnotationData", + "@id": "6634606338", + "key": "index", + "value": { + "@type": "Int", + "value": 143 + } + }, + { + "@type": "AnnotationData", + "@id": "ADF7F19A8A", + "key": "index", + "value": { + "@type": "Int", + "value": 144 + } + }, + { + "@type": "AnnotationData", + "@id": "593B3DCCD8", + "key": "index", + "value": { + "@type": "Int", + "value": 145 + } + }, + { + "@type": "AnnotationData", + "@id": "BEA4E4F644", + "key": "index", + "value": { + "@type": "Int", + "value": 146 + } + }, + { + "@type": "AnnotationData", + "@id": "FB43DBBC5C", + "key": "index", + "value": { + "@type": "Int", + "value": 147 + } + }, + { + "@type": "AnnotationData", + "@id": "FABE8A90A3", + "key": "index", + "value": { + "@type": "Int", + "value": 148 + } + }, + { + "@type": "AnnotationData", + "@id": "4BF3DE347B", + "key": "index", + "value": { + "@type": "Int", + "value": 149 + } + }, + { + "@type": "AnnotationData", + "@id": "96D3899E90", + "key": "index", + "value": { + "@type": "Int", + "value": 150 + } + }, + { + "@type": "AnnotationData", + "@id": "6CB6AA2B16", + "key": "index", + "value": { + "@type": "Int", + "value": 151 + } + }, + { + "@type": "AnnotationData", + "@id": "90A2AD2A9B", + "key": "index", + "value": { + "@type": "Int", + "value": 152 + } + }, + { + "@type": "AnnotationData", + "@id": "14BC070004", + "key": "index", + "value": { + "@type": "Int", + "value": 153 + } + }, + { + "@type": "AnnotationData", + "@id": "A99677A928", + "key": "index", + "value": { + "@type": "Int", + "value": 154 + } + }, + { + "@type": "AnnotationData", + "@id": "1A8CEBA848", + "key": "index", + "value": { + "@type": "Int", + "value": 155 + } + }, + { + "@type": "AnnotationData", + "@id": "F75F241488", + "key": "index", + "value": { + "@type": "Int", + "value": 156 + } + }, + { + "@type": "AnnotationData", + "@id": "9D066274D9", + "key": "index", + "value": { + "@type": "Int", + "value": 157 + } + }, + { + "@type": "AnnotationData", + "@id": "04F2770AA2", + "key": "index", + "value": { + "@type": "Int", + "value": 158 + } + }, + { + "@type": "AnnotationData", + "@id": "B444EE9403", + "key": "index", + "value": { + "@type": "Int", + "value": 159 + } + }, + { + "@type": "AnnotationData", + "@id": "000D0500A0", + "key": "index", + "value": { + "@type": "Int", + "value": 160 + } + }, + { + "@type": "AnnotationData", + "@id": "4CB9DE8DC4", + "key": "index", + "value": { + "@type": "Int", + "value": 161 + } + }, + { + "@type": "AnnotationData", + "@id": "37D507F9C5", + "key": "index", + "value": { + "@type": "Int", + "value": 162 + } + }, + { + "@type": "AnnotationData", + "@id": "DF4EA0C408", + "key": "index", + "value": { + "@type": "Int", + "value": 163 + } + }, + { + "@type": "AnnotationData", + "@id": "110E028E82", + "key": "index", + "value": { + "@type": "Int", + "value": 164 + } + }, + { + "@type": "AnnotationData", + "@id": "3E4FB5EF03", + "key": "index", + "value": { + "@type": "Int", + "value": 165 + } + }, + { + "@type": "AnnotationData", + "@id": "F9B0FE9180", + "key": "index", + "value": { + "@type": "Int", + "value": 166 + } + }, + { + "@type": "AnnotationData", + "@id": "AAFEAECC2E", + "key": "index", + "value": { + "@type": "Int", + "value": 167 + } + }, + { + "@type": "AnnotationData", + "@id": "73F349B756", + "key": "index", + "value": { + "@type": "Int", + "value": 168 + } + }, + { + "@type": "AnnotationData", + "@id": "4E5A459F7B", + "key": "index", + "value": { + "@type": "Int", + "value": 169 + } + }, + { + "@type": "AnnotationData", + "@id": "70B33173CE", + "key": "index", + "value": { + "@type": "Int", + "value": 170 + } + }, + { + "@type": "AnnotationData", + "@id": "B13797F589", + "key": "index", + "value": { + "@type": "Int", + "value": 171 + } + }, + { + "@type": "AnnotationData", + "@id": "670FAB4673", + "key": "index", + "value": { + "@type": "Int", + "value": 172 + } + }, + { + "@type": "AnnotationData", + "@id": "6848E986DE", + "key": "index", + "value": { + "@type": "Int", + "value": 173 + } + }, + { + "@type": "AnnotationData", + "@id": "7A84801AAA", + "key": "index", + "value": { + "@type": "Int", + "value": 174 + } + }, + { + "@type": "AnnotationData", + "@id": "90744315E0", + "key": "index", + "value": { + "@type": "Int", + "value": 175 + } + }, + { + "@type": "AnnotationData", + "@id": "9B9D3BCE3D", + "key": "index", + "value": { + "@type": "Int", + "value": 176 + } + }, + { + "@type": "AnnotationData", + "@id": "678488814A", + "key": "index", + "value": { + "@type": "Int", + "value": 177 + } + }, + { + "@type": "AnnotationData", + "@id": "805AAFA010", + "key": "index", + "value": { + "@type": "Int", + "value": 178 + } + }, + { + "@type": "AnnotationData", + "@id": "5F5420E25F", + "key": "index", + "value": { + "@type": "Int", + "value": 179 + } + }, + { + "@type": "AnnotationData", + "@id": "B234424BCC", + "key": "index", + "value": { + "@type": "Int", + "value": 180 + } + }, + { + "@type": "AnnotationData", + "@id": "D5AD08EA7A", + "key": "index", + "value": { + "@type": "Int", + "value": 181 + } + }, + { + "@type": "AnnotationData", + "@id": "B9179F4779", + "key": "index", + "value": { + "@type": "Int", + "value": 182 + } + }, + { + "@type": "AnnotationData", + "@id": "7A6F072466", + "key": "index", + "value": { + "@type": "Int", + "value": 183 + } + }, + { + "@type": "AnnotationData", + "@id": "E6F5AF260D", + "key": "index", + "value": { + "@type": "Int", + "value": 184 + } + }, + { + "@type": "AnnotationData", + "@id": "CE8398AB88", + "key": "index", + "value": { + "@type": "Int", + "value": 185 + } + }, + { + "@type": "AnnotationData", + "@id": "3186BAAC3A", + "key": "index", + "value": { + "@type": "Int", + "value": 186 + } + }, + { + "@type": "AnnotationData", + "@id": "B4A347643F", + "key": "index", + "value": { + "@type": "Int", + "value": 187 + } + }, + { + "@type": "AnnotationData", + "@id": "DED0D304D0", + "key": "index", + "value": { + "@type": "Int", + "value": 188 + } + }, + { + "@type": "AnnotationData", + "@id": "6E466839A3", + "key": "index", + "value": { + "@type": "Int", + "value": 189 + } + }, + { + "@type": "AnnotationData", + "@id": "03AB01A350", + "key": "index", + "value": { + "@type": "Int", + "value": 190 + } + }, + { + "@type": "AnnotationData", + "@id": "DDD7E98ED6", + "key": "index", + "value": { + "@type": "Int", + "value": 191 + } + }, + { + "@type": "AnnotationData", + "@id": "DFDF92C7E4", + "key": "index", + "value": { + "@type": "Int", + "value": 192 + } + }, + { + "@type": "AnnotationData", + "@id": "670B099A70", + "key": "index", + "value": { + "@type": "Int", + "value": 193 + } + }, + { + "@type": "AnnotationData", + "@id": "C0BEB83C1C", + "key": "index", + "value": { + "@type": "Int", + "value": 194 + } + }, + { + "@type": "AnnotationData", + "@id": "5357E4F59C", + "key": "index", + "value": { + "@type": "Int", + "value": 195 + } + }, + { + "@type": "AnnotationData", + "@id": "E35AE5248F", + "key": "index", + "value": { + "@type": "Int", + "value": 196 + } + }, + { + "@type": "AnnotationData", + "@id": "C68B932493", + "key": "index", + "value": { + "@type": "Int", + "value": 197 + } + }, + { + "@type": "AnnotationData", + "@id": "2AA6029D4F", + "key": "index", + "value": { + "@type": "Int", + "value": 198 + } + }, + { + "@type": "AnnotationData", + "@id": "5B4D923330", + "key": "index", + "value": { + "@type": "Int", + "value": 199 + } + }, + { + "@type": "AnnotationData", + "@id": "AB646D6DB6", + "key": "index", + "value": { + "@type": "Int", + "value": 200 + } + }, + { + "@type": "AnnotationData", + "@id": "24141A7E34", + "key": "index", + "value": { + "@type": "Int", + "value": 201 + } + }, + { + "@type": "AnnotationData", + "@id": "BC7467A5D5", + "key": "index", + "value": { + "@type": "Int", + "value": 202 + } + }, + { + "@type": "AnnotationData", + "@id": "8DA86448AC", + "key": "index", + "value": { + "@type": "Int", + "value": 203 + } + }, + { + "@type": "AnnotationData", + "@id": "1EA8242D19", + "key": "index", + "value": { + "@type": "Int", + "value": 204 + } + }, + { + "@type": "AnnotationData", + "@id": "86ED685666", + "key": "index", + "value": { + "@type": "Int", + "value": 205 + } + }, + { + "@type": "AnnotationData", + "@id": "E752B9EF77", + "key": "index", + "value": { + "@type": "Int", + "value": 206 + } + }, + { + "@type": "AnnotationData", + "@id": "7B1777EB50", + "key": "index", + "value": { + "@type": "Int", + "value": 207 + } + }, + { + "@type": "AnnotationData", + "@id": "61C80124B3", + "key": "index", + "value": { + "@type": "Int", + "value": 208 + } + }, + { + "@type": "AnnotationData", + "@id": "4835C4B69B", + "key": "index", + "value": { + "@type": "Int", + "value": 209 + } + }, + { + "@type": "AnnotationData", + "@id": "8812E8DE36", + "key": "index", + "value": { + "@type": "Int", + "value": 210 + } + }, + { + "@type": "AnnotationData", + "@id": "F84028414E", + "key": "index", + "value": { + "@type": "Int", + "value": 211 + } + }, + { + "@type": "AnnotationData", + "@id": "45B2F32230", + "key": "index", + "value": { + "@type": "Int", + "value": 212 + } + }, + { + "@type": "AnnotationData", + "@id": "9B302BB7FB", + "key": "index", + "value": { + "@type": "Int", + "value": 213 + } + }, + { + "@type": "AnnotationData", + "@id": "AD12405BAA", + "key": "index", + "value": { + "@type": "Int", + "value": 214 + } + }, + { + "@type": "AnnotationData", + "@id": "4941948353", + "key": "index", + "value": { + "@type": "Int", + "value": 215 + } + }, + { + "@type": "AnnotationData", + "@id": "74CFA433EC", + "key": "index", + "value": { + "@type": "Int", + "value": 216 + } + }, + { + "@type": "AnnotationData", + "@id": "DD905B4520", + "key": "index", + "value": { + "@type": "Int", + "value": 217 + } + }, + { + "@type": "AnnotationData", + "@id": "4E41D63C84", + "key": "index", + "value": { + "@type": "Int", + "value": 218 + } + }, + { + "@type": "AnnotationData", + "@id": "3115FDD9DA", + "key": "index", + "value": { + "@type": "Int", + "value": 219 + } + }, + { + "@type": "AnnotationData", + "@id": "A7CF4FAB4B", + "key": "index", + "value": { + "@type": "Int", + "value": 220 + } + }, + { + "@type": "AnnotationData", + "@id": "750B808ACB", + "key": "index", + "value": { + "@type": "Int", + "value": 221 + } + }, + { + "@type": "AnnotationData", + "@id": "9FFF76DA54", + "key": "index", + "value": { + "@type": "Int", + "value": 222 + } + }, + { + "@type": "AnnotationData", + "@id": "7F68369857", + "key": "index", + "value": { + "@type": "Int", + "value": 223 + } + }, + { + "@type": "AnnotationData", + "@id": "4DF24FA12D", + "key": "index", + "value": { + "@type": "Int", + "value": 224 + } + }, + { + "@type": "AnnotationData", + "@id": "B618728728", + "key": "index", + "value": { + "@type": "Int", + "value": 225 + } + }, + { + "@type": "AnnotationData", + "@id": "F6BA76B76C", + "key": "index", + "value": { + "@type": "Int", + "value": 226 + } + }, + { + "@type": "AnnotationData", + "@id": "8F92999099", + "key": "index", + "value": { + "@type": "Int", + "value": 227 + } + }, + { + "@type": "AnnotationData", + "@id": "9BC9E888E0", + "key": "index", + "value": { + "@type": "Int", + "value": 228 + } + }, + { + "@type": "AnnotationData", + "@id": "3DDA6EF520", + "key": "index", + "value": { + "@type": "Int", + "value": 229 + } + }, + { + "@type": "AnnotationData", + "@id": "9CDDFC9EDE", + "key": "index", + "value": { + "@type": "Int", + "value": 230 + } + }, + { + "@type": "AnnotationData", + "@id": "4AC353044C", + "key": "index", + "value": { + "@type": "Int", + "value": 231 + } + }, + { + "@type": "AnnotationData", + "@id": "DDA933DA51", + "key": "index", + "value": { + "@type": "Int", + "value": 232 + } + }, + { + "@type": "AnnotationData", + "@id": "870D8796D7", + "key": "index", + "value": { + "@type": "Int", + "value": 233 + } + }, + { + "@type": "AnnotationData", + "@id": "75C6AED1DD", + "key": "index", + "value": { + "@type": "Int", + "value": 234 + } + }, + { + "@type": "AnnotationData", + "@id": "4144446F44", + "key": "index", + "value": { + "@type": "Int", + "value": 235 + } + }, + { + "@type": "AnnotationData", + "@id": "F54616AFE9", + "key": "index", + "value": { + "@type": "Int", + "value": 236 + } + }, + { + "@type": "AnnotationData", + "@id": "4D2E7DC9A1", + "key": "index", + "value": { + "@type": "Int", + "value": 237 + } + }, + { + "@type": "AnnotationData", + "@id": "C298A902B2", + "key": "index", + "value": { + "@type": "Int", + "value": 238 + } + }, + { + "@type": "AnnotationData", + "@id": "D1D6D46496", + "key": "index", + "value": { + "@type": "Int", + "value": 239 + } + }, + { + "@type": "AnnotationData", + "@id": "46C9C3179B", + "key": "index", + "value": { + "@type": "Int", + "value": 240 + } + }, + { + "@type": "AnnotationData", + "@id": "40E75D34FD", + "key": "index", + "value": { + "@type": "Int", + "value": 241 + } + }, + { + "@type": "AnnotationData", + "@id": "52101B2F0A", + "key": "index", + "value": { + "@type": "Int", + "value": 242 + } + }, + { + "@type": "AnnotationData", + "@id": "FA364E058C", + "key": "index", + "value": { + "@type": "Int", + "value": 243 + } + }, + { + "@type": "AnnotationData", + "@id": "2D0F12AAB9", + "key": "index", + "value": { + "@type": "Int", + "value": 244 + } + }, + { + "@type": "AnnotationData", + "@id": "32A3736436", + "key": "index", + "value": { + "@type": "Int", + "value": 245 + } + }, + { + "@type": "AnnotationData", + "@id": "9A835A404E", + "key": "index", + "value": { + "@type": "Int", + "value": 246 + } + }, + { + "@type": "AnnotationData", + "@id": "2C11162358", + "key": "index", + "value": { + "@type": "Int", + "value": 247 + } + }, + { + "@type": "AnnotationData", + "@id": "8C969D02A9", + "key": "index", + "value": { + "@type": "Int", + "value": 248 + } + }, + { + "@type": "AnnotationData", + "@id": "434DA0A78B", + "key": "index", + "value": { + "@type": "Int", + "value": 249 + } + }, + { + "@type": "AnnotationData", + "@id": "AD6666E993", + "key": "index", + "value": { + "@type": "Int", + "value": 250 + } + }, + { + "@type": "AnnotationData", + "@id": "454497BD3A", + "key": "index", + "value": { + "@type": "Int", + "value": 251 + } + }, + { + "@type": "AnnotationData", + "@id": "ECC6E0CA68", + "key": "index", + "value": { + "@type": "Int", + "value": 252 + } + }, + { + "@type": "AnnotationData", + "@id": "A5D011DDB6", + "key": "index", + "value": { + "@type": "Int", + "value": 253 + } + }, + { + "@type": "AnnotationData", + "@id": "16480A0674", + "key": "index", + "value": { + "@type": "Int", + "value": 254 + } + }, + { + "@type": "AnnotationData", + "@id": "748F7445A7", + "key": "index", + "value": { + "@type": "Int", + "value": 255 + } + }, + { + "@type": "AnnotationData", + "@id": "C5FE83591E", + "key": "index", + "value": { + "@type": "Int", + "value": 256 + } + }, + { + "@type": "AnnotationData", + "@id": "23D35433F3", + "key": "index", + "value": { + "@type": "Int", + "value": 257 + } + }, + { + "@type": "AnnotationData", + "@id": "C9CE859099", + "key": "index", + "value": { + "@type": "Int", + "value": 258 + } + }, + { + "@type": "AnnotationData", + "@id": "84F6B666B4", + "key": "index", + "value": { + "@type": "Int", + "value": 259 + } + }, + { + "@type": "AnnotationData", + "@id": "46AE4BBC4B", + "key": "index", + "value": { + "@type": "Int", + "value": 260 + } + }, + { + "@type": "AnnotationData", + "@id": "DDD6AFF54B", + "key": "index", + "value": { + "@type": "Int", + "value": 261 + } + }, + { + "@type": "AnnotationData", + "@id": "9DF919DBC9", + "key": "index", + "value": { + "@type": "Int", + "value": 262 + } + }, + { + "@type": "AnnotationData", + "@id": "6FD254F64F", + "key": "index", + "value": { + "@type": "Int", + "value": 263 + } + }, + { + "@type": "AnnotationData", + "@id": "5601EF3EF9", + "key": "index", + "value": { + "@type": "Int", + "value": 264 + } + }, + { + "@type": "AnnotationData", + "@id": "AFC6B88C99", + "key": "index", + "value": { + "@type": "Int", + "value": 265 + } + }, + { + "@type": "AnnotationData", + "@id": "EE949D5F6D", + "key": "index", + "value": { + "@type": "Int", + "value": 266 + } + }, + { + "@type": "AnnotationData", + "@id": "565C357CE5", + "key": "index", + "value": { + "@type": "Int", + "value": 267 + } + }, + { + "@type": "AnnotationData", + "@id": "A865EA43BB", + "key": "index", + "value": { + "@type": "Int", + "value": 268 + } + }, + { + "@type": "AnnotationData", + "@id": "7046C60CE1", + "key": "index", + "value": { + "@type": "Int", + "value": 269 + } + }, + { + "@type": "AnnotationData", + "@id": "E27CAAF356", + "key": "index", + "value": { + "@type": "Int", + "value": 270 + } + }, + { + "@type": "AnnotationData", + "@id": "84FE446F48", + "key": "index", + "value": { + "@type": "Int", + "value": 271 + } + }, + { + "@type": "AnnotationData", + "@id": "85B6BB7B3C", + "key": "index", + "value": { + "@type": "Int", + "value": 272 + } + }, + { + "@type": "AnnotationData", + "@id": "BB274CFC26", + "key": "index", + "value": { + "@type": "Int", + "value": 273 + } + }, + { + "@type": "AnnotationData", + "@id": "77BCBD3758", + "key": "index", + "value": { + "@type": "Int", + "value": 274 + } + }, + { + "@type": "AnnotationData", + "@id": "FB4DE8BBBB", + "key": "index", + "value": { + "@type": "Int", + "value": 275 + } + }, + { + "@type": "AnnotationData", + "@id": "F21D660219", + "key": "index", + "value": { + "@type": "Int", + "value": 276 + } + }, + { + "@type": "AnnotationData", + "@id": "CAEEB9E8EC", + "key": "index", + "value": { + "@type": "Int", + "value": 277 + } + }, + { + "@type": "AnnotationData", + "@id": "9BA76E29C2", + "key": "index", + "value": { + "@type": "Int", + "value": 278 + } + }, + { + "@type": "AnnotationData", + "@id": "560225C964", + "key": "index", + "value": { + "@type": "Int", + "value": 279 + } + }, + { + "@type": "AnnotationData", + "@id": "860771F1E0", + "key": "index", + "value": { + "@type": "Int", + "value": 280 + } + }, + { + "@type": "AnnotationData", + "@id": "2FB2C2DF3C", + "key": "index", + "value": { + "@type": "Int", + "value": 281 + } + }, + { + "@type": "AnnotationData", + "@id": "1803361505", + "key": "index", + "value": { + "@type": "Int", + "value": 282 + } + }, + { + "@type": "AnnotationData", + "@id": "CA4FBF7F77", + "key": "index", + "value": { + "@type": "Int", + "value": 283 + } + }, + { + "@type": "AnnotationData", + "@id": "4C27AAFE02", + "key": "index", + "value": { + "@type": "Int", + "value": 284 + } + }, + { + "@type": "AnnotationData", + "@id": "D9462422E6", + "key": "index", + "value": { + "@type": "Int", + "value": 285 + } + }, + { + "@type": "AnnotationData", + "@id": "E643FD666A", + "key": "index", + "value": { + "@type": "Int", + "value": 286 + } + }, + { + "@type": "AnnotationData", + "@id": "AE68A5C8A4", + "key": "index", + "value": { + "@type": "Int", + "value": 287 + } + }, + { + "@type": "AnnotationData", + "@id": "70FB3BE9FA", + "key": "index", + "value": { + "@type": "Int", + "value": 288 + } + }, + { + "@type": "AnnotationData", + "@id": "87A1424D9C", + "key": "index", + "value": { + "@type": "Int", + "value": 289 + } + }, + { + "@type": "AnnotationData", + "@id": "12A41CD849", + "key": "index", + "value": { + "@type": "Int", + "value": 290 + } + }, + { + "@type": "AnnotationData", + "@id": "1A19E9DDCC", + "key": "index", + "value": { + "@type": "Int", + "value": 291 + } + }, + { + "@type": "AnnotationData", + "@id": "31441B1ACA", + "key": "index", + "value": { + "@type": "Int", + "value": 292 + } + }, + { + "@type": "AnnotationData", + "@id": "99CBEC02EE", + "key": "index", + "value": { + "@type": "Int", + "value": 293 + } + }, + { + "@type": "AnnotationData", + "@id": "FAEA039AC4", + "key": "index", + "value": { + "@type": "Int", + "value": 294 + } + }, + { + "@type": "AnnotationData", + "@id": "4CB8B0DB58", + "key": "index", + "value": { + "@type": "Int", + "value": 295 + } + }, + { + "@type": "AnnotationData", + "@id": "5CCD7C4664", + "key": "index", + "value": { + "@type": "Int", + "value": 296 + } + }, + { + "@type": "AnnotationData", + "@id": "5625CBE61D", + "key": "index", + "value": { + "@type": "Int", + "value": 297 + } + }, + { + "@type": "AnnotationData", + "@id": "0FA05DD70D", + "key": "index", + "value": { + "@type": "Int", + "value": 298 + } + }, + { + "@type": "AnnotationData", + "@id": "14AB14B130", + "key": "index", + "value": { + "@type": "Int", + "value": 299 + } + }, + { + "@type": "AnnotationData", + "@id": "AC7FC98BD9", + "key": "index", + "value": { + "@type": "Int", + "value": 300 + } + }, + { + "@type": "AnnotationData", + "@id": "D11F618F3D", + "key": "index", + "value": { + "@type": "Int", + "value": 301 + } + }, + { + "@type": "AnnotationData", + "@id": "E891239E16", + "key": "index", + "value": { + "@type": "Int", + "value": 302 + } + }, + { + "@type": "AnnotationData", + "@id": "2F9F29B247", + "key": "index", + "value": { + "@type": "Int", + "value": 303 + } + }, + { + "@type": "AnnotationData", + "@id": "69F7AB9976", + "key": "index", + "value": { + "@type": "Int", + "value": 304 + } + }, + { + "@type": "AnnotationData", + "@id": "11A937D842", + "key": "index", + "value": { + "@type": "Int", + "value": 305 + } + }, + { + "@type": "AnnotationData", + "@id": "74079C36D9", + "key": "index", + "value": { + "@type": "Int", + "value": 306 + } + }, + { + "@type": "AnnotationData", + "@id": "C9983D359D", + "key": "index", + "value": { + "@type": "Int", + "value": 307 + } + }, + { + "@type": "AnnotationData", + "@id": "A6C69C0900", + "key": "index", + "value": { + "@type": "Int", + "value": 308 + } + }, + { + "@type": "AnnotationData", + "@id": "76931614D1", + "key": "index", + "value": { + "@type": "Int", + "value": 309 + } + }, + { + "@type": "AnnotationData", + "@id": "E61DD71E39", + "key": "index", + "value": { + "@type": "Int", + "value": 310 + } + }, + { + "@type": "AnnotationData", + "@id": "33003788E4", + "key": "index", + "value": { + "@type": "Int", + "value": 311 + } + }, + { + "@type": "AnnotationData", + "@id": "F0791B0EA9", + "key": "index", + "value": { + "@type": "Int", + "value": 312 + } + }, + { + "@type": "AnnotationData", + "@id": "85A9FC405C", + "key": "index", + "value": { + "@type": "Int", + "value": 313 + } + }, + { + "@type": "AnnotationData", + "@id": "030C6579D6", + "key": "index", + "value": { + "@type": "Int", + "value": 314 + } + }, + { + "@type": "AnnotationData", + "@id": "8D78AFAA38", + "key": "index", + "value": { + "@type": "Int", + "value": 315 + } + }, + { + "@type": "AnnotationData", + "@id": "369EE1EAD6", + "key": "index", + "value": { + "@type": "Int", + "value": 316 + } + }, + { + "@type": "AnnotationData", + "@id": "31CEB00CCC", + "key": "index", + "value": { + "@type": "Int", + "value": 317 + } + }, + { + "@type": "AnnotationData", + "@id": "F87044E2B1", + "key": "index", + "value": { + "@type": "Int", + "value": 318 + } + }, + { + "@type": "AnnotationData", + "@id": "12B72F182B", + "key": "index", + "value": { + "@type": "Int", + "value": 319 + } + }, + { + "@type": "AnnotationData", + "@id": "E9ECD56970", + "key": "index", + "value": { + "@type": "Int", + "value": 320 + } + }, + { + "@type": "AnnotationData", + "@id": "C6319DB925", + "key": "index", + "value": { + "@type": "Int", + "value": 321 + } + }, + { + "@type": "AnnotationData", + "@id": "F64F219361", + "key": "index", + "value": { + "@type": "Int", + "value": 322 + } + }, + { + "@type": "AnnotationData", + "@id": "3FDD4382DC", + "key": "index", + "value": { + "@type": "Int", + "value": 323 + } + }, + { + "@type": "AnnotationData", + "@id": "F488844A0F", + "key": "index", + "value": { + "@type": "Int", + "value": 324 + } + }, + { + "@type": "AnnotationData", + "@id": "7323E9F9AF", + "key": "index", + "value": { + "@type": "Int", + "value": 325 + } + }, + { + "@type": "AnnotationData", + "@id": "B47B2E8092", + "key": "index", + "value": { + "@type": "Int", + "value": 326 + } + }, + { + "@type": "AnnotationData", + "@id": "22E566BFA9", + "key": "index", + "value": { + "@type": "Int", + "value": 327 + } + }, + { + "@type": "AnnotationData", + "@id": "C77E1BBEB7", + "key": "index", + "value": { + "@type": "Int", + "value": 328 + } + }, + { + "@type": "AnnotationData", + "@id": "CDFD4AEB7C", + "key": "index", + "value": { + "@type": "Int", + "value": 329 + } + }, + { + "@type": "AnnotationData", + "@id": "760871D354", + "key": "index", + "value": { + "@type": "Int", + "value": 330 + } + }, + { + "@type": "AnnotationData", + "@id": "6DA7E9C3A6", + "key": "index", + "value": { + "@type": "Int", + "value": 331 + } + }, + { + "@type": "AnnotationData", + "@id": "9EDE54EE0B", + "key": "index", + "value": { + "@type": "Int", + "value": 332 + } + }, + { + "@type": "AnnotationData", + "@id": "930EAE24DE", + "key": "index", + "value": { + "@type": "Int", + "value": 333 + } + }, + { + "@type": "AnnotationData", + "@id": "1E6848AC13", + "key": "index", + "value": { + "@type": "Int", + "value": 334 + } + }, + { + "@type": "AnnotationData", + "@id": "3EBBDB63F5", + "key": "index", + "value": { + "@type": "Int", + "value": 335 + } + }, + { + "@type": "AnnotationData", + "@id": "FFF437A497", + "key": "index", + "value": { + "@type": "Int", + "value": 336 + } + }, + { + "@type": "AnnotationData", + "@id": "F3B409A31B", + "key": "index", + "value": { + "@type": "Int", + "value": 337 + } + }, + { + "@type": "AnnotationData", + "@id": "CA126D4225", + "key": "index", + "value": { + "@type": "Int", + "value": 338 + } + }, + { + "@type": "AnnotationData", + "@id": "44DDD12DD7", + "key": "index", + "value": { + "@type": "Int", + "value": 339 + } + }, + { + "@type": "AnnotationData", + "@id": "504507F962", + "key": "index", + "value": { + "@type": "Int", + "value": 340 + } + }, + { + "@type": "AnnotationData", + "@id": "6589E5FFE7", + "key": "index", + "value": { + "@type": "Int", + "value": 341 + } + }, + { + "@type": "AnnotationData", + "@id": "954B4ABBB7", + "key": "index", + "value": { + "@type": "Int", + "value": 342 + } + }, + { + "@type": "AnnotationData", + "@id": "14B1F94EBB", + "key": "index", + "value": { + "@type": "Int", + "value": 343 + } + }, + { + "@type": "AnnotationData", + "@id": "2A20715F72", + "key": "index", + "value": { + "@type": "Int", + "value": 344 + } + }, + { + "@type": "AnnotationData", + "@id": "E837D2B056", + "key": "index", + "value": { + "@type": "Int", + "value": 345 + } + }, + { + "@type": "AnnotationData", + "@id": "41A4BBB542", + "key": "index", + "value": { + "@type": "Int", + "value": 346 + } + }, + { + "@type": "AnnotationData", + "@id": "E623B60ED8", + "key": "index", + "value": { + "@type": "Int", + "value": 347 + } + }, + { + "@type": "AnnotationData", + "@id": "A25E5D2E7E", + "key": "index", + "value": { + "@type": "Int", + "value": 348 + } + }, + { + "@type": "AnnotationData", + "@id": "27DE60E77D", + "key": "index", + "value": { + "@type": "Int", + "value": 349 + } + }, + { + "@type": "AnnotationData", + "@id": "18CE8661A8", + "key": "index", + "value": { + "@type": "Int", + "value": 350 + } + }, + { + "@type": "AnnotationData", + "@id": "5052011105", + "key": "index", + "value": { + "@type": "Int", + "value": 351 + } + }, + { + "@type": "AnnotationData", + "@id": "6BA7CAF77D", + "key": "index", + "value": { + "@type": "Int", + "value": 352 + } + }, + { + "@type": "AnnotationData", + "@id": "2779CF7F7F", + "key": "index", + "value": { + "@type": "Int", + "value": 353 + } + }, + { + "@type": "AnnotationData", + "@id": "2C2BBDB188", + "key": "index", + "value": { + "@type": "Int", + "value": 354 + } + }, + { + "@type": "AnnotationData", + "@id": "DDB4F7FDD8", + "key": "index", + "value": { + "@type": "Int", + "value": 355 + } + }, + { + "@type": "AnnotationData", + "@id": "327A7A1343", + "key": "index", + "value": { + "@type": "Int", + "value": 356 + } + }, + { + "@type": "AnnotationData", + "@id": "74E272B24F", + "key": "index", + "value": { + "@type": "Int", + "value": 357 + } + }, + { + "@type": "AnnotationData", + "@id": "136C4C2225", + "key": "index", + "value": { + "@type": "Int", + "value": 358 + } + }, + { + "@type": "AnnotationData", + "@id": "91C5905CA5", + "key": "index", + "value": { + "@type": "Int", + "value": 359 + } + }, + { + "@type": "AnnotationData", + "@id": "4826F23AA2", + "key": "index", + "value": { + "@type": "Int", + "value": 360 + } + }, + { + "@type": "AnnotationData", + "@id": "595B6559A4", + "key": "index", + "value": { + "@type": "Int", + "value": 361 + } + }, + { + "@type": "AnnotationData", + "@id": "E9244F5413", + "key": "index", + "value": { + "@type": "Int", + "value": 362 + } + }, + { + "@type": "AnnotationData", + "@id": "5ACCA54527", + "key": "index", + "value": { + "@type": "Int", + "value": 363 + } + }, + { + "@type": "AnnotationData", + "@id": "DD542F32FB", + "key": "index", + "value": { + "@type": "Int", + "value": 364 + } + }, + { + "@type": "AnnotationData", + "@id": "1841FB886C", + "key": "index", + "value": { + "@type": "Int", + "value": 365 + } + }, + { + "@type": "AnnotationData", + "@id": "DBF4FB051A", + "key": "index", + "value": { + "@type": "Int", + "value": 366 + } + }, + { + "@type": "AnnotationData", + "@id": "7C4AC7A047", + "key": "index", + "value": { + "@type": "Int", + "value": 367 + } + }, + { + "@type": "AnnotationData", + "@id": "EE77FFEFD1", + "key": "index", + "value": { + "@type": "Int", + "value": 368 + } + }, + { + "@type": "AnnotationData", + "@id": "9C54B1AF1B", + "key": "index", + "value": { + "@type": "Int", + "value": 369 + } + }, + { + "@type": "AnnotationData", + "@id": "01BF4689A1", + "key": "index", + "value": { + "@type": "Int", + "value": 370 + } + }, + { + "@type": "AnnotationData", + "@id": "7278401CA5", + "key": "index", + "value": { + "@type": "Int", + "value": 371 + } + }, + { + "@type": "AnnotationData", + "@id": "EE0474E9CC", + "key": "index", + "value": { + "@type": "Int", + "value": 372 + } + }, + { + "@type": "AnnotationData", + "@id": "42933AB9BD", + "key": "index", + "value": { + "@type": "Int", + "value": 373 + } + }, + { + "@type": "AnnotationData", + "@id": "08B54019DA", + "key": "index", + "value": { + "@type": "Int", + "value": 374 + } + }, + { + "@type": "AnnotationData", + "@id": "E1ABB1C4E7", + "key": "index", + "value": { + "@type": "Int", + "value": 375 + } + }, + { + "@type": "AnnotationData", + "@id": "49EE8E8FB4", + "key": "index", + "value": { + "@type": "Int", + "value": 376 + } + }, + { + "@type": "AnnotationData", + "@id": "92ECC2200E", + "key": "index", + "value": { + "@type": "Int", + "value": 377 + } + }, + { + "@type": "AnnotationData", + "@id": "322245ADA7", + "key": "index", + "value": { + "@type": "Int", + "value": 378 + } + }, + { + "@type": "AnnotationData", + "@id": "6764ABD9DA", + "key": "index", + "value": { + "@type": "Int", + "value": 379 + } + }, + { + "@type": "AnnotationData", + "@id": "7661E4E625", + "key": "index", + "value": { + "@type": "Int", + "value": 380 + } + }, + { + "@type": "AnnotationData", + "@id": "4D7E75643E", + "key": "index", + "value": { + "@type": "Int", + "value": 381 + } + }, + { + "@type": "AnnotationData", + "@id": "5347D7D599", + "key": "index", + "value": { + "@type": "Int", + "value": 382 + } + }, + { + "@type": "AnnotationData", + "@id": "8EAA120C86", + "key": "index", + "value": { + "@type": "Int", + "value": 383 + } + }, + { + "@type": "AnnotationData", + "@id": "D6255DAE6D", + "key": "index", + "value": { + "@type": "Int", + "value": 384 + } + }, + { + "@type": "AnnotationData", + "@id": "4174314499", + "key": "index", + "value": { + "@type": "Int", + "value": 385 + } + }, + { + "@type": "AnnotationData", + "@id": "697283A245", + "key": "index", + "value": { + "@type": "Int", + "value": 386 + } + }, + { + "@type": "AnnotationData", + "@id": "B8EB8C1CB7", + "key": "index", + "value": { + "@type": "Int", + "value": 387 + } + }, + { + "@type": "AnnotationData", + "@id": "1131AD0F4D", + "key": "index", + "value": { + "@type": "Int", + "value": 388 + } + }, + { + "@type": "AnnotationData", + "@id": "E4174A5192", + "key": "index", + "value": { + "@type": "Int", + "value": 389 + } + }, + { + "@type": "AnnotationData", + "@id": "5F9F7F484A", + "key": "index", + "value": { + "@type": "Int", + "value": 390 + } + }, + { + "@type": "AnnotationData", + "@id": "D15E52E442", + "key": "index", + "value": { + "@type": "Int", + "value": 391 + } + }, + { + "@type": "AnnotationData", + "@id": "4D3490899D", + "key": "index", + "value": { + "@type": "Int", + "value": 392 + } + }, + { + "@type": "AnnotationData", + "@id": "632F1F2E66", + "key": "index", + "value": { + "@type": "Int", + "value": 393 + } + }, + { + "@type": "AnnotationData", + "@id": "8A8A6E4E9E", + "key": "index", + "value": { + "@type": "Int", + "value": 394 + } + }, + { + "@type": "AnnotationData", + "@id": "666239F7FF", + "key": "index", + "value": { + "@type": "Int", + "value": 395 + } + }, + { + "@type": "AnnotationData", + "@id": "9B5B9CFDA5", + "key": "index", + "value": { + "@type": "Int", + "value": 396 + } + }, + { + "@type": "AnnotationData", + "@id": "84BE2DB48B", + "key": "index", + "value": { + "@type": "Int", + "value": 397 + } + }, + { + "@type": "AnnotationData", + "@id": "C1607DBC50", + "key": "index", + "value": { + "@type": "Int", + "value": 398 + } + }, + { + "@type": "AnnotationData", + "@id": "E4E80E0BB5", + "key": "index", + "value": { + "@type": "Int", + "value": 399 + } + }, + { + "@type": "AnnotationData", + "@id": "9969E9E911", + "key": "index", + "value": { + "@type": "Int", + "value": 400 + } + }, + { + "@type": "AnnotationData", + "@id": "BB9F49FB97", + "key": "index", + "value": { + "@type": "Int", + "value": 401 + } + }, + { + "@type": "AnnotationData", + "@id": "440A107F97", + "key": "index", + "value": { + "@type": "Int", + "value": 402 + } + }, + { + "@type": "AnnotationData", + "@id": "EAE87F48EB", + "key": "index", + "value": { + "@type": "Int", + "value": 403 + } + }, + { + "@type": "AnnotationData", + "@id": "179E7047E5", + "key": "index", + "value": { + "@type": "Int", + "value": 404 + } + }, + { + "@type": "AnnotationData", + "@id": "895974041B", + "key": "index", + "value": { + "@type": "Int", + "value": 405 + } + }, + { + "@type": "AnnotationData", + "@id": "5C7E76ABF0", + "key": "index", + "value": { + "@type": "Int", + "value": 406 + } + }, + { + "@type": "AnnotationData", + "@id": "51D939617B", + "key": "index", + "value": { + "@type": "Int", + "value": 407 + } + }, + { + "@type": "AnnotationData", + "@id": "4118AE910F", + "key": "index", + "value": { + "@type": "Int", + "value": 408 + } + }, + { + "@type": "AnnotationData", + "@id": "78805F857C", + "key": "index", + "value": { + "@type": "Int", + "value": 409 + } + }, + { + "@type": "AnnotationData", + "@id": "043CC3C946", + "key": "index", + "value": { + "@type": "Int", + "value": 410 + } + }, + { + "@type": "AnnotationData", + "@id": "2D53AA54D1", + "key": "index", + "value": { + "@type": "Int", + "value": 411 + } + }, + { + "@type": "AnnotationData", + "@id": "F3D743FDCF", + "key": "index", + "value": { + "@type": "Int", + "value": 412 + } + }, + { + "@type": "AnnotationData", + "@id": "4988B894DE", + "key": "index", + "value": { + "@type": "Int", + "value": 413 + } + }, + { + "@type": "AnnotationData", + "@id": "610943196D", + "key": "index", + "value": { + "@type": "Int", + "value": 414 + } + }, + { + "@type": "AnnotationData", + "@id": "5BF7648658", + "key": "index", + "value": { + "@type": "Int", + "value": 415 + } + }, + { + "@type": "AnnotationData", + "@id": "8751272279", + "key": "index", + "value": { + "@type": "Int", + "value": 416 + } + }, + { + "@type": "AnnotationData", + "@id": "999412D89D", + "key": "index", + "value": { + "@type": "Int", + "value": 417 + } + }, + { + "@type": "AnnotationData", + "@id": "D9A9972FD9", + "key": "index", + "value": { + "@type": "Int", + "value": 418 + } + }, + { + "@type": "AnnotationData", + "@id": "015BE9714B", + "key": "index", + "value": { + "@type": "Int", + "value": 419 + } + }, + { + "@type": "AnnotationData", + "@id": "FE4B1BA49F", + "key": "index", + "value": { + "@type": "Int", + "value": 420 + } + }, + { + "@type": "AnnotationData", + "@id": "A8A37E4C3E", + "key": "index", + "value": { + "@type": "Int", + "value": 421 + } + }, + { + "@type": "AnnotationData", + "@id": "BECB337478", + "key": "index", + "value": { + "@type": "Int", + "value": 422 + } + }, + { + "@type": "AnnotationData", + "@id": "87F83A6AFF", + "key": "index", + "value": { + "@type": "Int", + "value": 423 + } + }, + { + "@type": "AnnotationData", + "@id": "D366BE554A", + "key": "index", + "value": { + "@type": "Int", + "value": 424 + } + }, + { + "@type": "AnnotationData", + "@id": "6767E27276", + "key": "index", + "value": { + "@type": "Int", + "value": 425 + } + }, + { + "@type": "AnnotationData", + "@id": "A1D25455F5", + "key": "index", + "value": { + "@type": "Int", + "value": 426 + } + }, + { + "@type": "AnnotationData", + "@id": "C19090FE8D", + "key": "index", + "value": { + "@type": "Int", + "value": 427 + } + }, + { + "@type": "AnnotationData", + "@id": "1155A9DB4D", + "key": "index", + "value": { + "@type": "Int", + "value": 428 + } + }, + { + "@type": "AnnotationData", + "@id": "4095CC0C9B", + "key": "index", + "value": { + "@type": "Int", + "value": 429 + } + }, + { + "@type": "AnnotationData", + "@id": "06BAEB9FB1", + "key": "index", + "value": { + "@type": "Int", + "value": 430 + } + }, + { + "@type": "AnnotationData", + "@id": "57B54FF16C", + "key": "index", + "value": { + "@type": "Int", + "value": 431 + } + }, + { + "@type": "AnnotationData", + "@id": "324013656C", + "key": "index", + "value": { + "@type": "Int", + "value": 432 + } + }, + { + "@type": "AnnotationData", + "@id": "4B2D440712", + "key": "index", + "value": { + "@type": "Int", + "value": 433 + } + }, + { + "@type": "AnnotationData", + "@id": "ED27BE2DF6", + "key": "index", + "value": { + "@type": "Int", + "value": 434 + } + }, + { + "@type": "AnnotationData", + "@id": "BC2745F271", + "key": "index", + "value": { + "@type": "Int", + "value": 435 + } + }, + { + "@type": "AnnotationData", + "@id": "2A5C9C267A", + "key": "index", + "value": { + "@type": "Int", + "value": 436 + } + }, + { + "@type": "AnnotationData", + "@id": "4F749FAF2F", + "key": "index", + "value": { + "@type": "Int", + "value": 437 + } + }, + { + "@type": "AnnotationData", + "@id": "C86F27D277", + "key": "index", + "value": { + "@type": "Int", + "value": 438 + } + }, + { + "@type": "AnnotationData", + "@id": "5A7D916F10", + "key": "index", + "value": { + "@type": "Int", + "value": 439 + } + }, + { + "@type": "AnnotationData", + "@id": "4D939C9953", + "key": "index", + "value": { + "@type": "Int", + "value": 440 + } + }, + { + "@type": "AnnotationData", + "@id": "B48F46A648", + "key": "index", + "value": { + "@type": "Int", + "value": 441 + } + }, + { + "@type": "AnnotationData", + "@id": "4F4FE479F2", + "key": "index", + "value": { + "@type": "Int", + "value": 442 + } + }, + { + "@type": "AnnotationData", + "@id": "9A6D08D0A4", + "key": "index", + "value": { + "@type": "Int", + "value": 443 + } + }, + { + "@type": "AnnotationData", + "@id": "663B88E444", + "key": "index", + "value": { + "@type": "Int", + "value": 444 + } + }, + { + "@type": "AnnotationData", + "@id": "4285F75325", + "key": "index", + "value": { + "@type": "Int", + "value": 445 + } + }, + { + "@type": "AnnotationData", + "@id": "5AA3B88464", + "key": "index", + "value": { + "@type": "Int", + "value": 446 + } + }, + { + "@type": "AnnotationData", + "@id": "74AFDEBA43", + "key": "index", + "value": { + "@type": "Int", + "value": 447 + } + }, + { + "@type": "AnnotationData", + "@id": "96D9E4B93E", + "key": "index", + "value": { + "@type": "Int", + "value": 448 + } + }, + { + "@type": "AnnotationData", + "@id": "60E8805842", + "key": "index", + "value": { + "@type": "Int", + "value": 449 + } + }, + { + "@type": "AnnotationData", + "@id": "8FE3989082", + "key": "index", + "value": { + "@type": "Int", + "value": 450 + } + }, + { + "@type": "AnnotationData", + "@id": "D017A1D8D1", + "key": "index", + "value": { + "@type": "Int", + "value": 451 + } + }, + { + "@type": "AnnotationData", + "@id": "5D925550CC", + "key": "index", + "value": { + "@type": "Int", + "value": 452 + } + }, + { + "@type": "AnnotationData", + "@id": "569D21410D", + "key": "index", + "value": { + "@type": "Int", + "value": 453 + } + }, + { + "@type": "AnnotationData", + "@id": "6324643DED", + "key": "index", + "value": { + "@type": "Int", + "value": 454 + } + }, + { + "@type": "AnnotationData", + "@id": "4C88608E77", + "key": "index", + "value": { + "@type": "Int", + "value": 455 + } + }, + { + "@type": "AnnotationData", + "@id": "5C5634F363", + "key": "index", + "value": { + "@type": "Int", + "value": 456 + } + }, + { + "@type": "AnnotationData", + "@id": "415E0A7AEC", + "key": "index", + "value": { + "@type": "Int", + "value": 457 + } + }, + { + "@type": "AnnotationData", + "@id": "83D8D29DFC", + "key": "index", + "value": { + "@type": "Int", + "value": 458 + } + }, + { + "@type": "AnnotationData", + "@id": "1686702B10", + "key": "index", + "value": { + "@type": "Int", + "value": 459 + } + }, + { + "@type": "AnnotationData", + "@id": "041D844806", + "key": "index", + "value": { + "@type": "Int", + "value": 460 + } + }, + { + "@type": "AnnotationData", + "@id": "A68B3C8BD8", + "key": "index", + "value": { + "@type": "Int", + "value": 461 + } + }, + { + "@type": "AnnotationData", + "@id": "4456162797", + "key": "index", + "value": { + "@type": "Int", + "value": 462 + } + }, + { + "@type": "AnnotationData", + "@id": "7480E870BE", + "key": "index", + "value": { + "@type": "Int", + "value": 463 + } + }, + { + "@type": "AnnotationData", + "@id": "C3ACA43E44", + "key": "index", + "value": { + "@type": "Int", + "value": 464 + } + }, + { + "@type": "AnnotationData", + "@id": "E74D877A28", + "key": "index", + "value": { + "@type": "Int", + "value": 465 + } + }, + { + "@type": "AnnotationData", + "@id": "92961B1C50", + "key": "index", + "value": { + "@type": "Int", + "value": 466 + } + }, + { + "@type": "AnnotationData", + "@id": "CA20AE9CAA", + "key": "index", + "value": { + "@type": "Int", + "value": 467 + } + }, + { + "@type": "AnnotationData", + "@id": "7EEF002C00", + "key": "index", + "value": { + "@type": "Int", + "value": 468 + } + }, + { + "@type": "AnnotationData", + "@id": "247047D4DB", + "key": "index", + "value": { + "@type": "Int", + "value": 469 + } + }, + { + "@type": "AnnotationData", + "@id": "4FF666EB60", + "key": "index", + "value": { + "@type": "Int", + "value": 470 + } + }, + { + "@type": "AnnotationData", + "@id": "DF84D3B2B4", + "key": "index", + "value": { + "@type": "Int", + "value": 471 + } + }, + { + "@type": "AnnotationData", + "@id": "27DAAB4141", + "key": "index", + "value": { + "@type": "Int", + "value": 472 + } + }, + { + "@type": "AnnotationData", + "@id": "9EDF106A9D", + "key": "index", + "value": { + "@type": "Int", + "value": 473 + } + }, + { + "@type": "AnnotationData", + "@id": "504C455525", + "key": "index", + "value": { + "@type": "Int", + "value": 474 + } + }, + { + "@type": "AnnotationData", + "@id": "2B32C99038", + "key": "index", + "value": { + "@type": "Int", + "value": 475 + } + }, + { + "@type": "AnnotationData", + "@id": "BB147128C9", + "key": "index", + "value": { + "@type": "Int", + "value": 476 + } + }, + { + "@type": "AnnotationData", + "@id": "3E9C245E6F", + "key": "index", + "value": { + "@type": "Int", + "value": 477 + } + }, + { + "@type": "AnnotationData", + "@id": "4B3C63A468", + "key": "index", + "value": { + "@type": "Int", + "value": 478 + } + }, + { + "@type": "AnnotationData", + "@id": "9B8D811390", + "key": "index", + "value": { + "@type": "Int", + "value": 479 + } + }, + { + "@type": "AnnotationData", + "@id": "E95DF5797D", + "key": "index", + "value": { + "@type": "Int", + "value": 480 + } + }, + { + "@type": "AnnotationData", + "@id": "87998707B8", + "key": "index", + "value": { + "@type": "Int", + "value": 481 + } + }, + { + "@type": "AnnotationData", + "@id": "DD4D94A81D", + "key": "index", + "value": { + "@type": "Int", + "value": 482 + } + }, + { + "@type": "AnnotationData", + "@id": "F4114C5B99", + "key": "index", + "value": { + "@type": "Int", + "value": 483 + } + }, + { + "@type": "AnnotationData", + "@id": "4D748BC84C", + "key": "index", + "value": { + "@type": "Int", + "value": 484 + } + }, + { + "@type": "AnnotationData", + "@id": "9149668800", + "key": "index", + "value": { + "@type": "Int", + "value": 485 + } + }, + { + "@type": "AnnotationData", + "@id": "99BD196621", + "key": "index", + "value": { + "@type": "Int", + "value": 486 + } + }, + { + "@type": "AnnotationData", + "@id": "AB66BACAA6", + "key": "index", + "value": { + "@type": "Int", + "value": 487 + } + }, + { + "@type": "AnnotationData", + "@id": "8B9444AC3B", + "key": "index", + "value": { + "@type": "Int", + "value": 488 + } + }, + { + "@type": "AnnotationData", + "@id": "78942D1114", + "key": "index", + "value": { + "@type": "Int", + "value": 489 + } + }, + { + "@type": "AnnotationData", + "@id": "CFB236F215", + "key": "index", + "value": { + "@type": "Int", + "value": 490 + } + }, + { + "@type": "AnnotationData", + "@id": "FFA7F9B7C7", + "key": "index", + "value": { + "@type": "Int", + "value": 491 + } + }, + { + "@type": "AnnotationData", + "@id": "2EEC86BCB1", + "key": "index", + "value": { + "@type": "Int", + "value": 492 + } + }, + { + "@type": "AnnotationData", + "@id": "A66ACC506B", + "key": "index", + "value": { + "@type": "Int", + "value": 493 + } + }, + { + "@type": "AnnotationData", + "@id": "7D320FFDDC", + "key": "index", + "value": { + "@type": "Int", + "value": 494 + } + }, + { + "@type": "AnnotationData", + "@id": "B4B7167517", + "key": "index", + "value": { + "@type": "Int", + "value": 495 + } + }, + { + "@type": "AnnotationData", + "@id": "844F43B4AA", + "key": "index", + "value": { + "@type": "Int", + "value": 496 + } + }, + { + "@type": "AnnotationData", + "@id": "77FA7BC4A5", + "key": "index", + "value": { + "@type": "Int", + "value": 497 + } + }, + { + "@type": "AnnotationData", + "@id": "FADF4991B9", + "key": "index", + "value": { + "@type": "Int", + "value": 498 + } + }, + { + "@type": "AnnotationData", + "@id": "963C63A3B9", + "key": "index", + "value": { + "@type": "Int", + "value": 499 + } + }, + { + "@type": "AnnotationData", + "@id": "982746D8C7", + "key": "index", + "value": { + "@type": "Int", + "value": 500 + } + }, + { + "@type": "AnnotationData", + "@id": "255413D1CE", + "key": "index", + "value": { + "@type": "Int", + "value": 501 + } + }, + { + "@type": "AnnotationData", + "@id": "72A949B84A", + "key": "index", + "value": { + "@type": "Int", + "value": 502 + } + }, + { + "@type": "AnnotationData", + "@id": "42284A38C7", + "key": "index", + "value": { + "@type": "Int", + "value": 503 + } + }, + { + "@type": "AnnotationData", + "@id": "4FEF224FAA", + "key": "index", + "value": { + "@type": "Int", + "value": 504 + } + }, + { + "@type": "AnnotationData", + "@id": "E32027E4FF", + "key": "index", + "value": { + "@type": "Int", + "value": 505 + } + }, + { + "@type": "AnnotationData", + "@id": "9B770CC76C", + "key": "index", + "value": { + "@type": "Int", + "value": 506 + } + }, + { + "@type": "AnnotationData", + "@id": "D057440757", + "key": "index", + "value": { + "@type": "Int", + "value": 507 + } + }, + { + "@type": "AnnotationData", + "@id": "A9406BE044", + "key": "index", + "value": { + "@type": "Int", + "value": 508 + } + }, + { + "@type": "AnnotationData", + "@id": "2EEAEAE4EA", + "key": "index", + "value": { + "@type": "Int", + "value": 509 + } + }, + { + "@type": "AnnotationData", + "@id": "F686F32462", + "key": "index", + "value": { + "@type": "Int", + "value": 510 + } + }, + { + "@type": "AnnotationData", + "@id": "4023200B2F", + "key": "index", + "value": { + "@type": "Int", + "value": 511 + } + }, + { + "@type": "AnnotationData", + "@id": "8F26FC54B4", + "key": "index", + "value": { + "@type": "Int", + "value": 512 + } + }, + { + "@type": "AnnotationData", + "@id": "6611526065", + "key": "index", + "value": { + "@type": "Int", + "value": 513 + } + }, + { + "@type": "AnnotationData", + "@id": "783B40B145", + "key": "index", + "value": { + "@type": "Int", + "value": 514 + } + }, + { + "@type": "AnnotationData", + "@id": "7CE835C6F8", + "key": "index", + "value": { + "@type": "Int", + "value": 515 + } + }, + { + "@type": "AnnotationData", + "@id": "98327227EA", + "key": "index", + "value": { + "@type": "Int", + "value": 516 + } + }, + { + "@type": "AnnotationData", + "@id": "D6DA240C04", + "key": "index", + "value": { + "@type": "Int", + "value": 517 + } + }, + { + "@type": "AnnotationData", + "@id": "243454435A", + "key": "index", + "value": { + "@type": "Int", + "value": 518 + } + }, + { + "@type": "AnnotationData", + "@id": "55344F6945", + "key": "index", + "value": { + "@type": "Int", + "value": 519 + } + }, + { + "@type": "AnnotationData", + "@id": "C889D03E07", + "key": "index", + "value": { + "@type": "Int", + "value": 520 + } + }, + { + "@type": "AnnotationData", + "@id": "A298493FAF", + "key": "index", + "value": { + "@type": "Int", + "value": 521 + } + }, + { + "@type": "AnnotationData", + "@id": "9C03E7C5BC", + "key": "index", + "value": { + "@type": "Int", + "value": 522 + } + }, + { + "@type": "AnnotationData", + "@id": "2949B450BB", + "key": "index", + "value": { + "@type": "Int", + "value": 523 + } + }, + { + "@type": "AnnotationData", + "@id": "A490398B31", + "key": "index", + "value": { + "@type": "Int", + "value": 524 + } + }, + { + "@type": "AnnotationData", + "@id": "5752DAA2B4", + "key": "index", + "value": { + "@type": "Int", + "value": 525 + } + }, + { + "@type": "AnnotationData", + "@id": "086B626703", + "key": "index", + "value": { + "@type": "Int", + "value": 526 + } + }, + { + "@type": "AnnotationData", + "@id": "845F78B59B", + "key": "index", + "value": { + "@type": "Int", + "value": 527 + } + }, + { + "@type": "AnnotationData", + "@id": "45A454F971", + "key": "index", + "value": { + "@type": "Int", + "value": 528 + } + }, + { + "@type": "AnnotationData", + "@id": "BF83A49EB6", + "key": "index", + "value": { + "@type": "Int", + "value": 529 + } + }, + { + "@type": "AnnotationData", + "@id": "D9DCFB598B", + "key": "index", + "value": { + "@type": "Int", + "value": 530 + } + }, + { + "@type": "AnnotationData", + "@id": "CCFDCAED80", + "key": "index", + "value": { + "@type": "Int", + "value": 531 + } + }, + { + "@type": "AnnotationData", + "@id": "9EA8089081", + "key": "index", + "value": { + "@type": "Int", + "value": 532 + } + }, + { + "@type": "AnnotationData", + "@id": "7A00A44702", + "key": "index", + "value": { + "@type": "Int", + "value": 533 + } + }, + { + "@type": "AnnotationData", + "@id": "4E527D222E", + "key": "index", + "value": { + "@type": "Int", + "value": 534 + } + }, + { + "@type": "AnnotationData", + "@id": "EA5975EFE6", + "key": "index", + "value": { + "@type": "Int", + "value": 535 + } + }, + { + "@type": "AnnotationData", + "@id": "EE88885AB0", + "key": "index", + "value": { + "@type": "Int", + "value": 536 + } + }, + { + "@type": "AnnotationData", + "@id": "B6976E303D", + "key": "index", + "value": { + "@type": "Int", + "value": 537 + } + }, + { + "@type": "AnnotationData", + "@id": "6052400495", + "key": "index", + "value": { + "@type": "Int", + "value": 538 + } + }, + { + "@type": "AnnotationData", + "@id": "FD8BC2BDB4", + "key": "index", + "value": { + "@type": "Int", + "value": 539 + } + }, + { + "@type": "AnnotationData", + "@id": "8FBB9CCC86", + "key": "index", + "value": { + "@type": "Int", + "value": 540 + } + }, + { + "@type": "AnnotationData", + "@id": "F9FCA14244", + "key": "index", + "value": { + "@type": "Int", + "value": 541 + } + }, + { + "@type": "AnnotationData", + "@id": "66666D9AD1", + "key": "index", + "value": { + "@type": "Int", + "value": 542 + } + }, + { + "@type": "AnnotationData", + "@id": "43FE4EDFAD", + "key": "index", + "value": { + "@type": "Int", + "value": 543 + } + }, + { + "@type": "AnnotationData", + "@id": "3AA74D998B", + "key": "index", + "value": { + "@type": "Int", + "value": 544 + } + }, + { + "@type": "AnnotationData", + "@id": "B30B334293", + "key": "index", + "value": { + "@type": "Int", + "value": 545 + } + }, + { + "@type": "AnnotationData", + "@id": "680AB4FFFD", + "key": "index", + "value": { + "@type": "Int", + "value": 546 + } + }, + { + "@type": "AnnotationData", + "@id": "90D1308CE8", + "key": "index", + "value": { + "@type": "Int", + "value": 547 + } + }, + { + "@type": "AnnotationData", + "@id": "FB56CD888D", + "key": "index", + "value": { + "@type": "Int", + "value": 548 + } + }, + { + "@type": "AnnotationData", + "@id": "3A5BA0A911", + "key": "index", + "value": { + "@type": "Int", + "value": 549 + } + }, + { + "@type": "AnnotationData", + "@id": "29E5FFEB72", + "key": "index", + "value": { + "@type": "Int", + "value": 550 + } + }, + { + "@type": "AnnotationData", + "@id": "7477A1E0DA", + "key": "index", + "value": { + "@type": "Int", + "value": 551 + } + }, + { + "@type": "AnnotationData", + "@id": "BF54D43555", + "key": "index", + "value": { + "@type": "Int", + "value": 552 + } + }, + { + "@type": "AnnotationData", + "@id": "ADFB3F6D9E", + "key": "index", + "value": { + "@type": "Int", + "value": 553 + } + }, + { + "@type": "AnnotationData", + "@id": "9642A46750", + "key": "index", + "value": { + "@type": "Int", + "value": 554 + } + }, + { + "@type": "AnnotationData", + "@id": "9D666D0A66", + "key": "index", + "value": { + "@type": "Int", + "value": 555 + } + }, + { + "@type": "AnnotationData", + "@id": "48C6108BA1", + "key": "index", + "value": { + "@type": "Int", + "value": 556 + } + }, + { + "@type": "AnnotationData", + "@id": "17AA89754D", + "key": "index", + "value": { + "@type": "Int", + "value": 557 + } + }, + { + "@type": "AnnotationData", + "@id": "33111EF0D0", + "key": "index", + "value": { + "@type": "Int", + "value": 558 + } + }, + { + "@type": "AnnotationData", + "@id": "B3464AA9A0", + "key": "index", + "value": { + "@type": "Int", + "value": 559 + } + }, + { + "@type": "AnnotationData", + "@id": "B9FCBBBB0B", + "key": "index", + "value": { + "@type": "Int", + "value": 560 + } + }, + { + "@type": "AnnotationData", + "@id": "153FF55554", + "key": "index", + "value": { + "@type": "Int", + "value": 561 + } + }, + { + "@type": "AnnotationData", + "@id": "F85F4F6F69", + "key": "index", + "value": { + "@type": "Int", + "value": 562 + } + }, + { + "@type": "AnnotationData", + "@id": "4E4383E047", + "key": "index", + "value": { + "@type": "Int", + "value": 563 + } + }, + { + "@type": "AnnotationData", + "@id": "FDE5F518E5", + "key": "index", + "value": { + "@type": "Int", + "value": 564 + } + }, + { + "@type": "AnnotationData", + "@id": "7C2715F910", + "key": "index", + "value": { + "@type": "Int", + "value": 565 + } + }, + { + "@type": "AnnotationData", + "@id": "E46DA18234", + "key": "index", + "value": { + "@type": "Int", + "value": 566 + } + }, + { + "@type": "AnnotationData", + "@id": "C6AAC6D6CC", + "key": "index", + "value": { + "@type": "Int", + "value": 567 + } + }, + { + "@type": "AnnotationData", + "@id": "23719767A4", + "key": "index", + "value": { + "@type": "Int", + "value": 568 + } + }, + { + "@type": "AnnotationData", + "@id": "F37B105DB1", + "key": "index", + "value": { + "@type": "Int", + "value": 569 + } + }, + { + "@type": "AnnotationData", + "@id": "156F80F097", + "key": "index", + "value": { + "@type": "Int", + "value": 570 + } + }, + { + "@type": "AnnotationData", + "@id": "599F4CBC94", + "key": "index", + "value": { + "@type": "Int", + "value": 571 + } + }, + { + "@type": "AnnotationData", + "@id": "37BDB7A655", + "key": "index", + "value": { + "@type": "Int", + "value": 572 + } + }, + { + "@type": "AnnotationData", + "@id": "09DCD91889", + "key": "index", + "value": { + "@type": "Int", + "value": 573 + } + }, + { + "@type": "AnnotationData", + "@id": "55B9919B59", + "key": "index", + "value": { + "@type": "Int", + "value": 574 + } + }, + { + "@type": "AnnotationData", + "@id": "8B4A4A4EAF", + "key": "index", + "value": { + "@type": "Int", + "value": 575 + } + }, + { + "@type": "AnnotationData", + "@id": "27350AF334", + "key": "index", + "value": { + "@type": "Int", + "value": 576 + } + }, + { + "@type": "AnnotationData", + "@id": "71AF998095", + "key": "index", + "value": { + "@type": "Int", + "value": 577 + } + }, + { + "@type": "AnnotationData", + "@id": "97EEBB7D73", + "key": "index", + "value": { + "@type": "Int", + "value": 578 + } + }, + { + "@type": "AnnotationData", + "@id": "9087828019", + "key": "index", + "value": { + "@type": "Int", + "value": 579 + } + }, + { + "@type": "AnnotationData", + "@id": "DC150540BE", + "key": "index", + "value": { + "@type": "Int", + "value": 580 + } + }, + { + "@type": "AnnotationData", + "@id": "460CDDC6CF", + "key": "index", + "value": { + "@type": "Int", + "value": 581 + } + }, + { + "@type": "AnnotationData", + "@id": "4C1484B31A", + "key": "index", + "value": { + "@type": "Int", + "value": 582 + } + }, + { + "@type": "AnnotationData", + "@id": "4E12FAB13E", + "key": "index", + "value": { + "@type": "Int", + "value": 583 + } + }, + { + "@type": "AnnotationData", + "@id": "18883BD57D", + "key": "index", + "value": { + "@type": "Int", + "value": 584 + } + }, + { + "@type": "AnnotationData", + "@id": "F9F4015B5D", + "key": "index", + "value": { + "@type": "Int", + "value": 585 + } + }, + { + "@type": "AnnotationData", + "@id": "93293A4F7C", + "key": "index", + "value": { + "@type": "Int", + "value": 586 + } + }, + { + "@type": "AnnotationData", + "@id": "95F84BA277", + "key": "index", + "value": { + "@type": "Int", + "value": 587 + } + }, + { + "@type": "AnnotationData", + "@id": "B847761586", + "key": "index", + "value": { + "@type": "Int", + "value": 588 + } + }, + { + "@type": "AnnotationData", + "@id": "8A39AF0966", + "key": "index", + "value": { + "@type": "Int", + "value": 589 + } + }, + { + "@type": "AnnotationData", + "@id": "06AC49656F", + "key": "index", + "value": { + "@type": "Int", + "value": 590 + } + }, + { + "@type": "AnnotationData", + "@id": "920C7081A4", + "key": "index", + "value": { + "@type": "Int", + "value": 591 + } + }, + { + "@type": "AnnotationData", + "@id": "827C8F07DA", + "key": "index", + "value": { + "@type": "Int", + "value": 592 + } + }, + { + "@type": "AnnotationData", + "@id": "A9DEFD2D84", + "key": "index", + "value": { + "@type": "Int", + "value": 593 + } + }, + { + "@type": "AnnotationData", + "@id": "3D4FF8739F", + "key": "index", + "value": { + "@type": "Int", + "value": 594 + } + }, + { + "@type": "AnnotationData", + "@id": "4282CE2211", + "key": "index", + "value": { + "@type": "Int", + "value": 595 + } + }, + { + "@type": "AnnotationData", + "@id": "E6A1EFBF66", + "key": "index", + "value": { + "@type": "Int", + "value": 596 + } + }, + { + "@type": "AnnotationData", + "@id": "442F97915A", + "key": "index", + "value": { + "@type": "Int", + "value": 597 + } + }, + { + "@type": "AnnotationData", + "@id": "2979CA3A69", + "key": "index", + "value": { + "@type": "Int", + "value": 598 + } + }, + { + "@type": "AnnotationData", + "@id": "15A28E1508", + "key": "index", + "value": { + "@type": "Int", + "value": 599 + } + }, + { + "@type": "AnnotationData", + "@id": "F40F511CB0", + "key": "index", + "value": { + "@type": "Int", + "value": 600 + } + }, + { + "@type": "AnnotationData", + "@id": "88C55D8F24", + "key": "index", + "value": { + "@type": "Int", + "value": 601 + } + }, + { + "@type": "AnnotationData", + "@id": "BF2A4453B9", + "key": "index", + "value": { + "@type": "Int", + "value": 602 + } + }, + { + "@type": "AnnotationData", + "@id": "D33C2C774C", + "key": "index", + "value": { + "@type": "Int", + "value": 603 + } + }, + { + "@type": "AnnotationData", + "@id": "ACCC3CB72C", + "key": "index", + "value": { + "@type": "Int", + "value": 604 + } + }, + { + "@type": "AnnotationData", + "@id": "9424732494", + "key": "index", + "value": { + "@type": "Int", + "value": 605 + } + }, + { + "@type": "AnnotationData", + "@id": "BA4994747B", + "key": "index", + "value": { + "@type": "Int", + "value": 606 + } + }, + { + "@type": "AnnotationData", + "@id": "289399FA8A", + "key": "index", + "value": { + "@type": "Int", + "value": 607 + } + }, + { + "@type": "AnnotationData", + "@id": "5AB9FDB124", + "key": "index", + "value": { + "@type": "Int", + "value": 608 + } + }, + { + "@type": "AnnotationData", + "@id": "CAD80D71A7", + "key": "index", + "value": { + "@type": "Int", + "value": 609 + } + }, + { + "@type": "AnnotationData", + "@id": "32F9EB7A93", + "key": "index", + "value": { + "@type": "Int", + "value": 610 + } + }, + { + "@type": "AnnotationData", + "@id": "84D15A62CC", + "key": "index", + "value": { + "@type": "Int", + "value": 611 + } + }, + { + "@type": "AnnotationData", + "@id": "766F8D81E7", + "key": "index", + "value": { + "@type": "Int", + "value": 612 + } + }, + { + "@type": "AnnotationData", + "@id": "E7D4783632", + "key": "index", + "value": { + "@type": "Int", + "value": 613 + } + }, + { + "@type": "AnnotationData", + "@id": "ECE355D058", + "key": "index", + "value": { + "@type": "Int", + "value": 614 + } + }, + { + "@type": "AnnotationData", + "@id": "55429C23D2", + "key": "index", + "value": { + "@type": "Int", + "value": 615 + } + }, + { + "@type": "AnnotationData", + "@id": "BD33D39C37", + "key": "index", + "value": { + "@type": "Int", + "value": 616 + } + }, + { + "@type": "AnnotationData", + "@id": "FA9DECB9F5", + "key": "index", + "value": { + "@type": "Int", + "value": 617 + } + }, + { + "@type": "AnnotationData", + "@id": "4204004994", + "key": "index", + "value": { + "@type": "Int", + "value": 618 + } + }, + { + "@type": "AnnotationData", + "@id": "A97888D5E7", + "key": "index", + "value": { + "@type": "Int", + "value": 619 + } + }, + { + "@type": "AnnotationData", + "@id": "A791A2A410", + "key": "index", + "value": { + "@type": "Int", + "value": 620 + } + }, + { + "@type": "AnnotationData", + "@id": "E3688698B8", + "key": "index", + "value": { + "@type": "Int", + "value": 621 + } + }, + { + "@type": "AnnotationData", + "@id": "EEFA0CED47", + "key": "index", + "value": { + "@type": "Int", + "value": 622 + } + }, + { + "@type": "AnnotationData", + "@id": "B4CEDB5DBE", + "key": "index", + "value": { + "@type": "Int", + "value": 623 + } + }, + { + "@type": "AnnotationData", + "@id": "FBB652ABC6", + "key": "index", + "value": { + "@type": "Int", + "value": 624 + } + }, + { + "@type": "AnnotationData", + "@id": "249A04B405", + "key": "index", + "value": { + "@type": "Int", + "value": 625 + } + }, + { + "@type": "AnnotationData", + "@id": "F9D92FD469", + "key": "index", + "value": { + "@type": "Int", + "value": 626 + } + }, + { + "@type": "AnnotationData", + "@id": "28FFEB39C3", + "key": "index", + "value": { + "@type": "Int", + "value": 627 + } + }, + { + "@type": "AnnotationData", + "@id": "B9C65B0F97", + "key": "index", + "value": { + "@type": "Int", + "value": 628 + } + }, + { + "@type": "AnnotationData", + "@id": "C08F14B1B0", + "key": "index", + "value": { + "@type": "Int", + "value": 629 + } + }, + { + "@type": "AnnotationData", + "@id": "DBB10FAF7F", + "key": "index", + "value": { + "@type": "Int", + "value": 630 + } + }, + { + "@type": "AnnotationData", + "@id": "4144BC5B99", + "key": "index", + "value": { + "@type": "Int", + "value": 631 + } + }, + { + "@type": "AnnotationData", + "@id": "39347727E1", + "key": "index", + "value": { + "@type": "Int", + "value": 632 + } + }, + { + "@type": "AnnotationData", + "@id": "2EB69BE33B", + "key": "index", + "value": { + "@type": "Int", + "value": 633 + } + }, + { + "@type": "AnnotationData", + "@id": "43FDA5AB6D", + "key": "index", + "value": { + "@type": "Int", + "value": 634 + } + }, + { + "@type": "AnnotationData", + "@id": "434313EE77", + "key": "index", + "value": { + "@type": "Int", + "value": 635 + } + }, + { + "@type": "AnnotationData", + "@id": "4530DC90F4", + "key": "index", + "value": { + "@type": "Int", + "value": 636 + } + }, + { + "@type": "AnnotationData", + "@id": "984FEC8CB1", + "key": "index", + "value": { + "@type": "Int", + "value": 637 + } + }, + { + "@type": "AnnotationData", + "@id": "5E1185E192", + "key": "index", + "value": { + "@type": "Int", + "value": 638 + } + }, + { + "@type": "AnnotationData", + "@id": "CBB4D91557", + "key": "index", + "value": { + "@type": "Int", + "value": 639 + } + }, + { + "@type": "AnnotationData", + "@id": "538C7C79B8", + "key": "index", + "value": { + "@type": "Int", + "value": 640 + } + }, + { + "@type": "AnnotationData", + "@id": "E0E3C2D303", + "key": "index", + "value": { + "@type": "Int", + "value": 641 + } + }, + { + "@type": "AnnotationData", + "@id": "106C918017", + "key": "index", + "value": { + "@type": "Int", + "value": 642 + } + }, + { + "@type": "AnnotationData", + "@id": "614669495A", + "key": "index", + "value": { + "@type": "Int", + "value": 643 + } + }, + { + "@type": "AnnotationData", + "@id": "56E4A33C0E", + "key": "index", + "value": { + "@type": "Int", + "value": 644 + } + }, + { + "@type": "AnnotationData", + "@id": "92A422A424", + "key": "index", + "value": { + "@type": "Int", + "value": 645 + } + }, + { + "@type": "AnnotationData", + "@id": "851E991B5B", + "key": "index", + "value": { + "@type": "Int", + "value": 646 + } + }, + { + "@type": "AnnotationData", + "@id": "8A88412486", + "key": "index", + "value": { + "@type": "Int", + "value": 647 + } + }, + { + "@type": "AnnotationData", + "@id": "D0318B99C6", + "key": "index", + "value": { + "@type": "Int", + "value": 648 + } + }, + { + "@type": "AnnotationData", + "@id": "606F7446B0", + "key": "index", + "value": { + "@type": "Int", + "value": 649 + } + }, + { + "@type": "AnnotationData", + "@id": "D4F8062511", + "key": "index", + "value": { + "@type": "Int", + "value": 650 + } + }, + { + "@type": "AnnotationData", + "@id": "4FF34A6FF0", + "key": "index", + "value": { + "@type": "Int", + "value": 651 + } + }, + { + "@type": "AnnotationData", + "@id": "52A44E9A89", + "key": "index", + "value": { + "@type": "Int", + "value": 652 + } + }, + { + "@type": "AnnotationData", + "@id": "1AD2FFA2A4", + "key": "index", + "value": { + "@type": "Int", + "value": 653 + } + }, + { + "@type": "AnnotationData", + "@id": "828D556897", + "key": "index", + "value": { + "@type": "Int", + "value": 654 + } + }, + { + "@type": "AnnotationData", + "@id": "4BFF99CE0D", + "key": "index", + "value": { + "@type": "Int", + "value": 655 + } + }, + { + "@type": "AnnotationData", + "@id": "AA19ACE029", + "key": "index", + "value": { + "@type": "Int", + "value": 656 + } + }, + { + "@type": "AnnotationData", + "@id": "B9B960369D", + "key": "index", + "value": { + "@type": "Int", + "value": 657 + } + }, + { + "@type": "AnnotationData", + "@id": "549B138B95", + "key": "index", + "value": { + "@type": "Int", + "value": 658 + } + }, + { + "@type": "AnnotationData", + "@id": "A9D07C1737", + "key": "index", + "value": { + "@type": "Int", + "value": 659 + } + }, + { + "@type": "AnnotationData", + "@id": "C22AA42746", + "key": "index", + "value": { + "@type": "Int", + "value": 660 + } + }, + { + "@type": "AnnotationData", + "@id": "77ACC10B00", + "key": "index", + "value": { + "@type": "Int", + "value": 661 + } + }, + { + "@type": "AnnotationData", + "@id": "9075141004", + "key": "index", + "value": { + "@type": "Int", + "value": 662 + } + }, + { + "@type": "AnnotationData", + "@id": "CA029CA0CC", + "key": "index", + "value": { + "@type": "Int", + "value": 663 + } + }, + { + "@type": "AnnotationData", + "@id": "311835D7AA", + "key": "index", + "value": { + "@type": "Int", + "value": 664 + } + }, + { + "@type": "AnnotationData", + "@id": "8D99027692", + "key": "index", + "value": { + "@type": "Int", + "value": 665 + } + }, + { + "@type": "AnnotationData", + "@id": "60982002DB", + "key": "index", + "value": { + "@type": "Int", + "value": 666 + } + }, + { + "@type": "AnnotationData", + "@id": "158305A624", + "key": "index", + "value": { + "@type": "Int", + "value": 667 + } + }, + { + "@type": "AnnotationData", + "@id": "8334DAD67D", + "key": "index", + "value": { + "@type": "Int", + "value": 668 + } + }, + { + "@type": "AnnotationData", + "@id": "060E8C922B", + "key": "index", + "value": { + "@type": "Int", + "value": 669 + } + }, + { + "@type": "AnnotationData", + "@id": "6DA0EEAEE0", + "key": "index", + "value": { + "@type": "Int", + "value": 670 + } + }, + { + "@type": "AnnotationData", + "@id": "37CEEC63BE", + "key": "index", + "value": { + "@type": "Int", + "value": 671 + } + }, + { + "@type": "AnnotationData", + "@id": "C8328CE84D", + "key": "index", + "value": { + "@type": "Int", + "value": 672 + } + }, + { + "@type": "AnnotationData", + "@id": "AE663F3EE6", + "key": "index", + "value": { + "@type": "Int", + "value": 673 + } + }, + { + "@type": "AnnotationData", + "@id": "4F02CA31FB", + "key": "index", + "value": { + "@type": "Int", + "value": 674 + } + }, + { + "@type": "AnnotationData", + "@id": "098E30D7EE", + "key": "index", + "value": { + "@type": "Int", + "value": 675 + } + }, + { + "@type": "AnnotationData", + "@id": "B6F3FE3967", + "key": "index", + "value": { + "@type": "Int", + "value": 676 + } + }, + { + "@type": "AnnotationData", + "@id": "7F92FFBD5B", + "key": "index", + "value": { + "@type": "Int", + "value": 677 + } + }, + { + "@type": "AnnotationData", + "@id": "B3DC9E1280", + "key": "index", + "value": { + "@type": "Int", + "value": 678 + } + }, + { + "@type": "AnnotationData", + "@id": "D4E22222CD", + "key": "index", + "value": { + "@type": "Int", + "value": 679 + } + }, + { + "@type": "AnnotationData", + "@id": "8C666E03CC", + "key": "index", + "value": { + "@type": "Int", + "value": 680 + } + }, + { + "@type": "AnnotationData", + "@id": "221BACCA42", + "key": "index", + "value": { + "@type": "Int", + "value": 681 + } + }, + { + "@type": "AnnotationData", + "@id": "3DB9B90991", + "key": "index", + "value": { + "@type": "Int", + "value": 682 + } + }, + { + "@type": "AnnotationData", + "@id": "D2B18ED485", + "key": "index", + "value": { + "@type": "Int", + "value": 683 + } + }, + { + "@type": "AnnotationData", + "@id": "BC56D5FD63", + "key": "index", + "value": { + "@type": "Int", + "value": 684 + } + }, + { + "@type": "AnnotationData", + "@id": "D7E284C4DC", + "key": "index", + "value": { + "@type": "Int", + "value": 685 + } + }, + { + "@type": "AnnotationData", + "@id": "44B0A045E3", + "key": "index", + "value": { + "@type": "Int", + "value": 686 + } + }, + { + "@type": "AnnotationData", + "@id": "B1A18D7A1F", + "key": "index", + "value": { + "@type": "Int", + "value": 687 + } + }, + { + "@type": "AnnotationData", + "@id": "24F13664FF", + "key": "index", + "value": { + "@type": "Int", + "value": 688 + } + }, + { + "@type": "AnnotationData", + "@id": "2B69308105", + "key": "index", + "value": { + "@type": "Int", + "value": 689 + } + }, + { + "@type": "AnnotationData", + "@id": "0530936060", + "key": "index", + "value": { + "@type": "Int", + "value": 690 + } + }, + { + "@type": "AnnotationData", + "@id": "754D370498", + "key": "index", + "value": { + "@type": "Int", + "value": 691 + } + }, + { + "@type": "AnnotationData", + "@id": "10F10D433A", + "key": "index", + "value": { + "@type": "Int", + "value": 692 + } + }, + { + "@type": "AnnotationData", + "@id": "FCFE5F1E5E", + "key": "index", + "value": { + "@type": "Int", + "value": 693 + } + }, + { + "@type": "AnnotationData", + "@id": "002B1004A1", + "key": "index", + "value": { + "@type": "Int", + "value": 694 + } + }, + { + "@type": "AnnotationData", + "@id": "F4F17EA25E", + "key": "index", + "value": { + "@type": "Int", + "value": 695 + } + }, + { + "@type": "AnnotationData", + "@id": "613F08EDEB", + "key": "index", + "value": { + "@type": "Int", + "value": 696 + } + }, + { + "@type": "AnnotationData", + "@id": "93436E9FE8", + "key": "index", + "value": { + "@type": "Int", + "value": 697 + } + }, + { + "@type": "AnnotationData", + "@id": "220BEEAEED", + "key": "index", + "value": { + "@type": "Int", + "value": 698 + } + }, + { + "@type": "AnnotationData", + "@id": "591598ACC2", + "key": "index", + "value": { + "@type": "Int", + "value": 699 + } + }, + { + "@type": "AnnotationData", + "@id": "B63B914FBF", + "key": "index", + "value": { + "@type": "Int", + "value": 700 + } + }, + { + "@type": "AnnotationData", + "@id": "8CC769DA99", + "key": "index", + "value": { + "@type": "Int", + "value": 701 + } + }, + { + "@type": "AnnotationData", + "@id": "C7492E847A", + "key": "index", + "value": { + "@type": "Int", + "value": 702 + } + }, + { + "@type": "AnnotationData", + "@id": "592D86B3E2", + "key": "index", + "value": { + "@type": "Int", + "value": 703 + } + }, + { + "@type": "AnnotationData", + "@id": "4A9D45D15B", + "key": "index", + "value": { + "@type": "Int", + "value": 704 + } + }, + { + "@type": "AnnotationData", + "@id": "99549338AA", + "key": "index", + "value": { + "@type": "Int", + "value": 705 + } + }, + { + "@type": "AnnotationData", + "@id": "0A1AB04850", + "key": "index", + "value": { + "@type": "Int", + "value": 706 + } + }, + { + "@type": "AnnotationData", + "@id": "EDB563BD6E", + "key": "index", + "value": { + "@type": "Int", + "value": 707 + } + }, + { + "@type": "AnnotationData", + "@id": "254783AA10", + "key": "index", + "value": { + "@type": "Int", + "value": 708 + } + }, + { + "@type": "AnnotationData", + "@id": "7BEDD815C1", + "key": "index", + "value": { + "@type": "Int", + "value": 709 + } + }, + { + "@type": "AnnotationData", + "@id": "AA37D49ADB", + "key": "index", + "value": { + "@type": "Int", + "value": 710 + } + }, + { + "@type": "AnnotationData", + "@id": "C16EE6212C", + "key": "index", + "value": { + "@type": "Int", + "value": 711 + } + }, + { + "@type": "AnnotationData", + "@id": "CEBB3593CB", + "key": "index", + "value": { + "@type": "Int", + "value": 712 + } + }, + { + "@type": "AnnotationData", + "@id": "1AB8009964", + "key": "index", + "value": { + "@type": "Int", + "value": 713 + } + }, + { + "@type": "AnnotationData", + "@id": "FF48733AFC", + "key": "index", + "value": { + "@type": "Int", + "value": 714 + } + }, + { + "@type": "AnnotationData", + "@id": "924E4A92AE", + "key": "index", + "value": { + "@type": "Int", + "value": 715 + } + }, + { + "@type": "AnnotationData", + "@id": "77D17CA850", + "key": "index", + "value": { + "@type": "Int", + "value": 716 + } + }, + { + "@type": "AnnotationData", + "@id": "5DA447A31A", + "key": "index", + "value": { + "@type": "Int", + "value": 717 + } + }, + { + "@type": "AnnotationData", + "@id": "3F81D4419F", + "key": "index", + "value": { + "@type": "Int", + "value": 718 + } + }, + { + "@type": "AnnotationData", + "@id": "4FEAF9CB8C", + "key": "index", + "value": { + "@type": "Int", + "value": 719 + } + }, + { + "@type": "AnnotationData", + "@id": "B488843F3E", + "key": "index", + "value": { + "@type": "Int", + "value": 720 + } + }, + { + "@type": "AnnotationData", + "@id": "CE15711887", + "key": "index", + "value": { + "@type": "Int", + "value": 721 + } + }, + { + "@type": "AnnotationData", + "@id": "909EEA42F2", + "key": "index", + "value": { + "@type": "Int", + "value": 722 + } + }, + { + "@type": "AnnotationData", + "@id": "F1A6DBBBA4", + "key": "index", + "value": { + "@type": "Int", + "value": 723 + } + }, + { + "@type": "AnnotationData", + "@id": "0B11199743", + "key": "index", + "value": { + "@type": "Int", + "value": 724 + } + }, + { + "@type": "AnnotationData", + "@id": "0FFBB6D2BE", + "key": "index", + "value": { + "@type": "Int", + "value": 725 + } + }, + { + "@type": "AnnotationData", + "@id": "AC1FA6D1FD", + "key": "index", + "value": { + "@type": "Int", + "value": 726 + } + }, + { + "@type": "AnnotationData", + "@id": "3CFC7348C7", + "key": "index", + "value": { + "@type": "Int", + "value": 727 + } + }, + { + "@type": "AnnotationData", + "@id": "CEFE2F8653", + "key": "index", + "value": { + "@type": "Int", + "value": 728 + } + }, + { + "@type": "AnnotationData", + "@id": "E22BA7F2E9", + "key": "index", + "value": { + "@type": "Int", + "value": 729 + } + }, + { + "@type": "AnnotationData", + "@id": "222074277A", + "key": "index", + "value": { + "@type": "Int", + "value": 730 + } + }, + { + "@type": "AnnotationData", + "@id": "144D46AAAA", + "key": "index", + "value": { + "@type": "Int", + "value": 731 + } + }, + { + "@type": "AnnotationData", + "@id": "A6488244E2", + "key": "index", + "value": { + "@type": "Int", + "value": 732 + } + }, + { + "@type": "AnnotationData", + "@id": "2AB0DBDF08", + "key": "index", + "value": { + "@type": "Int", + "value": 733 + } + }, + { + "@type": "AnnotationData", + "@id": "AD8A5C87A0", + "key": "index", + "value": { + "@type": "Int", + "value": 734 + } + }, + { + "@type": "AnnotationData", + "@id": "C07F9F5EE7", + "key": "index", + "value": { + "@type": "Int", + "value": 735 + } + }, + { + "@type": "AnnotationData", + "@id": "1B21F405F4", + "key": "index", + "value": { + "@type": "Int", + "value": 736 + } + }, + { + "@type": "AnnotationData", + "@id": "4D4B18DD91", + "key": "index", + "value": { + "@type": "Int", + "value": 737 + } + }, + { + "@type": "AnnotationData", + "@id": "7AA236AEEA", + "key": "index", + "value": { + "@type": "Int", + "value": 738 + } + }, + { + "@type": "AnnotationData", + "@id": "B24908A95A", + "key": "index", + "value": { + "@type": "Int", + "value": 739 + } + }, + { + "@type": "AnnotationData", + "@id": "2ABBA5399B", + "key": "index", + "value": { + "@type": "Int", + "value": 740 + } + }, + { + "@type": "AnnotationData", + "@id": "22A6C0DFD5", + "key": "index", + "value": { + "@type": "Int", + "value": 741 + } + }, + { + "@type": "AnnotationData", + "@id": "41182121A5", + "key": "index", + "value": { + "@type": "Int", + "value": 742 + } + }, + { + "@type": "AnnotationData", + "@id": "36A7BFFBB1", + "key": "index", + "value": { + "@type": "Int", + "value": 743 + } + }, + { + "@type": "AnnotationData", + "@id": "5344FE5F14", + "key": "index", + "value": { + "@type": "Int", + "value": 744 + } + }, + { + "@type": "AnnotationData", + "@id": "2E13970004", + "key": "index", + "value": { + "@type": "Int", + "value": 745 + } + }, + { + "@type": "AnnotationData", + "@id": "84BF2F4A2F", + "key": "index", + "value": { + "@type": "Int", + "value": 746 + } + }, + { + "@type": "AnnotationData", + "@id": "6E03A9FB23", + "key": "index", + "value": { + "@type": "Int", + "value": 747 + } + }, + { + "@type": "AnnotationData", + "@id": "7EBD4FB016", + "key": "index", + "value": { + "@type": "Int", + "value": 748 + } + }, + { + "@type": "AnnotationData", + "@id": "AC79B395B1", + "key": "index", + "value": { + "@type": "Int", + "value": 749 + } + }, + { + "@type": "AnnotationData", + "@id": "8A977FD991", + "key": "index", + "value": { + "@type": "Int", + "value": 750 + } + }, + { + "@type": "AnnotationData", + "@id": "95D861A26B", + "key": "index", + "value": { + "@type": "Int", + "value": 751 + } + }, + { + "@type": "AnnotationData", + "@id": "5CAD678C34", + "key": "index", + "value": { + "@type": "Int", + "value": 752 + } + }, + { + "@type": "AnnotationData", + "@id": "9A00D1AA07", + "key": "index", + "value": { + "@type": "Int", + "value": 753 + } + }, + { + "@type": "AnnotationData", + "@id": "B10252CCC4", + "key": "index", + "value": { + "@type": "Int", + "value": 754 + } + }, + { + "@type": "AnnotationData", + "@id": "840A26249D", + "key": "index", + "value": { + "@type": "Int", + "value": 755 + } + }, + { + "@type": "AnnotationData", + "@id": "310B119543", + "key": "index", + "value": { + "@type": "Int", + "value": 756 + } + }, + { + "@type": "AnnotationData", + "@id": "FA319D297B", + "key": "index", + "value": { + "@type": "Int", + "value": 757 + } + }, + { + "@type": "AnnotationData", + "@id": "B69E6A760E", + "key": "index", + "value": { + "@type": "Int", + "value": 758 + } + }, + { + "@type": "AnnotationData", + "@id": "FFB9F8C52F", + "key": "index", + "value": { + "@type": "Int", + "value": 759 + } + }, + { + "@type": "AnnotationData", + "@id": "50934150A7", + "key": "index", + "value": { + "@type": "Int", + "value": 760 + } + }, + { + "@type": "AnnotationData", + "@id": "2E9F900E2C", + "key": "index", + "value": { + "@type": "Int", + "value": 761 + } + }, + { + "@type": "AnnotationData", + "@id": "DDDBE363F1", + "key": "index", + "value": { + "@type": "Int", + "value": 762 + } + }, + { + "@type": "AnnotationData", + "@id": "D3D9C549F7", + "key": "index", + "value": { + "@type": "Int", + "value": 763 + } + }, + { + "@type": "AnnotationData", + "@id": "2104A21010", + "key": "index", + "value": { + "@type": "Int", + "value": 764 + } + }, + { + "@type": "AnnotationData", + "@id": "EAE5A95097", + "key": "index", + "value": { + "@type": "Int", + "value": 765 + } + }, + { + "@type": "AnnotationData", + "@id": "1EE4AE8D61", + "key": "index", + "value": { + "@type": "Int", + "value": 766 + } + }, + { + "@type": "AnnotationData", + "@id": "9F0A014FF4", + "key": "index", + "value": { + "@type": "Int", + "value": 767 + } + }, + { + "@type": "AnnotationData", + "@id": "3EA32BCC98", + "key": "index", + "value": { + "@type": "Int", + "value": 768 + } + }, + { + "@type": "AnnotationData", + "@id": "164E8644B4", + "key": "index", + "value": { + "@type": "Int", + "value": 769 + } + }, + { + "@type": "AnnotationData", + "@id": "24B54A7F59", + "key": "index", + "value": { + "@type": "Int", + "value": 770 + } + }, + { + "@type": "AnnotationData", + "@id": "36DC2D0C6C", + "key": "index", + "value": { + "@type": "Int", + "value": 771 + } + }, + { + "@type": "AnnotationData", + "@id": "AF61AB34FB", + "key": "index", + "value": { + "@type": "Int", + "value": 772 + } + }, + { + "@type": "AnnotationData", + "@id": "F0E4235AFC", + "key": "index", + "value": { + "@type": "Int", + "value": 773 + } + }, + { + "@type": "AnnotationData", + "@id": "0B85485584", + "key": "index", + "value": { + "@type": "Int", + "value": 774 + } + }, + { + "@type": "AnnotationData", + "@id": "C1EC138C8B", + "key": "index", + "value": { + "@type": "Int", + "value": 775 + } + }, + { + "@type": "AnnotationData", + "@id": "4006E0A12F", + "key": "index", + "value": { + "@type": "Int", + "value": 776 + } + }, + { + "@type": "AnnotationData", + "@id": "6E8948D96D", + "key": "index", + "value": { + "@type": "Int", + "value": 777 + } + }, + { + "@type": "AnnotationData", + "@id": "B1B554521C", + "key": "index", + "value": { + "@type": "Int", + "value": 778 + } + }, + { + "@type": "AnnotationData", + "@id": "3282423449", + "key": "index", + "value": { + "@type": "Int", + "value": 779 + } + }, + { + "@type": "AnnotationData", + "@id": "E3EAC5E158", + "key": "index", + "value": { + "@type": "Int", + "value": 780 + } + }, + { + "@type": "AnnotationData", + "@id": "AFE4690933", + "key": "index", + "value": { + "@type": "Int", + "value": 781 + } + }, + { + "@type": "AnnotationData", + "@id": "8C9C58A858", + "key": "index", + "value": { + "@type": "Int", + "value": 782 + } + }, + { + "@type": "AnnotationData", + "@id": "1481803E1E", + "key": "index", + "value": { + "@type": "Int", + "value": 783 + } + }, + { + "@type": "AnnotationData", + "@id": "6C9AB55183", + "key": "index", + "value": { + "@type": "Int", + "value": 784 + } + }, + { + "@type": "AnnotationData", + "@id": "B96A260EC4", + "key": "index", + "value": { + "@type": "Int", + "value": 785 + } + }, + { + "@type": "AnnotationData", + "@id": "2C444EECF5", + "key": "index", + "value": { + "@type": "Int", + "value": 786 + } + }, + { + "@type": "AnnotationData", + "@id": "C227E59960", + "key": "index", + "value": { + "@type": "Int", + "value": 787 + } + }, + { + "@type": "AnnotationData", + "@id": "49834DA839", + "key": "index", + "value": { + "@type": "Int", + "value": 788 + } + }, + { + "@type": "AnnotationData", + "@id": "F0B09BFFF3", + "key": "index", + "value": { + "@type": "Int", + "value": 789 + } + }, + { + "@type": "AnnotationData", + "@id": "6B792B6680", + "key": "index", + "value": { + "@type": "Int", + "value": 790 + } + }, + { + "@type": "AnnotationData", + "@id": "C253229D22", + "key": "index", + "value": { + "@type": "Int", + "value": 791 + } + }, + { + "@type": "AnnotationData", + "@id": "A539079F99", + "key": "index", + "value": { + "@type": "Int", + "value": 792 + } + }, + { + "@type": "AnnotationData", + "@id": "E32E0E760E", + "key": "index", + "value": { + "@type": "Int", + "value": 793 + } + }, + { + "@type": "AnnotationData", + "@id": "CBB8A4C40A", + "key": "index", + "value": { + "@type": "Int", + "value": 794 + } + }, + { + "@type": "AnnotationData", + "@id": "3DED75A580", + "key": "index", + "value": { + "@type": "Int", + "value": 795 + } + }, + { + "@type": "AnnotationData", + "@id": "8019364094", + "key": "index", + "value": { + "@type": "Int", + "value": 796 + } + }, + { + "@type": "AnnotationData", + "@id": "E057C8FEA0", + "key": "index", + "value": { + "@type": "Int", + "value": 797 + } + }, + { + "@type": "AnnotationData", + "@id": "B543121077", + "key": "index", + "value": { + "@type": "Int", + "value": 798 + } + }, + { + "@type": "AnnotationData", + "@id": "E22ADD0F0F", + "key": "index", + "value": { + "@type": "Int", + "value": 799 + } + }, + { + "@type": "AnnotationData", + "@id": "946F59066D", + "key": "index", + "value": { + "@type": "Int", + "value": 800 + } + }, + { + "@type": "AnnotationData", + "@id": "E7FDEAD7DE", + "key": "index", + "value": { + "@type": "Int", + "value": 801 + } + }, + { + "@type": "AnnotationData", + "@id": "2EA255CAAA", + "key": "index", + "value": { + "@type": "Int", + "value": 802 + } + }, + { + "@type": "AnnotationData", + "@id": "3EFBE32BB0", + "key": "index", + "value": { + "@type": "Int", + "value": 803 + } + }, + { + "@type": "AnnotationData", + "@id": "FB90F87BF4", + "key": "index", + "value": { + "@type": "Int", + "value": 804 + } + }, + { + "@type": "AnnotationData", + "@id": "24C790CFFF", + "key": "index", + "value": { + "@type": "Int", + "value": 805 + } + }, + { + "@type": "AnnotationData", + "@id": "33EE00323E", + "key": "index", + "value": { + "@type": "Int", + "value": 806 + } + }, + { + "@type": "AnnotationData", + "@id": "9D4D28B39D", + "key": "index", + "value": { + "@type": "Int", + "value": 807 + } + }, + { + "@type": "AnnotationData", + "@id": "BC277DE279", + "key": "index", + "value": { + "@type": "Int", + "value": 808 + } + }, + { + "@type": "AnnotationData", + "@id": "E1C048177A", + "key": "index", + "value": { + "@type": "Int", + "value": 809 + } + }, + { + "@type": "AnnotationData", + "@id": "37CC77A36C", + "key": "index", + "value": { + "@type": "Int", + "value": 810 + } + }, + { + "@type": "AnnotationData", + "@id": "882113528D", + "key": "index", + "value": { + "@type": "Int", + "value": 811 + } + }, + { + "@type": "AnnotationData", + "@id": "692049B534", + "key": "index", + "value": { + "@type": "Int", + "value": 812 + } + }, + { + "@type": "AnnotationData", + "@id": "690A40E0F9", + "key": "index", + "value": { + "@type": "Int", + "value": 813 + } + }, + { + "@type": "AnnotationData", + "@id": "ADAD5641F2", + "key": "index", + "value": { + "@type": "Int", + "value": 814 + } + }, + { + "@type": "AnnotationData", + "@id": "8B4B08EF8F", + "key": "index", + "value": { + "@type": "Int", + "value": 815 + } + }, + { + "@type": "AnnotationData", + "@id": "C3B7D37998", + "key": "index", + "value": { + "@type": "Int", + "value": 816 + } + }, + { + "@type": "AnnotationData", + "@id": "435DD5E54C", + "key": "index", + "value": { + "@type": "Int", + "value": 817 + } + }, + { + "@type": "AnnotationData", + "@id": "82251401B1", + "key": "index", + "value": { + "@type": "Int", + "value": 818 + } + }, + { + "@type": "AnnotationData", + "@id": "B311B51D3D", + "key": "index", + "value": { + "@type": "Int", + "value": 819 + } + }, + { + "@type": "AnnotationData", + "@id": "5352A0A5A3", + "key": "index", + "value": { + "@type": "Int", + "value": 820 + } + }, + { + "@type": "AnnotationData", + "@id": "51F4A524AA", + "key": "index", + "value": { + "@type": "Int", + "value": 821 + } + }, + { + "@type": "AnnotationData", + "@id": "14C41C64C0", + "key": "index", + "value": { + "@type": "Int", + "value": 822 + } + }, + { + "@type": "AnnotationData", + "@id": "A072E52A45", + "key": "index", + "value": { + "@type": "Int", + "value": 823 + } + }, + { + "@type": "AnnotationData", + "@id": "A5700D7430", + "key": "index", + "value": { + "@type": "Int", + "value": 824 + } + }, + { + "@type": "AnnotationData", + "@id": "94D71EFDE0", + "key": "index", + "value": { + "@type": "Int", + "value": 825 + } + }, + { + "@type": "AnnotationData", + "@id": "963294B9AB", + "key": "index", + "value": { + "@type": "Int", + "value": 826 + } + }, + { + "@type": "AnnotationData", + "@id": "EB043FFF5E", + "key": "index", + "value": { + "@type": "Int", + "value": 827 + } + }, + { + "@type": "AnnotationData", + "@id": "411FA99CCD", + "key": "index", + "value": { + "@type": "Int", + "value": 828 + } + }, + { + "@type": "AnnotationData", + "@id": "E9DCE1D6F7", + "key": "index", + "value": { + "@type": "Int", + "value": 829 + } + }, + { + "@type": "AnnotationData", + "@id": "87F1DBD9B2", + "key": "index", + "value": { + "@type": "Int", + "value": 830 + } + }, + { + "@type": "AnnotationData", + "@id": "865E4488B3", + "key": "index", + "value": { + "@type": "Int", + "value": 831 + } + }, + { + "@type": "AnnotationData", + "@id": "86D5F4DF65", + "key": "index", + "value": { + "@type": "Int", + "value": 832 + } + }, + { + "@type": "AnnotationData", + "@id": "0E1BBB7B18", + "key": "index", + "value": { + "@type": "Int", + "value": 833 + } + }, + { + "@type": "AnnotationData", + "@id": "D5C9C89D80", + "key": "index", + "value": { + "@type": "Int", + "value": 834 + } + }, + { + "@type": "AnnotationData", + "@id": "3D3D19323E", + "key": "index", + "value": { + "@type": "Int", + "value": 835 + } + }, + { + "@type": "AnnotationData", + "@id": "56218DC1EC", + "key": "index", + "value": { + "@type": "Int", + "value": 836 + } + }, + { + "@type": "AnnotationData", + "@id": "2CF34A71BC", + "key": "index", + "value": { + "@type": "Int", + "value": 837 + } + }, + { + "@type": "AnnotationData", + "@id": "B06A1DDB0C", + "key": "index", + "value": { + "@type": "Int", + "value": 838 + } + }, + { + "@type": "AnnotationData", + "@id": "C2D6C11228", + "key": "index", + "value": { + "@type": "Int", + "value": 839 + } + }, + { + "@type": "AnnotationData", + "@id": "A202049AFD", + "key": "index", + "value": { + "@type": "Int", + "value": 840 + } + }, + { + "@type": "AnnotationData", + "@id": "A76B564820", + "key": "index", + "value": { + "@type": "Int", + "value": 841 + } + }, + { + "@type": "AnnotationData", + "@id": "C42E044E6E", + "key": "index", + "value": { + "@type": "Int", + "value": 842 + } + }, + { + "@type": "AnnotationData", + "@id": "B1ECEEDB8D", + "key": "index", + "value": { + "@type": "Int", + "value": 843 + } + }, + { + "@type": "AnnotationData", + "@id": "38E48183F0", + "key": "index", + "value": { + "@type": "Int", + "value": 844 + } + }, + { + "@type": "AnnotationData", + "@id": "608FAB7C7E", + "key": "index", + "value": { + "@type": "Int", + "value": 845 + } + }, + { + "@type": "AnnotationData", + "@id": "4D44B334C2", + "key": "index", + "value": { + "@type": "Int", + "value": 846 + } + }, + { + "@type": "AnnotationData", + "@id": "389DEE1333", + "key": "index", + "value": { + "@type": "Int", + "value": 847 + } + }, + { + "@type": "AnnotationData", + "@id": "2F22903A9A", + "key": "index", + "value": { + "@type": "Int", + "value": 848 + } + }, + { + "@type": "AnnotationData", + "@id": "461C69FE8F", + "key": "index", + "value": { + "@type": "Int", + "value": 849 + } + }, + { + "@type": "AnnotationData", + "@id": "D595550D5D", + "key": "index", + "value": { + "@type": "Int", + "value": 850 + } + }, + { + "@type": "AnnotationData", + "@id": "66A5DAB267", + "key": "index", + "value": { + "@type": "Int", + "value": 851 + } + }, + { + "@type": "AnnotationData", + "@id": "A30234B6D9", + "key": "index", + "value": { + "@type": "Int", + "value": 852 + } + }, + { + "@type": "AnnotationData", + "@id": "6B93EB6B45", + "key": "index", + "value": { + "@type": "Int", + "value": 853 + } + }, + { + "@type": "AnnotationData", + "@id": "AD008C5A78", + "key": "index", + "value": { + "@type": "Int", + "value": 854 + } + }, + { + "@type": "AnnotationData", + "@id": "71474C1BB7", + "key": "index", + "value": { + "@type": "Int", + "value": 855 + } + }, + { + "@type": "AnnotationData", + "@id": "46AEE48EEC", + "key": "index", + "value": { + "@type": "Int", + "value": 856 + } + }, + { + "@type": "AnnotationData", + "@id": "386CE8FFF4", + "key": "index", + "value": { + "@type": "Int", + "value": 857 + } + }, + { + "@type": "AnnotationData", + "@id": "6006F8DD65", + "key": "index", + "value": { + "@type": "Int", + "value": 858 + } + }, + { + "@type": "AnnotationData", + "@id": "0D888402B4", + "key": "index", + "value": { + "@type": "Int", + "value": 859 + } + }, + { + "@type": "AnnotationData", + "@id": "421598A33A", + "key": "index", + "value": { + "@type": "Int", + "value": 860 + } + }, + { + "@type": "AnnotationData", + "@id": "AF4011D204", + "key": "index", + "value": { + "@type": "Int", + "value": 861 + } + }, + { + "@type": "AnnotationData", + "@id": "6A56696ABD", + "key": "index", + "value": { + "@type": "Int", + "value": 862 + } + }, + { + "@type": "AnnotationData", + "@id": "B86E5FF50C", + "key": "index", + "value": { + "@type": "Int", + "value": 863 + } + }, + { + "@type": "AnnotationData", + "@id": "089FC9E500", + "key": "index", + "value": { + "@type": "Int", + "value": 864 + } + }, + { + "@type": "AnnotationData", + "@id": "09043AD083", + "key": "index", + "value": { + "@type": "Int", + "value": 865 + } + }, + { + "@type": "AnnotationData", + "@id": "D4C2C289D9", + "key": "index", + "value": { + "@type": "Int", + "value": 866 + } + }, + { + "@type": "AnnotationData", + "@id": "BECE148B7A", + "key": "index", + "value": { + "@type": "Int", + "value": 867 + } + }, + { + "@type": "AnnotationData", + "@id": "70A8805EBD", + "key": "index", + "value": { + "@type": "Int", + "value": 868 + } + }, + { + "@type": "AnnotationData", + "@id": "585785FABB", + "key": "index", + "value": { + "@type": "Int", + "value": 869 + } + }, + { + "@type": "AnnotationData", + "@id": "280B088835", + "key": "index", + "value": { + "@type": "Int", + "value": 870 + } + }, + { + "@type": "AnnotationData", + "@id": "51504CC22F", + "key": "index", + "value": { + "@type": "Int", + "value": 871 + } + }, + { + "@type": "AnnotationData", + "@id": "757E318910", + "key": "index", + "value": { + "@type": "Int", + "value": 872 + } + }, + { + "@type": "AnnotationData", + "@id": "71A005B12B", + "key": "index", + "value": { + "@type": "Int", + "value": 873 + } + }, + { + "@type": "AnnotationData", + "@id": "9F82F572F4", + "key": "index", + "value": { + "@type": "Int", + "value": 874 + } + }, + { + "@type": "AnnotationData", + "@id": "F4A34A55D7", + "key": "index", + "value": { + "@type": "Int", + "value": 875 + } + }, + { + "@type": "AnnotationData", + "@id": "CFF1FD32CF", + "key": "index", + "value": { + "@type": "Int", + "value": 876 + } + }, + { + "@type": "AnnotationData", + "@id": "AA5C5A74FC", + "key": "index", + "value": { + "@type": "Int", + "value": 877 + } + }, + { + "@type": "AnnotationData", + "@id": "F40F459333", + "key": "index", + "value": { + "@type": "Int", + "value": 878 + } + }, + { + "@type": "AnnotationData", + "@id": "1FCD10010A", + "key": "index", + "value": { + "@type": "Int", + "value": 879 + } + }, + { + "@type": "AnnotationData", + "@id": "C47DEE6A0D", + "key": "index", + "value": { + "@type": "Int", + "value": 880 + } + }, + { + "@type": "AnnotationData", + "@id": "77219EA94E", + "key": "index", + "value": { + "@type": "Int", + "value": 881 + } + }, + { + "@type": "AnnotationData", + "@id": "755E7B6769", + "key": "index", + "value": { + "@type": "Int", + "value": 882 + } + }, + { + "@type": "AnnotationData", + "@id": "783345FD1D", + "key": "index", + "value": { + "@type": "Int", + "value": 883 + } + }, + { + "@type": "AnnotationData", + "@id": "A15A90B5A8", + "key": "index", + "value": { + "@type": "Int", + "value": 884 + } + }, + { + "@type": "AnnotationData", + "@id": "E1BE5E213D", + "key": "index", + "value": { + "@type": "Int", + "value": 885 + } + }, + { + "@type": "AnnotationData", + "@id": "CC4249EA7B", + "key": "index", + "value": { + "@type": "Int", + "value": 886 + } + }, + { + "@type": "AnnotationData", + "@id": "F7E15371EA", + "key": "index", + "value": { + "@type": "Int", + "value": 887 + } + }, + { + "@type": "AnnotationData", + "@id": "7E892CD4D7", + "key": "index", + "value": { + "@type": "Int", + "value": 888 + } + }, + { + "@type": "AnnotationData", + "@id": "37E74E0B95", + "key": "index", + "value": { + "@type": "Int", + "value": 889 + } + }, + { + "@type": "AnnotationData", + "@id": "4C77442C43", + "key": "index", + "value": { + "@type": "Int", + "value": 890 + } + }, + { + "@type": "AnnotationData", + "@id": "74166772C6", + "key": "index", + "value": { + "@type": "Int", + "value": 891 + } + }, + { + "@type": "AnnotationData", + "@id": "E2B8F10019", + "key": "index", + "value": { + "@type": "Int", + "value": 892 + } + }, + { + "@type": "AnnotationData", + "@id": "2B691A3999", + "key": "index", + "value": { + "@type": "Int", + "value": 893 + } + }, + { + "@type": "AnnotationData", + "@id": "508420C677", + "key": "index", + "value": { + "@type": "Int", + "value": 894 + } + }, + { + "@type": "AnnotationData", + "@id": "95F57F2535", + "key": "index", + "value": { + "@type": "Int", + "value": 895 + } + }, + { + "@type": "AnnotationData", + "@id": "6455E44601", + "key": "index", + "value": { + "@type": "Int", + "value": 896 + } + }, + { + "@type": "AnnotationData", + "@id": "2526258AF2", + "key": "index", + "value": { + "@type": "Int", + "value": 897 + } + }, + { + "@type": "AnnotationData", + "@id": "FA41238133", + "key": "index", + "value": { + "@type": "Int", + "value": 898 + } + }, + { + "@type": "AnnotationData", + "@id": "3D14ADE1A1", + "key": "index", + "value": { + "@type": "Int", + "value": 899 + } + }, + { + "@type": "AnnotationData", + "@id": "BC7C1B8AA4", + "key": "index", + "value": { + "@type": "Int", + "value": 900 + } + }, + { + "@type": "AnnotationData", + "@id": "1234DB4548", + "key": "index", + "value": { + "@type": "Int", + "value": 901 + } + }, + { + "@type": "AnnotationData", + "@id": "A4A4ECB875", + "key": "index", + "value": { + "@type": "Int", + "value": 902 + } + }, + { + "@type": "AnnotationData", + "@id": "D4C928E122", + "key": "index", + "value": { + "@type": "Int", + "value": 903 + } + }, + { + "@type": "AnnotationData", + "@id": "BC1B8D87C7", + "key": "index", + "value": { + "@type": "Int", + "value": 904 + } + }, + { + "@type": "AnnotationData", + "@id": "492BD98DD2", + "key": "index", + "value": { + "@type": "Int", + "value": 905 + } + }, + { + "@type": "AnnotationData", + "@id": "D545206551", + "key": "index", + "value": { + "@type": "Int", + "value": 906 + } + }, + { + "@type": "AnnotationData", + "@id": "FA2F9E2C34", + "key": "index", + "value": { + "@type": "Int", + "value": 907 + } + }, + { + "@type": "AnnotationData", + "@id": "39C4333D4D", + "key": "index", + "value": { + "@type": "Int", + "value": 908 + } + }, + { + "@type": "AnnotationData", + "@id": "29B3008C0C", + "key": "index", + "value": { + "@type": "Int", + "value": 909 + } + }, + { + "@type": "AnnotationData", + "@id": "13B7D3874C", + "key": "index", + "value": { + "@type": "Int", + "value": 910 + } + }, + { + "@type": "AnnotationData", + "@id": "16B1C8F9CE", + "key": "index", + "value": { + "@type": "Int", + "value": 911 + } + }, + { + "@type": "AnnotationData", + "@id": "C74B20FCF3", + "key": "index", + "value": { + "@type": "Int", + "value": 912 + } + }, + { + "@type": "AnnotationData", + "@id": "83F9E6399C", + "key": "index", + "value": { + "@type": "Int", + "value": 913 + } + }, + { + "@type": "AnnotationData", + "@id": "B4FAFA4A34", + "key": "index", + "value": { + "@type": "Int", + "value": 914 + } + }, + { + "@type": "AnnotationData", + "@id": "F6CABA9F47", + "key": "index", + "value": { + "@type": "Int", + "value": 915 + } + }, + { + "@type": "AnnotationData", + "@id": "B2A383462B", + "key": "index", + "value": { + "@type": "Int", + "value": 916 + } + }, + { + "@type": "AnnotationData", + "@id": "8C8D582E8E", + "key": "index", + "value": { + "@type": "Int", + "value": 917 + } + }, + { + "@type": "AnnotationData", + "@id": "648C1439DC", + "key": "index", + "value": { + "@type": "Int", + "value": 918 + } + }, + { + "@type": "AnnotationData", + "@id": "38647A12CA", + "key": "index", + "value": { + "@type": "Int", + "value": 919 + } + }, + { + "@type": "AnnotationData", + "@id": "5C51304353", + "key": "index", + "value": { + "@type": "Int", + "value": 920 + } + }, + { + "@type": "AnnotationData", + "@id": "090A43FA53", + "key": "index", + "value": { + "@type": "Int", + "value": 921 + } + }, + { + "@type": "AnnotationData", + "@id": "8BCC3A88CD", + "key": "index", + "value": { + "@type": "Int", + "value": 922 + } + }, + { + "@type": "AnnotationData", + "@id": "687F580BF0", + "key": "index", + "value": { + "@type": "Int", + "value": 923 + } + }, + { + "@type": "AnnotationData", + "@id": "A1A6E0A9B4", + "key": "index", + "value": { + "@type": "Int", + "value": 924 + } + }, + { + "@type": "AnnotationData", + "@id": "4EC4846B4B", + "key": "index", + "value": { + "@type": "Int", + "value": 925 + } + }, + { + "@type": "AnnotationData", + "@id": "67E9A47792", + "key": "index", + "value": { + "@type": "Int", + "value": 926 + } + }, + { + "@type": "AnnotationData", + "@id": "6954799F4A", + "key": "index", + "value": { + "@type": "Int", + "value": 927 + } + }, + { + "@type": "AnnotationData", + "@id": "E9EEA05AA7", + "key": "index", + "value": { + "@type": "Int", + "value": 928 + } + }, + { + "@type": "AnnotationData", + "@id": "AD036EB6BA", + "key": "index", + "value": { + "@type": "Int", + "value": 929 + } + } + ] + } + ], + "annotations": [ + { + "@type": "Annotation", + "@id": "F10282032B", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 4 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 54 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "233279F3A9", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "89BF0D8EE0", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 55 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 100 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "C1AF1AEA9F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "282DAAE222", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 101 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 148 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "85D572A6B8", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "80DC8BFA1B", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 149 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 200 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "61BCE87C8A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "05CEA4EA5E", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 201 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 354 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "B79A2AC8E2", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "7950495179", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 355 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 502 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "90A3F063AD", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "94B9A40BEE", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 503 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 650 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "D13CD024BB", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "4AD4047464", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 651 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 794 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "946944F80D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "44CD949C4A", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 795 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 949 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "7454BE364E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "21FD8225F8", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 950 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1093 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "74B9C44C46", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "0CC30D7C69", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1094 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1247 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "423F972FD4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "9434E901D8", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1248 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1404 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "663386223A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "0D67CC897B", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1405 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1568 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "34A82F360F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "4630EABA60", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1569 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1717 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "44CEC5B735", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "D699A2299A", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1718 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1872 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "5AFABFE666", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "BB56AF11E5", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1873 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 2023 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "5507450165", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "18B24D4941", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 2024 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 2168 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "E93F483BCC", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "FB688325F0", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 2169 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 2316 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "2CAF2746C2", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "36494FEB18", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 2317 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 2433 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "BA6BC4BA2A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "B237354135", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 2434 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 2548 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "AF696426CC", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "14727AAB57", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 2549 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 2674 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "B8698FAECA", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "F64F04F996", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 2675 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 2790 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "691D6C6D91", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "BD2B62C942", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 2791 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 2908 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "82B06460A6", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "490FA9F005", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 2909 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 3023 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "BEF865AA2B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "8EAB1E6A1B", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 3024 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 3137 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "A1A2ADA0CE", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "6334949E93", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 3138 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 3254 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "61C2964A68", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "ADDAD82D72", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 3255 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 3360 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "FB91E5EB4B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "20892C6AC5", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 3361 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 3468 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "80562929B0", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "59CC447B28", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 3469 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 3587 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "E2C4FB5BC2", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "BF2492A4A9", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 3588 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 3709 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "EA45E6E4A5", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "87ECAA3852", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 3710 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 3826 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "7EABFA1E54", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "7755737848", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 3827 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 3950 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "ACD4FAE4D9", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "24488C1C96", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 3951 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 4066 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "DDD09C54AC", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "8482B65D63", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 4067 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 4177 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "CAB7595B99", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "1549116614", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 4178 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 4291 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "1D26DFDC5A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "92208009FE", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 4292 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 4439 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "6448B44D81", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "336C66C342", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 4440 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 4580 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "EF31DA7897", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "E88FD63336", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 4581 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 4737 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "71CCE24CB7", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "3589FCEDCC", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 4738 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 4878 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "AFF55BA98A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "FD35AA5C95", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 4879 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 5018 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "43A4CF36C3", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "6E5E560012", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 5019 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 5117 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "958F0148F3", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "9829B94456", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 5123 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 5273 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "376DB68F85", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "F538AFE90D", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 5274 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 5412 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "3491C439DD", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "A4C078A102", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 5413 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 5556 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "DCF9AF7DBF", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "C86B9FEC4E", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 5557 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 5705 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "7FC0EDFEC8", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "29E200004D", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 5706 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 5843 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "D79703B60A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "F3FEEA5ABA", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 5844 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 5992 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "0BD0ADA565", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "A5DDE3CD47", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 5993 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 6144 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "80CA683AC8", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "AF22145F22", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 6145 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 6296 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "6FB360640A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "682CC4833E", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 6297 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 6446 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "9F892382D4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "B8389B3006", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 6447 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 6584 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "ED44AA480D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "8FDA76401B", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 6585 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 6725 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "8D0DEEBC09", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "CE35C76EA9", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 6726 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 6862 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "A5C8C22B32", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "2C3B860217", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 6863 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 7015 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "B0980C48DF", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "0D77B0B974", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 7016 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 7164 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "BEA41454C4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "6ECC1678C5", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 7165 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 7305 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "674C4624C6", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "1B182F23B4", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 7306 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 7456 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "5FEE33FD89", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "51ACEDC7D5", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 7457 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 7598 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "EC241E47C4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "FB1F47B474", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 7599 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 7755 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "50B1003B0D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "FABE6A90A9", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 7756 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 7908 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "3AB9A0B41D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "AEE58A507A", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 7909 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 8033 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "CB346B6B3D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "272FCD95F9", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 8034 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 8151 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "1D1FDD213F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "6FF9B4735B", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 8152 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 8271 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "E2873FE232", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "190400EE34", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 8272 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 8396 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "210BD8609B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "BE6666F446", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 8397 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 8522 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "502A0520AC", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "44DE92247B", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 8523 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 8648 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "19AE216E20", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "580AED4F27", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 8649 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 8772 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "5B4BF1A3E2", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "DC7EA3ED1A", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 8773 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 8891 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "3DC47C9167", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "BF9D77279D", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 8892 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 9002 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "A0BC3C0BF8", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "6C36888336", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 9003 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 9115 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "F04EFF6A2E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "2C30FB233C", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 9116 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 9231 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "60FE39F966", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "C9C726DD94", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 9232 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 9345 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "5B4CB6B6C9", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "64B2EFB416", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 9346 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 9462 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "6FF293F6DC", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "1247D97814", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 9463 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 9572 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "09CE956401", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "C82D19434D", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 9573 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 9683 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "E01310DB1B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "A29E20DE84", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 9684 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 9806 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "0879BA298D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "38B4921A82", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 9807 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 9919 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4438B3879A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "40EF7FCA0B", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 9920 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 10026 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "C8BD7139BB", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "89CBD59CB0", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 10027 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 10136 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "AA549F2246", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "155A285942", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 10137 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 10251 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "8404AF4404", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "90C1D1AAFC", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 10252 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 10372 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "58335F5C9F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "8F3020258B", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 10373 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 10487 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4D32979B95", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "192BDF0D03", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 10488 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 10600 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "B6CAC16105", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "25CB428CEE", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 10601 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 10713 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "78C698F05F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "D49CE44011", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 10714 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 10840 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "F3F5F4E395", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "874A9756D2", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 10841 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 10967 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "01382EAA22", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "CE0B77E4A8", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 10968 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 11084 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "40EE003D75", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "9CCFDE9E3C", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 11085 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 11204 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "B7E8999CC4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "D248FDB3C9", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 11205 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 11322 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4BBD3AB8DD", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "30D438A870", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 11323 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 11441 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "F4A89899D5", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "D9A8D13609", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 11442 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 11559 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "8135FE9EA2", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "81882166E5", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 11560 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 11673 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "C8F4AAA79F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "ECDB3DF3C8", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 11674 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 11790 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "C5426AECF1", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "8F69C57983", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 11791 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 11908 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "CFCA6452F8", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "DD73533535", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 11909 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 12026 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "E885297568", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "B4696BF766", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 12027 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 12142 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "EB09AE2C86", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "F89DBF4CC4", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 12143 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 12254 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "49459E1828", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "F8EB36838A", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 12255 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 12363 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "2E77203ED7", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "70B60D89A7", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 12364 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 12474 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "FA44E74A7E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "3D939F29E3", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 12475 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 12586 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "F3555553FC", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "2CC0C765C0", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 12587 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 12691 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "73DBBBCDB4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "A6550A8C4A", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 12692 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 12805 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "30ACCE628B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "F4F9E472A6", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 12806 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 12922 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "9498D9D40A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "A505D1AC83", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 12923 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 13025 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "9352206E06", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "D250C4C10E", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 13026 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 13148 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "1F7BAF4FC3", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "025F909264", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 13149 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 13263 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "AA7B1A506B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "66BFF6803D", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 13264 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 13341 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "648D288A41", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "12E9AEE64F", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 13347 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 13460 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "19B53CE2E8", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "F9B90C5344", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 13461 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 13573 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "E2A47CA297", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "5F17300944", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 13574 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 13743 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "760ADD402A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "CC0D39FC99", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 13744 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 13864 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "9D7474FBDC", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "57A53722B7", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 13865 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 13982 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "64ED34BE60", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "A8B9DB1FC3", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 13983 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 14094 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "E2C76AA32C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "02BF57AA13", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 14095 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 14200 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "3598C8686A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "F4DF85B033", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 14201 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 14317 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "7C8891904F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "BB4BC487B2", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 14318 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 14430 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "B7BE35ECBA", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "5993B43011", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 14431 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 14551 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "8D1749B947", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "D22962D2A5", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 14552 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 14661 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "8A64E08245", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "8C253B11A4", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 14662 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 14775 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "26A649A6BC", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "C365E495E9", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 14776 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 14889 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "0EB86A0ABC", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "7A498783B3", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 14890 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 14999 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "F8A00A6030", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "7657C0C1E9", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 15000 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 15110 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "40D5ED2280", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "A61F14F3E8", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 15111 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 15218 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "858759EBA9", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "FC38AF5F13", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 15219 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 15342 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "702CA36D98", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "5BF56DEC53", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 15343 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 15455 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "2085C8D422", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "2B0D0CB5C1", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 15456 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 15577 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "D831C40BD3", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "75E552AB32", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 15578 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 15690 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "38AE4EB7EB", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "4B4FAAA8A4", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 15691 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 15806 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "6DED481FE9", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "4772B940EC", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 15807 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 15927 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "6030B98808", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "911CF2DFCD", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 15928 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 16046 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "06CC9CEBFB", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "213D15E101", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 16047 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 16166 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "C8D8876620", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "37808B483C", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 16167 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 16285 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "58F4002C3F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "E17B3E0FCC", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 16286 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 16404 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "9A920FF677", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "22F0B7B534", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 16405 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 16519 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "9A39A0ABCB", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "A4C647542F", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 16520 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 16639 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "68E506E8CD", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "F40F9A05FF", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 16640 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 16757 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "1C858F4E93", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "D4AE36A937", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 16758 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 16878 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "692B0DEB2B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "C6D5823DDB", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 16879 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 16989 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "81612F4E91", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "0BAADAD90A", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 16990 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 17144 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "464A44E551", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "232AA271CA", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 17145 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 17289 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "CCB22B7058", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "2F16B3345A", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 17290 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 17392 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "774B7917B0", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "55E2D2C283", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 17398 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 17513 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "0305CB108C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "75220B78FA", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 17514 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 17628 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "6634606338", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "3C1191C39A", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 17629 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 17747 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "ADF7F19A8A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "1B5D495594", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 17748 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 17859 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "593B3DCCD8", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "694916F38F", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 17860 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 17975 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "BEA4E4F644", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "404CB5B951", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 17976 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 18085 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "FB43DBBC5C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "E5B664663E", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 18086 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 18197 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "FABE8A90A3", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "C0FDE8FD80", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 18198 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 18307 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4BF3DE347B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "CBBF1BB6C0", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 18308 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 18421 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "96D3899E90", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "6546A96666", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 18422 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 18537 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "6CB6AA2B16", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "24DCF3A93E", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 18538 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 18653 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "90A2AD2A9B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "B9CD32AD6A", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 18654 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 18768 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "14BC070004", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "2154161D41", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 18769 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 18888 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "A99677A928", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "2B66050A31", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 18889 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 19004 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "1A8CEBA848", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "C05C486FBC", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 19005 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 19115 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "F75F241488", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "349BBCAA28", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 19116 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 19222 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "9D066274D9", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "A3A4E2C370", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 19223 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 19334 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "04F2770AA2", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "E69B1EFC9E", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 19335 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 19446 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "B444EE9403", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "228BD88B5B", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 19447 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 19557 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "000D0500A0", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "DD284D0664", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 19558 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 19678 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4CB9DE8DC4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "999015BDB5", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 19679 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 19806 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "37D507F9C5", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "0D6F6006B0", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 19807 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 19916 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "DF4EA0C408", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "F2DE38DEF1", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 19917 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 20032 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "110E028E82", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "1C103F93CE", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 20033 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 20151 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "3E4FB5EF03", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "8825C24357", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 20152 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 20268 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "F9B0FE9180", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "3584D04223", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 20269 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 20384 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "AAFEAECC2E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "BA6DBAB536", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 20385 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 20500 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "73F349B756", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "A54B0B200C", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 20501 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 20616 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4E5A459F7B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "B2533D454D", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 20617 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 20729 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "70B33173CE", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "7AAF4FF412", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 20730 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 20842 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "B13797F589", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "027E2A7CA0", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 20843 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 20952 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "670FAB4673", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "EE604964F6", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 20953 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 21063 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "6848E986DE", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "CF7BA7F5A3", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 21064 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 21184 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "7A84801AAA", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "0B5B28CEF4", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 21185 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 21335 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "90744315E0", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "1013BAF15A", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 21336 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 21473 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "9B9D3BCE3D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "DEAC494E1B", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 21474 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 21653 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "678488814A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "F6B30FF4D0", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 21654 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 21842 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "805AAFA010", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "C0B5077DCC", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 21843 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 22008 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "5F5420E25F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "95934AB8EF", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 22009 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 22161 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "B234424BCC", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "8F7D407E78", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 22162 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 22293 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "D5AD08EA7A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "C4AAA18561", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 22294 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 22414 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "B9179F4779", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "48430DC410", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 22415 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 22524 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "7A6F072466", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "38A76A628D", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 22525 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 22644 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "E6F5AF260D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "3733FF3539", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 22645 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 22757 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "CE8398AB88", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "2D363AB00A", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 22758 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 22896 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "3186BAAC3A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "F755291692", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 22897 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 23045 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "B4A347643F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "2CFB3FC1AE", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 23046 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 23289 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "DED0D304D0", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "7688407EB2", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 23290 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 23424 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "6E466839A3", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "A941F451C0", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 23425 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 23508 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "03AB01A350", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "0DFDD3219F", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 23514 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 23634 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "DDD7E98ED6", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "E2C7B7CC2C", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 23635 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 23748 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "DFDF92C7E4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "9F11382881", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 23749 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 23861 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "670B099A70", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "5729776DC4", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 23862 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 23981 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "C0BEB83C1C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "34DF873F0E", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 23982 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 24098 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "5357E4F59C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "49EDF6993E", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 24099 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 24214 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "E35AE5248F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "4B4CA2B6B6", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 24215 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 24330 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "C68B932493", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "652BB022B5", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 24331 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 24449 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "2AA6029D4F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "D3C334DD3D", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 24450 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 24564 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "5B4D923330", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "40B4688717", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 24565 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 24682 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "AB646D6DB6", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "B3F1B90FF3", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 24683 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 24795 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "24141A7E34", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "E83334769A", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 24796 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 24914 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "BC7467A5D5", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "49DEF52E4A", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 24915 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 25023 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "8DA86448AC", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "D3FB7BC119", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 25024 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 25149 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "1EA8242D19", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "A1F11ECC11", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 25150 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 25265 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "86ED685666", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "0D34E19C47", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 25266 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 25387 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "E752B9EF77", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "AB4769A73E", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 25388 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 25506 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "7B1777EB50", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "4911434E3B", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 25507 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 25631 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "61C80124B3", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "80C2896A38", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 25632 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 25754 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4835C4B69B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "9E8AE4CE90", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 25755 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 25874 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "8812E8DE36", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "5C9EDFC4B5", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 25875 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 25997 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "F84028414E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "D102110A90", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 25998 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 26108 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "45B2F32230", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "9F887C24F4", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 26109 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 26222 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "9B302BB7FB", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "0E15E4AAE9", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 26223 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 26339 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "AD12405BAA", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "6AEB3B7A32", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 26340 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 26455 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4941948353", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "CE84484A1E", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 26456 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 26572 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "74CFA433EC", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "990933B4FF", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 26573 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 26699 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "DD905B4520", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "1EBBA7100C", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 26700 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 26833 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4E41D63C84", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "4B41C0687D", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 26834 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 26938 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "3115FDD9DA", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "BFDE4D3D8B", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 26939 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 27051 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "A7CF4FAB4B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "112ED0914E", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 27052 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 27165 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "750B808ACB", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "427368A2AC", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 27166 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 27281 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "9FFF76DA54", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "5B48844980", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 27282 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 27397 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "7F68369857", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "B8F9A1F488", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 27398 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 27513 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4DF24FA12D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "BBE69664B4", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 27514 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 27619 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "B618728728", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "E68F5EA8A8", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 27620 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 27735 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "F6BA76B76C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "0B9093FD6B", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 27736 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 27855 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "8F92999099", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "61279D9AD2", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 27856 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 27966 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "9BC9E888E0", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "0AB7D1CA45", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 27967 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 28077 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "3DDA6EF520", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "97A9141970", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 28078 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 28187 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "9CDDFC9EDE", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "F22F64A2DA", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 28188 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 28302 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4AC353044C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "BB546C4B31", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 28303 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 28427 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "DDA933DA51", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "473FC7F4AF", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 28428 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 28537 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "870D8796D7", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "3665E6F9BD", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 28538 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 28649 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "75C6AED1DD", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "114819A18A", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 28650 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 28754 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4144446F44", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "F6D966DC46", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 28755 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 28870 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "F54616AFE9", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "F45D1B8C8B", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 28871 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 28985 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4D2E7DC9A1", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "602BD0ACBD", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 28986 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 29087 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "C298A902B2", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "5A8205DD58", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 29088 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 29198 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "D1D6D46496", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "F686F77F98", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 29199 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 29312 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "46C9C3179B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "801AB1A088", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 29313 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 29437 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "40E75D34FD", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "B23B01F963", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 29438 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 29551 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "52101B2F0A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "18199A8ECA", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 29552 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 29668 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "FA364E058C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "43546CC388", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 29669 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 29787 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "2D0F12AAB9", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "BB9BB8B0FC", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 29788 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 29899 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "32A3736436", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "F6A4086544", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 29900 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 30021 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "9A835A404E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "B34DE3EFFF", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 30022 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 30129 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "2C11162358", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "7FA9AA7AB8", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 30130 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 30236 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "8C969D02A9", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "4D9510EEF3", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 30237 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 30343 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "434DA0A78B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "E4A2F0C58E", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 30344 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 30459 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "AD6666E993", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "714012B117", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 30460 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 30586 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "454497BD3A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "E6F722E862", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 30587 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 30692 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "ECC6E0CA68", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "403FFF43A0", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 30693 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 30807 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "A5D011DDB6", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "8D4388D188", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 30808 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 30925 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "16480A0674", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "F4E5BF45D4", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 30926 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 31042 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "748F7445A7", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "4139AA461E", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 31043 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 31151 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "C5FE83591E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "96AE07E489", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 31152 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 31271 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "23D35433F3", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "4BE869E11C", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 31272 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 31387 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "C9CE859099", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "497596BC6D", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 31388 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 31488 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "84F6B666B4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "B60CD069D6", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 31489 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 31612 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "46AE4BBC4B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "4AE841A016", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 31613 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 31736 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "DDD6AFF54B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "960F7FAFCF", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 31737 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 31848 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "9DF919DBC9", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "554E784E57", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 31849 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 31965 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "6FD254F64F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "DD46784647", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 31966 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 32085 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "5601EF3EF9", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "787989E8E5", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 32086 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 32205 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "AFC6B88C99", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "F4FFF4418E", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 32206 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 32319 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "EE949D5F6D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "99C8639444", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 32320 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 32433 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "565C357CE5", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "A3BF2F2BA4", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 32434 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 32542 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "A865EA43BB", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "800F469B4B", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 32543 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 32652 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "7046C60CE1", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "ACD7C9A559", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 32653 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 32770 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "E27CAAF356", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "9AFBF56F69", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 32771 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 32890 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "84FE446F48", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "F10379841E", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 32891 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 32996 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "85B6BB7B3C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "7914AFAF61", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 32997 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 33116 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "BB274CFC26", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "08F9A7AAA3", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 33117 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 33229 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "77BCBD3758", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "2B92466022", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 33230 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 33346 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "FB4DE8BBBB", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "D4265CC884", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 33347 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 33464 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "F21D660219", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "20976FC319", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 33465 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 33579 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "CAEEB9E8EC", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "0CA168030B", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 33580 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 33689 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "9BA76E29C2", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "DB549A450B", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 33690 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 33802 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "560225C964", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "612895699D", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 33803 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 33919 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "860771F1E0", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "33977773EB", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 33920 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 34022 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "2FB2C2DF3C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "A44FAE664D", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 34023 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 34127 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "1803361505", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "CF9C9CD8C5", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 34128 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 34238 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "CA4FBF7F77", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "D3B338B322", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 34239 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 34344 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4C27AAFE02", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "42276AF2A5", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 34345 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 34460 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "D9462422E6", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "97AB6EB681", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 34461 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 34577 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "E643FD666A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "2830C70C93", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 34578 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 34690 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "AE68A5C8A4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "97A98A962A", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 34691 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 34806 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "70FB3BE9FA", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "9FE9C4FFE6", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 34807 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 34923 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "87A1424D9C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "9BAB78A6B8", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 34924 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 35035 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "12A41CD849", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "CCEBB30F3B", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 35036 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 35155 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "1A19E9DDCC", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "E52FC9D2EC", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 35156 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 35276 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "31441B1ACA", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "126D69AD30", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 35277 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 35393 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "99CBEC02EE", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "BB24A51B46", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 35394 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 35507 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "FAEA039AC4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "04977C75B2", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 35508 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 35614 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4CB8B0DB58", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "F64FDA4C4E", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 35615 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 35734 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "5CCD7C4664", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "1351E86CC2", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 35735 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 35846 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "5625CBE61D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "7466BA06DF", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 35847 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 35956 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "0FA05DD70D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "368C403C78", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 35957 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 36071 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "14AB14B130", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "11FFEE4311", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 36072 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 36154 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "AC7FC98BD9", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "A45F1500F9", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 36160 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 36283 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "D11F618F3D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "8444B2436C", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 36284 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 36394 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "E891239E16", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "34E35A3CE0", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 36395 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 36512 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "2F9F29B247", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "B9994A3D2D", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 36513 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 36627 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "69F7AB9976", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "38CC86E3F6", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 36628 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 36746 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "11A937D842", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "2D77AB31C8", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 36747 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 36865 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "74079C36D9", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "7A8BB8BBFB", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 36866 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 36978 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "C9983D359D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "8CC68C08F1", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 36979 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 37086 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "A6C69C0900", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "4C7A642CC0", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 37087 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 37200 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "76931614D1", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "575B6B2CA7", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 37201 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 37300 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "E61DD71E39", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "B1EC51CB6A", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 37301 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 37415 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "33003788E4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "B1A8AA08FA", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 37416 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 37544 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "F0791B0EA9", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "98FF2FA3AD", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 37545 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 37653 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "85A9FC405C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "339BB1FAF4", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 37654 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 37764 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "030C6579D6", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "5FC5522924", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 37765 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 37878 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "8D78AFAA38", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "4C2EB403BA", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 37879 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 37989 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "369EE1EAD6", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "E8E29B224F", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 37990 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 38103 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "31CEB00CCC", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "66C8CA8DB8", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 38104 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 38224 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "F87044E2B1", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "4147650B4B", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 38225 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 38344 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "12B72F182B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "B85F5D3828", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 38345 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 38454 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "E9ECD56970", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "3249C2D32B", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 38455 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 38568 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "C6319DB925", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "BAA388D31A", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 38569 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 38689 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "F64F219361", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "44B42BD46B", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 38690 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 38813 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "3FDD4382DC", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "C2F1A01853", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 38814 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 38932 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "F488844A0F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "986B48A5A9", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 38933 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 39043 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "7323E9F9AF", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "99320CCE8C", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 39044 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 39163 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "B47B2E8092", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "455D444766", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 39164 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 39279 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "22E566BFA9", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "9C2F6A7AEA", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 39280 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 39388 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "C77E1BBEB7", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "DF74684FA6", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 39389 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 39501 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "CDFD4AEB7C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "6DADFEB4F7", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 39502 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 39614 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "760871D354", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "0796187D98", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 39615 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 39729 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "6DA7E9C3A6", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "8D5EBA5BA0", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 39730 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 39852 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "9EDE54EE0B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "BF20FF88B8", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 39853 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 39970 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "930EAE24DE", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "AE49F9BA78", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 39971 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 40091 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "1E6848AC13", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "93C0CC95AC", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 40092 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 40206 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "3EBBDB63F5", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "A5A40CA788", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 40207 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 40316 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "FFF437A497", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "7DF24EED97", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 40317 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 40432 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "F3B409A31B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "286FF26BD2", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 40433 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 40544 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "CA126D4225", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "585BF323F2", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 40545 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 40654 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "44DDD12DD7", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "E027CAB69A", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 40655 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 40768 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "504507F962", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "A7DEB7EBC4", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 40769 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 40874 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "6589E5FFE7", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "DCC5A5CFC8", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 40875 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 40986 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "954B4ABBB7", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "136B34492B", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 40987 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 41097 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "14B1F94EBB", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "3348411E19", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 41098 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 41209 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "2A20715F72", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "0475D99C79", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 41210 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 41325 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "E837D2B056", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "D01571ABDA", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 41326 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 41435 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "41A4BBB542", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "CEAF2472A2", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 41436 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 41554 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "E623B60ED8", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "8BEEEE941A", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 41555 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 41673 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "A25E5D2E7E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "8B444F515C", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 41674 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 41784 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "27DE60E77D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "EE21FF0EF0", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 41785 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 41893 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "18CE8661A8", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "AA96994871", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 41894 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 42008 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "5052011105", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "CCCCC5AE17", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 42009 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 42120 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "6BA7CAF77D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "B15E7A5461", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 42121 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 42232 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "2779CF7F7F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "21B39E9404", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 42233 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 42335 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "2C2BBDB188", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "406B451681", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 42336 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 42450 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "DDB4F7FDD8", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "549CC19585", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 42451 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 42573 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "327A7A1343", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "C02B99F447", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 42574 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 42683 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "74E272B24F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "95131D8203", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 42684 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 42789 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "136C4C2225", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "45A943323D", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 42790 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 42906 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "91C5905CA5", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "79E6D89322", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 42907 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 43023 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4826F23AA2", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "BB4BA05CBB", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 43024 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 43129 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "595B6559A4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "F0B1D7CBFD", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 43130 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 43241 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "E9244F5413", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "48D6F67E81", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 43242 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 43343 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "5ACCA54527", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "5C455ABE88", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 43344 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 43464 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "DD542F32FB", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "88C6F16368", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 43465 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 43581 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "1841FB886C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "9E21C0A182", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 43582 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 43698 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "DBF4FB051A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "74131FCA7E", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 43699 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 43808 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "7C4AC7A047", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "C6845A9396", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 43809 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 43917 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "EE77FFEFD1", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "5A88C2D350", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 43918 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 44033 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "9C54B1AF1B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "783444641D", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 44034 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 44147 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "01BF4689A1", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "F6BFA48863", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 44148 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 44255 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "7278401CA5", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "255410A529", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 44256 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 44363 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "EE0474E9CC", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "1D680AA3CB", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 44364 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 44483 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "42933AB9BD", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "6555929579", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 44484 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 44599 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "08B54019DA", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "49FDF74AB4", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 44600 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 44719 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "E1ABB1C4E7", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "5BF7F95E7A", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 44720 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 44836 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "49EE8E8FB4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "7216E3E17E", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 44837 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 44950 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "92ECC2200E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "B1F03A1D66", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 44951 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 45074 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "322245ADA7", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "C5E547A819", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 45075 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 45190 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "6764ABD9DA", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "49D40AE6D9", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 45191 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 45307 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "7661E4E625", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "969F9C8F06", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 45308 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 45428 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4D7E75643E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "745544BA5A", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 45429 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 45545 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "5347D7D599", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "16FA4C4EC6", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 45546 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 45652 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "8EAA120C86", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "6D6939B922", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 45653 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 45762 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "D6255DAE6D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "042E442245", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 45763 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 45870 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4174314499", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "474779B8B4", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 45871 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 46001 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "697283A245", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "F03FE55B83", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 46002 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 46119 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "B8EB8C1CB7", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "F08E0A0924", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 46120 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 46238 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "1131AD0F4D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "4652C4EC66", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 46239 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 46355 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "E4174A5192", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "DBD4F11B48", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 46356 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 46481 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "5F9F7F484A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "41A9333D76", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 46482 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 46594 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "D15E52E442", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "605A65E6ED", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 46595 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 46709 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4D3490899D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "D44B8BB44C", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 46710 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 46821 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "632F1F2E66", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "71E4C042A1", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 46822 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 46939 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "8A8A6E4E9E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "3A7D93E24B", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 46940 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 47047 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "666239F7FF", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "09A8F8CFFB", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 47048 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 47152 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "9B5B9CFDA5", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "98186BC814", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 47153 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 47261 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "84BE2DB48B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "00231478F6", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 47262 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 47385 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "C1607DBC50", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "4E3B7939EA", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 47386 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 47502 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "E4E80E0BB5", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "CBB2BC4436", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 47503 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 47617 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "9969E9E911", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "84683E01DD", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 47618 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 47738 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "BB9F49FB97", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "BD44EB58E0", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 47739 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 47854 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "440A107F97", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "BBE8602900", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 47855 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 47966 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "EAE87F48EB", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "5C555650DC", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 47967 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 48072 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "179E7047E5", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "0B4556B3D6", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 48073 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 48193 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "895974041B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "3628C0CF22", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 48194 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 48302 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "5C7E76ABF0", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "5299852D2A", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 48303 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 48420 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "51D939617B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "483E53A58E", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 48421 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 48537 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4118AE910F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "B415BB8381", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 48538 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 48652 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "78805F857C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "A30CAFFCF5", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 48653 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 48764 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "043CC3C946", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "25AE8B305F", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 48765 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 48878 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "2D53AA54D1", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "1E1595421F", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 48879 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 48995 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "F3D743FDCF", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "AF1564A8F2", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 48996 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 49106 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4988B894DE", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "123ACB7A81", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 49107 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 49221 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "610943196D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "B4926790BC", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 49222 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 49333 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "5BF7648658", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "C226AAE24B", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 49334 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 49447 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "8751272279", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "75541E6445", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 49448 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 49561 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "999412D89D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "F3D3EE4E6F", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 49562 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 49680 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "D9A9972FD9", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "4F8AA2E0D2", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 49681 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 49797 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "015BE9714B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "1441CC7ACC", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 49798 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 49937 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "FE4B1BA49F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "CC536FAF64", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 49938 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 50077 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "A8A37E4C3E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "35043F4EF2", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 50078 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 50225 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "BECB337478", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "C9A8D9BA3E", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 50226 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 50370 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "87F83A6AFF", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "976225700A", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 50371 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 50520 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "D366BE554A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "CC9E1E5051", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 50521 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 50686 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "6767E27276", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "882F1627A1", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 50687 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 50831 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "A1D25455F5", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "EAEECFAA40", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 50832 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 50983 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "C19090FE8D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "701A7EBEFF", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 50984 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 51102 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "1155A9DB4D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "8D1B4DDB7D", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 51103 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 51218 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4095CC0C9B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "548818AAFA", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 51219 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 51343 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "06BAEB9FB1", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "36AB308AB9", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 51344 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 51456 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "57B54FF16C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "753F8888FD", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 51457 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 51570 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "324013656C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "F57DE69767", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 51571 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 51689 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4B2D440712", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "B7AB8A52CE", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 51690 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 51808 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "ED27BE2DF6", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "CBFBBC8BCB", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 51809 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 51893 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "BC2745F271", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "C0091AC96A", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 51899 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 52028 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "2A5C9C267A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "F727A2C953", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 52029 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 52136 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4F749FAF2F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "7074648487", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 52137 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 52256 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "C86F27D277", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "B7D1BBB55F", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 52257 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 52369 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "5A7D916F10", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "A99189DA14", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 52370 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 52483 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4D939C9953", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "51258ED5D1", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 52484 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 52597 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "B48F46A648", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "9F4F05CD7F", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 52598 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 52706 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4F4FE479F2", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "E7640BF8B0", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 52707 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 52822 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "9A6D08D0A4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "54A5C17840", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 52823 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 52932 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "663B88E444", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "895B8D485F", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 52933 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 53048 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4285F75325", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "A4C525F64E", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 53049 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 53170 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "5AA3B88464", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "55B4EFCFBF", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 53171 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 53272 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "74AFDEBA43", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "1EE698D68E", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 53273 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 53391 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "96D9E4B93E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "3691001D03", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 53392 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 53504 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "60E8805842", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "61AF481D91", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 53505 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 53627 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "8FE3989082", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "2B741EC5EC", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 53628 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 53746 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "D017A1D8D1", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "8090BDD73B", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 53747 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 53862 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "5D925550CC", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "F7169B4761", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 53863 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 53984 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "569D21410D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "80329ABE33", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 53985 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 54099 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "6324643DED", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "1115B7C2D2", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 54100 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 54208 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4C88608E77", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "833BB07639", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 54209 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 54326 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "5C5634F363", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "00B00A5093", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 54327 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 54452 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "415E0A7AEC", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "C345126926", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 54453 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 54566 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "83D8D29DFC", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "87FB0ABE4B", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 54567 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 54672 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "1686702B10", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "8E9C2360A2", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 54673 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 54785 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "041D844806", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "41D9D2219C", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 54786 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 54888 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "A68B3C8BD8", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "9B94FF4D4D", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 54889 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 55006 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4456162797", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "EABD274CA7", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 55007 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 55120 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "7480E870BE", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "B1F7037F1F", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 55121 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 55248 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "C3ACA43E44", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "7C098443E8", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 55249 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 55365 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "E74D877A28", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "C6BA2EDBE5", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 55366 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 55486 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "92961B1C50", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "901985899F", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 55487 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 55615 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "CA20AE9CAA", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "C511F2F246", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 55616 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 55725 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "7EEF002C00", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "34DCA0AC90", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 55726 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 55831 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "247047D4DB", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "D0D0E5A000", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 55832 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 55944 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4FF666EB60", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "DF7FC749E4", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 55945 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 56051 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "DF84D3B2B4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "06529B5BAE", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 56052 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 56168 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "27DAAB4141", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "E30CEF9343", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 56169 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 56283 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "9EDF106A9D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "FD68A138AF", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 56284 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 56393 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "504C455525", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "34F0EA07FB", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 56394 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 56506 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "2B32C99038", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "2E18E1D726", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 56507 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 56623 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "BB147128C9", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "28032D0598", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 56624 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 56744 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "3E9C245E6F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "9F3AF6F131", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 56745 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 56863 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4B3C63A468", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "2F4D533232", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 56864 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 57054 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "9B8D811390", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "0476B74006", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 57055 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 57297 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "E95DF5797D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "B015C7CABB", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 57298 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 57409 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "87998707B8", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "0ACAA97C50", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 57410 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 57520 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "DD4D94A81D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "EB4BEA5B1B", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 57521 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 57647 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "F4114C5B99", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "F9F64221BF", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 57648 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 57755 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4D748BC84C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "EB668FEA55", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 57756 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 57871 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "9149668800", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "328645CE8E", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 57872 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 57980 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "99BD196621", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "B06470DC5A", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 57981 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 58096 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "AB66BACAA6", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "7F1F6F0780", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 58097 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 58204 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "8B9444AC3B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "88DB54AAC2", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 58205 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 58321 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "78942D1114", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "A04CD94CCE", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 58322 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 58432 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "CFB236F215", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "50C00A6687", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 58433 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 58549 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "FFA7F9B7C7", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "FE9A16BB1B", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 58550 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 58697 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "2EEC86BCB1", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "98DFF3E394", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 58698 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 58810 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "A66ACC506B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "DD8D42CA1B", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 58811 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 58989 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "7D320FFDDC", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "7688F60E49", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 58990 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 59109 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "B4B7167517", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "3315965A43", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 59110 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 59226 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "844F43B4AA", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "18B6545818", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 59227 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 59393 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "77FA7BC4A5", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "2C2999CCCC", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 59394 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 59504 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "FADF4991B9", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "6D984E89BB", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 59505 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 59622 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "963C63A3B9", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "D57DA9F456", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 59623 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 59742 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "982746D8C7", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "9FCAF88BFD", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 59743 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 59856 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "255413D1CE", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "EFECDB0506", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 59857 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 59967 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "72A949B84A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "ACB2CA2C1A", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 59968 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 60089 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "42284A38C7", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "8C8352B7BC", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 60090 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 60211 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4FEF224FAA", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "2E95E3DFA0", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 60212 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 60326 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "E32027E4FF", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "DDF2641DD1", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 60327 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 60453 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "9B770CC76C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "77E155D162", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 60454 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 60566 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "D057440757", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "B40BF09120", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 60567 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 60675 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "A9406BE044", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "34F4444A49", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 60676 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 60786 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "2EEAEAE4EA", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "CB2220EDE5", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 60787 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 60891 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "F686F32462", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "C87F64A418", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 60892 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 61010 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4023200B2F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "CED2692C1F", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 61011 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 61100 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "8F26FC54B4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "B9A4DD4D79", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 61106 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 61225 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "6611526065", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "4440359444", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 61226 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 61341 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "783B40B145", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "454B2D81A2", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 61342 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 61460 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "7CE835C6F8", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "C4C0C8860C", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 61461 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 61606 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "98327227EA", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "C7D45875D6", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 61607 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 61716 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "D6DA240C04", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "6866178663", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 61717 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 61837 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "243454435A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "249BCC0D44", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 61838 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 61952 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "55344F6945", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "459E4174E6", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 61953 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 62073 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "C889D03E07", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "AAD0D86492", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 62074 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 62190 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "A298493FAF", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "404395B8E4", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 62191 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 62310 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "9C03E7C5BC", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "CC8FE3E6FE", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 62311 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 62422 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "2949B450BB", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "B1A339A942", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 62423 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 62534 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "A490398B31", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "68792692CE", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 62535 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 62653 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "5752DAA2B4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "080A5E8444", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 62654 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 62765 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "086B626703", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "5D9D25D2D5", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 62766 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 62874 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "845F78B59B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "E4EBB0DD5F", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 62875 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 62988 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "45A454F971", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "BCC3B95D8A", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 62989 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 63103 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "BF83A49EB6", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "9224156F71", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 63104 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 63223 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "D9DCFB598B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "F8D450C79F", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 63224 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 63337 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "CCFDCAED80", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "6F9CF694C0", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 63338 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 63457 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "9EA8089081", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "BC5B30ABCC", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 63458 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 63566 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "7A00A44702", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "6ECD7E491D", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 63567 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 63677 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4E527D222E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "84734793F4", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 63678 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 63793 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "EA5975EFE6", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "C772D363B6", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 63794 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 63911 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "EE88885AB0", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "C6A923AC5C", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 63912 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 64029 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "B6976E303D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "02ADAB1117", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 64030 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 64140 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "6052400495", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "B838A144C3", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 64141 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 64259 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "FD8BC2BDB4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "0CABB94C4F", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 64260 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 64377 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "8FBB9CCC86", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "D3A2B63DEC", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 64378 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 64493 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "F9FCA14244", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "CB6247CF00", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 64494 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 64608 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "66666D9AD1", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "91075DF5F1", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 64609 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 64724 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "43FE4EDFAD", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "3A37119730", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 64725 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 64846 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "3AA74D998B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "6B7B1220B3", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 64847 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 64966 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "B30B334293", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "55480ED4E3", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 64967 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 65080 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "680AB4FFFD", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "3D356DFC54", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 65081 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 65196 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "90D1308CE8", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "388005A021", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 65197 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 65315 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "FB56CD888D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "AEF26F49E3", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 65316 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 65432 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "3A5BA0A911", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "1BB44A6E7E", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 65433 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 65546 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "29E5FFEB72", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "F1C118EE39", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 65547 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 65671 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "7477A1E0DA", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "C602E4F711", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 65672 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 65783 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "BF54D43555", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "F492FA1069", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 65784 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 65897 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "ADFB3F6D9E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "4CCB669229", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 65898 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 66008 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "9642A46750", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "1B69242A45", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 66009 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 66124 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "9D666D0A66", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "75F696776A", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 66125 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 66244 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "48C6108BA1", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "0EFCB609F3", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 66245 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 66359 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "17AA89754D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "503355A8B0", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 66360 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 66465 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "33111EF0D0", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "794CA5A334", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 66466 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 66584 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "B3464AA9A0", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "76B7C85711", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 66585 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 66691 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "B9FCBBBB0B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "F4A6E63943", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 66692 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 66796 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "153FF55554", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "E82663D7E1", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 66797 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 66899 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "F85F4F6F69", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "9AB4A83A80", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 66900 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 67004 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4E4383E047", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "CA24B4EDA5", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 67005 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 67117 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "FDE5F518E5", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "BDCBD2CCAC", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 67118 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 67234 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "7C2715F910", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "3B333D54B9", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 67235 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 67341 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "E46DA18234", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "CD27C85C37", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 67342 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 67451 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "C6AAC6D6CC", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "CE117D4AED", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 67452 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 67565 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "23719767A4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "A9A689A7B3", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 67566 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 67681 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "F37B105DB1", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "143BE8C09B", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 67682 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 67787 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "156F80F097", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "437F4AD630", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 67788 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 67902 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "599F4CBC94", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "B2E9E5AE1E", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 67903 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 68022 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "37BDB7A655", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "5A4F74BBB9", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 68023 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 68131 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "09DCD91889", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "4BA8918281", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 68132 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 68246 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "55B9919B59", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "D88291A965", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 68247 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 68358 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "8B4A4A4EAF", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "7674712A69", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 68359 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 68471 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "27350AF334", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "149B408F75", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 68472 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 68581 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "71AF998095", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "B2579E8922", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 68582 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 68689 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "97EEBB7D73", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "FC66C48658", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 68690 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 68798 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "9087828019", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "897205E7D9", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 68799 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 68914 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "DC150540BE", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "45BFEC2BBF", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 68915 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 69033 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "460CDDC6CF", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "4CB061446C", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 69034 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 69150 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4C1484B31A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "538C666336", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 69151 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 69265 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4E12FAB13E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "476E700967", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 69266 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 69372 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "18883BD57D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "2141465146", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 69373 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 69484 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "F9F4015B5D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "A6F6B151B8", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 69485 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 69611 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "93293A4F7C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "ABEA8F31F3", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 69612 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 69724 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "95F84BA277", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "A253CC59F5", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 69725 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 69840 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "B847761586", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "B9E04355B6", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 69841 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 69961 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "8A39AF0966", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "B314008257", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 69962 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 70076 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "06AC49656F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "44146967F1", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 70077 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 70228 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "920C7081A4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "B699A14549", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 70229 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 70346 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "827C8F07DA", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "4A66CC40CC", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 70347 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 70475 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "A9DEFD2D84", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "7326D4AF44", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 70476 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 70595 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "3D4FF8739F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "E563466DF6", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 70596 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 70713 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4282CE2211", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "1EA23C54F7", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 70714 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 70830 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "E6A1EFBF66", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "114E894666", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 70831 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 70943 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "442F97915A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "7C627A07FC", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 70944 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 71088 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "2979CA3A69", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "F6F8EEFD88", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 71089 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 71214 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "15A28E1508", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "0EA4490510", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 71215 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 71328 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "F40F511CB0", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "E4B1AD1A6A", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 71329 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 71440 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "88C55D8F24", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "9019159475", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 71441 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 71552 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "BF2A4453B9", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "6FD45254D1", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 71553 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 71694 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "D33C2C774C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "110FD64A8B", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 71695 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 71809 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "ACCC3CB72C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "B761B40E12", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 71810 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 71926 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "9424732494", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "5A585C0C04", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 71927 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 72051 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "BA4994747B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "83C43C94CB", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 72052 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 72159 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "289399FA8A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "A99AAB9728", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 72160 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 72271 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "5AB9FDB124", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "EAFE3B827B", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 72272 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 72387 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "CAD80D71A7", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "43F28C190B", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 72388 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 72498 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "32F9EB7A93", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "A3885B8B2C", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 72499 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 72614 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "84D15A62CC", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "CACD95C972", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 72615 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 72723 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "766F8D81E7", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "89CB08FF08", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 72724 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 72840 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "E7D4783632", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "F76E398177", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 72841 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 72954 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "ECE355D058", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "CACDDE659D", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 72955 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 73076 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "55429C23D2", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "D22E4D035E", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 73077 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 73200 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "BD33D39C37", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "F0673CAF90", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 73201 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 73319 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "FA9DECB9F5", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "B71967FF10", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 73320 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 73440 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4204004994", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "F8F7E50406", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 73441 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 73555 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "A97888D5E7", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "4FD49F4AD9", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 73556 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 73663 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "A791A2A410", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "2F3D5E0E54", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 73664 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 73780 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "E3688698B8", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "8EA4F500D8", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 73781 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 73895 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "EEFA0CED47", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "844371A06A", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 73896 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 74000 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "B4CEDB5DBE", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "199A47119D", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 74001 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 74113 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "FBB652ABC6", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "F88DF446F8", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 74114 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 74229 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "249A04B405", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "203A8CC1BA", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 74230 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 74340 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "F9D92FD469", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "DE44101207", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 74341 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 74454 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "28FFEB39C3", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "E97E5AAE7E", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 74455 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 74566 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "B9C65B0F97", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "D041BD92D1", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 74567 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 74683 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "C08F14B1B0", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "F37FFF49FF", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 74684 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 74806 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "DBB10FAF7F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "EFD3EE6449", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 74807 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 74922 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4144BC5B99", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "63E44ED9D6", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 74923 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 75033 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "39347727E1", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "116525989B", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 75034 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 75148 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "2EB69BE33B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "C3AB997BF4", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 75149 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 75264 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "43FDA5AB6D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "883310D37E", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 75265 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 75388 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "434313EE77", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "63EBBC0FD3", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 75389 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 75504 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4530DC90F4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "4C48CC788C", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 75505 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 75616 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "984FEC8CB1", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "6B33633CC6", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 75617 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 75734 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "5E1185E192", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "3F7A39CAAA", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 75735 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 75851 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "CBB4D91557", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "9CC433B14B", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 75852 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 75970 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "538C7C79B8", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "B4B1196B82", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 75971 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 76092 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "E0E3C2D303", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "B440DFB14D", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 76093 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 76204 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "106C918017", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "1F98141810", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 76205 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 76314 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "614669495A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "51D07A6E64", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 76315 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 76432 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "56E4A33C0E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "6A4162C944", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 76433 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 76562 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "92A422A424", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "E4E24E220D", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 76563 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 76704 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "851E991B5B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "7FDD380B1F", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 76705 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 76812 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "8A88412486", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "C73AA27149", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 76813 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 76931 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "D0318B99C6", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "C3D6B4C9E3", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 76932 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 77048 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "606F7446B0", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "C8C6D09C97", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 77049 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 77156 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "D4F8062511", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "E15ACB3581", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 77157 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 77264 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4FF34A6FF0", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "4BC35D7525", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 77265 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 77383 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "52A44E9A89", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "B5C5F85358", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 77384 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 77503 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "1AD2FFA2A4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "771C8BAF77", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 77504 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 77613 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "828D556897", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "524A25B48B", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 77614 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 77722 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4BFF99CE0D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "83747F698F", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 77723 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 77844 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "AA19ACE029", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "70B16055DB", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 77845 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 77955 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "B9B960369D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "D0A32AABA0", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 77956 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 78065 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "549B138B95", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "238093439F", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 78066 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 78182 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "A9D07C1737", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "619C62D2AA", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 78183 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 78292 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "C22AA42746", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "BA74648778", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 78293 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 78414 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "77ACC10B00", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "C36F4F08DF", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 78415 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 78519 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "9075141004", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "84393D59D3", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 78520 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 78634 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "CA029CA0CC", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "F86116F9C6", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 78635 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 78749 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "311835D7AA", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "A4E8F5F2F0", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 78750 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 78857 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "8D99027692", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "D70FF6B603", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 78858 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 78971 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "60982002DB", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "98AC3EE00D", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 78972 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 79097 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "158305A624", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "DBBB6F665A", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 79098 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 79209 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "8334DAD67D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "E189B9FF19", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 79210 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 79327 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "060E8C922B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "DCFDCEC580", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 79328 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 79437 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "6DA0EEAEE0", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "7A92DA7656", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 79438 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 79548 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "37CEEC63BE", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "B2D7D28230", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 79549 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 79663 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "C8328CE84D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "A2F099B229", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 79664 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 79781 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "AE663F3EE6", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "AB3A5232A2", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 79782 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 79894 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4F02CA31FB", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "AE8D8DEECA", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 79895 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 80008 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "098E30D7EE", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "55B524C584", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 80009 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 80123 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "B6F3FE3967", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "4F71101F42", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 80124 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 80242 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "7F92FFBD5B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "0D221DFDBD", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 80243 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 80357 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "B3DC9E1280", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "7AAFC3D7F6", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 80358 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 80463 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "D4E22222CD", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "9A684D6996", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 80464 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 80576 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "8C666E03CC", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "E0E13BE4BB", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 80577 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 80695 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "221BACCA42", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "D35F7304A9", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 80696 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 80803 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "3DB9B90991", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "BFFDB46F4D", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 80804 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 80914 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "D2B18ED485", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "3897FA3844", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 80915 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 81029 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "BC56D5FD63", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "A368F83988", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 81030 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 81139 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "D7E284C4DC", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "95D8E2F62F", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 81140 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 81252 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "44B0A045E3", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "14DAD5A4E6", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 81253 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 81361 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "B1A18D7A1F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "F30BC1114C", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 81362 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 81475 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "24F13664FF", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "7557854477", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 81476 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 81588 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "2B69308105", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "A230879897", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 81589 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 81703 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "0530936060", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "E9999A88F7", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 81704 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 81817 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "754D370498", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "EAED8592B8", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 81818 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 81929 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "10F10D433A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "D33939D03C", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 81930 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 82045 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "FCFE5F1E5E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "9752480CF7", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 82046 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 82153 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "002B1004A1", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "452BCC45C4", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 82154 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 82262 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "F4F17EA25E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "3B44CEF80E", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 82263 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 82373 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "613F08EDEB", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "A144E9CED9", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 82374 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 82492 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "93436E9FE8", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "FF742B8507", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 82493 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 82612 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "220BEEAEED", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "F3888CC5C5", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 82613 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 82724 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "591598ACC2", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "8FA653793E", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 82725 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 82812 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "B63B914FBF", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "045587E28E", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 82818 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 82928 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "8CC769DA99", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "631FBC6D92", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 82929 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 83047 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "C7492E847A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "1694FFEF97", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 83048 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 83166 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "592D86B3E2", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "B9CEE4D987", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 83167 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 83283 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4A9D45D15B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "CDE4151C41", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 83284 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 83409 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "99549338AA", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "D5B5B806BB", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 83410 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 83526 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "0A1AB04850", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "D32C33C424", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 83527 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 83641 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "EDB563BD6E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "BA57442EEF", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 83642 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 83770 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "254783AA10", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "33F24F82C2", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 83771 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 83884 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "7BEDD815C1", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "330334B779", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 83885 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 84010 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "AA37D49ADB", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "5353F34370", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 84011 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 84130 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "C16EE6212C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "E8448EE8BE", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 84131 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 84303 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "CEBB3593CB", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "1B15169994", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 84304 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 84416 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "1AB8009964", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "B388B48988", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 84417 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 84538 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "FF48733AFC", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "61FC485E19", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 84539 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 84653 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "924E4A92AE", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "B01B330A6E", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 84654 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 84761 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "77D17CA850", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "391A2F1E54", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 84762 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 84883 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "5DA447A31A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "4346B46FD7", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 84884 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 84995 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "3F81D4419F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "8513739349", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 84996 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 85107 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4FEAF9CB8C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "150A04EA5D", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 85108 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 85164 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "B488843F3E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "4EA547A95A", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 85165 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 85165 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "CE15711887", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "A0FB322D01", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 85166 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 85277 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "909EEA42F2", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "C33B04E76E", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 85278 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 85387 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "F1A6DBBBA4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "FB63D29A0C", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 85388 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 85501 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "0B11199743", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "A818361DA7", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 85502 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 85620 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "0FFBB6D2BE", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "5DFF144745", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 85621 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 85737 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "AC1FA6D1FD", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "7FAFB46E7E", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 85738 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 85848 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "3CFC7348C7", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "672E2227F8", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 85849 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 85965 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "CEFE2F8653", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "8C794B0139", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 85966 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 86086 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "E22BA7F2E9", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "05381B0045", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 86087 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 86195 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "222074277A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "444745E0F4", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 86196 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 86314 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "144D46AAAA", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "76E0BC4744", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 86315 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 86418 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "A6488244E2", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "E10FE4D4F3", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 86419 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 86539 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "2AB0DBDF08", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "15E1C7681B", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 86540 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 86652 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "AD8A5C87A0", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "640D042106", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 86653 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 86756 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "C07F9F5EE7", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "F52A4C4583", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 86757 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 86876 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "1B21F405F4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "C68E3DD8EC", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 86877 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 86993 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4D4B18DD91", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "4628996665", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 86994 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 87120 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "7AA236AEEA", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "A5B478D406", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 87121 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 87237 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "B24908A95A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "E928B21EDB", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 87238 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 87356 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "2ABBA5399B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "04BF6151B6", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 87357 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 87475 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "22A6C0DFD5", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "716120D668", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 87476 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 87585 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "41182121A5", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "559C115576", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 87586 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 87706 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "36A7BFFBB1", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "895594F04E", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 87707 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 87822 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "5344FE5F14", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "98849DC7B7", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 87823 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 87941 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "2E13970004", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "D81A8B898A", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 87942 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 88052 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "84BF2F4A2F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "95E38E82C5", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 88053 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 88166 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "6E03A9FB23", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "641B7EB534", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 88167 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 88279 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "7EBD4FB016", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "324D44DDD5", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 88280 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 88403 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "AC79B395B1", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "9738DDBD89", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 88404 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 88517 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "8A977FD991", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "820DDDBF78", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 88518 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 88635 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "95D861A26B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "281BFC41BB", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 88636 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 88751 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "5CAD678C34", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "A55855EBBA", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 88752 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 88871 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "9A00D1AA07", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "A3CACABB63", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 88872 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 88978 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "B10252CCC4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "2343141D1D", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 88979 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 89098 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "840A26249D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "A1A4B04A4F", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 89099 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 89218 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "310B119543", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "EF81CE64B9", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 89219 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 89331 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "FA319D297B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "74E7647122", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 89332 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 89436 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "B69E6A760E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "8DF6CF6EB8", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 89437 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 89546 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "FFB9F8C52F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "EBAF2A8FF3", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 89547 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 89654 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "50934150A7", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "CF66CAC1FF", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 89655 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 89763 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "2E9F900E2C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "2610818863", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 89764 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 89870 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "DDDBE363F1", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "99DDDDDD0A", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 89871 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 89978 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "D3D9C549F7", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "2803DE412A", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 89979 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 90093 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "2104A21010", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "A5E7A67713", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 90094 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 90205 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "EAE5A95097", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "CEC8236F6C", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 90206 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 90317 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "1EE4AE8D61", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "23A8C449A2", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 90318 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 90428 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "9F0A014FF4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "F3E007E3A6", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 90429 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 90548 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "3EA32BCC98", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "B8A76CCFC4", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 90549 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 90666 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "164E8644B4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "FE1E22720C", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 90667 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 90775 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "24B54A7F59", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "E4446F6E56", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 90776 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 90880 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "36DC2D0C6C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "81DA662222", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 90881 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 90987 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "AF61AB34FB", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "83475F9298", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 90988 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 91107 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "F0E4235AFC", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "74189C9F69", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 91108 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 91218 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "0B85485584", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "093003FE3B", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 91219 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 91322 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "C1EC138C8B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "AC5C444297", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 91323 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 91434 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4006E0A12F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "4C88D22992", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 91435 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 91556 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "6E8948D96D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "491C009A2B", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 91557 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 91676 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "B1B554521C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "D7186D6282", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 91677 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 91788 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "3282423449", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "A5704E3CE4", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 91789 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 91930 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "E3EAC5E158", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "B1572EAF72", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 91931 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 92035 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "AFE4690933", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "9477E4CBB6", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 92036 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 92146 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "8C9C58A858", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "E77DF74F22", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 92147 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 92251 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "1481803E1E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "1CCA58DFFA", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 92252 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 92369 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "6C9AB55183", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "60171E7016", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 92370 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 92488 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "B96A260EC4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "09D1454421", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 92489 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 92608 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "2C444EECF5", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "BF5372FD89", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 92609 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 92728 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "C227E59960", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "05D44BDD08", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 92729 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 92839 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "49834DA839", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "43BD73D496", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 92840 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 92950 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "F0B09BFFF3", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "82D28DB816", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 92951 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 93061 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "6B792B6680", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "366D94D481", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 93062 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 93167 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "C253229D22", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "478B4B41BD", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 93168 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 93283 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "A539079F99", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "E5305420BC", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 93284 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 93401 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "E32E0E760E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "04A74B58BB", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 93402 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 93508 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "CBB8A4C40A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "DBADC236DC", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 93509 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 93619 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "3DED75A580", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "C86386AAE1", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 93620 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 93722 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "8019364094", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "DF95445AFE", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 93723 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 93833 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "E057C8FEA0", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "24E721BA14", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 93834 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 93942 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "B543121077", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "91BB3CCFAA", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 93943 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 94055 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "E22ADD0F0F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "92720FD4D4", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 94056 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 94173 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "946F59066D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "A0AAF4B174", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 94174 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 94290 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "E7FDEAD7DE", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "1C47FC2B4B", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 94291 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 94399 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "2EA255CAAA", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "042A20A741", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 94400 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 94513 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "3EFBE32BB0", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "8D8D80B865", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 94514 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 94631 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "FB90F87BF4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "6A5B6DBDD3", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 94632 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 94738 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "24C790CFFF", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "8745582747", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 94739 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 94852 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "33EE00323E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "06E48B1039", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 94853 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 94958 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "9D4D28B39D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "FFEF9CF5F2", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 94959 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 95070 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "BC277DE279", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "944EFEE9C4", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 95071 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 95181 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "E1C048177A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "1A8F8688C5", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 95182 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 95296 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "37CC77A36C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "DF0B31253F", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 95297 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 95412 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "882113528D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "CB862B8248", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 95413 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 95524 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "692049B534", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "2AE76B78E4", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 95525 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 95635 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "690A40E0F9", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "618878278F", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 95636 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 95736 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "ADAD5641F2", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "AEBE0F1B92", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 95737 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 95851 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "8B4B08EF8F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "820A024A40", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 95852 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 95964 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "C3B7D37998", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "78AC70743C", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 95965 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 96088 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "435DD5E54C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "B8BA6DD5ED", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 96089 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 96210 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "82251401B1", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "37BE9DEF98", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 96211 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 96325 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "B311B51D3D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "72A6B2D044", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 96326 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 96435 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "5352A0A5A3", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "D82AAAAAE4", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 96436 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 96554 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "51F4A524AA", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "49E94B352A", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 96555 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 96671 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "14C41C64C0", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "2887B8EBE8", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 96672 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 96783 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "A072E52A45", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "97046E8EF7", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 96784 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 96895 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "A5700D7430", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "AB5B555A2F", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 96896 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 97014 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "94D71EFDE0", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "308884D168", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 97015 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 97130 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "963294B9AB", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "7F3379FDBB", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 97131 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 97242 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "EB043FFF5E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "177B736A77", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 97243 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 97359 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "411FA99CCD", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "3B8458CF94", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 97360 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 97474 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "E9DCE1D6F7", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "325CCFDA26", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 97475 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 97592 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "87F1DBD9B2", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "F59500AA85", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 97593 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 97718 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "865E4488B3", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "F96AB927ED", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 97719 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 97832 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "86D5F4DF65", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "83BBC5E547", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 97833 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 97941 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "0E1BBB7B18", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "BC51F0B90B", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 97942 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 98050 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "D5C9C89D80", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "ED5B515364", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 98051 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 98211 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "3D3D19323E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "2C337BBAC3", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 98212 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 98317 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "56218DC1EC", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "3CFE3D2DE2", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 98318 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 98377 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "2CF34A71BC", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "58065BB87D", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 98378 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 98487 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "B06A1DDB0C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "24824634A7", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 98488 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 98596 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "C2D6C11228", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "DF44F0B73D", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 98597 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 98713 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "A202049AFD", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "884E0FB37D", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 98714 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 98820 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "A76B564820", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "693BFB9EFB", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 98821 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 98926 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "C42E044E6E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "997B7DB089", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 98927 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 99034 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "B1ECEEDB8D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "44ED344B43", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 99035 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 99154 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "38E48183F0", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "B4B8D8D7AA", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 99155 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 99265 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "608FAB7C7E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "332C33A4C8", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 99266 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 99375 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4D44B334C2", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "3AFEBD8139", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 99376 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 99498 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "389DEE1333", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "18F50A10F0", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 99499 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 99618 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "2F22903A9A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "95491F454B", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 99619 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 99739 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "461C69FE8F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "4E9778876F", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 99740 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 99853 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "D595550D5D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "7F9BFEA77A", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 99854 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 99958 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "66A5DAB267", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "54474AB944", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 99959 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 100070 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "A30234B6D9", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "9465391940", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 100071 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 100181 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "6B93EB6B45", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "2E45A6A5EF", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 100182 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 100310 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "AD008C5A78", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "0699119218", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 100311 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 100429 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "71474C1BB7", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "DD0B248A4F", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 100430 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 100546 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "46AEE48EEC", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "E9A7DBE5EF", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 100547 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 100662 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "386CE8FFF4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "72478E00DF", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 100663 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 100768 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "6006F8DD65", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "924FD85833", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 100769 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 100883 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "0D888402B4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "9B71744BC7", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 100884 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 101001 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "421598A33A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "54287B5E52", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 101002 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 101116 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "AF4011D204", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "A1A27CC24B", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 101117 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 101235 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "6A56696ABD", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "9B623CB1FB", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 101236 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 101359 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "B86E5FF50C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "06E258A205", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 101360 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 101472 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "089FC9E500", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "13B6721C1A", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 101473 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 101589 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "09043AD083", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "68C4956841", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 101590 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 101699 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "D4C2C289D9", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "478D3EE117", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 101700 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 101826 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "BECE148B7A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "A074A4101A", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 101827 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 101947 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "70A8805EBD", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "76AF2F0615", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 101948 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 102037 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "585785FABB", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "6A946E48C9", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 102044 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 102154 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "280B088835", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "D142B17ACB", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 102155 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 102270 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "51504CC22F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "AD77231B3C", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 102271 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 102381 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "757E318910", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "6FFA67FB82", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 102382 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 102488 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "71A005B12B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "1403A1C4A9", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 102489 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 102601 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "9F82F572F4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "991883D81D", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 102602 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 102708 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "F4A34A55D7", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "0F60AB7DB6", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 102709 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 102851 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "CFF1FD32CF", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "6271AC38AE", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 102852 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 103001 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "AA5C5A74FC", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "546A251166", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 103002 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 103145 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "F40F459333", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "9CAB1C4604", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 103146 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 103315 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "1FCD10010A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "A8ABABA6B4", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 103316 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 103591 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "C47DEE6A0D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "EB3ADB4348", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 103592 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 103763 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "77219EA94E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "E511F14259", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 103764 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 103998 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "755E7B6769", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "CC54B46D28", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 103999 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 104248 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "783345FD1D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "848BB7AF83", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 104249 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 104426 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "A15A90B5A8", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "53DD82E0EB", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 104427 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 104542 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "E1BE5E213D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "685963B2EA", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 104543 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 104663 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "CC4249EA7B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "41BB14A20E", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 104664 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 104784 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "F7E15371EA", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "4D2D2BD2E6", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 104785 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 104900 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "7E892CD4D7", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "994E90F7B0", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 104901 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 105015 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "37E74E0B95", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "F74B70E787", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 105016 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 105120 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4C77442C43", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "47AA2402A0", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 105121 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 105244 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "74166772C6", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "6A2D456817", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 105245 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 105357 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "E2B8F10019", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "0507233ED3", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 105358 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 105471 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "2B691A3999", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "3CACCBB02A", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 105472 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 105589 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "508420C677", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "30EBAFB1AC", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 105590 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 105704 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "95F57F2535", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "43DFBE81B1", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 105705 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 105814 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "6455E44601", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "6A11136696", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 105815 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 105928 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "2526258AF2", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "3A1B334EB4", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 105929 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 106049 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "FA41238133", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "701F7FAF3F", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 106050 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 106164 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "3D14ADE1A1", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "9040CF94A2", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 106165 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 106272 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "BC7C1B8AA4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "CA8D358D43", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 106273 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 106398 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "1234DB4548", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "1000A259A8", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 106399 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 106510 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "A4A4ECB875", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "3C58B39BCC", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 106511 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 106629 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "D4C928E122", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "9972B6C6A9", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 106630 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 106736 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "BC1B8D87C7", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "41E1116C4E", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 106737 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 106857 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "492BD98DD2", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "14B2022B8F", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 106858 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 106969 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "D545206551", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "4424C42F47", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 106970 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 107085 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "FA2F9E2C34", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "58404042F0", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 107086 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 107203 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "39C4333D4D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "7BCB9531B5", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 107204 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 107326 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "29B3008C0C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "434F689382", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 107327 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 107416 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "13B7D3874C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "0D9D3C3D4D", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 107417 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 107535 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "16B1C8F9CE", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "F8AFAA1C34", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 107536 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 107648 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "C74B20FCF3", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "8B1F869B17", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 107649 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 107764 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "83F9E6399C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "84EB912FE4", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 107765 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 107883 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "B4FAFA4A34", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "7344265ABF", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 107884 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 108001 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "F6CABA9F47", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "C1252BE9E4", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 108002 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 108119 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "B2A383462B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "BEE22AC8C9", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 108120 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 108238 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "8C8D582E8E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "994CC72CBC", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 108239 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 108361 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "648C1439DC", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "4935A44BD6", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 108362 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 108423 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "38647A12CA", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "5DCD4D318F", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 108424 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 108532 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "5C51304353", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "32DC702F41", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 108533 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 108640 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "090A43FA53", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "FC61E95D0D", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 108641 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 108750 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "8BCC3A88CD", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "0D94A3319A", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 108751 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 108882 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "687F580BF0", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "CD4E5D9DED", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 108883 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 108998 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "A1A6E0A9B4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "E873D47D6E", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 108999 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 109122 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4EC4846B4B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "9EA4E134E3", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 109123 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 109244 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "67E9A47792", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "1224116395", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 109245 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 109365 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "6954799F4A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "5F2C44F85E", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 109366 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 109515 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "E9EEA05AA7", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "52DCA4A26C", + "target": { + "@type": "TextSelector", + "resource": "2FF9", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 109516 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 109960 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "AD036EB6BA", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "889AD8B8E5", + "set": "segmentation_annotation" + } + ] + } + ] } \ No newline at end of file diff --git a/tests/pecha/serializers/json/data/only_alignment_annotation.json b/tests/pecha/serializers/json/data/only_alignment_annotation.json index 2aed1370..4f7d4112 100644 --- a/tests/pecha/serializers/json/data/only_alignment_annotation.json +++ b/tests/pecha/serializers/json/data/only_alignment_annotation.json @@ -1,239 +1,239 @@ -{ - "base": "具德佛母般若波罗蜜多心要\n印度语(梵语):薄伽梵般若波罗蜜多心经\n世尊母般若波罗蜜多心经\n第一卷\n敬礼世尊母般若波罗蜜多。\n如是我闻,一时。\n薄伽梵于王舍城鹫峰山上,与大比丘僧团及大菩萨僧团共同安住。\n当时,世尊示现入于名为'甚深显现'的法类三摩地。\n尔时,圣观自在菩萨摩诃萨,正观照甚深般若波罗蜜多行。\n应当如实观照五蕴皆空无自性。\n尔时,借由佛陀加持力,具寿舍利子向圣观自在菩萨摩诃萨如是说道:\n'善男子,若有人希望修持甚深般若波罗蜜多行,应当如何学习?'说此语时,菩萨摩诃萨圣观自在对具寿舍利子如是言道:'舍利子,若善男子或善女人,希望修持甚深般若波罗蜜多行,应当如是观照:应当如实正观五蕴自性皆空。'\n色即是空。空即是色。\n色非异于空,空亦非异于色。\n同样地,受、想、行以及一切识亦皆为空。\n舍利子,因此一切法皆是空性,无相(超越一切执取之相),不生(不由因缘所生),不灭(超越灭尽),无垢(染污轮回本性不存在),无离垢(本来不落入能所对立),无减(法性不会减少),无增(法性不可增长)。舍利子,是故于此大空性中,无色,无受,无想,无行,无识;无眼,无耳,无鼻,无舌,无身,无意;无色,无声,无香,无味,无触,无法。\n从眼界不存在,乃至意界亦不存在;意识界以及中间所有界亦不存在。\n无无明,亦无无明尽;乃至无老死,亦无老死尽。无苦、集、灭、道。无智慧,无所得,亦无无所得。\n舍利子,因此,菩萨们因无所得故,依止并安住于般若波罗蜜多中。\n由于心无障蔽,故无恐惧;已彻底超越一切颠倒妄见,最终圆满成就涅槃。\n安住于三世中的一切诸佛,皆依靠般若波罗蜜多,现前圆满证悟无上、真实圆满的菩提。\n因此,应当了知般若波罗蜜多咒,这是大智慧咒,超越一切的无上咒,无与伦比而平等的咒,能息灭一切苦的咒,因不虚妄故应知为真实。\n即是如此:已去已去,已去往彼岸,已完全去往彼岸,菩提觉悟,愿其根基稳固!\n舍利子,菩萨摩诃萨应当如是修学甚深般若波罗蜜多。\n尔时,世尊从彼三摩地安详起身,并向圣观自在菩萨摩诃萨赐予赞叹,说道:'善哉!善哉!善男子,正是如此!'\n善男子,诚然如是。应当按照你所教导的那样,修习甚深的般若波罗蜜多。\n世尊如是宣说已毕,\n世尊如是说已,具寿舍利子及观自在菩萨摩诃萨,与会一切眷属、天、人、阿修罗、乾闼婆等世间众生,皆大欢喜,于世尊所说,称赞礼敬。\n《圣般若波罗蜜多心经》圆满", - "annotations": { - "segmentation": [ - { - "id": "B45C0FC0CE", - "span": { - "start": 0, - "end": 12 - }, - "index": 1 - }, - { - "id": "303141B4B8", - "span": { - "start": 13, - "end": 32 - }, - "index": 2 - }, - { - "id": "C2839351BF", - "span": { - "start": 33, - "end": 44 - }, - "index": 3 - }, - { - "id": "F42348A3EE", - "span": { - "start": 45, - "end": 48 - }, - "index": 4 - }, - { - "id": "96C0B5C6F4", - "span": { - "start": 49, - "end": 61 - }, - "index": 5 - }, - { - "id": "E72FBBD733", - "span": { - "start": 62, - "end": 70 - }, - "index": 6 - }, - { - "id": "818B94F866", - "span": { - "start": 71, - "end": 100 - }, - "index": 7 - }, - { - "id": "EF2CA34E5C", - "span": { - "start": 101, - "end": 125 - }, - "index": 8 - }, - { - "id": "756BBC61A0", - "span": { - "start": 126, - "end": 152 - }, - "index": 9 - }, - { - "id": "EDA9F224FF", - "span": { - "start": 153, - "end": 167 - }, - "index": 10 - }, - { - "id": "1FB4B5B8B7", - "span": { - "start": 168, - "end": 199 - }, - "index": 11 - }, - { - "id": "E49B959E7B", - "span": { - "start": 200, - "end": 304 - }, - "index": 12 - }, - { - "id": "B122A2AB39", - "span": { - "start": 305, - "end": 315 - }, - "index": 13 - }, - { - "id": "DBC5658366", - "span": { - "start": 316, - "end": 329 - }, - "index": 14 - }, - { - "id": "837E7A797F", - "span": { - "start": 330, - "end": 349 - }, - "index": 15 - }, - { - "id": "DADE8866E4", - "span": { - "start": 350, - "end": 512 - }, - "index": 16 - }, - { - "id": "68B5408A0D", - "span": { - "start": 513, - "end": 544 - }, - "index": 17 - }, - { - "id": "B483057A09", - "span": { - "start": 545, - "end": 590 - }, - "index": 18 - }, - { - "id": "D44F04F68D", - "span": { - "start": 591, - "end": 621 - }, - "index": 19 - }, - { - "id": "1534CF4DB1", - "span": { - "start": 622, - "end": 655 - }, - "index": 20 - }, - { - "id": "B0FEE4C2C6", - "span": { - "start": 656, - "end": 695 - }, - "index": 21 - }, - { - "id": "4A2112257E", - "span": { - "start": 696, - "end": 757 - }, - "index": 22 - }, - { - "id": "449BB8B280", - "span": { - "start": 758, - "end": 794 - }, - "index": 23 - }, - { - "id": "7CFBF9C6A7", - "span": { - "start": 795, - "end": 819 - }, - "index": 24 - }, - { - "id": "54D88D5464", - "span": { - "start": 820, - "end": 871 - }, - "index": 25 - }, - { - "id": "071EB39463", - "span": { - "start": 872, - "end": 905 - }, - "index": 26 - }, - { - "id": "394538CFC5", - "span": { - "start": 906, - "end": 915 - }, - "index": 27 - }, - { - "id": "69919A6945", - "span": { - "start": 916, - "end": 978 - }, - "index": 28 - }, - { - "id": "A8DBF3C2E4", - "span": { - "start": 979, - "end": 992 - }, - "index": 29 - } - ] - } +{ + "base": "具德佛母般若波罗蜜多心要\n印度语(梵语):薄伽梵般若波罗蜜多心经\n世尊母般若波罗蜜多心经\n第一卷\n敬礼世尊母般若波罗蜜多。\n如是我闻,一时。\n薄伽梵于王舍城鹫峰山上,与大比丘僧团及大菩萨僧团共同安住。\n当时,世尊示现入于名为'甚深显现'的法类三摩地。\n尔时,圣观自在菩萨摩诃萨,正观照甚深般若波罗蜜多行。\n应当如实观照五蕴皆空无自性。\n尔时,借由佛陀加持力,具寿舍利子向圣观自在菩萨摩诃萨如是说道:\n'善男子,若有人希望修持甚深般若波罗蜜多行,应当如何学习?'说此语时,菩萨摩诃萨圣观自在对具寿舍利子如是言道:'舍利子,若善男子或善女人,希望修持甚深般若波罗蜜多行,应当如是观照:应当如实正观五蕴自性皆空。'\n色即是空。空即是色。\n色非异于空,空亦非异于色。\n同样地,受、想、行以及一切识亦皆为空。\n舍利子,因此一切法皆是空性,无相(超越一切执取之相),不生(不由因缘所生),不灭(超越灭尽),无垢(染污轮回本性不存在),无离垢(本来不落入能所对立),无减(法性不会减少),无增(法性不可增长)。舍利子,是故于此大空性中,无色,无受,无想,无行,无识;无眼,无耳,无鼻,无舌,无身,无意;无色,无声,无香,无味,无触,无法。\n从眼界不存在,乃至意界亦不存在;意识界以及中间所有界亦不存在。\n无无明,亦无无明尽;乃至无老死,亦无老死尽。无苦、集、灭、道。无智慧,无所得,亦无无所得。\n舍利子,因此,菩萨们因无所得故,依止并安住于般若波罗蜜多中。\n由于心无障蔽,故无恐惧;已彻底超越一切颠倒妄见,最终圆满成就涅槃。\n安住于三世中的一切诸佛,皆依靠般若波罗蜜多,现前圆满证悟无上、真实圆满的菩提。\n因此,应当了知般若波罗蜜多咒,这是大智慧咒,超越一切的无上咒,无与伦比而平等的咒,能息灭一切苦的咒,因不虚妄故应知为真实。\n即是如此:已去已去,已去往彼岸,已完全去往彼岸,菩提觉悟,愿其根基稳固!\n舍利子,菩萨摩诃萨应当如是修学甚深般若波罗蜜多。\n尔时,世尊从彼三摩地安详起身,并向圣观自在菩萨摩诃萨赐予赞叹,说道:'善哉!善哉!善男子,正是如此!'\n善男子,诚然如是。应当按照你所教导的那样,修习甚深的般若波罗蜜多。\n世尊如是宣说已毕,\n世尊如是说已,具寿舍利子及观自在菩萨摩诃萨,与会一切眷属、天、人、阿修罗、乾闼婆等世间众生,皆大欢喜,于世尊所说,称赞礼敬。\n《圣般若波罗蜜多心经》圆满", + "annotations": { + "segmentation": [ + { + "id": "B45C0FC0CE", + "span": { + "start": 0, + "end": 12 + }, + "index": 1 + }, + { + "id": "303141B4B8", + "span": { + "start": 13, + "end": 32 + }, + "index": 2 + }, + { + "id": "C2839351BF", + "span": { + "start": 33, + "end": 44 + }, + "index": 3 + }, + { + "id": "F42348A3EE", + "span": { + "start": 45, + "end": 48 + }, + "index": 4 + }, + { + "id": "96C0B5C6F4", + "span": { + "start": 49, + "end": 61 + }, + "index": 5 + }, + { + "id": "E72FBBD733", + "span": { + "start": 62, + "end": 70 + }, + "index": 6 + }, + { + "id": "818B94F866", + "span": { + "start": 71, + "end": 100 + }, + "index": 7 + }, + { + "id": "EF2CA34E5C", + "span": { + "start": 101, + "end": 125 + }, + "index": 8 + }, + { + "id": "756BBC61A0", + "span": { + "start": 126, + "end": 152 + }, + "index": 9 + }, + { + "id": "EDA9F224FF", + "span": { + "start": 153, + "end": 167 + }, + "index": 10 + }, + { + "id": "1FB4B5B8B7", + "span": { + "start": 168, + "end": 199 + }, + "index": 11 + }, + { + "id": "E49B959E7B", + "span": { + "start": 200, + "end": 304 + }, + "index": 12 + }, + { + "id": "B122A2AB39", + "span": { + "start": 305, + "end": 315 + }, + "index": 13 + }, + { + "id": "DBC5658366", + "span": { + "start": 316, + "end": 329 + }, + "index": 14 + }, + { + "id": "837E7A797F", + "span": { + "start": 330, + "end": 349 + }, + "index": 15 + }, + { + "id": "DADE8866E4", + "span": { + "start": 350, + "end": 512 + }, + "index": 16 + }, + { + "id": "68B5408A0D", + "span": { + "start": 513, + "end": 544 + }, + "index": 17 + }, + { + "id": "B483057A09", + "span": { + "start": 545, + "end": 590 + }, + "index": 18 + }, + { + "id": "D44F04F68D", + "span": { + "start": 591, + "end": 621 + }, + "index": 19 + }, + { + "id": "1534CF4DB1", + "span": { + "start": 622, + "end": 655 + }, + "index": 20 + }, + { + "id": "B0FEE4C2C6", + "span": { + "start": 656, + "end": 695 + }, + "index": 21 + }, + { + "id": "4A2112257E", + "span": { + "start": 696, + "end": 757 + }, + "index": 22 + }, + { + "id": "449BB8B280", + "span": { + "start": 758, + "end": 794 + }, + "index": 23 + }, + { + "id": "7CFBF9C6A7", + "span": { + "start": 795, + "end": 819 + }, + "index": 24 + }, + { + "id": "54D88D5464", + "span": { + "start": 820, + "end": 871 + }, + "index": 25 + }, + { + "id": "071EB39463", + "span": { + "start": 872, + "end": 905 + }, + "index": 26 + }, + { + "id": "394538CFC5", + "span": { + "start": 906, + "end": 915 + }, + "index": 27 + }, + { + "id": "69919A6945", + "span": { + "start": 916, + "end": 978 + }, + "index": 28 + }, + { + "id": "A8DBF3C2E4", + "span": { + "start": 979, + "end": 992 + }, + "index": 29 + } + ] + } } \ No newline at end of file diff --git a/tests/pecha/serializers/json/data/segmentation_annotations.json b/tests/pecha/serializers/json/data/segmentation_annotations.json index 09b2294b..83951fc5 100644 --- a/tests/pecha/serializers/json/data/segmentation_annotations.json +++ b/tests/pecha/serializers/json/data/segmentation_annotations.json @@ -1,79 +1,79 @@ -{ - "base": "བུ་མ་འཇུག་པ་ལས་སེམས་བསྐྱེད་དྲུག་པ། ཤོ་ལོ་ཀ ༡-༦༤ མངོན་དུ་ཕྱོགས་པར་མཉམ་བཞག་སེམས་གནས་ཏེ། །རྫོགས་པའི་སངས་རྒྱས་ཆོས་ལ་མངོན་ཕྱོགས་ཤིང༌། །འདི་བརྟེན་འབྱུང་བའི་དེ་ཉིད་མཐོང་བ་དེས། །ཤེས་རབ་གནས་པས་འགོག་པ་ཐོབ་པར་འགྱུར། །\nཇི་ལྟར་ལོང་བའི་ཚོགས་ཀུན་བདེ་བླག་ཏུ། །མིག་ལྡན་སྐྱེས་བུ་གཅིག་གིས་འདོད་པ་ཡི། །ཡུལ་དུ་འཁྲིད་པ་དེ་བཞིན་འདིར་ཡང་བློས། །མིག་ཉམས་ཡོན་ཏན་བླངས་ཏེ་རྒྱལ་ཉིད་འགྲོ། །\nཇི་ལྟར་དེ་ཡིས་ཆེས་ཟབ་ཆོས་རྟོགས་པ། །ལུང་དང་གཞན་ཡང་རིགས་པས་ཡིན་པས་ན། །དེ་ལྟར་འཕགས་པ་ཀླུ་སྒྲུབ་གཞུང་ལུགས་ལས། །ཇི་ལྟར་གནས་པའི་ལུགས་བཞིན་བརྗོད་པར་བྱ། །\nསོ་སོ་སྐྱེ་བོའི་དུས་ནའང་སྟོང་པ་ཉིད་ཐོས་ནས། །ནང་དུ་རབ་ཏུ་དགའ་བ་ཡང་དང་ཡང་དུ་འབྱུང༌། །རབ་ཏུ་དགའ་བ་ལས་བྱུང་མཆི་མས་མིག་བརླན་ཞིང༌། །ལུས་ཀྱི་བ་སྤུ་ལྡང་པར་འགྱུར་པ་གང་ཡིན་པ། །\nདེ་ལ་རྫོགས་པའི་སངས་རྒྱས་བློ་ཡི་ས་བོན་ཡོད། །དེ་ཉིད་ཉེ་བར་བསྟན་པའི་སྣོད་ནི་དེ་ཡིན་ཏེ། །དེ་ལ་དམ་པའི་དོན་གྱི་བདེན་པ་བསྟན་པར་བྱ། །དེ་ལ་དེ་ཡི་རྗེས་སུ་འགྲོ་བའི་ཡོན་ཏན་འབྱུང༌། །\nརྟག་ཏུ་ཚུལ་ཁྲིམས་ཡང་དག་བླངས་ནས་གནས་པར་འགྱུར། །སྦྱིན་པ་གཏོང་བར་འགྱུར་ཞིང་སྙིང་རྗེ་བསྟེན་པར་བྱེད། །བཟོད་པ་སྒོམ་བྱེད་དེ་ཡི་དགེ་བའང་བྱང་ཆུབ་ཏུ། །འགྲོ་བ་དགྲོལ་བར་བྱ་ཕྱིར་ཡོངས་སུ་བསྔོ་བྱེད་ཅིང༌། །\nརྫོགས་པའི་བྱང་ཆུབ་སེམས་དཔའ་རྣམས་ལ་གུས་པར་བྱེད། །ཟབ་ཅིང་རྒྱ་ཆེའི་ཚུལ་ལ་མཁས་པའི་སྐྱེ་བོས་ནི། །རིམ་གྱིས་རབ་ཏུ་དགའ་བའི་ས་ནི་འཐོབ་འགྱུར་བས། །དེ་ནི་དོན་དུ་གཉེར་བས་ལམ་འདི་མཉན་པར་གྱིས། །\nདེ་ཉིད་དེ་ལས་འབྱུང་མིན་གཞན་དག་ལས་ལྟ་ག་ལ་ཞིག །གཉིས་ཀ་ལས་ཀྱང་མ་ཡིན་རྒྱུ་མེད་པར་ནི་ག་ལ་ཡོད། །དེ་ནི་དེ་ལས་འབྱུང་ན་ཡོན་ཏན་འགའ་ཡང་ཡོད་མ་ཡིན། །སྐྱེས་པར་གྱུར་པ་སླར་ཡང་སྐྱེ་བར་རིགས་པའང་མ་ཡིན་ཉིད། །\nསྐྱེས་ཟིན་སླར་ཡང་སྐྱེ་བར་ཡོངས་སུ་རྟོག་པར་འགྱུར་ན་ནི། །མྱུ་གུ་ལ་སོགས་རྣམས་ཀྱི་སྐྱེ་བ་འདིར་རྙེད་མི་འགྱུར་ཞིང༌། །ས་བོན་སྲིད་མཐར་ཐུག་པར་རབ་ཏུ་སྐྱེ་བ་ཉིད་དུ་འགྱུར། །ཇི་ལྟར་དེ་ཉིད་ཀྱིས་དེ་རྣམ་པར་འཇིག་པར་བྱེད་པར་འགྱུར། །\n", - "annotations": { - "segmentation": [ - { - "id": "59EBB25F49", - "span": { - "start": 0, - "end": 206 - }, - "index": 1 - }, - { - "id": "1C6219999D", - "span": { - "start": 207, - "end": 359 - }, - "index": 2 - }, - { - "id": "2E324FF8E3", - "span": { - "start": 360, - "end": 506 - }, - "index": 3 - }, - { - "id": "248229AD9C", - "span": { - "start": 507, - "end": 673 - }, - "index": 4 - }, - { - "id": "AFF893CC4A", - "span": { - "start": 674, - "end": 843 - }, - "index": 5 - }, - { - "id": "E6350684CA", - "span": { - "start": 844, - "end": 1034 - }, - "index": 6 - }, - { - "id": "8725807438", - "span": { - "start": 1035, - "end": 1213 - }, - "index": 7 - }, - { - "id": "D2BACBFB51", - "span": { - "start": 1214, - "end": 1402 - }, - "index": 8 - }, - { - "id": "E9DCF0CBEB", - "span": { - "start": 1403, - "end": 1616 - }, - "index": 9 - } - ] - } +{ + "base": "བུ་མ་འཇུག་པ་ལས་སེམས་བསྐྱེད་དྲུག་པ། ཤོ་ལོ་ཀ ༡-༦༤ མངོན་དུ་ཕྱོགས་པར་མཉམ་བཞག་སེམས་གནས་ཏེ། །རྫོགས་པའི་སངས་རྒྱས་ཆོས་ལ་མངོན་ཕྱོགས་ཤིང༌། །འདི་བརྟེན་འབྱུང་བའི་དེ་ཉིད་མཐོང་བ་དེས། །ཤེས་རབ་གནས་པས་འགོག་པ་ཐོབ་པར་འགྱུར། །\nཇི་ལྟར་ལོང་བའི་ཚོགས་ཀུན་བདེ་བླག་ཏུ། །མིག་ལྡན་སྐྱེས་བུ་གཅིག་གིས་འདོད་པ་ཡི། །ཡུལ་དུ་འཁྲིད་པ་དེ་བཞིན་འདིར་ཡང་བློས། །མིག་ཉམས་ཡོན་ཏན་བླངས་ཏེ་རྒྱལ་ཉིད་འགྲོ། །\nཇི་ལྟར་དེ་ཡིས་ཆེས་ཟབ་ཆོས་རྟོགས་པ། །ལུང་དང་གཞན་ཡང་རིགས་པས་ཡིན་པས་ན། །དེ་ལྟར་འཕགས་པ་ཀླུ་སྒྲུབ་གཞུང་ལུགས་ལས། །ཇི་ལྟར་གནས་པའི་ལུགས་བཞིན་བརྗོད་པར་བྱ། །\nསོ་སོ་སྐྱེ་བོའི་དུས་ནའང་སྟོང་པ་ཉིད་ཐོས་ནས། །ནང་དུ་རབ་ཏུ་དགའ་བ་ཡང་དང་ཡང་དུ་འབྱུང༌། །རབ་ཏུ་དགའ་བ་ལས་བྱུང་མཆི་མས་མིག་བརླན་ཞིང༌། །ལུས་ཀྱི་བ་སྤུ་ལྡང་པར་འགྱུར་པ་གང་ཡིན་པ། །\nདེ་ལ་རྫོགས་པའི་སངས་རྒྱས་བློ་ཡི་ས་བོན་ཡོད། །དེ་ཉིད་ཉེ་བར་བསྟན་པའི་སྣོད་ནི་དེ་ཡིན་ཏེ། །དེ་ལ་དམ་པའི་དོན་གྱི་བདེན་པ་བསྟན་པར་བྱ། །དེ་ལ་དེ་ཡི་རྗེས་སུ་འགྲོ་བའི་ཡོན་ཏན་འབྱུང༌། །\nརྟག་ཏུ་ཚུལ་ཁྲིམས་ཡང་དག་བླངས་ནས་གནས་པར་འགྱུར། །སྦྱིན་པ་གཏོང་བར་འགྱུར་ཞིང་སྙིང་རྗེ་བསྟེན་པར་བྱེད། །བཟོད་པ་སྒོམ་བྱེད་དེ་ཡི་དགེ་བའང་བྱང་ཆུབ་ཏུ། །འགྲོ་བ་དགྲོལ་བར་བྱ་ཕྱིར་ཡོངས་སུ་བསྔོ་བྱེད་ཅིང༌། །\nརྫོགས་པའི་བྱང་ཆུབ་སེམས་དཔའ་རྣམས་ལ་གུས་པར་བྱེད། །ཟབ་ཅིང་རྒྱ་ཆེའི་ཚུལ་ལ་མཁས་པའི་སྐྱེ་བོས་ནི། །རིམ་གྱིས་རབ་ཏུ་དགའ་བའི་ས་ནི་འཐོབ་འགྱུར་བས། །དེ་ནི་དོན་དུ་གཉེར་བས་ལམ་འདི་མཉན་པར་གྱིས། །\nདེ་ཉིད་དེ་ལས་འབྱུང་མིན་གཞན་དག་ལས་ལྟ་ག་ལ་ཞིག །གཉིས་ཀ་ལས་ཀྱང་མ་ཡིན་རྒྱུ་མེད་པར་ནི་ག་ལ་ཡོད། །དེ་ནི་དེ་ལས་འབྱུང་ན་ཡོན་ཏན་འགའ་ཡང་ཡོད་མ་ཡིན། །སྐྱེས་པར་གྱུར་པ་སླར་ཡང་སྐྱེ་བར་རིགས་པའང་མ་ཡིན་ཉིད། །\nསྐྱེས་ཟིན་སླར་ཡང་སྐྱེ་བར་ཡོངས་སུ་རྟོག་པར་འགྱུར་ན་ནི། །མྱུ་གུ་ལ་སོགས་རྣམས་ཀྱི་སྐྱེ་བ་འདིར་རྙེད་མི་འགྱུར་ཞིང༌། །ས་བོན་སྲིད་མཐར་ཐུག་པར་རབ་ཏུ་སྐྱེ་བ་ཉིད་དུ་འགྱུར། །ཇི་ལྟར་དེ་ཉིད་ཀྱིས་དེ་རྣམ་པར་འཇིག་པར་བྱེད་པར་འགྱུར། །\n", + "annotations": { + "segmentation": [ + { + "id": "59EBB25F49", + "span": { + "start": 0, + "end": 206 + }, + "index": 1 + }, + { + "id": "1C6219999D", + "span": { + "start": 207, + "end": 359 + }, + "index": 2 + }, + { + "id": "2E324FF8E3", + "span": { + "start": 360, + "end": 506 + }, + "index": 3 + }, + { + "id": "248229AD9C", + "span": { + "start": 507, + "end": 673 + }, + "index": 4 + }, + { + "id": "AFF893CC4A", + "span": { + "start": 674, + "end": 843 + }, + "index": 5 + }, + { + "id": "E6350684CA", + "span": { + "start": 844, + "end": 1034 + }, + "index": 6 + }, + { + "id": "8725807438", + "span": { + "start": 1035, + "end": 1213 + }, + "index": 7 + }, + { + "id": "D2BACBFB51", + "span": { + "start": 1214, + "end": 1402 + }, + "index": 8 + }, + { + "id": "E9DCF0CBEB", + "span": { + "start": 1403, + "end": 1616 + }, + "index": 9 + } + ] + } } \ No newline at end of file diff --git a/tests/pecha/serializers/json/data/translation_alignment_one.json b/tests/pecha/serializers/json/data/translation_alignment_one.json index de7e7837..cdeeedf6 100644 --- a/tests/pecha/serializers/json/data/translation_alignment_one.json +++ b/tests/pecha/serializers/json/data/translation_alignment_one.json @@ -1,1182 +1,1182 @@ -{ - "source_base": "The Heart of the Blessed Lady Perfection of Wisdom\nIn the Sanskrit language: Bhagavatī Prajñāpāramitā Hṛdaya\nIn the Tibetan language: The Heart of the Blessed Lady Perfection of Wisdom\nThis is the first volume.\nI prostrate to the Blessed Mother, the Perfection of Wisdom.\nThus have I heard at one time.\nThe Blessed One was dwelling at Vulture Peak Mountain in Rājagṛha together with a great assembly of monks and a great assembly of bodhisattvas.\nAt that time, the Blessed One entered into the meditative absorption of the Dharma discourse called 'Profound Illumination.'\nAt that time, the noble Bodhisattva Mahasattva Avalokiteshvara was contemplating the practice of the profound perfection of wisdom.\nAlso view those five aggregates as empty of inherent nature.\nThen, through the power of the Buddha, the venerable Śāriputra addressed the noble great bodhisattva Avalokiteśvara with these words.\nTranslation of the Tibetan Buddhist Text

'Noble son, whoever wishes to practice the profound perfection of wisdom, how should they train?' Upon this being asked, the noble Bodhisattva Mahasattva Avalokiteshvara spoke these words to the venerable Shariputra: 'O Shariputra, any son or daughter of noble family who wishes to practice the profound perfection of wisdom should view things in this way: they should correctly and completely observe the five aggregates as empty of inherent nature.'\nForm is emptiness. Emptiness is form.\nForm is not other than emptiness, and emptiness is not other than form.\nSimilarly, feelings, perceptions, mental formations, and consciousnesses are empty.\nTherefore, Shariputra, all phenomena are emptiness—without characteristics, unborn, unceasing, without defilement, without freedom from defilement, without decrease, and without increase.

Therefore, Shariputra, in emptiness there is no form, no feeling, no perception, no mental formations, no consciousness; no eye, no ear, no nose, no tongue, no body, no mind; no form, no sound, no smell, no taste, no touch, no phenomena.\nThere is no eye element, and there is nothing from the absence of the mind element up to and including the absence of the dharma element and the mental consciousness element.\nThere is no ignorance, nor is there any cessation of ignorance, up through there is no aging and death, and no cessation of aging and death. There is no suffering, no origin, no cessation, and no path. There is no wisdom, no attainment, and also no non-attainment.\nTherefore, Shariputra, because bodhisattvas have nothing to attain, they rely on and abide in the perfection of wisdom, free from mental obscurations.\nSince there are no obscurations in the mind, there is no fear. Having completely transcended misconceptions, one reaches the culmination of nirvana.\nAll the buddhas who abide throughout the three times have attained manifest, perfect, complete enlightenment by relying on the perfection of wisdom.

OR

All the buddhas who dwell throughout the past, present, and future have fully and completely awakened to unsurpassable, perfect, complete enlightenment by depending on the perfection of wisdom.\nTherefore, one should know the prajñāpāramitā mantra, the mantra of great awareness, the unsurpassed mantra, the mantra equal to the unequaled, the mantra that thoroughly pacifies all suffering. Because it is not false, it should be known as true.\nThus: Gone, gone, gone beyond, gone completely beyond, enlightenment, so be it!\nThus, Śāriputra, a bodhisattva, a great being, should train in the profound perfection of wisdom.\nThen the Blessed One arose from that samādhi and bestowed praise upon the noble Avalokiteśvara, the Bodhisattva Mahāsattva, saying: 'Excellent, excellent! Son of noble family, it is exactly so.'\nSo it is, noble son. One should practice the profound perfection of wisdom exactly as you have taught.

This is indeed the case, son of good family. One should engage in the practice of the profound perfection of wisdom precisely as you have explained.\nAfter the Blessed One had spoken these words.\nThe Venerable Shariputra Son of Sharadwati, the Bodhisattva Mahasattva Noble Avalokiteshvara, and the entire assembly—including gods, humans, asuras, and gandharvas—rejoiced and praised what the Blessed One had spoken.\nThus concludes the Noble Heart of the Perfection of Wisdom.\n", - "target_base": "བཅོམ་ལྡན་འདས་མ་ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པའི་སྙིང་པོ། །\n༄༅། །​རྒྱ་གར་སྐད་དུ། བྷ་ག་བ་ཏི་པྲ་ཛྙ་པ་ར་མི་ཏཱྀ་ཧྲད་ཡ། \nབོད་སྐད་དུ། བཅོམ་ལྡན་འདས་མ་ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པའི་སྙིང་པོ།\n བམ་པོ་གཅིག་གོ །​\nབཅོམ་ལྡན་འདས་མ་ཤེས་རབ་ཀྱི་ཕ་རོལ་དུ་ཕྱིན་པ་ལ་ཕྱག་འཚལ་ལོ། །\n​འདི་སྐད་བདག་གིས་ཐོས་པ་དུས་གཅིག་ན། \nབཅོམ་ལྡན་འདས་རྒྱལ་པོའི་ཁབ་བྱ་རྒོད་ཕུང་པོའི་རི་ལ་དགེ་སློང་གི་དགེ་འདུན་ཆེན་པོ་དང་། ​བྱང་ཆུབ་སེམས་དཔའི་དགེ་འདུན་ཆེན་པོ་དང་ཐབས་ཅིག་ཏུ་བཞུགས་ཏེ། \nདེའི་ཚེ་བཅོམ་ལྡན་འདས་ཟབ་མོ་སྣང་བ་ཞེས་བྱ་བའི་ཆོས་ཀྱི་རྣམ་གྲངས་ཀྱི་ཏིང་ངེ་འཛིན་ལ་སྙོམས་པར་ཞུགས་སོ། །\n​ཡང་དེའི་ཚེ་བྱང་ཆུབ་སེམས་དཔའ་སེམས་དཔའ་ཆེན་པོ་འཕགས་པ་སྤྱན་རས་གཟིགས་དབང་ཕྱུག་ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པ་ཟབ་མོའི་སྤྱོད་པ་ཉིད་ལ་རྣམ་པར་བལྟ་ཞིང་། \nཕུང་པོ་ལྔ་པོ་དེ་དག་ལ་ཡང་རང་བཞིན་གྱིས་སྟོང་པར་རྣམ་པར་བལྟའོ། །\n​དེ་ནས་སངས་རྒྱས་ཀྱི་མཐུས། ​ཚེ་དང་ལྡན་པ་ཤཱ་རིའི་བུས་བྱང་ཆུབ་སེམས་དཔའ་ཆེན་པོ་འཕགས་པ་སྤྱན་རས་གཟིགས་དབང་ཕྱུག་ལ་འདི་སྐད་ཅེས་སྨྲས་སོ། །​\nརིགས་ཀྱི་བུ་གང་ལ་ལ་ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པ་ཟབ་མོའི་སྤྱོད་པ་སྤྱད་པར་འདོད་པ་དེས་ཇི་ལྟར་བསླབ་པར་བྱ། དེ་སྐད་ཅེས་སྨྲས་པ་དང་། བྱང་ཆུབ་སེམས་དཔའ་སེམས་དཔའ་ཆེན་པོ་འཕགས་པ་སྤྱན་རས་གཟིགས་དབང་ཕྱུག་གིས་ཚེ་དང་ལྡན་པ་ཤཱ་ར་དྭ་ཏའི་བུ་ལ་འདི་སྐད་ཅེས་སྨྲས་སོ། །​ཤཱ་རིའི་བུ་རིགས་ཀྱི་བུའམ། རིགས་ཀྱི་བུ་མོ་གང་ལ་ལ་ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པ་ཟབ་མོའི་སྤྱོད་པ་སྤྱད་པར་འདོད་པ་དེས་འདི་ལྟར་རྣམ་པར་བལྟ་བར་བྱ་སྟེ། ​ཕུང་པོ་ལྔ་པོ་དེ་དག་ཀྱང་རང་བཞིན་གྱིས་སྟོང་པར་རྣམ་པར་ཡང་དག་པར་རྗེས་སུ་བལྟའོ། །\n​གཟུགས་སྟོང་པའོ། །སྟོང་པ་ཉིད་གཟུགས་སོ། །\n\n​གཟུགས་ལས་སྟོང་པ་ཉིད་གཞན་མ་ཡིན། སྟོང་པ་ཉིད་ལས་ཀྱང་གཟུགས་གཞན་མ་ཡིན་ནོ། །\n​དེ་བཞིན་དུ་ཚོར་བ་དང་། ​འདུ་ཤེས་དང་། འདུ་བྱེད་དང་། རྣམ་པར་ཤེས་པ་རྣམས་སྟོང་པའོ། །\n​ཤཱ་རིའི་བུ་དེ་ལྟ་བས་ན་ཆོས་ཐམས་ཅད་སྟོང་པ་ཉིད་དེ། མཚན་ཉིད་མེད་པ། མ་སྐྱེས་པ། ​མ་འགགས་པ། དྲི་མ་མེད་པ། དྲི་མ་དང་བྲལ་བ་མེད་པ། ​བྲི་བ་མེད་པ། གང་བ་མེད་པའོ། །\n​ཤཱ་རིའི་བུ་དེ་ལྟ་བས་ན་སྟོང་པ་ཉིད་ལ་གཟུགས་མེད། ཚོར་བ་མེད། ​འདུ་ཤེས་མེད། འདུ་བྱེད་མེད། རྣམ་པར་ཤེས་པ་མེད། མིག་མེད། རྣ་བ་མེད། སྣ་མེད། ལྕེ་མེད། ལུས་མེད། ཡིད་མེད །གཟུགས་མེད། སྒྲ་མེད། དྲི་མེད། རོ་མེད། རེག་བྱ་མེད། ཆོས་མེད་དོ། །\n​མིག་གི་ཁམས་མེད་པ་ནས་ཡིད་ཀྱི་ཁམས་མེད། ཡིད་ཀྱི་རྣམ་པར་ཤེས་པའི་ཁམས་ཀྱི་བར་དུ་ཡང་མེད་དོ། །\n​མ་རིག་པ་མེད། ​མ་རིག་པ་ཟད་པ་མེད་པ་ནས་རྒ་ཤི་མེད། ​རྒ་ཤི་ཟད་པའི་བར་དུ་ཡང་མེད་དོ། ། སྡུག་བསྔལ་བ་དང་། ཀུན་འབྱུང་བ་དང་། འགོག་པ་དང་། ལམ་མེད། ཡེ་ཤེས་མེད། ཐོབ་པ་མེད། མ་ཐོབ་པ་ཡང་མེད་དོ། །\n​ཤཱ་རིའི་བུ་དེ་ལྟ་བས་ན་བྱང་ཆུབ་སེམས་དཔའ་རྣམས་ཐོབ་པ་མེད་པའི་ཕྱིར། ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པ་ལ་བརྟེན་ཅིང ་གནས་ཏེ། \nསེམས་ལ་སྒྲིབ་པ་མེད་པས་སྐྲག་པ་མེད་དེ། ཕྱིན་ཅི་ལོག་ལས་ཤིན་ཏུ་འདས་ནས་མྱ་ངན་ལས་འདས་པར་མཐར་ཕྱིན་ཏོ། །\n​དུས་གསུམ་དུ་རྣམ་པར་བཞུགས་པའི་སངས་རྒྱས་ཐམས་ཅད་ཀྱང་ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པ་ལ་བརྟེན་ནས་བླ་ན་མེད་པ་ཡང་དག་པར་རྫོགས་པའི་བྱང་ཆུབ་ཏུ་མངོན་པར་རྫོགས་པར་སངས་རྒྱས་སོ། །\n​དེ་ལྟ་བས་ན་ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པའི་སྔགས། རིག་པ་ཆེན་པོའི་སྔགས། བླ་ན་མེད་པའི་སྔགས། མི་མཉམ་པ་དང་མཉམ་པའི་སྔགས། སྡུག་བསྔལ་ཐམས་ཅད་རབ་ཏུ་ཞི་བར་བྱེད་པའི་སྔགས། མི་རྫུན་པས་ན་བདེན་པར་ཤེས་པར་བྱ་སྟེ། ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པའི་སྔགས་སྨྲས་པ། \nཏདྱ་ཐཱ། ག་ཏེ་ག་ཏེ་པཱ་ར་ག་ཏེ། པཱ་ར་སཾ་ག་ཏེ། བོ་དྷི་སྭ་ཧཱ། \nཤཱ་རིའི་བུ་བྱང་ཆུབ་སེམས་དཔའ་སེམས་དཔའ་ཆེན་པོ་དེ་ལྟར་ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པ་ཟབ་མོ་ལ་བསླབ་པར་བྱའོ། །\n​དེ་ནས་བཅོམ་ལྡན་འདས་ཏིང་ངེ་འཛིན་དེ་ལས་བཞེངས་ཏེ། བྱང་ཆུབ་སེམས་དཔའ་སེམས་དཔའ་ཆེན་པོས་འཕགས་པ ་སྤྱན་རས་དབང་ཕྱུག་ལ་ལེགས་སོ་ཞེས་བྱ་བ་བྱིན་ནས། ལེགས་སོ་ལེགས་སོ། རིགས་ཀྱི་བུ་དེ་དེ་བཞིན་ནོ། །​ \nརིགས་ཀྱི་བུ་དེ་དེ་བཞིན་ཏེ། ཇི་ལྟར་ཁྱོད་ཀྱིས་བསྟན་པ་བཞིན་དུ་ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པ་ཟབ་མོ་ལ་སྤྱད་པར་བྱ་སྟེ།\nདེ་བཞིན་གཤེགས་པ་རྣམས་ཀྱང་རྗེས་སུ་ཡི་རང་ངོ་། །\n​བཅོམ་ལྡན་འདས་ཀྱིས་དེ་སྐད་ཅེས་བཀའ་སྩལ་ནས། \nཚེ་དང་ལྡན་པ་ཤཱ་ར་དྭ་ཏིའི་བུ་དང་། བྱང་ཆུབ་སེམས་དཔའ་སེམས་དཔའ་ཆེན་པོ་སྤྱན་རས་གཟིགས་དབང་ཕྱུག་དང་། ཐམས་ཅད་དང་ལྡན་པའི་འཁོར་དེ་དག་དང་། ​ལྷ་དང་། མི་དང་། ལྷ་མ་ཡིན་དང་། དྲི་ཟར་བཅས་པའི་འཇིག་རྟེན་ཡི་རངས་ཏེ། བཅོམ་ལྡན་འདས་ཀྱིས་གསུངས་པ་ལ་མངོན་པར་བསྟོད་དོ། །\n​འཕགས་པ་ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པའི་སྙིང་པོ་རྫོགས་སོ། །​\n", - "transformed_annotation": { - "target_annotations": { - "segmentation": [ - { - "id": "B07549701B", - "span": { - "start": 0, - "end": 54 - }, - "index": 1 - }, - { - "id": "60010AB6CD", - "span": { - "start": 55, - "end": 110 - }, - "index": 2 - }, - { - "id": "C8B26CFFA4", - "span": { - "start": 111, - "end": 175 - }, - "index": 3 - }, - { - "id": "5C519C091F", - "span": { - "start": 176, - "end": 193 - }, - "index": 4 - }, - { - "id": "A99CFE3DC3", - "span": { - "start": 194, - "end": 251 - }, - "index": 5 - }, - { - "id": "BCBF7B0B44", - "span": { - "start": 252, - "end": 287 - }, - "index": 6 - }, - { - "id": "74CAE409E9", - "span": { - "start": 288, - "end": 428 - }, - "index": 7 - }, - { - "id": "2E2FB82547", - "span": { - "start": 429, - "end": 527 - }, - "index": 8 - }, - { - "id": "43ECDEE9B0", - "span": { - "start": 528, - "end": 669 - }, - "index": 9 - }, - { - "id": "AA18B6218B", - "span": { - "start": 670, - "end": 730 - }, - "index": 10 - }, - { - "id": "418BE00783", - "span": { - "start": 731, - "end": 861 - }, - "index": 11 - }, - { - "id": "DA91DA4BE4", - "span": { - "start": 862, - "end": 1321 - }, - "index": 12 - }, - { - "id": "B4245065D7", - "span": { - "start": 1322, - "end": 1362 - }, - "index": 13 - }, - { - "id": "0F1030EE43", - "span": { - "start": 1363, - "end": 1363 - }, - "index": 14 - }, - { - "id": "97F7C93C66", - "span": { - "start": 1364, - "end": 1435 - }, - "index": 15 - }, - { - "id": "3A307BA7F7", - "span": { - "start": 1436, - "end": 1516 - }, - "index": 16 - }, - { - "id": "B8EE2A4C35", - "span": { - "start": 1517, - "end": 1667 - }, - "index": 17 - }, - { - "id": "80D90F8088", - "span": { - "start": 1668, - "end": 1888 - }, - "index": 18 - }, - { - "id": "7BBBEC254B", - "span": { - "start": 1889, - "end": 1976 - }, - "index": 19 - }, - { - "id": "7CE016E497", - "span": { - "start": 1977, - "end": 2155 - }, - "index": 20 - }, - { - "id": "CEDCB38435", - "span": { - "start": 2156, - "end": 2269 - }, - "index": 21 - }, - { - "id": "8FF1A6F3F3", - "span": { - "start": 2270, - "end": 2366 - }, - "index": 22 - }, - { - "id": "671711C44C", - "span": { - "start": 2367, - "end": 2527 - }, - "index": 23 - }, - { - "id": "0CFE1EF97C", - "span": { - "start": 2528, - "end": 2763 - }, - "index": 24 - }, - { - "id": "0BFEA4BBEF", - "span": { - "start": 2764, - "end": 2821 - }, - "index": 25 - }, - { - "id": "6D8BDFC8FD", - "span": { - "start": 2822, - "end": 2923 - }, - "index": 26 - }, - { - "id": "74E5403E03", - "span": { - "start": 2924, - "end": 3106 - }, - "index": 27 - }, - { - "id": "3F2B818452", - "span": { - "start": 3107, - "end": 3216 - }, - "index": 28 - }, - { - "id": "D050E18B90", - "span": { - "start": 3217, - "end": 3262 - }, - "index": 29 - }, - { - "id": "4544050EE3", - "span": { - "start": 3263, - "end": 3305 - }, - "index": 30 - }, - { - "id": "9853B76832", - "span": { - "start": 3306, - "end": 3548 - }, - "index": 31 - }, - { - "id": "769E1974BB", - "span": { - "start": 3549, - "end": 3606 - }, - "index": 32 - } - ] - }, - "source_annotations": { - "alignment": [ - { - "id": "9EBA7EF8B7", - "span": { - "start": 0, - "end": 50 - }, - "index": 1, - "alignment_index": [ - 1 - ] - }, - { - "id": "029300E47F", - "span": { - "start": 51, - "end": 108 - }, - "index": 2, - "alignment_index": [ - 2 - ] - }, - { - "id": "99C9C83D78", - "span": { - "start": 109, - "end": 184 - }, - "index": 3, - "alignment_index": [ - 3 - ] - }, - { - "id": "6AA160C6DA", - "span": { - "start": 185, - "end": 210 - }, - "index": 4, - "alignment_index": [ - 4 - ] - }, - { - "id": "422CD4AA4C", - "span": { - "start": 211, - "end": 271 - }, - "index": 5, - "alignment_index": [ - 5 - ] - }, - { - "id": "040F347C02", - "span": { - "start": 272, - "end": 302 - }, - "index": 6, - "alignment_index": [ - 6 - ] - }, - { - "id": "4399B44459", - "span": { - "start": 303, - "end": 446 - }, - "index": 7, - "alignment_index": [ - 7 - ] - }, - { - "id": "6326142D5B", - "span": { - "start": 447, - "end": 571 - }, - "index": 8, - "alignment_index": [ - 8 - ] - }, - { - "id": "063103CDDA", - "span": { - "start": 572, - "end": 703 - }, - "index": 9, - "alignment_index": [ - 9 - ] - }, - { - "id": "D2BA40C4FD", - "span": { - "start": 704, - "end": 764 - }, - "index": 10, - "alignment_index": [ - 10 - ] - }, - { - "id": "22E666D709", - "span": { - "start": 765, - "end": 898 - }, - "index": 11, - "alignment_index": [ - 11 - ] - }, - { - "id": "8833133D4D", - "span": { - "start": 899, - "end": 1398 - }, - "index": 12, - "alignment_index": [ - 12 - ] - }, - { - "id": "1D57D59FDA", - "span": { - "start": 1399, - "end": 1436 - }, - "index": 13, - "alignment_index": [ - 13, - 14 - ] - }, - { - "id": "77BDD8B4C2", - "span": { - "start": 1437, - "end": 1508 - }, - "index": 14, - "alignment_index": [ - 15 - ] - }, - { - "id": "B19FB20E41", - "span": { - "start": 1509, - "end": 1592 - }, - "index": 15, - "alignment_index": [ - 16 - ] - }, - { - "id": "D455D8627D", - "span": { - "start": 1593, - "end": 2025 - }, - "index": 16, - "alignment_index": [ - 17, - 18 - ] - }, - { - "id": "5D66326A56", - "span": { - "start": 2026, - "end": 2200 - }, - "index": 17, - "alignment_index": [ - 19 - ] - }, - { - "id": "511368CC15", - "span": { - "start": 2201, - "end": 2465 - }, - "index": 18, - "alignment_index": [ - 20 - ] - }, - { - "id": "98A04C6AE8", - "span": { - "start": 2466, - "end": 2616 - }, - "index": 19, - "alignment_index": [ - 21 - ] - }, - { - "id": "5335C334A1", - "span": { - "start": 2617, - "end": 2765 - }, - "index": 20, - "alignment_index": [ - 22 - ] - }, - { - "id": "5A696C7201", - "span": { - "start": 2766, - "end": 3127 - }, - "index": 21, - "alignment_index": [ - 23 - ] - }, - { - "id": "24D9256CD6", - "span": { - "start": 3128, - "end": 3375 - }, - "index": 22, - "alignment_index": [ - 24 - ] - }, - { - "id": "BE1710C487", - "span": { - "start": 3376, - "end": 3455 - }, - "index": 23, - "alignment_index": [ - 25 - ] - }, - { - "id": "83950FB653", - "span": { - "start": 3456, - "end": 3553 - }, - "index": 24, - "alignment_index": [ - 26 - ] - }, - { - "id": "0883300F68", - "span": { - "start": 3554, - "end": 3748 - }, - "index": 25, - "alignment_index": [ - 27 - ] - }, - { - "id": "43F0F073F3", - "span": { - "start": 3749, - "end": 4007 - }, - "index": 26, - "alignment_index": [ - 28, - 29 - ] - }, - { - "id": "AEEA26EAA9", - "span": { - "start": 4008, - "end": 4053 - }, - "index": 27, - "alignment_index": [ - 30 - ] - }, - { - "id": "79CF364697", - "span": { - "start": 4054, - "end": 4314 - }, - "index": 28, - "alignment_index": [ - 31 - ] - }, - { - "id": "A302891727", - "span": { - "start": 4315, - "end": 4374 - }, - "index": 29, - "alignment_index": [ - 32 - ] - } - ] - } - }, - "untransformed_annotation": { - "target_annotation": { - "alignment": [ - { - "id": "C5E666C976", - "span": { - "start": 0, - "end": 54 - }, - "index": 1, - "alignment_index": [] - }, - { - "id": "341B591E94", - "span": { - "start": 55, - "end": 110 - }, - "index": 2, - "alignment_index": [] - }, - { - "id": "8477441252", - "span": { - "start": 111, - "end": 175 - }, - "index": 3, - "alignment_index": [] - }, - { - "id": "F4733137B7", - "span": { - "start": 176, - "end": 193 - }, - "index": 4, - "alignment_index": [] - }, - { - "id": "A0905F7030", - "span": { - "start": 194, - "end": 251 - }, - "index": 5, - "alignment_index": [] - }, - { - "id": "90950D0BF6", - "span": { - "start": 252, - "end": 287 - }, - "index": 6, - "alignment_index": [] - }, - { - "id": "A3C73C9C91", - "span": { - "start": 288, - "end": 428 - }, - "index": 7, - "alignment_index": [] - }, - { - "id": "E9F8C520A8", - "span": { - "start": 429, - "end": 527 - }, - "index": 8, - "alignment_index": [] - }, - { - "id": "11A39C321A", - "span": { - "start": 528, - "end": 669 - }, - "index": 9, - "alignment_index": [] - }, - { - "id": "66B74BAD4D", - "span": { - "start": 670, - "end": 730 - }, - "index": 10, - "alignment_index": [] - }, - { - "id": "D747D8AF7D", - "span": { - "start": 731, - "end": 861 - }, - "index": 11, - "alignment_index": [] - }, - { - "id": "7D68F4DCC9", - "span": { - "start": 862, - "end": 1321 - }, - "index": 12, - "alignment_index": [] - }, - { - "id": "381B8B86B1", - "span": { - "start": 1322, - "end": 1363 - }, - "index": 13, - "alignment_index": [] - }, - { - "id": "B8A02841BD", - "span": { - "start": 1364, - "end": 1435 - }, - "index": 14, - "alignment_index": [] - }, - { - "id": "E74DBD5736", - "span": { - "start": 1436, - "end": 1516 - }, - "index": 15, - "alignment_index": [] - }, - { - "id": "018B8DF84C", - "span": { - "start": 1517, - "end": 1888 - }, - "index": 16, - "alignment_index": [] - }, - { - "id": "47BB4745B4", - "span": { - "start": 1889, - "end": 1976 - }, - "index": 17, - "alignment_index": [] - }, - { - "id": "7787B56AAE", - "span": { - "start": 1978, - "end": 2155 - }, - "index": 18, - "alignment_index": [] - }, - { - "id": "201ECC222E", - "span": { - "start": 2156, - "end": 2269 - }, - "index": 19, - "alignment_index": [] - }, - { - "id": "AB11BEFF9F", - "span": { - "start": 2270, - "end": 2366 - }, - "index": 20, - "alignment_index": [] - }, - { - "id": "B799498B23", - "span": { - "start": 2367, - "end": 2527 - }, - "index": 21, - "alignment_index": [] - }, - { - "id": "E3E94FC075", - "span": { - "start": 2528, - "end": 2763 - }, - "index": 22, - "alignment_index": [] - }, - { - "id": "C131670966", - "span": { - "start": 2764, - "end": 2821 - }, - "index": 23, - "alignment_index": [] - }, - { - "id": "E03A156D66", - "span": { - "start": 2822, - "end": 2923 - }, - "index": 24, - "alignment_index": [] - }, - { - "id": "F8BB8B597C", - "span": { - "start": 2924, - "end": 3106 - }, - "index": 25, - "alignment_index": [] - }, - { - "id": "CA91A97CA6", - "span": { - "start": 3107, - "end": 3262 - }, - "index": 26, - "alignment_index": [] - }, - { - "id": "24DA946A61", - "span": { - "start": 3263, - "end": 3305 - }, - "index": 27, - "alignment_index": [] - }, - { - "id": "F99850449B", - "span": { - "start": 3306, - "end": 3548 - }, - "index": 28, - "alignment_index": [] - }, - { - "id": "C371862F7C", - "span": { - "start": 3549, - "end": 3606 - }, - "index": 29, - "alignment_index": [] - } - ] - }, - "source_annotation": { - "alignment": [ - { - "id": "9EBA7EF8B7", - "span": { - "start": 0, - "end": 50 - }, - "index": 1, - "alignment_index": [ - 1 - ] - }, - { - "id": "029300E47F", - "span": { - "start": 51, - "end": 108 - }, - "index": 2, - "alignment_index": [ - 2 - ] - }, - { - "id": "99C9C83D78", - "span": { - "start": 109, - "end": 184 - }, - "index": 3, - "alignment_index": [ - 3 - ] - }, - { - "id": "6AA160C6DA", - "span": { - "start": 185, - "end": 210 - }, - "index": 4, - "alignment_index": [ - 4 - ] - }, - { - "id": "422CD4AA4C", - "span": { - "start": 211, - "end": 271 - }, - "index": 5, - "alignment_index": [ - 5 - ] - }, - { - "id": "040F347C02", - "span": { - "start": 272, - "end": 302 - }, - "index": 6, - "alignment_index": [ - 6 - ] - }, - { - "id": "4399B44459", - "span": { - "start": 303, - "end": 446 - }, - "index": 7, - "alignment_index": [ - 7 - ] - }, - { - "id": "6326142D5B", - "span": { - "start": 447, - "end": 571 - }, - "index": 8, - "alignment_index": [ - 8 - ] - }, - { - "id": "063103CDDA", - "span": { - "start": 572, - "end": 703 - }, - "index": 9, - "alignment_index": [ - 9 - ] - }, - { - "id": "D2BA40C4FD", - "span": { - "start": 704, - "end": 764 - }, - "index": 10, - "alignment_index": [ - 10 - ] - }, - { - "id": "22E666D709", - "span": { - "start": 765, - "end": 898 - }, - "index": 11, - "alignment_index": [ - 11 - ] - }, - { - "id": "8833133D4D", - "span": { - "start": 899, - "end": 1398 - }, - "index": 12, - "alignment_index": [ - 12 - ] - }, - { - "id": "1D57D59FDA", - "span": { - "start": 1399, - "end": 1436 - }, - "index": 13, - "alignment_index": [ - 13 - ] - }, - { - "id": "77BDD8B4C2", - "span": { - "start": 1437, - "end": 1508 - }, - "index": 14, - "alignment_index": [ - 14 - ] - }, - { - "id": "B19FB20E41", - "span": { - "start": 1509, - "end": 1592 - }, - "index": 15, - "alignment_index": [ - 15 - ] - }, - { - "id": "D455D8627D", - "span": { - "start": 1593, - "end": 2025 - }, - "index": 16, - "alignment_index": [ - 16 - ] - }, - { - "id": "5D66326A56", - "span": { - "start": 2026, - "end": 2200 - }, - "index": 17, - "alignment_index": [ - 17 - ] - }, - { - "id": "511368CC15", - "span": { - "start": 2201, - "end": 2465 - }, - "index": 18, - "alignment_index": [ - 18 - ] - }, - { - "id": "98A04C6AE8", - "span": { - "start": 2466, - "end": 2616 - }, - "index": 19, - "alignment_index": [ - 19 - ] - }, - { - "id": "5335C334A1", - "span": { - "start": 2617, - "end": 2765 - }, - "index": 20, - "alignment_index": [ - 20 - ] - }, - { - "id": "5A696C7201", - "span": { - "start": 2766, - "end": 3127 - }, - "index": 21, - "alignment_index": [ - 21 - ] - }, - { - "id": "24D9256CD6", - "span": { - "start": 3128, - "end": 3375 - }, - "index": 22, - "alignment_index": [ - 22 - ] - }, - { - "id": "BE1710C487", - "span": { - "start": 3376, - "end": 3455 - }, - "index": 23, - "alignment_index": [ - 23 - ] - }, - { - "id": "83950FB653", - "span": { - "start": 3456, - "end": 3553 - }, - "index": 24, - "alignment_index": [ - 24 - ] - }, - { - "id": "0883300F68", - "span": { - "start": 3554, - "end": 3748 - }, - "index": 25, - "alignment_index": [ - 25 - ] - }, - { - "id": "43F0F073F3", - "span": { - "start": 3749, - "end": 4007 - }, - "index": 26, - "alignment_index": [ - 26 - ] - }, - { - "id": "AEEA26EAA9", - "span": { - "start": 4008, - "end": 4053 - }, - "index": 27, - "alignment_index": [ - 27 - ] - }, - { - "id": "79CF364697", - "span": { - "start": 4054, - "end": 4314 - }, - "index": 28, - "alignment_index": [ - 28 - ] - }, - { - "id": "A302891727", - "span": { - "start": 4315, - "end": 4374 - }, - "index": 29, - "alignment_index": [ - 29 - ] - } - ] - } - } +{ + "source_base": "The Heart of the Blessed Lady Perfection of Wisdom\nIn the Sanskrit language: Bhagavatī Prajñāpāramitā Hṛdaya\nIn the Tibetan language: The Heart of the Blessed Lady Perfection of Wisdom\nThis is the first volume.\nI prostrate to the Blessed Mother, the Perfection of Wisdom.\nThus have I heard at one time.\nThe Blessed One was dwelling at Vulture Peak Mountain in Rājagṛha together with a great assembly of monks and a great assembly of bodhisattvas.\nAt that time, the Blessed One entered into the meditative absorption of the Dharma discourse called 'Profound Illumination.'\nAt that time, the noble Bodhisattva Mahasattva Avalokiteshvara was contemplating the practice of the profound perfection of wisdom.\nAlso view those five aggregates as empty of inherent nature.\nThen, through the power of the Buddha, the venerable Śāriputra addressed the noble great bodhisattva Avalokiteśvara with these words.\nTranslation of the Tibetan Buddhist Text

'Noble son, whoever wishes to practice the profound perfection of wisdom, how should they train?' Upon this being asked, the noble Bodhisattva Mahasattva Avalokiteshvara spoke these words to the venerable Shariputra: 'O Shariputra, any son or daughter of noble family who wishes to practice the profound perfection of wisdom should view things in this way: they should correctly and completely observe the five aggregates as empty of inherent nature.'\nForm is emptiness. Emptiness is form.\nForm is not other than emptiness, and emptiness is not other than form.\nSimilarly, feelings, perceptions, mental formations, and consciousnesses are empty.\nTherefore, Shariputra, all phenomena are emptiness—without characteristics, unborn, unceasing, without defilement, without freedom from defilement, without decrease, and without increase.

Therefore, Shariputra, in emptiness there is no form, no feeling, no perception, no mental formations, no consciousness; no eye, no ear, no nose, no tongue, no body, no mind; no form, no sound, no smell, no taste, no touch, no phenomena.\nThere is no eye element, and there is nothing from the absence of the mind element up to and including the absence of the dharma element and the mental consciousness element.\nThere is no ignorance, nor is there any cessation of ignorance, up through there is no aging and death, and no cessation of aging and death. There is no suffering, no origin, no cessation, and no path. There is no wisdom, no attainment, and also no non-attainment.\nTherefore, Shariputra, because bodhisattvas have nothing to attain, they rely on and abide in the perfection of wisdom, free from mental obscurations.\nSince there are no obscurations in the mind, there is no fear. Having completely transcended misconceptions, one reaches the culmination of nirvana.\nAll the buddhas who abide throughout the three times have attained manifest, perfect, complete enlightenment by relying on the perfection of wisdom.

OR

All the buddhas who dwell throughout the past, present, and future have fully and completely awakened to unsurpassable, perfect, complete enlightenment by depending on the perfection of wisdom.\nTherefore, one should know the prajñāpāramitā mantra, the mantra of great awareness, the unsurpassed mantra, the mantra equal to the unequaled, the mantra that thoroughly pacifies all suffering. Because it is not false, it should be known as true.\nThus: Gone, gone, gone beyond, gone completely beyond, enlightenment, so be it!\nThus, Śāriputra, a bodhisattva, a great being, should train in the profound perfection of wisdom.\nThen the Blessed One arose from that samādhi and bestowed praise upon the noble Avalokiteśvara, the Bodhisattva Mahāsattva, saying: 'Excellent, excellent! Son of noble family, it is exactly so.'\nSo it is, noble son. One should practice the profound perfection of wisdom exactly as you have taught.

This is indeed the case, son of good family. One should engage in the practice of the profound perfection of wisdom precisely as you have explained.\nAfter the Blessed One had spoken these words.\nThe Venerable Shariputra Son of Sharadwati, the Bodhisattva Mahasattva Noble Avalokiteshvara, and the entire assembly—including gods, humans, asuras, and gandharvas—rejoiced and praised what the Blessed One had spoken.\nThus concludes the Noble Heart of the Perfection of Wisdom.\n", + "target_base": "བཅོམ་ལྡན་འདས་མ་ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པའི་སྙིང་པོ། །\n༄༅། །​རྒྱ་གར་སྐད་དུ། བྷ་ག་བ་ཏི་པྲ་ཛྙ་པ་ར་མི་ཏཱྀ་ཧྲད་ཡ། \nབོད་སྐད་དུ། བཅོམ་ལྡན་འདས་མ་ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པའི་སྙིང་པོ།\n བམ་པོ་གཅིག་གོ །​\nབཅོམ་ལྡན་འདས་མ་ཤེས་རབ་ཀྱི་ཕ་རོལ་དུ་ཕྱིན་པ་ལ་ཕྱག་འཚལ་ལོ། །\n​འདི་སྐད་བདག་གིས་ཐོས་པ་དུས་གཅིག་ན། \nབཅོམ་ལྡན་འདས་རྒྱལ་པོའི་ཁབ་བྱ་རྒོད་ཕུང་པོའི་རི་ལ་དགེ་སློང་གི་དགེ་འདུན་ཆེན་པོ་དང་། ​བྱང་ཆུབ་སེམས་དཔའི་དགེ་འདུན་ཆེན་པོ་དང་ཐབས་ཅིག་ཏུ་བཞུགས་ཏེ། \nདེའི་ཚེ་བཅོམ་ལྡན་འདས་ཟབ་མོ་སྣང་བ་ཞེས་བྱ་བའི་ཆོས་ཀྱི་རྣམ་གྲངས་ཀྱི་ཏིང་ངེ་འཛིན་ལ་སྙོམས་པར་ཞུགས་སོ། །\n​ཡང་དེའི་ཚེ་བྱང་ཆུབ་སེམས་དཔའ་སེམས་དཔའ་ཆེན་པོ་འཕགས་པ་སྤྱན་རས་གཟིགས་དབང་ཕྱུག་ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པ་ཟབ་མོའི་སྤྱོད་པ་ཉིད་ལ་རྣམ་པར་བལྟ་ཞིང་། \nཕུང་པོ་ལྔ་པོ་དེ་དག་ལ་ཡང་རང་བཞིན་གྱིས་སྟོང་པར་རྣམ་པར་བལྟའོ། །\n​དེ་ནས་སངས་རྒྱས་ཀྱི་མཐུས། ​ཚེ་དང་ལྡན་པ་ཤཱ་རིའི་བུས་བྱང་ཆུབ་སེམས་དཔའ་ཆེན་པོ་འཕགས་པ་སྤྱན་རས་གཟིགས་དབང་ཕྱུག་ལ་འདི་སྐད་ཅེས་སྨྲས་སོ། །​\nརིགས་ཀྱི་བུ་གང་ལ་ལ་ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པ་ཟབ་མོའི་སྤྱོད་པ་སྤྱད་པར་འདོད་པ་དེས་ཇི་ལྟར་བསླབ་པར་བྱ། དེ་སྐད་ཅེས་སྨྲས་པ་དང་། བྱང་ཆུབ་སེམས་དཔའ་སེམས་དཔའ་ཆེན་པོ་འཕགས་པ་སྤྱན་རས་གཟིགས་དབང་ཕྱུག་གིས་ཚེ་དང་ལྡན་པ་ཤཱ་ར་དྭ་ཏའི་བུ་ལ་འདི་སྐད་ཅེས་སྨྲས་སོ། །​ཤཱ་རིའི་བུ་རིགས་ཀྱི་བུའམ། རིགས་ཀྱི་བུ་མོ་གང་ལ་ལ་ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པ་ཟབ་མོའི་སྤྱོད་པ་སྤྱད་པར་འདོད་པ་དེས་འདི་ལྟར་རྣམ་པར་བལྟ་བར་བྱ་སྟེ། ​ཕུང་པོ་ལྔ་པོ་དེ་དག་ཀྱང་རང་བཞིན་གྱིས་སྟོང་པར་རྣམ་པར་ཡང་དག་པར་རྗེས་སུ་བལྟའོ། །\n​གཟུགས་སྟོང་པའོ། །སྟོང་པ་ཉིད་གཟུགས་སོ། །\n\n​གཟུགས་ལས་སྟོང་པ་ཉིད་གཞན་མ་ཡིན། སྟོང་པ་ཉིད་ལས་ཀྱང་གཟུགས་གཞན་མ་ཡིན་ནོ། །\n​དེ་བཞིན་དུ་ཚོར་བ་དང་། ​འདུ་ཤེས་དང་། འདུ་བྱེད་དང་། རྣམ་པར་ཤེས་པ་རྣམས་སྟོང་པའོ། །\n​ཤཱ་རིའི་བུ་དེ་ལྟ་བས་ན་ཆོས་ཐམས་ཅད་སྟོང་པ་ཉིད་དེ། མཚན་ཉིད་མེད་པ། མ་སྐྱེས་པ། ​མ་འགགས་པ། དྲི་མ་མེད་པ། དྲི་མ་དང་བྲལ་བ་མེད་པ། ​བྲི་བ་མེད་པ། གང་བ་མེད་པའོ། །\n​ཤཱ་རིའི་བུ་དེ་ལྟ་བས་ན་སྟོང་པ་ཉིད་ལ་གཟུགས་མེད། ཚོར་བ་མེད། ​འདུ་ཤེས་མེད། འདུ་བྱེད་མེད། རྣམ་པར་ཤེས་པ་མེད། མིག་མེད། རྣ་བ་མེད། སྣ་མེད། ལྕེ་མེད། ལུས་མེད། ཡིད་མེད །གཟུགས་མེད། སྒྲ་མེད། དྲི་མེད། རོ་མེད། རེག་བྱ་མེད། ཆོས་མེད་དོ། །\n​མིག་གི་ཁམས་མེད་པ་ནས་ཡིད་ཀྱི་ཁམས་མེད། ཡིད་ཀྱི་རྣམ་པར་ཤེས་པའི་ཁམས་ཀྱི་བར་དུ་ཡང་མེད་དོ། །\n​མ་རིག་པ་མེད། ​མ་རིག་པ་ཟད་པ་མེད་པ་ནས་རྒ་ཤི་མེད། ​རྒ་ཤི་ཟད་པའི་བར་དུ་ཡང་མེད་དོ། ། སྡུག་བསྔལ་བ་དང་། ཀུན་འབྱུང་བ་དང་། འགོག་པ་དང་། ལམ་མེད། ཡེ་ཤེས་མེད། ཐོབ་པ་མེད། མ་ཐོབ་པ་ཡང་མེད་དོ། །\n​ཤཱ་རིའི་བུ་དེ་ལྟ་བས་ན་བྱང་ཆུབ་སེམས་དཔའ་རྣམས་ཐོབ་པ་མེད་པའི་ཕྱིར། ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པ་ལ་བརྟེན་ཅིང ་གནས་ཏེ། \nསེམས་ལ་སྒྲིབ་པ་མེད་པས་སྐྲག་པ་མེད་དེ། ཕྱིན་ཅི་ལོག་ལས་ཤིན་ཏུ་འདས་ནས་མྱ་ངན་ལས་འདས་པར་མཐར་ཕྱིན་ཏོ། །\n​དུས་གསུམ་དུ་རྣམ་པར་བཞུགས་པའི་སངས་རྒྱས་ཐམས་ཅད་ཀྱང་ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པ་ལ་བརྟེན་ནས་བླ་ན་མེད་པ་ཡང་དག་པར་རྫོགས་པའི་བྱང་ཆུབ་ཏུ་མངོན་པར་རྫོགས་པར་སངས་རྒྱས་སོ། །\n​དེ་ལྟ་བས་ན་ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པའི་སྔགས། རིག་པ་ཆེན་པོའི་སྔགས། བླ་ན་མེད་པའི་སྔགས། མི་མཉམ་པ་དང་མཉམ་པའི་སྔགས། སྡུག་བསྔལ་ཐམས་ཅད་རབ་ཏུ་ཞི་བར་བྱེད་པའི་སྔགས། མི་རྫུན་པས་ན་བདེན་པར་ཤེས་པར་བྱ་སྟེ། ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པའི་སྔགས་སྨྲས་པ། \nཏདྱ་ཐཱ། ག་ཏེ་ག་ཏེ་པཱ་ར་ག་ཏེ། པཱ་ར་སཾ་ག་ཏེ། བོ་དྷི་སྭ་ཧཱ། \nཤཱ་རིའི་བུ་བྱང་ཆུབ་སེམས་དཔའ་སེམས་དཔའ་ཆེན་པོ་དེ་ལྟར་ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པ་ཟབ་མོ་ལ་བསླབ་པར་བྱའོ། །\n​དེ་ནས་བཅོམ་ལྡན་འདས་ཏིང་ངེ་འཛིན་དེ་ལས་བཞེངས་ཏེ། བྱང་ཆུབ་སེམས་དཔའ་སེམས་དཔའ་ཆེན་པོས་འཕགས་པ ་སྤྱན་རས་དབང་ཕྱུག་ལ་ལེགས་སོ་ཞེས་བྱ་བ་བྱིན་ནས། ལེགས་སོ་ལེགས་སོ། རིགས་ཀྱི་བུ་དེ་དེ་བཞིན་ནོ། །​ \nརིགས་ཀྱི་བུ་དེ་དེ་བཞིན་ཏེ། ཇི་ལྟར་ཁྱོད་ཀྱིས་བསྟན་པ་བཞིན་དུ་ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པ་ཟབ་མོ་ལ་སྤྱད་པར་བྱ་སྟེ།\nདེ་བཞིན་གཤེགས་པ་རྣམས་ཀྱང་རྗེས་སུ་ཡི་རང་ངོ་། །\n​བཅོམ་ལྡན་འདས་ཀྱིས་དེ་སྐད་ཅེས་བཀའ་སྩལ་ནས། \nཚེ་དང་ལྡན་པ་ཤཱ་ར་དྭ་ཏིའི་བུ་དང་། བྱང་ཆུབ་སེམས་དཔའ་སེམས་དཔའ་ཆེན་པོ་སྤྱན་རས་གཟིགས་དབང་ཕྱུག་དང་། ཐམས་ཅད་དང་ལྡན་པའི་འཁོར་དེ་དག་དང་། ​ལྷ་དང་། མི་དང་། ལྷ་མ་ཡིན་དང་། དྲི་ཟར་བཅས་པའི་འཇིག་རྟེན་ཡི་རངས་ཏེ། བཅོམ་ལྡན་འདས་ཀྱིས་གསུངས་པ་ལ་མངོན་པར་བསྟོད་དོ། །\n​འཕགས་པ་ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པའི་སྙིང་པོ་རྫོགས་སོ། །​\n", + "transformed_annotation": { + "target_annotations": { + "segmentation": [ + { + "id": "B07549701B", + "span": { + "start": 0, + "end": 54 + }, + "index": 1 + }, + { + "id": "60010AB6CD", + "span": { + "start": 55, + "end": 110 + }, + "index": 2 + }, + { + "id": "C8B26CFFA4", + "span": { + "start": 111, + "end": 175 + }, + "index": 3 + }, + { + "id": "5C519C091F", + "span": { + "start": 176, + "end": 193 + }, + "index": 4 + }, + { + "id": "A99CFE3DC3", + "span": { + "start": 194, + "end": 251 + }, + "index": 5 + }, + { + "id": "BCBF7B0B44", + "span": { + "start": 252, + "end": 287 + }, + "index": 6 + }, + { + "id": "74CAE409E9", + "span": { + "start": 288, + "end": 428 + }, + "index": 7 + }, + { + "id": "2E2FB82547", + "span": { + "start": 429, + "end": 527 + }, + "index": 8 + }, + { + "id": "43ECDEE9B0", + "span": { + "start": 528, + "end": 669 + }, + "index": 9 + }, + { + "id": "AA18B6218B", + "span": { + "start": 670, + "end": 730 + }, + "index": 10 + }, + { + "id": "418BE00783", + "span": { + "start": 731, + "end": 861 + }, + "index": 11 + }, + { + "id": "DA91DA4BE4", + "span": { + "start": 862, + "end": 1321 + }, + "index": 12 + }, + { + "id": "B4245065D7", + "span": { + "start": 1322, + "end": 1362 + }, + "index": 13 + }, + { + "id": "0F1030EE43", + "span": { + "start": 1363, + "end": 1363 + }, + "index": 14 + }, + { + "id": "97F7C93C66", + "span": { + "start": 1364, + "end": 1435 + }, + "index": 15 + }, + { + "id": "3A307BA7F7", + "span": { + "start": 1436, + "end": 1516 + }, + "index": 16 + }, + { + "id": "B8EE2A4C35", + "span": { + "start": 1517, + "end": 1667 + }, + "index": 17 + }, + { + "id": "80D90F8088", + "span": { + "start": 1668, + "end": 1888 + }, + "index": 18 + }, + { + "id": "7BBBEC254B", + "span": { + "start": 1889, + "end": 1976 + }, + "index": 19 + }, + { + "id": "7CE016E497", + "span": { + "start": 1977, + "end": 2155 + }, + "index": 20 + }, + { + "id": "CEDCB38435", + "span": { + "start": 2156, + "end": 2269 + }, + "index": 21 + }, + { + "id": "8FF1A6F3F3", + "span": { + "start": 2270, + "end": 2366 + }, + "index": 22 + }, + { + "id": "671711C44C", + "span": { + "start": 2367, + "end": 2527 + }, + "index": 23 + }, + { + "id": "0CFE1EF97C", + "span": { + "start": 2528, + "end": 2763 + }, + "index": 24 + }, + { + "id": "0BFEA4BBEF", + "span": { + "start": 2764, + "end": 2821 + }, + "index": 25 + }, + { + "id": "6D8BDFC8FD", + "span": { + "start": 2822, + "end": 2923 + }, + "index": 26 + }, + { + "id": "74E5403E03", + "span": { + "start": 2924, + "end": 3106 + }, + "index": 27 + }, + { + "id": "3F2B818452", + "span": { + "start": 3107, + "end": 3216 + }, + "index": 28 + }, + { + "id": "D050E18B90", + "span": { + "start": 3217, + "end": 3262 + }, + "index": 29 + }, + { + "id": "4544050EE3", + "span": { + "start": 3263, + "end": 3305 + }, + "index": 30 + }, + { + "id": "9853B76832", + "span": { + "start": 3306, + "end": 3548 + }, + "index": 31 + }, + { + "id": "769E1974BB", + "span": { + "start": 3549, + "end": 3606 + }, + "index": 32 + } + ] + }, + "source_annotations": { + "alignment": [ + { + "id": "9EBA7EF8B7", + "span": { + "start": 0, + "end": 50 + }, + "index": 1, + "alignment_index": [ + 1 + ] + }, + { + "id": "029300E47F", + "span": { + "start": 51, + "end": 108 + }, + "index": 2, + "alignment_index": [ + 2 + ] + }, + { + "id": "99C9C83D78", + "span": { + "start": 109, + "end": 184 + }, + "index": 3, + "alignment_index": [ + 3 + ] + }, + { + "id": "6AA160C6DA", + "span": { + "start": 185, + "end": 210 + }, + "index": 4, + "alignment_index": [ + 4 + ] + }, + { + "id": "422CD4AA4C", + "span": { + "start": 211, + "end": 271 + }, + "index": 5, + "alignment_index": [ + 5 + ] + }, + { + "id": "040F347C02", + "span": { + "start": 272, + "end": 302 + }, + "index": 6, + "alignment_index": [ + 6 + ] + }, + { + "id": "4399B44459", + "span": { + "start": 303, + "end": 446 + }, + "index": 7, + "alignment_index": [ + 7 + ] + }, + { + "id": "6326142D5B", + "span": { + "start": 447, + "end": 571 + }, + "index": 8, + "alignment_index": [ + 8 + ] + }, + { + "id": "063103CDDA", + "span": { + "start": 572, + "end": 703 + }, + "index": 9, + "alignment_index": [ + 9 + ] + }, + { + "id": "D2BA40C4FD", + "span": { + "start": 704, + "end": 764 + }, + "index": 10, + "alignment_index": [ + 10 + ] + }, + { + "id": "22E666D709", + "span": { + "start": 765, + "end": 898 + }, + "index": 11, + "alignment_index": [ + 11 + ] + }, + { + "id": "8833133D4D", + "span": { + "start": 899, + "end": 1398 + }, + "index": 12, + "alignment_index": [ + 12 + ] + }, + { + "id": "1D57D59FDA", + "span": { + "start": 1399, + "end": 1436 + }, + "index": 13, + "alignment_index": [ + 13, + 14 + ] + }, + { + "id": "77BDD8B4C2", + "span": { + "start": 1437, + "end": 1508 + }, + "index": 14, + "alignment_index": [ + 15 + ] + }, + { + "id": "B19FB20E41", + "span": { + "start": 1509, + "end": 1592 + }, + "index": 15, + "alignment_index": [ + 16 + ] + }, + { + "id": "D455D8627D", + "span": { + "start": 1593, + "end": 2025 + }, + "index": 16, + "alignment_index": [ + 17, + 18 + ] + }, + { + "id": "5D66326A56", + "span": { + "start": 2026, + "end": 2200 + }, + "index": 17, + "alignment_index": [ + 19 + ] + }, + { + "id": "511368CC15", + "span": { + "start": 2201, + "end": 2465 + }, + "index": 18, + "alignment_index": [ + 20 + ] + }, + { + "id": "98A04C6AE8", + "span": { + "start": 2466, + "end": 2616 + }, + "index": 19, + "alignment_index": [ + 21 + ] + }, + { + "id": "5335C334A1", + "span": { + "start": 2617, + "end": 2765 + }, + "index": 20, + "alignment_index": [ + 22 + ] + }, + { + "id": "5A696C7201", + "span": { + "start": 2766, + "end": 3127 + }, + "index": 21, + "alignment_index": [ + 23 + ] + }, + { + "id": "24D9256CD6", + "span": { + "start": 3128, + "end": 3375 + }, + "index": 22, + "alignment_index": [ + 24 + ] + }, + { + "id": "BE1710C487", + "span": { + "start": 3376, + "end": 3455 + }, + "index": 23, + "alignment_index": [ + 25 + ] + }, + { + "id": "83950FB653", + "span": { + "start": 3456, + "end": 3553 + }, + "index": 24, + "alignment_index": [ + 26 + ] + }, + { + "id": "0883300F68", + "span": { + "start": 3554, + "end": 3748 + }, + "index": 25, + "alignment_index": [ + 27 + ] + }, + { + "id": "43F0F073F3", + "span": { + "start": 3749, + "end": 4007 + }, + "index": 26, + "alignment_index": [ + 28, + 29 + ] + }, + { + "id": "AEEA26EAA9", + "span": { + "start": 4008, + "end": 4053 + }, + "index": 27, + "alignment_index": [ + 30 + ] + }, + { + "id": "79CF364697", + "span": { + "start": 4054, + "end": 4314 + }, + "index": 28, + "alignment_index": [ + 31 + ] + }, + { + "id": "A302891727", + "span": { + "start": 4315, + "end": 4374 + }, + "index": 29, + "alignment_index": [ + 32 + ] + } + ] + } + }, + "untransformed_annotation": { + "target_annotation": { + "alignment": [ + { + "id": "C5E666C976", + "span": { + "start": 0, + "end": 54 + }, + "index": 1, + "alignment_index": [] + }, + { + "id": "341B591E94", + "span": { + "start": 55, + "end": 110 + }, + "index": 2, + "alignment_index": [] + }, + { + "id": "8477441252", + "span": { + "start": 111, + "end": 175 + }, + "index": 3, + "alignment_index": [] + }, + { + "id": "F4733137B7", + "span": { + "start": 176, + "end": 193 + }, + "index": 4, + "alignment_index": [] + }, + { + "id": "A0905F7030", + "span": { + "start": 194, + "end": 251 + }, + "index": 5, + "alignment_index": [] + }, + { + "id": "90950D0BF6", + "span": { + "start": 252, + "end": 287 + }, + "index": 6, + "alignment_index": [] + }, + { + "id": "A3C73C9C91", + "span": { + "start": 288, + "end": 428 + }, + "index": 7, + "alignment_index": [] + }, + { + "id": "E9F8C520A8", + "span": { + "start": 429, + "end": 527 + }, + "index": 8, + "alignment_index": [] + }, + { + "id": "11A39C321A", + "span": { + "start": 528, + "end": 669 + }, + "index": 9, + "alignment_index": [] + }, + { + "id": "66B74BAD4D", + "span": { + "start": 670, + "end": 730 + }, + "index": 10, + "alignment_index": [] + }, + { + "id": "D747D8AF7D", + "span": { + "start": 731, + "end": 861 + }, + "index": 11, + "alignment_index": [] + }, + { + "id": "7D68F4DCC9", + "span": { + "start": 862, + "end": 1321 + }, + "index": 12, + "alignment_index": [] + }, + { + "id": "381B8B86B1", + "span": { + "start": 1322, + "end": 1363 + }, + "index": 13, + "alignment_index": [] + }, + { + "id": "B8A02841BD", + "span": { + "start": 1364, + "end": 1435 + }, + "index": 14, + "alignment_index": [] + }, + { + "id": "E74DBD5736", + "span": { + "start": 1436, + "end": 1516 + }, + "index": 15, + "alignment_index": [] + }, + { + "id": "018B8DF84C", + "span": { + "start": 1517, + "end": 1888 + }, + "index": 16, + "alignment_index": [] + }, + { + "id": "47BB4745B4", + "span": { + "start": 1889, + "end": 1976 + }, + "index": 17, + "alignment_index": [] + }, + { + "id": "7787B56AAE", + "span": { + "start": 1978, + "end": 2155 + }, + "index": 18, + "alignment_index": [] + }, + { + "id": "201ECC222E", + "span": { + "start": 2156, + "end": 2269 + }, + "index": 19, + "alignment_index": [] + }, + { + "id": "AB11BEFF9F", + "span": { + "start": 2270, + "end": 2366 + }, + "index": 20, + "alignment_index": [] + }, + { + "id": "B799498B23", + "span": { + "start": 2367, + "end": 2527 + }, + "index": 21, + "alignment_index": [] + }, + { + "id": "E3E94FC075", + "span": { + "start": 2528, + "end": 2763 + }, + "index": 22, + "alignment_index": [] + }, + { + "id": "C131670966", + "span": { + "start": 2764, + "end": 2821 + }, + "index": 23, + "alignment_index": [] + }, + { + "id": "E03A156D66", + "span": { + "start": 2822, + "end": 2923 + }, + "index": 24, + "alignment_index": [] + }, + { + "id": "F8BB8B597C", + "span": { + "start": 2924, + "end": 3106 + }, + "index": 25, + "alignment_index": [] + }, + { + "id": "CA91A97CA6", + "span": { + "start": 3107, + "end": 3262 + }, + "index": 26, + "alignment_index": [] + }, + { + "id": "24DA946A61", + "span": { + "start": 3263, + "end": 3305 + }, + "index": 27, + "alignment_index": [] + }, + { + "id": "F99850449B", + "span": { + "start": 3306, + "end": 3548 + }, + "index": 28, + "alignment_index": [] + }, + { + "id": "C371862F7C", + "span": { + "start": 3549, + "end": 3606 + }, + "index": 29, + "alignment_index": [] + } + ] + }, + "source_annotation": { + "alignment": [ + { + "id": "9EBA7EF8B7", + "span": { + "start": 0, + "end": 50 + }, + "index": 1, + "alignment_index": [ + 1 + ] + }, + { + "id": "029300E47F", + "span": { + "start": 51, + "end": 108 + }, + "index": 2, + "alignment_index": [ + 2 + ] + }, + { + "id": "99C9C83D78", + "span": { + "start": 109, + "end": 184 + }, + "index": 3, + "alignment_index": [ + 3 + ] + }, + { + "id": "6AA160C6DA", + "span": { + "start": 185, + "end": 210 + }, + "index": 4, + "alignment_index": [ + 4 + ] + }, + { + "id": "422CD4AA4C", + "span": { + "start": 211, + "end": 271 + }, + "index": 5, + "alignment_index": [ + 5 + ] + }, + { + "id": "040F347C02", + "span": { + "start": 272, + "end": 302 + }, + "index": 6, + "alignment_index": [ + 6 + ] + }, + { + "id": "4399B44459", + "span": { + "start": 303, + "end": 446 + }, + "index": 7, + "alignment_index": [ + 7 + ] + }, + { + "id": "6326142D5B", + "span": { + "start": 447, + "end": 571 + }, + "index": 8, + "alignment_index": [ + 8 + ] + }, + { + "id": "063103CDDA", + "span": { + "start": 572, + "end": 703 + }, + "index": 9, + "alignment_index": [ + 9 + ] + }, + { + "id": "D2BA40C4FD", + "span": { + "start": 704, + "end": 764 + }, + "index": 10, + "alignment_index": [ + 10 + ] + }, + { + "id": "22E666D709", + "span": { + "start": 765, + "end": 898 + }, + "index": 11, + "alignment_index": [ + 11 + ] + }, + { + "id": "8833133D4D", + "span": { + "start": 899, + "end": 1398 + }, + "index": 12, + "alignment_index": [ + 12 + ] + }, + { + "id": "1D57D59FDA", + "span": { + "start": 1399, + "end": 1436 + }, + "index": 13, + "alignment_index": [ + 13 + ] + }, + { + "id": "77BDD8B4C2", + "span": { + "start": 1437, + "end": 1508 + }, + "index": 14, + "alignment_index": [ + 14 + ] + }, + { + "id": "B19FB20E41", + "span": { + "start": 1509, + "end": 1592 + }, + "index": 15, + "alignment_index": [ + 15 + ] + }, + { + "id": "D455D8627D", + "span": { + "start": 1593, + "end": 2025 + }, + "index": 16, + "alignment_index": [ + 16 + ] + }, + { + "id": "5D66326A56", + "span": { + "start": 2026, + "end": 2200 + }, + "index": 17, + "alignment_index": [ + 17 + ] + }, + { + "id": "511368CC15", + "span": { + "start": 2201, + "end": 2465 + }, + "index": 18, + "alignment_index": [ + 18 + ] + }, + { + "id": "98A04C6AE8", + "span": { + "start": 2466, + "end": 2616 + }, + "index": 19, + "alignment_index": [ + 19 + ] + }, + { + "id": "5335C334A1", + "span": { + "start": 2617, + "end": 2765 + }, + "index": 20, + "alignment_index": [ + 20 + ] + }, + { + "id": "5A696C7201", + "span": { + "start": 2766, + "end": 3127 + }, + "index": 21, + "alignment_index": [ + 21 + ] + }, + { + "id": "24D9256CD6", + "span": { + "start": 3128, + "end": 3375 + }, + "index": 22, + "alignment_index": [ + 22 + ] + }, + { + "id": "BE1710C487", + "span": { + "start": 3376, + "end": 3455 + }, + "index": 23, + "alignment_index": [ + 23 + ] + }, + { + "id": "83950FB653", + "span": { + "start": 3456, + "end": 3553 + }, + "index": 24, + "alignment_index": [ + 24 + ] + }, + { + "id": "0883300F68", + "span": { + "start": 3554, + "end": 3748 + }, + "index": 25, + "alignment_index": [ + 25 + ] + }, + { + "id": "43F0F073F3", + "span": { + "start": 3749, + "end": 4007 + }, + "index": 26, + "alignment_index": [ + 26 + ] + }, + { + "id": "AEEA26EAA9", + "span": { + "start": 4008, + "end": 4053 + }, + "index": 27, + "alignment_index": [ + 27 + ] + }, + { + "id": "79CF364697", + "span": { + "start": 4054, + "end": 4314 + }, + "index": 28, + "alignment_index": [ + 28 + ] + }, + { + "id": "A302891727", + "span": { + "start": 4315, + "end": 4374 + }, + "index": 29, + "alignment_index": [ + 29 + ] + } + ] + } + } } \ No newline at end of file diff --git a/tests/pecha/serializers/json/data/translation_alignment_two.json b/tests/pecha/serializers/json/data/translation_alignment_two.json index 8295d492..5c9bca69 100644 --- a/tests/pecha/serializers/json/data/translation_alignment_two.json +++ b/tests/pecha/serializers/json/data/translation_alignment_two.json @@ -1,35326 +1,35326 @@ -{ - "source_base": "In the Sanskrit language of India, this text is titled 'Bodhisattvacaryāvatāra' [Entering the Bodhisattva's Way of Life].\nIn English: 'Engaging in the Bodhisattva's Way of Life'\nHomage to all Buddhas and Bodhisattvas.\nWith deep reverence, I bow to all the Blissfully Gone Ones who possess the Dharma Body, together with their spiritual children, and to all worthy of veneration. I shall now concisely explain, in accordance with traditional teachings, the path of entering the discipline of the Blissfully Gone Ones' children.\nI have nothing new to say here that has not been said before, nor do I possess any skill in the art of composition. Therefore, I did not write this with the intention of benefiting others. I composed this work solely to cultivate and familiarize these teachings in my own mind.\nThrough these words, my own momentum of faith grows for now, as I cultivate virtue. And should others who share my spiritual capacity happen to see these verses, they too will find meaning in them.

My enthusiasm for practicing virtue increases through composing this text. For the time being, these words strengthen my own faith, but there is a broader purpose: if others who are on a similar spiritual path as myself should encounter these teachings, then this composition will have fulfilled its purpose for them as well.\nThis human life with its freedoms and advantages is extremely difficult to obtain. Having acquired this foundation capable of fulfilling life's true purpose, if we fail to accomplish what is beneficial in this present opportunity, how could we possibly expect to attain such perfect conditions again in the future?\nJust as lightning momentarily illuminates the darkness on a cloudy night, revealing what was hidden, so too—through the power of the Buddha—does the inclination toward virtue briefly arise in the minds of worldly beings, though only rarely.

Like a flash of lightning that briefly brightens the pitch-black darkness amid dense night clouds, allowing a momentary glimpse of what lies hidden, in the same way, through the Buddha's spiritual influence, only occasionally—once in a great while—does the wisdom to pursue virtuous and meritorious actions briefly awaken in the minds of beings in this world.\nTherefore, virtue is perpetually feeble and weak, while negative actions are powerfully overwhelming and utterly unbearable. What virtue other than the mind of perfect enlightenment could possibly overcome such powerful negativity? Nothing else could.\nAfter contemplating for countless eons, the Lords of Sages perceived this alone as truly beneficial: through this practice, immeasurable multitudes of beings can easily attain supreme bliss.\nFor those who wish to overcome the hundreds of sufferings of cyclic existence,
For those who desire to remove the unhappiness of all sentient beings,
And for those who wish to experience the many hundreds of joys,
Never abandon bodhicitta, the awakening mind, at any time.\nIn the moment when the awakening mind arises, those wretched beings who were imprisoned in the cycle of existence instantly become known as children of the Buddhas. They transform into persons worthy of reverence from everyone in the world, including both gods and humans.\nLike the supreme form of the alchemical elixir that transforms base metals into gold, when you take this impure body and transform it into the precious, priceless form of the Victorious One Buddha, you should firmly grasp what is called the awakening mind.\nThe Buddha, the singular guide of all beings, with immeasurable wisdom, has thoroughly examined and found this to be supremely precious. Therefore, those who wish to escape from the realms of suffering should firmly hold onto the precious jewel of bodhicitta—the mind of enlightenment.\nAll other virtuous deeds are like plantain trees—they bear fruit once and then are exhausted. But the tree of the awakening mind is different: it continually produces fruit without ever becoming depleted, and instead grows ever more abundant.

Just as plantain trees wither away after bearing their single harvest, likewise all virtuous actions not embraced by the awakening mind will eventually be consumed after yielding their results. In contrast, the tree of bodhicitta—the mind aspiring to enlightenment for the benefit of all beings—constantly bears fruit that never diminishes. Rather than becoming exhausted, its beneficial results perpetually increase and multiply.\nEven if one has committed the most terrible negative actions,
Like a person who gains protection from great dangers by relying on a brave protector,
By relying on bodhicitta, one can be swiftly liberated in an instant.
So why would conscientious people not rely on this?\nLike the apocalyptic fire at the end of time,
This [bodhicitta] completely consumes great negativities in a single instant.
The immeasurable benefits of this
Were explained by the wise protector Maitreya to Noble Sudhana.

---

**Modern English Translation:**

Like the cosmic fire that consumes everything at the end of an era, bodhicitta instantly and completely burns away even the most severe negative karma. The wise and compassionate protector Maitreya thoroughly explained the countless benefits of this bodhicitta to the noble seeker Sudhana.\nThis awakened mind, bodhicitta, should be understood in brief as having two fundamental aspects: the aspirational mind of enlightenment and the engaged mind of enlightenment.\nJust as we understand the distinction between wanting to go somewhere and actually going there, in the same way, the wise should understand the sequential difference between these two aspects [of awakening mind].\nThough the mind that aspires to awakening produces
Great results during one's time in the cycle of existence,
Unlike the mind that actively engages,
It does not generate a continuous stream of merit.\nFrom the moment one genuinely takes up this mind with unwavering resolve for the purpose of completely liberating the limitless realm of sentient beings—this marks the beginning of engagement bodhichitta.

In more natural English:

From the moment one genuinely adopts this mind with an irreversible determination to free the infinite realm of sentient beings from suffering, a profound transformation occurs. This decisive commitment marks the transition from merely aspiring toward enlightenment to actively engaging in the bodhisattva path with unwavering dedication to liberate all beings without exception.\nFrom this moment onward, even when one is asleep or becomes heedless, multiple streams of merit will flow forth continuously, equal in measure to the vastness of space itself.\nThis teaching on bodhicitta, along with its logical reasoning, was taught by the Tathagata himself in the Sūtra Requested by Subāhu. The Buddha personally delivered these teachings for the benefit of beings with lesser spiritual inclinations.\nEven if one merely thinks, 'I will relieve the headaches of sentient beings,' such an intention to benefit others already yields immeasurable merit.\nWhat need is there to mention the immeasurable merit that comes from wishing to remove the countless sufferings of each and every sentient being, and from desiring to establish each one in boundless excellent qualities?\nWhat father or mother possesses such benevolence as this?
Who harbors such profound altruistic intention?
Not even the gods nor the truth-speaking sages,
Nor does even Brahma himself possess such a mind.\nThese very beings have never before
Even for their own sake conceived such an altruistic intention,
Not even in their dreams.
How then could such a mind possibly arise for the benefit of others?

---

In modern prose:

These beings—such as parents, deities, and sages—have never before cultivated this type of altruistic intention even for their own spiritual benefit. Such a mind that aspires to complete awakening has never appeared for them, not even in their dreams where anything might be possible. Since they have never experienced this kind of aspiration even for themselves, how could such a mind that seeks to benefit others possibly arise in them? The intention to achieve awakening for the sake of all beings is unprecedented and extraordinary, even among those we most respect.\nA remarkable and unprecedented jewel of mind has arisen—this intention that contemplates the welfare of all beings, which does not occur in others even for their own benefit.\nThe source of joy for all beings in the world,
The medicine that heals all creatures' suffering,
The merit of this precious, jewel-like mind—
How could anyone possibly measure its extent?

In modern English prose:

This precious awakening mind is the source of happiness for all beings throughout the world. It serves as a healing elixir for the suffering of all sentient creatures. How could anyone possibly calculate or measure the merit generated by such a precious mind? Its benefits are truly immeasurable.\nIf merely wishing to benefit others
Surpasses making offerings to the Buddhas,
What need is there to mention the excellence
Of striving for the happiness of all sentient beings without exception?\nThough people wish to escape suffering,
They actively rush toward the very causes of suffering.
Though they desire happiness, in their confusion,
They destroy their own happiness as if it were an enemy.\nFor those deprived of happiness and overwhelmed by many sufferings, may I bring complete contentment with every form of joy and cut away all their suffering at its root.\nIt dispels the darkness of ignorance,
So where could one find virtue equal to this?
Where could one find such a beneficial friend?
And where could one find merit comparable to this?\nEven one who repays kindness received is certainly praiseworthy. But what need is there to speak of bodhisattvas who do good without being asked?\nThose who provide regular meals to just a small number of beings, who give no more than a momentary meal, or who feed others for merely half a day with disrespect—even such people are honored by others as 'doers of virtuous deeds.'\nWhat need is there to mention the continuous act of giving that fulfills all wishes? A gift that is inexhaustible like space itself, offered to limitless numbers of sentient beings over an immeasurable duration of time—the supreme bliss of the Buddhas that completely satisfies every aspiration in the minds of all beings.\nIf someone generates ill will toward a Bodhisattva who is a benefactor of such noble character, that person will dwell in the hell realms for as many eons as the number of moments they harbored those negative thoughts.\nTranslation of Verse 35

However, if someone regards the bodhisattvas with a mind of pure devotion,
The fruits of such faith will multiply far beyond measure.
For these children of the Victorious Ones, even under great duress,
No negativity arises in them—virtue naturally flourishes instead.

---

Prose Translation

However, for anyone who develops genuine devotion and faith toward the bodhisattvas, the resulting benefits will grow far more abundantly than any negative consequences previously mentioned. When someone looks upon these spiritual warriors with sincere reverence, the positive karmic fruits of such devotion will multiply exponentially, lasting for countless ages beyond the brief moments that generated them.

For these noble children of the Buddha, even when facing tremendous hardships and challenges, negativity does not arise in their minds. Under the most severe conditions—whether lacking necessities, suffering personal loss, or enduring attacks from enemies—their virtue naturally increases rather than diminishes. Unlike ordinary beings who may falter under adversity, these bodhisattvas transform obstacles into opportunities for spiritual growth, their positive qualities of compassion, patience, and loving-kindness spontaneously flourishing even in the most difficult circumstances.\nI bow down to the physical forms of those in whom the supreme precious mind of awakening has arisen. I take refuge in those who are sources of happiness—those remarkable beings who, even when harmed, respond by connecting the harm-doer with joy.\nThis concludes the first chapter, entitled 'Explanation of the Benefits of the Awakening Mind,' from 'The Introduction to the Bodhisattva's Way of Life.'\nTo firmly grasp this precious mind of awakening, I make excellent offerings to the Tathagatas—those who have thus gone—and to the sublime, immaculate Dharma treasure, as well as to the Buddha's children who are oceans of noble qualities.\nI offer all the myriad flowers and fruits that exist,
Every type of healing medicine found throughout the world,
All precious substances and jewels that exist in the universe,
And all pure, delightful waters wherever they may be.\nMountains of precious jewels stand majestic, alongside secluded forest glades that inspire peaceful contemplation. Trees adorned with brilliant flowers display their natural ornaments, while others bow their branches, heavy with delicious fruits.

In this world-realm, mountains made of precious substances—like the golden Mount Meru and those formed of silver and other treasures—rise from the earth. Forest clearings and remote places offer delightful sanctuaries, undisturbed by travelers and free from noise, creating perfect spaces for reflection. Trees embellish the landscape with their colorful blossoms arranged in beautiful patterns, while fruit-bearing trees bend humbly under the weight of their perfect, ripened bounty.\nIn the realms of gods and other beings, there are exquisite fragrances and incense, wish-fulfilling trees and trees made of precious materials. There are crops that grow naturally without needing to be cultivated or planted. Beyond these, there are countless other ornaments worthy of offering—beautiful lakes adorned with lotus flowers, ponds with delightful swans whose calls are exceptionally melodious, and various other splendid adornments suitable for veneration.\nI offer the lakes and ponds adorned with lotuses, inhabited by swans with their delightful, melodious calls. All these unowned treasures extend to the farthest reaches of the vast expanse of space.\nWith my mind, I gather countless offerings and respectfully present them to the supreme Sage, the Buddha, together with all his spiritual heirs. May these holy recipients, possessing great compassion, look upon me with loving care and accept these offerings of mine.\nI am impoverished and lacking in merit; I possess nothing else to offer as worship. Therefore, O Protectors who think only of others' welfare, please accept this through your own power, for my benefit.\nI completely offer myself to the Victorious Buddhas and their spiritual heirs. I permanently dedicate my entire being to them without reservation.

Supreme Bodhisattvas, please accept me fully as your own. With deep reverence, I come before you to become your faithful servant.\nWith your complete acceptance of me as your own, I will fearlessly work for the benefit of all beings while in this world. I will thoroughly overcome all my previous negative actions, and I will not commit any further harmful deeds in the future.

In accepting your embrace, I find the courage to remain in the cycle of existence without fear, dedicating myself to the welfare of all sentient beings. I will purify myself of all past negative karma through proper confession, and I make a solemn commitment to refrain from creating any further negative actions henceforth, even at the cost of my life.\nIn these bathing chambers filled with exquisite fragrance,
with crystal floors gleaming and radiantly clear,
adorned with captivating pillars of blazing jewels,
and crowned with canopies of luminous pearls and their hanging ornaments.\nTo the Enlightened Ones and their spiritual heirs, I offer the sacred bath. With numerous precious vessels filled with fragrant, pleasing water, accompanied by melodious songs and beautiful music, I perform this ritual ablution for the Realized Ones and their noble disciples.

In this ceremony, I present many exquisite vessels crafted from precious materials, perfectly filled with delightful scented waters. As I bathe these awakened beings, heavenly music plays and divine songs resound, creating a complete sensory offering worthy of those who have realized the true nature of reality and those who follow in their path.\nI dry their sacred bodies with incomparable garments—
Clean cloths infused with exquisite fragrance.
Then I offer them excellent robes,
Beautifully dyed and supremely perfumed.\nWith exquisite garments that are fine, soft, and wonderfully diverse, and with hundreds of supreme ornaments of various kinds, I adorn the noble Samantabhadra, gentle-voiced Manjushri, Avalokiteshvara Lord of the World, and other exalted beings.\nWith fragrances whose sweet scents pervade the entire vast universe, I anoint the bodies of all the Enlightened Sages. Their forms—radiant and blazing with light—shine like perfectly refined gold that has been thoroughly polished. With these most excellent perfumes, I respectfully apply fragrant ointments to their luminous bodies.

*[This verse describes making offerings of the finest fragrances to anoint the bodies of all Buddhas throughout the cosmos. Their bodies are compared to purified gold that gleams brilliantly, and the act of anointing is performed as a gesture of profound reverence.]*\nI make offerings to the Supreme Lords of Sages, the most worthy objects of reverence, with all manner of delightful and fragrant flowers: celestial mandārava blossoms, lotus flowers, blue utpala lotuses, and every kind of sweet-scented bloom. I present these alongside beautifully arranged, pleasing garlands skillfully strung together in captivating designs.\nI offer clouds of supreme incense, whose captivating fragrance pervades the air. The wafting scent is enchanting to the mind and spreads in all directions.

I also present divine food with various delicacies and drinks. These exquisite offerings, worthy of deities, I respectfully offer to them.\nI offer rows of gleaming golden lotuses,
Upon which I present jeweled lamps.
On ground spread with fragrant perfumes,
I scatter pleasing flower petals.\nI offer to those of compassionate nature the celestial palaces beyond measure, filled with enchanting hymns of praise, adorned with hanging ornaments of pearls and precious gems that radiate with dazzling beauty. These magnificent structures serve as limitless ornaments throughout the vast expanse of space.\nBeautiful jeweled parasols with golden handles,
Adorned around their edges with pleasing ornamental designs,
Exquisitely shaped and delightful to behold, raised high—
I continuously offer these to the mighty sages.\nBeyond these offerings, may magnificent clouds of worship manifest distinctly, each in its proper place—enchanting musical melodies with sweet harmonies that soothe the suffering of all sentient beings. May these cloud-like offerings pervade space, bringing joy and relief wherever they resound.\nMay an unceasing rain of precious jewels, flowers, and other offerings continually shower down upon all the sacred treasures of the true Dharma, upon all stupas, and upon all sacred images.\nJust as Manjushri and other great bodhisattvas make offerings to the Victorious Buddhas, I too shall make offerings to the Tathagatas, those protectors, together with their spiritual heirs.\nI praise the oceans of excellent qualities with vast oceans of melodious expressions of praise. May clouds of sweet, melodious praise definitely arise everywhere and continually in their presence.\nI prostrate to all the Buddhas of the three times—past, present, and future—along with the sublime Dharma teachings and the supreme spiritual community. With bodies as numerous as all the particles in every realm, I bow down in reverence and pay homage.\nI bow to all foundations of the awakening mind,
And I pay homage to all sacred monuments.
I likewise honor the preceptors and spiritual teachers,
And prostrate to those of supreme disciplined conduct.\nUntil I reach the essence of enlightenment,
I take refuge in all the Buddhas.
Likewise, I take refuge in the Dharma
And in the assembly of Bodhisattvas.\nWith palms joined in reverence, I make my supplication to the perfectly awakened Buddhas who dwell in all directions, and to the bodhisattvas who possess great compassion.\nFrom the beginningless cycle of existence, whether in this present life or in other previous lives, I have committed harmful actions without proper understanding, or have caused others to commit such actions.\nWhatever deeds I have rejoiced in due to the confusion of ignorance—having recognized these mistakes, I now confess them to the Protector with utmost sincerity.\nI confess whatever harm I have done to the Three Precious Jewels, to my parents or other spiritual teachers, through actions motivated by afflictive emotions. Whether through physical actions, harmful speech, or negative thoughts, I acknowledge all the harm I have committed.\nI confess to all the guides: I, a sinner corrupted by many faults, have committed utterly unbearable negative deeds, all of which I now acknowledge.\nBefore my negative actions are purified,
Death may suddenly claim me.
How can I surely be freed from these misdeeds?
I beg you—protect me with utmost urgency!\nThe Lord of Death cannot be trusted—
He does not wait for tasks completed or unfinished.
Therefore, whether sick or healthy,
No one should trust in the certainty of life.\nI must ultimately abandon everything and depart alone, but not having truly understood this reality, I have committed various kinds of harmful actions for the sake of those I love and those I dislike.\nEnemies will cease to exist,
And friends will fade away as well.
I myself will also cease to be,
And likewise, everything will come to nothing.\nJust as with experiences in a dream,
Whatever objects we have encountered and engaged with
Become merely things we remember.
All that has passed cannot be seen again.\nTranslation from Tibetan Buddhist Text

Even in this very life, while you still exist,
Many friends and enemies have already passed away.
Yet the unbearable negative karma created for their sake
Remains directly before you.

---

In modern prose:

Even in this present lifetime, while you are still alive, many people you once loved and disliked have already died. Though these relationships have ended, the severe negative karma you accumulated by performing harmful actions for their benefit or due to aversion toward them still remains directly before you, awaiting its inevitable ripening.\nThus, not having realized that I am but a temporary visitor in this world, I have committed numerous harmful actions through delusion, attachment, and aversion.\nDay and night pass without pause, as this life constantly diminishes. Since no additional time comes from elsewhere, how could I possibly avoid death?\nThough I may lie on my deathbed surrounded entirely by family and friends, the painful sensations of my life force ebbing away must be experienced by me alone.\nWhen seized by the messengers of the Lord of Death,
What help can relatives offer? What good are friends?
At that moment, only spiritual merit serves as protection—
Yet even this, I have failed to cultivate.

In clearer modern English:

When I am captured by the messengers of death, neither family nor friends will be able to help me. At that critical moment, the only true protection would be the merit I've accumulated through virtuous actions—yet I have neglected to build up even this essential refuge.\nProtector, in my negligence, I did not recognize these terrors. For the sake of this impermanent life, I have committed many harmful deeds.\nWhen a person is led to the place of execution for the cutting off of limbs today, they become utterly terrified. With parched mouth and pitiful, bloodshot eyes, they appear completely transformed from their former self.\nWhat need is there to describe the extreme suffering of one who is seized by the messengers of the Lord of Death with their terrifying appearances, and who is afflicted by the great disease of terror?\nWith terror-stricken eyes wide open, I desperately search in all four directions for protection, thinking: 'Who will properly save me from this great fear?'\nSeeing that there is no refuge in any direction,
I will then fall into complete despair.
In that dreadful place where no protection exists,
What shall I do at that time?\nFrom this very day I take refuge in the Victorious Ones, the protectors of all beings, who diligently strive for the purpose of safeguarding wandering beings, who possess great strength and dispel all fears.\nI also take genuine refuge in the Dharma that the awakened ones have fully realized—the teaching that dispels all fears of the cycle of suffering—and likewise, I sincerely take refuge in the assembly of bodhisattvas.\nOverwhelmed with terror, I offer my entire being to Samantabhadra. By my own volition, I also surrender this body of mine to Mañjuśrī.\nTo that Guardian Avalokiteśvara, whose compassionate activity never errs,
I cry out with the desperate wail of one in utter distress.
Please protect me, though I am burdened with misdeeds.\nTo the noble Space Essence Bodhisattva and the Earth Essence Bodhisattva, as well as to all great compassionate protectors, I seek refuge and cry out in anguish from the depths of my heart.\nWhen the messengers of death and all malevolent beings
Become terrified at the mere sight of him
And flee scattered in all four directions,
In that Wielder of the Vajra, I take refuge.\nHaving previously disregarded your teachings,
Now, seeing the great terrors before me,
I come to you for refuge in my fear.
Please swiftly dispel these frightening dangers.

In more natural prose:

I confess that I have previously transgressed your sacred instructions. Now, having recognized the great dangers that await me as consequences of my actions, I turn to you for protection in my fear. I humbly request that you quickly remove these terrors that threaten me.\nIf one fears even ordinary illness
And must follow a physician's instructions,
What need is there to mention those constantly afflicted
By the hundred ailments of desire and other faults?\nIf even a single affliction can destroy all people dwelling in this world, and no medicine to heal these afflictions can be found in any direction, [then the Dharma's value is immeasurable].

In more natural English:

When a single mental affliction has the power to destroy all human beings living in this world, and when no remedy that could heal these afflictions can be found anywhere in the universe, [we must recognize the Buddha's teachings as the only true medicine].\nIn this world, the Buddha—the omniscient physician who removes all thorns of suffering—has given us teachings. To contemplate disobeying these instructions is utterly foolish and deserving of reproach.\nIf I must remain vigilant even at ordinary small precipices,
How much more careful should I be regarding the abyss
Where one falls a thousand leagues
For an extremely long time?\nTo think 'I certainly will not die today' and remain comfortably at ease is inappropriate. The time when I will cease to exist will inevitably arrive.\nWho has granted me freedom from fear? How shall I escape this fate with certainty? Since I will inevitably cease to exist, how can my mind remain so complacently at ease?\nFrom all those pleasures I've experienced and lost in the past, what of substance truly remains for me? Yet I became so fixated on these things that I violated the instructions of my spiritual teachers.\nHaving abandoned this present life along with all relatives and friends, I must journey alone to an unknown destination. Of what use then are all those I love or dislike?\nFrom non-virtuous actions comes inevitable suffering. How can I be definitively liberated from this cycle? This is the singular contemplation worthy of my constant attention.\nDue to my ignorance and delusion, I have committed various wrongful actions—whether those that are inherently wrong by their very nature, or those that are wrong because they violate specific precepts I have undertaken. Whatever negative deeds I have committed among these categories, I acknowledge them all.\nStanding directly before the Protectors, with palms joined together and a heart fearful of suffering, I prostrate again and again, and openly confess all these misdeeds.\nO guides, I ask you to recognize my misdeeds as true transgressions.
This conduct was not virtuous, and henceforth I shall never commit such actions again.\nThus concludes the second chapter, 'Confession of Negativities,' from The Introduction to the Bodhisattva's Way of Life.\nI rejoice wholeheartedly in all virtuous actions that provide relief from the sufferings of lower realms for all sentient beings. With genuine delight, I celebrate when those experiencing suffering find happiness and well-being.\nI rejoice in the virtuous deeds accumulated as causes for enlightenment.
I rejoice in the definite liberation of embodied beings from the sufferings of cyclic existence.\nI rejoice in the enlightenment of the protectors, and likewise in the attainments of the bodhisattvas on their spiritual grounds. With joy, I celebrate the vast ocean of virtuous intentions that bring happiness to all sentient beings. I wholeheartedly rejoice in those who work for the benefit of all living beings.\nWith palms joined in reverence, I make this supplication to all the Buddhas throughout every direction: Please kindle the lamp of Dharma for sentient beings who are bewildered in the darkness of suffering.\nTranslation

To those Enlightened Ones who intend to pass into nirvana, I join my palms in respectful supplication: Please do not leave this world in darkness; I request that you remain for countless eons.

Expanded Translation

With palms pressed together in reverence, I make this heartfelt request to all the Enlightened Conquerors who show the intention to enter final peace: Please do not abandon this world's beings to wander in blindness, unable to discern right from wrong. Instead, I implore you to remain present in this world for immeasurable eons, illuminating the path for all.\nHaving performed all these practices, I dedicate whatever virtue I have accumulated. Through this merit, may all the sufferings of all sentient beings be completely dispelled.\nFor as long as beings are afflicted with illness, until they fully recover their health, may I become their medicine, their physician, and also their caretaker serving their needs.\nI shall bring down showers of food and drink to relieve the suffering of hunger and thirst. During the intermediate kalpa of famine, may I myself become food and drink for all beings.\nFor all beings who are impoverished and destitute, may I become an inexhaustible treasure. May I remain readily available before them as various necessities and requisites of all kinds that they might need.\nMy body, along with all possessions and enjoyments, as well as every virtue I have accumulated throughout past, present, and future times—I give all these away without reservation or hesitation for the sole purpose of fulfilling the needs of all sentient beings.\nComplete renunciation leads to liberation,
And my mind aspires to achieve this freedom.
Since I must eventually relinquish everything,
The supreme approach is to give it all to sentient beings.\nSince I have already freely given this body to all sentient beings, it is now theirs to use as they wish. Therefore, whether they choose to kill me, criticize me, beat me, or use me in any way that pleases them—this is entirely their right.\nLet them play with my body, mock me, or make it an object of ridicule. I have already given this body away to them, so why should I concern myself with how they treat it?\nLet them engage in whatever actions that bring them happiness. May no one ever experience anything meaningless or purposeless as a result of their connection with me.

In more detailed prose:

I allow others to engage in whatever beneficial actions that will not cause them harm. May I never become the cause for any being to experience meaningless suffering or purposelessness when they direct their attention toward me. May all who connect with me always find meaningful benefit from that interaction, and may none of their actions toward me ever be wasted or fruitless.\nWhenever anyone's mind focuses on me and experiences either anger or devotion, may that very mental state always become the cause for fulfilling all their aims.

If others direct their attention toward me—whether with hostility or with faith—may that very interaction, whatever its nature, invariably serve as a catalyst for the complete achievement of their goals, both immediate and ultimate.\nThose who speak ill of me,
Those who cause me harm,
And likewise those who mock or ridicule me—
May all of them share in the fortune of enlightenment.

Modern English Translation Prose

May all those who verbally criticize or slander me to my face, those who inflict physical harm upon me or damage my possessions, and likewise those who ridicule me or spread malicious gossip behind my back—may every single one of these beings be blessed with the good fortune that leads to enlightenment.\nI am the protector for those without protection, the guide for those who journey on the path. For those who wish to cross over, I have become their boat, their vessel, and their bridge.\nMay I become an island for those seeking refuge, a lamp for those desiring illumination, and a comfortable dwelling place for those needing shelter. For all embodied beings who need assistance, may I become a servant to them all.\nTranslation of Buddhist Aspiration Verse

May I become like a wish-fulfilling jewel for all beings, granting whatever they desire. Like a perfect treasure vase from which all necessities flow abundantly. Like a powerful mantra of accomplished wisdom that transforms those it touches. Like a supreme healing medicine that cures all afflictions and suffering. Like the wish-fulfilling trees that produce whatever one imagines. And like the miraculous wish-granting cow that provides endless nourishment for all living creatures.

In this way, may I become the complete source of fulfillment for all embodied beings, satisfying their every need and desire.\nLike the great elements of earth and the others, may I too constantly become the foundation for the diverse sustenance of immeasurable sentient beings, just as space accommodates all.\nJust as sentient beings pervade the entire reaches of space, may I become a source of sustenance for them in every possible way until all have attained liberation beyond suffering.\nJust as the Buddhas of the past, those who have gone to bliss, first generated the mind of enlightenment, and then progressively trained in the practices of bodhisattvas, I too will follow this same sequential path.\nTranslation of the Bodhicitta Commitment Verse

Just as those before me have done, I generate the awakening mind for the benefit of all beings. Likewise, I will train systematically in the disciplines, progressing step by step along the path.

---

Detailed Translation

In the same way as the enlightened ones who came before me, I now generate bodhicitta—the mind of awakening—for the welfare and benefit of all living beings. Similarly, I commit to train in the various disciplines of the bodhisattva path, following them in their proper sequence according to my capacity.

This verse represents the practitioner's formal commitment to generate bodhicitta the altruistic intention to attain enlightenment for the sake of all beings and to undertake the progressive training in the bodhisattva practices. It establishes both the aspiration to benefit others and the practical commitment to engage in the necessary training to fulfill that aspiration.\nThus, once an intelligent person has genuinely embraced the awakening mind with deep faith, they should uplift and encourage their mind in this manner to ensure its continued development and expansion.\nToday my life has become meaningful,
And I have fully realized the potential of human existence.
Today I have been born into the Buddha's family,
And now I have become a child of the Buddhas.

Modern English Translation

Today my life has truly become fruitful and meaningful. I have genuinely fulfilled the purpose of this human existence that I have so fortunately obtained. On this day, I have been born into the family of the Buddhas, and I have now become a true child of the Awakened Ones.\nNow I must commit to actions that befit my lineage, ensuring that I do not tarnish this pure and noble heritage with any stain of misconduct.

I must act in complete harmony with the Buddha's family line that I have entered, conscientiously performing deeds that reflect its values. This flawless and venerable lineage—passed down from the Buddha through countless realized masters to my own teachers—must remain unsullied by my actions. I shall conduct myself in such a way that no impurity or defilement arises through my behavior, preserving the integrity that has characterized this tradition throughout its beginning, middle, and end.\nLike a blind person who unexpectedly discovers a precious jewel within a pile of discarded rubbish, somehow, by a remarkable confluence of circumstances, this awakening mind has miraculously arisen within me.\nThis is the supreme elixir
that conquers death for all beings.
This is also the inexhaustible treasure
that dispels the poverty of all beings.\nThis is the supreme medicine that brings complete healing to the ailments of all beings. It is a tree of rest providing relief to those who have grown weary from wandering the paths of existence.\nThis bodhicitta is a universal bridge that liberates all beings from the lower realms. It serves as a common foundation for all spiritual travelers. Like the moon rising in the mind, it dispels the burning torment of worldly afflictions.\nBodhicitta is the great sun that completely dispels the cataracts of ignorance afflicting all beings. It is the essential butter that emerges when the milk of the sacred Dharma is thoroughly churned.\nFor wandering beings who journey along the paths of existence, guests desiring to experience pleasant enjoyments, this generation of bodhicitta stands ready as the supreme source of happiness, satisfying the great multitude of sentient beings who arrive as visitors.\nToday, in the presence of all the Protectors, I have invited all beings to attain the state of perfect enlightenment, and in the meantime, to experience happiness along the way. May all gods, demigods, and all other beings rejoice in this invitation.\nThis concludes the third chapter, entitled 'Thoroughly Embracing the Awakening Mind,' from 'Entering the Way of the Bodhisattva.'\nOnce having firmly established bodhicitta, children of the Victorious Ones should constantly strive with unwavering diligence never to transgress the trainings.

---

In more natural contemporary English:

Having firmly established the awakening mind, those who follow the path of the enlightened ones should continually strive, without negligence, never to violate their spiritual commitments.\nFor actions undertaken rashly or impulsively, or those not properly examined beforehand, it is appropriate to reconsider whether to proceed or abandon them, even after making a commitment.

In more detail: When you have hastily begun something without forethought, or when you have not thoroughly investigated the full implications of an action, it remains reasonable—even after having made a promise to complete it—to carefully examine whether you should continue with it or let it go. Such reconsideration is not only permissible but proper.\nWhat the Buddhas and their spiritual heirs have examined with their great wisdom, and what I myself have also thoroughly investigated—what reason could there be to delay embarking on this path?\nIf, having made such solemn vows, I fail to fulfill them through concrete action, I will have deceived all these sentient beings. What then would become of my future rebirth?\nIf a person merely thinks of giving away even the most insignificant item, but then fails to actually give it, it is taught that they will be reborn as a hungry ghost.\nIf I earnestly seek the supreme bliss of enlightenment with utmost sincerity and heartfelt commitment, yet then deceive all living beings by abandoning this pledge, how could I possibly find my way to higher realms?\nOnly the Omniscient One truly understands the inconceivable workings of karma: how even those who have abandoned the mind of enlightenment may still attain liberation.\nFor a bodhisattva, this constitutes the most grievous of all downfalls. When this transgression occurs, one's capacity to benefit all sentient beings becomes diminished.\nWhoever, even for a single moment, obstructs or interferes with the virtuous deeds of a bodhisattva, diminishes the welfare of sentient beings by doing so. For such a person, there will be no end to their suffering in the lower realms.\nIf I destroy even a single sentient being's happiness,
I myself will deteriorate and fall.
What need is there to mention the consequences
Of destroying the happiness of all embodied beings
Who fill the entirety of limitless space?\nThus, if one vacillates between the power of transgressions and the power of the awakening mind, alternating between them while wandering in cyclic existence, there will be a long delay in attaining the spiritual grounds.\nTherefore, I must respectfully fulfill what I have promised. If I fail to make diligent effort from this day forward, I will sink lower and lower into suffering.

---

Therefore, I must diligently fulfill the commitments I have made with proper respect and care. If starting today I fail to apply myself with genuine effort, I will descend further and further downward into increasingly difficult states of existence.\nThough countless Buddhas have passed beyond—
Those who worked solely for the benefit of all sentient beings—
I, due to my own faults,
Have not become a recipient of their healing care.\nIf I continue to act in the same harmful way as before, I will repeatedly experience the same consequences—rebirth in lower realms, disease, bondage, being cut and dismembered, and similar sufferings.\nWhen will I obtain such rare and precious opportunities: the appearance of an Awakened One in the world, faith in their teachings, this human form, and the capacity to cultivate virtue?\nThis day free from illness is precious,
Though we have food and are safe from harm,
Life itself is momentary and deceptive,
And this body is merely borrowed for a brief time.\nWith behavior such as mine, I will not even obtain a human body again. And if I fail to secure a human form, there will be only wrongdoing and no opportunity for virtue.\nWhen, despite having the capacity for virtue, I fail to perform good deeds, what will I do when I am completely bewildered by the sufferings of the lower realms?

Even though I now possess the fortunate opportunity to engage in virtuous actions, if I neglect to create this goodness, what recourse will I have later when I'm overwhelmed by the agonies of unfortunate rebirths and utterly confused about how to free myself?\nWhen one fails to engage in virtuous actions and instead accumulates harmful deeds, even the mere mention of fortunate rebirth will not be heard for hundreds of millions of eons.\nFor this very reason, the Blessed One taught:

'Attaining human birth is extremely rare—like a blind turtle in a vast ocean, surfacing only once every hundred years, by chance putting its neck through a small hole in a wooden yoke tossed about by the waves.'\nBy a single moment's negative action,
One remains in the Avīci hell for an entire eon.
Given the harmful deeds accumulated since beginningless time,
Is it even necessary to mention one will not reach the higher realms?\nMerely experiencing suffering alone does not bring liberation. Indeed, while enduring the consequences of past harmful actions, one generates yet more negativity.\nHaving obtained this rare and precious human life with all its freedoms and opportunities, if I fail to cultivate virtue, there is no greater self-deception than this, nor is there any greater delusion.\nIf, having understood these truths, I later become discouraged through delusion, then at the time when death approaches, overwhelming sorrow will arise within me.\nThe unbearable fires of hell will burn my body for an immeasurably long time. And without doubt, my mind will be tormented by the blazing flames of unbearable regret.\nHaving somehow obtained this extremely rare human existence that serves as a basis for achieving benefit—a foundation so difficult to find—if I, despite possessing awareness and understanding, allow myself to be led back to those very hell realms again, it would be as if I had lost all reason.\nLike someone enchanted by magical spells, I find myself here utterly mindless. I don't even understand what has bewildered me. What dwells within me that causes this?\nThese enemies of mine—hatred, craving, and other afflictions—possess no legs, arms, or physical form. They are neither brave warriors nor intelligent strategists. Yet somehow, they have enslaved me completely, treating me as their servant.\nTranslation

While residing within my own mind,
these afflictions happily inflict harm upon me.
If I remain patient with them and do not become angry,
such misplaced patience is worthy of reproach.

In modern prose:

These mental afflictions, while dwelling within my very own mind, gleefully and contentedly cause me harm. If I practice patience toward these afflictions and refrain from rightful anger against them, such misapplied patience is inappropriate and deserves condemnation. One should not tolerate what is actually harmful to oneself—this kind of misguided forbearance is truly blameworthy.\nEven if all the gods and demigods
Were to rise up against me as enemies,
Even they would not have the power
To lead me into and cast me into the fires of the Avīci hell.\nWhen these powerful enemies—my own mental afflictions—
Encounter something, they are so destructive
That even Mount Meru would be completely annihilated,
Leaving not even ashes behind.
Into such devastation, they cast me in a single instant.

Modern English Translation

These formidable enemies—my own mental afflictions like attachment and hatred—possess a destructive power beyond compare. When unleashed, their force is so overwhelming that they could completely consume even Mount Meru, the mightiest mountain in the cosmos, leaving not even a trace of ash behind. In just a single moment, these inner adversaries can cast me into such terrible destruction. No external enemy could ever pose such a threat to my wellbeing as these afflictions that dwell within my own mind.\nNo worldly enemies, no matter how long-lived, can persist as my afflictive emotions have. These inner foes have endured without beginning or end, spanning an immense duration that no ordinary adversary could match.

The afflictions that trouble my mind—anger, attachment, ignorance, and the rest—have been my enemies from beginningless time. Unlike ordinary adversaries who might threaten me for a season or a lifetime, these inner enemies have pursued me without respite through countless rebirths. No external foe—no matter how determined—can sustain such relentless opposition across the vast expanses of time that my mental afflictions have endured.\nWhen we serve others with respect and in harmony,
Everyone becomes a source of benefit and happiness.
But when we indulge and serve our mental afflictions,
They only return to cause us greater suffering and harm.\nHow could I possibly feel fearless joy in the cycle of existence when these enemies—who have continuously been my adversaries for ages, who are the single source from which floods of suffering arise, and who definitely make their home in my heart?\nThese wardens of the prison of cyclic existence, who in the hells and other lower realms have become executioners and tormentors—if they remain in the abode of my mind, caught in the net of attachment, how could I possibly find any happiness?\nTherefore, I will not abandon my effort here until I have definitively conquered these enemies face to face. Even those filled with pride and overtaken by anger will not sleep until they have defeated someone who has caused them only minor harm.\nIf warriors who face enemies on the battlefield—enemies who naturally suffer and will eventually die anyway—do not retreat until they have accomplished their purpose, enduring the pain of being struck by arrows, spears, and weapons, then how much more should we persevere when confronting our mental afflictions?

When these afflictions arise in direct confrontation, though we may wish to forcefully defeat them, we should never turn back without accomplishing our goal, even while bearing the suffering they inflict. Just as soldiers withstand physical wounds to defeat temporary foes, we must remain steadfast in our battle against the afflictions that cause endless suffering, never retreating until we have achieved victory over them.\nWhen I am dedicated to defeating these inherent enemies—the certain causes of all suffering throughout time—why would I ever become disheartened or discouraged, even if this effort leads to hundreds of adversities? It goes without saying that I will remain steadfast.\nIf I can proudly display wounds inflicted by enemies without purpose as if they were ornaments adorning my body, then why should I consider suffering harmful when I am diligently striving toward a truly meaningful goal?\nEven fishermen, outcasts, and farmers, whose minds are focused solely on their own livelihood, endure the hardships of cold, heat, and other adversities. How much more, then, should I bear such difficulties when working for the happiness of all beings?\nHaving pledged to liberate beings from afflictions
Throughout the ten directions to the furthest reaches of space,
I myself remain ensnared by these very same afflictions.\nWithout knowing the true measure of my own capabilities, how is it not madness to make such declarations? Therefore, I shall remain forever unwavering in my commitment to defeat the afflictions.

*Alternative rendering with slightly more natural phrasing:*

It would be madness to make grand declarations without understanding my own limitations. Therefore, I will remain steadfast and never turn back from my commitment to overcome the mental afflictions.\nI will take a stand against these afflictions, harbor enmity toward them, and engage them in battle. These specific forms of attachment and hostility—directed at destroying afflictions—are exceptions to what must be abandoned.\nEven if I am burned alive and killed,
Or even if my head is cut off—that would be preferable.
But under no circumstances
Will I bow down to the enemy of afflictions.\nUnlike an ordinary enemy who, when expelled from a territory, may dwell in another region and establish a foothold there, gathering strength before returning to fight again, the enemy of mental afflictions is fundamentally different. When mental afflictions are truly vanquished through spiritual practice, they cannot simply relocate elsewhere, accumulate power, and return to harm you. Once properly uprooted, these inner adversaries—such as attachment, aversion, and ignorance—have nowhere to retreat, no place to regroup, and no means to launch a counterattack.\nThese mental afflictions must be dispelled by the eye of wisdom.
Once removed from my mind, where would they go?
Where could they possibly dwell, only to return and harm me again?
The truth is, I—with my weak resolve—have simply failed to make proper effort.\nThe Nature of Afflictions

Afflictive emotions do not reside in external objects, nor in the collection of senses, nor in the space between them. If they exist neither there nor elsewhere, where do these afflictions dwell that torment the entire world?

They are like illusions. Therefore, release the fear from your heart and cultivate diligence to develop wisdom. Why needlessly subject yourself to the torments of hell realms and other sufferings?

---

Expanded Translation

Afflictive emotions—such as attachment and aversion—do not truly exist within external objects, nor within our sense faculties, nor even in the space between perceiver and perceived. Yet if they exist nowhere else either, we must ask: where exactly do these afflictions reside that cause suffering to all beings?

The truth is that these afflictions are like magical illusions—appearing vividly yet lacking inherent existence. Understanding this, free your heart from the fear that you cannot overcome them. Instead, apply yourself diligently to developing the wisdom that recognizes their empty nature.

Why would you pointlessly allow yourself to suffer the agonies of hell realms and other miserable states? You have the capacity to free yourself—it makes no sense to continue harming yourself unnecessarily.\nHaving carefully reflected on these teachings of mindfulness, I will strive diligently to practice the training as explained. For how can patients who need treatment ever be cured if they do not listen to their physician's instructions and take the prescribed medicine?\nThis concludes the fourth chapter entitled 'Teaching on Vigilance' from 'Entering the Bodhisattva's Way of Life.'\nFor those who wish to safeguard their spiritual training, guarding the mind with utmost diligence is essential. If one fails to protect this mind, it will be completely impossible to maintain one's spiritual discipline.\nThe harm inflicted by an untamed, intoxicated elephant in this world does not compare to the torment caused by the wild elephant of one's own mind. When the elephant of the mind is left unrestrained, it creates suffering comparable to the agonies of the most terrible hell realms.\nWhen the elephant of the mind is firmly bound
With the rope of constant mindfulness,
All fears will completely disappear,
And every virtue will come readily to hand.\nTigers, lions, elephants, bears,
Snakes and all enemies;
The guardians of the hell realms,
And likewise witches and demons.\nBy binding this single mind alone,
All sources of harm are likewise bound.
By taming this single mind alone,
All threats are similarly tamed.\nAll fears and immeasurable sufferings arise from the mind alone—this is what the One who speaks the truth has taught us.\nWho has deliberately fashioned the weapons in the hell realms?
Who has created the burning iron ground?
From what have those hosts of women appeared?\nThe Sage has taught that all these various fearsome things
Arise from the sinful mind.
Thus, in all three worlds,
There exists no fear other than the mind.\nIf the perfection of generosity means making all beings free from poverty, yet there are still destitute beings in the world today, how could the previous protectors have perfected the paramita of giving?\nThe perfection of giving is defined as having the generous intention to offer all one's possessions—along with the fruits or benefits that come from them—to all beings without exception. Therefore, this perfection is essentially a state of mind itself.\nWhere could I possibly send fish and other creatures so they would never be killed? There is no such place. Rather, the perfection of ethical discipline comes from attaining a mind of renunciation.

When one develops the mental state that completely renounces harmful intentions, this is what is meant by the perfection of ethical discipline. True ethical discipline arises not from the absence of beings to harm or from physically protecting all creatures, but from one's internal commitment to never cause harm.\nThe unruly sentient beings are as vast as space—
It would be impossible to overcome them all.
Yet if you vanquish this single angry mind,
It is as though you have defeated all enemies.\nHow could one possibly find enough leather to cover the entire surface of the earth? It would be impossible to gather sufficient hide for such a vast undertaking. However, with just enough leather to make a pair of shoe soles, it is as if the whole earth has been covered for you.\nJust as I cannot possibly prevent
or turn back external circumstances,
I will instead restrain my own mind.
What need is there to restrain other things?\nEven with body and speech in action, without a powerful mind, one cannot attain the fruits that come from a single moment of clear mental focus—fruits such as rebirth in the Brahma realms. When the mind's engagement is weak, the results will not be the same, despite the many potential benefits of physical and verbal efforts.\nEven if you practice recitations and austerities for a very long time, when performed with a distracted and unfocused mind, the Buddha—who knows the true nature of all things—declares them to be entirely pointless.\nThose who do not understand this secret of the mind—the supreme essence of all spiritual teachings—will wander aimlessly without purpose, even though they desire to attain happiness and overcome suffering.\nTherefore, I must firmly secure and diligently protect this mind of mine. Beyond the discipline of guarding the mind, what purpose do numerous other religious observances serve?\nJust as a person with a wound must be vigilant and take special care when among unruly people, similarly, when dwelling among negative or harmful individuals, one must constantly protect the wounded nature of one's mind.\nTranslation

If we are frightened by even minor suffering from a physical wound
And take care to protect that wound with attention,
Why then wouldn't we guard the wound of our mind,
When we fear the crushing mountains that will destroy us?

Explanatory Translation

If we become alarmed by even the small suffering that comes from a physical wound and diligently protect that wound, then why wouldn't we protect the wound of our mind, especially when we fear the terrible consequences—like being crushed between mountains in the hell realms—that come from leaving our minds unguarded?

The verse presents a simple but powerful argument: we instinctively protect physical wounds that cause only minor suffering, yet we often neglect to guard our minds, despite the fact that mental afflictions lead to far more devastating consequences. Just as we carefully tend to bodily injuries to prevent infection or increased pain, we should be even more vigilant in protecting our minds from harmful thoughts and emotions that can lead to tremendous suffering both now and in future lives.\nWhen one maintains this way of practice, even while dwelling among harmful people or residing in the company of women, a practitioner who is steadfast in their vows will not falter in their discipline.\nTranslation

Let my gains, tokens of respect,
My body, and even my livelihood be lost.
Let other virtuous deeds decline if they must,
But I shall never allow my mind to deteriorate.

---

**Modern English Translation:**

I would rather lose all my material possessions, honors, and recognition than compromise my mind's integrity. Even if my physical body wastes away and my very livelihood disappears, I can accept that loss. Indeed, I would sooner let other virtuous actions diminish than allow my mind to deteriorate in any way. While external things may come and go, I must never, under any circumstances, allow my mindful awareness to decline.\nTo those who wish to guard their minds, I join my palms together in respect and earnestly implore:

'Protect mindfulness and introspective awareness with all your effort and diligence.'\nJust as people afflicted by illness are incapable of performing any tasks, similarly, a mind disturbed by confusion is incapable of engaging in any worthwhile activities.\nWithout vigilant awareness, all knowledge gained through hearing teachings, contemplation, and meditation is like water in a cracked vessel—it will not remain in memory.\nMany who possess extensive learning, who are filled with faith, and who diligently apply effort—nonetheless become stained with moral downfalls due to the fault of lacking introspective awareness.\nWhen mindfulness is lost, the thieves of unawareness follow closely behind. Even though you may have accumulated merit and virtuous deeds, they are stolen away like possessions seized by a bandit, causing you to descend into unfortunate realms of existence.\nThis band of mental afflictions acts like robbers and thieves,
Always searching for opportunities to attack.
When they find an opening, they steal away our virtue
And destroy even our chance for a fortunate rebirth.\nTherefore, never allow mindfulness to stray from the doorway of your mind. Even if it has wandered away, bring it back by recalling the sufferings of lower rebirths that will result.

In more natural contemporary English:

Therefore, never let your mindfulness drift away from guarding the entrance to your mind. If you find that your attention has wandered, immediately bring it back by remembering the painful consequences of negative rebirths that such carelessness will bring.\nFor those who approach their practice with reverence—whether motivated by their association with a spiritual teacher, through the guidance of their preceptor, or out of a mindful fear of missteps—mindfulness arises naturally and with ease. The fortunate ones who maintain respect for their training, guided by their teachers' instructions, find that attentive awareness develops effortlessly in their minds.\nThe Buddhas and Bodhisattvas possess unhindered vision in all directions. I am constantly present before all of them, and they are always in my presence.\nTranslation

After contemplating in this way, one should remain mindful with a sense of shame, respect, and appropriate fear. Through this practice, the recollection of the Buddha will naturally arise within one again and again.

Expanded Translation

Having reflected deeply on the fact that the Buddhas and Bodhisattvas are constantly observing us with their unhindered vision, one should maintain three essential qualities: a sense of shame that prevents wrongdoing based on one's own integrity, deep respect for the teachings and the Teacher, and a healthy awareness of the consequences of one's actions. Abiding in this mindful state, the practitioner will find that the remembrance of the Buddha spontaneously arises in their mind repeatedly, without forced effort. This natural recollection extends to the Dharma and Sangha as well, establishing a firm foundation in the Three Jewels that strengthens one's entire spiritual practice.\nWhen mindfulness stands guard at the doorway of the mind for the purpose of protection, clear awareness then naturally arises. And even if this awareness departs, it will return again.\nFirst, I must vigilantly examine this mind of mine. Having recognized when it contains flaws or negative qualities, I should then remain like a piece of wood—steady and unmoved—maintaining firm control over myself.\nI will never engage in purposeless, wandering gazes. Instead, I shall always maintain a contemplative awareness, looking downward with mindful attention.\nTo rest your gaze when it becomes fatigued, occasionally look around in different directions. If someone happens to appear in your field of vision, look at them and say, 'Welcome, it's good that you have come.'\nWhen traveling on roads or in potentially dangerous places, repeatedly scan all four directions to detect possible threats. Look carefully to each side after pausing to rest. Then turn around completely to examine what lies behind you.\nAfter carefully examining what lies ahead and behind,
One should decide whether to proceed or return.
Thus, in all circumstances of life,
One should act only after understanding the purpose.

---

**Modern English Translation:**

One should carefully examine what lies ahead and what remains behind before deciding whether to go forward or turn back. Similarly, in every situation one encounters, one should act only after clearly understanding the purpose of one's actions. This mindful approach should guide all activities, ensuring that one proceeds with awareness and proper discernment in everything one does.\nHaving established the intention, 'I will position my body in this way,' and having restrained unnecessary physical activities, one should periodically examine: 'How exactly is my body positioned right now?'\nTranslation of 'Taming the Mind-Elephant'

With utmost effort, one should ensure that the wild elephant of the mind remains securely bound to the great pillar of Dharma contemplation, never breaking free from its tether.

---

**Modern English Translation with Contextual Clarity:**

The intoxicated elephant of our mind must be carefully restrained. Through all possible efforts, ensure that this powerful but wild mental force remains firmly tethered to the strong pillar of Dharma contemplation. Just as one would secure a dangerous elephant so that it cannot escape and cause harm, likewise bind your mind to spiritual practice with such steadfastness that it cannot stray toward distractions or destructive impulses.\nI should constantly examine my mind, asking myself, 'Where is my mind wandering?' in such a way that I never let go of the purpose of concentration, not even for a single moment.

---

*Alternative rendering with more natural flow:*

One should continually ask: 'Where is my mind operating right now?' Through such mindful self-examination, never abandon the commitment to concentration, not even for an instant.\nWhen faced with dangers, festivals, or similar circumstances, if you cannot maintain all precepts, do what is appropriate for the situation. This is because it is taught that during times of giving, certain aspects of moral discipline may be temporarily set aside with equanimity.\nWhen you have considered a task and begun to undertake it, do not let your mind wander to other matters. With your attention firmly directed toward that purpose, first complete that very task before moving on.\nWhen following this approach, everything becomes well accomplished. Otherwise, neither aspect will be fulfilled. In this way, the secondary affliction of non-vigilance will not increase or proliferate.\nWhen various types of idle gossip arise,
And many kinds of fascinating spectacles appear,
If you find yourself drawn to engage with all these things,
You should abandon your attachment to them.\nIf you find yourself carelessly digging in the earth, cutting grass, drawing patterns on the ground, or engaging in other such purposeless activities, immediately recall the training precepts established by the Buddha. Then, with a healthy concern for the consequences, abandon such actions at once.\nWhen you feel the urge to move
Or wish to speak words to others,
First examine your own mind carefully,
Then act with steady awareness and reason.\nWhen you notice your mind becoming attached to things or filled with anger, at such times, do not act upon these feelings, do not speak words driven by them, but remain still like a piece of wood.

In more detail: Whenever you observe your own mind becoming attracted to something desirable or wishing to express anger toward something unpleasant, that is precisely when you should refrain from taking any action based on these emotions. Do not allow your body to engage in activities motivated by attachment or aversion. Similarly, do not speak words that would give voice to or strengthen these afflictive states. Instead, maintain complete stillness—like a tree or piece of wood—unmoved and unswayed by the fluctuations of desire and hatred.\nWhen the mind becomes wild and prone to mockery, filled with pride and arrogance, or harbors the intention to expose others' faults—or when it seeks to reopen settled disputes or harbors deceitful thoughts—\nWhen you find yourself eager to praise your own qualities,
Or when you are inclined to criticize others,
Or when you engage in harsh speech and heated arguments—
In such moments, remain still like a piece of wood.\nIf I find myself desiring wealth, honors, or fame, or if I seek to have an entourage of attendants, or if my mind longs for personal service and care from others—in all these cases, I should remain still like a piece of wood.\nWhen thoughts arise in my mind wishing to neglect others' welfare, or seeking only my own benefit, or desiring to speak unnecessarily, I should remain still like a piece of wood.

When I notice my mind wanting to disregard the welfare of others, becoming preoccupied with my own interests, or feeling the urge to speak merely to gain attention or engage in idle talk, at that moment I should become like a log—completely still and restrained in body and speech—rather than acting on these self-centered impulses.\nWhen impatience arises in my mind, or when I feel lazy or afraid;
When I'm inclined toward impulsive behavior or meaningless chatter;
When attachment to my own side emerges in my thoughts—
At such times, I should remain still like a log.\nWhen you detect a mind thoroughly afflicted by disturbing emotions, or one engaged in meaningless pursuits, at that moment, like a warrior, you should firmly restrain it through the appropriate antidotes.\nWith unwavering certainty and profound faith,
With steadfastness and respectful reverence,
With a sense of shame and healthy caution,
With peaceful demeanor and dedication to others' happiness.\nWhen confronted with the contradictory desires of childish beings, I will not become discouraged. Understanding that their minds are under the influence of afflictions, I will respond with compassion, thinking: 'This is simply how their minds have become.'\nIn all blameless actions, I shall maintain this mind continuously—acting for the sake of myself and all sentient beings while remaining free from self-importance, like a magical emanation.\nAfter a long time, I have finally obtained this supreme opportunity, this precious moment of leisure. Repeatedly bringing this to mind again and again, I shall hold my consciousness unwavering like Mount Meru.\nWhen vultures, consumed by their craving for flesh, pull and drag this body in all directions, your mind feels no displeasure toward them. So why now do you fuss over and take such care of this body?\nHaving claimed this body as your own,
why do you, mind, strive to protect it?
If you and this body are truly separate entities,
what purpose does it really serve for you?

In more natural English:

Why do you, mind, work so hard to protect this body after claiming it as your own? Since you and this body are fundamentally separate from each other, what real purpose does this body serve for you?\nO deluded mind, why do you not grasp at a clean wooden figure,
Yet protect this machine made of impurities,
This decaying apparatus—
What purpose does guarding such rottenness serve?\nFirst, with your own discerning intelligence, separate this layer of skin as distinct from the rest of the body. Then, using the weapon of wisdom, carefully separate the flesh from the network of bones.\nSeparate the bones into individual parts and examine them down to the marrow within. Ask yourself, 'What essence is there to be found in this?' Investigate this matter thoroughly for yourself.\nHaving searched so diligently in this way, if you have found no essence within this body, why do you still continue to protect this body with such attachment?\nYou should not consume the impurity of this body,
Nor is it proper to drink its blood.
If even the entrails are not to be sucked,
What purpose does this body serve you?\nIf this body must be protected, let it be reasonable—as future food for foxes and vultures. This human form has only one proper purpose: to be employed in service of virtue.\nEven though you diligently protect this body, when the merciless Lord of Death snatches it away and gives it to vultures and dogs, what will you be able to do then?

*Alternative rendering with slightly more contemporary phrasing:*

Despite how carefully you guard this body, when death—showing no mercy—seizes it from you and offers it to scavengers, what power will you have in that moment?\nIf you wouldn't provide clothing and other necessities to a servant who cannot properly serve you, then why do you exhaust yourself caring for this body? After all, even though you nourish it, this body will eventually depart elsewhere when death comes.\nHaving provided this body with its wages, now let it serve your own purpose. Do not give everything to it without receiving benefit in return.\nRegarding your body as nothing but a boat for traveling to and fro, transform it into a wish-fulfilling vessel to accomplish the welfare of all sentient beings.\nHaving gained control over yourself in this way, always maintain a smiling countenance. Completely abandon frowning and contracted facial expressions. Be friendly and straightforward with all beings, speaking to them first.\nDo not carelessly drop chairs and other furniture with a loud noise. Do not forcefully fling open doors. Always take delight in humble, subdued conduct.\nLike the heron, the cat, and the thief, who move silently and stealthily to accomplish their desired aims, so should the sage consistently conduct themselves.

In more natural English:

Just as the heron, cat, and thief move silently and stealthily to achieve their goals, so too should spiritual practitioners always conduct themselves. These creatures accomplish what they set out to do precisely because they move quietly and carefully, without disturbing their surroundings. Similarly, those who have taken the bodhisattva path should maintain mindful, gentle conduct in all their actions—moving with peaceful deportment, speaking softly, and behaving with humble consideration that brings comfort to others rather than disturbance. Through such mindful behavior in even the smallest actions, practitioners effectively accomplish beneficial purposes for themselves and others.\nWhen people are skilled at giving advice and admonishment, and offer helpful words without being asked, receive their guidance respectfully with your head bowed. Always position yourself as a student to everyone.\nWhen anyone speaks words of wisdom, one should readily express appreciation, saying, 'Well spoken!' Upon seeing someone performing meritorious actions, one should inspire them with genuine praise and encouragement.\nSpeak about others' virtues when they are not present, and when someone praises another's good qualities, join in that praise with appreciation. When your own qualities are being discussed, recognize that the speaker possesses discernment of virtues.\nAll endeavors are undertaken for the sake of happiness, yet such happiness is rare even when one tries to purchase it with wealth. Therefore, I should take delight in the virtuous qualities achieved by others, enjoying the bliss that comes from such appreciation.\nIn cultivating joy for others' happiness, I incur no loss in this present life, while securing great happiness in the life to come. Conversely, negative emotions like jealousy and aversion bring unhappiness and suffering now, and lead to great suffering in future existences.\nWhen speaking, one should:

Speak in a manner that puts others at ease, with a natural flow and logical connection between ideas, so that your words are perceived as trustworthy and coherent.

Express yourself with clarity and precision, making your meaning readily apparent and pleasant to hear, which allows others to understand without doubt or confusion.

Speak free from the influences of attachment and aversion, avoiding partiality toward your own views or hostility toward opposing perspectives.

Communicate with gentleness and appropriate restraint, using a soft tone and speaking neither excessively nor insufficiently according to what the situation requires.\nWhen gazing upon sentient beings with your eyes, look at them with a straightforward and loving manner. Think to yourself: 'It is by relying upon these very beings that I will attain Buddhahood.' Look at them as if drinking them in with your eyes, with directness and loving kindness.\nVirtuous actions become greatly meritorious under four conditions: when performed consistently with unwavering dedication; when motivated by counteracting opposing tendencies; when directed toward those endowed with excellent qualities or those who have benefited you; and when offered to those who are suffering.

In more detail: Great virtue arises when actions are undertaken with steady, continuous commitment rather than occasionally; when they specifically counteract negative tendencies like giving away what you most cherish to overcome attachment; when they benefit fields of excellence such as the Three Jewels or those who have helped you, like your parents; and when they alleviate the suffering of those in distress, such as the sick or impoverished.\nWith skillfulness and enthusiasm, I should always personally perform all activities. In all my endeavors, I should never depend on others to do what I can do myself.\nThe perfections, beginning with generosity, should be practiced with progressive refinement, each one becoming more excellent than the last. Do not abandon a greater virtue for the sake of a lesser one. Above all, consider the welfare of others.

---

In clear prose:

Practice the perfections—beginning with generosity and continuing through moral discipline and the others—with increasing excellence, recognizing that each subsequent perfection is more refined and profound than those preceding it. As a general principle, do not forsake a higher virtue to fulfill a lower one when you must choose between them. However, the paramount consideration should always be the welfare of others. In your spiritual practice, prioritize whatever brings the greatest benefit to sentient beings, as this is the essence of the bodhisattva path.\nHaving understood these principles, one should remain constantly diligent in working for the welfare of others. For the compassionate one who sees far into the future, even actions that are normally prohibited become permitted when done for others' benefit.

Natural English rendering:

With this understanding firmly established, one should always remain devoted to helping others with unwavering effort. The Buddha, with his great compassion and far-reaching wisdom, permits even normally forbidden actions when they are performed solely for the benefit of others. Alternatively, for bodhisattvas themselves who possess compassion and far-sighted wisdom, actions typically prohibited may be allowed when done exclusively to benefit sentient beings.\nShare your alms with those who have fallen into unfortunate states, those who lack protection, and those who maintain ascetic disciplines. Eat only in moderation, consuming just enough. Beyond the three essential Dharma robes, give away all other possessions.\nDo not harm your body, which is the vessel for practicing the sublime Dharma, for trivial purposes. If you care for your body in this way, you will quickly fulfill the aspirations of all sentient beings.\nOne should not surrender this body when one's compassionate motivation is still impure. However, by all means, one should give it—both in this life and in future lives—as a cause for accomplishing great purposes.\nDo not teach the Dharma to those who show disrespect. Do not teach to someone who, while not ill, has wrapped their head in a turban, carries an umbrella, holds a walking stick, bears weapons, or has covered their head.\nDo not teach profound and expansive teachings to those of limited capacity,
And do not instruct women without men present.
Approach all teachings, whether seemingly lesser or superior,
With equal reverence in all your practices.\nOne should not guide a person who is a vessel for the profound Dharma toward lesser teachings. The essential practices should never be abandoned, nor should one mislead others by suggesting that merely reciting sūtras and mantras is sufficient for spiritual development.

Those who have the capacity to understand the vast and profound teachings should not be directed toward spiritual paths of lesser scope. While engaging with the deepest aspects of the teachings, one must not forsake proper ethical conduct that forms the foundation of all practice. Furthermore, one should never deceive practitioners by implying that liberation can be achieved through the simple recitation of texts or mantras while neglecting comprehensive spiritual training and ethical behavior.\nWhen disposing of tooth-cleaning sticks and spittle, one should cover them properly. It is condemned to discard urine and other bodily waste in water that people use or on pathways that people traverse.\nWhen eating, do not overfill your mouth or make noises while chewing. Do not eat with your mouth gaping open. Avoid sitting with your legs stretched out in front of you, and do not rub both hands together simultaneously when washing them.\nOne should never share a vehicle, sleeping place, or seat alone with another's wife or woman. Through direct observation and inquiry, avoid all actions that would cause worldly people to lose faith or become displeased.

---

Clear Modern English Translation

When traveling in vehicles, resting in beds, sitting on seats, or staying in dwellings, one should never be alone with women who are not one's relatives. Through careful observation and by asking those who know better, one should recognize and avoid all behaviors that might cause ordinary people to lose faith or respect. Be mindful of how your conduct appears to others and abandon any actions that could diminish their trust in the teachings.\nOne should not give directions by pointing with a finger. Rather, with a respectful attitude, use the entire right hand to indicate the way forward or provide any similar guidance.\nDo not use exaggerated hand movements. When making slight movements, signal your intention with an audible sound such as a finger snap or similar gesture. Otherwise, you will become unrestrained in your conduct.\nLike the Protector in his final rest, one should lie down in one's preferred direction. With clear awareness, hold the intention to rise quickly, firmly establishing this thought from the very beginning.\nThough the conduct of bodhisattvas is taught to be immeasurable, one should definitely engage in the practices that purify the mind for as long as necessary.\nThree times during the day and three times at night, one should recite the three-section practice. By relying on the Buddhas and the mind of enlightenment, the remaining transgressions will be pacified.\nWhether by your own choice or compelled by external circumstances, regardless of the situation you find yourself in or the activities you engage in, diligently train in whatever practices have been taught for that particular circumstance.\nThere is nothing whatsoever that the children of the Conquerors should not learn. For the wise one who abides in this way, there is no action that does not become meritorious.\nWhether directly or indirectly, engage only in activities that benefit sentient beings and nothing else. For the sole purpose of helping these beings, dedicate all your efforts toward complete enlightenment.\nNever abandon a virtuous spiritual guide—one who is skilled in the teachings of the Great Vehicle and who embodies the supreme ethical conduct of a bodhisattva—even at the cost of your own life.\nFrom the life story of Glorious Śrīsaṃbhava, learn how to properly serve the spiritual teacher. This instruction, along with other teachings given by the Buddha, should be thoroughly understood by reading the sūtras.\nTranslation from Tibetan

The teachings are revealed in the sutras; therefore, one should read the sutras. In particular, one should first examine the Space Essence Sutra, which clearly explains the root downfalls.

---

Translation from Sanskrit

The trainings are seen in the sutras; therefore, one should study the sutras. And in the Space Essence Sutra, one should examine the root downfalls.

---

Modern English Translation

The trainings of the bodhisattva path are clearly presented in the sutras, so one should diligently read and study these sacred texts. Among them, the Space Essence Sutra Ākāśagarbha Sūtra should be examined first, as it provides essential guidance on the fundamental ethical violations that practitioners must avoid.\nSince the Compendium of Training thoroughly explains the practices to be followed at all times, you should definitely study it again and again.

*Alternative rendering:*

You should definitely read the Compendium of Training repeatedly, as it provides a comprehensive explanation of the conduct that should be constantly practiced.\nAlternatively, for now, one should study the Collection of Sūtras, a concise anthology compiled from all the sūtras. One should also make diligent effort to study the two works composed by the noble Nāgārjuna.\nWhatever is not prohibited by the teachings should be embraced as proper practice. Having understood the training, one should engage in it correctly to protect the minds of ordinary people in the world.\nThe defining characteristic of introspective awareness, in essence, is this: repeatedly examining the states of both body and mind.\nI must practice these teachings with my body;
What can be accomplished by merely speaking words?
Will the sick be healed
Simply by reading medical texts?\nThis concludes the fifth chapter of The Introduction to the Bodhisattva's Way of Life, entitled 'Guarding Awareness.'\nAll the virtuous deeds one might accumulate over a thousand eons—acts of generosity, offerings to the Buddhas, and other good actions—can be destroyed by a single moment of anger.\nThere is no evil as great as hatred,
And no spiritual practice as powerful as patience.
Therefore, one should diligently cultivate patience
Through various methods and approaches.\nWhen the thorn of hatred pierces the heart, the mind cannot find peace. One experiences neither joy nor happiness, cannot sleep, and loses all stability.\nModern English Translation

Even those who have received wealth and honors from a master, those who depend upon the master's kindness and generosity, will turn against and attempt to kill this same master when he becomes consumed by hatred and anger.

Those who once benefited from their lord's patronage and relied on his favor will not hesitate to attack him when his nature becomes poisoned by wrath, forgetting all the kindness they've received. The master who indulges in anger, despite having shown generosity, transforms loyal subjects into enemies who seek his destruction.\nEven close friends become weary of an angry person. Though they may be attracted by gifts and generosity, they will not remain in their company. In short, there is absolutely no one who can dwell in happiness while harboring anger.\nThe enemy of anger brings about these and other sufferings.
Whoever diligently overcomes anger
Will find happiness both in this life and the next.\nWhen others harm me by doing what I don't want and obstruct what I desire, my mind becomes unhappy. Fed by this mental distress, anger grows powerful and ultimately destroys me.\nTherefore, I will thoroughly destroy the nourishment of this enemy. After all, this adversary—anger—has no other purpose than to harm me.\nWhatever circumstances may arise, I will not disturb my joyful mind. Even if I become unhappy, my wishes will not be fulfilled through that unhappiness, and instead, my virtuous qualities will deteriorate.\nIf a situation can be remedied,
Why feel distressed about it?
If a situation cannot be remedied,
What use is there in being upset about it?

In more natural English prose:

If a problem has a solution, why waste energy feeling distressed about it? There's no reason for displeasure when the issue can be fixed. And if a problem has no solution and cannot be changed, what purpose does your unhappiness serve? Being upset about something immutable brings no benefit whatsoever.\nFor myself and those I hold dear, I do not desire suffering, contempt, harsh words, or an unfavorable reputation. Yet for my enemies, I wish the opposite.\nHappiness arises from causes that occur only occasionally, while the causes of suffering are exceedingly numerous. Without experiencing suffering, there can be no genuine renunciation from the cycle of existence. Therefore, my mind, resolve to be steadfast.\nWhen devotees of Uma and people of Karnataka endure the painful sensations of burning and cutting their flesh without meaningful purpose, why should I be fearful? If they willingly accept such suffering for pointless aims, how much more should I be patient in pursuing the supreme goal of liberation? I should not be timid when my hardships serve the ultimate purpose of enlightenment.\nThere is no phenomenon whatsoever that cannot become easier through practice. Therefore, by becoming accustomed to small hardships, learn to endure even great suffering.\nWhy do you not perceive the pointless suffering caused by snake bites, fly stings, and mosquitoes, the discomfort of hunger and thirst, and the great distress of itching and similar afflictions?\nWhen confronted with heat and cold, rain and wind,
Illness, imprisonment, and acts of violence,
I should not be overly sensitive or delicate.
For if I respond this way, my suffering will only increase.\nSome people, upon seeing their own blood,
Develop even greater courage and steadfastness.
While others, upon merely seeing another's blood,
Become frightened and may even faint.

---

In more natural modern English:

Some individuals become even braver and more resolute when they see their own blood flowing from wounds. In contrast, others become terrified and may completely lose consciousness at the mere sight of someone else's blood. This difference reveals how our reactions stem not from external circumstances but from our mental disposition and inner strength.\nThis difference arises from the steadiness or timidity of the mind. Therefore, learn to disregard harm and remain unaffected by suffering.

Such contrasting reactions stem entirely from whether one's mind is firm and steadfast or fearful and hesitant. For this reason, train yourself to treat harmful situations with indifference and to become impervious to suffering of all kinds.\nThe wise, even when suffering arises,
Should not disturb the clarity and serenity of their mind.
For in the battle against mental afflictions,
Many wounds are sustained during combat.

In more natural contemporary English:

Even when faced with suffering, those who are wise maintain their mental clarity and inner peace. They recognize that the struggle against negative emotions and afflictions is a genuine battle, and in such spiritual combat, one will inevitably experience many difficulties and pains. Just as a warrior expects wounds in battle, the spiritual practitioner accepts challenges as part of the path to overcoming inner obstacles.\nThose who endure all suffering and overcome enemies such as anger and other negative emotions—these are the true conquering heroes. All others merely kill what is already destined to die.\nAnother virtue of suffering is that it dispels pride and arrogance through disillusionment. When we truly experience suffering, it naturally humbles us and removes our conceit.

Furthermore, suffering awakens compassion for those trapped in the cycle of existence. When we face our own pain, we naturally develop empathy for others experiencing similar struggles.

Suffering also instills caution regarding harmful actions. Recognizing the relationship between negative deeds and painful consequences, we become more vigilant about avoiding misconduct.

Finally, suffering nurtures joy in virtue. Understanding that happiness arises from positive actions, we develop genuine delight in creating goodness and following the path of righteousness.\nI do not show anger toward bile and similar things,
Which are great sources of suffering,
So why be angry at beings with minds?
They too are all driven by conditions.\nJust as an illness arises
Even against our wishes,
Similarly, despite our resistance,
Negative emotions forcefully emerge.

---

Plain English Translation

Just as diseases arise in our bodies against our will and despite our wishes, in the same way, afflictive emotions like anger emerge forcefully within our minds even when we don't want them to appear. Both illness and emotional afflictions come upon us involuntarily, driven by their own causes and conditions, regardless of our desire to avoid them.\nPeople become angry spontaneously, even without thinking 'I will become angry.' Similarly, anger arises naturally, even though no one consciously decides to generate it.\nWhatever faults may exist and the various kinds of harmful actions—all of these arise from the power of causes and conditions. They do not exist through their own independent nature.\nWhen various causes and conditions come together, they do not possess the thought, 'I shall produce an effect.' Likewise, that which is produced by these causes and conditions does not possess the thought, 'I have been produced by these causes.'\nThat which some traditions acclaim as the primordial nature, and that which others conceptualize as the permanent self—neither of these could possibly arise with the deliberate thought, 'I shall come into being.' Such purposeful thinking cannot precede existence itself.\nIf something truly has never arisen, then it does not exist at all—so who would desire for such a non-existent thing to come into being? Furthermore, if a permanent entity like the self were constantly engaged with objects of experience, it could never possibly cease its activity.\nIf the self were permanent,
it would clearly be devoid of any activity, just like space.
Even when encountering various conditions,
what function could something unchanging possibly perform?\n
If at the time of action something remains exactly as it was before, what effect has the action actually had upon it? How could one meaningfully declare, 'This is its action,' and what possible connection could exist between them?

In other words, if an entity like a supposedly permanent self remains completely unchanged even when acted upon, then no action has truly affected it. This calls into question any claim of relationship between such an unchangeable entity and the actions supposedly connected to it. What basis could there be for asserting that any particular action belongs to or affects something that remains perpetually the same?
\nEverything is under the control of other factors;
Those controlling factors themselves have no independent control.
Having understood this, one does not become angry
At any phenomenon, recognizing them all as being like magical emanations.\nIf you object: 'Who is eliminating what? The very act of elimination is not reasonable,' I would reply: There is nothing unreasonable in accepting that suffering comes to an end by relying on antidotes.\nTherefore, whether you see an enemy or a friend acting improperly, think to yourself: 'This has arisen from such causes and conditions,' and with this balanced understanding, remain at ease.

*Alternative rendering:*

Therefore, when you observe either an enemy or a friend engaging in wrongful actions, reflect: 'This behavior stems from specific conditions acting upon them.' Contemplating in this way, maintain your equanimity and inner peace.\nIf accomplishments were achieved merely through one's own wishes, then since no one desires suffering, not a single embodied being would ever experience any suffering whatsoever.\nThrough heedlessness, people harm themselves with thorns and similar things. To obtain women and other desired objects, they become aggressive and even subject themselves to fasting and other austerities.\nTranslation of Verse 36

Some people harm themselves by hanging themselves or jumping from cliffs. Others consume poison or eat unwholesome food that damages their health. Many inflict harm upon themselves through non-virtuous conduct.

Expanded Translation

Some people, overcome by afflictive emotions, inflict harm upon themselves in various ways. Some resort to hanging themselves or leaping from precipices to end their lives. Others deliberately consume poison or eat food that is harmful to their health and well-being. Beyond these direct physical harms, many people damage themselves through non-virtuous actions and behaviors that, while seemingly beneficial in the moment, create suffering for themselves both in this life and in future lives.\nWhen people fall under the control of their disturbing emotions,
They will even harm and destroy themselves, whom they cherish.
How then could we expect such people
To refrain from harming the bodies of others?

In clearer prose:

When people are completely dominated by disturbing emotions and afflictions, they will even harm and kill themselves—the very self they cherish and hold dear. If they are capable of such self-destruction, how could we possibly expect them to refrain from causing harm to others? Such harm to others is inevitable from those so overwhelmed by afflictions.\nWhen people are driven by afflictive emotions and engage in harmful activities such as hurting themselves, if I fail to generate compassion toward them, what possible justification could there be for becoming angry instead?

If someone is acting under the influence of mental afflictions, behaving like a person possessed, how can I reasonably respond with anger rather than compassion? Those overcome by negative emotions lack self-control when they harm themselves and others. If I cannot feel compassion for their condition, becoming angry with them is completely inappropriate and makes no sense at all.\nIf it is in the very nature of childish people to harm others, then my anger toward them is inappropriate—just as it would be absurd to resent fire for its inherent nature to burn.\nThough these faults are temporary and adventitious,
And sentient beings are gentle by their very nature,
It is still unreasonable to respond with anger—
Like resenting the sky when smoke briefly pollutes it.\nIf I become angry at the one who directs a stick or similar weapon against me, I should remember that this person too is driven by anger. Therefore, it is more reasonable for me to direct my anger toward anger itself.\nIn previous lifetimes, I myself have inflicted this very same kind of harm upon other sentient beings. Therefore, it is only fitting that I now experience such suffering at the hands of those who harm sentient beings.\nBoth the weapon of my attacker and my own body are equally causes of suffering. If that person draws their weapon against my body, at whom should I direct my anger?\nThis body of mine, resembling a human form yet like a boil,
Is exquisitely sensitive and filled with suffering.
If I, blinded by craving, have grasped onto it,
At whom should I be angry when it experiences harm?\nFoolish people do not want suffering, yet they eagerly pursue the very causes of suffering. When they experience harm due to their own mistakes, what sense is there in blaming others?\nJust as the guardians of hell realms and forests with razor-sharp leaves are manifestations of karma, so too are the harms that befall me created by my own actions. At whom, then, should I direct my anger?\nProvoked by my own karmic actions, those who harm me come into being. If by their harmful deeds these beings will descend to the hell realms, have I not essentially destroyed them myself?\nBy relying upon these people who harm me, my many negative actions are purified through my patience. Yet because of their actions toward me, these same people will go to the hell realms where they will experience suffering for a very long time.\nI am the one who causes harm to others, while they actually bestow benefits upon me. Why then, corrupt mind, do you become angry in this completely backward way?\nIf my mind possesses the qualities of patience,
I will not descend into hell realms.
If I have protected myself through such practice,
What benefit has this brought to those who harmed me?\nIf I were to retaliate with harm in return,
Those harmful people would remain unprotected,
And my own spiritual conduct would deteriorate.
Thus, my practice of austerity would be destroyed.\nThe mind, being formless, cannot be destroyed by anyone, anywhere. However, because of our intense attachment to the body, we experience suffering when our physical form is harmed.\nWhen others show contempt, speak harsh words,
Or utter unpleasant remarks against you—
If these cause no harm to your physical body,
Why, mind, do you become so intensely angry?\nIf others are displeased with me,
But their displeasure causes me no harm
Either in this life or in future lives,
Why should I object to their attitude?\nIf others obstruct my material gains through their disrespect, and I become angry about this, I should consider: even if I dislike this treatment, whatever possessions I might acquire will be abandoned here in this world when I die, while the negative karma from my anger will remain firmly established.

If I become angry when others undermine my reputation and cause me to lose material benefits, I must remember that all worldly possessions—however valuable—are temporary. At death, I will leave behind everything I've acquired, empty-handed. However, the harmful effects of any anger I generate will persist in my mindstream, following me beyond death until their consequences fully manifest. Therefore, it is far better to accept the loss of material gains than to harbor anger that creates lasting negative karma.\nBetter for me to die today than to sustain a long life through dishonest means. Even if I were to live for many years, I would still face that same suffering of death in the end.\nOne person dreams of experiencing happiness for a hundred years before awakening. Another experiences happiness for just a moment before awakening.

When both awaken, their experiences are the same: the dream happiness, whether long or brief, has vanished completely. Neither the century of joy nor the momentary pleasure remains. Both dreamers face the same reality upon waking.\nFor those who have awakened from sleep,
The happiness experienced does not return.
Similarly, for both the long-lived and short-lived,
At the moment of death, all ends the same way.\nThough I may acquire abundant wealth and enjoy pleasures for a long time, just like someone robbed by thieves, I will depart naked with empty hands.\nTranslation

If I were to acquire wealth and sustain my life,
I might think, 'I can purify my negative karma and create merit.'
But if I become angry in my pursuit of material gain,
Wouldn't my merit be exhausted and negativity increase instead?

---

Prose Translation

If I were to sustain my life through acquiring wealth, I might justify this by thinking, 'With these resources, I can purify my past negative actions and accumulate merit through virtuous deeds.' However, if I become angry at others who obstruct my pursuit of these material gains, wouldn't this anger actually deplete whatever merit I've accumulated and generate new negative karma? This reveals the self-defeating nature of becoming attached to wealth acquisition, even when justified with spiritual intentions.\nIf the very purpose for which I live should deteriorate, what use is such a life that produces nothing but negativity?\nIf you become angry at those who speak unpleasantly about you because they harm sentient beings by doing so, then why don't you similarly become angry at those who speak unpleasantly about others?\nIf you can be patient with those who lack faith—since their lack of faith depends on external factors—then why not be equally patient with those who speak harshly to you? Their unpleasant speech likewise depends on afflictive emotions that have arisen within them and over which they have little control.\nEven toward those who mock and destroy Buddha images, stupas, and sacred texts, it is inappropriate for me to feel anger, because the Buddha and other awakened beings cannot truly be harmed.

I should not harbor hatred toward those who disrespect or damage sacred representations of the enlightened path. These physical forms—statues, memorial structures, and dharma teachings—may be desecrated, but the actual Buddha and enlightened beings remain beyond the reach of any harm. Understanding this truth, I should respond with compassion rather than anger when witnessing such actions.\nWhen those who harm your spiritual teachers, relatives, and loved ones, as well as friends, provoke your anger, recognize that they too are transformed by conditions, just as explained previously. Seeing this causal process at work, dispel your anger toward them.\nWhen embodied beings experience harm, it comes from both conscious beings and unconscious objects. If both can cause suffering, why single out and blame only those with consciousness? Therefore, practice patience toward all forms of harm.\nSome commit wrongs out of delusion,
While others, equally confused, respond with anger.
Who among them could be called blameless?
And who should bear the fault?\nWhy did I previously create the karma that now causes others to harm me?
If everything depends on the effects of our actions,
Why should I harbor resentment toward those who harm me?\nHaving seen this truth clearly, I will diligently apply myself to meritorious actions, so that all beings may develop loving hearts toward one another.

*Alternative rendering:*

With this understanding firmly in mind, I will strive earnestly in virtuous deeds, working toward the goal that everyone might cultivate mutual loving-kindness between themselves.\nJust as when a fire that has burned one house
Then travels to another dwelling,
Where it spreads to grass and other materials—
These should be removed and discarded.\nSimilarly, when your mind becomes attached to someone and the fire of anger flares up because of this attachment, immediately abandon that attachment out of concern that your accumulated merit will be burned away.\nIf a person condemned to death has their hand cut off but is then set free, is this not beneficial? Similarly, if through human sufferings one is freed from the torments of hell, is this not advantageous?\nIf I cannot endure even this much suffering in the present moment, then why do I not restrain my anger, which is the cause of the unbearable torments of hell?

In more natural contemporary English:

If I find it impossible to bear even this much pain right now, why then don't I make an effort to restrain my anger—the very thing that causes the far worse sufferings of hell realms?\nFor the sake of desires, I have experienced being burned and suffering countless torments in the hell realms thousands of times. Yet through all this, I have neither accomplished my own purpose nor brought any benefit to others.\nThis suffering is not that severe, and it will accomplish great purposes. Regarding the suffering that removes the harms of all beings, it is appropriate here to feel only joy.

This suffering is not so harmful, and it will accomplish significant aims. Therefore, when it comes to the suffering that relieves the afflictions of all beings, it is fitting to respond only with genuine delight.\nIf others gain joy and happiness from praising someone with good qualities, why doesn't your mind also rejoice in the same way when you praise them?\nThis joy and happiness you experience from praising others is a genuine source of bliss without any fault. It is approved by those who possess noble qualities, and stands as the supreme method for attracting others to the spiritual path.\nFurthermore, if you think, 'This will bring happiness to others,' yet do not desire such happiness for them—by refusing to pay wages, give rewards, and similar acts of generosity—you will lose both visible and invisible benefits.\nWhen your own good qualities are being praised,
You wish for others to feel happiness too.
Yet when others' good qualities are being praised,
You don't even wish happiness for yourself.\nHaving generated the mind of enlightenment with the wish for all sentient beings to find happiness, why would you now become angry when these same beings experience happiness through their own means?\nYou claim to desire that sentient beings attain Buddhahood, a state worthy of veneration throughout the three realms. Yet when you witness these same beings receiving even modest offerings or respect, why do you burn with jealousy toward them?

If you truly aspire for all beings to reach the enlightened state that deserves universal reverence, then how can you become tormented with envy when seeing them receive even the smallest honors? Such a reaction contradicts your own stated aspiration and vow.\nWhen someone you are obligated to support manages to support themselves, they are actually giving you the gift of relief from that duty. Yet when your dependent relative finds their own livelihood, instead of rejoicing, do you become angry?\nHow can one who claims to desire enlightenment for sentient beings not wish for their basic welfare? If someone becomes angry seeing others' prosperity, how could they possibly possess the awakening mind?\nWhether someone else has obtained those possessions from the donor,
Or those things have simply remained in the benefactor's home—
If in either case you yourself do not possess them,
What difference does it make to you whether they were given or not?\nWhy would you discard the sources of your good fortune—the merit you have accumulated, the faith others have in you, or your own positive qualities? Tell me, why would you not be angry at yourself when you fail to grasp the acquisitions that come your way?\nNot only do you fail to feel remorse for the harmful actions you yourself have committed, but you even desire to compete with others who have created merit.

[End of the second volume.]\nEven if your enemy is unhappy,
What pleasure should that bring you?
Your mere wish for their suffering
Will not become a cause of harm to them.\nEven if you achieve the suffering you desire for your enemy, what joy does it really bring you? And if you claim, 'It fulfills my wishes and brings satisfaction,' what could be more destructive than harboring such hostility?\nThis hook of unbearable malice, cast by the fishermen of afflictive emotions, is truly terrible. When caught by it, I will be seized by the guardians of hell who will boil me in their cauldrons.\nPraise, fame, and honors bestowed upon me
Will not generate spiritual merit, nor lengthen my life.
They will not increase my strength, nor prevent illness,
Nor will they bring comfort or pleasure to my body.

---

*Prose translation:*

Neither praise, fame, nor reverence directed toward me produces any spiritual merit or extends my lifespan. Such recognition does not increase my physical strength, protect me from illness, or bring any physical comfort or well-being to my body. These forms of worldly acknowledgment are ultimately without substantial benefit.\nIf I truly understood what benefits me,
What real advantage would I find in such things?
If all I desire is mere mental pleasure,
Then I might as well indulge in gambling, alcohol, and the like.\nFor the sake of fame, they squander their wealth and even destroy themselves. What purpose do such words of praise serve? When one is dead, who can find happiness in such acclaim?\nWhen a sand castle collapses,
Children cry out in distress.
Similarly, when praise and fame diminish,
One's mind behaves just like a child.\nSound itself has no mind, and therefore cannot possibly think, 'I shall praise this person.' When people say, 'Others are pleased with me,' is that truly a cause for one's own joy?\nWhether the praise is directed toward others or toward myself, what benefit do I actually gain from someone else's joy? Their happiness and delight belong entirely to them alone. I cannot obtain even the slightest portion of that joy.\nIf I find joy in their happiness,
Then shouldn't I feel the same for all beings?
Why then, when others receive praise
And become happy, am I not happy as well?\nTherefore, when you think 'I am being praised' and feel joy arise within yourself, this reaction, upon examination, is completely irrational—it is nothing more than childish behavior.\nPraise and flattery lead me into distraction,
And destroy any sense of disillusionment with worldly existence.
They breed jealousy toward those who possess genuine qualities,
And ultimately destroy my own prosperity and excellence.\nTherefore, those who stand ready to destroy my praise and honors—are they not actually engaged in protecting me from falling into the lower realms?\nAs one who seeks liberation, I have no need for the fetters of material gain and honor. How could I feel anger toward those who free me from such bondage?

More fully expressed: Since I am earnestly seeking spiritual freedom, the chains of wealth, fame, and reverence are unnecessary burdens for me. When others deprive me of these things—which are actually impediments to my spiritual goal—they are in fact liberating me from bindings. Therefore, how could I reasonably harbor anger toward them? They are inadvertently helping me achieve the very freedom I seek.\nWhen I desire to enter into suffering, those who become like doorways blocking my entry—just as if they were divinely appointed by the Buddha's blessing—how could I possibly be angry with them?\nIf someone creates obstacles to my virtuous deeds,' it is inappropriate to become angry with them. Is there any spiritual practice equal to patience? Should I not, therefore, abide in patience at this very moment?\nIf I, due to my own faults, fail to practice patience in this situation, I am merely creating an obstacle for myself when the cause of merit stands directly before me.\nIf something cannot arise without a particular condition, and comes into existence when that condition is present, then that condition itself is its cause. How, then, could we call that condition an obstacle?\nA beggar who arrives at the proper time for giving
Does not create an obstacle to generosity.
Similarly, one who conducts an ordination
Should not be considered an obstacle to entering the monastic life.\nIn this world, those who ask for help are common,
But those who cause harm are rare indeed.
For if one has done no harm to others,
Generally no one will cause harm in return.\nLike a treasure that has appeared in my home without any labor or effort on my part, my enemies serve as companions on my journey toward awakening. Therefore, I should rejoice in them.\nSince both this adversary and I have jointly accomplished this spiritual work, the fruits of patience that result should first be offered to them. This is entirely appropriate, as they are the primary cause of my patience.\nIf you object, 'Since the enemy has no intention to help me develop patience, they are not worthy of veneration,' then consider this: why do we venerate the sublime Dharma? The Dharma serves as a cause for spiritual accomplishment, yet it too has no mind or intention.\nIf I object, 'An enemy with harmful intentions should not be venerated,' then how could I develop patience? For if I only respect those who strive to help me, like a physician, how would my patience ever be cultivated?\nTherefore, since patience arises in dependence upon those with hostile intentions, those very enemies who provoke anger are the causes of patience. For this reason, they deserve to be honored just as one would honor the sublime Dharma.\nTherefore, the Sage taught that there are two fields: the field of sentient beings and the field of the Victorious Ones Buddhas. By pleasing these two fields, many practitioners have reached the far shore of perfection.\nFrom both sentient beings and the Conquerors,
The qualities of Buddhahood are equally accomplished.
Why then do we show reverence to the Conquerors
But not likewise to sentient beings? What kind of approach is this?\nThe greatness of intention is not measured by the intention itself, but rather by the results it produces. In this same way, sentient beings possess a comparable greatness. Therefore, they are equal to the Buddhas.\nThe merit of honoring those who possess loving-kindness
Reflects the true greatness of sentient beings themselves.
Likewise, the merit arising from devotion to the Buddha
Is a manifestation of the Buddha's own greatness.\nAll sentient beings possess the aspect of Buddha-dharma that can be accomplished;
Therefore, in this respect, they are considered equal to the Victorious Ones.
Yet none can equal the Buddhas with their limitless oceans of qualities.\nWhen even a small fraction of qualities appears in someone who possesses just a portion of the unique collection of supreme qualities, offering the entire three realms to such a person for the purpose of veneration would still be considered insufficient.\nThe seed of the supreme Buddha-dharma—the potential for awakening—exists within all sentient beings. For this reason alone, in proportion to this shared potential, sentient beings are worthy of veneration.

Since all beings possess a portion of what gives rise to the highest qualities of enlightenment, they deserve the same reverence we offer to the Buddha. Though their qualities may not yet equal those of a Buddha, this fundamental potential for awakening makes them proper objects of respect and honor, just as the Buddha is honored.\nFurthermore, how can we ever repay those who have genuinely become our unwavering friends, those who have performed immeasurable acts of kindness for us? What higher recompense could there be apart from bringing joy to sentient beings?\nFor their sake, the Enlightened One is willing to sacrifice his body and enter the unbearable Avīci hell. Since helping these beings is how we repay the kindness shown to us, even if these same beings cause us great harm, we should respond only with excellent and beneficial actions toward them.\nMy own masters themselves, for the sake of others, remain utterly unconcerned even with their own bodies. Considering this, how could I, in my confusion, act with pride toward those same beings rather than adopting the role of a servant?

Even the Buddha and bodhisattvas, who have become my true lords and guides, disregard their very bodies for the benefit of sentient beings. They serve selflessly without concern for their own well-being. Given this profound example, how inappropriate it would be for me—still deluded and confused—to feel superior toward the very beings that my masters cherish so deeply. Instead of maintaining such arrogance, I should fulfill the duties of a servant, humbly serving all beings just as my masters do.\nWhen sentient beings experience happiness, the great sages are delighted; when these beings suffer harm, the sages become displeased. By bringing joy to these beings, one pleases all the Lords of Sages. Conversely, to harm these beings is to harm the sages themselves.

In expanded prose:

The Buddhas and great sages find delight when sentient beings experience happiness and well-being. Conversely, when these same beings suffer harm or distress, the sages' hearts become troubled with concern. Therefore, by bringing joy and benefit to sentient beings, one effectively pleases all the Lords of Sages—this becomes the supreme offering to the Buddhas. However, if one causes harm to these beings, it is exactly equivalent to causing harm to the great sages themselves, as though directly obstructing their deepest wishes.\nJust as a person whose body is completely engulfed in flames
Cannot find any mental happiness even when offered all desirable objects,
Similarly, when sentient beings are harmed,
There is absolutely no means by which those of great compassion can be pleased.\nTherefore, I now openly confess each and every harmful action I have committed against living beings, actions which have displeased all the greatly compassionate ones. For whatever displeasure I have caused, I humbly request the forbearance of the Sage Buddhas.

In recognizing the ways I have harmed sentient beings, I acknowledge that these actions have disturbed the hearts of all those with great compassion. Today, I individually confess each of these wrongdoings without concealment. For all the ways I have acted contrary to your wishes, I ask for your patience and forgiveness.\nTo delight the Thus-Gone Ones, from this day forward,
I firmly pledge myself as a servant to the world.
Should multitudes trample upon my head with their feet,
Or even kill me, I shall not retaliate—may the Protector of the World be pleased.\nThe compassionate ones have made all beings in this world their own—of this there can be no doubt. These very beings we perceive in the form of sentient creatures are, in reality, the essence of those protectors themselves. Why, then, would we not show reverence to them?\nThis very act is what truly pleases the Tathagatas the Buddhas.
This same practice is what genuinely accomplishes one's own purpose.
This alone is what dispels the suffering of all beings in the world.
Therefore, I shall always commit myself to this practice.\nJust as a single royal official may oppress the common people, those with farsightedness, though capable, do not retaliate with harm.\nTranslation of Tibetan Buddhist Text

Remember that a ruler's power never stands alone;
The king's might serves as their true strength and army.
Likewise, never disregard those who cause harm
Though they may appear weak or insignificant.

Explanatory Translation

Remember that a person in a position of power does not operate in isolation. Their actual strength comes not from themselves alone but from the king's power and all the forces that stand behind them. Similarly, you should never dismiss or underestimate anyone who causes harm, regardless of how weak or insignificant they might seem. Even the seemingly weakest wrongdoer exists within a larger system of karmic accountability and is connected to powerful forces beyond what is immediately apparent.\nBoth the guardians of hell and the compassionate ones are forces to be reckoned with. Therefore, one should please all sentient beings, just as subjects would appease a wrathful king.\nWhat harm can even an angry king inflict that compares to the torments of hell—those sufferings that one must endure as a result of causing distress to sentient beings?\nEven if a king were completely pleased with you,
he could never grant what you would gain
by bringing joy to sentient beings—
the state of Buddhahood itself.\nSetting aside the future attainment of Buddhahood that comes from pleasing sentient beings—why do you not recognize that even in this very life, great prosperity, fame, and happiness arise from such actions?\nThrough patience while wandering in the cycle of existence, one attains an attractive appearance and health. One gains fame and an extremely long life, ultimately obtaining the abundant happiness of a universal monarch.\nThus concludes the sixth chapter entitled 'The Perfection of Patience.'

---

*From 'Entering the Bodhisattva's Way of Life,' this is the sixth chapter, entitled 'The Teaching on Patience.'*\nHaving thus cultivated patience, one should apply oneself to diligence. For it is in diligent effort that awakening truly resides. Just as there can be no movement without wind, no virtue can arise without diligence.\nTranslation of Verses on Diligence and Laziness

What is diligence? It is enthusiasm directed toward virtue.

I will now explain its opposing factors.

Laziness consists of attachment to harmful activities, discouragement, and self-deprecation.\nFrom savoring the pleasure of idleness and developing craving that clings to sleep, combined with not feeling weary of the sufferings of cyclic existence, laziness will certainly arise.\nEnsnared by the net of afflictions, you have fallen into the trap of rebirth. You now stand in the very jaws of death. How is it that you still fail to recognize this reality?\nDo you not see how your own companions are gradually being put to death? Yet you still rely on sleep, just like a buffalo awaiting slaughter by an outcast butcher.\nWith all escape routes blocked and Death himself watching intently, how can you take pleasure in eating? How can you sleep so contentedly? How can you find such delight in worldly pleasures?\nSince death will swiftly come,
For as long as possible, gather your provisions.
Even if you abandon laziness at that moment,
What can you accomplish when it is too late?\nThis remains unfinished, merely begun,
And this one stands only half-completed.
When death suddenly arrives,
I will think, 'Alas, I am ruined!'\nWith faces swollen from the force of grief, tears streaming from reddened eyes, one observes hopeless relatives and the faces of Death's messengers.\nWhen you are tormented by memories of your own harmful deeds and hear the terrifying sounds of hell realms, what will you do when you become disoriented with fear, your body soiled with filth?

In that moment—when the recollection of your negative actions brings you anguish, when you hear the horrifying cries of those suffering in the hell realms, when terror makes you lose control of your bodily functions, and when your mind becomes completely bewildered—you will find yourself utterly helpless. What possible recourse will you have then?\nIf you tremble with fear even in this life—just like a fish writhing out of water—then what need is there to mention the unbearable sufferings of the hell realms that await one who has committed negative actions?\nWhen touched by hot water, your delicate, youthful skin becomes painfully scalded. Yet after committing actions that will lead you to the hell realms, why do you remain so complacently at ease?\nAlas! How pitiful are those who desire results without making any effort, those delicate souls who suffer greatly from the slightest hardship. Though already in death's grasp, they behave as if immortal like gods, only to be crushed by suffering.\nHaving obtained this human vessel,
Cross over the great river of suffering.
This boat will be difficult to find again,
So, deluded one, do not sleep through this precious time.\nWhy, having abandoned the supreme joy of the sublime Dharma—which is a limitless source of happiness—do you delight in distractions caused by sources of suffering, in frivolity and such things?\nWithout discouragement, gather your forces,
Diligently practice and master yourself,
Equalize yourself with others,
And exchange yourself for others.\nDo not become discouraged, thinking, 'How could someone like me ever achieve enlightenment?' For the Tathagata, who speaks only truth, has proclaimed this truth: everyone has the capacity to attain awakening.\nTranslation

'Even those who were mosquitoes, flies, bees, and various types of worms—if they generate the power of diligence, they too can attain the supreme enlightenment that is otherwise difficult to achieve.'

Expanded Translation with Context

'Even the smallest creatures—mosquitoes, flies, bees, and various types of worms—can attain the supreme, difficult-to-achieve enlightenment if they generate the power of diligence. If such seemingly insignificant beings can accomplish this through persistent effort, how much more so can humans who possess more favorable conditions for spiritual practice.'\nSince I am born as a human being with the capacity for discernment,
And can clearly distinguish between what is beneficial and harmful,
If I do not abandon the path of awakening,
Why would I not attain enlightenment?\nBut if I worry, 'I must give away my hands, feet, and other body parts,' then I am simply afraid due to confusion, having failed to discern what is truly significant from what is not.\nFor countless billions of eons, I have been repeatedly cut into pieces, stabbed, burned, and slashed open innumerable times—yet through all this, I have not attained enlightenment.\nThe suffering I endure for the sake of achieving awakening is limited in measure. It resembles the pain of having a wound made on the body in order to remove a harmful embedded thorn and eliminate deeper suffering.\nAll physicians heal disease through treatments that cause discomfort. Similarly, one should endure minor hardships to overcome greater suffering.\nTranslation of the Buddhist Verse

The Supreme Physician does not employ such ordinary medical treatments. Instead, through extremely gentle methods, he heals immeasurable grave afflictions.

Expanded Translation

The Supreme Physician, the Buddha, does not resort to crude medical treatments like those of common healers. Unlike practitioners of conventional medicine who might use painful procedures such as bloodletting or cauterization, the Buddha employs extraordinarily gentle methods. Through this compassionate middle way approach—avoiding both harsh austerities and indulgence—he effectively cures countless serious diseases of the mind, including the fundamental afflictions that keep beings trapped in the cycle of suffering.\nAt first, the Guide encourages practitioners to begin simply with giving vegetables and other modest offerings. By practicing this regularly, they become accustomed to giving. Later, through this gradual development, they eventually reach a point where they can even give away their own flesh.\nWhen one comes to view one's own body
As casually as vegetables and other common things,
What difficulty could there possibly be
In giving away one's flesh and other parts?\nThose who have abandoned negative actions are free from suffering,
And those who have attained wisdom experience no mental distress.
This is because it is mistaken conceptualization
And harmful actions that afflict both mind and body.

The bodhisattva who has completely abandoned negative actions experiences no physical suffering. Having cultivated wisdom and understanding the true nature of reality, they are free from mental distress and unhappiness. This freedom from both physical and mental suffering occurs because ordinary beings suffer precisely due to two causes: their mistaken conceptualizations—especially the incorrect belief in an inherent self where there is none—and the harmful actions they commit. These two factors are what actually afflict both mind and body, generating the experience of suffering. The bodhisattva, having transcended these causes, can remain engaged in the world without being affected by its troubles.\nThrough the power of merit, the body finds comfort and ease;
Through wisdom, the mind experiences happiness and joy.
Though they remain in the cycle of existence for others' benefit,
Why would those with compassion ever grow weary?\nThrough the power of the awakening mind, one exhausts previous negative actions while gathering vast oceans of merit. For these reasons, those who develop bodhicitta are taught to be superior to the hearers on the spiritual path.\nTherefore, mounted upon the steed of bodhicitta—the awakening mind that dispels all weariness and fatigue—who with awareness would ever become discouraged? Proceeding from one state of happiness to even greater happiness, what person who understands the mind would ever lose heart?\nTo accomplish the welfare of sentient beings, four powers serve as one's forces: aspiration, steadfastness, joy, and relinquishment. Aspiration should be cultivated by contemplating both the fears of suffering and the benefits that result from this aspiration.\nHaving thus uprooted the opposing forces, one should strive to increase diligence through the powers of devotional aspiration, steadfast confidence, joyful engagement, and appropriate abandonment, while maintaining mastery over one's practice.\nI must overcome the immeasurable faults in both myself and others. This tremendous task falls to me—to conquer countless flaws and afflictions. For each single fault that must be eliminated, oceans of eons would be exhausted in the process.\nWhen I examine myself, I do not see even the slightest effort toward eliminating my faults—a task I once committed to undertake. Given this failure that condemns me to immeasurable suffering, why does my heart not shatter? How can I remain so unmoved when faced with this terrible reality?\nI must cultivate numerous qualities and virtues for both myself and others. For each single quality, would even oceans of eons be enough to fully master it?\nDespite having attained this precious human life, I have never cultivated even the slightest measure of excellent qualities. How astonishing and lamentable that I have somehow obtained this rare and marvelous birth, yet have wasted it completely without purpose.

I have not developed any familiarity with even a fraction of the virtuous qualities necessary for enlightenment—qualities that require consistent practice over immense periods of time. Though I should be developing the numerous spiritual qualities required for both my own and others' liberation, I have failed to establish any habitual practice. This human birth with all its freedoms and advantages is extraordinarily difficult to obtain, yet somehow I acquired it through the power of past karma. How remarkable and tragic that I have squandered such a precious opportunity without accomplishing anything meaningful for this or future lives.\nI have not made offerings to the Blessed One, nor have I provided the joy of grand celebrations. I have not worked to support the teachings, and I have failed to fulfill the wishes of the poor.\nIf I have not offered fearlessness to those who are afraid, and have not given comfort to those who suffer, then my birth has only caused pain in my mother's womb and produced nothing but suffering.\nBoth in my previous lives and now in this present existence, I have become destitute in this way because I lacked genuine conviction in the Dharma. What sensible person would ever abandon their dedication to the Dharma?\nThe Buddha taught that aspiration is the root of all virtuous qualities. And the root of this aspiration itself is continuous meditation on the ripening effects of actions.\nPhysical suffering and mental distress, various forms of fear, and separation from what one desires—all these arise from engaging in harmful actions.\nTranslation

Wherever those who perform virtuous actions with pure intention travel, they are honored with the rewards that naturally bloom from their merit. In each place they go, the fruits of their goodness manifest as offerings that celebrate their presence.\nThough those who commit evil actions desire happiness, wherever they go, in those very places they are struck down by the weapons of suffering that arise from their own misdeeds.\nThrough virtuous deeds, one becomes a child of the Buddhas, dwelling in their presence. These fortunate beings reside within the hearts of spacious, fragrant, and cool lotus flowers. Their radiance develops through consuming the nectar of the Buddha's sweet voice as nourishment. They possess sublime bodies that emerge from lotus blossoms opened by the light rays of the Sage.\nWith skin completely flayed by the servants of the Lord of Death, one becomes utterly tormented in agony. Molten copper, liquefied by intensely hot fires, is poured over the raw body. The flesh is struck with blazing swords and spears, cutting it into hundreds of scattered pieces. Due to numerous unwholesome deeds, one falls repeatedly onto the ground of intensely burning iron.\nTherefore, cultivate aspiration toward virtue and meditate with sincere devotion. Following the ritual method of the Vajra Banner, begin by developing dignified confidence.\nFirst, carefully assess your capabilities and resources. Then make a clear decision: either undertake the task or refrain from it entirely. It is better not to begin at all than to start something and abandon it before completion. Once you have committed to a course of action, never turn back.\nIn future lives, this habit will persist, causing both negative karma and suffering to increase. Moreover, other tasks you undertake will yield diminished results, with their fruition becoming inferior—and even these lesser endeavors will remain unfulfilled.\nVerse on Courageous Determination

Regarding actions, mental afflictions, and one's own capabilities—in these three domains, one should cultivate courageous determination. Thinking, 'I alone must accomplish this,' is what constitutes the proper pride in action.\nPeople in this world, powerless under the control of their afflictions, are unable to accomplish even their own goals. Unlike me, sentient beings lack the capacity for effective action. Therefore, I must take on this responsibility myself.

*Alternative rendering with greater contextual clarity:*

People in this world are helplessly controlled by their mental afflictions, leaving them unable to accomplish even what would benefit themselves. Since other beings cannot act effectively as I can, I must therefore take up this responsibility—to work for the welfare of all.\nWhen others are engaged in humble work,
How can I remain idle?
If I refrain from helping due to pride,
It is far better that my pride be destroyed.

**Modern English Translation:**

When I see others engaged in humble tasks, I should ask myself: How can I just stand by without helping? If I refrain from assisting them merely out of a sense of superiority, then it would be better for me to abandon such pride altogether. Freedom from arrogance is truly the superior state.\nWhen encountering a dead snake, even a crow behaves like a Garuda, the mighty divine eagle. Similarly, if I become weak in my spiritual resolve, even minor transgressions can cause great harm.\nFor those who, in dejection, have abandoned all effort, is there any possibility of deliverance from suffering? But one who rises with determination and acts with confident perseverance cannot be overcome even by great adversities.\nTherefore, with a steadfast mind, I must overcome all downfalls. If I am defeated by these downfalls, my aspiration to conquer the three realms will become nothing but a laughable matter.\nI must conquer all, but none should conquer me.
This is the confidence I must maintain,
For I am a child of the Victorious Lion.\nThose beings who have been conquered by pride are actually afflicted, yet they do not possess true noble pride. One who has authentic noble pride does not fall under the control of enemies, while those others fall under the control of pride itself, which has become their enemy.\nFilled with the affliction of pride, one is led by this same pride to lower realms of existence. Even when born as a human, one's celebrations and joys are destroyed. Such a person becomes a servant dependent on others' food, as well as foolish, physically unattractive, and weak.\nUniversally despised are those ascetics inflated with pride. If even these proud spiritual practitioners are counted among the arrogant, what can be said of the truly wretched? How much more pathetic must their condition be?\nTranslation of the Tibetan Buddhist Verse

Those who embrace pride to conquer the enemy of pride—they alone are truly proud in the worthy sense and genuinely victorious heroes. They who definitively defeat even the stirring enemy of pride and fulfill the fruits of victory for all beings according to their wishes.

In more natural English:

The true possessors of noble pride, the genuinely victorious heroes, are those who maintain a sense of confidence precisely to overcome the enemy of harmful pride. These spiritual warriors completely vanquish even the most active manifestations of ego-based pride, and thereby fulfill the perfect fruit of victory for all beings in accordance with their deepest aspirations.\nWhen dwelling amid conditions that trigger negative emotions,
One should be resilient in a thousand ways,
Like a lion among foxes and lesser predators,
Remaining unaffected by the host of afflictions.\nEven in the face of great dangers and hardships, just as people instinctively protect their eyes, likewise, when confronted with adversity, one should never fall under the power of negative emotions.\nI would rather be burned and killed,
Or even have my head cut off—
Yet in no way will I bow down
To the enemy of mental afflictions.
Similarly, in all circumstances,
I will practice only what is reasonable.\nJust as a child delights in the pleasure of play, so too should one become devoted to whatever virtuous actions are to be done. One should become attached to these activities, never feeling satisfied with them, yet taking continual joy in their performance.\nThough actions are performed for happiness,
Whether they will bring joy remains uncertain.
For those whose actions themselves become happiness,
How can they find joy without performing such deeds?

In modern English prose:

Actions are commonly undertaken with the hope of attaining happiness, yet there is no guarantee that these efforts will actually result in the joy we seek. The truly wise understand that certain actions—virtuous deeds themselves—are inherently joyful by their very nature. For such people, the performance of these virtuous actions is happiness itself. How, then, could someone experience genuine happiness without engaging in these intrinsically joyful actions? True contentment cannot be found by avoiding the very deeds that constitute happiness in their essence.\nIf one cannot be satisfied by sensual pleasures—like honey placed on a razor's edge—how much more insatiable should one be for merit, which ripens into both happiness and the peace of liberation?\nTherefore, even after completing one task, immerse yourself in that same activity again—just as an elephant, scorched by the midday heat, plunges into a lake upon finding it.\nWhen your strength is depleted and you're exhausted, temporarily set aside your practice with the intention of resuming it later. Even when you've successfully completed a practice, abandon it out of desire for progressively higher achievements that follow.\nLike a veteran warrior engaged in close combat with an enemy on the battlefield, when swords clash in the heat of battle, you must skillfully evade the weapons of afflictions while simultaneously striking down the enemies of your mind.

Just as an experienced fighter must both defend against an opponent's attacks and launch effective counterstrikes, you should protect yourself from being wounded by mental afflictions while actively uprooting these harmful states at their very foundation. This vigilant approach—combining defensive awareness with offensive determination—is how one engages in the inner battle against the forces that obstruct spiritual progress.\nJust as one who is frightened in battle would quickly retrieve a fallen sword, likewise, when the weapon of mindfulness is lost, swiftly reclaim it by recalling the terrors of the hell realms.\nJust as poison, having entered the bloodstream, spreads throughout the entire body, so too do negative emotions, when they find an opening, pervade the mind completely.\nThe Oil-Bearer's Vigilance

Like one who bears a vessel filled with mustard oil,
While guarded by a swordsman standing close at hand,
Who fears for life should even a single drop be spilled—
So should the disciplined practitioner maintain such vigilance.\nTherefore, just as one would quickly leap up when a snake appears in one's lap, similarly, when drowsiness and lethargy arise, one should swiftly dispel them.\nFor each individual fault that arises, I should thoroughly reproach myself and reflect at length: 'How can I act to ensure this never happens to me again?'\n'How can I develop consistent mindfulness in these various situations?' With this motivation in mind, one should seek either to meet with qualified spiritual teachers or to engage in appropriate practices that accord with authentic instructions.\nRise quickly to action, remembering the teachings on mindfulness. Just as one has the capacity to accomplish all tasks from their very beginning through the power of past actions.

---

Expanded Translation

One should rise with nimbleness to virtuous activity, keeping in mind the teachings on mindfulness and vigilance. This approach enables one to develop the capacity to effectively engage in all endeavors from their very outset, just as the momentum of previous actions provides the power and ability to function in all situations. By recalling the instructions on careful attention and diligence, one should approach spiritual practice with lightness and enthusiasm rather than heaviness or reluctance.\nJust as the wind commands absolute control over cotton,
Effortlessly moving it forth and back at will,
Similarly, through joyful effort one gains mastery over oneself,
And in this way, all spiritual accomplishments are fulfilled.\nTranslation of 'Teaching on Diligence' Chapter Seven

This concludes the seventh chapter, entitled 'Teaching on Diligence,' from the text 'Engaging in the Bodhisattva's Conduct.'

*[Sanskrit: 'This completes the seventh chapter called 'The Perfection of Diligence.'']*\nAfter thus developing diligence, one should place the mind in meditative concentration. A person whose mind remains distracted dwells between the fangs of afflictive emotions.\nThrough seclusion of both body and mind, distractions cannot arise. Therefore, abandon worldly entanglements and completely relinquish conceptual thinking.\nDue to emotional attachment and craving for things like material gain, people do not relinquish their worldly entanglements. Therefore, the wise person should completely abandon these attachments and carefully analyze their mind in the following manner.\nUnderstanding that the afflictive emotions can be thoroughly overcome through special insight that is fully supported by calm abiding, one should first seek to cultivate calm abiding. This calm abiding is accomplished through finding genuine joy in freedom from worldly attachments.\nHow can any impermanent being reasonably form attachment to what is impermanent? One who cultivates such attachment will not encounter their beloved even across thousands of lifetimes.\nWhen one does not see the desired object, no joy arises.
The mind cannot settle in meditative concentration.
Even upon seeing it, one never feels satisfied,
And continues to burn with craving just as before.\nWhen attachment to sentient beings takes hold,
It completely obscures one from seeing ultimate reality.
It destroys any sense of renunciation in the mind,
And finally leads to the torment of grief and sorrow.\nBy merely obsessing over these matters, one's life passes without purpose or meaning. Through attachment to impermanent friends and companions, even the eternal Dharma that leads to liberation will be destroyed.\nIf you associate with childish people and share in their ways, you will certainly fall into lower realms of existence. When they lead you along incompatible paths, what purpose is there in keeping company with such foolish individuals?\nIn an instant, people can become friends, yet in a mere moment, they can turn into enemies. Since they grow angry at what should bring them joy, ordinary people are difficult to please.\nWhen I offer beneficial advice, they respond with anger.
They even try to dissuade me from pursuing what is beneficial.
If I do not listen to their discouragement,
They become angry and, as a result, head toward unfortunate rebirths.\nTowards those superior to oneself, jealousy arises;
With equals, one engages in rivalry and competition;
Towards those below, one displays pride; when praised, one becomes arrogant;
When faced with criticism, anger immediately flares up.
When will one ever derive benefit from associating with childish people?\nWhen associating with immature people, negative consequences will inevitably arise. In their company, one finds oneself drawn into self-promotion and disparagement of others, as well as conversations that celebrate worldly life. These and other unwholesome behaviors will certainly emerge from such associations.\nThus, associating with others only leads to ruin. Neither do they act for my benefit, nor will I serve their purposes.\nKeep your distance from childish people, avoiding them whenever possible. If you must meet them, interact pleasantly and make them feel welcome. However, do not develop deep familiarity with them. Instead, maintain a balanced, neutral demeanor, like an ordinary person who is neither overly friendly nor hostile.\nLike a bee gathering only honey from flowers, I will take just the essential meaning of the Dharma. I will move through all places as though encountering them for the first time, dwelling without forming attachments.\nIf I become conceited thinking, 'I have acquired many possessions and honors, and many people are fond of me,' such pride will give rise to fear after death.\nWherever the deluded mind becomes attached, captivated by pleasure and confusion, suffering a thousandfold greater will arise from those very attachments.\nTherefore, the wise should not become attached. From attachment arises fear. Since all things will naturally fall away, strengthen your mind and thoroughly examine this reality.

---

**Modern English Translation:**

Therefore, a wise person should avoid becoming attached to worldly things. Attachment only gives rise to fear and anxiety. Since all objects of desire—wealth, reputation, and relationships—will inevitably be lost due to their impermanent nature, one should develop mental stability and thoroughly investigate this truth. By carefully examining the transient nature of all phenomena, one can recognize the futility of clinging to what cannot last, thereby freeing oneself from the suffering that attachment brings.\nMany acquired abundant possessions,
And though they gained fame and acclaim,
These collections of wealth and renown provide no guidance
About where one will go after death.\nWhen some people criticize me,
Why should I become happy when others praise me?
When some people praise me,
Why should I become unhappy when others criticize me?\nSentient beings have vastly different inclinations and interests. If even the fully enlightened Buddhas cannot please them all, how could someone ignorant like myself possibly do so? Therefore, I should simply abandon concern about worldly opinions.\nThey criticize those who lack possessions and speak ill of those who have wealth. How could any joy possibly arise from such beings, who by their very nature are difficult to associate with?\n'Childish persons cannot be anyone's friend,' the Tathagatas have declared, 'because they are incapable of experiencing joy without self-interest.'\nIn the forest, wild animals, birds, and trees never speak harsh or unpleasant words. When will I be fortunate enough to dwell together with these agreeable companions, whose presence brings such ease?\nDwelling in an empty cave, an abandoned temple,
Or at the base of a tree,
When will I live without looking back,
Free from all attachment?\nWhen will I come to dwell in places that no one claims as their own—naturally spacious landscapes where I can move about freely without attachment, following my own path without hindrance?\nWhen will I come to dwell fearlessly, possessing only the simplest necessities like an alms bowl, wearing garments that no one would covet, and having no need to hide or protect this body?\nWhen will I go to the charnel ground and equalize my own body with the skeletal remains of others, recognizing that both are equally subject to the law of destruction?\nThis very body of mine will inevitably become so foul that even jackals, drawn to carrion, will refuse to approach it because of its putrid stench.\nEven the flesh and bones of this single body, which arose together at birth, will disintegrate and go their separate ways. What need is there to mention other beloved people?

The very components of this one body—our flesh and bones that have been with us since birth—will inevitably decompose and scatter in different directions. If such intimate parts of our own physical form must separate, how much more certainly will we be parted from others whom we hold dear?

This body, though appearing as a unified whole, contains elements that were born together yet are destined to separate. When even the most intrinsic parts of ourselves cannot remain united, we should recognize that separation from friends and loved ones, whose connections are formed through temporary karmic conditions, is absolutely certain.\nAlone one comes into being at birth,
And alone that same being faces death.
Since others cannot take on one's portion of suffering,
What purpose do cherished ones serve who only create obstacles?\n**Just as travelers on a journey take up temporary dwellings along their way, similarly, those who journey through the cycle of existence take up temporary residences in each new birth.**\nBefore the four pallbearers have lifted the body from its place—while the world still grieves and laments all around—until that moment arrives, retreat to the forest.\nWithout forming close friendships or harboring enmity,
I dwell alone in solitude with just this body.
Having already considered myself as one who died long ago,
When death actually comes, there will be no occasion for grief.\nWhen one dies in solitude, no companions stand nearby who might cause distress through their mourning or grief. Without anyone present who would weep at one's passing, one experiences no mental anguish from witnessing others' sorrow. Moreover, in such seclusion, no one will disturb or distract one's meditation on the Buddha and other virtuous practices at the crucial moment of death. In this way, one can depart peacefully while maintaining a clear and virtuous state of mind.\nTherefore, I shall dwell alone in delightful forests—
vibrant and pleasing to the senses,
where life requires little effort and brings contentment.
There, all distractions naturally subside.

In such solitude, I will make my home.\nHaving abandoned all other thoughts, I will strive diligently with single-pointed attention on myself alone, for the dual purpose of establishing my mind in meditative equipoise and disciplining it.\nIn both this world and the next, desires generate nothing but calamity. In this present life, they lead to being killed, imprisoned, and mutilated; in future lives, they cause rebirth in hell realms and other miserable states of existence.\nFor whom, in the past, I sent many male and female messengers with joined palms in earnest supplication; for whom I did not hesitate to commit sinful acts or risk ill repute—\nEven when plunging myself into danger,
And completely exhausting my wealth and possessions,
Those very bodies I passionately embrace
And from which I derive supreme pleasure—

I willingly enter into dangerous situations and risk my well-being. I spend all my wealth and possessions to depletion. And for what? For these very bodies that I passionately embrace and cling to, mistakenly believing they provide me with supreme happiness and satisfaction.\nThese are merely skeletons, nothing more—
Not independent, not a self.
Why not proceed to liberation
Instead of completely embracing them with intense desire?\nThough at first with great effort her face is lifted upward,
Yet drawn forward, she gazes downward from modesty.
Whether her face was seen or not seen before,
Now it becomes covered with a veil.

---

In more natural prose:

When first encountering intimacy, though someone makes an effort to lift her face and draw it forward, she looks downward out of modesty. This face—whether it had been seen by others before marriage or had remained hidden according to custom—is now covered with a veil.

*[Note: This verse appears to be from a contemplative text on impermanence that contrasts the veiled face of a bride with its eventual fate, suggesting that the same face so carefully protected and desired in life will one day be covered differently in death—a subtle reminder of the transient nature of physical beauty and the futility of attachment.]*\nThat face you once craved with such passion—
See how the vultures have now laid it bare,
Revealing plainly what was once concealed.
Why do you flee from it now?\nThough others merely look with their eyes,
Whatever you completely protected,
As long as it is being devoured,
Why do you, the possessive one, not protect it?\nObserving this heap of flesh being devoured by vultures and other creatures, why would you honor what is merely food for others with flower garlands, sandalwood paste, and ornaments?\nWhen you are frightened by a skeleton
Even though it remains motionless,
Why would you not fear when the same bones
Are animated like a reanimated corpse?\nIf you feel desire for this body even when it is covered with clothes, then why wouldn't you desire it when it is uncovered? If you claim there is no purpose in an uncovered body, then why do you embrace it when it is covered?\nFrom a single source of food arise both feces and saliva. While you find feces repulsive, why then do you delight in saliva?\nThe lustful, deluded about impurity, refuse to take pleasure in pillows of cotton that are soft to the touch. Instead, they claim, 'It does not ooze with foul odor,' clinging to what is actually unclean.

---

*Expanded translation for clarity:*

Those consumed by desire, confused about what is truly impure, find no delight in pillows filled with cotton that offer a genuinely soft and pleasant touch. Instead, they become attached to the body, falsely reassuring themselves, 'It doesn't emit foul smells,' when they are merely deceived about what is fundamentally unclean. Such is the delusion of those overcome by lust, who mistake impurity for purity.\nThe lustful, wicked, and deluded ones,
Upon touching cotton and finding it soft,
Become angry at it, saying,
'One cannot have sexual intercourse with this.'\nIf you claim to have no attachment to what is impure, then why do you embrace another person in your arms? Why hold close this cage of bones fastened together with tendons, smeared with the mud of flesh?

This body you embrace is nothing but a skeletal frame bound by sinews, covered in the filthy paste of flesh. If you truly had no passion for impurity, you would not clutch such a thing to yourself.\nYou yourself are full of numerous impurities,
Yet you constantly dwell contentedly with this very body.
And toward other sacks of impurity as well,
You generate desire, greedily craving what is unclean.\nYou claim 'I am fond of this flesh,' and you wish to touch and gaze upon it. Yet if the flesh is inherently without consciousness, why do you desire it?

If you truly desire flesh itself, as you claim, then why are you drawn to touch and look at only certain flesh? Since all flesh is by its very nature devoid of consciousness, your selective attraction reveals an inconsistency. The fact that you don't desire a corpse, which is also just flesh, demonstrates that your attraction is not actually to flesh itself. Your claim of desiring mere physical form contradicts your actual behavior of discriminating between living and dead flesh.\nThe mind that you desire cannot be touched or seen,
And what can be touched or seen is not consciousness.
What purpose does this meaningless embrace serve?

In fuller prose:

The mind of desire that you long for cannot be physically touched or visually perceived. The actual consciousness that is the object of your attachment remains beyond physical reach or sight. Conversely, whatever you can touch or see—such as another person's body—is not the consciousness or mind that you claim to desire. There exists a fundamental disconnect between what you think you desire another's mind and what you actually engage with physically. Therefore, what purpose does this meaningless embracing of the physical form serve? This attachment brings no genuine benefit and is ultimately futile.\nIt is not so surprising that you fail to recognize the impure nature of another's body.
What is truly astonishing is that you do not recognize your own body's inherent impurity.\nWhy would one who is attracted to impurity take delight in a cage of filth, having forsaken the young lotus flower that has opened to the cloudless sun's rays?

With a mind fixated on what is unclean, why be attracted to this vessel of impurities, while rejecting the fresh lotus blossom that unfolds in the sunlight of a clear sky?\nIf you are unwilling to touch places stained with impure substances like dirt and excrement, then how can you desire to touch the body from which these impurities originate?\nIf you truly have no attachment to impurity, why do you embrace another in your lap? This body emerged from an impure source—the womb—and was produced and developed from those impure seeds.\nYou reject even the smallest worms born from impurity, finding them repulsive. Yet paradoxically, you desire the human body—which is itself composed of numerous impurities and likewise born from impure substances.\nNot only do you fail to feel disgust at your own inherent impurity, but you—a sack of filth yourself—greedily desire others who are equally impure receptacles.\nEven appealing substances like camphor and other pleasant things, as well as rice dishes and vegetables—when placed in the mouth, then taken out and discarded—make even clean ground impure and defiled.\nIf you still have doubts about the impure nature of this body—even when its impurity is directly before your eyes—then go to the charnel grounds and observe other discarded corpses as well.\nWhen the skin is peeled away, revealing what lies beneath, great fear naturally arises. Yet how is it that, even knowing this truth, one still develops desire for that very same body?\nThe fragrance applied to your body comes only from substances like sandalwood and nothing else. Why then do you become attached to others based on scents that actually belong to something entirely different?\nSince the body is naturally foul-smelling, wouldn't it be better not to be attached to it? Why do worldly people with meaningless desires anoint it with pleasant fragrances?

---

*Expanded Translation:*

Given that the body naturally possesses an unpleasant odor, wouldn't it be better to remain unattached to it rather than developing desire for it? Indeed, this would be the wiser course. Yet strangely, worldly people, driven by their pointless cravings, insist on applying sweet-smelling perfumes to it. Why do they attempt to disguise the body's inherent nature with borrowed fragrances that don't belong to it?\nWhat pleasing fragrance has actually come to reside in this body, even if it is sandalwood? Why does one become attached to another person merely because of a scent that belongs to something else entirely?\nIf the body, with its long hair and nails, yellowish and stained teeth, and skin coated with filth and mud-like impurities, were to be seen in its natural state—naked and exposed—would it not appear truly terrifying?\nWhy do people labor so diligently to groom and adorn this body, which harms them like a weapon turned against oneself? The entire earth is thrown into chaos by these madmen, frantically exerting themselves out of delusion about the self.\nWhen you see mere skeletons in a cremation ground, you feel revulsion. Yet isn't it strange how you delight in the village, which is itself a cremation ground filled with moving skeletons?\nThus, this impure body cannot be obtained without a price. Pursuing it leads to exhaustion, and results in the torments of hell and similar realms.\nA child cannot acquire wealth,
So what happiness can be found when youth arrives?
If life is spent gathering possessions,
What purpose do desires serve when old age comes?\nSome wretched slaves to desire,
Completely exhausted from laboring all day long,
Return home with depleted bodies,
And lie down to sleep like corpses.\nSome people, afflicted by the hardships of distant journeys and burdened with the suffering of extended travel, are unable to see their children and spouses despite deeply longing for them—even after a full year has passed.\nThose who, deluded by their desires yet wishing to benefit themselves, sell their very being for some promised reward—they fail to obtain what they sought. Their lives, rendered meaningless, are driven by the winds of others' actions.\nSome people sell their own bodies and lose their freedom, becoming helpless servants forced to obey others' commands. Even when their wives become pregnant, they must give birth wherever they happen to find themselves—beneath trees or in wilderness areas—without proper shelter or security.

In this way, those who have sacrificed their autonomy for small wages find that even the natural joys of family formation bring no relief from their suffering. Lacking homes of their own, these families experience the harsh reality of their bondage, delivering their children in exposed and precarious locations, their vulnerability a testament to their complete loss of independence.\nDeluded by desire, fools declare, 'I must earn a living to survive,' even as they march into battle risking their very lives. For the sake of profit, they willingly enter into servitude.\nSome driven by desire have their bodies cut to pieces,
While others are impaled upon sharpened stakes.
Some are seen pierced by short spears and weapons,
And others are consumed by raging flames.\nEnglish Translation

Understand that wealth brings endless suffering through the anguish of accumulating, protecting, and losing it. For those whose minds are distracted by attachment to possessions, there can be no opportunity for liberation from the sufferings of cyclic existence.\nThose who are attached to desires experience many disadvantages with minimal rewards, just like oxen pulling a cart who only manage to eat a few mouthfuls of grass.\nFor the sake of trivial pleasures—things so insignificant that even animals can easily obtain them—those tormented by their karma squander this precious human life endowed with freedoms and opportunities, which is extremely difficult to find.

Human lives like ours, endowed with leisures and favorable conditions for spiritual practice, are extraordinarily rare and valuable. Yet we sacrifice this precious opportunity pursuing commonplace satisfactions that even animals readily secure. Driven by the force of our past actions, we destroy our greatest treasure for the most ordinary rewards.\nThis body, which will inevitably perish and causes one to fall into the hells and other lower realms, is of little significance. Yet all the exhausting efforts one makes for its sake throughout one's entire life—\nIf with merely a billionth fraction of the effort
that one has expended pursuing desires,
one could attain complete Buddhahood,
then the suffering experienced by those attached to desires
is far greater than the hardships of the bodhisattva path,
yet unlike the spiritual journey, their greater suffering yields no enlightenment.

---

Prose Translation

If one could achieve complete Buddhahood with just a tiny fraction—merely one billionth—of the effort that has been expended in pursuing worldly desires, then how irrational it is to continue on the path of attachment. Those devoted to sensual pleasures actually endure far greater suffering than practitioners on the bodhisattva path, yet unlike spiritual hardships which lead to awakening, their immense suffering produces no enlightenment whatsoever.\nWhen one contemplates the suffering of hell realms and similar states,
no comparison can be made to the dangers of desires—
neither weapons, poison, fire,
precipices, nor enemies suffice as adequate examples.\nThus, becoming weary of sensual desires, cultivate delight in solitude. Seek out peaceful forest settings that are free from conflict and mental afflictions.\nThe fortunate ones find peaceful retreat on cool stone terraces of delightful mansions, where moonlight and sandalwood provide natural coolness. There, caressed by the silent, gentle forest breezes, they walk in meditation while contemplating ways to benefit others.\nTranslation

Dwelling for as long as one wishes in empty houses, at the foot of trees, or in caves, free from the suffering of possessing and protecting belongings, one lives independently and moves about with ease, unburdened by expectations.

---

Expanded Translation

One can choose to stay for whatever duration one desires - whether briefly or extended periods - in uninhabited dwellings, beneath the shelter of trees, or within secluded caves. Having abandoned the distress and anxiety that comes with owning possessions and constantly guarding them against loss, one lives without dependency on others. Free from attachment and social obligations, one moves through the world with a liberated mind, unrestrained and at ease, conducting oneself according to one's own authentic spiritual path rather than conforming to worldly expectations.\nOne who moves freely without attachment and remains unbound to anyone, who experiences the happiness of contentment—even Indra, lord of the gods, finds such joy difficult to attain.\nBy reflecting on these and other qualities of solitude, one should calm all discursive thoughts and then cultivate the mind of awakening.\nFirst, one should diligently meditate on the equality of self and others. Since all beings equally experience happiness and suffering, one should protect everyone just as one protects oneself.

*[From Sanskrit: In the beginning, one should respectfully cultivate the equality of self and others. Since all beings equally experience happiness and suffering, I should protect them all just as I would myself.]*\nThough the body has many distinct parts—hands and so forth—we regard and protect it as a single entity. In the same way, although living beings are diverse, all experience pleasure and pain alike. Just as I seek happiness, every being equally desires the same.\nThough my suffering does not directly affect the bodies of others, this very suffering becomes unbearable to me because of my attachment to myself as 'I.'

Even when my personal pain causes no harm to other beings' physical forms, I find this same suffering intolerable precisely because of my deep-seated self-cherishing and identification with it as 'mine.'\nSimilarly, though the suffering of others does not directly befall me, nevertheless, that suffering becomes my own suffering; due to identification with them as self, it becomes unbearable.\nI shall remove the suffering of others because it is suffering, just as I would remove my own pain. I shall work to benefit others because they are sentient beings, just as I naturally care for my own body.\nWhen I and others equally desire happiness, what difference is there between myself and them? For what reason, then, should I strive for happiness for myself alone?\nWhen both myself and others equally dislike suffering and seek to avoid pain, what difference is there between us? What justification is there for protecting myself while ignoring others?\nIf I refuse to protect others from their suffering
Because their pain does not harm me,
Then why would I protect myself from future suffering
That does not harm me now?\nThe thought 'I will experience that suffering in the future' is a mistaken concept. This is because the one who dies is actually different from the one who is born in the next life.\nIf we hold that each person's suffering should be protected against only by that very person themselves, then why should the hand protect the foot from its suffering? After all, the suffering of the foot does not belong to the hand.\nIf you object that 'Even though it is unreasonable, I engage in these actions due to self-grasping,' then understand this: Whatever is unreasonable—whether concerning oneself or others—should indeed be abandoned to the best of one's ability.\nWhat we call a 'continuum' or a 'collection'
Is false, just like a garland or an army.
Since there is no actual possessor of suffering,
Who could possibly claim ownership of it?\nAll suffering lacks a true owner and is without fundamental distinction. Because it is suffering, it should be eliminated, regardless of whose it is. What purpose is served by maintaining rigid distinctions in this matter?\nTranslation of 'Why Eliminate Suffering?'

Why should the elimination of suffering for all beings even be questioned? This is beyond dispute. If suffering should be eliminated at all, then all suffering everywhere should be eliminated. Otherwise, my own suffering—just like that of other sentient beings—would equally have no reason to be addressed.\nIf compassion brings much suffering, why deliberately cultivate it? When one contemplates the suffering of all beings, how can compassion's pain be considered too great?\nIf a single instance of suffering
Can eliminate the suffering of many,
Then one endowed with compassion should indeed
Generate that suffering for oneself and others.\nTherefore, though Supushpachandra Flower-Moon-Beautiful was fully aware of the harm the king would cause him, he did not seek to remove his own suffering, because doing so would exhaust the suffering of many others.\nWhen one has cultivated their mindstream in this way,
They find joy in relieving others' suffering.
Like swans eagerly diving into a lotus lake,
They will even willingly enter the most terrible hell realms.

---

**Modern English Prose Translation:**

When practitioners have thoroughly trained their minds in this way, they develop genuine delight in alleviating the suffering of others. With such deeply cultivated compassion, they become like swans joyfully plunging into a lotus-filled lake—they would willingly enter even the most unbearable hell realms if doing so would benefit other beings. Their transformation is so complete that what would normally be considered the ultimate sacrifice becomes a source of joy, as their concern for others' wellbeing completely overshadows any thought of personal comfort or safety.\nWhen sentient beings find complete liberation,
There arises an ocean of joy so vast.
Is this alone not sufficient fulfillment?
What need is there for seeking liberation just for oneself?\nTherefore, even when working for the benefit of others, one neither feels pride nor amazement at one's actions. Since one takes delight solely in benefiting others, there is no expectation for karmic results or rewards for oneself.\nTherefore, just as I would instinctively protect myself from even the slightest harsh words or criticism, I should likewise develop the same protective attitude and compassionate mindset toward others.

In the same way that I naturally shield myself from even minor unpleasantness, I should cultivate an identical sense of protection for all other beings. The compassion I generate for others should mirror exactly the care and concern I have for my own wellbeing, with equal intensity and commitment.\nJust as through habituation, one develops the notion 'This is me'
regarding the drops of semen and blood from others—
even though there is no actual self-entity present in them—\nSimilarly, why not regard others' bodies as 'self' as well?
It is not at all difficult to establish one's own body
as belonging to others.

---

In natural modern English:

In the same way, why shouldn't we be able to regard others' bodies as 'self' too? After all, it's not actually difficult to recognize our own bodies as belonging to others.\nHaving recognized that oneself is flawed while others are oceans of good qualities, one should cultivate the complete abandonment of self-cherishing and the embracing of others.\nJust as hands and other limbs are considered parts of one's body, why are sentient beings not likewise considered parts of the world?\nJust as through habituation one develops the sense of 'self'
In relation to this body which has no inherent self-nature,
Why would the same sense of self not arise toward other beings as well
When one becomes habituated to regarding them as oneself?\nThus, even when I have worked for the benefit of others, neither pride nor amazement arises in me. Just as after feeding myself, I do not expect anything in return.\nTherefore, just as you would protect yourself even from minor unpleasant words, in the same way, cultivate both a protective mindset and compassionate heart toward all living beings.\nTherefore, the Protector Avalokiteshvara, out of his great compassion, blessed even his own name in order to dispel the fears that beings experience in gatherings and assemblies.

*Alternative rendering based on the Sanskrit:*

Thus did the Lord bestow his blessing, through his very name 'Avalokiteshvara,' to remove even the anxiety people feel in assemblies.

*Note: The Tibetan version emphasizes Avalokiteshvara's great compassion, which is not explicit in the Sanskrit verse. The Sanskrit also specifically mentions 'assembly fear' parṣacchāradya while the Tibetan refers more broadly to 'fears in gatherings' ʼkhor gyi ʼjigs pa.*\nDo not turn away from difficult practices,
For through the power of habituation,
That which once terrified you merely upon hearing its name
Will later, in its absence, become something you miss.\nWhoever wishes to quickly protect themselves and others should practice the supreme secret teaching of exchanging self and others.\nThis very body, to which we are so attached, causes us to feel fear even from the smallest threats. When one considers that this body is itself the source of all our fears, who among us would not view it with the same aversion we hold toward an enemy?

The body to which we cling with such affection becomes the basis for our terror—even minor dangers provoke intense fear. Given that this physical form generates countless anxieties both in this life and in futures ones, what wise person would not regard it as adversarial? Rather than cherishing this body with attachment, a rational person would recognize it as a continuous source of suffering and develop a sense of detachment from it. Just as we naturally avoid what threatens us, we should similarly question our instinctive identification with and attachment to this body that brings us nothing but fear.\nWhoever wishes to remedy their bodily ailments such as hunger, thirst, and illness, and for this purpose kills birds, fish, and wild animals, or lies in wait along roads to ambush others—\nOne who, driven by personal gain and honor, would go so far as to kill their own father and mother, and would steal possessions belonging to the Three Jewels—such a person will consequently burn in the Avīci hell.\nWhat wise person would desire this body, protect it, and worship it?
Who would not view it as an enemy, and who would not treat it with contempt?\nThinking, 'If I give this away, what will I have for myself?' is the mentality of demons, focused only on self-interest.

Thinking, 'If I use this for myself, what will I have to give to others?' is the divine way, concerned with the welfare of others.\nOne who harms others for selfish gain
Will suffer torment in the hells and lower realms.
But one who sacrifices oneself for others' benefit
Will attain all excellent prosperity.

---

Modern English Translation Prose Version

If you harm others for your own self-interest, you will suffer torment in the hell realms and other lower states of existence. However, if you willingly accept hardship and sacrifice yourself for the welfare of others, you will attain every form of prosperity and excellence.\nThrough selfish desires to elevate oneself above others, one will experience rebirth in lower realms, acquire low status, and develop a foolish mind. However, if one transfers this very same desire—wishing instead for others to be elevated—one will experience rebirth in fortunate realms, receive honor from others, and develop wisdom.

---

In more natural modern English:

The very same desire for elevation that, when selfishly applied to oneself, leads to unfortunate rebirth, low social standing, and mental dullness, will—when redirected toward wishing for others' advancement instead—result in fortunate rebirth, respectful treatment, and a wise mind.\nIf you exploit others for your own benefit,
You will experience life as a servant or similar station.
If you dedicate yourself to serving others' needs,
You will experience life as a lord, master, or similar position.

In more natural contemporary English:

When you use others for your own selfish purposes, you create the karma to be reborn as a servant or in other subordinate positions in future lives. Conversely, when you willingly serve others and dedicate yourself to their welfare, you create the karma to be reborn as a master, leader, or in other positions of authority and respect.\nAll happiness that exists in the world
Arises from wishing for others' happiness.
All suffering that exists in the world
Comes from desiring one's own happiness alone.\nWhat need is there for many words?
Look at this fundamental difference:
Immature beings work for their own benefit,
While the Sage acts for the welfare of others.\nIf you do not genuinely exchange your own happiness for the suffering of others, you will neither achieve Buddhahood nor find happiness even within the cycle of existence.\nSetting aside considerations of the next world, even the purposes of this present life cannot be accomplished when servants fail to perform their work and masters withhold proper payment.\nDeluded people abandon the complete fulfillment of happiness—both the visible benefits in this life and the invisible joys of future lives. Instead, through causing suffering to others, they take upon themselves unbearable suffering.

These confused beings forsake all possibilities of perfect well-being and prosperity that would come from caring for others. Rather than practicing altruism, which brings happiness both seen and unseen, they choose actions that harm others. Through their confusion about the true causes of happiness and suffering, they unwittingly bring terrible suffering upon themselves.\nEvery harm that exists in this world,
All the fears and sufferings found throughout existence—
If these all arise from grasping at a 'self' where none exists,
What purpose could this great demon of self-grasping possibly serve for me?\nWithout fully renouncing the self, one cannot be free from suffering, just as one cannot avoid being burned without letting go of fire.\nTherefore, to pacify my own suffering and to alleviate the suffering of others, I shall give myself completely to others and cherish others exactly as I cherish myself.\nUnderstand this with certainty, my mind: 'I am now bound to others.' From now on, think of nothing else except working for the benefit of all sentient beings.\nIt is not appropriate to pursue personal interests using the eyes and other sense faculties that belong to others. Using eyes and other faculties that have been dedicated to others' benefit to harm those very beings is improper.\nTherefore, prioritize the welfare of sentient beings above your own. Whatever you see on your own body—possessions, enjoyments, or necessities—take these away from yourself and use them to benefit others instead.\nFirst, place yourself mentally in the position of those who are inferior, equal, or superior to you. Then, imagine these others in your position, essentially exchanging yourself with them. With a mind free from conceptual elaboration, meditate on feelings of jealousy, competitiveness, and pride.\nThey are honored while I am not.
Just as they have obtained abundant provisions, I have gained nothing.
They receive praise while I face criticism.
They experience happiness while I endure suffering.\nI perform various labors while this person rests in comfort. This one is celebrated as great in the world, while I am known as lowly and devoid of qualities.\nWhat purpose is there in being without qualities? Indeed, I should be fully endowed with virtues. There are those compared to whom I am inferior, and there are also those compared to whom I am superior.

---

Modern English Translation

What is the point of lacking good qualities? I should strive to develop all virtuous qualities within myself. There will always be some people who surpass me in certain respects, and likewise, there will always be others whom I surpass in some way.

The text reminds us that while we should aspire to cultivate positive qualities, we should also recognize that superiority and inferiority are merely relative concepts. No one is absolutely superior or inferior; these distinctions exist only in relation to others, which helps guard against both excessive pride and unwarranted self-deprecation.\nMy moral discipline and views have deteriorated, not because I am inherently flawed, but because I am under the power of afflictive emotions beyond my control. I need healing as much as possible, and I willingly accept whatever hardship this process may bring.

In more natural prose:

The deterioration of my ethical conduct, philosophical views, and other aspects of my practice is not something I can control by myself—these failings occur because I am overwhelmed by the power of afflictive emotions. I need to be healed to whatever extent possible, and I willingly accept any difficulties that may arise during this healing process. Just as a student accepts correction from a teacher, I am prepared to endure hardship for the sake of my spiritual restoration.\nIf I am not someone who should be cared for by you, then why do you show such contempt toward me? What use are these qualities of yours to me? I myself am the one with true qualities.\nThose who stand at the threshold of lower realms, as if in the jaws of vicious beasts,
Yet feel no compassion for suffering beings,
While outwardly boasting of spiritual qualities they do not possess,
Arrogantly challenge and seek to compete with the truly wise.\nWhen comparing yourself to someone of equal status, if you seek to establish your own superiority, you will surely secure gains and honors for yourself, even if it requires engaging in conflict.\nMay my qualities be clearly visible throughout the entire world, yet may whatever qualities this other person possesses remain unheard by anyone at all.\nI should conceal my own faults while I receive honor instead of this person. Today I have obtained excellent gains, and I, not this person, should be the one who is respected.\nI will gladly observe for a long time those who have committed harmful deeds. Let them become objects of laughter for all beings and targets of criticism from every direction.\nThese disturbing emotions are said to compete alongside me,
As if in rivalry. Are these emotions equal to me
In learning and wisdom? Or perhaps in physical appearance,
Social standing, or wealth?

---

In modern English prose:

It is said that these disturbing emotions within me act as if they are competing with me, setting themselves up as rivals. I should reflect: On what basis do these afflictive states presume to stand as my equals? Are they my match in learning and wisdom? Or do they compare with me in physical appearance, family lineage, or material wealth?

This verse exposes how prideful thoughts create an internal sense of competition, leading us to constantly measure ourselves against others. By personifying these mental afflictions as rivals, the text invites us to recognize the absurdity of letting such comparative thinking dominate our minds and create suffering.\nThus, when I hear my own qualities being celebrated and renowned among all, I will experience the rising of joy that manifests as goosebumps on my skin, and I will fully immerse myself in this happiness and well-being.\nEven if this person acquires wealth or resources, if they are performing work at my direction, I should provide them with only enough for their basic subsistence, then forcefully claim the remainder for myself through my own authority.\nThis self-cherishing mind should be deprived of its pleasures and comfort,
And I should continually subject it to hardship.
For hundreds upon hundreds of times,
This mind has caused me harm throughout my wandering in the cycle of existence.\nO mind, though countless eons have passed while you have desired to accomplish only your own benefit, through all these immense efforts, you have achieved nothing but suffering.\nTherefore, engage wholeheartedly in working for the benefit of others with certainty and conviction. The words of the Buddha are unfailing, and you will later witness the qualities that arise from this practice.\nIf in former times you had performed this essential practice, it would have been impossible for you to be in such a state as this, instead of experiencing the perfect bliss of Buddhahood.\nTherefore, just as you have developed a sense of 'I' and 'mine' regarding the droplets of semen and blood that came from others your parents, similarly, train yourself to cultivate this same attitude toward all other beings.\nBecome a caretaker for others' needs, and whatever valuable possessions you observe on your own body, take these very things from yourself by releasing your attachment to them, and use them to benefit others who are in need.

In this way, transform yourself into a guardian who carefully examines what others require. Instead of coveting what belongs to others, look at your own food, clothing, ornaments, and possessions with the eye of generosity. Mental­ly relinquish your sense of ownership over these items—seizing them from your self-cherishing attitude—and put them to use for the welfare of those who lack such necessities.\nI am happy while others suffer. I stand high while others remain low. I act for my own benefit, but others do not do the same for themselves. Why should I not feel envy toward myself?\nI should deprive myself of happiness and take upon myself the suffering of others. When this person does something questionable, I should carefully examine my own faults.\nWhen others commit wrongdoings, take them upon yourself as your own faults. Even if you have committed only a minor transgression, openly confess it before many people.\nTranslation

Extol the fame and virtues of others lavishly, allowing their reputation to overshadow your own. Consider yourself like the lowest of servants, and dedicate yourself entirely to fulfilling the needs of all beings.

In more detailed prose:

Speak generously of others' good qualities and reputation, praising them more lavishly than they might deserve. By doing so, deliberately let your own fame and recognition be diminished and obscured. View yourself as the humblest of servants, someone of the lowest rank who takes on burdens without complaint or pride. Like such a servant, commit yourself wholeheartedly to working for the benefit of all beings in every situation, serving their needs rather than expecting them to serve yours.\nThis self is inherently flawed in its nature;
Do not take pride in temporary qualities.
Whatever virtues you may possess,
Ensure that no one discovers them; act accordingly.\nIn brief, whatever harm you have inflicted upon others for your own benefit, from now on, let all such harm fall upon yourself instead, for the sake of sentient beings.

*Alternative rendering:*

In essence, any suffering you have caused to others out of self-interest, redirect that suffering to yourself for the benefit of all sentient beings.\nDo not encourage the mind to become prideful or arrogant, which would make it haughty and overconfident. Instead, maintain it like a newly-wedded bride—modest, restrained, with a proper sense of shame and caution.\nDo this and remain in this manner; this is what you should not do. In this way, bring the mind under control, and if you transgress these boundaries, apply discipline.\nIf, despite being instructed in this way,
you, mind, refuse to act accordingly,
then since all faults depend on you,
I shall have no choice but to subdue you completely.\nWhere can you flee now that I have seen you? I will utterly destroy all your pride. This is different from that previous time when you destroyed me.

This is no longer the past era when you, my self-cherishing mind, could lead me to ruin. Now I have recognized you for what you are. Where can you possibly escape? Now that I have truly seen your nature, I will completely demolish all your arrogance and self-importance.\nAbandon the thought that says, 'I still have my own purposes to fulfill.' I have sold you my self-centered mind to others, so do not become discouraged but offer your service and very being wholeheartedly.\nIf I carelessly fail to give myself to sentient beings, I will certainly be handed over to the guardians of hell realms.

If I become heedless and do not offer myself to all beings, there is no doubt that my self-cherishing mind will deliver me into the hands of the terrifying guardians who protect the hell realms.\nIn this way, you—my self-cherishing mind—have long caused me to suffer by repeatedly giving me away to torment. Now, remembering these past grievances, I will destroy your self-serving intentions.\nIf you truly desire happiness for yourself, do not seek pleasure for yourself alone. If you truly wish to protect yourself from suffering, always devote yourself to protecting others.\nThe more attentively one pampers and indulges this body, the more delicate and fragile it becomes, steadily declining into a state of hypersensitivity.\nThus, for a person who has fallen into such craving,
Even if all the riches of this entire earth
Were available to them, they would still be insufficient
To satisfy their desires—who then could possibly fulfill them?\nDesiring what is unattainable brings mental afflictions and leads to disillusionment. But the one who remains free from dependence on everything will experience excellence that knows no end.\nTherefore, do not create opportunities to increase your body's desires. Whatever attractive things you refrain from grasping—that is the truly excellent treasure.\nThis body ultimately dissolves into nothing but ashes,
Incapable of moving itself, needing others to propel it.
A repulsive form composed of impure substances,
Why do I cling to this as my 'self'?\nWhether alive or dead, what use is this mechanical contraption to me? What difference is there between this body and a clod of earth? Alas, why do I not dispel this pride of self-importance?

---

In fluid modern English:

Whether I am alive or dead, what use is this machine-like body to me? What meaningful difference exists between this body and a lump of clay or other mundane objects? Alas, why do I fail to overcome the arrogance that clings to this sense of 'me' and 'mine'?\nBy obsessively attending to this body,
I have needlessly accumulated suffering.
What purpose is there in feeling attachment or aversion
Toward this thing that is no different from a piece of wood?\nWhether my body is carefully nurtured by me,
Or eventually devoured by vultures and other creatures,
Since the body itself feels neither attachment nor aversion,
Why should I develop attachment to it?\nIf I become angry when criticized,
And pleased when praised,
Yet this very body lacks awareness,
For whose sake am I exerting myself?\nIf I consider those who desire this body of mine to be my friends, then why should I not delight equally in all beings? Since every creature desires its own body just as I desire mine, why should they not also be dear to me?\nTherefore, I shall release this body without attachment for the benefit of beings. Though it has many faults, I shall maintain it as one maintains a tool for one's work.

In more natural English:

Therefore, I will offer this body without clinging to it, dedicating it entirely to the welfare of all beings. Despite its many flaws and imperfections, I will care for it properly—just as a craftsperson maintains their tools for their work.\nTherefore, I shall abandon worldly behaviors and instead follow the path of the wise. Keeping in mind the teachings on mindfulness and vigilance, I will overcome drowsiness and mental dullness.\nFollowing the example of the greatly compassionate bodhisattvas, one should establish firm persistence in reasoned practice. If one does not strive continuously, day and night, when will one's suffering ever come to an end?

---

*Expanded Translation:*

Like the noble bodhisattvas who embody great compassion, one should cultivate unwavering diligence grounded in sound reasoning and understanding. If one fails to make consistent effort throughout both day and night without interruption, how will one's suffering in the cycle of existence ever reach its conclusion? Only through persistent and unbroken practice can one hope to find liberation from suffering.\nTherefore, to dispel all obscurations, I shall withdraw my mind from mistaken paths and continually place it in meditative equipoise on the correct object of meditation.\nFrom the 'Introduction to the Bodhisattva's Way of Life,' the Eighth Chapter entitled 'The Teaching on Meditation' or 'The Perfection of Meditation'.\nAll these components of the path
The Sage taught for the sake of wisdom.
Therefore, those who wish to pacify suffering
Should cultivate wisdom.\nThe conventional and the ultimate are accepted as the two truths. The ultimate is not within the domain of the intellect; intellect itself is said to be conventional.

---

In natural, contemporary English:

There are two truths that encompass all of reality: the conventional truth and the ultimate truth. The ultimate truth transcends intellectual understanding and cannot be grasped by conceptual thought. The intellect itself, along with all its cognitive processes, belongs to the domain of conventional truth.\nIn this context, the world is seen as twofold:
That of the yogis and that of ordinary people.
In this regard, the ordinary world
Is invalidated by the yogic world.\nEven accomplished yogis are refuted by those of higher understanding,
Each superior level overcoming the previous ones.
Through examples accepted by both sides,
They practice for results without getting caught in analysis.\nOrdinary people perceive objects in the world and consider them to be truly real, rather than understanding them as illusion-like. This is the point of contention between yogic practitioners and ordinary worldly people.\nEven forms and other objects that appear to be directly perceived
Are established merely by convention, not by valid cognition.
Such conventional perception is false,
Just as impure things are wrongly seen as pure.\nFor the purpose of guiding worldly beings, the Protector taught things as having momentary existence. However, these phenomena are not truly momentary from the perspective of ultimate reality. If one objects that this contradicts conventional reality as well, [this objection is unfounded].\nThrough the yogi's conventional understanding, there is no fault.
Compared to ordinary worldly perception, they see reality as it truly is.
Otherwise, when they recognize women's bodies as impure,
This realization would be contradicted by worldly misconceptions.

Prose Translation

The conventional understanding of yogis is faultless because, in contrast to ordinary worldly perception, they see reality as it truly is. If this were not the case, when yogis correctly recognize the impure nature of women's bodies through their meditative insight, their valid realization would be wrongly contradicted by ordinary worldly misconceptions that cling to notions of purity and attractiveness. This demonstrates that the yogic perception, being superior, cannot be invalidated by inferior ordinary perception.\nTranslation of the Verse

'How can merit arise from an illusion-like Buddha, just as it would from something truly existent? And if sentient beings are like illusions, how can they be reborn after death?'

Detailed Prose Translation

Merit arises from the Buddha, who is like an illusion, in exactly the same way as it would arise from what others consider truly existent. The verse poses two philosophical questions: First, if the Buddha lacks inherent existence and is merely like an illusion, how can genuine merit arise from making offerings to such a Buddha? Second, if sentient beings themselves are like illusions—empty of inherent existence—then how can they undergo the process of death and rebirth? If something is merely illusory, like a magical creation that vanishes without trace, then how can beings reappear in new forms after their death?

These questions challenge the emptiness view by questioning how conventional functions like generating merit and the process of rebirth can operate in a reality where all phenomena lack true, independent existence. The verse captures the tension between the ultimate nature of reality emptiness and the conventional processes that appear to operate in our everyday experience.\nAs long as the collection of causes and conditions is assembled,
For just that duration, the illusion will manifest.
How could sentient beings truly exist
Merely because they have a long-running continuum?\nWhen killing a magically created person or committing similar acts,
Since there is no mind present, no negative karma arises.
However, in relation to beings who possess minds that are like illusions,
Both merit and negative karma can arise.

In modern English:

There is no negative karma incurred when killing or harming a magically created being, because such an illusory entity lacks a mind that can experience suffering. However, when we interact with sentient beings—whose minds are themselves illusory in nature—our actions generate real consequences: beneficial actions produce merit, while harmful actions create negative karma.\nSince mantras and other magical methods lack inherent power, they cannot produce an actual consciousness in illusory displays. These various illusions arise from diverse conditions, and therefore appear in many different forms. Nowhere does a single condition possess the capacity to produce all possible effects.\nIf nirvana is the ultimate truth, while samsara is merely conventional truth, then even the Buddha would be bound to cycle in samsara—so what would be the purpose of practicing the bodhisattva path?\nWhen the continuum of conditions remains unbroken,
Even illusory appearances will not cease.
But when the continuum of conditions is severed,
Even conventional reality no longer arises.\nWhen there isn't even delusion present,
By what means could illusion be perceived?
When for you the illusion itself
Does not exist, what then is being perceived?

---

In clear modern English:

If even the mistaken perception doesn't exist, how could an illusion be recognized at all? And if, according to your view, the illusion itself doesn't even exist, then what exactly is being perceived in that moment?\nIf something else truly exists as reality, then that appearance is mind itself. But when mind itself is like an illusion, what is there to be seen, and by what?\nThe Lord of the World himself has declared:
'The mind cannot see the mind.'
Just as a sword's edge cannot cut itself,
So too the mind cannot perceive itself.\nTranslation

Just as a lamp clearly illuminates its own nature,
So too, some claim, consciousness reveals itself.
But a lamp does not need to illuminate itself,
For it is never obscured by darkness.

---

In modern English prose:

Some argue that just as a lamp illuminates its own nature clearly, consciousness can perceive itself. However, this analogy fails upon examination. A lamp does not actually need to illuminate itself because from the moment it exists, it is never obscured by darkness—it is inherently luminous by its very nature. What need would there be to illuminate something that is already visible? The lamp only illuminates other objects by dispelling the darkness that obscures them, but the lamp itself is never hidden by darkness, so it requires no self-illumination.\nJust as a blue crystal does not depend on anything else for its blueness, similarly, we observe that some things depend on others while some do not.

Just as a crystal that appears blue does not depend on external factors for its essential blueness, in the same way, we can observe in the world that some phenomena depend on other things, while other phenomena exist independently without such dependence.\nThat which is not inherently blue cannot make itself blue through its own agency. Nothing can transform itself blue by its own power.\nTranslation from Sanskrit

How could something blue make itself blue through its own action? If something is not already blue, it cannot make itself blue through its own action.\nIf one claims, 'A lamp illuminates,' this is known through consciousness and then expressed in words. But if one asserts, 'Consciousness itself is illuminating,' then who knows this to be true, and on what basis is such a statement made?\nWhen something is not seen by anyone,
Whether it is manifest or unmanifest,
Speaking about it is as meaningless
As describing the graceful movements of a barren woman's daughter.\nIf self-awareness did not exist,
How could consciousness be remembered?
It is remembered through its relationship with experiencing other things,
Just as with rat poison.\nTranslation of Verse 25

When one sees something through reliance on other conditions, this doesn't prove that it illuminates itself. Just as when a pot is seen through a magical eye ointment, the ointment itself doesn't become visible.

Prose Rendering

When consciousness perceives objects by relying on various conditions, some argue that this demonstrates consciousness's self-illuminating nature. However, this reasoning is flawed. Consider this example: when magical eye ointment prepared with special mantras allows us to see a jar buried underground at a distance, the eye ointment itself—though literally in our eye—isn't visible to us. Similarly, just because consciousness perceives other things doesn't mean it necessarily perceives itself. The illuminating agent like the eye ointment may reveal other objects clearly while remaining imperceptible itself. This example demonstrates that the illuminator and what is illuminated need not share the same nature, thus challenging the notion that consciousness must be self-aware.\nWhat is seen, heard, and mentally cognized is not being refuted here. Rather, what needs to be eliminated is the conception that these things are inherently true or real, for this misconception is the cause of suffering.\nIf illusions are not different from the mind, yet are also not conceptualized as non-different from it, then consider: if they were real entities, how could they not be different from the mind? And if you claim they are not different, then they cannot exist as real entities.\nJust as an illusion, though not real, can still be perceived, so too is the mind that perceives it. If the cycle of existence depended on something substantially real as its basis, it would otherwise become like empty space.\nHow could non-existence, which depends on existence, possibly possess the capacity to act? Indeed, according to your position, the mind would end up entirely alone, without any companion.\nWhen the mind is free from grasping at objects,
At that moment, all are Thus-Gone Ones.
Yet even so, what benefit is there
In analyzing everything as mere mind?\nEven if one knows phenomena are like illusions,
How would this reverse the afflictions?
After all, even the magician himself
Can develop desire for the illusory woman he created.

---

**Modern English Translation**

Even when someone intellectually understands that all phenomena are illusory, this knowledge alone doesn't automatically eliminate emotional afflictions. How could mere conceptual understanding reverse deeply rooted patterns of attachment and aversion? Consider this: even the magician who creates an illusory woman—knowing perfectly well she doesn't truly exist—may still experience desire for his own creation. This demonstrates the gap between intellectual understanding and complete emotional transformation.\nThe creator of illusory appearances has not abandoned the latent tendencies of mental afflictions regarding objects of knowledge. Therefore, when such a person perceives the illusion they've created, their understanding of emptiness remains weak.\nTranslation of 'Habituating to Emptiness'

By cultivating the imprints of emptiness in one's mind,
The imprints of grasping at concrete entities are dispelled.
Through repeated habituation to understanding that 'nothing whatsoever exists,'
Even that subtle attachment to emptiness will later be abandoned.

---

*In natural English prose:*

Through repeated familiarization with emptiness, one gradually removes the deeply ingrained habit of perceiving phenomena as inherently real. Then, by continually practicing the understanding that 'nothing whatsoever truly exists' - meaning that even emptiness itself lacks intrinsic existence - one eventually abandons even the subtle attachment to emptiness. This progressive meditation leads to complete freedom from all conceptual fixations.\nWhen an entity that is the object of analysis cannot be observed, and we say, 'It does not exist,' how can that non-existence, which has no basis to rest upon, remain as an object before the mind?\nWhen neither existence nor non-existence stands before the mind, at that time, because no other alternative remains, the mind rests without a reference point, completely pacified.\nJust as a wish-fulfilling jewel or a wish-granting tree completely satisfies whatever hopes one might have, similarly, the Buddha's form appears to disciples through the power of aspirations made for those to be trained.\nJust as a Garuda-mantra master, having consecrated a ritual pillar and then passed away, continues to neutralize poison and other harmful influences through that pillar even long after his death—in the same way, the beneficial influence of a realized being persists beyond their physical presence.\nEven when a bodhisattva has passed beyond suffering into nirvana, they continue to accomplish all beneficial purposes through the victory monument of enlightenment they established by conducting themselves in accordance with the path to awakening.\nHow can offerings made to that which lacks consciousness yield any results? The scriptures clearly teach that offerings made to the Buddha, whether during his lifetime or after his passing into nirvana, are considered exactly equal in merit.\nWhether conventionally or in ultimate reality, the results from making offerings come from scriptural authority. For example, just as offerings made to the true Buddha yield definite benefits.\nSome claim that liberation comes from seeing the truth alone—so what is the purpose of seeing emptiness? Yet scripture clearly states that without this path of emptiness, awakening is impossible.\nIf the Mahāyāna is not established as authentic, then how can your own scriptures be established as authentic? For what is accepted by both traditions was not initially established for you either.\nFor whatever reason you have faith in your own scripture, apply that same standard equally to the Mahāyāna. If something were true merely because two different groups desire it to be so, then even the Vedic texts and similar works would have to be accepted as true.

*Alternative rendering with slightly more context:*

Whatever grounds cause you to have confidence in your scriptures, those same grounds apply equally to the Mahāyāna teachings. If truth were established merely because two different parties assert something as true, then even the Vedas and other non-Buddhist texts would necessarily become true as well.\nIf you object that the Mahāyāna is unreliable because it is disputed, then you should abandon your own scriptures as well. This is because other scriptures are also subject to disputes—whether from non-Buddhists or even from within your own tradition and from other Buddhist schools.\nThe foundation of the Buddhist teaching is the authentic monastic community. Yet, maintaining true monkhood itself is difficult to achieve. For those whose minds still cling to objects of reference, even the attainment of liberation remains extremely challenging.\nIf liberation were achieved merely by eliminating afflictions,
Then one would be liberated immediately upon their removal.
Yet we observe that even in those free from afflictions,
The power of karma continues to operate.\nTranslation of Verse 47

If you maintain with certainty that craving, which serves as the appropriating cause, no longer exists, why couldn't there be a non-afflictive form of craving, just as there is non-afflictive ignorance?

---

**Expanded Translation:**

Suppose you assert with certainty that craving—which functions as the appropriating cause for future existence—has been completely eliminated. In that case, consider this: why couldn't there exist a form of craving that, while not afflictive in nature, still persists in the mind stream? This would be similar to how ignorance can exist in both afflictive and non-afflictive forms. Even though this type of craving might not be contaminated by afflictions in the conventional sense, why couldn't it continue to exist in some form, just as non-afflictive confusion does?\nTranslation of Verse 48

From sensation arises craving, and these sensations exist even in them [the Arhats]. Their minds, still bound to objects of perception, remain dwelling in certain reference points.

---

**Modern English Translation:**

Craving arises conditioned by sensations, and these sensations continue to exist even in those who have attained individual liberation. As long as their minds remain engaged with conceptual objects of focus, they will continue to dwell within specific frames of reference rather than achieving complete freedom from all mental constructs.\nTranslation

A mind lacking the realization of emptiness, once ceased, will be born again—just like in the meditative absorption of non-perception. Therefore, one should cultivate emptiness.

Detailed Prose Translation

A mind that is separated from the understanding of emptiness will inevitably arise again after it has ceased. This resembles what happens in the meditative absorption where perception is absent—though consciousness temporarily subsides, it later returns. For this reason, one should diligently cultivate the realization of emptiness.

The text teaches that without insight into the empty nature of reality, the mind remains bound to the cycle of cessation and rebirth. Even if one achieves deep meditative states where mental activity seems to stop, this is merely a temporary suspension—not true liberation. Just as those who enter the absorption of non-perception eventually emerge from it with their fundamental ignorance intact, so too will any mind lacking emptiness realization return to its conditioned patterns. Only through directly realizing the empty nature of all phenomena can one find lasting freedom from this cycle.\nIf you wish to consider any speech that engages with the collections of sutras as truly spoken by the Buddha, then aren't most Mahāyāna teachings similarly consistent with your own sutras?\nIf one text's exclusion makes all the others defective,
Then why wouldn't a single text that resembles your accepted scriptures
Establish that all these teachings
Were indeed spoken by the Buddha?\nThose profound teachings that even Great Kāśyapa and other senior disciples could not fathom to their depths—who has the authority to declare them invalid simply because you yourself have not realized them?\nFor the sake of those who suffer due to delusion, a person who has realized emptiness can accomplish the seemingly paradoxical feat of dwelling in the cycle of existence while completely free from the extremes of attachment and fear. This is the fruit of emptiness.

In other words, the realization of emptiness enables one to remain engaged in the world out of compassion for deluded beings who experience suffering, while simultaneously transcending both attachment to worldly existence and the fear that drives lesser practitioners to escape from it entirely. This balanced state—where one can work within the cycle of rebirth for others' benefit without being tainted by it—is the true and profound result that emptiness realization brings.\nThus, objections against the position of emptiness cannot be reasonably sustained. Therefore, one should meditate on emptiness with unwavering confidence and without any doubt.\nEmptiness is the antidote to the darkness of both emotional and cognitive obscurations. How could anyone who desires to quickly attain omniscience not meditate on it?\nIf an object causes suffering,
It is natural to fear it.
Yet since emptiness pacifies all suffering,
Why should one fear it?\nIf there were a self that truly existed, then fear would arise in relation to any object whatsoever. But since there is not even the slightest inherently existing self, who is it that actually becomes afraid?\nI am not my teeth, hair, or nails.
I am not my bones or blood.
I am not mucus or phlegm,
Nor am I lymph fluid or pus.

---

*Modern English Translation:*

I am not to be identified with my teeth, hair, or nails. My true self is not to be found in my bones or blood. I am not the mucus from my nose or the phlegm in my body. Neither am I the lymph fluid or pus that may form within this physical form.\nI am not fat nor am I sweat.
I am not the lungs nor the liver.
I am not any other internal organs.
I am not excrement nor urine.\nI am not flesh, nor skin;
I am not heat, nor am I the vital winds.
I am not the bodily openings in any way,
Nor am I the six consciousnesses.\nIf sound-consciousness were permanent, then it would apprehend sound at all times. When there is no object to be known, what could it possibly cognize? On what basis could it even be called consciousness?\nIf consciousness could exist without actually cognizing anything, then even a piece of wood would absurdly qualify as consciousness. Therefore, it is definitively established that consciousness cannot exist without the presence of an object to be known.\nIf the same [consciousness] that knows visual form, why would it not also hear sound at that same moment? If you argue this is because sound is not present nearby, then by the same logic, the consciousness of sound should not exist either.\nThat which has the nature of grasping sound—how could it grasp form? A single person may be conceptualized as both father and son, but this is not ultimately real.\nThus, the qualities of essence, energy, and darkness are neither son nor father. That which perceives sound is not seen as having the nature of visual perception.\nIf one perceives the same essence merely appearing in a different form, like an actor [changing roles], then that essence cannot be permanent. If you claim that this different manifestation is still the same essential nature, then such a concept of oneness is unprecedented.\nTranslation of the Buddhist Philosophical Verse

If the differentiated appearances are not true,
Then what exactly is their intrinsic nature?
If you say it is merely consciousness itself,
Then all beings would absurdly collapse into one.

Prose Translation

If you claim that things appearing in different ways are not true as they appear—that is, if the various differentiated aspects of consciousness such as sound perception are merely superficial appearances and not real—then you must explain what actually constitutes their true intrinsic nature. If your answer is that their nature is simply 'consciousness itself' or 'pure awareness,' then you face an absurd consequence: all sentient beings with their separate mind-streams would necessarily become a single entity. This is because all minds would be equivalent in being mere undifferentiated consciousness, eliminating any basis for distinguishing between different beings or persons.\nIf conscious and unconscious entities would become one because they equally exist, and if their distinguishing characteristics are false, then what could possibly serve as the basis for any similarity between them?\nI cannot be an unconscious entity, since anything that lacks consciousness—like a pot or similar objects—cannot be a self. And if one argues that I could be an entity that possesses consciousness through association, this creates an absurdity: an inherently non-knowing entity that comes to know would contradict its own nature, as this transformation would destroy its original non-conscious essence.\nIf the self is truly unchangeable,
What can consciousness possibly do for it?
In this way, an unconscious, inactive entity
Would merely be space labeled as 'self.'\nIf there is no self, then the connection between actions and their results would not be reasonable. Since the action would disappear after being performed, whose action would it become when the result manifests?\nSince both of us acknowledge that the bases of action and its result are distinct, and that in these processes there is no permanent self that functions as an agent—a point established by both our positions—isn't this debate ultimately pointless?\nThe notion that 'a cause-possessor simultaneously enjoys its result' cannot be observed—such a scenario is impossible. Rather, the Buddha taught that terms like 'the doer' and 'the experiencer' are designated in dependence upon a single continuum.

---

Explanatory Translation

It is impossible to observe a situation where one who possesses a cause simultaneously experiences its result. Instead, the Buddha taught that we designate someone as 'the agent who performs an action' and 'the one who experiences the results' based on the concept of a single mental-physical continuum. This maintains the relationship between actions and their consequences without requiring a permanent self.\nPast and future mind cannot be the self, for they do not exist. If one claims the presently arisen mind is the self, then when that mind ceases, the self would no longer exist.\nJust as a banana tree trunk, when separated into its parts, reveals nothing substantial within, likewise, when I search for myself through careful analysis, I too am found to have no ultimate reality.\nTranslation of Śāntideva's Verse

'If sentient beings do not truly exist, toward whom should compassion be shown?' one might ask.

It is toward those who appear due to ignorance—constructs that are accepted provisionally for the purpose of achieving liberation.\nIf sentient beings do not exist, then for whom is the result and who would attain it? This is true from the ultimate perspective, yet the desire for this result arises from ignorance. For the sake of pacifying suffering, this ignorance regarding the result should not be rejected.\nThe ego-centered pride that causes suffering
grows stronger through delusion about the self.
If one objects that this cannot be reversed,
then meditation on selflessness is the supreme remedy.\nThe body is not the feet, nor is it the calves.
Neither the thighs nor the waist constitute the body.
The abdomen and back are also not the body.
The chest and shoulders, too, are not the body.\nNeither the sides nor the hands constitute the body.
Neither the armpits nor the shoulders are the body.
The internal organs are not it either.
If neither the head nor the neck are the body,
Then what indeed is this thing called 'body'?\nIf this body exists throughout all its parts
By having a portion in each location,
Then those portions would reside in their own parts,
But where does the body itself actually abide?\nIf the body as a complete entity existed within all its parts such as hands and so forth, then there would be as many bodies as there are parts like hands and so forth.\nIf the body exists neither externally nor internally, how can it exist in the hands and other parts? If it is not separate from the hands and other parts, how then can it truly exist at all?\nThe body does not inherently exist; rather, due to delusion, we form the concept of a 'body' regarding hands and other parts. This happens through the specific arrangement of these components—just as one mistakes a scarecrow for a person based on its form.

In other words, there is no intrinsically existing body, yet through ignorance, we develop the notion of a body when looking at hands and other bodily parts. This misconception arises from the particular way these parts are arranged and organized, similar to how someone might mistake a scarecrow for a human being when seeing its human-like shape from a distance.\nFor as long as the collection of conditions remains assembled, the body appears like a person, similar to a scarecrow. Likewise, for as long as hands and other parts exist in their proper relationship, for that duration the body appears as such.\nLikewise, since a finger is merely a collection of parts, what could we truly identify as a hand? That hand, too, is merely an aggregation of joints, and even those joints, when divided into their own components, cannot be found as singular entities.\nTranslation

Any part, when analyzed, divides into particles.
And even that particle, when subjected to analysis by directional parts,
Along with its directional divisions, being devoid of parts,
Like space, therefore, even particles do not exist.

Modern English Translation

When we analyze any component of physical reality, we can break it down into particles. But even these particles themselves can be further divided according to their directional aspects—east, west, north, south, top, and bottom. Upon closer examination, these directional divisions are found to be without inherent parts or substance. Therefore, just as space has no substantiality, particles themselves ultimately do not exist as independent, inherently real entities.

The analysis shows that physical forms, when subjected to progressive examination from gross to subtle levels, ultimately dissolve into emptiness, similar to the nature of space. No truly established, indivisible particles can be found at the foundation of physical reality.\nWho, possessing discernment, would become attached to forms that are dream-like in this way? When the body thus has no inherent existence, what then can truly be called woman or man?\nIf suffering truly existed inherently, why would it not affect those experiencing great joy? And if happiness were truly real, why would delicious foods and pleasant things fail to bring delight to those afflicted with grief and anguish?\nIf a sensation is overpowered by something stronger and thus not experienced, how can it be called a sensation at all? For something whose very nature is not to be experienced, how can it possibly be considered a feeling?\nSuffering exists in a subtle form. Hasn't the coarse aspect of suffering been removed? If one argues, 'This is merely experienced as a slight enjoyment different from intense pleasure,' even that subtle aspect would still belong to pleasure, not suffering.\nIf the arising of contradictory conditions would mean that suffering does not arise, wouldn't this establish that what we call 'feeling' is merely a conceptual fixation or mental projection?\nFor this very reason, this analytical investigation should be cultivated as the antidote. Meditation, arising from the field of discriminating analysis, serves as nourishment for yogis.\nIf there is space between sense faculties and their objects,
how could they ever meet?
And if there is no space between them, they would become one and the same—
so which thing could connect with which?\nOne atomic particle cannot enter into another atomic particle. This is because they have no empty space within them and are equal in size to each other. Since they cannot enter into one another, they cannot mix together. And without mixing, there can be no true contact between them.\nVerse 96 - On the Impossibility of Contact Between Partless Entities

How can something that is partless be said to make contact with anything? If you have seen something that is both partless and capable of making contact, please demonstrate it.

---

*Translation Note: This verse presents a philosophical challenge regarding the contradiction between being partless and making contact. In Buddhist atomistic debates, this argument undermines the idea that indivisible atoms could physically touch one another, since contact logically requires parts at minimum, a part that contacts and a part that doesn't. The verse challenges proponents of atomism to demonstrate how such a contradiction could be resolved, implying that no such demonstration is possible because the concept itself is fundamentally incoherent.*\nConsciousness, being without physical form, cannot reasonably make contact with objects. And since a collection also lacks true existence, as was previously examined in detail, there can be no inherently real connection between consciousness and objects.\nThus, if contact does not exist, how could feeling possibly arise? What purpose does all this striving serve? From what could harm come, and to whom?\nWhen there is no experiencer to be found
And sensation itself does not truly exist,
Upon seeing this reality,
Why would craving not dissolve?\nWhen something is seen or touched, it exists in the nature of a dream or an illusion. Because feelings arise simultaneously with the mind that experiences them, these feelings cannot truly be seen or experienced by that same mind.\nTranslation of the Buddhist Verse on the Nature of Experience

What arises before or after is only remembered, not truly experienced. One does not experience oneself, nor is one experienced by others.

In more natural contemporary English:

Feelings that arose in the past or will arise in the future can only be remembered or anticipated, but are never directly experienced in the present moment. A feeling cannot experience itself, nor can it truly be experienced by any consciousness other than itself. This reveals the ultimately illusory nature of what we consider experience.\nNo experiencer of sensations truly exists.
Therefore, sensation itself has no ultimate reality.
So in this collection of aggregates devoid of self,
How could suffering actually cause harm?\nThe mind does not reside within the sense faculties,
Nor in forms and other objects, nor in the space between them.
It is neither inside nor outside,
Nor can it be found anywhere else.\nThat which is neither found within the body,
Nor elsewhere apart from it,
Neither mixed with the body nor existing separately anywhere—
This does not exist in the slightest way.
Therefore, sentient beings are naturally beyond suffering.\nIf consciousness exists prior to its object of knowledge,
Upon what does it focus to arise?
If consciousness and its object of knowledge exist simultaneously,
Upon what does it focus to arise?\nIf the object of knowledge were to exist only after [the cognition],
then from what would that cognition arise?
Thus, the arising of all phenomena
cannot be logically established.\nIf conventional reality does not exist in this way, then how could the two truths possibly exist? And if conventional reality depends on yet another convention, how could sentient beings ever attain liberation from suffering?\nThis is merely conceptual fabrication about others' minds,
But that is not one's own conventional reality.
If, after achieving nirvana, one still ascertains that conventional phenomena exist,
Then they do exist relative to oneself; otherwise, conventional reality itself does not exist.\nThe conceptualizing mind and that which is conceptualized are mutually dependent upon each other. All analytical investigations are expressed based on what is conventionally accepted in the world.\nWhen one employs analytical wisdom to examine phenomena, and then uses that same analytical process to investigate the analytical wisdom itself, this creates an endless regression. This is because if the discriminating knowledge that examines all things must itself be examined, there would be no end to this chain of examination.\nWhen the objects of analysis are thoroughly examined,
No basis remains for the analytical mind itself.
Because there is no foundation, nothing arises—
This is what is called nirvana, the state beyond suffering.\nFor one who considers both the object and the cognition as truly existent, their position is extremely difficult to defend. If they claim that objects are established through the power of cognition, then what basis exists for the very existence of that cognition itself?\nTranslation of Verse 113

If knowledge is established based on objects of knowledge,
What then is the foundation for the existence of those knowable objects?
If both exist through mutual dependence on each other,
Then both would ultimately lack inherent existence.

Expanded Modern English Translation

If one claims that knowledge derives its existence from objects of knowledge, we must ask: what serves as the basis for the existence of these knowable objects themselves? The argument creates a circular problem. And if we suggest that knowledge and its objects exist purely through mutual dependence—each established only by virtue of the other—then we must conclude that both ultimately lack any independent, inherent existence. Like the concepts of 'long' and 'short' which exist only in relation to each other, neither knowledge nor its objects can stand alone. This mutual dependence reveals that both knowledge and knowable objects are empty of self-nature.\nIf there is no son, how can one be a father?
Yet from where would a son arise without a father?
Without a son, there is no father,
And likewise, both lack inherent existence.\nJust as a sprout arises from a seed,
And the existence of that seed is understood through the sprout's emergence,
When consciousness arises from objects of knowledge,
Why would one not similarly understand the existence of those objects?\nFrom a sprout, if through a separate cognition
One understands that 'a seed exists,'
Then by what means is the existence of cognition itself known—
The cognition by which that object is understood?\nFirst, ordinary people can perceive through direct observation that all phenomena in the world have causes. Just as lotus stems and similar things display various differences, these variations arise from differences in their respective causes.\nIf one asks what produces the diversity among causes, it is precisely from the differentiation of previous causes.

Why is a cause able to generate its effect? It is precisely from the power of previous causes.\nIf one claims that a sovereign deity is the cause of all beings, then first tell me: what exactly is this sovereign deity? If you say it refers to the elements, very well then. Why exhaust oneself arguing over a mere difference in names?\nHowever, elements like earth are manifold in nature,
Impermanent, without conscious movement, and not divine.
They can be trodden upon and are inherently impure—
Therefore, they cannot possibly be Īśvara.

In modern English prose:

However, material elements such as earth cannot be considered the supreme deity Īśvara. These elements exist as multiple substances rather than a unified entity. They are impermanent, undergoing continuous change and deterioration, unlike an eternal deity. They lack conscious intention in their movements and effects. They are not divine beings worthy of worship. These elements can be stepped on and traversed by ordinary beings, which would be inappropriate for a supreme deity. Finally, they possess inherent impurity, whereas a divine being would be characterized by purity. For these reasons, physical elements cannot be equated with Īśvara.\nThe Creator cannot be space, as space lacks the capacity for action. The Creator cannot be a permanent self, as this has already been refuted. And what purpose is served by claiming an inconceivable agent? If the Creator is truly inconceivable, even the assertion of such a Creator becomes meaningless.\nWhat exactly does the divine creator wish to produce? If it is supposed to be the self, then surely this self—along with the elements like earth, and the divine lord himself—is considered permanent in their own system? Furthermore, consciousness arises from its objects of knowledge, and...\nHappiness and suffering arise from karma that has no beginning.
Tell me, what exactly has this [creator deity] produced?
If a cause has no beginning,
How could its results have a beginning?\nTranslation

Why does God not create continuously?
He does not depend on anything else.
If nothing exists that he has not created,
Then what could his creative activity possibly depend on?

Alternative prose translation

If God truly exists as the universal creator, why doesn't he create effects continuously? This cannot be explained by saying he depends on other conditions, because he supposedly does not rely on anything else. If nothing exists that was not created by him—including any conditions for creation—then what could his act of creation possibly depend on that would explain why effects occur only occasionally rather than constantly?\nIf a creator deity depends on a collection of causes and conditions, then that collection itself becomes the true cause, not the deity. When the collection of causes and conditions is present, the deity has no power to prevent the result from arising. And without these causes and conditions, the deity lacks the power to produce any result at all.\nIf the divine Lord acts unwillingly,
It follows he would be subject to others' control.
If he acts willingly, he becomes dependent on his desires.
How can one who acts with such dependence truly be a sovereign Lord?\nAs for those who claim that atoms are permanent—the Vaiśeṣikas and Mīmāṃsakas—they have already been refuted earlier through the reasoning that demonstrates how atoms can be divided into directional parts. The Sāṃkhyas, for their part, assert that primordial nature pradhāna is permanent and serves as the cause of the world and all living beings.\nWhen the three qualities—sattva clarity, rajas energy, and tamas darkness—remain in perfect equilibrium, this state is called pradhāna the Primary Principle. When these qualities fall out of balance, they are said to manifest as the phenomenal world.

*Alternative translation in more accessible language:*

When the three fundamental qualities—clarity, energy, and darkness—exist in perfect balance, this balanced state is known as the Primary Principle pradhāna. However, when these qualities become unbalanced, they manifest as the diverse phenomena of the world we experience.\nIt is illogical for a single entity to possess three distinct natures simultaneously. Therefore, such a primordial substance cannot exist. Similarly, the three qualities themselves cannot truly exist either, since each of these qualities individually would also need to be threefold in nature.\nTranslation of Verse 130

If the essential qualities are absent, then the very existence of things like sound becomes extremely remote. Similarly, pleasure and such experiences cannot possibly exist in unconscious objects like clothing.\nIf things truly exist as having the nature of their causes, haven't we already thoroughly examined and refuted the existence of such things? Moreover, according to your view, pleasure and similar feelings are themselves the causes [of material things], yet it's evident that things like cloth do not arise from such feelings.\nPleasure and similar sensations arise from cloth and similar objects. Yet because these objects themselves do not truly exist, the pleasure and other sensations derived from them cannot truly exist either. Furthermore, pleasure and similar experiences are never observed to possess permanence at any time.\nIf experiences like happiness are truly manifest and inherently exist, why aren't they continuously apprehended by consciousness? If one claims that this same happiness merely becomes subtle [when not experienced], how can it be both coarse and subtle? How can a single entity possess these contradictory states?\nWhen the gross form is discarded and transforms into the subtle,
Both the subtle and gross states are themselves impermanent.
Similarly, why would one not accept
That all entities are likewise impermanent?\nIf you claim that gross physical form is not different from pleasure, then clearly pleasure must be impermanent. If you argue that 'Nothing that previously did not exist can arise, because non-existence cannot produce existence,' you contradict yourself. For even though you are unwilling to accept it, the fact remains that you have already established that manifestation arises from what previously did not exist.\nTranslation of the Tibetan Buddhist Text

If effects truly existed within their causes,
Then eating food would be the same as consuming filth.
And for the price of cloth, you might as well
Purchase cotton seeds and wear them as your garment.

Modern English Translation Prose Version

If effects inherently resided within their causes, as some philosophers claim, then eating ordinary food would be equivalent to consuming impure substances. Similarly, you might as well purchase cotton seeds for the price of finished cloth and attempt to wear those seeds as clothing. These absurdities reveal the contradiction in believing that effects pre-exist in their causes.\nTranslation

'If the world does not see [the effect in the cause] due to ignorance, then why don't those who claim to know reality act according to this supposed truth?'

*Alternative rendering for more contextual clarity:*

'If ordinary people fail to see cloth already existing in seeds merely because of their ignorance, as you claim, then why don't your own wise teachers who supposedly know this reality wear cotton seeds as garments instead of woven cloth?'\nIf this knowledge exists even among ordinary people, why then do they not see it? If ordinary perception is not a valid means of knowledge, then even the clear things we perceive cannot be considered true.\nIf valid means of cognition are not ultimately valid,
Wouldn't the objects they measure be false?
Therefore, meditation on emptiness
As the true nature of reality would not be tenable.

---

Modern English Translation Prose Version

If valid cognition is not truly valid, as you Madhyamikas claim, wouldn't the objects measured by such cognition also be false? If the means of measuring reality are themselves invalid, then how can we trust what they establish? Following this reasoning, meditation on emptiness as the ultimate nature of phenomena would be logically untenable, as the very understanding of emptiness would be established through unreliable means.\nWithout touching upon a mentally constructed entity, one cannot apprehend its non-existence. Therefore, whatever entity is false, its non-existence is likewise clearly false.\nTherefore, when in a dream one's child has died,
The thought 'this child does not exist'
Serves as an obstacle to the conception
That 'the child exists' - yet this thought too is false.\nTherefore, through this kind of careful analysis, we can see that nothing whatsoever exists without a cause. Nor does anything inherently exist within its conditions, whether these conditions are considered individually or as a collective whole.\nIt neither comes from elsewhere,
Nor does it abide, nor does it go away.
How does this, which the deluded take as real,
Differ in any way from an illusion?\nExamine carefully: that which is created by illusion, and that which is produced by causes—where does it come from, and where does it go?\nWhen something appears due to the presence of certain causes, but does not appear when those causes are absent, it is artificially constructed, just like a reflection in a mirror. How could such a thing possess any inherent truth or reality?\nFor an entity that already exists,
What need is there for a cause?
And if that entity does not exist at all,
What need is there for a cause?\nEven with a hundred million causes,
That which does not exist cannot be transformed.
How could something in a state of non-existence become real?
And what other thing could transform into existence?\nIf a thing cannot exist during its time of non-existence, when would it ever become existent? Without having first arisen as an entity, it cannot become separated from its non-existence.\nIf something is not free from non-existence,
There can be no opportunity for its existence.
Likewise, what exists cannot transform into non-existence,
For this would entail the absurdity of having two contradictory natures.\nThus, there is no cessation, nor are there inherently existing entities. Therefore, all sentient beings and worlds are, in their ultimate nature, never born and never cease.\nSentient beings are like dreams,
And when thoroughly analyzed, they resemble plantain trees.
Between what we call nirvana and what is not nirvana,
In ultimate reality, there exists no difference.\nIn these phenomena that are thus empty of inherent existence,
what can truly be gained and what can truly be lost?
Who is there to be honored or respected,
and who is there to be completely disdained?\nFrom where do happiness and suffering arise? What is there to like, and what is there to dislike? If one searches for their true nature, who is it that experiences craving, and toward what is that craving directed?\nWhen carefully examined, what is this world of the living? Who truly dies here? Who will come into being, and who has already existed? Who is truly a relative, and who is genuinely a friend?\nMay people like myself regard all things as being like the sky—
Beings who desire happiness for themselves
Through causes of conflict and excitement
[End up creating these very causes of suffering].\nCaught in agitation and fleeting pleasures, beings endure immense hardship through their harmful actions. They experience grief, exhaust themselves in futile struggles, and engage in bitter disputes. They inflict wounds upon each other, cutting and piercing one another in conflict. Through such negative deeds, they sustain their lives with great difficulty, all while deluding themselves that these actions will bring satisfaction.\nThey return again and again to fortunate realms,
Where they experience numerous pleasures.
But after death they fall into the lower realms,
Suffering torments that are prolonged and unbearable.\nIn the realm of cyclic existence, there are many dangerous precipices. In such a place, there is nothing resembling true reality. Furthermore, since there is mutual contradiction between the two, such ultimate reality cannot exist within cyclic existence.\nThere in cyclic existence, incomparable and unbearable oceans of suffering extend beyond all limits. In such a state, beings possess very little strength, and their lives are indeed exceedingly brief.\nEven during this brief existence, life is consumed by efforts to survive and maintain health, by the fatigue of hunger and exhaustion, by time spent sleeping and enduring various harms. Similarly, one's time is wasted in fruitless associations with childish people.\nLife passes swiftly without purpose,
And the wisdom of discernment is exceedingly difficult to find.
Even then, how could there possibly be a method
To reverse the habitual patterns of distraction?\nEven in this context, demonic forces actively strive to cast beings into great lower realms of suffering. Here, numerous wrong paths abound, and doubt is exceedingly difficult to overcome.\nTranslation of Shantideva's Verse

Once again, a precious human life with spiritual opportunity is exceedingly difficult to find. The appearance of a Buddha in this world is extraordinarily rare. The torrents of afflictive emotions are nearly impossible to overcome. Alas! How endlessly suffering continues in succession.\nHow tragic! These beings deserve our deepest compassion. Though immersed in extreme suffering, they fail to recognize their own dire condition. Alas! How worthy of lamentation are these beings who remain adrift in the river of suffering!\nJust as someone who repeatedly bathes themselves and then repeatedly enters into fire, similarly, though they dwell in extreme suffering, they delude themselves into thinking they are happy.\nFor those who live as if they were immune to aging and death, dwelling carelessly in their illusory state of immortality, severe consequences await. When death inevitably arrives first to claim them, they will fall into unbearable suffering in the lower realms.\nWhen will I be able to pacify those who are tormented by the fires of suffering? When will I shower them with resources of happiness that flow abundantly from the clouds of my merit, bringing them peace?\nWhen I have accumulated a collection of merit with deep reverence through the practice of non-referential awareness, I will teach the profound nature of emptiness to those who suffer because of their fixation on inherent existence.\nThis concludes the ninth chapter of 'Introduction to the Bodhisattva's Way of Life,' entitled 'The Perfection of Wisdom.'\nThrough whatever virtue I have gained by composing this work on entering the Bodhisattva's way of life, may all beings engage in the conduct of awakening.

*Alternative translation:*

By whatever goodness arises from my effort to compose this text on how to enter the Bodhisattva's way of life, may all beings be adorned with the practice of the path to awakening.\nMay all beings throughout all directions who experience suffering in body and mind, however many there may be, obtain an ocean of happiness and joy through the power of my merit.\nFor as long as cyclic existence endures, may these beings never lose their happiness. May all living creatures attain the uninterrupted joy experienced by bodhisattvas.\nMay all sentient beings who dwell in the countless hell realms throughout the various world systems experience and rejoice in the supreme happiness of Sukhāvatī, the Land of Bliss.\nMay those suffering from cold find warmth. Through the limitless rivers flowing from the great clouds of bodhisattvas, may those suffering from heat be cooled.\nMay the forest of blade-like leaves transform for them into delightful pleasure groves.
May even the cotton trees with their cruel thorns be reborn as wish-fulfilling trees.\nMay the regions of hell become delightful places adorned with the beauty of blue-winged teal, ruddy shelducks, swans, and other birds that emit melodious calls. May these realms be transformed into pleasant landscapes with lakes filled with lotuses that emit powerful fragrances, making these once-terrible places into realms of joy and delight.\nMay these heaps of burning coals transform into mounds of precious jewels.
May the scorching ground become a crystal floor beautifully arranged.
May the crushing mountains become magnificent offering palaces
Filled with the presence of the Blissfully Gone Ones Sugatas.

Prose Translation

May all those heaps of burning coals be transformed into piles of precious jewels. May the scorched earth become a smooth, crystal pavement. May the mountains that crush and destroy also become magnificent celestial palaces of offerings, completely filled with the perfectly realized Buddhas.\nMay the rain of embers, heated stones, and weapons from this day forward transform into a shower of flowers.

From this day onward, may the mutual attacks with weapons become instead the tossing of flowers for play and delight.\nThose immersed in the boiling river that resembles a pit of fire and offers no ford to cross,
Whose flesh has completely disintegrated, leaving skeletal remains white as kunda flowers—
May they, through the power of my virtuous deeds, obtain divine bodies
And dwell with celestial goddesses where the gentle waters flow.\n'Why are Yama's servants, along with those dreadful crows and vultures, suddenly terrified in this place? Who possesses this excellent power that dispels darkness from all directions and generates happiness and joy?' they wonder. Looking upward into the expanse of the sky, they behold Vajrapani blazing with radiance. Upon seeing him, may they—freed from their negative actions through the force of their overwhelming joy—be able to accompany him on his journey.\nA shower of flowers mixed with fragrant waters falls down,
Extinguishing the blazing fires of hell with a hissing sound.
As those in hell, suddenly filled with unexpected joy, wonder, 'What is this?'
May they behold the Lotus-Handed One before them.\nCome quickly, friends! Cast away your fears, for we are alive! A certain radiant youth with a topknot has arrived among us, bringing fearlessness. Through his power, all our suffering has disappeared and waves of joy have arisen. The awakening mind has emerged, along with compassion—the mother of complete protection for all beings.\nTranslation of the Verse on Mañjuśrī's Compassionate Appearance

Behold him whose lotus feet are worshipped by the crowns of hundreds of gods, whose eyes are moist with compassion, upon whose head falls a shower of countless flowers. May the beings in hell realms now burst into joyful exclamations upon seeing Mañjuśrī before them, surrounded by magnificent celestial mansions, while thousands of divine maidens sing his praises in melodious voices.

In more natural, flowing English:

Look upon this wondrous sight: Mañjuśrī, whose lotus feet receive the touch of hundreds of divine crowns in reverence, whose compassionate gaze flows with moisture born of loving-kindness for all beings. See how a cascade of countless flower blossoms showers upon his head, while he dwells amidst beautiful multi-tiered palaces. Around him, thousands of celestial goddesses fill the air with their melodious songs of praise. May all beings suffering in hell realms now witness this magnificent vision of Mañjuśrī and, upon seeing him, may their cries of pain transform into expressions of joy and wonder.\nThus, through my virtuous deeds, may the beings suffering in the hell realms experience great joy upon seeing Samantabhadra and other bodhisattvas—like clouds free from all obscurations—causing cooling, pleasant showers with sweet-scented breezes to fall upon them. When these hell beings witness this refreshing rainfall bringing comfort and relief, may they be filled with tremendous happiness.\nMay all animals be freed from the fear of devouring one another. May all hungry ghosts find happiness like the humans of Uttarakuru in the northern continent.\nMay the stream of nectar flowing from the hands of noble Avalokiteshvara, the Lord of Compassion, satisfy all hungry ghosts and, as they bathe in it, may they be perpetually cooled and refreshed.\nMay the blind regain their sight and behold visible forms,
And may the deaf always be able to hear sounds.
Just as the divine goddess Māyā gave birth miraculously,
May pregnant women deliver their children without harm or suffering.\nMay those who are naked obtain clothing,
May those who hunger receive nourishing food,
May those who thirst find pure water,
And may they all enjoy delicious drinks.\nMay those who are impoverished obtain wealth.
May those afflicted with sorrow and suffering find joy.
May those who have fallen into despair be revived in spirit,
And may they attain perfect, unwavering stability.\nMay all sentient beings who are ill
Be swiftly freed from their sickness.
May all diseases of living beings, without exception,
Never arise again.

---

Prose Translation

May all sentient beings suffering from illness be quickly liberated from their afflictions. May every disease that affects living beings—without a single exception—permanently cease to arise.\nMay those who are fearful become free from fear. May those who are bound be liberated.
May those without strength become powerful, and may all beings develop gentle hearts toward one another.\nMay all travelers in every direction journey in safety and comfort. May whatever purpose for which they travel be accomplished effortlessly, fulfilled naturally without requiring struggle or hardship.\nMay those who embark on journeys by boat or great ship have all their heart's desires fulfilled. Having safely reached the shore, may they rejoice together with their loved ones.\nMay those who have lost their way on sorrowful paths find companions on their journey. May they proceed without weariness and with ease, free from fears of thieves, tigers, and other dangers.\nMay the divine protectors safeguard those who are asleep, intoxicated, or completely inebriated; children and the elderly who have no guardians; and all who find themselves in remote monasteries or other perilous, pathless places.\nMay all beings be liberated from every state that lacks spiritual opportunity, and be endowed with faith, wisdom, and loving compassion. May they obtain excellent sustenance and conduct, and always remember their previous lifetimes.\nMay all beings possess inexhaustible resources like the sky-treasury, with enjoyments that never become depleted. May they live without conflict and free from harm, able to enjoy their lives with complete independence.\nMay all sentient beings who possess little radiance and majesty be transformed into beings of great splendor. May those ascetics who have become physically deformed through their austerities attain perfectly beautiful bodily forms.

*Expanded Translation:*

May all sentient beings who currently possess little radiance or charisma—those who are overlooked or ridiculed because of their unimpressive appearance—be transformed into beings of magnificent presence and great majesty. May they no longer suffer from others' contempt but instead be able to act with dignity and independence. And may those devoted practitioners who have endured harsh austerities—whose bodies have become emaciated or disfigured through exposure to extreme conditions, lack of food, or other spiritual hardships—attain perfectly beautiful and well-formed bodies while maintaining their spiritual discipline.\nMay all women throughout the world attain masculine form. May those of low status achieve high positions, and may their pride be overcome.\nThrough this merit I have generated, may all beings without exception abandon every negative action and continuously engage in virtuous conduct.\nMay we never be separated from the awakening mind, and may we be devoted to the practices that lead to enlightenment. May we be fully embraced by all the Buddhas, and may we completely abandon all actions that serve as obstacles to spiritual progress.\nMay all sentient beings have immeasurably long lives. May they always live in happiness and well-being, and may even the very sound of death never be heard among them.\nMay all directions be filled with delightful gardens of wish-fulfilling trees, populated by Buddhas and Buddha's children who captivate minds with their melodious proclamations of the Dharma.\nMay the ground everywhere become free from gravel and other impurities, level like the palm of a hand, and remain naturally smooth with the essence of lapis lazuli.\nIn all the gathering places throughout the world, may many bodhisattvas take their seats and adorn the surface of the earth with their magnificent qualities.\nMay all sentient beings continuously hear the uninterrupted sound of the Dharma emanating from birds, from all trees, from rays of light, and even from the sky itself.\nMay they always meet with the Buddhas and the Buddha's spiritual children. With limitless clouds of offerings, may they make offerings to the teachers of all beings.\nMay the deities send rainfall in the proper seasons,
May harvests be abundant and plentiful,
May rulers govern according to the principles of dharma,
And may the world and its inhabitants flourish.

---

Modern English Prose Translation

May the gods bring timely rains when they are needed, creating the natural conditions that support life and practice. May crops and harvests be abundant and successful, providing the material foundation for both sustenance and spiritual development. May those who rule and lead do so in accordance with righteous principles, upholding dharmic values in both religious and secular affairs. And may the entire world—both the natural environment and all beings who dwell within it—thrive in prosperity, happiness, and well-being.\nMay all medicines be endowed with healing power. May the recitation of sacred mantras be successful for those who practice them. May ḍākinīs, rākṣasas, and all such beings be filled with compassionate minds.

May all medicines be imbued with their full healing potential. May those who recite sacred mantras achieve the results they seek. May all sky-travelers, spirits, and potentially harmful beings be filled with compassion instead of malice.\nMay no sentient being suffer pain,
May none commit harmful deeds or fall ill,
May none be intimidated or despised,
And may no one experience mental distress.\nMay monasteries be filled with the sounds of study and recitation, flourishing as vibrant centers of learning. May the monastic community always remain in harmony, and may all their noble aims be successfully accomplished.

---

Detailed Translation

May all monasteries and temples be adorned with the activities of reading sacred texts and melodious recitation from memory, and may these sacred institutions remain well-established and flourish. May the monastic community always maintain harmony and unity in their endeavors, free from division or conflict. Furthermore, may all the spiritual goals and practical objectives of the Sangha be fully accomplished according to their aspirations.

The verse expresses the wish that Buddhist monasteries serve their essential purpose as centers where the teachings are continuously studied, recited, and contemplated. It emphasizes the importance of both intellectual engagement with texts and their embodied practice through recitation. The second part of the verse focuses on the monastic community itself, highlighting the dual importance of harmony among its members and the fulfillment of their spiritual mission—both their own progress toward liberation and their responsibility to preserve the Buddha's teachings for the benefit of all beings.\nMay monks who aspire to proper training obtain true seclusion. Having abandoned all distractions, may they cultivate a mind that is workable and receptive to meditation.\nMay the nuns be well-provided for with their necessities, and may they be free from quarrels and harmful behavior. Likewise, may all those who have left worldly life to become monastics maintain their moral discipline without deterioration.\nWhen I become disheartened by my moral failings,
May I always work to eliminate negative actions.
Having attained a fortunate rebirth,
May my spiritual commitments remain unbroken even there.\nMay scholars be honored and respected, and may they easily obtain the alms they need. May their minds be completely purified, and may their good reputation spread throughout all directions.

Expanded Translation

May the learned ones be respected and honored, and may they receive ample provisions through alms-giving. May their mental streams be thoroughly purified, and may their noble reputation spread in all directions throughout the world.\nMay they never experience the sufferings of the lower realms, and without needing to undergo difficult austerities, may they swiftly attain Buddhahood with a body more sublime than even the gods.\nMay all sentient beings make abundant offerings to all the Buddhas, and may they forever dwell in happiness through the inconceivable bliss of Buddhahood.\nMay the aspirations of the bodhisattvas for the welfare of all beings be completely fulfilled. May all sentient beings receive exactly what these protectors have envisioned for them.\nLikewise, may all Pratyekabuddhas and Śrāvakas experience happiness.\nThrough the kindness of Mañjuśrī, until I attain the Ground of Perfect Joy, may I always remember my past lives and obtain the renunciant's life in every rebirth.\nMay I sustain myself with simple food while maintaining my vitality and strength. Throughout all my future lifetimes, may I obtain perfect conditions for dwelling in solitude.\nWhenever I wish to see the divine face of Mañjuśrī or desire to ask even the smallest question, may I behold that very protector, Mañjuśrī himself, without any obstacles or hindrances.

In other words: May I, without any impediment, directly perceive Lord Mañjuśrī whenever I wish to gaze upon him or whenever I seek answers, even to minor inquiries. May this wisdom deity be immediately accessible to me, revealing himself clearly and directly as my spiritual protector and guide on the path of wisdom.\nFor the benefit of all sentient beings throughout the ten directions, extending to the very limits of space, I aspire to conduct myself exactly as Mañjuśrī does. Just as he works tirelessly to fulfill the welfare of all beings, may my own actions likewise be dedicated entirely to accomplishing the well-being of all sentient creatures.\nFor as long as space itself endures, and for as long as living beings remain in this world, may I too continue to exist, dedicated to dispelling the sufferings of all beings.\nWhatever suffering exists in the world, may all of it ripen upon me. Through the virtuous actions of all bodhisattvas, may all beings experience happiness.\nThe unique medicine for all beings' suffering,
The source from which all happiness arises,
May the teachings, along with material support and reverence,
Remain in this world for a very long time.\nI bow to Mañjughoṣa, by whose kindness virtuous thought arises in me. I also pay homage to my spiritual guides, through whose kindness I have grown and flourished.\nThis concludes the tenth chapter entitled 'Dedication of Merit' from the Guide to the Bodhisattva's Way of Life.

Here ends the Guide to the Bodhisattva's Way of Life, composed by Master Śāntideva.\nThis text was first translated from a Kashmiri manuscript by the Indian preceptor Sarvajñadeva and the great translator Bande Paltsegs, who established a definitive Tibetan version. Later, this translation was revised by the Indian preceptor Dharmaśrībhadra working together with the great translators Bande Rinchen Zangpo and Śākya Lodrö. They compared it with a manuscript from Central India and its commentary, made corrections, and established an improved version.

Subsequently, at a later time, the Indian preceptor Sumatikīrti and the great translator monk Loden Sherab thoroughly corrected and retranslated the text, establishing an excellent definitive version.\n", - "target_base": "Ch-1༄། །བྱང་ཆུབ་སེམས་དཔའི་སྤྱོད་པ་ལ་འཇུག་པ་བཞུགས་སོ། །\n༄༅༅། །རྒྱ་གར་སྐད་དུ། བོ་དྷི་སཏྭ་ཙརྱ་ཨ་བ་ཏཱ་ར།\nབོད་སྐད་དུ། བྱང་ཆུབ་སེམས་དཔའི་སྤྱོད་པ་ལ་འཇུག་པ།\nསངས་རྒྱས་དང་བྱང་ཆུབ་སེམས་དཔའ་ཐམས་ཅད་ལ་ཕྱག་འཚལ་ལོ། །\nབདེ་གཤེགས་ཆོས་ཀྱི་སྐུ་མངའ་སྲས་བཅས་དང་། །ཕྱག་འོས་ཀུན་ལའང་གུས་པར་ཕྱག་འཚལ་ཏེ། །བདེ་གཤེགས་སྲས་ཀྱི་སྡོམ་ལ་འཇུག་པ་ནི། །ལུང་བཞིན་མདོར་བསྡུས་ནས་ནི་བརྗོད་པར་བྱ། །\nསྔོན་ཆད་མ་བྱུང་བ་ཡང་འདིར་བརྗོད་མེད། །སྡེབ་སྦྱོར་མཁས་པའང་བདག་ལ་ཡོད་མིན་ཏེ། །དེ་ཕྱིར་གཞན་དོན་བསམ་པ་བདག་ལ་མེད། །རང་གི་ཡིད་ལ་བསྒོམ་ཕྱིར་ངས་འདི་བརྩམས། །\nདགེ་བ་བསྒོམ་ཕྱིར་བདག་གི་དད་པའི་ཤུགས། །འདི་དག་གིས་ཀྱང་རེ་ཞིག་འཕེལ་འགྱུར་ལ། །བདག་དང་སྐལ་བ་མཉམ་པ་གཞན་གྱིས་ཀྱང་། །ཅི་སྟེ་འདི་དག་མཐོང་ན་དོན་ཡོད་འགྱུར། །\nདལ་འབྱོར་འདི་ནི་རྙེད་པར་ཤིན་ཏུ་དཀའ། །སྐྱེས་བུའི་དོན་སྒྲུབ་ཐོབ་པར་གྱུར་པ་ལ། །གལ་ཏེ་འདི་ལ་ཕན་པ་མ་བསྒྲུབས་ན། །ཕྱིས་འདི་ཡང་དག་འབྱོར་པར་ག་ལ་འགྱུར། །\nཇི་ལྟར་མཚན་མོ་མུན་ནག་སྤྲིན་རུམ་ན། །གློག་འགྱུ་སྐད་ཅིག་རབ་སྣང་སྟོན་པ་ལྟར། །དེ་བཞིན་སངས་རྒྱས་མཐུ་ཡིས་བརྒྱ་ལམ་ན། །འཇིག་རྟེན་བསོད་ནམས་བློ་གྲོས་ཐང་འགའ་འབྱུང་། །\nདེ་ལྟས་དགེ་བ་ཉམ་ཆུང་ཉིད་ལ་རྟག །སྡིག་པ་སྟོབས་ཆེན་ཤིན་ཏུ་མི་བཟད་པ། །དེ་ནི་རྫོགས་པའི་བྱང་ཆུབ་སེམས་མིན་པ། །དགེ་གཞན་གང་གིས་ཟིལ་གྱིས་གནོན་པར་འགྱུར། །\nབསྐལ་པ་དུ་མར་རབ་དགོངས་མཛད་པ་ཡི། །ཐུབ་དབང་རྣམས་ཀྱིས་འདི་ཉིད་ཕན་པར་གཟིགས། །འདིས་ནི་ཚད་མེད་སྐྱེ་བོའི་ཚོགས་རྣམས་ཀྱིས། །བདེ་མཆོག་བདེ་བླག་ཉིད་དུ་ཐོབ་པར་བྱེད། །\nསྲིད་པའི་སྡུག་བསྔལ་བརྒྱ་ཕྲག་གཞོམ་འདོད་ཅིང་། །སེམས་ཅན་མི་བདེ་བསལ་བར་འདོད་པ་དང་། །བདེ་མང་བརྒྱ་ཕྲག་སྤྱོད་པར་འདོད་པས་ཀྱང་། །བྱང་ཆུབ་སེམས་ཉིད་རྟག་ཏུ་གཏང་མི་བྱ། །\nབྱང་ཆུབ་སེམས་སྐྱེས་གྱུར་ན་སྐད་ཅིག་གིས། །འཁོར་བའི་བཙོན་རར་བསྡམས་པའི་ཉམ་ཐག་རྣམས། །བདེ་གཤེགས་རྣམས་ཀྱི་སྲས་ཞེས་བརྗོད་བྱ་ཞིང་། །འཇིག་རྟེན་ལྷ་མིར་བཅས་པས་ཕྱག་བྱར་འགྱུར། །\nགསེར་འགྱུར་རྩི་ཡི་རྣམ་པ་མཆོག་ལྟ་བུ། །མི་གཙང་ལུས་འདི་བླངས་ནས་རྒྱལ་བའི་སྐུ། །རིན་ཆེན་རིང་ཐང་མེད་པར་བསྒྱུར་བས་ན། །བྱང་ཆུབ་སེམས་ཞེས་བྱ་བ་རབ་བརྟན་ཟུང་། །\nའགྲོ་བའི་དེད་དཔོན་གཅིག་པུ་ཚད་མེད་བློས། །ལེགས་པར་ཡོངས་སུ་བརྟགས་ན་རིན་ཆེ་བས། །འགྲོ་བའི་གནས་དང་བྲལ་བར་འདོད་པ་རྣམས། །རིན་ཆེན་བྱང་ཆུབ་སེམས་ལེགས་བརྟན་པར་ཟུང་། །\nདགེ་བ་གཞན་ཀུན་ཆུ་ཤིང་བཞིན་དུ་ནི། །འབྲས་བུ་བསྐྱེད་ནས་ཟད་པར་འགྱུར་བ་ཉིད། །བྱང་ཆུབ་སེམས་ཀྱི་ལྗོན་ཤིང་རྟག་པར་ཡང་། །འབྲས་བུ་འབྱིན་པས་མི་ཟད་འཕེལ་བར་འགྱུར། །\nསྡིག་པ་ཤིན་ཏུ་མི་བཟད་བྱས་ན་ཡང་། །དཔའ་ལ་བརྟེན་ནས་འཇིགས་པ་ཆེན་པོ་ལྟར། །གང་ལ་བརྟེན་ནས་ཡུད་ཀྱིས་སྒྲོལ་འགྱུར་བ། །དེ་ལ་བག་ཅན་རྣམས་ཀྱིས་ཅིས་མི་བརྟེན། །\nདེས་ནི་དུས་མཐའི་མེ་བཞིན་སྡིག་ཆེན་རྣམས། །སྐད་ཅིག་གཅིག་གིས་ངེས་པར་སྲེག་པར་བྱེད། །དེ་ཡི་ཕན་ཡོན་དཔག་ཏུ་མེད་པ་དག །བྱམས་མགོན་བློ་དང་ལྡན་པས་ནོར་བཟང་བཤད། །\nབྱང་ཆུབ་སེམས་དེ་མདོར་བསྡུས་ན། །རྣམ་པ་གཉིས་སུ་ཤེས་བྱ་སྟེ། །བྱང་ཆུབ་སྨོན་པའི་སེམས་དང་ནི། །བྱང་ཆུབ་འཇུག་པ་ཉིད་ཡིན་ནོ། །\nའགྲོ་བར་འདོད་དང་འགྲོ་བ་ཡི། །བྱེ་བྲག་ཇི་ལྟར་ཤེས་པ་ལྟར། །དེ་བཞིན་མཁས་པས་འདི་གཉིས་ཀྱི། །བྱེ་བྲག་རིམ་བཞིན་ཤེས་པར་བྱ། །\nབྱང་ཆུབ་སྨོན་པའི་སེམས་ལས་ནི། །འཁོར་ཚེ་འབྲས་བུ་ཆེ་འབྱུང་ཡང་། །ཇི་ལྟར་འཇུག་པའི་སེམས་བཞིན་དུ། །བསོད་ནམས་རྒྱུན་ཆགས་འབྱུང་བ་མིན། །\nགང་ནས་བཟུང་སྟེ་སེམས་ཅན་ཁམས། །མཐའ་ཡས་རབ་ཏུ་དགྲོལ་བའི་ཕྱིར། །མི་ལྡོག་པ་ཡི་སེམས་ཀྱིས་སུ། །སེམས་དེ་ཡང་དག་བླངས་གྱུར་པ། །\nདེང་ནས་བཟུང་སྟེ་གཉིད་ལོག་གམ། །བག་མེད་གྱུར་ཀྱང་བསོད་ནམས་ཤུགས། །རྒྱུན་མི་འཆད་པར་དུ་མ་ཞིག །ནམ་མཁའ་མཉམ་པར་རབ་ཏུ་འབྱུང་། །\nའདི་ནི་འཐད་པ་དང་བཅས་པར། །ལག་བཟང་གིས་ནི་ཞུས་པ་ལས། །དམན་མོས་སེམས་ཅན་དོན་གྱི་ཕྱིར། །དེ་བཞིན་གཤེགས་པ་ཉིད་ཀྱིས་གསུངས། །\nསེམས་ཅན་རྣམས་ཀྱི་ཀླད་ནད་ཙམ། །བསལ་ལོ་སྙམ་དུ་བསམས་ན་ཡང་། །ཕན་འདོགས་བསམ་པ་དང་ལྡན་དེ། །བསོད་ནམས་དཔག་མེད་ལྡན་གྱུར་ན། །\nསེམས་ཅན་རེ་རེའི་མི་བདེ་བ། །དཔག་ཏུ་མེད་པ་བསལ་འདོད་ཅིང་། །རེ་རེའང་ཡོན་ཏན་དཔག་མེད་དུ། །བསྒྲུབ་པར་འདོད་པ་སྨོས་ཅི་དགོས། །\nཕའམ་ཡང་ན་མ་ཡང་རུང་། །སུ་ལ་འདི་འདྲའི་ཕན་སེམས་ཡོད། །ལྷ་དང་དྲང་སྲོང་རྣམས་ཀྱང་རུང་། །ཚངས་པ་ལ་ཡང་འདི་ཡོད་དམ། །\nསེམས་ཅན་དེ་དག་ཉིད་ལ་སྔོན། །རང་གི་དོན་དུ་འདི་འདྲའི་སེམས། །རྨི་ལམ་དུ་ཡང་མ་རྨིས་ན། །གཞན་གྱི་དོན་དུ་ག་ལ་སྐྱེ། །\nགཞན་དག་རང་གི་དོན་དུ་ཡང་། །མི་འབྱུང་སེམས་ཅན་དོན་སེམས་གང་། །སེམས་ཀྱི་རིན་ཆེན་ཁྱད་པར་འདི། །སྔ་ན་མེད་པའི་རྨད་ཅིག་འཁྲུངས། །\nའགྲོ་བ་ཀུན་གྱི་དགའ་བའི་རྒྱུ། །སེམས་ཅན་སྡུག་བསྔལ་རྩིར་གྱུར་པ། །རིན་ཆེན་སེམས་ཀྱི་བསོད་ནམས་གང་། །དེ་ལ་ཇི་ལྟར་གཞལ་གྱིས་ལང་། །\nཕན་པར་བསམས་པ་ཙམ་གྱིས་ཀྱང་། །སངས་རྒྱས་མཆོད་ལས་ཁྱད་འཕགས་ན། །སེམས་ཅན་མ་ལུས་ཐམས་ཅད་ཀྱི། །བདེ་དོན་བརྩོན་པ་སྨོས་ཅི་དགོས། །\nསྡུག་བསྔལ་འདོར་འདོད་སེམས་ཡོད་ཀྱང་། །སྡུག་བསྔལ་ཉིད་ལ་མངོན་པར་རྒྱུག །བདེ་བ་འདོད་ཀྱང་གཏི་མུག་པས། །རང་གི་བདེ་བ་དགྲ་ལྟར་འཇོམས། །\nགང་ཞིག་བདེ་བས་ཕོངས་པ་དང་། །སྡུག་བསྔལ་མང་ལྡན་དེ་དག་ལ། །བདེ་བ་ཀུན་གྱིས་ཚིམ་པ་དང་། །སྡུག་བསྔལ་ཐམས་ཅད་གཅོད་བྱེད་ཅིང་། །\nགཏི་མུག་ཀྱང་ནི་སེལ་བྱེད་པ། །དེ་དང་དགེ་མཚུངས་ག་ལ་ཡོད། །དེ་འདྲའི་བཤེས་ཀྱང་ག་ལ་ཡོད། །བསོད་ནམས་དེ་འདྲའང་ག་ལ་ཡོད། །\nཕན་བཏགས་ལན་ལྡོན་གང་ཡིན་པ། །དེ་ཡང་རེ་ཞིག་བསྔགས་འོས་ན། །མ་བཅོལ་ལེགས་པར་བྱེད་པ་ཡི། །བྱང་ཆུབ་སེམས་དཔའ་སྨོས་ཅི་དགོས། །\nའགྲོ་བ་ཉུང་ཟད་ནར་མའི་ཟས་སྦྱོར་བ། །སྐད་ཅིག་ཟས་ཙམ་སྦྱིན་པར་བྱེད་པ་དང་། །བརྙས་བཅས་ཉིན་ཕྱེད་འགྲངས་པར་བྱེད་པ་ཡང་། །དགེ་བ་བྱེད་པ་ཡིན་ཞེས་སྐྱེ་བོས་བཀུར། །\nསེམས་ཅན་གྲངས་མཐའ་ཡས་ལ་དུས་རིང་དུ། །བདེ་བར་གཤེགས་ཀྱི་བདེ་བ་བླ་ན་མེད། །ཡིད་ལ་བསམ་པ་མཐའ་དག་རྫོགས་བྱེད་པ། །རྟག་ཏུ་སྦྱིན་པ་ལྟ་ཞིག་སྨོས་ཅི་དགོས། །\nགང་ཞིག་དེ་འདྲའི་རྒྱལ་སྲས་སྦྱིན་བདག་ལ། །གལ་ཏེ་ངན་སེམས་སྐྱེད་པར་བྱེད་ན་དེ། །ངན་སེམས་བསྐྱེད་པའི་གྲངས་བཞིན་བསྐལ་པར་ནི། །དམྱལ་བར་གནས་པར་འགྱུར་ཞེས་ཐུབ་པས་གསུངས། །\nའོན་ཏེ་གང་ཞིག་ཡིད་རབ་དང་བྱེད་ན། །དེ་ཡི་འབྲས་བུ་དེ་བས་ལྷག་པར་འཕེལ། །རྒྱལ་སྲས་རྣམས་ལ་དོ་གལ་ཆེན་པོས་ཀྱང་། །སྡིག་པ་མི་འབྱུང་དགེ་བ་ངང་གིས་འཕེལ། །\nགང་ལ་སེམས་ཀྱི་དམ་པ་རིན་ཆེན་དེ། །སྐྱེས་པ་དེ་ཡི་སྐུ་ལ་ཕྱག་འཚལ་ཞིང་། །གང་ལ་གནོད་པ་བྱས་ཀྱང་བདེ་འབྲེལ་བ། །བདེ་བའི་འབྱུང་གནས་དེ་ལ་སྐྱབས་སུ་མཆི། །\nབྱང་ཆུབ་སེམས་དཔའི་སྤྱོད་པ་ལ་འཇུག་པ་ལས་བྱང་ཆུབ་སེམས་ཀྱི་ཕན་ཡོན་བཤད་པ་ཞེས་བྱ་བ་སྟེ་ལེའུ་དང་པོའོ།། །།\nch-2 རིན་ཆེན་སེམས་དེ་གཟུང་བར་བྱ་བའི་ཕྱིར། །དེ་བཞིན་གཤེགས་པ་རྣམས་དང་དམ་པའི་ཆོས། །དཀོན་མཆོག་དྲི་མ་མེད་དང་སངས་རྒྱས་སྲས། །ཡོན་ཏན་རྒྱ་མཚོ་རྣམས་ལ་ལེགས་པར་མཆོད། །\nམེ་ཏོག་འབྲས་བུ་ཇི་སྙེད་ཡོད་པ་དང་། །སྨན་གྱི་རྣམ་པ་གང་དག་ཡོད་པ་དང་། །འཇིག་རྟེན་རིན་ཆེན་ཇི་སྙེད་ཡོད་པ་དང་། །ཆུ་གཙང་ཡིད་དུ་འོང་བ་ཅི་ཡོད་དང་། །\nརིན་ཆེན་རི་བོ་དང་ནི་དེ་བཞིན་དུ། །ནགས་ཚལ་ས་ཕྱོགས་དབེན་ཞིང་ཉམས་དགའ་དང་། །ལྗོན་ཤིང་མེ་ཏོག་རྒྱན་སྤྲས་སྤུད་པ་དང་། །ཤིང་གང་འབྲས་བཟང་ཡལ་ག་དུད་པ་དང་། །\nལྷ་སོགས་འཇིག་རྟེན་ན་ཡང་དྲི་དང་ནི། །སྤོས་དང་དཔག་བསམ་ཤིང་དང་རིན་ཆེན་ཤིང་། །མ་རྨོས་འཁྲུངས་པའི་ལོ་ཏོག་རྣམ་པ་དང་། །གཞན་ཡང་མཆོད་པར་འོས་པའི་རྒྱན་རྣམས་ནི། །\nམཚོ་དང་རྫིང་བུ་པདྨས་བརྒྱན་པ་དག །ངང་པ་ཤིན་ཏུ་སྐད་སྙན་ཡིད་འོང་ལྡན། །ནམ་མཁའ་རབ་འབྱམས་ཁམས་ཀྱི་མཐས་གཏུགས་པ། །ཡོངས་སུ་གཟུང་བ་མེད་པ་དེ་དག་ཀུན། །\nབློ་ཡིས་བླངས་ནས་ཐུབ་པ་སྐྱེས་ཀྱི་མཆོག །སྲས་དང་བཅས་པ་རྣམས་ལ་ལེགས་འབུལ་ན། །ཡོན་གནས་དམ་པ་ཐུགས་རྗེ་ཆེ་རྣམས་ཀྱིས། །བདག་ལ་བརྩེར་དགོངས་བདག་གི་འདི་དག་བཞེས། །\nབདག་ནི་བསོད་ནམས་མི་ལྡན་བཀྲེན་ཆེན་ཏེ། །མཆོད་པའི་ནོར་གཞན་བདག་ལ་ཅང་མ་མཆིས། །དེས་ན་གཞན་དོན་དགོངས་པའི་མགོན་གྱིས་འདི། །བདག་གི་དོན་སླད་ཉིད་ཀྱི་མཐུས་བཞེས་ཤིག །\nརྒྱལ་དང་དེ་སྲས་རྣམས་ལ་བདག་གིས་ནི། །བདག་གི་ལུས་ཀུན་གཏན་དུ་དབུལ་བར་བགྱི། །སེམས་དཔའ་མཆོག་རྣམས་བདག་ནི་ཡོངས་བཞེས་ཤིག །གུས་པས་ཁྱེད་ཀྱི་འབངས་སུ་མཆི་བར་བགྱི། །\nབདག་ནི་ཁྱེད་ཀྱིས་ཡོངས་སུ་བཟུང་བས་ན། །སྲིད་ན་མི་འཇིགས་སེམས་ཅན་ཕན་པ་བགྱིད། །སྔོན་གྱི་སྡིག་ལས་ཡང་དག་འདའ་བགྱིད་ཅིང་། །སྡིག་པ་གཞན་ཡང་སླན་ཆད་མི་བགྱིད་དོ། །\nཁྲུས་ཀྱི་ཁང་པ་ཤིན་ཏུ་དྲི་ཞིམ་པ། །ཤེལ་གྱི་ས་གཞི་གསལ་ཞིང་འཚེར་བ་བསྟར། །རིན་ཆེན་འབར་བའི་ཀ་བ་ཡིད་འོང་ལྡན། །མུ་ཏིག་འོད་ཆགས་བླ་རེ་བྲེས་པ་དེར། །\nདེ་བཞིན་གཤེགས་དང་དེ་ཡི་སྲས་རྣམས་ལ། །རིན་ཆེན་བུམ་པ་མང་པོ་སྤོས་ཀྱི་ཆུ། །ཡིད་འོང་ལེགས་པར་བཀང་བ་གླུ་དང་ནི། །རོལ་མོར་བཅས་པ་དུ་མས་སྐུ་ཁྲུས་གསོལ། །\nདེ་དག་སྐུ་ལ་མཚུངས་པ་མེད་པའི་གོས། །གཙང་ལ་དྲི་རབ་བསྒོས་པས་སྐུ་ཕྱིའོ། །དེ་ནས་དེ་ལ་ཁ་དོག་ལེགས་བསྒྱུར་བའི། །ན་བཟའ་ཤིན་ཏུ་དྲི་ཞིམ་དམ་པ་འབུལ། །\nགོས་བཟང་སྲབ་ལ་འཇམ་པ་སྣ་ཚོགས་དང་། །རྒྱན་མཆོག་བརྒྱ་ཕྲག་དེ་དང་དེ་དག་གིས། །འཕགས་པ་ཀུན་ཏུ་བཟང་དང་འཇམ་དབྱངས་དང་། །འཇིག་རྟེན་དབང་ཕྱུག་སོགས་ལའང་བརྒྱན་པར་བགྱི། །\nསྟོང་གསུམ་ཀུན་ཏུ་དྲི་ངད་ལྡང་བ་ཡི། །དྲི་མཆོག་རྣམས་ཀྱིས་ཐུབ་དབང་ཀུན་གྱི་སྐུ། །གསེར་སྦྱངས་བཙོ་མ་བྱི་དོར་བྱས་པ་ལྟར། །འོད་ཆགས་འབར་བ་དེ་དག་བྱུག་པར་བགྱི། །\nཐུབ་དབང་མཆོད་གནས་མཆོག་ལ་ཡིད་འོང་བའི། །མེ་ཏོག་མནྡ་ར་དང་པདྨ་དང་། །ཨུཏྤལ་ལ་སོགས་དྲི་ཞིམ་ཐམས་ཅད་དང་། །ཕྲེང་བ་སྤེལ་ལེགས་ཡིད་འོང་རྣམས་ཀྱིས་མཆོད། །\nསྤོས་མཆོག་ཡིད་འཕྲོག་དྲི་ངད་ཁྱབ་པ་ཡི། །བདུག་པའི་སྤྲིན་ཚོགས་རྣམས་ཀྱང་དེ་ལ་དབུལ། །ཞལ་ཟས་བཟའ་བཏུང་སྣ་ཚོགས་བཅས་པ་ཡི། །ལྷ་བཤོས་རྣམས་ཀྱང་དེ་ལ་དབུལ་བར་བགྱི། །\nགསེར་གྱི་པདྨ་ཚར་དུ་དངར་བ་ཡི། །རིན་ཆེན་སྒྲོན་མ་རྣམས་ཀྱང་དབུལ་བར་བགྱི། །ས་གཞི་བསྟར་བ་སྤོས་ཀྱིས་བྱུགས་པ་དེར། །མེ་ཏོག་ཡིད་འོང་སིལ་མ་དགྲམ་པར་བྱ། །\nགཞལ་མེད་ཕོ་བྲང་བསྟོད་དབྱངས་ཡིད་འོང་ལྡན། །མུ་ཏིག་རིན་ཆེན་རྒྱན་འཕྱང་མཛེས་འབར་བ། །དཔག་ཡས་ནམ་མཁའི་རྒྱན་གྱུར་དེ་དག་ཀྱང་། །ཐུགས་རྗེའི་རང་བཞིན་ཅན་ལ་དབུལ་བར་བགྱི། །\nརིན་ཆེན་གདུགས་མཛེས་གསེར་གྱི་ཡུ་བ་ཅན། །ཁོར་ཡུག་རྒྱན་གྱི་རྣམ་པ་ཡིད་འོང་ལྡན། །དབྱིབས་ལེགས་བལྟ་ན་སྡུག་པ་བསྒྲེང་བ་ཡང་། །རྟག་ཏུ་ཐུབ་དབང་རྣམས་ལ་དབུལ་བར་བགྱི། །\nདེ་ལས་གཞན་ཡང་མཆོད་པའི་ཚོགས། །རོལ་མོ་དབྱངས་སྙན་ཡིད་འོང་ལྡན། །སེམས་ཅན་སྔག་བསྔལ་ཚིམ་བྱེད་པའི། །སྤྲིན་རྣམས་སོ་སོར་གནས་གྱུར་ཅིག །\nདམ་ཆོས་དཀོན་མཆོག་ཐམས་ཅད་དང་། །མཆོད་རྟེན་རྣམས་དང་སྐུ་གཟུགས་ལ། །རིན་ཆེན་མེ་ཏོག་ལ་སོགས་ཆར། །རྒྱུན་མི་འཆད་པར་འབབ་པར་ཤོག །\nཇི་ལྟར་འཇམ་དབྱངས་ལ་སོགས་པས། །རྒྱལ་བ་རྣམས་ལ་མཆོད་མཛད་པ། །དེ་བཞིན་བདག་གིས་དེ་བཞིན་གཤེགས། །མགོན་པོ་སྲས་དང་བཅས་རྣམས་མཆོད། །\nཡོན་ཏན་རྒྱ་མཚོ་རྣམས་ལ་བདག །བསྟོད་དབྱངས་ཡན་ལག་རྒྱ་མཚོས་བསྟོད། །བསྟོད་དབྱངས་སྙན་སྤྲིན་དེ་དག་ལ། །ངེས་པར་ཀུན་དུ་འབྱུང་གྱུར་ཅིག །\nདུས་གསུམ་གཤེགས་པའི་སངས་རྒྱས་ཀུན། །ཆོས་དང་ཚོགས་ཀྱི་མཆོག་བཅས་ལ། །ཞིང་རྡུལ་ཀུན་གྱི་གྲངས་སྙེད་ཀྱི། །ལུས་བཏུད་པ་ཡིས་བདག་ཕྱག་འཚལ། །\nབྱང་ཆུབ་སེམས་ཀྱི་གཞི་རྣམས་དང་། །མཆོད་རྟེན་རྣམས་ལ་བདག་ཕྱག་འཚལ། །མཁན་པོ་དེ་བཞིན་སློབ་དཔོན་དང་། །བརྟུལ་ཞུགས་མཆོག་ལ་ཕྱག་འཚལ་ལོ། །\nབྱང་ཆུབ་སྙིང་པོར་མཆིས་ཀྱི་བར། །སངས་རྒྱས་རྣམས་ལ་སྐྱབས་སུ་མཆི། །ཆོས་དང་བྱང་ཆུབ་སེམས་དཔའ་ཡི། །ཚོགས་ལའང་དེ་བཞིན་སྐྱབས་སུ་མཆི། །\nཕྱོགས་རྣམས་ཀུན་ན་བཞུགས་པ་ཡི། །རྫོགས་སངས་རྒྱས་དང་བྱང་ཆུབ་སེམས། །ཐུགས་རྗེ་ཆེན་པོ་མངའ་རྣམས་ལ། །ཐལ་མོ་སྦྱར་ཏེ་གསོལ་བ་ནི། །\nཐོག་མ་མེད་ལྡན་འཁོར་བ་ནས། །ཚེ་རབས་འདི་འམ་གཞན་དག་ཏུ། །བདག་གིས་མ་འཚལ་སྡིག་བགྱིས་པའམ། །བགྱིད་དུ་སྩལ་བ་ཉིད་དང་ནི། །\nགཏི་མུག་འཁྲུལ་པས་བདག་ནོན་ཏེ། །རྗེས་སུ་ཡི་རང་གང་བགྱིས་པ། །ནོངས་པ་དེ་ནི་མཐོང་བགྱིས་ནས། །བསམ་པ་ཐག་པས་མགོན་ལ་བཤགས། །\nབདག་གིས་དཀོན་མཆོག་གསུམ་དང་ནི། །ཕ་མའམ་བླ་མ་གཞན་དག་ལ། །ཉོན་མོངས་སྒོ་ནས་ལུས་ངག་དང་། །ཡིད་ཀྱིས་གནོད་བགྱིས་གང་ལགས་དང་། །\nཉེས་པ་དུ་མས་སྐྱོན་ཆགས་པའི། །སྡིག་ཅན་བདག་གིས་སྡིག་པ་གང་། །ཤིན་ཏུ་མི་བཟད་བགྱིས་པ་དེ། །ཐམས་ཅད་འདྲེན་པ་རྣམས་ལ་བཤགས། །\nབདག་ནི་སྡིག་པ་མ་བྱང་བར། །སྔོན་དུ་འགུམ་པར་འགྱུར་དུ་མཆི། །ཇི་ལྟར་འདི་ལས་ངེས་ཐར་བར། །མྱུར་བའི་ཚུལ་གྱིས་བསྐྱབ་ཏུ་གསོལ། །\nཡིད་བརྟན་མི་རུང་འཆི་བདག་འདི། །བྱས་དང་མ་བྱས་མི་སྡོད་པས། །ན་དང་མི་ན་ཀུན་གྱིས་ཀྱང་། །གློ་བུར་ཚེ་ལ་ཡིད་མི་བརྟན། །\nཐམས་ཅད་བོར་ཏེ་ཆས་དགོས་པར། །བདག་གིས་དེ་ལྟར་མ་ཤེས་ནས། །མཛའ་དང་མི་མཛའི་དོན་གྱི་ཕྱིར། །སྡིག་པ་རྣམ་པ་སྣ་ཚོགས་བྱས། །\nམི་མཛའ་རྣམས་ཀྱང་མེད་འགྱུར་ཞིང་། །མཛའ་བ་རྣམས་ཀྱང་མེད་པར་འགྱུར། །བདག་ཀྱང་མེད་པར་འགྱུར་བ་སྟེ། །དེ་བཞིན་ཐམས་ཅད་མེད་པར་འགྱུར། །\nརྨི་ལམ་ཉམས་སུ་མྱོང་བ་བཞིན། །དངོས་པོ་གང་དང་གང་སྤྱད་པ། །དེ་དེ་དྲན་པའི་ཡུལ་དུ་འགྱུར། །འདས་པ་ཐམས་ཅད་མཐོང་མི་འགྱུར། །\nརེ་ཞིག་གསོན་ཚེ་འདི་ཉིད་ལ། །མཛའ་དང་མི་མཛའ་དུ་མ་འདས། །དེ་དག་དོན་དུ་བྱས་པའི་སྡིག །མི་བཟད་གང་ཡིན་མདུན་ན་གནས། །\nདེ་ལྟར་བདག་ནི་གློ་བུར་ཞེས། །བདག་གིས་རྟོགས་པར་མ་གྱུར་པས། །གཏི་མུག་ཆགས་དང་ཞེ་སྡང་གིས། །སྡིག་པ་རྣམ་པ་དུ་མ་བྱས། །\nཉིན་མཚན་སྡོད་པ་ཡོང་མེད་པར། །ཚེ་འདི་རྟག་ཏུ་གོད་འགྱུར་ཞིང་། །སྣོན་པ་གུད་ནས་འོང་མེད་ན། །བདག་ལྟ་འཆི་བར་ཅིས་མི་འགྱུར། །\nབདག་ནི་མལ་ན་འདུག་བཞིན་དུ། །གཉེན་བཤེས་ཀུན་གྱིས་མཐའ་བསྐོར་ཀྱང་། །སྲོག་འཆད་པ་ཡི་ཚོར་བ་དག །བདག་ཉིད་གཅིག་པུས་མྱོང་བར་འགྱུར། །\nགཤིན་རྗེའི་ཕོ་ཉས་ཟིན་པ་ལ། །གཉེན་གྱིས་ཅི་ཕན་བཤེས་ཅི་ཕན། །དེ་ཚེ་བསོད་ནམས་གཅིག་བསྐྱབས་ན། །དེ་ཡང་བདག་གིས་མ་བསྟེན་ཏོ། །\nམགོན་པོ་བག་མེད་བདག་གིས་ནི། །འཇིགས་པ་འདི་འདྲ་མ་འཚལ་ནས། །མི་རྟག་ཚེ་འདིའི་ཆེད་དག་ཏུ། །སྡིག་པ་མང་པོ་ཉེ་བར་བསྒྲུབས། །\nསྐྱེ་བོ་ཡན་ལག་བཅད་པའི་སར། །དེ་རིང་ཁྲིད་པའང་བྲེད་འགྱུར་ཏེ། །ཁ་སྐམས་མིག་རྩ་ངན་ལ་སོགས། །སྔ་ལས་གཞན་དུ་འགྱུར་སྣང་ན། །\nགཤིན་རྗེའི་ཕོ་ཉ་འཇིགས་འཇིགས་ལྟའི། །ཤ་ཚུགས་ཅན་གྱིས་བཟུང་གྱུར་ཅིང་། །འཇིགས་ཆེན་ནད་ཀྱིས་ཐེབས་གྱུར་པ། །རབ་ཏུ་ཉམ་ཐག་སྨོས་ཅི་དགོས། །\nསུ་ཞིག་འཇིགས་ཆེན་འདི་ལས་བདག །ལེགས་པར་སྐྱོབ་པར་བྱེད་འགྱུར་ཞེས། །བྲེད་ཤ་ཐོན་པའི་མིག་བགྲད་ནས། །ཕྱོགས་བཞིར་སྐྱབས་དག་ཚོལ་བར་བྱེད། །\nཕྱོགས་བཞིར་སྐྱབས་མེད་མཐོང་ནས་ནི། །དེ་ནས་ཀུན་དུ་ཡི་མུག་འགྱུར། །གནས་དེར་སྐྱབས་ཡོད་མ་ཡིན་ན། །དེ་ཚེ་བདག་གིས་ཇི་ལྟར་བྱ། །\nདེ་བས་རྒྱལ་བ་འགྲོ་བའི་མགོན། །འགྲོ་བ་སྐྱོབ་པའི་དོན་བརྩོན་པ། །སྟོབས་ཆེན་འཇིགས་པ་ཀུན་སེལ་ལ། །དེ་རིང་ཉིད་ནས་སྐྱབས་སུ་མཆི། །\nདེ་ཡི་ཐུགས་སུ་ཆུད་པའི་ཆོས། །འཁོར་བའི་འཇིགས་པ་སེལ་བ་དང་། །བྱང་ཆུབ་སེམས་དཔའི་ཚོགས་ལ་ཡང་། །དེ་བཞིན་ཡང་དག་སྐྱབས་སུ་མཆི། །\nབདག་ནི་འཇིགས་པས་རྣམ་སྐྲག་པས། །ཀུན་དུ་བཟང་ལ་བདག་ཉིད་འབུལ། །འཇམ་པའི་དབྱངས་ལ་བདག་ཉིད་ཀྱིས། །བདག་གི་ལུས་ནི་དབུལ་བར་བགྱི། །\nཐུགས་རྗེས་སྤྱོད་པ་མ་འཁྲུལ་བ། །སྤྱན་རས་གཟིགས་མགོན་དེ་ལ་ཡང་། །ཉམ་ཐག་ང་རོས་འོ་དོད་འབོད། །སྡིག་ལྡན་བདག་ལ་བསྐྱབ་ཏུ་གསོལ། །\nའཕགས་པ་ནམ་མཁའི་སྙིང་པོ་དང་། །ས་ཡི་སྙིང་པོ་དག་དང་ནི། །ཐུགས་རྗེ་ཆེ་མགོན་ཐམས་ཅད་ལ། །སྐྱབས་ཚོལ་སྙིང་ནས་འོ་དོད་འབོད། །\nགང་ཞིག་མཐོང་ནས་གཤིན་རྗེ་ཡི། །ཕོ་ཉ་ལ་སོགས་སྡང་བ་རྣམས། །སྐྲག་ནས་ཕྱོགས་བཞིར་འབྱེར་བྱེད་པ། །རྡོ་རྗེ་ཅན་ལ་སྐྱབས་སུ་མཆི། །\nསྔོན་ཆད་ཁྱེད་ཀྱི་བཀའ་ལས་འདས། །ད་ནི་འཇིགས་པ་ཆེ་མཐོང་ནས། །ཁྱེད་ལ་སྐྱབས་སུ་མཆི་ལགས་ཀྱིས། །འཇིགས་པ་མྱུར་དུ་བསལ་དུ་གསོལ། །\nཐ་མལ་ནད་ཀྱིས་འཇིགས་ན་ཡང་། །སྨན་པའི་ངག་བཞིན་བྱ་དགོས་ན། །འདོད་ཆགས་ལ་སོགས་ཉེས་པ་བརྒྱའི། །ནད་ཀྱིས་རྟག་བཏབ་སྨོས་ཅི་དགོས། །\nདེ་གཅིག་གིས་ཀྱང་འཛམ་གླིང་ན། །གནས་པའི་མི་ཀུན་བརླག་བྱེད་ལ། །དེ་དག་གསོ་བའི་སྨན་གཞན་ནི། །ཕྱོགས་རྣམས་ཀུན་ནས་མི་རྙེད་ན། །\nདེ་ལ་སྨན་པ་ཐམས་ཅད་མཁྱེན། །ཟུག་རྔུ་ཐམས་ཅད་འབྱིན་པ་ཡི། །བཀའ་ལྟར་མི་བྱེད་སེམས་པ་ནི། །ཤིན་ཏུ་གཏི་མུག་སྨད་པའི་གནས། །\nགཡང་ས་ཐ་མལ་ཆུང་ངུ་ལའང་། །བག་ཡོད་གནས་པར་བྱ་དགོས་ན། །དཔག་ཚད་སྟོང་དུ་ལྷུང་བ་ཡི། །ཡུན་རིང་གཡང་སར་སྨོས་ཅི་དགོས། །\nདེ་རིང་ཁོ་ན་མི་འཆི་ཞེས། །བདེ་བར་འདུག་པ་རིགས་མ་ཡིན། །བདག་ནི་མེད་པར་འགྱུར་བའི་དུས། །དེ་ནི་གདོན་མི་ཟ་བར་འབྱུང་། །\nབདག་ལ་མི་འཇིགས་སུ་ཡིས་བྱིན། །འདི་ལས་ཇི་ལྟར་ངེས་ཐར་ཞེས། །གདོན་མི་ཟ་བར་མེད་འགྱུར་ན། །ཇི་ལྟར་བདག་ཡིད་བདེ་བར་འདུག །\nསྔོན་ཆད་མྱོང་སྟེ་ཞིག་པ་ལས། །བདག་ལ་ལྷག་པ་ཅི་ཡོད་ན། །བདག་ནི་དེ་ལ་མངོན་ཞེན་ནས། །བླ་མའི་བཀའ་དང་འགལ་བར་བྱས། །\nགསོན་ཚེ་འདི་དང་དེ་བཞིན་དུ། །གཉེན་དང་བཤེས་པ་རྣམ་སྤངས་ནས། །གཅིག་པུ་ག་ཤེད་འགྲོ་དགོས་ན། །མཛའ་དང་མི་མཛའ་ཀུན་ཅི་རུང་། །\nམི་དགེ་བ་ལས་སྡུག་བསྔལ་འབྱུང་། །དེ་ལས་ཇི་ལྟར་ངེས་ཐར་ཞེས། །ཉིན་མཚན་རྟག་ཏུ་བདག་གིས་ནི། །འདི་ཉིད་འབའ་ཞིག་བསམ་པའི་རིགས། །\nབདག་ནི་མི་ཤེས་གཏི་མུག་པས། །རང་བཞིན་ཁ་ན་མ་ཐོའམ། །བཅས་པའི་སྡིག་པ་གང་ཡིན་ལས། །གང་ཡང་རུང་བ་བགྱིས་པ་རྣམས། །\nམགོན་པོའི་སྤྱན་སྔར་མངོན་སུམ་དུ། །ཐལ་སྦྱར་སྡུག་བསྔལ་འཇིགས་སེམས་ཀྱིས། །ཡང་དང་ཡང་དུ་ཕྱག་འཚལ་ཏེ། །དེ་དག་ཐམས་ཅད་བཤགས་པར་བགྱི། །\nའདྲེན་པ་རྣམས་ཀྱིས་བདག་གི་སྡིག །ནོངས་པ་ལགས་པར་གཟུང་དུ་གསོལ། །འདི་ནི་བཟང་པོ་མ་ལགས་པས། །སླན་ཆད་བདག་ནི་ཡོང་མི་བགྱིད། །\nབྱང་ཆུབ་སེམས་དཔའི་སྤྱོད་པ་ལ་འཇུག་པ་ལས། སྡིག་པ་བཤགས་པའི་ལེའུ་སྟེ་གཉིས་པའོ།། །།\nch-3 སེམས་ཅན་ཀུན་གྱི་ངན་སོང་གི །སྡུག་བསྔལ་ངལ་སོའི་དགེ་བ་དང་། །སྡུག་བསྔལ་ཅན་དག་བདེར་གནས་ལ། །དགའ་བས་རྗེས་སུ་ཡི་རང་ངོ་། །\nབྱང་ཆུབ་རྒྱུར་གྱུར་དགེ་བསགས་པ། །དེ་ལ་རྗེས་སུ་ཡི་རང་ངོ་། །ལུས་ཅན་འཁོར་བའི་སྡུག་བསྔལ་ལས། །ངེས་པར་ཐར་ལ་ཡི་རང་ངོ་། །\nསྐྱོབ་པ་རྣམས་ཀྱི་བྱང་ཆུབ་དང་། །རྒྱལ་སྲས་ས་ལའང་ཡི་རང་ངོ་། །སེམས་ཅན་ཐམས་ཅད་བདེ་མཛད་པའི། །ཐུགས་བསྐྱེད་དགེ་བ་རྒྱ་མཚོ་དང་། །སེམས་ཅན་ཕན་པ་མཛད་པ་ལ། །དགའ་བས་རྗེས་སུ་ཡི་རང་ངོ་། །\nཕྱོགས་རྣམས་ཀུན་གྱི་སངས་རྒྱས་ལ། །ཐལ་མོ་སྦྱར་ཏེ་གསོལ་བ་ནི། །སེམས་ཅན་སྡུག་བསྔལ་མུན་འཐོམས་ལ། །ཆོས་ཀྱི་སྒྲོན་མ་སྤར་དུ་གསོལ། །\nརྒྱལ་བ་མྱ་ངན་འདའ་བཞེད་ལ། །ཐལ་མོ་སྦྱར་ཏེ་གསོལ་བ་ནི། །འགྲོ་འདི་ལྡོངས་པར་མི་དགོད་ཅིང་། །བསྐལ་པ་གྲངས་མེད་བཞུགས་པར་གསོལ། །\nདེ་ལྟར་འདི་དག་ཀུན་བྱས་ཏེ། །དགེ་བ་བདག་གིས་བསགས་པ་གང་། །དེས་ནི་སེམས་ཅན་ཐམས་ཅད་ཀྱི། །སྡུག་བསྔལ་ཐམས་ཅད་བསལ་བར་ཤོག །\nའགྲོ་བ་ནད་པ་ཇི་སྲིད་དུ། །ནད་སོས་གྱུར་གྱི་བར་དུ་ནི། །སྨན་དང་སྨན་པ་ཉིད་དག་དང་། །དེ་ཡི་ནད་གཡོག་བྱེད་པར་ཤོག །\nཟས་དང་སྐོམ་གྱི་ཆར་ཕབ་སྟེ། །བཀྲེས་དང་སྐོམ་པའི་སྡུག་བསྔལ་བསལ། །མུ་གེའི་བསྐལ་པ་བར་མའི་ཚེ། །བདག་ནི་ཟས་དང་སྐོམ་དུ་གྱུར། །\nསེམས་ཅན་ཕོངས་ཤིང་དབུལ་བ་ལ། །བདག་ནི་མི་ཟད་གཏེར་གྱུར་ཏེ། །ཡོ་བྱད་མཁོ་དགུ་སྣ་ཚོགས་སུ། །མདུན་དུ་ཉེ་བར་གནས་གྱུར་ཅིག །\nལུས་དང་དེ་བཞིན་ལོངས་སྤྱོད་དང་། །དུས་གསུམ་དགེ་བ་ཐམས་ཅད་ཀྱང་། །སེམས་ཅན་ཀུན་གྱི་དོན་སྒྲུབ་ཕྱིར། །ཕོངས་པ་མེད་པར་གཏང་བར་བྱ། །\nཐམས་ཅད་བཏང་བས་མྱ་ངན་འདའ། །བདག་བློ་མྱ་ངན་འདས་པ་སྒྲུབ། །ཐམས་ཅད་གཏོང་བར་ཆབས་གཅིག་ལ། །སེམས་ཅན་རྣམས་ལ་བཏང་བ་མཆོག །\nབདག་གིས་ལུས་ཅན་ཐམས་ཅད་ལ། །ལུས་འདི་ཅི་བདེར་བྱིན་ཟིན་གྱིས། །རྟག་ཏུ་གསོད་དང་སྨོད་པའམ། །བརྡེག་སོགས་ཅི་དགར་བྱེད་ལ་རག །\nབདག་གི་ལུས་ལ་རྩེ་བྱེད་དམ། །ཅོ་འདྲི་ག་ཞའི་རྒྱུ་བྱེད་ཀྱང་། །བདག་གི་ལུས་འདི་བྱིན་ཟིན་གྱིས། །འདི་ཡི་ཁ་ཏས་ཅི་ཞིག་བྱ། །\nདེ་ལ་གནོད་པར་མི་འགྱུར་བའི། །ལས་གང་ཡིན་པའང་བྱེད་དུ་ཆུག །བདག་ལ་དམིགས་ནས་ནམ་དུ་ཡང་། །འགའ་ཡང་དོན་མེད་མ་གྱུར་ཅིག །\nབདག་ལ་དམིགས་ནས་གང་དག་གི །ཁྲོའམ་དད་པའི་སེམས་བྱུང་ན། །དེ་ཉིད་རྟག་ཏུ་དེ་དག་གི །དོན་ཀུན་འགྲུབ་པའི་རྒྱུར་གྱུར་ཅིག །\nགང་དག་བདག་ལ་ཁ་ཟེར་རམ། །གཞན་དག་གནོད་པ་བྱེད་པའམ། །དེ་བཞིན་ཕྱར་ཀ་གཏོང་ཡང་རུང་། །ཐམས་ཅད་བྱང་ཆུབ་སྐལ་ལྡན་གྱུར། །\nབདག་ནི་མགོན་མེད་རྣམས་ཀྱི་མགོན། །ལམ་ཞུགས་རྣམས་ཀྱི་དེད་དཔོན་དང་། །བརྒལ་འདོད་རྣམས་ཀྱི་གྲུ་དང་ནི། །གཟིངས་དང་ཟམ་པ་ཉིད་དུ་གྱུར། །\nགླིང་དོན་གཉེར་ལ་གླིང་དང་ནི། །གནས་མལ་འདོད་ལ་གནས་མལ་དང་། །བདག་ནི་ལུས་ཅན་བྲན་འདོད་པ། །ཀུན་གྱི་བྲན་དུ་འགྱུར་བར་ཤོག །\nཡིད་བཞིན་ནོར་དང་བུམ་པ་བཟང་། །རིག་སྔགས་གྲུབ་དང་སྨན་ཆེན་དང་། །དཔག་བསམ་གྱི་ནི་ཤིང་དག་དང་། །ལུས་ཅན་རྣམས་ཀྱི་འདོད་འཇོར་གྱུར། །\nས་སོགས་འབྱུང་བ་ཆེན་པོ་དང་། །ནམ་མཁའ་བཞིན་དུ་རྟག་པར་ཡང་། །སེམས་ཅན་དཔག་ཏུ་མེད་པ་ཡི། །རྣམ་མང་ཉེར་འཚོའི་གཞིར་ཡང་ཤོག །\nདེ་བཞིན་ནམ་མཁའི་མཐས་གཏུགས་པའི། །སེམས་ཅན་ཁམས་ལ་རྣམ་ཀུན་ཏུ། །ཐམས་ཅད་མྱ་ངན་འདས་བར་དུ། །བདག་ནི་ཉེར་འཚོའི་རྒྱུར་ཡང་ཤོག །\nཇི་ལྟར་སྔོན་གྱི་བདེ་གཤེགས་ཀྱིས། །བྱང་ཆུབ་ཐུགས་ནི་བསྐྱེད་པ་དང་། །བྱང་ཆུབ་སེམས་དཔའི་བསླབ་པ་ལ། །དེ་དག་རིམ་བཞིན་གནས་པ་ལྟར། །\nདེ་བཞིན་འགྲོ་ལ་ཕན་དོན་དུ། བྱང་ཆུབ་སེམས་ནི་བསྐྱེད་བགྱི་ཞིང་། །དེ་བཞིན་དུ་ནི་བསླབ་པ་ལའང་། །རིམ་པ་བཞིན་དུ་བསླབ་པར་བགྱི། །\nདེ་ལྟར་བློ་དང་ལྡན་པ་ཡིས། །རབ་དང་བྱང་ཆུབ་སེམས་བཟུང་ནས། །མཇུག་ཀྱང་རྒྱས་པར་བྱ་བའི་ཕྱིར། །སེམས་ནི་འདི་ལྟར་གཟེངས་བསྟོད་དོ། །\nདེང་དུ་བདག་ཚེ་འབྲས་བུ་ཡོད། །མི་ཡི་སྲིད་པ་ལེགས་པར་ཐོབ། །དེ་རིང་སངས་རྒྱས་རིགས་སུ་སྐྱེས། །སངས་རྒྱས་སྲས་སུ་བདག་དེང་གྱུར། །\nད་ནི་བདག་གིས་ཅི་ནས་ཀྱང་། །རིགས་དང་མཐུན་པའི་ལས་བརྩམས་ཏེ། །སྐྱོན་མེད་བཙུན་པའི་རིགས་འདི་ལ། །རྙོག་པར་མི་འགྱུར་དེ་ལྟར་བྱ། །\nལོང་བས་ཕྱག་དར་ཕུང་པོ་ལས། །ཇི་ལྟར་རིན་ཆེན་རྙེད་པ་ལྟར། །དེ་བཞིན་ཇི་ཞིག་ལྟར་སྟེས་ནས། །བྱང་ཆུབ་སེམས་འདི་བདག་ལ་སྐྱེས། །\nའགྲོ་བའི་འཆི་བདག་འཇོམས་བྱེད་པའི། །བདུད་རྩི་མཆོག་ཀྱང་འདི་ཡིན་ནོ། །འགྲོ་བའི་དབུལ་བ་སེལ་བ་ཡི། །མི་ཟད་གཏེར་ཡང་འདི་ཡིན་ནོ། །\nའགྲོ་བའི་ནད་རབ་ཞི་བྱེད་པའི། །སྨན་གྱི་མཆོག་ཀྱང་འདི་ཡིན་ནོ། །སྲིད་ལམ་འཁྱམ་ཞིང་དུབ་པ་ཡི། །འགྲོ་བའི་ངལ་སོ་ལྗོན་ཤིང་ཡིན། །\nའགྲོ་བ་ཐམས་ཅད་ངན་འགྲོ་ལས། །སྒྲོལ་བར་བྱེད་པའི་སྤྱི་སྟེགས་ཡིན། །འགྲོ་བའི་ཉོན་མོངས་གདུང་སེལ་བའི། །སེམས་ཀྱི་ཟླ་བ་ཤར་བ་ཡིན། །\nའགྲོ་བའི་མི་ཤེས་རབ་རིབ་དག །དཔྱིས་འབྱིན་ཉི་མ་ཆེན་པོ་ཡིན། །དམ་ཆོས་འོ་མ་བསྲུབས་པ་ལས། །མར་གྱི་ཉིང་ཁུ་བྱུང་བ་ཡིན། །\nའགྲོ་བའི་མགྲོན་པོ་སྲིད་པའི་ལམ་རྒྱུ་ཞིང་། །བདེ་བའི་ལོངས་སྤྱོད་སྤྱད་པར་འདོད་པ་ལ། །འདི་ནི་བདེ་བའི་མཆོག་ཏུ་ཉེར་གནས་ཏེ། །སེམས་ཅན་མགྲོན་ཆེན་ཚིམ་པར་བྱེད་པ་ཡིན། །\nབདག་གིས་དེ་རིང་སྐྱོབ་པ་ཐམས་ཅད་ཀྱི། །སྤྱན་སྔར་འགྲོ་བ་བདེ་གཤེགས་ཉིད་དང་ནི། །བར་དུ་བདེ་ལ་མགྲོན་དུ་བོས་ཟིན་གྱིས། །ལྷ་དང་ལྷ་མིན་ལ་སོགས་དགའ་བར་གྱིས། །\nབྱང་ཆུབ་སེམས་དཔའི་སྤྱོད་པ་ལ་འཇུག་པ་ལས། བྱང་ཆུབ་ཀྱི་སེམས་ཡོངས་སུ་བཟུང་བ་ཞེས་བྱ་བ་སྟེ་ལེའུ་གསུམ་པའོ།། །།\nch-4 རྒྱལ་བའི་སྲས་ཀྱིས་དེ་ལྟ་བུར། །བྱང་ཆུབ་སེམས་རབ་བརྟན་བཟུང་ནས། །གཡེལ་བ་མེད་པར་རྟག་ཏུ་ཡང་། །བསླབ་ལས་མི་འདའ་འབད་པར་བྱ། །\nབབ་ཅོལ་བརྩམས་པ་གང་ཡིན་པའམ། །གང་ཞིག་ལེགས་པར་མ་བརྟགས་པ། །དེ་ནི་དམ་བཅས་བྱས་གྱུར་ཀྱང་། །བྱའམ་བཏང་ཞེས་བརྟགས་པའི་རིགས། །\nསངས་རྒྱས་རྣམས་དང་དེ་ཡི་སྲས། །ཤེས་རབ་ཆེན་པོས་གང་བརྟགས་ཤིང་། །བདག་ཉིད་ཀྱིས་ཀྱང་བརྟག་བརྟགས་པ། །དེ་ལ་བཤོལ་དུ་ཅི་ཞིག་ཡོད། །\nགལ་ཏེ་དེ་ལྟར་དམ་བཅས་ནས། །ལས་ཀྱིས་བསྒྲུབ་པ་མ་བྱས་ན། །སེམས་ཅན་དེ་དག་ཀུན་བསླུས་པས། །བདག་གི་འགྲོ་བ་ཅི་འདྲར་འགྱུར། །\nདངོས་པོ་ཕལ་པ་ཅུང་ཟད་ལའང་། །ཡིད་ཀྱིས་སྦྱིན་པར་བསམ་བྱས་ནས། །མི་གང་སྦྱིན་པར་མི་བྱེད་པ། །དེ་ཡང་ཡི་དྭགས་འགྱུར་གསུངས་ན། །\nབླ་ན་མེད་པའི་བདེ་བ་ལ། །བསམ་པ་ཐག་པས་མགྲོན་གཉེར་ནས། །འགྲོ་བ་ཐམས་ཅད་བསླུ་བྱས་ན། །བདེ་འགྲོར་ཇི་ག་འགྲོ་འགྱུར་རམ། །\nམི་གང་བྱང་ཆུབ་སེམས་བཏང་ཡང་། །དེ་དག་ཐར་བར་བྱེད་པ་ནི། །ལས་ཚུལ་བསམ་གྱིས་མི་ཁྱབ་སྟེ། །ཐམས་ཅད་མཁྱེན་པ་ཁོ་ནས་མཁྱེན། །\nདེ་ནི་བྱང་ཆུབ་སེམས་དཔའ་ལ། །ལྟུང་བའི་ནང་ན་ལྕི་བ་སྟེ། །འདི་ལྟར་དེ་ནི་བྱུང་གྱུར་ན། །སེམས་ཅན་ཀུན་གྱི་དོན་ལ་དམན། །\nགང་གཞན་སྐད་ཅིག་ཙམ་ཡང་འདིའི། །བསོད་ནམས་བར་ཆད་གེགས་བྱེད་པ། །སེམས་ཅན་དོན་ལ་དམན་གྱུར་པས། །དེ་ཡི་ངན་འགྲོ་མུ་མཐའ་མེད། །\nསེམས་ཅན་གཅིག་གི་བདེ་བ་ཡང་། །བཤིག་ན་བདག་ཉིད་ཉམས་འགྱུར་ན། །ནམ་མཁའ་མ་ལུས་མཐའ་ཀླས་པའི། །ལུས་ཅན་བདེ་བཤིག་སྨོས་ཅི་དགོས། །\nདེ་ལྟར་ལྟུང་བ་སྟོབས་ལྡན་དང་། །བྱང་ཆུབ་སེམས་སྟོབས་ལྡན་པ་དག །འཁོར་བར་རེས་ཀྱིས་འདྲེ་བྱེད་ན། །ས་ཐོབ་པ་ལ་ཡུན་རིང་ཐོགས། །\nདེ་ལྟས་ཇི་ལྟར་དམ་བཅས་བཞིན། །བདག་གིས་གུས་པར་བསྒྲུབ་པར་བྱ། །དེང་ནས་བརྩོན་པར་མ་བྱས་ན། །འོག་ནས་འོག་ཏུ་འགྲོ་བར་འགྱུར། །\nསེམས་ཅན་ཐམས་ཅད་ཕན་མཛད་པའི། །སངས་རྒྱས་གྲངས་མེད་འདས་གྱུར་ཀྱང་། །བདག་ནི་རང་གི་ཉེས་པས་དེའི། །གསོ་བའི་སྤྱོད་ཡུལ་མ་གྱུར་ཏོ། །\nད་དུང་དེ་བཞིན་བདག་བྱེད་ན། །ཡང་དང་ཡང་དུའང་དེ་བཞིན་ཏེ། །ངན་འགྲོར་ནད་དང་འཆིང་བ་དང་། །བཅད་དང་གཤེག་སོགས་མྱོང་བར་འགྱུར། །\nདེ་བཞིན་གཤེགས་པ་འབྱུང་བ་དང་། །དད་དང་མི་ལུས་ཐོབ་པ་དང་། །དགེ་གོམས་རུང་བ་དེ་ལྟ་བུ། །དཀོན་ན་ནམ་ཞིག་ཐོབ་པར་འགྱུར། །\nནད་མེད་ཉི་མ་འདི་ལྟ་བུ། །ཟས་བཅས་འཚེ་བ་མེད་ཀྱང་ནི། །ཚེ་ནི་སྐད་ཅིག་བསླུ་བ་སྟེ། །ལུས་ནི་ཐང་ཅིག་བརྙན་པོ་བཞིན། །\nབདག་གི་སྤྱོད་པ་འདི་འདྲས་ནི། །མི་ཡི་ལུས་ཀྱང་འཐོབ་མི་འགྱུར། །མི་ལུས་ཐོབ་པར་མ་གྱུར་ན། །སྡིག་པ་འབའ་ཞིག་དགེ་བ་མེད། །\nགང་ཚེ་དགེ་སྤྱད་སྐལ་ལྡན་ཡང་། །དགེ་བ་བདག་གིས་མ་བྱས་ན། །ངན་སོང་སྡུག་བསྔལ་ཀུན་རྨོངས་པ། །དེ་ཚེ་བདག་གིས་ཅི་བྱར་ཡོད། །\nདགེ་བ་དག་ཀྱང་མ་བྱས་ལ། །སྡིག་པ་དག་ཀྱང་ཉེར་བསགས་ན། །བསྐལ་པ་བྱེ་བ་བརྒྱར་ཡང་ནི། །བདེ་འགྲོའི་སྒྲ་ཡང་ཐོས་མི་འགྱུར། །\nདེ་ཉིད་ཕྱིར་ན་བཅོམ་ལྡན་གྱིས། །རྒྱ་མཚོ་ཆེར་གཡེངས་གཉའ་ཤིང་གི །བུ་གར་རུས་སྦལ་མགྲིན་ཆུད་ལྟར། །མི་ཉིད་ཤིན་ཏུ་ཐོབ་དཀར་གསུངས། །\nསྐད་ཅིག་གཅིག་བྱས་སྡིག་པས་ཀྱང་། །བསྐལ་པར་མནར་མེད་གནས་འགྱུར་ན། །ཐོག་མེད་འཁོར་བར་བསགས་སྡིག་གིས། །བདེ་འགྲོར་མི་འགྲོ་སྨོས་ཅི་དགོས། །\nདེ་ཙམ་ཁོ་ན་མྱོང་གྱུར་ནས། །དེ་ནི་རྣམ་ཐར་མི་འགྱུར་ཏེ། །འདི་ལྟར་དེ་ནི་མྱོང་བཞིན་དུ། །སྡིག་པ་གཞན་དག་རབ་ཏུ་སྐྱེ། །\nའདི་འདྲའི་དལ་བ་རྙེད་གྱུར་ནས། །བདག་གིས་དགེ་གོམས་མ་བྱས་ན། །འདི་ལས་བསླུས་པ་གཞན་མེད་དེ། །འདི་ལས་རྨོངས་པའང་གཞན་མེད་དོ། །\nགལ་ཏེ་བདག་གིས་དེ་རྟོགས་ནས། །རྨོངས་པས་ཕྱིས་ཀྱང་སྒྱིད་ལུག་ན། །འཆི་བར་འགྱུར་བའི་དུས་ཀྱི་ཚེ། །མྱ་ངན་ཆེན་པོ་ལྡང་བར་འགྱུར། །\nདམྱལ་མེ་བཟོད་དཀས་དུས་རིང་དུ། །བདག་གི་ལུས་ལ་བསྲེགས་གྱུར་ན། །འགྱོད་པ་མི་བཟད་མེ་འབར་བས། །སེམས་གདུང་འགྱུར་བ་གདོན་མི་ཟ། །\nཤིན་ཏུ་རྙེད་དཀའ་ཕན་པའི་ས། །ཇི་ཞིག་ལྟར་སྟེས་རྙེད་གྱུར་ནས། །བདག་ཉིད་ཤེས་དང་ལྡན་བཞིན་དུ། །ཕྱིར་ཡང་དམྱལ་བ་དེར་ཁྲིད་ན། །\nསྔགས་ཀྱིས་རྨོངས་པར་བྱས་པ་བཞིན། །བདག་ལ་འདིར་སེམས་མེད་དུ་ཟད། །ཅིས་རྨོངས་བདག་ཀྱང་མ་ཤེས་ཏེ། །བདག་གི་ཁོང་ན་ཅི་ཞིག་ཡོད། །\nཞེ་སྡང་སྲེད་སོགས་དགྲ་རྣམས་ནི། །རྐང་ལག་ལ་སོགས་ཡོད་མིན་ལ། །དཔའ་མཛངས་མིན་ཡང་ཇི་ཞིག་ལྟར། །དེ་དག་གིས་བདག་བྲན་བཞིན་བྱས། །\nབདག་གི་སེམས་ལ་གནས་བཞིན་དུ། །དགའ་མགུར་བདག་ལ་གནོད་བྱེད་པ། །དེ་ལའང་མི་ཁྲོ་བཟོད་པ་ནི། །གནས་མིན་བཟོད་པ་སྨད་པའི་གནས། །\nགལ་ཏེ་ལྷ་དང་ལྷ་མིན་རྣམས། །ཐམས་ཅད་བདག་ལ་དགྲར་ལངས་ཀྱང་། །དེ་དག་གིས་ཀྱང་མནར་མེད་པའི། །མེ་ནང་ཁྲིད་ཅིང་འཇུག་མི་ནུས། །\nཉོན་མོངས་སྟོབས་ཅན་དགྲ་འདིས་ནི། །གང་དང་ཕྲད་ན་རི་རབ་ཀྱང་། །ཐལ་བ་ཡང་ནི་མི་ལུས་པ། །དེར་བདག་སྐད་ཅིག་གཅིག་ལ་འདོར། །\nབདག་གི་ཉོན་མོངས་དགྲ་བོ་གང་། །དུས་རིང་ཐོག་མཐའ་མེད་པ་ལྟར། །དགྲ་གཞན་ཀུན་ཀྱང་དེ་ལྟ་བུར། །ཡུན་རིང་ཐུབ་པ་མ་ཡིན་ནོ། །\nམཐུན་པར་རིམ་གྲོ་བསྟེན་བྱས་ན། །ཐམས་ཅད་ཕན་དང་བདེ་བྱེད་ན། །ཉོན་མོངས་རྣམས་ནི་བསྟེན་བྱས་ན། །ཕྱིར་ཞིང་སྡུག་བསྔལ་གནོད་པ་བྱེད། །\nདེ་ལྟར་ཡུན་རིང་རྒྱུན་ཆགས་དགྲར་གྱུར་པ། །གནོད་པའི་ཚོགས་རབ་འཕེལ་བའི་རྒྱུ་གཅིག་པུ། །བདག་གི་སྙིང་ལ་ངེས་པར་གནས་འཆའ་ན། །འཁོར་བར་འཇིགས་མེད་དགའ་བར་ག་ལ་འགྱུར། །\nའཁོར་བའི་བཅོན་རའི་སྲུང་མས་དམྱལ་སོགས་སུ། །གསོད་བྱེད་གཤེད་མར་གྱུར་པ་འདི་དག་ནི། །གལ་ཏེ་བློ་གནས་ཆགས་པའི་དྲ་བ་ན། །གནས་ན་བདག་ལ་བདེ་བ་ག་ལ་ཡོད། །\nདེ་ལྟར་ཇི་སྲིད་བདག་གིས་དགྲ་འདི་མངོན་སུམ་དུ། །ངེས་པར་མ་བཅོམ་དེ་སྲིད་བདག་འདིར་བརྩོན་མི་འདོར། །རེ་ཞིག་གནོད་བྱེད་ཆུང་ངུ་ལ་ཡང་ཁྲོས་གྱུར་པ། །ང་རྒྱལ་བདོ་རྣམས་དེ་མ་བཅོམ་པར་གཉིད་མི་འོང་། །\nརང་བཞིན་འཆི་བས་སྡུག་བསྔལ་གྱུར་པའི་ཉོན་མོངས་དག །གཡུལ་ངོར་དངར་ཚེ་ནན་གྱིས་གཞོམ་པར་འདོད་པ་ཡང་། །མདའ་མདུང་མཚོན་གྱིས་ཕོག་པའི་སྡུག་བསྔལ་ཁྱད་བསད་ནས། །དོན་མ་གྲུབ་པར་ཕྱིར་ཕྱོགས་འབྱེར་བར་མི་བྱེད་ན། །\nརྟག་ཏུ་སྡུག་བསྔལ་ཀུན་གྱི་རྒྱུར་གྱུར་པ། །རང་བཞིན་དགྲར་ངེས་གཞོམ་བརྩོན་བདག་ལ་དེང་། །སྡུག་བསྔལ་བརྒྱ་ཕྲག་རྒྱུར་གྱུར་གང་གིས་ཀྱང་། །ཡི་ཆད་སྒྱིད་ལུག་མི་འགྱུར་སྨོས་ཅི་དགོས། །\nདོན་མེད་དགྲ་ཡིས་རྨ་སྲོལ་བཏོད་པ་ཡང་། །ལུས་ལ་རྒྱན་དང་འདྲ་བར་སྲེལ་བྱེད་ན། །དོན་ཆེན་སྒྲུབ་ཕྱིར་ཡང་དག་བརྩོན་གྱུར་པ། །བདག་ལ་སྡུག་བསྔལ་ཅི་ཕྱིར་གནོད་བྱེད་ཡིན། །\nཉ་པ་གདོལ་པ་ཞིང་པ་ལ་སོགས་པ། །རང་གི་འཚོ་བ་ཙམ་ཞིག་སེམས་པ་ཡང་། །གྲང་དང་ཚ་ལ་སོགས་པའི་གནོད་བཟོད་ན། །འགྲོ་བ་བདེ་ཕྱིར་བདག་ལྟ་ཅིས་མི་བཟོད། །\nཕྱོགས་བཅུ་ནམ་མཁའི་མཐས་གཏུགས་པའི། །འགྲོ་བ་ཉོན་མོངས་ལས་བསྒྲལ་བར། །དམ་བཅས་གང་ཚེ་བདག་ཉིད་ཀྱང་། །ཉོན་མོངས་རྣམས་ལས་མ་གྲོལ་བ། །\nབདག་གི་ཚོད་ཀྱང་མི་ཤེས་པར། །སྨྲ་བ་ཇི་ལྟར་སྨྱོན་པ་མིན། །དེ་ལྟར་ཉོན་མོངས་གཞོམ་པ་ལ། །རྟག་ཏུ་ཕྱིར་མི་ལྡོག་པར་བྱ། །\nའདི་ལ་བདག་གིས་ཞེན་བྱ་ཞིང་། །ཁོན་དུ་བཟུང་ནས་གཡུལ་སྤྲད་དེ། །རྣམ་པ་དེ་འདྲའི་ཉོན་མོངས་པ། །ཉོན་མོངས་འཇོམས་བྱེད་མ་གཏོགས་སོ། །\nབདག་ནི་བསྲེགས་ཏེ་བསད་གྱུར་ཏམ། །བདག་གི་མགོ་བོ་བཅད་ཀྱང་བླའི། །རྣམ་པ་ཀུན་དུ་ཉོན་མོངས་པའི། །དགྲ་ལ་མདུད་པར་མི་བྱའོ། །\nཐ་མལ་དགྲ་བོ་ཡུལ་ནས་ཕྱུང་ཡང་ནི། །ཡུལ་གཞན་དག་ཏུ་གནས་ཤིང་ཡོངས་བཟུང་ནས། །ནུས་པ་བརྟས་ནས་དེ་ནས་ཕྱིར་ལྡོག་གི །ཉོན་མོངས་དགྲ་ཚུལ་དེ་དང་འདྲ་མ་ཡིན། །\nཉོན་མོངས་ཉོན་མོངས་ཤེས་རབ་མིག་གིས་སྤང་། །བདག་ཡིད་ལས་བསལ་གང་དུ་འགྲོ་བར་འགྱུར། །གང་དུ་གནས་ནས་བདག་གནོད་བྱ་ཕྱིར་འོང་། །བློ་ཞེན་བདག་ལ་བརྩོན་པ་མེད་པར་ཟད། །\nཉོན་མོངས་རྣམས་ནི་ཡུལ་ན་མི་གནས་དབང་ཚོགས་ལ་མིན་བར་ནའང་མིན། །དེ་ལས་གཞན་ནའང་མིན་ན་འདི་དག་གར་གནས་འགྲོ་བ་ཀུན་གནོད་བྱེད། །འདི་ནི་སྒྱུ་འདྲ་དེ་ཕྱིར་སྙིང་ལ་འཇིགས་སྤོངས་ཤེས་ཕྱིར་བརྩོན་པ་བསྟེན། །དོན་མེད་ཉིད་དུ་བདག་ལ་དམྱལ་སོགས་རྣམས་སུ་ཅི་སྟེ་གནོད་པ་བྱེད། །\nདེ་ལྟར་རྣམ་བསམས་ཇི་སྐད་བཤད་པ་ཡི། །བསླབ་པ་བསྒྲུབ་པའི་ཆེད་དུ་འབད་པར་བྱ། །སྨན་པའི་ངག་མ་མཉན་ན་སྨན་དག་གིས། །བཅོས་དགོས་ནད་པ་སོས་པ་ག་ལ་ཡོད། །\nབྱང་ཆུབ་སེམས་དཔའི་སྤྱོད་པ་ལ་འཇུག་པ་ལས། བག་ཡོད་བསྟན་པ་ཞེས་བྱ་བ་སྟེ་ལེའུ་བཞི་པའོ།། །།\nch-5 བསླབ་པ་བསྲུང་བར་འདོད་པ་ཡིས། །རབ་ཏུ་བསྒྲིམས་ནས་སེམས་བསྲུང་སྟེ། །སེམས་འདི་བསྲུང་བར་མ་བྱས་ན། །བསླབ་པ་བསྲུང་བར་ཡོང་མི་ནུས། །\nསེམས་ཀྱི་གླང་པོ་ཡན་བཏང་བས། །མནར་མེད་གནོད་པ་བྱེད་པ་ལྟར། །གླང་ཆེན་མ་ཐུལ་མྱོས་པ་ཡིས། །འདི་ན་དེ་འདྲའི་གནོད་མི་བྱེད། །\nཀུན་ནས་དྲན་པའི་ཐག་པ་ཡིས། །སེམས་ཀྱི་གླང་པོ་དམ་བཏགས་ན། །འཇིགས་པ་ཐམས་ཅད་མེད་འགྱུར་ཞིང་། །དགེ་བ་ཐམས་ཅད་ལག་ཏུ་འོང་། །\nསྟག་དང་སེང་གེ་གླང་ཆེན་དྲེད། །སྦྲུལ་དང་དགྲ་རྣམས་ཐམས་ཅད་དང་། །སེམས་ཅན་དམྱལ་བའི་སྲུང་མ་དང་། །བྱད་མ་དེ་བཞིན་སྲིན་པོ་རྣམས། །\nསེམས་འདི་གཅིག་པུ་བཏགས་པ་ཡིས། །དེ་དག་ཐམས་ཅད་བཏགས་པར་འགྱུར། །སེམས་འདི་གཅིག་པུ་བཏུལ་བས་ན། །དེ་དག་ཐམས་ཅད་ཐུལ་བར་འགྱུར། །\nའདི་ལྟར་འཇིགས་པ་ཐམས་ཅད་དང་། །སྡུག་བསྔལ་དཔག་ཏུ་མེད་པ་ཡང་། །སེམས་ལས་བྱུང་བ་ཡིན་ནོ་ཞེས། །ཡང་དག་གསུང་བ་ཉིད་ཀྱིས་བསྟན། །\nསེམས་ཅན་དམྱལ་བའི་མཚོན་ཆ་རྣམས། །སུ་ཞིག་གིས་ནི་ཆེད་དུ་བྱས། །ལྕགས་སྲེག་ས་གཞི་སུ་ཡིས་བྱས། །མེ་ཚོགས་དེ་དག་ཅི་ལས་བྱུང་། །\nདེ་འདྲ་དེ་དག་ཐམས་ཅད་ཀྱང་། །སྡིག་སེམས་ཡིན་པར་ཐུབ་པས་གསུངས། །དེ་ལྟར་འཇིག་རྟེན་གསུམ་པོ་ན། །སེམས་ལས་འཇིགས་པ་གཞན་འགའ་མེད། །\nགལ་ཏེ་འགྲོ་བ་དབུལ་བོར་ནས། །སྦྱིན་པའི་ཕ་རོལ་ཕྱིན་ཡིན་ན། །ད་རུང་འགྲོ་བཀྲེན་ཡོད་ན་སྔོན། །སྐྱོབ་པ་ཇི་ལྟར་ཕ་རོལ་ཕྱིན། །\nབདོག་པ་ཐམས་ཅད་འབྲས་བཅས་ཏེ། །སྐྱེ་བོ་ཀུན་ལ་བཏང་སེམས་ཀྱིས། །སྦྱིན་པའི་ཕ་རོལ་ཕྱིན་གསུངས་ཏེ། །དེ་ལྟས་དེ་ནི་སེམས་ཉིད་དོ། །\nཉ་ལ་སོགས་པ་གང་ཞིག་ཏུ། །དེ་དག་གསོད་མི་འགྱུར་བར་བསྐྲད། །སྤོང་བའི་སེམས་ནི་ཐོབ་པ་ལས། །ཚུལ་ཁྲིམས་ཕ་རོལ་ཕྱིན་པར་བཤད། །\nསེམས་ཅན་མི་སྲུན་ནམ་མཁའ་བཞིན། །དེ་དག་གཞོམ་གྱིས་ཡོང་མི་ལང་། །ཁྲོ་བའི་སེམས་འདི་གཅིག་བཅོམ་ན། །དགྲ་དེ་ཐམས་ཅད་ཆོམས་དང་འདྲ། །\nས་སྟེང་འདི་དག་ཀོས་གཡོག་ཏུ། །དེ་སྙེད་ཀོ་བས་ག་ལ་ལང་། །ལྷམ་མཐིལ་ཙམ་གྱི་ཀོ་བས་ནི། །ས་སྟེང་ཐམས་ཅད་གཡོགས་དང་འདྲ། །\nདེ་བཞིན་ཕྱི་རོལ་དངོས་པོ་ཡང་། །བདག་གིས་ཕྱིར་བཟློག་མི་ལང་གི །བདག་གི་སེམས་འདི་ཕྱིར་བཟློག་བྱའི། །གཞན་རྣམས་བཟློག་གོ་ཅི་ཞིག་དགོས། །\nསེམས་གསལ་གཅིག་བསྐྱེད་འབྲས་བུ་གང་། །ཚངས་ལ་སོགས་པ་ཡིན་པ་ལྟར། །ལུས་ངག་བཅས་པའི་འབྲས་བུ་ཡང་། །སྤྱོད་པ་ཞན་པས་དེ་ལྟ་མིན། །\nབཟླས་བརྗོད་དང་ནི་དཀའ་ཐུབ་ཀུན། །ཡུན་རིང་དུས་སུ་སྤྱད་བྱས་ཀྱང་། །སེམས་གཞན་གཡེངས་པས་བྱས་པ་ནི། །དེ་ཉིད་རིག་པས་དོན་མེད་གསུངས། །\nགང་གིས་ཆོས་ཀྱི་གཙོ་བོ་མཆོག །སེམས་ཀྱི་གསང་འདི་མ་ཤེས་ན། །བདེ་ཐོབ་སྡུག་བསྔལ་གཞོམ་འདོད་ཀྱང་། །དེ་དག་དོན་མེད་གྱི་ནར་འཁྱམ། །\nདེ་ལྟས་བདག་གི་སེམས་འདི་ནི། །ལེགས་གཟུང་ལེགས་པར་བསྲུང་བར་བྱ། །སེམས་བསྲུང་བརྟུལ་ཞུགས་མ་གཏོགས་པ། །བརྟུལ་ཞུགས་མང་པོས་ཅི་ཞིག་བྱ། །\nམ་གྲངས་དྲོལ་བའི་ཁྲོད་གནས་ན། །སྒྲིམས་ཏེ་རྨ་ཡི་བག་བྱེད་བཞིན། །སྐྱེ་བོ་ངན་ཁྲོད་གནས་པས་ཀྱང་། །སེམས་ཀྱི་རྨ་འདི་རྟག་ཏུ་བསྲུང་། །\nརྨ་ཡི་སྡུག་བསྔལ་ཆུང་ངུ་ཡིས། །སྐྲག་པའང་རྨ་ཡི་བག་བྱེད་ན། །བསྡུས་འཇོམས་རིས་འཇོམས་སྐྲག་པ་དག །སེམས་ཀྱི་རྨ་ལྟ་ཅིས་མི་སྲུང་། །\nསྤྱོད་པ་འདི་འདྲས་གནས་བྱེད་ན། །སྐྱེ་བོ་ངན་པའི་ཁྲོད་གནས་སམ། །བུད་མེད་ཁྲོད་ན་གནས་ཀྱང་རུང་། །སྡོམ་བརྩོན་བརྟན་པ་ཉམས་མི་འགྱུར། །\nབདག་གི་རྙེད་དང་བཀུར་སྟི་དང་། །ལུས་དང་འཚོ་བ་མེད་བླ་ཞིང་། །དགེ་བ་གཞན་ཡང་ཉམས་བླ་ཡི། །སེམས་ནི་ནམས་ཀྱང་ཉམས་མི་བྱ། །\nསེམས་བསྲུང་འདོད་པ་རྣམས་ལ་ནི། །དྲན་པ་དང་ནི་ཤེས་བཞིན་དག །ཐམས་ཅད་འབད་པས་སྲུངས་ཤིག་ཅེས། །བདག་ནི་དེ་ལྟར་ཐལ་མོ་སྦྱོར། །\nནད་ཀྱིས་དཀྲུགས་པའི་མི་དག་ནི། །ལས་རྣམས་ཀུན་ལ་མཐུ་མེད་པ། །དེ་བཞིན་རྨོངས་པས་སེམས་དཀྲུགས་པ། །ལས་རྣམས་ཀུན་ལ་མཐུ་མེད་དོ། །\nཤེས་བཞིན་མེད་པའི་སེམས་ལྡན་པའི། །ཐོས་དང་བསམས་དང་བསྒོམས་པ་ཡང་། །གློ་རྡོལ་བུམ་པའི་ཆུ་བཞིན་དུ། །དྲན་པ་ལ་ནི་དེ་མི་གནས། །\nཐོས་ལྡན་དད་པ་ཅན་དང་ནི། །བརྩོན་པ་ལྷུར་ལེན་དུ་མ་ཡང་། །ཤེས་བཞིན་མེད་པའི་སྐྱོན་ཆགས་པས། །ལྟུང་བའི་རྙོག་དང་བཅས་པར་འགྱུར། །\nཤེས་བཞིན་མེད་པའི་ཆོམ་རྐུན་དག །དྲན་པ་ཉམས་པའི་རྗེས་འབྲང་བས། །བསོད་ནམས་དག་ནི་ཉེར་བསགས་ཀྱང་། །རྐུན་པོས་ཕྲོགས་བཞིན་ངན་འགྲོར་འགྲོ། །\nཉོན་མོངས་ཆོམ་རྐུན་ཚོགས་འདི་ནི། །གླགས་སྐབས་ཚོལ་བར་བྱེད་པ་སྟེ། །གླགས་རྙེད་གྱུར་ནས་དགེ་འཕྲོག་ཅིང་། །བདེ་འགྲོའི་སྲོག་ཀྱང་འཇོམས་པར་བྱེད། །\nདེ་བས་དྲན་པ་ཡིད་སྒོ་ནས། །གུད་དུ་ནམ་ཡང་མི་གཏོང་ངོ་། །སོང་ནའང་ངན་འགྲོ་གནོད་པ་དག །དྲན་པར་བྱས་ཏེ་ཉེ་བར་བཞག །\nབླ་མ་དང་ནི་འགྲོགས་པ་ལས། །མཁན་པོས་རྗེས་སུ་བསྟན་པ་དང་། །འཇིགས་པས་སྐལ་ལྡན་གུས་བྱེད་ལ། །དྲན་པ་བདེ་བླག་ཉིད་དུ་སྐྱེ། །\nསངས་རྒྱས་བྱང་ཆུབ་སེམས་དཔའ་དག །ཀུན་དུ་ཐོགས་མེད་གཟིགས་པར་ལྡན། །དེ་དག་ཐམས་ཅད་སྤྱན་སྔ་ན། །རྟག་པར་བདག་ནི་གནས་སོ་ཞེས། །\nདེ་ལྟར་བསམས་ནས་ངོ་ཚ་དང་། །གུས་དང་འཇིགས་ལྡན་དེ་བཞིན་གནོས། །དེས་ན་སངས་རྒྱས་རྗེས་དྲན་པའང་། །དེ་ལ་ཡང་དང་ཡང་དུ་འབྱུང་། །\nགང་ཚེ་དྲན་པ་ཡིད་སྒོ་ནས། །བསྲུང་བའི་དོན་དུ་གནས་གྱུར་པ། །དེ་ཚེ་ཤེས་བཞིན་འོང་འགྱུར་ཞིང་། །སོང་བ་དག་ཀྱང་འོང་བར་འགྱུར། །\nརེ་ཞིག་དང་པོ་འདི་འདྲའི་སེམས། །འདི་ནི་སྐྱོན་བཅས་ཤེས་བྱས་ནས། །དེ་ཚེ་བདག་གིས་ཤིང་བཞིན་དུ། །ཟུངས་ཐུབ་པར་ནི་གནས་པར་བྱ། །\nདོན་མེད་གཡེང་བར་ལྟ་བ་ནི། །ནམ་ཡང་བདག་གིས་མི་བྱ་སྟེ། །ངེས་པར་སེམས་པས་རྟག་ཏུ་ནི། །མིག་ནི་ཕབ་སྟེ་བལྟ་བར་བྱ། །\nལྟ་བ་ངལ་བསོའི་ཆེད་དུ་ནི། །རེས་འགའ་ཕྱོགས་སུ་བལྟ་བར་བྱ། །འགའ་ཞིག་མིག་ལམ་སྣང་གྱུར་ན། །བལྟས་ནས་འོངས་པ་ལེགས་ཞེས་བརྗོད། །\nལམ་སོགས་འཇིགས་པ་བརྟག་པའི་ཕྱིར། །ཡང་དང་ཡང་དུ་ཕྱོགས་བཞིར་བལྟ། །ངལ་བསོས་ཁ་ནི་ཕྱིར་བལྟས་ནས། །རྒྱབ་ཀྱི་ཕྱོགས་སུ་བལྟ་བར་བྱ། །\nམདུན་དང་རྒྱབ་ཏུ་བརྟག་བྱས་ནས། །འགྲོའམ་ཡང་ན་འོང་བྱ་སྟེ། །དེ་ལྟར་གནས་སྐབས་ཐམས་ཅད་དུ། །དགོས་པ་ཤེས་ནས་སྤྱད་པར་བྱ། །\nལུས་ཀྱིས་འདི་ལྟར་གནས་བྱ་ཞེས། །བྱ་བ་བསྡོགས་ནས་དེ་ནས་ནི། །སྐབས་སུ་ལུས་འདི་ཇི་ལྟ་བུར། །གནས་པ་ཡིན་ཞེས་བལྟ་བར་བྱ། །\nསེམས་ཀྱི་གླང་ཆེན་མྱོས་པ་ནི། །ཆོས་ལ་སེམས་པའི་ཀ་ཆེན་ལ། །ཇི་ལྟར་བཏགས་པ་མི་འཆོར་བར། །དེ་ལྟར་འབད་པ་ཀུན་གྱིས་བརྟག །\nཅི་ནས་ཏིང་འཛིན་བརྩོན་པ་ནི། །སྐད་ཅིག་གཅིག་ཀྱང་མི་འཆོར་བར། །བདག་གི་ཡིད་འདི་གར་སྤྱོད་ཅེས། །དེ་ལྟར་ཡིད་ལ་སོ་སོར་བརྟག །\nའཇིགས་དང་དགའ་སྟོན་སོགས་འབྲེལ་བར། །གལ་ཏེ་མི་ནུས་ཅི་བདེར་བྱ། །འདི་ལྟར་སྦྱིན་པའི་དུས་དག་ཏུ། །ཚུལ་ཁྲིམས་བཏང་སྙོམས་བྱ་བར་གསུངས། །\nགང་ཞིག་བསམས་ཏེ་བྱར་བརྩམས་པ། །དེ་ལས་གཞན་དུ་མི་བསམ་སྟེ། །དེར་གཏད་པ་ཡི་བསམ་པ་ཡིས། །དེ་ཉིད་རེ་ཞིག་བསྒྲུབ་པར་བྱ། །\nདེ་ལྟ་ན་ནི་ཀུན་ལེགས་བྱས། །གཞན་དུ་གཉིས་ཀར་མི་འགྱུར་རོ། །ཤེས་བཞིན་མ་ཡིན་ཉེ་ཉོན་མོངས། །དེ་ལྟ་ན་ནི་འཕེལ་མི་འགྱུར། །\nབྲེ་མོའི་གཏམ་ནི་སྣ་ཚོགས་དང་། །ངོ་མཚར་ལྟད་མོ་རྣམ་མང་པོ། །ཀུན་ལ་འཇུག་པར་གྱུར་པ་ན། །དེ་ལ་ཆགས་པ་སྤང་བར་བྱ། །\nདོན་མེད་ས་རྐོ་རྩྭ་གཅོད་དང་། །ས་རིས་འདྲི་སོགས་བྱེད་གྱུར་ན། །བདེ་གཤེགས་བསླབ་པ་དྲན་བྱས་ནས། །སྐྲག་པས་དེ་ཡི་མོད་ལ་དོར། །\nགང་ཚེ་བསྐྱོད་པར་འདོད་གྱུར་ཏམ། །སྨྲ་བར་འདོད་པར་གྱུར་ན་ཡང་། །དང་པོར་རང་གི་སེམས་བརྟགས་ནས། །བརྟན་པས་རིག་པ་ལྡན་པར་བྱ། །\nགང་ཚེ་རང་ཡིད་ཆགས་པ་དང་། །ཁྲོ་བར་འདོད་པ་དེ་ཡི་ཚེ། །ལས་སུ་མི་བྱ་སྨྲ་མི་བྱ། །ཤིང་བཞིན་དུ་ནི་གནས་པར་བྱ། །\nརྒོད་དང་ག་ཞར་བཅས་པའམ། །གལ་ཏེ་ང་རྒྱལ་རྒྱགས་ལྡན་པའམ། །མཚང་འབྲུ་བ་ཡི་བསམ་པ་དང་། །གལ་ཏེ་སྐྱོར་འབྱིན་སླུ་སེམས་སམ། །\nགང་ཚེ་བདག་བསྟོད་ལྷུར་ལེན་པའམ། །གཞན་ལ་སྨོད་པ་ཉིད་དང་ནི། །གཤེ་བཅས་འགྱོད་དང་བཅས་གྱུར་པ། །དེ་ཚེ་ཤིང་བཞིན་གནས་པར་བྱ། །\nརྙེད་དང་བཀུར་སྟི་གྲགས་འདོད་པའམ། །གཡོག་འཁོར་དོན་དུ་གཉེར་འདོད་པའམ། །བདག་སེམས་རིམ་གྲོ་འདོད་གྱུར་ན། །དེ་ཚེ་ཤིང་བཞིན་གནས་པར་བྱ། །\nགཞན་དོན་ཡལ་བར་འདོར་བ་དང་། །རང་དོན་གཉེར་བར་འདོད་པ་དང་། །སྨྲ་བར་འདོད་པའི་སེམས་བྱུང་ན། །དེས་ནི་ཤིང་བཞིན་གནས་པར་བྱ། །\nམི་བཟོད་ལེ་ལོ་འཇིགས་པ་དང་། །དེ་བཞིན་སྤྱི་རྟོལ་མུ་ཅོར་དང་། །རང་གི་ཕྱོགས་ཞེན་སེམས་བྱུང་ན། །དེ་ཚེ་ཤིང་བཞིན་གནས་པར་བྱ། །\nདེ་ལྟར་ཀུན་ནས་ཉོན་མོངས་དང་། །དོན་མེད་བརྩོན་པའི་ཡིད་བརྟགས་ནས། །དེ་ཚེ་དཔའ་བོས་གཉེན་པོ་ཡིས། །དེ་ནི་བརྟན་པོར་གཟུང་བར་བྱ། །\nཤིན་ཏུ་ངེས་དང་རབ་དད་དང་། །བརྟན་དང་གུས་དང་ཞེ་སར་བཅས། །ངོ་ཚ་ཤེས་དང་འཇིགས་བཅས་དང་། །ཞི་ཞིང་གཞན་དགའ་བྱེད་ལ་བརྩོན། །\nཕན་ཚུན་མི་མཐུན་བྱིས་པ་ཡི། །འདོད་པ་རྣམས་ཀྱིས་མི་སྐྱོ་ཞིང་། །ཉོན་མོངས་སྐྱེས་པ་འདི་དག་གི །སེམས་འདི་བྱུང་སྙམ་བརྩེར་ལྡན་དང་། །\nཁ་ན་མ་ཐོ་མེད་དངོས་ལ། །བདག་དང་སེམས་ཅན་དབང་བྱས་ཤིང་། །སྤྲུལ་པ་བཞིན་དུ་ང་མེད་པར། །ཡིད་འདི་རྟག་ཏུ་གཟུང་བར་བྱ། །\nརིང་ཞིག་ལོན་ནས་དལ་བའི་མཆོག །ཐོབ་པ་ཡང་དང་ཡང་བསམས་ནས། །སེམས་དེ་ལྟ་བུར་རི་རབ་ལྟར། །རབ་ཏུ་མི་གཡོ་གཟུང་བར་བྱ། །\nབྱ་རྒོད་ཤ་ལ་ཆགས་པ་ཡིས། །ཕན་ཚུན་ཀུན་དུ་བཤལ་ཁྲིད་ཀྱང་། །ཡིད་ཁྱོད་མི་དགར་མི་བྱེད་ན། །ད་ལྟ་ཅི་ཕྱིར་ཁ་ཏ་བྱེད། །\nལུས་འདི་བདག་གིར་གཟུང་བྱས་ནས། །ཡིད་ཁྱོད་ཅི་ཕྱིར་སྲུང་བར་བྱེད། །ཁྱོད་དང་འདི་གཉིས་སོ་སོ་ན། །དེས་ཀོ་ཁྱོད་ལ་ཅི་ཞིག་བྱ། །\nརྨོངས་པའི་ཡིད་ཁྱོད་ཅི་ཡི་ཕྱིར། །ཤིང་གཟུགས་གཙང་མ་གཟུང་མི་བྱེད། །མི་གཙང་ཚོགས་ཀྱི་འཁྲུལ་འཁོར་འདི། །རུལ་བ་བསྲུངས་ཏེ་ཅི་ཞིག་རུང་། །\nཐོག་མར་པགས་པའི་རིམ་པ་འདི། །རང་གི་བློ་ཡིས་ཐ་དད་ཕྱེ། །ཤ་ཡང་རུས་པའི་དྲ་བ་ལས། །ཤེས་རབ་མཚོན་གྱིས་གུད་དུ་ཕྱེ། །\nརུས་པ་རྣམས་ཀྱང་དབྱེ་བྱས་ནས། །རྐང་གི་བར་དུ་བལྟ་བྱ་ཞིང་། །འདི་ལ་སྙིང་པོ་ཅི་ཡོད་ཅེས། །བདག་ཉིད་ཀྱིས་ནི་བརྟག་པར་གྱིས། །\nདེ་ལྟར་འབད་དེ་བཙལ་ཀྱང་དེར། །ཁྱོད་ཀྱིས་སྙིང་པོ་མ་མཐོང་ན། །ད་དུང་ཅི་ཕྱིར་ཆགས་ཚུལ་གྱིས། །ཁྱོད་ནི་ལུས་འདི་སྲུང་བར་བྱེད། །\nཁྱོད་ཀྱིས་མི་གཙང་བཟར་མི་རུང་། །ཁྲག་ཀྱང་བཏུང་དུ་མི་རུང་ལ། །རྒྱུ་ལྟོའང་གཞིབ་ཏུ་མི་རུང་ན། །ལུས་ཀྱིས་ཁྱོད་ལ་ཅི་ཞིག་བྱ། །\nཉིས་ན་ཝ་དང་བྱ་རྒོད་ཀྱིས། །ཟས་ཀྱི་དོན་དུ་འདི་བསྲུང་རིགས། །མི་འོ་ཅོག་གི་ལུས་འདི་ནི། །བཀོལ་བར་བྱ་བ་ཉིད་དུ་ཟད། །\nའདི་ལྟར་ཁྱོད་ཀྱིས་བསྲུངས་ཀྱང་ནི། །འཆི་བདག་བརྩེ་བ་མེད་པ་ཡིས། །ཕྲོགས་ཏེ་བྱ་དང་ཁྱིར་བྱིན་ན། །དེ་ཚེ་ཁྱོད་ཀྱིས་ཅི་བྱར་ཡོད། །\nབྲན་གཡོག་བཀོལ་དུ་མི་བཏུབ་ལའང་། །གོས་ལ་སོགས་པ་མི་སྦྱིན་ན། །ལུས་འདི་བསྙོད་ཀྱང་གཞན་འགྲོ་ན། །ཁྱོད་ཀོ་ཅི་སྟེ་ཤ་ཐང་གསོ། །\nའདི་ལ་གླ་རྔན་བྱིན་ནས་ནི། །ད་ནི་རང་གི་དོན་བྱེད་ཆུག །ཕན་པ་མེད་པར་འདི་ལ་ནི། །ཐམས་ཅད་སྦྱིན་པར་མི་བྱའོ། །\nའགྲོ་དང་འོང་བའི་རྟེན་ཙམ་དུ། །ལུས་ལ་གྲུ་ཡི་བློ་བཞག་སྟེ། །སེམས་ཅན་རྣམས་དོན་བསྒྲུབ་པའི་ཕྱིར། །ཡིད་བཞིན་གྱི་ནི་ལུས་སུ་བསྒྱུར། །\nདེ་ལྟར་རང་དབང་ཡོད་ཀྱིས་དེ། །རྟག་ཏུ་འཛུམ་པའི་བཞིན་དུ་གྱིས། །ཁྲོ་གཉེར་ངོ་ཟུམ་ཡོངས་ཐོང་སྟེ། །འགྲོ་བའི་བཤེས་དང་གསོང་པོར་གྱིས། །\nཁྲི་ལ་སོགས་པ་བབ་ཅོལ་དུ། །སྒྲ་དང་བཅས་པར་མི་དོར་རོ། །སྒོ་ཡང་དྲག་ཏུ་མི་དབྱེ་སྟེ། །རྟག་ཏུ་གཅོམ་བསྐྱུངས་དགའ་བར་བྱ། །\nཆུ་སྐྱར་བྱི་ལ་ཆོམ་རྐུན་དག །སྒྲ་མེད་འཇབ་ཅིང་འགྲོ་བ་ཡིས། །མངོན་པར་འདོད་པའི་དོན་སྒྲུབ་པ། །ཐུབ་པས་རྟག་ཏུ་དེ་བཞིན་སྤྱད། །\nགཞན་ལ་གཞེན་བསྐུལ་འདེབས་མཁས་ཤིང་། །མ་བཅོལ་ཕན་པ་བྱེད་པའི་ངག །གུས་པས་སྤྱི་བོས་བླང་གྱིས་ཏེ། །རྟག་ཏུ་ཀུན་གྱི་སློབ་མར་གྱུར། །\nལེགས་པར་སྨྲས་པ་ཐམས་ཅད་ལ། །དགེ་བར་གསུངས་ཞེས་བརྗོད་པར་བྱ། །བསོད་ནམས་བྱེད་པ་མཐོང་གྱུར་ན། །བསྟོད་པས་ལེགས་པར་དགའ་བ་བསྐྱེད། །\nལྐོག་ན་ཡོན་ཏན་བརྗོད་བྱ་ཞིང་། །ཡོན་ཏན་བརྗོད་ན་རྗེས་སུ་བརྗོད། །རང་གི་ཡོན་ཏན་བརྗོད་ན་དེ། །ཡོན་ཏན་ཤེས་པར་རིག་པར་བྱ། །\nརྩོམ་པ་ཐམས་ཅད་དགའ་ཕྱིར་ཏེ། །དེ་ནི་རིན་གྱིས་ཉོ་ནའང་དཀོན། །དེ་ལྟས་གཞན་བྱས་ཡོན་ཏན་གྱིས། །དགའ་བའི་བདེ་བ་སྤྱད་པར་བྱ། །\nབདག་ལ་འདིར་གོད་ཡོང་མེད་ལ། །ཕ་རོལ་དུ་ཡང་བདེ་བ་ཆེ། །ཉེས་པས་མི་དགའ་སྡུག་བསྔལ་ཞིང་། །ཕ་རོལ་དུ་ཡང་སྡུག་བསྔལ་ཆེ། །\nསྨྲ་ན་ཡིད་ཕེབས་འབྲེལ་པ་དང་། །དོན་གསལ་ཡིད་དུ་འོང་བ་དང་། །ཆགས་དང་ཞེ་སྡང་སྤངས་པ་དང་། །འཇམ་ཞིང་རན་པར་སྨྲ་བར་བྱ། །\nམིག་གིས་སེམས་ཅན་ལྟ་ན་ཡང་། །འདི་དག་ཉིད་ལ་བརྟེན་ནས་བདག །སངས་རྒྱས་ཉིད་དུ་འགྱུར་རོ་ཞེས། །དྲང་ཞིང་བྱམས་པའི་ཚུལ་གྱིས་བལྟ། །\nརྟག་པར་མངོན་ཞེན་གྱིས་བསླང་བའམ། །གཉེན་པོ་ཡིས་ནི་བསླང་བ་ཉིད། །ཡོན་ཏན་དང་ནི་ཕན་འདོགས་ཞིང་། །སྡུག་བསྔལ་བ་ལ་དགེ་ཆེན་འགྱུར། །\nམཁས་ཤིང་ལྡང་དང་ལྡན་བྱས་ནས། །ལས་རྣམས་བདག་གིས་རྟག་ཏུ་བྱ། །ལས་རྣམས་ཀུན་ལ་སུ་ལ་ཡང་། །ལྟོས་པར་བྱ་བ་མ་ཡིན་ནོ། །\nསྦྱིན་པའི་ཕ་རོལ་ཕྱིན་ལ་སོགས། །གོང་ནས་གོང་དུ་ཁྱད་ཞུགས་སྤྱད། །ཆུང་ངུའི་ཕྱིར་ནི་ཆེ་མི་གཏང་། །གཙོ་ཆེར་གཞན་གྱི་དོན་བསམ་མོ། །\nདེ་ལྟར་རིག་བྱས་གཞན་དོན་ལ། །རྟག་ཏུ་བརྩོན་པར་གནས་པར་བྱ། །ཐུགས་རྗེ་མངའ་བ་རིང་གཟིགས་པས། །བཀག་པ་རྣམས་ཀྱང་དེ་ལ་གནང་། །\nལོག་པར་ལྟུང་དང་མགོན་མེད་དང་། །བརྟུལ་ཞུགས་གནས་ལ་བགོ་བྱ་ཞིང་། །རན་པ་ཙམ་དུ་བཟའ་བྱ་སྟེ། །ཆོས་གོས་གསུམ་མ་གཏོགས་པ་སྦྱིན། །\nདམ་པའི་ཆོས་ནི་སྤྱོད་པའི་ལུས། །ཕྲན་ཚེགས་ཆེད་དུ་གནོད་མི་བྱ། །དེ་ལྟར་བྱས་ན་སེམས་ཅན་གྱི། །བསམ་པ་མྱུར་དུ་རྫོགས་པར་འགྱུར། །\nསྙིང་རྗེའི་བསམ་པ་མ་དག་པར། །ལུས་འདི་གཏང་བར་མི་བྱ་སྟེ། །ཅི་ནས་འདི་དང་གཞན་དུ་ཡང་། །དོན་ཆེན་སྒྲུབ་པའི་རྒྱུར་གཏང་ངོ་། །\nམ་གུས་པ་ལ་ཆོས་མི་བཤད། །མི་ན་བཞིན་དུ་མགོ་དཀྲིས་དང་། །གདུགས་དང་འཁར་བ་མཚོན་ཐོགས་དང་། །མགོ་བོ་གཡོགས་པ་དག་ལ་མིན། །\nདམན་ལ་ཟབ་དང་རྒྱ་ཆེ་དང་། །སྐྱེས་པ་མེད་པར་བུད་མེད་མིན། །དམན་དང་མཆོག་གི་ཆོས་རྣམས་ལ། །མཚུངས་པར་གུས་པས་ཀུན་དུ་སྤྱད། །\nརྒྱ་ཆེན་ཆོས་ཀྱི་སྣོད་གྱུར་པ། །དམན་པའི་ཆོས་ལ་སྦྱར་མི་བྱ། །སྤྱོད་པ་ཡོངས་སུ་དོར་མི་བྱ། །མདོ་དང་སྔགས་ཀྱིས་འདྲིད་མི་བྱ། །\nསོ་ཤིང་དང་ནི་མཆིལ་མ་དག །དོར་བ་ན་ནི་དགབ་པར་བྱ། །གཅི་ལ་སོགས་པའང་ལོངས་སྤྱོད་པའི། །ཆུ་དང་ཐང་ལ་དོར་བ་སྨད། །\nཁ་བཀང་བ་དང་སྒྲ་བཅས་དང་། །ཁ་གདངས་ནས་ནི་བཟའ་མི་བྱ། །རྐང་པ་བརྐྱང་སྟེ་མི་འདུག་ཅིང་། །ལག་པ་མཉམ་པར་མི་མཉེའོ། །\nབཞོན་པ་མལ་སྟན་གནས་དག་ཏུ། །བུད་མེད་གཞན་དང་གཅིག་མི་བྱ། །འཇིག་རྟེན་མ་དད་གྱུར་པ་ཀུན། །མཐོང་དང་དྲིས་ཏེ་སྤང་བར་བྱ། །\nསོར་མོས་བརྡ་ནི་མི་བྱ་སྟེ། །གུས་དང་བཅས་པས་གཡས་པ་ཡི། །ལག་པ་དག་ནི་ཀུན་གྱིས་ཀྱང་། །ལམ་ཡང་དེ་ལྟར་བསྟན་པར་བྱ། །\nལག་པ་ཤས་ཆེར་བསྐྱོད་མིན་ཏེ། །ཅུང་ཟད་བསྐྱོད་ལ་སྒྲ་བསྒྲགས་པ། །སེ་གོལ་ལ་སོགས་བརྡ་བྱས་ཏེ། །གཞན་དུ་མ་བསྡམས་པར་འགྱུར་རོ། །\nམགོན་པོ་མྱ་ངན་འདས་གཟིམས་ལྟར། །འདོད་པའི་ཕྱོགས་སུ་ཉལ་བར་བྱ། །ཤེས་བཞིན་མྱུར་དུ་ལྡང་སེམས་ལ། །ཐོག་མ་ཉིད་དུ་ངེས་པར་སྦྱར། །\nབྱང་ཆུབ་སེམས་དཔའི་སྤྱོད་པ་དག །ཚད་མེད་པར་ནི་གསུངས་པ་ལས། །སེམས་སྦྱང་བ་ཡི་སྤྱོད་པ་ནི། །ངེས་པར་དེ་སྲིད་སྤྱད་པར་བྱ། །\nཉིན་དང་མཚན་མོ་ལན་གསུམ་དུ། །ཕུང་པོ་གསུམ་པ་གདོན་བྱ་ཞིང་། །རྒྱལ་དང་བྱང་ཆུབ་སེམས་བརྟེན་པས། །ལྟུང་བའི་ལྷག་མ་དེས་ཞི་བྱ། །\nརང་ངམ་གཞན་གྱི་དབང་ཡང་རུང་། །གནས་སྐབས་གང་དུ་ཅི་སྤྱོད་ཀྱང་། །བསླབ་པར་གསུངས་པ་གང་ཡིན་པའི། །གནས་སྐབས་དེ་ལ་འབད་དེ་བསླབ། །\nརྒྱལ་སྲས་རྣམས་ཀྱིས་མི་བསླབ་པ། །དེ་ནི་གང་ཡང་ཡོད་མིན་ཏེ། །དེ་ལྟར་གནས་པའི་མཁས་པ་ལ། །བསོད་ནམས་མི་འགྱུར་གང་ཡང་མེད། །\nདངོས་སམ་ཡང་ན་བརྒྱུད་ཀྱང་རུང་། །སེམས་ཅན་དོན་ལས་གཞན་མི་སྤྱད། །སེམས་ཅན་ཁོ་ནའི་དོན་གྱི་ཕྱིར། །ཐམས་ཅད་བྱང་ཆུབ་ཕྱིར་བསྔོའོ། །\nརྟག་པར་དགེ་བའི་བཤེས་གཉེན་ནི། །ཐེག་ཆེན་དོན་ལ་མཁས་པ་དང་། །བྱང་ཆུབ་སེམས་དཔའི་བརྟུལ་ཞུགས་མཆོག །སྲོག་གི་ཕྱིར་ཡང་མི་བཏང་ངོ་། །\nདཔལ་འབྱུང་བ་ཡི་རྣམ་ཐར་ལས། །བླ་མ་བསྟེན་པའི་ཚུལ་ལྟར་བསླབ། །འདི་དང་སངས་རྒྱས་བཀའ་སྩལ་གཞན། །མདོ་སྡེ་བཀླགས་ནས་ཤེས་པར་བྱ། །\nམདོ་སྡེ་རྣམས་ལས་བསླབ་པ་སྣང་། །དེ་བས་མདོ་སྡེ་བཀླག་པར་བྱ། །ནམ་མཁའི་སྙིང་པོའི་མདོ་སྡེ་ནི། །ཐོག་མ་ཉིད་དུ་བལྟ་བར་བྱ། །\nགང་ཕྱིར་རྟག་ཏུ་སྤྱད་པ་ནི། །དེ་ལས་རྒྱ་ཆེར་རབ་སྟོན་པས། །བསླབ་པ་ཀུན་ལས་བཏུས་པ་ཡང་། །ངེས་པར་ཡང་དང་ཡང་དུ་བལྟ། །\nཡང་ན་རེ་ཞིག་མདོར་བསྡུས་པའི། །མདོ་རྣམས་ཀུན་ལས་བཏུས་པ་བལྟ། །འཕགས་པ་ཀླུ་སྒྲུབ་ཀྱིས་མཛད་པའི། །གཉིས་པོའང་འབད་པས་བལྟ་བར་བྱ། །\nགང་ལས་གང་ནི་མ་བཀག་པ། །དེ་ཉིད་སྤྱད་པར་བྱ་བ་སྟེ། །འཇིག་རྟེན་སེམས་ནི་བསྲུང་བའི་ཕྱིར། །བསླབ་པ་མཐོང་ནས་ཡང་དག་སྤྱད། །\nལུས་དང་སེམས་ཀྱི་གནས་སྐབས་ལ། །ཡང་དང་ཡང་དུ་བརྟག་བྱ་བ། །དེ་ཉིད་ཁོ་ན་མདོར་ན་ནི། །ཤེས་བཞིན་བསྲུང་བའི་མཚན་ཉིད་དོ། །\nལུས་ཀྱིས་འདི་དག་སྤྱད་པར་བྱ། །ཚིག་ཙམ་བརྗོད་པས་ཅི་ཞིག་འགྲུབ། །སྨན་དཔྱད་བཀླགས་པ་ཙམ་གྱིས་ནི། །ནད་པ་དག་ལ་ཕན་འགྱུར་རམ། །\nབྱང་ཆུབ་སེམས་དཔའི་སྤྱོད་པ་ལ་འཇུག་པ་ལས། ཤེས་བཞིན་བསྲུང་བར་བྱ་བ་སྟེ་ལེའུ་ལྔ་པའོ།། །།\nch-6 བསྐལ་པ་སྟོང་དུ་བསགས་པ་ཡི། །སྦྱིན་དང་བདེ་གཤེགས་མཆོད་ལ་སོགས། །ལེགས་སྤྱང་གང་ཡིན་དེ་ཀུན་ཡང་། །ཁོང་ཁྲོ་གཅིག་གིས་འཇོམས་པར་བྱེད། །\nཞེ་སྡང་ལྟ་བུའི་སྡིག་པ་མེད། །བཟོད་པ་ལྟ་བུའི་དཀའ་ཐུབ་མེད། །དེ་བས་བཟོད་ལ་ནན་ཏན་དུ། །སྣ་ཚོགས་ཚུལ་དུ་བསྒོམ་པར་བྱ། །\nཞེ་སྡང་ཟུག་རྔུའི་སེམས་འཆང་ན། །ཡིད་ནི་ཞི་བ་ཉམས་མི་མྱོང་། །དགའ་དང་བདེ་བའང་མི་འཐོབ་ལ། །གཉིད་མི་འོང་ཞིང་བརྟན་མེད་འགྱུར། །\nགང་དག་ནོར་དང་བཀུར་སྟི་ཡིས། །དྲིན་བྱིན་དེ་ལ་བརྟེན་གྱུར་པ། །དེ་དག་ཀྱང་ནི་སྡང་ལྡན་པའི། །རྗེ་དཔོན་དེ་ལ་གསོད་པར་རྒོལ། །\nདེ་ཡིས་མཛའ་བཤེས་སྐྱོ་བར་འགྱུར། །སྦྱིན་པས་བསྡུས་ཀྱང་བསྟེན་མི་བྱེད། །མདོར་ན་ཁྲོ་བ་བདེར་གནས་པ། །དེ་ནི་འགའ་ཡང་ཡོད་མ་ཡིན། །\nཁྲོ་བའི་དགྲ་ཡིས་དེ་ལ་སོགས། །སྡུག་བསྔལ་དག་ནི་བྱེད་པར་འགྱུར། །གང་ཞིག་བསྒྲིམས་ཏེ་ཁྲོ་འཇོམས་པ། །དེ་ནི་འདི་དང་གཞན་དུ་བདེ། །\nམི་འདོད་བྱས་དང་འདོད་པ་ཡི། །གེགས་བྱས་པ་ལ་བྱུང་གྱུར་པ། །ཡིད་མི་བདེ་བའི་ཟས་རྙེད་ནས། །ཞེ་སྡང་བརྟས་ཏེ་བདག་འཇོམས་སོ། །\nདེ་ལྟས་བདག་གིས་དགྲ་བོ་དེའི། །ཟས་ནི་རྣམ་པར་གཞོམ་པར་བྱ། །འདི་ལྟར་བདག་ལ་གནོད་པ་ལས། །དགྲ་འདི་ལ་ནི་ལས་གཞན་མེད། །\nཅི་ལ་བབ་ཀྱང་བདག་གིས་ནི། །དགའ་བའི་ཡིད་ནི་དཀྲུགས་མི་བྱ། །མི་དགའ་བྱས་ཀྱང་འདོད་མི་འགྲུབ། །དགེ་བ་དག་ནི་ཉམས་པར་འགྱུར། །\nགལ་ཏེ་བཅོས་སུ་ཡོད་ན་ནི། །དེ་ལ་མི་དགར་ཅི་ཞིག་ཡོད། །གལ་ཏེ་བཅོས་སུ་མེད་ན་ནི། །དེ་ལ་མི་དགའ་བྱས་ཅི་ཕན། །\nབདག་གམ་བདག་གི་བཤེས་རྣམས་ལ། །སྡུག་བསྔལ་བརྙས་དང་ཚིག་རྩུབ་དང་། །མི་སྙན་ཞེས་བྱ་མི་འདོད་དེ། །དགྲ་ལ་དེ་ལས་བཟློག་པས་སོ། །\nབདེ་བའི་རྒྱུ་ནི་རེས་འགའ་འབྱུང་། །སྡུག་བསྔལ་རྒྱུ་ནི་ཤིན་ཏུ་མང་། །སྡུག་བསྔལ་མེད་པར་ངེས་འབྱུང་མེད། །དེ་བས་སེམས་ཁྱོད་བརྟན་པར་མནོས། །\nདཀའ་ཟློག་དད་དང་ཀརྞ་པ། །བསྲེག་དང་བཅད་སོགས་ཚོར་བ་ནི། །དོན་མེད་བཟོད་བྱེད་ཐར་པ་ཡི། །དོན་དུ་བདག་གོ་ཅི་ཕྱིར་སྔར། །\nགོམས་ན་སླ་བར་མི་འགྱུར་བའི། །དངོས་དེ་གང་ཡང་ཡོད་མ་ཡིན། །དེ་བས་གནོད་པ་ཆུང་གོམས་པས། །གནོད་པ་ཆེན་པོ་བཟོད་པར་བྱོས། །\nསྦྲུལ་དང་ཤ་སྦྲང་དག་དང་ནི། །བཀྲེས་སྐོམ་ལ་སོགས་ཚོར་བ་དང་། །གཡན་པ་ལ་སོགས་བཅས་པ་ཡི། །དོན་མེད་སྡུག་བསྔལ་ཅིས་མ་མཐོང་། །\nཚ་གྲང་ཆར་དང་རླུང་སོགས་དང་། །ནད་དང་འཆིང་དང་རྡེག་སོགས་ལ། །བདག་གིས་བཟེ་རེ་མི་བྱ་སྟེ། །དེ་ལྟར་བྱས་ན་གནོད་པ་འཕེལ། །\nལ་ལ་བདག་གི་ཁྲག་མཐོང་ན། །དཔའ་བརྟན་ལྷག་པར་སྐྱེ་འགྱུར་ཡོད། །ལ་ལ་གཞན་གྱི་ཁྲག་མཐོང་ན། །བོག་ཅིང་བརྒྱལ་བར་འགྱུར་བ་ཡོད། །\nདེ་ནི་སེམས་ཀྱི་ངང་བརྟན་དང་། །སྔར་མའི་ཚུལ་ལས་གྱུར་པ་ཡིན། །དེ་བས་གནོད་པ་ཁྱད་བསད་ཅིང་། །སྡུག་བསྔལ་རྣམས་ཀྱིས་མི་ཚུགས་བྱོས། །\nམཁས་པས་སྡུག་བསྔལ་བྱུང་ཡང་ནི། །སེམས་ཀྱི་རབ་དང་རྙོག་མི་བྱ། །ཉོན་མོངས་རྣམས་དང་གཡུལ་འགྱེད་ལ། །གཡུལ་འགྱེད་ཚེ་ན་གནོད་པ་མང་། །\nསྡུག་བསྔལ་ཐམས་ཅད་ཁྱད་བསད་ནས། །ཞེ་སྡང་ལ་སོགས་དགྲ་འཇོམས་པ། །དེ་དག་རྒྱལ་བྱེད་དཔའ་བོ་སྟེ། །ལྷག་མ་རོ་ལ་གསོད་པའོ། །\nགཞན་ཡང་སྡུག་བསྔལ་ཡོན་ཏན་ནི། །སྐྱོ་བས་དྲེགས་པ་སེལ་བར་བྱེད། །འཁོར་བ་པ་ལ་སྙིང་རྗེ་སྐྱེ། །སྡིག་ལ་འཛེམ་དང་དགེ་ལ་དགའ། །\nམཁྲིས་པ་ལ་སོགས་སྡུག་བསྔལ་གྱི། །འབྱུང་གནས་ཆེ་ལ་མི་ཁྲོ་བར། །སེམས་ཡོད་རྣམས་ལ་ཅི་སྟེ་ཁྲོ། །དེ་དག་ཀུན་ཀྱང་རྐྱེན་གྱིས་བསྐུལ། །\nདཔེར་ན་མི་འདོད་བཞིན་དུ་ཡང་། །ནད་འདི་འབྱུང་བར་འགྱུར་བ་ལྟར། །དེ་བཞིན་མི་འདོད་བཞིན་དུ་ཡང་། །ནན་གྱིས་ཉོན་མོངས་འབྱུང་བར་འགྱུར། །\nཁྲོ་བར་བྱ་ཞེས་མ་བསམས་ཀྱང་། །སྐྱེ་བོ་རྣམས་ནི་གྱི་ནར་ཁྲོ། །བསྐྱེད་པར་བྱ་ཞེས་མ་བསམས་ཀྱང་། །ཁྲོ་བ་དེ་བཞིན་སྐྱེ་བར་འགྱུར། །\nཉེས་པ་ཇི་སྙེད་ཐམས་ཅད་དང་། །སྡིག་པ་རྣམ་པ་སྣ་ཚོགས་པ། །དེ་ཀུན་རྐྱེན་གྱི་སྟོབས་ལས་བྱུང་། །རང་དབང་ཡོད་པ་མ་ཡིན་ནོ། །\nརྐྱེན་རྣམས་ཚོགས་པ་དེ་དག་ཀྱང་། །བསྐྱེད་པར་བྱ་ཞེས་སེམས་པ་མེད། །དེས་བསྐྱེད་དེ་ཡང་བདག་བསྐྱེད་ཅེས། །སེམས་པ་ཡོད་པ་མ་ཡིན་ནོ། །\nགཙོ་བོ་ཞེས་བྱར་གང་འདོད་དང་། །བདག་ཅེས་བརྟགས་པ་གང་ཡིན་པ། །དེ་ཉིད་བདག་ནི་འབྱུང་བྱ་ཞེས། །ཆེད་དུ་བསམས་ཤིང་འབྱུང་བ་མེད། །\nམ་སྐྱེས་པར་ནི་དེ་མེད་ན། །དེ་ཚེ་སྐྱེ་བར་འདོད་པ་གང་། །ཡུལ་ལ་རྟག་ཏུ་གཡེང་འགྱུར་བ། །འགག་པར་འགྱུར་བའང་མ་ཡིན་ནོ། །\nཅི་སྟེ་བདག་དེ་རྟག་ན་ནི། །མཁའ་བཞིན་བྱེད་པ་མེད་པར་མངོན། །རྐྱེན་རྣམས་གཞན་དང་ཕྲད་ན་ཡང་། །འགྱུར་བ་མེད་ལ་ཅི་བྱར་ཡོད། །\nབྱེད་པའི་ཚེ་ཡང་སྔོན་བཞིན་ན། །བྱེད་པས་དེ་ལ་ཅི་ཞིག་བྱས། །དེ་ཡི་བྱེད་པ་འདི་ཡིན་ཞེས། །འབྲེལ་པར་འགྱུར་བ་གང་ཞིག་ཡོད། །\nདེ་ལྟར་ཐམས་ཅད་གཞན་གྱི་དབང་། །དེ་ཡི་དབང་གིས་དེ་དབང་མེད། །དེ་ལྟར་ཤེས་ན་སྦྲུལ་ལྟ་བུའི། །དངོས་པོ་ཀུན་ལ་ཁྲོ་མི་འགྱུར། །\nགང་གིས་གང་ཞིག་བཟློག་བྱ་སྟེ། །བཟློག་པའང་རིགས་པ་མིན་ཞེ་ན། །དེ་ལ་བརྟེན་ནས་སྡུག་བསྔལ་རྣམས། །རྒྱུན་ཆད་འགྱུར་འདོད་མི་རིགས་མེད། །\nདེ་བས་དགྲའམ་མཛའ་ཡང་རུང་། །མི་རིགས་བྱེད་པ་མཐོང་གྱུར་ན། །འདི་འདྲའི་རྐྱེན་ལས་གྱུར་ཏོ་ཞེས། །དེ་ལྟར་སོམས་ཏེ་བདེ་བར་མནོས། །\nགལ་ཏེ་རང་དགས་འགྲུབ་འགྱུར་ན། །འགའ་ཡང་སྡུག་བསྔལ་མི་འདོད་པས། །ལུས་ཅན་དག་ནི་ཐམས་ཅད་ཀྱང་། །སུ་ལའང་སྡུག་བསྔལ་འབྱུང་མི་འགྱུར། །\nབག་མེད་པས་ནི་བདག་ལའང་བདག །ཚེར་མ་ལ་སོགས་གནོད་པ་བྱེད། །བུད་མེད་ལ་སོགས་ཐོབ་བྱའི་ཕྱིར། །རྔམ་ཞིང་ཟས་གཅོད་ལ་སོགས་བྱེད། །\nཁ་ཅིག་འགག་ཅིང་གཡང་སར་མཆོང་། །དུག་དང་མི་འཕྲོད་ཟ་བ་དང་། །བསོད་ནམས་མ་ཡིན་སྤྱོད་པ་ཡིས། །རང་ལ་གནོད་པ་བྱེད་པ་ཡོད། །\nགང་ཚེ་ཉོན་མོངས་དབང་གྱུར་པས། །བདག་སྡུག་ཉིད་ཀྱང་གསོད་བྱེད་པ། །དེ་ཚེ་དེ་དག་གཞན་ལུས་ལ། །གནོད་མི་བྱེད་པར་ཇི་ལྟར་འགྱུར། །\nཉོན་མོངས་སྐྱེས་པས་དེ་ལྟ་བུར། །བདག་གསོད་ལ་སོགས་ཞུགས་པ་ལ། །སྙིང་རྗེ་རྒྱ་ལ་མ་སྐྱེས་ན། །ཁྲོ་བར་འགྱུར་བ་ཅིའི་ཐ་ཚིག །\nགལ་ཏེ་གཞན་ལ་འཚེ་བྱེད་པ། །བྱིས་པ་རྣམས་ཀྱི་རང་བཞིན་ནི། །དེ་ལ་ཁྲོ་བ་མི་རིགས་ཏེ། །སྲེག་པའི་རང་བཞིན་མེ་བཀོན་འདྲ། །\nའོན་ཏེ་སྐྱོན་དེ་གློ་བུར་ལ། །སེམས་ཅན་རང་བཞིན་དེས་པ་ནའང་། །འོ་ནའང་ཁྲོ་བར་མི་རིགས་ཏེ། །མཁའ་ལ་དུད་འཐུལ་དཀོན་པ་བཞིན། །\nདབྱུག་པ་ལ་སོགས་དངོས་བཀོལ་ཏེ། །གལ་ཏེ་འཕེན་པ་ལ་ཁྲོ་ན། །དེ་ཡང་ཞེ་སྡང་གིས་རྦད་པས། །ཉིས་ན་ཞེ་སྡང་ལ་ཁྲོ་རིགས། །\nབདག་གིས་སྔོན་ཆད་སེམས་ཅན་ལ། །འདི་འདྲ་བ་ཡི་གནོད་པ་བྱས། །དེ་བས་སེམས་ཅན་འཚེ་བྱེད་པ། །བདག་ལ་གནོད་པ་འདི་འབྱུང་རིགས། །\nདེ་ཡི་མཚོན་དང་བདག་གི་ལུས། །གཉི་ག་སྡུག་བསྔལ་རྒྱུ་ཡིན་ཏེ། །དེས་མཚོན་བདག་གི་ལུས་ཕྱུང་ན། །གང་ཞིག་ལ་ནི་ཁྲོ་བར་བྱ། །\nཤུ་བ་མི་ཡི་གཟུགས་འདྲ་བ། །རེག་ཏུ་མི་བཟོད་སྡུག་བསྔལ་ཅན། །སྲེད་མདོངས་བདག་གིས་བཟུང་གྱུར་ན། །དེ་ལ་གནོད་པ་སུ་ལ་ཁྲོ། །\nབྱིས་པ་སྡུག་བསྔལ་མི་འདོད་ཅིང་། །སྡུག་བསྔལ་རྒྱུ་ལ་བརྐམ་པས་ན། །རང་གི་ཉེས་པས་གནོད་གྱུར་པ། །གཞན་ལ་བཀོན་དུ་ཅི་ཞིག་ཡོད། །\nདཔེར་ན་དམྱལ་བའི་སྲུང་མ་དང་། །རལ་གྲི་ལོ་མའི་ནགས་ཚལ་ལྟར། །རང་གི་ལས་ཀྱིས་འདི་བསྐྱེད་པ། །གང་ཞིག་ལ་ནི་ཁྲོ་བར་བྱ། །\nབདག་གི་ལས་ཀྱིས་བསྐུལ་བྱས་ནས། །བདག་ལ་གནོད་བྱེད་རྣམས་འབྱུང་སྟེ། །དེས་ནི་སེམས་ཅན་དམྱལ་འདོང་ན། །བདག་གིས་དེ་དག་མ་བརླག་གམ། །\nའདི་དག་ལ་ནི་རྟེན་བཅས་ནས། །བཟོད་པས་བདག་སྡིག་མང་དུ་འབྱུང་། །བདག་ལ་བརྟེན་ནས་དེ་དག་ནི། །ཡུན་རིང་སྡུག་བསྔལ་དམྱལ་བར་འདོང་། །\nབདག་ནི་དེ་ལ་གནོད་བྱེད་ལ། །དེ་དག་བདག་ལ་ཕན་འདོགས་ན། །ཕྱིན་ཅི་ལོག་ཏུ་ཅི་ཡི་ཕྱིར། །མ་རུངས་སེམས་ཁྱོད་ཁྲོ་བར་བྱེད། །\nགལ་ཏེ་བདག་ལ་བསམ་པ་ཡི། །ཡོན་ཏན་ཡོད་ན་དམྱལ་མི་འགྲོ། །གལ་ཏེ་བདག་གིས་བདག་བསྲུངས་ན། །དེ་དག་ལ་འདིར་ཅི་ཞིག་བྱུང་། །\nའོན་ཏེ་ལན་དུ་གནོད་བྱས་ན། །དེ་དག་བསྲུངས་པར་མ་གྱུར་ལ། །བདག་གི་སྤྱོད་པའང་ཉམས་པར་འགྱུར། །དེས་ན་དཀའ་ཐུབ་ཞིག་པར་འགྱུར། །\nཡིད་ནི་ལུས་ཅན་མ་ཡིན་པས། །སུས་ཀྱང་གང་དུའང་གཞོམ་མི་ནུས། །ལུས་ལ་མངོན་པར་ཞེན་པས་ན། །ལུས་ནི་སྡུག་བསྔལ་དག་གིས་གནོད། །\nབརྙས་དང་ཚིག་རྩུབ་སྨྲ་བ་དང་། །མི་སྙན་པ་ཡི་ཚིག་དེ་ཡིས། །ལུས་ལ་གནོད་པར་མི་འགྱུར་ན། །སེམས་ཁྱོད་ཅི་ཕྱིར་རབ་ཏུ་ཁྲོ། །\nགཞན་དག་བདག་ལ་མི་དགའ་བ། །དེས་ནི་ཚེ་འདིའམ་ཚེ་གཞན་ལ། །བདག་ལ་ཟ་བར་མི་བྱེད་ན། །བདག་ནི་ཅི་ཕྱིར་དེ་མི་འདོད། །\nརྙེད་པའི་བར་ཆད་བྱེད་པའི་ཕྱིར། །གལ་ཏེ་འདི་བདག་མི་འདོད་ན། །བདག་གི་རྙེད་པ་འདིར་འདོར་གྱི། །སྡིག་པ་དག་ནི་བརྟན་པར་གནས། །\nབདག་ནི་དེང་ཉིད་ཤི་ཡང་བླའི། །ལོག་འཚོས་ཡུན་རིང་གསོན་མི་རུང་། །བདག་ལྟ་ཡུན་རིང་གནས་གྱུར་ཀྱང་། །འཆི་བའི་སྡུག་བསྔལ་དེ་ཉིད་ཡིན། །\nརྨི་ལམ་ལོ་བརྒྱར་བདེ་མྱོང་ནས། །སད་པར་གྱུར་པ་གང་ཡིན་དང་། །གཞན་ཞིག་ཡུད་ཙམ་བདེ་མྱོང་ནས། །སད་པར་གྱུར་པ་གང་ཡིན་པ། །\nསད་པ་དེ་དག་གཉི་ག་ལའང་། །བདེ་བ་དེ་ནི་ཕྱིར་འོང་མེད། །ཚེ་རིང་ཚེ་ཐུང་གཉི་ག་ཡང་། །འཆི་བའི་དུས་སུ་དེ་འདྲར་ཟད། །\nརྙེད་པ་མང་པོ་ཐོབ་གྱུར་ཏེ། །ཡུན་རིང་དུས་སུ་བདེ་སྤྱད་ཀྱང་། །ཆོམ་པོས་ཕྲོགས་པ་ཇི་བཞིན་དུ། །སྒྲེན་མོ་ལག་པ་སྟོང་པར་འགྲོ། །\nགལ་ཏེ་རྙེད་པས་གསོན་གྱུར་ན། །སྡིག་ཟད་བསོད་ནམས་བྱ་ཞེ་ན། །རྙེད་པའི་དོན་དུ་ཁྲོས་གྱུར་ན། །བསོད་ནམས་ཟད་སྡིག་མི་འགྱུར་རམ། །\nགང་གི་དོན་དུ་བདག་གསོན་པ། །དེ་ཉིད་གལ་ཏེ་ཉམས་གྱུར་ན། །སྡིག་པ་འབའ་ཞིག་བྱེད་པ་ཡི། །གསོན་པ་དེས་ཀོ་ཅི་ཞིག་བྱ། །\nགལ་ཏེ་སེམས་ཅན་ཉམས་བྱེད་པས། །མི་སྙན་སྨྲ་ལ་ཁྲོ་ཞེ་ན། །གཞན་ལ་མི་སྙན་བརྗོད་ལའང་ཁྱོད། །དེ་བཞིན་ཅི་སྟེ་ཁྲོ་མི་བྱེད། །\nམ་དད་གཞན་ལ་རག་ལས་པས། །དད་པ་མེད་ལ་ཁྱོད་བཟོད་ན། །ཉོན་མོངས་སྐྱེ་ལ་རག་ལས་པས། །མི་སྙན་སྨྲ་ལ་ཅིས་མི་བཟོད། །\nསྐུ་གཟུགས་མཆོད་རྟེན་དམ་ཆོས་ལ། །འཁྱལ་ཞིང་འཇིག་པར་བྱེད་པ་ལའང་། །བདག་གིས་ཞེ་སྡང་མི་རིགས་ཏེ། །སངས་རྒྱས་སོགས་ལ་གནོད་མི་མངའ། །\nབླ་མ་གཉེན་ལ་སོགས་པ་དང་། །བཤེས་ལ་གནོད་པ་བྱེད་རྣམས་ལའང་། །སྔ་མའི་ཚུལ་གྱིས་རྐྱེན་དག་ལས། །འགྱུར་བར་མཐོང་ནས་ཁྲོ་བ་བཟློག །\nལུས་ཅན་རྣམས་ལ་སེམས་ཡོད་དང་། །སེམས་མེད་གཉི་གས་གནོད་བྱས་ན། །སེམས་ཡོད་ཅི་སྟེ་བཀར་ཏེ་བཀོན། །དེ་བས་གནོད་པ་བཟོད་པར་གྱིས། །\nལ་ལ་རྨོངས་པས་ཉེས་པ་བྱེད། །ལ་ལ་རྨོངས་ཏེ་ཁྲོས་གྱུར་ན། །དེ་ལ་སྐྱོན་མེད་གང་གིས་བྱ། །སྐྱོན་དང་བཅས་ཏེ་གང་ཞིག་ཡིན། །\nགང་གིས་གཞན་དག་གནོད་བྱེད་པའི། །ལས་དེ་སྔོན་ཆད་ཅི་ཕྱིར་བྱས། །ཐམས་ཅད་ལས་ལ་རག་ལས་ན། །བདག་གིས་འདི་ལ་ཅི་སྟེ་བཀོན། །\nདེ་ལྟར་མཐོང་ནས་ཅི་ནས་ཀྱང་། །ཐམས་ཅད་ཕན་ཚུན་བྱམས་སེམས་སུ། །འགྱུར་བ་དེ་ལྟར་བདག་གིས་ནི། །བསོད་ནམས་དག་ལ་བསྒྲིམས་ཏེ་བྱ། །\nདཔེར་ན་ཁྱིམ་ཚིག་གྱུར་པའི་མེ། །ཁྱིམ་གཞན་ཞིག་ཏུ་སོང་ནས་ནི། །རྩྭ་སོགས་གང་ལ་མཆེད་བྱེད་པ། །དེ་ནི་ཕྱུང་སྟེ་དོར་བ་ཡིན། །\nདེ་བཞིན་གང་ལ་སེམས་ཆགས་ནས། །ཞེ་སྡང་མེ་ནི་མཆེད་གྱུར་པ། །བསོད་ནམས་ཚིག་པར་དོགས་པ་ཡིས། །དེ་ནི་དེ་ཡི་མོད་ལ་དོར། །\nགསད་བྱའི་མི་ཞིག་ལག་བཅད་དེ། །གལ་ཏེ་ཐར་ན་ཅིས་མ་ལེགས། །གལ་ཏེ་མི་ཡི་སྡུག་བསྔལ་གྱིས། །དམྱལ་བ་བྲལ་ན་ཅིས་མ་ལེགས། །\nད་ལྟའི་སྡུག་བསྔལ་འདི་ཙམ་ལའང་། །བདག་གིས་བཟོད་པར་མི་ནུས་ན། །དེས་ན་དམྱལ་བའི་སྡུག་བསྔལ་རྒྱུ། །ཁྲོ་བ་ཅི་སྟེ་བཟློག་མི་བྱེད། །\nའདོད་པའི་དོན་དུ་སྲེག་ལ་སོགས། །དམྱལ་བར་སྟོང་ཕྲག་མྱོང་གྱུར་ཡང་། །བདག་གིས་རང་གི་དོན་དང་ནི། །གཞན་གྱི་དོན་ཡང་མ་བྱས་སོ། །\nའདི་ནི་དེ་ཙམ་གནོད་མིན་ལ། །དོན་ཆེན་དག་ཀྱང་འགྲུབ་འགྱུར་བས། །འགྲོ་བའི་གནོད་སེལ་སྡུག་བསྔལ་ལ། །དགའ་བ་འབའ་ཞིག་འདིར་བྱ་རིགས། །\nགཞན་གྱིས་ཡོན་ཏན་ལྡན་བསྟོད་ནས། །གལ་ཏེ་དགའ་བའི་བདེ་ཐོབ་ན། །ཡིད་ཁྱོད་ཀྱང་ནི་དེ་བསྟོད་ནས། །ཅི་ཕྱིར་དེ་ལྟར་དགའ་མི་བྱེད། །\nཁྱོད་ཀྱི་དགའ་བའི་བདེ་བ་འདི། །བདེ་འབྱུང་ཁ་ན་མ་ཐོ་མེད། །ཡོན་ཏན་ལྡན་པ་རྣམས་ཀྱིས་གནང་། །གཞན་སྡུད་པ་ཡི་མཆོག་ཀྱང་ཡིན། །\nགཞན་ཡང་དེ་ལྟར་བདེ་འགྱུར་ཞེས། །གལ་ཏེ་ཁྱོད་བདེ་འདི་མི་འདོད། །གླ་རྔན་སྦྱིན་སོགས་སྤངས་པའི་ཕྱིར། །མཐོང་དང་མ་མཐོང་ཉམས་པར་འགྱུར། །\nརང་གི་ཡོན་ཏན་བརྗོད་པའི་ཚེ། །གཞན་ལ་བདེ་བའང་འདོད་པར་བྱེད། །གཞན་གྱི་ཡོན་ཏན་བརྗོད་པའི་ཚེ། །རང་ལའང་བདེ་བ་མི་འདོད་བྱེད། །\nསེམས་ཅན་ཐམས་ཅད་བདེ་འདོད་པས། །བྱང་ཆུབ་ཏུ་ནི་སེམས་བསྐྱེད་ནས། །སེམས་ཅན་རང་གིས་བདེ་རྙེད་ན། །དེས་ཀོ་ཅི་སྟེ་ཁྲོ་བར་བྱེད། །\nའཇིག་རྟེན་གསུམ་མཆོད་འཚང་རྒྱ་བར། །སེམས་ཅན་རྣམས་ནི་འདོད་ཅེ་ན། །བསྙེན་བཀུར་ངན་ངོན་ཙམ་མཐོང་ནས། །ཅི་ཕྱིར་དེ་ལ་གདུང་བར་བྱེད། །\nགསོ་བྱ་གང་ཞིག་ཁྱོད་གསོ་བ། །ཁྱོད་ཉིད་ཀྱིས་ནི་སྦྱིན་བྱ་དེ། །གཉེན་གྱིས་འཚོ་བ་རྙེད་གྱུར་ན། །དགར་མི་འགྱུར་བར་སླར་ཁྲོའམ། །\nདེ་ཅི་འགྲོ་ལ་མི་འདོད་ན། །དེ་ལ་བྱང་ཆུབ་འདོད་གང་ཡིན། །གང་ཞིག་གཞན་འབྱོར་ཁྲོ་དེ་ལ། །བྱང་ཆུབ་སེམས་ནི་ག་ལ་ཡོད། །\nགལ་ཏེ་དེས་དེ་ལས་རྙེད་དམ། །སྦྱིན་བདག་ཁྱིམ་ན་གནས་གྱུར་པ། །ཀུན་དུ་དེ་ཁྱོད་ལ་མེད་ན། །བྱིན་མ་བྱིན་རུང་དེས་ཅི་བྱ། །\nབསོད་ནམས་དང་ནི་དད་པའམ། །རང་གི་ཡོན་ཏན་ཅི་ཕྱིར་འདོར། །རྙེད་པ་གྱུར་པ་མི་འཛིན་པ། །གང་གིས་ཁྲོ་བ་མི་བྱེད་སྨྲོས། །\nཁྱོད་ནི་རང་གིས་སྡིག་བྱས་ལ། །མྱ་ངན་མེད་པར་མ་ཟད་ཀྱི། །བསོད་ནམས་བྱས་པ་གཞན་དག་དང་། །ལྷན་ཅིག་འགྲན་པར་བྱེད་འདོད་དམ།། །།བམ་པོ་གཉིས་པའོ། །\nགལ་ཏེ་དགྲ་ཞིག་མི་དགའ་ནའང་། །དེ་ལ་ཁྱོད་དགར་ཅི་ཞིག་ཡོད། །ཁྱོད་ཀྱི་ཡིད་སྨོན་ཙམ་གྱིས་ནི། །དེ་ལ་གནོད་པའི་རྒྱུར་མི་འགྱུར། །\nཁྱོད་ཀྱི་འདོད་པས་སྡུག་བསྔལ་དེ། །གྲུབ་ནའང་ཁྱོད་དགར་ཅི་ཞིག་ཡོད། །གལ་ཏེ་འཚེངས་པར་འགྱུར་ཞེ་ན། །དེ་ལས་ཕུང་བའང་གཞན་ཅི་ཡོད། །\nཉོན་མོངས་ཉ་པས་བཏབ་པ་ཡི། །མཆིལ་པ་འདི་ནི་མི་བཟད་གཟེ། །དེས་བཟུང་སེམས་དམྱལ་བུམ་པར་ཡང་། །དམྱལ་བའི་སྲུང་མས་བདག་འཚེད་དེས། །\nབསྟོད་དང་གྲགས་པའི་རིམ་གྲོས་ནི། །བསོད་ནམས་མི་འགྱུར་ཆེར་མི་འགྱུར། །བདག་སྟོབས་མི་འགྱུར་ནད་མེད་མིན། །ལུས་བདེ་བར་ཡང་མི་འགྱུར་རོ། །\nབདག་ནི་རང་དོན་ཤེས་གྱུར་ན། །དེ་ལ་རང་དོན་ཅི་ཞིག་ཡོད། །ཡིད་བདེ་འབའ་ཞིག་འདོད་ན་ནི། །རྒྱན་སོགས་ཆང་ཡང་བསྟེན་དགོས་སོ། །\nགྲགས་པའི་དོན་དུ་ནོར་ཤོར་ཅིང་། །བདག་ཉིད་ཀྱང་ནི་གསོད་བྱེད་ན། །ཚིག་འབྲུ་རྣམས་ཀྱིས་ཅི་ཞིག་བྱ། །ཤ་ནི་དེས་ཀོ་སུ་ལ་བདེ། །\nབྱེ་མའི་ཁང་བུ་རྡིབ་གྱུར་ན། །བྱིས་པ་རྣམས་ནི་ག་ཆད་དུ། །དེ་བཞིན་བསྟོད་དང་གྲགས་ཉམས་ན། །རང་གི་སེམས་ནི་བྱིས་པ་བཞིན། །\nརེ་ཞིག་སྒྲ་ལ་སེམས་མེད་ཕྱིར། །བདག་ལ་བསྟོད་སེམས་ཡོད་མི་སྲིད། །བདག་ལ་གཞན་དགའ་ཞེས་གྲགས་པ། །དེ་ནི་དགའ་བའི་རྒྱུ་ཡིན་གྲང་། །\nགཞན་ནམ་ཡང་ན་བདག་ལའང་རུང་། །གཞན་དགའ་བདག་ལ་ཅི་ཞིག་ཕན། །དགའ་བདེ་དེ་ནི་དེ་ཉིད་ཀྱི། །བདག་གིས་དེ་ལས་ཤས་མི་འཐོབ། །\nདེ་བདེ་བ་ཡི་བདག་བདེ་ན། །ཀུན་ལའང་དེ་བཞིན་བྱ་དགོས་ན། །ཇི་ལྟར་གཞན་ལ་དགའ་བ་ཡིས། །བདེ་བར་གྱུར་ན་བདག་མི་བདེ། །\nདེ་བས་བདག་ནི་བསྟོད་དོ་ཞེས། །རང་གི་དགའ་བ་སྐྱེ་འགྱུར་བ། །དེ་ཡང་དེ་ལྟར་མི་འཐད་པས། །བྱིས་པའི་སྤྱོད་པ་ཁོ་ནར་ཟད། །\nབསྟོད་སོགས་བདག་ནི་གཡེང་བར་བྱེད། །དེས་ནི་སྐྱོ་བའང་འཇིག་པར་བྱེད། །ཡོན་ཏན་ལྡན་ལ་ཕྲག་དོག་དང་། །ཕུན་སུམ་ཚོགས་པའང་འཇིག་པར་བྱེད། །\nདེ་ཕྱིར་བདག་གི་བསྟོད་སོགས་ནི། །གཞིག་ཕྱིར་གང་དག་ཉེར་གནས་པ། །དེ་དག་བདག་ནི་ངན་སོང་དུ། །ལྟུང་བ་བསྲུང་ཕྱིར་ཞུགས་མིན་ནམ། །\nབདག་ནི་གྲོལ་བ་དོན་གཉེར་ལ། །རྙེད་དང་བཀུར་སྟི་འཆིང་མི་དགོས། །གང་དག་བདག་བཅིངས་གྲོལ་བྱེད་པ། །དེ་ལ་བདག་ནི་ཇི་ལྟར་ཁྲོ། །\nབདག་ནི་སྡུག་བསྔལ་འཇུག་འདོད་ལ། །སངས་རྒྱས་ཀྱིས་ནི་བྱིན་བརླབས་བཞིན། །མི་གཏོང་སྒོ་འཕར་ཉིད་གྱུར་པ། །དེ་ལ་བདག་ནི་ཇི་ལྟར་ཁྲོ། །\nའདི་ནི་བསོད་ནམས་གེགས་བྱེད་ཅེས། །དེ་ལའང་ཁྲོ་བར་རིགས་མིན་ཏེ། །བཟོད་མཚུངས་དཀའ་ཐུབ་ཡོད་མིན་ན། །དེ་ལ་བདག་ནི་མི་གནས་སམ། །\nགལ་ཏེ་བདག་ནི་རང་སྐྱོན་གྱིས། །འདི་ལ་བཟོད་པ་མི་བྱེད་ན། །བསོད་ནམས་རྒྱུ་ནི་ཉེར་གནས་པ། །འདི་ལ་བདག་གེགས་བྱེད་པར་ཟད། །\nགང་ཞིག་གང་མེད་མི་འབྱུང་ལ། །གང་ཞིག་ཡོད་ན་ཡོད་གྱུར་པ། །དེ་ཉིད་དེ་ཡི་རྒྱུ་ཡིན་ན། །ཇི་ལྟར་དེ་ལ་གེགས་ཞེས་བྱ། །\nདུས་སུ་ཕྱིན་པའི་སློང་མོ་བས། །སྦྱིན་པའི་གེགས་བྱས་ཡོད་མ་ཡིན། །རབ་ཏུ་འབྱིན་པར་བྱེད་གྱུར་པ། །རབ་བྱུང་གེགས་ཞེས་བྱར་མི་རུང་། །\nའཇིག་རྟེན་ན་ནི་སློང་བ་མོད། །གནོད་པ་བྱེད་པ་དཀོན་པ་སྟེ། །འདི་ལྟར་ཕར་གནོད་མ་བྱས་ན། །འགའ་ཡང་གནོད་པ་མི་བྱེད་དོ། །\nདེ་བས་ངལ་བས་མ་བསྒྲུབས་པའི། །ཁྱིམ་དུ་གཏེར་ནི་བྱུང་བ་ལྟར། །བྱང་ཆུབ་སྤྱོད་པའི་གྲོགས་གྱུར་པས། །བདག་གིས་དགྲ་ལ་དགའ་བར་བྱ། །\nའདི་དང་བདག་གིས་བསྒྲུབས་པས་ན། །དེ་ཕྱིར་བཟོད་པའི་འབྲས་བུ་ནི། །འདི་ལ་ཐོག་མར་བདར་འོས་ཏེ། །འདི་ལྟར་དེ་ནི་བཟོད་པའི་རྒྱུ། །\nགལ་ཏེ་བཟོད་བསྒྲུབ་བསམ་མེད་པས། །དགྲ་འདི་མཆོད་བྱ་མིན་ཞེ་ན། །གྲུབ་པ་ཡི་ནི་རྒྱུར་རུང་བ། །དམ་པའི་ཆོས་ཀྱང་ཅི་སྟེ་མཆོད། །\nགལ་ཏེ་དགྲ་འདི་གནོད་བྱ་བའི། །བསམ་ཡོད་མཆོད་བྱ་མིན་ཞེ་ན། །སྨན་པ་བཞིན་དུ་ཕན་བརྩོན་ན། །བདག་གི་བཟོད་པ་ཇི་ལྟར་འགྲུབ། །\nདེ་བས་རབ་ཏུ་སྡང་སེམས་ལ། །བརྟེན་ནས་བཟོད་པ་སྐྱེ་བས་ན། །དེ་ཉིད་བཟོད་པའི་རྒྱུ་ཡིན་པས། །དམ་པའི་ཆོས་བཞིན་མཆོད་པར་འོས། །\nདེ་ཕྱིར་སེམས་ཅན་ཞིང་དང་ནི། །རྒྱལ་བའི་ཞིང་ཞེས་ཐུབ་པས་གསུངས། །འདི་དག་མགུ་བྱས་མང་པོ་ཞིག །འདི་ལྟར་ཕུན་ཚོགས་ཕ་རོལ་ཕྱིན། །\nསེམས་ཅན་རྣམས་དང་རྒྱལ་བ་ལས། །སངས་རྒྱས་ཆོས་འགྲུབ་འདྲ་བ་ལ། །རྒྱལ་ལ་གུས་བྱ་དེ་བཞིན་དུ། །སེམས་ཅན་ལ་མིན་ཅི་ཡི་ཚུལ། །\nབསམ་པའི་ཡོན་ཏན་རང་གིས་མིན། །འབྲས་བུ་ལས་ཡིན་དེས་མཚུངས་པར། །སེམས་ཅན་རྣམས་ལའང་ཡོན་ཏན་ཡོད། །དེ་ཕྱིར་དེ་དག་མཉམ་པ་ཡིན། །\nབྱམས་སེམས་ལྡན་ལ་མཆོད་པ་གང་། །དེ་ནི་སེམས་ཅན་ཆེ་བ་ཉིད། །སངས་རྒྱས་དད་པའི་བསོད་ནམས་གང་། །དེ་ཡང་སངས་རྒྱས་ཆེ་བ་ཉིད། །\nསངས་རྒྱས་ཆོས་འགྲུབ་ཆ་ཡོད་པ། །དེས་ན་དེ་དག་མཉམ་པར་འདོད། །ཡོན་ཏན་རྒྱ་མཚོ་མཐའ་ཡས་པའི། །སངས་རྒྱས་རྣམས་དང་འགའ་མི་མཉམ། །\nཡོན་ཏན་མཆོག་ཚོགས་གཅིག་པུ་ཡི། །ཡོན་ཏན་ཤས་ཙམ་འགའ་ཞིག་ལ། །སྣང་ནའང་དེ་ལ་མཆོད་དོན་དུ། །ཁམས་གསུམ་ཕུལ་ཡང་ཆུང་བར་འགྱུར། །\nསངས་རྒྱས་ཆོས་མཆོག་སྐྱེ་བའི་ཤས། །སེམས་ཅན་རྣམས་ལ་ཡོད་པས་ན། །འདི་ཙམ་དག་གིས་ཆ་བསྟུན་ནས། །སེམས་ཅན་མཆོད་བྱར་རིགས་པར་འགྱུར། །\nགཞན་ཡང་གཡོ་མེད་གཉེན་གྱུར་ཅིང་། །ཕན་པ་དཔག་མེད་མཛད་རྣམས་ལ། །སེམས་ཅན་མགུ་བྱ་མ་གཏོགས་པར། །གཞན་གང་ཞིག་གིས་ལན་ལོན་འགྱུར། །\nགང་ཕྱིར་སྐུ་གཏོང་མནར་མེད་འཇུག་པ་ལ། །དེ་ལ་ཕན་བཏགས་ལན་ལོན་འགྱུར་བས་ན། །དེ་བས་འདི་དག་གནོད་ཆེན་བྱེད་ན་ཡང་། །ཐམས་ཅད་བཟང་དགུ་ཞིག་ཏུ་སྤྱད་པར་བྱ། །\nརེ་ཞིག་བདག་གི་རྗེར་གྱུར་ཉིད་ཀྱང་ནི། །གང་ཕྱིར་རང་གི་སྐུ་ལའང་མི་གཟིགས་པ། །དེ་ལ་རྨོངས་པ་བདག་གིས་ཇི་ལྟར་ན། །ང་རྒྱལ་བྱ་ཞིང་བྲན་གྱི་དངོས་མི་བྱ། །\nགང་དག་བདེ་བས་ཐུབ་རྣམས་དགྱེས་འགྱུར་ཞིང་། །གང་ལ་གནོད་ན་མི་དགྱེས་འབྱུང་འགྱུར་བ། །དེ་དག་དགའ་བས་ཐུབ་པ་ཀུན་དགྱེས་ཤིང་། །དེ་ལ་གནོད་བྱས་ཐུབ་ལ་གནོད་པ་བྱས། །\nཇི་ལྟར་ལུས་ལ་ཀུན་ནས་མེ་འབར་བ། །འདོད་པ་ཀུན་གྱིས་ཡིད་བདེར་མི་འགྱུར་བ། །དེ་བཞིན་སེམས་ཅན་གནོད་པ་བྱས་ན་ཡང་། །ཐུགས་རྗེ་ཆེ་རྣམས་དགྱེས་པའི་ཐབས་མེད་དོ། །\nདེ་བས་བདག་གིས་འགྲོ་ལ་གནོད་བྱས་པས། །ཐུགས་རྗེ་ཆེ་ཀུན་མི་དགྱེས་གྱུར་པ་གང་། །སྡིག་དེ་དེ་རིང་སོ་སོར་བཤགས་བགྱི་ཡིས། །མི་དགྱེས་གང་ལགས་དེ་ཐུབ་བཟོད་པར་གསོལ། །\nདེ་བཞིན་གཤེགས་རྣམས་དགྱེས་པར་བགྱི་སླད་དུ། །དེང་ནས་བཟུང་ནས་འཇིག་རྟེན་བྲན་དུ་མཆི། །འགྲོ་མང་རྡོག་པས་བདག་གི་སྤྱིར་འཚོག་གམ། །འགུམས་ཀྱང་མི་བསྡོ་འཇིག་རྟེན་མགོན་དགྱེས་མཛོད། །\nའགྲོ་བ་འདི་ཀུན་ཐུགས་རྗེའི་བདག་ཅན་དེས། །བདག་ཏུ་མཛད་པ་འདི་ལ་ཐེ་ཚོམ་མེད། །སེམས་ཅན་ངོ་བོར་མཐོང་བ་འདི་དག་ཉིད། །མགོན་དེ་བདག་ཉིད་ཅི་ཕྱིར་གུས་མི་བྱེད། །\nའདི་ཉིད་དེ་བཞིན་གཤེགས་པ་མཉེས་བྱེད་ཡིན། །རང་དོན་ཡང་དག་སྒྲུབ་པའང་འདི་ཉིད་དོ། །འཇིག་རྟེན་སྡུག་བསྔལ་སེལ་བའང་འདི་ཉིད་དེ། །དེ་ལྟས་བདག་གིས་རྟག་ཏུ་དེ་ཉིད་བྱ། །\nདཔེར་ན་རྒྱལ་པོའི་མི་འགའ་ཞིག །སྐྱེ་བོ་མང་ལ་གནོད་བྱེད་ཀྱང་། །སྐྱེ་བོ་མིག་རྒྱང་རིང་པོ་དག །ནུས་ཀྱང་ཕྱིར་གནོད་མི་བྱེད་དེ། །\nའདི་ལྟར་དེ་གཅིག་མ་ཡིན་གྱི། །རྒྱལ་པོའི་མཐུ་སྟོབས་དེ་ཡི་མཐུ། །དེ་བཞིན་གནོད་བྱེད་ཉམ་ཆུང་བ། །འགའ་ཡང་ཁྱད་དུ་གསད་མི་བྱ། །\nའདི་ལྟར་དམྱལ་བའི་སྲུང་མ་དང་། །ཐུགས་རྗེ་ལྡན་རྣམས་དེ་ཡི་དཔུང་། །དེ་ལྟར་དམངས་ཀྱིས་རྒྱལ་གཏུམ་བཞིན། །སེམས་ཅན་རྣམས་ནི་མགུ་བར་བྱ། །\nརྒྱལ་པོ་ལྟ་ཞིག་ཁྲོས་ན་ཡང་། །སེམས་ཅན་མི་མགུ་བྱས་པ་ཡིས། །མྱོང་བར་འགྱུར་བ་གང་ཡིན་པ། །དམྱལ་བའི་གནོད་པ་དེས་བྱེད་དམ། །\nརྒྱལ་པོ་ལྟ་ཞིག་མགུ་ན་ཡང་། །སེམས་ཅན་མགུ་བར་བྱས་པ་ཡིས། །འཐོབ་པར་འགྱུར་བ་གང་ཡིན་པ། །སངས་རྒྱས་ཉིད་སྦྱིན་མི་སྲིད་དོ། །\nསེམས་ཅན་མགུ་ལས་བྱུང་བ་ཡི། །མ་འོངས་སངས་རྒྱས་འགྲུབ་ལྟ་ཞོག །ཚེ་འདི་ཉིད་ལ་དཔལ་ཆེན་དང་། །གྲགས་དང་སྐྱིད་འགྱུར་ཅིས་མ་མཐོང་། །\nའཁོར་ཚེ་བཟོད་པས་མཛེས་སོགས་དང་། །ནད་མེད་པ་དང་གྲགས་པ་ཡིས། །ཤིན་ཏུ་ཡུན་རིང་འཚོ་བ་དང་། །འཁོར་ལོས་སྒྱུར་བའི་བདེ་རྒྱས་ཐོབ། །\nབྱང་ཆུབ་སེམས་དཔའི་སྤྱོད་པ་ལ་འཇུག་པ་ལས། བཟོད་པ་བསྟན་པ་ཞེས་བྱ་བ་སྟེ་ལེའུ་དྲུག་པའོ།། །།\nch-7 དེ་ལྟར་བཟོད་པས་བརྩོན་འགྲུས་བརྩམ། །འདི་ལྟར་བརྩོན་ལ་བྱང་ཆུབ་གནས། །རླུང་མེད་གཡོ་བ་མེད་པ་བཞིན། །བསོད་ནམས་བརྩོན་འགྲུས་མེད་མི་འབྱུང་། །\nབརྩོན་གང་དགེ་ལ་སྤྲོ་བའོ། །དེ་ཡི་མི་མཐུན་ཕྱོགས་བཤད་བྱ། །ལེ་ལོ་ངན་ལ་ཞེན་པ་དང་། །སྒྱིད་ལུག་བདག་ཉིད་བརྙས་པའོ། །\nསྙོམ་ལས་བདེ་བའི་རོ་མྱང་དང་། །གཉིད་ལ་བརྟེན་པའི་སྲེད་པ་ཡིས། །འཁོར་བའི་སྡུག་བསྔལ་མི་སྐྱོ་ལས། །ལེ་ལོ་ཉེ་བར་སྐྱེ་བར་འགྱུར། །\nཉོན་མོངས་རྒྱ་པས་བཤོར་ནས་ནི། །སྐྱེ་བའི་རྒྱར་ནི་ཆུད་གྱུར་ནས། །འཆི་བདག་ཁར་ནི་སོང་གྱུར་པ། །ཅི་སྟེ་ད་དུང་མི་ཤེས་སམ། །\nརང་སྡེ་རིམ་གྱིས་གསོད་པ་ཡང་། །ཁྱོད་ཀྱིས་མཐོང་བར་མ་གྱུར་ཏམ། །འོན་ཀྱང་གཉིད་ལ་བརྟེན་པ་གང་། །གདོལ་པ་དང་ནི་མ་ཧེ་བཞིན། །\nལམ་ནི་ཀུན་ནས་བཀག་ནས་སུ། །འཆི་བདག་གིས་ནི་བལྟས་བཞིན་དུ། །ཇི་ལྟར་ཁྱོད་ནི་ཟ་དགའ་ཞིང་། །འདི་ལྟར་གཉིད་ལོག་ཇི་ལྟར་དགའ། །\nམྱུར་བ་ཉིད་དུ་འཆི་འགྱུར་བས། །ཇི་སྲིད་དུ་ནི་ཚོགས་བསག་བྱ། །དེ་ཚེ་ལེ་ལོ་སྤངས་ཀྱང་ནི། །དུས་མ་ཡིན་པར་ཅི་ཞིག་བྱ། །\nའདི་ནི་མ་བྱས་བརྩམས་པ་དང་། །འདི་ཕྱེད་བྱས་པར་གནས་པ་ལ། །གློ་བུར་འཆི་བདག་འོངས་ནས་ནི། །ཀྱི་ཧུད་བཅོམ་ཞེས་སེམས་པར་འགྱུར། །\nམྱ་ངན་ཤུགས་ཀྱིས་སྐྲངས་པ་ཡི། །མིག་དམར་གདོང་ལ་མཆི་མ་འཛག །ཉེ་དུ་རེ་ཐག་ཆད་པ་དང་། །གཤིན་རྗེའི་ཕོ་ཉའི་བཞིན་ལ་བལྟ། །\nརང་སྡིག་དྲན་པས་གདུང་བ་དང་། །དམྱལ་བའི་སྒྲ་ནི་ཐོས་པ་ཡིས། །སྐྲག་པས་མི་གཙང་ལུས་གོས་ཤིང་། །མྱོས་པར་འགྱུར་ཚེ་ཅི་ཞིག་བྱ། །\nཁྱོད་ནི་ཉ་གསོན་འགྲེ་བ་ལྟའི། །ཚེ་འདིར་འཇིགས་དང་ལྡན་གྱུར་ན། །སྡིག་བྱས་དམྱལ་བ་མི་བཟད་པའི། །སྡུག་བསྔལ་རྣམས་ནི་སྨོས་ཅི་དགོས། །\nཆུ་ཚན་གྱིས་ནི་རེག་པ་ན། །གཞོན་ཤ་ཅན་ལ་རབ་ཚ་བའི། །དམྱལ་བ་ཡི་ནི་ལས་བྱས་ནས། །ཅི་ཕྱིར་འདི་ལྟར་བདེ་བར་གནས། །\nབརྩོན་མེད་འབྲས་བུ་འདོད་པ་དང་། །བཟེ་རེ་ཅན་ལ་གནོད་མང་ཞིང་། །འཆི་བས་བཟུང་བཞིན་ལྷ་འདྲ་བ། །ཀྱི་ཧུད་སྡུག་བསྔལ་དག་གིས་བཅོམ། །\nམི་ཡི་གྲུ་ལ་བརྟེན་ནས་སུ། །སྡུག་བསྔལ་ཆུ་བོ་ཆེ་ལས་སྒྲོལ། །གྲུ་འདི་ཕྱི་ནས་རྙེད་དཀའ་བས། །རྨོངས་པ་དུས་སུ་གཉིད་མ་ལོག །\nདགའ་བའི་རྒྱུ་ནི་མཐའ་ཡས་པའི། །དམ་ཆོས་དགའ་བའི་མཆོག་སྤངས་ནས། །སྡུག་བསྔལ་རྒྱུ་ཡིས་གཡེང་བ་དང་། །རྒོད་སོགས་ལ་ཁྱོད་ཅི་ཕྱིར་དགའ། །\nསྒྱིད་ལུག་མེད་དང་དཔུང་ཚོགས་དང་། །ལྷུར་བླང་བདག་ཉིད་དབང་བྱ་དང་། །བདག་དང་གཞན་དུ་མཉམ་པ་དང་། །བདག་དང་གཞན་དུ་བརྗེ་བར་གྱིས། །\nབདག་གིས་བྱང་ཆུབ་ག་ལ་ཞེས། །སྒྱིད་ལུག་པར་ནི་མི་བྱ་སྟེ། །འདི་ལྟར་དེ་བཞིན་གཤེགས་པ་ནི། །བདེན་པ་གསུང་བས་བདེན་འདི་གསུངས། །\nསྦྲང་བུ་ཤ་སྦྲང་བུང་བ་དང་། །དེ་བཞིན་སྲིན་བུར་གང་གྱུར་པ། །དེས་ཀྱང་བརྩོན་པའི་སྟོབས་བསྐྱེད་ན། །བྱང་ཆུབ་ཐོབ་དཀའ་བླ་མེད་འཐོབ། །\nབདག་ལྟ་རིགས་ཀྱིས་མིར་སྐྱེས་ལ། །ཕན་དང་གནོད་པའི་ངོ་ཤེས་པས། །བྱང་ཆུབ་སྤྱོད་པ་མ་བཏང་ན། །བདག་གིས་བྱང་ཆུབ་ཅིས་མི་འཐོབ། །\nའོན་ཏེ་རྐང་ལག་ལ་སོགས་པ། །བཏང་དགོས་བདག་ནི་འཇིགས་ཤེ་ན། །ལྕི་དང་ཡང་བ་མ་དཔྱད་པར། །རྨོངས་པས་བདག་ནི་འཇིགས་པར་ཟད། །\nབསྐལ་པ་བྱེ་བ་གྲངས་མེད་དུ། །ལན་གྲངས་དུ་མར་བཅད་པ་དང་། །དབུག་དང་བསྲེག་དང་གཤེགས་འགྱུར་གྱི། །བྱང་ཆུབ་ཐོབ་པར་མི་འགྱུར་རོ། །\nབདག་གིས་བྱང་ཆུབ་སྒྲུབ་པ་ཡི། །སྡུག་བསྔལ་འདི་ནི་ཚོད་ཡོད་དེ། །ཟུག་རྔུ་ཁོང་བརླག་གནོད་བསལ་ཕྱིར། །ལུས་རྨ་བཏོད་པའི་སྡུག་བསྔལ་བཞིན། །\nསྨན་པ་ཀུན་ཀྱང་གསོ་དཔྱད་ཀྱིས། །མི་བདེ་བ་ཡི་ནད་མེད་བྱེད། །དེ་བས་སྡུག་བསྔལ་མང་པོ་དག །གཞོམ་ཕྱིར་མི་བདེ་ཆུང་བཟོད་བྱ། །\nགསོ་དཔྱད་ཕལ་པ་འདི་འདྲ་བ། །སྨན་པ་མཆོག་གིས་མ་མཛད་དེ། །ཆོ་ག་ཤིན་ཏུ་འཇམ་པོ་ཡིས། །ནད་ཆེན་དཔག་མེད་གསོ་བར་མཛད། །\nཚོད་མ་ལ་སོགས་སྦྱིན་པ་ལའང་། །འདྲེན་པས་ཐོག་མར་སྦྱོར་བར་མཛད། །དེ་ལ་གོམས་ནས་ཕྱི་ནས་ནི། །རིམ་གྱིས་རང་གི་ཤ་ཡང་གཏོང་། །\nགང་ཚེ་རང་གི་ལུས་ལ་ནི། །ཚོད་སོགས་ལྟ་བུའི་བློ་སྐྱེས་པ། །དེ་ཚེ་ཤ་ལ་སོགས་གཏོང་བ། །དེ་ལ་དཀའ་བ་ཅི་ཞིག་ཡོད། །\nསྡིག་པ་སྤང་ཕྱིར་སྡུག་བསྔལ་མེད། །མཁས་པའི་ཕྱིར་ན་མི་དགའ་མེད། །འདི་ལྟར་ལོག་པར་རྟོག་པ་དང་། །སྡིག་པས་སེམས་དང་ལུས་ལ་གནོད། །\nབསོད་ནམས་ཀྱིས་ནི་ལུས་བདེ་ལ། །མཁས་པ་ཡིས་ནི་སེམས་བདེ་ན། །གཞན་དོན་འཁོར་བར་གནས་ཀྱང་ནི། །སྙིང་རྗེ་ཅན་དག་ཅི་སྟེ་སྐྱོ། །\nའདི་ནི་བྱང་ཆུབ་སེམས་སྟོབས་ཀྱིས། །སྔོན་གྱི་སྡིག་པ་ཟད་བྱེད་ཅིང་། །བསོད་ནམས་རྒྱ་མཚོ་སྡུད་བྱེད་ཕྱིར། །ཉན་ཐོས་རྣམས་པས་མཆོག་ཏུ་བཤད། །\nདེ་བས་སྐྱོ་ངལ་ཀུན་སེལ་བའི། །བྱང་ཆུབ་སེམས་ཀྱི་རྟ་ཞོན་ནས། །བདེ་ནས་བདེ་བར་འགྲོ་བ་ལ། །སེམས་ཤེས་སུ་ཞིག་སྒྱིད་ལུག་འགྱུར། །\nསེམས་ཅན་དོན་གྲུབ་བྱ་ཕྱིར་དཔུང་། །མོས་བརྟན་དགའ་དང་དོར་བ་ཡིན། །མོས་པ་སྡུག་བསྔལ་འཇིགས་པ་དང་། །དེ་ཡི་ཕན་ཡོན་བསམ་པས་བསྐྱེད། །\nདེ་ལྟར་མི་མཐུན་ཕྱོགས་སྤངས་ཏེ། །མོས་དང་ང་རྒྱལ་དགའ་དང་དོར། །ལྷུར་ལེན་དབང་བསྒྱུར་སྟོབས་ཀྱིས་ནི། །བརྩོན་འགྲུས་སྤེལ་ཕྱིར་འབད་པར་བྱ། །\nབདག་དང་གཞན་གྱི་ཉེས་པ་ནི། །དཔག་མེད་བདག་གིས་གཞོམ་བྱ་སྟེ། །གང་དུ་ཉེས་པ་རེ་རེ་ལའང་། །བསྐལ་པ་རྒྱ་མཚོ་ཟད་འགྱུར་བ། །\nཉེས་ཟད་རྩོམ་པ་དེ་ཡི་ནི། །ཆ་ཡང་བདག་ལ་མ་མཐོང་ན། །སྡུག་བསྔལ་དཔག་ཏུ་མེད་པའི་གནས། །བདག་གོ་ཅི་ཕྱིར་སྙིང་མ་གས། །\nབདག་དང་གཞན་གྱི་ཡོན་ཏན་ནི། །མང་པོ་བདག་གིས་བསྒྲུབ་བྱ་སྟེ། །དེ་ལ་ཡོན་ཏན་རེ་རེ་ཡང་། །བསྐལ་པ་རྒྱ་མཚོས་གོམས་འགྱུར་ན། །\nབདག་ནི་ཡོན་ཏན་ཆ་ལ་ཡང་། །གོམས་པ་ནམ་ཡང་མ་སྐྱེས་ཏེ། །ཇི་ཞིག་ལྟར་རྙེད་སྐྱེ་བ་ནི། །བདག་གིས་དོན་མེད་བྱས་པ་མཚར། །\nབདག་གིས་བཅོམ་ལྡན་མ་མཆོད་ཅིང་། །དགའ་སྟོན་ཆེན་པོའི་བདེ་མ་བྱིན། །བསྟན་ལ་བྱ་བ་མ་བྱས་དང་། །དབུལ་པོའི་བསམ་པ་རྫོགས་མ་བྱས། །\nའཇིགས་ལ་མི་འཇིགས་མ་བྱིན་དང་། །ཉམ་ཐག་བདེ་མ་བྱིན་ན་བདག །མ་ཡི་མངལ་གྱི་ཟུག་རྔུ་དང་། །སྡུག་བསྔལ་འབའ་ཞིག་བསྐྱེད་པར་ཟད། །\nབདག་ནི་སྔོན་དང་ད་ལྟར་ཡང་། །ཆོས་ལ་མོས་དང་བྲལ་བ་ཡིས། །ཕོངས་པ་འདི་འདྲ་བྱུང་བར་གྱུར། །སུ་ཞིག་ཆོས་ལ་མོས་པ་གཏོང་། །\nདགེ་བའི་ཕྱོགས་ནི་ཐམས་ཅད་ཀྱི། །རྩ་བ་མོས་པར་ཐུབ་པས་གསུངས། །དེ་ཡི་རྩ་བ་རྟག་ཏུ་ནི། །རྣམ་སྨིན་འབྲས་བུ་བསྒོམས་པས་སོ། །\nསྡུག་བསྔལ་ཡིད་མི་བདེ་བ་དང་། །འཇིགས་པ་རྣམ་པ་སྣ་ཚོགས་དང་། །འདོད་པ་རྣམས་དང་བྲལ་བ་ནི། །སྡིག་པ་སྤྱོད་ལས་འབྱུང་བར་འགྱུར། །\nཡིད་ལ་བསམས་པའི་དགེ་བྱས་པས། །གང་དང་གང་དུ་འགྲོ་འགྱུར་བ། །དེ་དང་དེར་ནི་བསོད་ནམས་དེས། །འབྲས་བུའི་ཡོན་གྱིས་མངོན་མཆོད་འགྱུར། །\nསྡིག་པ་བྱེད་པ་བདེ་འདོད་ཀྱང་། །གང་དང་གང་དུ་འགྲོ་འགྱུར་བ། །དེ་དང་དེར་ནི་སྡིག་པ་དེས། །སྡུག་བསྔལ་མཚོན་གྱིས་རྣམ་པར་འཇོམས། །\nརྒྱ་ཆེ་དྲི་བཟང་བསེལ་བའི་པདྨའི་སྙིང་པོར་གནས། །རྒྱལ་བའི་གསུང་སྙན་ཟས་ཀྱིས་གཟི་བརྗིད་བསྐྱེད་བྱས་པ། །ཐུབ་འོད་ཀྱིས་རྒྱས་པདྨ་ལས་བྱུང་ལུས་མཆོག་ཅན། །རྒྱལ་བའི་མདུན་གནས་བདེ་གཤེགས་སྲས་སུ་དགེ་བས་འགྱུར། །\nགཤིན་རྗེའི་སྐྱེས་བུས་པགས་པ་མ་ལུས་བཤུས་པས་ཤིན་ཏུ་ཉམ་ཐག་ཅིང་། །རབ་ཏུ་ཚ་བའི་མེ་ཡིས་བཞུས་པའི་ཟངས་ཞུན་ལུས་ལ་བླུགས་གྱུར་ལ། །འབར་བའི་རལ་གྲི་མདུང་ཐུང གིས་བསྣུན་ཤ་ཡི་དུམ་བུ་བརྒྱར་ལྷགས་ཤིང་། །ཤིན་ཏུ་འབར་བའི་ལྕགས་ཀྱི་ས་གཞིར་ལྷུང་བ་མི་དགེ་མང་པོས་འགྱུར། །\nདེ་བས་དགེ་ལ་མོས་བྱ་ཞིང་། །གུས་པ་ཉིད་དུ་བསྒོམ་པར་བྱ། །རྡོ་རྗེ་རྒྱལ་མཚན་ཆོ་ག་ཡིས། །བརྩམས་ནས་ང་རྒྱལ་བསྒོམ་པར་བྱ། །\nདང་པོར་འབྱོར་པ་བརྟགས་ནས་ནི། །བརྩམ་མམ་ཡང་ན་མི་བརྩམ་བྱ། །མ་བརྩམས་པ་ནི་མཆོག་ཡིན་གྱི། །བརྩམས་ནས་ལྡོག་པར་མི་བྱའོ། །\nསྐྱེ་བ་གཞན་དུ་དེ་གོམས་ཤིང་། །སྡིག་དང་སྡུག་བསྔལ་འཕེལ་བར་འགྱུར། །གཞན་དང་འབྲས་བུའི་དུས་ཀྱང་ནི། །དམན་འགྱུར་དེ་ཡང་འགྲུབ་མི་འགྱུར། །\nལས་དང་ཉོན་མོངས་ནུས་པ་སྟེ། །གསུམ་པོ་དག་ལ་ང་རྒྱལ་བྱ། །བདག་ཉིད་གཅིག་པུས་བྱའོ་ཞེས། །འདི་ནི་ལས་ཀྱི་ང་རྒྱལ་ཉིད། །\nཉོན་མོངས་དབང་མེད་འཇིག་རྟེན་འདིས། །རང་དོན་སྒྲུབ་པར་མི་ནུས་པས། །འགྲོ་བས་བདག་ལྟར་མི་ནུས་ཏེ། །དེ་བས་བདག་གིས་འདི་བྱའོ། །\nགཞན་དག་དམན་པའི་ལས་བྱེད་ན། །བདག་ཉིད་ཀྱང་ནི་ཇི་ལྟར་འདུག །ང་རྒྱལ་གྱིས་ནི་མི་བྱེད་དེ། །བདག་ལ་ང་རྒྱལ་མེད་པ་མཆོག །\nཤི་བའི་སྦྲུལ་དང་ཕྲད་གྱུར་ན། །ཁྭ་ཡང་མཁའ་ལྡིང་ལྟ་བུར་སྤྱོད། །གལ་ཏེ་བདག་ཉིད་ཉམ་ཆུང་ན། །ལྟུང་བ་ཆུང་ངུའང་གནོད་པར་བྱེད། །\nཞུམ་བཅས་རྩོལ་བ་དོར་བ་ལ། །ཕོངས་ལས་ཐར་བ་ཡོད་དམ་ཅི། །ང་རྒྱལ་རྩོལ་བ་བསྐྱེད་པས་ནི། །ཆེན་པོ་ཡིས་ཀྱང་ཐུབ་པར་དཀའ། །\nདེ་བས་སེམས་ནི་བརྟན་པ་ཡིས། །ལྟུང་བ་རྣམས་ནི་གཞོམ་བྱ་སྟེ། །བདག་ནི་ལྟུང་བས་ཕམ་བྱས་ན། །ཁམས་གསུམ་རྒྱལ་འདོད་བཞད་གད་འགྱུར། །\nབདག་གིས་ཀུན་ལས་རྒྱལ་བྱ་སྟེ། །བདག་ལས་སུ་ཡང་རྒྱལ་མི་བྱ། །རྒྱལ་བ་སེང་གེའི་སྲས་བདག་གིས། །ང་རྒྱལ་འདི་ལ་གནས་པར་བྱ། །\nའགྲོ་གང་ང་རྒྱལ་གྱིས་བཅོམ་དེ། །ཉོན་མོངས་ང་རྒྱལ་ཅན་མ་ཡིན། །ང་རྒྱལ་ཅན་དགྲའི་དབང་མི་འགྲོ། །དེ་དག་ང་རྒྱལ་དགྲ་དབང་འགྱུར། །\nཉོན་མོངས་ང་རྒྱལ་གྱིས་ཁེངས་ནི། །ངན་འགྲོར་ང་རྒྱལ་གྱིས་ཁྲིད་ཅིང་། །མི་ཡི་དགའ་སྟོན་བཅོམ་པ་དང་། །གཞན་གྱི་ཟན་ཟའི་བྲན་དང་ནི། །གླེན་པ་མི་སྡུག་ཉམ་ཆུང་དང་། །\nཐམས་ཅད་དུ་ནི་བརྙས་པར་འགྱུར། །ང་རྒྱལ་གྱིས་ཁེངས་དཀའ་ཐུབ་ཅན། །དེ་ཡང་ང་རྒྱལ་ཅན་གཏོགས་ན། །དམན་པ་ཅི་འདྲ་ཡིན་པ་སྨྲོས། །\nགང་ཞིག་ང་རྒྱལ་དགྲ་ལས་རྒྱལ་ཕྱིར་ང་རྒྱལ་འཆང་། །དེ་ནི་ང་རྒྱལ་ཅན་དང་རྣམ་རྒྱལ་དཔའ་དེ་ཉིད། །གང་ཞིག་ང་རྒྱལ་དགྲ་བདོ་བ་ཡང་ངེས་བཅོམ་སྟེ། །འགྲོ་ལ་འདོད་བཞིན་རྒྱལ་བའི་འབྲས་བུ་རྫོགས་པར་བྱེད། །\nཉོན་མོངས་ཕྱོགས་ཀྱི་ཁྲོད་གནས་ན། །རྣམ་པ་སྟོང་དུ་སྲན་གཟུགས་ཏེ། །ཝ་ལ་སོགས་པས་སེང་གེ་བཞིན། །ཉོན་མོངས་ཚོགས་ཀྱིས་མི་ཚུགས་བྱ། །\nཉམ་ང་ཆེ་ཐང་བྱུང་གྱུར་ཀྱང་། །མི་ཡིས་མིག་ནི་བསྲུང་བ་ལྟར། །དེ་བཞིན་ཉམ་ང་བྱུང་གྱུར་ཀྱང་། །ཉོན་མོངས་དབང་དུ་མི་འགྱུར་བྱ། །\nབདག་ནི་བསྲེགས་ཏེ་བསད་གྱུར་ཏམ། །བདག་གི་མགོ་བོ་བཅད་ཀྱང་བླ། །རྣམ་པ་ཀུན་དུ་ཉོན་མོངས་པའི། །དགྲ་ལ་འདུད་པར་མི་བྱའོ། །དེ་བཞིན་གནས་སྐབས་ཐམས་ཅད་དུ། །རིགས་པ་ལས་ནི་གཞན་མི་སྤྱད། །\nརྩེད་མོའི་བདེ་འབྲས་འདོད་པ་ལྟར། །འདི་ཡིས་བྱ་བའི་ལས་གང་ཡིན། །ལས་དེ་ལ་ནི་ཞེན་བྱ་སྟེ། །ལས་དེས་མི་ངོམས་དགའ་བར་བྱ། །\nབདེ་བའི་དོན་དུ་ལས་བྱས་ཀྱང་། །བདེ་འགྱུར་མི་འགྱུར་གཏོལ་མེད་ཀྱི། །གང་གི་ལས་ཉིད་བདེ་འགྱུར་བ། །དེ་ལས་མི་བྱེད་ཇི་ལྟར་བདེ། །\nསྤུ་གྲིའི་སོར་ཆགས་སྦྲང་རྩི་ལྟའི། །འདོད་པ་རྣམས་ཀྱིས་མི་ངོམས་ན། །རྣམ་སྨིན་བདེ་ལ་ཞི་བ་ཡི། །བསོད་ནམས་ཀྱིས་ལྟ་ཅི་སྟེ་ངོམས། །\nདེ་ལྟས་ལས་ཚར་ཕྱིན་བྱའི་ཕྱིར། །ཉི་མ་ཕྱེད་དུས་གདུངས་པ་ཡི། །གླང་ཆེན་མཚོ་ཕྲད་མཚོར་འཇུག་ལྟར། །ལས་དེ་ལ་ཡང་འཇུག་པར་བྱ། །\nསྟོབས་ཉམས་པ་དང་རྗེས་འབྲེལ་ན། །སླར་བྱའི་དོན་དུ་དོར་བར་བྱ། །ལེགས་པར་ཟིན་ན་ཕྱི་མ་དང་། །ཕྱི་མ་འདོད་པས་དེ་སྤང་བྱ། །\nའཐབ་རྙིང་དགྲ་དང་ལྷན་ཅིག་ཏུ། །གཡུལ་ངོར་རལ་ཁ་ལྷགས་པ་བཞིན། །ཉོན་མོངས་མཚོན་ལས་གཟུར་བྱ་ཞིང་། །ཉོན་མོངས་དགྲ་རྣམས་གཞོམ་པར་བཏེག །\nགཡུལ་དུ་རལ་གྲི་ལྷུང་གྱུར་ན། །འཇིགས་པས་མྱུར་དུ་ལེན་པ་ལྟར། །དེ་བཞིན་དྲན་པའི་མཚོན་ཤོར་ན། །དམྱལ་བའི་འཇིགས་དྲན་མྱུར་དུ་བླང་། །\nཇི་ལྟར་ཁྲག་ལ་བརྟེན་བཅས་ནས། །དུག་ནི་ལུས་ལ་ཁྱབ་འགྱུར་བ། །དེ་བཞིན་གླགས་ནི་རྙེད་གྱུར་ན། །ཉེས་པས་སེམས་ལ་ཁྱབ་པར་འགྱུར། །\nཡུངས་མར་བཀང་བའི་སྣོད་བཀུར་ལ། །རལ་གྲི་ཐོགས་པས་དྲུང་བསྡད་དེ། །བོ་ན་གསོད་བསྡིགས་འཇིགས་པ་ལྟར། །བརྟུལ་ཞུགས་ཅན་གྱིས་དེ་བཞིན་སྒྲིམ། །\nདེ་བས་པང་དུ་སྦྲུལ་འོངས་ན། །ཇི་ལྟར་རིངས་པར་ལྡང་བ་ལྟར། །དེ་བཞིན་གཉིད་དང་སྙོམ་འོངས་ན། །མྱུར་དུ་དེ་དག་བཟློག་པར་བྱ། །\nཉེས་པ་བྱུང་བ་རེ་རེ་ཞིང་། །བདག་ལ་སྨད་ནས་ཅི་ནས་ཀྱང་། །བདག་ལ་ཕྱིས་འདི་མི་འབྱུང་བ། །དེ་ལྟར་བྱ་ཞེས་ཡུན་རིང་བསམ། །\nཇི་ལྟར་གནས་སྐབས་འདི་དག་ལ། །དྲན་པ་གོམས་པ་ཉིད་འགྱུར་ཞེས། །རྒྱུ་འདི་ཡིས་ནི་ཕྲད་པའམ། །རིགས་པའི་ལས་ནི་འདོད་པར་བྱ། །\nཅི་ནས་ལས་བྱེད་སྔོན་རོལ་ནས། །ཐམས་ཅད་ལ་ནི་མཐུ་ཡོད་པ། །དེ་ལྟར་བག་ཡོད་གཏམ་དྲན་ཏེ། །བདག་ཉིད་ལྡང་བ་ཡང་བར་བྱ། །\nཇི་ལྟར་རླུང་ནི་འགྲོ་བ་དང་། །འོང་བས་ཤིང་བལ་དབང་བསྒྱུར་བ། །དེ་བཞིན་སྤྲོ་བས་དབང་བསྒྱུར་ཏེ། །དེ་ལྟར་ན་ནི་འགྲུབ་པར་འགྱུར། །\nབྱང་ཆུབ་སེམས་དཔའི་སྤྱོད་པ་ལ་འཇུག་པ་ལས། བརྩོན་འགྲུས་བསྟན་པ་ཞེས་བྱ་བ་སྟེ་ལེའུ་བདུན་པའོ།། །།\nch-8 དེ་ལྟར་བརྩོན་འགྲུས་བསྐྱེད་ནས་ནི། །ཡིད་ནི་ཏིང་ངེ་འཛིན་ལ་བཞག །སེམས་ནི་རྣམ་པར་གཡེངས་པའི་མི། །ཉོན་མོངས་མཆི་བའི་ཕྲག་ན་གནས། །\nལུས་དང་སེམས་ནི་དབེན་པ་ཡིས། །རྣམ་པར་གཡེང་བ་མི་འབྱུང་ངོ་། །དེ་བས་འཇིག་རྟེན་སྤང་བྱ་ཞིང་། །རྣམ་པར་རྟོག་པ་ཡོངས་སུ་དོར། །\nཆགས་པའི་ཕྱིར་དང་རྙེད་སོགས་ལ། །སྲེད་པས་འཇིག་རྟེན་མི་སྤོང་སྟེ། །དེ་བས་འདི་དག་ཡོངས་སྤོངས་ལ། །མཁས་པས་འདི་ལྟར་དཔྱད་པར་བྱ། །\nཞི་གནས་རབ་ཏུ་ལྡན་པའི་ལྷག་མཐོང་གིས། །ཉོན་མོངས་རྣམ་པར་འཇོམས་པར་ཤེས་བྱས་ནས། །ཐོག་མར་ཞི་གནས་བཙལ་བྱ་དེ་ཡང་ནི། །འཇིག་རྟེན་ཆགས་པ་མེད་ལ་མངོན་དགས་འགྲུབ། །\nམི་རྟག་སུ་ཞིག་མི་རྟག་ལ། །ཡང་དག་ཆགས་པར་བྱེད་པ་ཡོད། །དེས་ནི་ཚེ་རབས་སྟོང་ཕྲག་ཏུ། །སྡུག་པ་མཐོང་བར་ཡོང་མི་འགྱུར། །\nམ་མཐོང་ན་ནི་དགར་མི་འགྱུར། །ཡིད་ཀྱང་མཉམ་འཇོག་མི་འགྱུར་ལ། །མཐོང་ཡང་ངོམས་པར་མི་འགྱུར་བས། །སྔར་བཞིན་སྲེད་པས་གདུང་བར་འགྱུར། །\nསེམས་ཅན་རྣམས་ལ་ཆགས་བྱས་ན། །ཡང་དག་ཉིད་ལ་ཀུན་ནས་སྒྲིབ། །སྐྱོ་བའི་སེམས་ཀྱང་འཇིག་པར་བྱེད། །ཐ་མར་མྱ་ངན་གདུང་བར་འགྱུར། །\nདེ་ལ་སེམས་པ་འབའ་ཞིག་གིས། །ཚེ་འདི་དོན་མེད་འདའ་བར་འགྱུར། །རྟག་པ་མེད་པའི་མཛའ་བཤེས་ཀྱིས། །གཡུང་དྲུང་ཆོས་ཀྱང་འཇིག་པར་འགྱུར། །\nབྱིས་དང་སྐལ་བ་མཉམ་སྤྱོད་ན། །ངེས་པར་ངན་འགྲོར་འགྲོ་འགྱུར་ཏེ། །སྐལ་མི་མཉམ་པར་ཁྲིད་བྱེད་ན། །བྱིས་པ་བསྟེན་པས་ཅི་ཞིག་བྱ། །\nསྐད་ཅིག་གཅིག་གིས་མཛའ་འགྱུར་ལ། །ཡུད་ཙམ་གྱིས་ནི་དགྲར་ཡང་འགྱུར། །དགའ་བའི་གནས་ལ་ཁྲོ་བྱེད་པས། །སོ་སོའི་སྐྱེ་བོ་མགུ་བར་དཀའ། །\nཕན་པར་སྨྲས་ན་ཁྲོ་བར་བྱེད། །བདག་ཀྱང་ཕན་ལས་བཟློག་པར་བྱེད། །དེ་དག་ངག་ནི་མ་མཉན་ན། །ཁྲོ་བས་ངན་འགྲོར་འགྲོ་བར་འགྱུར། །\nམཐོ་ལ་ཕྲག་དོག་མཉམ་དང་འགྲན། །དམའ་ལ་ང་རྒྱལ་བསྟོད་ན་དྲེགས། །མི་སྙན་བརྗོད་ན་ཁོང་ཁྲོ་སྐྱེ། །ནམ་ཞིག་བྱིས་ལས་ཕན་པ་ཐོབ།\n བྱིས་དང་འགྲོགས་ན་བྱིས་པ་ལ། །བདག་བསྟོད་གཞན་ལ་སྨོད་པ་དང་། །འཁོར་བར་དགའ་བའི་གཏམ་ལ་སོགས། །མི་དགེ་ཅིས་ཀྱང་ངེས་པར་འབྱུང་། །\nདེ་ལྟར་བདག་དང་གཞན་བསྟེན་པ། །དེས་ནི་ཕུང་བར་འགྱུར་བར་ཟད། །དེས་ཀྱང་བདག་དོན་མ་བྱས་ལ། །བདག་ཀྱང་དེ་དོན་མི་འགྱུར་བས། །\nབྱིས་ལས་ཐག་རིང་བྱོལ་བར་བྱ། །ཕྲད་ན་དགའ་བས་མགུ་བྱས་ཏེ། །འདྲིས་ཆེན་ཉིད་དུ་མི་འགྱུར་བར། །ཐ་མལ་པ་ཙམ་ལེགས་པར་བྱ། །\nབུང་བས་མེ་ཏོག་སྦྲང་རྩི་བཞིན། །ཆོས་ཀྱི་དོན་ཙམ་བླངས་ནས་ནི། །ཀུན་ལ་སྔོན་ཆད་མ་མཐོང་བཞིན། །འདྲིས་པ་མེད་པར་གནས་པར་བྱ། །\nབདག་ནི་རྙེད་མང་བཀུར་སྟི་བཅས། །བདག་ལ་མང་པོ་དགའ་འོ་ཞེས། །དེ་འདྲའི་སྙེམས་པ་འཆང་གྱུར་ན། །ཤི་བའི་འོག་ཏུ་འཇིགས་པ་སྐྱེ། །\nདེ་བས་རྣམ་པར་རྨོངས་པའི་ཡིད། །གང་དང་གང་ལ་ཆགས་གྱུར་པ། །དེ་དང་དེ་བསྡོངས་སྟོང་འགྱུར་དུ། །སྡུག་བསྔལ་ཉིད་དུ་འགྱུར་ཞིང་ལྡང་། །\nདེ་བས་མཁས་པས་ཆགས་མི་བྱ། །ཆགས་པ་ལས་ནི་འཇིགས་པ་སྐྱེ། །འདི་དག་རང་བཞིན་འདོར་འགྱུར་བས། །བརྟན་པར་གྱིས་ཏེ་རབ་ཏུ་རྟོགས། །\nརྙེད་པ་དག་ནི་མང་བྱུང་ཞིང་། །གྲགས་དང་སྙན་པ་བྱུང་གྱུར་ཀྱང་། །རྙེད་དང་གྲགས་པའི་ཚོགས་བཅས་ཏེ། །གང་དུ་འདོང་བའི་གཏོལ་མེད་དོ། །\nབདག་ལ་སྨོད་པ་གཞན་ཡོད་ན། །བསྟོད་པས་བདག་དགར་ཅི་ཞིག་ཡོད། །བདག་ལ་བསྟོད་པ་གཞན་ཡོད་ན། །སྨད་པས་མི་དགར་ཅི་ཞིག་ཡོད། །\nསེམས་ཅན་མོས་པ་སྣ་ཚོགས་པ། །རྒྱལ་བས་ཀྱང་ནི་མི་མགུ་ན། །བདག་འདྲ་ངན་པས་སྨོས་ཅི་དགོས། །དེ་བས་འཇིག་རྟེན་བསམ་པ་བཏང་། །\nསེམས་ཅན་རྙེད་པ་མེད་ལ་སྨོད། །རྙེད་པ་ཅན་ལ་མི་སྙན་བརྗོད། །རང་བཞིན་འགྲོགས་དཀའ་དེ་དག་གིས། །དགའ་བ་ཇི་ལྟར་སྐྱེ་བར་འགྱུར། །\nགང་ཕྱིར་བྱིས་པ་རང་དོན་ནི། །མེད་པར་དགའ་བ་མི་འབྱུང་བས། །བྱིས་པ་འགའ་ཡང་བཤེས་མིན་ཞེས། །དེ་བཞིན་གཤེགས་པ་རྣམས་ཀྱིས་གསུངས། །\nནགས་ན་རི་དྭགས་བྱ་རྣམས་དང་། །ཤིང་རྣམས་མི་སྙན་རྗོད་མི་བྱེད། །འགྲོགས་ན་བདེ་བ་དེ་དག་དང་། །ནམ་ཞིག་ལྷན་ཅིག་བདག་གནས་འགྱུར། །\nཕུག་གམ་ལྷ་ཁང་སྟེང་པའམ། །ལྗོན་ཤིང་དྲུང་དུ་གནས་བཅས་ཏེ། །ནམ་ཞིག་རྒྱབ་ཏུ་མི་ལྟ་ཞིང་། །ཆགས་པ་མེད་པར་འགྱུར་ཞིག་གུ། །\nས་ཕྱོགས་བདག་གིར་བཟུང་མེད་པ། །རང་བཞིན་གྱིས་ནི་ཡངས་རྣམས་སུ། །རང་དབང་སྤྱོད་ཅིང་ཆགས་མེད་པར། །ནམ་ཞིག་བདག་ནི་གནས་པར་འགྱུར། །\nལྷུང་བཟེད་ལ་སོགས་ཉི་ཚེ་དང་། །ཀུན་ལ་མི་མཁོའི་གོས་འཆང་ཞིང་། །ལུས་འདི་སྦ་བ་མ་བྱས་ཀྱང་། །འཇིགས་མེད་གནས་པར་ནམ་ཞིག་འགྱུར། །\nདུར་ཁྲོད་སོང་ནས་གཞན་དག་གི། །རུས་གོང་དག་དང་བདག་གི་ལུས། །འཇིག་པའི་ཆོས་ཅན་དག་ཏུ་ནི། །ནམ་ཞིག་མགོ་སྙོམས་བྱེད་པར་འགྱུར། །\nབདག་གི་ལུས་ནི་འདི་ཉིད་ཀྱང་། །གང་གི་དྲི་ཡིས་ཝ་དག་ཀྱང་། །དྲུང་དུ་ཉེར་འགྲོ་མི་འགྱུར་བ། །དེ་ལྟ་བུར་ནི་འགྱུར་བར་འོང་། །\nལུས་འདི་གཅིག་པུ་བྱུང་བ་ཡང་། །ལྷན་ཅིག་སྐྱེས་པའི་ཤ་རུས་དག །ཞིག་སྟེ་སོ་སོར་འགྱེས་འགྱུར་ན། །མཛའ་བ་གཞན་དག་ཅི་ཞིག་སྨོས། །\nསྐྱེ་ན་གཅིག་པུ་སྐྱེ་འགྱུར་ཞིང་། །འཆི་ནའང་དེ་ཉིད་གཅིག་འཆི་སྟེ། །སྡུག་བསྔལ་སྐལ་གཞན་མི་ལེན་ན། །གེགས་བྱེད་མཛའ་བས་ཅི་ཞིག་བྱ། །\nལམ་དག་ཏུ་ནི་ཞུགས་པ་རྣམས། །ཇི་ལྟར་གནས་ནི་འཛིན་བྱེད་ལྟར། །དེ་བཞིན་སྲིད་པའི་ལམ་ཞུགས་པའང་། །སྐྱེ་བའི་གནས་ནི་ཡོངས་སུ་འཛིན། །\nའཇིག་རྟེན་ཀུན་ནས་གདུང་བཞིན་དུ། །ཇི་སྲིད་སྐྱེས་བུ་བཞི་ཡིས་ནི། །དེ་ལས་དེ་ནི་མ་བཏེག་པ། །དེ་སྲིད་དུ་ནི་ནགས་སུ་སོང་། །\nབཤེས་མེད་འཁོན་པའང་མེད་བྱས་ནས། །ལུས་འདི་གཅིག་པུ་དབེན་གནས་ཏེ། །སྔ་ནས་ཤི་དང་འདྲར་བརྩིས་ནས། །ཤི་ནའང་མྱ་ངན་བྱེད་པ་མེད། །\nདྲུང་ན་འཁོད་པ་སུ་དག་ཀྱང་། །མྱ་ངན་གནོད་པ་བྱེད་མེད་པས། །འདི་ཡིས་སངས་རྒྱས་རྗེས་དྲན་སོགས། །སུས་ཀྱང་གཡེངས་པར་འགྱུར་བ་མེད། །\nདེ་བས་ཤིན་ཏུ་མདངས་དགའ་བའི། །ནགས་ཚལ་ཚེགས་ཆུང་བདེ་སྐྱིད་ཅིང་། །གཡེང་བ་ཐམས་ཅད་ཞི་བྱེད་པར། །བདག་ཉིད་གཅིག་པུ་གནས་པར་བྱ། །\nབསམ་པ་གཞན་ནི་ཀུན་བཏང་སྟེ། །བདག་ལ་སེམས་པ་གཅིག་པུ་ཡིས། །སེམས་ནི་མཉམ་པར་གཞག་ཕྱིར་དང་། །དུལ་བར་བྱ་ཕྱིར་བརྩོན་ཏེ་བྱ། །\nའཇིག་རྟེན་འདི་དང་ཕ་རོལ་དུའང་། །འདོད་པ་རྣམས་ནི་ཕུང་ཁྲོལ་བསྐྱེད། །འདིར་ནི་བསད་དང་བཅིང་དང་གཅོད། །ཕ་རོལ་དུ་ནི་དམྱལ་སོགས་སྒྲུབ། །\nཕོ་ཉ་ཕོ་ཉ་མོ་ཡིས་སྔོན། །གང་ཕྱིར་དུ་མར་གསོལ་བཏབ་ཅིང་། །སྡིག་པ་རྣམས་སམ་གྲགས་མིན་ལའང་། །གང་གི་དོན་དུ་མ་འཛེམས་པར། །\nའཇིགས་པ་ལ་ཡང་བདག་ཞུགས་ཤིང་། །རྫས་ཀྱང་ཟད་པར་བྱས་གྱུར་ཏེ། །གང་ལ་ཡོངས་སུ་འཁྱུད་པས་ན། །མཆོག་ཏུ་དགའ་འགྱུར་དེ་དག་ཉིད། །\nཀེང་རུས་ཉིད་ཡིན་གཞན་མིན་ན། །རང་དབང་དང་ནི་བདག་མིན་ལ། །རབ་ཏུ་འདོད་ཅིང་ཡོངས་ཞེན་ནས། །ཅི་ཕྱིར་མྱ་ངན་འདས་མི་འགྲོ། །\nགང་ཞིག་དང་པོ་འབད་དེ་བཏེག །དྲངས་ཀྱང་ངོ་ཚས་འོག་ཏུ་ལྟ། །སྔོན་ནི་མཐོང་ངམ་མ་མཐོང་ཡང་། །གོས་ཀྱིས་གདོང་ནི་གཡོགས་པར་གྱུར། །\nཁྱོད་ཉོན་མོངས་པའི་གདོང་དེ་ནི། །ད་ལྟ་མངོན་སུམ་གྱུར་པ་བཞིན། །བྱ་རྒོད་ཀྱིས་བསལ་བྱས་མཐོང་ནས། །ད་ལྟ་ཅི་ཕྱིར་འབྱེར་བར་བྱེད། །\nགཞན་རྣམས་མིག་གིས་བལྟ་ན་ཡང་། །གང་ཞིག་ཡོངས་སུ་བསྲུང་གྱུར་པ། །ཇི་སྲིད་དེ་ནི་དེས་ཟ་ན། །སེར་སྣ་ཅན་ཁྱོད་ཅིས་མི་བསྲུང་། །\nཤ་ཡི་ཕུང་པོ་འདི་མཐོང་ནས། །བྱ་རྒོད་དང་གཞན་ཟ་བྱེད་ན། །གཞན་གྱི་ཟས་ལ་མེ་ཏོག་གི །ཕྲེང་བ་ཙནྡན་རྒྱན་གྱིས་མཆོད། །\nརུས་གོང་ཉིད་དུ་མཐོང་ནས་ནི། །མི་འགུལ་ཡང་ནི་ཁྱོད་སྐྲག་ན། །རོ་ལངས་བཞིན་དུ་འགའ་ཡིས་ཀྱང་། །བསྐྱོད་པར་གྱུར་ན་ཅིས་མི་འཇིགས། །\nགང་ལ་གཡོགས་ཀྱང་འདི་ཆགས་པ། །དེ་མ་གཡོགས་ན་ཅིས་མི་འདོད། །དེ་ལ་དགོས་པ་མེད་ན་ནི། །གཡོགས་པ་ལ་ནི་ཅི་ཕྱིར་འཁྱུད། །\nཟས་ནི་གཅིག་པུ་ཉིད་ལས་ནི། །བཤང་དང་ཁ་ཆུ་བྱུང་གྱུར་ན། །དེ་ལས་བཤང་ལ་མི་དགའ་ཞིང་། །ཁ་ཆུ་ལ་ཁྱོད་ཅི་ཕྱིར་དགའ། །\nཤིང་བལ་རེག་ན་འཇམ་པ་ཡི། །སྔས་ལ་དགའ་བར་མི་བྱེད་པར། །དྲི་ང་འཛག་པ་མ་ཡིན་ཞེས། །འདོད་ལྡན་མི་གཙང་བ་ལ་རྨོངས། །\nའདོད་ལྡན་ངན་པ་རྨོངས་པ་རྣམས། །ཤིང་བལ་རེག་ན་འཇམ་པ་ལའང་། །ཉལ་པོ་བྱ་བར་མི་ནུས་ཞེས། །དེ་ལ་ཁྲོ་བ་དག་ཏུ་བྱེད། །\nགལ་ཏེ་མི་གཙང་ཆགས་མེད་ན། །རུས་གཟེབ་རྒྱུས་པས་སྦྲེལ་བ་ལ། །ཤ་ཡི་འདམ་གྱིས་ཞལ་ཞལ་བྱས། །གཞན་ཁྱོད་ཅི་ཕྱིར་པང་དུ་འཁྱུད། །\nཁྱོད་ཉིད་མི་གཙང་མང་ཡོད་པ། །དེ་ཉིད་ལ་ཁྱོད་གཏན་སྤྱོད་ཅིང་། །མི་གཙང་རྐྱལ་པ་གཞན་དག་ལའང་། །མི་གཙང་བརྐམ་པས་འདོད་པར་བྱེད། །\nབདག་ནི་ཤ་འདི་ལ་དགའ་ཞེས། །རེག་དང་བལྟ་བར་འདོད་ན་ཀོ། །སེམས་མེད་པ་ཡི་རང་བཞིན་གྱི། །ཤ་ནི་ཁྱོད་ཀོ་ཇི་ལྟར་འདོད། །\nའདོད་པའི་སེམས་གང་ཡིན་པ་དེ། །རེག་དང་བལྟ་བར་མི་ནུས་ལ། །གང་ཞིག་ནུས་དེ་ཤེས་པ་མིན། །དོན་མེད་འཁྱུད་དེས་ཅི་ཞིག་བྱ། །\nམི་གཙང་རང་བཞིན་གཞན་གྱི་ལུས། །མི་རྟོགས་ངོ་མཚར་མི་ཆེ་ཡི། །རང་ཉིད་མི་གཙང་ཉིད་ཡིན་པར། །རྟོགས་པར་མི་འགྱུར་ངོ་མཚར་ཆེ། །\nསྤྲིན་བྲལ་ཉི་ཟེར་གྱིས་ཕྱེ་བའི། །པདྨ་གཞོན་ནུ་སྤངས་ནས་ནི། །མི་གཙང་ཞེན་པའི་སེམས་ཀྱིས་ནི། །མི་གཙང་གཟེབ་ལ་ཅི་ཕྱིར་དགའ། །\nས་ཕྱོགས་མི་གཙང་གིས་གོས་པ། །གལ་ཏེ་རེག་པར་མི་འདོད་ན། །གང་ལས་དེ་ནི་བྱུང་བ་ཡི། །ལུས་ལ་ཇི་ལྟར་ཁྱོད་རེག་འདོད། །\nགལ་ཏེ་མི་གཙང་ཆགས་མེད་ན། །མི་གཙང་ཞིང་ལས་བྱུང་གྱུར་ཅིང་། །དེ་ཡི་ས་བོན་དེས་བསྐྱེད་པ། །གཞན་ཁྱོད་ཅི་ཕྱིར་པང་དུ་འཁྱུད། །\nམི་གཙང་ལས་བྱུང་མི་གཙང་སྲིན། །ཆུང་ངུའང་ཁྱོད་འདོད་མི་བྱེད་ལ། །མི་གཙང་མང་གི་རང་བཞིན་ལུས། །མི་གཙང་སྐྱེས་པའང་འདོད་པར་བྱེད། །\nཁྱོད་ནི་རང་ཉིད་མི་གཙང་ལ། །སྨོད་མི་བྱེད་པར་མ་ཟད་ཀྱི། །མི་གཙང་རྐྱལ་པ་མི་གཙང་ལ། །བརྐམ་པས་གཞན་ཡང་འདོད་པར་བྱེད། །\nག་པུར་ལ་སོགས་ཡིད་འོང་དང་། །འབྲས་ཆན་དག་གམ་ཚོད་མའང་རུང་། །ཁར་བཅུག་ཕྱིར་ཕྱུང་བོར་བ་ཡིས། །ས་ཡང་མི་གཙང་བཙོག་པར་འགྱུར། །\nགལ་ཏེ་མི་གཙང་འདི་འདྲ་བ། །མངོན་སུམ་གྱུར་ཀྱང་ཐེ་ཚོམ་ན། །དུར་ཁྲོད་དག་ཏུ་བོར་བའི་ལུས། །མི་གཙང་གཞན་ཡང་བལྟ་བར་གྱིས། །\nགང་ལས་པགས་པའི་ཁ་ཕྱེ་ན། །འཇིགས་པ་ཆེན་པོ་སྐྱེ་འགྱུར་བར། །ཤེས་ཀྱང་ཇི་ལྟར་དེ་ཉིད་ལ། །ཕྱིར་ཞིང་དགའ་བ་སྐྱེ་བར་འགྱུར། །\nལུས་ལ་བསྐུས་པའི་དྲི་དེ་ཡང་། །ཙནྡན་སོགས་ཡིན་གཞན་མ་ཡིན། །གཞན་གྱི་དྲི་དེས་གཞན་དག་ལ། །ཅི་ཡི་ཕྱིར་ན་ཆགས་པར་བྱེད། །\nགལ་ཏེ་རང་བཞིན་དྲི་ང་བས། །འདི་ལ་མ་ཆགས་ལེགས་མིན་ནམ། །འཇིག་རྟེན་དོན་མེད་སྲེག་པ་དག །ཇི་སྟེ་དེ་ལ་དྲི་ཞིམ་སྐུད། །\nའོན་ཏེ་དྲི་ཞིམ་ཙནྡན་ནི། །ལུས་ལ་འདིར་ནི་ཅི་ཞིག་བྱུང་། །གཞན་གྱི་དྲི་ཡིས་གཞན་དག་ལ། །ཅི་ཡི་ཕྱིར་ན་ཆགས་པར་བྱེད། །\nགལ་ཏེ་སྐྲ་སེན་རིང་བ་དང་། །སོ་སྐྱ་དྲིར་བཅས་འདམ་གྱི་དྲིས། །བསྒོས་པས་ལུས་ཀྱི་རང་བཞིན་ནི། །གཅེར་བུ་འཇིགས་པ་ཉིད་ཡིན་ན། །\nརང་ལ་གནོད་པའི་མཚོན་བཞིན་དུ། །དེ་འབད་ཅི་ཕྱིར་བྱི་དོར་བྱེད། །བདག་ལ་རྨོངས་པའི་འབད་པ་ཡིས། །སྨྱོས་པས་ས་འདི་ཀུན་ཏུ་འཁྲུགས། །\nརུས་གོང་འབའ་ཞིག་མཐོང་ནས་ནི། །དུར་ཁྲོད་དུ་ནི་ཡིད་འབྱུང་ན། །གཡོ་བའི་རུས་གོང་གིས་ཁྱབ་པའི། །གྲོང་གི་དུར་ཁྲོད་ལ་དགའ་འམ། །\nདེ་ལྟར་མི་གཙང་གྱུར་པ་དེ། །རིན་མེད་པར་ནི་མི་རྙེད་དོ། །དེ་དོན་བསྒྲུབས་པས་ཤ་ཐང་དང་། །དམྱལ་ལ་སོགས་པའི་གནོད་པར་འགྱུར། །\nབྱིས་པ་ནོར་སྤེལ་མི་ནུས་པས། །དར་ལ་བབ་ན་འདི་ཅི་བདེ། །ནོར་སོགས་པ་ཡིས་ཚེ་གཏུགས་ན། །རྒས་ནས་འདོད་པས་ཅི་ཞིག་བྱ། །\nའདོད་ལྡན་ངན་པ་ཁ་ཅིག་ནི། །ཉིན་རངས་ལས་ཀྱིས་ཡོངས་དུབ་སྟེ། །ཁྱིམ་དུ་འོངས་ནས་ཆད་པའི་ལུས། །རོ་དང་འདྲ་བར་ཉལ་བར་བྱེད། །\nཁ་ཅིག་བྱེས་བགྲོད་ཉོན་མོངས་དང་། །རིང་དུ་སོང་བའི་སྡུག་བསྔལ་ཅན། །བུ་སྨད་འདོད་བཞིན་བུ་སྨད་རྣམས། །ཁྱུད་ཁོར་ལོས་ཀྱང་མཐོང་མི་འགྱུར། །\nབདག་ལ་ཕན་འདོད་རྣམ་རྨོངས་པས། །གང་དོན་ཉིད་དུ་བཙོང་བ་ཡང་། །དེ་མ་ཐོབ་པར་དོན་མེད་པའི། །གཞན་གྱི་ལས་ཀྱི་རླུང་གིས་བདས། །\nལ་ལ་རང་གི་ལུས་བཙོང་ཞིང་། །དབང་མེད་གཞན་གྱིས་བཀོལ་གྱུར་ཏེ། །ཆུང་མ་དག་ཀྱང་བུ་བྱུང་ན། །ཤིང་དྲུང་དགོན་པར་བབ་བབ་འབྱུང་། །\nའདོད་པས་བསླུས་པའི་གླེན་པ་དག །འཚོ་འདོད་འཚོ་བར་བྱའོ་ཞེས། །སྲོག་སྟོར་དོགས་བཞིན་གཡུལ་དུ་འཇུག །ཁེ་ཕྱིར་བྲན་དུ་འགྲོ་བར་བྱེད། །\nའདོད་ལྡན་ལ་ལ་ལུས་ཀྱང་བཅད། །ཁ་ཅིག་གསལ་ཤིང་རྩེ་ལ་བཙུགས། །ཁ་ཅིག་མདུང་ཐུང་དག་གིས་བསྣུན། །ཁ་ཅིག་བསྲེགས་པ་དག་ཀྱང་སྣང་། །\nབསགས་དང་བསྲུང་དང་བརླག་པའི་གདུང་བ་ཡིས། །ནོར་ནི་ཕུང་ཁྲོལ་མཐའ་ཡས་ཤེས་པར་བྱ། །ནོར་ལ་ཆགས་པས་གཡེངས་པར་གྱུར་པ་རྣམས། །སྲིད་པའི་སྡུག་བསྔལ་ལས་གྲོལ་སྐབས་མེད་དོ། །\nའདོད་ལྡན་རྣམས་ལ་དེ་ལ་སོགས། །ཉེས་དམིགས་མང་ལ་མནོག་ཆུང་སྟེ། །ཤིང་རྟ་འདྲེན་པའི་ཕྱུགས་དག་གིས། །རྩྭ་ནི་ཁམ་འགའ་ཟོས་པ་བཞིན། །\nཕྱུགས་ཀྱིས་བསྒྲུབས་ནའང་མི་དཀོན་པའི། །མནོག་ཆུང་གང་ཡིན་དེ་དོན་དུ། །དལ་འབྱོར་ཕུན་སུམ་རྙེད་དཀའ་འདི། །ལས་ཀྱིས་མནར་བ་རྣམས་ཀྱིས་བཅོམ། །\nའདོད་པ་ངེས་པར་འཇིག་འགྱུར་ཞིང་། །དམྱལ་ལ་སོགས་པར་ལྟུང་བྱེད་པ། །ཆེན་པོ་མིན་ཕྱིར་དུས་ཀུན་དུ། །དུབ་པའི་ཚེགས་བྱུང་གང་ཡིན་པ། །\nདེ་ཡི་བྱེ་བའི་ཆ་ཙམ་གྱི། །ཚེགས་ཀྱིས་སངས་རྒྱས་ཉིད་འགྲུབ་ན། །འདོད་ལྡན་བྱང་ཆུབ་སྤྱོད་པ་བས། །སྡུག་བསྔལ་ཆེ་ལ་བྱང་ཆུབ་མེད། །\nདམྱལ་སོགས་སྡུག་བསྔལ་བསམ་བྱས་ན། །འདོད་པ་རྣམས་ལ་མཚོན་དང་ནི། །དུག་དང་མེ་དང་གཡང་ས་དང་། །དགྲ་རྣམས་ཀྱིས་ཀྱང་དཔེར་མི་ཕོད། །\nདེ་ལྟར་འདོད་ལ་སྐྱོ་བྱས་ཏེ། །དབེན་པ་ལ་ནི་དགའ་བ་བསྐྱེད། །རྩོད་དང་ཉོན་མོངས་ཀྱིས་སྟོང་པ། །ཞི་བའི་ནགས་ཀྱི་ནང་དག་ཏུ། །\nསྐལ་ལྡན་ཟླ་འོད་ཙནྡན་གྱིས་བསིལ་བའི། །ཡངས་པའི་རྡོ་ལེབ་ཁང་བཟང་ཉམས་དགའ་བར། །སྒྲ་མེད་ཞི་བའི་ནགས་རླུང་གཡོ་བ་ཡིས། །གཞན་ལ་ཕན་དོན་སེམས་ཤིང་འཆག་པར་བྱེད། །\nཁང་སྟོང་ཤིང་དྲུང་ཕུག་དག་ཏུ། །གང་དུ་ཇི་སྲིད་འདོད་གནས་ཤིང་། །ཡོངས་འཛིན་བསྲུང་བའི་སྡུག་བསྔལ་སྤངས། །ལྟོས་པ་མེད་པར་བག་ཡངས་སྤྱོད། །\nརང་དབང་སྤྱོད་ཅིང་ཆགས་མེད་ལ། །གང་དང་ཡང་ནི་འབྲེལ་མེད་པ། །ཆོག་ཤེས་བདེ་སྤྱོད་གང་ཡིན་པ། །དབང་པོས་ཀྱང་ནི་དེ་རྙེད་དཀའ། །\nདེ་ལ་སོགས་པའི་རྣམ་པ་ཡིས། །དབེན་པའི་ཡོན་ཏན་བསམ་བྱས་ནས། །རྣམ་རྟོག་ཉེ་བར་ཞི་བ་དང་། །བྱང་ཆུབ་སེམས་ནི་བསྒོམ་པར་བྱ། །\nབདག་དང་གཞན་དུ་མཉམ་པ་ནི། །དང་པོ་ཉིད་དུ་འབད་དེ་བསྒོམ། །བདེ་དང་སྡུག་བསྔལ་མཉམ་པས་ན། །ཐམས་ཅད་བདག་བཞིན་བསྲུང་བར་བྱ། །\nལག་པ་ལ་སོགས་དབྱེ་བ་རྣམ་མང་ཡང་། །ཡོངས་སུ་བསྲུང་བྱའི་ལུས་སུ་གཅིག་པ་ལྟར། །དེ་བཞིན་འགྲོ་བ་ཐ་དད་བདེ་སྡུག་དག །ཐམས་ཅད་བདག་བཞིན་བདེ་བ་འདོད་མཉམ་གཅིག །\nགལ་ཏེ་བདག་གི་སྡུག་བསྔལ་གྱིས། །གཞན་གྱི་ལུས་ལ་མི་གནོད་པ། །དེ་ལྟའང་དེ་བདག་སྡུག་བསྔལ་དེ། །བདག་ཏུ་ཞེན་པས་མི་བཟོད་ཉིད། །\nདེ་བཞིན་གཞན་གྱི་སྡུག་བསྔལ་དག །བདག་ལ་འབབ་པར་མི་འགྱུར་ཡང་། །དེ་ལྟའང་དེ་བདག་སྡུག་བསྔལ་དེ། །བདག་ཏུ་ཞེན་པས་བཟོད་པར་དཀའ། །\nབདག་གིས་གཞན་གྱི་སྡུག་བསྔལ་བསལ། །སྡུག་བསྔལ་ཡིན་ཕྱིར་བདག་སྡུག་བཞིན། །བདག་གིས་གཞན་ལ་ཕན་པར་བྱ། །སེམས་ཅན་ཡིན་ཕྱིར་བདག་ལུས་བཞིན། །\nགང་ཚེ་བདག་དང་གཞན་གཉི་ག །བདེ་བ་འདོད་དུ་མཚུངས་པ་ལ། །བདག་དང་ཁྱད་པར་ཅི་ཡོད་ན། །གང་ཕྱིར་བདག་གཅིག་བདེ་བར་བརྩོན། །\nགང་ཚེ་བདག་དང་གཞན་གཉི་ག །སྡུག་བསྔལ་མི་འདོད་མཚུངས་པ་ལ། །བདག་དང་ཁྱད་པར་ཅི་ཡོད་ན། །གང་ཕྱིར་གཞན་མིན་བདག་སྲུང་བྱེད། །\nགལ་ཏེ་དེ་ལ་སྡུག་བསྔལ་བས། །བདག་ལ་མི་གནོད་ཕྱིར་མི་བསྲུང་། །མ་འོངས་པ་ཡི་སྡུག་བསྔལ་ཡང་། །གནོད་མི་བྱེད་ན་དེ་ཅི་བསྲུང་། །\nབདག་གིས་དེ་ནི་མྱོང་སྙམ་པའི། །རྣམ་པར་རྟོག་དེ་ལོག་པ་སྟེ། །འདི་ལྟར་ཤི་བའང་གཞན་ཉིད་ལ། །སྐྱེ་བ་ཡང་ནི་གཞན་ཉིད་ཡིན། །\nགང་ཚེ་གང་གི་སྡུག་བསྔལ་གང་། །དེ་ནི་དེ་ཉིད་ཀྱིས་བསྲུང་ན། །རྐང་པའི་སྡུག་བསྔལ་ལག་པས་མིན། །ཅི་ཕྱིར་དེས་ནི་དེ་བསྲུང་བྱ། །\nགལ་ཏེ་རིགས་པ་མིན་ཡང་འདིར། །བདག་ཏུ་འཛིན་པས་འཇུག་ཅེ་ན། །བདག་གཞན་མི་རིགས་གང་ཡིན་ཏེ། །ཅི་ནུས་པར་ནི་སྤང་བྱ་ཉིད། །\nརྒྱུད་དང་ཚོགས་ཞེས་བྱ་བ་ནི། །ཕྲེང་བ་དམག་ལ་སོགས་བཞིན་བརྫུན། །སྡུག་བསྔལ་ཅན་གང་དེ་མེད་པ། །དེས་འདི་སུ་ཞིག་དབང་བར་འགྱུར། །\nསྡུག་བསྔལ་བདག་པོ་མེད་པར་ནི། །ཐམས་ཅད་བྱེ་བྲག་མེད་པ་ཉིད། །སྡུག་བསྔལ་ཡིན་ཕྱིར་དེ་བསལ་བྱ། །ངེས་པས་དེར་ནི་ཅི་ཞིག་བྱ། །\nཅི་ཕྱིར་ཀུན་གྱི་སྡུག་བསྔལ་ནི། །བཟློག་པར་བྱ་ཞེས་བརྩད་དུ་མེད། །གལ་ཏེ་བཟློག་ནའང་ཐམས་ཅད་བཟློག །དེ་མིན་བདག་ཀྱང་སེམས་ཅན་བཞིན། །\nསྙིང་རྗེ་སྡུག་བསྔལ་མང་གྱུར་པ། །ཅི་ཕྱིར་ནན་གྱིས་སྐྱེད་ཅེ་ན། །འགྲོ་བའི་སྡུག་བསྔལ་བསམ་བྱས་ན། །ཇི་ལྟར་སྙིང་རྗེ་སྡུག་བསྔལ་མང་། །\nགལ་ཏེ་སྡུག་བསྔལ་གཅིག་གིས་ནི། །སྡུག་བསྔལ་མང་པོ་མེད་འགྱུར་ན། །བརྩེ་དང་ལྡན་པས་སྡུག་བསྔལ་དེ། །རང་དང་གཞན་ལ་བསྐྱེད་བྱ་ཉིད། །\nདེས་ན་མེ་ཏོག་ཟླ་མཛེས་ཀྱིས། །རྒྱལ་པོའི་གནོད་པ་ཤེས་ཀྱང་ནི། །བདག་གི་སྡུག་བསྔལ་མ་བསལ་ཏེ། །མང་པོའི་སྡུག་བསྔལ་ཟད་འགྱུར་ཕྱིར། །\nདེ་ལྟར་རྒྱུད་ནི་གོམས་གྱུར་པ། །གཞན་གྱི་སྡུག་བསྔལ་ཞི་དགའ་བས། །པདྨའི་མཚོ་རུ་ངང་པ་ལྟར། །མནར་མེད་པར་ཡང་འཇུག་པར་འགྱུར། །\nསེམས་ཅན་རྣམས་ནི་གྲོལ་བ་ན། །དགའ་བའི་རྒྱ་མཚོ་གང་ཡིན་པ། །དེ་ཉིད་ཀྱིས་ནི་ཆོག་མིན་ནམ། །ཐར་པ་འདོད་པས་ཅི་ཞིག་བྱ། །\nདེ་ལྟས་གཞན་གྱི་དོན་བྱས་ཀྱང་། །རློམ་སེམས་དང་ནི་ངོ་མཚར་མེད། །གཅིག་ཏུ་གཞན་དོན་ལ་དགའ་བས། །རྣམ་སྨིན་འབྲས་བུའི་རེ་བ་མེད། །\nདེ་བས་ཇི་ལྟར་ཆུང་ངུ་ན། །མི་སྙན་ལས་ཀྱང་བདག་བསྲུང་བ། །དེ་བཞིན་གཞན་ལ་བསྲུང་སེམས་དང་། །སྙིང་རྗེའི་སེམས་ནི་དེ་ལྟར་བྱ། །\nགོམས་པ་ཡིས་ནི་གཞན་དག་གི། །ཁུ་བ་ཁྲག་གི་ཐིགས་པ་ལ། །དངོས་པོ་མེད་པར་གྱུར་ཀྱང་ནི། །བདག་གོ་ཞེས་ནི་ཤེས་པ་ལྟར། །\nདེ་བཞིན་གཞན་གྱི་ལུས་ལ་ཡང་། །བདག་ཅེས་ཅི་ཡི་ཕྱིར་མི་གཟུང་། །བདག་གི་ལུས་ནི་གཞན་དག་ཏུའང་། །བཞག་པ་དེ་ལྟར་དཀའ་བ་མེད། །\nབདག་ཉིད་སྐྱོན་བཅས་གཞན་ལ་ཡང་། །ཡོན་ཏན་རྒྱ་མཚོར་ཤེས་བྱས་ནས། །བདག་འཛིན་ཡོངས་སུ་དོར་བ་དང་། །གཞན་བླང་བ་ནི་བསྒོམ་པར་བྱ། །\nཇི་ལྟར་ལག་པ་ལ་སོགས་པ། །ལུས་ཀྱི་ཡན་ལག་ཡིན་འདོད་ལྟར། །དེ་བཞིན་འགྲོ་བའི་ཡན་ལག་ཏུ། །ཅི་ཕྱིར་ལུས་ཅན་རྣམས་མི་འདོད། །\nཇི་ལྟར་བདག་མེད་ལུས་འདི་ལ། །གོམས་པས་བདག་གི་བློ་བྱུང་བ། །དེ་བཞིན་སེམས་ཅན་གཞན་ལ་ཡང་། །གོམས་པས་བདག་བློ་ཅིས་མི་སྐྱེ། །\nདེ་ལྟ་ན་ནི་གཞན་གྱི་དོན། །བྱས་ཀྱང་ངོ་མཚར་རློམ་མི་འབྱུང་། །བདག་ཉིད་ཀྱིས་ནི་ཟས་ཟོས་ནས། །ལན་ལ་རེ་བ་མི་འབྱུང་བཞིན། །\nདེ་བས་ཇི་ལྟར་ཆུང་ངུ་ན། །མི་སྙན་ལས་ཀྱང་བདག་བསྲུང་བ། །དེ་བཞིན་འགྲོ་ལ་བསྲུང་སེམས་དང་། །སྙིང་རྗེའི་སེམས་ནི་གོམས་པར་བྱ། །\nདེ་བས་མགོན་པོ་སྤྱན་རས་གཟིགས། །ཐུགས་རྗེ་ཆེན་པོས་འགྲོ་བ་ཡི། །འཁོར་གྱི་འཇིགས་པ་བསལ་བའི་ཕྱིར། །རང་གི་མཚན་ཡང་བྱིན་གྱིས་བརླབས། །\nདཀའ་ལས་ཕྱིར་ལྡོག་མི་བྱ་སྟེ། །འདི་ལྟར་གོམས་པའི་མཐུ་ཡིས་ནི། །གང་གི་མིང་ཐོས་འཇིགས་པ་ཡང་། །དེ་ཉིད་མེད་ན་མི་དགར་འགྱུར། །\nགང་ཞིག་བདག་དང་གཞན་རྣམས་ནི། །མྱུར་དུ་བསྐྱབ་པར་འདོད་པ་དེས། །བདག་དང་གཞན་དུ་བརྗེ་བྱ་བ། །གསང་བའི་དམ་པ་སྤྱད་པར་བྱ། །\nབདག་ལུས་གང་ལ་ཆགས་པ་ཡིས། །འཇིགས་གནས་ཆུང་ལ་འཇིགས་སྐྱེ་བ། །འཇིགས་པ་སྐྱེ་བའི་ལུས་དེ་ལ། །སུ་ཞིག་དགྲ་བཞིན་སྡང་མི་བྱེད། །\nལུས་གང་བཀྲེས་དང་སྐོམ་སོགས་ནད། །གསོ་བའི་ཆོ་ག་བྱེད་འདོད་པས། །བྱ་དང་ཉ་དང་རི་དྭགས་དག །གསོད་པར་བྱེད་ཅིང་ལམ་སྒུགས་བྱེད། །\nགང་ཞིག་ཁེ་དང་རིམ་གྲོའི་ཕྱིར། །ཕ་དང་མ་ཡང་གསོད་བྱེད་ཅིང་། །དཀོན་མཆོག་གསུམ་གྱི་དཀོར་བརྐུས་ནས། །དེས་ནི་མནར་མེད་བསྲེག་འགྱུར་ན། །\nམཁས་པ་སུ་ཞིག་ལུས་དེ་ལ། །འདོད་ཅིང་བསྲུང་དང་མཆོད་བྱེད་ཀྱི། །འདི་ལ་སུ་ཞིག་དགྲ་བཞིན་དུ། །བལྟ་བར་མི་བྱེད་བརྙས་མི་བྱེད། །\nགལ་ཏེ་བྱིན་ན་ཅི་སྤྱད་ཅེས། །བདག་དོན་སེམས་པ་འདྲེ་ཡི་ཚུལ། །གལ་ཏེ་སྤྱད་ན་ཅི་སྦྱིན་ཅེས། །གཞན་དོན་སེམས་པ་ལྷ་ཡི་ཆོས། །\nབདག་ཕྱིར་གཞན་ལ་གནོད་བྱས་ན། །དམྱལ་ལ་སོགས་པར་གདུངས་པར་འགྱུར། །གཞན་ཕྱིར་བདག་ལ་གནོད་བྱས་ན། །ཕུན་སུམ་ཚོགས་པ་ཐམས་ཅད་འཐོབ། །\nབདག་ཉིད་མཐོ་བར་འདོད་པ་དེས། །ངན་འགྲོ་ངན་དང་གླེན་པར་འགྱུར། །དེ་ཉིད་གཞན་ལ་སྤོ་བྱས་ན། །བདེ་འགྲོ་རིམ་གྲོ་འཐོབ་པར་འགྱུར། །\nབདག་གི་དོན་དུ་གཞན་བཀོལ་ན། །བྲན་ལ་སོགས་པ་མྱོང་བར་འགྱུར། །གཞན་གྱི་དོན་དུ་བདག་སྤྱད་ན། །རྗེ་དཔོན་ཉིད་སོགས་མྱོང་བར་འགྱུར། །\nའཇིག་རྟེན་བདེ་བ་ཇི་སྙེད་པ། །དེ་ཀུན་གཞན་བདེ་འདོད་ལས་བྱུང་། །འཇིག་རྟེན་སྡུག་བསྔལ་ཇི་སྙེད་པ། །དེ་ཀུན་རང་བདེ་འདོད་ལས་བྱུང་། །\nམང་དུ་བཤད་ལྟ་ཅི་ཞིག་དགོས། །བྱིས་པ་རང་གི་དོན་བྱེད་དང་། །ཐུབ་པ་གཞན་གྱི་དོན་མཛད་པ། །འདི་གཉིས་ཀྱི་ནི་ཁྱད་པར་ལྟོས། །\nབདག་བདེ་གཞན་གྱི་སྡུག་བསྔལ་དག །ཡང་དག་བརྗེ་བ་མ་བྱས་ན། །སངས་རྒྱས་ཉིད་དུ་མི་འགྲུབ་ཅིང་། །འཁོར་བ་ན་ཡང་བདེ་བ་མེད། །\nའཇིག་རྟེན་ཕ་རོལ་ཕར་ཞོག་གི །བྲན་གཡོག་ལས་མི་བྱེད་པ་དང་། །རྗེ་དཔོན་རྔན་པ་མི་སྟེར་བའི། །ཚེ་འདིའི་དོན་ཡང་འགྲུབ་མི་འགྱུར། །\nམཐོང་དང་མ་མཐོང་བདེ་འགྲུབ་པའི། །ཕུན་སུམ་བདེ་སྐྱིད་ཡོངས་བོར་ཞིང་། །གཞན་ལ་སྡུག་བསྔལ་བྱས་པའི་རྒྱུས། །རྨོངས་པས་སྡུག་བསྔལ་མི་བཟད་ལེན། །\nའཇིག་རྟེན་དག་ན་འཚེ་བ་གང་ཡོད་དང་། །འཇིགས་དང་སྡུག་བསྔལ་ཇི་སྙེད་ཡོད་གྱུར་པ། །དེ་ཀུན་བདག་ཏུ་འཛིན་པ་ལས་བྱུང་ན། །འདྲེ་ཆེན་དེས་ཀོ་བདག་ལ་ཅི་ཞིག་བྱ། །\nབདག་ཉིད་ཡོངས་སུ་མ་བཏང་ན། །སྡུག་བསྔལ་སྤང་བར་མི་ནུས་ཏེ། །ཇི་ལྟར་མེ་ནི་མ་བཏང་ན། །སྲེག་པ་སྤོང་བར་མི་ནུས་བཞིན། །\nདེ་ལྟས་བདག་གནོད་ཞི་བ་དང་། །གཞན་གྱི་སྡུག་བསྔལ་ཞི་བྱའི་ཕྱིར། །བདག་ཉིད་གཞན་ལ་གཏང་བྱ་དང་། །གཞན་རྣམས་བདག་བཞིན་གཟུང་བར་བྱ། །\nབདག་ནི་གཞན་གྱི་དབང་གྱུར་ཅེས། །ཡིད་ཁྱོད་ངེས་པར་ཤེས་གྱིས་ལ། །སེམས་ཅན་ཀུན་དོན་མ་གཏོགས་པར། །ད་ནི་ཁྱོད་ཀྱིས་གཞན་མི་བསམ། །\nགཞན་དབང་མིག་ལ་སོགས་པ་ཡིས། །རང་དོན་སྒྲུབ་པར་རིགས་མ་ཡིན། །དེ་དོན་མིག་ལ་སོགས་པ་ཡིས། །དེ་ལ་ལོག་པར་བྱ་མི་རིགས། །\nདེས་ན་སེམས་ཅན་གཙོར་བྱ་སྟེ། །བདག་གི་ལུས་ལ་ཅི་མཐོང་བ། །དེ་དང་དེ་ནི་ཕྲོགས་ནས་ཀྱང་། །གཞན་དག་ལ་ནི་ཕན་པར་སྤྱོད། །\nདམན་སོགས་བདག་ཏུ་བྱས་པ་དང་། །གཞན་ཉིད་དུ་ནི་བདག་བྱས་ནས། །རྣམ་རྟོག་མེད་པའི་སེམས་ཀྱིས་སུ། །ཕྲག་དོག་འགྲན་དང་ང་རྒྱལ་བསྒོམ། །\nའདི་ནི་བཀུར་བྱས་བདག་ནི་མིན། །འདི་བཞིན་བདག་གིས་མ་རྙེད་ཅིང་། །འདི་ནི་བསྟོད་བྱས་བདག་ལ་སྨོད། །འདི་བདེ་བདག་ནི་སྡུག་བསྔལ་ལ། །\nབདག་ནི་ལས་རྣམས་བྱེད་པ་དང་། །འདི་ནི་བདེ་བ་ཉིད་དུ་གནས། །འདི་ནི་འཇིག་རྟེན་ལ་ཆེ་དང་། །བདག་དམན་ཡོན་ཏན་མེད་པར་གྲག །\nཡོན་ཏན་མེད་པས་ཅི་ཞིག་བྱ། །བདག་ཀུན་ཡོན་ཏན་ལྡན་པ་ཉིད། །གང་བས་འདི་དམན་དེ་ཡོད་ཅིང་། །གང་བས་བདག་མཆོག་དེ་ཡང་ཡོད། །\nཚུལ་ཁྲིམས་ལྟ་བ་གུད་སོགས་ནི། །ཉོན་མོངས་སྟོབས་ཀྱིས་བདག་དབང་མིན། །ཅི་ནུས་བདག་ནི་གསོ་དགོས་ཏེ། །གནོད་པའང་བདག་གིས་དང་དུ་བླང་། །\nའོན་ཏེ་བདག་འདིའི་གསོ་བྱ་མིན། །ཅི་ཕྱིར་བདག་ལ་བརྙས་པ་བྱེད། །བདག་ལ་དེ་ཡི་ཡོན་ཏན་གྱིས། །ཅི་བྱ་འདི་བདག་ཡོན་ཏན་ཅན། །\nངན་འགྲོ་གདུག་པའི་ཁར་གནས་པ། །འགྲོ་ལ་སྙིང་རྗེ་མེད་པར་འདི། །ཕྱིར་ལ་ཡོན་ཏན་རློམ་པ་ཡིས། །མཁས་པ་དག་ལ་བདོ་བར་འདོད། །\nབདག་དང་མཉམ་ལ་བལྟས་ནས་ནི། །གང་གིས་རང་ཉིད་ལྷག་བྱའི་ཕྱིར། །བདག་གི་རྙེད་དང་བཀུར་སྟི་ནི། །རྩོད་པ་ཡིས་ཀྱང་ངེས་པར་བསྒྲུབ། །\nཅི་ནས་བདག་གི་ཡོན་ཏན་ནི། །འཇིག་རྟེན་ཀུན་ལ་གསལ་བ་དང་། །གཞན་ཡང་འདི་ཡི་ཡོན་ཏན་གང་། །སུས་ཀྱང་ཐོས་པར་མི་འགྱུར་བྱ། །\nབདག་གི་སྐྱོན་ཡང་སྦ་བྱ་ཞིང་། །བདག་ནི་མཆོད་འགྱུར་འདི་ལ་མིན། །བདག་དེང་རྙེད་པ་ལེགས་རྙེད་ཅིང་། །བདག་ནི་བཀུར་འགྱུར་འདི་ལ་མིན། །\nའདི་ནི་མ་རུངས་བྱས་པ་ལ། །ཡུན་རིང་བདག་ནི་དགའ་བས་ལྟ། །འགྲོ་བ་ཀུན་གྱི་བཞད་གད་དང་། །ཕན་ཚུན་སྨོད་པ་དག་ཏུ་བྱ། །\nཉོན་མོངས་འདི་ཡང་བདག་དང་ནི། །ལྷན་ཅིག་ཏུ་ནི་འགྲན་ཅེས་གྲག །འདི་དག་ཐོས་དང་ཤེས་རབ་བམ། །གཟུགས་རིགས་ནོར་གྱིས་མཉམ་མམ་ཅི། །\nདེ་ལྟར་ཀུན་ལ་བསྒྲགས་པ་ཡི། །བདག་གི་ཡོན་ཏན་ཐོས་ནས་ནི། །སྤུ་ལྡང་དགའ་བ་སྐྱེ་གྱུར་པའི། །བདེ་སྐྱིད་ལ་ནི་ཡོངས་སུ་སྤྱོད། །\nཅི་སྟེ་འདི་ལ་རྙེད་ཡོད་ཀྱང་། །གལ་ཏེ་ང་ཡི་ལས་བྱེད་ན། །འདི་ལ་འཚོ་བ་ཙམ་བྱིན་ནས། །བདག་གི་སྟོབས་ཀྱིས་དེ་བླང་བྱ། །\nའདི་ནི་བདེ་ལས་ཉམས་བྱ་ཞིང་། །བདག་གི་གནོད་དང་རྟག་སྦྱར་བྱ། །འདི་ཡིས་བརྒྱ་ཕྲག་ཐམས་ཅད་དུ། །འཁོར་བར་བདག་ལ་གནོད་པ་བྱས། །\nཡིད་ཁྱོད་རང་དོན་བྱེད་འདོད་པས། །བསྐལ་པ་གྲངས་མེད་འདས་གྱུར་ཀྱང་། །ངལ་བ་ཆེན་པོ་དེ་ལྟ་བུར། །ཁྱོད་ཀྱིས་སྡུག་བསྔལ་འབའ་ཞིག་བསྒྲུབས། །\nདེ་ལྟར་ངེས་པར་གཞན་དག་གི །དོན་ལ་རབ་ཏུ་འཇུག་གྱིས་དང་། །ཐུབ་པའི་བཀའ་ནི་མི་སླུ་བས། །དེ་ཡི་ཡོན་ཏན་ཕྱིས་མཐོང་འགྱུར། །\nགལ་ཏེ་ཁྱོད་ཀྱིས་སྔ་དུས་སུ། །ལས་འདི་བྱས་པར་གྱུར་ན་ནི། །སངས་རྒྱས་ཕུན་སུམ་བདེ་མིན་པ། །གནས་སྐབས་འདི་འདྲར་འགྱུར་མི་སྲིད། །\nདེ་བས་འདི་ལྟར་གཞན་དག་གི །ཁུ་བ་ཁྲག་གི་ཐིགས་པ་ལ། །ཁྱོད་ཀྱིས་ངར་འཛིན་བྱས་པ་ལྟར། །དེ་བཞིན་གཞན་ལའང་གོམས་པར་གྱིས། །\nགཞན་གྱི་རྟོག་ཆེན་བྱས་ནས་ནི། །བདག་གི་ལུས་ལ་ཅི་སྣང་བ། །དེ་དང་དེ་ཉིད་ཕྲོགས་བྱས་ནས། །ཁྱོད་ཀྱིས་གཞན་ལ་ཕན་པ་སྤྱོད། །\nབདག་སྐྱིད་གཞན་ནི་མི་སྐྱིད་ལ། །བདག་མཐོ་གཞན་ནི་དམའ་བ་དང་། །བདག་ནི་ཕན་བྱེད་གཞན་མིན་ཞེས། །བདག་ལ་ཕྲག་དོག་ཅིས་མི་བྱེད། །\nབདག་ནི་བདེ་དང་བྲལ་གྱིས་ཏེ། །གཞན་གྱི་སྡུག་བསྔལ་བདག་ལ་སྦྱོར། །གང་ཚེ་འདི་ནི་ཅི་བྱེད་ཅེས། །བདག་གི་སྐྱོན་ལ་བརྟག་པར་གྱིས། །\nགཞན་གྱིས་ཉེས་པ་བྱས་པ་ཡང་། །རང་གི་སྐྱོན་དུ་བསྒྱུར་བྱོས་ལ། །བདག་གི་ཉེས་པ་ཆུང་བྱས་ཀྱང་། །སྐྱེ་བོ་མང་ལ་རབ་ཏུ་ཤོགས། །\nགཞན་གྱི་གྲགས་པ་ལྷག་བརྗོད་པས། །རང་གི་གྲགས་པ་ཟིལ་གྱིས་ནོན། །བདག་ནི་བྲན་གྱི་ཐ་མ་ལྟར། །དོན་རྣམས་ཀུན་ལ་བཀོལ་བར་གྱིས། །\nའདི་ནི་སྐྱོན་ཅན་རང་བཞིན་ཏེ། །གློ་བུར་ཡོན་ཏན་ཆས་མི་བསྟོད། །འདི་ཡི་ཡོན་ཏན་ཅི་ནས་ཀྱང་། །འགས་ཀྱང་མི་ཤེས་དེ་ལྟར་གྱིས། །\nམདོར་ན་བདག་གི་དོན་གྱི་ཕྱིར། །ཁྱོད་ཀྱིས་གཞན་ལ་གནོད་བྱས་གང་། །གནོད་དེ་སེམས་ཅན་དོན་གྱི་ཕྱིར། །བདག་ཉིད་ལ་ནི་འབབ་པར་གྱིས། །\nའདི་ནི་གཉའ་དྲག་འགྱུར་ཚུལ་དུ། །ཤེད་བསྐྱེད་པར་ནི་མི་བྱ་སྟེ། །བག་མ་གསར་པའི་ཚུལ་བཞིན་དུ། །ངོ་ཚ་འཇིགས་དང་བསྡམས་ཏེ་བཞག །\nདེ་བྱ་དེ་ལྟར་གནས་བྱ་ཞིང་། །དེ་ལྟར་ཁྱོད་ཀྱིས་མི་བྱ་བ། །དེ་ལྟར་འདི་ནི་དབང་བྱ་སྟེ། །དེ་ལས་འདས་ན་ཚར་གཅད་བྱ། །\nའོན་ཏེ་དེ་ལྟར་གདམས་ཀྱང་ནི། །སེམས་ཁྱོད་དེ་ལྟར་མི་བྱེད་ན། །ཁྱོད་ལ་ཉེས་པ་ཀུན་བསྟེན་པས། །ཁྱོད་ཉིད་ཚར་གཅད་བྱ་བར་ཟད། །\nཁྱོད་ཀྱིས་ཁོ་བོ་གར་བརླག་པའི། །སྔོན་གྱི་དུས་དེ་གཞན་ཡིན་ཏེ། །ངས་མཐོང་ད་ཁྱོད་གང་དུ་འགྲོ། །ཁྱོད་ཀྱི་དྲེགས་པ་ཀུན་གཞོམ་བྱ། །\nད་དུང་བདག་ལ་རང་གི་དོན། །ཡོད་སྙམ་སེམས་པ་དེ་དོར་ཅིག །བདག་གིས་གཞན་ལ་ཁྱོད་བཙོང་གིས། །སྐྱོ་བར་མ་སེམས་ཞོ་ཤ་ཕུལ། །\nགལ་ཏེ་བག་མེད་གྱུར་ནས་ཁྱོད། །སེམས་ཅན་རྣམས་ལ་མ་བྱིན་ན། །ཁྱོད་ཀྱིས་ཁོ་བོ་དམྱལ་བ་ཡི། །སྲུང་མ་རྣམས་ལ་བྱིན་དུ་ངེས། །\nདེ་ལྟར་ཁྱོད་ཀྱིས་རེ་ལྟ་ཞིག །ཁོ་བོ་བྱིན་པས་ཡུན་རིང་སྡུག །ང་ནི་ཁོན་རྣམས་དྲན་བྱས་ཏེ། །ཁྱོད་ཀྱིས་རང་དོན་སེམས་པ་གཞོམ། །\nདེ་སྟེ་བདག་ནི་དགའ་འདོད་ན། །རང་ལ་བདག་གིས་དགར་མི་བྱ། །དེ་སྟེ་བདག་ནི་བསྲུང་འདོད་ན། །གཞན་དག་རྟག་ཏུ་བསྲུང་བར་བྱ། །\nཇི་ལྟ་ཇི་ལྟར་ལུས་འདི་ནི། །ཡོངས་སུ་སྐྱོང་བར་བྱེད་གྱུར་པ། །དེ་ལྟ་དེ་ལྟར་ཤིན་ཏུ་ནི། །བཟེ་རེ་ཅན་གྱུར་ཉིད་དུ་ལྟུང་། །\nདེ་ལྟར་ལྷུང་བ་དེ་ཡི་ཡང་། །འདོད་པ་ས་འདི་ཐམས་ཅད་ཀྱིས། །རྫོགས་པར་ནུས་པ་ཡོད་མིན་ན། །དེ་ཡི་འདོད་པ་སུས་བྱེད་ནུས། །\nནུས་མེད་འདོད་པ་ཉོན་མོངས་དང་། །བསམ་པ་ཉམས་པའང་སྐྱེ་བར་འགྱུར། །གང་ཞིག་ཀུན་ལ་ལྟོས་མེད་པ། །དེ་ཡི་ཕུན་ཚོགས་ཟད་མི་ཤེས། །\nདེ་བས་ལུས་ཀྱི་འདོད་པ་ནི། །འཕེལ་ཕྱིར་སྐབས་དབྱེ་མི་བྱ་སྟེ། །གང་ཞིག་ཡིད་འོང་མི་འཛིན་པ། །དེ་ནི་དངོས་པོ་བཟང་པོ་ཡིན། །\nཐ་མར་ཐལ་བའི་མཐར་གཏུགས་ཤིང་། །མི་གཡོ་གཞན་གྱིས་བསྐྱོད་བྱ་བ། །མི་གཙང་གཟུགས་ནི་མི་བཟད་པ། །འདི་ལ་ཅི་ཕྱིར་བདག་ཏུ་འཛིན། །\nགསོན་ནམ་ཡང་ན་ཤི་ཡང་བླའི། །བདག་ལ་འཁྲུལ་འཁོར་འདིས་ཅི་བྱ། །བོང་སོགས་འདི་ཁྱད་ཅི་ཡོད་ན། །ཀྱི་ཧུད་ང་རྒྱལ་སེལ་མི་བྱེད། །\nལུས་ཀྱི་ཁ་ཏ་བྱས་པ་ཡིས། །དོན་མེད་སྡུག་བསྔལ་ཉེར་བསགས་ནས། །རྗེས་སུ་ཆགས་དང་ཁོང་ཁྲོ་བ། །ཤིང་མཚུངས་འདི་ལ་ཅི་ཞིག་བྱ། །\nབདག་གིས་འདི་ལྟར་བསྐྱངས་པའམ། །བྱ་རྒོད་སོགས་ཀྱིས་ཟོས་ཀྱང་རུང་། །ཆགས་མེད་ཞེ་སྡང་ཡོད་མིན་ན། །ཅི་སྟེ་དེ་ལ་ཆགས་པར་བྱེད། །\nགང་ཞིག་སྨོད་པས་ཁྲོ་བ་དང་། །གང་ཞིག་བསྟོད་པས་མགུ་འགྱུར་བ། །གལ་ཏེ་དེ་ཉིད་ཤེས་མེད་ན། །བདག་གིས་གང་གི་ངལ་བ་བྱས། །\nགང་ཞིག་ལུས་འདི་འདོད་འགྱུར་བ། །དེ་དང་བདག་བཤེས་ཡིན་ཞེ་ན། །ཐམས་ཅད་རང་གི་ལུས་འདོད་པས། །དེ་ལ་བདག་གོ་ཅིས་མི་དགའ། །\nདེ་བས་བདག་གིས་ཆགས་མེད་པར། །འགྲོ་ལ་ཕན་ཕྱིར་ལུས་གཏང་བྱ། །དེས་ན་འདི་ལ་ཉེས་མང་ཡང་། །ལས་ཀྱི་སྤྱད་བཞིན་གཟུང་བར་བྱ། །\nདེ་བས་བྱིས་པའི་སྤྱོད་པས་ཆོག །བདག་གིས་མཁས་པའི་རྗེས་བསྙགས་ཏེ། །བག་ཡོད་གཏམ་ནི་དྲན་བྱས་ནས། །གཉིད་དང་རྨུགས་པ་བཟློག་པར་བྱ། །\nརྒྱལ་སྲས་ཐུགས་རྗེ་ཆེ་རྣམས་ལྟར། །རིགས་པའི་སྲན་ནི་གཟུགས་བྱ་སྟེ། །ཉིན་མཚན་ཕྱད་པར་མ་འབད་ན། །བདག་གི་སྡུག་བསྔལ་ནམ་མཐར་ཕྱིན། །\nདེ་བས་སྒྲིབ་པ་བསལ་བའི་ཕྱིར། །ལོག་པའི་ལམ་ལས་སེམས་བླན་ཏེ། །ཡང་དག་དམིགས་ལ་རྟག་པར་ཡང་། །བདག་གིས་མཉམ་པར་གཞག་པར་བྱ། །\nབྱང་ཆུབ་སེམས་དཔའི་སྤྱོད་པ་ལ་འཇུག་པ་ལས། །བསམ་གཏན་བསྟན་པ་ཞེས་བྱ་བ་སྟེ་ལེའུ་བརྒྱད་པའོ།། །།\nch-9 ཡན་ལག་འདི་དག་ཐམས་ཅད་ནི། །ཐུབ་པས་ཤེས་རབ་དོན་དུ་གསུངས། དེ་ཡི་ཕྱིར་ན་སྡུག་བསྔལ་དག །ཞི་བར་འདོད་པས་ཤེས་རབ་བསྐྱེད། །\nཀུན་རྫོབ་དང་ནི་དོན་དམ་སྟེ། །འདི་ནི་བདེན་པ་གཉིས་སུ་འདོད། །དོན་དམ་བློ་ཡི་སྤྱོད་ཡུལ་མིན། །བློ་ནི་ཀུན་རྫོབ་ཡིན་པར་བརྗོད། །\nདེ་ལ་འཇིག་རྟེན་རྣམ་གཉིས་མཐོང་། །རྣལ་འབྱོར་པ་དང་ཕལ་པའོ། །དེ་ལ་འཇིག་རྟེན་ཕལ་པ་ནི། །རྣལ་འབྱོར་འཇིག་རྟེན་གྱིས་གནོད་ཅིང་། །\nརྣལ་འབྱོར་པ་ཡང་བློ་ཁྱད་ཀྱིས། །གོང་མ་གོང་མ་རྣམས་ཀྱིས་གནོད། །གཉི་ག་ཡང་ནི་འདོད་པའི་དཔེས། །འབྲས་བུའི་དོན་དུ་མ་དཔྱད་ཕྱིར།\n འཇིག་རྟེན་པ་ཡིས་དངོས་མཐོང་ཞིང་། །ཡང་དག་ཉིད་དུའང་རྟོག་བྱེད་ཀྱི། །སྒྱུ་མ་ལྟ་བུར་མིན་པས་འདིར། །རྣལ་འབྱོར་པ་དང་འཇིག་རྟེན་རྩོད། །\nགཟུགས་སོགས་མངོན་སུམ་ཉིད་ཀྱང་ནི། །གྲགས་པས་ཡིན་གྱི་ཚད་མས་མིན། །དེ་ནི་མི་གཙང་ལ་སོགས་ལ། །གཙང་སོགས་གྲགས་པ་བཞིན་དུ་རྫུན། །\nའཇིག་རྟེན་གཞུག་པའི་དོན་དུ་ནི། །མགོན་པོས་དངོས་བསྟན་དེ་ཉིད་དུ། །དེ་དག་སྐད་ཅིག་མ་ཉིད་མིན། །ཀུན་རྫོབ་ཏུ་ཡང་འགལ་ཞེ་ན། །\nརྣལ་འབྱོར་ཀུན་རྫོབ་ཉེས་མེད་དེ། །འཇིག་རྟེན་ལ་ལྟོས་དེ་ཉིད་མཐོང་། །གཞན་དུ་བུད་མེད་མི་གཙང་བར། །དེས་རྟོག་འཇིག་རྟེན་གྱིས་གནོད་འགྱུར། །\nསྒྱུ་འདྲའི་རྒྱལ་ལས་བསོད་ནམས་ནི། །ཇི་ལྟར་དངོས་ཡོད་ལ་ཇི་བཞིན། །གལ་ཏེ་སེམས་ཅན་སྒྱུ་འདྲ་ན། །ཤི་ནས་ཇི་ལྟར་སྐྱེ་ཞེ་ན། །\nཇི་སྲིད་རྐྱེན་རྣམས་འཚོགས་གྱུར་པ། །དེ་སྲིད་སྒྱུ་མའང་འབྱུང་བར་འགྱུར། །རྒྱུན་རིང་ཙམ་གྱིས་ཇི་ལྟར་ན། །སེམས་ཅན་བདེན་པར་ཡོད་པ་ཡིན། །\nསྒྱུ་མའི་སྐྱེས་བུ་བསད་སོགས་ལ། །སེམས་མེད་ཕྱིར་ན་སྡིག་མེད་དེ། །སྒྱུ་མའི་སེམས་དང་ལྡན་པ་ལ། །བསོད་ནམས་དང་ནི་སྡིག་པ་འབྱུང་། །\nསྔགས་སོགས་རྣམས་ལ་ནུས་མེད་ཕྱིར། །སྒྱུ་མའི་སེམས་ནི་འབྱུང་བ་མེད། །སྣ་ཚོགས་རྐྱེན་ལས་བྱུང་བ་ཡི། །སྒྱུ་མ་དེ་ཡང་སྣ་ཚོགས་ཉིད། །རྐྱེན་གཅིག་གིས་ནི་ཀུན་ནུས་པ། །གང་ན་ཡང་ནི་ཡོད་མ་ཡིན། །\nགལ་ཏེ་དོན་དམ་མྱ་ངན་འདས། །འཁོར་བ་ཀུན་རྫོབ་དེ་ལྟ་ན། །སངས་རྒྱས་ཀྱང་ནི་འཁོར་འགྱུར་བས། །བྱང་ཆུབ་སྤྱོད་པས་ཅི་ཞིག་བྱ། །\nརྐྱེན་རྣམས་རྒྱུན་ནི་མ་ཆད་ན། །སྒྱུ་མའང་ལྡོག་པར་མི་འགྱུར་གྱི། །རྐྱེན་རྣམས་རྒྱུན་ནི་ཆད་པས་ན། །ཀུན་རྫོབ་ཏུ་ཡང་མི་འབྱུང་ངོ་། །\nགང་ཚེ་འཁྲུལ་པའང་ཡོད་མིན་ན། །སྒྱུ་མ་གང་གིས་དམིགས་པར་འགྱུར། །གང་ཚེ་ཁྱོད་ལ་སྒྱུ་མ་ཉིད། །མེད་ནའང་དེ་ཚེ་ཅི་ཞིག་དམིགས། །\nགལ་ཏེ་དེ་ཉིད་དུ་གཞན་ཡོད། །རྣམ་པ་དེ་ནི་སེམས་ཉིད་ཡིན། །གང་ཚེ་སེམས་ཉིད་སྒྱུ་མ་ན། །དེ་ཚེ་གང་ཞིག་གང་གིས་མཐོང་། །\nའཇིག་རྟེན་གྱི་ནི་མགོན་པོས་ཀྱང་། །སེམས་ཀྱིས་སེམས་མི་མཐོང་ཞེས་གསུངས། །རལ་གྲི་སོ་ནི་རང་ལ་རང་། །ཇི་ལྟར་མི་གཅོད་དེ་བཞིན་ཡིད། །\nཇི་ལྟར་མར་མེ་རང་གི་དངོས། །ཡང་དག་གསལ་བར་བྱེད་བཞིན་ན། །མར་མེ་གསལ་བར་བྱ་མིན་ཏེ། །གང་ཕྱིར་མུན་གྱིས་བསྒྲིབས་པ་མེད། །\nཤེལ་བཞིན་སྔོན་པོ་སྔོ་ཉིད་ལ། །གཞན་ལ་ལྟོས་པ་ཡོད་མ་ཡིན། །དེ་བཞིན་འགའ་ཞིག་གཞན་ལ་ནི། །ལྟོས་དང་ལྟོས་མེད་པ་ཡང་མཐོང་། །\nསྔོ་ཉིད་མིན་ལ་སྔོན་པོར་དེ། །བདག་གིས་བདག་ཉིད་བྱས་པ་མེད། །\n\nམར་མེ་གསལ་བར་བྱེད་དོ་ཞེས། །ཤེས་པས་ཤེས་ཏེ་རྗོད་བྱེད་ན། །བློ་ནི་གསལ་བ་ཉིད་ཡིན་ཞེས། །གང་གིས་ཤེས་ནས་དེ་སྐད་བརྗོད། །\nགང་ཚེ་འགས་ཀྱང་མཐོང་མིན་ན། །གསལ་བའམ་ནི་མི་གསལ་བ། །མོ་གཤམ་བུ་མོའི་འགྱིང་བག་བཞིན། །དེ་ནི་བརྗོད་ཀྱང་དོན་མེད་དོ། །\nགལ་ཏེ་རང་རིག་ཡོད་མིན་ན། །རྣམ་ཤེས་དྲན་པར་ཇི་ལྟར་འགྱུར། །གཞན་མྱོང་བ་ན་འབྲེལ་པ་ལས། །དྲན་འགྱུར་བྱི་བའི་དུག་བཞིན་ནོ། །\nརྐྱེན་གཞན་དག་དང་ལྡན་པ་ནི། །མཐོང་ཕྱིར་རང་ཉིད་རབ་གསལ་ན། །གྲུབ་པའི་མིག་སྨན་སྦྱོར་བ་ལས། །བུམ་མཐོང་མིག་སྨན་ཉིད་འགྱུར་མིན། །\nཇི་ལྟར་མཐོང་ཐོས་ཤེས་པ་དག །འདིར་ནི་དགག་པར་བྱ་མིན་ཏེ། །འདིར་ནི་སྡུག་བསྔལ་རྒྱུར་གྱུར་པ། །བདེན་པར་རྟོག་པ་བཟློག་བྱ་ཡིན། །\nསེམས་ལས་སྒྱུ་མ་གཞན་མིན་ཞིང་། །གཞན་མིན་པར་ཡང་མི་རྟག་ན། །དངོས་ན་ཇི་ལྟར་དེ་གཞན་མིན། །གཞན་མིན་ཞེ་ན་དངོས་པོར་མེད། །\nཇི་ལྟར་སྒྱུ་མ་བདེན་མིན་ཡང་། །བལྟ་བྱ་དེ་བཞིན་ལྟ་བྱེད་ཡིད། །གལ་ཏེ་འཁོར་བ་དངོས་རྟེན་ཅན། །དེ་ནི་གཞན་དུ་མཁའ་འདྲར་འགྱུར། །\nདངོས་མེད་དངོས་ལ་བརྟེན་པས་ན། །བྱེད་དང་ལྡན་པར་ཇི་ལྟར་འགྱུར། །ཁྱོད་ཀྱི་སེམས་ནི་གྲོགས་མེད་པར། །གཅིག་པུ་ཉིད་དུ་འགྱུར་བ་ཡིན། །\nགང་ཚེ་སེམས་ནི་གཟུང་བྲལ་བ། །དེ་ཚེ་ཐམས་ཅད་དེ་བཞིན་གཤེགས། །དེ་ལྟ་ན་ཡང་སེམས་ཙམ་དུ། །བརྟགས་ལ་ཡོན་ཏན་ཅི་ཞིག་ཡོད། །\nསྒྱུ་མ་ལྟ་བུར་ཤེས་ན་ཡང་། །ཇི་ལྟར་ཉོན་མོངས་ལྡོག་འགྱུར་ཏེ། །གང་ཚེ་སྒྱུ་མའི་བུད་མེད་ལ། །དེ་བྱེད་ཉིད་ཀྱང་ཆགས་སྐྱེ་འགྱུར། །\nདེ་བྱེད་པ་ནི་ཤེས་བྱ་ལ། །ཉོན་མོངས་བག་ཆགས་མ་སྤངས་པ། །དེས་ན་དེ་མཐོང་བ་ན་དེ། །སྟོང་ཉིད་བག་ཆགས་ཉམ་ཆུང་ཉིད། །\nསྟོང་ཉིད་བག་ཆགས་གོམས་པས་ནི། །དངོས་པོའི་བག་ཆགས་སྤོང་འགྱུར་ཞིང་། །ཅི་ཡང་མེད་ཅེས་གོམས་པས་ནི། །དེ་ཡང་ཕྱི་ནས་སྤོང་བར་འགྱུར། །\nགང་ཚེ་གང་ཞིག་མེད་དོ་ཞེས། །བརྟག་བྱའི་དངོས་པོ་མི་དམིགས་པ། །དེ་ཚེ་དངོས་མེད་རྟེན་བྲལ་བ། །བློ་ཡི་མདུན་ན་ཇི་ལྟར་གནས། །\nགང་ཚེ་དངོས་དང་དངོས་མེད་དག །བློ་ཡི་མདུན་ན་མི་གནས་པ། །དེ་ཚེ་རྣམ་པ་གཞན་མེད་པས། །དམིགས་པ་མེད་པར་རབ་ཏུ་ཞི། །\nཡིད་བཞིན་ནོར་བུ་དཔག་བསམ་ཤིང་། །ཇི་ལྟར་རེ་བ་ཡོངས་སྐོང་བ། །དེ་བཞིན་གདུལ་བྱ་སྨོན་ལམ་གྱི། །དབང་གིས་རྒྱལ་བའི་སྐུར་སྣང་ངོ་། །\nདཔེར་ན་ནམ་མཁའ་ལྡིང་གི་ནི། །མཆོད་སྡོང་བསྒྲུབས་ནས་འདས་གྱུར་པ། །དེ་འདས་ཡུན་རིང་ལོན་ཡང་དེ། །དུག་ལ་སོགས་པ་ཞི་བྱེད་བཞིན། །\nབྱང་ཆུབ་སྤྱོད་པའི་རྗེས་མཐུན་པར། །རྒྱལ་བའི་མཆོད་སྡོང་བསྒྲུབས་པ་ཡང་། །བྱང་ཆུབ་སེམས་དཔའ་མྱ་ངན་ལས། །འདས་ཀྱང་དོན་རྣམས་ཐམས་ཅད་མཛད། །\nསེམས་མེད་པ་ལ་མཆོད་བྱས་པས། །ཇི་ལྟར་འབྲས་བུ་ལྡན་པར་འགྱུར། །གང་ཕྱིར་བཞུགས་པའམ་མྱ་ངན་འདས། །མཚུངས་པ་ཉིད་དུ་བཤད་ཕྱིར་རོ། །\nཀུན་རྫོབ་བམ་ནི་དེ་ཉིད་དུའང་། །རུང་སྟེ་དེར་འབྲས་ལུང་ལས་ཡིན། །དཔེར་ན་བདེན་པའི་སངས་རྒྱས་ལ། །ཇི་ལྟར་འབྲས་བུར་བཅས་པ་བཞིན། །\nབདེན་པ་མཐོང་བས་གྲོལ་འགྱུར་གྱི། །སྟོང་ཉིད་མཐོང་བས་ཅི་ཞིག་བྱ། །གང་ཕྱིར་ལུང་ལས་ལམ་འདི་ནི། །མེད་པར་བྱང་ཆུབ་མེད་པར་གསུངས། །\nགལ་ཏེ་ཐེག་ཆེན་མ་གྲུབ་ན། །ཁྱོད་ཀྱི་ལུང་ནི་ཇི་ལྟར་གྲུབ། །གང་ཕྱིར་གཉིས་ཀ་ལ་འདི་གྲུབ། །དང་པོ་ཁྱོད་ལ་འདི་མ་གྲུབ། །\nརྐྱེན་གང་གིས་ནི་དེར་ཡིད་ཆེས། །དེ་ནི་ཐེག་ཆེན་ལ་ཡང་མཚུངས། །གཞན་གཉིས་འདོད་པས་བདེན་ན་ནི། །རིག་བྱེད་སོགས་ཀྱང་བདེན་པར་འགྱུར། །\nཐེག་ཆེན་རྩོད་བཅས་ཕྱིར་ཞེ་ན། །ལུང་ལ་མུ་སྟེགས་པ་རྣམས་དང་། །ལུང་གཞན་ལ་ཡང་རང་གཞན་དག །རྩོད་བཅས་ཡིན་ཕྱིར་དོར་བྱར་འགྱུར། །\nབསྟན་རྩ་དགེ་སློང་ཉིད་ཡིན་ན། །དགེ་སློང་ཉིད་ཀྱང་དཀའ་བར་གནས། །སེམས་ནི་དམིགས་དང་བཅས་རྣམས་ཀྱི། །མྱ་ངན་འདས་པའང་དཀའ་བར་གནས། །\nཉོན་མོངས་སྤངས་པས་གྲོལ་ན་དེའི། །དེ་མ་ཐག་ཏུ་དེར་འགྱུར་རོ། །ཉོན་མོངས་མེད་ཀྱང་དེ་དག་ལ། །ལས་ཀྱི་ནུས་པ་མཐོང་བ་ཡིན། །\nརེ་ཞིག་ཉེར་ལེན་སྲེད་པ་ནི། །མེད་ཅེས་ངེས་པ་ཉིད་ཅེ་ན། །སྲེད་དེ་ཉོན་མོངས་ཅན་མིན་ཡང་། །ཀུན་རྨོངས་བཞིན་དུ་ཅི་སྟེ་མེད། །\nཚོར་བའི་རྐྱེན་གྱིས་སྲེད་པ་ཡིན། །ཚོར་བ་དེ་དག་ལ་ཡང་ཡོད། །དམིགས་པ་དང་ནི་བཅས་པའི་སེམས། །འགའ་ཞིག་ལ་ནི་གནས་པར་འགྱུར། །\nསྟོང་ཉིད་དང་ནི་བྲལ་བའི་སེམས། །འགགས་པ་སླར་ཡང་སྐྱེ་འགྱུར་ཏེ། །འདུ་ཤེས་མེད་པའི་སྙོམས་འཇུག་བཞིན། །དེས་ན་སྟོང་ཉིད་བསྒོམ་པར་བྱ། །\nངག་གང་མདོ་སྡེ་ལ་འཇུག་དེ། །གལ་ཏེ་སངས་རྒྱས་གསུངས་འདོད་ན། །ཐེག་ཆེན་ཕལ་ཆེར་ཁྱེད་ཅག་གི །མདོ་དང་མཚུངས་འདོད་མིན་ནམ་ཅི། །\nགལ་ཏེ་མ་གཏོགས་གཅིག་གིས་ནི། །ཐམས་ཅད་སྐྱོན་དང་བཅས་འགྱུར་ན། །མདོ་མཚུངས་གཅིག་གིས་ཐམས་ཅད་ནི། །རྒྱལ་བས་གསུངས་པ་ཅིས་མ་ཡིན། །\nངག་གང་འོད་སྲུངས་ཆེན་པོ་ལ། །སོགས་པས་གཏིང་དཔོགས་མ་གྱུར་པ། །དེ་ནི་ཁྱོད་ཀྱིས་མ་རྟོགས་པས། །གཟུང་བྱ་མིན་པར་སུ་ཞིག་བྱེད། །\nརྨོངས་པས་སྡུག་བསྔལ་ཅན་དོན་དུ། །ཆགས་དང་འཇིགས་མཐའ་ལས་གྲོལ་བ། །འཁོར་བར་གནས་པ་གྲུབ་འགྱུར་བ། །འདི་ནི་སྟོང་ཉིད་འབྲས་བུ་ཡིན། །\nདེ་ལྟར་སྟོང་པ་ཉིད་ཕྱོགས་ལ། །སུན་འབྱིན་པ་ནི་འཐད་མ་ཡིན། །དེས་ན་ཐེ་ཚོམ་མི་ཟ་བར། །སྟོང་པ་ཉིད་ནི་བསྒོམ་པར་བྱ། །\nཉོན་མོངས་ཤེས་བྱའི་སྒྲིབ་པ་ཡི། །མུན་པའི་གཉེན་པོ་སྟོང་པ་ཉིད། །མྱུར་དུ་ཐམས་ཅད་མཁྱེན་འདོད་པས། །དེ་ནི་ཇི་ལྟར་སྒོམ་མི་བྱེད། །\nདངོས་གང་སྡུག་བསྔལ་སྐྱེད་བྱེད་པ། །དེ་ལས་སྐྲག་པ་སྐྱེ་འགྱུར་ན། །སྟོང་ཉིད་སྡུག་བསྔལ་ཞི་བྱེད་པ། །དེ་ལ་འཇིགས་པ་ཇི་ལྟར་སྐྱེ། །\nགལ་ཏེ་བདག་འགའ་ཡོད་ན་ནི། །ཅི་ཡང་རུང་ལས་འཇིགས་འགྱུར་ན། །བདག་ཉིད་འགའ་ཡང་ཡོད་མིན་པས། །འཇིགས་པར་འགྱུར་བ་སུ་ཞིག་ཡིན། །\nསོ་དང་སྐྲ་སེན་བདག་མ་ཡིན། །བདག་ནི་རུས་པ་ཁྲག་མ་ཡིན། །སྣབས་མིན་བད་ཀན་མ་ཡིན་ཏེ། །ཆུ་སེར་དང་ནི་རྣག་ཀྱང་མིན། །\nབདག་ནི་ཞག་དང་རྔུལ་མིན་ཏེ། །གློ་མཆིན་དག་ཀྱང་བདག་མ་ཡིན། །ནང་ཁྲོལ་གཞན་ཡང་བདག་མིན་ཏེ། །བདག་ནི་ཕྱི་ས་གཅིན་མ་ཡིན། །\nཤ་དང་པགས་པ་བདག་མིན་ཏེ། །དྲོད་དང་རླུང་ཡང་བདག་མ་ཡིན། །བུ་ག་བདག་མིན་རྣམ་ཀུན་དུ། །རྣམ་ཤེས་དྲུག་ཀྱང་བདག་མ་ཡིན། །\nགལ་ཏེ་སྒྲ་ཡི་ཤེས་རྟག་ན། །ཐམས་ཅད་ཚེ་ན་སྒྲ་འཛིན་འགྱུར། །ཤེས་བྱ་མེད་ན་ཅི་ཞིག་རིག །གང་གིས་ཤེས་པ་ཞེས་རྗོད་བྱེད། །\nགལ་ཏེ་ཤེས་མེད་ཤེས་ཡིན་ན། །ཤིང་ཡང་ཤེས་པར་ཐལ་བར་འགྱུར། །དེས་ན་ཤེས་བྱ་ཉེར་གནས་པ། །མེད་པར་ཤེས་པ་མེད་ཅེས་ངེས། །\nདེ་ཉིད་ཀྱིས་ནི་གཟུགས་ཤེས་ན། །དེ་ཚེ་ཐོས་པའང་ཅི་སྟེ་མིན། །གལ་ཏེ་སྒྲ་མི་ཉེ་ཕྱིར་ན། །དེས་ན་དེ་ཡི་ཤེས་པའང་མེད། །\nསྒྲ་འཛིན་རང་བཞིན་གང་ཡིན་པ། །དེ་གཟུགས་འཛིན་པར་ཇི་ལྟར་འགྱུར། །གཅིག་ནི་ཕ་དང་བུ་ཉིད་དུ། །བརྟགས་ཡིན་ཡང་དག་ཉིད་མིན་ཏེ། །\nའདི་ལྟར་སྙིང་སྟོབས་རྡུལ་དང་ནི། །མུན་པ་བུ་མིན་ཕ་ཡང་མིན། །དེ་ནི་སྒྲ་འཛིན་དང་ལྡན་པའི། །རང་བཞིན་དུ་ནི་མཐོང་མ་ཡིན། །\nགར་མཁན་ལྟ་བུར་ཚུལ་གཞན་གྱིས། །དེ་ཉིད་མཐོང་ན་དེ་རྟག་མིན། །གལ་ཏེ་ཚུལ་གཞན་དེ་ཉིད་ན། །གཅིག་ཉིད་དེ་ནི་སྔོན་མེད་གཅིག །\nགལ་ཏེ་ཚུལ་གཞན་བདེན་མིན་ན། །དེ་ཡི་རང་གི་རང་བཞིན་སྨྲོས། །ཤེས་ཉིད་ཅེ་ན་དེ་ལྟ་ན། །སྐྱེས་ཀུན་གཅིག་ཏུ་ཐལ་བར་འགྱུར། །\nསེམས་པ་སེམས་མེད་དེ་དག་ཀྱང་། །གཅིག་འགྱུར་གང་ཕྱིར་ཡོད་ཉིད་མཚུངས། །གང་ཚེ་བྱེ་བྲག་ཕྱིན་ཅི་ལོག །དེ་ཚེ་འདྲ་བའི་རྟེན་གང་ཡིན། །\nསེམས་མེད་པ་ཡང་བདག་མིན་ཏེ། །སེམས་མེད་ཉིད་ཕྱིར་བུམ་སོགས་བཞིན། །འོན་ཏེ་སེམས་དང་ལྡན་པའི་ཕྱིར། །ཤེས་ན་མི་ཤེས་འཇིག་པར་ཐལ། །\nཇི་སྟེ་བདག་ལ་འགྱུར་མེད་ན། །སེམས་པས་དེ་ལ་ཅི་ཞིག་བྱས། །དེ་ལྟར་ཤེས་མེད་བྱ་བྲལ་བ། །ནམ་མཁའ་བདག་ཏུ་བྱས་པར་འགྱུར། །\nགལ་ཏེ་བདག་ནི་ཡོད་མིན་ན། །ལས་འབྲས་འབྲེལ་པ་རིགས་མིན་ཏེ། །ལས་བྱས་ནས་ནི་ཞིག་པས་ན། །སུ་ཡི་ལས་སུ་འགྱུར་ཞེ་ན། །\nབྱ་བ་འབྲས་གཞི་ཐ་དད་དང་། །དེར་བདག་བྱེད་པ་མེད་པར་ཡང་། །ཡུ་བུ་གཉི་ག་ལ་གྲུབ་པས། །འདིར་བརྩད་དོན་མེད་མ་ཡིན་ནམ། །\nརྒྱུ་ལྡན་འབྲས་བུ་དང་བཅས་ཞེས། །མཐོང་བ་འདི་ནི་སྲིད་མ་ཡིན། །རྒྱུད་གཅིག་ལ་ནི་བརྟེན་ནས་སུ། །བྱེད་པོ་སྤྱོད་པོ་ཞེས་བྱར་བསྟན། །\nའདས་དང་མ་འོངས་པ་ཡི་སེམས། །བདག་མིན་དེ་ནི་མེད་པའི་ཕྱིར། །འོན་ཏེ་སྐྱེས་སེམས་བདག་ཡིན་ན། །དེ་ཞིག་ན་ཡང་བདག་མེད་དོ། །\nདཔེར་ན་ཆུ་ཤིང་སྡོང་པོ་དག །ཆ་ཤས་ཕྱེ་ན་འགའ་མེད་པ། །དེ་བཞིན་རྣམ་པར་དཔྱད་པ་ཡིས། །བཙལ་ན་བདག་ཀྱང་ཡང་དག་མིན། །\nགལ་ཏེ་སེམས་ཅན་ཡོད་མིན་ན། །སུ་ལ་སྙིང་རྗེ་བྱ་ཞེ་ན། །འབྲས་བུའི་དོན་དུ་ཁས་བླངས་པའི། །རྨོངས་པས་བརྟགས་པ་གང་ཡིན་པའོ། །\nསེམས་ཅན་མེད་འབྲས་སུ་ཡི་ཡིན། །བདེན་ཏེ་འོན་ཀྱང་རྨོངས་ལས་འདོད། །སྡུག་བསྔལ་ཉེ་བར་ཞི་དོན་དུ། །འབྲས་བུའི་རྨོངས་པ་བཟློག་མི་བྱ། །\nསྡུག་བསྔལ་རྒྱུ་ཡི་ང་རྒྱལ་ནི། །བདག་ཏུ་རྨོངས་པས་འཕེལ་བར་འགྱུར། །དེ་ལས་ཀྱང་བཟློག་མེད་ཅེ་ན། །བདག་མེད་བསྒོམ་པ་མཆོག་ཡིན་ནོ། །\nལུས་ནི་རྐང་པ་བྱིན་པ་མིན། །བརླ་དང་རྐེད་པའང་ལུས་མ་ཡིན། །ལྟོ་དང་རྒྱབ་ཀྱང་ལུས་མིན་ཏེ། །བྲང་དང་དཔུང་པའང་ལུས་མ་ཡིན། །\nརྩིབ་ལོགས་ལག་པའང་ལུས་མིན་ཏེ། །མཆན་ཁུང་ཕྲག་པའང་ལུས་མ་ཡིན། །ནང་ཁྲོལ་རྣམས་ཀྱང་དེ་མིན་ལ། །མགོ་དང་མགྲིན་པའང་ལུས་མིན་ན། །འདི་ལ་ལུས་ནི་གང་ཞིག་ཡིན། །\nགལ་ཏེ་ལུས་འདི་ཐམས་ཅད་ལ། །ཕྱོགས་རེ་ཡིས་ནི་གནས་གྱུར་ན། །ཆ་རྣམས་ཆ་ལ་གནས་གྱུར་མོད། །དེ་རང་ཉིད་ནི་གང་ལ་གནས། །\nགལ་ཏེ་བདག་ཉིད་ཀུན་གྱི་ལུས། །ལག་སོགས་རྣམས་ལ་གནས་ན་ནི། །ལག་སོགས་དེ་དག་ཇི་སྙེད་པ། །དེ་སྙེད་ཀྱི་ནི་ལུས་སུ་འགྱུར། །\nཕྱི་དང་ནང་ན་ལུས་མེད་ན། །ཇི་ལྟར་ལག་སོགས་ལ་ལུས་ཡོད། །ལག་སོགས་རྣམས་ལས་གཞན་མེད་ན། །དེ་ནི་ཇི་ལྟར་ཡོད་པ་ཡིན། །\nདེས་ན་ལུས་མེད་ལག་སོགས་ལ། །རྨོངས་པ་ཡིས་ནི་ལུས་བློར་འགྱུར། །དབྱིབས་སུ་བཀོད་པའི་ཁྱད་པར་གྱིས། །ཐོ་ཡོར་ལ་ནི་མི་བློ་བཞིན། །\nཇི་སྲིད་རྐྱེན་ཚོགས་དེ་སྲིད་དུ། །ལུས་ནི་སྐྱེས་བུ་ལྟར་སྣང་བ། །དེ་བཞིན་ཇི་སྲིད་ལག་སོགས་ལ། །དེ་ཡོད་དེ་སྲིད་དེར་ལུས་སྣང་། །\nདེ་བཞིན་སོར་མོའི་ཚོགས་ཡིན་ཕྱིར། །ལག་པའང་གང་ཞིག་ཡིན་པར་འགྱུར། །དེ་ཡང་ཚིགས་ཀྱི་ཚོགས་ཡིན་ཕྱིར། །ཚིགས་ཀྱང་རང་གི་ཆ་ཕྱེ་བས། །\nཆ་ཡང་རྡུལ་དུ་ཕྱེ་བས་ཏེ། །རྡུལ་དེའང་ཕྱོགས་ཆའི་དབྱེ་བ་ཡིས། །ཕྱོགས་དབྱེའང་ཆ་ཤས་དང་བྲལ་ཕྱིར། །མཁའ་བཞིན་དེས་ན་རྡུལ་ཡང་མེད། །\nདེ་ལྟར་རྨི་ལམ་ལྟ་བུ་ཡི། །གཟུགས་ལ་དཔྱོད་ལྡན་སུ་ཞིག་ཆགས། །གང་ཚེ་དེ་ལྟར་ལུས་མེད་པ། །དེ་ཚེ་སྐྱེས་གང་བུད་མེད་གང་། །\nསྡུག་བསྔལ་དེ་ཉིད་དུ་ཡོད་ན། །ཅི་སྟེ་རབ་དགའ་ལ་མི་གནོད། །བདེ་ན་མྱ་ངན་གདུང་སོགས་ལ། །ཞིམ་སོགས་ཅི་སྟེ་དགའ་མི་བྱེད། །\nསྟོབས་དང་ལྡན་པས་ཟིལ་མནན་ཕྱིར། །གལ་ཏེ་དེ་མྱོང་མ་ཡིན་ན། །གང་ཞིག་ཉམས་མྱོང་བདག་ཉིད་མིན། །དེ་ནི་ཚོར་བ་ཇི་ལྟར་ཡིན། །\nསྡུག་བསྔལ་ཕྲ་མོ་ཉིད་དུ་ཡོད། །འདི་ཡི་རགས་པ་བསལ་མིན་ནམ། །དེ་ནི་དེ་ལས་གཞན་དགའ་ཙམ། །ཞེ་ན་ཕྲ་ཉིད་དེ་ཡང་དེའི། །\nགལ་ཏེ་འགལ་རྐྱེན་སྐྱེས་པས་ན། །སྡུག་བསྔལ་སྐྱེས་པ་མིན་ན་ནི། །ཚོར་བར་རྟོག་པ་མངོན་ཞེན་ཉིད། །ཡིན་ཞེས་བྱ་བར་གྲུབ་མིན་ནམ། །\nདེ་ཉིད་ཕྱིར་ན་འདི་ཡི་ནི། །གཉེན་པོ་རྣམ་དཔྱོད་འདི་བསྒོམ་སྟེ། །རྣམ་བརྟགས་ཞིང་ལས་བྱུང་བ་ཡི། །བསམ་གཏན་རྣལ་འབྱོར་པ་ཡི་ཟས། །\nགལ་ཏེ་དབང་དོན་བར་བཅས་ན། །དེ་དག་གང་དུ་ཕྲད་པར་འགྱུར། །བར་མེད་ན་ཡང་གཅིག་ཉིད་དེ། །གང་ཞིག་གང་དང་ཕྲད་པར་འགྱུར། །\nརྡུལ་ཕྲན་རྡུལ་ཕྲན་ལ་འཇུག་མེད། །དེ་ནི་སྐབས་མེད་མཉམ་པ་ཡིན། །མ་ཞུགས་པ་ལ་འདྲེས་མེད་ཅིང་། །མ་འདྲེས་པ་ལ་ཕྲད་པ་མེད། །\nཆ་མེད་པ་ལའང་ཕྲད་པ་ཞེས། །བྱ་བ་ཇི་ལྟར་འཐད་པར་འགྱུར། །ཕྲད་པ་དང་ནི་ཆ་མེད་པར། །གལ་ཏེ་མཐོང་ན་བསྟན་པར་གྱིས། །\nརྣམ་ཤེས་ལུས་མེད་པ་ལ་ནི། །ཕྲད་པ་འཐད་པ་མ་ཡིན་ཉིད། །ཚོགས་པའང་དངོས་པོ་མེད་ཕྱིར་ཏེ། །སྔར་ནི་ཇི་ལྟར་རྣམ་དཔྱད་བཞིན། །\nདེ་ལྟར་རེག་པ་ཡོད་མིན་ན། །ཚོར་བ་གང་ལས་འབྱུང་བར་འགྱུར། །ངལ་འདི་ཅི་ཡི་དོན་དུ་ཡིན། །གང་གིས་གང་ལ་གནོད་པར་འགྱུར། །\nགང་ཚེ་ཚོར་པོ་འགའ་མེད་ཅིང་། །ཚོར་བའང་ཡོད་པ་མ་ཡིན་པ། །དེ་ཚེ་གནས་སྐབས་འདི་མཐོང་ནས། །སྲེད་པ་ཅི་ཕྱིར་ལྡོག་མི་འགྱུར། །\nམཐོང་བ་འམ་ནི་རེག་པ་ཡང་། །རྨི་ལམ་སྒྱུ་འདྲའི་བདག་ཉིད་ཀྱིས། །སེམས་དང་ལྷན་ཅིག་སྐྱེས་པའི་ཕྱིར། །ཚོར་བ་དེ་ཡིས་མཐོང་མ་ཡིན། །\nསྔར་དང་ཕྱི་མར་སྐྱེས་པས་ཀྱང་། །དྲན་པར་འགྱུར་གྱི་མྱོང་མ་ཡིན། །རང་གིས་བདག་ཉིད་མྱོང་མིན་ལ། །གཞན་དག་གིས་ཀྱང་མྱོང་མ་ཡིན། །\nཚོར་པོ་འགའ་ཡང་ཡོད་མིན་ཏེ། །དེས་ན་ཚོར་བ་དེ་ཉིད་མིན། །དེ་ལྟར་བདག་མེད་ཚོགས་འདི་ལ། །འདི་ཡིས་ཅི་སྟེ་གནོད་པར་བྱ། །\nཡིད་ནི་དབང་རྣམས་ལ་མི་གནས། །གཟུགས་སོགས་ལ་མིན་བར་ནའང་མིན། །ནང་ཡང་སེམས་མིན་ཕྱི་མིན་ཞིང་། །གཞན་དུ་ཡང་ནི་རྙེད་མ་ཡིན། །\nགང་ཞིག་ལུས་མིན་གཞན་དུ་མིན། །འདྲེས་མིན་ལོགས་སུའང་འགར་མེད་པ། །དེ་ནི་ཅུང་ཟད་མིན་དེའི་ཕྱིར། །སེམས་ཅན་རང་བཞིན་མྱ་ངན་འདས། །\nཤེས་བྱ་ལས་སྔར་ཤེས་ཡོད་ན། །དེ་ནི་ཅི་ལ་དམིགས་ནས་སྐྱེ། །ཤེས་དང་ཤེས་བྱ་ལྷན་ཅིག་ན། །དེ་ནི་ཅི་ལ་དམིགས་ནས་སྐྱེ། །\nའོན་ཏེ་ཤེས་བྱའི་ཕྱིས་ཡོད་ན། །དེ་ཚེ་ཤེས་པ་གང་ལས་སྐྱེ། །དེ་ལྟར་ཆོས་རྣམས་ཐམས་ཅད་ཀྱི། །སྐྱེ་བ་རྟོགས་པར་འགྱུར་མ་ཡིན། །\nགལ་ཏེ་དེ་ལྟར་ཀུན་རྫོབ་མེད། །དེ་ལ་བདེན་གཉིས་ག་ལ་ཡོད། །དེ་ཡང་ཀུན་རྫོབ་གཞན་གྱིས་ན། །སེམས་ཅན་མྱ་ངན་ག་ལ་འདའ། །\nའདི་ནི་གཞན་སེམས་རྣམ་རྟོག་སྟེ། །དེ་ནི་རང་གི་ཀུན་རྫོབ་མིན། །ཕྱིས་དེ་ངེས་ན་དེ་ཡོད་དེ། །མིན་ན་ཀུན་རྫོབ་མེད་པ་ཉིད། །\nརྟོག་དང་བརྟག་པར་བྱ་བ་དག །གཉིས་པོ་ཕན་ཚུན་བརྟེན་པ་ཡིན། །ཇི་ལྟར་གྲགས་པ་ལ་བརྟེན་ནས། །རྣམ་པར་དཔྱད་པ་ཐམས་ཅད་བརྗོད། །\nགང་ཚེ་རྣམ་པར་དཔྱད་པ་ཡི། །རྣམ་དཔྱོད་ཀྱིས་ནི་དཔྱོད་བྱེད་ན། །དེ་ཚེ་རྣམ་དཔྱོད་དེ་ཡང་ནི། །རྣམ་དཔྱོད་ཕྱིར་ན་ཐུག་པ་མེད། །\nདཔྱད་བྱ་རྣམ་པར་དཔྱད་བྱས་ན། །རྣམ་དཔྱོད་ལ་ནི་རྟེན་ཡོད་མིན། །རྟེན་མེད་ཕྱིར་ན་མི་སྐྱེ་སྟེ། །དེ་ཡང་མྱ་ངན་འདས་པར་བརྗོད། །\nགང་གི་ལྟར་ན་འདི་གཉིས་བདེན། །དེ་ཉིད་ཤིན་ཏུ་དཀའ་བར་གནས། །གལ་ཏེ་ཤེས་དབང་ལས་དོན་གྲུབ། །ཤེས་ཡོད་ཉིད་ལ་རྟེན་ཅི་ཡོད། །\nའོན་ཏེ་ཤེས་བྱ་ལས་ཤེས་གྲུབ། །ཤེས་བྱ་ཡོད་ལ་རྟེན་ཅི་ཡོད། །དེ་སྟེ་ཕན་ཚུན་དབང་གིས་ཡོད། །གཉི་ག་ཡང་ནི་མེད་པར་འགྱུར། །\nགལ་ཏེ་བུ་མེད་ཕ་མིན་ན། །བུ་ཉིད་གང་ལས་བྱུང་བ་ཡིན། །བུ་མེད་པར་ནི་ཕ་མེད་པ། །དེ་བཞིན་དེ་གཉིས་མེད་པ་ཉིད། །\nམྱུ་གུ་ས་བོན་ལས་སྐྱེ་ཞིང་། །ས་བོན་དེ་ཉིད་ཀྱིས་རྟོགས་བཞིན། །ཤེས་བྱ་ལས་སྐྱེས་ཤེས་པ་ཡིས། །དེ་ཡོད་པ་ནི་ཅིས་མི་རྟོགས། །\nམྱུ་གུ་ལས་གཞན་ཤེས་པ་ཡིས། །ས་བོན་ཡོད་ཅེས་རྟོགས་འགྱུར་ན། །གང་ཕྱིར་ཤེས་བྱ་དེ་རྟོགས་པ། །ཤེས་པ་ཡོད་ཉིད་གང་ལས་རྟོགས། །\nརེ་ཞིག་འཇིག་རྟེན་མངོན་སུམ་གྱིས། །རྒྱུ་རྣམས་ཐམས་ཅད་མཐོང་བ་ཡིན། །པདྨའི་སྡོང་བུ་སོགས་དབྱེ་ནི། །རྒྱུ་ཡི་དབྱེ་བས་བསྐྱེད་པ་ཡིན། །\nརྒྱུ་དབྱེ་གང་གིས་བྱས་ཞེ་ན། །སྔར་གྱི་རྒྱུ་དབྱེ་ཉིད་ལས་སོ། །ཅི་ཕྱིར་རྒྱུ་ཡིས་འབྲས་སྐྱེད་ནུས། །སྔར་གྱི་རྒྱུ་ཡི་མཐུ་ཉིད་ལས། །\nདབང་ཕྱུག་འགྲོ་བའི་རྒྱུ་ཡིན་ན། །རེ་ཞིག་དབང་ཕྱུག་གང་ཡིན་སྨྲོས། །འབྱུང་རྣམས་ཞེ་ན་དེ་ལྟ་མོད། །མིང་ཙམ་ལ་ཡང་ཅི་ཞིག་ངལ། །\nའོན་ཀྱང་ས་སོགས་དུ་མ་དང་། །མི་རྟག་གཡོ་མེད་ལྷ་མིན་ཞིང་། །འགོམ་བྱ་ཉིད་དང་མི་གཙང་བས། །དེ་ནི་དབང་ཕྱུག་ཉིད་མ་ཡིན། །\nདབང་ཕྱུག་མཁའ་མིན་གཡོ་མེད་ཕྱིར། །བདག་མིན་སྔར་ནི་བཀག་ཟིན་ཕྱིར། །བསམ་མིན་པ་ཡི་བྱེད་པོ་ཡང་། །བསམ་མིན་བརྗོད་པས་ཅི་ཞིག་བྱ། །\nདེས་བསྐྱེད་འདོད་པའང་གང་ཞིག་ཡིན། །བདག་ནི་དེ་དང་ས་སོགས་དང་། །དབང་ཕྱུག་ངོ་བོའང་རྟག་མིན་ནམ། །ཤེས་པ་ཤེས་བྱ་ལས་སྐྱེ་དང་། །\nཐོག་མེད་བདེ་སྡུག་ལས་ལས་ཡིན། །དེ་ཡིས་གང་ཞིག་བསྐྱེད་པ་སྨྲོས། །རྒྱུ་ལ་ཐོག་མ་ཡོད་མིན་ན། །འབྲས་བུའི་ཐོག་མ་ག་ལ་ཡོད། །\nརྟག་ཏུ་ཅི་ཕྱིར་བྱེད་མིན་ཏེ། །དེ་ནི་གཞན་ལ་ལྟོས་པ་མིན། །དེས་བྱས་མིན་གཞན་ཡོད་མིན་ན། །དེས་འདི་གང་ལ་ལྟོས་པར་འགྱུར། །\nགལ་ཏེ་ལྟོས་ན་ཚོགས་པ་ཉིད། །རྒྱུ་ཡིན་འགྱུར་གྱི་དབང་ཕྱུག་མིན། །ཚོགས་ན་མི་སྐྱེ་དབང་མེད་ཅིང་། །དེ་མེད་པར་ནི་སྐྱེ་དབང་མེད། །\nགལ་ཏེ་དབང་ཕྱུག་མི་འདོད་བཞིན། །བྱེད་ན་གཞན་གྱི་དབང་དུ་ཐལ། །འདོད་ནའང་འདོད་ལ་རག་ལས་འགྱུར། །བྱེད་ནའང་དབང་ཕྱུག་ག་ལ་ཡིན། །\nགང་དག་རྡུལ་ཕྲན་རྟག་སྨྲ་བ། །དེ་དག་ཀྱང་ནི་སྔར་བཟློག་ཟིན། །གཙོ་བོ་རྟག་པ་འགྲོ་བ་ཡི། །རྒྱུ་ཡིན་པར་ནི་གྲངས་ཅན་འདོད། །\nསྙིང་སྟོབས་རྡུལ་དང་མུན་པ་ཞེས། །བྱ་བའི་ཡོན་ཏན་མཉམ་གནས་ནི། །གཙོ་བོ་ཞེས་བྱར་རབ་བརྗོད་དེ། །མི་མཉམ་འགྲོ་བ་ཡིན་པར་བརྗོད། །\nགཅིག་ལ་རང་བཞིན་གསུམ་ཉིད་ནི། །རིགས་མིན་དེས་ན་དེ་ཡོད་མིན། །དེ་བཞིན་ཡོན་ཏན་ཡོད་མིན་ཏེ། །དེ་ཡང་སོ་སོར་རྣམ་གསུམ་ཕྱིར། །\nཡོན་ཏན་མེད་ན་སྒྲ་སོགས་ཀྱང་། །ཡོད་ཉིད་ཤིན་ཏུ་རྒྱང་རིང་འགྱུར། །སེམས་མེད་གོས་ལ་སོགས་པ་ལ། །བདེ་སོགས་ཡོད་པ་སྲིད་པའང་མིན། །\nདངོས་རྣམས་དེ་རྒྱུའི་རང་བཞིན་ན། །དངོས་པོ་རྣམ་དཔྱད་ཟིན་མིན་ནམ། །ཁྱོད་ཀྱི་རྒྱུ་ཡང་བདེ་སོགས་ཉིད། །དེ་ལས་སྣམ་སོགས་འབྱུང་བའང་མེད། །\nསྣམ་སོགས་ལས་ནི་བདེ་སོགས་ཡིན། །དེ་མེད་ཕྱིར་ན་བདེ་སོགས་མེད། །བདེ་སོགས་རྟག་པ་ཉིད་དུ་ཡང་། །ནམ་ཡང་དམིགས་པ་ཡོད་མ་ཡིན། །\nབདེ་སོགས་གསལ་བ་ཡོད་ཉིད་ན། །མྱོང་བ་ཅི་ཕྱིར་འཛིན་མ་ཡིན། །དེ་ཉིད་ཕྲ་མོར་གྱུར་ན་དེ། །རགས་དང་ཕྲ་བའང་ཇི་ལྟར་ཡིན། །\nརགས་པ་དོར་ནས་ཕྲ་གྱུར་པས། །ཕྲ་རགས་དེ་དག་མི་རྟག་ཉིད། །དེ་བཞིན་དངོས་པོ་ཐམས་ཅད་ནི། །མི་རྟག་ཉིད་དུ་ཅིས་མི་འདོད། །\nརགས་པ་བདེ་ལས་གཞན་མིན་ན། །བདེ་བ་གསལ་བ་མི་རྟག་ཉིད། །གལ་ཏེ་མེད་པ་འགའ་ཡང་ནི། །སྐྱེ་མིན་མེད་ཕྱིར་ཞེས་འདོད་ན། །གསལ་བ་མེད་པར་སྐྱེ་བར་ནི། །ཁྱོད་མི་འདོད་ཀྱང་གནས་པ་ཉིད། །\nགལ་ཏེ་རྒྱུ་ལ་འབྲས་གནས་ན། །ཟན་ཟ་མི་གཙང་ཟ་བར་འགྱུར། །རས་ཀྱི་རིན་གྱིས་རས་བལ་གྱི། །ས་བོན་ཉོས་ལ་བགོ་བར་གྱིས། །\nའཇིག་རྟེན་རྨོངས་པས་མ་མཐོང་ན། །དེ་ཉིད་ཤེས་ཀྱིས་བཞག་དེ་ཉིད། །\nཤེས་དེ་འཇིག་རྟེན་ལ་ཡང་ནི། །ཡོད་པས་ཅི་སྟེ་མཐོང་མ་ཡིན། །འཇིག་རྟེན་ཚད་མ་ཉིད་མིན་ན། །གསལ་བ་མཐོང་བའང་བདེན་མ་ཡིན། །\nགལ་ཏེ་ཚད་མ་ཚད་མིན་ན། །དེས་གཞལ་བརྫུན་པར་མི་འགྱུར་རམ། །དེ་ཉིད་དུ་ན་སྟོང་པ་ཉིད། །སྒོམ་པ་དེ་ཕྱིར་མི་འཐད་འགྱུར། །\nབརྟགས་པའི་དངོས་ལ་མ་རེག་པར། །དེ་ཡི་དངོས་མེད་འཛིན་མ་ཡིན། །དེ་ཕྱིར་རྫུན་པའི་དངོས་གང་ཡིན། །དེ་ཡི་དངོས་མེད་གསལ་བར་རྫུན། །\nདེས་ན་རྨི་ལམ་བུ་ཤི་ལ། །དེ་མེད་སྙམ་པའི་རྣམ་རྟོག་ནི། །དེ་ཡོད་རྣམ་པར་རྟོག་པ་ཡི། །གེགས་ཡིན་དེ་ཡང་རྫུན་པ་ཡིན། །\nདེ་བས་དེ་ལྟར་རྣམ་དཔྱད་པས། །འགའ་ཡང་རྒྱུ་མེད་ཡོད་མ་ཡིན། །སོ་སོ་བའམ་འདུས་པ་ཡི། །རྐྱེན་རྣམས་ལ་ཡང་གནས་མ་ཡིན། །\nགཞན་ནས་འོངས་པའང་མ་ཡིན་ལ། །གནས་པ་མ་ཡིན་འགྲོ་མ་ཡིན། །རྨོངས་པས་བདེན་པར་གང་བྱས་འདི། །སྒྱུ་མ་ལས་ནི་ཁྱད་ཅི་ཡོད། །\nསྒྱུ་མས་སྤྲུལ་པ་གང་ཡིན་དང་། །རྒྱུ་རྣམས་ཀྱིས་ནི་གང་སྤྲུལ་པ། །དེ་ནི་གང་ནས་འོངས་གྱུར་ཅིང་། །གང་དུ་འགྲོ་བའང་བརྟག་པར་གྱིས། །\nགང་ཞིག་གང་ནི་ཉེ་བ་ཡིས། །མཐོང་གྱུར་དེ་མེད་ན་མིན་པ། །བཅོས་སུ་གཟུགས་བརྙན་དང་མཚུངས་པ། །དེ་ལ་བདེན་ཉིད་ཇི་ལྟར་ཡོད། །\nདངོས་པོ་ཡོད་པར་གྱུར་པ་ལ། །རྒྱུ་ཡིས་དགོས་པ་ཅི་ཞིག་ཡོད། །འོན་ཏེ་དེ་ནི་མེད་ན་ཡང་། །རྒྱུ་ཡིས་དགོས་པ་ཅི་ཞིག་ཡོད། །\nབྱེ་བ་བརྒྱ་ཕྲག་རྒྱུ་ཡིས་ཀྱང་། །དངོས་པོ་མེད་པ་བསྒྱུར་དུ་མེད། །གནས་སྐབས་དེ་དངོས་ཇི་ལྟར་ཡིན། །དངོས་འགྱུར་གཞན་ཡང་གང་ཞིག་ཡིན། །\nམེད་ཚེ་དངོས་ཡོད་སྲིད་མིན་ན། །དངོས་པོ་ཡོད་པར་ནམ་ཞིག་འགྱུར། །དངོས་པོ་སྐྱེས་པར་མ་གྱུར་པར། །དངོས་མེད་དེ་ནི་འབྲལ་མི་འགྱུར། །\nདངོས་མེད་དང་ནི་མ་བྲལ་ན། །དངོས་པོ་ཡོད་པའི་སྐབས་མི་སྲིད། །དངོས་པོའང་མེད་པར་འགྱུར་མིན་ཏེ། །རང་བཞིན་གཉིས་སུ་ཐལ་འགྱུར་ཕྱིར། །\nདེ་ལྟར་འགག་པ་ཡོད་མིན་ཞིང་། །དངོས་པོའང་ཡོད་མིན་དེ་ཡི་ཕྱིར། །འགྲོ་བ་འདི་དག་ཐམས་ཅད་ནི། །རྟག་ཏུ་མ་སྐྱེས་མ་འགགས་ཉིད། །\nའགྲོ་བ་རྨི་ལམ་ལྟ་བུ་སྟེ། །རྣམ་པར་དཔྱད་ན་ཆུ་ཤིང་འདྲ། །མྱ་ངན་འདས་དང་མ་འདས་པའང་། །དེ་ཉིད་དུ་ན་ཁྱད་པར་མེད། །\nདེ་ལྟར་སྟོང་པའི་དངོས་རྣམས་ལ། །ཐོབ་པ་ཅི་ཡོད་ཤོར་ཅི་ཡོད། །གང་གིས་རིམ་གྲོ་བྱས་པའམ། །ཡོངས་སུ་བརྙས་པའང་ཅི་ཞིག་ཡོད། །\nབདེ་བའང་སྡུག་བསྔལ་གང་ལས་ཡིན། །མི་དགར་ཅི་ཡོད་དགར་ཅི་ཡོད། །དེ་ཉིད་དུ་ནི་བཙལ་བྱས་ན། །གང་ཞིག་སྲེད་ཅིང་གང་ལ་སྲེད། །\nདཔྱད་ན་གསོན་པོའི་འཇིག་རྟེན་འདི། །གང་ཞིག་འདིར་ནི་འཆི་འགྱུར་ཏེ། །འབྱུང་འགྱུར་གང་ཡིན་བྱུང་གྱུར་གང་། །གཉེན་དང་བཤེས་ཀྱང་གང་ཞིག་ཡིན། །\nཐམས་ཅད་ནམ་མཁའ་འདྲ་བར་ནི། །བདག་འདྲས་ཡོངས་སུ་གཟུང་བར་གྱིས། །བདག་ཉིད་བདེ་བར་འདོད་རྣམས་ནི། །འཐབ་དང་སྤྲོ་བའི་རྒྱུ་དག་གིས། །\nརབ་ཏུ་འཁྲུག་དང་དགའ་བར་བྱེད། །མྱ་ངན་འབད་རྩོལ་རྩོད་པ་དང་། །ཕན་ཚུན་གཅོད་དང་འབིགས་པ་དང་། །སྡིག་དག་གིས་ནི་ཚེགས་ཆེན་འཚོ། །\nབདེ་འགྲོར་ཡང་དང་ཡང་འོངས་ཏེ། །བདེ་བ་མང་པོ་སྤྱད་སྤྱད་ནས། །ཤི་ནས་ངན་སོང་སྡུག་བསྔལ་ནི། །ཡུན་རིང་མི་བཟད་རྣམས་སུ་ལྟུང་། །\nསྲིད་པ་ན་ནི་གཡང་ས་མང་། །དེར་ནི་དེ་ཉིད་མིན་འདི་འདྲ། །དེར་ཡང་ཕན་ཚུན་འགལ་བས་ན། །སྲིད་ན་དེ་ཉིད་འདི་འདྲ་མེད། །\nདེ་ཡང་དཔེ་མེད་མི་བཟད་པའི། །སྡུག་བསྔལ་རྒྱ་མཚོ་མཐའ་ལས་འདས། །དེར་ནི་དེ་ལྟར་སྟོབས་ཆུང་ཞིང་། །དེར་ནི་ཚེ་ཡང་ཐུང་བ་ཉིད། །\nདེར་ཡང་གསོན་དང་ནད་མེད་ཀྱི། །བྱེད་དང་བཀྲེས་ནའི་ངལ་བ་དང་། །གཉིད་དང་འཚེ་དང་དེ་བཞིན་དུ། །བྱིས་དང་འགྲོགས་པ་དོན་མེད་ཀྱིས། །\nཚེ་ནི་དོན་མེད་མྱུར་འདའ་ཡི། །རྣམ་དཔྱོད་ཤིན་ཏུ་རྙེད་པར་དཀའ། །དེར་ཡང་རྣམ་གཡེང་གོམས་པ་ནི། །བཟློག་པའི་ཐབས་ནི་ག་ལ་ཡོད། །\nདེར་ཡང་ངན་སོང་ཆེན་པོར་ནི། །ལྟུང་ཕྱིར་བདུད་ནི་བརྩོན་པར་བྱེད། །དེར་ནི་ལོག་པའི་ལམ་མང་ཞིང་། །ཐེ་ཚོམ་ལས་ཀྱང་བརྒལ་དཀའ་སྟེ། །\nསླར་ཡང་དལ་བ་རྙེད་དཀའ་ཞིང་། །སངས་རྒྱས་འབྱུང་རྙེད་ཤིན་ཏུ་དཀའ། །ཉོན་མོངས་ཆུ་བོ་སྤང་དཀའ་སྟེ། །ཨེ་མ་སྡུག་བསྔལ་བརྒྱུད་པར་འགྱུར། །\nདེ་ལྟར་ཤིན་ཏུ་སྡུག་བསྔལ་ཡང་། །རང་སྡུག་མི་མཐོང་གང་ཡིན་པ། །སྡུག་བསྔལ་ཆུ་བོར་གནས་འདི་དག །ཀྱི་ཧུད་མྱ་ངན་བྱ་བར་འོས། །\nདཔེར་ན་འགའ་ཞིག་ཡང་ཡང་ཁྲུས། །བྱས་ཏེ་ཡང་ཡང་མེར་འཇུག་པ། །དེ་ལྟར་ཤིན་ཏུ་སྡུག་བསྔལ་བར། །གནས་ཀྱང་བདག་ཉིད་བདེར་རློམ་བཞིན། །\nདེ་ལྟར་རྒ་དང་འཆི་མེད་པ། །བཞིན་དུ་སྤྱོད་པས་གནས་རྣམས་ལ། །དང་པོ་ཉིད་དུ་བསད་བྱས་ནས། །ངན་སོང་ལྟུང་བ་མི་བཟད་འོང་། །\nདེ་ལྟར་སྡུག་བསྔལ་མེས་གདུངས་ལ། །བསོད་ནམས་སྤྲིན་ལས་ལེགས་འཁྲུངས་པའི། །རང་གི་བདེ་བའི་ཚོགས་ཆར་གྱིས། །ཞི་བྱེད་པར་བདག་ནམ་ཞིག་འགྱུར། །\nནམ་ཞིག་དམིགས་པ་མེད་ཚུལ་དུ། །གུས་པས་བསོད་ནམས་ཚོགས་བསགས་ཏེ། །དམིགས་པས་ཕུང་བར་འགྱུར་རྣམས་ལ། །སྟོང་པ་ཉིད་ནི་སྟོན་པར་འགྱུར། །\nབྱང་ཆུབ་སེམས་དཔའི་སྤྱོད་པ་ལ་འཇུག་པ་ལས། ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པའི་ལེའུ་སྟེ་དགུ་པའོ།། །།\nch-10 བདག་གིས་བྱང་ཆུབ་སྤྱོད་པ་ལ། །འཇུག་པ་རྣམ་པར་བརྩམས་པ་ཡི། །དགེ་བ་གང་དེས་འགྲོ་བ་ཀུན། །བྱང་ཆུབ་སྤྱོད་ལ་འཇུག་པར་ཤོག །\nཕྱོགས་རྣམས་ཀུན་ན་ལུས་དང་སེམས། །སྡུག་བསྔལ་ནད་པ་ཇི་སྙེད་པ། །དེ་དག་བདག་གི་བསོད་ནམས་ཀྱིས། །བདེ་དགའ་རྒྱ་མཚོ་ཐོབ་པར་ཤོག །\nདེ་དག་འཁོར་བ་ཇི་སྲིད་དུ། །ནམ་ཡང་བདེ་ལས་ཉམས་མ་གྱུར། །འགྲོ་བས་བྱང་ཆུབ་སེམས་དཔའ་ཡི། །བདེ་བ་རྒྱུན་མི་འཆད་ཐོབ་ཤོག །\nའཇིག་རྟེན་ཁམས་ན་དམྱལ་བ་དག །གང་དག་ཇི་སྙེད་ཡོད་པ་རྣམས། །དེ་དག་ཏུ་ནི་ལུས་ཅན་རྣམས། །བདེ་ཅན་བདེ་བས་དགའ་བར་ཤོག །\nགྲང་བས་ཉམ་ཐག་དྲོ་ཐོབ་ཤོག །བྱང་ཆུབ་སེམས་དཔའི་སྤྲིན་ཆེན་ལས། །བྱུང་བའི་ཆུ་བོ་མཐའ་ཡས་ཀྱིས། །ཚ་བས་ཉམ་ཐག་བསིལ་བར་ཤོག །\nརལ་གྲི་ལོ་མའི་ནགས་ཚལ་ཡང་། །དེ་ལ་ཙནྡན་ནགས་སྟུག་ཤོག །ཤལ་མ་རི་ཡི་སྡོང་པོ་ཡང་། །དཔག་བསམ་ཤིང་དུ་འཁྲུངས་པར་ཤོག །\nའཐིང་རིལ་ངུར་པ་དག་དང་ངང་པ་དང་། །བཞད་སོགས་སྐད་སྙན་འབྱིན་པས་མཛེས་གྱུར་ཅིག །པདྨ་དྲི་བསུང་ཆེ་ལྡན་མཚོ་དག་གིས། །དམྱལ་བའི་ས་ཕྱོགས་དག་ནི་ཉམས་དགར་ཤོག །\nསོལ་ཕུང་དེ་དག་རིན་ཆེན་ཕུང་པོར་གྱུར། །ས་བསྲེགས་ཤེལ་གྱི་ས་གཞི་བསྟར་བར་ཤོག །བསྡུས་འཇོམས་རི་བོ་རྣམས་ཀྱང་མཆོད་པ་ཡི། །གཞལ་མེད་ཁང་གྱུར་བདེ་གཤེགས་གང་བར་ཤོག །\nམདག་མ་རྡོ་བསྲེགས་མཚོན་གྱི་ཆར་པ་དག །དེང་ནས་བཟུང་སྟེ་མེ་ཏོག་ཆར་པར་གྱུར། །ཕན་ཚུན་མཚོན་གྱིས་འདེབས་པ་དེ་ཡང་ནི། །དེང་ནས་རྩེ་ཕྱིར་མེ་ཏོག་འཕེན་པར་ཤོག །\nཆུ་བོ་རབ་མེད་མེ་དོང་འདྲ་ནང་བྱིང་བ་དག །ཤ་ཀུན་ཞིག་གྱུར་རུས་གོང་མེ་ཏོག་ཀུནྡའི་མདོག །བདག་གི་དགེ་བའི་སྟོབས་ཀྱིས་ལྷ་ཡི་ལུས་ཐོབ་ནས། །ལྷ་མོ་རྣམས་དང་ལྷན་ཅིག་དལ་གྱིས་འབབ་གནས་ཤོག །\nཅི་ཕྱིར་འདིར་ནི་གཤིན་རྗེའི་མི་དང་ཁྭ་དང་བྱ་རྒོད་མི་བཟད་རྣམས་སྐྲག་བྱེད། །ཀུན་ནས་མུན་བསལ་བདེ་དགའ་བསྐྱེད་པའི་མཐུ་བཟང་འདི་ཀོ་སུ་ཡི་མཐུ་སྙམ་སྟེ། །གྱེན་དུ་བལྟས་ན་ནམ་མཁའི་དཀྱིལ་ན་ཕྱག་ན་རྡོ་རྗེ་འབར་བ་བཞུགས་མཐོང་ནས། །རབ་ཏུ་དགའ་བའི་ཤུགས་ཀྱིས་སྡིག་དང་བྲལ་ནས་དེ་དང་ལྷན་ཅིག་འགྲོགས་པར་ཤོག །\nམེ་ཏོག་ཆར་པ་སྤོས་ཆུ་དང་འདྲེས་བབས་པ་ཡིས། །དམྱལ་བའི་མེ་མདག་ཆིལ་ཆིལ་གསོད་པར་མཐོང་གྱུར་ནས། །གློ་བུར་བདེ་བས་ཚིམ་པ་འདི་ཅི་བསམ་པ་དང་། །སེམས་དམྱལ་རྣམས་ཀྱིས་ཕྱག་ན་པདྨ་མཐོང་བར་ཤོག །\nགྲོགས་དག་འཇིགས་པ་བོར་ལ་རིངས་པར་ཚུར་ཤོག་འུ་བུའི་ཐད་དུ་ནི། །གང་གི་མཐུ་ཡིས་སྡུག་བསྔལ་ཀུན་བྲལ་དགའ་བའི་ཤུགས་ཕྱིན་ལ། །འགྲོ་བ་ཀུན་ནས་ཡོངས་སྐྱོབ་བྱང་ཆུབ་སེམས་དང་བརྩེ་བ་སྐྱེས་གྱུར་པ། །གཞོན་ནུ་ཟུར་ཕུད་ཅན་འབར་འཇིགས་པ་མེད་པར་བྱེད་པ་ཅི་ཞིག་ཕྱིན། །\nཁྱོད་ཀྱི་ལྷ་བརྒྱའི་ཅོད་པན་དག་གིས་ཞབས་ཀྱི་པདྨ་ལ་མཆོད་ཅིང་། །ཐུགས་རྗེས་བརླན་སྤྱན་དབུ་ལ་མེ་ཏོག་དུ་མའི་ཚོགས་ཀྱིས་ཆར་འབབ་པ། །ཁང་བརྩེགས་ཡིད་འོང་ལྷ་མོ་སྟོང་ཕྲག་བསྟོད་དབྱངས་སྒྲོགས་ལྡན་འདི་ལྟོས་ཞེས། །འཇམ་དབྱངས་དེ་འདྲ་མཐོང་ནས་ད་ནི་སེམས་དམྱལ་ཅ་ཅོ་འདོན་པར་ཤོག །\nདེ་ལྟར་བདག་གི་དགེ་རྩས་ཀུན་དུ་བཟང་ལ་སོགས། །བྱང་ཆུབ་སེམས་དཔའ་སྒྲིབ་པ་མེད་སྤྲིན་བདེ་བ་དང་། །བསིལ་ཞིང་དྲི་ཞིམ་དང་ལྡན་ཆར་པ་འབེབས་མཐོང་ནས། །སེམས་ཅན་དམྱལ་བ་དེ་དག་མངོན་པར་དགའ་གྱུར་ཅིག །\nདུད་འགྲོ་རྣམས་ནི་གཅིག་ལ་གཅིག །ཟ་བའི་འཇིགས་དང་བྲལ་བར་ཤོག །སྒྲ་མི་སྙན་པའི་མི་བཞིན་དུ། །ཡི་དྭགས་རྣམས་ནི་བདེ་བར་གྱུར། །\nའཕགས་པ་སྤྱན་རས་གཟིགས་དབང་གི །ཕྱག་ནས་འབབ་པའི་འོ་རྒྱུན་གྱིས། །ཡི་དྭགས་རྣམས་ནི་ཚིམ་བྱས་ཤིང་། །ཁྲུས་བྱས་རྟག་ཏུ་བསིལ་བར་ཤོག །\nལོང་བ་རྣམས་ཀྱིས་མིག་མཐོང་ཞིང་། །འོན་པས་རྟག་ཏུ་སྒྲ་ཐོས་ཤོག །ལྷ་མོ་སྒྱུ་འཕྲུལ་ཇི་བཞིན་དུ། །སྦྲུམ་མའང་གནོད་མེད་བཙའ་བར་ཤོག །\nགཅེར་བུ་རྣམས་ཀྱིས་གོས་དག་དང་། །བཀྲེས་པ་རྣམས་ཀྱིས་ཟས་དང་ནི། །སྐོམ་པ་རྣམས་ཀྱིས་ཆུ་དག་དང་། །བཏུང་བ་ཞིམ་པོ་ཐོབ་པར་ཤོག །\nབཀྲེན་པ་རྣམས་ཀྱིས་ནོར་ཐོབ་ཤོག །མྱ་ངན་ཉམ་ཐག་དགའ་ཐོབ་ཤོག །ཡི་ཆད་རྣམས་ཀྱང་ཡིད་སོས་ཤིང་། །བརྟན་པ་ཕུན་སུམ་ཚོགས་པར་ཤོག །\nསེམས་ཅན་ནད་པ་ཇི་སྙེད་པ། །མྱུར་དུ་ནད་ལས་ཐར་གྱུར་ཅིག །འགྲོ་བའི་ནད་ནི་མ་ལུས་པ། །རྟག་ཏུ་འབྱུང་བ་མེད་པར་ཤོག །\nསྐྲག་པ་རྣམས་ནི་འཇིགས་མེད་ཤོག །བཅིངས་པ་རྣམས་ནི་གྲོལ་བར་འགྱུར། །མཐུ་མེད་རྣམས་ནི་མཐུ་ལྡན་ཞིང་། །སེམས་ནི་ཕན་ཚུན་མཉེན་གྱུར་ཅིག །\nའདྲོན་པ་དག་ནི་ཐམས་ཅད་ལ། །ཕྱོགས་རྣམས་ཐམས་ཅད་བདེ་བར་ཤོག །གང་གི་དོན་དུ་འགྲོ་བྱེད་པ། །དེ་འབད་མི་དགོས་གྲུབ་གྱུར་ཅིག །\nགྲུ་དང་གྲུ་ཆེན་ཞུགས་པ་རྣམས། །ཡིད་ལ་བསམ་པ་གྲུབ་གྱུར་ཏེ། །ཆུ་ཡི་ངོགས་སུ་བདེར་ཕྱིན་ནས། །གཉེན་དང་ལྷན་ཅིག་དགའ་བར་ཤོག །\nམྱ་ངན་ལམ་གོལ་འཁྱམས་པ་རྣམས། །མགྲོན་པོ་དག་དང་ཕྲད་གྱུར་ནས། །ཆོམ་རྐུན་སྟག་སོགས་འཇིགས་མེད་པར། །མི་ངལ་བདེ་བླག་འདོང་བར་ཤོག །\nདགོན་སོགས་ལམ་མེད་ཉམ་ང་བར། །བྱིས་པ་རྒན་པོ་མགོན་མེད་པ། །གཉིད་ལོག་མྱོས་ཤིང་རབ་མྱོས་རྣམས། །ལྷ་དག་སྲུང་བར་བྱེད་པར་ཤོག །\nམི་ངལ་ཀུན་ལས་ཐར་བ་དང་། །དད་དང་ཤེས་རབ་བརྩེ་ལྡན་ཞིང་། །ཟས་དང་སྤྱོད་པ་ཕུན་ཚོགས་ནས། །རྟག་ཏུ་ཚེ་རབས་དྲན་གྱུར་ཅིག །\nཐམས་ཅད་ནམ་མཁའི་མཛོད་བཞིན་དུ། །ལོངས་སྤྱོད་ཆད་པ་མེད་པར་ཤོག །རྩོད་པ་མེད་ཅིང་འཚེ་མེད་པར། །རང་དབང་དུ་ནི་སྤྱོད་པར་ཤོག །\nསེམས་ཅན་གཟི་བརྗིད་ཆུང་ངུ་གང་། །དེ་དག་གཟི་བརྗིད་ཆེན་པོར་ཤོག །དཀའ་ཐུབ་ཅན་གང་གཟུགས་ངན་པ། །གཟུགས་བཟང་ཕུན་སུམ་ཚོགས་གྱུར་ཅིག །\nའཇིག་རྟེན་བུད་མེད་ཇི་སྙེད་པ། །དེ་དག་སྐྱེས་པ་ཉིད་གྱུར་ཅིག །མ་རབས་རྣམས་ནི་མཐོ་ཐོབ་ཅིང་། །ང་རྒྱལ་དག་ཀྱང་བཅོམ་པར་ཤོག །\nབདག་གི་བསོད་ནམས་འདི་ཡིས་ནི། །སེམས་ཅན་ཐམས་ཅད་མ་ལུས་པ། །སྡིག་པ་ཐམས་ཅད་སྤངས་ནས་ནི། །རྟག་ཏུ་དགེ་བ་བྱེད་པར་ཤོག །\nབྱང་ཆུབ་སེམས་དང་མི་འབྲལ་ཞིང་། །བྱང་ཆུབ་སྤྱོད་ལ་གཞོལ་བ་དང་། །སངས་རྒྱས་རྣམས་ཀྱིས་ཡོངས་གཟུང་ཞིང་། །བདུད་ཀྱི་ལས་རྣམས་སྤང་བར་ཤོག །\nསེམས་ཅན་དེ་དག་ཐམས་ཅད་ནི། །ཚེ་ཡང་དཔག་མེད་རིང་བར་ཤོག །རྟག་ཏུ་བདེ་བར་འཚོ་འགྱུར་ཞིང་། །འཆི་བའི་སྒྲ་ཡང་གྲག་མ་གྱུར། །\nདཔག་བསམ་ཤིང་གི་སྐྱེད་མོས་ཚལ། །སངས་རྒྱས་དང་ནི་སངས་རྒྱས་སྲས། །ཆོས་སྙན་སྒྲོགས་པས་གང་བ་ཡིས། །ཕྱོགས་རྣམས་ཐམས་ཅད་གང་བར་ཤོག །\nཐམས་ཅད་དུ་ཡང་ས་གཞི་དག །གསེག་མ་ལ་སོགས་མེད་པ་དང་། །ལག་མཐིལ་མཉམ་པ་བཻ་ཌཱུརྱའི། །རང་བཞིན་འཇམ་པོར་གནས་པར་གྱུར། །\nའཁོར་གྱི་དཀྱིལ་འཁོར་ཡོད་དགུར་ཡང་། །བྱང་ཆུབ་སེམས་དཔའ་མང་པོ་དག །རང་གི་ལེགས་པས་ས་སྟེངས་དག །བརྒྱན་པར་མཛད་པས་བཞུགས་གྱུར་ཅིག །\nལུས་ཅན་ཀུན་གྱིས་བྱ་དང་ནི། །ཤིང་དང་འོད་ཟེར་ཐམས་ཅད་དང་། །ནམ་མཁའ་ལས་ཀྱང་ཆོས་ཀྱི་སྒྲ། །རྒྱུན་མི་འཆད་པར་ཐོས་པར་ཤོག །\nདེ་དག་རྟག་ཏུ་སངས་རྒྱས་དང་། །སངས་རྒྱས་སྲས་དང་ཕྲད་གྱུར་ཅིག །མཆོད་པའི་སྤྲིན་ནི་མཐའ་ཡས་པས། །འགྲོ་བའི་བླ་མ་མཆོད་པར་ཤོག །\nལྷ་ཡང་དུས་སུ་ཆར་འབེབས་ཤིང་། །ལོ་ཏོག་ཕུན་སུམ་ཚོགས་པར་ཤོག །རྒྱལ་པོ་ཆོས་བཞིན་བྱེད་གྱུར་ཅིག །འཇིག་རྟེན་དག་ཀྱང་དར་བར་ཤོག །\nསྨན་རྣམས་མཐུ་དང་ལྡན་པ་དང་། །གསང་སྔགས་བཟླས་བརྗོད་གྲུབ་པར་ཤོག །མཁའ་འགྲོ་སྲིན་པོ་ལ་སོགས་པ། །སྙིང་རྗེའི་སེམས་དང་ལྡན་གྱུར་ཅིག །\nསེམས་ཅན་འགའ་ཡང་སྡུག་མ་གྱུར། །འཇིགས་དང་བརྙས་པར་མི་འགྱུར་ཞིང་། །འགའ་ཡང་ཡིད་མི་བདེ་མ་གྱུར། །\nགཙུག་ལག་ཁང་རྣམས་ཀློག་པ་དང་། །ཁ་ཐོན་གྱིས་བརྒྱན་ལེགས་གནས་ཤོག །རྟག་ཏུ་དགེ་འདུན་མཐུན་པ་དང་། །དགེ་འདུན་དོན་ཡང་གྲུབ་པར་ཤོག །\nབསླབ་པ་འདོད་པའི་དགེ་སློང་དག །དབེན་པ་དག་ཀྱང་ཐོབ་པར་ཤོག །གཡེང་བ་ཐམས་ཅད་སྤངས་ནས་ནི། །སེམས་ནི་ལས་རུང་སྒོམ་གྱུར་ཅིག །\nདགེ་སློང་མ་རྣམས་རྙེད་ལྡན་ཞིང་། །འཐབ་དང་གནོད་པ་སྤང་བར་ཤོག །དེ་བཞིན་རབ་ཏུ་བྱུང་བ་ཀུན། །ཚུལ་ཁྲིམས་ཉམས་པ་མེད་གྱུར་ཅིག །\nཚུལ་ཁྲིམས་འཆལ་བས་ཡིད་བྱུང་ནས། །རྟག་ཏུ་སྡིག་པ་ཟད་བྱེད་ཤོག །བདེ་འགྲོ་དག་ཀྱང་ཐོབ་གྱུར་ནས། །དེར་ཡང་བརྟུལ་ཞུགས་མི་ཉམས་ཤོག །\nམཁས་པ་རྣམས་ནི་བཀུར་བ་དང་། །བསོད་སྙོམས་དག་ཀྱང་རྙེད་པར་ཤོག །རྒྱུད་ནི་ཡོངས་སུ་དག་པ་དང་། །ཕྱོགས་རྣམས་ཀུན་ཏུ་གྲགས་པར་ཤོག །\nངན་སོང་སྡུག་བསྔལ་མི་མྱོང་ཞིང་། །དཀའ་བ་སྤྱད་པ་མེད་པར་ཡང་། །ལྷ་བས་ལྷག་པའི་ལུས་ཀྱིས་ནི། །དེ་དག་སངས་རྒྱས་མྱུར་འགྲུབ་ཤོག །\nསེམས་ཅན་ཀུན་གྱིས་ལན་མང་དུ། །སངས་རྒྱས་ཐམས་ཅད་མཆོད་བྱེད་ཅིང་། །སངས་རྒྱས་བདེ་བ་བསམ་ཡས་ཀྱིས། །རྟག་ཏུ་བདེ་དང་ལྡན་གྱུར་ཅིག །\nབྱང་ཆུབ་སེམས་དཔའ་རྣམས་ཀྱིས་ནི། །འགྲོ་དོན་ཐུགས་ལ་དགོངས་འགྲུབ་ཤོག །མགོན་པོ་ཡིས་ནི་གང་དགོངས་པ། །སེམས་ཅན་རྣམས་ལ་དེ་འབྱོར་ཤོག །\nདེ་བཞིན་རང་སངས་རྒྱས་རྣམས་དང་། །ཉན་ཐོས་རྣམས་ཀྱང་བདེ་གྱུར་ཅིག །\nབདག་ཀྱང་འཇམ་དབྱངས་བཀའ་དྲིན་གྱིས། །ས་རབ་དགའ་བ་ཐོབ་བར་དུ། །རྟག་ཏུ་ཚེ་རབས་དྲན་པ་དང་། །རབ་ཏུ་བྱུང་བ་ཐོབ་པར་ཤོག །\nབདག་ནི་ཁ་ཟས་གྱི་ནས་ཀྱང་། །ཉམས་དང་ལྡན་ཞིང་འཚོ་བར་ཤོག །ཚེ་རབས་ཀུན་དུ་དབེན་གནས་པར། །ཕུན་སུམ་ལྡན་པ་ཐོབ་པར་ཤོག །\nགང་ཚེ་བལྟ་བར་འདོད་པའམ། །ཅུང་ཟད་དྲི་བར་འདོད་ན་ཡང་། །མགོན་པོ་འཇམ་དབྱངས་དེ་ཉིད་ནི། །གེགས་མེད་པར་ཡང་མཐོང་བར་ཤོག །\nཕྱོགས་བཅུའི་ནམ་མཁའི་མཐས་གཏུགས་པའི། །སེམས་ཅན་ཀུན་དོན་བསྒྲུབ་པའི་ཕྱིར། །ཇི་ལྟར་འཇམ་དབྱངས་སྤྱོད་མཛད་པ། །བདག་གི་སྤྱོད་པའང་དེ་འདྲར་ཤོག །\nཇི་སྲིད་ནམ་མཁའ་གནས་པ་དང་། །འགྲོ་བ་ཇི་སྲིད་གནས་གྱུར་པ། །དེ་སྲིད་བདག་ནི་གནས་གྱུར་ནས། །འགྲོ་བའི་སྡུག་བསྔལ་སེལ་བར་ཤོག །\nའགྲོ་བའི་སྡུག་བསྔལ་གང་ཅིའང་རུང་། །དེ་ཀུན་བདག་ལ་སྨིན་གྱུར་ཅིག །བྱང་ཆུབ་སེམས་དཔའི་དགེ་འདུན་གྱིས། །འགྲོ་བ་བདེ་ལ་སྤྱོད་པར་ཤོག །\nའགྲོ་བའི་སྡུག་བསྔལ་སྨན་གཅིག་པུ། །བདེ་བ་ཐམས་ཅད་འབྱུང་བའི་གནས། །བསྟན་པ་རྙེད་དང་བཀུར་སྟི་དང་། །བཅས་ཏེ་ཡུན་རིང་གནས་གྱུར་ཅིག །\nགང་གི་དྲིན་གྱིས་དགེ་བློ་འབྱུང་། །འཇམ་པའི་དབྱངས་ལ་ཕྱག་འཚལ་ལོ། །གང་གི་དྲིན་གྱིས་བདག་དར་བ། །དགེ་བའི་བཤེས་ལའང་བདག་ཕྱག་འཚལ། །\nབྱང་ཆུབ་སེམས་དཔའི་སྤྱོད་པ་ལ་འཇུག་པ་ལས་བསྔོ་བ་ཞེས་བྱ་བ་སྟེ་ལེའུ་བཅུ་པའོ།། །།བྱང་ཆུབ་སེམས་དཔའི་སྤྱོད་པ་ལ་འཇུག་པ་སློབ་དཔོན་ཤནྟ་དེ་བས་མཛད་པ་རྫོགས་སོ།། །།\nརྒྱ་གར་གྱི་མཁན་པོ་སརྦ་ཛྙཱ་དེ་བ་དང་། ཞུ་ཆེན་གྱི་ལོ་ཙཱ་བ་བནྡེ་དཔལ་བརྩེགས་ཀྱིས་ཁ་ཆེའི་དཔེ་ལས་ཞུས་ཏེ་གཏན་ལ་ཕབ་པ་ལས། སླད་ཀྱིས་རྒྱ་གར་གྱི་མཁན་པོ་དྷརྨ་ཤྲཱི་བྷ་དྲ་དང་། ཞུ་ཆེན་གྱི་ལོ་ཙཱ་བ་བནྡེ་རིན་ཆེན་བཟང་པོ་དང་། ཤཱཀྱ་བློ་གྲོས་ཀྱིས་ཡུལ་དབུས་ཀྱི་དཔེ་དང་འགྲེལ་པ་དང་མཐུན་པར་བཅོས་ཤིང་བསྒྱུར་ཏེ་གཏན་ལ་ཕབ་པའོ། །ཡང་དུས་ཕྱིས་རྒྱ་གར་གྱི་མཁན་པོ་སུ་མ་ཏི་ཀཱིརྟི་དང་། ཞུ་ཆེན་གྱི་ལོ་ཙཱ་བ་དགེ་སློང་བློ་ལྡན་ཤེས་རབ་ཀྱིས་དག་པར་བཅོས་ཤིང་བསྒྱུར་ཏེ་ལེགས་པར་གཏན་ལ་ཕབ་པའོ།། །།\n", - "transformed_annotation": { - "target_annotations": { - "segmentation": [ - { - "id": "F10282032B", - "span": { - "start": 4, - "end": 54 - }, - "index": 1 - }, - { - "id": "89BF0D8EE0", - "span": { - "start": 55, - "end": 100 - }, - "index": 2 - }, - { - "id": "282DAAE222", - "span": { - "start": 101, - "end": 148 - }, - "index": 3 - }, - { - "id": "80DC8BFA1B", - "span": { - "start": 149, - "end": 200 - }, - "index": 4 - }, - { - "id": "05CEA4EA5E", - "span": { - "start": 201, - "end": 354 - }, - "index": 5 - }, - { - "id": "7950495179", - "span": { - "start": 355, - "end": 502 - }, - "index": 6 - }, - { - "id": "94B9A40BEE", - "span": { - "start": 503, - "end": 650 - }, - "index": 7 - }, - { - "id": "4AD4047464", - "span": { - "start": 651, - "end": 794 - }, - "index": 8 - }, - { - "id": "44CD949C4A", - "span": { - "start": 795, - "end": 949 - }, - "index": 9 - }, - { - "id": "21FD8225F8", - "span": { - "start": 950, - "end": 1093 - }, - "index": 10 - }, - { - "id": "0CC30D7C69", - "span": { - "start": 1094, - "end": 1247 - }, - "index": 11 - }, - { - "id": "9434E901D8", - "span": { - "start": 1248, - "end": 1404 - }, - "index": 12 - }, - { - "id": "0D67CC897B", - "span": { - "start": 1405, - "end": 1568 - }, - "index": 13 - }, - { - "id": "4630EABA60", - "span": { - "start": 1569, - "end": 1717 - }, - "index": 14 - }, - { - "id": "D699A2299A", - "span": { - "start": 1718, - "end": 1872 - }, - "index": 15 - }, - { - "id": "BB56AF11E5", - "span": { - "start": 1873, - "end": 2023 - }, - "index": 16 - }, - { - "id": "18B24D4941", - "span": { - "start": 2024, - "end": 2168 - }, - "index": 17 - }, - { - "id": "FB688325F0", - "span": { - "start": 2169, - "end": 2316 - }, - "index": 18 - }, - { - "id": "36494FEB18", - "span": { - "start": 2317, - "end": 2433 - }, - "index": 19 - }, - { - "id": "B237354135", - "span": { - "start": 2434, - "end": 2548 - }, - "index": 20 - }, - { - "id": "14727AAB57", - "span": { - "start": 2549, - "end": 2674 - }, - "index": 21 - }, - { - "id": "F64F04F996", - "span": { - "start": 2675, - "end": 2790 - }, - "index": 22 - }, - { - "id": "BD2B62C942", - "span": { - "start": 2791, - "end": 2908 - }, - "index": 23 - }, - { - "id": "490FA9F005", - "span": { - "start": 2909, - "end": 3023 - }, - "index": 24 - }, - { - "id": "8EAB1E6A1B", - "span": { - "start": 3024, - "end": 3137 - }, - "index": 25 - }, - { - "id": "6334949E93", - "span": { - "start": 3138, - "end": 3254 - }, - "index": 26 - }, - { - "id": "ADDAD82D72", - "span": { - "start": 3255, - "end": 3360 - }, - "index": 27 - }, - { - "id": "20892C6AC5", - "span": { - "start": 3361, - "end": 3468 - }, - "index": 28 - }, - { - "id": "59CC447B28", - "span": { - "start": 3469, - "end": 3587 - }, - "index": 29 - }, - { - "id": "BF2492A4A9", - "span": { - "start": 3588, - "end": 3709 - }, - "index": 30 - }, - { - "id": "87ECAA3852", - "span": { - "start": 3710, - "end": 3826 - }, - "index": 31 - }, - { - "id": "7755737848", - "span": { - "start": 3827, - "end": 3950 - }, - "index": 32 - }, - { - "id": "24488C1C96", - "span": { - "start": 3951, - "end": 4066 - }, - "index": 33 - }, - { - "id": "8482B65D63", - "span": { - "start": 4067, - "end": 4177 - }, - "index": 34 - }, - { - "id": "1549116614", - "span": { - "start": 4178, - "end": 4291 - }, - "index": 35 - }, - { - "id": "92208009FE", - "span": { - "start": 4292, - "end": 4439 - }, - "index": 36 - }, - { - "id": "336C66C342", - "span": { - "start": 4440, - "end": 4580 - }, - "index": 37 - }, - { - "id": "E88FD63336", - "span": { - "start": 4581, - "end": 4737 - }, - "index": 38 - }, - { - "id": "3589FCEDCC", - "span": { - "start": 4738, - "end": 4878 - }, - "index": 39 - }, - { - "id": "FD35AA5C95", - "span": { - "start": 4879, - "end": 5018 - }, - "index": 40 - }, - { - "id": "6E5E560012", - "span": { - "start": 5019, - "end": 5117 - }, - "index": 41 - }, - { - "id": "9829B94456", - "span": { - "start": 5123, - "end": 5273 - }, - "index": 42 - }, - { - "id": "F538AFE90D", - "span": { - "start": 5274, - "end": 5412 - }, - "index": 43 - }, - { - "id": "A4C078A102", - "span": { - "start": 5413, - "end": 5556 - }, - "index": 44 - }, - { - "id": "C86B9FEC4E", - "span": { - "start": 5557, - "end": 5705 - }, - "index": 45 - }, - { - "id": "29E200004D", - "span": { - "start": 5706, - "end": 5843 - }, - "index": 46 - }, - { - "id": "F3FEEA5ABA", - "span": { - "start": 5844, - "end": 5992 - }, - "index": 47 - }, - { - "id": "A5DDE3CD47", - "span": { - "start": 5993, - "end": 6144 - }, - "index": 48 - }, - { - "id": "AF22145F22", - "span": { - "start": 6145, - "end": 6296 - }, - "index": 49 - }, - { - "id": "682CC4833E", - "span": { - "start": 6297, - "end": 6446 - }, - "index": 50 - }, - { - "id": "B8389B3006", - "span": { - "start": 6447, - "end": 6584 - }, - "index": 51 - }, - { - "id": "8FDA76401B", - "span": { - "start": 6585, - "end": 6725 - }, - "index": 52 - }, - { - "id": "CE35C76EA9", - "span": { - "start": 6726, - "end": 6862 - }, - "index": 53 - }, - { - "id": "2C3B860217", - "span": { - "start": 6863, - "end": 7015 - }, - "index": 54 - }, - { - "id": "0D77B0B974", - "span": { - "start": 7016, - "end": 7164 - }, - "index": 55 - }, - { - "id": "6ECC1678C5", - "span": { - "start": 7165, - "end": 7305 - }, - "index": 56 - }, - { - "id": "1B182F23B4", - "span": { - "start": 7306, - "end": 7456 - }, - "index": 57 - }, - { - "id": "51ACEDC7D5", - "span": { - "start": 7457, - "end": 7598 - }, - "index": 58 - }, - { - "id": "FB1F47B474", - "span": { - "start": 7599, - "end": 7755 - }, - "index": 59 - }, - { - "id": "FABE6A90A9", - "span": { - "start": 7756, - "end": 7908 - }, - "index": 60 - }, - { - "id": "AEE58A507A", - "span": { - "start": 7909, - "end": 8033 - }, - "index": 61 - }, - { - "id": "272FCD95F9", - "span": { - "start": 8034, - "end": 8151 - }, - "index": 62 - }, - { - "id": "6FF9B4735B", - "span": { - "start": 8152, - "end": 8271 - }, - "index": 63 - }, - { - "id": "190400EE34", - "span": { - "start": 8272, - "end": 8396 - }, - "index": 64 - }, - { - "id": "BE6666F446", - "span": { - "start": 8397, - "end": 8522 - }, - "index": 65 - }, - { - "id": "44DE92247B", - "span": { - "start": 8523, - "end": 8648 - }, - "index": 66 - }, - { - "id": "580AED4F27", - "span": { - "start": 8649, - "end": 8772 - }, - "index": 67 - }, - { - "id": "DC7EA3ED1A", - "span": { - "start": 8773, - "end": 8891 - }, - "index": 68 - }, - { - "id": "BF9D77279D", - "span": { - "start": 8892, - "end": 9002 - }, - "index": 69 - }, - { - "id": "6C36888336", - "span": { - "start": 9003, - "end": 9115 - }, - "index": 70 - }, - { - "id": "2C30FB233C", - "span": { - "start": 9116, - "end": 9231 - }, - "index": 71 - }, - { - "id": "C9C726DD94", - "span": { - "start": 9232, - "end": 9345 - }, - "index": 72 - }, - { - "id": "64B2EFB416", - "span": { - "start": 9346, - "end": 9462 - }, - "index": 73 - }, - { - "id": "1247D97814", - "span": { - "start": 9463, - "end": 9572 - }, - "index": 74 - }, - { - "id": "C82D19434D", - "span": { - "start": 9573, - "end": 9683 - }, - "index": 75 - }, - { - "id": "A29E20DE84", - "span": { - "start": 9684, - "end": 9806 - }, - "index": 76 - }, - { - "id": "38B4921A82", - "span": { - "start": 9807, - "end": 9919 - }, - "index": 77 - }, - { - "id": "40EF7FCA0B", - "span": { - "start": 9920, - "end": 10026 - }, - "index": 78 - }, - { - "id": "89CBD59CB0", - "span": { - "start": 10027, - "end": 10136 - }, - "index": 79 - }, - { - "id": "155A285942", - "span": { - "start": 10137, - "end": 10251 - }, - "index": 80 - }, - { - "id": "90C1D1AAFC", - "span": { - "start": 10252, - "end": 10372 - }, - "index": 81 - }, - { - "id": "8F3020258B", - "span": { - "start": 10373, - "end": 10487 - }, - "index": 82 - }, - { - "id": "192BDF0D03", - "span": { - "start": 10488, - "end": 10600 - }, - "index": 83 - }, - { - "id": "25CB428CEE", - "span": { - "start": 10601, - "end": 10713 - }, - "index": 84 - }, - { - "id": "D49CE44011", - "span": { - "start": 10714, - "end": 10840 - }, - "index": 85 - }, - { - "id": "874A9756D2", - "span": { - "start": 10841, - "end": 10967 - }, - "index": 86 - }, - { - "id": "CE0B77E4A8", - "span": { - "start": 10968, - "end": 11084 - }, - "index": 87 - }, - { - "id": "9CCFDE9E3C", - "span": { - "start": 11085, - "end": 11204 - }, - "index": 88 - }, - { - "id": "D248FDB3C9", - "span": { - "start": 11205, - "end": 11322 - }, - "index": 89 - }, - { - "id": "30D438A870", - "span": { - "start": 11323, - "end": 11441 - }, - "index": 90 - }, - { - "id": "D9A8D13609", - "span": { - "start": 11442, - "end": 11559 - }, - "index": 91 - }, - { - "id": "81882166E5", - "span": { - "start": 11560, - "end": 11673 - }, - "index": 92 - }, - { - "id": "ECDB3DF3C8", - "span": { - "start": 11674, - "end": 11790 - }, - "index": 93 - }, - { - "id": "8F69C57983", - "span": { - "start": 11791, - "end": 11908 - }, - "index": 94 - }, - { - "id": "DD73533535", - "span": { - "start": 11909, - "end": 12026 - }, - "index": 95 - }, - { - "id": "B4696BF766", - "span": { - "start": 12027, - "end": 12142 - }, - "index": 96 - }, - { - "id": "F89DBF4CC4", - "span": { - "start": 12143, - "end": 12254 - }, - "index": 97 - }, - { - "id": "F8EB36838A", - "span": { - "start": 12255, - "end": 12363 - }, - "index": 98 - }, - { - "id": "70B60D89A7", - "span": { - "start": 12364, - "end": 12474 - }, - "index": 99 - }, - { - "id": "3D939F29E3", - "span": { - "start": 12475, - "end": 12586 - }, - "index": 100 - }, - { - "id": "2CC0C765C0", - "span": { - "start": 12587, - "end": 12691 - }, - "index": 101 - }, - { - "id": "A6550A8C4A", - "span": { - "start": 12692, - "end": 12805 - }, - "index": 102 - }, - { - "id": "F4F9E472A6", - "span": { - "start": 12806, - "end": 12922 - }, - "index": 103 - }, - { - "id": "A505D1AC83", - "span": { - "start": 12923, - "end": 13025 - }, - "index": 104 - }, - { - "id": "D250C4C10E", - "span": { - "start": 13026, - "end": 13148 - }, - "index": 105 - }, - { - "id": "025F909264", - "span": { - "start": 13149, - "end": 13263 - }, - "index": 106 - }, - { - "id": "66BFF6803D", - "span": { - "start": 13264, - "end": 13341 - }, - "index": 107 - }, - { - "id": "12E9AEE64F", - "span": { - "start": 13347, - "end": 13460 - }, - "index": 108 - }, - { - "id": "F9B90C5344", - "span": { - "start": 13461, - "end": 13573 - }, - "index": 109 - }, - { - "id": "5F17300944", - "span": { - "start": 13574, - "end": 13743 - }, - "index": 110 - }, - { - "id": "CC0D39FC99", - "span": { - "start": 13744, - "end": 13864 - }, - "index": 111 - }, - { - "id": "57A53722B7", - "span": { - "start": 13865, - "end": 13982 - }, - "index": 112 - }, - { - "id": "A8B9DB1FC3", - "span": { - "start": 13983, - "end": 14094 - }, - "index": 113 - }, - { - "id": "02BF57AA13", - "span": { - "start": 14095, - "end": 14200 - }, - "index": 114 - }, - { - "id": "F4DF85B033", - "span": { - "start": 14201, - "end": 14317 - }, - "index": 115 - }, - { - "id": "BB4BC487B2", - "span": { - "start": 14318, - "end": 14430 - }, - "index": 116 - }, - { - "id": "5993B43011", - "span": { - "start": 14431, - "end": 14551 - }, - "index": 117 - }, - { - "id": "D22962D2A5", - "span": { - "start": 14552, - "end": 14661 - }, - "index": 118 - }, - { - "id": "8C253B11A4", - "span": { - "start": 14662, - "end": 14775 - }, - "index": 119 - }, - { - "id": "C365E495E9", - "span": { - "start": 14776, - "end": 14889 - }, - "index": 120 - }, - { - "id": "7A498783B3", - "span": { - "start": 14890, - "end": 14999 - }, - "index": 121 - }, - { - "id": "7657C0C1E9", - "span": { - "start": 15000, - "end": 15110 - }, - "index": 122 - }, - { - "id": "A61F14F3E8", - "span": { - "start": 15111, - "end": 15218 - }, - "index": 123 - }, - { - "id": "FC38AF5F13", - "span": { - "start": 15219, - "end": 15342 - }, - "index": 124 - }, - { - "id": "5BF56DEC53", - "span": { - "start": 15343, - "end": 15455 - }, - "index": 125 - }, - { - "id": "2B0D0CB5C1", - "span": { - "start": 15456, - "end": 15577 - }, - "index": 126 - }, - { - "id": "75E552AB32", - "span": { - "start": 15578, - "end": 15690 - }, - "index": 127 - }, - { - "id": "4B4FAAA8A4", - "span": { - "start": 15691, - "end": 15806 - }, - "index": 128 - }, - { - "id": "4772B940EC", - "span": { - "start": 15807, - "end": 15927 - }, - "index": 129 - }, - { - "id": "911CF2DFCD", - "span": { - "start": 15928, - "end": 16046 - }, - "index": 130 - }, - { - "id": "213D15E101", - "span": { - "start": 16047, - "end": 16166 - }, - "index": 131 - }, - { - "id": "37808B483C", - "span": { - "start": 16167, - "end": 16285 - }, - "index": 132 - }, - { - "id": "E17B3E0FCC", - "span": { - "start": 16286, - "end": 16404 - }, - "index": 133 - }, - { - "id": "22F0B7B534", - "span": { - "start": 16405, - "end": 16519 - }, - "index": 134 - }, - { - "id": "A4C647542F", - "span": { - "start": 16520, - "end": 16639 - }, - "index": 135 - }, - { - "id": "F40F9A05FF", - "span": { - "start": 16640, - "end": 16757 - }, - "index": 136 - }, - { - "id": "D4AE36A937", - "span": { - "start": 16758, - "end": 16878 - }, - "index": 137 - }, - { - "id": "C6D5823DDB", - "span": { - "start": 16879, - "end": 16989 - }, - "index": 138 - }, - { - "id": "0BAADAD90A", - "span": { - "start": 16990, - "end": 17144 - }, - "index": 139 - }, - { - "id": "232AA271CA", - "span": { - "start": 17145, - "end": 17289 - }, - "index": 140 - }, - { - "id": "2F16B3345A", - "span": { - "start": 17290, - "end": 17392 - }, - "index": 141 - }, - { - "id": "55E2D2C283", - "span": { - "start": 17398, - "end": 17513 - }, - "index": 142 - }, - { - "id": "75220B78FA", - "span": { - "start": 17514, - "end": 17628 - }, - "index": 143 - }, - { - "id": "3C1191C39A", - "span": { - "start": 17629, - "end": 17747 - }, - "index": 144 - }, - { - "id": "1B5D495594", - "span": { - "start": 17748, - "end": 17859 - }, - "index": 145 - }, - { - "id": "694916F38F", - "span": { - "start": 17860, - "end": 17975 - }, - "index": 146 - }, - { - "id": "404CB5B951", - "span": { - "start": 17976, - "end": 18085 - }, - "index": 147 - }, - { - "id": "E5B664663E", - "span": { - "start": 18086, - "end": 18197 - }, - "index": 148 - }, - { - "id": "C0FDE8FD80", - "span": { - "start": 18198, - "end": 18307 - }, - "index": 149 - }, - { - "id": "CBBF1BB6C0", - "span": { - "start": 18308, - "end": 18421 - }, - "index": 150 - }, - { - "id": "6546A96666", - "span": { - "start": 18422, - "end": 18537 - }, - "index": 151 - }, - { - "id": "24DCF3A93E", - "span": { - "start": 18538, - "end": 18653 - }, - "index": 152 - }, - { - "id": "B9CD32AD6A", - "span": { - "start": 18654, - "end": 18768 - }, - "index": 153 - }, - { - "id": "2154161D41", - "span": { - "start": 18769, - "end": 18888 - }, - "index": 154 - }, - { - "id": "2B66050A31", - "span": { - "start": 18889, - "end": 19004 - }, - "index": 155 - }, - { - "id": "C05C486FBC", - "span": { - "start": 19005, - "end": 19115 - }, - "index": 156 - }, - { - "id": "349BBCAA28", - "span": { - "start": 19116, - "end": 19222 - }, - "index": 157 - }, - { - "id": "A3A4E2C370", - "span": { - "start": 19223, - "end": 19334 - }, - "index": 158 - }, - { - "id": "E69B1EFC9E", - "span": { - "start": 19335, - "end": 19446 - }, - "index": 159 - }, - { - "id": "228BD88B5B", - "span": { - "start": 19447, - "end": 19557 - }, - "index": 160 - }, - { - "id": "DD284D0664", - "span": { - "start": 19558, - "end": 19678 - }, - "index": 161 - }, - { - "id": "999015BDB5", - "span": { - "start": 19679, - "end": 19806 - }, - "index": 162 - }, - { - "id": "0D6F6006B0", - "span": { - "start": 19807, - "end": 19916 - }, - "index": 163 - }, - { - "id": "F2DE38DEF1", - "span": { - "start": 19917, - "end": 20032 - }, - "index": 164 - }, - { - "id": "1C103F93CE", - "span": { - "start": 20033, - "end": 20151 - }, - "index": 165 - }, - { - "id": "8825C24357", - "span": { - "start": 20152, - "end": 20268 - }, - "index": 166 - }, - { - "id": "3584D04223", - "span": { - "start": 20269, - "end": 20384 - }, - "index": 167 - }, - { - "id": "BA6DBAB536", - "span": { - "start": 20385, - "end": 20500 - }, - "index": 168 - }, - { - "id": "A54B0B200C", - "span": { - "start": 20501, - "end": 20616 - }, - "index": 169 - }, - { - "id": "B2533D454D", - "span": { - "start": 20617, - "end": 20729 - }, - "index": 170 - }, - { - "id": "7AAF4FF412", - "span": { - "start": 20730, - "end": 20842 - }, - "index": 171 - }, - { - "id": "027E2A7CA0", - "span": { - "start": 20843, - "end": 20952 - }, - "index": 172 - }, - { - "id": "EE604964F6", - "span": { - "start": 20953, - "end": 21063 - }, - "index": 173 - }, - { - "id": "CF7BA7F5A3", - "span": { - "start": 21064, - "end": 21184 - }, - "index": 174 - }, - { - "id": "0B5B28CEF4", - "span": { - "start": 21185, - "end": 21335 - }, - "index": 175 - }, - { - "id": "1013BAF15A", - "span": { - "start": 21336, - "end": 21473 - }, - "index": 176 - }, - { - "id": "DEAC494E1B", - "span": { - "start": 21474, - "end": 21653 - }, - "index": 177 - }, - { - "id": "F6B30FF4D0", - "span": { - "start": 21654, - "end": 21842 - }, - "index": 178 - }, - { - "id": "C0B5077DCC", - "span": { - "start": 21843, - "end": 22008 - }, - "index": 179 - }, - { - "id": "95934AB8EF", - "span": { - "start": 22009, - "end": 22161 - }, - "index": 180 - }, - { - "id": "8F7D407E78", - "span": { - "start": 22162, - "end": 22293 - }, - "index": 181 - }, - { - "id": "C4AAA18561", - "span": { - "start": 22294, - "end": 22414 - }, - "index": 182 - }, - { - "id": "48430DC410", - "span": { - "start": 22415, - "end": 22524 - }, - "index": 183 - }, - { - "id": "38A76A628D", - "span": { - "start": 22525, - "end": 22644 - }, - "index": 184 - }, - { - "id": "3733FF3539", - "span": { - "start": 22645, - "end": 22757 - }, - "index": 185 - }, - { - "id": "2D363AB00A", - "span": { - "start": 22758, - "end": 22896 - }, - "index": 186 - }, - { - "id": "F755291692", - "span": { - "start": 22897, - "end": 23045 - }, - "index": 187 - }, - { - "id": "2CFB3FC1AE", - "span": { - "start": 23046, - "end": 23289 - }, - "index": 188 - }, - { - "id": "7688407EB2", - "span": { - "start": 23290, - "end": 23424 - }, - "index": 189 - }, - { - "id": "A941F451C0", - "span": { - "start": 23425, - "end": 23508 - }, - "index": 190 - }, - { - "id": "0DFDD3219F", - "span": { - "start": 23514, - "end": 23634 - }, - "index": 191 - }, - { - "id": "E2C7B7CC2C", - "span": { - "start": 23635, - "end": 23748 - }, - "index": 192 - }, - { - "id": "9F11382881", - "span": { - "start": 23749, - "end": 23861 - }, - "index": 193 - }, - { - "id": "5729776DC4", - "span": { - "start": 23862, - "end": 23981 - }, - "index": 194 - }, - { - "id": "34DF873F0E", - "span": { - "start": 23982, - "end": 24098 - }, - "index": 195 - }, - { - "id": "49EDF6993E", - "span": { - "start": 24099, - "end": 24214 - }, - "index": 196 - }, - { - "id": "4B4CA2B6B6", - "span": { - "start": 24215, - "end": 24330 - }, - "index": 197 - }, - { - "id": "652BB022B5", - "span": { - "start": 24331, - "end": 24449 - }, - "index": 198 - }, - { - "id": "D3C334DD3D", - "span": { - "start": 24450, - "end": 24564 - }, - "index": 199 - }, - { - "id": "40B4688717", - "span": { - "start": 24565, - "end": 24682 - }, - "index": 200 - }, - { - "id": "B3F1B90FF3", - "span": { - "start": 24683, - "end": 24795 - }, - "index": 201 - }, - { - "id": "E83334769A", - "span": { - "start": 24796, - "end": 24914 - }, - "index": 202 - }, - { - "id": "49DEF52E4A", - "span": { - "start": 24915, - "end": 25023 - }, - "index": 203 - }, - { - "id": "D3FB7BC119", - "span": { - "start": 25024, - "end": 25149 - }, - "index": 204 - }, - { - "id": "A1F11ECC11", - "span": { - "start": 25150, - "end": 25265 - }, - "index": 205 - }, - { - "id": "0D34E19C47", - "span": { - "start": 25266, - "end": 25387 - }, - "index": 206 - }, - { - "id": "AB4769A73E", - "span": { - "start": 25388, - "end": 25506 - }, - "index": 207 - }, - { - "id": "4911434E3B", - "span": { - "start": 25507, - "end": 25631 - }, - "index": 208 - }, - { - "id": "80C2896A38", - "span": { - "start": 25632, - "end": 25754 - }, - "index": 209 - }, - { - "id": "9E8AE4CE90", - "span": { - "start": 25755, - "end": 25874 - }, - "index": 210 - }, - { - "id": "5C9EDFC4B5", - "span": { - "start": 25875, - "end": 25997 - }, - "index": 211 - }, - { - "id": "D102110A90", - "span": { - "start": 25998, - "end": 26108 - }, - "index": 212 - }, - { - "id": "9F887C24F4", - "span": { - "start": 26109, - "end": 26222 - }, - "index": 213 - }, - { - "id": "0E15E4AAE9", - "span": { - "start": 26223, - "end": 26339 - }, - "index": 214 - }, - { - "id": "6AEB3B7A32", - "span": { - "start": 26340, - "end": 26455 - }, - "index": 215 - }, - { - "id": "CE84484A1E", - "span": { - "start": 26456, - "end": 26572 - }, - "index": 216 - }, - { - "id": "990933B4FF", - "span": { - "start": 26573, - "end": 26699 - }, - "index": 217 - }, - { - "id": "1EBBA7100C", - "span": { - "start": 26700, - "end": 26833 - }, - "index": 218 - }, - { - "id": "4B41C0687D", - "span": { - "start": 26834, - "end": 26938 - }, - "index": 219 - }, - { - "id": "BFDE4D3D8B", - "span": { - "start": 26939, - "end": 27051 - }, - "index": 220 - }, - { - "id": "112ED0914E", - "span": { - "start": 27052, - "end": 27165 - }, - "index": 221 - }, - { - "id": "427368A2AC", - "span": { - "start": 27166, - "end": 27281 - }, - "index": 222 - }, - { - "id": "5B48844980", - "span": { - "start": 27282, - "end": 27397 - }, - "index": 223 - }, - { - "id": "B8F9A1F488", - "span": { - "start": 27398, - "end": 27513 - }, - "index": 224 - }, - { - "id": "BBE69664B4", - "span": { - "start": 27514, - "end": 27619 - }, - "index": 225 - }, - { - "id": "E68F5EA8A8", - "span": { - "start": 27620, - "end": 27735 - }, - "index": 226 - }, - { - "id": "0B9093FD6B", - "span": { - "start": 27736, - "end": 27855 - }, - "index": 227 - }, - { - "id": "61279D9AD2", - "span": { - "start": 27856, - "end": 27966 - }, - "index": 228 - }, - { - "id": "0AB7D1CA45", - "span": { - "start": 27967, - "end": 28077 - }, - "index": 229 - }, - { - "id": "97A9141970", - "span": { - "start": 28078, - "end": 28187 - }, - "index": 230 - }, - { - "id": "F22F64A2DA", - "span": { - "start": 28188, - "end": 28302 - }, - "index": 231 - }, - { - "id": "BB546C4B31", - "span": { - "start": 28303, - "end": 28427 - }, - "index": 232 - }, - { - "id": "473FC7F4AF", - "span": { - "start": 28428, - "end": 28537 - }, - "index": 233 - }, - { - "id": "3665E6F9BD", - "span": { - "start": 28538, - "end": 28649 - }, - "index": 234 - }, - { - "id": "114819A18A", - "span": { - "start": 28650, - "end": 28754 - }, - "index": 235 - }, - { - "id": "F6D966DC46", - "span": { - "start": 28755, - "end": 28870 - }, - "index": 236 - }, - { - "id": "F45D1B8C8B", - "span": { - "start": 28871, - "end": 28985 - }, - "index": 237 - }, - { - "id": "602BD0ACBD", - "span": { - "start": 28986, - "end": 29087 - }, - "index": 238 - }, - { - "id": "5A8205DD58", - "span": { - "start": 29088, - "end": 29198 - }, - "index": 239 - }, - { - "id": "F686F77F98", - "span": { - "start": 29199, - "end": 29312 - }, - "index": 240 - }, - { - "id": "801AB1A088", - "span": { - "start": 29313, - "end": 29437 - }, - "index": 241 - }, - { - "id": "B23B01F963", - "span": { - "start": 29438, - "end": 29551 - }, - "index": 242 - }, - { - "id": "18199A8ECA", - "span": { - "start": 29552, - "end": 29668 - }, - "index": 243 - }, - { - "id": "43546CC388", - "span": { - "start": 29669, - "end": 29787 - }, - "index": 244 - }, - { - "id": "BB9BB8B0FC", - "span": { - "start": 29788, - "end": 29899 - }, - "index": 245 - }, - { - "id": "F6A4086544", - "span": { - "start": 29900, - "end": 30021 - }, - "index": 246 - }, - { - "id": "B34DE3EFFF", - "span": { - "start": 30022, - "end": 30129 - }, - "index": 247 - }, - { - "id": "7FA9AA7AB8", - "span": { - "start": 30130, - "end": 30236 - }, - "index": 248 - }, - { - "id": "4D9510EEF3", - "span": { - "start": 30237, - "end": 30343 - }, - "index": 249 - }, - { - "id": "E4A2F0C58E", - "span": { - "start": 30344, - "end": 30459 - }, - "index": 250 - }, - { - "id": "714012B117", - "span": { - "start": 30460, - "end": 30586 - }, - "index": 251 - }, - { - "id": "E6F722E862", - "span": { - "start": 30587, - "end": 30692 - }, - "index": 252 - }, - { - "id": "403FFF43A0", - "span": { - "start": 30693, - "end": 30807 - }, - "index": 253 - }, - { - "id": "8D4388D188", - "span": { - "start": 30808, - "end": 30925 - }, - "index": 254 - }, - { - "id": "F4E5BF45D4", - "span": { - "start": 30926, - "end": 31042 - }, - "index": 255 - }, - { - "id": "4139AA461E", - "span": { - "start": 31043, - "end": 31151 - }, - "index": 256 - }, - { - "id": "96AE07E489", - "span": { - "start": 31152, - "end": 31271 - }, - "index": 257 - }, - { - "id": "4BE869E11C", - "span": { - "start": 31272, - "end": 31387 - }, - "index": 258 - }, - { - "id": "497596BC6D", - "span": { - "start": 31388, - "end": 31488 - }, - "index": 259 - }, - { - "id": "B60CD069D6", - "span": { - "start": 31489, - "end": 31612 - }, - "index": 260 - }, - { - "id": "4AE841A016", - "span": { - "start": 31613, - "end": 31736 - }, - "index": 261 - }, - { - "id": "960F7FAFCF", - "span": { - "start": 31737, - "end": 31848 - }, - "index": 262 - }, - { - "id": "554E784E57", - "span": { - "start": 31849, - "end": 31965 - }, - "index": 263 - }, - { - "id": "DD46784647", - "span": { - "start": 31966, - "end": 32085 - }, - "index": 264 - }, - { - "id": "787989E8E5", - "span": { - "start": 32086, - "end": 32205 - }, - "index": 265 - }, - { - "id": "F4FFF4418E", - "span": { - "start": 32206, - "end": 32319 - }, - "index": 266 - }, - { - "id": "99C8639444", - "span": { - "start": 32320, - "end": 32433 - }, - "index": 267 - }, - { - "id": "A3BF2F2BA4", - "span": { - "start": 32434, - "end": 32542 - }, - "index": 268 - }, - { - "id": "800F469B4B", - "span": { - "start": 32543, - "end": 32652 - }, - "index": 269 - }, - { - "id": "ACD7C9A559", - "span": { - "start": 32653, - "end": 32770 - }, - "index": 270 - }, - { - "id": "9AFBF56F69", - "span": { - "start": 32771, - "end": 32890 - }, - "index": 271 - }, - { - "id": "F10379841E", - "span": { - "start": 32891, - "end": 32996 - }, - "index": 272 - }, - { - "id": "7914AFAF61", - "span": { - "start": 32997, - "end": 33116 - }, - "index": 273 - }, - { - "id": "08F9A7AAA3", - "span": { - "start": 33117, - "end": 33229 - }, - "index": 274 - }, - { - "id": "2B92466022", - "span": { - "start": 33230, - "end": 33346 - }, - "index": 275 - }, - { - "id": "D4265CC884", - "span": { - "start": 33347, - "end": 33464 - }, - "index": 276 - }, - { - "id": "20976FC319", - "span": { - "start": 33465, - "end": 33579 - }, - "index": 277 - }, - { - "id": "0CA168030B", - "span": { - "start": 33580, - "end": 33689 - }, - "index": 278 - }, - { - "id": "DB549A450B", - "span": { - "start": 33690, - "end": 33802 - }, - "index": 279 - }, - { - "id": "612895699D", - "span": { - "start": 33803, - "end": 33919 - }, - "index": 280 - }, - { - "id": "33977773EB", - "span": { - "start": 33920, - "end": 34022 - }, - "index": 281 - }, - { - "id": "A44FAE664D", - "span": { - "start": 34023, - "end": 34127 - }, - "index": 282 - }, - { - "id": "CF9C9CD8C5", - "span": { - "start": 34128, - "end": 34238 - }, - "index": 283 - }, - { - "id": "D3B338B322", - "span": { - "start": 34239, - "end": 34344 - }, - "index": 284 - }, - { - "id": "42276AF2A5", - "span": { - "start": 34345, - "end": 34460 - }, - "index": 285 - }, - { - "id": "97AB6EB681", - "span": { - "start": 34461, - "end": 34577 - }, - "index": 286 - }, - { - "id": "2830C70C93", - "span": { - "start": 34578, - "end": 34690 - }, - "index": 287 - }, - { - "id": "97A98A962A", - "span": { - "start": 34691, - "end": 34806 - }, - "index": 288 - }, - { - "id": "9FE9C4FFE6", - "span": { - "start": 34807, - "end": 34923 - }, - "index": 289 - }, - { - "id": "9BAB78A6B8", - "span": { - "start": 34924, - "end": 35035 - }, - "index": 290 - }, - { - "id": "CCEBB30F3B", - "span": { - "start": 35036, - "end": 35155 - }, - "index": 291 - }, - { - "id": "E52FC9D2EC", - "span": { - "start": 35156, - "end": 35276 - }, - "index": 292 - }, - { - "id": "126D69AD30", - "span": { - "start": 35277, - "end": 35393 - }, - "index": 293 - }, - { - "id": "BB24A51B46", - "span": { - "start": 35394, - "end": 35507 - }, - "index": 294 - }, - { - "id": "04977C75B2", - "span": { - "start": 35508, - "end": 35614 - }, - "index": 295 - }, - { - "id": "F64FDA4C4E", - "span": { - "start": 35615, - "end": 35734 - }, - "index": 296 - }, - { - "id": "1351E86CC2", - "span": { - "start": 35735, - "end": 35846 - }, - "index": 297 - }, - { - "id": "7466BA06DF", - "span": { - "start": 35847, - "end": 35956 - }, - "index": 298 - }, - { - "id": "368C403C78", - "span": { - "start": 35957, - "end": 36071 - }, - "index": 299 - }, - { - "id": "11FFEE4311", - "span": { - "start": 36072, - "end": 36154 - }, - "index": 300 - }, - { - "id": "A45F1500F9", - "span": { - "start": 36160, - "end": 36283 - }, - "index": 301 - }, - { - "id": "8444B2436C", - "span": { - "start": 36284, - "end": 36394 - }, - "index": 302 - }, - { - "id": "34E35A3CE0", - "span": { - "start": 36395, - "end": 36512 - }, - "index": 303 - }, - { - "id": "B9994A3D2D", - "span": { - "start": 36513, - "end": 36627 - }, - "index": 304 - }, - { - "id": "38CC86E3F6", - "span": { - "start": 36628, - "end": 36746 - }, - "index": 305 - }, - { - "id": "2D77AB31C8", - "span": { - "start": 36747, - "end": 36865 - }, - "index": 306 - }, - { - "id": "7A8BB8BBFB", - "span": { - "start": 36866, - "end": 36978 - }, - "index": 307 - }, - { - "id": "8CC68C08F1", - "span": { - "start": 36979, - "end": 37086 - }, - "index": 308 - }, - { - "id": "4C7A642CC0", - "span": { - "start": 37087, - "end": 37200 - }, - "index": 309 - }, - { - "id": "575B6B2CA7", - "span": { - "start": 37201, - "end": 37300 - }, - "index": 310 - }, - { - "id": "B1EC51CB6A", - "span": { - "start": 37301, - "end": 37415 - }, - "index": 311 - }, - { - "id": "B1A8AA08FA", - "span": { - "start": 37416, - "end": 37544 - }, - "index": 312 - }, - { - "id": "98FF2FA3AD", - "span": { - "start": 37545, - "end": 37653 - }, - "index": 313 - }, - { - "id": "339BB1FAF4", - "span": { - "start": 37654, - "end": 37764 - }, - "index": 314 - }, - { - "id": "5FC5522924", - "span": { - "start": 37765, - "end": 37878 - }, - "index": 315 - }, - { - "id": "4C2EB403BA", - "span": { - "start": 37879, - "end": 37989 - }, - "index": 316 - }, - { - "id": "E8E29B224F", - "span": { - "start": 37990, - "end": 38103 - }, - "index": 317 - }, - { - "id": "66C8CA8DB8", - "span": { - "start": 38104, - "end": 38224 - }, - "index": 318 - }, - { - "id": "4147650B4B", - "span": { - "start": 38225, - "end": 38344 - }, - "index": 319 - }, - { - "id": "B85F5D3828", - "span": { - "start": 38345, - "end": 38454 - }, - "index": 320 - }, - { - "id": "3249C2D32B", - "span": { - "start": 38455, - "end": 38568 - }, - "index": 321 - }, - { - "id": "BAA388D31A", - "span": { - "start": 38569, - "end": 38689 - }, - "index": 322 - }, - { - "id": "44B42BD46B", - "span": { - "start": 38690, - "end": 38813 - }, - "index": 323 - }, - { - "id": "C2F1A01853", - "span": { - "start": 38814, - "end": 38932 - }, - "index": 324 - }, - { - "id": "986B48A5A9", - "span": { - "start": 38933, - "end": 39043 - }, - "index": 325 - }, - { - "id": "99320CCE8C", - "span": { - "start": 39044, - "end": 39163 - }, - "index": 326 - }, - { - "id": "455D444766", - "span": { - "start": 39164, - "end": 39279 - }, - "index": 327 - }, - { - "id": "9C2F6A7AEA", - "span": { - "start": 39280, - "end": 39388 - }, - "index": 328 - }, - { - "id": "DF74684FA6", - "span": { - "start": 39389, - "end": 39501 - }, - "index": 329 - }, - { - "id": "6DADFEB4F7", - "span": { - "start": 39502, - "end": 39614 - }, - "index": 330 - }, - { - "id": "0796187D98", - "span": { - "start": 39615, - "end": 39729 - }, - "index": 331 - }, - { - "id": "8D5EBA5BA0", - "span": { - "start": 39730, - "end": 39852 - }, - "index": 332 - }, - { - "id": "BF20FF88B8", - "span": { - "start": 39853, - "end": 39970 - }, - "index": 333 - }, - { - "id": "AE49F9BA78", - "span": { - "start": 39971, - "end": 40091 - }, - "index": 334 - }, - { - "id": "93C0CC95AC", - "span": { - "start": 40092, - "end": 40206 - }, - "index": 335 - }, - { - "id": "A5A40CA788", - "span": { - "start": 40207, - "end": 40316 - }, - "index": 336 - }, - { - "id": "7DF24EED97", - "span": { - "start": 40317, - "end": 40432 - }, - "index": 337 - }, - { - "id": "286FF26BD2", - "span": { - "start": 40433, - "end": 40544 - }, - "index": 338 - }, - { - "id": "585BF323F2", - "span": { - "start": 40545, - "end": 40654 - }, - "index": 339 - }, - { - "id": "E027CAB69A", - "span": { - "start": 40655, - "end": 40768 - }, - "index": 340 - }, - { - "id": "A7DEB7EBC4", - "span": { - "start": 40769, - "end": 40874 - }, - "index": 341 - }, - { - "id": "DCC5A5CFC8", - "span": { - "start": 40875, - "end": 40986 - }, - "index": 342 - }, - { - "id": "136B34492B", - "span": { - "start": 40987, - "end": 41097 - }, - "index": 343 - }, - { - "id": "3348411E19", - "span": { - "start": 41098, - "end": 41209 - }, - "index": 344 - }, - { - "id": "0475D99C79", - "span": { - "start": 41210, - "end": 41325 - }, - "index": 345 - }, - { - "id": "D01571ABDA", - "span": { - "start": 41326, - "end": 41435 - }, - "index": 346 - }, - { - "id": "CEAF2472A2", - "span": { - "start": 41436, - "end": 41554 - }, - "index": 347 - }, - { - "id": "8BEEEE941A", - "span": { - "start": 41555, - "end": 41673 - }, - "index": 348 - }, - { - "id": "8B444F515C", - "span": { - "start": 41674, - "end": 41784 - }, - "index": 349 - }, - { - "id": "EE21FF0EF0", - "span": { - "start": 41785, - "end": 41893 - }, - "index": 350 - }, - { - "id": "AA96994871", - "span": { - "start": 41894, - "end": 42008 - }, - "index": 351 - }, - { - "id": "CCCCC5AE17", - "span": { - "start": 42009, - "end": 42120 - }, - "index": 352 - }, - { - "id": "B15E7A5461", - "span": { - "start": 42121, - "end": 42232 - }, - "index": 353 - }, - { - "id": "21B39E9404", - "span": { - "start": 42233, - "end": 42335 - }, - "index": 354 - }, - { - "id": "406B451681", - "span": { - "start": 42336, - "end": 42450 - }, - "index": 355 - }, - { - "id": "549CC19585", - "span": { - "start": 42451, - "end": 42573 - }, - "index": 356 - }, - { - "id": "C02B99F447", - "span": { - "start": 42574, - "end": 42683 - }, - "index": 357 - }, - { - "id": "95131D8203", - "span": { - "start": 42684, - "end": 42789 - }, - "index": 358 - }, - { - "id": "45A943323D", - "span": { - "start": 42790, - "end": 42906 - }, - "index": 359 - }, - { - "id": "79E6D89322", - "span": { - "start": 42907, - "end": 43023 - }, - "index": 360 - }, - { - "id": "BB4BA05CBB", - "span": { - "start": 43024, - "end": 43129 - }, - "index": 361 - }, - { - "id": "F0B1D7CBFD", - "span": { - "start": 43130, - "end": 43241 - }, - "index": 362 - }, - { - "id": "48D6F67E81", - "span": { - "start": 43242, - "end": 43343 - }, - "index": 363 - }, - { - "id": "5C455ABE88", - "span": { - "start": 43344, - "end": 43464 - }, - "index": 364 - }, - { - "id": "88C6F16368", - "span": { - "start": 43465, - "end": 43581 - }, - "index": 365 - }, - { - "id": "9E21C0A182", - "span": { - "start": 43582, - "end": 43698 - }, - "index": 366 - }, - { - "id": "74131FCA7E", - "span": { - "start": 43699, - "end": 43808 - }, - "index": 367 - }, - { - "id": "C6845A9396", - "span": { - "start": 43809, - "end": 43917 - }, - "index": 368 - }, - { - "id": "5A88C2D350", - "span": { - "start": 43918, - "end": 44033 - }, - "index": 369 - }, - { - "id": "783444641D", - "span": { - "start": 44034, - "end": 44147 - }, - "index": 370 - }, - { - "id": "F6BFA48863", - "span": { - "start": 44148, - "end": 44255 - }, - "index": 371 - }, - { - "id": "255410A529", - "span": { - "start": 44256, - "end": 44363 - }, - "index": 372 - }, - { - "id": "1D680AA3CB", - "span": { - "start": 44364, - "end": 44483 - }, - "index": 373 - }, - { - "id": "6555929579", - "span": { - "start": 44484, - "end": 44599 - }, - "index": 374 - }, - { - "id": "49FDF74AB4", - "span": { - "start": 44600, - "end": 44719 - }, - "index": 375 - }, - { - "id": "5BF7F95E7A", - "span": { - "start": 44720, - "end": 44836 - }, - "index": 376 - }, - { - "id": "7216E3E17E", - "span": { - "start": 44837, - "end": 44950 - }, - "index": 377 - }, - { - "id": "B1F03A1D66", - "span": { - "start": 44951, - "end": 45074 - }, - "index": 378 - }, - { - "id": "C5E547A819", - "span": { - "start": 45075, - "end": 45190 - }, - "index": 379 - }, - { - "id": "49D40AE6D9", - "span": { - "start": 45191, - "end": 45307 - }, - "index": 380 - }, - { - "id": "969F9C8F06", - "span": { - "start": 45308, - "end": 45428 - }, - "index": 381 - }, - { - "id": "745544BA5A", - "span": { - "start": 45429, - "end": 45545 - }, - "index": 382 - }, - { - "id": "16FA4C4EC6", - "span": { - "start": 45546, - "end": 45652 - }, - "index": 383 - }, - { - "id": "6D6939B922", - "span": { - "start": 45653, - "end": 45762 - }, - "index": 384 - }, - { - "id": "042E442245", - "span": { - "start": 45763, - "end": 45870 - }, - "index": 385 - }, - { - "id": "474779B8B4", - "span": { - "start": 45871, - "end": 46001 - }, - "index": 386 - }, - { - "id": "F03FE55B83", - "span": { - "start": 46002, - "end": 46119 - }, - "index": 387 - }, - { - "id": "F08E0A0924", - "span": { - "start": 46120, - "end": 46238 - }, - "index": 388 - }, - { - "id": "4652C4EC66", - "span": { - "start": 46239, - "end": 46355 - }, - "index": 389 - }, - { - "id": "DBD4F11B48", - "span": { - "start": 46356, - "end": 46481 - }, - "index": 390 - }, - { - "id": "41A9333D76", - "span": { - "start": 46482, - "end": 46594 - }, - "index": 391 - }, - { - "id": "605A65E6ED", - "span": { - "start": 46595, - "end": 46709 - }, - "index": 392 - }, - { - "id": "D44B8BB44C", - "span": { - "start": 46710, - "end": 46821 - }, - "index": 393 - }, - { - "id": "71E4C042A1", - "span": { - "start": 46822, - "end": 46939 - }, - "index": 394 - }, - { - "id": "3A7D93E24B", - "span": { - "start": 46940, - "end": 47047 - }, - "index": 395 - }, - { - "id": "09A8F8CFFB", - "span": { - "start": 47048, - "end": 47152 - }, - "index": 396 - }, - { - "id": "98186BC814", - "span": { - "start": 47153, - "end": 47261 - }, - "index": 397 - }, - { - "id": "00231478F6", - "span": { - "start": 47262, - "end": 47385 - }, - "index": 398 - }, - { - "id": "4E3B7939EA", - "span": { - "start": 47386, - "end": 47502 - }, - "index": 399 - }, - { - "id": "CBB2BC4436", - "span": { - "start": 47503, - "end": 47617 - }, - "index": 400 - }, - { - "id": "84683E01DD", - "span": { - "start": 47618, - "end": 47738 - }, - "index": 401 - }, - { - "id": "BD44EB58E0", - "span": { - "start": 47739, - "end": 47854 - }, - "index": 402 - }, - { - "id": "BBE8602900", - "span": { - "start": 47855, - "end": 47966 - }, - "index": 403 - }, - { - "id": "5C555650DC", - "span": { - "start": 47967, - "end": 48072 - }, - "index": 404 - }, - { - "id": "0B4556B3D6", - "span": { - "start": 48073, - "end": 48193 - }, - "index": 405 - }, - { - "id": "3628C0CF22", - "span": { - "start": 48194, - "end": 48302 - }, - "index": 406 - }, - { - "id": "5299852D2A", - "span": { - "start": 48303, - "end": 48420 - }, - "index": 407 - }, - { - "id": "483E53A58E", - "span": { - "start": 48421, - "end": 48537 - }, - "index": 408 - }, - { - "id": "B415BB8381", - "span": { - "start": 48538, - "end": 48652 - }, - "index": 409 - }, - { - "id": "A30CAFFCF5", - "span": { - "start": 48653, - "end": 48764 - }, - "index": 410 - }, - { - "id": "25AE8B305F", - "span": { - "start": 48765, - "end": 48878 - }, - "index": 411 - }, - { - "id": "1E1595421F", - "span": { - "start": 48879, - "end": 48995 - }, - "index": 412 - }, - { - "id": "AF1564A8F2", - "span": { - "start": 48996, - "end": 49106 - }, - "index": 413 - }, - { - "id": "123ACB7A81", - "span": { - "start": 49107, - "end": 49221 - }, - "index": 414 - }, - { - "id": "B4926790BC", - "span": { - "start": 49222, - "end": 49333 - }, - "index": 415 - }, - { - "id": "C226AAE24B", - "span": { - "start": 49334, - "end": 49447 - }, - "index": 416 - }, - { - "id": "75541E6445", - "span": { - "start": 49448, - "end": 49561 - }, - "index": 417 - }, - { - "id": "F3D3EE4E6F", - "span": { - "start": 49562, - "end": 49680 - }, - "index": 418 - }, - { - "id": "4F8AA2E0D2", - "span": { - "start": 49681, - "end": 49797 - }, - "index": 419 - }, - { - "id": "1441CC7ACC", - "span": { - "start": 49798, - "end": 49937 - }, - "index": 420 - }, - { - "id": "CC536FAF64", - "span": { - "start": 49938, - "end": 50077 - }, - "index": 421 - }, - { - "id": "35043F4EF2", - "span": { - "start": 50078, - "end": 50225 - }, - "index": 422 - }, - { - "id": "C9A8D9BA3E", - "span": { - "start": 50226, - "end": 50370 - }, - "index": 423 - }, - { - "id": "976225700A", - "span": { - "start": 50371, - "end": 50520 - }, - "index": 424 - }, - { - "id": "CC9E1E5051", - "span": { - "start": 50521, - "end": 50686 - }, - "index": 425 - }, - { - "id": "882F1627A1", - "span": { - "start": 50687, - "end": 50831 - }, - "index": 426 - }, - { - "id": "EAEECFAA40", - "span": { - "start": 50832, - "end": 50983 - }, - "index": 427 - }, - { - "id": "701A7EBEFF", - "span": { - "start": 50984, - "end": 51102 - }, - "index": 428 - }, - { - "id": "8D1B4DDB7D", - "span": { - "start": 51103, - "end": 51218 - }, - "index": 429 - }, - { - "id": "548818AAFA", - "span": { - "start": 51219, - "end": 51343 - }, - "index": 430 - }, - { - "id": "36AB308AB9", - "span": { - "start": 51344, - "end": 51456 - }, - "index": 431 - }, - { - "id": "753F8888FD", - "span": { - "start": 51457, - "end": 51570 - }, - "index": 432 - }, - { - "id": "F57DE69767", - "span": { - "start": 51571, - "end": 51689 - }, - "index": 433 - }, - { - "id": "B7AB8A52CE", - "span": { - "start": 51690, - "end": 51808 - }, - "index": 434 - }, - { - "id": "CBFBBC8BCB", - "span": { - "start": 51809, - "end": 51893 - }, - "index": 435 - }, - { - "id": "C0091AC96A", - "span": { - "start": 51899, - "end": 52028 - }, - "index": 436 - }, - { - "id": "F727A2C953", - "span": { - "start": 52029, - "end": 52136 - }, - "index": 437 - }, - { - "id": "7074648487", - "span": { - "start": 52137, - "end": 52256 - }, - "index": 438 - }, - { - "id": "B7D1BBB55F", - "span": { - "start": 52257, - "end": 52369 - }, - "index": 439 - }, - { - "id": "A99189DA14", - "span": { - "start": 52370, - "end": 52483 - }, - "index": 440 - }, - { - "id": "51258ED5D1", - "span": { - "start": 52484, - "end": 52597 - }, - "index": 441 - }, - { - "id": "9F4F05CD7F", - "span": { - "start": 52598, - "end": 52706 - }, - "index": 442 - }, - { - "id": "E7640BF8B0", - "span": { - "start": 52707, - "end": 52822 - }, - "index": 443 - }, - { - "id": "54A5C17840", - "span": { - "start": 52823, - "end": 52932 - }, - "index": 444 - }, - { - "id": "895B8D485F", - "span": { - "start": 52933, - "end": 53048 - }, - "index": 445 - }, - { - "id": "A4C525F64E", - "span": { - "start": 53049, - "end": 53170 - }, - "index": 446 - }, - { - "id": "55B4EFCFBF", - "span": { - "start": 53171, - "end": 53272 - }, - "index": 447 - }, - { - "id": "1EE698D68E", - "span": { - "start": 53273, - "end": 53391 - }, - "index": 448 - }, - { - "id": "3691001D03", - "span": { - "start": 53392, - "end": 53504 - }, - "index": 449 - }, - { - "id": "61AF481D91", - "span": { - "start": 53505, - "end": 53627 - }, - "index": 450 - }, - { - "id": "2B741EC5EC", - "span": { - "start": 53628, - "end": 53746 - }, - "index": 451 - }, - { - "id": "8090BDD73B", - "span": { - "start": 53747, - "end": 53862 - }, - "index": 452 - }, - { - "id": "F7169B4761", - "span": { - "start": 53863, - "end": 53984 - }, - "index": 453 - }, - { - "id": "80329ABE33", - "span": { - "start": 53985, - "end": 54099 - }, - "index": 454 - }, - { - "id": "1115B7C2D2", - "span": { - "start": 54100, - "end": 54208 - }, - "index": 455 - }, - { - "id": "833BB07639", - "span": { - "start": 54209, - "end": 54326 - }, - "index": 456 - }, - { - "id": "00B00A5093", - "span": { - "start": 54327, - "end": 54452 - }, - "index": 457 - }, - { - "id": "C345126926", - "span": { - "start": 54453, - "end": 54566 - }, - "index": 458 - }, - { - "id": "87FB0ABE4B", - "span": { - "start": 54567, - "end": 54672 - }, - "index": 459 - }, - { - "id": "8E9C2360A2", - "span": { - "start": 54673, - "end": 54785 - }, - "index": 460 - }, - { - "id": "41D9D2219C", - "span": { - "start": 54786, - "end": 54888 - }, - "index": 461 - }, - { - "id": "9B94FF4D4D", - "span": { - "start": 54889, - "end": 55006 - }, - "index": 462 - }, - { - "id": "EABD274CA7", - "span": { - "start": 55007, - "end": 55120 - }, - "index": 463 - }, - { - "id": "B1F7037F1F", - "span": { - "start": 55121, - "end": 55248 - }, - "index": 464 - }, - { - "id": "7C098443E8", - "span": { - "start": 55249, - "end": 55365 - }, - "index": 465 - }, - { - "id": "C6BA2EDBE5", - "span": { - "start": 55366, - "end": 55486 - }, - "index": 466 - }, - { - "id": "901985899F", - "span": { - "start": 55487, - "end": 55615 - }, - "index": 467 - }, - { - "id": "C511F2F246", - "span": { - "start": 55616, - "end": 55725 - }, - "index": 468 - }, - { - "id": "34DCA0AC90", - "span": { - "start": 55726, - "end": 55831 - }, - "index": 469 - }, - { - "id": "D0D0E5A000", - "span": { - "start": 55832, - "end": 55944 - }, - "index": 470 - }, - { - "id": "DF7FC749E4", - "span": { - "start": 55945, - "end": 56051 - }, - "index": 471 - }, - { - "id": "06529B5BAE", - "span": { - "start": 56052, - "end": 56168 - }, - "index": 472 - }, - { - "id": "E30CEF9343", - "span": { - "start": 56169, - "end": 56283 - }, - "index": 473 - }, - { - "id": "FD68A138AF", - "span": { - "start": 56284, - "end": 56393 - }, - "index": 474 - }, - { - "id": "34F0EA07FB", - "span": { - "start": 56394, - "end": 56506 - }, - "index": 475 - }, - { - "id": "2E18E1D726", - "span": { - "start": 56507, - "end": 56623 - }, - "index": 476 - }, - { - "id": "28032D0598", - "span": { - "start": 56624, - "end": 56744 - }, - "index": 477 - }, - { - "id": "9F3AF6F131", - "span": { - "start": 56745, - "end": 56863 - }, - "index": 478 - }, - { - "id": "2F4D533232", - "span": { - "start": 56864, - "end": 57054 - }, - "index": 479 - }, - { - "id": "0476B74006", - "span": { - "start": 57055, - "end": 57297 - }, - "index": 480 - }, - { - "id": "B015C7CABB", - "span": { - "start": 57298, - "end": 57409 - }, - "index": 481 - }, - { - "id": "0ACAA97C50", - "span": { - "start": 57410, - "end": 57520 - }, - "index": 482 - }, - { - "id": "EB4BEA5B1B", - "span": { - "start": 57521, - "end": 57647 - }, - "index": 483 - }, - { - "id": "F9F64221BF", - "span": { - "start": 57648, - "end": 57755 - }, - "index": 484 - }, - { - "id": "EB668FEA55", - "span": { - "start": 57756, - "end": 57871 - }, - "index": 485 - }, - { - "id": "328645CE8E", - "span": { - "start": 57872, - "end": 57980 - }, - "index": 486 - }, - { - "id": "B06470DC5A", - "span": { - "start": 57981, - "end": 58096 - }, - "index": 487 - }, - { - "id": "7F1F6F0780", - "span": { - "start": 58097, - "end": 58204 - }, - "index": 488 - }, - { - "id": "88DB54AAC2", - "span": { - "start": 58205, - "end": 58321 - }, - "index": 489 - }, - { - "id": "A04CD94CCE", - "span": { - "start": 58322, - "end": 58432 - }, - "index": 490 - }, - { - "id": "50C00A6687", - "span": { - "start": 58433, - "end": 58549 - }, - "index": 491 - }, - { - "id": "FE9A16BB1B", - "span": { - "start": 58550, - "end": 58697 - }, - "index": 492 - }, - { - "id": "98DFF3E394", - "span": { - "start": 58698, - "end": 58810 - }, - "index": 493 - }, - { - "id": "DD8D42CA1B", - "span": { - "start": 58811, - "end": 58989 - }, - "index": 494 - }, - { - "id": "7688F60E49", - "span": { - "start": 58990, - "end": 59109 - }, - "index": 495 - }, - { - "id": "3315965A43", - "span": { - "start": 59110, - "end": 59226 - }, - "index": 496 - }, - { - "id": "18B6545818", - "span": { - "start": 59227, - "end": 59393 - }, - "index": 497 - }, - { - "id": "2C2999CCCC", - "span": { - "start": 59394, - "end": 59504 - }, - "index": 498 - }, - { - "id": "6D984E89BB", - "span": { - "start": 59505, - "end": 59622 - }, - "index": 499 - }, - { - "id": "D57DA9F456", - "span": { - "start": 59623, - "end": 59742 - }, - "index": 500 - }, - { - "id": "9FCAF88BFD", - "span": { - "start": 59743, - "end": 59856 - }, - "index": 501 - }, - { - "id": "EFECDB0506", - "span": { - "start": 59857, - "end": 59967 - }, - "index": 502 - }, - { - "id": "ACB2CA2C1A", - "span": { - "start": 59968, - "end": 60089 - }, - "index": 503 - }, - { - "id": "8C8352B7BC", - "span": { - "start": 60090, - "end": 60211 - }, - "index": 504 - }, - { - "id": "2E95E3DFA0", - "span": { - "start": 60212, - "end": 60326 - }, - "index": 505 - }, - { - "id": "DDF2641DD1", - "span": { - "start": 60327, - "end": 60453 - }, - "index": 506 - }, - { - "id": "77E155D162", - "span": { - "start": 60454, - "end": 60566 - }, - "index": 507 - }, - { - "id": "B40BF09120", - "span": { - "start": 60567, - "end": 60675 - }, - "index": 508 - }, - { - "id": "34F4444A49", - "span": { - "start": 60676, - "end": 60786 - }, - "index": 509 - }, - { - "id": "CB2220EDE5", - "span": { - "start": 60787, - "end": 60891 - }, - "index": 510 - }, - { - "id": "C87F64A418", - "span": { - "start": 60892, - "end": 61010 - }, - "index": 511 - }, - { - "id": "CED2692C1F", - "span": { - "start": 61011, - "end": 61100 - }, - "index": 512 - }, - { - "id": "B9A4DD4D79", - "span": { - "start": 61106, - "end": 61225 - }, - "index": 513 - }, - { - "id": "4440359444", - "span": { - "start": 61226, - "end": 61341 - }, - "index": 514 - }, - { - "id": "454B2D81A2", - "span": { - "start": 61342, - "end": 61460 - }, - "index": 515 - }, - { - "id": "C4C0C8860C", - "span": { - "start": 61461, - "end": 61606 - }, - "index": 516 - }, - { - "id": "C7D45875D6", - "span": { - "start": 61607, - "end": 61716 - }, - "index": 517 - }, - { - "id": "6866178663", - "span": { - "start": 61717, - "end": 61837 - }, - "index": 518 - }, - { - "id": "249BCC0D44", - "span": { - "start": 61838, - "end": 61952 - }, - "index": 519 - }, - { - "id": "459E4174E6", - "span": { - "start": 61953, - "end": 62073 - }, - "index": 520 - }, - { - "id": "AAD0D86492", - "span": { - "start": 62074, - "end": 62190 - }, - "index": 521 - }, - { - "id": "404395B8E4", - "span": { - "start": 62191, - "end": 62310 - }, - "index": 522 - }, - { - "id": "CC8FE3E6FE", - "span": { - "start": 62311, - "end": 62422 - }, - "index": 523 - }, - { - "id": "B1A339A942", - "span": { - "start": 62423, - "end": 62534 - }, - "index": 524 - }, - { - "id": "68792692CE", - "span": { - "start": 62535, - "end": 62653 - }, - "index": 525 - }, - { - "id": "080A5E8444", - "span": { - "start": 62654, - "end": 62765 - }, - "index": 526 - }, - { - "id": "5D9D25D2D5", - "span": { - "start": 62766, - "end": 62874 - }, - "index": 527 - }, - { - "id": "E4EBB0DD5F", - "span": { - "start": 62875, - "end": 62988 - }, - "index": 528 - }, - { - "id": "BCC3B95D8A", - "span": { - "start": 62989, - "end": 63103 - }, - "index": 529 - }, - { - "id": "9224156F71", - "span": { - "start": 63104, - "end": 63223 - }, - "index": 530 - }, - { - "id": "F8D450C79F", - "span": { - "start": 63224, - "end": 63337 - }, - "index": 531 - }, - { - "id": "6F9CF694C0", - "span": { - "start": 63338, - "end": 63457 - }, - "index": 532 - }, - { - "id": "BC5B30ABCC", - "span": { - "start": 63458, - "end": 63566 - }, - "index": 533 - }, - { - "id": "6ECD7E491D", - "span": { - "start": 63567, - "end": 63677 - }, - "index": 534 - }, - { - "id": "84734793F4", - "span": { - "start": 63678, - "end": 63793 - }, - "index": 535 - }, - { - "id": "C772D363B6", - "span": { - "start": 63794, - "end": 63911 - }, - "index": 536 - }, - { - "id": "C6A923AC5C", - "span": { - "start": 63912, - "end": 64029 - }, - "index": 537 - }, - { - "id": "02ADAB1117", - "span": { - "start": 64030, - "end": 64140 - }, - "index": 538 - }, - { - "id": "B838A144C3", - "span": { - "start": 64141, - "end": 64259 - }, - "index": 539 - }, - { - "id": "0CABB94C4F", - "span": { - "start": 64260, - "end": 64377 - }, - "index": 540 - }, - { - "id": "D3A2B63DEC", - "span": { - "start": 64378, - "end": 64493 - }, - "index": 541 - }, - { - "id": "CB6247CF00", - "span": { - "start": 64494, - "end": 64608 - }, - "index": 542 - }, - { - "id": "91075DF5F1", - "span": { - "start": 64609, - "end": 64724 - }, - "index": 543 - }, - { - "id": "3A37119730", - "span": { - "start": 64725, - "end": 64846 - }, - "index": 544 - }, - { - "id": "6B7B1220B3", - "span": { - "start": 64847, - "end": 64966 - }, - "index": 545 - }, - { - "id": "55480ED4E3", - "span": { - "start": 64967, - "end": 65080 - }, - "index": 546 - }, - { - "id": "3D356DFC54", - "span": { - "start": 65081, - "end": 65196 - }, - "index": 547 - }, - { - "id": "388005A021", - "span": { - "start": 65197, - "end": 65315 - }, - "index": 548 - }, - { - "id": "AEF26F49E3", - "span": { - "start": 65316, - "end": 65432 - }, - "index": 549 - }, - { - "id": "1BB44A6E7E", - "span": { - "start": 65433, - "end": 65546 - }, - "index": 550 - }, - { - "id": "F1C118EE39", - "span": { - "start": 65547, - "end": 65671 - }, - "index": 551 - }, - { - "id": "C602E4F711", - "span": { - "start": 65672, - "end": 65783 - }, - "index": 552 - }, - { - "id": "F492FA1069", - "span": { - "start": 65784, - "end": 65897 - }, - "index": 553 - }, - { - "id": "4CCB669229", - "span": { - "start": 65898, - "end": 66008 - }, - "index": 554 - }, - { - "id": "1B69242A45", - "span": { - "start": 66009, - "end": 66124 - }, - "index": 555 - }, - { - "id": "75F696776A", - "span": { - "start": 66125, - "end": 66244 - }, - "index": 556 - }, - { - "id": "0EFCB609F3", - "span": { - "start": 66245, - "end": 66359 - }, - "index": 557 - }, - { - "id": "503355A8B0", - "span": { - "start": 66360, - "end": 66465 - }, - "index": 558 - }, - { - "id": "794CA5A334", - "span": { - "start": 66466, - "end": 66584 - }, - "index": 559 - }, - { - "id": "76B7C85711", - "span": { - "start": 66585, - "end": 66691 - }, - "index": 560 - }, - { - "id": "F4A6E63943", - "span": { - "start": 66692, - "end": 66796 - }, - "index": 561 - }, - { - "id": "E82663D7E1", - "span": { - "start": 66797, - "end": 66899 - }, - "index": 562 - }, - { - "id": "9AB4A83A80", - "span": { - "start": 66900, - "end": 67004 - }, - "index": 563 - }, - { - "id": "CA24B4EDA5", - "span": { - "start": 67005, - "end": 67117 - }, - "index": 564 - }, - { - "id": "BDCBD2CCAC", - "span": { - "start": 67118, - "end": 67234 - }, - "index": 565 - }, - { - "id": "3B333D54B9", - "span": { - "start": 67235, - "end": 67341 - }, - "index": 566 - }, - { - "id": "CD27C85C37", - "span": { - "start": 67342, - "end": 67451 - }, - "index": 567 - }, - { - "id": "CE117D4AED", - "span": { - "start": 67452, - "end": 67565 - }, - "index": 568 - }, - { - "id": "A9A689A7B3", - "span": { - "start": 67566, - "end": 67681 - }, - "index": 569 - }, - { - "id": "143BE8C09B", - "span": { - "start": 67682, - "end": 67787 - }, - "index": 570 - }, - { - "id": "437F4AD630", - "span": { - "start": 67788, - "end": 67902 - }, - "index": 571 - }, - { - "id": "B2E9E5AE1E", - "span": { - "start": 67903, - "end": 68022 - }, - "index": 572 - }, - { - "id": "5A4F74BBB9", - "span": { - "start": 68023, - "end": 68131 - }, - "index": 573 - }, - { - "id": "4BA8918281", - "span": { - "start": 68132, - "end": 68246 - }, - "index": 574 - }, - { - "id": "D88291A965", - "span": { - "start": 68247, - "end": 68358 - }, - "index": 575 - }, - { - "id": "7674712A69", - "span": { - "start": 68359, - "end": 68471 - }, - "index": 576 - }, - { - "id": "149B408F75", - "span": { - "start": 68472, - "end": 68581 - }, - "index": 577 - }, - { - "id": "B2579E8922", - "span": { - "start": 68582, - "end": 68689 - }, - "index": 578 - }, - { - "id": "FC66C48658", - "span": { - "start": 68690, - "end": 68798 - }, - "index": 579 - }, - { - "id": "897205E7D9", - "span": { - "start": 68799, - "end": 68914 - }, - "index": 580 - }, - { - "id": "45BFEC2BBF", - "span": { - "start": 68915, - "end": 69033 - }, - "index": 581 - }, - { - "id": "4CB061446C", - "span": { - "start": 69034, - "end": 69150 - }, - "index": 582 - }, - { - "id": "538C666336", - "span": { - "start": 69151, - "end": 69265 - }, - "index": 583 - }, - { - "id": "476E700967", - "span": { - "start": 69266, - "end": 69372 - }, - "index": 584 - }, - { - "id": "2141465146", - "span": { - "start": 69373, - "end": 69484 - }, - "index": 585 - }, - { - "id": "A6F6B151B8", - "span": { - "start": 69485, - "end": 69611 - }, - "index": 586 - }, - { - "id": "ABEA8F31F3", - "span": { - "start": 69612, - "end": 69724 - }, - "index": 587 - }, - { - "id": "A253CC59F5", - "span": { - "start": 69725, - "end": 69840 - }, - "index": 588 - }, - { - "id": "B9E04355B6", - "span": { - "start": 69841, - "end": 69961 - }, - "index": 589 - }, - { - "id": "B314008257", - "span": { - "start": 69962, - "end": 70076 - }, - "index": 590 - }, - { - "id": "44146967F1", - "span": { - "start": 70077, - "end": 70228 - }, - "index": 591 - }, - { - "id": "B699A14549", - "span": { - "start": 70229, - "end": 70346 - }, - "index": 592 - }, - { - "id": "4A66CC40CC", - "span": { - "start": 70347, - "end": 70475 - }, - "index": 593 - }, - { - "id": "7326D4AF44", - "span": { - "start": 70476, - "end": 70595 - }, - "index": 594 - }, - { - "id": "E563466DF6", - "span": { - "start": 70596, - "end": 70713 - }, - "index": 595 - }, - { - "id": "1EA23C54F7", - "span": { - "start": 70714, - "end": 70830 - }, - "index": 596 - }, - { - "id": "114E894666", - "span": { - "start": 70831, - "end": 70943 - }, - "index": 597 - }, - { - "id": "7C627A07FC", - "span": { - "start": 70944, - "end": 71088 - }, - "index": 598 - }, - { - "id": "F6F8EEFD88", - "span": { - "start": 71089, - "end": 71214 - }, - "index": 599 - }, - { - "id": "0EA4490510", - "span": { - "start": 71215, - "end": 71328 - }, - "index": 600 - }, - { - "id": "E4B1AD1A6A", - "span": { - "start": 71329, - "end": 71440 - }, - "index": 601 - }, - { - "id": "9019159475", - "span": { - "start": 71441, - "end": 71552 - }, - "index": 602 - }, - { - "id": "6FD45254D1", - "span": { - "start": 71553, - "end": 71694 - }, - "index": 603 - }, - { - "id": "110FD64A8B", - "span": { - "start": 71695, - "end": 71809 - }, - "index": 604 - }, - { - "id": "B761B40E12", - "span": { - "start": 71810, - "end": 71926 - }, - "index": 605 - }, - { - "id": "5A585C0C04", - "span": { - "start": 71927, - "end": 72051 - }, - "index": 606 - }, - { - "id": "83C43C94CB", - "span": { - "start": 72052, - "end": 72159 - }, - "index": 607 - }, - { - "id": "A99AAB9728", - "span": { - "start": 72160, - "end": 72271 - }, - "index": 608 - }, - { - "id": "EAFE3B827B", - "span": { - "start": 72272, - "end": 72387 - }, - "index": 609 - }, - { - "id": "43F28C190B", - "span": { - "start": 72388, - "end": 72498 - }, - "index": 610 - }, - { - "id": "A3885B8B2C", - "span": { - "start": 72499, - "end": 72614 - }, - "index": 611 - }, - { - "id": "CACD95C972", - "span": { - "start": 72615, - "end": 72723 - }, - "index": 612 - }, - { - "id": "89CB08FF08", - "span": { - "start": 72724, - "end": 72840 - }, - "index": 613 - }, - { - "id": "F76E398177", - "span": { - "start": 72841, - "end": 72954 - }, - "index": 614 - }, - { - "id": "CACDDE659D", - "span": { - "start": 72955, - "end": 73076 - }, - "index": 615 - }, - { - "id": "D22E4D035E", - "span": { - "start": 73077, - "end": 73200 - }, - "index": 616 - }, - { - "id": "F0673CAF90", - "span": { - "start": 73201, - "end": 73319 - }, - "index": 617 - }, - { - "id": "B71967FF10", - "span": { - "start": 73320, - "end": 73440 - }, - "index": 618 - }, - { - "id": "F8F7E50406", - "span": { - "start": 73441, - "end": 73555 - }, - "index": 619 - }, - { - "id": "4FD49F4AD9", - "span": { - "start": 73556, - "end": 73663 - }, - "index": 620 - }, - { - "id": "2F3D5E0E54", - "span": { - "start": 73664, - "end": 73780 - }, - "index": 621 - }, - { - "id": "8EA4F500D8", - "span": { - "start": 73781, - "end": 73895 - }, - "index": 622 - }, - { - "id": "844371A06A", - "span": { - "start": 73896, - "end": 74000 - }, - "index": 623 - }, - { - "id": "199A47119D", - "span": { - "start": 74001, - "end": 74113 - }, - "index": 624 - }, - { - "id": "F88DF446F8", - "span": { - "start": 74114, - "end": 74229 - }, - "index": 625 - }, - { - "id": "203A8CC1BA", - "span": { - "start": 74230, - "end": 74340 - }, - "index": 626 - }, - { - "id": "DE44101207", - "span": { - "start": 74341, - "end": 74454 - }, - "index": 627 - }, - { - "id": "E97E5AAE7E", - "span": { - "start": 74455, - "end": 74566 - }, - "index": 628 - }, - { - "id": "D041BD92D1", - "span": { - "start": 74567, - "end": 74683 - }, - "index": 629 - }, - { - "id": "F37FFF49FF", - "span": { - "start": 74684, - "end": 74806 - }, - "index": 630 - }, - { - "id": "EFD3EE6449", - "span": { - "start": 74807, - "end": 74922 - }, - "index": 631 - }, - { - "id": "63E44ED9D6", - "span": { - "start": 74923, - "end": 75033 - }, - "index": 632 - }, - { - "id": "116525989B", - "span": { - "start": 75034, - "end": 75148 - }, - "index": 633 - }, - { - "id": "C3AB997BF4", - "span": { - "start": 75149, - "end": 75264 - }, - "index": 634 - }, - { - "id": "883310D37E", - "span": { - "start": 75265, - "end": 75388 - }, - "index": 635 - }, - { - "id": "63EBBC0FD3", - "span": { - "start": 75389, - "end": 75504 - }, - "index": 636 - }, - { - "id": "4C48CC788C", - "span": { - "start": 75505, - "end": 75616 - }, - "index": 637 - }, - { - "id": "6B33633CC6", - "span": { - "start": 75617, - "end": 75734 - }, - "index": 638 - }, - { - "id": "3F7A39CAAA", - "span": { - "start": 75735, - "end": 75851 - }, - "index": 639 - }, - { - "id": "9CC433B14B", - "span": { - "start": 75852, - "end": 75970 - }, - "index": 640 - }, - { - "id": "B4B1196B82", - "span": { - "start": 75971, - "end": 76092 - }, - "index": 641 - }, - { - "id": "B440DFB14D", - "span": { - "start": 76093, - "end": 76204 - }, - "index": 642 - }, - { - "id": "1F98141810", - "span": { - "start": 76205, - "end": 76314 - }, - "index": 643 - }, - { - "id": "51D07A6E64", - "span": { - "start": 76315, - "end": 76432 - }, - "index": 644 - }, - { - "id": "6A4162C944", - "span": { - "start": 76433, - "end": 76562 - }, - "index": 645 - }, - { - "id": "E4E24E220D", - "span": { - "start": 76563, - "end": 76704 - }, - "index": 646 - }, - { - "id": "7FDD380B1F", - "span": { - "start": 76705, - "end": 76812 - }, - "index": 647 - }, - { - "id": "C73AA27149", - "span": { - "start": 76813, - "end": 76931 - }, - "index": 648 - }, - { - "id": "C3D6B4C9E3", - "span": { - "start": 76932, - "end": 77048 - }, - "index": 649 - }, - { - "id": "C8C6D09C97", - "span": { - "start": 77049, - "end": 77156 - }, - "index": 650 - }, - { - "id": "E15ACB3581", - "span": { - "start": 77157, - "end": 77264 - }, - "index": 651 - }, - { - "id": "4BC35D7525", - "span": { - "start": 77265, - "end": 77383 - }, - "index": 652 - }, - { - "id": "B5C5F85358", - "span": { - "start": 77384, - "end": 77503 - }, - "index": 653 - }, - { - "id": "771C8BAF77", - "span": { - "start": 77504, - "end": 77613 - }, - "index": 654 - }, - { - "id": "524A25B48B", - "span": { - "start": 77614, - "end": 77722 - }, - "index": 655 - }, - { - "id": "83747F698F", - "span": { - "start": 77723, - "end": 77844 - }, - "index": 656 - }, - { - "id": "70B16055DB", - "span": { - "start": 77845, - "end": 77955 - }, - "index": 657 - }, - { - "id": "D0A32AABA0", - "span": { - "start": 77956, - "end": 78065 - }, - "index": 658 - }, - { - "id": "238093439F", - "span": { - "start": 78066, - "end": 78182 - }, - "index": 659 - }, - { - "id": "619C62D2AA", - "span": { - "start": 78183, - "end": 78292 - }, - "index": 660 - }, - { - "id": "BA74648778", - "span": { - "start": 78293, - "end": 78414 - }, - "index": 661 - }, - { - "id": "C36F4F08DF", - "span": { - "start": 78415, - "end": 78519 - }, - "index": 662 - }, - { - "id": "84393D59D3", - "span": { - "start": 78520, - "end": 78634 - }, - "index": 663 - }, - { - "id": "F86116F9C6", - "span": { - "start": 78635, - "end": 78749 - }, - "index": 664 - }, - { - "id": "A4E8F5F2F0", - "span": { - "start": 78750, - "end": 78857 - }, - "index": 665 - }, - { - "id": "D70FF6B603", - "span": { - "start": 78858, - "end": 78971 - }, - "index": 666 - }, - { - "id": "98AC3EE00D", - "span": { - "start": 78972, - "end": 79097 - }, - "index": 667 - }, - { - "id": "DBBB6F665A", - "span": { - "start": 79098, - "end": 79209 - }, - "index": 668 - }, - { - "id": "E189B9FF19", - "span": { - "start": 79210, - "end": 79327 - }, - "index": 669 - }, - { - "id": "DCFDCEC580", - "span": { - "start": 79328, - "end": 79437 - }, - "index": 670 - }, - { - "id": "7A92DA7656", - "span": { - "start": 79438, - "end": 79548 - }, - "index": 671 - }, - { - "id": "B2D7D28230", - "span": { - "start": 79549, - "end": 79663 - }, - "index": 672 - }, - { - "id": "A2F099B229", - "span": { - "start": 79664, - "end": 79781 - }, - "index": 673 - }, - { - "id": "AB3A5232A2", - "span": { - "start": 79782, - "end": 79894 - }, - "index": 674 - }, - { - "id": "AE8D8DEECA", - "span": { - "start": 79895, - "end": 80008 - }, - "index": 675 - }, - { - "id": "55B524C584", - "span": { - "start": 80009, - "end": 80123 - }, - "index": 676 - }, - { - "id": "4F71101F42", - "span": { - "start": 80124, - "end": 80242 - }, - "index": 677 - }, - { - "id": "0D221DFDBD", - "span": { - "start": 80243, - "end": 80357 - }, - "index": 678 - }, - { - "id": "7AAFC3D7F6", - "span": { - "start": 80358, - "end": 80463 - }, - "index": 679 - }, - { - "id": "9A684D6996", - "span": { - "start": 80464, - "end": 80576 - }, - "index": 680 - }, - { - "id": "E0E13BE4BB", - "span": { - "start": 80577, - "end": 80695 - }, - "index": 681 - }, - { - "id": "D35F7304A9", - "span": { - "start": 80696, - "end": 80803 - }, - "index": 682 - }, - { - "id": "BFFDB46F4D", - "span": { - "start": 80804, - "end": 80914 - }, - "index": 683 - }, - { - "id": "3897FA3844", - "span": { - "start": 80915, - "end": 81029 - }, - "index": 684 - }, - { - "id": "A368F83988", - "span": { - "start": 81030, - "end": 81139 - }, - "index": 685 - }, - { - "id": "95D8E2F62F", - "span": { - "start": 81140, - "end": 81252 - }, - "index": 686 - }, - { - "id": "14DAD5A4E6", - "span": { - "start": 81253, - "end": 81361 - }, - "index": 687 - }, - { - "id": "F30BC1114C", - "span": { - "start": 81362, - "end": 81475 - }, - "index": 688 - }, - { - "id": "7557854477", - "span": { - "start": 81476, - "end": 81588 - }, - "index": 689 - }, - { - "id": "A230879897", - "span": { - "start": 81589, - "end": 81703 - }, - "index": 690 - }, - { - "id": "E9999A88F7", - "span": { - "start": 81704, - "end": 81817 - }, - "index": 691 - }, - { - "id": "EAED8592B8", - "span": { - "start": 81818, - "end": 81929 - }, - "index": 692 - }, - { - "id": "D33939D03C", - "span": { - "start": 81930, - "end": 82045 - }, - "index": 693 - }, - { - "id": "9752480CF7", - "span": { - "start": 82046, - "end": 82153 - }, - "index": 694 - }, - { - "id": "452BCC45C4", - "span": { - "start": 82154, - "end": 82262 - }, - "index": 695 - }, - { - "id": "3B44CEF80E", - "span": { - "start": 82263, - "end": 82373 - }, - "index": 696 - }, - { - "id": "A144E9CED9", - "span": { - "start": 82374, - "end": 82492 - }, - "index": 697 - }, - { - "id": "FF742B8507", - "span": { - "start": 82493, - "end": 82612 - }, - "index": 698 - }, - { - "id": "F3888CC5C5", - "span": { - "start": 82613, - "end": 82724 - }, - "index": 699 - }, - { - "id": "8FA653793E", - "span": { - "start": 82725, - "end": 82812 - }, - "index": 700 - }, - { - "id": "045587E28E", - "span": { - "start": 82818, - "end": 82928 - }, - "index": 701 - }, - { - "id": "631FBC6D92", - "span": { - "start": 82929, - "end": 83047 - }, - "index": 702 - }, - { - "id": "1694FFEF97", - "span": { - "start": 83048, - "end": 83166 - }, - "index": 703 - }, - { - "id": "B9CEE4D987", - "span": { - "start": 83167, - "end": 83283 - }, - "index": 704 - }, - { - "id": "CDE4151C41", - "span": { - "start": 83284, - "end": 83409 - }, - "index": 705 - }, - { - "id": "D5B5B806BB", - "span": { - "start": 83410, - "end": 83526 - }, - "index": 706 - }, - { - "id": "D32C33C424", - "span": { - "start": 83527, - "end": 83641 - }, - "index": 707 - }, - { - "id": "BA57442EEF", - "span": { - "start": 83642, - "end": 83770 - }, - "index": 708 - }, - { - "id": "33F24F82C2", - "span": { - "start": 83771, - "end": 83884 - }, - "index": 709 - }, - { - "id": "330334B779", - "span": { - "start": 83885, - "end": 84010 - }, - "index": 710 - }, - { - "id": "5353F34370", - "span": { - "start": 84011, - "end": 84130 - }, - "index": 711 - }, - { - "id": "E8448EE8BE", - "span": { - "start": 84131, - "end": 84303 - }, - "index": 712 - }, - { - "id": "1B15169994", - "span": { - "start": 84304, - "end": 84416 - }, - "index": 713 - }, - { - "id": "B388B48988", - "span": { - "start": 84417, - "end": 84538 - }, - "index": 714 - }, - { - "id": "61FC485E19", - "span": { - "start": 84539, - "end": 84653 - }, - "index": 715 - }, - { - "id": "B01B330A6E", - "span": { - "start": 84654, - "end": 84761 - }, - "index": 716 - }, - { - "id": "391A2F1E54", - "span": { - "start": 84762, - "end": 84883 - }, - "index": 717 - }, - { - "id": "4346B46FD7", - "span": { - "start": 84884, - "end": 84995 - }, - "index": 718 - }, - { - "id": "8513739349", - "span": { - "start": 84996, - "end": 85107 - }, - "index": 719 - }, - { - "id": "150A04EA5D", - "span": { - "start": 85108, - "end": 85164 - }, - "index": 720 - }, - { - "id": "4EA547A95A", - "span": { - "start": 85165, - "end": 85165 - }, - "index": 721 - }, - { - "id": "A0FB322D01", - "span": { - "start": 85166, - "end": 85277 - }, - "index": 722 - }, - { - "id": "C33B04E76E", - "span": { - "start": 85278, - "end": 85387 - }, - "index": 723 - }, - { - "id": "FB63D29A0C", - "span": { - "start": 85388, - "end": 85501 - }, - "index": 724 - }, - { - "id": "A818361DA7", - "span": { - "start": 85502, - "end": 85620 - }, - "index": 725 - }, - { - "id": "5DFF144745", - "span": { - "start": 85621, - "end": 85737 - }, - "index": 726 - }, - { - "id": "7FAFB46E7E", - "span": { - "start": 85738, - "end": 85848 - }, - "index": 727 - }, - { - "id": "672E2227F8", - "span": { - "start": 85849, - "end": 85965 - }, - "index": 728 - }, - { - "id": "8C794B0139", - "span": { - "start": 85966, - "end": 86086 - }, - "index": 729 - }, - { - "id": "05381B0045", - "span": { - "start": 86087, - "end": 86195 - }, - "index": 730 - }, - { - "id": "444745E0F4", - "span": { - "start": 86196, - "end": 86314 - }, - "index": 731 - }, - { - "id": "76E0BC4744", - "span": { - "start": 86315, - "end": 86418 - }, - "index": 732 - }, - { - "id": "E10FE4D4F3", - "span": { - "start": 86419, - "end": 86539 - }, - "index": 733 - }, - { - "id": "15E1C7681B", - "span": { - "start": 86540, - "end": 86652 - }, - "index": 734 - }, - { - "id": "640D042106", - "span": { - "start": 86653, - "end": 86756 - }, - "index": 735 - }, - { - "id": "F52A4C4583", - "span": { - "start": 86757, - "end": 86876 - }, - "index": 736 - }, - { - "id": "C68E3DD8EC", - "span": { - "start": 86877, - "end": 86993 - }, - "index": 737 - }, - { - "id": "4628996665", - "span": { - "start": 86994, - "end": 87120 - }, - "index": 738 - }, - { - "id": "A5B478D406", - "span": { - "start": 87121, - "end": 87237 - }, - "index": 739 - }, - { - "id": "E928B21EDB", - "span": { - "start": 87238, - "end": 87356 - }, - "index": 740 - }, - { - "id": "04BF6151B6", - "span": { - "start": 87357, - "end": 87475 - }, - "index": 741 - }, - { - "id": "716120D668", - "span": { - "start": 87476, - "end": 87585 - }, - "index": 742 - }, - { - "id": "559C115576", - "span": { - "start": 87586, - "end": 87706 - }, - "index": 743 - }, - { - "id": "895594F04E", - "span": { - "start": 87707, - "end": 87822 - }, - "index": 744 - }, - { - "id": "98849DC7B7", - "span": { - "start": 87823, - "end": 87941 - }, - "index": 745 - }, - { - "id": "D81A8B898A", - "span": { - "start": 87942, - "end": 88052 - }, - "index": 746 - }, - { - "id": "95E38E82C5", - "span": { - "start": 88053, - "end": 88166 - }, - "index": 747 - }, - { - "id": "641B7EB534", - "span": { - "start": 88167, - "end": 88279 - }, - "index": 748 - }, - { - "id": "324D44DDD5", - "span": { - "start": 88280, - "end": 88403 - }, - "index": 749 - }, - { - "id": "9738DDBD89", - "span": { - "start": 88404, - "end": 88517 - }, - "index": 750 - }, - { - "id": "820DDDBF78", - "span": { - "start": 88518, - "end": 88635 - }, - "index": 751 - }, - { - "id": "281BFC41BB", - "span": { - "start": 88636, - "end": 88751 - }, - "index": 752 - }, - { - "id": "A55855EBBA", - "span": { - "start": 88752, - "end": 88871 - }, - "index": 753 - }, - { - "id": "A3CACABB63", - "span": { - "start": 88872, - "end": 88978 - }, - "index": 754 - }, - { - "id": "2343141D1D", - "span": { - "start": 88979, - "end": 89098 - }, - "index": 755 - }, - { - "id": "A1A4B04A4F", - "span": { - "start": 89099, - "end": 89218 - }, - "index": 756 - }, - { - "id": "EF81CE64B9", - "span": { - "start": 89219, - "end": 89331 - }, - "index": 757 - }, - { - "id": "74E7647122", - "span": { - "start": 89332, - "end": 89436 - }, - "index": 758 - }, - { - "id": "8DF6CF6EB8", - "span": { - "start": 89437, - "end": 89546 - }, - "index": 759 - }, - { - "id": "EBAF2A8FF3", - "span": { - "start": 89547, - "end": 89654 - }, - "index": 760 - }, - { - "id": "CF66CAC1FF", - "span": { - "start": 89655, - "end": 89763 - }, - "index": 761 - }, - { - "id": "2610818863", - "span": { - "start": 89764, - "end": 89870 - }, - "index": 762 - }, - { - "id": "99DDDDDD0A", - "span": { - "start": 89871, - "end": 89978 - }, - "index": 763 - }, - { - "id": "2803DE412A", - "span": { - "start": 89979, - "end": 90093 - }, - "index": 764 - }, - { - "id": "A5E7A67713", - "span": { - "start": 90094, - "end": 90205 - }, - "index": 765 - }, - { - "id": "CEC8236F6C", - "span": { - "start": 90206, - "end": 90317 - }, - "index": 766 - }, - { - "id": "23A8C449A2", - "span": { - "start": 90318, - "end": 90428 - }, - "index": 767 - }, - { - "id": "F3E007E3A6", - "span": { - "start": 90429, - "end": 90548 - }, - "index": 768 - }, - { - "id": "B8A76CCFC4", - "span": { - "start": 90549, - "end": 90666 - }, - "index": 769 - }, - { - "id": "FE1E22720C", - "span": { - "start": 90667, - "end": 90775 - }, - "index": 770 - }, - { - "id": "E4446F6E56", - "span": { - "start": 90776, - "end": 90880 - }, - "index": 771 - }, - { - "id": "81DA662222", - "span": { - "start": 90881, - "end": 90987 - }, - "index": 772 - }, - { - "id": "83475F9298", - "span": { - "start": 90988, - "end": 91107 - }, - "index": 773 - }, - { - "id": "74189C9F69", - "span": { - "start": 91108, - "end": 91218 - }, - "index": 774 - }, - { - "id": "093003FE3B", - "span": { - "start": 91219, - "end": 91322 - }, - "index": 775 - }, - { - "id": "AC5C444297", - "span": { - "start": 91323, - "end": 91434 - }, - "index": 776 - }, - { - "id": "4C88D22992", - "span": { - "start": 91435, - "end": 91556 - }, - "index": 777 - }, - { - "id": "491C009A2B", - "span": { - "start": 91557, - "end": 91676 - }, - "index": 778 - }, - { - "id": "D7186D6282", - "span": { - "start": 91677, - "end": 91788 - }, - "index": 779 - }, - { - "id": "A5704E3CE4", - "span": { - "start": 91789, - "end": 91930 - }, - "index": 780 - }, - { - "id": "B1572EAF72", - "span": { - "start": 91931, - "end": 92035 - }, - "index": 781 - }, - { - "id": "9477E4CBB6", - "span": { - "start": 92036, - "end": 92146 - }, - "index": 782 - }, - { - "id": "E77DF74F22", - "span": { - "start": 92147, - "end": 92251 - }, - "index": 783 - }, - { - "id": "1CCA58DFFA", - "span": { - "start": 92252, - "end": 92369 - }, - "index": 784 - }, - { - "id": "60171E7016", - "span": { - "start": 92370, - "end": 92488 - }, - "index": 785 - }, - { - "id": "09D1454421", - "span": { - "start": 92489, - "end": 92608 - }, - "index": 786 - }, - { - "id": "BF5372FD89", - "span": { - "start": 92609, - "end": 92728 - }, - "index": 787 - }, - { - "id": "05D44BDD08", - "span": { - "start": 92729, - "end": 92839 - }, - "index": 788 - }, - { - "id": "43BD73D496", - "span": { - "start": 92840, - "end": 92950 - }, - "index": 789 - }, - { - "id": "82D28DB816", - "span": { - "start": 92951, - "end": 93061 - }, - "index": 790 - }, - { - "id": "366D94D481", - "span": { - "start": 93062, - "end": 93167 - }, - "index": 791 - }, - { - "id": "478B4B41BD", - "span": { - "start": 93168, - "end": 93283 - }, - "index": 792 - }, - { - "id": "E5305420BC", - "span": { - "start": 93284, - "end": 93401 - }, - "index": 793 - }, - { - "id": "04A74B58BB", - "span": { - "start": 93402, - "end": 93508 - }, - "index": 794 - }, - { - "id": "DBADC236DC", - "span": { - "start": 93509, - "end": 93619 - }, - "index": 795 - }, - { - "id": "C86386AAE1", - "span": { - "start": 93620, - "end": 93722 - }, - "index": 796 - }, - { - "id": "DF95445AFE", - "span": { - "start": 93723, - "end": 93833 - }, - "index": 797 - }, - { - "id": "24E721BA14", - "span": { - "start": 93834, - "end": 93942 - }, - "index": 798 - }, - { - "id": "91BB3CCFAA", - "span": { - "start": 93943, - "end": 94055 - }, - "index": 799 - }, - { - "id": "92720FD4D4", - "span": { - "start": 94056, - "end": 94173 - }, - "index": 800 - }, - { - "id": "A0AAF4B174", - "span": { - "start": 94174, - "end": 94290 - }, - "index": 801 - }, - { - "id": "1C47FC2B4B", - "span": { - "start": 94291, - "end": 94399 - }, - "index": 802 - }, - { - "id": "042A20A741", - "span": { - "start": 94400, - "end": 94513 - }, - "index": 803 - }, - { - "id": "8D8D80B865", - "span": { - "start": 94514, - "end": 94631 - }, - "index": 804 - }, - { - "id": "6A5B6DBDD3", - "span": { - "start": 94632, - "end": 94738 - }, - "index": 805 - }, - { - "id": "8745582747", - "span": { - "start": 94739, - "end": 94852 - }, - "index": 806 - }, - { - "id": "06E48B1039", - "span": { - "start": 94853, - "end": 94958 - }, - "index": 807 - }, - { - "id": "FFEF9CF5F2", - "span": { - "start": 94959, - "end": 95070 - }, - "index": 808 - }, - { - "id": "944EFEE9C4", - "span": { - "start": 95071, - "end": 95181 - }, - "index": 809 - }, - { - "id": "1A8F8688C5", - "span": { - "start": 95182, - "end": 95296 - }, - "index": 810 - }, - { - "id": "DF0B31253F", - "span": { - "start": 95297, - "end": 95412 - }, - "index": 811 - }, - { - "id": "CB862B8248", - "span": { - "start": 95413, - "end": 95524 - }, - "index": 812 - }, - { - "id": "2AE76B78E4", - "span": { - "start": 95525, - "end": 95635 - }, - "index": 813 - }, - { - "id": "618878278F", - "span": { - "start": 95636, - "end": 95736 - }, - "index": 814 - }, - { - "id": "AEBE0F1B92", - "span": { - "start": 95737, - "end": 95851 - }, - "index": 815 - }, - { - "id": "820A024A40", - "span": { - "start": 95852, - "end": 95964 - }, - "index": 816 - }, - { - "id": "78AC70743C", - "span": { - "start": 95965, - "end": 96088 - }, - "index": 817 - }, - { - "id": "B8BA6DD5ED", - "span": { - "start": 96089, - "end": 96210 - }, - "index": 818 - }, - { - "id": "37BE9DEF98", - "span": { - "start": 96211, - "end": 96325 - }, - "index": 819 - }, - { - "id": "72A6B2D044", - "span": { - "start": 96326, - "end": 96435 - }, - "index": 820 - }, - { - "id": "D82AAAAAE4", - "span": { - "start": 96436, - "end": 96554 - }, - "index": 821 - }, - { - "id": "49E94B352A", - "span": { - "start": 96555, - "end": 96671 - }, - "index": 822 - }, - { - "id": "2887B8EBE8", - "span": { - "start": 96672, - "end": 96783 - }, - "index": 823 - }, - { - "id": "97046E8EF7", - "span": { - "start": 96784, - "end": 96895 - }, - "index": 824 - }, - { - "id": "AB5B555A2F", - "span": { - "start": 96896, - "end": 97014 - }, - "index": 825 - }, - { - "id": "308884D168", - "span": { - "start": 97015, - "end": 97130 - }, - "index": 826 - }, - { - "id": "7F3379FDBB", - "span": { - "start": 97131, - "end": 97242 - }, - "index": 827 - }, - { - "id": "177B736A77", - "span": { - "start": 97243, - "end": 97359 - }, - "index": 828 - }, - { - "id": "3B8458CF94", - "span": { - "start": 97360, - "end": 97474 - }, - "index": 829 - }, - { - "id": "325CCFDA26", - "span": { - "start": 97475, - "end": 97592 - }, - "index": 830 - }, - { - "id": "F59500AA85", - "span": { - "start": 97593, - "end": 97718 - }, - "index": 831 - }, - { - "id": "F96AB927ED", - "span": { - "start": 97719, - "end": 97832 - }, - "index": 832 - }, - { - "id": "83BBC5E547", - "span": { - "start": 97833, - "end": 97941 - }, - "index": 833 - }, - { - "id": "BC51F0B90B", - "span": { - "start": 97942, - "end": 98050 - }, - "index": 834 - }, - { - "id": "ED5B515364", - "span": { - "start": 98051, - "end": 98211 - }, - "index": 835 - }, - { - "id": "2C337BBAC3", - "span": { - "start": 98212, - "end": 98317 - }, - "index": 836 - }, - { - "id": "3CFE3D2DE2", - "span": { - "start": 98318, - "end": 98377 - }, - "index": 837 - }, - { - "id": "58065BB87D", - "span": { - "start": 98378, - "end": 98487 - }, - "index": 838 - }, - { - "id": "24824634A7", - "span": { - "start": 98488, - "end": 98596 - }, - "index": 839 - }, - { - "id": "DF44F0B73D", - "span": { - "start": 98597, - "end": 98713 - }, - "index": 840 - }, - { - "id": "884E0FB37D", - "span": { - "start": 98714, - "end": 98820 - }, - "index": 841 - }, - { - "id": "693BFB9EFB", - "span": { - "start": 98821, - "end": 98926 - }, - "index": 842 - }, - { - "id": "997B7DB089", - "span": { - "start": 98927, - "end": 99034 - }, - "index": 843 - }, - { - "id": "44ED344B43", - "span": { - "start": 99035, - "end": 99154 - }, - "index": 844 - }, - { - "id": "B4B8D8D7AA", - "span": { - "start": 99155, - "end": 99265 - }, - "index": 845 - }, - { - "id": "332C33A4C8", - "span": { - "start": 99266, - "end": 99375 - }, - "index": 846 - }, - { - "id": "3AFEBD8139", - "span": { - "start": 99376, - "end": 99498 - }, - "index": 847 - }, - { - "id": "18F50A10F0", - "span": { - "start": 99499, - "end": 99618 - }, - "index": 848 - }, - { - "id": "95491F454B", - "span": { - "start": 99619, - "end": 99739 - }, - "index": 849 - }, - { - "id": "4E9778876F", - "span": { - "start": 99740, - "end": 99853 - }, - "index": 850 - }, - { - "id": "7F9BFEA77A", - "span": { - "start": 99854, - "end": 99958 - }, - "index": 851 - }, - { - "id": "54474AB944", - "span": { - "start": 99959, - "end": 100070 - }, - "index": 852 - }, - { - "id": "9465391940", - "span": { - "start": 100071, - "end": 100181 - }, - "index": 853 - }, - { - "id": "2E45A6A5EF", - "span": { - "start": 100182, - "end": 100310 - }, - "index": 854 - }, - { - "id": "0699119218", - "span": { - "start": 100311, - "end": 100429 - }, - "index": 855 - }, - { - "id": "DD0B248A4F", - "span": { - "start": 100430, - "end": 100546 - }, - "index": 856 - }, - { - "id": "E9A7DBE5EF", - "span": { - "start": 100547, - "end": 100662 - }, - "index": 857 - }, - { - "id": "72478E00DF", - "span": { - "start": 100663, - "end": 100768 - }, - "index": 858 - }, - { - "id": "924FD85833", - "span": { - "start": 100769, - "end": 100883 - }, - "index": 859 - }, - { - "id": "9B71744BC7", - "span": { - "start": 100884, - "end": 101001 - }, - "index": 860 - }, - { - "id": "54287B5E52", - "span": { - "start": 101002, - "end": 101116 - }, - "index": 861 - }, - { - "id": "A1A27CC24B", - "span": { - "start": 101117, - "end": 101235 - }, - "index": 862 - }, - { - "id": "9B623CB1FB", - "span": { - "start": 101236, - "end": 101359 - }, - "index": 863 - }, - { - "id": "06E258A205", - "span": { - "start": 101360, - "end": 101472 - }, - "index": 864 - }, - { - "id": "13B6721C1A", - "span": { - "start": 101473, - "end": 101589 - }, - "index": 865 - }, - { - "id": "68C4956841", - "span": { - "start": 101590, - "end": 101699 - }, - "index": 866 - }, - { - "id": "478D3EE117", - "span": { - "start": 101700, - "end": 101826 - }, - "index": 867 - }, - { - "id": "A074A4101A", - "span": { - "start": 101827, - "end": 101947 - }, - "index": 868 - }, - { - "id": "76AF2F0615", - "span": { - "start": 101948, - "end": 102037 - }, - "index": 869 - }, - { - "id": "6A946E48C9", - "span": { - "start": 102044, - "end": 102154 - }, - "index": 870 - }, - { - "id": "D142B17ACB", - "span": { - "start": 102155, - "end": 102270 - }, - "index": 871 - }, - { - "id": "AD77231B3C", - "span": { - "start": 102271, - "end": 102381 - }, - "index": 872 - }, - { - "id": "6FFA67FB82", - "span": { - "start": 102382, - "end": 102488 - }, - "index": 873 - }, - { - "id": "1403A1C4A9", - "span": { - "start": 102489, - "end": 102601 - }, - "index": 874 - }, - { - "id": "991883D81D", - "span": { - "start": 102602, - "end": 102708 - }, - "index": 875 - }, - { - "id": "0F60AB7DB6", - "span": { - "start": 102709, - "end": 102851 - }, - "index": 876 - }, - { - "id": "6271AC38AE", - "span": { - "start": 102852, - "end": 103001 - }, - "index": 877 - }, - { - "id": "546A251166", - "span": { - "start": 103002, - "end": 103145 - }, - "index": 878 - }, - { - "id": "9CAB1C4604", - "span": { - "start": 103146, - "end": 103315 - }, - "index": 879 - }, - { - "id": "A8ABABA6B4", - "span": { - "start": 103316, - "end": 103591 - }, - "index": 880 - }, - { - "id": "EB3ADB4348", - "span": { - "start": 103592, - "end": 103763 - }, - "index": 881 - }, - { - "id": "E511F14259", - "span": { - "start": 103764, - "end": 103998 - }, - "index": 882 - }, - { - "id": "CC54B46D28", - "span": { - "start": 103999, - "end": 104248 - }, - "index": 883 - }, - { - "id": "848BB7AF83", - "span": { - "start": 104249, - "end": 104426 - }, - "index": 884 - }, - { - "id": "53DD82E0EB", - "span": { - "start": 104427, - "end": 104542 - }, - "index": 885 - }, - { - "id": "685963B2EA", - "span": { - "start": 104543, - "end": 104663 - }, - "index": 886 - }, - { - "id": "41BB14A20E", - "span": { - "start": 104664, - "end": 104784 - }, - "index": 887 - }, - { - "id": "4D2D2BD2E6", - "span": { - "start": 104785, - "end": 104900 - }, - "index": 888 - }, - { - "id": "994E90F7B0", - "span": { - "start": 104901, - "end": 105015 - }, - "index": 889 - }, - { - "id": "F74B70E787", - "span": { - "start": 105016, - "end": 105120 - }, - "index": 890 - }, - { - "id": "47AA2402A0", - "span": { - "start": 105121, - "end": 105244 - }, - "index": 891 - }, - { - "id": "6A2D456817", - "span": { - "start": 105245, - "end": 105357 - }, - "index": 892 - }, - { - "id": "0507233ED3", - "span": { - "start": 105358, - "end": 105471 - }, - "index": 893 - }, - { - "id": "3CACCBB02A", - "span": { - "start": 105472, - "end": 105589 - }, - "index": 894 - }, - { - "id": "30EBAFB1AC", - "span": { - "start": 105590, - "end": 105704 - }, - "index": 895 - }, - { - "id": "43DFBE81B1", - "span": { - "start": 105705, - "end": 105814 - }, - "index": 896 - }, - { - "id": "6A11136696", - "span": { - "start": 105815, - "end": 105928 - }, - "index": 897 - }, - { - "id": "3A1B334EB4", - "span": { - "start": 105929, - "end": 106049 - }, - "index": 898 - }, - { - "id": "701F7FAF3F", - "span": { - "start": 106050, - "end": 106164 - }, - "index": 899 - }, - { - "id": "9040CF94A2", - "span": { - "start": 106165, - "end": 106272 - }, - "index": 900 - }, - { - "id": "CA8D358D43", - "span": { - "start": 106273, - "end": 106398 - }, - "index": 901 - }, - { - "id": "1000A259A8", - "span": { - "start": 106399, - "end": 106510 - }, - "index": 902 - }, - { - "id": "3C58B39BCC", - "span": { - "start": 106511, - "end": 106629 - }, - "index": 903 - }, - { - "id": "9972B6C6A9", - "span": { - "start": 106630, - "end": 106736 - }, - "index": 904 - }, - { - "id": "41E1116C4E", - "span": { - "start": 106737, - "end": 106857 - }, - "index": 905 - }, - { - "id": "14B2022B8F", - "span": { - "start": 106858, - "end": 106969 - }, - "index": 906 - }, - { - "id": "4424C42F47", - "span": { - "start": 106970, - "end": 107085 - }, - "index": 907 - }, - { - "id": "58404042F0", - "span": { - "start": 107086, - "end": 107203 - }, - "index": 908 - }, - { - "id": "7BCB9531B5", - "span": { - "start": 107204, - "end": 107326 - }, - "index": 909 - }, - { - "id": "434F689382", - "span": { - "start": 107327, - "end": 107416 - }, - "index": 910 - }, - { - "id": "0D9D3C3D4D", - "span": { - "start": 107417, - "end": 107535 - }, - "index": 911 - }, - { - "id": "F8AFAA1C34", - "span": { - "start": 107536, - "end": 107648 - }, - "index": 912 - }, - { - "id": "8B1F869B17", - "span": { - "start": 107649, - "end": 107764 - }, - "index": 913 - }, - { - "id": "84EB912FE4", - "span": { - "start": 107765, - "end": 107883 - }, - "index": 914 - }, - { - "id": "7344265ABF", - "span": { - "start": 107884, - "end": 108001 - }, - "index": 915 - }, - { - "id": "C1252BE9E4", - "span": { - "start": 108002, - "end": 108119 - }, - "index": 916 - }, - { - "id": "BEE22AC8C9", - "span": { - "start": 108120, - "end": 108238 - }, - "index": 917 - }, - { - "id": "994CC72CBC", - "span": { - "start": 108239, - "end": 108361 - }, - "index": 918 - }, - { - "id": "4935A44BD6", - "span": { - "start": 108362, - "end": 108423 - }, - "index": 919 - }, - { - "id": "5DCD4D318F", - "span": { - "start": 108424, - "end": 108532 - }, - "index": 920 - }, - { - "id": "32DC702F41", - "span": { - "start": 108533, - "end": 108640 - }, - "index": 921 - }, - { - "id": "FC61E95D0D", - "span": { - "start": 108641, - "end": 108750 - }, - "index": 922 - }, - { - "id": "0D94A3319A", - "span": { - "start": 108751, - "end": 108882 - }, - "index": 923 - }, - { - "id": "CD4E5D9DED", - "span": { - "start": 108883, - "end": 108998 - }, - "index": 924 - }, - { - "id": "E873D47D6E", - "span": { - "start": 108999, - "end": 109122 - }, - "index": 925 - }, - { - "id": "9EA4E134E3", - "span": { - "start": 109123, - "end": 109244 - }, - "index": 926 - }, - { - "id": "1224116395", - "span": { - "start": 109245, - "end": 109365 - }, - "index": 927 - }, - { - "id": "5F2C44F85E", - "span": { - "start": 109366, - "end": 109515 - }, - "index": 928 - }, - { - "id": "52DCA4A26C", - "span": { - "start": 109516, - "end": 109960 - }, - "index": 929 - } - ] - }, - "source_annotations": { - "alignment": [ - { - "id": "0DD220AF88", - "span": { - "start": 0, - "end": 0 - }, - "index": 1, - "alignment_index": [ - 1 - ] - }, - { - "id": "3976FC543D", - "span": { - "start": 0, - "end": 121 - }, - "index": 2, - "alignment_index": [ - 2 - ] - }, - { - "id": "7D9FA7AF0A", - "span": { - "start": 122, - "end": 177 - }, - "index": 3, - "alignment_index": [ - 3 - ] - }, - { - "id": "28F545432E", - "span": { - "start": 178, - "end": 217 - }, - "index": 4, - "alignment_index": [ - 4 - ] - }, - { - "id": "3046F33C3E", - "span": { - "start": 218, - "end": 526 - }, - "index": 5, - "alignment_index": [ - 5 - ] - }, - { - "id": "06B4348665", - "span": { - "start": 527, - "end": 804 - }, - "index": 6, - "alignment_index": [ - 6 - ] - }, - { - "id": "705E04840C", - "span": { - "start": 805, - "end": 1335 - }, - "index": 7, - "alignment_index": [ - 7 - ] - }, - { - "id": "AA836B2B87", - "span": { - "start": 1336, - "end": 1650 - }, - "index": 8, - "alignment_index": [ - 8 - ] - }, - { - "id": "6D66B8A0BA", - "span": { - "start": 1651, - "end": 2258 - }, - "index": 9, - "alignment_index": [ - 9 - ] - }, - { - "id": "3644D48830", - "span": { - "start": 2259, - "end": 2510 - }, - "index": 10, - "alignment_index": [ - 10 - ] - }, - { - "id": "D8D909B0B0", - "span": { - "start": 2511, - "end": 2701 - }, - "index": 11, - "alignment_index": [ - 11 - ] - }, - { - "id": "51311EB750", - "span": { - "start": 2702, - "end": 2983 - }, - "index": 12, - "alignment_index": [ - 12 - ] - }, - { - "id": "388C1C70E8", - "span": { - "start": 2984, - "end": 3256 - }, - "index": 13, - "alignment_index": [ - 13 - ] - }, - { - "id": "46D8889814", - "span": { - "start": 3257, - "end": 3555 - }, - "index": 14, - "alignment_index": [ - 14 - ] - }, - { - "id": "F0889D2B43", - "span": { - "start": 3556, - "end": 3841 - }, - "index": 15, - "alignment_index": [ - 15 - ] - }, - { - "id": "B66ED54790", - "span": { - "start": 3842, - "end": 4522 - }, - "index": 16, - "alignment_index": [ - 16 - ] - }, - { - "id": "84EADDD4E4", - "span": { - "start": 4523, - "end": 4802 - }, - "index": 17, - "alignment_index": [ - 17 - ] - }, - { - "id": "16CAAB0EA3", - "span": { - "start": 4803, - "end": 5381 - }, - "index": 18, - "alignment_index": [ - 18 - ] - }, - { - "id": "B694675CC5", - "span": { - "start": 5382, - "end": 5556 - }, - "index": 19, - "alignment_index": [ - 19 - ] - }, - { - "id": "E96DB0FBA0", - "span": { - "start": 5557, - "end": 5769 - }, - "index": 20, - "alignment_index": [ - 20 - ] - }, - { - "id": "F8CFD5CC90", - "span": { - "start": 5770, - "end": 5978 - }, - "index": 21, - "alignment_index": [ - 21 - ] - }, - { - "id": "B6828A8642", - "span": { - "start": 5979, - "end": 6602 - }, - "index": 22, - "alignment_index": [ - 22 - ] - }, - { - "id": "F6F7B66ECB", - "span": { - "start": 6603, - "end": 6778 - }, - "index": 23, - "alignment_index": [ - 23 - ] - }, - { - "id": "911DABF94B", - "span": { - "start": 6779, - "end": 7021 - }, - "index": 24, - "alignment_index": [ - 24 - ] - }, - { - "id": "9A9012A692", - "span": { - "start": 7022, - "end": 7170 - }, - "index": 25, - "alignment_index": [ - 25 - ] - }, - { - "id": "BFF48B9F8E", - "span": { - "start": 7171, - "end": 7390 - }, - "index": 26, - "alignment_index": [ - 26 - ] - }, - { - "id": "AD3B7118D9", - "span": { - "start": 7391, - "end": 7603 - }, - "index": 27, - "alignment_index": [ - 27 - ] - }, - { - "id": "DA7A7CBE3F", - "span": { - "start": 7604, - "end": 8420 - }, - "index": 28, - "alignment_index": [ - 28 - ] - }, - { - "id": "DDB2FA5DFD", - "span": { - "start": 8421, - "end": 8595 - }, - "index": 29, - "alignment_index": [ - 29 - ] - }, - { - "id": "599DF69B2A", - "span": { - "start": 8596, - "end": 9128 - }, - "index": 30, - "alignment_index": [ - 30 - ] - }, - { - "id": "8184875D08", - "span": { - "start": 9129, - "end": 9333 - }, - "index": 31, - "alignment_index": [ - 31 - ] - }, - { - "id": "D8BB828BF8", - "span": { - "start": 9334, - "end": 9551 - }, - "index": 32, - "alignment_index": [ - 32 - ] - }, - { - "id": "588DF6D810", - "span": { - "start": 9552, - "end": 9721 - }, - "index": 33, - "alignment_index": [ - 33 - ] - }, - { - "id": "0CC37013B8", - "span": { - "start": 9722, - "end": 9912 - }, - "index": 34, - "alignment_index": [ - 34 - ] - }, - { - "id": "0004BB1B81", - "span": { - "start": 9913, - "end": 10058 - }, - "index": 35, - "alignment_index": [ - 35 - ] - }, - { - "id": "4BD60B146F", - "span": { - "start": 10059, - "end": 10290 - }, - "index": 36, - "alignment_index": [ - 36 - ] - }, - { - "id": "5D84118863", - "span": { - "start": 10291, - "end": 10613 - }, - "index": 37, - "alignment_index": [ - 37 - ] - }, - { - "id": "A1EC8A114C", - "span": { - "start": 10614, - "end": 10832 - }, - "index": 38, - "alignment_index": [ - 38 - ] - }, - { - "id": "5BE7A594EA", - "span": { - "start": 10833, - "end": 12187 - }, - "index": 39, - "alignment_index": [ - 39 - ] - }, - { - "id": "F7C89E849F", - "span": { - "start": 12188, - "end": 12433 - }, - "index": 40, - "alignment_index": [ - 40 - ] - }, - { - "id": "EE9C2E62FA", - "span": { - "start": 12434, - "end": 12587 - }, - "index": 41, - "alignment_index": [ - 41 - ] - }, - { - "id": "83B273B3F5", - "span": { - "start": 12588, - "end": 12825 - }, - "index": 42, - "alignment_index": [ - 42 - ] - }, - { - "id": "85B8A883FA", - "span": { - "start": 12826, - "end": 13064 - }, - "index": 43, - "alignment_index": [ - 43 - ] - }, - { - "id": "0D3ADA8289", - "span": { - "start": 13065, - "end": 13803 - }, - "index": 44, - "alignment_index": [ - 44 - ] - }, - { - "id": "F19DE80A64", - "span": { - "start": 13804, - "end": 14273 - }, - "index": 45, - "alignment_index": [ - 45 - ] - }, - { - "id": "B7336F5B53", - "span": { - "start": 14274, - "end": 14471 - }, - "index": 46, - "alignment_index": [ - 46 - ] - }, - { - "id": "A04B4DA407", - "span": { - "start": 14472, - "end": 14738 - }, - "index": 47, - "alignment_index": [ - 47 - ] - }, - { - "id": "6656E5692A", - "span": { - "start": 14739, - "end": 14940 - }, - "index": 48, - "alignment_index": [ - 48 - ] - }, - { - "id": "4196E1F7E2", - "span": { - "start": 14941, - "end": 15224 - }, - "index": 49, - "alignment_index": [ - 49 - ] - }, - { - "id": "437E70F33A", - "span": { - "start": 15225, - "end": 15832 - }, - "index": 50, - "alignment_index": [ - 50 - ] - }, - { - "id": "A64DECC2C8", - "span": { - "start": 15833, - "end": 16076 - }, - "index": 51, - "alignment_index": [ - 51 - ] - }, - { - "id": "766D4CD9D0", - "span": { - "start": 16077, - "end": 16708 - }, - "index": 52, - "alignment_index": [ - 52 - ] - }, - { - "id": "43CFBCCC75", - "span": { - "start": 16709, - "end": 16894 - }, - "index": 53, - "alignment_index": [ - 53 - ] - }, - { - "id": "91D31CF895", - "span": { - "start": 16895, - "end": 17182 - }, - "index": 54, - "alignment_index": [ - 54 - ] - }, - { - "id": "54D6F0AAA3", - "span": { - "start": 17183, - "end": 17790 - }, - "index": 55, - "alignment_index": [ - 55 - ] - }, - { - "id": "458D881DB8", - "span": { - "start": 17791, - "end": 18150 - }, - "index": 56, - "alignment_index": [ - 56 - ] - }, - { - "id": "CABFFBE1FC", - "span": { - "start": 18151, - "end": 18452 - }, - "index": 57, - "alignment_index": [ - 57 - ] - }, - { - "id": "CE6479D19B", - "span": { - "start": 18453, - "end": 18613 - }, - "index": 58, - "alignment_index": [ - 58 - ] - }, - { - "id": "9A5A60D4C3", - "span": { - "start": 18614, - "end": 18922 - }, - "index": 59, - "alignment_index": [ - 59 - ] - }, - { - "id": "2E308F8300", - "span": { - "start": 18923, - "end": 19146 - }, - "index": 60, - "alignment_index": [ - 60 - ] - }, - { - "id": "2F29329DE6", - "span": { - "start": 19147, - "end": 19442 - }, - "index": 61, - "alignment_index": [ - 61 - ] - }, - { - "id": "DBB69C3B43", - "span": { - "start": 19443, - "end": 19632 - }, - "index": 62, - "alignment_index": [ - 62 - ] - }, - { - "id": "9DDBA01D3D", - "span": { - "start": 19633, - "end": 19822 - }, - "index": 63, - "alignment_index": [ - 63 - ] - }, - { - "id": "8A3A6767C9", - "span": { - "start": 19823, - "end": 20019 - }, - "index": 64, - "alignment_index": [ - 64 - ] - }, - { - "id": "47BBB8748B", - "span": { - "start": 20020, - "end": 20273 - }, - "index": 65, - "alignment_index": [ - 65 - ] - }, - { - "id": "3736B9BF64", - "span": { - "start": 20274, - "end": 20483 - }, - "index": 66, - "alignment_index": [ - 66 - ] - }, - { - "id": "3797ABFF19", - "span": { - "start": 20484, - "end": 20645 - }, - "index": 67, - "alignment_index": [ - 67 - ] - }, - { - "id": "244825882B", - "span": { - "start": 20646, - "end": 20817 - }, - "index": 68, - "alignment_index": [ - 68 - ] - }, - { - "id": "90C9FCD2A1", - "span": { - "start": 20818, - "end": 21026 - }, - "index": 69, - "alignment_index": [ - 69 - ] - }, - { - "id": "04854DDBFE", - "span": { - "start": 21027, - "end": 21187 - }, - "index": 70, - "alignment_index": [ - 70 - ] - }, - { - "id": "63474B6B4B", - "span": { - "start": 21188, - "end": 21463 - }, - "index": 71, - "alignment_index": [ - 71 - ] - }, - { - "id": "7DABDA5C83", - "span": { - "start": 21464, - "end": 21612 - }, - "index": 72, - "alignment_index": [ - 72 - ] - }, - { - "id": "4BC34576C5", - "span": { - "start": 21613, - "end": 21786 - }, - "index": 73, - "alignment_index": [ - 73 - ] - }, - { - "id": "CCBB4A6E9C", - "span": { - "start": 21787, - "end": 21966 - }, - "index": 74, - "alignment_index": [ - 74 - ] - }, - { - "id": "EAA6EB98E9", - "span": { - "start": 21967, - "end": 22167 - }, - "index": 75, - "alignment_index": [ - 75 - ] - }, - { - "id": "988279A986", - "span": { - "start": 22168, - "end": 22320 - }, - "index": 76, - "alignment_index": [ - 76 - ] - }, - { - "id": "54DD45242A", - "span": { - "start": 22321, - "end": 22496 - }, - "index": 77, - "alignment_index": [ - 77 - ] - }, - { - "id": "C54C9475B9", - "span": { - "start": 22497, - "end": 23124 - }, - "index": 78, - "alignment_index": [ - 78 - ] - }, - { - "id": "9B92390762", - "span": { - "start": 23125, - "end": 23285 - }, - "index": 79, - "alignment_index": [ - 79 - ] - }, - { - "id": "4DB753A71C", - "span": { - "start": 23286, - "end": 23436 - }, - "index": 80, - "alignment_index": [ - 80 - ] - }, - { - "id": "379EBCC37C", - "span": { - "start": 23437, - "end": 23596 - }, - "index": 81, - "alignment_index": [ - 81 - ] - }, - { - "id": "452DCB048B", - "span": { - "start": 23597, - "end": 24125 - }, - "index": 82, - "alignment_index": [ - 82 - ] - }, - { - "id": "946963F6B3", - "span": { - "start": 24126, - "end": 24265 - }, - "index": 83, - "alignment_index": [ - 83 - ] - }, - { - "id": "FF545F4805", - "span": { - "start": 24266, - "end": 24486 - }, - "index": 84, - "alignment_index": [ - 84 - ] - }, - { - "id": "21F50142FC", - "span": { - "start": 24487, - "end": 24687 - }, - "index": 85, - "alignment_index": [ - 85 - ] - }, - { - "id": "FAD31E918B", - "span": { - "start": 24688, - "end": 24844 - }, - "index": 86, - "alignment_index": [ - 86 - ] - }, - { - "id": "C6B33F5B38", - "span": { - "start": 24845, - "end": 25023 - }, - "index": 87, - "alignment_index": [ - 87 - ] - }, - { - "id": "0EE71EA9EB", - "span": { - "start": 25024, - "end": 25231 - }, - "index": 88, - "alignment_index": [ - 88 - ] - }, - { - "id": "4366906334", - "span": { - "start": 25232, - "end": 25448 - }, - "index": 89, - "alignment_index": [ - 89 - ] - }, - { - "id": "759B9CE99C", - "span": { - "start": 25449, - "end": 25583 - }, - "index": 90, - "alignment_index": [ - 90 - ] - }, - { - "id": "963AC800BB", - "span": { - "start": 25584, - "end": 25778 - }, - "index": 91, - "alignment_index": [ - 91 - ] - }, - { - "id": "34CDE2376E", - "span": { - "start": 25779, - "end": 25968 - }, - "index": 92, - "alignment_index": [ - 92 - ] - }, - { - "id": "DBEACA37CC", - "span": { - "start": 25969, - "end": 26162 - }, - "index": 93, - "alignment_index": [ - 93 - ] - }, - { - "id": "B8AD88D429", - "span": { - "start": 26163, - "end": 26653 - }, - "index": 94, - "alignment_index": [ - 94 - ] - }, - { - "id": "E6BC893FCF", - "span": { - "start": 26654, - "end": 26850 - }, - "index": 95, - "alignment_index": [ - 95 - ] - }, - { - "id": "04844B3C01", - "span": { - "start": 26851, - "end": 27338 - }, - "index": 96, - "alignment_index": [ - 96 - ] - }, - { - "id": "DEDEE043FC", - "span": { - "start": 27339, - "end": 27540 - }, - "index": 97, - "alignment_index": [ - 97 - ] - }, - { - "id": "9F4E15BE7F", - "span": { - "start": 27541, - "end": 27727 - }, - "index": 98, - "alignment_index": [ - 98 - ] - }, - { - "id": "44051E63DD", - "span": { - "start": 27728, - "end": 27878 - }, - "index": 99, - "alignment_index": [ - 99 - ] - }, - { - "id": "E270836FC9", - "span": { - "start": 27879, - "end": 28049 - }, - "index": 100, - "alignment_index": [ - 100 - ] - }, - { - "id": "313F3A3A33", - "span": { - "start": 28050, - "end": 28252 - }, - "index": 101, - "alignment_index": [ - 101 - ] - }, - { - "id": "60BDF6BA65", - "span": { - "start": 28253, - "end": 28423 - }, - "index": 102, - "alignment_index": [ - 102 - ] - }, - { - "id": "FF4308D8B4", - "span": { - "start": 28424, - "end": 28598 - }, - "index": 103, - "alignment_index": [ - 103 - ] - }, - { - "id": "89F554A4E7", - "span": { - "start": 28599, - "end": 28907 - }, - "index": 104, - "alignment_index": [ - 104 - ] - }, - { - "id": "3382542048", - "span": { - "start": 28908, - "end": 29077 - }, - "index": 105, - "alignment_index": [ - 105 - ] - }, - { - "id": "5950978E7D", - "span": { - "start": 29078, - "end": 29237 - }, - "index": 106, - "alignment_index": [ - 106 - ] - }, - { - "id": "C533C6AF22", - "span": { - "start": 29238, - "end": 29358 - }, - "index": 107, - "alignment_index": [ - 107 - ] - }, - { - "id": "F5A1D6C8F8", - "span": { - "start": 29359, - "end": 29587 - }, - "index": 108, - "alignment_index": [ - 108 - ] - }, - { - "id": "5457473851", - "span": { - "start": 29588, - "end": 29760 - }, - "index": 109, - "alignment_index": [ - 109 - ] - }, - { - "id": "3ECC97CCC3", - "span": { - "start": 29761, - "end": 30076 - }, - "index": 110, - "alignment_index": [ - 110 - ] - }, - { - "id": "5186CD4184", - "span": { - "start": 30077, - "end": 30282 - }, - "index": 111, - "alignment_index": [ - 111 - ] - }, - { - "id": "AA8F47151C", - "span": { - "start": 30283, - "end": 30892 - }, - "index": 112, - "alignment_index": [ - 112 - ] - }, - { - "id": "232F393515", - "span": { - "start": 30893, - "end": 31068 - }, - "index": 113, - "alignment_index": [ - 113 - ] - }, - { - "id": "FE14183EEB", - "span": { - "start": 31069, - "end": 31249 - }, - "index": 114, - "alignment_index": [ - 114 - ] - }, - { - "id": "DCD8833C28", - "span": { - "start": 31250, - "end": 31433 - }, - "index": 115, - "alignment_index": [ - 115 - ] - }, - { - "id": "4224260266", - "span": { - "start": 31434, - "end": 31640 - }, - "index": 116, - "alignment_index": [ - 116 - ] - }, - { - "id": "ABE4CC0388", - "span": { - "start": 31641, - "end": 31903 - }, - "index": 117, - "alignment_index": [ - 117 - ] - }, - { - "id": "9A1FD8F6AB", - "span": { - "start": 31904, - "end": 32106 - }, - "index": 118, - "alignment_index": [ - 118 - ] - }, - { - "id": "66717A0225", - "span": { - "start": 32107, - "end": 32347 - }, - "index": 119, - "alignment_index": [ - 119 - ] - }, - { - "id": "E4E9E6B4E4", - "span": { - "start": 32348, - "end": 32518 - }, - "index": 120, - "alignment_index": [ - 120 - ] - }, - { - "id": "8959D05B34", - "span": { - "start": 32519, - "end": 33103 - }, - "index": 121, - "alignment_index": [ - 121 - ] - }, - { - "id": "6277FC6878", - "span": { - "start": 33104, - "end": 33504 - }, - "index": 122, - "alignment_index": [ - 122 - ] - }, - { - "id": "90940A92A7", - "span": { - "start": 33505, - "end": 34059 - }, - "index": 123, - "alignment_index": [ - 123 - ] - }, - { - "id": "38F9DF6BB1", - "span": { - "start": 34060, - "end": 34245 - }, - "index": 124, - "alignment_index": [ - 124 - ] - }, - { - "id": "BDDD5F779B", - "span": { - "start": 34246, - "end": 34475 - }, - "index": 125, - "alignment_index": [ - 125 - ] - }, - { - "id": "D44B868832", - "span": { - "start": 34476, - "end": 35141 - }, - "index": 126, - "alignment_index": [ - 126 - ] - }, - { - "id": "A9B809D929", - "span": { - "start": 35142, - "end": 35325 - }, - "index": 127, - "alignment_index": [ - 127 - ] - }, - { - "id": "97B8B74478", - "span": { - "start": 35326, - "end": 35506 - }, - "index": 128, - "alignment_index": [ - 128 - ] - }, - { - "id": "3AB2AAAB11", - "span": { - "start": 35507, - "end": 35722 - }, - "index": 129, - "alignment_index": [ - 129 - ] - }, - { - "id": "5835D519BC", - "span": { - "start": 35723, - "end": 36748 - }, - "index": 130, - "alignment_index": [ - 130 - ] - }, - { - "id": "8F6DFD227F", - "span": { - "start": 36749, - "end": 36950 - }, - "index": 131, - "alignment_index": [ - 131 - ] - }, - { - "id": "516131B835", - "span": { - "start": 36951, - "end": 37468 - }, - "index": 132, - "alignment_index": [ - 132 - ] - }, - { - "id": "DAAB5D4D46", - "span": { - "start": 37469, - "end": 38114 - }, - "index": 133, - "alignment_index": [ - 133 - ] - }, - { - "id": "C754642365", - "span": { - "start": 38115, - "end": 38323 - }, - "index": 134, - "alignment_index": [ - 134 - ] - }, - { - "id": "B082EFFEFD", - "span": { - "start": 38324, - "end": 38476 - }, - "index": 135, - "alignment_index": [ - 135 - ] - }, - { - "id": "419C43C174", - "span": { - "start": 38477, - "end": 38672 - }, - "index": 136, - "alignment_index": [ - 136 - ] - }, - { - "id": "4EDBA41A5C", - "span": { - "start": 38673, - "end": 38910 - }, - "index": 137, - "alignment_index": [ - 137 - ] - }, - { - "id": "4BCB20479D", - "span": { - "start": 38911, - "end": 39110 - }, - "index": 138, - "alignment_index": [ - 138 - ] - }, - { - "id": "4071B78732", - "span": { - "start": 39111, - "end": 39377 - }, - "index": 139, - "alignment_index": [ - 139 - ] - }, - { - "id": "72B1437D1F", - "span": { - "start": 39378, - "end": 39628 - }, - "index": 140, - "alignment_index": [ - 140 - ] - }, - { - "id": "440624A3A1", - "span": { - "start": 39629, - "end": 39758 - }, - "index": 141, - "alignment_index": [ - 141 - ] - }, - { - "id": "C494CE4E6E", - "span": { - "start": 39759, - "end": 40171 - }, - "index": 142, - "alignment_index": [ - 142 - ] - }, - { - "id": "523D87C7ED", - "span": { - "start": 40172, - "end": 40721 - }, - "index": 143, - "alignment_index": [ - 143 - ] - }, - { - "id": "922777A452", - "span": { - "start": 40722, - "end": 40915 - }, - "index": 144, - "alignment_index": [ - 144 - ] - }, - { - "id": "F6405ACCDD", - "span": { - "start": 40916, - "end": 41090 - }, - "index": 145, - "alignment_index": [ - 145 - ] - }, - { - "id": "BADF549F99", - "span": { - "start": 41091, - "end": 41258 - }, - "index": 146, - "alignment_index": [ - 146 - ] - }, - { - "id": "DACE917139", - "span": { - "start": 41259, - "end": 41474 - }, - "index": 147, - "alignment_index": [ - 147 - ] - }, - { - "id": "29B2298126", - "span": { - "start": 41475, - "end": 41642 - }, - "index": 148, - "alignment_index": [ - 148 - ] - }, - { - "id": "2233E125C5", - "span": { - "start": 41643, - "end": 41812 - }, - "index": 149, - "alignment_index": [ - 149 - ] - }, - { - "id": "D2838F22FB", - "span": { - "start": 41813, - "end": 42048 - }, - "index": 150, - "alignment_index": [ - 150 - ] - }, - { - "id": "1B95AF0552", - "span": { - "start": 42049, - "end": 42291 - }, - "index": 151, - "alignment_index": [ - 151 - ] - }, - { - "id": "36CEAE61D8", - "span": { - "start": 42292, - "end": 42513 - }, - "index": 152, - "alignment_index": [ - 152 - ] - }, - { - "id": "D74CF8E561", - "span": { - "start": 42514, - "end": 42943 - }, - "index": 153, - "alignment_index": [ - 153 - ] - }, - { - "id": "1E3801D114", - "span": { - "start": 42944, - "end": 43137 - }, - "index": 154, - "alignment_index": [ - 154 - ] - }, - { - "id": "409E8DD870", - "span": { - "start": 43138, - "end": 43338 - }, - "index": 155, - "alignment_index": [ - 155 - ] - }, - { - "id": "76D8B6EE6E", - "span": { - "start": 43339, - "end": 43524 - }, - "index": 156, - "alignment_index": [ - 156 - ] - }, - { - "id": "1643EE649F", - "span": { - "start": 43525, - "end": 43708 - }, - "index": 157, - "alignment_index": [ - 157 - ] - }, - { - "id": "A9F0C79440", - "span": { - "start": 43709, - "end": 43878 - }, - "index": 158, - "alignment_index": [ - 158 - ] - }, - { - "id": "F554E5DF8E", - "span": { - "start": 43879, - "end": 44307 - }, - "index": 159, - "alignment_index": [ - 159 - ] - }, - { - "id": "C7167B4BD4", - "span": { - "start": 44308, - "end": 44486 - }, - "index": 160, - "alignment_index": [ - 160 - ] - }, - { - "id": "DBEDC02ED9", - "span": { - "start": 44487, - "end": 44751 - }, - "index": 161, - "alignment_index": [ - 161 - ] - }, - { - "id": "2DBDAFF38C", - "span": { - "start": 44752, - "end": 44979 - }, - "index": 162, - "alignment_index": [ - 162 - ] - }, - { - "id": "BB1110A404", - "span": { - "start": 44980, - "end": 45142 - }, - "index": 163, - "alignment_index": [ - 163 - ] - }, - { - "id": "6DE8579448", - "span": { - "start": 45143, - "end": 45345 - }, - "index": 164, - "alignment_index": [ - 164 - ] - }, - { - "id": "2E7DF42846", - "span": { - "start": 45346, - "end": 45508 - }, - "index": 165, - "alignment_index": [ - 165 - ] - }, - { - "id": "8B06838388", - "span": { - "start": 45509, - "end": 45675 - }, - "index": 166, - "alignment_index": [ - 166 - ] - }, - { - "id": "E40D450E7E", - "span": { - "start": 45676, - "end": 45970 - }, - "index": 167, - "alignment_index": [ - 167 - ] - }, - { - "id": "4E663A21C1", - "span": { - "start": 45971, - "end": 46137 - }, - "index": 168, - "alignment_index": [ - 168 - ] - }, - { - "id": "85775AA15C", - "span": { - "start": 46138, - "end": 46377 - }, - "index": 169, - "alignment_index": [ - 169 - ] - }, - { - "id": "7A87018BC8", - "span": { - "start": 46378, - "end": 47008 - }, - "index": 170, - "alignment_index": [ - 170 - ] - }, - { - "id": "1CDD5E5E6E", - "span": { - "start": 47009, - "end": 47188 - }, - "index": 171, - "alignment_index": [ - 171 - ] - }, - { - "id": "C3852B3E7A", - "span": { - "start": 47189, - "end": 47993 - }, - "index": 172, - "alignment_index": [ - 172 - ] - }, - { - "id": "8D4544B484", - "span": { - "start": 47994, - "end": 48653 - }, - "index": 173, - "alignment_index": [ - 173 - ] - }, - { - "id": "2596CC6316", - "span": { - "start": 48654, - "end": 48875 - }, - "index": 174, - "alignment_index": [ - 174 - ] - }, - { - "id": "584855EDEA", - "span": { - "start": 48876, - "end": 49123 - }, - "index": 175, - "alignment_index": [ - 175 - ] - }, - { - "id": "CEA1419D10", - "span": { - "start": 49124, - "end": 49366 - }, - "index": 176, - "alignment_index": [ - 176 - ] - }, - { - "id": "7DE9A49457", - "span": { - "start": 49367, - "end": 49612 - }, - "index": 177, - "alignment_index": [ - 177 - ] - }, - { - "id": "48311E11B5", - "span": { - "start": 49613, - "end": 50358 - }, - "index": 178, - "alignment_index": [ - 178 - ] - }, - { - "id": "BF6A478100", - "span": { - "start": 50359, - "end": 50626 - }, - "index": 179, - "alignment_index": [ - 179 - ] - }, - { - "id": "E10B1D4B44", - "span": { - "start": 50627, - "end": 50846 - }, - "index": 180, - "alignment_index": [ - 180 - ] - }, - { - "id": "9FFC03CF16", - "span": { - "start": 50847, - "end": 51099 - }, - "index": 181, - "alignment_index": [ - 181 - ] - }, - { - "id": "5570CBBAED", - "span": { - "start": 51100, - "end": 51277 - }, - "index": 182, - "alignment_index": [ - 182 - ] - }, - { - "id": "6E1F466D6F", - "span": { - "start": 51278, - "end": 51746 - }, - "index": 183, - "alignment_index": [ - 183 - ] - }, - { - "id": "A07B98F3CC", - "span": { - "start": 51747, - "end": 51973 - }, - "index": 184, - "alignment_index": [ - 184 - ] - }, - { - "id": "7002D72090", - "span": { - "start": 51974, - "end": 52148 - }, - "index": 185, - "alignment_index": [ - 185 - ] - }, - { - "id": "B35641965C", - "span": { - "start": 52149, - "end": 52714 - }, - "index": 186, - "alignment_index": [ - 186 - ] - }, - { - "id": "14EEDEE347", - "span": { - "start": 52715, - "end": 52982 - }, - "index": 187, - "alignment_index": [ - 187 - ] - }, - { - "id": "41AFC21871", - "span": { - "start": 52983, - "end": 54316 - }, - "index": 188, - "alignment_index": [ - 188 - ] - }, - { - "id": "94A09F95A0", - "span": { - "start": 54317, - "end": 54586 - }, - "index": 189, - "alignment_index": [ - 189 - ] - }, - { - "id": "801A14A801", - "span": { - "start": 54587, - "end": 54700 - }, - "index": 190, - "alignment_index": [ - 190 - ] - }, - { - "id": "4F1143F082", - "span": { - "start": 54701, - "end": 54920 - }, - "index": 191, - "alignment_index": [ - 191 - ] - }, - { - "id": "97639B5BB2", - "span": { - "start": 54921, - "end": 55201 - }, - "index": 192, - "alignment_index": [ - 192 - ] - }, - { - "id": "4ED1662C20", - "span": { - "start": 55202, - "end": 55376 - }, - "index": 193, - "alignment_index": [ - 193 - ] - }, - { - "id": "44BF5EED4E", - "span": { - "start": 55377, - "end": 55509 - }, - "index": 194, - "alignment_index": [ - 194 - ] - }, - { - "id": "76FF444689", - "span": { - "start": 55510, - "end": 55660 - }, - "index": 195, - "alignment_index": [ - 195 - ] - }, - { - "id": "3F0BBF63B3", - "span": { - "start": 55661, - "end": 55781 - }, - "index": 196, - "alignment_index": [ - 196 - ] - }, - { - "id": "3DD9D2F471", - "span": { - "start": 55782, - "end": 55937 - }, - "index": 197, - "alignment_index": [ - 197 - ] - }, - { - "id": "E2EE2EBDBB", - "span": { - "start": 55938, - "end": 56102 - }, - "index": 198, - "alignment_index": [ - 198 - ] - }, - { - "id": "3F8AE8DD2D", - "span": { - "start": 56103, - "end": 56307 - }, - "index": 199, - "alignment_index": [ - 199 - ] - }, - { - "id": "D28D284428", - "span": { - "start": 56308, - "end": 56560 - }, - "index": 200, - "alignment_index": [ - 200 - ] - }, - { - "id": "9D73DBD895", - "span": { - "start": 56561, - "end": 57080 - }, - "index": 201, - "alignment_index": [ - 201 - ] - }, - { - "id": "8D0490754D", - "span": { - "start": 57081, - "end": 57274 - }, - "index": 202, - "alignment_index": [ - 202 - ] - }, - { - "id": "BF5904DDD4", - "span": { - "start": 57275, - "end": 57555 - }, - "index": 203, - "alignment_index": [ - 203 - ] - }, - { - "id": "AD44E7CC4D", - "span": { - "start": 57556, - "end": 57718 - }, - "index": 204, - "alignment_index": [ - 204 - ] - }, - { - "id": "4519194415", - "span": { - "start": 57719, - "end": 58045 - }, - "index": 205, - "alignment_index": [ - 205 - ] - }, - { - "id": "AFE2393AAA", - "span": { - "start": 58046, - "end": 58260 - }, - "index": 206, - "alignment_index": [ - 206 - ] - }, - { - "id": "4514201A14", - "span": { - "start": 58261, - "end": 58466 - }, - "index": 207, - "alignment_index": [ - 207 - ] - }, - { - "id": "245B65DD83", - "span": { - "start": 58467, - "end": 58644 - }, - "index": 208, - "alignment_index": [ - 208 - ] - }, - { - "id": "9B0B73D9E7", - "span": { - "start": 58645, - "end": 58865 - }, - "index": 209, - "alignment_index": [ - 209 - ] - }, - { - "id": "2FDD97E998", - "span": { - "start": 58866, - "end": 59980 - }, - "index": 210, - "alignment_index": [ - 210 - ] - }, - { - "id": "C469C8F92D", - "span": { - "start": 59981, - "end": 60182 - }, - "index": 211, - "alignment_index": [ - 211 - ] - }, - { - "id": "44A4E2AA92", - "span": { - "start": 60183, - "end": 60864 - }, - "index": 212, - "alignment_index": [ - 212 - ] - }, - { - "id": "6186495A68", - "span": { - "start": 60865, - "end": 61056 - }, - "index": 213, - "alignment_index": [ - 213 - ] - }, - { - "id": "9DF4D9F9AD", - "span": { - "start": 61057, - "end": 61227 - }, - "index": 214, - "alignment_index": [ - 214 - ] - }, - { - "id": "14EEAE2A42", - "span": { - "start": 61228, - "end": 61397 - }, - "index": 215, - "alignment_index": [ - 215 - ] - }, - { - "id": "5644F0F05B", - "span": { - "start": 61398, - "end": 61594 - }, - "index": 216, - "alignment_index": [ - 216 - ] - }, - { - "id": "C4861E5982", - "span": { - "start": 61595, - "end": 61852 - }, - "index": 217, - "alignment_index": [ - 217 - ] - }, - { - "id": "B6EE86156B", - "span": { - "start": 61853, - "end": 62077 - }, - "index": 218, - "alignment_index": [ - 218 - ] - }, - { - "id": "308FC6CFB3", - "span": { - "start": 62078, - "end": 62570 - }, - "index": 219, - "alignment_index": [ - 219 - ] - }, - { - "id": "480D8654DF", - "span": { - "start": 62571, - "end": 62978 - }, - "index": 220, - "alignment_index": [ - 220 - ] - }, - { - "id": "B7E96B50AB", - "span": { - "start": 62979, - "end": 63132 - }, - "index": 221, - "alignment_index": [ - 221 - ] - }, - { - "id": "E27A0754A0", - "span": { - "start": 63133, - "end": 64092 - }, - "index": 222, - "alignment_index": [ - 222 - ] - }, - { - "id": "5DC5A52D87", - "span": { - "start": 64093, - "end": 64277 - }, - "index": 223, - "alignment_index": [ - 223 - ] - }, - { - "id": "F8B9A3A148", - "span": { - "start": 64278, - "end": 64492 - }, - "index": 224, - "alignment_index": [ - 224 - ] - }, - { - "id": "8C8CD25A18", - "span": { - "start": 64493, - "end": 64646 - }, - "index": 225, - "alignment_index": [ - 225 - ] - }, - { - "id": "E8ACC1CA50", - "span": { - "start": 64647, - "end": 64857 - }, - "index": 226, - "alignment_index": [ - 226 - ] - }, - { - "id": "8B7B2AD2F2", - "span": { - "start": 64858, - "end": 65093 - }, - "index": 227, - "alignment_index": [ - 227 - ] - }, - { - "id": "8660A80666", - "span": { - "start": 65094, - "end": 65735 - }, - "index": 228, - "alignment_index": [ - 228 - ] - }, - { - "id": "BBA8519A4F", - "span": { - "start": 65736, - "end": 65943 - }, - "index": 229, - "alignment_index": [ - 229 - ] - }, - { - "id": "9651EEA129", - "span": { - "start": 65944, - "end": 66689 - }, - "index": 230, - "alignment_index": [ - 230 - ] - }, - { - "id": "2C270AB77C", - "span": { - "start": 66690, - "end": 67120 - }, - "index": 231, - "alignment_index": [ - 231 - ] - }, - { - "id": "F634BBD368", - "span": { - "start": 67121, - "end": 67401 - }, - "index": 232, - "alignment_index": [ - 232 - ] - }, - { - "id": "A2AA954525", - "span": { - "start": 67402, - "end": 67611 - }, - "index": 233, - "alignment_index": [ - 233 - ] - }, - { - "id": "6916821474", - "span": { - "start": 67612, - "end": 67813 - }, - "index": 234, - "alignment_index": [ - 234 - ] - }, - { - "id": "43CBB68FAD", - "span": { - "start": 67814, - "end": 68016 - }, - "index": 235, - "alignment_index": [ - 235 - ] - }, - { - "id": "649EBB2EB2", - "span": { - "start": 68017, - "end": 68316 - }, - "index": 236, - "alignment_index": [ - 236 - ] - }, - { - "id": "5365311AE4", - "span": { - "start": 68317, - "end": 68472 - }, - "index": 237, - "alignment_index": [ - 237 - ] - }, - { - "id": "C334243DB3", - "span": { - "start": 68473, - "end": 69223 - }, - "index": 238, - "alignment_index": [ - 238 - ] - }, - { - "id": "3D462CAB1C", - "span": { - "start": 69224, - "end": 69430 - }, - "index": 239, - "alignment_index": [ - 239 - ] - }, - { - "id": "B3403BA410", - "span": { - "start": 69431, - "end": 69653 - }, - "index": 240, - "alignment_index": [ - 240 - ] - }, - { - "id": "3EC3A9737C", - "span": { - "start": 69654, - "end": 69879 - }, - "index": 241, - "alignment_index": [ - 241 - ] - }, - { - "id": "61D743CB59", - "span": { - "start": 69880, - "end": 70398 - }, - "index": 242, - "alignment_index": [ - 242 - ] - }, - { - "id": "E5CF57D646", - "span": { - "start": 70399, - "end": 70645 - }, - "index": 243, - "alignment_index": [ - 243 - ] - }, - { - "id": "E02A561013", - "span": { - "start": 70646, - "end": 70850 - }, - "index": 244, - "alignment_index": [ - 244 - ] - }, - { - "id": "08CD4C5EA4", - "span": { - "start": 70851, - "end": 71053 - }, - "index": 245, - "alignment_index": [ - 245 - ] - }, - { - "id": "952D8509A8", - "span": { - "start": 71054, - "end": 71310 - }, - "index": 246, - "alignment_index": [ - 246 - ] - }, - { - "id": "C03294CC23", - "span": { - "start": 71311, - "end": 71499 - }, - "index": 247, - "alignment_index": [ - 247 - ] - }, - { - "id": "8DC5DC22D7", - "span": { - "start": 71500, - "end": 71709 - }, - "index": 248, - "alignment_index": [ - 248 - ] - }, - { - "id": "4D428137CE", - "span": { - "start": 71710, - "end": 71909 - }, - "index": 249, - "alignment_index": [ - 249 - ] - }, - { - "id": "718B34F44D", - "span": { - "start": 71910, - "end": 72328 - }, - "index": 250, - "alignment_index": [ - 250 - ] - }, - { - "id": "3C4ACF34CC", - "span": { - "start": 72329, - "end": 72520 - }, - "index": 251, - "alignment_index": [ - 251 - ] - }, - { - "id": "56C92A544F", - "span": { - "start": 72521, - "end": 72723 - }, - "index": 252, - "alignment_index": [ - 252 - ] - }, - { - "id": "389DAAABD8", - "span": { - "start": 72724, - "end": 72916 - }, - "index": 253, - "alignment_index": [ - 253 - ] - }, - { - "id": "6FEB13FB53", - "span": { - "start": 72917, - "end": 73075 - }, - "index": 254, - "alignment_index": [ - 254 - ] - }, - { - "id": "DEA37F34A7", - "span": { - "start": 73076, - "end": 73253 - }, - "index": 255, - "alignment_index": [ - 255 - ] - }, - { - "id": "5D1A441264", - "span": { - "start": 73254, - "end": 73427 - }, - "index": 256, - "alignment_index": [ - 256 - ] - }, - { - "id": "50B9294535", - "span": { - "start": 73428, - "end": 73832 - }, - "index": 257, - "alignment_index": [ - 257 - ] - }, - { - "id": "DB4B7A14A4", - "span": { - "start": 73833, - "end": 74086 - }, - "index": 258, - "alignment_index": [ - 258 - ] - }, - { - "id": "81AACF4212", - "span": { - "start": 74087, - "end": 74229 - }, - "index": 259, - "alignment_index": [ - 259 - ] - }, - { - "id": "A44B1486A0", - "span": { - "start": 74230, - "end": 74390 - }, - "index": 260, - "alignment_index": [ - 260 - ] - }, - { - "id": "F63DF4FEF5", - "span": { - "start": 74391, - "end": 74614 - }, - "index": 261, - "alignment_index": [ - 261 - ] - }, - { - "id": "2B4559EDC3", - "span": { - "start": 74615, - "end": 74767 - }, - "index": 262, - "alignment_index": [ - 262 - ] - }, - { - "id": "D48D9C8B2C", - "span": { - "start": 74768, - "end": 75660 - }, - "index": 263, - "alignment_index": [ - 263 - ] - }, - { - "id": "4CA66A353E", - "span": { - "start": 75661, - "end": 75873 - }, - "index": 264, - "alignment_index": [ - 264 - ] - }, - { - "id": "5BBAAB0B0B", - "span": { - "start": 75874, - "end": 76088 - }, - "index": 265, - "alignment_index": [ - 265 - ] - }, - { - "id": "D4D54F28E2", - "span": { - "start": 76089, - "end": 76339 - }, - "index": 266, - "alignment_index": [ - 266 - ] - }, - { - "id": "64A7154118", - "span": { - "start": 76340, - "end": 76603 - }, - "index": 267, - "alignment_index": [ - 267 - ] - }, - { - "id": "BB8ABB7483", - "span": { - "start": 76604, - "end": 76879 - }, - "index": 268, - "alignment_index": [ - 268 - ] - }, - { - "id": "4D6CC4C836", - "span": { - "start": 76880, - "end": 77575 - }, - "index": 269, - "alignment_index": [ - 269 - ] - }, - { - "id": "6070F2EA22", - "span": { - "start": 77576, - "end": 77860 - }, - "index": 270, - "alignment_index": [ - 270 - ] - }, - { - "id": "98DA444664", - "span": { - "start": 77861, - "end": 78673 - }, - "index": 271, - "alignment_index": [ - 271 - ] - }, - { - "id": "738643266F", - "span": { - "start": 78674, - "end": 78839 - }, - "index": 272, - "alignment_index": [ - 272 - ] - }, - { - "id": "7A049A6620", - "span": { - "start": 78840, - "end": 79692 - }, - "index": 273, - "alignment_index": [ - 273 - ] - }, - { - "id": "C6FEDC9BB6", - "span": { - "start": 79693, - "end": 80455 - }, - "index": 274, - "alignment_index": [ - 274 - ] - }, - { - "id": "BB4949AD60", - "span": { - "start": 80456, - "end": 80715 - }, - "index": 275, - "alignment_index": [ - 275 - ] - }, - { - "id": "540B244006", - "span": { - "start": 80716, - "end": 80919 - }, - "index": 276, - "alignment_index": [ - 276 - ] - }, - { - "id": "014D4822A3", - "span": { - "start": 80920, - "end": 81132 - }, - "index": 277, - "alignment_index": [ - 277 - ] - }, - { - "id": "CA6C1E5E6C", - "span": { - "start": 81133, - "end": 81352 - }, - "index": 278, - "alignment_index": [ - 278 - ] - }, - { - "id": "044460F3B3", - "span": { - "start": 81353, - "end": 81590 - }, - "index": 279, - "alignment_index": [ - 279 - ] - }, - { - "id": "3684CB4443", - "span": { - "start": 81591, - "end": 82368 - }, - "index": 280, - "alignment_index": [ - 280 - ] - }, - { - "id": "4C46644281", - "span": { - "start": 82369, - "end": 82571 - }, - "index": 281, - "alignment_index": [ - 281 - ] - }, - { - "id": "341353F4AF", - "span": { - "start": 82572, - "end": 82810 - }, - "index": 282, - "alignment_index": [ - 282 - ] - }, - { - "id": "D86FA1F8B3", - "span": { - "start": 82811, - "end": 83535 - }, - "index": 283, - "alignment_index": [ - 283 - ] - }, - { - "id": "1E10420A2D", - "span": { - "start": 83536, - "end": 83716 - }, - "index": 284, - "alignment_index": [ - 284 - ] - }, - { - "id": "FE1E2E149E", - "span": { - "start": 83717, - "end": 83928 - }, - "index": 285, - "alignment_index": [ - 285 - ] - }, - { - "id": "FA0A5A1CBC", - "span": { - "start": 83929, - "end": 84132 - }, - "index": 286, - "alignment_index": [ - 286 - ] - }, - { - "id": "84AB3A4C3C", - "span": { - "start": 84133, - "end": 84290 - }, - "index": 287, - "alignment_index": [ - 287 - ] - }, - { - "id": "691BF626BE", - "span": { - "start": 84291, - "end": 84493 - }, - "index": 288, - "alignment_index": [ - 288 - ] - }, - { - "id": "B14B83414B", - "span": { - "start": 84494, - "end": 84732 - }, - "index": 289, - "alignment_index": [ - 289 - ] - }, - { - "id": "7623A39247", - "span": { - "start": 84733, - "end": 84908 - }, - "index": 290, - "alignment_index": [ - 290 - ] - }, - { - "id": "90CBD0BD92", - "span": { - "start": 84909, - "end": 85116 - }, - "index": 291, - "alignment_index": [ - 291 - ] - }, - { - "id": "03CB4D3444", - "span": { - "start": 85117, - "end": 85311 - }, - "index": 292, - "alignment_index": [ - 292 - ] - }, - { - "id": "E3CEC0C040", - "span": { - "start": 85312, - "end": 85528 - }, - "index": 293, - "alignment_index": [ - 293 - ] - }, - { - "id": "4FB5BA08E4", - "span": { - "start": 85529, - "end": 86363 - }, - "index": 294, - "alignment_index": [ - 294 - ] - }, - { - "id": "8C9E886CC7", - "span": { - "start": 86364, - "end": 86708 - }, - "index": 295, - "alignment_index": [ - 295 - ] - }, - { - "id": "883AAC4A02", - "span": { - "start": 86709, - "end": 86918 - }, - "index": 296, - "alignment_index": [ - 296 - ] - }, - { - "id": "0847C370DE", - "span": { - "start": 86919, - "end": 87121 - }, - "index": 297, - "alignment_index": [ - 297 - ] - }, - { - "id": "15F03DCCAF", - "span": { - "start": 87122, - "end": 87253 - }, - "index": 298, - "alignment_index": [ - 298 - ] - }, - { - "id": "38E585C83B", - "span": { - "start": 87254, - "end": 87416 - }, - "index": 299, - "alignment_index": [ - 299 - ] - }, - { - "id": "5B60606B8C", - "span": { - "start": 87417, - "end": 87534 - }, - "index": 300, - "alignment_index": [ - 300 - ] - }, - { - "id": "A0F9A9C0EF", - "span": { - "start": 87535, - "end": 87714 - }, - "index": 301, - "alignment_index": [ - 301 - ] - }, - { - "id": "E38D90B3E5", - "span": { - "start": 87715, - "end": 87903 - }, - "index": 302, - "alignment_index": [ - 302 - ] - }, - { - "id": "850F4BB028", - "span": { - "start": 87904, - "end": 88057 - }, - "index": 303, - "alignment_index": [ - 303 - ] - }, - { - "id": "66FE4F55B5", - "span": { - "start": 88058, - "end": 88652 - }, - "index": 304, - "alignment_index": [ - 304 - ] - }, - { - "id": "4667467065", - "span": { - "start": 88653, - "end": 88884 - }, - "index": 305, - "alignment_index": [ - 305 - ] - }, - { - "id": "0E305F8636", - "span": { - "start": 88885, - "end": 89039 - }, - "index": 306, - "alignment_index": [ - 306 - ] - }, - { - "id": "727C9EC374", - "span": { - "start": 89040, - "end": 89217 - }, - "index": 307, - "alignment_index": [ - 307 - ] - }, - { - "id": "53F04CAD43", - "span": { - "start": 89218, - "end": 89355 - }, - "index": 308, - "alignment_index": [ - 308 - ] - }, - { - "id": "8099C09CEC", - "span": { - "start": 89356, - "end": 89561 - }, - "index": 309, - "alignment_index": [ - 309 - ] - }, - { - "id": "B9309A2DD9", - "span": { - "start": 89562, - "end": 90059 - }, - "index": 310, - "alignment_index": [ - 310 - ] - }, - { - "id": "DFEEBE09FB", - "span": { - "start": 90060, - "end": 90214 - }, - "index": 311, - "alignment_index": [ - 311 - ] - }, - { - "id": "4A444756AF", - "span": { - "start": 90215, - "end": 90472 - }, - "index": 312, - "alignment_index": [ - 312 - ] - }, - { - "id": "94948D7FBA", - "span": { - "start": 90473, - "end": 90858 - }, - "index": 313, - "alignment_index": [ - 313 - ] - }, - { - "id": "073BAEF37F", - "span": { - "start": 90859, - "end": 91028 - }, - "index": 314, - "alignment_index": [ - 314 - ] - }, - { - "id": "8FC4186B22", - "span": { - "start": 91029, - "end": 91223 - }, - "index": 315, - "alignment_index": [ - 315 - ] - }, - { - "id": "9E3CEEC89A", - "span": { - "start": 91224, - "end": 91434 - }, - "index": 316, - "alignment_index": [ - 316 - ] - }, - { - "id": "3B1362E9F8", - "span": { - "start": 91435, - "end": 92032 - }, - "index": 317, - "alignment_index": [ - 317 - ] - }, - { - "id": "62A9D500C2", - "span": { - "start": 92033, - "end": 92420 - }, - "index": 318, - "alignment_index": [ - 318 - ] - }, - { - "id": "5840A0DB45", - "span": { - "start": 92421, - "end": 93090 - }, - "index": 319, - "alignment_index": [ - 319 - ] - }, - { - "id": "8A4B848EF3", - "span": { - "start": 93091, - "end": 93278 - }, - "index": 320, - "alignment_index": [ - 320 - ] - }, - { - "id": "111312D202", - "span": { - "start": 93279, - "end": 94042 - }, - "index": 321, - "alignment_index": [ - 321 - ] - }, - { - "id": "00984B0BA5", - "span": { - "start": 94043, - "end": 94218 - }, - "index": 322, - "alignment_index": [ - 322 - ] - }, - { - "id": "EDEEA44387", - "span": { - "start": 94219, - "end": 94753 - }, - "index": 323, - "alignment_index": [ - 323 - ] - }, - { - "id": "3C86C98823", - "span": { - "start": 94754, - "end": 94923 - }, - "index": 324, - "alignment_index": [ - 324 - ] - }, - { - "id": "2D5D44492B", - "span": { - "start": 94924, - "end": 95106 - }, - "index": 325, - "alignment_index": [ - 325 - ] - }, - { - "id": "C3915CE7E9", - "span": { - "start": 95107, - "end": 95352 - }, - "index": 326, - "alignment_index": [ - 326 - ] - }, - { - "id": "749414A0AA", - "span": { - "start": 95353, - "end": 95623 - }, - "index": 327, - "alignment_index": [ - 327 - ] - }, - { - "id": "F091DD0EEC", - "span": { - "start": 95624, - "end": 95905 - }, - "index": 328, - "alignment_index": [ - 328 - ] - }, - { - "id": "ECCD394FD3", - "span": { - "start": 95906, - "end": 96106 - }, - "index": 329, - "alignment_index": [ - 329 - ] - }, - { - "id": "3A2ED46406", - "span": { - "start": 96107, - "end": 96811 - }, - "index": 330, - "alignment_index": [ - 330 - ] - }, - { - "id": "A69C0EE133", - "span": { - "start": 96812, - "end": 97060 - }, - "index": 331, - "alignment_index": [ - 331 - ] - }, - { - "id": "3344CA88A4", - "span": { - "start": 97061, - "end": 97263 - }, - "index": 332, - "alignment_index": [ - 332 - ] - }, - { - "id": "A46454AE9E", - "span": { - "start": 97264, - "end": 97722 - }, - "index": 333, - "alignment_index": [ - 333 - ] - }, - { - "id": "5E022DB5E2", - "span": { - "start": 97723, - "end": 97901 - }, - "index": 334, - "alignment_index": [ - 334 - ] - }, - { - "id": "F3D0443496", - "span": { - "start": 97902, - "end": 98106 - }, - "index": 335, - "alignment_index": [ - 335 - ] - }, - { - "id": "F8632892F2", - "span": { - "start": 98107, - "end": 98880 - }, - "index": 336, - "alignment_index": [ - 336 - ] - }, - { - "id": "22846E88EB", - "span": { - "start": 98881, - "end": 99487 - }, - "index": 337, - "alignment_index": [ - 337 - ] - }, - { - "id": "B407646172", - "span": { - "start": 99488, - "end": 100101 - }, - "index": 338, - "alignment_index": [ - 338 - ] - }, - { - "id": "47DD377854", - "span": { - "start": 100102, - "end": 100282 - }, - "index": 339, - "alignment_index": [ - 339 - ] - }, - { - "id": "45A8319B82", - "span": { - "start": 100283, - "end": 100499 - }, - "index": 340, - "alignment_index": [ - 340 - ] - }, - { - "id": "944AAE54A0", - "span": { - "start": 100500, - "end": 100717 - }, - "index": 341, - "alignment_index": [ - 341 - ] - }, - { - "id": "BBE02B10DB", - "span": { - "start": 100718, - "end": 100935 - }, - "index": 342, - "alignment_index": [ - 342 - ] - }, - { - "id": "DF7814D45E", - "span": { - "start": 100936, - "end": 101100 - }, - "index": 343, - "alignment_index": [ - 343 - ] - }, - { - "id": "FF8EFC1479", - "span": { - "start": 101101, - "end": 101322 - }, - "index": 344, - "alignment_index": [ - 344 - ] - }, - { - "id": "0AC309CAFE", - "span": { - "start": 101323, - "end": 101506 - }, - "index": 345, - "alignment_index": [ - 345 - ] - }, - { - "id": "A5DD98249A", - "span": { - "start": 101507, - "end": 101712 - }, - "index": 346, - "alignment_index": [ - 346 - ] - }, - { - "id": "D3D3883EAC", - "span": { - "start": 101713, - "end": 101900 - }, - "index": 347, - "alignment_index": [ - 347 - ] - }, - { - "id": "F24EE4DE22", - "span": { - "start": 101901, - "end": 102145 - }, - "index": 348, - "alignment_index": [ - 348 - ] - }, - { - "id": "CDF2D2EBB4", - "span": { - "start": 102146, - "end": 102307 - }, - "index": 349, - "alignment_index": [ - 349 - ] - }, - { - "id": "9149427D42", - "span": { - "start": 102308, - "end": 102505 - }, - "index": 350, - "alignment_index": [ - 350 - ] - }, - { - "id": "4FAB173EFF", - "span": { - "start": 102506, - "end": 102705 - }, - "index": 351, - "alignment_index": [ - 351 - ] - }, - { - "id": "899CEC2E02", - "span": { - "start": 102706, - "end": 102886 - }, - "index": 352, - "alignment_index": [ - 352 - ] - }, - { - "id": "AD90906051", - "span": { - "start": 102887, - "end": 103073 - }, - "index": 353, - "alignment_index": [ - 353 - ] - }, - { - "id": "C48E999406", - "span": { - "start": 103074, - "end": 103235 - }, - "index": 354, - "alignment_index": [ - 354 - ] - }, - { - "id": "5F009F3A53", - "span": { - "start": 103236, - "end": 104062 - }, - "index": 355, - "alignment_index": [ - 355 - ] - }, - { - "id": "A36443F486", - "span": { - "start": 104063, - "end": 104241 - }, - "index": 356, - "alignment_index": [ - 356 - ] - }, - { - "id": "03407B102D", - "span": { - "start": 104242, - "end": 104628 - }, - "index": 357, - "alignment_index": [ - 357 - ] - }, - { - "id": "4B58BA60E6", - "span": { - "start": 104629, - "end": 104820 - }, - "index": 358, - "alignment_index": [ - 358 - ] - }, - { - "id": "647B68FDBD", - "span": { - "start": 104821, - "end": 104969 - }, - "index": 359, - "alignment_index": [ - 359 - ] - }, - { - "id": "3881D46412", - "span": { - "start": 104970, - "end": 105788 - }, - "index": 360, - "alignment_index": [ - 360 - ] - }, - { - "id": "A04B24204D", - "span": { - "start": 105789, - "end": 105907 - }, - "index": 361, - "alignment_index": [ - 361 - ] - }, - { - "id": "FA722BF12A", - "span": { - "start": 105908, - "end": 106104 - }, - "index": 362, - "alignment_index": [ - 362 - ] - }, - { - "id": "773647781E", - "span": { - "start": 106105, - "end": 106409 - }, - "index": 363, - "alignment_index": [ - 363 - ] - }, - { - "id": "5B1433E1BB", - "span": { - "start": 106410, - "end": 107000 - }, - "index": 364, - "alignment_index": [ - 364 - ] - }, - { - "id": "8399328CB9", - "span": { - "start": 107001, - "end": 107264 - }, - "index": 365, - "alignment_index": [ - 365 - ] - }, - { - "id": "C42FD711BB", - "span": { - "start": 107265, - "end": 107503 - }, - "index": 366, - "alignment_index": [ - 366 - ] - }, - { - "id": "08B7758C64", - "span": { - "start": 107504, - "end": 107673 - }, - "index": 367, - "alignment_index": [ - 367 - ] - }, - { - "id": "050CE2E5CE", - "span": { - "start": 107674, - "end": 107862 - }, - "index": 368, - "alignment_index": [ - 368 - ] - }, - { - "id": "C3322BEB88", - "span": { - "start": 107863, - "end": 108233 - }, - "index": 369, - "alignment_index": [ - 369 - ] - }, - { - "id": "682068C422", - "span": { - "start": 108234, - "end": 108408 - }, - "index": 370, - "alignment_index": [ - 370 - ] - }, - { - "id": "AFCADD96BD", - "span": { - "start": 108409, - "end": 108622 - }, - "index": 371, - "alignment_index": [ - 371 - ] - }, - { - "id": "99D26669B6", - "span": { - "start": 108623, - "end": 108827 - }, - "index": 372, - "alignment_index": [ - 372 - ] - }, - { - "id": "66D93A513A", - "span": { - "start": 108828, - "end": 109222 - }, - "index": 373, - "alignment_index": [ - 373 - ] - }, - { - "id": "B6C648A6C6", - "span": { - "start": 109223, - "end": 109451 - }, - "index": 374, - "alignment_index": [ - 374 - ] - }, - { - "id": "C12B68D3DB", - "span": { - "start": 109452, - "end": 109849 - }, - "index": 375, - "alignment_index": [ - 375 - ] - }, - { - "id": "5D98DA8880", - "span": { - "start": 109850, - "end": 109998 - }, - "index": 376, - "alignment_index": [ - 376 - ] - }, - { - "id": "B98921EA5F", - "span": { - "start": 109999, - "end": 110236 - }, - "index": 377, - "alignment_index": [ - 377 - ] - }, - { - "id": "062DE37DF1", - "span": { - "start": 110237, - "end": 110466 - }, - "index": 378, - "alignment_index": [ - 378 - ] - }, - { - "id": "E73ADCFFFD", - "span": { - "start": 110467, - "end": 110661 - }, - "index": 379, - "alignment_index": [ - 379 - ] - }, - { - "id": "DF74D3DDF0", - "span": { - "start": 110662, - "end": 110861 - }, - "index": 380, - "alignment_index": [ - 380 - ] - }, - { - "id": "D864514AD3", - "span": { - "start": 110862, - "end": 111372 - }, - "index": 381, - "alignment_index": [ - 381 - ] - }, - { - "id": "9AAF4791A6", - "span": { - "start": 111373, - "end": 111613 - }, - "index": 382, - "alignment_index": [ - 382 - ] - }, - { - "id": "5A6BD82D27", - "span": { - "start": 111614, - "end": 111818 - }, - "index": 383, - "alignment_index": [ - 383 - ] - }, - { - "id": "49893C3109", - "span": { - "start": 111819, - "end": 112078 - }, - "index": 384, - "alignment_index": [ - 384 - ] - }, - { - "id": "00C4A819E4", - "span": { - "start": 112079, - "end": 112335 - }, - "index": 385, - "alignment_index": [ - 385 - ] - }, - { - "id": "8475438C98", - "span": { - "start": 112336, - "end": 112528 - }, - "index": 386, - "alignment_index": [ - 386 - ] - }, - { - "id": "283134FD42", - "span": { - "start": 112529, - "end": 112681 - }, - "index": 387, - "alignment_index": [ - 387 - ] - }, - { - "id": "11B053FA0B", - "span": { - "start": 112682, - "end": 112906 - }, - "index": 388, - "alignment_index": [ - 388 - ] - }, - { - "id": "09C68C7D48", - "span": { - "start": 112907, - "end": 113101 - }, - "index": 389, - "alignment_index": [ - 389 - ] - }, - { - "id": "13CF7B3B44", - "span": { - "start": 113102, - "end": 113693 - }, - "index": 390, - "alignment_index": [ - 390 - ] - }, - { - "id": "AEBCC28BEA", - "span": { - "start": 113694, - "end": 113897 - }, - "index": 391, - "alignment_index": [ - 391 - ] - }, - { - "id": "81A9C084C0", - "span": { - "start": 113898, - "end": 114077 - }, - "index": 392, - "alignment_index": [ - 392 - ] - }, - { - "id": "F2B7FCFCA9", - "span": { - "start": 114078, - "end": 114226 - }, - "index": 393, - "alignment_index": [ - 393 - ] - }, - { - "id": "B19A378981", - "span": { - "start": 114227, - "end": 114407 - }, - "index": 394, - "alignment_index": [ - 394 - ] - }, - { - "id": "A7257109BF", - "span": { - "start": 114408, - "end": 114642 - }, - "index": 395, - "alignment_index": [ - 395 - ] - }, - { - "id": "3A6AB3F41B", - "span": { - "start": 114643, - "end": 114811 - }, - "index": 396, - "alignment_index": [ - 396 - ] - }, - { - "id": "7F5BB6FE55", - "span": { - "start": 114812, - "end": 114995 - }, - "index": 397, - "alignment_index": [ - 397 - ] - }, - { - "id": "894D494CBF", - "span": { - "start": 114996, - "end": 115236 - }, - "index": 398, - "alignment_index": [ - 398 - ] - }, - { - "id": "B455084D70", - "span": { - "start": 115237, - "end": 115384 - }, - "index": 399, - "alignment_index": [ - 399 - ] - }, - { - "id": "7297293B99", - "span": { - "start": 115385, - "end": 115954 - }, - "index": 400, - "alignment_index": [ - 400 - ] - }, - { - "id": "E3AF206D7D", - "span": { - "start": 115955, - "end": 116148 - }, - "index": 401, - "alignment_index": [ - 401 - ] - }, - { - "id": "4A879B787C", - "span": { - "start": 116149, - "end": 116362 - }, - "index": 402, - "alignment_index": [ - 402 - ] - }, - { - "id": "24BB3E4AF6", - "span": { - "start": 116363, - "end": 116530 - }, - "index": 403, - "alignment_index": [ - 403 - ] - }, - { - "id": "EEEB95CA77", - "span": { - "start": 116531, - "end": 116739 - }, - "index": 404, - "alignment_index": [ - 404 - ] - }, - { - "id": "BFE2215FBF", - "span": { - "start": 116740, - "end": 116953 - }, - "index": 405, - "alignment_index": [ - 405 - ] - }, - { - "id": "0B7CCD5117", - "span": { - "start": 116954, - "end": 117143 - }, - "index": 406, - "alignment_index": [ - 406 - ] - }, - { - "id": "006D9A0030", - "span": { - "start": 117144, - "end": 117328 - }, - "index": 407, - "alignment_index": [ - 407 - ] - }, - { - "id": "DA42C83BDA", - "span": { - "start": 117329, - "end": 117551 - }, - "index": 408, - "alignment_index": [ - 408 - ] - }, - { - "id": "84EFD89A85", - "span": { - "start": 117552, - "end": 117820 - }, - "index": 409, - "alignment_index": [ - 409 - ] - }, - { - "id": "064C194D37", - "span": { - "start": 117821, - "end": 118039 - }, - "index": 410, - "alignment_index": [ - 410 - ] - }, - { - "id": "C3E4EB0280", - "span": { - "start": 118040, - "end": 118275 - }, - "index": 411, - "alignment_index": [ - 411 - ] - }, - { - "id": "FA9AAAD294", - "span": { - "start": 118276, - "end": 118537 - }, - "index": 412, - "alignment_index": [ - 412 - ] - }, - { - "id": "EBE5E832C4", - "span": { - "start": 118538, - "end": 118763 - }, - "index": 413, - "alignment_index": [ - 413 - ] - }, - { - "id": "F4424F1E88", - "span": { - "start": 118764, - "end": 118978 - }, - "index": 414, - "alignment_index": [ - 414 - ] - }, - { - "id": "0F4B0E40BB", - "span": { - "start": 118979, - "end": 119208 - }, - "index": 415, - "alignment_index": [ - 415 - ] - }, - { - "id": "4F89F56D4F", - "span": { - "start": 119209, - "end": 119447 - }, - "index": 416, - "alignment_index": [ - 416 - ] - }, - { - "id": "171D5DC0B5", - "span": { - "start": 119448, - "end": 119702 - }, - "index": 417, - "alignment_index": [ - 417 - ] - }, - { - "id": "B65B53407A", - "span": { - "start": 119703, - "end": 120249 - }, - "index": 418, - "alignment_index": [ - 418 - ] - }, - { - "id": "CCAF8D2652", - "span": { - "start": 120250, - "end": 120485 - }, - "index": 419, - "alignment_index": [ - 419 - ] - }, - { - "id": "41ED971420", - "span": { - "start": 120486, - "end": 120781 - }, - "index": 420, - "alignment_index": [ - 420 - ] - }, - { - "id": "635998CFF6", - "span": { - "start": 120782, - "end": 121528 - }, - "index": 421, - "alignment_index": [ - 421 - ] - }, - { - "id": "0B42A49CFB", - "span": { - "start": 121529, - "end": 122363 - }, - "index": 422, - "alignment_index": [ - 422 - ] - }, - { - "id": "F268F02728", - "span": { - "start": 122364, - "end": 122631 - }, - "index": 423, - "alignment_index": [ - 423 - ] - }, - { - "id": "447CA70485", - "span": { - "start": 122632, - "end": 123223 - }, - "index": 424, - "alignment_index": [ - 424 - ] - }, - { - "id": "0BAF88885A", - "span": { - "start": 123224, - "end": 123474 - }, - "index": 425, - "alignment_index": [ - 425 - ] - }, - { - "id": "4F23B2275B", - "span": { - "start": 123475, - "end": 123746 - }, - "index": 426, - "alignment_index": [ - 426 - ] - }, - { - "id": "D44DC1BA38", - "span": { - "start": 123747, - "end": 124057 - }, - "index": 427, - "alignment_index": [ - 427 - ] - }, - { - "id": "BB1177F7D4", - "span": { - "start": 124058, - "end": 124191 - }, - "index": 428, - "alignment_index": [ - 428 - ] - }, - { - "id": "804FE8FFAF", - "span": { - "start": 124192, - "end": 124982 - }, - "index": 429, - "alignment_index": [ - 429 - ] - }, - { - "id": "33992C9713", - "span": { - "start": 124983, - "end": 125166 - }, - "index": 430, - "alignment_index": [ - 430 - ] - }, - { - "id": "30871940C4", - "span": { - "start": 125167, - "end": 125335 - }, - "index": 431, - "alignment_index": [ - 431 - ] - }, - { - "id": "A188855FFA", - "span": { - "start": 125336, - "end": 125503 - }, - "index": 432, - "alignment_index": [ - 432 - ] - }, - { - "id": "187332360B", - "span": { - "start": 125504, - "end": 125711 - }, - "index": 433, - "alignment_index": [ - 433 - ] - }, - { - "id": "BAA60B4669", - "span": { - "start": 125712, - "end": 125931 - }, - "index": 434, - "alignment_index": [ - 434 - ] - }, - { - "id": "CE57E4706C", - "span": { - "start": 125932, - "end": 126134 - }, - "index": 435, - "alignment_index": [ - 435 - ] - }, - { - "id": "F4FC0B3AF5", - "span": { - "start": 126135, - "end": 126351 - }, - "index": 436, - "alignment_index": [ - 436 - ] - }, - { - "id": "FCFF7E19CA", - "span": { - "start": 126352, - "end": 126615 - }, - "index": 437, - "alignment_index": [ - 437 - ] - }, - { - "id": "82931B4A45", - "span": { - "start": 126616, - "end": 126801 - }, - "index": 438, - "alignment_index": [ - 438 - ] - }, - { - "id": "A5879B954A", - "span": { - "start": 126802, - "end": 126977 - }, - "index": 439, - "alignment_index": [ - 439 - ] - }, - { - "id": "B4386434B0", - "span": { - "start": 126978, - "end": 127141 - }, - "index": 440, - "alignment_index": [ - 440 - ] - }, - { - "id": "AA6A6D0B99", - "span": { - "start": 127142, - "end": 127332 - }, - "index": 441, - "alignment_index": [ - 441 - ] - }, - { - "id": "8151C52852", - "span": { - "start": 127333, - "end": 127511 - }, - "index": 442, - "alignment_index": [ - 442 - ] - }, - { - "id": "563F230B38", - "span": { - "start": 127512, - "end": 127664 - }, - "index": 443, - "alignment_index": [ - 443 - ] - }, - { - "id": "498E43DD90", - "span": { - "start": 127665, - "end": 127813 - }, - "index": 444, - "alignment_index": [ - 444 - ] - }, - { - "id": "49BD2D7BB6", - "span": { - "start": 127814, - "end": 128363 - }, - "index": 445, - "alignment_index": [ - 445 - ] - }, - { - "id": "501A04FC78", - "span": { - "start": 128364, - "end": 128576 - }, - "index": 446, - "alignment_index": [ - 446 - ] - }, - { - "id": "8E8E3873F8", - "span": { - "start": 128577, - "end": 128770 - }, - "index": 447, - "alignment_index": [ - 447 - ] - }, - { - "id": "F780E17378", - "span": { - "start": 128771, - "end": 129017 - }, - "index": 448, - "alignment_index": [ - 448 - ] - }, - { - "id": "04AAA44B6D", - "span": { - "start": 129018, - "end": 129203 - }, - "index": 449, - "alignment_index": [ - 449 - ] - }, - { - "id": "FE88EC948E", - "span": { - "start": 129204, - "end": 129397 - }, - "index": 450, - "alignment_index": [ - 450 - ] - }, - { - "id": "EED2E0DDFF", - "span": { - "start": 129398, - "end": 129556 - }, - "index": 451, - "alignment_index": [ - 451 - ] - }, - { - "id": "5FDBCA4578", - "span": { - "start": 129557, - "end": 129765 - }, - "index": 452, - "alignment_index": [ - 452 - ] - }, - { - "id": "044D09C99B", - "span": { - "start": 129766, - "end": 130392 - }, - "index": 453, - "alignment_index": [ - 453 - ] - }, - { - "id": "144CDC2372", - "span": { - "start": 130393, - "end": 130618 - }, - "index": 454, - "alignment_index": [ - 454 - ] - }, - { - "id": "C3E24EA92F", - "span": { - "start": 130619, - "end": 130802 - }, - "index": 455, - "alignment_index": [ - 455 - ] - }, - { - "id": "09BA109BB3", - "span": { - "start": 130803, - "end": 130983 - }, - "index": 456, - "alignment_index": [ - 456 - ] - }, - { - "id": "D762884476", - "span": { - "start": 130984, - "end": 131198 - }, - "index": 457, - "alignment_index": [ - 457 - ] - }, - { - "id": "79DCA25BBC", - "span": { - "start": 131199, - "end": 131344 - }, - "index": 458, - "alignment_index": [ - 458 - ] - }, - { - "id": "50DFE1820D", - "span": { - "start": 131345, - "end": 132100 - }, - "index": 459, - "alignment_index": [ - 459 - ] - }, - { - "id": "238B760126", - "span": { - "start": 132101, - "end": 132394 - }, - "index": 460, - "alignment_index": [ - 460 - ] - }, - { - "id": "F1F56BD7D7", - "span": { - "start": 132395, - "end": 132582 - }, - "index": 461, - "alignment_index": [ - 461 - ] - }, - { - "id": "E1ED12BE01", - "span": { - "start": 132583, - "end": 133542 - }, - "index": 462, - "alignment_index": [ - 462 - ] - }, - { - "id": "14141A8FAA", - "span": { - "start": 133543, - "end": 133783 - }, - "index": 463, - "alignment_index": [ - 463 - ] - }, - { - "id": "BE84914689", - "span": { - "start": 133784, - "end": 134013 - }, - "index": 464, - "alignment_index": [ - 464 - ] - }, - { - "id": "A82BA4CE6B", - "span": { - "start": 134014, - "end": 134295 - }, - "index": 465, - "alignment_index": [ - 465 - ] - }, - { - "id": "D22BDB7414", - "span": { - "start": 134296, - "end": 134556 - }, - "index": 466, - "alignment_index": [ - 466 - ] - }, - { - "id": "455F1244D9", - "span": { - "start": 134557, - "end": 134800 - }, - "index": 467, - "alignment_index": [ - 467 - ] - }, - { - "id": "CBFFD9A07F", - "span": { - "start": 134801, - "end": 135041 - }, - "index": 468, - "alignment_index": [ - 468 - ] - }, - { - "id": "B53B4E8269", - "span": { - "start": 135042, - "end": 135331 - }, - "index": 469, - "alignment_index": [ - 469 - ] - }, - { - "id": "F583B745B2", - "span": { - "start": 135332, - "end": 135488 - }, - "index": 470, - "alignment_index": [ - 470 - ] - }, - { - "id": "5E534C46CF", - "span": { - "start": 135489, - "end": 136403 - }, - "index": 471, - "alignment_index": [ - 471 - ] - }, - { - "id": "D58ECD494C", - "span": { - "start": 136404, - "end": 136597 - }, - "index": 472, - "alignment_index": [ - 472 - ] - }, - { - "id": "D0B850A828", - "span": { - "start": 136598, - "end": 136796 - }, - "index": 473, - "alignment_index": [ - 473 - ] - }, - { - "id": "100DB61FC7", - "span": { - "start": 136797, - "end": 137016 - }, - "index": 474, - "alignment_index": [ - 474 - ] - }, - { - "id": "64E498EE69", - "span": { - "start": 137017, - "end": 137189 - }, - "index": 475, - "alignment_index": [ - 475 - ] - }, - { - "id": "FBB0777B00", - "span": { - "start": 137190, - "end": 137339 - }, - "index": 476, - "alignment_index": [ - 476 - ] - }, - { - "id": "06D9B199D8", - "span": { - "start": 137340, - "end": 137608 - }, - "index": 477, - "alignment_index": [ - 477 - ] - }, - { - "id": "2922813362", - "span": { - "start": 137609, - "end": 137787 - }, - "index": 478, - "alignment_index": [ - 478 - ] - }, - { - "id": "A74DDE3137", - "span": { - "start": 137788, - "end": 138165 - }, - "index": 479, - "alignment_index": [ - 479 - ] - }, - { - "id": "85C6B1463E", - "span": { - "start": 138166, - "end": 138546 - }, - "index": 480, - "alignment_index": [ - 480 - ] - }, - { - "id": "202C6886D5", - "span": { - "start": 138547, - "end": 138719 - }, - "index": 481, - "alignment_index": [ - 481 - ] - }, - { - "id": "2AF8465336", - "span": { - "start": 138720, - "end": 139014 - }, - "index": 482, - "alignment_index": [ - 482 - ] - }, - { - "id": "1A3ABE638F", - "span": { - "start": 139015, - "end": 139273 - }, - "index": 483, - "alignment_index": [ - 483 - ] - }, - { - "id": "09FA9EE511", - "span": { - "start": 139274, - "end": 139541 - }, - "index": 484, - "alignment_index": [ - 484 - ] - }, - { - "id": "0FF5B7CC4B", - "span": { - "start": 139542, - "end": 140127 - }, - "index": 485, - "alignment_index": [ - 485 - ] - }, - { - "id": "3DD63CD3E9", - "span": { - "start": 140128, - "end": 140623 - }, - "index": 486, - "alignment_index": [ - 486 - ] - }, - { - "id": "7539FCA308", - "span": { - "start": 140624, - "end": 140816 - }, - "index": 487, - "alignment_index": [ - 487 - ] - }, - { - "id": "A17E66CCBF", - "span": { - "start": 140817, - "end": 141048 - }, - "index": 488, - "alignment_index": [ - 488 - ] - }, - { - "id": "9DD888F488", - "span": { - "start": 141049, - "end": 141236 - }, - "index": 489, - "alignment_index": [ - 489 - ] - }, - { - "id": "8C58EC2F6E", - "span": { - "start": 141237, - "end": 141371 - }, - "index": 490, - "alignment_index": [ - 490 - ] - }, - { - "id": "6F514AD654", - "span": { - "start": 141372, - "end": 141650 - }, - "index": 491, - "alignment_index": [ - 491 - ] - }, - { - "id": "D49606506D", - "span": { - "start": 141651, - "end": 141931 - }, - "index": 492, - "alignment_index": [ - 492 - ] - }, - { - "id": "956D1D4D68", - "span": { - "start": 141932, - "end": 142156 - }, - "index": 493, - "alignment_index": [ - 493 - ] - }, - { - "id": "2A4A410CD2", - "span": { - "start": 142157, - "end": 142891 - }, - "index": 494, - "alignment_index": [ - 494 - ] - }, - { - "id": "9A4EBA2736", - "span": { - "start": 142892, - "end": 143101 - }, - "index": 495, - "alignment_index": [ - 495 - ] - }, - { - "id": "26520A70AE", - "span": { - "start": 143102, - "end": 143301 - }, - "index": 496, - "alignment_index": [ - 496 - ] - }, - { - "id": "77C8BD173F", - "span": { - "start": 143302, - "end": 143533 - }, - "index": 497, - "alignment_index": [ - 497 - ] - }, - { - "id": "26090B4697", - "span": { - "start": 143534, - "end": 143791 - }, - "index": 498, - "alignment_index": [ - 498 - ] - }, - { - "id": "900E0099AA", - "span": { - "start": 143792, - "end": 144603 - }, - "index": 499, - "alignment_index": [ - 499 - ] - }, - { - "id": "4C5365922F", - "span": { - "start": 144604, - "end": 144799 - }, - "index": 500, - "alignment_index": [ - 500 - ] - }, - { - "id": "7DB6E14AD8", - "span": { - "start": 144800, - "end": 144974 - }, - "index": 501, - "alignment_index": [ - 501 - ] - }, - { - "id": "D00A818112", - "span": { - "start": 144975, - "end": 145232 - }, - "index": 502, - "alignment_index": [ - 502 - ] - }, - { - "id": "889AD88988", - "span": { - "start": 145233, - "end": 145905 - }, - "index": 503, - "alignment_index": [ - 503 - ] - }, - { - "id": "BE4AD4688F", - "span": { - "start": 145906, - "end": 146098 - }, - "index": 504, - "alignment_index": [ - 504 - ] - }, - { - "id": "94D3D8C9D6", - "span": { - "start": 146099, - "end": 146267 - }, - "index": 505, - "alignment_index": [ - 505 - ] - }, - { - "id": "295A88D5A5", - "span": { - "start": 146268, - "end": 146537 - }, - "index": 506, - "alignment_index": [ - 506 - ] - }, - { - "id": "1D3D4B29F9", - "span": { - "start": 146538, - "end": 146696 - }, - "index": 507, - "alignment_index": [ - 507 - ] - }, - { - "id": "D299A35263", - "span": { - "start": 146697, - "end": 146852 - }, - "index": 508, - "alignment_index": [ - 508 - ] - }, - { - "id": "367A6A25A8", - "span": { - "start": 146853, - "end": 147098 - }, - "index": 509, - "alignment_index": [ - 509 - ] - }, - { - "id": "61AFAF6EBE", - "span": { - "start": 147099, - "end": 147827 - }, - "index": 510, - "alignment_index": [ - 510 - ] - }, - { - "id": "4DA93B14F3", - "span": { - "start": 147828, - "end": 148066 - }, - "index": 511, - "alignment_index": [ - 511 - ] - }, - { - "id": "6D79EBB99F", - "span": { - "start": 148067, - "end": 148389 - }, - "index": 512, - "alignment_index": [ - 512 - ] - }, - { - "id": "E8C52FC2F7", - "span": { - "start": 148390, - "end": 148565 - }, - "index": 513, - "alignment_index": [ - 513 - ] - }, - { - "id": "4A54AA4B5B", - "span": { - "start": 148566, - "end": 148721 - }, - "index": 514, - "alignment_index": [ - 514 - ] - }, - { - "id": "503B9AA144", - "span": { - "start": 148722, - "end": 148975 - }, - "index": 515, - "alignment_index": [ - 515 - ] - }, - { - "id": "FEB22277DA", - "span": { - "start": 148976, - "end": 149258 - }, - "index": 516, - "alignment_index": [ - 516 - ] - }, - { - "id": "C128CC95F4", - "span": { - "start": 149259, - "end": 149443 - }, - "index": 517, - "alignment_index": [ - 517 - ] - }, - { - "id": "3111AC3313", - "span": { - "start": 149444, - "end": 149661 - }, - "index": 518, - "alignment_index": [ - 518 - ] - }, - { - "id": "70D124B1D0", - "span": { - "start": 149662, - "end": 149879 - }, - "index": 519, - "alignment_index": [ - 519 - ] - }, - { - "id": "9CEBC9B529", - "span": { - "start": 149880, - "end": 150091 - }, - "index": 520, - "alignment_index": [ - 520 - ] - }, - { - "id": "018888F98F", - "span": { - "start": 150092, - "end": 150327 - }, - "index": 521, - "alignment_index": [ - 521 - ] - }, - { - "id": "57F88FF094", - "span": { - "start": 150328, - "end": 150513 - }, - "index": 522, - "alignment_index": [ - 522 - ] - }, - { - "id": "5F6FBF6B97", - "span": { - "start": 150514, - "end": 150757 - }, - "index": 523, - "alignment_index": [ - 523 - ] - }, - { - "id": "41A98B1871", - "span": { - "start": 150758, - "end": 151080 - }, - "index": 524, - "alignment_index": [ - 524 - ] - }, - { - "id": "C903B9DBBA", - "span": { - "start": 151081, - "end": 151393 - }, - "index": 525, - "alignment_index": [ - 525 - ] - }, - { - "id": "81883C3841", - "span": { - "start": 151394, - "end": 151512 - }, - "index": 526, - "alignment_index": [ - 526 - ] - }, - { - "id": "C81129E126", - "span": { - "start": 151513, - "end": 151825 - }, - "index": 527, - "alignment_index": [ - 527 - ] - }, - { - "id": "0C00176016", - "span": { - "start": 151826, - "end": 152042 - }, - "index": 528, - "alignment_index": [ - 528 - ] - }, - { - "id": "401CD8B47B", - "span": { - "start": 152043, - "end": 152200 - }, - "index": 529, - "alignment_index": [ - 529 - ] - }, - { - "id": "1D045BB6F1", - "span": { - "start": 152201, - "end": 152355 - }, - "index": 530, - "alignment_index": [ - 530 - ] - }, - { - "id": "83D5E31EA0", - "span": { - "start": 152356, - "end": 153104 - }, - "index": 531, - "alignment_index": [ - 531 - ] - }, - { - "id": "C26EBFD319", - "span": { - "start": 153105, - "end": 153286 - }, - "index": 532, - "alignment_index": [ - 532 - ] - }, - { - "id": "83E26C325A", - "span": { - "start": 153287, - "end": 153457 - }, - "index": 533, - "alignment_index": [ - 533 - ] - }, - { - "id": "01837A822A", - "span": { - "start": 153458, - "end": 153707 - }, - "index": 534, - "alignment_index": [ - 534 - ] - }, - { - "id": "05CE57440B", - "span": { - "start": 153708, - "end": 153898 - }, - "index": 535, - "alignment_index": [ - 535 - ] - }, - { - "id": "2A2A67C07D", - "span": { - "start": 153899, - "end": 154046 - }, - "index": 536, - "alignment_index": [ - 536 - ] - }, - { - "id": "3BF3882311", - "span": { - "start": 154047, - "end": 154247 - }, - "index": 537, - "alignment_index": [ - 537 - ] - }, - { - "id": "CAD4E8D1BE", - "span": { - "start": 154248, - "end": 154401 - }, - "index": 538, - "alignment_index": [ - 538 - ] - }, - { - "id": "75251178A0", - "span": { - "start": 154402, - "end": 154590 - }, - "index": 539, - "alignment_index": [ - 539 - ] - }, - { - "id": "A5B01197B0", - "span": { - "start": 154591, - "end": 154779 - }, - "index": 540, - "alignment_index": [ - 540 - ] - }, - { - "id": "F45CB66454", - "span": { - "start": 154780, - "end": 154947 - }, - "index": 541, - "alignment_index": [ - 541 - ] - }, - { - "id": "00561A9012", - "span": { - "start": 154948, - "end": 155095 - }, - "index": 542, - "alignment_index": [ - 542 - ] - }, - { - "id": "622CC3B8CB", - "span": { - "start": 155096, - "end": 155920 - }, - "index": 543, - "alignment_index": [ - 543 - ] - }, - { - "id": "84948A1C96", - "span": { - "start": 155921, - "end": 156125 - }, - "index": 544, - "alignment_index": [ - 544 - ] - }, - { - "id": "BB54756405", - "span": { - "start": 156126, - "end": 156313 - }, - "index": 545, - "alignment_index": [ - 545 - ] - }, - { - "id": "024000093B", - "span": { - "start": 156314, - "end": 156480 - }, - "index": 546, - "alignment_index": [ - 546 - ] - }, - { - "id": "1566DFFAF0", - "span": { - "start": 156481, - "end": 156714 - }, - "index": 547, - "alignment_index": [ - 547 - ] - }, - { - "id": "1AB9138FF1", - "span": { - "start": 156715, - "end": 157194 - }, - "index": 548, - "alignment_index": [ - 548 - ] - }, - { - "id": "28B244535D", - "span": { - "start": 157195, - "end": 157440 - }, - "index": 549, - "alignment_index": [ - 549 - ] - }, - { - "id": "8E182FFC58", - "span": { - "start": 157441, - "end": 157639 - }, - "index": 550, - "alignment_index": [ - 550 - ] - }, - { - "id": "36CF4CF6AA", - "span": { - "start": 157640, - "end": 157879 - }, - "index": 551, - "alignment_index": [ - 551 - ] - }, - { - "id": "743C37354C", - "span": { - "start": 157880, - "end": 158054 - }, - "index": 552, - "alignment_index": [ - 552 - ] - }, - { - "id": "7184745785", - "span": { - "start": 158055, - "end": 158521 - }, - "index": 553, - "alignment_index": [ - 553 - ] - }, - { - "id": "2CE21B32CC", - "span": { - "start": 158522, - "end": 158689 - }, - "index": 554, - "alignment_index": [ - 554 - ] - }, - { - "id": "F9720A9310", - "span": { - "start": 158690, - "end": 159573 - }, - "index": 555, - "alignment_index": [ - 555 - ] - }, - { - "id": "B19D1D03AD", - "span": { - "start": 159574, - "end": 159743 - }, - "index": 556, - "alignment_index": [ - 556 - ] - }, - { - "id": "9504B9594F", - "span": { - "start": 159744, - "end": 159911 - }, - "index": 557, - "alignment_index": [ - 557 - ] - }, - { - "id": "B7FFF47FDF", - "span": { - "start": 159912, - "end": 160094 - }, - "index": 558, - "alignment_index": [ - 558 - ] - }, - { - "id": "4F4B0B4F0B", - "span": { - "start": 160095, - "end": 160259 - }, - "index": 559, - "alignment_index": [ - 559 - ] - }, - { - "id": "12140091C9", - "span": { - "start": 160260, - "end": 160486 - }, - "index": 560, - "alignment_index": [ - 560 - ] - }, - { - "id": "A918DEC316", - "span": { - "start": 160487, - "end": 160611 - }, - "index": 561, - "alignment_index": [ - 561 - ] - }, - { - "id": "2FF468A058", - "span": { - "start": 160612, - "end": 161286 - }, - "index": 562, - "alignment_index": [ - 562 - ] - }, - { - "id": "823F474F03", - "span": { - "start": 161287, - "end": 161452 - }, - "index": 563, - "alignment_index": [ - 563 - ] - }, - { - "id": "40F031F2FF", - "span": { - "start": 161453, - "end": 161862 - }, - "index": 564, - "alignment_index": [ - 564 - ] - }, - { - "id": "C7AA544A2A", - "span": { - "start": 161863, - "end": 162074 - }, - "index": 565, - "alignment_index": [ - 565 - ] - }, - { - "id": "7D455DBAB9", - "span": { - "start": 162075, - "end": 162719 - }, - "index": 566, - "alignment_index": [ - 566 - ] - }, - { - "id": "CF2DC5FC92", - "span": { - "start": 162720, - "end": 163562 - }, - "index": 567, - "alignment_index": [ - 567 - ] - }, - { - "id": "DDB3B7008C", - "span": { - "start": 163563, - "end": 163743 - }, - "index": 568, - "alignment_index": [ - 568 - ] - }, - { - "id": "EE805EE9A7", - "span": { - "start": 163744, - "end": 164082 - }, - "index": 569, - "alignment_index": [ - 569 - ] - }, - { - "id": "C96C3636C4", - "span": { - "start": 164083, - "end": 164256 - }, - "index": 570, - "alignment_index": [ - 570 - ] - }, - { - "id": "00082C731E", - "span": { - "start": 164257, - "end": 164446 - }, - "index": 571, - "alignment_index": [ - 571 - ] - }, - { - "id": "D0644E488E", - "span": { - "start": 164447, - "end": 164660 - }, - "index": 572, - "alignment_index": [ - 572 - ] - }, - { - "id": "DDF3A63FCF", - "span": { - "start": 164661, - "end": 164820 - }, - "index": 573, - "alignment_index": [ - 573 - ] - }, - { - "id": "442FFFBE8F", - "span": { - "start": 164821, - "end": 165022 - }, - "index": 574, - "alignment_index": [ - 574 - ] - }, - { - "id": "43277045AB", - "span": { - "start": 165023, - "end": 165212 - }, - "index": 575, - "alignment_index": [ - 575 - ] - }, - { - "id": "8DC48EEA33", - "span": { - "start": 165213, - "end": 165396 - }, - "index": 576, - "alignment_index": [ - 576 - ] - }, - { - "id": "1A296EBA3B", - "span": { - "start": 165397, - "end": 165604 - }, - "index": 577, - "alignment_index": [ - 577 - ] - }, - { - "id": "83D6EDE19A", - "span": { - "start": 165605, - "end": 166240 - }, - "index": 578, - "alignment_index": [ - 578 - ] - }, - { - "id": "7860AFE0CF", - "span": { - "start": 166241, - "end": 166446 - }, - "index": 579, - "alignment_index": [ - 579 - ] - }, - { - "id": "400E99A490", - "span": { - "start": 166447, - "end": 166663 - }, - "index": 580, - "alignment_index": [ - 580 - ] - }, - { - "id": "E11A9501AE", - "span": { - "start": 166664, - "end": 166901 - }, - "index": 581, - "alignment_index": [ - 581 - ] - }, - { - "id": "B9C4268CA4", - "span": { - "start": 166902, - "end": 167090 - }, - "index": 582, - "alignment_index": [ - 582 - ] - }, - { - "id": "F4FB8A4EFF", - "span": { - "start": 167091, - "end": 167238 - }, - "index": 583, - "alignment_index": [ - 583 - ] - }, - { - "id": "D0FE3AAD6D", - "span": { - "start": 167239, - "end": 167419 - }, - "index": 584, - "alignment_index": [ - 584 - ] - }, - { - "id": "67A93737FF", - "span": { - "start": 167420, - "end": 167579 - }, - "index": 585, - "alignment_index": [ - 585 - ] - }, - { - "id": "A87EA4152A", - "span": { - "start": 167580, - "end": 167803 - }, - "index": 586, - "alignment_index": [ - 586 - ] - }, - { - "id": "1F9AD47A77", - "span": { - "start": 167804, - "end": 168038 - }, - "index": 587, - "alignment_index": [ - 587 - ] - }, - { - "id": "2425AC6D88", - "span": { - "start": 168039, - "end": 168721 - }, - "index": 588, - "alignment_index": [ - 588 - ] - }, - { - "id": "6B1CE2A638", - "span": { - "start": 168722, - "end": 168908 - }, - "index": 589, - "alignment_index": [ - 589 - ] - }, - { - "id": "97A29A69B1", - "span": { - "start": 168909, - "end": 169113 - }, - "index": 590, - "alignment_index": [ - 590 - ] - }, - { - "id": "C74DA9378E", - "span": { - "start": 169114, - "end": 169403 - }, - "index": 591, - "alignment_index": [ - 591 - ] - }, - { - "id": "B771B30B02", - "span": { - "start": 169404, - "end": 169568 - }, - "index": 592, - "alignment_index": [ - 592 - ] - }, - { - "id": "4C733EEA6E", - "span": { - "start": 169569, - "end": 170168 - }, - "index": 593, - "alignment_index": [ - 593 - ] - }, - { - "id": "4ED4F48AC2", - "span": { - "start": 170169, - "end": 170381 - }, - "index": 594, - "alignment_index": [ - 594 - ] - }, - { - "id": "7FF220565A", - "span": { - "start": 170382, - "end": 171225 - }, - "index": 595, - "alignment_index": [ - 595 - ] - }, - { - "id": "765B5957E9", - "span": { - "start": 171226, - "end": 171443 - }, - "index": 596, - "alignment_index": [ - 596 - ] - }, - { - "id": "9743612C24", - "span": { - "start": 171444, - "end": 171601 - }, - "index": 597, - "alignment_index": [ - 597 - ] - }, - { - "id": "999F6F69F1", - "span": { - "start": 171602, - "end": 171868 - }, - "index": 598, - "alignment_index": [ - 598 - ] - }, - { - "id": "CA3FACB999", - "span": { - "start": 171869, - "end": 172741 - }, - "index": 599, - "alignment_index": [ - 599 - ] - }, - { - "id": "099022B621", - "span": { - "start": 172742, - "end": 172923 - }, - "index": 600, - "alignment_index": [ - 600 - ] - }, - { - "id": "FB78E0E557", - "span": { - "start": 172924, - "end": 173061 - }, - "index": 601, - "alignment_index": [ - 601 - ] - }, - { - "id": "E25F57D355", - "span": { - "start": 173062, - "end": 173476 - }, - "index": 602, - "alignment_index": [ - 602 - ] - }, - { - "id": "C856BB77D2", - "span": { - "start": 173477, - "end": 173737 - }, - "index": 603, - "alignment_index": [ - 603 - ] - }, - { - "id": "209328A00C", - "span": { - "start": 173738, - "end": 174104 - }, - "index": 604, - "alignment_index": [ - 604 - ] - }, - { - "id": "C1441099DC", - "span": { - "start": 174105, - "end": 174294 - }, - "index": 605, - "alignment_index": [ - 605 - ] - }, - { - "id": "F947868F40", - "span": { - "start": 174295, - "end": 174501 - }, - "index": 606, - "alignment_index": [ - 606 - ] - }, - { - "id": "5D8EE13C18", - "span": { - "start": 174502, - "end": 174666 - }, - "index": 607, - "alignment_index": [ - 607 - ] - }, - { - "id": "3D4644483D", - "span": { - "start": 174667, - "end": 174854 - }, - "index": 608, - "alignment_index": [ - 608 - ] - }, - { - "id": "39C8150205", - "span": { - "start": 174855, - "end": 175032 - }, - "index": 609, - "alignment_index": [ - 609 - ] - }, - { - "id": "6F1A6437EE", - "span": { - "start": 175033, - "end": 175214 - }, - "index": 610, - "alignment_index": [ - 610 - ] - }, - { - "id": "F62E70C614", - "span": { - "start": 175215, - "end": 175447 - }, - "index": 611, - "alignment_index": [ - 611 - ] - }, - { - "id": "57E267EF6D", - "span": { - "start": 175448, - "end": 175689 - }, - "index": 612, - "alignment_index": [ - 612 - ] - }, - { - "id": "EB545435E4", - "span": { - "start": 175690, - "end": 175877 - }, - "index": 613, - "alignment_index": [ - 613 - ] - }, - { - "id": "1AC03114B3", - "span": { - "start": 175878, - "end": 176100 - }, - "index": 614, - "alignment_index": [ - 614 - ] - }, - { - "id": "F0F80456C5", - "span": { - "start": 176101, - "end": 176456 - }, - "index": 615, - "alignment_index": [ - 615 - ] - }, - { - "id": "44DDD10DE9", - "span": { - "start": 176457, - "end": 176626 - }, - "index": 616, - "alignment_index": [ - 616 - ] - }, - { - "id": "167E1F4145", - "span": { - "start": 176627, - "end": 176801 - }, - "index": 617, - "alignment_index": [ - 617 - ] - }, - { - "id": "51A0474580", - "span": { - "start": 176802, - "end": 177059 - }, - "index": 618, - "alignment_index": [ - 618 - ] - }, - { - "id": "DB4B5163C4", - "span": { - "start": 177060, - "end": 177913 - }, - "index": 619, - "alignment_index": [ - 619 - ] - }, - { - "id": "F3846CA244", - "span": { - "start": 177914, - "end": 178109 - }, - "index": 620, - "alignment_index": [ - 620 - ] - }, - { - "id": "779C91C7BB", - "span": { - "start": 178110, - "end": 178341 - }, - "index": 621, - "alignment_index": [ - 621 - ] - }, - { - "id": "45080A0BAA", - "span": { - "start": 178342, - "end": 178849 - }, - "index": 622, - "alignment_index": [ - 622 - ] - }, - { - "id": "7ACE6B7B78", - "span": { - "start": 178850, - "end": 179034 - }, - "index": 623, - "alignment_index": [ - 623 - ] - }, - { - "id": "3EBBBD4918", - "span": { - "start": 179035, - "end": 179404 - }, - "index": 624, - "alignment_index": [ - 624 - ] - }, - { - "id": "6609AB046B", - "span": { - "start": 179405, - "end": 179582 - }, - "index": 625, - "alignment_index": [ - 625 - ] - }, - { - "id": "ABDCCDF37A", - "span": { - "start": 179583, - "end": 179716 - }, - "index": 626, - "alignment_index": [ - 626 - ] - }, - { - "id": "23E3006B04", - "span": { - "start": 179717, - "end": 179976 - }, - "index": 627, - "alignment_index": [ - 627 - ] - }, - { - "id": "E59DCFE66F", - "span": { - "start": 179977, - "end": 180141 - }, - "index": 628, - "alignment_index": [ - 628 - ] - }, - { - "id": "625DEA0D5F", - "span": { - "start": 180142, - "end": 180324 - }, - "index": 629, - "alignment_index": [ - 629 - ] - }, - { - "id": "627AAA228B", - "span": { - "start": 180325, - "end": 181063 - }, - "index": 630, - "alignment_index": [ - 630 - ] - }, - { - "id": "362DE42152", - "span": { - "start": 181064, - "end": 181267 - }, - "index": 631, - "alignment_index": [ - 631 - ] - }, - { - "id": "B65D8CC5CD", - "span": { - "start": 181268, - "end": 181398 - }, - "index": 632, - "alignment_index": [ - 632 - ] - }, - { - "id": "B4B982984B", - "span": { - "start": 181399, - "end": 182268 - }, - "index": 633, - "alignment_index": [ - 633 - ] - }, - { - "id": "9622966697", - "span": { - "start": 182269, - "end": 182456 - }, - "index": 634, - "alignment_index": [ - 634 - ] - }, - { - "id": "DCA2FE87A2", - "span": { - "start": 182457, - "end": 182670 - }, - "index": 635, - "alignment_index": [ - 635 - ] - }, - { - "id": "FF0BFB018D", - "span": { - "start": 182671, - "end": 182820 - }, - "index": 636, - "alignment_index": [ - 636 - ] - }, - { - "id": "D1FF9BD34D", - "span": { - "start": 182821, - "end": 183080 - }, - "index": 637, - "alignment_index": [ - 637 - ] - }, - { - "id": "4AFF16E822", - "span": { - "start": 183081, - "end": 183652 - }, - "index": 638, - "alignment_index": [ - 638 - ] - }, - { - "id": "EFEDB13D63", - "span": { - "start": 183653, - "end": 184329 - }, - "index": 639, - "alignment_index": [ - 639 - ] - }, - { - "id": "229CAB289A", - "span": { - "start": 184330, - "end": 184944 - }, - "index": 640, - "alignment_index": [ - 640 - ] - }, - { - "id": "6D84CF22BA", - "span": { - "start": 184945, - "end": 185122 - }, - "index": 641, - "alignment_index": [ - 641 - ] - }, - { - "id": "FF8CC4C94E", - "span": { - "start": 185123, - "end": 185295 - }, - "index": 642, - "alignment_index": [ - 642 - ] - }, - { - "id": "35E38EE2A4", - "span": { - "start": 185296, - "end": 185467 - }, - "index": 643, - "alignment_index": [ - 643 - ] - }, - { - "id": "A1168BA65A", - "span": { - "start": 185468, - "end": 185655 - }, - "index": 644, - "alignment_index": [ - 644 - ] - }, - { - "id": "41E1E599BB", - "span": { - "start": 185656, - "end": 186270 - }, - "index": 645, - "alignment_index": [ - 645 - ] - }, - { - "id": "EBB251661F", - "span": { - "start": 186271, - "end": 186514 - }, - "index": 646, - "alignment_index": [ - 646 - ] - }, - { - "id": "9F41B47BFE", - "span": { - "start": 186515, - "end": 186650 - }, - "index": 647, - "alignment_index": [ - 647 - ] - }, - { - "id": "D0805E00D5", - "span": { - "start": 186651, - "end": 186819 - }, - "index": 648, - "alignment_index": [ - 648 - ] - }, - { - "id": "A691CBE488", - "span": { - "start": 186820, - "end": 186978 - }, - "index": 649, - "alignment_index": [ - 649 - ] - }, - { - "id": "491BB5466F", - "span": { - "start": 186979, - "end": 187207 - }, - "index": 650, - "alignment_index": [ - 650 - ] - }, - { - "id": "52119DB399", - "span": { - "start": 187208, - "end": 187420 - }, - "index": 651, - "alignment_index": [ - 651 - ] - }, - { - "id": "22459BBF31", - "span": { - "start": 187421, - "end": 187717 - }, - "index": 652, - "alignment_index": [ - 652 - ] - }, - { - "id": "788C478287", - "span": { - "start": 187718, - "end": 187927 - }, - "index": 653, - "alignment_index": [ - 653 - ] - }, - { - "id": "B53733B704", - "span": { - "start": 187928, - "end": 188085 - }, - "index": 654, - "alignment_index": [ - 654 - ] - }, - { - "id": "83FD244F94", - "span": { - "start": 188086, - "end": 188944 - }, - "index": 655, - "alignment_index": [ - 655 - ] - }, - { - "id": "4CB42DB1D4", - "span": { - "start": 188945, - "end": 189722 - }, - "index": 656, - "alignment_index": [ - 656 - ] - }, - { - "id": "FCFF2571AE", - "span": { - "start": 189723, - "end": 189906 - }, - "index": 657, - "alignment_index": [ - 657 - ] - }, - { - "id": "F5DBFCE27F", - "span": { - "start": 189907, - "end": 190178 - }, - "index": 658, - "alignment_index": [ - 658 - ] - }, - { - "id": "601FC5D844", - "span": { - "start": 190179, - "end": 190373 - }, - "index": 659, - "alignment_index": [ - 659 - ] - }, - { - "id": "4DFAD67DDF", - "span": { - "start": 190374, - "end": 190526 - }, - "index": 660, - "alignment_index": [ - 660 - ] - }, - { - "id": "FA5B45734B", - "span": { - "start": 190527, - "end": 190702 - }, - "index": 661, - "alignment_index": [ - 661 - ] - }, - { - "id": "978CA65847", - "span": { - "start": 190703, - "end": 190878 - }, - "index": 662, - "alignment_index": [ - 662 - ] - }, - { - "id": "B255522939", - "span": { - "start": 190879, - "end": 191801 - }, - "index": 663, - "alignment_index": [ - 663 - ] - }, - { - "id": "EED7B7E4FB", - "span": { - "start": 191802, - "end": 192020 - }, - "index": 664, - "alignment_index": [ - 664 - ] - }, - { - "id": "F9BAEEB44D", - "span": { - "start": 192021, - "end": 192256 - }, - "index": 665, - "alignment_index": [ - 665 - ] - }, - { - "id": "AF494FAA6A", - "span": { - "start": 192257, - "end": 192506 - }, - "index": 666, - "alignment_index": [ - 666 - ] - }, - { - "id": "BE65AFE9DC", - "span": { - "start": 192507, - "end": 192684 - }, - "index": 667, - "alignment_index": [ - 667 - ] - }, - { - "id": "1191DD19A3", - "span": { - "start": 192685, - "end": 192896 - }, - "index": 668, - "alignment_index": [ - 668 - ] - }, - { - "id": "D6EEDE044A", - "span": { - "start": 192897, - "end": 193084 - }, - "index": 669, - "alignment_index": [ - 669 - ] - }, - { - "id": "8755F36696", - "span": { - "start": 193085, - "end": 193351 - }, - "index": 670, - "alignment_index": [ - 670 - ] - }, - { - "id": "DE04FE4FF0", - "span": { - "start": 193352, - "end": 193989 - }, - "index": 671, - "alignment_index": [ - 671 - ] - }, - { - "id": "D878D5A55D", - "span": { - "start": 193990, - "end": 194173 - }, - "index": 672, - "alignment_index": [ - 672 - ] - }, - { - "id": "9F4AB614F3", - "span": { - "start": 194174, - "end": 194344 - }, - "index": 673, - "alignment_index": [ - 673 - ] - }, - { - "id": "EEBC454FF4", - "span": { - "start": 194345, - "end": 194513 - }, - "index": 674, - "alignment_index": [ - 674 - ] - }, - { - "id": "D3F8D94F54", - "span": { - "start": 194514, - "end": 195279 - }, - "index": 675, - "alignment_index": [ - 675 - ] - }, - { - "id": "CA046C6496", - "span": { - "start": 195280, - "end": 195462 - }, - "index": 676, - "alignment_index": [ - 676 - ] - }, - { - "id": "C221160AA6", - "span": { - "start": 195463, - "end": 195820 - }, - "index": 677, - "alignment_index": [ - 677 - ] - }, - { - "id": "A64A10A664", - "span": { - "start": 195821, - "end": 196034 - }, - "index": 678, - "alignment_index": [ - 678 - ] - }, - { - "id": "86BB8B6D44", - "span": { - "start": 196035, - "end": 196202 - }, - "index": 679, - "alignment_index": [ - 679 - ] - }, - { - "id": "A165DB7979", - "span": { - "start": 196203, - "end": 196381 - }, - "index": 680, - "alignment_index": [ - 680 - ] - }, - { - "id": "31AAFFDCFF", - "span": { - "start": 196382, - "end": 196808 - }, - "index": 681, - "alignment_index": [ - 681 - ] - }, - { - "id": "F668EF9572", - "span": { - "start": 196809, - "end": 197056 - }, - "index": 682, - "alignment_index": [ - 682 - ] - }, - { - "id": "AA80786FD2", - "span": { - "start": 197057, - "end": 197380 - }, - "index": 683, - "alignment_index": [ - 683 - ] - }, - { - "id": "9DB6F796AD", - "span": { - "start": 197381, - "end": 197577 - }, - "index": 684, - "alignment_index": [ - 684 - ] - }, - { - "id": "7391907BFB", - "span": { - "start": 197578, - "end": 197761 - }, - "index": 685, - "alignment_index": [ - 685 - ] - }, - { - "id": "F681FD2EDF", - "span": { - "start": 197762, - "end": 197913 - }, - "index": 686, - "alignment_index": [ - 686 - ] - }, - { - "id": "79D43DBF90", - "span": { - "start": 197914, - "end": 198139 - }, - "index": 687, - "alignment_index": [ - 687 - ] - }, - { - "id": "82D38DFD4C", - "span": { - "start": 198140, - "end": 198330 - }, - "index": 688, - "alignment_index": [ - 688 - ] - }, - { - "id": "C9F4E4C999", - "span": { - "start": 198331, - "end": 198493 - }, - "index": 689, - "alignment_index": [ - 689 - ] - }, - { - "id": "34D99ADA7E", - "span": { - "start": 198494, - "end": 198699 - }, - "index": 690, - "alignment_index": [ - 690 - ] - }, - { - "id": "92AB42BE88", - "span": { - "start": 198700, - "end": 199199 - }, - "index": 691, - "alignment_index": [ - 691 - ] - }, - { - "id": "354944D4D0", - "span": { - "start": 199200, - "end": 199406 - }, - "index": 692, - "alignment_index": [ - 692 - ] - }, - { - "id": "474949FF14", - "span": { - "start": 199407, - "end": 199616 - }, - "index": 693, - "alignment_index": [ - 693 - ] - }, - { - "id": "0041AA3314", - "span": { - "start": 199617, - "end": 199759 - }, - "index": 694, - "alignment_index": [ - 694 - ] - }, - { - "id": "9A818818A8", - "span": { - "start": 199760, - "end": 199984 - }, - "index": 695, - "alignment_index": [ - 695 - ] - }, - { - "id": "C4F4ACA14C", - "span": { - "start": 199985, - "end": 200435 - }, - "index": 696, - "alignment_index": [ - 696 - ] - }, - { - "id": "5C7F06CB40", - "span": { - "start": 200436, - "end": 200629 - }, - "index": 697, - "alignment_index": [ - 697 - ] - }, - { - "id": "498481E4EA", - "span": { - "start": 200630, - "end": 201311 - }, - "index": 698, - "alignment_index": [ - 698 - ] - }, - { - "id": "168572E5FA", - "span": { - "start": 201312, - "end": 201481 - }, - "index": 699, - "alignment_index": [ - 699 - ] - }, - { - "id": "174D77A4B2", - "span": { - "start": 201482, - "end": 201673 - }, - "index": 700, - "alignment_index": [ - 700 - ] - }, - { - "id": "3E5A55CCC8", - "span": { - "start": 201674, - "end": 201832 - }, - "index": 701, - "alignment_index": [ - 701 - ] - }, - { - "id": "17088129EF", - "span": { - "start": 201833, - "end": 202366 - }, - "index": 702, - "alignment_index": [ - 702 - ] - }, - { - "id": "14001D8A8B", - "span": { - "start": 202367, - "end": 202540 - }, - "index": 703, - "alignment_index": [ - 703 - ] - }, - { - "id": "96EBC3CB9E", - "span": { - "start": 202541, - "end": 202772 - }, - "index": 704, - "alignment_index": [ - 704 - ] - }, - { - "id": "B85B4353AD", - "span": { - "start": 202773, - "end": 202992 - }, - "index": 705, - "alignment_index": [ - 705 - ] - }, - { - "id": "CCE3442B0A", - "span": { - "start": 202993, - "end": 203216 - }, - "index": 706, - "alignment_index": [ - 706 - ] - }, - { - "id": "3086882324", - "span": { - "start": 203217, - "end": 203507 - }, - "index": 707, - "alignment_index": [ - 707 - ] - }, - { - "id": "632954B935", - "span": { - "start": 203508, - "end": 204336 - }, - "index": 708, - "alignment_index": [ - 708 - ] - }, - { - "id": "DD296DA2DC", - "span": { - "start": 204337, - "end": 205637 - }, - "index": 709, - "alignment_index": [ - 709 - ] - }, - { - "id": "BDAACCBCDC", - "span": { - "start": 205638, - "end": 205852 - }, - "index": 710, - "alignment_index": [ - 710 - ] - }, - { - "id": "BE9E52443E", - "span": { - "start": 205853, - "end": 206510 - }, - "index": 711, - "alignment_index": [ - 711 - ] - }, - { - "id": "B178005A40", - "span": { - "start": 206511, - "end": 206824 - }, - "index": 712, - "alignment_index": [ - 712 - ] - }, - { - "id": "B8BE488664", - "span": { - "start": 206825, - "end": 207023 - }, - "index": 713, - "alignment_index": [ - 713 - ] - }, - { - "id": "3A4AA3C3EC", - "span": { - "start": 207024, - "end": 207218 - }, - "index": 714, - "alignment_index": [ - 714 - ] - }, - { - "id": "A0309D0F20", - "span": { - "start": 207219, - "end": 207655 - }, - "index": 715, - "alignment_index": [ - 715 - ] - }, - { - "id": "A635A673BB", - "span": { - "start": 207656, - "end": 207816 - }, - "index": 716, - "alignment_index": [ - 716 - ] - }, - { - "id": "665B063501", - "span": { - "start": 207817, - "end": 207983 - }, - "index": 717, - "alignment_index": [ - 717 - ] - }, - { - "id": "6EF8F1FCF4", - "span": { - "start": 207984, - "end": 208807 - }, - "index": 718, - "alignment_index": [ - 718 - ] - }, - { - "id": "E9A2F44460", - "span": { - "start": 208808, - "end": 209219 - }, - "index": 719, - "alignment_index": [ - 719 - ] - }, - { - "id": "4A144F2A4A", - "span": { - "start": 209220, - "end": 209353 - }, - "index": 720, - "alignment_index": [ - 720 - ] - }, - { - "id": "455BB7B51A", - "span": { - "start": 209354, - "end": 209537 - }, - "index": 721, - "alignment_index": [ - 721 - ] - }, - { - "id": "90AABAF361", - "span": { - "start": 209538, - "end": 209775 - }, - "index": 722, - "alignment_index": [ - 722 - ] - }, - { - "id": "6E11DCCCDC", - "span": { - "start": 209776, - "end": 209963 - }, - "index": 723, - "alignment_index": [ - 723 - ] - }, - { - "id": "7537131031", - "span": { - "start": 209964, - "end": 210143 - }, - "index": 724, - "alignment_index": [ - 724 - ] - }, - { - "id": "9454AF9030", - "span": { - "start": 210144, - "end": 211243 - }, - "index": 725, - "alignment_index": [ - 725 - ] - }, - { - "id": "2F495EA504", - "span": { - "start": 211244, - "end": 211464 - }, - "index": 726, - "alignment_index": [ - 726 - ] - }, - { - "id": "9AA795C44B", - "span": { - "start": 211465, - "end": 211740 - }, - "index": 727, - "alignment_index": [ - 727 - ] - }, - { - "id": "4B3BD53935", - "span": { - "start": 211741, - "end": 211965 - }, - "index": 728, - "alignment_index": [ - 728 - ] - }, - { - "id": "2604B18240", - "span": { - "start": 211966, - "end": 212153 - }, - "index": 729, - "alignment_index": [ - 729 - ] - }, - { - "id": "878828F2C9", - "span": { - "start": 212154, - "end": 212323 - }, - "index": 730, - "alignment_index": [ - 730 - ] - }, - { - "id": "BEB6BC59B6", - "span": { - "start": 212324, - "end": 213080 - }, - "index": 731, - "alignment_index": [ - 731 - ] - }, - { - "id": "EE63A42F0B", - "span": { - "start": 213081, - "end": 213327 - }, - "index": 732, - "alignment_index": [ - 732 - ] - }, - { - "id": "59979D5779", - "span": { - "start": 213328, - "end": 214147 - }, - "index": 733, - "alignment_index": [ - 733 - ] - }, - { - "id": "5E4AE29A9C", - "span": { - "start": 214148, - "end": 214344 - }, - "index": 734, - "alignment_index": [ - 734 - ] - }, - { - "id": "33EAE461A9", - "span": { - "start": 214345, - "end": 214524 - }, - "index": 735, - "alignment_index": [ - 735 - ] - }, - { - "id": "2465514CE2", - "span": { - "start": 214525, - "end": 214745 - }, - "index": 736, - "alignment_index": [ - 736 - ] - }, - { - "id": "8C94494681", - "span": { - "start": 214746, - "end": 215043 - }, - "index": 737, - "alignment_index": [ - 737 - ] - }, - { - "id": "A7E289E7E8", - "span": { - "start": 215044, - "end": 215291 - }, - "index": 738, - "alignment_index": [ - 738 - ] - }, - { - "id": "82CC33C576", - "span": { - "start": 215292, - "end": 215533 - }, - "index": 739, - "alignment_index": [ - 739 - ] - }, - { - "id": "C7BAE8E45A", - "span": { - "start": 215534, - "end": 215726 - }, - "index": 740, - "alignment_index": [ - 740 - ] - }, - { - "id": "F7EB7DFC9C", - "span": { - "start": 215727, - "end": 215922 - }, - "index": 741, - "alignment_index": [ - 741 - ] - }, - { - "id": "558AE318EE", - "span": { - "start": 215923, - "end": 216119 - }, - "index": 742, - "alignment_index": [ - 742 - ] - }, - { - "id": "414D47865E", - "span": { - "start": 216120, - "end": 216754 - }, - "index": 743, - "alignment_index": [ - 743 - ] - }, - { - "id": "AA9BA7517C", - "span": { - "start": 216755, - "end": 217038 - }, - "index": 744, - "alignment_index": [ - 744 - ] - }, - { - "id": "99F22744D6", - "span": { - "start": 217039, - "end": 217302 - }, - "index": 745, - "alignment_index": [ - 745 - ] - }, - { - "id": "FA3F881EF8", - "span": { - "start": 217303, - "end": 217532 - }, - "index": 746, - "alignment_index": [ - 746 - ] - }, - { - "id": "750331037B", - "span": { - "start": 217533, - "end": 218387 - }, - "index": 747, - "alignment_index": [ - 747 - ] - }, - { - "id": "5555FB8E34", - "span": { - "start": 218388, - "end": 218995 - }, - "index": 748, - "alignment_index": [ - 748 - ] - }, - { - "id": "4DCDCFE8CB", - "span": { - "start": 218996, - "end": 220172 - }, - "index": 749, - "alignment_index": [ - 749 - ] - }, - { - "id": "E192D4444D", - "span": { - "start": 220173, - "end": 220361 - }, - "index": 750, - "alignment_index": [ - 750 - ] - }, - { - "id": "A503B8A254", - "span": { - "start": 220362, - "end": 220567 - }, - "index": 751, - "alignment_index": [ - 751 - ] - }, - { - "id": "171184DD14", - "span": { - "start": 220568, - "end": 220774 - }, - "index": 752, - "alignment_index": [ - 752 - ] - }, - { - "id": "644EC74967", - "span": { - "start": 220775, - "end": 221525 - }, - "index": 753, - "alignment_index": [ - 753 - ] - }, - { - "id": "4F737B5980", - "span": { - "start": 221526, - "end": 221702 - }, - "index": 754, - "alignment_index": [ - 754 - ] - }, - { - "id": "F598155D45", - "span": { - "start": 221703, - "end": 221869 - }, - "index": 755, - "alignment_index": [ - 755 - ] - }, - { - "id": "A4AA7CF6AF", - "span": { - "start": 221870, - "end": 222003 - }, - "index": 756, - "alignment_index": [ - 756 - ] - }, - { - "id": "0343ABBE41", - "span": { - "start": 222004, - "end": 222212 - }, - "index": 757, - "alignment_index": [ - 757 - ] - }, - { - "id": "579C060C0B", - "span": { - "start": 222213, - "end": 222640 - }, - "index": 758, - "alignment_index": [ - 758 - ] - }, - { - "id": "546B93C24B", - "span": { - "start": 222641, - "end": 222778 - }, - "index": 759, - "alignment_index": [ - 759 - ] - }, - { - "id": "019EE1AEDE", - "span": { - "start": 222779, - "end": 222935 - }, - "index": 760, - "alignment_index": [ - 760 - ] - }, - { - "id": "6E8CAC2B92", - "span": { - "start": 222936, - "end": 223140 - }, - "index": 761, - "alignment_index": [ - 761 - ] - }, - { - "id": "0AC0C6A4BC", - "span": { - "start": 223141, - "end": 223394 - }, - "index": 762, - "alignment_index": [ - 762 - ] - }, - { - "id": "6719FA5FF7", - "span": { - "start": 223395, - "end": 223634 - }, - "index": 763, - "alignment_index": [ - 763 - ] - }, - { - "id": "5E035FD020", - "span": { - "start": 223635, - "end": 223798 - }, - "index": 764, - "alignment_index": [ - 764 - ] - }, - { - "id": "52C08BE33A", - "span": { - "start": 223799, - "end": 223961 - }, - "index": 765, - "alignment_index": [ - 765 - ] - }, - { - "id": "906AAA55F1", - "span": { - "start": 223962, - "end": 224236 - }, - "index": 766, - "alignment_index": [ - 766 - ] - }, - { - "id": "A89AE1D255", - "span": { - "start": 224237, - "end": 225209 - }, - "index": 767, - "alignment_index": [ - 767 - ] - }, - { - "id": "B755B00F63", - "span": { - "start": 225210, - "end": 225424 - }, - "index": 768, - "alignment_index": [ - 768 - ] - }, - { - "id": "5F74093499", - "span": { - "start": 225425, - "end": 225826 - }, - "index": 769, - "alignment_index": [ - 769 - ] - }, - { - "id": "D43C05EBF3", - "span": { - "start": 225827, - "end": 226005 - }, - "index": 770, - "alignment_index": [ - 770 - ] - }, - { - "id": "57B14345F9", - "span": { - "start": 226006, - "end": 226217 - }, - "index": 771, - "alignment_index": [ - 771 - ] - }, - { - "id": "E31C7557BF", - "span": { - "start": 226218, - "end": 226464 - }, - "index": 772, - "alignment_index": [ - 772 - ] - }, - { - "id": "EC6A244D11", - "span": { - "start": 226465, - "end": 227173 - }, - "index": 773, - "alignment_index": [ - 773 - ] - }, - { - "id": "B22888DDD1", - "span": { - "start": 227174, - "end": 227350 - }, - "index": 774, - "alignment_index": [ - 774 - ] - }, - { - "id": "3CC1F4EFE0", - "span": { - "start": 227351, - "end": 227551 - }, - "index": 775, - "alignment_index": [ - 775 - ] - }, - { - "id": "EF7778DABC", - "span": { - "start": 227552, - "end": 227825 - }, - "index": 776, - "alignment_index": [ - 776 - ] - }, - { - "id": "748FC84FF8", - "span": { - "start": 227826, - "end": 228106 - }, - "index": 777, - "alignment_index": [ - 777 - ] - }, - { - "id": "0C722E7532", - "span": { - "start": 228107, - "end": 228308 - }, - "index": 778, - "alignment_index": [ - 778 - ] - }, - { - "id": "BE536476EC", - "span": { - "start": 228309, - "end": 228511 - }, - "index": 779, - "alignment_index": [ - 779 - ] - }, - { - "id": "14CCE242A2", - "span": { - "start": 228512, - "end": 228760 - }, - "index": 780, - "alignment_index": [ - 780 - ] - }, - { - "id": "AA7CC1A610", - "span": { - "start": 228761, - "end": 228952 - }, - "index": 781, - "alignment_index": [ - 781 - ] - }, - { - "id": "3160FC3481", - "span": { - "start": 228953, - "end": 229121 - }, - "index": 782, - "alignment_index": [ - 782 - ] - }, - { - "id": "70ABF5DA5F", - "span": { - "start": 229122, - "end": 229312 - }, - "index": 783, - "alignment_index": [ - 783 - ] - }, - { - "id": "598FBA20E2", - "span": { - "start": 229313, - "end": 229941 - }, - "index": 784, - "alignment_index": [ - 784 - ] - }, - { - "id": "4871D994FF", - "span": { - "start": 229942, - "end": 230187 - }, - "index": 785, - "alignment_index": [ - 785 - ] - }, - { - "id": "953E02343F", - "span": { - "start": 230188, - "end": 230438 - }, - "index": 786, - "alignment_index": [ - 786 - ] - }, - { - "id": "435848A303", - "span": { - "start": 230439, - "end": 231495 - }, - "index": 787, - "alignment_index": [ - 787 - ] - }, - { - "id": "21B50551E4", - "span": { - "start": 231496, - "end": 231678 - }, - "index": 788, - "alignment_index": [ - 788 - ] - }, - { - "id": "AA9CB65ABD", - "span": { - "start": 231679, - "end": 231916 - }, - "index": 789, - "alignment_index": [ - 789 - ] - }, - { - "id": "BD8A772DA0", - "span": { - "start": 231917, - "end": 232138 - }, - "index": 790, - "alignment_index": [ - 790 - ] - }, - { - "id": "522DCD683E", - "span": { - "start": 232139, - "end": 232395 - }, - "index": 791, - "alignment_index": [ - 791 - ] - }, - { - "id": "51031480DF", - "span": { - "start": 232396, - "end": 232586 - }, - "index": 792, - "alignment_index": [ - 792 - ] - }, - { - "id": "428A0EE224", - "span": { - "start": 232587, - "end": 232772 - }, - "index": 793, - "alignment_index": [ - 793 - ] - }, - { - "id": "39497C2942", - "span": { - "start": 232773, - "end": 232984 - }, - "index": 794, - "alignment_index": [ - 794 - ] - }, - { - "id": "C50CC87D83", - "span": { - "start": 232985, - "end": 233268 - }, - "index": 795, - "alignment_index": [ - 795 - ] - }, - { - "id": "513764B47B", - "span": { - "start": 233269, - "end": 234145 - }, - "index": 796, - "alignment_index": [ - 796 - ] - }, - { - "id": "41909EEA64", - "span": { - "start": 234146, - "end": 234400 - }, - "index": 797, - "alignment_index": [ - 797 - ] - }, - { - "id": "522A6CF2F4", - "span": { - "start": 234401, - "end": 234550 - }, - "index": 798, - "alignment_index": [ - 798 - ] - }, - { - "id": "A686BB8E34", - "span": { - "start": 234551, - "end": 234701 - }, - "index": 799, - "alignment_index": [ - 799 - ] - }, - { - "id": "B41F5C595B", - "span": { - "start": 234702, - "end": 234932 - }, - "index": 800, - "alignment_index": [ - 800 - ] - }, - { - "id": "B9B21BF0B1", - "span": { - "start": 234933, - "end": 235532 - }, - "index": 801, - "alignment_index": [ - 801 - ] - }, - { - "id": "30472BC8CB", - "span": { - "start": 235533, - "end": 235730 - }, - "index": 802, - "alignment_index": [ - 802 - ] - }, - { - "id": "3399C830CC", - "span": { - "start": 235731, - "end": 235924 - }, - "index": 803, - "alignment_index": [ - 803 - ] - }, - { - "id": "CFC558F61C", - "span": { - "start": 235925, - "end": 236174 - }, - "index": 804, - "alignment_index": [ - 804 - ] - }, - { - "id": "DD711F107F", - "span": { - "start": 236175, - "end": 236376 - }, - "index": 805, - "alignment_index": [ - 805 - ] - }, - { - "id": "73C3694135", - "span": { - "start": 236377, - "end": 236566 - }, - "index": 806, - "alignment_index": [ - 806 - ] - }, - { - "id": "C98050B284", - "span": { - "start": 236567, - "end": 236792 - }, - "index": 807, - "alignment_index": [ - 807 - ] - }, - { - "id": "37F681FEFE", - "span": { - "start": 236793, - "end": 237088 - }, - "index": 808, - "alignment_index": [ - 808 - ] - }, - { - "id": "0BD0BDB4B3", - "span": { - "start": 237089, - "end": 237285 - }, - "index": 809, - "alignment_index": [ - 809 - ] - }, - { - "id": "43102B0BB1", - "span": { - "start": 237286, - "end": 237616 - }, - "index": 810, - "alignment_index": [ - 810 - ] - }, - { - "id": "94CF346045", - "span": { - "start": 237617, - "end": 237836 - }, - "index": 811, - "alignment_index": [ - 811 - ] - }, - { - "id": "923A88C222", - "span": { - "start": 237837, - "end": 238107 - }, - "index": 812, - "alignment_index": [ - 812 - ] - }, - { - "id": "681F3C6835", - "span": { - "start": 238108, - "end": 239102 - }, - "index": 813, - "alignment_index": [ - 813 - ] - }, - { - "id": "3AE4FE3267", - "span": { - "start": 239103, - "end": 239286 - }, - "index": 814, - "alignment_index": [ - 814 - ] - }, - { - "id": "2EC80B6A1F", - "span": { - "start": 239287, - "end": 239533 - }, - "index": 815, - "alignment_index": [ - 815 - ] - }, - { - "id": "C49996A3DA", - "span": { - "start": 239534, - "end": 239740 - }, - "index": 816, - "alignment_index": [ - 816 - ] - }, - { - "id": "A4FB4AFFF2", - "span": { - "start": 239741, - "end": 239984 - }, - "index": 817, - "alignment_index": [ - 817 - ] - }, - { - "id": "6CBCBE00FB", - "span": { - "start": 239985, - "end": 240202 - }, - "index": 818, - "alignment_index": [ - 818 - ] - }, - { - "id": "0A94092D99", - "span": { - "start": 240203, - "end": 240440 - }, - "index": 819, - "alignment_index": [ - 819 - ] - }, - { - "id": "ADBA42AE2B", - "span": { - "start": 240441, - "end": 241341 - }, - "index": 820, - "alignment_index": [ - 820 - ] - }, - { - "id": "220F0A7471", - "span": { - "start": 241342, - "end": 241644 - }, - "index": 821, - "alignment_index": [ - 821 - ] - }, - { - "id": "D341E7DDEC", - "span": { - "start": 241645, - "end": 241935 - }, - "index": 822, - "alignment_index": [ - 822 - ] - }, - { - "id": "322841585E", - "span": { - "start": 241936, - "end": 242134 - }, - "index": 823, - "alignment_index": [ - 823 - ] - }, - { - "id": "95D7256DD7", - "span": { - "start": 242135, - "end": 242812 - }, - "index": 824, - "alignment_index": [ - 824 - ] - }, - { - "id": "BACAFB9DBC", - "span": { - "start": 242813, - "end": 243161 - }, - "index": 825, - "alignment_index": [ - 825 - ] - }, - { - "id": "67E75EE500", - "span": { - "start": 243162, - "end": 243386 - }, - "index": 826, - "alignment_index": [ - 826 - ] - }, - { - "id": "26EBEBA763", - "span": { - "start": 243387, - "end": 243776 - }, - "index": 827, - "alignment_index": [ - 827 - ] - }, - { - "id": "6C43EDB9B6", - "span": { - "start": 243777, - "end": 244579 - }, - "index": 828, - "alignment_index": [ - 828 - ] - }, - { - "id": "A94379A4D9", - "span": { - "start": 244580, - "end": 244873 - }, - "index": 829, - "alignment_index": [ - 829 - ] - }, - { - "id": "CF9A1E1E5A", - "span": { - "start": 244874, - "end": 245116 - }, - "index": 830, - "alignment_index": [ - 830 - ] - }, - { - "id": "B43F5F9E3A", - "span": { - "start": 245117, - "end": 245442 - }, - "index": 831, - "alignment_index": [ - 831 - ] - }, - { - "id": "3F99643335", - "span": { - "start": 245443, - "end": 245748 - }, - "index": 832, - "alignment_index": [ - 832 - ] - }, - { - "id": "C88A4ACCCB", - "span": { - "start": 245749, - "end": 246061 - }, - "index": 833, - "alignment_index": [ - 833 - ] - }, - { - "id": "21416625CC", - "span": { - "start": 246062, - "end": 246276 - }, - "index": 834, - "alignment_index": [ - 834 - ] - }, - { - "id": "82F718039D", - "span": { - "start": 246277, - "end": 246692 - }, - "index": 835, - "alignment_index": [ - 835 - ] - }, - { - "id": "9258EE9989", - "span": { - "start": 246693, - "end": 247428 - }, - "index": 836, - "alignment_index": [ - 836 - ] - }, - { - "id": "D01C098198", - "span": { - "start": 247429, - "end": 247910 - }, - "index": 837, - "alignment_index": [ - 837 - ] - }, - { - "id": "9DA8EBB9DF", - "span": { - "start": 247911, - "end": 248116 - }, - "index": 838, - "alignment_index": [ - 838 - ] - }, - { - "id": "5E67678D4E", - "span": { - "start": 248117, - "end": 248850 - }, - "index": 839, - "alignment_index": [ - 839 - ] - }, - { - "id": "7EDEEE8680", - "span": { - "start": 248851, - "end": 249025 - }, - "index": 840, - "alignment_index": [ - 840 - ] - }, - { - "id": "51FF76D9DE", - "span": { - "start": 249026, - "end": 249220 - }, - "index": 841, - "alignment_index": [ - 841 - ] - }, - { - "id": "44E1672D66", - "span": { - "start": 249221, - "end": 249466 - }, - "index": 842, - "alignment_index": [ - 842 - ] - }, - { - "id": "A39392868A", - "span": { - "start": 249467, - "end": 249631 - }, - "index": 843, - "alignment_index": [ - 843 - ] - }, - { - "id": "584741A845", - "span": { - "start": 249632, - "end": 249769 - }, - "index": 844, - "alignment_index": [ - 844 - ] - }, - { - "id": "B4EA045A48", - "span": { - "start": 249770, - "end": 250011 - }, - "index": 845, - "alignment_index": [ - 845 - ] - }, - { - "id": "F97BFB3F2D", - "span": { - "start": 250012, - "end": 250161 - }, - "index": 846, - "alignment_index": [ - 846 - ] - }, - { - "id": "D2C89B93EC", - "span": { - "start": 250162, - "end": 250369 - }, - "index": 847, - "alignment_index": [ - 847 - ] - }, - { - "id": "B8D151708D", - "span": { - "start": 250370, - "end": 250556 - }, - "index": 848, - "alignment_index": [ - 848 - ] - }, - { - "id": "D0DFC2FC69", - "span": { - "start": 250557, - "end": 250789 - }, - "index": 849, - "alignment_index": [ - 849 - ] - }, - { - "id": "111E2C14DC", - "span": { - "start": 250790, - "end": 250963 - }, - "index": 850, - "alignment_index": [ - 850 - ] - }, - { - "id": "F62EF6B44C", - "span": { - "start": 250964, - "end": 251168 - }, - "index": 851, - "alignment_index": [ - 851 - ] - }, - { - "id": "71D877082B", - "span": { - "start": 251169, - "end": 251378 - }, - "index": 852, - "alignment_index": [ - 852 - ] - }, - { - "id": "1FC4601920", - "span": { - "start": 251379, - "end": 251593 - }, - "index": 853, - "alignment_index": [ - 853 - ] - }, - { - "id": "F1561D9E99", - "span": { - "start": 251594, - "end": 251784 - }, - "index": 854, - "alignment_index": [ - 854 - ] - }, - { - "id": "38F4459CCB", - "span": { - "start": 251785, - "end": 251992 - }, - "index": 855, - "alignment_index": [ - 855 - ] - }, - { - "id": "84BEBF3F8A", - "span": { - "start": 251993, - "end": 252426 - }, - "index": 856, - "alignment_index": [ - 856 - ] - }, - { - "id": "68AFFAFDD3", - "span": { - "start": 252427, - "end": 252629 - }, - "index": 857, - "alignment_index": [ - 857 - ] - }, - { - "id": "F6C1C6D8D6", - "span": { - "start": 252630, - "end": 252885 - }, - "index": 858, - "alignment_index": [ - 858 - ] - }, - { - "id": "C51BFC1552", - "span": { - "start": 252886, - "end": 253086 - }, - "index": 859, - "alignment_index": [ - 859 - ] - }, - { - "id": "5F2049FFDF", - "span": { - "start": 253087, - "end": 253352 - }, - "index": 860, - "alignment_index": [ - 860 - ] - }, - { - "id": "BD0B15964F", - "span": { - "start": 253353, - "end": 253559 - }, - "index": 861, - "alignment_index": [ - 861 - ] - }, - { - "id": "C9EC4956F9", - "span": { - "start": 253560, - "end": 253748 - }, - "index": 862, - "alignment_index": [ - 862 - ] - }, - { - "id": "0021074BCF", - "span": { - "start": 253749, - "end": 254076 - }, - "index": 863, - "alignment_index": [ - 863 - ] - }, - { - "id": "8CAE01C52A", - "span": { - "start": 254077, - "end": 254314 - }, - "index": 864, - "alignment_index": [ - 864 - ] - }, - { - "id": "1F860F1312", - "span": { - "start": 254315, - "end": 254505 - }, - "index": 865, - "alignment_index": [ - 865 - ] - }, - { - "id": "0B61C21120", - "span": { - "start": 254506, - "end": 254767 - }, - "index": 866, - "alignment_index": [ - 866 - ] - }, - { - "id": "46F601F4B0", - "span": { - "start": 254768, - "end": 254971 - }, - "index": 867, - "alignment_index": [ - 867 - ] - }, - { - "id": "4B040B544A", - "span": { - "start": 254972, - "end": 255203 - }, - "index": 868, - "alignment_index": [ - 868 - ] - }, - { - "id": "A47282EF7D", - "span": { - "start": 255204, - "end": 255325 - }, - "index": 869, - "alignment_index": [ - 869 - ] - }, - { - "id": "85EF6CF346", - "span": { - "start": 255326, - "end": 255702 - }, - "index": 870, - "alignment_index": [ - 870 - ] - }, - { - "id": "D5AB8BB50B", - "span": { - "start": 255703, - "end": 255881 - }, - "index": 871, - "alignment_index": [ - 871 - ] - }, - { - "id": "D49DE8B944", - "span": { - "start": 255882, - "end": 256050 - }, - "index": 872, - "alignment_index": [ - 872 - ] - }, - { - "id": "8F1FE3BE65", - "span": { - "start": 256051, - "end": 256231 - }, - "index": 873, - "alignment_index": [ - 873 - ] - }, - { - "id": "E1544CC5EF", - "span": { - "start": 256232, - "end": 256391 - }, - "index": 874, - "alignment_index": [ - 874 - ] - }, - { - "id": "DB5A48EE64", - "span": { - "start": 256392, - "end": 256568 - }, - "index": 875, - "alignment_index": [ - 875 - ] - }, - { - "id": "33BB16569F", - "span": { - "start": 256569, - "end": 256914 - }, - "index": 876, - "alignment_index": [ - 876 - ] - }, - { - "id": "7747BFAF05", - "span": { - "start": 256915, - "end": 257561 - }, - "index": 877, - "alignment_index": [ - 877 - ] - }, - { - "id": "801F3DFB9E", - "span": { - "start": 257562, - "end": 257795 - }, - "index": 878, - "alignment_index": [ - 878 - ] - }, - { - "id": "B078FF9189", - "span": { - "start": 257796, - "end": 258125 - }, - "index": 879, - "alignment_index": [ - 879 - ] - }, - { - "id": "8E0BE2E8CE", - "span": { - "start": 258126, - "end": 258589 - }, - "index": 880, - "alignment_index": [ - 880 - ] - }, - { - "id": "96B2D59570", - "span": { - "start": 258590, - "end": 258848 - }, - "index": 881, - "alignment_index": [ - 881 - ] - }, - { - "id": "1785925D87", - "span": { - "start": 258849, - "end": 259182 - }, - "index": 882, - "alignment_index": [ - 882 - ] - }, - { - "id": "94C8EE51A6", - "span": { - "start": 259183, - "end": 260292 - }, - "index": 883, - "alignment_index": [ - 883 - ] - }, - { - "id": "481E8F48D7", - "span": { - "start": 260293, - "end": 260689 - }, - "index": 884, - "alignment_index": [ - 884 - ] - }, - { - "id": "64497963B2", - "span": { - "start": 260690, - "end": 260848 - }, - "index": 885, - "alignment_index": [ - 885 - ] - }, - { - "id": "78F68668D6", - "span": { - "start": 260849, - "end": 261044 - }, - "index": 886, - "alignment_index": [ - 886 - ] - }, - { - "id": "73F2304434", - "span": { - "start": 261045, - "end": 261286 - }, - "index": 887, - "alignment_index": [ - 887 - ] - }, - { - "id": "7E9072D7C8", - "span": { - "start": 261287, - "end": 261461 - }, - "index": 888, - "alignment_index": [ - 888 - ] - }, - { - "id": "E80995D499", - "span": { - "start": 261462, - "end": 261684 - }, - "index": 889, - "alignment_index": [ - 889 - ] - }, - { - "id": "1507411541", - "span": { - "start": 261685, - "end": 262076 - }, - "index": 890, - "alignment_index": [ - 890 - ] - }, - { - "id": "8355D61167", - "span": { - "start": 262077, - "end": 262271 - }, - "index": 891, - "alignment_index": [ - 891 - ] - }, - { - "id": "79719EDB75", - "span": { - "start": 262272, - "end": 262472 - }, - "index": 892, - "alignment_index": [ - 892 - ] - }, - { - "id": "67F28888BD", - "span": { - "start": 262473, - "end": 262651 - }, - "index": 893, - "alignment_index": [ - 893 - ] - }, - { - "id": "7D8070F000", - "span": { - "start": 262652, - "end": 262843 - }, - "index": 894, - "alignment_index": [ - 894 - ] - }, - { - "id": "6FBCCB42EC", - "span": { - "start": 262844, - "end": 263074 - }, - "index": 895, - "alignment_index": [ - 895 - ] - }, - { - "id": "1572F17EA0", - "span": { - "start": 263075, - "end": 263307 - }, - "index": 896, - "alignment_index": [ - 896 - ] - }, - { - "id": "FC0A30B0DE", - "span": { - "start": 263308, - "end": 263526 - }, - "index": 897, - "alignment_index": [ - 897 - ] - }, - { - "id": "434655CF7A", - "span": { - "start": 263527, - "end": 264424 - }, - "index": 898, - "alignment_index": [ - 898 - ] - }, - { - "id": "6B7350C620", - "span": { - "start": 264425, - "end": 264563 - }, - "index": 899, - "alignment_index": [ - 899 - ] - }, - { - "id": "8EFAD83D85", - "span": { - "start": 264564, - "end": 264708 - }, - "index": 900, - "alignment_index": [ - 900 - ] - }, - { - "id": "5AC424BF49", - "span": { - "start": 264709, - "end": 264960 - }, - "index": 901, - "alignment_index": [ - 901 - ] - }, - { - "id": "27F785338B", - "span": { - "start": 264961, - "end": 265128 - }, - "index": 902, - "alignment_index": [ - 902 - ] - }, - { - "id": "9605B6BABD", - "span": { - "start": 265129, - "end": 265320 - }, - "index": 903, - "alignment_index": [ - 903 - ] - }, - { - "id": "8242D826DF", - "span": { - "start": 265321, - "end": 265485 - }, - "index": 904, - "alignment_index": [ - 904 - ] - }, - { - "id": "3A28B8CB48", - "span": { - "start": 265486, - "end": 265643 - }, - "index": 905, - "alignment_index": [ - 905 - ] - }, - { - "id": "778D62808F", - "span": { - "start": 265644, - "end": 265811 - }, - "index": 906, - "alignment_index": [ - 906 - ] - }, - { - "id": "55E5E7E975", - "span": { - "start": 265812, - "end": 265977 - }, - "index": 907, - "alignment_index": [ - 907 - ] - }, - { - "id": "C19B9417B8", - "span": { - "start": 265978, - "end": 266770 - }, - "index": 908, - "alignment_index": [ - 908 - ] - }, - { - "id": "857FECB18B", - "span": { - "start": 266771, - "end": 267223 - }, - "index": 909, - "alignment_index": [ - 909 - ] - }, - { - "id": "84F16F284F", - "span": { - "start": 267224, - "end": 267390 - }, - "index": 910, - "alignment_index": [ - 910 - ] - }, - { - "id": "4006CF4637", - "span": { - "start": 267391, - "end": 268713 - }, - "index": 911, - "alignment_index": [ - 911 - ] - }, - { - "id": "11339842E5", - "span": { - "start": 268714, - "end": 268883 - }, - "index": 912, - "alignment_index": [ - 912 - ] - }, - { - "id": "17267D3218", - "span": { - "start": 268884, - "end": 269124 - }, - "index": 913, - "alignment_index": [ - 913 - ] - }, - { - "id": "832A0B5522", - "span": { - "start": 269125, - "end": 269325 - }, - "index": 914, - "alignment_index": [ - 914 - ] - }, - { - "id": "B10BC12599", - "span": { - "start": 269326, - "end": 269784 - }, - "index": 915, - "alignment_index": [ - 915 - ] - }, - { - "id": "04A662AC5A", - "span": { - "start": 269785, - "end": 269980 - }, - "index": 916, - "alignment_index": [ - 916 - ] - }, - { - "id": "C6B7441AB5", - "span": { - "start": 269981, - "end": 270135 - }, - "index": 917, - "alignment_index": [ - 917 - ] - }, - { - "id": "D868486889", - "span": { - "start": 270136, - "end": 270318 - }, - "index": 918, - "alignment_index": [ - 918 - ] - }, - { - "id": "111ECC1613", - "span": { - "start": 270319, - "end": 270387 - }, - "index": 919, - "alignment_index": [ - 919 - ] - }, - { - "id": "96E37BF909", - "span": { - "start": 270388, - "end": 270550 - }, - "index": 920, - "alignment_index": [ - 920 - ] - }, - { - "id": "0044C48BBF", - "span": { - "start": 270551, - "end": 270726 - }, - "index": 921, - "alignment_index": [ - 921 - ] - }, - { - "id": "D977587FF9", - "span": { - "start": 270727, - "end": 271236 - }, - "index": 922, - "alignment_index": [ - 922 - ] - }, - { - "id": "7AA5919C90", - "span": { - "start": 271237, - "end": 271573 - }, - "index": 923, - "alignment_index": [ - 923 - ] - }, - { - "id": "D065B44F36", - "span": { - "start": 271574, - "end": 271748 - }, - "index": 924, - "alignment_index": [ - 924 - ] - }, - { - "id": "D66FAA96FD", - "span": { - "start": 271749, - "end": 271904 - }, - "index": 925, - "alignment_index": [ - 925 - ] - }, - { - "id": "AE5DADAD61", - "span": { - "start": 271905, - "end": 272109 - }, - "index": 926, - "alignment_index": [ - 926 - ] - }, - { - "id": "6E5488CACB", - "span": { - "start": 272110, - "end": 272273 - }, - "index": 927, - "alignment_index": [ - 927 - ] - }, - { - "id": "8334C58340", - "span": { - "start": 272274, - "end": 272477 - }, - "index": 928, - "alignment_index": [ - 928 - ] - }, - { - "id": "F4F464C26C", - "span": { - "start": 272478, - "end": 273154 - }, - "index": 929, - "alignment_index": [ - 929 - ] - } - ] - } - }, - "untransformed_annotation": { - "target_annotation": { - "segmentation": [ - { - "id": "F10282032B", - "span": { - "start": 4, - "end": 54 - }, - "index": 1 - }, - { - "id": "89BF0D8EE0", - "span": { - "start": 55, - "end": 100 - }, - "index": 2 - }, - { - "id": "282DAAE222", - "span": { - "start": 101, - "end": 148 - }, - "index": 3 - }, - { - "id": "80DC8BFA1B", - "span": { - "start": 149, - "end": 200 - }, - "index": 4 - }, - { - "id": "05CEA4EA5E", - "span": { - "start": 201, - "end": 354 - }, - "index": 5 - }, - { - "id": "7950495179", - "span": { - "start": 355, - "end": 502 - }, - "index": 6 - }, - { - "id": "94B9A40BEE", - "span": { - "start": 503, - "end": 650 - }, - "index": 7 - }, - { - "id": "4AD4047464", - "span": { - "start": 651, - "end": 794 - }, - "index": 8 - }, - { - "id": "44CD949C4A", - "span": { - "start": 795, - "end": 949 - }, - "index": 9 - }, - { - "id": "21FD8225F8", - "span": { - "start": 950, - "end": 1093 - }, - "index": 10 - }, - { - "id": "0CC30D7C69", - "span": { - "start": 1094, - "end": 1247 - }, - "index": 11 - }, - { - "id": "9434E901D8", - "span": { - "start": 1248, - "end": 1404 - }, - "index": 12 - }, - { - "id": "0D67CC897B", - "span": { - "start": 1405, - "end": 1568 - }, - "index": 13 - }, - { - "id": "4630EABA60", - "span": { - "start": 1569, - "end": 1717 - }, - "index": 14 - }, - { - "id": "D699A2299A", - "span": { - "start": 1718, - "end": 1872 - }, - "index": 15 - }, - { - "id": "BB56AF11E5", - "span": { - "start": 1873, - "end": 2023 - }, - "index": 16 - }, - { - "id": "18B24D4941", - "span": { - "start": 2024, - "end": 2168 - }, - "index": 17 - }, - { - "id": "FB688325F0", - "span": { - "start": 2169, - "end": 2316 - }, - "index": 18 - }, - { - "id": "36494FEB18", - "span": { - "start": 2317, - "end": 2433 - }, - "index": 19 - }, - { - "id": "B237354135", - "span": { - "start": 2434, - "end": 2548 - }, - "index": 20 - }, - { - "id": "14727AAB57", - "span": { - "start": 2549, - "end": 2674 - }, - "index": 21 - }, - { - "id": "F64F04F996", - "span": { - "start": 2675, - "end": 2790 - }, - "index": 22 - }, - { - "id": "BD2B62C942", - "span": { - "start": 2791, - "end": 2908 - }, - "index": 23 - }, - { - "id": "490FA9F005", - "span": { - "start": 2909, - "end": 3023 - }, - "index": 24 - }, - { - "id": "8EAB1E6A1B", - "span": { - "start": 3024, - "end": 3137 - }, - "index": 25 - }, - { - "id": "6334949E93", - "span": { - "start": 3138, - "end": 3254 - }, - "index": 26 - }, - { - "id": "ADDAD82D72", - "span": { - "start": 3255, - "end": 3360 - }, - "index": 27 - }, - { - "id": "20892C6AC5", - "span": { - "start": 3361, - "end": 3468 - }, - "index": 28 - }, - { - "id": "59CC447B28", - "span": { - "start": 3469, - "end": 3587 - }, - "index": 29 - }, - { - "id": "BF2492A4A9", - "span": { - "start": 3588, - "end": 3709 - }, - "index": 30 - }, - { - "id": "87ECAA3852", - "span": { - "start": 3710, - "end": 3826 - }, - "index": 31 - }, - { - "id": "7755737848", - "span": { - "start": 3827, - "end": 3950 - }, - "index": 32 - }, - { - "id": "24488C1C96", - "span": { - "start": 3951, - "end": 4066 - }, - "index": 33 - }, - { - "id": "8482B65D63", - "span": { - "start": 4067, - "end": 4177 - }, - "index": 34 - }, - { - "id": "1549116614", - "span": { - "start": 4178, - "end": 4291 - }, - "index": 35 - }, - { - "id": "92208009FE", - "span": { - "start": 4292, - "end": 4439 - }, - "index": 36 - }, - { - "id": "336C66C342", - "span": { - "start": 4440, - "end": 4580 - }, - "index": 37 - }, - { - "id": "E88FD63336", - "span": { - "start": 4581, - "end": 4737 - }, - "index": 38 - }, - { - "id": "3589FCEDCC", - "span": { - "start": 4738, - "end": 4878 - }, - "index": 39 - }, - { - "id": "FD35AA5C95", - "span": { - "start": 4879, - "end": 5018 - }, - "index": 40 - }, - { - "id": "6E5E560012", - "span": { - "start": 5019, - "end": 5117 - }, - "index": 41 - }, - { - "id": "9829B94456", - "span": { - "start": 5123, - "end": 5273 - }, - "index": 42 - }, - { - "id": "F538AFE90D", - "span": { - "start": 5274, - "end": 5412 - }, - "index": 43 - }, - { - "id": "A4C078A102", - "span": { - "start": 5413, - "end": 5556 - }, - "index": 44 - }, - { - "id": "C86B9FEC4E", - "span": { - "start": 5557, - "end": 5705 - }, - "index": 45 - }, - { - "id": "29E200004D", - "span": { - "start": 5706, - "end": 5843 - }, - "index": 46 - }, - { - "id": "F3FEEA5ABA", - "span": { - "start": 5844, - "end": 5992 - }, - "index": 47 - }, - { - "id": "A5DDE3CD47", - "span": { - "start": 5993, - "end": 6144 - }, - "index": 48 - }, - { - "id": "AF22145F22", - "span": { - "start": 6145, - "end": 6296 - }, - "index": 49 - }, - { - "id": "682CC4833E", - "span": { - "start": 6297, - "end": 6446 - }, - "index": 50 - }, - { - "id": "B8389B3006", - "span": { - "start": 6447, - "end": 6584 - }, - "index": 51 - }, - { - "id": "8FDA76401B", - "span": { - "start": 6585, - "end": 6725 - }, - "index": 52 - }, - { - "id": "CE35C76EA9", - "span": { - "start": 6726, - "end": 6862 - }, - "index": 53 - }, - { - "id": "2C3B860217", - "span": { - "start": 6863, - "end": 7015 - }, - "index": 54 - }, - { - "id": "0D77B0B974", - "span": { - "start": 7016, - "end": 7164 - }, - "index": 55 - }, - { - "id": "6ECC1678C5", - "span": { - "start": 7165, - "end": 7305 - }, - "index": 56 - }, - { - "id": "1B182F23B4", - "span": { - "start": 7306, - "end": 7456 - }, - "index": 57 - }, - { - "id": "51ACEDC7D5", - "span": { - "start": 7457, - "end": 7598 - }, - "index": 58 - }, - { - "id": "FB1F47B474", - "span": { - "start": 7599, - "end": 7755 - }, - "index": 59 - }, - { - "id": "FABE6A90A9", - "span": { - "start": 7756, - "end": 7908 - }, - "index": 60 - }, - { - "id": "AEE58A507A", - "span": { - "start": 7909, - "end": 8033 - }, - "index": 61 - }, - { - "id": "272FCD95F9", - "span": { - "start": 8034, - "end": 8151 - }, - "index": 62 - }, - { - "id": "6FF9B4735B", - "span": { - "start": 8152, - "end": 8271 - }, - "index": 63 - }, - { - "id": "190400EE34", - "span": { - "start": 8272, - "end": 8396 - }, - "index": 64 - }, - { - "id": "BE6666F446", - "span": { - "start": 8397, - "end": 8522 - }, - "index": 65 - }, - { - "id": "44DE92247B", - "span": { - "start": 8523, - "end": 8648 - }, - "index": 66 - }, - { - "id": "580AED4F27", - "span": { - "start": 8649, - "end": 8772 - }, - "index": 67 - }, - { - "id": "DC7EA3ED1A", - "span": { - "start": 8773, - "end": 8891 - }, - "index": 68 - }, - { - "id": "BF9D77279D", - "span": { - "start": 8892, - "end": 9002 - }, - "index": 69 - }, - { - "id": "6C36888336", - "span": { - "start": 9003, - "end": 9115 - }, - "index": 70 - }, - { - "id": "2C30FB233C", - "span": { - "start": 9116, - "end": 9231 - }, - "index": 71 - }, - { - "id": "C9C726DD94", - "span": { - "start": 9232, - "end": 9345 - }, - "index": 72 - }, - { - "id": "64B2EFB416", - "span": { - "start": 9346, - "end": 9462 - }, - "index": 73 - }, - { - "id": "1247D97814", - "span": { - "start": 9463, - "end": 9572 - }, - "index": 74 - }, - { - "id": "C82D19434D", - "span": { - "start": 9573, - "end": 9683 - }, - "index": 75 - }, - { - "id": "A29E20DE84", - "span": { - "start": 9684, - "end": 9806 - }, - "index": 76 - }, - { - "id": "38B4921A82", - "span": { - "start": 9807, - "end": 9919 - }, - "index": 77 - }, - { - "id": "40EF7FCA0B", - "span": { - "start": 9920, - "end": 10026 - }, - "index": 78 - }, - { - "id": "89CBD59CB0", - "span": { - "start": 10027, - "end": 10136 - }, - "index": 79 - }, - { - "id": "155A285942", - "span": { - "start": 10137, - "end": 10251 - }, - "index": 80 - }, - { - "id": "90C1D1AAFC", - "span": { - "start": 10252, - "end": 10372 - }, - "index": 81 - }, - { - "id": "8F3020258B", - "span": { - "start": 10373, - "end": 10487 - }, - "index": 82 - }, - { - "id": "192BDF0D03", - "span": { - "start": 10488, - "end": 10600 - }, - "index": 83 - }, - { - "id": "25CB428CEE", - "span": { - "start": 10601, - "end": 10713 - }, - "index": 84 - }, - { - "id": "D49CE44011", - "span": { - "start": 10714, - "end": 10840 - }, - "index": 85 - }, - { - "id": "874A9756D2", - "span": { - "start": 10841, - "end": 10967 - }, - "index": 86 - }, - { - "id": "CE0B77E4A8", - "span": { - "start": 10968, - "end": 11084 - }, - "index": 87 - }, - { - "id": "9CCFDE9E3C", - "span": { - "start": 11085, - "end": 11204 - }, - "index": 88 - }, - { - "id": "D248FDB3C9", - "span": { - "start": 11205, - "end": 11322 - }, - "index": 89 - }, - { - "id": "30D438A870", - "span": { - "start": 11323, - "end": 11441 - }, - "index": 90 - }, - { - "id": "D9A8D13609", - "span": { - "start": 11442, - "end": 11559 - }, - "index": 91 - }, - { - "id": "81882166E5", - "span": { - "start": 11560, - "end": 11673 - }, - "index": 92 - }, - { - "id": "ECDB3DF3C8", - "span": { - "start": 11674, - "end": 11790 - }, - "index": 93 - }, - { - "id": "8F69C57983", - "span": { - "start": 11791, - "end": 11908 - }, - "index": 94 - }, - { - "id": "DD73533535", - "span": { - "start": 11909, - "end": 12026 - }, - "index": 95 - }, - { - "id": "B4696BF766", - "span": { - "start": 12027, - "end": 12142 - }, - "index": 96 - }, - { - "id": "F89DBF4CC4", - "span": { - "start": 12143, - "end": 12254 - }, - "index": 97 - }, - { - "id": "F8EB36838A", - "span": { - "start": 12255, - "end": 12363 - }, - "index": 98 - }, - { - "id": "70B60D89A7", - "span": { - "start": 12364, - "end": 12474 - }, - "index": 99 - }, - { - "id": "3D939F29E3", - "span": { - "start": 12475, - "end": 12586 - }, - "index": 100 - }, - { - "id": "2CC0C765C0", - "span": { - "start": 12587, - "end": 12691 - }, - "index": 101 - }, - { - "id": "A6550A8C4A", - "span": { - "start": 12692, - "end": 12805 - }, - "index": 102 - }, - { - "id": "F4F9E472A6", - "span": { - "start": 12806, - "end": 12922 - }, - "index": 103 - }, - { - "id": "A505D1AC83", - "span": { - "start": 12923, - "end": 13025 - }, - "index": 104 - }, - { - "id": "D250C4C10E", - "span": { - "start": 13026, - "end": 13148 - }, - "index": 105 - }, - { - "id": "025F909264", - "span": { - "start": 13149, - "end": 13263 - }, - "index": 106 - }, - { - "id": "66BFF6803D", - "span": { - "start": 13264, - "end": 13341 - }, - "index": 107 - }, - { - "id": "12E9AEE64F", - "span": { - "start": 13347, - "end": 13460 - }, - "index": 108 - }, - { - "id": "F9B90C5344", - "span": { - "start": 13461, - "end": 13573 - }, - "index": 109 - }, - { - "id": "5F17300944", - "span": { - "start": 13574, - "end": 13743 - }, - "index": 110 - }, - { - "id": "CC0D39FC99", - "span": { - "start": 13744, - "end": 13864 - }, - "index": 111 - }, - { - "id": "57A53722B7", - "span": { - "start": 13865, - "end": 13982 - }, - "index": 112 - }, - { - "id": "A8B9DB1FC3", - "span": { - "start": 13983, - "end": 14094 - }, - "index": 113 - }, - { - "id": "02BF57AA13", - "span": { - "start": 14095, - "end": 14200 - }, - "index": 114 - }, - { - "id": "F4DF85B033", - "span": { - "start": 14201, - "end": 14317 - }, - "index": 115 - }, - { - "id": "BB4BC487B2", - "span": { - "start": 14318, - "end": 14430 - }, - "index": 116 - }, - { - "id": "5993B43011", - "span": { - "start": 14431, - "end": 14551 - }, - "index": 117 - }, - { - "id": "D22962D2A5", - "span": { - "start": 14552, - "end": 14661 - }, - "index": 118 - }, - { - "id": "8C253B11A4", - "span": { - "start": 14662, - "end": 14775 - }, - "index": 119 - }, - { - "id": "C365E495E9", - "span": { - "start": 14776, - "end": 14889 - }, - "index": 120 - }, - { - "id": "7A498783B3", - "span": { - "start": 14890, - "end": 14999 - }, - "index": 121 - }, - { - "id": "7657C0C1E9", - "span": { - "start": 15000, - "end": 15110 - }, - "index": 122 - }, - { - "id": "A61F14F3E8", - "span": { - "start": 15111, - "end": 15218 - }, - "index": 123 - }, - { - "id": "FC38AF5F13", - "span": { - "start": 15219, - "end": 15342 - }, - "index": 124 - }, - { - "id": "5BF56DEC53", - "span": { - "start": 15343, - "end": 15455 - }, - "index": 125 - }, - { - "id": "2B0D0CB5C1", - "span": { - "start": 15456, - "end": 15577 - }, - "index": 126 - }, - { - "id": "75E552AB32", - "span": { - "start": 15578, - "end": 15690 - }, - "index": 127 - }, - { - "id": "4B4FAAA8A4", - "span": { - "start": 15691, - "end": 15806 - }, - "index": 128 - }, - { - "id": "4772B940EC", - "span": { - "start": 15807, - "end": 15927 - }, - "index": 129 - }, - { - "id": "911CF2DFCD", - "span": { - "start": 15928, - "end": 16046 - }, - "index": 130 - }, - { - "id": "213D15E101", - "span": { - "start": 16047, - "end": 16166 - }, - "index": 131 - }, - { - "id": "37808B483C", - "span": { - "start": 16167, - "end": 16285 - }, - "index": 132 - }, - { - "id": "E17B3E0FCC", - "span": { - "start": 16286, - "end": 16404 - }, - "index": 133 - }, - { - "id": "22F0B7B534", - "span": { - "start": 16405, - "end": 16519 - }, - "index": 134 - }, - { - "id": "A4C647542F", - "span": { - "start": 16520, - "end": 16639 - }, - "index": 135 - }, - { - "id": "F40F9A05FF", - "span": { - "start": 16640, - "end": 16757 - }, - "index": 136 - }, - { - "id": "D4AE36A937", - "span": { - "start": 16758, - "end": 16878 - }, - "index": 137 - }, - { - "id": "C6D5823DDB", - "span": { - "start": 16879, - "end": 16989 - }, - "index": 138 - }, - { - "id": "0BAADAD90A", - "span": { - "start": 16990, - "end": 17144 - }, - "index": 139 - }, - { - "id": "232AA271CA", - "span": { - "start": 17145, - "end": 17289 - }, - "index": 140 - }, - { - "id": "2F16B3345A", - "span": { - "start": 17290, - "end": 17392 - }, - "index": 141 - }, - { - "id": "55E2D2C283", - "span": { - "start": 17398, - "end": 17513 - }, - "index": 142 - }, - { - "id": "75220B78FA", - "span": { - "start": 17514, - "end": 17628 - }, - "index": 143 - }, - { - "id": "3C1191C39A", - "span": { - "start": 17629, - "end": 17747 - }, - "index": 144 - }, - { - "id": "1B5D495594", - "span": { - "start": 17748, - "end": 17859 - }, - "index": 145 - }, - { - "id": "694916F38F", - "span": { - "start": 17860, - "end": 17975 - }, - "index": 146 - }, - { - "id": "404CB5B951", - "span": { - "start": 17976, - "end": 18085 - }, - "index": 147 - }, - { - "id": "E5B664663E", - "span": { - "start": 18086, - "end": 18197 - }, - "index": 148 - }, - { - "id": "C0FDE8FD80", - "span": { - "start": 18198, - "end": 18307 - }, - "index": 149 - }, - { - "id": "CBBF1BB6C0", - "span": { - "start": 18308, - "end": 18421 - }, - "index": 150 - }, - { - "id": "6546A96666", - "span": { - "start": 18422, - "end": 18537 - }, - "index": 151 - }, - { - "id": "24DCF3A93E", - "span": { - "start": 18538, - "end": 18653 - }, - "index": 152 - }, - { - "id": "B9CD32AD6A", - "span": { - "start": 18654, - "end": 18768 - }, - "index": 153 - }, - { - "id": "2154161D41", - "span": { - "start": 18769, - "end": 18888 - }, - "index": 154 - }, - { - "id": "2B66050A31", - "span": { - "start": 18889, - "end": 19004 - }, - "index": 155 - }, - { - "id": "C05C486FBC", - "span": { - "start": 19005, - "end": 19115 - }, - "index": 156 - }, - { - "id": "349BBCAA28", - "span": { - "start": 19116, - "end": 19222 - }, - "index": 157 - }, - { - "id": "A3A4E2C370", - "span": { - "start": 19223, - "end": 19334 - }, - "index": 158 - }, - { - "id": "E69B1EFC9E", - "span": { - "start": 19335, - "end": 19446 - }, - "index": 159 - }, - { - "id": "228BD88B5B", - "span": { - "start": 19447, - "end": 19557 - }, - "index": 160 - }, - { - "id": "DD284D0664", - "span": { - "start": 19558, - "end": 19678 - }, - "index": 161 - }, - { - "id": "999015BDB5", - "span": { - "start": 19679, - "end": 19806 - }, - "index": 162 - }, - { - "id": "0D6F6006B0", - "span": { - "start": 19807, - "end": 19916 - }, - "index": 163 - }, - { - "id": "F2DE38DEF1", - "span": { - "start": 19917, - "end": 20032 - }, - "index": 164 - }, - { - "id": "1C103F93CE", - "span": { - "start": 20033, - "end": 20151 - }, - "index": 165 - }, - { - "id": "8825C24357", - "span": { - "start": 20152, - "end": 20268 - }, - "index": 166 - }, - { - "id": "3584D04223", - "span": { - "start": 20269, - "end": 20384 - }, - "index": 167 - }, - { - "id": "BA6DBAB536", - "span": { - "start": 20385, - "end": 20500 - }, - "index": 168 - }, - { - "id": "A54B0B200C", - "span": { - "start": 20501, - "end": 20616 - }, - "index": 169 - }, - { - "id": "B2533D454D", - "span": { - "start": 20617, - "end": 20729 - }, - "index": 170 - }, - { - "id": "7AAF4FF412", - "span": { - "start": 20730, - "end": 20842 - }, - "index": 171 - }, - { - "id": "027E2A7CA0", - "span": { - "start": 20843, - "end": 20952 - }, - "index": 172 - }, - { - "id": "EE604964F6", - "span": { - "start": 20953, - "end": 21063 - }, - "index": 173 - }, - { - "id": "CF7BA7F5A3", - "span": { - "start": 21064, - "end": 21184 - }, - "index": 174 - }, - { - "id": "0B5B28CEF4", - "span": { - "start": 21185, - "end": 21335 - }, - "index": 175 - }, - { - "id": "1013BAF15A", - "span": { - "start": 21336, - "end": 21473 - }, - "index": 176 - }, - { - "id": "DEAC494E1B", - "span": { - "start": 21474, - "end": 21653 - }, - "index": 177 - }, - { - "id": "F6B30FF4D0", - "span": { - "start": 21654, - "end": 21842 - }, - "index": 178 - }, - { - "id": "C0B5077DCC", - "span": { - "start": 21843, - "end": 22008 - }, - "index": 179 - }, - { - "id": "95934AB8EF", - "span": { - "start": 22009, - "end": 22161 - }, - "index": 180 - }, - { - "id": "8F7D407E78", - "span": { - "start": 22162, - "end": 22293 - }, - "index": 181 - }, - { - "id": "C4AAA18561", - "span": { - "start": 22294, - "end": 22414 - }, - "index": 182 - }, - { - "id": "48430DC410", - "span": { - "start": 22415, - "end": 22524 - }, - "index": 183 - }, - { - "id": "38A76A628D", - "span": { - "start": 22525, - "end": 22644 - }, - "index": 184 - }, - { - "id": "3733FF3539", - "span": { - "start": 22645, - "end": 22757 - }, - "index": 185 - }, - { - "id": "2D363AB00A", - "span": { - "start": 22758, - "end": 22896 - }, - "index": 186 - }, - { - "id": "F755291692", - "span": { - "start": 22897, - "end": 23045 - }, - "index": 187 - }, - { - "id": "2CFB3FC1AE", - "span": { - "start": 23046, - "end": 23289 - }, - "index": 188 - }, - { - "id": "7688407EB2", - "span": { - "start": 23290, - "end": 23424 - }, - "index": 189 - }, - { - "id": "A941F451C0", - "span": { - "start": 23425, - "end": 23508 - }, - "index": 190 - }, - { - "id": "0DFDD3219F", - "span": { - "start": 23514, - "end": 23634 - }, - "index": 191 - }, - { - "id": "E2C7B7CC2C", - "span": { - "start": 23635, - "end": 23748 - }, - "index": 192 - }, - { - "id": "9F11382881", - "span": { - "start": 23749, - "end": 23861 - }, - "index": 193 - }, - { - "id": "5729776DC4", - "span": { - "start": 23862, - "end": 23981 - }, - "index": 194 - }, - { - "id": "34DF873F0E", - "span": { - "start": 23982, - "end": 24098 - }, - "index": 195 - }, - { - "id": "49EDF6993E", - "span": { - "start": 24099, - "end": 24214 - }, - "index": 196 - }, - { - "id": "4B4CA2B6B6", - "span": { - "start": 24215, - "end": 24330 - }, - "index": 197 - }, - { - "id": "652BB022B5", - "span": { - "start": 24331, - "end": 24449 - }, - "index": 198 - }, - { - "id": "D3C334DD3D", - "span": { - "start": 24450, - "end": 24564 - }, - "index": 199 - }, - { - "id": "40B4688717", - "span": { - "start": 24565, - "end": 24682 - }, - "index": 200 - }, - { - "id": "B3F1B90FF3", - "span": { - "start": 24683, - "end": 24795 - }, - "index": 201 - }, - { - "id": "E83334769A", - "span": { - "start": 24796, - "end": 24914 - }, - "index": 202 - }, - { - "id": "49DEF52E4A", - "span": { - "start": 24915, - "end": 25023 - }, - "index": 203 - }, - { - "id": "D3FB7BC119", - "span": { - "start": 25024, - "end": 25149 - }, - "index": 204 - }, - { - "id": "A1F11ECC11", - "span": { - "start": 25150, - "end": 25265 - }, - "index": 205 - }, - { - "id": "0D34E19C47", - "span": { - "start": 25266, - "end": 25387 - }, - "index": 206 - }, - { - "id": "AB4769A73E", - "span": { - "start": 25388, - "end": 25506 - }, - "index": 207 - }, - { - "id": "4911434E3B", - "span": { - "start": 25507, - "end": 25631 - }, - "index": 208 - }, - { - "id": "80C2896A38", - "span": { - "start": 25632, - "end": 25754 - }, - "index": 209 - }, - { - "id": "9E8AE4CE90", - "span": { - "start": 25755, - "end": 25874 - }, - "index": 210 - }, - { - "id": "5C9EDFC4B5", - "span": { - "start": 25875, - "end": 25997 - }, - "index": 211 - }, - { - "id": "D102110A90", - "span": { - "start": 25998, - "end": 26108 - }, - "index": 212 - }, - { - "id": "9F887C24F4", - "span": { - "start": 26109, - "end": 26222 - }, - "index": 213 - }, - { - "id": "0E15E4AAE9", - "span": { - "start": 26223, - "end": 26339 - }, - "index": 214 - }, - { - "id": "6AEB3B7A32", - "span": { - "start": 26340, - "end": 26455 - }, - "index": 215 - }, - { - "id": "CE84484A1E", - "span": { - "start": 26456, - "end": 26572 - }, - "index": 216 - }, - { - "id": "990933B4FF", - "span": { - "start": 26573, - "end": 26699 - }, - "index": 217 - }, - { - "id": "1EBBA7100C", - "span": { - "start": 26700, - "end": 26833 - }, - "index": 218 - }, - { - "id": "4B41C0687D", - "span": { - "start": 26834, - "end": 26938 - }, - "index": 219 - }, - { - "id": "BFDE4D3D8B", - "span": { - "start": 26939, - "end": 27051 - }, - "index": 220 - }, - { - "id": "112ED0914E", - "span": { - "start": 27052, - "end": 27165 - }, - "index": 221 - }, - { - "id": "427368A2AC", - "span": { - "start": 27166, - "end": 27281 - }, - "index": 222 - }, - { - "id": "5B48844980", - "span": { - "start": 27282, - "end": 27397 - }, - "index": 223 - }, - { - "id": "B8F9A1F488", - "span": { - "start": 27398, - "end": 27513 - }, - "index": 224 - }, - { - "id": "BBE69664B4", - "span": { - "start": 27514, - "end": 27619 - }, - "index": 225 - }, - { - "id": "E68F5EA8A8", - "span": { - "start": 27620, - "end": 27735 - }, - "index": 226 - }, - { - "id": "0B9093FD6B", - "span": { - "start": 27736, - "end": 27855 - }, - "index": 227 - }, - { - "id": "61279D9AD2", - "span": { - "start": 27856, - "end": 27966 - }, - "index": 228 - }, - { - "id": "0AB7D1CA45", - "span": { - "start": 27967, - "end": 28077 - }, - "index": 229 - }, - { - "id": "97A9141970", - "span": { - "start": 28078, - "end": 28187 - }, - "index": 230 - }, - { - "id": "F22F64A2DA", - "span": { - "start": 28188, - "end": 28302 - }, - "index": 231 - }, - { - "id": "BB546C4B31", - "span": { - "start": 28303, - "end": 28427 - }, - "index": 232 - }, - { - "id": "473FC7F4AF", - "span": { - "start": 28428, - "end": 28537 - }, - "index": 233 - }, - { - "id": "3665E6F9BD", - "span": { - "start": 28538, - "end": 28649 - }, - "index": 234 - }, - { - "id": "114819A18A", - "span": { - "start": 28650, - "end": 28754 - }, - "index": 235 - }, - { - "id": "F6D966DC46", - "span": { - "start": 28755, - "end": 28870 - }, - "index": 236 - }, - { - "id": "F45D1B8C8B", - "span": { - "start": 28871, - "end": 28985 - }, - "index": 237 - }, - { - "id": "602BD0ACBD", - "span": { - "start": 28986, - "end": 29087 - }, - "index": 238 - }, - { - "id": "5A8205DD58", - "span": { - "start": 29088, - "end": 29198 - }, - "index": 239 - }, - { - "id": "F686F77F98", - "span": { - "start": 29199, - "end": 29312 - }, - "index": 240 - }, - { - "id": "801AB1A088", - "span": { - "start": 29313, - "end": 29437 - }, - "index": 241 - }, - { - "id": "B23B01F963", - "span": { - "start": 29438, - "end": 29551 - }, - "index": 242 - }, - { - "id": "18199A8ECA", - "span": { - "start": 29552, - "end": 29668 - }, - "index": 243 - }, - { - "id": "43546CC388", - "span": { - "start": 29669, - "end": 29787 - }, - "index": 244 - }, - { - "id": "BB9BB8B0FC", - "span": { - "start": 29788, - "end": 29899 - }, - "index": 245 - }, - { - "id": "F6A4086544", - "span": { - "start": 29900, - "end": 30021 - }, - "index": 246 - }, - { - "id": "B34DE3EFFF", - "span": { - "start": 30022, - "end": 30129 - }, - "index": 247 - }, - { - "id": "7FA9AA7AB8", - "span": { - "start": 30130, - "end": 30236 - }, - "index": 248 - }, - { - "id": "4D9510EEF3", - "span": { - "start": 30237, - "end": 30343 - }, - "index": 249 - }, - { - "id": "E4A2F0C58E", - "span": { - "start": 30344, - "end": 30459 - }, - "index": 250 - }, - { - "id": "714012B117", - "span": { - "start": 30460, - "end": 30586 - }, - "index": 251 - }, - { - "id": "E6F722E862", - "span": { - "start": 30587, - "end": 30692 - }, - "index": 252 - }, - { - "id": "403FFF43A0", - "span": { - "start": 30693, - "end": 30807 - }, - "index": 253 - }, - { - "id": "8D4388D188", - "span": { - "start": 30808, - "end": 30925 - }, - "index": 254 - }, - { - "id": "F4E5BF45D4", - "span": { - "start": 30926, - "end": 31042 - }, - "index": 255 - }, - { - "id": "4139AA461E", - "span": { - "start": 31043, - "end": 31151 - }, - "index": 256 - }, - { - "id": "96AE07E489", - "span": { - "start": 31152, - "end": 31271 - }, - "index": 257 - }, - { - "id": "4BE869E11C", - "span": { - "start": 31272, - "end": 31387 - }, - "index": 258 - }, - { - "id": "497596BC6D", - "span": { - "start": 31388, - "end": 31488 - }, - "index": 259 - }, - { - "id": "B60CD069D6", - "span": { - "start": 31489, - "end": 31612 - }, - "index": 260 - }, - { - "id": "4AE841A016", - "span": { - "start": 31613, - "end": 31736 - }, - "index": 261 - }, - { - "id": "960F7FAFCF", - "span": { - "start": 31737, - "end": 31848 - }, - "index": 262 - }, - { - "id": "554E784E57", - "span": { - "start": 31849, - "end": 31965 - }, - "index": 263 - }, - { - "id": "DD46784647", - "span": { - "start": 31966, - "end": 32085 - }, - "index": 264 - }, - { - "id": "787989E8E5", - "span": { - "start": 32086, - "end": 32205 - }, - "index": 265 - }, - { - "id": "F4FFF4418E", - "span": { - "start": 32206, - "end": 32319 - }, - "index": 266 - }, - { - "id": "99C8639444", - "span": { - "start": 32320, - "end": 32433 - }, - "index": 267 - }, - { - "id": "A3BF2F2BA4", - "span": { - "start": 32434, - "end": 32542 - }, - "index": 268 - }, - { - "id": "800F469B4B", - "span": { - "start": 32543, - "end": 32652 - }, - "index": 269 - }, - { - "id": "ACD7C9A559", - "span": { - "start": 32653, - "end": 32770 - }, - "index": 270 - }, - { - "id": "9AFBF56F69", - "span": { - "start": 32771, - "end": 32890 - }, - "index": 271 - }, - { - "id": "F10379841E", - "span": { - "start": 32891, - "end": 32996 - }, - "index": 272 - }, - { - "id": "7914AFAF61", - "span": { - "start": 32997, - "end": 33116 - }, - "index": 273 - }, - { - "id": "08F9A7AAA3", - "span": { - "start": 33117, - "end": 33229 - }, - "index": 274 - }, - { - "id": "2B92466022", - "span": { - "start": 33230, - "end": 33346 - }, - "index": 275 - }, - { - "id": "D4265CC884", - "span": { - "start": 33347, - "end": 33464 - }, - "index": 276 - }, - { - "id": "20976FC319", - "span": { - "start": 33465, - "end": 33579 - }, - "index": 277 - }, - { - "id": "0CA168030B", - "span": { - "start": 33580, - "end": 33689 - }, - "index": 278 - }, - { - "id": "DB549A450B", - "span": { - "start": 33690, - "end": 33802 - }, - "index": 279 - }, - { - "id": "612895699D", - "span": { - "start": 33803, - "end": 33919 - }, - "index": 280 - }, - { - "id": "33977773EB", - "span": { - "start": 33920, - "end": 34022 - }, - "index": 281 - }, - { - "id": "A44FAE664D", - "span": { - "start": 34023, - "end": 34127 - }, - "index": 282 - }, - { - "id": "CF9C9CD8C5", - "span": { - "start": 34128, - "end": 34238 - }, - "index": 283 - }, - { - "id": "D3B338B322", - "span": { - "start": 34239, - "end": 34344 - }, - "index": 284 - }, - { - "id": "42276AF2A5", - "span": { - "start": 34345, - "end": 34460 - }, - "index": 285 - }, - { - "id": "97AB6EB681", - "span": { - "start": 34461, - "end": 34577 - }, - "index": 286 - }, - { - "id": "2830C70C93", - "span": { - "start": 34578, - "end": 34690 - }, - "index": 287 - }, - { - "id": "97A98A962A", - "span": { - "start": 34691, - "end": 34806 - }, - "index": 288 - }, - { - "id": "9FE9C4FFE6", - "span": { - "start": 34807, - "end": 34923 - }, - "index": 289 - }, - { - "id": "9BAB78A6B8", - "span": { - "start": 34924, - "end": 35035 - }, - "index": 290 - }, - { - "id": "CCEBB30F3B", - "span": { - "start": 35036, - "end": 35155 - }, - "index": 291 - }, - { - "id": "E52FC9D2EC", - "span": { - "start": 35156, - "end": 35276 - }, - "index": 292 - }, - { - "id": "126D69AD30", - "span": { - "start": 35277, - "end": 35393 - }, - "index": 293 - }, - { - "id": "BB24A51B46", - "span": { - "start": 35394, - "end": 35507 - }, - "index": 294 - }, - { - "id": "04977C75B2", - "span": { - "start": 35508, - "end": 35614 - }, - "index": 295 - }, - { - "id": "F64FDA4C4E", - "span": { - "start": 35615, - "end": 35734 - }, - "index": 296 - }, - { - "id": "1351E86CC2", - "span": { - "start": 35735, - "end": 35846 - }, - "index": 297 - }, - { - "id": "7466BA06DF", - "span": { - "start": 35847, - "end": 35956 - }, - "index": 298 - }, - { - "id": "368C403C78", - "span": { - "start": 35957, - "end": 36071 - }, - "index": 299 - }, - { - "id": "11FFEE4311", - "span": { - "start": 36072, - "end": 36154 - }, - "index": 300 - }, - { - "id": "A45F1500F9", - "span": { - "start": 36160, - "end": 36283 - }, - "index": 301 - }, - { - "id": "8444B2436C", - "span": { - "start": 36284, - "end": 36394 - }, - "index": 302 - }, - { - "id": "34E35A3CE0", - "span": { - "start": 36395, - "end": 36512 - }, - "index": 303 - }, - { - "id": "B9994A3D2D", - "span": { - "start": 36513, - "end": 36627 - }, - "index": 304 - }, - { - "id": "38CC86E3F6", - "span": { - "start": 36628, - "end": 36746 - }, - "index": 305 - }, - { - "id": "2D77AB31C8", - "span": { - "start": 36747, - "end": 36865 - }, - "index": 306 - }, - { - "id": "7A8BB8BBFB", - "span": { - "start": 36866, - "end": 36978 - }, - "index": 307 - }, - { - "id": "8CC68C08F1", - "span": { - "start": 36979, - "end": 37086 - }, - "index": 308 - }, - { - "id": "4C7A642CC0", - "span": { - "start": 37087, - "end": 37200 - }, - "index": 309 - }, - { - "id": "575B6B2CA7", - "span": { - "start": 37201, - "end": 37300 - }, - "index": 310 - }, - { - "id": "B1EC51CB6A", - "span": { - "start": 37301, - "end": 37415 - }, - "index": 311 - }, - { - "id": "B1A8AA08FA", - "span": { - "start": 37416, - "end": 37544 - }, - "index": 312 - }, - { - "id": "98FF2FA3AD", - "span": { - "start": 37545, - "end": 37653 - }, - "index": 313 - }, - { - "id": "339BB1FAF4", - "span": { - "start": 37654, - "end": 37764 - }, - "index": 314 - }, - { - "id": "5FC5522924", - "span": { - "start": 37765, - "end": 37878 - }, - "index": 315 - }, - { - "id": "4C2EB403BA", - "span": { - "start": 37879, - "end": 37989 - }, - "index": 316 - }, - { - "id": "E8E29B224F", - "span": { - "start": 37990, - "end": 38103 - }, - "index": 317 - }, - { - "id": "66C8CA8DB8", - "span": { - "start": 38104, - "end": 38224 - }, - "index": 318 - }, - { - "id": "4147650B4B", - "span": { - "start": 38225, - "end": 38344 - }, - "index": 319 - }, - { - "id": "B85F5D3828", - "span": { - "start": 38345, - "end": 38454 - }, - "index": 320 - }, - { - "id": "3249C2D32B", - "span": { - "start": 38455, - "end": 38568 - }, - "index": 321 - }, - { - "id": "BAA388D31A", - "span": { - "start": 38569, - "end": 38689 - }, - "index": 322 - }, - { - "id": "44B42BD46B", - "span": { - "start": 38690, - "end": 38813 - }, - "index": 323 - }, - { - "id": "C2F1A01853", - "span": { - "start": 38814, - "end": 38932 - }, - "index": 324 - }, - { - "id": "986B48A5A9", - "span": { - "start": 38933, - "end": 39043 - }, - "index": 325 - }, - { - "id": "99320CCE8C", - "span": { - "start": 39044, - "end": 39163 - }, - "index": 326 - }, - { - "id": "455D444766", - "span": { - "start": 39164, - "end": 39279 - }, - "index": 327 - }, - { - "id": "9C2F6A7AEA", - "span": { - "start": 39280, - "end": 39388 - }, - "index": 328 - }, - { - "id": "DF74684FA6", - "span": { - "start": 39389, - "end": 39501 - }, - "index": 329 - }, - { - "id": "6DADFEB4F7", - "span": { - "start": 39502, - "end": 39614 - }, - "index": 330 - }, - { - "id": "0796187D98", - "span": { - "start": 39615, - "end": 39729 - }, - "index": 331 - }, - { - "id": "8D5EBA5BA0", - "span": { - "start": 39730, - "end": 39852 - }, - "index": 332 - }, - { - "id": "BF20FF88B8", - "span": { - "start": 39853, - "end": 39970 - }, - "index": 333 - }, - { - "id": "AE49F9BA78", - "span": { - "start": 39971, - "end": 40091 - }, - "index": 334 - }, - { - "id": "93C0CC95AC", - "span": { - "start": 40092, - "end": 40206 - }, - "index": 335 - }, - { - "id": "A5A40CA788", - "span": { - "start": 40207, - "end": 40316 - }, - "index": 336 - }, - { - "id": "7DF24EED97", - "span": { - "start": 40317, - "end": 40432 - }, - "index": 337 - }, - { - "id": "286FF26BD2", - "span": { - "start": 40433, - "end": 40544 - }, - "index": 338 - }, - { - "id": "585BF323F2", - "span": { - "start": 40545, - "end": 40654 - }, - "index": 339 - }, - { - "id": "E027CAB69A", - "span": { - "start": 40655, - "end": 40768 - }, - "index": 340 - }, - { - "id": "A7DEB7EBC4", - "span": { - "start": 40769, - "end": 40874 - }, - "index": 341 - }, - { - "id": "DCC5A5CFC8", - "span": { - "start": 40875, - "end": 40986 - }, - "index": 342 - }, - { - "id": "136B34492B", - "span": { - "start": 40987, - "end": 41097 - }, - "index": 343 - }, - { - "id": "3348411E19", - "span": { - "start": 41098, - "end": 41209 - }, - "index": 344 - }, - { - "id": "0475D99C79", - "span": { - "start": 41210, - "end": 41325 - }, - "index": 345 - }, - { - "id": "D01571ABDA", - "span": { - "start": 41326, - "end": 41435 - }, - "index": 346 - }, - { - "id": "CEAF2472A2", - "span": { - "start": 41436, - "end": 41554 - }, - "index": 347 - }, - { - "id": "8BEEEE941A", - "span": { - "start": 41555, - "end": 41673 - }, - "index": 348 - }, - { - "id": "8B444F515C", - "span": { - "start": 41674, - "end": 41784 - }, - "index": 349 - }, - { - "id": "EE21FF0EF0", - "span": { - "start": 41785, - "end": 41893 - }, - "index": 350 - }, - { - "id": "AA96994871", - "span": { - "start": 41894, - "end": 42008 - }, - "index": 351 - }, - { - "id": "CCCCC5AE17", - "span": { - "start": 42009, - "end": 42120 - }, - "index": 352 - }, - { - "id": "B15E7A5461", - "span": { - "start": 42121, - "end": 42232 - }, - "index": 353 - }, - { - "id": "21B39E9404", - "span": { - "start": 42233, - "end": 42335 - }, - "index": 354 - }, - { - "id": "406B451681", - "span": { - "start": 42336, - "end": 42450 - }, - "index": 355 - }, - { - "id": "549CC19585", - "span": { - "start": 42451, - "end": 42573 - }, - "index": 356 - }, - { - "id": "C02B99F447", - "span": { - "start": 42574, - "end": 42683 - }, - "index": 357 - }, - { - "id": "95131D8203", - "span": { - "start": 42684, - "end": 42789 - }, - "index": 358 - }, - { - "id": "45A943323D", - "span": { - "start": 42790, - "end": 42906 - }, - "index": 359 - }, - { - "id": "79E6D89322", - "span": { - "start": 42907, - "end": 43023 - }, - "index": 360 - }, - { - "id": "BB4BA05CBB", - "span": { - "start": 43024, - "end": 43129 - }, - "index": 361 - }, - { - "id": "F0B1D7CBFD", - "span": { - "start": 43130, - "end": 43241 - }, - "index": 362 - }, - { - "id": "48D6F67E81", - "span": { - "start": 43242, - "end": 43343 - }, - "index": 363 - }, - { - "id": "5C455ABE88", - "span": { - "start": 43344, - "end": 43464 - }, - "index": 364 - }, - { - "id": "88C6F16368", - "span": { - "start": 43465, - "end": 43581 - }, - "index": 365 - }, - { - "id": "9E21C0A182", - "span": { - "start": 43582, - "end": 43698 - }, - "index": 366 - }, - { - "id": "74131FCA7E", - "span": { - "start": 43699, - "end": 43808 - }, - "index": 367 - }, - { - "id": "C6845A9396", - "span": { - "start": 43809, - "end": 43917 - }, - "index": 368 - }, - { - "id": "5A88C2D350", - "span": { - "start": 43918, - "end": 44033 - }, - "index": 369 - }, - { - "id": "783444641D", - "span": { - "start": 44034, - "end": 44147 - }, - "index": 370 - }, - { - "id": "F6BFA48863", - "span": { - "start": 44148, - "end": 44255 - }, - "index": 371 - }, - { - "id": "255410A529", - "span": { - "start": 44256, - "end": 44363 - }, - "index": 372 - }, - { - "id": "1D680AA3CB", - "span": { - "start": 44364, - "end": 44483 - }, - "index": 373 - }, - { - "id": "6555929579", - "span": { - "start": 44484, - "end": 44599 - }, - "index": 374 - }, - { - "id": "49FDF74AB4", - "span": { - "start": 44600, - "end": 44719 - }, - "index": 375 - }, - { - "id": "5BF7F95E7A", - "span": { - "start": 44720, - "end": 44836 - }, - "index": 376 - }, - { - "id": "7216E3E17E", - "span": { - "start": 44837, - "end": 44950 - }, - "index": 377 - }, - { - "id": "B1F03A1D66", - "span": { - "start": 44951, - "end": 45074 - }, - "index": 378 - }, - { - "id": "C5E547A819", - "span": { - "start": 45075, - "end": 45190 - }, - "index": 379 - }, - { - "id": "49D40AE6D9", - "span": { - "start": 45191, - "end": 45307 - }, - "index": 380 - }, - { - "id": "969F9C8F06", - "span": { - "start": 45308, - "end": 45428 - }, - "index": 381 - }, - { - "id": "745544BA5A", - "span": { - "start": 45429, - "end": 45545 - }, - "index": 382 - }, - { - "id": "16FA4C4EC6", - "span": { - "start": 45546, - "end": 45652 - }, - "index": 383 - }, - { - "id": "6D6939B922", - "span": { - "start": 45653, - "end": 45762 - }, - "index": 384 - }, - { - "id": "042E442245", - "span": { - "start": 45763, - "end": 45870 - }, - "index": 385 - }, - { - "id": "474779B8B4", - "span": { - "start": 45871, - "end": 46001 - }, - "index": 386 - }, - { - "id": "F03FE55B83", - "span": { - "start": 46002, - "end": 46119 - }, - "index": 387 - }, - { - "id": "F08E0A0924", - "span": { - "start": 46120, - "end": 46238 - }, - "index": 388 - }, - { - "id": "4652C4EC66", - "span": { - "start": 46239, - "end": 46355 - }, - "index": 389 - }, - { - "id": "DBD4F11B48", - "span": { - "start": 46356, - "end": 46481 - }, - "index": 390 - }, - { - "id": "41A9333D76", - "span": { - "start": 46482, - "end": 46594 - }, - "index": 391 - }, - { - "id": "605A65E6ED", - "span": { - "start": 46595, - "end": 46709 - }, - "index": 392 - }, - { - "id": "D44B8BB44C", - "span": { - "start": 46710, - "end": 46821 - }, - "index": 393 - }, - { - "id": "71E4C042A1", - "span": { - "start": 46822, - "end": 46939 - }, - "index": 394 - }, - { - "id": "3A7D93E24B", - "span": { - "start": 46940, - "end": 47047 - }, - "index": 395 - }, - { - "id": "09A8F8CFFB", - "span": { - "start": 47048, - "end": 47152 - }, - "index": 396 - }, - { - "id": "98186BC814", - "span": { - "start": 47153, - "end": 47261 - }, - "index": 397 - }, - { - "id": "00231478F6", - "span": { - "start": 47262, - "end": 47385 - }, - "index": 398 - }, - { - "id": "4E3B7939EA", - "span": { - "start": 47386, - "end": 47502 - }, - "index": 399 - }, - { - "id": "CBB2BC4436", - "span": { - "start": 47503, - "end": 47617 - }, - "index": 400 - }, - { - "id": "84683E01DD", - "span": { - "start": 47618, - "end": 47738 - }, - "index": 401 - }, - { - "id": "BD44EB58E0", - "span": { - "start": 47739, - "end": 47854 - }, - "index": 402 - }, - { - "id": "BBE8602900", - "span": { - "start": 47855, - "end": 47966 - }, - "index": 403 - }, - { - "id": "5C555650DC", - "span": { - "start": 47967, - "end": 48072 - }, - "index": 404 - }, - { - "id": "0B4556B3D6", - "span": { - "start": 48073, - "end": 48193 - }, - "index": 405 - }, - { - "id": "3628C0CF22", - "span": { - "start": 48194, - "end": 48302 - }, - "index": 406 - }, - { - "id": "5299852D2A", - "span": { - "start": 48303, - "end": 48420 - }, - "index": 407 - }, - { - "id": "483E53A58E", - "span": { - "start": 48421, - "end": 48537 - }, - "index": 408 - }, - { - "id": "B415BB8381", - "span": { - "start": 48538, - "end": 48652 - }, - "index": 409 - }, - { - "id": "A30CAFFCF5", - "span": { - "start": 48653, - "end": 48764 - }, - "index": 410 - }, - { - "id": "25AE8B305F", - "span": { - "start": 48765, - "end": 48878 - }, - "index": 411 - }, - { - "id": "1E1595421F", - "span": { - "start": 48879, - "end": 48995 - }, - "index": 412 - }, - { - "id": "AF1564A8F2", - "span": { - "start": 48996, - "end": 49106 - }, - "index": 413 - }, - { - "id": "123ACB7A81", - "span": { - "start": 49107, - "end": 49221 - }, - "index": 414 - }, - { - "id": "B4926790BC", - "span": { - "start": 49222, - "end": 49333 - }, - "index": 415 - }, - { - "id": "C226AAE24B", - "span": { - "start": 49334, - "end": 49447 - }, - "index": 416 - }, - { - "id": "75541E6445", - "span": { - "start": 49448, - "end": 49561 - }, - "index": 417 - }, - { - "id": "F3D3EE4E6F", - "span": { - "start": 49562, - "end": 49680 - }, - "index": 418 - }, - { - "id": "4F8AA2E0D2", - "span": { - "start": 49681, - "end": 49797 - }, - "index": 419 - }, - { - "id": "1441CC7ACC", - "span": { - "start": 49798, - "end": 49937 - }, - "index": 420 - }, - { - "id": "CC536FAF64", - "span": { - "start": 49938, - "end": 50077 - }, - "index": 421 - }, - { - "id": "35043F4EF2", - "span": { - "start": 50078, - "end": 50225 - }, - "index": 422 - }, - { - "id": "C9A8D9BA3E", - "span": { - "start": 50226, - "end": 50370 - }, - "index": 423 - }, - { - "id": "976225700A", - "span": { - "start": 50371, - "end": 50520 - }, - "index": 424 - }, - { - "id": "CC9E1E5051", - "span": { - "start": 50521, - "end": 50686 - }, - "index": 425 - }, - { - "id": "882F1627A1", - "span": { - "start": 50687, - "end": 50831 - }, - "index": 426 - }, - { - "id": "EAEECFAA40", - "span": { - "start": 50832, - "end": 50983 - }, - "index": 427 - }, - { - "id": "701A7EBEFF", - "span": { - "start": 50984, - "end": 51102 - }, - "index": 428 - }, - { - "id": "8D1B4DDB7D", - "span": { - "start": 51103, - "end": 51218 - }, - "index": 429 - }, - { - "id": "548818AAFA", - "span": { - "start": 51219, - "end": 51343 - }, - "index": 430 - }, - { - "id": "36AB308AB9", - "span": { - "start": 51344, - "end": 51456 - }, - "index": 431 - }, - { - "id": "753F8888FD", - "span": { - "start": 51457, - "end": 51570 - }, - "index": 432 - }, - { - "id": "F57DE69767", - "span": { - "start": 51571, - "end": 51689 - }, - "index": 433 - }, - { - "id": "B7AB8A52CE", - "span": { - "start": 51690, - "end": 51808 - }, - "index": 434 - }, - { - "id": "CBFBBC8BCB", - "span": { - "start": 51809, - "end": 51893 - }, - "index": 435 - }, - { - "id": "C0091AC96A", - "span": { - "start": 51899, - "end": 52028 - }, - "index": 436 - }, - { - "id": "F727A2C953", - "span": { - "start": 52029, - "end": 52136 - }, - "index": 437 - }, - { - "id": "7074648487", - "span": { - "start": 52137, - "end": 52256 - }, - "index": 438 - }, - { - "id": "B7D1BBB55F", - "span": { - "start": 52257, - "end": 52369 - }, - "index": 439 - }, - { - "id": "A99189DA14", - "span": { - "start": 52370, - "end": 52483 - }, - "index": 440 - }, - { - "id": "51258ED5D1", - "span": { - "start": 52484, - "end": 52597 - }, - "index": 441 - }, - { - "id": "9F4F05CD7F", - "span": { - "start": 52598, - "end": 52706 - }, - "index": 442 - }, - { - "id": "E7640BF8B0", - "span": { - "start": 52707, - "end": 52822 - }, - "index": 443 - }, - { - "id": "54A5C17840", - "span": { - "start": 52823, - "end": 52932 - }, - "index": 444 - }, - { - "id": "895B8D485F", - "span": { - "start": 52933, - "end": 53048 - }, - "index": 445 - }, - { - "id": "A4C525F64E", - "span": { - "start": 53049, - "end": 53170 - }, - "index": 446 - }, - { - "id": "55B4EFCFBF", - "span": { - "start": 53171, - "end": 53272 - }, - "index": 447 - }, - { - "id": "1EE698D68E", - "span": { - "start": 53273, - "end": 53391 - }, - "index": 448 - }, - { - "id": "3691001D03", - "span": { - "start": 53392, - "end": 53504 - }, - "index": 449 - }, - { - "id": "61AF481D91", - "span": { - "start": 53505, - "end": 53627 - }, - "index": 450 - }, - { - "id": "2B741EC5EC", - "span": { - "start": 53628, - "end": 53746 - }, - "index": 451 - }, - { - "id": "8090BDD73B", - "span": { - "start": 53747, - "end": 53862 - }, - "index": 452 - }, - { - "id": "F7169B4761", - "span": { - "start": 53863, - "end": 53984 - }, - "index": 453 - }, - { - "id": "80329ABE33", - "span": { - "start": 53985, - "end": 54099 - }, - "index": 454 - }, - { - "id": "1115B7C2D2", - "span": { - "start": 54100, - "end": 54208 - }, - "index": 455 - }, - { - "id": "833BB07639", - "span": { - "start": 54209, - "end": 54326 - }, - "index": 456 - }, - { - "id": "00B00A5093", - "span": { - "start": 54327, - "end": 54452 - }, - "index": 457 - }, - { - "id": "C345126926", - "span": { - "start": 54453, - "end": 54566 - }, - "index": 458 - }, - { - "id": "87FB0ABE4B", - "span": { - "start": 54567, - "end": 54672 - }, - "index": 459 - }, - { - "id": "8E9C2360A2", - "span": { - "start": 54673, - "end": 54785 - }, - "index": 460 - }, - { - "id": "41D9D2219C", - "span": { - "start": 54786, - "end": 54888 - }, - "index": 461 - }, - { - "id": "9B94FF4D4D", - "span": { - "start": 54889, - "end": 55006 - }, - "index": 462 - }, - { - "id": "EABD274CA7", - "span": { - "start": 55007, - "end": 55120 - }, - "index": 463 - }, - { - "id": "B1F7037F1F", - "span": { - "start": 55121, - "end": 55248 - }, - "index": 464 - }, - { - "id": "7C098443E8", - "span": { - "start": 55249, - "end": 55365 - }, - "index": 465 - }, - { - "id": "C6BA2EDBE5", - "span": { - "start": 55366, - "end": 55486 - }, - "index": 466 - }, - { - "id": "901985899F", - "span": { - "start": 55487, - "end": 55615 - }, - "index": 467 - }, - { - "id": "C511F2F246", - "span": { - "start": 55616, - "end": 55725 - }, - "index": 468 - }, - { - "id": "34DCA0AC90", - "span": { - "start": 55726, - "end": 55831 - }, - "index": 469 - }, - { - "id": "D0D0E5A000", - "span": { - "start": 55832, - "end": 55944 - }, - "index": 470 - }, - { - "id": "DF7FC749E4", - "span": { - "start": 55945, - "end": 56051 - }, - "index": 471 - }, - { - "id": "06529B5BAE", - "span": { - "start": 56052, - "end": 56168 - }, - "index": 472 - }, - { - "id": "E30CEF9343", - "span": { - "start": 56169, - "end": 56283 - }, - "index": 473 - }, - { - "id": "FD68A138AF", - "span": { - "start": 56284, - "end": 56393 - }, - "index": 474 - }, - { - "id": "34F0EA07FB", - "span": { - "start": 56394, - "end": 56506 - }, - "index": 475 - }, - { - "id": "2E18E1D726", - "span": { - "start": 56507, - "end": 56623 - }, - "index": 476 - }, - { - "id": "28032D0598", - "span": { - "start": 56624, - "end": 56744 - }, - "index": 477 - }, - { - "id": "9F3AF6F131", - "span": { - "start": 56745, - "end": 56863 - }, - "index": 478 - }, - { - "id": "2F4D533232", - "span": { - "start": 56864, - "end": 57054 - }, - "index": 479 - }, - { - "id": "0476B74006", - "span": { - "start": 57055, - "end": 57297 - }, - "index": 480 - }, - { - "id": "B015C7CABB", - "span": { - "start": 57298, - "end": 57409 - }, - "index": 481 - }, - { - "id": "0ACAA97C50", - "span": { - "start": 57410, - "end": 57520 - }, - "index": 482 - }, - { - "id": "EB4BEA5B1B", - "span": { - "start": 57521, - "end": 57647 - }, - "index": 483 - }, - { - "id": "F9F64221BF", - "span": { - "start": 57648, - "end": 57755 - }, - "index": 484 - }, - { - "id": "EB668FEA55", - "span": { - "start": 57756, - "end": 57871 - }, - "index": 485 - }, - { - "id": "328645CE8E", - "span": { - "start": 57872, - "end": 57980 - }, - "index": 486 - }, - { - "id": "B06470DC5A", - "span": { - "start": 57981, - "end": 58096 - }, - "index": 487 - }, - { - "id": "7F1F6F0780", - "span": { - "start": 58097, - "end": 58204 - }, - "index": 488 - }, - { - "id": "88DB54AAC2", - "span": { - "start": 58205, - "end": 58321 - }, - "index": 489 - }, - { - "id": "A04CD94CCE", - "span": { - "start": 58322, - "end": 58432 - }, - "index": 490 - }, - { - "id": "50C00A6687", - "span": { - "start": 58433, - "end": 58549 - }, - "index": 491 - }, - { - "id": "FE9A16BB1B", - "span": { - "start": 58550, - "end": 58697 - }, - "index": 492 - }, - { - "id": "98DFF3E394", - "span": { - "start": 58698, - "end": 58810 - }, - "index": 493 - }, - { - "id": "DD8D42CA1B", - "span": { - "start": 58811, - "end": 58989 - }, - "index": 494 - }, - { - "id": "7688F60E49", - "span": { - "start": 58990, - "end": 59109 - }, - "index": 495 - }, - { - "id": "3315965A43", - "span": { - "start": 59110, - "end": 59226 - }, - "index": 496 - }, - { - "id": "18B6545818", - "span": { - "start": 59227, - "end": 59393 - }, - "index": 497 - }, - { - "id": "2C2999CCCC", - "span": { - "start": 59394, - "end": 59504 - }, - "index": 498 - }, - { - "id": "6D984E89BB", - "span": { - "start": 59505, - "end": 59622 - }, - "index": 499 - }, - { - "id": "D57DA9F456", - "span": { - "start": 59623, - "end": 59742 - }, - "index": 500 - }, - { - "id": "9FCAF88BFD", - "span": { - "start": 59743, - "end": 59856 - }, - "index": 501 - }, - { - "id": "EFECDB0506", - "span": { - "start": 59857, - "end": 59967 - }, - "index": 502 - }, - { - "id": "ACB2CA2C1A", - "span": { - "start": 59968, - "end": 60089 - }, - "index": 503 - }, - { - "id": "8C8352B7BC", - "span": { - "start": 60090, - "end": 60211 - }, - "index": 504 - }, - { - "id": "2E95E3DFA0", - "span": { - "start": 60212, - "end": 60326 - }, - "index": 505 - }, - { - "id": "DDF2641DD1", - "span": { - "start": 60327, - "end": 60453 - }, - "index": 506 - }, - { - "id": "77E155D162", - "span": { - "start": 60454, - "end": 60566 - }, - "index": 507 - }, - { - "id": "B40BF09120", - "span": { - "start": 60567, - "end": 60675 - }, - "index": 508 - }, - { - "id": "34F4444A49", - "span": { - "start": 60676, - "end": 60786 - }, - "index": 509 - }, - { - "id": "CB2220EDE5", - "span": { - "start": 60787, - "end": 60891 - }, - "index": 510 - }, - { - "id": "C87F64A418", - "span": { - "start": 60892, - "end": 61010 - }, - "index": 511 - }, - { - "id": "CED2692C1F", - "span": { - "start": 61011, - "end": 61100 - }, - "index": 512 - }, - { - "id": "B9A4DD4D79", - "span": { - "start": 61106, - "end": 61225 - }, - "index": 513 - }, - { - "id": "4440359444", - "span": { - "start": 61226, - "end": 61341 - }, - "index": 514 - }, - { - "id": "454B2D81A2", - "span": { - "start": 61342, - "end": 61460 - }, - "index": 515 - }, - { - "id": "C4C0C8860C", - "span": { - "start": 61461, - "end": 61606 - }, - "index": 516 - }, - { - "id": "C7D45875D6", - "span": { - "start": 61607, - "end": 61716 - }, - "index": 517 - }, - { - "id": "6866178663", - "span": { - "start": 61717, - "end": 61837 - }, - "index": 518 - }, - { - "id": "249BCC0D44", - "span": { - "start": 61838, - "end": 61952 - }, - "index": 519 - }, - { - "id": "459E4174E6", - "span": { - "start": 61953, - "end": 62073 - }, - "index": 520 - }, - { - "id": "AAD0D86492", - "span": { - "start": 62074, - "end": 62190 - }, - "index": 521 - }, - { - "id": "404395B8E4", - "span": { - "start": 62191, - "end": 62310 - }, - "index": 522 - }, - { - "id": "CC8FE3E6FE", - "span": { - "start": 62311, - "end": 62422 - }, - "index": 523 - }, - { - "id": "B1A339A942", - "span": { - "start": 62423, - "end": 62534 - }, - "index": 524 - }, - { - "id": "68792692CE", - "span": { - "start": 62535, - "end": 62653 - }, - "index": 525 - }, - { - "id": "080A5E8444", - "span": { - "start": 62654, - "end": 62765 - }, - "index": 526 - }, - { - "id": "5D9D25D2D5", - "span": { - "start": 62766, - "end": 62874 - }, - "index": 527 - }, - { - "id": "E4EBB0DD5F", - "span": { - "start": 62875, - "end": 62988 - }, - "index": 528 - }, - { - "id": "BCC3B95D8A", - "span": { - "start": 62989, - "end": 63103 - }, - "index": 529 - }, - { - "id": "9224156F71", - "span": { - "start": 63104, - "end": 63223 - }, - "index": 530 - }, - { - "id": "F8D450C79F", - "span": { - "start": 63224, - "end": 63337 - }, - "index": 531 - }, - { - "id": "6F9CF694C0", - "span": { - "start": 63338, - "end": 63457 - }, - "index": 532 - }, - { - "id": "BC5B30ABCC", - "span": { - "start": 63458, - "end": 63566 - }, - "index": 533 - }, - { - "id": "6ECD7E491D", - "span": { - "start": 63567, - "end": 63677 - }, - "index": 534 - }, - { - "id": "84734793F4", - "span": { - "start": 63678, - "end": 63793 - }, - "index": 535 - }, - { - "id": "C772D363B6", - "span": { - "start": 63794, - "end": 63911 - }, - "index": 536 - }, - { - "id": "C6A923AC5C", - "span": { - "start": 63912, - "end": 64029 - }, - "index": 537 - }, - { - "id": "02ADAB1117", - "span": { - "start": 64030, - "end": 64140 - }, - "index": 538 - }, - { - "id": "B838A144C3", - "span": { - "start": 64141, - "end": 64259 - }, - "index": 539 - }, - { - "id": "0CABB94C4F", - "span": { - "start": 64260, - "end": 64377 - }, - "index": 540 - }, - { - "id": "D3A2B63DEC", - "span": { - "start": 64378, - "end": 64493 - }, - "index": 541 - }, - { - "id": "CB6247CF00", - "span": { - "start": 64494, - "end": 64608 - }, - "index": 542 - }, - { - "id": "91075DF5F1", - "span": { - "start": 64609, - "end": 64724 - }, - "index": 543 - }, - { - "id": "3A37119730", - "span": { - "start": 64725, - "end": 64846 - }, - "index": 544 - }, - { - "id": "6B7B1220B3", - "span": { - "start": 64847, - "end": 64966 - }, - "index": 545 - }, - { - "id": "55480ED4E3", - "span": { - "start": 64967, - "end": 65080 - }, - "index": 546 - }, - { - "id": "3D356DFC54", - "span": { - "start": 65081, - "end": 65196 - }, - "index": 547 - }, - { - "id": "388005A021", - "span": { - "start": 65197, - "end": 65315 - }, - "index": 548 - }, - { - "id": "AEF26F49E3", - "span": { - "start": 65316, - "end": 65432 - }, - "index": 549 - }, - { - "id": "1BB44A6E7E", - "span": { - "start": 65433, - "end": 65546 - }, - "index": 550 - }, - { - "id": "F1C118EE39", - "span": { - "start": 65547, - "end": 65671 - }, - "index": 551 - }, - { - "id": "C602E4F711", - "span": { - "start": 65672, - "end": 65783 - }, - "index": 552 - }, - { - "id": "F492FA1069", - "span": { - "start": 65784, - "end": 65897 - }, - "index": 553 - }, - { - "id": "4CCB669229", - "span": { - "start": 65898, - "end": 66008 - }, - "index": 554 - }, - { - "id": "1B69242A45", - "span": { - "start": 66009, - "end": 66124 - }, - "index": 555 - }, - { - "id": "75F696776A", - "span": { - "start": 66125, - "end": 66244 - }, - "index": 556 - }, - { - "id": "0EFCB609F3", - "span": { - "start": 66245, - "end": 66359 - }, - "index": 557 - }, - { - "id": "503355A8B0", - "span": { - "start": 66360, - "end": 66465 - }, - "index": 558 - }, - { - "id": "794CA5A334", - "span": { - "start": 66466, - "end": 66584 - }, - "index": 559 - }, - { - "id": "76B7C85711", - "span": { - "start": 66585, - "end": 66691 - }, - "index": 560 - }, - { - "id": "F4A6E63943", - "span": { - "start": 66692, - "end": 66796 - }, - "index": 561 - }, - { - "id": "E82663D7E1", - "span": { - "start": 66797, - "end": 66899 - }, - "index": 562 - }, - { - "id": "9AB4A83A80", - "span": { - "start": 66900, - "end": 67004 - }, - "index": 563 - }, - { - "id": "CA24B4EDA5", - "span": { - "start": 67005, - "end": 67117 - }, - "index": 564 - }, - { - "id": "BDCBD2CCAC", - "span": { - "start": 67118, - "end": 67234 - }, - "index": 565 - }, - { - "id": "3B333D54B9", - "span": { - "start": 67235, - "end": 67341 - }, - "index": 566 - }, - { - "id": "CD27C85C37", - "span": { - "start": 67342, - "end": 67451 - }, - "index": 567 - }, - { - "id": "CE117D4AED", - "span": { - "start": 67452, - "end": 67565 - }, - "index": 568 - }, - { - "id": "A9A689A7B3", - "span": { - "start": 67566, - "end": 67681 - }, - "index": 569 - }, - { - "id": "143BE8C09B", - "span": { - "start": 67682, - "end": 67787 - }, - "index": 570 - }, - { - "id": "437F4AD630", - "span": { - "start": 67788, - "end": 67902 - }, - "index": 571 - }, - { - "id": "B2E9E5AE1E", - "span": { - "start": 67903, - "end": 68022 - }, - "index": 572 - }, - { - "id": "5A4F74BBB9", - "span": { - "start": 68023, - "end": 68131 - }, - "index": 573 - }, - { - "id": "4BA8918281", - "span": { - "start": 68132, - "end": 68246 - }, - "index": 574 - }, - { - "id": "D88291A965", - "span": { - "start": 68247, - "end": 68358 - }, - "index": 575 - }, - { - "id": "7674712A69", - "span": { - "start": 68359, - "end": 68471 - }, - "index": 576 - }, - { - "id": "149B408F75", - "span": { - "start": 68472, - "end": 68581 - }, - "index": 577 - }, - { - "id": "B2579E8922", - "span": { - "start": 68582, - "end": 68689 - }, - "index": 578 - }, - { - "id": "FC66C48658", - "span": { - "start": 68690, - "end": 68798 - }, - "index": 579 - }, - { - "id": "897205E7D9", - "span": { - "start": 68799, - "end": 68914 - }, - "index": 580 - }, - { - "id": "45BFEC2BBF", - "span": { - "start": 68915, - "end": 69033 - }, - "index": 581 - }, - { - "id": "4CB061446C", - "span": { - "start": 69034, - "end": 69150 - }, - "index": 582 - }, - { - "id": "538C666336", - "span": { - "start": 69151, - "end": 69265 - }, - "index": 583 - }, - { - "id": "476E700967", - "span": { - "start": 69266, - "end": 69372 - }, - "index": 584 - }, - { - "id": "2141465146", - "span": { - "start": 69373, - "end": 69484 - }, - "index": 585 - }, - { - "id": "A6F6B151B8", - "span": { - "start": 69485, - "end": 69611 - }, - "index": 586 - }, - { - "id": "ABEA8F31F3", - "span": { - "start": 69612, - "end": 69724 - }, - "index": 587 - }, - { - "id": "A253CC59F5", - "span": { - "start": 69725, - "end": 69840 - }, - "index": 588 - }, - { - "id": "B9E04355B6", - "span": { - "start": 69841, - "end": 69961 - }, - "index": 589 - }, - { - "id": "B314008257", - "span": { - "start": 69962, - "end": 70076 - }, - "index": 590 - }, - { - "id": "44146967F1", - "span": { - "start": 70077, - "end": 70228 - }, - "index": 591 - }, - { - "id": "B699A14549", - "span": { - "start": 70229, - "end": 70346 - }, - "index": 592 - }, - { - "id": "4A66CC40CC", - "span": { - "start": 70347, - "end": 70475 - }, - "index": 593 - }, - { - "id": "7326D4AF44", - "span": { - "start": 70476, - "end": 70595 - }, - "index": 594 - }, - { - "id": "E563466DF6", - "span": { - "start": 70596, - "end": 70713 - }, - "index": 595 - }, - { - "id": "1EA23C54F7", - "span": { - "start": 70714, - "end": 70830 - }, - "index": 596 - }, - { - "id": "114E894666", - "span": { - "start": 70831, - "end": 70943 - }, - "index": 597 - }, - { - "id": "7C627A07FC", - "span": { - "start": 70944, - "end": 71088 - }, - "index": 598 - }, - { - "id": "F6F8EEFD88", - "span": { - "start": 71089, - "end": 71214 - }, - "index": 599 - }, - { - "id": "0EA4490510", - "span": { - "start": 71215, - "end": 71328 - }, - "index": 600 - }, - { - "id": "E4B1AD1A6A", - "span": { - "start": 71329, - "end": 71440 - }, - "index": 601 - }, - { - "id": "9019159475", - "span": { - "start": 71441, - "end": 71552 - }, - "index": 602 - }, - { - "id": "6FD45254D1", - "span": { - "start": 71553, - "end": 71694 - }, - "index": 603 - }, - { - "id": "110FD64A8B", - "span": { - "start": 71695, - "end": 71809 - }, - "index": 604 - }, - { - "id": "B761B40E12", - "span": { - "start": 71810, - "end": 71926 - }, - "index": 605 - }, - { - "id": "5A585C0C04", - "span": { - "start": 71927, - "end": 72051 - }, - "index": 606 - }, - { - "id": "83C43C94CB", - "span": { - "start": 72052, - "end": 72159 - }, - "index": 607 - }, - { - "id": "A99AAB9728", - "span": { - "start": 72160, - "end": 72271 - }, - "index": 608 - }, - { - "id": "EAFE3B827B", - "span": { - "start": 72272, - "end": 72387 - }, - "index": 609 - }, - { - "id": "43F28C190B", - "span": { - "start": 72388, - "end": 72498 - }, - "index": 610 - }, - { - "id": "A3885B8B2C", - "span": { - "start": 72499, - "end": 72614 - }, - "index": 611 - }, - { - "id": "CACD95C972", - "span": { - "start": 72615, - "end": 72723 - }, - "index": 612 - }, - { - "id": "89CB08FF08", - "span": { - "start": 72724, - "end": 72840 - }, - "index": 613 - }, - { - "id": "F76E398177", - "span": { - "start": 72841, - "end": 72954 - }, - "index": 614 - }, - { - "id": "CACDDE659D", - "span": { - "start": 72955, - "end": 73076 - }, - "index": 615 - }, - { - "id": "D22E4D035E", - "span": { - "start": 73077, - "end": 73200 - }, - "index": 616 - }, - { - "id": "F0673CAF90", - "span": { - "start": 73201, - "end": 73319 - }, - "index": 617 - }, - { - "id": "B71967FF10", - "span": { - "start": 73320, - "end": 73440 - }, - "index": 618 - }, - { - "id": "F8F7E50406", - "span": { - "start": 73441, - "end": 73555 - }, - "index": 619 - }, - { - "id": "4FD49F4AD9", - "span": { - "start": 73556, - "end": 73663 - }, - "index": 620 - }, - { - "id": "2F3D5E0E54", - "span": { - "start": 73664, - "end": 73780 - }, - "index": 621 - }, - { - "id": "8EA4F500D8", - "span": { - "start": 73781, - "end": 73895 - }, - "index": 622 - }, - { - "id": "844371A06A", - "span": { - "start": 73896, - "end": 74000 - }, - "index": 623 - }, - { - "id": "199A47119D", - "span": { - "start": 74001, - "end": 74113 - }, - "index": 624 - }, - { - "id": "F88DF446F8", - "span": { - "start": 74114, - "end": 74229 - }, - "index": 625 - }, - { - "id": "203A8CC1BA", - "span": { - "start": 74230, - "end": 74340 - }, - "index": 626 - }, - { - "id": "DE44101207", - "span": { - "start": 74341, - "end": 74454 - }, - "index": 627 - }, - { - "id": "E97E5AAE7E", - "span": { - "start": 74455, - "end": 74566 - }, - "index": 628 - }, - { - "id": "D041BD92D1", - "span": { - "start": 74567, - "end": 74683 - }, - "index": 629 - }, - { - "id": "F37FFF49FF", - "span": { - "start": 74684, - "end": 74806 - }, - "index": 630 - }, - { - "id": "EFD3EE6449", - "span": { - "start": 74807, - "end": 74922 - }, - "index": 631 - }, - { - "id": "63E44ED9D6", - "span": { - "start": 74923, - "end": 75033 - }, - "index": 632 - }, - { - "id": "116525989B", - "span": { - "start": 75034, - "end": 75148 - }, - "index": 633 - }, - { - "id": "C3AB997BF4", - "span": { - "start": 75149, - "end": 75264 - }, - "index": 634 - }, - { - "id": "883310D37E", - "span": { - "start": 75265, - "end": 75388 - }, - "index": 635 - }, - { - "id": "63EBBC0FD3", - "span": { - "start": 75389, - "end": 75504 - }, - "index": 636 - }, - { - "id": "4C48CC788C", - "span": { - "start": 75505, - "end": 75616 - }, - "index": 637 - }, - { - "id": "6B33633CC6", - "span": { - "start": 75617, - "end": 75734 - }, - "index": 638 - }, - { - "id": "3F7A39CAAA", - "span": { - "start": 75735, - "end": 75851 - }, - "index": 639 - }, - { - "id": "9CC433B14B", - "span": { - "start": 75852, - "end": 75970 - }, - "index": 640 - }, - { - "id": "B4B1196B82", - "span": { - "start": 75971, - "end": 76092 - }, - "index": 641 - }, - { - "id": "B440DFB14D", - "span": { - "start": 76093, - "end": 76204 - }, - "index": 642 - }, - { - "id": "1F98141810", - "span": { - "start": 76205, - "end": 76314 - }, - "index": 643 - }, - { - "id": "51D07A6E64", - "span": { - "start": 76315, - "end": 76432 - }, - "index": 644 - }, - { - "id": "6A4162C944", - "span": { - "start": 76433, - "end": 76562 - }, - "index": 645 - }, - { - "id": "E4E24E220D", - "span": { - "start": 76563, - "end": 76704 - }, - "index": 646 - }, - { - "id": "7FDD380B1F", - "span": { - "start": 76705, - "end": 76812 - }, - "index": 647 - }, - { - "id": "C73AA27149", - "span": { - "start": 76813, - "end": 76931 - }, - "index": 648 - }, - { - "id": "C3D6B4C9E3", - "span": { - "start": 76932, - "end": 77048 - }, - "index": 649 - }, - { - "id": "C8C6D09C97", - "span": { - "start": 77049, - "end": 77156 - }, - "index": 650 - }, - { - "id": "E15ACB3581", - "span": { - "start": 77157, - "end": 77264 - }, - "index": 651 - }, - { - "id": "4BC35D7525", - "span": { - "start": 77265, - "end": 77383 - }, - "index": 652 - }, - { - "id": "B5C5F85358", - "span": { - "start": 77384, - "end": 77503 - }, - "index": 653 - }, - { - "id": "771C8BAF77", - "span": { - "start": 77504, - "end": 77613 - }, - "index": 654 - }, - { - "id": "524A25B48B", - "span": { - "start": 77614, - "end": 77722 - }, - "index": 655 - }, - { - "id": "83747F698F", - "span": { - "start": 77723, - "end": 77844 - }, - "index": 656 - }, - { - "id": "70B16055DB", - "span": { - "start": 77845, - "end": 77955 - }, - "index": 657 - }, - { - "id": "D0A32AABA0", - "span": { - "start": 77956, - "end": 78065 - }, - "index": 658 - }, - { - "id": "238093439F", - "span": { - "start": 78066, - "end": 78182 - }, - "index": 659 - }, - { - "id": "619C62D2AA", - "span": { - "start": 78183, - "end": 78292 - }, - "index": 660 - }, - { - "id": "BA74648778", - "span": { - "start": 78293, - "end": 78414 - }, - "index": 661 - }, - { - "id": "C36F4F08DF", - "span": { - "start": 78415, - "end": 78519 - }, - "index": 662 - }, - { - "id": "84393D59D3", - "span": { - "start": 78520, - "end": 78634 - }, - "index": 663 - }, - { - "id": "F86116F9C6", - "span": { - "start": 78635, - "end": 78749 - }, - "index": 664 - }, - { - "id": "A4E8F5F2F0", - "span": { - "start": 78750, - "end": 78857 - }, - "index": 665 - }, - { - "id": "D70FF6B603", - "span": { - "start": 78858, - "end": 78971 - }, - "index": 666 - }, - { - "id": "98AC3EE00D", - "span": { - "start": 78972, - "end": 79097 - }, - "index": 667 - }, - { - "id": "DBBB6F665A", - "span": { - "start": 79098, - "end": 79209 - }, - "index": 668 - }, - { - "id": "E189B9FF19", - "span": { - "start": 79210, - "end": 79327 - }, - "index": 669 - }, - { - "id": "DCFDCEC580", - "span": { - "start": 79328, - "end": 79437 - }, - "index": 670 - }, - { - "id": "7A92DA7656", - "span": { - "start": 79438, - "end": 79548 - }, - "index": 671 - }, - { - "id": "B2D7D28230", - "span": { - "start": 79549, - "end": 79663 - }, - "index": 672 - }, - { - "id": "A2F099B229", - "span": { - "start": 79664, - "end": 79781 - }, - "index": 673 - }, - { - "id": "AB3A5232A2", - "span": { - "start": 79782, - "end": 79894 - }, - "index": 674 - }, - { - "id": "AE8D8DEECA", - "span": { - "start": 79895, - "end": 80008 - }, - "index": 675 - }, - { - "id": "55B524C584", - "span": { - "start": 80009, - "end": 80123 - }, - "index": 676 - }, - { - "id": "4F71101F42", - "span": { - "start": 80124, - "end": 80242 - }, - "index": 677 - }, - { - "id": "0D221DFDBD", - "span": { - "start": 80243, - "end": 80357 - }, - "index": 678 - }, - { - "id": "7AAFC3D7F6", - "span": { - "start": 80358, - "end": 80463 - }, - "index": 679 - }, - { - "id": "9A684D6996", - "span": { - "start": 80464, - "end": 80576 - }, - "index": 680 - }, - { - "id": "E0E13BE4BB", - "span": { - "start": 80577, - "end": 80695 - }, - "index": 681 - }, - { - "id": "D35F7304A9", - "span": { - "start": 80696, - "end": 80803 - }, - "index": 682 - }, - { - "id": "BFFDB46F4D", - "span": { - "start": 80804, - "end": 80914 - }, - "index": 683 - }, - { - "id": "3897FA3844", - "span": { - "start": 80915, - "end": 81029 - }, - "index": 684 - }, - { - "id": "A368F83988", - "span": { - "start": 81030, - "end": 81139 - }, - "index": 685 - }, - { - "id": "95D8E2F62F", - "span": { - "start": 81140, - "end": 81252 - }, - "index": 686 - }, - { - "id": "14DAD5A4E6", - "span": { - "start": 81253, - "end": 81361 - }, - "index": 687 - }, - { - "id": "F30BC1114C", - "span": { - "start": 81362, - "end": 81475 - }, - "index": 688 - }, - { - "id": "7557854477", - "span": { - "start": 81476, - "end": 81588 - }, - "index": 689 - }, - { - "id": "A230879897", - "span": { - "start": 81589, - "end": 81703 - }, - "index": 690 - }, - { - "id": "E9999A88F7", - "span": { - "start": 81704, - "end": 81817 - }, - "index": 691 - }, - { - "id": "EAED8592B8", - "span": { - "start": 81818, - "end": 81929 - }, - "index": 692 - }, - { - "id": "D33939D03C", - "span": { - "start": 81930, - "end": 82045 - }, - "index": 693 - }, - { - "id": "9752480CF7", - "span": { - "start": 82046, - "end": 82153 - }, - "index": 694 - }, - { - "id": "452BCC45C4", - "span": { - "start": 82154, - "end": 82262 - }, - "index": 695 - }, - { - "id": "3B44CEF80E", - "span": { - "start": 82263, - "end": 82373 - }, - "index": 696 - }, - { - "id": "A144E9CED9", - "span": { - "start": 82374, - "end": 82492 - }, - "index": 697 - }, - { - "id": "FF742B8507", - "span": { - "start": 82493, - "end": 82612 - }, - "index": 698 - }, - { - "id": "F3888CC5C5", - "span": { - "start": 82613, - "end": 82724 - }, - "index": 699 - }, - { - "id": "8FA653793E", - "span": { - "start": 82725, - "end": 82812 - }, - "index": 700 - }, - { - "id": "045587E28E", - "span": { - "start": 82818, - "end": 82928 - }, - "index": 701 - }, - { - "id": "631FBC6D92", - "span": { - "start": 82929, - "end": 83047 - }, - "index": 702 - }, - { - "id": "1694FFEF97", - "span": { - "start": 83048, - "end": 83166 - }, - "index": 703 - }, - { - "id": "B9CEE4D987", - "span": { - "start": 83167, - "end": 83283 - }, - "index": 704 - }, - { - "id": "CDE4151C41", - "span": { - "start": 83284, - "end": 83409 - }, - "index": 705 - }, - { - "id": "D5B5B806BB", - "span": { - "start": 83410, - "end": 83526 - }, - "index": 706 - }, - { - "id": "D32C33C424", - "span": { - "start": 83527, - "end": 83641 - }, - "index": 707 - }, - { - "id": "BA57442EEF", - "span": { - "start": 83642, - "end": 83770 - }, - "index": 708 - }, - { - "id": "33F24F82C2", - "span": { - "start": 83771, - "end": 83884 - }, - "index": 709 - }, - { - "id": "330334B779", - "span": { - "start": 83885, - "end": 84010 - }, - "index": 710 - }, - { - "id": "5353F34370", - "span": { - "start": 84011, - "end": 84130 - }, - "index": 711 - }, - { - "id": "E8448EE8BE", - "span": { - "start": 84131, - "end": 84303 - }, - "index": 712 - }, - { - "id": "1B15169994", - "span": { - "start": 84304, - "end": 84416 - }, - "index": 713 - }, - { - "id": "B388B48988", - "span": { - "start": 84417, - "end": 84538 - }, - "index": 714 - }, - { - "id": "61FC485E19", - "span": { - "start": 84539, - "end": 84653 - }, - "index": 715 - }, - { - "id": "B01B330A6E", - "span": { - "start": 84654, - "end": 84761 - }, - "index": 716 - }, - { - "id": "391A2F1E54", - "span": { - "start": 84762, - "end": 84883 - }, - "index": 717 - }, - { - "id": "4346B46FD7", - "span": { - "start": 84884, - "end": 84995 - }, - "index": 718 - }, - { - "id": "8513739349", - "span": { - "start": 84996, - "end": 85107 - }, - "index": 719 - }, - { - "id": "150A04EA5D", - "span": { - "start": 85108, - "end": 85164 - }, - "index": 720 - }, - { - "id": "4EA547A95A", - "span": { - "start": 85165, - "end": 85165 - }, - "index": 721 - }, - { - "id": "A0FB322D01", - "span": { - "start": 85166, - "end": 85277 - }, - "index": 722 - }, - { - "id": "C33B04E76E", - "span": { - "start": 85278, - "end": 85387 - }, - "index": 723 - }, - { - "id": "FB63D29A0C", - "span": { - "start": 85388, - "end": 85501 - }, - "index": 724 - }, - { - "id": "A818361DA7", - "span": { - "start": 85502, - "end": 85620 - }, - "index": 725 - }, - { - "id": "5DFF144745", - "span": { - "start": 85621, - "end": 85737 - }, - "index": 726 - }, - { - "id": "7FAFB46E7E", - "span": { - "start": 85738, - "end": 85848 - }, - "index": 727 - }, - { - "id": "672E2227F8", - "span": { - "start": 85849, - "end": 85965 - }, - "index": 728 - }, - { - "id": "8C794B0139", - "span": { - "start": 85966, - "end": 86086 - }, - "index": 729 - }, - { - "id": "05381B0045", - "span": { - "start": 86087, - "end": 86195 - }, - "index": 730 - }, - { - "id": "444745E0F4", - "span": { - "start": 86196, - "end": 86314 - }, - "index": 731 - }, - { - "id": "76E0BC4744", - "span": { - "start": 86315, - "end": 86418 - }, - "index": 732 - }, - { - "id": "E10FE4D4F3", - "span": { - "start": 86419, - "end": 86539 - }, - "index": 733 - }, - { - "id": "15E1C7681B", - "span": { - "start": 86540, - "end": 86652 - }, - "index": 734 - }, - { - "id": "640D042106", - "span": { - "start": 86653, - "end": 86756 - }, - "index": 735 - }, - { - "id": "F52A4C4583", - "span": { - "start": 86757, - "end": 86876 - }, - "index": 736 - }, - { - "id": "C68E3DD8EC", - "span": { - "start": 86877, - "end": 86993 - }, - "index": 737 - }, - { - "id": "4628996665", - "span": { - "start": 86994, - "end": 87120 - }, - "index": 738 - }, - { - "id": "A5B478D406", - "span": { - "start": 87121, - "end": 87237 - }, - "index": 739 - }, - { - "id": "E928B21EDB", - "span": { - "start": 87238, - "end": 87356 - }, - "index": 740 - }, - { - "id": "04BF6151B6", - "span": { - "start": 87357, - "end": 87475 - }, - "index": 741 - }, - { - "id": "716120D668", - "span": { - "start": 87476, - "end": 87585 - }, - "index": 742 - }, - { - "id": "559C115576", - "span": { - "start": 87586, - "end": 87706 - }, - "index": 743 - }, - { - "id": "895594F04E", - "span": { - "start": 87707, - "end": 87822 - }, - "index": 744 - }, - { - "id": "98849DC7B7", - "span": { - "start": 87823, - "end": 87941 - }, - "index": 745 - }, - { - "id": "D81A8B898A", - "span": { - "start": 87942, - "end": 88052 - }, - "index": 746 - }, - { - "id": "95E38E82C5", - "span": { - "start": 88053, - "end": 88166 - }, - "index": 747 - }, - { - "id": "641B7EB534", - "span": { - "start": 88167, - "end": 88279 - }, - "index": 748 - }, - { - "id": "324D44DDD5", - "span": { - "start": 88280, - "end": 88403 - }, - "index": 749 - }, - { - "id": "9738DDBD89", - "span": { - "start": 88404, - "end": 88517 - }, - "index": 750 - }, - { - "id": "820DDDBF78", - "span": { - "start": 88518, - "end": 88635 - }, - "index": 751 - }, - { - "id": "281BFC41BB", - "span": { - "start": 88636, - "end": 88751 - }, - "index": 752 - }, - { - "id": "A55855EBBA", - "span": { - "start": 88752, - "end": 88871 - }, - "index": 753 - }, - { - "id": "A3CACABB63", - "span": { - "start": 88872, - "end": 88978 - }, - "index": 754 - }, - { - "id": "2343141D1D", - "span": { - "start": 88979, - "end": 89098 - }, - "index": 755 - }, - { - "id": "A1A4B04A4F", - "span": { - "start": 89099, - "end": 89218 - }, - "index": 756 - }, - { - "id": "EF81CE64B9", - "span": { - "start": 89219, - "end": 89331 - }, - "index": 757 - }, - { - "id": "74E7647122", - "span": { - "start": 89332, - "end": 89436 - }, - "index": 758 - }, - { - "id": "8DF6CF6EB8", - "span": { - "start": 89437, - "end": 89546 - }, - "index": 759 - }, - { - "id": "EBAF2A8FF3", - "span": { - "start": 89547, - "end": 89654 - }, - "index": 760 - }, - { - "id": "CF66CAC1FF", - "span": { - "start": 89655, - "end": 89763 - }, - "index": 761 - }, - { - "id": "2610818863", - "span": { - "start": 89764, - "end": 89870 - }, - "index": 762 - }, - { - "id": "99DDDDDD0A", - "span": { - "start": 89871, - "end": 89978 - }, - "index": 763 - }, - { - "id": "2803DE412A", - "span": { - "start": 89979, - "end": 90093 - }, - "index": 764 - }, - { - "id": "A5E7A67713", - "span": { - "start": 90094, - "end": 90205 - }, - "index": 765 - }, - { - "id": "CEC8236F6C", - "span": { - "start": 90206, - "end": 90317 - }, - "index": 766 - }, - { - "id": "23A8C449A2", - "span": { - "start": 90318, - "end": 90428 - }, - "index": 767 - }, - { - "id": "F3E007E3A6", - "span": { - "start": 90429, - "end": 90548 - }, - "index": 768 - }, - { - "id": "B8A76CCFC4", - "span": { - "start": 90549, - "end": 90666 - }, - "index": 769 - }, - { - "id": "FE1E22720C", - "span": { - "start": 90667, - "end": 90775 - }, - "index": 770 - }, - { - "id": "E4446F6E56", - "span": { - "start": 90776, - "end": 90880 - }, - "index": 771 - }, - { - "id": "81DA662222", - "span": { - "start": 90881, - "end": 90987 - }, - "index": 772 - }, - { - "id": "83475F9298", - "span": { - "start": 90988, - "end": 91107 - }, - "index": 773 - }, - { - "id": "74189C9F69", - "span": { - "start": 91108, - "end": 91218 - }, - "index": 774 - }, - { - "id": "093003FE3B", - "span": { - "start": 91219, - "end": 91322 - }, - "index": 775 - }, - { - "id": "AC5C444297", - "span": { - "start": 91323, - "end": 91434 - }, - "index": 776 - }, - { - "id": "4C88D22992", - "span": { - "start": 91435, - "end": 91556 - }, - "index": 777 - }, - { - "id": "491C009A2B", - "span": { - "start": 91557, - "end": 91676 - }, - "index": 778 - }, - { - "id": "D7186D6282", - "span": { - "start": 91677, - "end": 91788 - }, - "index": 779 - }, - { - "id": "A5704E3CE4", - "span": { - "start": 91789, - "end": 91930 - }, - "index": 780 - }, - { - "id": "B1572EAF72", - "span": { - "start": 91931, - "end": 92035 - }, - "index": 781 - }, - { - "id": "9477E4CBB6", - "span": { - "start": 92036, - "end": 92146 - }, - "index": 782 - }, - { - "id": "E77DF74F22", - "span": { - "start": 92147, - "end": 92251 - }, - "index": 783 - }, - { - "id": "1CCA58DFFA", - "span": { - "start": 92252, - "end": 92369 - }, - "index": 784 - }, - { - "id": "60171E7016", - "span": { - "start": 92370, - "end": 92488 - }, - "index": 785 - }, - { - "id": "09D1454421", - "span": { - "start": 92489, - "end": 92608 - }, - "index": 786 - }, - { - "id": "BF5372FD89", - "span": { - "start": 92609, - "end": 92728 - }, - "index": 787 - }, - { - "id": "05D44BDD08", - "span": { - "start": 92729, - "end": 92839 - }, - "index": 788 - }, - { - "id": "43BD73D496", - "span": { - "start": 92840, - "end": 92950 - }, - "index": 789 - }, - { - "id": "82D28DB816", - "span": { - "start": 92951, - "end": 93061 - }, - "index": 790 - }, - { - "id": "366D94D481", - "span": { - "start": 93062, - "end": 93167 - }, - "index": 791 - }, - { - "id": "478B4B41BD", - "span": { - "start": 93168, - "end": 93283 - }, - "index": 792 - }, - { - "id": "E5305420BC", - "span": { - "start": 93284, - "end": 93401 - }, - "index": 793 - }, - { - "id": "04A74B58BB", - "span": { - "start": 93402, - "end": 93508 - }, - "index": 794 - }, - { - "id": "DBADC236DC", - "span": { - "start": 93509, - "end": 93619 - }, - "index": 795 - }, - { - "id": "C86386AAE1", - "span": { - "start": 93620, - "end": 93722 - }, - "index": 796 - }, - { - "id": "DF95445AFE", - "span": { - "start": 93723, - "end": 93833 - }, - "index": 797 - }, - { - "id": "24E721BA14", - "span": { - "start": 93834, - "end": 93942 - }, - "index": 798 - }, - { - "id": "91BB3CCFAA", - "span": { - "start": 93943, - "end": 94055 - }, - "index": 799 - }, - { - "id": "92720FD4D4", - "span": { - "start": 94056, - "end": 94173 - }, - "index": 800 - }, - { - "id": "A0AAF4B174", - "span": { - "start": 94174, - "end": 94290 - }, - "index": 801 - }, - { - "id": "1C47FC2B4B", - "span": { - "start": 94291, - "end": 94399 - }, - "index": 802 - }, - { - "id": "042A20A741", - "span": { - "start": 94400, - "end": 94513 - }, - "index": 803 - }, - { - "id": "8D8D80B865", - "span": { - "start": 94514, - "end": 94631 - }, - "index": 804 - }, - { - "id": "6A5B6DBDD3", - "span": { - "start": 94632, - "end": 94738 - }, - "index": 805 - }, - { - "id": "8745582747", - "span": { - "start": 94739, - "end": 94852 - }, - "index": 806 - }, - { - "id": "06E48B1039", - "span": { - "start": 94853, - "end": 94958 - }, - "index": 807 - }, - { - "id": "FFEF9CF5F2", - "span": { - "start": 94959, - "end": 95070 - }, - "index": 808 - }, - { - "id": "944EFEE9C4", - "span": { - "start": 95071, - "end": 95181 - }, - "index": 809 - }, - { - "id": "1A8F8688C5", - "span": { - "start": 95182, - "end": 95296 - }, - "index": 810 - }, - { - "id": "DF0B31253F", - "span": { - "start": 95297, - "end": 95412 - }, - "index": 811 - }, - { - "id": "CB862B8248", - "span": { - "start": 95413, - "end": 95524 - }, - "index": 812 - }, - { - "id": "2AE76B78E4", - "span": { - "start": 95525, - "end": 95635 - }, - "index": 813 - }, - { - "id": "618878278F", - "span": { - "start": 95636, - "end": 95736 - }, - "index": 814 - }, - { - "id": "AEBE0F1B92", - "span": { - "start": 95737, - "end": 95851 - }, - "index": 815 - }, - { - "id": "820A024A40", - "span": { - "start": 95852, - "end": 95964 - }, - "index": 816 - }, - { - "id": "78AC70743C", - "span": { - "start": 95965, - "end": 96088 - }, - "index": 817 - }, - { - "id": "B8BA6DD5ED", - "span": { - "start": 96089, - "end": 96210 - }, - "index": 818 - }, - { - "id": "37BE9DEF98", - "span": { - "start": 96211, - "end": 96325 - }, - "index": 819 - }, - { - "id": "72A6B2D044", - "span": { - "start": 96326, - "end": 96435 - }, - "index": 820 - }, - { - "id": "D82AAAAAE4", - "span": { - "start": 96436, - "end": 96554 - }, - "index": 821 - }, - { - "id": "49E94B352A", - "span": { - "start": 96555, - "end": 96671 - }, - "index": 822 - }, - { - "id": "2887B8EBE8", - "span": { - "start": 96672, - "end": 96783 - }, - "index": 823 - }, - { - "id": "97046E8EF7", - "span": { - "start": 96784, - "end": 96895 - }, - "index": 824 - }, - { - "id": "AB5B555A2F", - "span": { - "start": 96896, - "end": 97014 - }, - "index": 825 - }, - { - "id": "308884D168", - "span": { - "start": 97015, - "end": 97130 - }, - "index": 826 - }, - { - "id": "7F3379FDBB", - "span": { - "start": 97131, - "end": 97242 - }, - "index": 827 - }, - { - "id": "177B736A77", - "span": { - "start": 97243, - "end": 97359 - }, - "index": 828 - }, - { - "id": "3B8458CF94", - "span": { - "start": 97360, - "end": 97474 - }, - "index": 829 - }, - { - "id": "325CCFDA26", - "span": { - "start": 97475, - "end": 97592 - }, - "index": 830 - }, - { - "id": "F59500AA85", - "span": { - "start": 97593, - "end": 97718 - }, - "index": 831 - }, - { - "id": "F96AB927ED", - "span": { - "start": 97719, - "end": 97832 - }, - "index": 832 - }, - { - "id": "83BBC5E547", - "span": { - "start": 97833, - "end": 97941 - }, - "index": 833 - }, - { - "id": "BC51F0B90B", - "span": { - "start": 97942, - "end": 98050 - }, - "index": 834 - }, - { - "id": "ED5B515364", - "span": { - "start": 98051, - "end": 98211 - }, - "index": 835 - }, - { - "id": "2C337BBAC3", - "span": { - "start": 98212, - "end": 98317 - }, - "index": 836 - }, - { - "id": "3CFE3D2DE2", - "span": { - "start": 98318, - "end": 98377 - }, - "index": 837 - }, - { - "id": "58065BB87D", - "span": { - "start": 98378, - "end": 98487 - }, - "index": 838 - }, - { - "id": "24824634A7", - "span": { - "start": 98488, - "end": 98596 - }, - "index": 839 - }, - { - "id": "DF44F0B73D", - "span": { - "start": 98597, - "end": 98713 - }, - "index": 840 - }, - { - "id": "884E0FB37D", - "span": { - "start": 98714, - "end": 98820 - }, - "index": 841 - }, - { - "id": "693BFB9EFB", - "span": { - "start": 98821, - "end": 98926 - }, - "index": 842 - }, - { - "id": "997B7DB089", - "span": { - "start": 98927, - "end": 99034 - }, - "index": 843 - }, - { - "id": "44ED344B43", - "span": { - "start": 99035, - "end": 99154 - }, - "index": 844 - }, - { - "id": "B4B8D8D7AA", - "span": { - "start": 99155, - "end": 99265 - }, - "index": 845 - }, - { - "id": "332C33A4C8", - "span": { - "start": 99266, - "end": 99375 - }, - "index": 846 - }, - { - "id": "3AFEBD8139", - "span": { - "start": 99376, - "end": 99498 - }, - "index": 847 - }, - { - "id": "18F50A10F0", - "span": { - "start": 99499, - "end": 99618 - }, - "index": 848 - }, - { - "id": "95491F454B", - "span": { - "start": 99619, - "end": 99739 - }, - "index": 849 - }, - { - "id": "4E9778876F", - "span": { - "start": 99740, - "end": 99853 - }, - "index": 850 - }, - { - "id": "7F9BFEA77A", - "span": { - "start": 99854, - "end": 99958 - }, - "index": 851 - }, - { - "id": "54474AB944", - "span": { - "start": 99959, - "end": 100070 - }, - "index": 852 - }, - { - "id": "9465391940", - "span": { - "start": 100071, - "end": 100181 - }, - "index": 853 - }, - { - "id": "2E45A6A5EF", - "span": { - "start": 100182, - "end": 100310 - }, - "index": 854 - }, - { - "id": "0699119218", - "span": { - "start": 100311, - "end": 100429 - }, - "index": 855 - }, - { - "id": "DD0B248A4F", - "span": { - "start": 100430, - "end": 100546 - }, - "index": 856 - }, - { - "id": "E9A7DBE5EF", - "span": { - "start": 100547, - "end": 100662 - }, - "index": 857 - }, - { - "id": "72478E00DF", - "span": { - "start": 100663, - "end": 100768 - }, - "index": 858 - }, - { - "id": "924FD85833", - "span": { - "start": 100769, - "end": 100883 - }, - "index": 859 - }, - { - "id": "9B71744BC7", - "span": { - "start": 100884, - "end": 101001 - }, - "index": 860 - }, - { - "id": "54287B5E52", - "span": { - "start": 101002, - "end": 101116 - }, - "index": 861 - }, - { - "id": "A1A27CC24B", - "span": { - "start": 101117, - "end": 101235 - }, - "index": 862 - }, - { - "id": "9B623CB1FB", - "span": { - "start": 101236, - "end": 101359 - }, - "index": 863 - }, - { - "id": "06E258A205", - "span": { - "start": 101360, - "end": 101472 - }, - "index": 864 - }, - { - "id": "13B6721C1A", - "span": { - "start": 101473, - "end": 101589 - }, - "index": 865 - }, - { - "id": "68C4956841", - "span": { - "start": 101590, - "end": 101699 - }, - "index": 866 - }, - { - "id": "478D3EE117", - "span": { - "start": 101700, - "end": 101826 - }, - "index": 867 - }, - { - "id": "A074A4101A", - "span": { - "start": 101827, - "end": 101947 - }, - "index": 868 - }, - { - "id": "76AF2F0615", - "span": { - "start": 101948, - "end": 102037 - }, - "index": 869 - }, - { - "id": "6A946E48C9", - "span": { - "start": 102044, - "end": 102154 - }, - "index": 870 - }, - { - "id": "D142B17ACB", - "span": { - "start": 102155, - "end": 102270 - }, - "index": 871 - }, - { - "id": "AD77231B3C", - "span": { - "start": 102271, - "end": 102381 - }, - "index": 872 - }, - { - "id": "6FFA67FB82", - "span": { - "start": 102382, - "end": 102488 - }, - "index": 873 - }, - { - "id": "1403A1C4A9", - "span": { - "start": 102489, - "end": 102601 - }, - "index": 874 - }, - { - "id": "991883D81D", - "span": { - "start": 102602, - "end": 102708 - }, - "index": 875 - }, - { - "id": "0F60AB7DB6", - "span": { - "start": 102709, - "end": 102851 - }, - "index": 876 - }, - { - "id": "6271AC38AE", - "span": { - "start": 102852, - "end": 103001 - }, - "index": 877 - }, - { - "id": "546A251166", - "span": { - "start": 103002, - "end": 103145 - }, - "index": 878 - }, - { - "id": "9CAB1C4604", - "span": { - "start": 103146, - "end": 103315 - }, - "index": 879 - }, - { - "id": "A8ABABA6B4", - "span": { - "start": 103316, - "end": 103591 - }, - "index": 880 - }, - { - "id": "EB3ADB4348", - "span": { - "start": 103592, - "end": 103763 - }, - "index": 881 - }, - { - "id": "E511F14259", - "span": { - "start": 103764, - "end": 103998 - }, - "index": 882 - }, - { - "id": "CC54B46D28", - "span": { - "start": 103999, - "end": 104248 - }, - "index": 883 - }, - { - "id": "848BB7AF83", - "span": { - "start": 104249, - "end": 104426 - }, - "index": 884 - }, - { - "id": "53DD82E0EB", - "span": { - "start": 104427, - "end": 104542 - }, - "index": 885 - }, - { - "id": "685963B2EA", - "span": { - "start": 104543, - "end": 104663 - }, - "index": 886 - }, - { - "id": "41BB14A20E", - "span": { - "start": 104664, - "end": 104784 - }, - "index": 887 - }, - { - "id": "4D2D2BD2E6", - "span": { - "start": 104785, - "end": 104900 - }, - "index": 888 - }, - { - "id": "994E90F7B0", - "span": { - "start": 104901, - "end": 105015 - }, - "index": 889 - }, - { - "id": "F74B70E787", - "span": { - "start": 105016, - "end": 105120 - }, - "index": 890 - }, - { - "id": "47AA2402A0", - "span": { - "start": 105121, - "end": 105244 - }, - "index": 891 - }, - { - "id": "6A2D456817", - "span": { - "start": 105245, - "end": 105357 - }, - "index": 892 - }, - { - "id": "0507233ED3", - "span": { - "start": 105358, - "end": 105471 - }, - "index": 893 - }, - { - "id": "3CACCBB02A", - "span": { - "start": 105472, - "end": 105589 - }, - "index": 894 - }, - { - "id": "30EBAFB1AC", - "span": { - "start": 105590, - "end": 105704 - }, - "index": 895 - }, - { - "id": "43DFBE81B1", - "span": { - "start": 105705, - "end": 105814 - }, - "index": 896 - }, - { - "id": "6A11136696", - "span": { - "start": 105815, - "end": 105928 - }, - "index": 897 - }, - { - "id": "3A1B334EB4", - "span": { - "start": 105929, - "end": 106049 - }, - "index": 898 - }, - { - "id": "701F7FAF3F", - "span": { - "start": 106050, - "end": 106164 - }, - "index": 899 - }, - { - "id": "9040CF94A2", - "span": { - "start": 106165, - "end": 106272 - }, - "index": 900 - }, - { - "id": "CA8D358D43", - "span": { - "start": 106273, - "end": 106398 - }, - "index": 901 - }, - { - "id": "1000A259A8", - "span": { - "start": 106399, - "end": 106510 - }, - "index": 902 - }, - { - "id": "3C58B39BCC", - "span": { - "start": 106511, - "end": 106629 - }, - "index": 903 - }, - { - "id": "9972B6C6A9", - "span": { - "start": 106630, - "end": 106736 - }, - "index": 904 - }, - { - "id": "41E1116C4E", - "span": { - "start": 106737, - "end": 106857 - }, - "index": 905 - }, - { - "id": "14B2022B8F", - "span": { - "start": 106858, - "end": 106969 - }, - "index": 906 - }, - { - "id": "4424C42F47", - "span": { - "start": 106970, - "end": 107085 - }, - "index": 907 - }, - { - "id": "58404042F0", - "span": { - "start": 107086, - "end": 107203 - }, - "index": 908 - }, - { - "id": "7BCB9531B5", - "span": { - "start": 107204, - "end": 107326 - }, - "index": 909 - }, - { - "id": "434F689382", - "span": { - "start": 107327, - "end": 107416 - }, - "index": 910 - }, - { - "id": "0D9D3C3D4D", - "span": { - "start": 107417, - "end": 107535 - }, - "index": 911 - }, - { - "id": "F8AFAA1C34", - "span": { - "start": 107536, - "end": 107648 - }, - "index": 912 - }, - { - "id": "8B1F869B17", - "span": { - "start": 107649, - "end": 107764 - }, - "index": 913 - }, - { - "id": "84EB912FE4", - "span": { - "start": 107765, - "end": 107883 - }, - "index": 914 - }, - { - "id": "7344265ABF", - "span": { - "start": 107884, - "end": 108001 - }, - "index": 915 - }, - { - "id": "C1252BE9E4", - "span": { - "start": 108002, - "end": 108119 - }, - "index": 916 - }, - { - "id": "BEE22AC8C9", - "span": { - "start": 108120, - "end": 108238 - }, - "index": 917 - }, - { - "id": "994CC72CBC", - "span": { - "start": 108239, - "end": 108361 - }, - "index": 918 - }, - { - "id": "4935A44BD6", - "span": { - "start": 108362, - "end": 108423 - }, - "index": 919 - }, - { - "id": "5DCD4D318F", - "span": { - "start": 108424, - "end": 108532 - }, - "index": 920 - }, - { - "id": "32DC702F41", - "span": { - "start": 108533, - "end": 108640 - }, - "index": 921 - }, - { - "id": "FC61E95D0D", - "span": { - "start": 108641, - "end": 108750 - }, - "index": 922 - }, - { - "id": "0D94A3319A", - "span": { - "start": 108751, - "end": 108882 - }, - "index": 923 - }, - { - "id": "CD4E5D9DED", - "span": { - "start": 108883, - "end": 108998 - }, - "index": 924 - }, - { - "id": "E873D47D6E", - "span": { - "start": 108999, - "end": 109122 - }, - "index": 925 - }, - { - "id": "9EA4E134E3", - "span": { - "start": 109123, - "end": 109244 - }, - "index": 926 - }, - { - "id": "1224116395", - "span": { - "start": 109245, - "end": 109365 - }, - "index": 927 - }, - { - "id": "5F2C44F85E", - "span": { - "start": 109366, - "end": 109515 - }, - "index": 928 - }, - { - "id": "52DCA4A26C", - "span": { - "start": 109516, - "end": 109960 - }, - "index": 929 - } - ] - }, - "source_annotation": { - "alignment": [ - { - "id": "0DD220AF88", - "span": { - "start": 0, - "end": 0 - }, - "index": 1, - "alignment_index": [ - 1 - ] - }, - { - "id": "3976FC543D", - "span": { - "start": 0, - "end": 121 - }, - "index": 2, - "alignment_index": [ - 2 - ] - }, - { - "id": "7D9FA7AF0A", - "span": { - "start": 122, - "end": 177 - }, - "index": 3, - "alignment_index": [ - 3 - ] - }, - { - "id": "28F545432E", - "span": { - "start": 178, - "end": 217 - }, - "index": 4, - "alignment_index": [ - 4 - ] - }, - { - "id": "3046F33C3E", - "span": { - "start": 218, - "end": 526 - }, - "index": 5, - "alignment_index": [ - 5 - ] - }, - { - "id": "06B4348665", - "span": { - "start": 527, - "end": 804 - }, - "index": 6, - "alignment_index": [ - 6 - ] - }, - { - "id": "705E04840C", - "span": { - "start": 805, - "end": 1335 - }, - "index": 7, - "alignment_index": [ - 7 - ] - }, - { - "id": "AA836B2B87", - "span": { - "start": 1336, - "end": 1650 - }, - "index": 8, - "alignment_index": [ - 8 - ] - }, - { - "id": "6D66B8A0BA", - "span": { - "start": 1651, - "end": 2258 - }, - "index": 9, - "alignment_index": [ - 9 - ] - }, - { - "id": "3644D48830", - "span": { - "start": 2259, - "end": 2510 - }, - "index": 10, - "alignment_index": [ - 10 - ] - }, - { - "id": "D8D909B0B0", - "span": { - "start": 2511, - "end": 2701 - }, - "index": 11, - "alignment_index": [ - 11 - ] - }, - { - "id": "51311EB750", - "span": { - "start": 2702, - "end": 2983 - }, - "index": 12, - "alignment_index": [ - 12 - ] - }, - { - "id": "388C1C70E8", - "span": { - "start": 2984, - "end": 3256 - }, - "index": 13, - "alignment_index": [ - 13 - ] - }, - { - "id": "46D8889814", - "span": { - "start": 3257, - "end": 3555 - }, - "index": 14, - "alignment_index": [ - 14 - ] - }, - { - "id": "F0889D2B43", - "span": { - "start": 3556, - "end": 3841 - }, - "index": 15, - "alignment_index": [ - 15 - ] - }, - { - "id": "B66ED54790", - "span": { - "start": 3842, - "end": 4522 - }, - "index": 16, - "alignment_index": [ - 16 - ] - }, - { - "id": "84EADDD4E4", - "span": { - "start": 4523, - "end": 4802 - }, - "index": 17, - "alignment_index": [ - 17 - ] - }, - { - "id": "16CAAB0EA3", - "span": { - "start": 4803, - "end": 5381 - }, - "index": 18, - "alignment_index": [ - 18 - ] - }, - { - "id": "B694675CC5", - "span": { - "start": 5382, - "end": 5556 - }, - "index": 19, - "alignment_index": [ - 19 - ] - }, - { - "id": "E96DB0FBA0", - "span": { - "start": 5557, - "end": 5769 - }, - "index": 20, - "alignment_index": [ - 20 - ] - }, - { - "id": "F8CFD5CC90", - "span": { - "start": 5770, - "end": 5978 - }, - "index": 21, - "alignment_index": [ - 21 - ] - }, - { - "id": "B6828A8642", - "span": { - "start": 5979, - "end": 6602 - }, - "index": 22, - "alignment_index": [ - 22 - ] - }, - { - "id": "F6F7B66ECB", - "span": { - "start": 6603, - "end": 6778 - }, - "index": 23, - "alignment_index": [ - 23 - ] - }, - { - "id": "911DABF94B", - "span": { - "start": 6779, - "end": 7021 - }, - "index": 24, - "alignment_index": [ - 24 - ] - }, - { - "id": "9A9012A692", - "span": { - "start": 7022, - "end": 7170 - }, - "index": 25, - "alignment_index": [ - 25 - ] - }, - { - "id": "BFF48B9F8E", - "span": { - "start": 7171, - "end": 7390 - }, - "index": 26, - "alignment_index": [ - 26 - ] - }, - { - "id": "AD3B7118D9", - "span": { - "start": 7391, - "end": 7603 - }, - "index": 27, - "alignment_index": [ - 27 - ] - }, - { - "id": "DA7A7CBE3F", - "span": { - "start": 7604, - "end": 8420 - }, - "index": 28, - "alignment_index": [ - 28 - ] - }, - { - "id": "DDB2FA5DFD", - "span": { - "start": 8421, - "end": 8595 - }, - "index": 29, - "alignment_index": [ - 29 - ] - }, - { - "id": "599DF69B2A", - "span": { - "start": 8596, - "end": 9128 - }, - "index": 30, - "alignment_index": [ - 30 - ] - }, - { - "id": "8184875D08", - "span": { - "start": 9129, - "end": 9333 - }, - "index": 31, - "alignment_index": [ - 31 - ] - }, - { - "id": "D8BB828BF8", - "span": { - "start": 9334, - "end": 9551 - }, - "index": 32, - "alignment_index": [ - 32 - ] - }, - { - "id": "588DF6D810", - "span": { - "start": 9552, - "end": 9721 - }, - "index": 33, - "alignment_index": [ - 33 - ] - }, - { - "id": "0CC37013B8", - "span": { - "start": 9722, - "end": 9912 - }, - "index": 34, - "alignment_index": [ - 34 - ] - }, - { - "id": "0004BB1B81", - "span": { - "start": 9913, - "end": 10058 - }, - "index": 35, - "alignment_index": [ - 35 - ] - }, - { - "id": "4BD60B146F", - "span": { - "start": 10059, - "end": 10290 - }, - "index": 36, - "alignment_index": [ - 36 - ] - }, - { - "id": "5D84118863", - "span": { - "start": 10291, - "end": 10613 - }, - "index": 37, - "alignment_index": [ - 37 - ] - }, - { - "id": "A1EC8A114C", - "span": { - "start": 10614, - "end": 10832 - }, - "index": 38, - "alignment_index": [ - 38 - ] - }, - { - "id": "5BE7A594EA", - "span": { - "start": 10833, - "end": 12187 - }, - "index": 39, - "alignment_index": [ - 39 - ] - }, - { - "id": "F7C89E849F", - "span": { - "start": 12188, - "end": 12433 - }, - "index": 40, - "alignment_index": [ - 40 - ] - }, - { - "id": "EE9C2E62FA", - "span": { - "start": 12434, - "end": 12587 - }, - "index": 41, - "alignment_index": [ - 41 - ] - }, - { - "id": "83B273B3F5", - "span": { - "start": 12588, - "end": 12825 - }, - "index": 42, - "alignment_index": [ - 42 - ] - }, - { - "id": "85B8A883FA", - "span": { - "start": 12826, - "end": 13064 - }, - "index": 43, - "alignment_index": [ - 43 - ] - }, - { - "id": "0D3ADA8289", - "span": { - "start": 13065, - "end": 13803 - }, - "index": 44, - "alignment_index": [ - 44 - ] - }, - { - "id": "F19DE80A64", - "span": { - "start": 13804, - "end": 14273 - }, - "index": 45, - "alignment_index": [ - 45 - ] - }, - { - "id": "B7336F5B53", - "span": { - "start": 14274, - "end": 14471 - }, - "index": 46, - "alignment_index": [ - 46 - ] - }, - { - "id": "A04B4DA407", - "span": { - "start": 14472, - "end": 14738 - }, - "index": 47, - "alignment_index": [ - 47 - ] - }, - { - "id": "6656E5692A", - "span": { - "start": 14739, - "end": 14940 - }, - "index": 48, - "alignment_index": [ - 48 - ] - }, - { - "id": "4196E1F7E2", - "span": { - "start": 14941, - "end": 15224 - }, - "index": 49, - "alignment_index": [ - 49 - ] - }, - { - "id": "437E70F33A", - "span": { - "start": 15225, - "end": 15832 - }, - "index": 50, - "alignment_index": [ - 50 - ] - }, - { - "id": "A64DECC2C8", - "span": { - "start": 15833, - "end": 16076 - }, - "index": 51, - "alignment_index": [ - 51 - ] - }, - { - "id": "766D4CD9D0", - "span": { - "start": 16077, - "end": 16708 - }, - "index": 52, - "alignment_index": [ - 52 - ] - }, - { - "id": "43CFBCCC75", - "span": { - "start": 16709, - "end": 16894 - }, - "index": 53, - "alignment_index": [ - 53 - ] - }, - { - "id": "91D31CF895", - "span": { - "start": 16895, - "end": 17182 - }, - "index": 54, - "alignment_index": [ - 54 - ] - }, - { - "id": "54D6F0AAA3", - "span": { - "start": 17183, - "end": 17790 - }, - "index": 55, - "alignment_index": [ - 55 - ] - }, - { - "id": "458D881DB8", - "span": { - "start": 17791, - "end": 18150 - }, - "index": 56, - "alignment_index": [ - 56 - ] - }, - { - "id": "CABFFBE1FC", - "span": { - "start": 18151, - "end": 18452 - }, - "index": 57, - "alignment_index": [ - 57 - ] - }, - { - "id": "CE6479D19B", - "span": { - "start": 18453, - "end": 18613 - }, - "index": 58, - "alignment_index": [ - 58 - ] - }, - { - "id": "9A5A60D4C3", - "span": { - "start": 18614, - "end": 18922 - }, - "index": 59, - "alignment_index": [ - 59 - ] - }, - { - "id": "2E308F8300", - "span": { - "start": 18923, - "end": 19146 - }, - "index": 60, - "alignment_index": [ - 60 - ] - }, - { - "id": "2F29329DE6", - "span": { - "start": 19147, - "end": 19442 - }, - "index": 61, - "alignment_index": [ - 61 - ] - }, - { - "id": "DBB69C3B43", - "span": { - "start": 19443, - "end": 19632 - }, - "index": 62, - "alignment_index": [ - 62 - ] - }, - { - "id": "9DDBA01D3D", - "span": { - "start": 19633, - "end": 19822 - }, - "index": 63, - "alignment_index": [ - 63 - ] - }, - { - "id": "8A3A6767C9", - "span": { - "start": 19823, - "end": 20019 - }, - "index": 64, - "alignment_index": [ - 64 - ] - }, - { - "id": "47BBB8748B", - "span": { - "start": 20020, - "end": 20273 - }, - "index": 65, - "alignment_index": [ - 65 - ] - }, - { - "id": "3736B9BF64", - "span": { - "start": 20274, - "end": 20483 - }, - "index": 66, - "alignment_index": [ - 66 - ] - }, - { - "id": "3797ABFF19", - "span": { - "start": 20484, - "end": 20645 - }, - "index": 67, - "alignment_index": [ - 67 - ] - }, - { - "id": "244825882B", - "span": { - "start": 20646, - "end": 20817 - }, - "index": 68, - "alignment_index": [ - 68 - ] - }, - { - "id": "90C9FCD2A1", - "span": { - "start": 20818, - "end": 21026 - }, - "index": 69, - "alignment_index": [ - 69 - ] - }, - { - "id": "04854DDBFE", - "span": { - "start": 21027, - "end": 21187 - }, - "index": 70, - "alignment_index": [ - 70 - ] - }, - { - "id": "63474B6B4B", - "span": { - "start": 21188, - "end": 21463 - }, - "index": 71, - "alignment_index": [ - 71 - ] - }, - { - "id": "7DABDA5C83", - "span": { - "start": 21464, - "end": 21612 - }, - "index": 72, - "alignment_index": [ - 72 - ] - }, - { - "id": "4BC34576C5", - "span": { - "start": 21613, - "end": 21786 - }, - "index": 73, - "alignment_index": [ - 73 - ] - }, - { - "id": "CCBB4A6E9C", - "span": { - "start": 21787, - "end": 21966 - }, - "index": 74, - "alignment_index": [ - 74 - ] - }, - { - "id": "EAA6EB98E9", - "span": { - "start": 21967, - "end": 22167 - }, - "index": 75, - "alignment_index": [ - 75 - ] - }, - { - "id": "988279A986", - "span": { - "start": 22168, - "end": 22320 - }, - "index": 76, - "alignment_index": [ - 76 - ] - }, - { - "id": "54DD45242A", - "span": { - "start": 22321, - "end": 22496 - }, - "index": 77, - "alignment_index": [ - 77 - ] - }, - { - "id": "C54C9475B9", - "span": { - "start": 22497, - "end": 23124 - }, - "index": 78, - "alignment_index": [ - 78 - ] - }, - { - "id": "9B92390762", - "span": { - "start": 23125, - "end": 23285 - }, - "index": 79, - "alignment_index": [ - 79 - ] - }, - { - "id": "4DB753A71C", - "span": { - "start": 23286, - "end": 23436 - }, - "index": 80, - "alignment_index": [ - 80 - ] - }, - { - "id": "379EBCC37C", - "span": { - "start": 23437, - "end": 23596 - }, - "index": 81, - "alignment_index": [ - 81 - ] - }, - { - "id": "452DCB048B", - "span": { - "start": 23597, - "end": 24125 - }, - "index": 82, - "alignment_index": [ - 82 - ] - }, - { - "id": "946963F6B3", - "span": { - "start": 24126, - "end": 24265 - }, - "index": 83, - "alignment_index": [ - 83 - ] - }, - { - "id": "FF545F4805", - "span": { - "start": 24266, - "end": 24486 - }, - "index": 84, - "alignment_index": [ - 84 - ] - }, - { - "id": "21F50142FC", - "span": { - "start": 24487, - "end": 24687 - }, - "index": 85, - "alignment_index": [ - 85 - ] - }, - { - "id": "FAD31E918B", - "span": { - "start": 24688, - "end": 24844 - }, - "index": 86, - "alignment_index": [ - 86 - ] - }, - { - "id": "C6B33F5B38", - "span": { - "start": 24845, - "end": 25023 - }, - "index": 87, - "alignment_index": [ - 87 - ] - }, - { - "id": "0EE71EA9EB", - "span": { - "start": 25024, - "end": 25231 - }, - "index": 88, - "alignment_index": [ - 88 - ] - }, - { - "id": "4366906334", - "span": { - "start": 25232, - "end": 25448 - }, - "index": 89, - "alignment_index": [ - 89 - ] - }, - { - "id": "759B9CE99C", - "span": { - "start": 25449, - "end": 25583 - }, - "index": 90, - "alignment_index": [ - 90 - ] - }, - { - "id": "963AC800BB", - "span": { - "start": 25584, - "end": 25778 - }, - "index": 91, - "alignment_index": [ - 91 - ] - }, - { - "id": "34CDE2376E", - "span": { - "start": 25779, - "end": 25968 - }, - "index": 92, - "alignment_index": [ - 92 - ] - }, - { - "id": "DBEACA37CC", - "span": { - "start": 25969, - "end": 26162 - }, - "index": 93, - "alignment_index": [ - 93 - ] - }, - { - "id": "B8AD88D429", - "span": { - "start": 26163, - "end": 26653 - }, - "index": 94, - "alignment_index": [ - 94 - ] - }, - { - "id": "E6BC893FCF", - "span": { - "start": 26654, - "end": 26850 - }, - "index": 95, - "alignment_index": [ - 95 - ] - }, - { - "id": "04844B3C01", - "span": { - "start": 26851, - "end": 27338 - }, - "index": 96, - "alignment_index": [ - 96 - ] - }, - { - "id": "DEDEE043FC", - "span": { - "start": 27339, - "end": 27540 - }, - "index": 97, - "alignment_index": [ - 97 - ] - }, - { - "id": "9F4E15BE7F", - "span": { - "start": 27541, - "end": 27727 - }, - "index": 98, - "alignment_index": [ - 98 - ] - }, - { - "id": "44051E63DD", - "span": { - "start": 27728, - "end": 27878 - }, - "index": 99, - "alignment_index": [ - 99 - ] - }, - { - "id": "E270836FC9", - "span": { - "start": 27879, - "end": 28049 - }, - "index": 100, - "alignment_index": [ - 100 - ] - }, - { - "id": "313F3A3A33", - "span": { - "start": 28050, - "end": 28252 - }, - "index": 101, - "alignment_index": [ - 101 - ] - }, - { - "id": "60BDF6BA65", - "span": { - "start": 28253, - "end": 28423 - }, - "index": 102, - "alignment_index": [ - 102 - ] - }, - { - "id": "FF4308D8B4", - "span": { - "start": 28424, - "end": 28598 - }, - "index": 103, - "alignment_index": [ - 103 - ] - }, - { - "id": "89F554A4E7", - "span": { - "start": 28599, - "end": 28907 - }, - "index": 104, - "alignment_index": [ - 104 - ] - }, - { - "id": "3382542048", - "span": { - "start": 28908, - "end": 29077 - }, - "index": 105, - "alignment_index": [ - 105 - ] - }, - { - "id": "5950978E7D", - "span": { - "start": 29078, - "end": 29237 - }, - "index": 106, - "alignment_index": [ - 106 - ] - }, - { - "id": "C533C6AF22", - "span": { - "start": 29238, - "end": 29358 - }, - "index": 107, - "alignment_index": [ - 107 - ] - }, - { - "id": "F5A1D6C8F8", - "span": { - "start": 29359, - "end": 29587 - }, - "index": 108, - "alignment_index": [ - 108 - ] - }, - { - "id": "5457473851", - "span": { - "start": 29588, - "end": 29760 - }, - "index": 109, - "alignment_index": [ - 109 - ] - }, - { - "id": "3ECC97CCC3", - "span": { - "start": 29761, - "end": 30076 - }, - "index": 110, - "alignment_index": [ - 110 - ] - }, - { - "id": "5186CD4184", - "span": { - "start": 30077, - "end": 30282 - }, - "index": 111, - "alignment_index": [ - 111 - ] - }, - { - "id": "AA8F47151C", - "span": { - "start": 30283, - "end": 30892 - }, - "index": 112, - "alignment_index": [ - 112 - ] - }, - { - "id": "232F393515", - "span": { - "start": 30893, - "end": 31068 - }, - "index": 113, - "alignment_index": [ - 113 - ] - }, - { - "id": "FE14183EEB", - "span": { - "start": 31069, - "end": 31249 - }, - "index": 114, - "alignment_index": [ - 114 - ] - }, - { - "id": "DCD8833C28", - "span": { - "start": 31250, - "end": 31433 - }, - "index": 115, - "alignment_index": [ - 115 - ] - }, - { - "id": "4224260266", - "span": { - "start": 31434, - "end": 31640 - }, - "index": 116, - "alignment_index": [ - 116 - ] - }, - { - "id": "ABE4CC0388", - "span": { - "start": 31641, - "end": 31903 - }, - "index": 117, - "alignment_index": [ - 117 - ] - }, - { - "id": "9A1FD8F6AB", - "span": { - "start": 31904, - "end": 32106 - }, - "index": 118, - "alignment_index": [ - 118 - ] - }, - { - "id": "66717A0225", - "span": { - "start": 32107, - "end": 32347 - }, - "index": 119, - "alignment_index": [ - 119 - ] - }, - { - "id": "E4E9E6B4E4", - "span": { - "start": 32348, - "end": 32518 - }, - "index": 120, - "alignment_index": [ - 120 - ] - }, - { - "id": "8959D05B34", - "span": { - "start": 32519, - "end": 33103 - }, - "index": 121, - "alignment_index": [ - 121 - ] - }, - { - "id": "6277FC6878", - "span": { - "start": 33104, - "end": 33504 - }, - "index": 122, - "alignment_index": [ - 122 - ] - }, - { - "id": "90940A92A7", - "span": { - "start": 33505, - "end": 34059 - }, - "index": 123, - "alignment_index": [ - 123 - ] - }, - { - "id": "38F9DF6BB1", - "span": { - "start": 34060, - "end": 34245 - }, - "index": 124, - "alignment_index": [ - 124 - ] - }, - { - "id": "BDDD5F779B", - "span": { - "start": 34246, - "end": 34475 - }, - "index": 125, - "alignment_index": [ - 125 - ] - }, - { - "id": "D44B868832", - "span": { - "start": 34476, - "end": 35141 - }, - "index": 126, - "alignment_index": [ - 126 - ] - }, - { - "id": "A9B809D929", - "span": { - "start": 35142, - "end": 35325 - }, - "index": 127, - "alignment_index": [ - 127 - ] - }, - { - "id": "97B8B74478", - "span": { - "start": 35326, - "end": 35506 - }, - "index": 128, - "alignment_index": [ - 128 - ] - }, - { - "id": "3AB2AAAB11", - "span": { - "start": 35507, - "end": 35722 - }, - "index": 129, - "alignment_index": [ - 129 - ] - }, - { - "id": "5835D519BC", - "span": { - "start": 35723, - "end": 36748 - }, - "index": 130, - "alignment_index": [ - 130 - ] - }, - { - "id": "8F6DFD227F", - "span": { - "start": 36749, - "end": 36950 - }, - "index": 131, - "alignment_index": [ - 131 - ] - }, - { - "id": "516131B835", - "span": { - "start": 36951, - "end": 37468 - }, - "index": 132, - "alignment_index": [ - 132 - ] - }, - { - "id": "DAAB5D4D46", - "span": { - "start": 37469, - "end": 38114 - }, - "index": 133, - "alignment_index": [ - 133 - ] - }, - { - "id": "C754642365", - "span": { - "start": 38115, - "end": 38323 - }, - "index": 134, - "alignment_index": [ - 134 - ] - }, - { - "id": "B082EFFEFD", - "span": { - "start": 38324, - "end": 38476 - }, - "index": 135, - "alignment_index": [ - 135 - ] - }, - { - "id": "419C43C174", - "span": { - "start": 38477, - "end": 38672 - }, - "index": 136, - "alignment_index": [ - 136 - ] - }, - { - "id": "4EDBA41A5C", - "span": { - "start": 38673, - "end": 38910 - }, - "index": 137, - "alignment_index": [ - 137 - ] - }, - { - "id": "4BCB20479D", - "span": { - "start": 38911, - "end": 39110 - }, - "index": 138, - "alignment_index": [ - 138 - ] - }, - { - "id": "4071B78732", - "span": { - "start": 39111, - "end": 39377 - }, - "index": 139, - "alignment_index": [ - 139 - ] - }, - { - "id": "72B1437D1F", - "span": { - "start": 39378, - "end": 39628 - }, - "index": 140, - "alignment_index": [ - 140 - ] - }, - { - "id": "440624A3A1", - "span": { - "start": 39629, - "end": 39758 - }, - "index": 141, - "alignment_index": [ - 141 - ] - }, - { - "id": "C494CE4E6E", - "span": { - "start": 39759, - "end": 40171 - }, - "index": 142, - "alignment_index": [ - 142 - ] - }, - { - "id": "523D87C7ED", - "span": { - "start": 40172, - "end": 40721 - }, - "index": 143, - "alignment_index": [ - 143 - ] - }, - { - "id": "922777A452", - "span": { - "start": 40722, - "end": 40915 - }, - "index": 144, - "alignment_index": [ - 144 - ] - }, - { - "id": "F6405ACCDD", - "span": { - "start": 40916, - "end": 41090 - }, - "index": 145, - "alignment_index": [ - 145 - ] - }, - { - "id": "BADF549F99", - "span": { - "start": 41091, - "end": 41258 - }, - "index": 146, - "alignment_index": [ - 146 - ] - }, - { - "id": "DACE917139", - "span": { - "start": 41259, - "end": 41474 - }, - "index": 147, - "alignment_index": [ - 147 - ] - }, - { - "id": "29B2298126", - "span": { - "start": 41475, - "end": 41642 - }, - "index": 148, - "alignment_index": [ - 148 - ] - }, - { - "id": "2233E125C5", - "span": { - "start": 41643, - "end": 41812 - }, - "index": 149, - "alignment_index": [ - 149 - ] - }, - { - "id": "D2838F22FB", - "span": { - "start": 41813, - "end": 42048 - }, - "index": 150, - "alignment_index": [ - 150 - ] - }, - { - "id": "1B95AF0552", - "span": { - "start": 42049, - "end": 42291 - }, - "index": 151, - "alignment_index": [ - 151 - ] - }, - { - "id": "36CEAE61D8", - "span": { - "start": 42292, - "end": 42513 - }, - "index": 152, - "alignment_index": [ - 152 - ] - }, - { - "id": "D74CF8E561", - "span": { - "start": 42514, - "end": 42943 - }, - "index": 153, - "alignment_index": [ - 153 - ] - }, - { - "id": "1E3801D114", - "span": { - "start": 42944, - "end": 43137 - }, - "index": 154, - "alignment_index": [ - 154 - ] - }, - { - "id": "409E8DD870", - "span": { - "start": 43138, - "end": 43338 - }, - "index": 155, - "alignment_index": [ - 155 - ] - }, - { - "id": "76D8B6EE6E", - "span": { - "start": 43339, - "end": 43524 - }, - "index": 156, - "alignment_index": [ - 156 - ] - }, - { - "id": "1643EE649F", - "span": { - "start": 43525, - "end": 43708 - }, - "index": 157, - "alignment_index": [ - 157 - ] - }, - { - "id": "A9F0C79440", - "span": { - "start": 43709, - "end": 43878 - }, - "index": 158, - "alignment_index": [ - 158 - ] - }, - { - "id": "F554E5DF8E", - "span": { - "start": 43879, - "end": 44307 - }, - "index": 159, - "alignment_index": [ - 159 - ] - }, - { - "id": "C7167B4BD4", - "span": { - "start": 44308, - "end": 44486 - }, - "index": 160, - "alignment_index": [ - 160 - ] - }, - { - "id": "DBEDC02ED9", - "span": { - "start": 44487, - "end": 44751 - }, - "index": 161, - "alignment_index": [ - 161 - ] - }, - { - "id": "2DBDAFF38C", - "span": { - "start": 44752, - "end": 44979 - }, - "index": 162, - "alignment_index": [ - 162 - ] - }, - { - "id": "BB1110A404", - "span": { - "start": 44980, - "end": 45142 - }, - "index": 163, - "alignment_index": [ - 163 - ] - }, - { - "id": "6DE8579448", - "span": { - "start": 45143, - "end": 45345 - }, - "index": 164, - "alignment_index": [ - 164 - ] - }, - { - "id": "2E7DF42846", - "span": { - "start": 45346, - "end": 45508 - }, - "index": 165, - "alignment_index": [ - 165 - ] - }, - { - "id": "8B06838388", - "span": { - "start": 45509, - "end": 45675 - }, - "index": 166, - "alignment_index": [ - 166 - ] - }, - { - "id": "E40D450E7E", - "span": { - "start": 45676, - "end": 45970 - }, - "index": 167, - "alignment_index": [ - 167 - ] - }, - { - "id": "4E663A21C1", - "span": { - "start": 45971, - "end": 46137 - }, - "index": 168, - "alignment_index": [ - 168 - ] - }, - { - "id": "85775AA15C", - "span": { - "start": 46138, - "end": 46377 - }, - "index": 169, - "alignment_index": [ - 169 - ] - }, - { - "id": "7A87018BC8", - "span": { - "start": 46378, - "end": 47008 - }, - "index": 170, - "alignment_index": [ - 170 - ] - }, - { - "id": "1CDD5E5E6E", - "span": { - "start": 47009, - "end": 47188 - }, - "index": 171, - "alignment_index": [ - 171 - ] - }, - { - "id": "C3852B3E7A", - "span": { - "start": 47189, - "end": 47993 - }, - "index": 172, - "alignment_index": [ - 172 - ] - }, - { - "id": "8D4544B484", - "span": { - "start": 47994, - "end": 48653 - }, - "index": 173, - "alignment_index": [ - 173 - ] - }, - { - "id": "2596CC6316", - "span": { - "start": 48654, - "end": 48875 - }, - "index": 174, - "alignment_index": [ - 174 - ] - }, - { - "id": "584855EDEA", - "span": { - "start": 48876, - "end": 49123 - }, - "index": 175, - "alignment_index": [ - 175 - ] - }, - { - "id": "CEA1419D10", - "span": { - "start": 49124, - "end": 49366 - }, - "index": 176, - "alignment_index": [ - 176 - ] - }, - { - "id": "7DE9A49457", - "span": { - "start": 49367, - "end": 49612 - }, - "index": 177, - "alignment_index": [ - 177 - ] - }, - { - "id": "48311E11B5", - "span": { - "start": 49613, - "end": 50358 - }, - "index": 178, - "alignment_index": [ - 178 - ] - }, - { - "id": "BF6A478100", - "span": { - "start": 50359, - "end": 50626 - }, - "index": 179, - "alignment_index": [ - 179 - ] - }, - { - "id": "E10B1D4B44", - "span": { - "start": 50627, - "end": 50846 - }, - "index": 180, - "alignment_index": [ - 180 - ] - }, - { - "id": "9FFC03CF16", - "span": { - "start": 50847, - "end": 51099 - }, - "index": 181, - "alignment_index": [ - 181 - ] - }, - { - "id": "5570CBBAED", - "span": { - "start": 51100, - "end": 51277 - }, - "index": 182, - "alignment_index": [ - 182 - ] - }, - { - "id": "6E1F466D6F", - "span": { - "start": 51278, - "end": 51746 - }, - "index": 183, - "alignment_index": [ - 183 - ] - }, - { - "id": "A07B98F3CC", - "span": { - "start": 51747, - "end": 51973 - }, - "index": 184, - "alignment_index": [ - 184 - ] - }, - { - "id": "7002D72090", - "span": { - "start": 51974, - "end": 52148 - }, - "index": 185, - "alignment_index": [ - 185 - ] - }, - { - "id": "B35641965C", - "span": { - "start": 52149, - "end": 52714 - }, - "index": 186, - "alignment_index": [ - 186 - ] - }, - { - "id": "14EEDEE347", - "span": { - "start": 52715, - "end": 52982 - }, - "index": 187, - "alignment_index": [ - 187 - ] - }, - { - "id": "41AFC21871", - "span": { - "start": 52983, - "end": 54316 - }, - "index": 188, - "alignment_index": [ - 188 - ] - }, - { - "id": "94A09F95A0", - "span": { - "start": 54317, - "end": 54586 - }, - "index": 189, - "alignment_index": [ - 189 - ] - }, - { - "id": "801A14A801", - "span": { - "start": 54587, - "end": 54700 - }, - "index": 190, - "alignment_index": [ - 190 - ] - }, - { - "id": "4F1143F082", - "span": { - "start": 54701, - "end": 54920 - }, - "index": 191, - "alignment_index": [ - 191 - ] - }, - { - "id": "97639B5BB2", - "span": { - "start": 54921, - "end": 55201 - }, - "index": 192, - "alignment_index": [ - 192 - ] - }, - { - "id": "4ED1662C20", - "span": { - "start": 55202, - "end": 55376 - }, - "index": 193, - "alignment_index": [ - 193 - ] - }, - { - "id": "44BF5EED4E", - "span": { - "start": 55377, - "end": 55509 - }, - "index": 194, - "alignment_index": [ - 194 - ] - }, - { - "id": "76FF444689", - "span": { - "start": 55510, - "end": 55660 - }, - "index": 195, - "alignment_index": [ - 195 - ] - }, - { - "id": "3F0BBF63B3", - "span": { - "start": 55661, - "end": 55781 - }, - "index": 196, - "alignment_index": [ - 196 - ] - }, - { - "id": "3DD9D2F471", - "span": { - "start": 55782, - "end": 55937 - }, - "index": 197, - "alignment_index": [ - 197 - ] - }, - { - "id": "E2EE2EBDBB", - "span": { - "start": 55938, - "end": 56102 - }, - "index": 198, - "alignment_index": [ - 198 - ] - }, - { - "id": "3F8AE8DD2D", - "span": { - "start": 56103, - "end": 56307 - }, - "index": 199, - "alignment_index": [ - 199 - ] - }, - { - "id": "D28D284428", - "span": { - "start": 56308, - "end": 56560 - }, - "index": 200, - "alignment_index": [ - 200 - ] - }, - { - "id": "9D73DBD895", - "span": { - "start": 56561, - "end": 57080 - }, - "index": 201, - "alignment_index": [ - 201 - ] - }, - { - "id": "8D0490754D", - "span": { - "start": 57081, - "end": 57274 - }, - "index": 202, - "alignment_index": [ - 202 - ] - }, - { - "id": "BF5904DDD4", - "span": { - "start": 57275, - "end": 57555 - }, - "index": 203, - "alignment_index": [ - 203 - ] - }, - { - "id": "AD44E7CC4D", - "span": { - "start": 57556, - "end": 57718 - }, - "index": 204, - "alignment_index": [ - 204 - ] - }, - { - "id": "4519194415", - "span": { - "start": 57719, - "end": 58045 - }, - "index": 205, - "alignment_index": [ - 205 - ] - }, - { - "id": "AFE2393AAA", - "span": { - "start": 58046, - "end": 58260 - }, - "index": 206, - "alignment_index": [ - 206 - ] - }, - { - "id": "4514201A14", - "span": { - "start": 58261, - "end": 58466 - }, - "index": 207, - "alignment_index": [ - 207 - ] - }, - { - "id": "245B65DD83", - "span": { - "start": 58467, - "end": 58644 - }, - "index": 208, - "alignment_index": [ - 208 - ] - }, - { - "id": "9B0B73D9E7", - "span": { - "start": 58645, - "end": 58865 - }, - "index": 209, - "alignment_index": [ - 209 - ] - }, - { - "id": "2FDD97E998", - "span": { - "start": 58866, - "end": 59980 - }, - "index": 210, - "alignment_index": [ - 210 - ] - }, - { - "id": "C469C8F92D", - "span": { - "start": 59981, - "end": 60182 - }, - "index": 211, - "alignment_index": [ - 211 - ] - }, - { - "id": "44A4E2AA92", - "span": { - "start": 60183, - "end": 60864 - }, - "index": 212, - "alignment_index": [ - 212 - ] - }, - { - "id": "6186495A68", - "span": { - "start": 60865, - "end": 61056 - }, - "index": 213, - "alignment_index": [ - 213 - ] - }, - { - "id": "9DF4D9F9AD", - "span": { - "start": 61057, - "end": 61227 - }, - "index": 214, - "alignment_index": [ - 214 - ] - }, - { - "id": "14EEAE2A42", - "span": { - "start": 61228, - "end": 61397 - }, - "index": 215, - "alignment_index": [ - 215 - ] - }, - { - "id": "5644F0F05B", - "span": { - "start": 61398, - "end": 61594 - }, - "index": 216, - "alignment_index": [ - 216 - ] - }, - { - "id": "C4861E5982", - "span": { - "start": 61595, - "end": 61852 - }, - "index": 217, - "alignment_index": [ - 217 - ] - }, - { - "id": "B6EE86156B", - "span": { - "start": 61853, - "end": 62077 - }, - "index": 218, - "alignment_index": [ - 218 - ] - }, - { - "id": "308FC6CFB3", - "span": { - "start": 62078, - "end": 62570 - }, - "index": 219, - "alignment_index": [ - 219 - ] - }, - { - "id": "480D8654DF", - "span": { - "start": 62571, - "end": 62978 - }, - "index": 220, - "alignment_index": [ - 220 - ] - }, - { - "id": "B7E96B50AB", - "span": { - "start": 62979, - "end": 63132 - }, - "index": 221, - "alignment_index": [ - 221 - ] - }, - { - "id": "E27A0754A0", - "span": { - "start": 63133, - "end": 64092 - }, - "index": 222, - "alignment_index": [ - 222 - ] - }, - { - "id": "5DC5A52D87", - "span": { - "start": 64093, - "end": 64277 - }, - "index": 223, - "alignment_index": [ - 223 - ] - }, - { - "id": "F8B9A3A148", - "span": { - "start": 64278, - "end": 64492 - }, - "index": 224, - "alignment_index": [ - 224 - ] - }, - { - "id": "8C8CD25A18", - "span": { - "start": 64493, - "end": 64646 - }, - "index": 225, - "alignment_index": [ - 225 - ] - }, - { - "id": "E8ACC1CA50", - "span": { - "start": 64647, - "end": 64857 - }, - "index": 226, - "alignment_index": [ - 226 - ] - }, - { - "id": "8B7B2AD2F2", - "span": { - "start": 64858, - "end": 65093 - }, - "index": 227, - "alignment_index": [ - 227 - ] - }, - { - "id": "8660A80666", - "span": { - "start": 65094, - "end": 65735 - }, - "index": 228, - "alignment_index": [ - 228 - ] - }, - { - "id": "BBA8519A4F", - "span": { - "start": 65736, - "end": 65943 - }, - "index": 229, - "alignment_index": [ - 229 - ] - }, - { - "id": "9651EEA129", - "span": { - "start": 65944, - "end": 66689 - }, - "index": 230, - "alignment_index": [ - 230 - ] - }, - { - "id": "2C270AB77C", - "span": { - "start": 66690, - "end": 67120 - }, - "index": 231, - "alignment_index": [ - 231 - ] - }, - { - "id": "F634BBD368", - "span": { - "start": 67121, - "end": 67401 - }, - "index": 232, - "alignment_index": [ - 232 - ] - }, - { - "id": "A2AA954525", - "span": { - "start": 67402, - "end": 67611 - }, - "index": 233, - "alignment_index": [ - 233 - ] - }, - { - "id": "6916821474", - "span": { - "start": 67612, - "end": 67813 - }, - "index": 234, - "alignment_index": [ - 234 - ] - }, - { - "id": "43CBB68FAD", - "span": { - "start": 67814, - "end": 68016 - }, - "index": 235, - "alignment_index": [ - 235 - ] - }, - { - "id": "649EBB2EB2", - "span": { - "start": 68017, - "end": 68316 - }, - "index": 236, - "alignment_index": [ - 236 - ] - }, - { - "id": "5365311AE4", - "span": { - "start": 68317, - "end": 68472 - }, - "index": 237, - "alignment_index": [ - 237 - ] - }, - { - "id": "C334243DB3", - "span": { - "start": 68473, - "end": 69223 - }, - "index": 238, - "alignment_index": [ - 238 - ] - }, - { - "id": "3D462CAB1C", - "span": { - "start": 69224, - "end": 69430 - }, - "index": 239, - "alignment_index": [ - 239 - ] - }, - { - "id": "B3403BA410", - "span": { - "start": 69431, - "end": 69653 - }, - "index": 240, - "alignment_index": [ - 240 - ] - }, - { - "id": "3EC3A9737C", - "span": { - "start": 69654, - "end": 69879 - }, - "index": 241, - "alignment_index": [ - 241 - ] - }, - { - "id": "61D743CB59", - "span": { - "start": 69880, - "end": 70398 - }, - "index": 242, - "alignment_index": [ - 242 - ] - }, - { - "id": "E5CF57D646", - "span": { - "start": 70399, - "end": 70645 - }, - "index": 243, - "alignment_index": [ - 243 - ] - }, - { - "id": "E02A561013", - "span": { - "start": 70646, - "end": 70850 - }, - "index": 244, - "alignment_index": [ - 244 - ] - }, - { - "id": "08CD4C5EA4", - "span": { - "start": 70851, - "end": 71053 - }, - "index": 245, - "alignment_index": [ - 245 - ] - }, - { - "id": "952D8509A8", - "span": { - "start": 71054, - "end": 71310 - }, - "index": 246, - "alignment_index": [ - 246 - ] - }, - { - "id": "C03294CC23", - "span": { - "start": 71311, - "end": 71499 - }, - "index": 247, - "alignment_index": [ - 247 - ] - }, - { - "id": "8DC5DC22D7", - "span": { - "start": 71500, - "end": 71709 - }, - "index": 248, - "alignment_index": [ - 248 - ] - }, - { - "id": "4D428137CE", - "span": { - "start": 71710, - "end": 71909 - }, - "index": 249, - "alignment_index": [ - 249 - ] - }, - { - "id": "718B34F44D", - "span": { - "start": 71910, - "end": 72328 - }, - "index": 250, - "alignment_index": [ - 250 - ] - }, - { - "id": "3C4ACF34CC", - "span": { - "start": 72329, - "end": 72520 - }, - "index": 251, - "alignment_index": [ - 251 - ] - }, - { - "id": "56C92A544F", - "span": { - "start": 72521, - "end": 72723 - }, - "index": 252, - "alignment_index": [ - 252 - ] - }, - { - "id": "389DAAABD8", - "span": { - "start": 72724, - "end": 72916 - }, - "index": 253, - "alignment_index": [ - 253 - ] - }, - { - "id": "6FEB13FB53", - "span": { - "start": 72917, - "end": 73075 - }, - "index": 254, - "alignment_index": [ - 254 - ] - }, - { - "id": "DEA37F34A7", - "span": { - "start": 73076, - "end": 73253 - }, - "index": 255, - "alignment_index": [ - 255 - ] - }, - { - "id": "5D1A441264", - "span": { - "start": 73254, - "end": 73427 - }, - "index": 256, - "alignment_index": [ - 256 - ] - }, - { - "id": "50B9294535", - "span": { - "start": 73428, - "end": 73832 - }, - "index": 257, - "alignment_index": [ - 257 - ] - }, - { - "id": "DB4B7A14A4", - "span": { - "start": 73833, - "end": 74086 - }, - "index": 258, - "alignment_index": [ - 258 - ] - }, - { - "id": "81AACF4212", - "span": { - "start": 74087, - "end": 74229 - }, - "index": 259, - "alignment_index": [ - 259 - ] - }, - { - "id": "A44B1486A0", - "span": { - "start": 74230, - "end": 74390 - }, - "index": 260, - "alignment_index": [ - 260 - ] - }, - { - "id": "F63DF4FEF5", - "span": { - "start": 74391, - "end": 74614 - }, - "index": 261, - "alignment_index": [ - 261 - ] - }, - { - "id": "2B4559EDC3", - "span": { - "start": 74615, - "end": 74767 - }, - "index": 262, - "alignment_index": [ - 262 - ] - }, - { - "id": "D48D9C8B2C", - "span": { - "start": 74768, - "end": 75660 - }, - "index": 263, - "alignment_index": [ - 263 - ] - }, - { - "id": "4CA66A353E", - "span": { - "start": 75661, - "end": 75873 - }, - "index": 264, - "alignment_index": [ - 264 - ] - }, - { - "id": "5BBAAB0B0B", - "span": { - "start": 75874, - "end": 76088 - }, - "index": 265, - "alignment_index": [ - 265 - ] - }, - { - "id": "D4D54F28E2", - "span": { - "start": 76089, - "end": 76339 - }, - "index": 266, - "alignment_index": [ - 266 - ] - }, - { - "id": "64A7154118", - "span": { - "start": 76340, - "end": 76603 - }, - "index": 267, - "alignment_index": [ - 267 - ] - }, - { - "id": "BB8ABB7483", - "span": { - "start": 76604, - "end": 76879 - }, - "index": 268, - "alignment_index": [ - 268 - ] - }, - { - "id": "4D6CC4C836", - "span": { - "start": 76880, - "end": 77575 - }, - "index": 269, - "alignment_index": [ - 269 - ] - }, - { - "id": "6070F2EA22", - "span": { - "start": 77576, - "end": 77860 - }, - "index": 270, - "alignment_index": [ - 270 - ] - }, - { - "id": "98DA444664", - "span": { - "start": 77861, - "end": 78673 - }, - "index": 271, - "alignment_index": [ - 271 - ] - }, - { - "id": "738643266F", - "span": { - "start": 78674, - "end": 78839 - }, - "index": 272, - "alignment_index": [ - 272 - ] - }, - { - "id": "7A049A6620", - "span": { - "start": 78840, - "end": 79692 - }, - "index": 273, - "alignment_index": [ - 273 - ] - }, - { - "id": "C6FEDC9BB6", - "span": { - "start": 79693, - "end": 80455 - }, - "index": 274, - "alignment_index": [ - 274 - ] - }, - { - "id": "BB4949AD60", - "span": { - "start": 80456, - "end": 80715 - }, - "index": 275, - "alignment_index": [ - 275 - ] - }, - { - "id": "540B244006", - "span": { - "start": 80716, - "end": 80919 - }, - "index": 276, - "alignment_index": [ - 276 - ] - }, - { - "id": "014D4822A3", - "span": { - "start": 80920, - "end": 81132 - }, - "index": 277, - "alignment_index": [ - 277 - ] - }, - { - "id": "CA6C1E5E6C", - "span": { - "start": 81133, - "end": 81352 - }, - "index": 278, - "alignment_index": [ - 278 - ] - }, - { - "id": "044460F3B3", - "span": { - "start": 81353, - "end": 81590 - }, - "index": 279, - "alignment_index": [ - 279 - ] - }, - { - "id": "3684CB4443", - "span": { - "start": 81591, - "end": 82368 - }, - "index": 280, - "alignment_index": [ - 280 - ] - }, - { - "id": "4C46644281", - "span": { - "start": 82369, - "end": 82571 - }, - "index": 281, - "alignment_index": [ - 281 - ] - }, - { - "id": "341353F4AF", - "span": { - "start": 82572, - "end": 82810 - }, - "index": 282, - "alignment_index": [ - 282 - ] - }, - { - "id": "D86FA1F8B3", - "span": { - "start": 82811, - "end": 83535 - }, - "index": 283, - "alignment_index": [ - 283 - ] - }, - { - "id": "1E10420A2D", - "span": { - "start": 83536, - "end": 83716 - }, - "index": 284, - "alignment_index": [ - 284 - ] - }, - { - "id": "FE1E2E149E", - "span": { - "start": 83717, - "end": 83928 - }, - "index": 285, - "alignment_index": [ - 285 - ] - }, - { - "id": "FA0A5A1CBC", - "span": { - "start": 83929, - "end": 84132 - }, - "index": 286, - "alignment_index": [ - 286 - ] - }, - { - "id": "84AB3A4C3C", - "span": { - "start": 84133, - "end": 84290 - }, - "index": 287, - "alignment_index": [ - 287 - ] - }, - { - "id": "691BF626BE", - "span": { - "start": 84291, - "end": 84493 - }, - "index": 288, - "alignment_index": [ - 288 - ] - }, - { - "id": "B14B83414B", - "span": { - "start": 84494, - "end": 84732 - }, - "index": 289, - "alignment_index": [ - 289 - ] - }, - { - "id": "7623A39247", - "span": { - "start": 84733, - "end": 84908 - }, - "index": 290, - "alignment_index": [ - 290 - ] - }, - { - "id": "90CBD0BD92", - "span": { - "start": 84909, - "end": 85116 - }, - "index": 291, - "alignment_index": [ - 291 - ] - }, - { - "id": "03CB4D3444", - "span": { - "start": 85117, - "end": 85311 - }, - "index": 292, - "alignment_index": [ - 292 - ] - }, - { - "id": "E3CEC0C040", - "span": { - "start": 85312, - "end": 85528 - }, - "index": 293, - "alignment_index": [ - 293 - ] - }, - { - "id": "4FB5BA08E4", - "span": { - "start": 85529, - "end": 86363 - }, - "index": 294, - "alignment_index": [ - 294 - ] - }, - { - "id": "8C9E886CC7", - "span": { - "start": 86364, - "end": 86708 - }, - "index": 295, - "alignment_index": [ - 295 - ] - }, - { - "id": "883AAC4A02", - "span": { - "start": 86709, - "end": 86918 - }, - "index": 296, - "alignment_index": [ - 296 - ] - }, - { - "id": "0847C370DE", - "span": { - "start": 86919, - "end": 87121 - }, - "index": 297, - "alignment_index": [ - 297 - ] - }, - { - "id": "15F03DCCAF", - "span": { - "start": 87122, - "end": 87253 - }, - "index": 298, - "alignment_index": [ - 298 - ] - }, - { - "id": "38E585C83B", - "span": { - "start": 87254, - "end": 87416 - }, - "index": 299, - "alignment_index": [ - 299 - ] - }, - { - "id": "5B60606B8C", - "span": { - "start": 87417, - "end": 87534 - }, - "index": 300, - "alignment_index": [ - 300 - ] - }, - { - "id": "A0F9A9C0EF", - "span": { - "start": 87535, - "end": 87714 - }, - "index": 301, - "alignment_index": [ - 301 - ] - }, - { - "id": "E38D90B3E5", - "span": { - "start": 87715, - "end": 87903 - }, - "index": 302, - "alignment_index": [ - 302 - ] - }, - { - "id": "850F4BB028", - "span": { - "start": 87904, - "end": 88057 - }, - "index": 303, - "alignment_index": [ - 303 - ] - }, - { - "id": "66FE4F55B5", - "span": { - "start": 88058, - "end": 88652 - }, - "index": 304, - "alignment_index": [ - 304 - ] - }, - { - "id": "4667467065", - "span": { - "start": 88653, - "end": 88884 - }, - "index": 305, - "alignment_index": [ - 305 - ] - }, - { - "id": "0E305F8636", - "span": { - "start": 88885, - "end": 89039 - }, - "index": 306, - "alignment_index": [ - 306 - ] - }, - { - "id": "727C9EC374", - "span": { - "start": 89040, - "end": 89217 - }, - "index": 307, - "alignment_index": [ - 307 - ] - }, - { - "id": "53F04CAD43", - "span": { - "start": 89218, - "end": 89355 - }, - "index": 308, - "alignment_index": [ - 308 - ] - }, - { - "id": "8099C09CEC", - "span": { - "start": 89356, - "end": 89561 - }, - "index": 309, - "alignment_index": [ - 309 - ] - }, - { - "id": "B9309A2DD9", - "span": { - "start": 89562, - "end": 90059 - }, - "index": 310, - "alignment_index": [ - 310 - ] - }, - { - "id": "DFEEBE09FB", - "span": { - "start": 90060, - "end": 90214 - }, - "index": 311, - "alignment_index": [ - 311 - ] - }, - { - "id": "4A444756AF", - "span": { - "start": 90215, - "end": 90472 - }, - "index": 312, - "alignment_index": [ - 312 - ] - }, - { - "id": "94948D7FBA", - "span": { - "start": 90473, - "end": 90858 - }, - "index": 313, - "alignment_index": [ - 313 - ] - }, - { - "id": "073BAEF37F", - "span": { - "start": 90859, - "end": 91028 - }, - "index": 314, - "alignment_index": [ - 314 - ] - }, - { - "id": "8FC4186B22", - "span": { - "start": 91029, - "end": 91223 - }, - "index": 315, - "alignment_index": [ - 315 - ] - }, - { - "id": "9E3CEEC89A", - "span": { - "start": 91224, - "end": 91434 - }, - "index": 316, - "alignment_index": [ - 316 - ] - }, - { - "id": "3B1362E9F8", - "span": { - "start": 91435, - "end": 92032 - }, - "index": 317, - "alignment_index": [ - 317 - ] - }, - { - "id": "62A9D500C2", - "span": { - "start": 92033, - "end": 92420 - }, - "index": 318, - "alignment_index": [ - 318 - ] - }, - { - "id": "5840A0DB45", - "span": { - "start": 92421, - "end": 93090 - }, - "index": 319, - "alignment_index": [ - 319 - ] - }, - { - "id": "8A4B848EF3", - "span": { - "start": 93091, - "end": 93278 - }, - "index": 320, - "alignment_index": [ - 320 - ] - }, - { - "id": "111312D202", - "span": { - "start": 93279, - "end": 94042 - }, - "index": 321, - "alignment_index": [ - 321 - ] - }, - { - "id": "00984B0BA5", - "span": { - "start": 94043, - "end": 94218 - }, - "index": 322, - "alignment_index": [ - 322 - ] - }, - { - "id": "EDEEA44387", - "span": { - "start": 94219, - "end": 94753 - }, - "index": 323, - "alignment_index": [ - 323 - ] - }, - { - "id": "3C86C98823", - "span": { - "start": 94754, - "end": 94923 - }, - "index": 324, - "alignment_index": [ - 324 - ] - }, - { - "id": "2D5D44492B", - "span": { - "start": 94924, - "end": 95106 - }, - "index": 325, - "alignment_index": [ - 325 - ] - }, - { - "id": "C3915CE7E9", - "span": { - "start": 95107, - "end": 95352 - }, - "index": 326, - "alignment_index": [ - 326 - ] - }, - { - "id": "749414A0AA", - "span": { - "start": 95353, - "end": 95623 - }, - "index": 327, - "alignment_index": [ - 327 - ] - }, - { - "id": "F091DD0EEC", - "span": { - "start": 95624, - "end": 95905 - }, - "index": 328, - "alignment_index": [ - 328 - ] - }, - { - "id": "ECCD394FD3", - "span": { - "start": 95906, - "end": 96106 - }, - "index": 329, - "alignment_index": [ - 329 - ] - }, - { - "id": "3A2ED46406", - "span": { - "start": 96107, - "end": 96811 - }, - "index": 330, - "alignment_index": [ - 330 - ] - }, - { - "id": "A69C0EE133", - "span": { - "start": 96812, - "end": 97060 - }, - "index": 331, - "alignment_index": [ - 331 - ] - }, - { - "id": "3344CA88A4", - "span": { - "start": 97061, - "end": 97263 - }, - "index": 332, - "alignment_index": [ - 332 - ] - }, - { - "id": "A46454AE9E", - "span": { - "start": 97264, - "end": 97722 - }, - "index": 333, - "alignment_index": [ - 333 - ] - }, - { - "id": "5E022DB5E2", - "span": { - "start": 97723, - "end": 97901 - }, - "index": 334, - "alignment_index": [ - 334 - ] - }, - { - "id": "F3D0443496", - "span": { - "start": 97902, - "end": 98106 - }, - "index": 335, - "alignment_index": [ - 335 - ] - }, - { - "id": "F8632892F2", - "span": { - "start": 98107, - "end": 98880 - }, - "index": 336, - "alignment_index": [ - 336 - ] - }, - { - "id": "22846E88EB", - "span": { - "start": 98881, - "end": 99487 - }, - "index": 337, - "alignment_index": [ - 337 - ] - }, - { - "id": "B407646172", - "span": { - "start": 99488, - "end": 100101 - }, - "index": 338, - "alignment_index": [ - 338 - ] - }, - { - "id": "47DD377854", - "span": { - "start": 100102, - "end": 100282 - }, - "index": 339, - "alignment_index": [ - 339 - ] - }, - { - "id": "45A8319B82", - "span": { - "start": 100283, - "end": 100499 - }, - "index": 340, - "alignment_index": [ - 340 - ] - }, - { - "id": "944AAE54A0", - "span": { - "start": 100500, - "end": 100717 - }, - "index": 341, - "alignment_index": [ - 341 - ] - }, - { - "id": "BBE02B10DB", - "span": { - "start": 100718, - "end": 100935 - }, - "index": 342, - "alignment_index": [ - 342 - ] - }, - { - "id": "DF7814D45E", - "span": { - "start": 100936, - "end": 101100 - }, - "index": 343, - "alignment_index": [ - 343 - ] - }, - { - "id": "FF8EFC1479", - "span": { - "start": 101101, - "end": 101322 - }, - "index": 344, - "alignment_index": [ - 344 - ] - }, - { - "id": "0AC309CAFE", - "span": { - "start": 101323, - "end": 101506 - }, - "index": 345, - "alignment_index": [ - 345 - ] - }, - { - "id": "A5DD98249A", - "span": { - "start": 101507, - "end": 101712 - }, - "index": 346, - "alignment_index": [ - 346 - ] - }, - { - "id": "D3D3883EAC", - "span": { - "start": 101713, - "end": 101900 - }, - "index": 347, - "alignment_index": [ - 347 - ] - }, - { - "id": "F24EE4DE22", - "span": { - "start": 101901, - "end": 102145 - }, - "index": 348, - "alignment_index": [ - 348 - ] - }, - { - "id": "CDF2D2EBB4", - "span": { - "start": 102146, - "end": 102307 - }, - "index": 349, - "alignment_index": [ - 349 - ] - }, - { - "id": "9149427D42", - "span": { - "start": 102308, - "end": 102505 - }, - "index": 350, - "alignment_index": [ - 350 - ] - }, - { - "id": "4FAB173EFF", - "span": { - "start": 102506, - "end": 102705 - }, - "index": 351, - "alignment_index": [ - 351 - ] - }, - { - "id": "899CEC2E02", - "span": { - "start": 102706, - "end": 102886 - }, - "index": 352, - "alignment_index": [ - 352 - ] - }, - { - "id": "AD90906051", - "span": { - "start": 102887, - "end": 103073 - }, - "index": 353, - "alignment_index": [ - 353 - ] - }, - { - "id": "C48E999406", - "span": { - "start": 103074, - "end": 103235 - }, - "index": 354, - "alignment_index": [ - 354 - ] - }, - { - "id": "5F009F3A53", - "span": { - "start": 103236, - "end": 104062 - }, - "index": 355, - "alignment_index": [ - 355 - ] - }, - { - "id": "A36443F486", - "span": { - "start": 104063, - "end": 104241 - }, - "index": 356, - "alignment_index": [ - 356 - ] - }, - { - "id": "03407B102D", - "span": { - "start": 104242, - "end": 104628 - }, - "index": 357, - "alignment_index": [ - 357 - ] - }, - { - "id": "4B58BA60E6", - "span": { - "start": 104629, - "end": 104820 - }, - "index": 358, - "alignment_index": [ - 358 - ] - }, - { - "id": "647B68FDBD", - "span": { - "start": 104821, - "end": 104969 - }, - "index": 359, - "alignment_index": [ - 359 - ] - }, - { - "id": "3881D46412", - "span": { - "start": 104970, - "end": 105788 - }, - "index": 360, - "alignment_index": [ - 360 - ] - }, - { - "id": "A04B24204D", - "span": { - "start": 105789, - "end": 105907 - }, - "index": 361, - "alignment_index": [ - 361 - ] - }, - { - "id": "FA722BF12A", - "span": { - "start": 105908, - "end": 106104 - }, - "index": 362, - "alignment_index": [ - 362 - ] - }, - { - "id": "773647781E", - "span": { - "start": 106105, - "end": 106409 - }, - "index": 363, - "alignment_index": [ - 363 - ] - }, - { - "id": "5B1433E1BB", - "span": { - "start": 106410, - "end": 107000 - }, - "index": 364, - "alignment_index": [ - 364 - ] - }, - { - "id": "8399328CB9", - "span": { - "start": 107001, - "end": 107264 - }, - "index": 365, - "alignment_index": [ - 365 - ] - }, - { - "id": "C42FD711BB", - "span": { - "start": 107265, - "end": 107503 - }, - "index": 366, - "alignment_index": [ - 366 - ] - }, - { - "id": "08B7758C64", - "span": { - "start": 107504, - "end": 107673 - }, - "index": 367, - "alignment_index": [ - 367 - ] - }, - { - "id": "050CE2E5CE", - "span": { - "start": 107674, - "end": 107862 - }, - "index": 368, - "alignment_index": [ - 368 - ] - }, - { - "id": "C3322BEB88", - "span": { - "start": 107863, - "end": 108233 - }, - "index": 369, - "alignment_index": [ - 369 - ] - }, - { - "id": "682068C422", - "span": { - "start": 108234, - "end": 108408 - }, - "index": 370, - "alignment_index": [ - 370 - ] - }, - { - "id": "AFCADD96BD", - "span": { - "start": 108409, - "end": 108622 - }, - "index": 371, - "alignment_index": [ - 371 - ] - }, - { - "id": "99D26669B6", - "span": { - "start": 108623, - "end": 108827 - }, - "index": 372, - "alignment_index": [ - 372 - ] - }, - { - "id": "66D93A513A", - "span": { - "start": 108828, - "end": 109222 - }, - "index": 373, - "alignment_index": [ - 373 - ] - }, - { - "id": "B6C648A6C6", - "span": { - "start": 109223, - "end": 109451 - }, - "index": 374, - "alignment_index": [ - 374 - ] - }, - { - "id": "C12B68D3DB", - "span": { - "start": 109452, - "end": 109849 - }, - "index": 375, - "alignment_index": [ - 375 - ] - }, - { - "id": "5D98DA8880", - "span": { - "start": 109850, - "end": 109998 - }, - "index": 376, - "alignment_index": [ - 376 - ] - }, - { - "id": "B98921EA5F", - "span": { - "start": 109999, - "end": 110236 - }, - "index": 377, - "alignment_index": [ - 377 - ] - }, - { - "id": "062DE37DF1", - "span": { - "start": 110237, - "end": 110466 - }, - "index": 378, - "alignment_index": [ - 378 - ] - }, - { - "id": "E73ADCFFFD", - "span": { - "start": 110467, - "end": 110661 - }, - "index": 379, - "alignment_index": [ - 379 - ] - }, - { - "id": "DF74D3DDF0", - "span": { - "start": 110662, - "end": 110861 - }, - "index": 380, - "alignment_index": [ - 380 - ] - }, - { - "id": "D864514AD3", - "span": { - "start": 110862, - "end": 111372 - }, - "index": 381, - "alignment_index": [ - 381 - ] - }, - { - "id": "9AAF4791A6", - "span": { - "start": 111373, - "end": 111613 - }, - "index": 382, - "alignment_index": [ - 382 - ] - }, - { - "id": "5A6BD82D27", - "span": { - "start": 111614, - "end": 111818 - }, - "index": 383, - "alignment_index": [ - 383 - ] - }, - { - "id": "49893C3109", - "span": { - "start": 111819, - "end": 112078 - }, - "index": 384, - "alignment_index": [ - 384 - ] - }, - { - "id": "00C4A819E4", - "span": { - "start": 112079, - "end": 112335 - }, - "index": 385, - "alignment_index": [ - 385 - ] - }, - { - "id": "8475438C98", - "span": { - "start": 112336, - "end": 112528 - }, - "index": 386, - "alignment_index": [ - 386 - ] - }, - { - "id": "283134FD42", - "span": { - "start": 112529, - "end": 112681 - }, - "index": 387, - "alignment_index": [ - 387 - ] - }, - { - "id": "11B053FA0B", - "span": { - "start": 112682, - "end": 112906 - }, - "index": 388, - "alignment_index": [ - 388 - ] - }, - { - "id": "09C68C7D48", - "span": { - "start": 112907, - "end": 113101 - }, - "index": 389, - "alignment_index": [ - 389 - ] - }, - { - "id": "13CF7B3B44", - "span": { - "start": 113102, - "end": 113693 - }, - "index": 390, - "alignment_index": [ - 390 - ] - }, - { - "id": "AEBCC28BEA", - "span": { - "start": 113694, - "end": 113897 - }, - "index": 391, - "alignment_index": [ - 391 - ] - }, - { - "id": "81A9C084C0", - "span": { - "start": 113898, - "end": 114077 - }, - "index": 392, - "alignment_index": [ - 392 - ] - }, - { - "id": "F2B7FCFCA9", - "span": { - "start": 114078, - "end": 114226 - }, - "index": 393, - "alignment_index": [ - 393 - ] - }, - { - "id": "B19A378981", - "span": { - "start": 114227, - "end": 114407 - }, - "index": 394, - "alignment_index": [ - 394 - ] - }, - { - "id": "A7257109BF", - "span": { - "start": 114408, - "end": 114642 - }, - "index": 395, - "alignment_index": [ - 395 - ] - }, - { - "id": "3A6AB3F41B", - "span": { - "start": 114643, - "end": 114811 - }, - "index": 396, - "alignment_index": [ - 396 - ] - }, - { - "id": "7F5BB6FE55", - "span": { - "start": 114812, - "end": 114995 - }, - "index": 397, - "alignment_index": [ - 397 - ] - }, - { - "id": "894D494CBF", - "span": { - "start": 114996, - "end": 115236 - }, - "index": 398, - "alignment_index": [ - 398 - ] - }, - { - "id": "B455084D70", - "span": { - "start": 115237, - "end": 115384 - }, - "index": 399, - "alignment_index": [ - 399 - ] - }, - { - "id": "7297293B99", - "span": { - "start": 115385, - "end": 115954 - }, - "index": 400, - "alignment_index": [ - 400 - ] - }, - { - "id": "E3AF206D7D", - "span": { - "start": 115955, - "end": 116148 - }, - "index": 401, - "alignment_index": [ - 401 - ] - }, - { - "id": "4A879B787C", - "span": { - "start": 116149, - "end": 116362 - }, - "index": 402, - "alignment_index": [ - 402 - ] - }, - { - "id": "24BB3E4AF6", - "span": { - "start": 116363, - "end": 116530 - }, - "index": 403, - "alignment_index": [ - 403 - ] - }, - { - "id": "EEEB95CA77", - "span": { - "start": 116531, - "end": 116739 - }, - "index": 404, - "alignment_index": [ - 404 - ] - }, - { - "id": "BFE2215FBF", - "span": { - "start": 116740, - "end": 116953 - }, - "index": 405, - "alignment_index": [ - 405 - ] - }, - { - "id": "0B7CCD5117", - "span": { - "start": 116954, - "end": 117143 - }, - "index": 406, - "alignment_index": [ - 406 - ] - }, - { - "id": "006D9A0030", - "span": { - "start": 117144, - "end": 117328 - }, - "index": 407, - "alignment_index": [ - 407 - ] - }, - { - "id": "DA42C83BDA", - "span": { - "start": 117329, - "end": 117551 - }, - "index": 408, - "alignment_index": [ - 408 - ] - }, - { - "id": "84EFD89A85", - "span": { - "start": 117552, - "end": 117820 - }, - "index": 409, - "alignment_index": [ - 409 - ] - }, - { - "id": "064C194D37", - "span": { - "start": 117821, - "end": 118039 - }, - "index": 410, - "alignment_index": [ - 410 - ] - }, - { - "id": "C3E4EB0280", - "span": { - "start": 118040, - "end": 118275 - }, - "index": 411, - "alignment_index": [ - 411 - ] - }, - { - "id": "FA9AAAD294", - "span": { - "start": 118276, - "end": 118537 - }, - "index": 412, - "alignment_index": [ - 412 - ] - }, - { - "id": "EBE5E832C4", - "span": { - "start": 118538, - "end": 118763 - }, - "index": 413, - "alignment_index": [ - 413 - ] - }, - { - "id": "F4424F1E88", - "span": { - "start": 118764, - "end": 118978 - }, - "index": 414, - "alignment_index": [ - 414 - ] - }, - { - "id": "0F4B0E40BB", - "span": { - "start": 118979, - "end": 119208 - }, - "index": 415, - "alignment_index": [ - 415 - ] - }, - { - "id": "4F89F56D4F", - "span": { - "start": 119209, - "end": 119447 - }, - "index": 416, - "alignment_index": [ - 416 - ] - }, - { - "id": "171D5DC0B5", - "span": { - "start": 119448, - "end": 119702 - }, - "index": 417, - "alignment_index": [ - 417 - ] - }, - { - "id": "B65B53407A", - "span": { - "start": 119703, - "end": 120249 - }, - "index": 418, - "alignment_index": [ - 418 - ] - }, - { - "id": "CCAF8D2652", - "span": { - "start": 120250, - "end": 120485 - }, - "index": 419, - "alignment_index": [ - 419 - ] - }, - { - "id": "41ED971420", - "span": { - "start": 120486, - "end": 120781 - }, - "index": 420, - "alignment_index": [ - 420 - ] - }, - { - "id": "635998CFF6", - "span": { - "start": 120782, - "end": 121528 - }, - "index": 421, - "alignment_index": [ - 421 - ] - }, - { - "id": "0B42A49CFB", - "span": { - "start": 121529, - "end": 122363 - }, - "index": 422, - "alignment_index": [ - 422 - ] - }, - { - "id": "F268F02728", - "span": { - "start": 122364, - "end": 122631 - }, - "index": 423, - "alignment_index": [ - 423 - ] - }, - { - "id": "447CA70485", - "span": { - "start": 122632, - "end": 123223 - }, - "index": 424, - "alignment_index": [ - 424 - ] - }, - { - "id": "0BAF88885A", - "span": { - "start": 123224, - "end": 123474 - }, - "index": 425, - "alignment_index": [ - 425 - ] - }, - { - "id": "4F23B2275B", - "span": { - "start": 123475, - "end": 123746 - }, - "index": 426, - "alignment_index": [ - 426 - ] - }, - { - "id": "D44DC1BA38", - "span": { - "start": 123747, - "end": 124057 - }, - "index": 427, - "alignment_index": [ - 427 - ] - }, - { - "id": "BB1177F7D4", - "span": { - "start": 124058, - "end": 124191 - }, - "index": 428, - "alignment_index": [ - 428 - ] - }, - { - "id": "804FE8FFAF", - "span": { - "start": 124192, - "end": 124982 - }, - "index": 429, - "alignment_index": [ - 429 - ] - }, - { - "id": "33992C9713", - "span": { - "start": 124983, - "end": 125166 - }, - "index": 430, - "alignment_index": [ - 430 - ] - }, - { - "id": "30871940C4", - "span": { - "start": 125167, - "end": 125335 - }, - "index": 431, - "alignment_index": [ - 431 - ] - }, - { - "id": "A188855FFA", - "span": { - "start": 125336, - "end": 125503 - }, - "index": 432, - "alignment_index": [ - 432 - ] - }, - { - "id": "187332360B", - "span": { - "start": 125504, - "end": 125711 - }, - "index": 433, - "alignment_index": [ - 433 - ] - }, - { - "id": "BAA60B4669", - "span": { - "start": 125712, - "end": 125931 - }, - "index": 434, - "alignment_index": [ - 434 - ] - }, - { - "id": "CE57E4706C", - "span": { - "start": 125932, - "end": 126134 - }, - "index": 435, - "alignment_index": [ - 435 - ] - }, - { - "id": "F4FC0B3AF5", - "span": { - "start": 126135, - "end": 126351 - }, - "index": 436, - "alignment_index": [ - 436 - ] - }, - { - "id": "FCFF7E19CA", - "span": { - "start": 126352, - "end": 126615 - }, - "index": 437, - "alignment_index": [ - 437 - ] - }, - { - "id": "82931B4A45", - "span": { - "start": 126616, - "end": 126801 - }, - "index": 438, - "alignment_index": [ - 438 - ] - }, - { - "id": "A5879B954A", - "span": { - "start": 126802, - "end": 126977 - }, - "index": 439, - "alignment_index": [ - 439 - ] - }, - { - "id": "B4386434B0", - "span": { - "start": 126978, - "end": 127141 - }, - "index": 440, - "alignment_index": [ - 440 - ] - }, - { - "id": "AA6A6D0B99", - "span": { - "start": 127142, - "end": 127332 - }, - "index": 441, - "alignment_index": [ - 441 - ] - }, - { - "id": "8151C52852", - "span": { - "start": 127333, - "end": 127511 - }, - "index": 442, - "alignment_index": [ - 442 - ] - }, - { - "id": "563F230B38", - "span": { - "start": 127512, - "end": 127664 - }, - "index": 443, - "alignment_index": [ - 443 - ] - }, - { - "id": "498E43DD90", - "span": { - "start": 127665, - "end": 127813 - }, - "index": 444, - "alignment_index": [ - 444 - ] - }, - { - "id": "49BD2D7BB6", - "span": { - "start": 127814, - "end": 128363 - }, - "index": 445, - "alignment_index": [ - 445 - ] - }, - { - "id": "501A04FC78", - "span": { - "start": 128364, - "end": 128576 - }, - "index": 446, - "alignment_index": [ - 446 - ] - }, - { - "id": "8E8E3873F8", - "span": { - "start": 128577, - "end": 128770 - }, - "index": 447, - "alignment_index": [ - 447 - ] - }, - { - "id": "F780E17378", - "span": { - "start": 128771, - "end": 129017 - }, - "index": 448, - "alignment_index": [ - 448 - ] - }, - { - "id": "04AAA44B6D", - "span": { - "start": 129018, - "end": 129203 - }, - "index": 449, - "alignment_index": [ - 449 - ] - }, - { - "id": "FE88EC948E", - "span": { - "start": 129204, - "end": 129397 - }, - "index": 450, - "alignment_index": [ - 450 - ] - }, - { - "id": "EED2E0DDFF", - "span": { - "start": 129398, - "end": 129556 - }, - "index": 451, - "alignment_index": [ - 451 - ] - }, - { - "id": "5FDBCA4578", - "span": { - "start": 129557, - "end": 129765 - }, - "index": 452, - "alignment_index": [ - 452 - ] - }, - { - "id": "044D09C99B", - "span": { - "start": 129766, - "end": 130392 - }, - "index": 453, - "alignment_index": [ - 453 - ] - }, - { - "id": "144CDC2372", - "span": { - "start": 130393, - "end": 130618 - }, - "index": 454, - "alignment_index": [ - 454 - ] - }, - { - "id": "C3E24EA92F", - "span": { - "start": 130619, - "end": 130802 - }, - "index": 455, - "alignment_index": [ - 455 - ] - }, - { - "id": "09BA109BB3", - "span": { - "start": 130803, - "end": 130983 - }, - "index": 456, - "alignment_index": [ - 456 - ] - }, - { - "id": "D762884476", - "span": { - "start": 130984, - "end": 131198 - }, - "index": 457, - "alignment_index": [ - 457 - ] - }, - { - "id": "79DCA25BBC", - "span": { - "start": 131199, - "end": 131344 - }, - "index": 458, - "alignment_index": [ - 458 - ] - }, - { - "id": "50DFE1820D", - "span": { - "start": 131345, - "end": 132100 - }, - "index": 459, - "alignment_index": [ - 459 - ] - }, - { - "id": "238B760126", - "span": { - "start": 132101, - "end": 132394 - }, - "index": 460, - "alignment_index": [ - 460 - ] - }, - { - "id": "F1F56BD7D7", - "span": { - "start": 132395, - "end": 132582 - }, - "index": 461, - "alignment_index": [ - 461 - ] - }, - { - "id": "E1ED12BE01", - "span": { - "start": 132583, - "end": 133542 - }, - "index": 462, - "alignment_index": [ - 462 - ] - }, - { - "id": "14141A8FAA", - "span": { - "start": 133543, - "end": 133783 - }, - "index": 463, - "alignment_index": [ - 463 - ] - }, - { - "id": "BE84914689", - "span": { - "start": 133784, - "end": 134013 - }, - "index": 464, - "alignment_index": [ - 464 - ] - }, - { - "id": "A82BA4CE6B", - "span": { - "start": 134014, - "end": 134295 - }, - "index": 465, - "alignment_index": [ - 465 - ] - }, - { - "id": "D22BDB7414", - "span": { - "start": 134296, - "end": 134556 - }, - "index": 466, - "alignment_index": [ - 466 - ] - }, - { - "id": "455F1244D9", - "span": { - "start": 134557, - "end": 134800 - }, - "index": 467, - "alignment_index": [ - 467 - ] - }, - { - "id": "CBFFD9A07F", - "span": { - "start": 134801, - "end": 135041 - }, - "index": 468, - "alignment_index": [ - 468 - ] - }, - { - "id": "B53B4E8269", - "span": { - "start": 135042, - "end": 135331 - }, - "index": 469, - "alignment_index": [ - 469 - ] - }, - { - "id": "F583B745B2", - "span": { - "start": 135332, - "end": 135488 - }, - "index": 470, - "alignment_index": [ - 470 - ] - }, - { - "id": "5E534C46CF", - "span": { - "start": 135489, - "end": 136403 - }, - "index": 471, - "alignment_index": [ - 471 - ] - }, - { - "id": "D58ECD494C", - "span": { - "start": 136404, - "end": 136597 - }, - "index": 472, - "alignment_index": [ - 472 - ] - }, - { - "id": "D0B850A828", - "span": { - "start": 136598, - "end": 136796 - }, - "index": 473, - "alignment_index": [ - 473 - ] - }, - { - "id": "100DB61FC7", - "span": { - "start": 136797, - "end": 137016 - }, - "index": 474, - "alignment_index": [ - 474 - ] - }, - { - "id": "64E498EE69", - "span": { - "start": 137017, - "end": 137189 - }, - "index": 475, - "alignment_index": [ - 475 - ] - }, - { - "id": "FBB0777B00", - "span": { - "start": 137190, - "end": 137339 - }, - "index": 476, - "alignment_index": [ - 476 - ] - }, - { - "id": "06D9B199D8", - "span": { - "start": 137340, - "end": 137608 - }, - "index": 477, - "alignment_index": [ - 477 - ] - }, - { - "id": "2922813362", - "span": { - "start": 137609, - "end": 137787 - }, - "index": 478, - "alignment_index": [ - 478 - ] - }, - { - "id": "A74DDE3137", - "span": { - "start": 137788, - "end": 138165 - }, - "index": 479, - "alignment_index": [ - 479 - ] - }, - { - "id": "85C6B1463E", - "span": { - "start": 138166, - "end": 138546 - }, - "index": 480, - "alignment_index": [ - 480 - ] - }, - { - "id": "202C6886D5", - "span": { - "start": 138547, - "end": 138719 - }, - "index": 481, - "alignment_index": [ - 481 - ] - }, - { - "id": "2AF8465336", - "span": { - "start": 138720, - "end": 139014 - }, - "index": 482, - "alignment_index": [ - 482 - ] - }, - { - "id": "1A3ABE638F", - "span": { - "start": 139015, - "end": 139273 - }, - "index": 483, - "alignment_index": [ - 483 - ] - }, - { - "id": "09FA9EE511", - "span": { - "start": 139274, - "end": 139541 - }, - "index": 484, - "alignment_index": [ - 484 - ] - }, - { - "id": "0FF5B7CC4B", - "span": { - "start": 139542, - "end": 140127 - }, - "index": 485, - "alignment_index": [ - 485 - ] - }, - { - "id": "3DD63CD3E9", - "span": { - "start": 140128, - "end": 140623 - }, - "index": 486, - "alignment_index": [ - 486 - ] - }, - { - "id": "7539FCA308", - "span": { - "start": 140624, - "end": 140816 - }, - "index": 487, - "alignment_index": [ - 487 - ] - }, - { - "id": "A17E66CCBF", - "span": { - "start": 140817, - "end": 141048 - }, - "index": 488, - "alignment_index": [ - 488 - ] - }, - { - "id": "9DD888F488", - "span": { - "start": 141049, - "end": 141236 - }, - "index": 489, - "alignment_index": [ - 489 - ] - }, - { - "id": "8C58EC2F6E", - "span": { - "start": 141237, - "end": 141371 - }, - "index": 490, - "alignment_index": [ - 490 - ] - }, - { - "id": "6F514AD654", - "span": { - "start": 141372, - "end": 141650 - }, - "index": 491, - "alignment_index": [ - 491 - ] - }, - { - "id": "D49606506D", - "span": { - "start": 141651, - "end": 141931 - }, - "index": 492, - "alignment_index": [ - 492 - ] - }, - { - "id": "956D1D4D68", - "span": { - "start": 141932, - "end": 142156 - }, - "index": 493, - "alignment_index": [ - 493 - ] - }, - { - "id": "2A4A410CD2", - "span": { - "start": 142157, - "end": 142891 - }, - "index": 494, - "alignment_index": [ - 494 - ] - }, - { - "id": "9A4EBA2736", - "span": { - "start": 142892, - "end": 143101 - }, - "index": 495, - "alignment_index": [ - 495 - ] - }, - { - "id": "26520A70AE", - "span": { - "start": 143102, - "end": 143301 - }, - "index": 496, - "alignment_index": [ - 496 - ] - }, - { - "id": "77C8BD173F", - "span": { - "start": 143302, - "end": 143533 - }, - "index": 497, - "alignment_index": [ - 497 - ] - }, - { - "id": "26090B4697", - "span": { - "start": 143534, - "end": 143791 - }, - "index": 498, - "alignment_index": [ - 498 - ] - }, - { - "id": "900E0099AA", - "span": { - "start": 143792, - "end": 144603 - }, - "index": 499, - "alignment_index": [ - 499 - ] - }, - { - "id": "4C5365922F", - "span": { - "start": 144604, - "end": 144799 - }, - "index": 500, - "alignment_index": [ - 500 - ] - }, - { - "id": "7DB6E14AD8", - "span": { - "start": 144800, - "end": 144974 - }, - "index": 501, - "alignment_index": [ - 501 - ] - }, - { - "id": "D00A818112", - "span": { - "start": 144975, - "end": 145232 - }, - "index": 502, - "alignment_index": [ - 502 - ] - }, - { - "id": "889AD88988", - "span": { - "start": 145233, - "end": 145905 - }, - "index": 503, - "alignment_index": [ - 503 - ] - }, - { - "id": "BE4AD4688F", - "span": { - "start": 145906, - "end": 146098 - }, - "index": 504, - "alignment_index": [ - 504 - ] - }, - { - "id": "94D3D8C9D6", - "span": { - "start": 146099, - "end": 146267 - }, - "index": 505, - "alignment_index": [ - 505 - ] - }, - { - "id": "295A88D5A5", - "span": { - "start": 146268, - "end": 146537 - }, - "index": 506, - "alignment_index": [ - 506 - ] - }, - { - "id": "1D3D4B29F9", - "span": { - "start": 146538, - "end": 146696 - }, - "index": 507, - "alignment_index": [ - 507 - ] - }, - { - "id": "D299A35263", - "span": { - "start": 146697, - "end": 146852 - }, - "index": 508, - "alignment_index": [ - 508 - ] - }, - { - "id": "367A6A25A8", - "span": { - "start": 146853, - "end": 147098 - }, - "index": 509, - "alignment_index": [ - 509 - ] - }, - { - "id": "61AFAF6EBE", - "span": { - "start": 147099, - "end": 147827 - }, - "index": 510, - "alignment_index": [ - 510 - ] - }, - { - "id": "4DA93B14F3", - "span": { - "start": 147828, - "end": 148066 - }, - "index": 511, - "alignment_index": [ - 511 - ] - }, - { - "id": "6D79EBB99F", - "span": { - "start": 148067, - "end": 148389 - }, - "index": 512, - "alignment_index": [ - 512 - ] - }, - { - "id": "E8C52FC2F7", - "span": { - "start": 148390, - "end": 148565 - }, - "index": 513, - "alignment_index": [ - 513 - ] - }, - { - "id": "4A54AA4B5B", - "span": { - "start": 148566, - "end": 148721 - }, - "index": 514, - "alignment_index": [ - 514 - ] - }, - { - "id": "503B9AA144", - "span": { - "start": 148722, - "end": 148975 - }, - "index": 515, - "alignment_index": [ - 515 - ] - }, - { - "id": "FEB22277DA", - "span": { - "start": 148976, - "end": 149258 - }, - "index": 516, - "alignment_index": [ - 516 - ] - }, - { - "id": "C128CC95F4", - "span": { - "start": 149259, - "end": 149443 - }, - "index": 517, - "alignment_index": [ - 517 - ] - }, - { - "id": "3111AC3313", - "span": { - "start": 149444, - "end": 149661 - }, - "index": 518, - "alignment_index": [ - 518 - ] - }, - { - "id": "70D124B1D0", - "span": { - "start": 149662, - "end": 149879 - }, - "index": 519, - "alignment_index": [ - 519 - ] - }, - { - "id": "9CEBC9B529", - "span": { - "start": 149880, - "end": 150091 - }, - "index": 520, - "alignment_index": [ - 520 - ] - }, - { - "id": "018888F98F", - "span": { - "start": 150092, - "end": 150327 - }, - "index": 521, - "alignment_index": [ - 521 - ] - }, - { - "id": "57F88FF094", - "span": { - "start": 150328, - "end": 150513 - }, - "index": 522, - "alignment_index": [ - 522 - ] - }, - { - "id": "5F6FBF6B97", - "span": { - "start": 150514, - "end": 150757 - }, - "index": 523, - "alignment_index": [ - 523 - ] - }, - { - "id": "41A98B1871", - "span": { - "start": 150758, - "end": 151080 - }, - "index": 524, - "alignment_index": [ - 524 - ] - }, - { - "id": "C903B9DBBA", - "span": { - "start": 151081, - "end": 151393 - }, - "index": 525, - "alignment_index": [ - 525 - ] - }, - { - "id": "81883C3841", - "span": { - "start": 151394, - "end": 151512 - }, - "index": 526, - "alignment_index": [ - 526 - ] - }, - { - "id": "C81129E126", - "span": { - "start": 151513, - "end": 151825 - }, - "index": 527, - "alignment_index": [ - 527 - ] - }, - { - "id": "0C00176016", - "span": { - "start": 151826, - "end": 152042 - }, - "index": 528, - "alignment_index": [ - 528 - ] - }, - { - "id": "401CD8B47B", - "span": { - "start": 152043, - "end": 152200 - }, - "index": 529, - "alignment_index": [ - 529 - ] - }, - { - "id": "1D045BB6F1", - "span": { - "start": 152201, - "end": 152355 - }, - "index": 530, - "alignment_index": [ - 530 - ] - }, - { - "id": "83D5E31EA0", - "span": { - "start": 152356, - "end": 153104 - }, - "index": 531, - "alignment_index": [ - 531 - ] - }, - { - "id": "C26EBFD319", - "span": { - "start": 153105, - "end": 153286 - }, - "index": 532, - "alignment_index": [ - 532 - ] - }, - { - "id": "83E26C325A", - "span": { - "start": 153287, - "end": 153457 - }, - "index": 533, - "alignment_index": [ - 533 - ] - }, - { - "id": "01837A822A", - "span": { - "start": 153458, - "end": 153707 - }, - "index": 534, - "alignment_index": [ - 534 - ] - }, - { - "id": "05CE57440B", - "span": { - "start": 153708, - "end": 153898 - }, - "index": 535, - "alignment_index": [ - 535 - ] - }, - { - "id": "2A2A67C07D", - "span": { - "start": 153899, - "end": 154046 - }, - "index": 536, - "alignment_index": [ - 536 - ] - }, - { - "id": "3BF3882311", - "span": { - "start": 154047, - "end": 154247 - }, - "index": 537, - "alignment_index": [ - 537 - ] - }, - { - "id": "CAD4E8D1BE", - "span": { - "start": 154248, - "end": 154401 - }, - "index": 538, - "alignment_index": [ - 538 - ] - }, - { - "id": "75251178A0", - "span": { - "start": 154402, - "end": 154590 - }, - "index": 539, - "alignment_index": [ - 539 - ] - }, - { - "id": "A5B01197B0", - "span": { - "start": 154591, - "end": 154779 - }, - "index": 540, - "alignment_index": [ - 540 - ] - }, - { - "id": "F45CB66454", - "span": { - "start": 154780, - "end": 154947 - }, - "index": 541, - "alignment_index": [ - 541 - ] - }, - { - "id": "00561A9012", - "span": { - "start": 154948, - "end": 155095 - }, - "index": 542, - "alignment_index": [ - 542 - ] - }, - { - "id": "622CC3B8CB", - "span": { - "start": 155096, - "end": 155920 - }, - "index": 543, - "alignment_index": [ - 543 - ] - }, - { - "id": "84948A1C96", - "span": { - "start": 155921, - "end": 156125 - }, - "index": 544, - "alignment_index": [ - 544 - ] - }, - { - "id": "BB54756405", - "span": { - "start": 156126, - "end": 156313 - }, - "index": 545, - "alignment_index": [ - 545 - ] - }, - { - "id": "024000093B", - "span": { - "start": 156314, - "end": 156480 - }, - "index": 546, - "alignment_index": [ - 546 - ] - }, - { - "id": "1566DFFAF0", - "span": { - "start": 156481, - "end": 156714 - }, - "index": 547, - "alignment_index": [ - 547 - ] - }, - { - "id": "1AB9138FF1", - "span": { - "start": 156715, - "end": 157194 - }, - "index": 548, - "alignment_index": [ - 548 - ] - }, - { - "id": "28B244535D", - "span": { - "start": 157195, - "end": 157440 - }, - "index": 549, - "alignment_index": [ - 549 - ] - }, - { - "id": "8E182FFC58", - "span": { - "start": 157441, - "end": 157639 - }, - "index": 550, - "alignment_index": [ - 550 - ] - }, - { - "id": "36CF4CF6AA", - "span": { - "start": 157640, - "end": 157879 - }, - "index": 551, - "alignment_index": [ - 551 - ] - }, - { - "id": "743C37354C", - "span": { - "start": 157880, - "end": 158054 - }, - "index": 552, - "alignment_index": [ - 552 - ] - }, - { - "id": "7184745785", - "span": { - "start": 158055, - "end": 158521 - }, - "index": 553, - "alignment_index": [ - 553 - ] - }, - { - "id": "2CE21B32CC", - "span": { - "start": 158522, - "end": 158689 - }, - "index": 554, - "alignment_index": [ - 554 - ] - }, - { - "id": "F9720A9310", - "span": { - "start": 158690, - "end": 159573 - }, - "index": 555, - "alignment_index": [ - 555 - ] - }, - { - "id": "B19D1D03AD", - "span": { - "start": 159574, - "end": 159743 - }, - "index": 556, - "alignment_index": [ - 556 - ] - }, - { - "id": "9504B9594F", - "span": { - "start": 159744, - "end": 159911 - }, - "index": 557, - "alignment_index": [ - 557 - ] - }, - { - "id": "B7FFF47FDF", - "span": { - "start": 159912, - "end": 160094 - }, - "index": 558, - "alignment_index": [ - 558 - ] - }, - { - "id": "4F4B0B4F0B", - "span": { - "start": 160095, - "end": 160259 - }, - "index": 559, - "alignment_index": [ - 559 - ] - }, - { - "id": "12140091C9", - "span": { - "start": 160260, - "end": 160486 - }, - "index": 560, - "alignment_index": [ - 560 - ] - }, - { - "id": "A918DEC316", - "span": { - "start": 160487, - "end": 160611 - }, - "index": 561, - "alignment_index": [ - 561 - ] - }, - { - "id": "2FF468A058", - "span": { - "start": 160612, - "end": 161286 - }, - "index": 562, - "alignment_index": [ - 562 - ] - }, - { - "id": "823F474F03", - "span": { - "start": 161287, - "end": 161452 - }, - "index": 563, - "alignment_index": [ - 563 - ] - }, - { - "id": "40F031F2FF", - "span": { - "start": 161453, - "end": 161862 - }, - "index": 564, - "alignment_index": [ - 564 - ] - }, - { - "id": "C7AA544A2A", - "span": { - "start": 161863, - "end": 162074 - }, - "index": 565, - "alignment_index": [ - 565 - ] - }, - { - "id": "7D455DBAB9", - "span": { - "start": 162075, - "end": 162719 - }, - "index": 566, - "alignment_index": [ - 566 - ] - }, - { - "id": "CF2DC5FC92", - "span": { - "start": 162720, - "end": 163562 - }, - "index": 567, - "alignment_index": [ - 567 - ] - }, - { - "id": "DDB3B7008C", - "span": { - "start": 163563, - "end": 163743 - }, - "index": 568, - "alignment_index": [ - 568 - ] - }, - { - "id": "EE805EE9A7", - "span": { - "start": 163744, - "end": 164082 - }, - "index": 569, - "alignment_index": [ - 569 - ] - }, - { - "id": "C96C3636C4", - "span": { - "start": 164083, - "end": 164256 - }, - "index": 570, - "alignment_index": [ - 570 - ] - }, - { - "id": "00082C731E", - "span": { - "start": 164257, - "end": 164446 - }, - "index": 571, - "alignment_index": [ - 571 - ] - }, - { - "id": "D0644E488E", - "span": { - "start": 164447, - "end": 164660 - }, - "index": 572, - "alignment_index": [ - 572 - ] - }, - { - "id": "DDF3A63FCF", - "span": { - "start": 164661, - "end": 164820 - }, - "index": 573, - "alignment_index": [ - 573 - ] - }, - { - "id": "442FFFBE8F", - "span": { - "start": 164821, - "end": 165022 - }, - "index": 574, - "alignment_index": [ - 574 - ] - }, - { - "id": "43277045AB", - "span": { - "start": 165023, - "end": 165212 - }, - "index": 575, - "alignment_index": [ - 575 - ] - }, - { - "id": "8DC48EEA33", - "span": { - "start": 165213, - "end": 165396 - }, - "index": 576, - "alignment_index": [ - 576 - ] - }, - { - "id": "1A296EBA3B", - "span": { - "start": 165397, - "end": 165604 - }, - "index": 577, - "alignment_index": [ - 577 - ] - }, - { - "id": "83D6EDE19A", - "span": { - "start": 165605, - "end": 166240 - }, - "index": 578, - "alignment_index": [ - 578 - ] - }, - { - "id": "7860AFE0CF", - "span": { - "start": 166241, - "end": 166446 - }, - "index": 579, - "alignment_index": [ - 579 - ] - }, - { - "id": "400E99A490", - "span": { - "start": 166447, - "end": 166663 - }, - "index": 580, - "alignment_index": [ - 580 - ] - }, - { - "id": "E11A9501AE", - "span": { - "start": 166664, - "end": 166901 - }, - "index": 581, - "alignment_index": [ - 581 - ] - }, - { - "id": "B9C4268CA4", - "span": { - "start": 166902, - "end": 167090 - }, - "index": 582, - "alignment_index": [ - 582 - ] - }, - { - "id": "F4FB8A4EFF", - "span": { - "start": 167091, - "end": 167238 - }, - "index": 583, - "alignment_index": [ - 583 - ] - }, - { - "id": "D0FE3AAD6D", - "span": { - "start": 167239, - "end": 167419 - }, - "index": 584, - "alignment_index": [ - 584 - ] - }, - { - "id": "67A93737FF", - "span": { - "start": 167420, - "end": 167579 - }, - "index": 585, - "alignment_index": [ - 585 - ] - }, - { - "id": "A87EA4152A", - "span": { - "start": 167580, - "end": 167803 - }, - "index": 586, - "alignment_index": [ - 586 - ] - }, - { - "id": "1F9AD47A77", - "span": { - "start": 167804, - "end": 168038 - }, - "index": 587, - "alignment_index": [ - 587 - ] - }, - { - "id": "2425AC6D88", - "span": { - "start": 168039, - "end": 168721 - }, - "index": 588, - "alignment_index": [ - 588 - ] - }, - { - "id": "6B1CE2A638", - "span": { - "start": 168722, - "end": 168908 - }, - "index": 589, - "alignment_index": [ - 589 - ] - }, - { - "id": "97A29A69B1", - "span": { - "start": 168909, - "end": 169113 - }, - "index": 590, - "alignment_index": [ - 590 - ] - }, - { - "id": "C74DA9378E", - "span": { - "start": 169114, - "end": 169403 - }, - "index": 591, - "alignment_index": [ - 591 - ] - }, - { - "id": "B771B30B02", - "span": { - "start": 169404, - "end": 169568 - }, - "index": 592, - "alignment_index": [ - 592 - ] - }, - { - "id": "4C733EEA6E", - "span": { - "start": 169569, - "end": 170168 - }, - "index": 593, - "alignment_index": [ - 593 - ] - }, - { - "id": "4ED4F48AC2", - "span": { - "start": 170169, - "end": 170381 - }, - "index": 594, - "alignment_index": [ - 594 - ] - }, - { - "id": "7FF220565A", - "span": { - "start": 170382, - "end": 171225 - }, - "index": 595, - "alignment_index": [ - 595 - ] - }, - { - "id": "765B5957E9", - "span": { - "start": 171226, - "end": 171443 - }, - "index": 596, - "alignment_index": [ - 596 - ] - }, - { - "id": "9743612C24", - "span": { - "start": 171444, - "end": 171601 - }, - "index": 597, - "alignment_index": [ - 597 - ] - }, - { - "id": "999F6F69F1", - "span": { - "start": 171602, - "end": 171868 - }, - "index": 598, - "alignment_index": [ - 598 - ] - }, - { - "id": "CA3FACB999", - "span": { - "start": 171869, - "end": 172741 - }, - "index": 599, - "alignment_index": [ - 599 - ] - }, - { - "id": "099022B621", - "span": { - "start": 172742, - "end": 172923 - }, - "index": 600, - "alignment_index": [ - 600 - ] - }, - { - "id": "FB78E0E557", - "span": { - "start": 172924, - "end": 173061 - }, - "index": 601, - "alignment_index": [ - 601 - ] - }, - { - "id": "E25F57D355", - "span": { - "start": 173062, - "end": 173476 - }, - "index": 602, - "alignment_index": [ - 602 - ] - }, - { - "id": "C856BB77D2", - "span": { - "start": 173477, - "end": 173737 - }, - "index": 603, - "alignment_index": [ - 603 - ] - }, - { - "id": "209328A00C", - "span": { - "start": 173738, - "end": 174104 - }, - "index": 604, - "alignment_index": [ - 604 - ] - }, - { - "id": "C1441099DC", - "span": { - "start": 174105, - "end": 174294 - }, - "index": 605, - "alignment_index": [ - 605 - ] - }, - { - "id": "F947868F40", - "span": { - "start": 174295, - "end": 174501 - }, - "index": 606, - "alignment_index": [ - 606 - ] - }, - { - "id": "5D8EE13C18", - "span": { - "start": 174502, - "end": 174666 - }, - "index": 607, - "alignment_index": [ - 607 - ] - }, - { - "id": "3D4644483D", - "span": { - "start": 174667, - "end": 174854 - }, - "index": 608, - "alignment_index": [ - 608 - ] - }, - { - "id": "39C8150205", - "span": { - "start": 174855, - "end": 175032 - }, - "index": 609, - "alignment_index": [ - 609 - ] - }, - { - "id": "6F1A6437EE", - "span": { - "start": 175033, - "end": 175214 - }, - "index": 610, - "alignment_index": [ - 610 - ] - }, - { - "id": "F62E70C614", - "span": { - "start": 175215, - "end": 175447 - }, - "index": 611, - "alignment_index": [ - 611 - ] - }, - { - "id": "57E267EF6D", - "span": { - "start": 175448, - "end": 175689 - }, - "index": 612, - "alignment_index": [ - 612 - ] - }, - { - "id": "EB545435E4", - "span": { - "start": 175690, - "end": 175877 - }, - "index": 613, - "alignment_index": [ - 613 - ] - }, - { - "id": "1AC03114B3", - "span": { - "start": 175878, - "end": 176100 - }, - "index": 614, - "alignment_index": [ - 614 - ] - }, - { - "id": "F0F80456C5", - "span": { - "start": 176101, - "end": 176456 - }, - "index": 615, - "alignment_index": [ - 615 - ] - }, - { - "id": "44DDD10DE9", - "span": { - "start": 176457, - "end": 176626 - }, - "index": 616, - "alignment_index": [ - 616 - ] - }, - { - "id": "167E1F4145", - "span": { - "start": 176627, - "end": 176801 - }, - "index": 617, - "alignment_index": [ - 617 - ] - }, - { - "id": "51A0474580", - "span": { - "start": 176802, - "end": 177059 - }, - "index": 618, - "alignment_index": [ - 618 - ] - }, - { - "id": "DB4B5163C4", - "span": { - "start": 177060, - "end": 177913 - }, - "index": 619, - "alignment_index": [ - 619 - ] - }, - { - "id": "F3846CA244", - "span": { - "start": 177914, - "end": 178109 - }, - "index": 620, - "alignment_index": [ - 620 - ] - }, - { - "id": "779C91C7BB", - "span": { - "start": 178110, - "end": 178341 - }, - "index": 621, - "alignment_index": [ - 621 - ] - }, - { - "id": "45080A0BAA", - "span": { - "start": 178342, - "end": 178849 - }, - "index": 622, - "alignment_index": [ - 622 - ] - }, - { - "id": "7ACE6B7B78", - "span": { - "start": 178850, - "end": 179034 - }, - "index": 623, - "alignment_index": [ - 623 - ] - }, - { - "id": "3EBBBD4918", - "span": { - "start": 179035, - "end": 179404 - }, - "index": 624, - "alignment_index": [ - 624 - ] - }, - { - "id": "6609AB046B", - "span": { - "start": 179405, - "end": 179582 - }, - "index": 625, - "alignment_index": [ - 625 - ] - }, - { - "id": "ABDCCDF37A", - "span": { - "start": 179583, - "end": 179716 - }, - "index": 626, - "alignment_index": [ - 626 - ] - }, - { - "id": "23E3006B04", - "span": { - "start": 179717, - "end": 179976 - }, - "index": 627, - "alignment_index": [ - 627 - ] - }, - { - "id": "E59DCFE66F", - "span": { - "start": 179977, - "end": 180141 - }, - "index": 628, - "alignment_index": [ - 628 - ] - }, - { - "id": "625DEA0D5F", - "span": { - "start": 180142, - "end": 180324 - }, - "index": 629, - "alignment_index": [ - 629 - ] - }, - { - "id": "627AAA228B", - "span": { - "start": 180325, - "end": 181063 - }, - "index": 630, - "alignment_index": [ - 630 - ] - }, - { - "id": "362DE42152", - "span": { - "start": 181064, - "end": 181267 - }, - "index": 631, - "alignment_index": [ - 631 - ] - }, - { - "id": "B65D8CC5CD", - "span": { - "start": 181268, - "end": 181398 - }, - "index": 632, - "alignment_index": [ - 632 - ] - }, - { - "id": "B4B982984B", - "span": { - "start": 181399, - "end": 182268 - }, - "index": 633, - "alignment_index": [ - 633 - ] - }, - { - "id": "9622966697", - "span": { - "start": 182269, - "end": 182456 - }, - "index": 634, - "alignment_index": [ - 634 - ] - }, - { - "id": "DCA2FE87A2", - "span": { - "start": 182457, - "end": 182670 - }, - "index": 635, - "alignment_index": [ - 635 - ] - }, - { - "id": "FF0BFB018D", - "span": { - "start": 182671, - "end": 182820 - }, - "index": 636, - "alignment_index": [ - 636 - ] - }, - { - "id": "D1FF9BD34D", - "span": { - "start": 182821, - "end": 183080 - }, - "index": 637, - "alignment_index": [ - 637 - ] - }, - { - "id": "4AFF16E822", - "span": { - "start": 183081, - "end": 183652 - }, - "index": 638, - "alignment_index": [ - 638 - ] - }, - { - "id": "EFEDB13D63", - "span": { - "start": 183653, - "end": 184329 - }, - "index": 639, - "alignment_index": [ - 639 - ] - }, - { - "id": "229CAB289A", - "span": { - "start": 184330, - "end": 184944 - }, - "index": 640, - "alignment_index": [ - 640 - ] - }, - { - "id": "6D84CF22BA", - "span": { - "start": 184945, - "end": 185122 - }, - "index": 641, - "alignment_index": [ - 641 - ] - }, - { - "id": "FF8CC4C94E", - "span": { - "start": 185123, - "end": 185295 - }, - "index": 642, - "alignment_index": [ - 642 - ] - }, - { - "id": "35E38EE2A4", - "span": { - "start": 185296, - "end": 185467 - }, - "index": 643, - "alignment_index": [ - 643 - ] - }, - { - "id": "A1168BA65A", - "span": { - "start": 185468, - "end": 185655 - }, - "index": 644, - "alignment_index": [ - 644 - ] - }, - { - "id": "41E1E599BB", - "span": { - "start": 185656, - "end": 186270 - }, - "index": 645, - "alignment_index": [ - 645 - ] - }, - { - "id": "EBB251661F", - "span": { - "start": 186271, - "end": 186514 - }, - "index": 646, - "alignment_index": [ - 646 - ] - }, - { - "id": "9F41B47BFE", - "span": { - "start": 186515, - "end": 186650 - }, - "index": 647, - "alignment_index": [ - 647 - ] - }, - { - "id": "D0805E00D5", - "span": { - "start": 186651, - "end": 186819 - }, - "index": 648, - "alignment_index": [ - 648 - ] - }, - { - "id": "A691CBE488", - "span": { - "start": 186820, - "end": 186978 - }, - "index": 649, - "alignment_index": [ - 649 - ] - }, - { - "id": "491BB5466F", - "span": { - "start": 186979, - "end": 187207 - }, - "index": 650, - "alignment_index": [ - 650 - ] - }, - { - "id": "52119DB399", - "span": { - "start": 187208, - "end": 187420 - }, - "index": 651, - "alignment_index": [ - 651 - ] - }, - { - "id": "22459BBF31", - "span": { - "start": 187421, - "end": 187717 - }, - "index": 652, - "alignment_index": [ - 652 - ] - }, - { - "id": "788C478287", - "span": { - "start": 187718, - "end": 187927 - }, - "index": 653, - "alignment_index": [ - 653 - ] - }, - { - "id": "B53733B704", - "span": { - "start": 187928, - "end": 188085 - }, - "index": 654, - "alignment_index": [ - 654 - ] - }, - { - "id": "83FD244F94", - "span": { - "start": 188086, - "end": 188944 - }, - "index": 655, - "alignment_index": [ - 655 - ] - }, - { - "id": "4CB42DB1D4", - "span": { - "start": 188945, - "end": 189722 - }, - "index": 656, - "alignment_index": [ - 656 - ] - }, - { - "id": "FCFF2571AE", - "span": { - "start": 189723, - "end": 189906 - }, - "index": 657, - "alignment_index": [ - 657 - ] - }, - { - "id": "F5DBFCE27F", - "span": { - "start": 189907, - "end": 190178 - }, - "index": 658, - "alignment_index": [ - 658 - ] - }, - { - "id": "601FC5D844", - "span": { - "start": 190179, - "end": 190373 - }, - "index": 659, - "alignment_index": [ - 659 - ] - }, - { - "id": "4DFAD67DDF", - "span": { - "start": 190374, - "end": 190526 - }, - "index": 660, - "alignment_index": [ - 660 - ] - }, - { - "id": "FA5B45734B", - "span": { - "start": 190527, - "end": 190702 - }, - "index": 661, - "alignment_index": [ - 661 - ] - }, - { - "id": "978CA65847", - "span": { - "start": 190703, - "end": 190878 - }, - "index": 662, - "alignment_index": [ - 662 - ] - }, - { - "id": "B255522939", - "span": { - "start": 190879, - "end": 191801 - }, - "index": 663, - "alignment_index": [ - 663 - ] - }, - { - "id": "EED7B7E4FB", - "span": { - "start": 191802, - "end": 192020 - }, - "index": 664, - "alignment_index": [ - 664 - ] - }, - { - "id": "F9BAEEB44D", - "span": { - "start": 192021, - "end": 192256 - }, - "index": 665, - "alignment_index": [ - 665 - ] - }, - { - "id": "AF494FAA6A", - "span": { - "start": 192257, - "end": 192506 - }, - "index": 666, - "alignment_index": [ - 666 - ] - }, - { - "id": "BE65AFE9DC", - "span": { - "start": 192507, - "end": 192684 - }, - "index": 667, - "alignment_index": [ - 667 - ] - }, - { - "id": "1191DD19A3", - "span": { - "start": 192685, - "end": 192896 - }, - "index": 668, - "alignment_index": [ - 668 - ] - }, - { - "id": "D6EEDE044A", - "span": { - "start": 192897, - "end": 193084 - }, - "index": 669, - "alignment_index": [ - 669 - ] - }, - { - "id": "8755F36696", - "span": { - "start": 193085, - "end": 193351 - }, - "index": 670, - "alignment_index": [ - 670 - ] - }, - { - "id": "DE04FE4FF0", - "span": { - "start": 193352, - "end": 193989 - }, - "index": 671, - "alignment_index": [ - 671 - ] - }, - { - "id": "D878D5A55D", - "span": { - "start": 193990, - "end": 194173 - }, - "index": 672, - "alignment_index": [ - 672 - ] - }, - { - "id": "9F4AB614F3", - "span": { - "start": 194174, - "end": 194344 - }, - "index": 673, - "alignment_index": [ - 673 - ] - }, - { - "id": "EEBC454FF4", - "span": { - "start": 194345, - "end": 194513 - }, - "index": 674, - "alignment_index": [ - 674 - ] - }, - { - "id": "D3F8D94F54", - "span": { - "start": 194514, - "end": 195279 - }, - "index": 675, - "alignment_index": [ - 675 - ] - }, - { - "id": "CA046C6496", - "span": { - "start": 195280, - "end": 195462 - }, - "index": 676, - "alignment_index": [ - 676 - ] - }, - { - "id": "C221160AA6", - "span": { - "start": 195463, - "end": 195820 - }, - "index": 677, - "alignment_index": [ - 677 - ] - }, - { - "id": "A64A10A664", - "span": { - "start": 195821, - "end": 196034 - }, - "index": 678, - "alignment_index": [ - 678 - ] - }, - { - "id": "86BB8B6D44", - "span": { - "start": 196035, - "end": 196202 - }, - "index": 679, - "alignment_index": [ - 679 - ] - }, - { - "id": "A165DB7979", - "span": { - "start": 196203, - "end": 196381 - }, - "index": 680, - "alignment_index": [ - 680 - ] - }, - { - "id": "31AAFFDCFF", - "span": { - "start": 196382, - "end": 196808 - }, - "index": 681, - "alignment_index": [ - 681 - ] - }, - { - "id": "F668EF9572", - "span": { - "start": 196809, - "end": 197056 - }, - "index": 682, - "alignment_index": [ - 682 - ] - }, - { - "id": "AA80786FD2", - "span": { - "start": 197057, - "end": 197380 - }, - "index": 683, - "alignment_index": [ - 683 - ] - }, - { - "id": "9DB6F796AD", - "span": { - "start": 197381, - "end": 197577 - }, - "index": 684, - "alignment_index": [ - 684 - ] - }, - { - "id": "7391907BFB", - "span": { - "start": 197578, - "end": 197761 - }, - "index": 685, - "alignment_index": [ - 685 - ] - }, - { - "id": "F681FD2EDF", - "span": { - "start": 197762, - "end": 197913 - }, - "index": 686, - "alignment_index": [ - 686 - ] - }, - { - "id": "79D43DBF90", - "span": { - "start": 197914, - "end": 198139 - }, - "index": 687, - "alignment_index": [ - 687 - ] - }, - { - "id": "82D38DFD4C", - "span": { - "start": 198140, - "end": 198330 - }, - "index": 688, - "alignment_index": [ - 688 - ] - }, - { - "id": "C9F4E4C999", - "span": { - "start": 198331, - "end": 198493 - }, - "index": 689, - "alignment_index": [ - 689 - ] - }, - { - "id": "34D99ADA7E", - "span": { - "start": 198494, - "end": 198699 - }, - "index": 690, - "alignment_index": [ - 690 - ] - }, - { - "id": "92AB42BE88", - "span": { - "start": 198700, - "end": 199199 - }, - "index": 691, - "alignment_index": [ - 691 - ] - }, - { - "id": "354944D4D0", - "span": { - "start": 199200, - "end": 199406 - }, - "index": 692, - "alignment_index": [ - 692 - ] - }, - { - "id": "474949FF14", - "span": { - "start": 199407, - "end": 199616 - }, - "index": 693, - "alignment_index": [ - 693 - ] - }, - { - "id": "0041AA3314", - "span": { - "start": 199617, - "end": 199759 - }, - "index": 694, - "alignment_index": [ - 694 - ] - }, - { - "id": "9A818818A8", - "span": { - "start": 199760, - "end": 199984 - }, - "index": 695, - "alignment_index": [ - 695 - ] - }, - { - "id": "C4F4ACA14C", - "span": { - "start": 199985, - "end": 200435 - }, - "index": 696, - "alignment_index": [ - 696 - ] - }, - { - "id": "5C7F06CB40", - "span": { - "start": 200436, - "end": 200629 - }, - "index": 697, - "alignment_index": [ - 697 - ] - }, - { - "id": "498481E4EA", - "span": { - "start": 200630, - "end": 201311 - }, - "index": 698, - "alignment_index": [ - 698 - ] - }, - { - "id": "168572E5FA", - "span": { - "start": 201312, - "end": 201481 - }, - "index": 699, - "alignment_index": [ - 699 - ] - }, - { - "id": "174D77A4B2", - "span": { - "start": 201482, - "end": 201673 - }, - "index": 700, - "alignment_index": [ - 700 - ] - }, - { - "id": "3E5A55CCC8", - "span": { - "start": 201674, - "end": 201832 - }, - "index": 701, - "alignment_index": [ - 701 - ] - }, - { - "id": "17088129EF", - "span": { - "start": 201833, - "end": 202366 - }, - "index": 702, - "alignment_index": [ - 702 - ] - }, - { - "id": "14001D8A8B", - "span": { - "start": 202367, - "end": 202540 - }, - "index": 703, - "alignment_index": [ - 703 - ] - }, - { - "id": "96EBC3CB9E", - "span": { - "start": 202541, - "end": 202772 - }, - "index": 704, - "alignment_index": [ - 704 - ] - }, - { - "id": "B85B4353AD", - "span": { - "start": 202773, - "end": 202992 - }, - "index": 705, - "alignment_index": [ - 705 - ] - }, - { - "id": "CCE3442B0A", - "span": { - "start": 202993, - "end": 203216 - }, - "index": 706, - "alignment_index": [ - 706 - ] - }, - { - "id": "3086882324", - "span": { - "start": 203217, - "end": 203507 - }, - "index": 707, - "alignment_index": [ - 707 - ] - }, - { - "id": "632954B935", - "span": { - "start": 203508, - "end": 204336 - }, - "index": 708, - "alignment_index": [ - 708 - ] - }, - { - "id": "DD296DA2DC", - "span": { - "start": 204337, - "end": 205637 - }, - "index": 709, - "alignment_index": [ - 709 - ] - }, - { - "id": "BDAACCBCDC", - "span": { - "start": 205638, - "end": 205852 - }, - "index": 710, - "alignment_index": [ - 710 - ] - }, - { - "id": "BE9E52443E", - "span": { - "start": 205853, - "end": 206510 - }, - "index": 711, - "alignment_index": [ - 711 - ] - }, - { - "id": "B178005A40", - "span": { - "start": 206511, - "end": 206824 - }, - "index": 712, - "alignment_index": [ - 712 - ] - }, - { - "id": "B8BE488664", - "span": { - "start": 206825, - "end": 207023 - }, - "index": 713, - "alignment_index": [ - 713 - ] - }, - { - "id": "3A4AA3C3EC", - "span": { - "start": 207024, - "end": 207218 - }, - "index": 714, - "alignment_index": [ - 714 - ] - }, - { - "id": "A0309D0F20", - "span": { - "start": 207219, - "end": 207655 - }, - "index": 715, - "alignment_index": [ - 715 - ] - }, - { - "id": "A635A673BB", - "span": { - "start": 207656, - "end": 207816 - }, - "index": 716, - "alignment_index": [ - 716 - ] - }, - { - "id": "665B063501", - "span": { - "start": 207817, - "end": 207983 - }, - "index": 717, - "alignment_index": [ - 717 - ] - }, - { - "id": "6EF8F1FCF4", - "span": { - "start": 207984, - "end": 208807 - }, - "index": 718, - "alignment_index": [ - 718 - ] - }, - { - "id": "E9A2F44460", - "span": { - "start": 208808, - "end": 209219 - }, - "index": 719, - "alignment_index": [ - 719 - ] - }, - { - "id": "4A144F2A4A", - "span": { - "start": 209220, - "end": 209353 - }, - "index": 720, - "alignment_index": [ - 720 - ] - }, - { - "id": "455BB7B51A", - "span": { - "start": 209354, - "end": 209537 - }, - "index": 721, - "alignment_index": [ - 721 - ] - }, - { - "id": "90AABAF361", - "span": { - "start": 209538, - "end": 209775 - }, - "index": 722, - "alignment_index": [ - 722 - ] - }, - { - "id": "6E11DCCCDC", - "span": { - "start": 209776, - "end": 209963 - }, - "index": 723, - "alignment_index": [ - 723 - ] - }, - { - "id": "7537131031", - "span": { - "start": 209964, - "end": 210143 - }, - "index": 724, - "alignment_index": [ - 724 - ] - }, - { - "id": "9454AF9030", - "span": { - "start": 210144, - "end": 211243 - }, - "index": 725, - "alignment_index": [ - 725 - ] - }, - { - "id": "2F495EA504", - "span": { - "start": 211244, - "end": 211464 - }, - "index": 726, - "alignment_index": [ - 726 - ] - }, - { - "id": "9AA795C44B", - "span": { - "start": 211465, - "end": 211740 - }, - "index": 727, - "alignment_index": [ - 727 - ] - }, - { - "id": "4B3BD53935", - "span": { - "start": 211741, - "end": 211965 - }, - "index": 728, - "alignment_index": [ - 728 - ] - }, - { - "id": "2604B18240", - "span": { - "start": 211966, - "end": 212153 - }, - "index": 729, - "alignment_index": [ - 729 - ] - }, - { - "id": "878828F2C9", - "span": { - "start": 212154, - "end": 212323 - }, - "index": 730, - "alignment_index": [ - 730 - ] - }, - { - "id": "BEB6BC59B6", - "span": { - "start": 212324, - "end": 213080 - }, - "index": 731, - "alignment_index": [ - 731 - ] - }, - { - "id": "EE63A42F0B", - "span": { - "start": 213081, - "end": 213327 - }, - "index": 732, - "alignment_index": [ - 732 - ] - }, - { - "id": "59979D5779", - "span": { - "start": 213328, - "end": 214147 - }, - "index": 733, - "alignment_index": [ - 733 - ] - }, - { - "id": "5E4AE29A9C", - "span": { - "start": 214148, - "end": 214344 - }, - "index": 734, - "alignment_index": [ - 734 - ] - }, - { - "id": "33EAE461A9", - "span": { - "start": 214345, - "end": 214524 - }, - "index": 735, - "alignment_index": [ - 735 - ] - }, - { - "id": "2465514CE2", - "span": { - "start": 214525, - "end": 214745 - }, - "index": 736, - "alignment_index": [ - 736 - ] - }, - { - "id": "8C94494681", - "span": { - "start": 214746, - "end": 215043 - }, - "index": 737, - "alignment_index": [ - 737 - ] - }, - { - "id": "A7E289E7E8", - "span": { - "start": 215044, - "end": 215291 - }, - "index": 738, - "alignment_index": [ - 738 - ] - }, - { - "id": "82CC33C576", - "span": { - "start": 215292, - "end": 215533 - }, - "index": 739, - "alignment_index": [ - 739 - ] - }, - { - "id": "C7BAE8E45A", - "span": { - "start": 215534, - "end": 215726 - }, - "index": 740, - "alignment_index": [ - 740 - ] - }, - { - "id": "F7EB7DFC9C", - "span": { - "start": 215727, - "end": 215922 - }, - "index": 741, - "alignment_index": [ - 741 - ] - }, - { - "id": "558AE318EE", - "span": { - "start": 215923, - "end": 216119 - }, - "index": 742, - "alignment_index": [ - 742 - ] - }, - { - "id": "414D47865E", - "span": { - "start": 216120, - "end": 216754 - }, - "index": 743, - "alignment_index": [ - 743 - ] - }, - { - "id": "AA9BA7517C", - "span": { - "start": 216755, - "end": 217038 - }, - "index": 744, - "alignment_index": [ - 744 - ] - }, - { - "id": "99F22744D6", - "span": { - "start": 217039, - "end": 217302 - }, - "index": 745, - "alignment_index": [ - 745 - ] - }, - { - "id": "FA3F881EF8", - "span": { - "start": 217303, - "end": 217532 - }, - "index": 746, - "alignment_index": [ - 746 - ] - }, - { - "id": "750331037B", - "span": { - "start": 217533, - "end": 218387 - }, - "index": 747, - "alignment_index": [ - 747 - ] - }, - { - "id": "5555FB8E34", - "span": { - "start": 218388, - "end": 218995 - }, - "index": 748, - "alignment_index": [ - 748 - ] - }, - { - "id": "4DCDCFE8CB", - "span": { - "start": 218996, - "end": 220172 - }, - "index": 749, - "alignment_index": [ - 749 - ] - }, - { - "id": "E192D4444D", - "span": { - "start": 220173, - "end": 220361 - }, - "index": 750, - "alignment_index": [ - 750 - ] - }, - { - "id": "A503B8A254", - "span": { - "start": 220362, - "end": 220567 - }, - "index": 751, - "alignment_index": [ - 751 - ] - }, - { - "id": "171184DD14", - "span": { - "start": 220568, - "end": 220774 - }, - "index": 752, - "alignment_index": [ - 752 - ] - }, - { - "id": "644EC74967", - "span": { - "start": 220775, - "end": 221525 - }, - "index": 753, - "alignment_index": [ - 753 - ] - }, - { - "id": "4F737B5980", - "span": { - "start": 221526, - "end": 221702 - }, - "index": 754, - "alignment_index": [ - 754 - ] - }, - { - "id": "F598155D45", - "span": { - "start": 221703, - "end": 221869 - }, - "index": 755, - "alignment_index": [ - 755 - ] - }, - { - "id": "A4AA7CF6AF", - "span": { - "start": 221870, - "end": 222003 - }, - "index": 756, - "alignment_index": [ - 756 - ] - }, - { - "id": "0343ABBE41", - "span": { - "start": 222004, - "end": 222212 - }, - "index": 757, - "alignment_index": [ - 757 - ] - }, - { - "id": "579C060C0B", - "span": { - "start": 222213, - "end": 222640 - }, - "index": 758, - "alignment_index": [ - 758 - ] - }, - { - "id": "546B93C24B", - "span": { - "start": 222641, - "end": 222778 - }, - "index": 759, - "alignment_index": [ - 759 - ] - }, - { - "id": "019EE1AEDE", - "span": { - "start": 222779, - "end": 222935 - }, - "index": 760, - "alignment_index": [ - 760 - ] - }, - { - "id": "6E8CAC2B92", - "span": { - "start": 222936, - "end": 223140 - }, - "index": 761, - "alignment_index": [ - 761 - ] - }, - { - "id": "0AC0C6A4BC", - "span": { - "start": 223141, - "end": 223394 - }, - "index": 762, - "alignment_index": [ - 762 - ] - }, - { - "id": "6719FA5FF7", - "span": { - "start": 223395, - "end": 223634 - }, - "index": 763, - "alignment_index": [ - 763 - ] - }, - { - "id": "5E035FD020", - "span": { - "start": 223635, - "end": 223798 - }, - "index": 764, - "alignment_index": [ - 764 - ] - }, - { - "id": "52C08BE33A", - "span": { - "start": 223799, - "end": 223961 - }, - "index": 765, - "alignment_index": [ - 765 - ] - }, - { - "id": "906AAA55F1", - "span": { - "start": 223962, - "end": 224236 - }, - "index": 766, - "alignment_index": [ - 766 - ] - }, - { - "id": "A89AE1D255", - "span": { - "start": 224237, - "end": 225209 - }, - "index": 767, - "alignment_index": [ - 767 - ] - }, - { - "id": "B755B00F63", - "span": { - "start": 225210, - "end": 225424 - }, - "index": 768, - "alignment_index": [ - 768 - ] - }, - { - "id": "5F74093499", - "span": { - "start": 225425, - "end": 225826 - }, - "index": 769, - "alignment_index": [ - 769 - ] - }, - { - "id": "D43C05EBF3", - "span": { - "start": 225827, - "end": 226005 - }, - "index": 770, - "alignment_index": [ - 770 - ] - }, - { - "id": "57B14345F9", - "span": { - "start": 226006, - "end": 226217 - }, - "index": 771, - "alignment_index": [ - 771 - ] - }, - { - "id": "E31C7557BF", - "span": { - "start": 226218, - "end": 226464 - }, - "index": 772, - "alignment_index": [ - 772 - ] - }, - { - "id": "EC6A244D11", - "span": { - "start": 226465, - "end": 227173 - }, - "index": 773, - "alignment_index": [ - 773 - ] - }, - { - "id": "B22888DDD1", - "span": { - "start": 227174, - "end": 227350 - }, - "index": 774, - "alignment_index": [ - 774 - ] - }, - { - "id": "3CC1F4EFE0", - "span": { - "start": 227351, - "end": 227551 - }, - "index": 775, - "alignment_index": [ - 775 - ] - }, - { - "id": "EF7778DABC", - "span": { - "start": 227552, - "end": 227825 - }, - "index": 776, - "alignment_index": [ - 776 - ] - }, - { - "id": "748FC84FF8", - "span": { - "start": 227826, - "end": 228106 - }, - "index": 777, - "alignment_index": [ - 777 - ] - }, - { - "id": "0C722E7532", - "span": { - "start": 228107, - "end": 228308 - }, - "index": 778, - "alignment_index": [ - 778 - ] - }, - { - "id": "BE536476EC", - "span": { - "start": 228309, - "end": 228511 - }, - "index": 779, - "alignment_index": [ - 779 - ] - }, - { - "id": "14CCE242A2", - "span": { - "start": 228512, - "end": 228760 - }, - "index": 780, - "alignment_index": [ - 780 - ] - }, - { - "id": "AA7CC1A610", - "span": { - "start": 228761, - "end": 228952 - }, - "index": 781, - "alignment_index": [ - 781 - ] - }, - { - "id": "3160FC3481", - "span": { - "start": 228953, - "end": 229121 - }, - "index": 782, - "alignment_index": [ - 782 - ] - }, - { - "id": "70ABF5DA5F", - "span": { - "start": 229122, - "end": 229312 - }, - "index": 783, - "alignment_index": [ - 783 - ] - }, - { - "id": "598FBA20E2", - "span": { - "start": 229313, - "end": 229941 - }, - "index": 784, - "alignment_index": [ - 784 - ] - }, - { - "id": "4871D994FF", - "span": { - "start": 229942, - "end": 230187 - }, - "index": 785, - "alignment_index": [ - 785 - ] - }, - { - "id": "953E02343F", - "span": { - "start": 230188, - "end": 230438 - }, - "index": 786, - "alignment_index": [ - 786 - ] - }, - { - "id": "435848A303", - "span": { - "start": 230439, - "end": 231495 - }, - "index": 787, - "alignment_index": [ - 787 - ] - }, - { - "id": "21B50551E4", - "span": { - "start": 231496, - "end": 231678 - }, - "index": 788, - "alignment_index": [ - 788 - ] - }, - { - "id": "AA9CB65ABD", - "span": { - "start": 231679, - "end": 231916 - }, - "index": 789, - "alignment_index": [ - 789 - ] - }, - { - "id": "BD8A772DA0", - "span": { - "start": 231917, - "end": 232138 - }, - "index": 790, - "alignment_index": [ - 790 - ] - }, - { - "id": "522DCD683E", - "span": { - "start": 232139, - "end": 232395 - }, - "index": 791, - "alignment_index": [ - 791 - ] - }, - { - "id": "51031480DF", - "span": { - "start": 232396, - "end": 232586 - }, - "index": 792, - "alignment_index": [ - 792 - ] - }, - { - "id": "428A0EE224", - "span": { - "start": 232587, - "end": 232772 - }, - "index": 793, - "alignment_index": [ - 793 - ] - }, - { - "id": "39497C2942", - "span": { - "start": 232773, - "end": 232984 - }, - "index": 794, - "alignment_index": [ - 794 - ] - }, - { - "id": "C50CC87D83", - "span": { - "start": 232985, - "end": 233268 - }, - "index": 795, - "alignment_index": [ - 795 - ] - }, - { - "id": "513764B47B", - "span": { - "start": 233269, - "end": 234145 - }, - "index": 796, - "alignment_index": [ - 796 - ] - }, - { - "id": "41909EEA64", - "span": { - "start": 234146, - "end": 234400 - }, - "index": 797, - "alignment_index": [ - 797 - ] - }, - { - "id": "522A6CF2F4", - "span": { - "start": 234401, - "end": 234550 - }, - "index": 798, - "alignment_index": [ - 798 - ] - }, - { - "id": "A686BB8E34", - "span": { - "start": 234551, - "end": 234701 - }, - "index": 799, - "alignment_index": [ - 799 - ] - }, - { - "id": "B41F5C595B", - "span": { - "start": 234702, - "end": 234932 - }, - "index": 800, - "alignment_index": [ - 800 - ] - }, - { - "id": "B9B21BF0B1", - "span": { - "start": 234933, - "end": 235532 - }, - "index": 801, - "alignment_index": [ - 801 - ] - }, - { - "id": "30472BC8CB", - "span": { - "start": 235533, - "end": 235730 - }, - "index": 802, - "alignment_index": [ - 802 - ] - }, - { - "id": "3399C830CC", - "span": { - "start": 235731, - "end": 235924 - }, - "index": 803, - "alignment_index": [ - 803 - ] - }, - { - "id": "CFC558F61C", - "span": { - "start": 235925, - "end": 236174 - }, - "index": 804, - "alignment_index": [ - 804 - ] - }, - { - "id": "DD711F107F", - "span": { - "start": 236175, - "end": 236376 - }, - "index": 805, - "alignment_index": [ - 805 - ] - }, - { - "id": "73C3694135", - "span": { - "start": 236377, - "end": 236566 - }, - "index": 806, - "alignment_index": [ - 806 - ] - }, - { - "id": "C98050B284", - "span": { - "start": 236567, - "end": 236792 - }, - "index": 807, - "alignment_index": [ - 807 - ] - }, - { - "id": "37F681FEFE", - "span": { - "start": 236793, - "end": 237088 - }, - "index": 808, - "alignment_index": [ - 808 - ] - }, - { - "id": "0BD0BDB4B3", - "span": { - "start": 237089, - "end": 237285 - }, - "index": 809, - "alignment_index": [ - 809 - ] - }, - { - "id": "43102B0BB1", - "span": { - "start": 237286, - "end": 237616 - }, - "index": 810, - "alignment_index": [ - 810 - ] - }, - { - "id": "94CF346045", - "span": { - "start": 237617, - "end": 237836 - }, - "index": 811, - "alignment_index": [ - 811 - ] - }, - { - "id": "923A88C222", - "span": { - "start": 237837, - "end": 238107 - }, - "index": 812, - "alignment_index": [ - 812 - ] - }, - { - "id": "681F3C6835", - "span": { - "start": 238108, - "end": 239102 - }, - "index": 813, - "alignment_index": [ - 813 - ] - }, - { - "id": "3AE4FE3267", - "span": { - "start": 239103, - "end": 239286 - }, - "index": 814, - "alignment_index": [ - 814 - ] - }, - { - "id": "2EC80B6A1F", - "span": { - "start": 239287, - "end": 239533 - }, - "index": 815, - "alignment_index": [ - 815 - ] - }, - { - "id": "C49996A3DA", - "span": { - "start": 239534, - "end": 239740 - }, - "index": 816, - "alignment_index": [ - 816 - ] - }, - { - "id": "A4FB4AFFF2", - "span": { - "start": 239741, - "end": 239984 - }, - "index": 817, - "alignment_index": [ - 817 - ] - }, - { - "id": "6CBCBE00FB", - "span": { - "start": 239985, - "end": 240202 - }, - "index": 818, - "alignment_index": [ - 818 - ] - }, - { - "id": "0A94092D99", - "span": { - "start": 240203, - "end": 240440 - }, - "index": 819, - "alignment_index": [ - 819 - ] - }, - { - "id": "ADBA42AE2B", - "span": { - "start": 240441, - "end": 241341 - }, - "index": 820, - "alignment_index": [ - 820 - ] - }, - { - "id": "220F0A7471", - "span": { - "start": 241342, - "end": 241644 - }, - "index": 821, - "alignment_index": [ - 821 - ] - }, - { - "id": "D341E7DDEC", - "span": { - "start": 241645, - "end": 241935 - }, - "index": 822, - "alignment_index": [ - 822 - ] - }, - { - "id": "322841585E", - "span": { - "start": 241936, - "end": 242134 - }, - "index": 823, - "alignment_index": [ - 823 - ] - }, - { - "id": "95D7256DD7", - "span": { - "start": 242135, - "end": 242812 - }, - "index": 824, - "alignment_index": [ - 824 - ] - }, - { - "id": "BACAFB9DBC", - "span": { - "start": 242813, - "end": 243161 - }, - "index": 825, - "alignment_index": [ - 825 - ] - }, - { - "id": "67E75EE500", - "span": { - "start": 243162, - "end": 243386 - }, - "index": 826, - "alignment_index": [ - 826 - ] - }, - { - "id": "26EBEBA763", - "span": { - "start": 243387, - "end": 243776 - }, - "index": 827, - "alignment_index": [ - 827 - ] - }, - { - "id": "6C43EDB9B6", - "span": { - "start": 243777, - "end": 244579 - }, - "index": 828, - "alignment_index": [ - 828 - ] - }, - { - "id": "A94379A4D9", - "span": { - "start": 244580, - "end": 244873 - }, - "index": 829, - "alignment_index": [ - 829 - ] - }, - { - "id": "CF9A1E1E5A", - "span": { - "start": 244874, - "end": 245116 - }, - "index": 830, - "alignment_index": [ - 830 - ] - }, - { - "id": "B43F5F9E3A", - "span": { - "start": 245117, - "end": 245442 - }, - "index": 831, - "alignment_index": [ - 831 - ] - }, - { - "id": "3F99643335", - "span": { - "start": 245443, - "end": 245748 - }, - "index": 832, - "alignment_index": [ - 832 - ] - }, - { - "id": "C88A4ACCCB", - "span": { - "start": 245749, - "end": 246061 - }, - "index": 833, - "alignment_index": [ - 833 - ] - }, - { - "id": "21416625CC", - "span": { - "start": 246062, - "end": 246276 - }, - "index": 834, - "alignment_index": [ - 834 - ] - }, - { - "id": "82F718039D", - "span": { - "start": 246277, - "end": 246692 - }, - "index": 835, - "alignment_index": [ - 835 - ] - }, - { - "id": "9258EE9989", - "span": { - "start": 246693, - "end": 247428 - }, - "index": 836, - "alignment_index": [ - 836 - ] - }, - { - "id": "D01C098198", - "span": { - "start": 247429, - "end": 247910 - }, - "index": 837, - "alignment_index": [ - 837 - ] - }, - { - "id": "9DA8EBB9DF", - "span": { - "start": 247911, - "end": 248116 - }, - "index": 838, - "alignment_index": [ - 838 - ] - }, - { - "id": "5E67678D4E", - "span": { - "start": 248117, - "end": 248850 - }, - "index": 839, - "alignment_index": [ - 839 - ] - }, - { - "id": "7EDEEE8680", - "span": { - "start": 248851, - "end": 249025 - }, - "index": 840, - "alignment_index": [ - 840 - ] - }, - { - "id": "51FF76D9DE", - "span": { - "start": 249026, - "end": 249220 - }, - "index": 841, - "alignment_index": [ - 841 - ] - }, - { - "id": "44E1672D66", - "span": { - "start": 249221, - "end": 249466 - }, - "index": 842, - "alignment_index": [ - 842 - ] - }, - { - "id": "A39392868A", - "span": { - "start": 249467, - "end": 249631 - }, - "index": 843, - "alignment_index": [ - 843 - ] - }, - { - "id": "584741A845", - "span": { - "start": 249632, - "end": 249769 - }, - "index": 844, - "alignment_index": [ - 844 - ] - }, - { - "id": "B4EA045A48", - "span": { - "start": 249770, - "end": 250011 - }, - "index": 845, - "alignment_index": [ - 845 - ] - }, - { - "id": "F97BFB3F2D", - "span": { - "start": 250012, - "end": 250161 - }, - "index": 846, - "alignment_index": [ - 846 - ] - }, - { - "id": "D2C89B93EC", - "span": { - "start": 250162, - "end": 250369 - }, - "index": 847, - "alignment_index": [ - 847 - ] - }, - { - "id": "B8D151708D", - "span": { - "start": 250370, - "end": 250556 - }, - "index": 848, - "alignment_index": [ - 848 - ] - }, - { - "id": "D0DFC2FC69", - "span": { - "start": 250557, - "end": 250789 - }, - "index": 849, - "alignment_index": [ - 849 - ] - }, - { - "id": "111E2C14DC", - "span": { - "start": 250790, - "end": 250963 - }, - "index": 850, - "alignment_index": [ - 850 - ] - }, - { - "id": "F62EF6B44C", - "span": { - "start": 250964, - "end": 251168 - }, - "index": 851, - "alignment_index": [ - 851 - ] - }, - { - "id": "71D877082B", - "span": { - "start": 251169, - "end": 251378 - }, - "index": 852, - "alignment_index": [ - 852 - ] - }, - { - "id": "1FC4601920", - "span": { - "start": 251379, - "end": 251593 - }, - "index": 853, - "alignment_index": [ - 853 - ] - }, - { - "id": "F1561D9E99", - "span": { - "start": 251594, - "end": 251784 - }, - "index": 854, - "alignment_index": [ - 854 - ] - }, - { - "id": "38F4459CCB", - "span": { - "start": 251785, - "end": 251992 - }, - "index": 855, - "alignment_index": [ - 855 - ] - }, - { - "id": "84BEBF3F8A", - "span": { - "start": 251993, - "end": 252426 - }, - "index": 856, - "alignment_index": [ - 856 - ] - }, - { - "id": "68AFFAFDD3", - "span": { - "start": 252427, - "end": 252629 - }, - "index": 857, - "alignment_index": [ - 857 - ] - }, - { - "id": "F6C1C6D8D6", - "span": { - "start": 252630, - "end": 252885 - }, - "index": 858, - "alignment_index": [ - 858 - ] - }, - { - "id": "C51BFC1552", - "span": { - "start": 252886, - "end": 253086 - }, - "index": 859, - "alignment_index": [ - 859 - ] - }, - { - "id": "5F2049FFDF", - "span": { - "start": 253087, - "end": 253352 - }, - "index": 860, - "alignment_index": [ - 860 - ] - }, - { - "id": "BD0B15964F", - "span": { - "start": 253353, - "end": 253559 - }, - "index": 861, - "alignment_index": [ - 861 - ] - }, - { - "id": "C9EC4956F9", - "span": { - "start": 253560, - "end": 253748 - }, - "index": 862, - "alignment_index": [ - 862 - ] - }, - { - "id": "0021074BCF", - "span": { - "start": 253749, - "end": 254076 - }, - "index": 863, - "alignment_index": [ - 863 - ] - }, - { - "id": "8CAE01C52A", - "span": { - "start": 254077, - "end": 254314 - }, - "index": 864, - "alignment_index": [ - 864 - ] - }, - { - "id": "1F860F1312", - "span": { - "start": 254315, - "end": 254505 - }, - "index": 865, - "alignment_index": [ - 865 - ] - }, - { - "id": "0B61C21120", - "span": { - "start": 254506, - "end": 254767 - }, - "index": 866, - "alignment_index": [ - 866 - ] - }, - { - "id": "46F601F4B0", - "span": { - "start": 254768, - "end": 254971 - }, - "index": 867, - "alignment_index": [ - 867 - ] - }, - { - "id": "4B040B544A", - "span": { - "start": 254972, - "end": 255203 - }, - "index": 868, - "alignment_index": [ - 868 - ] - }, - { - "id": "A47282EF7D", - "span": { - "start": 255204, - "end": 255325 - }, - "index": 869, - "alignment_index": [ - 869 - ] - }, - { - "id": "85EF6CF346", - "span": { - "start": 255326, - "end": 255702 - }, - "index": 870, - "alignment_index": [ - 870 - ] - }, - { - "id": "D5AB8BB50B", - "span": { - "start": 255703, - "end": 255881 - }, - "index": 871, - "alignment_index": [ - 871 - ] - }, - { - "id": "D49DE8B944", - "span": { - "start": 255882, - "end": 256050 - }, - "index": 872, - "alignment_index": [ - 872 - ] - }, - { - "id": "8F1FE3BE65", - "span": { - "start": 256051, - "end": 256231 - }, - "index": 873, - "alignment_index": [ - 873 - ] - }, - { - "id": "E1544CC5EF", - "span": { - "start": 256232, - "end": 256391 - }, - "index": 874, - "alignment_index": [ - 874 - ] - }, - { - "id": "DB5A48EE64", - "span": { - "start": 256392, - "end": 256568 - }, - "index": 875, - "alignment_index": [ - 875 - ] - }, - { - "id": "33BB16569F", - "span": { - "start": 256569, - "end": 256914 - }, - "index": 876, - "alignment_index": [ - 876 - ] - }, - { - "id": "7747BFAF05", - "span": { - "start": 256915, - "end": 257561 - }, - "index": 877, - "alignment_index": [ - 877 - ] - }, - { - "id": "801F3DFB9E", - "span": { - "start": 257562, - "end": 257795 - }, - "index": 878, - "alignment_index": [ - 878 - ] - }, - { - "id": "B078FF9189", - "span": { - "start": 257796, - "end": 258125 - }, - "index": 879, - "alignment_index": [ - 879 - ] - }, - { - "id": "8E0BE2E8CE", - "span": { - "start": 258126, - "end": 258589 - }, - "index": 880, - "alignment_index": [ - 880 - ] - }, - { - "id": "96B2D59570", - "span": { - "start": 258590, - "end": 258848 - }, - "index": 881, - "alignment_index": [ - 881 - ] - }, - { - "id": "1785925D87", - "span": { - "start": 258849, - "end": 259182 - }, - "index": 882, - "alignment_index": [ - 882 - ] - }, - { - "id": "94C8EE51A6", - "span": { - "start": 259183, - "end": 260292 - }, - "index": 883, - "alignment_index": [ - 883 - ] - }, - { - "id": "481E8F48D7", - "span": { - "start": 260293, - "end": 260689 - }, - "index": 884, - "alignment_index": [ - 884 - ] - }, - { - "id": "64497963B2", - "span": { - "start": 260690, - "end": 260848 - }, - "index": 885, - "alignment_index": [ - 885 - ] - }, - { - "id": "78F68668D6", - "span": { - "start": 260849, - "end": 261044 - }, - "index": 886, - "alignment_index": [ - 886 - ] - }, - { - "id": "73F2304434", - "span": { - "start": 261045, - "end": 261286 - }, - "index": 887, - "alignment_index": [ - 887 - ] - }, - { - "id": "7E9072D7C8", - "span": { - "start": 261287, - "end": 261461 - }, - "index": 888, - "alignment_index": [ - 888 - ] - }, - { - "id": "E80995D499", - "span": { - "start": 261462, - "end": 261684 - }, - "index": 889, - "alignment_index": [ - 889 - ] - }, - { - "id": "1507411541", - "span": { - "start": 261685, - "end": 262076 - }, - "index": 890, - "alignment_index": [ - 890 - ] - }, - { - "id": "8355D61167", - "span": { - "start": 262077, - "end": 262271 - }, - "index": 891, - "alignment_index": [ - 891 - ] - }, - { - "id": "79719EDB75", - "span": { - "start": 262272, - "end": 262472 - }, - "index": 892, - "alignment_index": [ - 892 - ] - }, - { - "id": "67F28888BD", - "span": { - "start": 262473, - "end": 262651 - }, - "index": 893, - "alignment_index": [ - 893 - ] - }, - { - "id": "7D8070F000", - "span": { - "start": 262652, - "end": 262843 - }, - "index": 894, - "alignment_index": [ - 894 - ] - }, - { - "id": "6FBCCB42EC", - "span": { - "start": 262844, - "end": 263074 - }, - "index": 895, - "alignment_index": [ - 895 - ] - }, - { - "id": "1572F17EA0", - "span": { - "start": 263075, - "end": 263307 - }, - "index": 896, - "alignment_index": [ - 896 - ] - }, - { - "id": "FC0A30B0DE", - "span": { - "start": 263308, - "end": 263526 - }, - "index": 897, - "alignment_index": [ - 897 - ] - }, - { - "id": "434655CF7A", - "span": { - "start": 263527, - "end": 264424 - }, - "index": 898, - "alignment_index": [ - 898 - ] - }, - { - "id": "6B7350C620", - "span": { - "start": 264425, - "end": 264563 - }, - "index": 899, - "alignment_index": [ - 899 - ] - }, - { - "id": "8EFAD83D85", - "span": { - "start": 264564, - "end": 264708 - }, - "index": 900, - "alignment_index": [ - 900 - ] - }, - { - "id": "5AC424BF49", - "span": { - "start": 264709, - "end": 264960 - }, - "index": 901, - "alignment_index": [ - 901 - ] - }, - { - "id": "27F785338B", - "span": { - "start": 264961, - "end": 265128 - }, - "index": 902, - "alignment_index": [ - 902 - ] - }, - { - "id": "9605B6BABD", - "span": { - "start": 265129, - "end": 265320 - }, - "index": 903, - "alignment_index": [ - 903 - ] - }, - { - "id": "8242D826DF", - "span": { - "start": 265321, - "end": 265485 - }, - "index": 904, - "alignment_index": [ - 904 - ] - }, - { - "id": "3A28B8CB48", - "span": { - "start": 265486, - "end": 265643 - }, - "index": 905, - "alignment_index": [ - 905 - ] - }, - { - "id": "778D62808F", - "span": { - "start": 265644, - "end": 265811 - }, - "index": 906, - "alignment_index": [ - 906 - ] - }, - { - "id": "55E5E7E975", - "span": { - "start": 265812, - "end": 265977 - }, - "index": 907, - "alignment_index": [ - 907 - ] - }, - { - "id": "C19B9417B8", - "span": { - "start": 265978, - "end": 266770 - }, - "index": 908, - "alignment_index": [ - 908 - ] - }, - { - "id": "857FECB18B", - "span": { - "start": 266771, - "end": 267223 - }, - "index": 909, - "alignment_index": [ - 909 - ] - }, - { - "id": "84F16F284F", - "span": { - "start": 267224, - "end": 267390 - }, - "index": 910, - "alignment_index": [ - 910 - ] - }, - { - "id": "4006CF4637", - "span": { - "start": 267391, - "end": 268713 - }, - "index": 911, - "alignment_index": [ - 911 - ] - }, - { - "id": "11339842E5", - "span": { - "start": 268714, - "end": 268883 - }, - "index": 912, - "alignment_index": [ - 912 - ] - }, - { - "id": "17267D3218", - "span": { - "start": 268884, - "end": 269124 - }, - "index": 913, - "alignment_index": [ - 913 - ] - }, - { - "id": "832A0B5522", - "span": { - "start": 269125, - "end": 269325 - }, - "index": 914, - "alignment_index": [ - 914 - ] - }, - { - "id": "B10BC12599", - "span": { - "start": 269326, - "end": 269784 - }, - "index": 915, - "alignment_index": [ - 915 - ] - }, - { - "id": "04A662AC5A", - "span": { - "start": 269785, - "end": 269980 - }, - "index": 916, - "alignment_index": [ - 916 - ] - }, - { - "id": "C6B7441AB5", - "span": { - "start": 269981, - "end": 270135 - }, - "index": 917, - "alignment_index": [ - 917 - ] - }, - { - "id": "D868486889", - "span": { - "start": 270136, - "end": 270318 - }, - "index": 918, - "alignment_index": [ - 918 - ] - }, - { - "id": "111ECC1613", - "span": { - "start": 270319, - "end": 270387 - }, - "index": 919, - "alignment_index": [ - 919 - ] - }, - { - "id": "96E37BF909", - "span": { - "start": 270388, - "end": 270550 - }, - "index": 920, - "alignment_index": [ - 920 - ] - }, - { - "id": "0044C48BBF", - "span": { - "start": 270551, - "end": 270726 - }, - "index": 921, - "alignment_index": [ - 921 - ] - }, - { - "id": "D977587FF9", - "span": { - "start": 270727, - "end": 271236 - }, - "index": 922, - "alignment_index": [ - 922 - ] - }, - { - "id": "7AA5919C90", - "span": { - "start": 271237, - "end": 271573 - }, - "index": 923, - "alignment_index": [ - 923 - ] - }, - { - "id": "D065B44F36", - "span": { - "start": 271574, - "end": 271748 - }, - "index": 924, - "alignment_index": [ - 924 - ] - }, - { - "id": "D66FAA96FD", - "span": { - "start": 271749, - "end": 271904 - }, - "index": 925, - "alignment_index": [ - 925 - ] - }, - { - "id": "AE5DADAD61", - "span": { - "start": 271905, - "end": 272109 - }, - "index": 926, - "alignment_index": [ - 926 - ] - }, - { - "id": "6E5488CACB", - "span": { - "start": 272110, - "end": 272273 - }, - "index": 927, - "alignment_index": [ - 927 - ] - }, - { - "id": "8334C58340", - "span": { - "start": 272274, - "end": 272477 - }, - "index": 928, - "alignment_index": [ - 928 - ] - }, - { - "id": "F4F464C26C", - "span": { - "start": 272478, - "end": 273154 - }, - "index": 929, - "alignment_index": [ - 929 - ] - } - ] - } - } +{ + "source_base": "In the Sanskrit language of India, this text is titled 'Bodhisattvacaryāvatāra' [Entering the Bodhisattva's Way of Life].\nIn English: 'Engaging in the Bodhisattva's Way of Life'\nHomage to all Buddhas and Bodhisattvas.\nWith deep reverence, I bow to all the Blissfully Gone Ones who possess the Dharma Body, together with their spiritual children, and to all worthy of veneration. I shall now concisely explain, in accordance with traditional teachings, the path of entering the discipline of the Blissfully Gone Ones' children.\nI have nothing new to say here that has not been said before, nor do I possess any skill in the art of composition. Therefore, I did not write this with the intention of benefiting others. I composed this work solely to cultivate and familiarize these teachings in my own mind.\nThrough these words, my own momentum of faith grows for now, as I cultivate virtue. And should others who share my spiritual capacity happen to see these verses, they too will find meaning in them.

My enthusiasm for practicing virtue increases through composing this text. For the time being, these words strengthen my own faith, but there is a broader purpose: if others who are on a similar spiritual path as myself should encounter these teachings, then this composition will have fulfilled its purpose for them as well.\nThis human life with its freedoms and advantages is extremely difficult to obtain. Having acquired this foundation capable of fulfilling life's true purpose, if we fail to accomplish what is beneficial in this present opportunity, how could we possibly expect to attain such perfect conditions again in the future?\nJust as lightning momentarily illuminates the darkness on a cloudy night, revealing what was hidden, so too—through the power of the Buddha—does the inclination toward virtue briefly arise in the minds of worldly beings, though only rarely.

Like a flash of lightning that briefly brightens the pitch-black darkness amid dense night clouds, allowing a momentary glimpse of what lies hidden, in the same way, through the Buddha's spiritual influence, only occasionally—once in a great while—does the wisdom to pursue virtuous and meritorious actions briefly awaken in the minds of beings in this world.\nTherefore, virtue is perpetually feeble and weak, while negative actions are powerfully overwhelming and utterly unbearable. What virtue other than the mind of perfect enlightenment could possibly overcome such powerful negativity? Nothing else could.\nAfter contemplating for countless eons, the Lords of Sages perceived this alone as truly beneficial: through this practice, immeasurable multitudes of beings can easily attain supreme bliss.\nFor those who wish to overcome the hundreds of sufferings of cyclic existence,
For those who desire to remove the unhappiness of all sentient beings,
And for those who wish to experience the many hundreds of joys,
Never abandon bodhicitta, the awakening mind, at any time.\nIn the moment when the awakening mind arises, those wretched beings who were imprisoned in the cycle of existence instantly become known as children of the Buddhas. They transform into persons worthy of reverence from everyone in the world, including both gods and humans.\nLike the supreme form of the alchemical elixir that transforms base metals into gold, when you take this impure body and transform it into the precious, priceless form of the Victorious One Buddha, you should firmly grasp what is called the awakening mind.\nThe Buddha, the singular guide of all beings, with immeasurable wisdom, has thoroughly examined and found this to be supremely precious. Therefore, those who wish to escape from the realms of suffering should firmly hold onto the precious jewel of bodhicitta—the mind of enlightenment.\nAll other virtuous deeds are like plantain trees—they bear fruit once and then are exhausted. But the tree of the awakening mind is different: it continually produces fruit without ever becoming depleted, and instead grows ever more abundant.

Just as plantain trees wither away after bearing their single harvest, likewise all virtuous actions not embraced by the awakening mind will eventually be consumed after yielding their results. In contrast, the tree of bodhicitta—the mind aspiring to enlightenment for the benefit of all beings—constantly bears fruit that never diminishes. Rather than becoming exhausted, its beneficial results perpetually increase and multiply.\nEven if one has committed the most terrible negative actions,
Like a person who gains protection from great dangers by relying on a brave protector,
By relying on bodhicitta, one can be swiftly liberated in an instant.
So why would conscientious people not rely on this?\nLike the apocalyptic fire at the end of time,
This [bodhicitta] completely consumes great negativities in a single instant.
The immeasurable benefits of this
Were explained by the wise protector Maitreya to Noble Sudhana.

---

**Modern English Translation:**

Like the cosmic fire that consumes everything at the end of an era, bodhicitta instantly and completely burns away even the most severe negative karma. The wise and compassionate protector Maitreya thoroughly explained the countless benefits of this bodhicitta to the noble seeker Sudhana.\nThis awakened mind, bodhicitta, should be understood in brief as having two fundamental aspects: the aspirational mind of enlightenment and the engaged mind of enlightenment.\nJust as we understand the distinction between wanting to go somewhere and actually going there, in the same way, the wise should understand the sequential difference between these two aspects [of awakening mind].\nThough the mind that aspires to awakening produces
Great results during one's time in the cycle of existence,
Unlike the mind that actively engages,
It does not generate a continuous stream of merit.\nFrom the moment one genuinely takes up this mind with unwavering resolve for the purpose of completely liberating the limitless realm of sentient beings—this marks the beginning of engagement bodhichitta.

In more natural English:

From the moment one genuinely adopts this mind with an irreversible determination to free the infinite realm of sentient beings from suffering, a profound transformation occurs. This decisive commitment marks the transition from merely aspiring toward enlightenment to actively engaging in the bodhisattva path with unwavering dedication to liberate all beings without exception.\nFrom this moment onward, even when one is asleep or becomes heedless, multiple streams of merit will flow forth continuously, equal in measure to the vastness of space itself.\nThis teaching on bodhicitta, along with its logical reasoning, was taught by the Tathagata himself in the Sūtra Requested by Subāhu. The Buddha personally delivered these teachings for the benefit of beings with lesser spiritual inclinations.\nEven if one merely thinks, 'I will relieve the headaches of sentient beings,' such an intention to benefit others already yields immeasurable merit.\nWhat need is there to mention the immeasurable merit that comes from wishing to remove the countless sufferings of each and every sentient being, and from desiring to establish each one in boundless excellent qualities?\nWhat father or mother possesses such benevolence as this?
Who harbors such profound altruistic intention?
Not even the gods nor the truth-speaking sages,
Nor does even Brahma himself possess such a mind.\nThese very beings have never before
Even for their own sake conceived such an altruistic intention,
Not even in their dreams.
How then could such a mind possibly arise for the benefit of others?

---

In modern prose:

These beings—such as parents, deities, and sages—have never before cultivated this type of altruistic intention even for their own spiritual benefit. Such a mind that aspires to complete awakening has never appeared for them, not even in their dreams where anything might be possible. Since they have never experienced this kind of aspiration even for themselves, how could such a mind that seeks to benefit others possibly arise in them? The intention to achieve awakening for the sake of all beings is unprecedented and extraordinary, even among those we most respect.\nA remarkable and unprecedented jewel of mind has arisen—this intention that contemplates the welfare of all beings, which does not occur in others even for their own benefit.\nThe source of joy for all beings in the world,
The medicine that heals all creatures' suffering,
The merit of this precious, jewel-like mind—
How could anyone possibly measure its extent?

In modern English prose:

This precious awakening mind is the source of happiness for all beings throughout the world. It serves as a healing elixir for the suffering of all sentient creatures. How could anyone possibly calculate or measure the merit generated by such a precious mind? Its benefits are truly immeasurable.\nIf merely wishing to benefit others
Surpasses making offerings to the Buddhas,
What need is there to mention the excellence
Of striving for the happiness of all sentient beings without exception?\nThough people wish to escape suffering,
They actively rush toward the very causes of suffering.
Though they desire happiness, in their confusion,
They destroy their own happiness as if it were an enemy.\nFor those deprived of happiness and overwhelmed by many sufferings, may I bring complete contentment with every form of joy and cut away all their suffering at its root.\nIt dispels the darkness of ignorance,
So where could one find virtue equal to this?
Where could one find such a beneficial friend?
And where could one find merit comparable to this?\nEven one who repays kindness received is certainly praiseworthy. But what need is there to speak of bodhisattvas who do good without being asked?\nThose who provide regular meals to just a small number of beings, who give no more than a momentary meal, or who feed others for merely half a day with disrespect—even such people are honored by others as 'doers of virtuous deeds.'\nWhat need is there to mention the continuous act of giving that fulfills all wishes? A gift that is inexhaustible like space itself, offered to limitless numbers of sentient beings over an immeasurable duration of time—the supreme bliss of the Buddhas that completely satisfies every aspiration in the minds of all beings.\nIf someone generates ill will toward a Bodhisattva who is a benefactor of such noble character, that person will dwell in the hell realms for as many eons as the number of moments they harbored those negative thoughts.\nTranslation of Verse 35

However, if someone regards the bodhisattvas with a mind of pure devotion,
The fruits of such faith will multiply far beyond measure.
For these children of the Victorious Ones, even under great duress,
No negativity arises in them—virtue naturally flourishes instead.

---

Prose Translation

However, for anyone who develops genuine devotion and faith toward the bodhisattvas, the resulting benefits will grow far more abundantly than any negative consequences previously mentioned. When someone looks upon these spiritual warriors with sincere reverence, the positive karmic fruits of such devotion will multiply exponentially, lasting for countless ages beyond the brief moments that generated them.

For these noble children of the Buddha, even when facing tremendous hardships and challenges, negativity does not arise in their minds. Under the most severe conditions—whether lacking necessities, suffering personal loss, or enduring attacks from enemies—their virtue naturally increases rather than diminishes. Unlike ordinary beings who may falter under adversity, these bodhisattvas transform obstacles into opportunities for spiritual growth, their positive qualities of compassion, patience, and loving-kindness spontaneously flourishing even in the most difficult circumstances.\nI bow down to the physical forms of those in whom the supreme precious mind of awakening has arisen. I take refuge in those who are sources of happiness—those remarkable beings who, even when harmed, respond by connecting the harm-doer with joy.\nThis concludes the first chapter, entitled 'Explanation of the Benefits of the Awakening Mind,' from 'The Introduction to the Bodhisattva's Way of Life.'\nTo firmly grasp this precious mind of awakening, I make excellent offerings to the Tathagatas—those who have thus gone—and to the sublime, immaculate Dharma treasure, as well as to the Buddha's children who are oceans of noble qualities.\nI offer all the myriad flowers and fruits that exist,
Every type of healing medicine found throughout the world,
All precious substances and jewels that exist in the universe,
And all pure, delightful waters wherever they may be.\nMountains of precious jewels stand majestic, alongside secluded forest glades that inspire peaceful contemplation. Trees adorned with brilliant flowers display their natural ornaments, while others bow their branches, heavy with delicious fruits.

In this world-realm, mountains made of precious substances—like the golden Mount Meru and those formed of silver and other treasures—rise from the earth. Forest clearings and remote places offer delightful sanctuaries, undisturbed by travelers and free from noise, creating perfect spaces for reflection. Trees embellish the landscape with their colorful blossoms arranged in beautiful patterns, while fruit-bearing trees bend humbly under the weight of their perfect, ripened bounty.\nIn the realms of gods and other beings, there are exquisite fragrances and incense, wish-fulfilling trees and trees made of precious materials. There are crops that grow naturally without needing to be cultivated or planted. Beyond these, there are countless other ornaments worthy of offering—beautiful lakes adorned with lotus flowers, ponds with delightful swans whose calls are exceptionally melodious, and various other splendid adornments suitable for veneration.\nI offer the lakes and ponds adorned with lotuses, inhabited by swans with their delightful, melodious calls. All these unowned treasures extend to the farthest reaches of the vast expanse of space.\nWith my mind, I gather countless offerings and respectfully present them to the supreme Sage, the Buddha, together with all his spiritual heirs. May these holy recipients, possessing great compassion, look upon me with loving care and accept these offerings of mine.\nI am impoverished and lacking in merit; I possess nothing else to offer as worship. Therefore, O Protectors who think only of others' welfare, please accept this through your own power, for my benefit.\nI completely offer myself to the Victorious Buddhas and their spiritual heirs. I permanently dedicate my entire being to them without reservation.

Supreme Bodhisattvas, please accept me fully as your own. With deep reverence, I come before you to become your faithful servant.\nWith your complete acceptance of me as your own, I will fearlessly work for the benefit of all beings while in this world. I will thoroughly overcome all my previous negative actions, and I will not commit any further harmful deeds in the future.

In accepting your embrace, I find the courage to remain in the cycle of existence without fear, dedicating myself to the welfare of all sentient beings. I will purify myself of all past negative karma through proper confession, and I make a solemn commitment to refrain from creating any further negative actions henceforth, even at the cost of my life.\nIn these bathing chambers filled with exquisite fragrance,
with crystal floors gleaming and radiantly clear,
adorned with captivating pillars of blazing jewels,
and crowned with canopies of luminous pearls and their hanging ornaments.\nTo the Enlightened Ones and their spiritual heirs, I offer the sacred bath. With numerous precious vessels filled with fragrant, pleasing water, accompanied by melodious songs and beautiful music, I perform this ritual ablution for the Realized Ones and their noble disciples.

In this ceremony, I present many exquisite vessels crafted from precious materials, perfectly filled with delightful scented waters. As I bathe these awakened beings, heavenly music plays and divine songs resound, creating a complete sensory offering worthy of those who have realized the true nature of reality and those who follow in their path.\nI dry their sacred bodies with incomparable garments—
Clean cloths infused with exquisite fragrance.
Then I offer them excellent robes,
Beautifully dyed and supremely perfumed.\nWith exquisite garments that are fine, soft, and wonderfully diverse, and with hundreds of supreme ornaments of various kinds, I adorn the noble Samantabhadra, gentle-voiced Manjushri, Avalokiteshvara Lord of the World, and other exalted beings.\nWith fragrances whose sweet scents pervade the entire vast universe, I anoint the bodies of all the Enlightened Sages. Their forms—radiant and blazing with light—shine like perfectly refined gold that has been thoroughly polished. With these most excellent perfumes, I respectfully apply fragrant ointments to their luminous bodies.

*[This verse describes making offerings of the finest fragrances to anoint the bodies of all Buddhas throughout the cosmos. Their bodies are compared to purified gold that gleams brilliantly, and the act of anointing is performed as a gesture of profound reverence.]*\nI make offerings to the Supreme Lords of Sages, the most worthy objects of reverence, with all manner of delightful and fragrant flowers: celestial mandārava blossoms, lotus flowers, blue utpala lotuses, and every kind of sweet-scented bloom. I present these alongside beautifully arranged, pleasing garlands skillfully strung together in captivating designs.\nI offer clouds of supreme incense, whose captivating fragrance pervades the air. The wafting scent is enchanting to the mind and spreads in all directions.

I also present divine food with various delicacies and drinks. These exquisite offerings, worthy of deities, I respectfully offer to them.\nI offer rows of gleaming golden lotuses,
Upon which I present jeweled lamps.
On ground spread with fragrant perfumes,
I scatter pleasing flower petals.\nI offer to those of compassionate nature the celestial palaces beyond measure, filled with enchanting hymns of praise, adorned with hanging ornaments of pearls and precious gems that radiate with dazzling beauty. These magnificent structures serve as limitless ornaments throughout the vast expanse of space.\nBeautiful jeweled parasols with golden handles,
Adorned around their edges with pleasing ornamental designs,
Exquisitely shaped and delightful to behold, raised high—
I continuously offer these to the mighty sages.\nBeyond these offerings, may magnificent clouds of worship manifest distinctly, each in its proper place—enchanting musical melodies with sweet harmonies that soothe the suffering of all sentient beings. May these cloud-like offerings pervade space, bringing joy and relief wherever they resound.\nMay an unceasing rain of precious jewels, flowers, and other offerings continually shower down upon all the sacred treasures of the true Dharma, upon all stupas, and upon all sacred images.\nJust as Manjushri and other great bodhisattvas make offerings to the Victorious Buddhas, I too shall make offerings to the Tathagatas, those protectors, together with their spiritual heirs.\nI praise the oceans of excellent qualities with vast oceans of melodious expressions of praise. May clouds of sweet, melodious praise definitely arise everywhere and continually in their presence.\nI prostrate to all the Buddhas of the three times—past, present, and future—along with the sublime Dharma teachings and the supreme spiritual community. With bodies as numerous as all the particles in every realm, I bow down in reverence and pay homage.\nI bow to all foundations of the awakening mind,
And I pay homage to all sacred monuments.
I likewise honor the preceptors and spiritual teachers,
And prostrate to those of supreme disciplined conduct.\nUntil I reach the essence of enlightenment,
I take refuge in all the Buddhas.
Likewise, I take refuge in the Dharma
And in the assembly of Bodhisattvas.\nWith palms joined in reverence, I make my supplication to the perfectly awakened Buddhas who dwell in all directions, and to the bodhisattvas who possess great compassion.\nFrom the beginningless cycle of existence, whether in this present life or in other previous lives, I have committed harmful actions without proper understanding, or have caused others to commit such actions.\nWhatever deeds I have rejoiced in due to the confusion of ignorance—having recognized these mistakes, I now confess them to the Protector with utmost sincerity.\nI confess whatever harm I have done to the Three Precious Jewels, to my parents or other spiritual teachers, through actions motivated by afflictive emotions. Whether through physical actions, harmful speech, or negative thoughts, I acknowledge all the harm I have committed.\nI confess to all the guides: I, a sinner corrupted by many faults, have committed utterly unbearable negative deeds, all of which I now acknowledge.\nBefore my negative actions are purified,
Death may suddenly claim me.
How can I surely be freed from these misdeeds?
I beg you—protect me with utmost urgency!\nThe Lord of Death cannot be trusted—
He does not wait for tasks completed or unfinished.
Therefore, whether sick or healthy,
No one should trust in the certainty of life.\nI must ultimately abandon everything and depart alone, but not having truly understood this reality, I have committed various kinds of harmful actions for the sake of those I love and those I dislike.\nEnemies will cease to exist,
And friends will fade away as well.
I myself will also cease to be,
And likewise, everything will come to nothing.\nJust as with experiences in a dream,
Whatever objects we have encountered and engaged with
Become merely things we remember.
All that has passed cannot be seen again.\nTranslation from Tibetan Buddhist Text

Even in this very life, while you still exist,
Many friends and enemies have already passed away.
Yet the unbearable negative karma created for their sake
Remains directly before you.

---

In modern prose:

Even in this present lifetime, while you are still alive, many people you once loved and disliked have already died. Though these relationships have ended, the severe negative karma you accumulated by performing harmful actions for their benefit or due to aversion toward them still remains directly before you, awaiting its inevitable ripening.\nThus, not having realized that I am but a temporary visitor in this world, I have committed numerous harmful actions through delusion, attachment, and aversion.\nDay and night pass without pause, as this life constantly diminishes. Since no additional time comes from elsewhere, how could I possibly avoid death?\nThough I may lie on my deathbed surrounded entirely by family and friends, the painful sensations of my life force ebbing away must be experienced by me alone.\nWhen seized by the messengers of the Lord of Death,
What help can relatives offer? What good are friends?
At that moment, only spiritual merit serves as protection—
Yet even this, I have failed to cultivate.

In clearer modern English:

When I am captured by the messengers of death, neither family nor friends will be able to help me. At that critical moment, the only true protection would be the merit I've accumulated through virtuous actions—yet I have neglected to build up even this essential refuge.\nProtector, in my negligence, I did not recognize these terrors. For the sake of this impermanent life, I have committed many harmful deeds.\nWhen a person is led to the place of execution for the cutting off of limbs today, they become utterly terrified. With parched mouth and pitiful, bloodshot eyes, they appear completely transformed from their former self.\nWhat need is there to describe the extreme suffering of one who is seized by the messengers of the Lord of Death with their terrifying appearances, and who is afflicted by the great disease of terror?\nWith terror-stricken eyes wide open, I desperately search in all four directions for protection, thinking: 'Who will properly save me from this great fear?'\nSeeing that there is no refuge in any direction,
I will then fall into complete despair.
In that dreadful place where no protection exists,
What shall I do at that time?\nFrom this very day I take refuge in the Victorious Ones, the protectors of all beings, who diligently strive for the purpose of safeguarding wandering beings, who possess great strength and dispel all fears.\nI also take genuine refuge in the Dharma that the awakened ones have fully realized—the teaching that dispels all fears of the cycle of suffering—and likewise, I sincerely take refuge in the assembly of bodhisattvas.\nOverwhelmed with terror, I offer my entire being to Samantabhadra. By my own volition, I also surrender this body of mine to Mañjuśrī.\nTo that Guardian Avalokiteśvara, whose compassionate activity never errs,
I cry out with the desperate wail of one in utter distress.
Please protect me, though I am burdened with misdeeds.\nTo the noble Space Essence Bodhisattva and the Earth Essence Bodhisattva, as well as to all great compassionate protectors, I seek refuge and cry out in anguish from the depths of my heart.\nWhen the messengers of death and all malevolent beings
Become terrified at the mere sight of him
And flee scattered in all four directions,
In that Wielder of the Vajra, I take refuge.\nHaving previously disregarded your teachings,
Now, seeing the great terrors before me,
I come to you for refuge in my fear.
Please swiftly dispel these frightening dangers.

In more natural prose:

I confess that I have previously transgressed your sacred instructions. Now, having recognized the great dangers that await me as consequences of my actions, I turn to you for protection in my fear. I humbly request that you quickly remove these terrors that threaten me.\nIf one fears even ordinary illness
And must follow a physician's instructions,
What need is there to mention those constantly afflicted
By the hundred ailments of desire and other faults?\nIf even a single affliction can destroy all people dwelling in this world, and no medicine to heal these afflictions can be found in any direction, [then the Dharma's value is immeasurable].

In more natural English:

When a single mental affliction has the power to destroy all human beings living in this world, and when no remedy that could heal these afflictions can be found anywhere in the universe, [we must recognize the Buddha's teachings as the only true medicine].\nIn this world, the Buddha—the omniscient physician who removes all thorns of suffering—has given us teachings. To contemplate disobeying these instructions is utterly foolish and deserving of reproach.\nIf I must remain vigilant even at ordinary small precipices,
How much more careful should I be regarding the abyss
Where one falls a thousand leagues
For an extremely long time?\nTo think 'I certainly will not die today' and remain comfortably at ease is inappropriate. The time when I will cease to exist will inevitably arrive.\nWho has granted me freedom from fear? How shall I escape this fate with certainty? Since I will inevitably cease to exist, how can my mind remain so complacently at ease?\nFrom all those pleasures I've experienced and lost in the past, what of substance truly remains for me? Yet I became so fixated on these things that I violated the instructions of my spiritual teachers.\nHaving abandoned this present life along with all relatives and friends, I must journey alone to an unknown destination. Of what use then are all those I love or dislike?\nFrom non-virtuous actions comes inevitable suffering. How can I be definitively liberated from this cycle? This is the singular contemplation worthy of my constant attention.\nDue to my ignorance and delusion, I have committed various wrongful actions—whether those that are inherently wrong by their very nature, or those that are wrong because they violate specific precepts I have undertaken. Whatever negative deeds I have committed among these categories, I acknowledge them all.\nStanding directly before the Protectors, with palms joined together and a heart fearful of suffering, I prostrate again and again, and openly confess all these misdeeds.\nO guides, I ask you to recognize my misdeeds as true transgressions.
This conduct was not virtuous, and henceforth I shall never commit such actions again.\nThus concludes the second chapter, 'Confession of Negativities,' from The Introduction to the Bodhisattva's Way of Life.\nI rejoice wholeheartedly in all virtuous actions that provide relief from the sufferings of lower realms for all sentient beings. With genuine delight, I celebrate when those experiencing suffering find happiness and well-being.\nI rejoice in the virtuous deeds accumulated as causes for enlightenment.
I rejoice in the definite liberation of embodied beings from the sufferings of cyclic existence.\nI rejoice in the enlightenment of the protectors, and likewise in the attainments of the bodhisattvas on their spiritual grounds. With joy, I celebrate the vast ocean of virtuous intentions that bring happiness to all sentient beings. I wholeheartedly rejoice in those who work for the benefit of all living beings.\nWith palms joined in reverence, I make this supplication to all the Buddhas throughout every direction: Please kindle the lamp of Dharma for sentient beings who are bewildered in the darkness of suffering.\nTranslation

To those Enlightened Ones who intend to pass into nirvana, I join my palms in respectful supplication: Please do not leave this world in darkness; I request that you remain for countless eons.

Expanded Translation

With palms pressed together in reverence, I make this heartfelt request to all the Enlightened Conquerors who show the intention to enter final peace: Please do not abandon this world's beings to wander in blindness, unable to discern right from wrong. Instead, I implore you to remain present in this world for immeasurable eons, illuminating the path for all.\nHaving performed all these practices, I dedicate whatever virtue I have accumulated. Through this merit, may all the sufferings of all sentient beings be completely dispelled.\nFor as long as beings are afflicted with illness, until they fully recover their health, may I become their medicine, their physician, and also their caretaker serving their needs.\nI shall bring down showers of food and drink to relieve the suffering of hunger and thirst. During the intermediate kalpa of famine, may I myself become food and drink for all beings.\nFor all beings who are impoverished and destitute, may I become an inexhaustible treasure. May I remain readily available before them as various necessities and requisites of all kinds that they might need.\nMy body, along with all possessions and enjoyments, as well as every virtue I have accumulated throughout past, present, and future times—I give all these away without reservation or hesitation for the sole purpose of fulfilling the needs of all sentient beings.\nComplete renunciation leads to liberation,
And my mind aspires to achieve this freedom.
Since I must eventually relinquish everything,
The supreme approach is to give it all to sentient beings.\nSince I have already freely given this body to all sentient beings, it is now theirs to use as they wish. Therefore, whether they choose to kill me, criticize me, beat me, or use me in any way that pleases them—this is entirely their right.\nLet them play with my body, mock me, or make it an object of ridicule. I have already given this body away to them, so why should I concern myself with how they treat it?\nLet them engage in whatever actions that bring them happiness. May no one ever experience anything meaningless or purposeless as a result of their connection with me.

In more detailed prose:

I allow others to engage in whatever beneficial actions that will not cause them harm. May I never become the cause for any being to experience meaningless suffering or purposelessness when they direct their attention toward me. May all who connect with me always find meaningful benefit from that interaction, and may none of their actions toward me ever be wasted or fruitless.\nWhenever anyone's mind focuses on me and experiences either anger or devotion, may that very mental state always become the cause for fulfilling all their aims.

If others direct their attention toward me—whether with hostility or with faith—may that very interaction, whatever its nature, invariably serve as a catalyst for the complete achievement of their goals, both immediate and ultimate.\nThose who speak ill of me,
Those who cause me harm,
And likewise those who mock or ridicule me—
May all of them share in the fortune of enlightenment.

Modern English Translation Prose

May all those who verbally criticize or slander me to my face, those who inflict physical harm upon me or damage my possessions, and likewise those who ridicule me or spread malicious gossip behind my back—may every single one of these beings be blessed with the good fortune that leads to enlightenment.\nI am the protector for those without protection, the guide for those who journey on the path. For those who wish to cross over, I have become their boat, their vessel, and their bridge.\nMay I become an island for those seeking refuge, a lamp for those desiring illumination, and a comfortable dwelling place for those needing shelter. For all embodied beings who need assistance, may I become a servant to them all.\nTranslation of Buddhist Aspiration Verse

May I become like a wish-fulfilling jewel for all beings, granting whatever they desire. Like a perfect treasure vase from which all necessities flow abundantly. Like a powerful mantra of accomplished wisdom that transforms those it touches. Like a supreme healing medicine that cures all afflictions and suffering. Like the wish-fulfilling trees that produce whatever one imagines. And like the miraculous wish-granting cow that provides endless nourishment for all living creatures.

In this way, may I become the complete source of fulfillment for all embodied beings, satisfying their every need and desire.\nLike the great elements of earth and the others, may I too constantly become the foundation for the diverse sustenance of immeasurable sentient beings, just as space accommodates all.\nJust as sentient beings pervade the entire reaches of space, may I become a source of sustenance for them in every possible way until all have attained liberation beyond suffering.\nJust as the Buddhas of the past, those who have gone to bliss, first generated the mind of enlightenment, and then progressively trained in the practices of bodhisattvas, I too will follow this same sequential path.\nTranslation of the Bodhicitta Commitment Verse

Just as those before me have done, I generate the awakening mind for the benefit of all beings. Likewise, I will train systematically in the disciplines, progressing step by step along the path.

---

Detailed Translation

In the same way as the enlightened ones who came before me, I now generate bodhicitta—the mind of awakening—for the welfare and benefit of all living beings. Similarly, I commit to train in the various disciplines of the bodhisattva path, following them in their proper sequence according to my capacity.

This verse represents the practitioner's formal commitment to generate bodhicitta the altruistic intention to attain enlightenment for the sake of all beings and to undertake the progressive training in the bodhisattva practices. It establishes both the aspiration to benefit others and the practical commitment to engage in the necessary training to fulfill that aspiration.\nThus, once an intelligent person has genuinely embraced the awakening mind with deep faith, they should uplift and encourage their mind in this manner to ensure its continued development and expansion.\nToday my life has become meaningful,
And I have fully realized the potential of human existence.
Today I have been born into the Buddha's family,
And now I have become a child of the Buddhas.

Modern English Translation

Today my life has truly become fruitful and meaningful. I have genuinely fulfilled the purpose of this human existence that I have so fortunately obtained. On this day, I have been born into the family of the Buddhas, and I have now become a true child of the Awakened Ones.\nNow I must commit to actions that befit my lineage, ensuring that I do not tarnish this pure and noble heritage with any stain of misconduct.

I must act in complete harmony with the Buddha's family line that I have entered, conscientiously performing deeds that reflect its values. This flawless and venerable lineage—passed down from the Buddha through countless realized masters to my own teachers—must remain unsullied by my actions. I shall conduct myself in such a way that no impurity or defilement arises through my behavior, preserving the integrity that has characterized this tradition throughout its beginning, middle, and end.\nLike a blind person who unexpectedly discovers a precious jewel within a pile of discarded rubbish, somehow, by a remarkable confluence of circumstances, this awakening mind has miraculously arisen within me.\nThis is the supreme elixir
that conquers death for all beings.
This is also the inexhaustible treasure
that dispels the poverty of all beings.\nThis is the supreme medicine that brings complete healing to the ailments of all beings. It is a tree of rest providing relief to those who have grown weary from wandering the paths of existence.\nThis bodhicitta is a universal bridge that liberates all beings from the lower realms. It serves as a common foundation for all spiritual travelers. Like the moon rising in the mind, it dispels the burning torment of worldly afflictions.\nBodhicitta is the great sun that completely dispels the cataracts of ignorance afflicting all beings. It is the essential butter that emerges when the milk of the sacred Dharma is thoroughly churned.\nFor wandering beings who journey along the paths of existence, guests desiring to experience pleasant enjoyments, this generation of bodhicitta stands ready as the supreme source of happiness, satisfying the great multitude of sentient beings who arrive as visitors.\nToday, in the presence of all the Protectors, I have invited all beings to attain the state of perfect enlightenment, and in the meantime, to experience happiness along the way. May all gods, demigods, and all other beings rejoice in this invitation.\nThis concludes the third chapter, entitled 'Thoroughly Embracing the Awakening Mind,' from 'Entering the Way of the Bodhisattva.'\nOnce having firmly established bodhicitta, children of the Victorious Ones should constantly strive with unwavering diligence never to transgress the trainings.

---

In more natural contemporary English:

Having firmly established the awakening mind, those who follow the path of the enlightened ones should continually strive, without negligence, never to violate their spiritual commitments.\nFor actions undertaken rashly or impulsively, or those not properly examined beforehand, it is appropriate to reconsider whether to proceed or abandon them, even after making a commitment.

In more detail: When you have hastily begun something without forethought, or when you have not thoroughly investigated the full implications of an action, it remains reasonable—even after having made a promise to complete it—to carefully examine whether you should continue with it or let it go. Such reconsideration is not only permissible but proper.\nWhat the Buddhas and their spiritual heirs have examined with their great wisdom, and what I myself have also thoroughly investigated—what reason could there be to delay embarking on this path?\nIf, having made such solemn vows, I fail to fulfill them through concrete action, I will have deceived all these sentient beings. What then would become of my future rebirth?\nIf a person merely thinks of giving away even the most insignificant item, but then fails to actually give it, it is taught that they will be reborn as a hungry ghost.\nIf I earnestly seek the supreme bliss of enlightenment with utmost sincerity and heartfelt commitment, yet then deceive all living beings by abandoning this pledge, how could I possibly find my way to higher realms?\nOnly the Omniscient One truly understands the inconceivable workings of karma: how even those who have abandoned the mind of enlightenment may still attain liberation.\nFor a bodhisattva, this constitutes the most grievous of all downfalls. When this transgression occurs, one's capacity to benefit all sentient beings becomes diminished.\nWhoever, even for a single moment, obstructs or interferes with the virtuous deeds of a bodhisattva, diminishes the welfare of sentient beings by doing so. For such a person, there will be no end to their suffering in the lower realms.\nIf I destroy even a single sentient being's happiness,
I myself will deteriorate and fall.
What need is there to mention the consequences
Of destroying the happiness of all embodied beings
Who fill the entirety of limitless space?\nThus, if one vacillates between the power of transgressions and the power of the awakening mind, alternating between them while wandering in cyclic existence, there will be a long delay in attaining the spiritual grounds.\nTherefore, I must respectfully fulfill what I have promised. If I fail to make diligent effort from this day forward, I will sink lower and lower into suffering.

---

Therefore, I must diligently fulfill the commitments I have made with proper respect and care. If starting today I fail to apply myself with genuine effort, I will descend further and further downward into increasingly difficult states of existence.\nThough countless Buddhas have passed beyond—
Those who worked solely for the benefit of all sentient beings—
I, due to my own faults,
Have not become a recipient of their healing care.\nIf I continue to act in the same harmful way as before, I will repeatedly experience the same consequences—rebirth in lower realms, disease, bondage, being cut and dismembered, and similar sufferings.\nWhen will I obtain such rare and precious opportunities: the appearance of an Awakened One in the world, faith in their teachings, this human form, and the capacity to cultivate virtue?\nThis day free from illness is precious,
Though we have food and are safe from harm,
Life itself is momentary and deceptive,
And this body is merely borrowed for a brief time.\nWith behavior such as mine, I will not even obtain a human body again. And if I fail to secure a human form, there will be only wrongdoing and no opportunity for virtue.\nWhen, despite having the capacity for virtue, I fail to perform good deeds, what will I do when I am completely bewildered by the sufferings of the lower realms?

Even though I now possess the fortunate opportunity to engage in virtuous actions, if I neglect to create this goodness, what recourse will I have later when I'm overwhelmed by the agonies of unfortunate rebirths and utterly confused about how to free myself?\nWhen one fails to engage in virtuous actions and instead accumulates harmful deeds, even the mere mention of fortunate rebirth will not be heard for hundreds of millions of eons.\nFor this very reason, the Blessed One taught:

'Attaining human birth is extremely rare—like a blind turtle in a vast ocean, surfacing only once every hundred years, by chance putting its neck through a small hole in a wooden yoke tossed about by the waves.'\nBy a single moment's negative action,
One remains in the Avīci hell for an entire eon.
Given the harmful deeds accumulated since beginningless time,
Is it even necessary to mention one will not reach the higher realms?\nMerely experiencing suffering alone does not bring liberation. Indeed, while enduring the consequences of past harmful actions, one generates yet more negativity.\nHaving obtained this rare and precious human life with all its freedoms and opportunities, if I fail to cultivate virtue, there is no greater self-deception than this, nor is there any greater delusion.\nIf, having understood these truths, I later become discouraged through delusion, then at the time when death approaches, overwhelming sorrow will arise within me.\nThe unbearable fires of hell will burn my body for an immeasurably long time. And without doubt, my mind will be tormented by the blazing flames of unbearable regret.\nHaving somehow obtained this extremely rare human existence that serves as a basis for achieving benefit—a foundation so difficult to find—if I, despite possessing awareness and understanding, allow myself to be led back to those very hell realms again, it would be as if I had lost all reason.\nLike someone enchanted by magical spells, I find myself here utterly mindless. I don't even understand what has bewildered me. What dwells within me that causes this?\nThese enemies of mine—hatred, craving, and other afflictions—possess no legs, arms, or physical form. They are neither brave warriors nor intelligent strategists. Yet somehow, they have enslaved me completely, treating me as their servant.\nTranslation

While residing within my own mind,
these afflictions happily inflict harm upon me.
If I remain patient with them and do not become angry,
such misplaced patience is worthy of reproach.

In modern prose:

These mental afflictions, while dwelling within my very own mind, gleefully and contentedly cause me harm. If I practice patience toward these afflictions and refrain from rightful anger against them, such misapplied patience is inappropriate and deserves condemnation. One should not tolerate what is actually harmful to oneself—this kind of misguided forbearance is truly blameworthy.\nEven if all the gods and demigods
Were to rise up against me as enemies,
Even they would not have the power
To lead me into and cast me into the fires of the Avīci hell.\nWhen these powerful enemies—my own mental afflictions—
Encounter something, they are so destructive
That even Mount Meru would be completely annihilated,
Leaving not even ashes behind.
Into such devastation, they cast me in a single instant.

Modern English Translation

These formidable enemies—my own mental afflictions like attachment and hatred—possess a destructive power beyond compare. When unleashed, their force is so overwhelming that they could completely consume even Mount Meru, the mightiest mountain in the cosmos, leaving not even a trace of ash behind. In just a single moment, these inner adversaries can cast me into such terrible destruction. No external enemy could ever pose such a threat to my wellbeing as these afflictions that dwell within my own mind.\nNo worldly enemies, no matter how long-lived, can persist as my afflictive emotions have. These inner foes have endured without beginning or end, spanning an immense duration that no ordinary adversary could match.

The afflictions that trouble my mind—anger, attachment, ignorance, and the rest—have been my enemies from beginningless time. Unlike ordinary adversaries who might threaten me for a season or a lifetime, these inner enemies have pursued me without respite through countless rebirths. No external foe—no matter how determined—can sustain such relentless opposition across the vast expanses of time that my mental afflictions have endured.\nWhen we serve others with respect and in harmony,
Everyone becomes a source of benefit and happiness.
But when we indulge and serve our mental afflictions,
They only return to cause us greater suffering and harm.\nHow could I possibly feel fearless joy in the cycle of existence when these enemies—who have continuously been my adversaries for ages, who are the single source from which floods of suffering arise, and who definitely make their home in my heart?\nThese wardens of the prison of cyclic existence, who in the hells and other lower realms have become executioners and tormentors—if they remain in the abode of my mind, caught in the net of attachment, how could I possibly find any happiness?\nTherefore, I will not abandon my effort here until I have definitively conquered these enemies face to face. Even those filled with pride and overtaken by anger will not sleep until they have defeated someone who has caused them only minor harm.\nIf warriors who face enemies on the battlefield—enemies who naturally suffer and will eventually die anyway—do not retreat until they have accomplished their purpose, enduring the pain of being struck by arrows, spears, and weapons, then how much more should we persevere when confronting our mental afflictions?

When these afflictions arise in direct confrontation, though we may wish to forcefully defeat them, we should never turn back without accomplishing our goal, even while bearing the suffering they inflict. Just as soldiers withstand physical wounds to defeat temporary foes, we must remain steadfast in our battle against the afflictions that cause endless suffering, never retreating until we have achieved victory over them.\nWhen I am dedicated to defeating these inherent enemies—the certain causes of all suffering throughout time—why would I ever become disheartened or discouraged, even if this effort leads to hundreds of adversities? It goes without saying that I will remain steadfast.\nIf I can proudly display wounds inflicted by enemies without purpose as if they were ornaments adorning my body, then why should I consider suffering harmful when I am diligently striving toward a truly meaningful goal?\nEven fishermen, outcasts, and farmers, whose minds are focused solely on their own livelihood, endure the hardships of cold, heat, and other adversities. How much more, then, should I bear such difficulties when working for the happiness of all beings?\nHaving pledged to liberate beings from afflictions
Throughout the ten directions to the furthest reaches of space,
I myself remain ensnared by these very same afflictions.\nWithout knowing the true measure of my own capabilities, how is it not madness to make such declarations? Therefore, I shall remain forever unwavering in my commitment to defeat the afflictions.

*Alternative rendering with slightly more natural phrasing:*

It would be madness to make grand declarations without understanding my own limitations. Therefore, I will remain steadfast and never turn back from my commitment to overcome the mental afflictions.\nI will take a stand against these afflictions, harbor enmity toward them, and engage them in battle. These specific forms of attachment and hostility—directed at destroying afflictions—are exceptions to what must be abandoned.\nEven if I am burned alive and killed,
Or even if my head is cut off—that would be preferable.
But under no circumstances
Will I bow down to the enemy of afflictions.\nUnlike an ordinary enemy who, when expelled from a territory, may dwell in another region and establish a foothold there, gathering strength before returning to fight again, the enemy of mental afflictions is fundamentally different. When mental afflictions are truly vanquished through spiritual practice, they cannot simply relocate elsewhere, accumulate power, and return to harm you. Once properly uprooted, these inner adversaries—such as attachment, aversion, and ignorance—have nowhere to retreat, no place to regroup, and no means to launch a counterattack.\nThese mental afflictions must be dispelled by the eye of wisdom.
Once removed from my mind, where would they go?
Where could they possibly dwell, only to return and harm me again?
The truth is, I—with my weak resolve—have simply failed to make proper effort.\nThe Nature of Afflictions

Afflictive emotions do not reside in external objects, nor in the collection of senses, nor in the space between them. If they exist neither there nor elsewhere, where do these afflictions dwell that torment the entire world?

They are like illusions. Therefore, release the fear from your heart and cultivate diligence to develop wisdom. Why needlessly subject yourself to the torments of hell realms and other sufferings?

---

Expanded Translation

Afflictive emotions—such as attachment and aversion—do not truly exist within external objects, nor within our sense faculties, nor even in the space between perceiver and perceived. Yet if they exist nowhere else either, we must ask: where exactly do these afflictions reside that cause suffering to all beings?

The truth is that these afflictions are like magical illusions—appearing vividly yet lacking inherent existence. Understanding this, free your heart from the fear that you cannot overcome them. Instead, apply yourself diligently to developing the wisdom that recognizes their empty nature.

Why would you pointlessly allow yourself to suffer the agonies of hell realms and other miserable states? You have the capacity to free yourself—it makes no sense to continue harming yourself unnecessarily.\nHaving carefully reflected on these teachings of mindfulness, I will strive diligently to practice the training as explained. For how can patients who need treatment ever be cured if they do not listen to their physician's instructions and take the prescribed medicine?\nThis concludes the fourth chapter entitled 'Teaching on Vigilance' from 'Entering the Bodhisattva's Way of Life.'\nFor those who wish to safeguard their spiritual training, guarding the mind with utmost diligence is essential. If one fails to protect this mind, it will be completely impossible to maintain one's spiritual discipline.\nThe harm inflicted by an untamed, intoxicated elephant in this world does not compare to the torment caused by the wild elephant of one's own mind. When the elephant of the mind is left unrestrained, it creates suffering comparable to the agonies of the most terrible hell realms.\nWhen the elephant of the mind is firmly bound
With the rope of constant mindfulness,
All fears will completely disappear,
And every virtue will come readily to hand.\nTigers, lions, elephants, bears,
Snakes and all enemies;
The guardians of the hell realms,
And likewise witches and demons.\nBy binding this single mind alone,
All sources of harm are likewise bound.
By taming this single mind alone,
All threats are similarly tamed.\nAll fears and immeasurable sufferings arise from the mind alone—this is what the One who speaks the truth has taught us.\nWho has deliberately fashioned the weapons in the hell realms?
Who has created the burning iron ground?
From what have those hosts of women appeared?\nThe Sage has taught that all these various fearsome things
Arise from the sinful mind.
Thus, in all three worlds,
There exists no fear other than the mind.\nIf the perfection of generosity means making all beings free from poverty, yet there are still destitute beings in the world today, how could the previous protectors have perfected the paramita of giving?\nThe perfection of giving is defined as having the generous intention to offer all one's possessions—along with the fruits or benefits that come from them—to all beings without exception. Therefore, this perfection is essentially a state of mind itself.\nWhere could I possibly send fish and other creatures so they would never be killed? There is no such place. Rather, the perfection of ethical discipline comes from attaining a mind of renunciation.

When one develops the mental state that completely renounces harmful intentions, this is what is meant by the perfection of ethical discipline. True ethical discipline arises not from the absence of beings to harm or from physically protecting all creatures, but from one's internal commitment to never cause harm.\nThe unruly sentient beings are as vast as space—
It would be impossible to overcome them all.
Yet if you vanquish this single angry mind,
It is as though you have defeated all enemies.\nHow could one possibly find enough leather to cover the entire surface of the earth? It would be impossible to gather sufficient hide for such a vast undertaking. However, with just enough leather to make a pair of shoe soles, it is as if the whole earth has been covered for you.\nJust as I cannot possibly prevent
or turn back external circumstances,
I will instead restrain my own mind.
What need is there to restrain other things?\nEven with body and speech in action, without a powerful mind, one cannot attain the fruits that come from a single moment of clear mental focus—fruits such as rebirth in the Brahma realms. When the mind's engagement is weak, the results will not be the same, despite the many potential benefits of physical and verbal efforts.\nEven if you practice recitations and austerities for a very long time, when performed with a distracted and unfocused mind, the Buddha—who knows the true nature of all things—declares them to be entirely pointless.\nThose who do not understand this secret of the mind—the supreme essence of all spiritual teachings—will wander aimlessly without purpose, even though they desire to attain happiness and overcome suffering.\nTherefore, I must firmly secure and diligently protect this mind of mine. Beyond the discipline of guarding the mind, what purpose do numerous other religious observances serve?\nJust as a person with a wound must be vigilant and take special care when among unruly people, similarly, when dwelling among negative or harmful individuals, one must constantly protect the wounded nature of one's mind.\nTranslation

If we are frightened by even minor suffering from a physical wound
And take care to protect that wound with attention,
Why then wouldn't we guard the wound of our mind,
When we fear the crushing mountains that will destroy us?

Explanatory Translation

If we become alarmed by even the small suffering that comes from a physical wound and diligently protect that wound, then why wouldn't we protect the wound of our mind, especially when we fear the terrible consequences—like being crushed between mountains in the hell realms—that come from leaving our minds unguarded?

The verse presents a simple but powerful argument: we instinctively protect physical wounds that cause only minor suffering, yet we often neglect to guard our minds, despite the fact that mental afflictions lead to far more devastating consequences. Just as we carefully tend to bodily injuries to prevent infection or increased pain, we should be even more vigilant in protecting our minds from harmful thoughts and emotions that can lead to tremendous suffering both now and in future lives.\nWhen one maintains this way of practice, even while dwelling among harmful people or residing in the company of women, a practitioner who is steadfast in their vows will not falter in their discipline.\nTranslation

Let my gains, tokens of respect,
My body, and even my livelihood be lost.
Let other virtuous deeds decline if they must,
But I shall never allow my mind to deteriorate.

---

**Modern English Translation:**

I would rather lose all my material possessions, honors, and recognition than compromise my mind's integrity. Even if my physical body wastes away and my very livelihood disappears, I can accept that loss. Indeed, I would sooner let other virtuous actions diminish than allow my mind to deteriorate in any way. While external things may come and go, I must never, under any circumstances, allow my mindful awareness to decline.\nTo those who wish to guard their minds, I join my palms together in respect and earnestly implore:

'Protect mindfulness and introspective awareness with all your effort and diligence.'\nJust as people afflicted by illness are incapable of performing any tasks, similarly, a mind disturbed by confusion is incapable of engaging in any worthwhile activities.\nWithout vigilant awareness, all knowledge gained through hearing teachings, contemplation, and meditation is like water in a cracked vessel—it will not remain in memory.\nMany who possess extensive learning, who are filled with faith, and who diligently apply effort—nonetheless become stained with moral downfalls due to the fault of lacking introspective awareness.\nWhen mindfulness is lost, the thieves of unawareness follow closely behind. Even though you may have accumulated merit and virtuous deeds, they are stolen away like possessions seized by a bandit, causing you to descend into unfortunate realms of existence.\nThis band of mental afflictions acts like robbers and thieves,
Always searching for opportunities to attack.
When they find an opening, they steal away our virtue
And destroy even our chance for a fortunate rebirth.\nTherefore, never allow mindfulness to stray from the doorway of your mind. Even if it has wandered away, bring it back by recalling the sufferings of lower rebirths that will result.

In more natural contemporary English:

Therefore, never let your mindfulness drift away from guarding the entrance to your mind. If you find that your attention has wandered, immediately bring it back by remembering the painful consequences of negative rebirths that such carelessness will bring.\nFor those who approach their practice with reverence—whether motivated by their association with a spiritual teacher, through the guidance of their preceptor, or out of a mindful fear of missteps—mindfulness arises naturally and with ease. The fortunate ones who maintain respect for their training, guided by their teachers' instructions, find that attentive awareness develops effortlessly in their minds.\nThe Buddhas and Bodhisattvas possess unhindered vision in all directions. I am constantly present before all of them, and they are always in my presence.\nTranslation

After contemplating in this way, one should remain mindful with a sense of shame, respect, and appropriate fear. Through this practice, the recollection of the Buddha will naturally arise within one again and again.

Expanded Translation

Having reflected deeply on the fact that the Buddhas and Bodhisattvas are constantly observing us with their unhindered vision, one should maintain three essential qualities: a sense of shame that prevents wrongdoing based on one's own integrity, deep respect for the teachings and the Teacher, and a healthy awareness of the consequences of one's actions. Abiding in this mindful state, the practitioner will find that the remembrance of the Buddha spontaneously arises in their mind repeatedly, without forced effort. This natural recollection extends to the Dharma and Sangha as well, establishing a firm foundation in the Three Jewels that strengthens one's entire spiritual practice.\nWhen mindfulness stands guard at the doorway of the mind for the purpose of protection, clear awareness then naturally arises. And even if this awareness departs, it will return again.\nFirst, I must vigilantly examine this mind of mine. Having recognized when it contains flaws or negative qualities, I should then remain like a piece of wood—steady and unmoved—maintaining firm control over myself.\nI will never engage in purposeless, wandering gazes. Instead, I shall always maintain a contemplative awareness, looking downward with mindful attention.\nTo rest your gaze when it becomes fatigued, occasionally look around in different directions. If someone happens to appear in your field of vision, look at them and say, 'Welcome, it's good that you have come.'\nWhen traveling on roads or in potentially dangerous places, repeatedly scan all four directions to detect possible threats. Look carefully to each side after pausing to rest. Then turn around completely to examine what lies behind you.\nAfter carefully examining what lies ahead and behind,
One should decide whether to proceed or return.
Thus, in all circumstances of life,
One should act only after understanding the purpose.

---

**Modern English Translation:**

One should carefully examine what lies ahead and what remains behind before deciding whether to go forward or turn back. Similarly, in every situation one encounters, one should act only after clearly understanding the purpose of one's actions. This mindful approach should guide all activities, ensuring that one proceeds with awareness and proper discernment in everything one does.\nHaving established the intention, 'I will position my body in this way,' and having restrained unnecessary physical activities, one should periodically examine: 'How exactly is my body positioned right now?'\nTranslation of 'Taming the Mind-Elephant'

With utmost effort, one should ensure that the wild elephant of the mind remains securely bound to the great pillar of Dharma contemplation, never breaking free from its tether.

---

**Modern English Translation with Contextual Clarity:**

The intoxicated elephant of our mind must be carefully restrained. Through all possible efforts, ensure that this powerful but wild mental force remains firmly tethered to the strong pillar of Dharma contemplation. Just as one would secure a dangerous elephant so that it cannot escape and cause harm, likewise bind your mind to spiritual practice with such steadfastness that it cannot stray toward distractions or destructive impulses.\nI should constantly examine my mind, asking myself, 'Where is my mind wandering?' in such a way that I never let go of the purpose of concentration, not even for a single moment.

---

*Alternative rendering with more natural flow:*

One should continually ask: 'Where is my mind operating right now?' Through such mindful self-examination, never abandon the commitment to concentration, not even for an instant.\nWhen faced with dangers, festivals, or similar circumstances, if you cannot maintain all precepts, do what is appropriate for the situation. This is because it is taught that during times of giving, certain aspects of moral discipline may be temporarily set aside with equanimity.\nWhen you have considered a task and begun to undertake it, do not let your mind wander to other matters. With your attention firmly directed toward that purpose, first complete that very task before moving on.\nWhen following this approach, everything becomes well accomplished. Otherwise, neither aspect will be fulfilled. In this way, the secondary affliction of non-vigilance will not increase or proliferate.\nWhen various types of idle gossip arise,
And many kinds of fascinating spectacles appear,
If you find yourself drawn to engage with all these things,
You should abandon your attachment to them.\nIf you find yourself carelessly digging in the earth, cutting grass, drawing patterns on the ground, or engaging in other such purposeless activities, immediately recall the training precepts established by the Buddha. Then, with a healthy concern for the consequences, abandon such actions at once.\nWhen you feel the urge to move
Or wish to speak words to others,
First examine your own mind carefully,
Then act with steady awareness and reason.\nWhen you notice your mind becoming attached to things or filled with anger, at such times, do not act upon these feelings, do not speak words driven by them, but remain still like a piece of wood.

In more detail: Whenever you observe your own mind becoming attracted to something desirable or wishing to express anger toward something unpleasant, that is precisely when you should refrain from taking any action based on these emotions. Do not allow your body to engage in activities motivated by attachment or aversion. Similarly, do not speak words that would give voice to or strengthen these afflictive states. Instead, maintain complete stillness—like a tree or piece of wood—unmoved and unswayed by the fluctuations of desire and hatred.\nWhen the mind becomes wild and prone to mockery, filled with pride and arrogance, or harbors the intention to expose others' faults—or when it seeks to reopen settled disputes or harbors deceitful thoughts—\nWhen you find yourself eager to praise your own qualities,
Or when you are inclined to criticize others,
Or when you engage in harsh speech and heated arguments—
In such moments, remain still like a piece of wood.\nIf I find myself desiring wealth, honors, or fame, or if I seek to have an entourage of attendants, or if my mind longs for personal service and care from others—in all these cases, I should remain still like a piece of wood.\nWhen thoughts arise in my mind wishing to neglect others' welfare, or seeking only my own benefit, or desiring to speak unnecessarily, I should remain still like a piece of wood.

When I notice my mind wanting to disregard the welfare of others, becoming preoccupied with my own interests, or feeling the urge to speak merely to gain attention or engage in idle talk, at that moment I should become like a log—completely still and restrained in body and speech—rather than acting on these self-centered impulses.\nWhen impatience arises in my mind, or when I feel lazy or afraid;
When I'm inclined toward impulsive behavior or meaningless chatter;
When attachment to my own side emerges in my thoughts—
At such times, I should remain still like a log.\nWhen you detect a mind thoroughly afflicted by disturbing emotions, or one engaged in meaningless pursuits, at that moment, like a warrior, you should firmly restrain it through the appropriate antidotes.\nWith unwavering certainty and profound faith,
With steadfastness and respectful reverence,
With a sense of shame and healthy caution,
With peaceful demeanor and dedication to others' happiness.\nWhen confronted with the contradictory desires of childish beings, I will not become discouraged. Understanding that their minds are under the influence of afflictions, I will respond with compassion, thinking: 'This is simply how their minds have become.'\nIn all blameless actions, I shall maintain this mind continuously—acting for the sake of myself and all sentient beings while remaining free from self-importance, like a magical emanation.\nAfter a long time, I have finally obtained this supreme opportunity, this precious moment of leisure. Repeatedly bringing this to mind again and again, I shall hold my consciousness unwavering like Mount Meru.\nWhen vultures, consumed by their craving for flesh, pull and drag this body in all directions, your mind feels no displeasure toward them. So why now do you fuss over and take such care of this body?\nHaving claimed this body as your own,
why do you, mind, strive to protect it?
If you and this body are truly separate entities,
what purpose does it really serve for you?

In more natural English:

Why do you, mind, work so hard to protect this body after claiming it as your own? Since you and this body are fundamentally separate from each other, what real purpose does this body serve for you?\nO deluded mind, why do you not grasp at a clean wooden figure,
Yet protect this machine made of impurities,
This decaying apparatus—
What purpose does guarding such rottenness serve?\nFirst, with your own discerning intelligence, separate this layer of skin as distinct from the rest of the body. Then, using the weapon of wisdom, carefully separate the flesh from the network of bones.\nSeparate the bones into individual parts and examine them down to the marrow within. Ask yourself, 'What essence is there to be found in this?' Investigate this matter thoroughly for yourself.\nHaving searched so diligently in this way, if you have found no essence within this body, why do you still continue to protect this body with such attachment?\nYou should not consume the impurity of this body,
Nor is it proper to drink its blood.
If even the entrails are not to be sucked,
What purpose does this body serve you?\nIf this body must be protected, let it be reasonable—as future food for foxes and vultures. This human form has only one proper purpose: to be employed in service of virtue.\nEven though you diligently protect this body, when the merciless Lord of Death snatches it away and gives it to vultures and dogs, what will you be able to do then?

*Alternative rendering with slightly more contemporary phrasing:*

Despite how carefully you guard this body, when death—showing no mercy—seizes it from you and offers it to scavengers, what power will you have in that moment?\nIf you wouldn't provide clothing and other necessities to a servant who cannot properly serve you, then why do you exhaust yourself caring for this body? After all, even though you nourish it, this body will eventually depart elsewhere when death comes.\nHaving provided this body with its wages, now let it serve your own purpose. Do not give everything to it without receiving benefit in return.\nRegarding your body as nothing but a boat for traveling to and fro, transform it into a wish-fulfilling vessel to accomplish the welfare of all sentient beings.\nHaving gained control over yourself in this way, always maintain a smiling countenance. Completely abandon frowning and contracted facial expressions. Be friendly and straightforward with all beings, speaking to them first.\nDo not carelessly drop chairs and other furniture with a loud noise. Do not forcefully fling open doors. Always take delight in humble, subdued conduct.\nLike the heron, the cat, and the thief, who move silently and stealthily to accomplish their desired aims, so should the sage consistently conduct themselves.

In more natural English:

Just as the heron, cat, and thief move silently and stealthily to achieve their goals, so too should spiritual practitioners always conduct themselves. These creatures accomplish what they set out to do precisely because they move quietly and carefully, without disturbing their surroundings. Similarly, those who have taken the bodhisattva path should maintain mindful, gentle conduct in all their actions—moving with peaceful deportment, speaking softly, and behaving with humble consideration that brings comfort to others rather than disturbance. Through such mindful behavior in even the smallest actions, practitioners effectively accomplish beneficial purposes for themselves and others.\nWhen people are skilled at giving advice and admonishment, and offer helpful words without being asked, receive their guidance respectfully with your head bowed. Always position yourself as a student to everyone.\nWhen anyone speaks words of wisdom, one should readily express appreciation, saying, 'Well spoken!' Upon seeing someone performing meritorious actions, one should inspire them with genuine praise and encouragement.\nSpeak about others' virtues when they are not present, and when someone praises another's good qualities, join in that praise with appreciation. When your own qualities are being discussed, recognize that the speaker possesses discernment of virtues.\nAll endeavors are undertaken for the sake of happiness, yet such happiness is rare even when one tries to purchase it with wealth. Therefore, I should take delight in the virtuous qualities achieved by others, enjoying the bliss that comes from such appreciation.\nIn cultivating joy for others' happiness, I incur no loss in this present life, while securing great happiness in the life to come. Conversely, negative emotions like jealousy and aversion bring unhappiness and suffering now, and lead to great suffering in future existences.\nWhen speaking, one should:

Speak in a manner that puts others at ease, with a natural flow and logical connection between ideas, so that your words are perceived as trustworthy and coherent.

Express yourself with clarity and precision, making your meaning readily apparent and pleasant to hear, which allows others to understand without doubt or confusion.

Speak free from the influences of attachment and aversion, avoiding partiality toward your own views or hostility toward opposing perspectives.

Communicate with gentleness and appropriate restraint, using a soft tone and speaking neither excessively nor insufficiently according to what the situation requires.\nWhen gazing upon sentient beings with your eyes, look at them with a straightforward and loving manner. Think to yourself: 'It is by relying upon these very beings that I will attain Buddhahood.' Look at them as if drinking them in with your eyes, with directness and loving kindness.\nVirtuous actions become greatly meritorious under four conditions: when performed consistently with unwavering dedication; when motivated by counteracting opposing tendencies; when directed toward those endowed with excellent qualities or those who have benefited you; and when offered to those who are suffering.

In more detail: Great virtue arises when actions are undertaken with steady, continuous commitment rather than occasionally; when they specifically counteract negative tendencies like giving away what you most cherish to overcome attachment; when they benefit fields of excellence such as the Three Jewels or those who have helped you, like your parents; and when they alleviate the suffering of those in distress, such as the sick or impoverished.\nWith skillfulness and enthusiasm, I should always personally perform all activities. In all my endeavors, I should never depend on others to do what I can do myself.\nThe perfections, beginning with generosity, should be practiced with progressive refinement, each one becoming more excellent than the last. Do not abandon a greater virtue for the sake of a lesser one. Above all, consider the welfare of others.

---

In clear prose:

Practice the perfections—beginning with generosity and continuing through moral discipline and the others—with increasing excellence, recognizing that each subsequent perfection is more refined and profound than those preceding it. As a general principle, do not forsake a higher virtue to fulfill a lower one when you must choose between them. However, the paramount consideration should always be the welfare of others. In your spiritual practice, prioritize whatever brings the greatest benefit to sentient beings, as this is the essence of the bodhisattva path.\nHaving understood these principles, one should remain constantly diligent in working for the welfare of others. For the compassionate one who sees far into the future, even actions that are normally prohibited become permitted when done for others' benefit.

Natural English rendering:

With this understanding firmly established, one should always remain devoted to helping others with unwavering effort. The Buddha, with his great compassion and far-reaching wisdom, permits even normally forbidden actions when they are performed solely for the benefit of others. Alternatively, for bodhisattvas themselves who possess compassion and far-sighted wisdom, actions typically prohibited may be allowed when done exclusively to benefit sentient beings.\nShare your alms with those who have fallen into unfortunate states, those who lack protection, and those who maintain ascetic disciplines. Eat only in moderation, consuming just enough. Beyond the three essential Dharma robes, give away all other possessions.\nDo not harm your body, which is the vessel for practicing the sublime Dharma, for trivial purposes. If you care for your body in this way, you will quickly fulfill the aspirations of all sentient beings.\nOne should not surrender this body when one's compassionate motivation is still impure. However, by all means, one should give it—both in this life and in future lives—as a cause for accomplishing great purposes.\nDo not teach the Dharma to those who show disrespect. Do not teach to someone who, while not ill, has wrapped their head in a turban, carries an umbrella, holds a walking stick, bears weapons, or has covered their head.\nDo not teach profound and expansive teachings to those of limited capacity,
And do not instruct women without men present.
Approach all teachings, whether seemingly lesser or superior,
With equal reverence in all your practices.\nOne should not guide a person who is a vessel for the profound Dharma toward lesser teachings. The essential practices should never be abandoned, nor should one mislead others by suggesting that merely reciting sūtras and mantras is sufficient for spiritual development.

Those who have the capacity to understand the vast and profound teachings should not be directed toward spiritual paths of lesser scope. While engaging with the deepest aspects of the teachings, one must not forsake proper ethical conduct that forms the foundation of all practice. Furthermore, one should never deceive practitioners by implying that liberation can be achieved through the simple recitation of texts or mantras while neglecting comprehensive spiritual training and ethical behavior.\nWhen disposing of tooth-cleaning sticks and spittle, one should cover them properly. It is condemned to discard urine and other bodily waste in water that people use or on pathways that people traverse.\nWhen eating, do not overfill your mouth or make noises while chewing. Do not eat with your mouth gaping open. Avoid sitting with your legs stretched out in front of you, and do not rub both hands together simultaneously when washing them.\nOne should never share a vehicle, sleeping place, or seat alone with another's wife or woman. Through direct observation and inquiry, avoid all actions that would cause worldly people to lose faith or become displeased.

---

Clear Modern English Translation

When traveling in vehicles, resting in beds, sitting on seats, or staying in dwellings, one should never be alone with women who are not one's relatives. Through careful observation and by asking those who know better, one should recognize and avoid all behaviors that might cause ordinary people to lose faith or respect. Be mindful of how your conduct appears to others and abandon any actions that could diminish their trust in the teachings.\nOne should not give directions by pointing with a finger. Rather, with a respectful attitude, use the entire right hand to indicate the way forward or provide any similar guidance.\nDo not use exaggerated hand movements. When making slight movements, signal your intention with an audible sound such as a finger snap or similar gesture. Otherwise, you will become unrestrained in your conduct.\nLike the Protector in his final rest, one should lie down in one's preferred direction. With clear awareness, hold the intention to rise quickly, firmly establishing this thought from the very beginning.\nThough the conduct of bodhisattvas is taught to be immeasurable, one should definitely engage in the practices that purify the mind for as long as necessary.\nThree times during the day and three times at night, one should recite the three-section practice. By relying on the Buddhas and the mind of enlightenment, the remaining transgressions will be pacified.\nWhether by your own choice or compelled by external circumstances, regardless of the situation you find yourself in or the activities you engage in, diligently train in whatever practices have been taught for that particular circumstance.\nThere is nothing whatsoever that the children of the Conquerors should not learn. For the wise one who abides in this way, there is no action that does not become meritorious.\nWhether directly or indirectly, engage only in activities that benefit sentient beings and nothing else. For the sole purpose of helping these beings, dedicate all your efforts toward complete enlightenment.\nNever abandon a virtuous spiritual guide—one who is skilled in the teachings of the Great Vehicle and who embodies the supreme ethical conduct of a bodhisattva—even at the cost of your own life.\nFrom the life story of Glorious Śrīsaṃbhava, learn how to properly serve the spiritual teacher. This instruction, along with other teachings given by the Buddha, should be thoroughly understood by reading the sūtras.\nTranslation from Tibetan

The teachings are revealed in the sutras; therefore, one should read the sutras. In particular, one should first examine the Space Essence Sutra, which clearly explains the root downfalls.

---

Translation from Sanskrit

The trainings are seen in the sutras; therefore, one should study the sutras. And in the Space Essence Sutra, one should examine the root downfalls.

---

Modern English Translation

The trainings of the bodhisattva path are clearly presented in the sutras, so one should diligently read and study these sacred texts. Among them, the Space Essence Sutra Ākāśagarbha Sūtra should be examined first, as it provides essential guidance on the fundamental ethical violations that practitioners must avoid.\nSince the Compendium of Training thoroughly explains the practices to be followed at all times, you should definitely study it again and again.

*Alternative rendering:*

You should definitely read the Compendium of Training repeatedly, as it provides a comprehensive explanation of the conduct that should be constantly practiced.\nAlternatively, for now, one should study the Collection of Sūtras, a concise anthology compiled from all the sūtras. One should also make diligent effort to study the two works composed by the noble Nāgārjuna.\nWhatever is not prohibited by the teachings should be embraced as proper practice. Having understood the training, one should engage in it correctly to protect the minds of ordinary people in the world.\nThe defining characteristic of introspective awareness, in essence, is this: repeatedly examining the states of both body and mind.\nI must practice these teachings with my body;
What can be accomplished by merely speaking words?
Will the sick be healed
Simply by reading medical texts?\nThis concludes the fifth chapter of The Introduction to the Bodhisattva's Way of Life, entitled 'Guarding Awareness.'\nAll the virtuous deeds one might accumulate over a thousand eons—acts of generosity, offerings to the Buddhas, and other good actions—can be destroyed by a single moment of anger.\nThere is no evil as great as hatred,
And no spiritual practice as powerful as patience.
Therefore, one should diligently cultivate patience
Through various methods and approaches.\nWhen the thorn of hatred pierces the heart, the mind cannot find peace. One experiences neither joy nor happiness, cannot sleep, and loses all stability.\nModern English Translation

Even those who have received wealth and honors from a master, those who depend upon the master's kindness and generosity, will turn against and attempt to kill this same master when he becomes consumed by hatred and anger.

Those who once benefited from their lord's patronage and relied on his favor will not hesitate to attack him when his nature becomes poisoned by wrath, forgetting all the kindness they've received. The master who indulges in anger, despite having shown generosity, transforms loyal subjects into enemies who seek his destruction.\nEven close friends become weary of an angry person. Though they may be attracted by gifts and generosity, they will not remain in their company. In short, there is absolutely no one who can dwell in happiness while harboring anger.\nThe enemy of anger brings about these and other sufferings.
Whoever diligently overcomes anger
Will find happiness both in this life and the next.\nWhen others harm me by doing what I don't want and obstruct what I desire, my mind becomes unhappy. Fed by this mental distress, anger grows powerful and ultimately destroys me.\nTherefore, I will thoroughly destroy the nourishment of this enemy. After all, this adversary—anger—has no other purpose than to harm me.\nWhatever circumstances may arise, I will not disturb my joyful mind. Even if I become unhappy, my wishes will not be fulfilled through that unhappiness, and instead, my virtuous qualities will deteriorate.\nIf a situation can be remedied,
Why feel distressed about it?
If a situation cannot be remedied,
What use is there in being upset about it?

In more natural English prose:

If a problem has a solution, why waste energy feeling distressed about it? There's no reason for displeasure when the issue can be fixed. And if a problem has no solution and cannot be changed, what purpose does your unhappiness serve? Being upset about something immutable brings no benefit whatsoever.\nFor myself and those I hold dear, I do not desire suffering, contempt, harsh words, or an unfavorable reputation. Yet for my enemies, I wish the opposite.\nHappiness arises from causes that occur only occasionally, while the causes of suffering are exceedingly numerous. Without experiencing suffering, there can be no genuine renunciation from the cycle of existence. Therefore, my mind, resolve to be steadfast.\nWhen devotees of Uma and people of Karnataka endure the painful sensations of burning and cutting their flesh without meaningful purpose, why should I be fearful? If they willingly accept such suffering for pointless aims, how much more should I be patient in pursuing the supreme goal of liberation? I should not be timid when my hardships serve the ultimate purpose of enlightenment.\nThere is no phenomenon whatsoever that cannot become easier through practice. Therefore, by becoming accustomed to small hardships, learn to endure even great suffering.\nWhy do you not perceive the pointless suffering caused by snake bites, fly stings, and mosquitoes, the discomfort of hunger and thirst, and the great distress of itching and similar afflictions?\nWhen confronted with heat and cold, rain and wind,
Illness, imprisonment, and acts of violence,
I should not be overly sensitive or delicate.
For if I respond this way, my suffering will only increase.\nSome people, upon seeing their own blood,
Develop even greater courage and steadfastness.
While others, upon merely seeing another's blood,
Become frightened and may even faint.

---

In more natural modern English:

Some individuals become even braver and more resolute when they see their own blood flowing from wounds. In contrast, others become terrified and may completely lose consciousness at the mere sight of someone else's blood. This difference reveals how our reactions stem not from external circumstances but from our mental disposition and inner strength.\nThis difference arises from the steadiness or timidity of the mind. Therefore, learn to disregard harm and remain unaffected by suffering.

Such contrasting reactions stem entirely from whether one's mind is firm and steadfast or fearful and hesitant. For this reason, train yourself to treat harmful situations with indifference and to become impervious to suffering of all kinds.\nThe wise, even when suffering arises,
Should not disturb the clarity and serenity of their mind.
For in the battle against mental afflictions,
Many wounds are sustained during combat.

In more natural contemporary English:

Even when faced with suffering, those who are wise maintain their mental clarity and inner peace. They recognize that the struggle against negative emotions and afflictions is a genuine battle, and in such spiritual combat, one will inevitably experience many difficulties and pains. Just as a warrior expects wounds in battle, the spiritual practitioner accepts challenges as part of the path to overcoming inner obstacles.\nThose who endure all suffering and overcome enemies such as anger and other negative emotions—these are the true conquering heroes. All others merely kill what is already destined to die.\nAnother virtue of suffering is that it dispels pride and arrogance through disillusionment. When we truly experience suffering, it naturally humbles us and removes our conceit.

Furthermore, suffering awakens compassion for those trapped in the cycle of existence. When we face our own pain, we naturally develop empathy for others experiencing similar struggles.

Suffering also instills caution regarding harmful actions. Recognizing the relationship between negative deeds and painful consequences, we become more vigilant about avoiding misconduct.

Finally, suffering nurtures joy in virtue. Understanding that happiness arises from positive actions, we develop genuine delight in creating goodness and following the path of righteousness.\nI do not show anger toward bile and similar things,
Which are great sources of suffering,
So why be angry at beings with minds?
They too are all driven by conditions.\nJust as an illness arises
Even against our wishes,
Similarly, despite our resistance,
Negative emotions forcefully emerge.

---

Plain English Translation

Just as diseases arise in our bodies against our will and despite our wishes, in the same way, afflictive emotions like anger emerge forcefully within our minds even when we don't want them to appear. Both illness and emotional afflictions come upon us involuntarily, driven by their own causes and conditions, regardless of our desire to avoid them.\nPeople become angry spontaneously, even without thinking 'I will become angry.' Similarly, anger arises naturally, even though no one consciously decides to generate it.\nWhatever faults may exist and the various kinds of harmful actions—all of these arise from the power of causes and conditions. They do not exist through their own independent nature.\nWhen various causes and conditions come together, they do not possess the thought, 'I shall produce an effect.' Likewise, that which is produced by these causes and conditions does not possess the thought, 'I have been produced by these causes.'\nThat which some traditions acclaim as the primordial nature, and that which others conceptualize as the permanent self—neither of these could possibly arise with the deliberate thought, 'I shall come into being.' Such purposeful thinking cannot precede existence itself.\nIf something truly has never arisen, then it does not exist at all—so who would desire for such a non-existent thing to come into being? Furthermore, if a permanent entity like the self were constantly engaged with objects of experience, it could never possibly cease its activity.\nIf the self were permanent,
it would clearly be devoid of any activity, just like space.
Even when encountering various conditions,
what function could something unchanging possibly perform?\n
If at the time of action something remains exactly as it was before, what effect has the action actually had upon it? How could one meaningfully declare, 'This is its action,' and what possible connection could exist between them?

In other words, if an entity like a supposedly permanent self remains completely unchanged even when acted upon, then no action has truly affected it. This calls into question any claim of relationship between such an unchangeable entity and the actions supposedly connected to it. What basis could there be for asserting that any particular action belongs to or affects something that remains perpetually the same?
\nEverything is under the control of other factors;
Those controlling factors themselves have no independent control.
Having understood this, one does not become angry
At any phenomenon, recognizing them all as being like magical emanations.\nIf you object: 'Who is eliminating what? The very act of elimination is not reasonable,' I would reply: There is nothing unreasonable in accepting that suffering comes to an end by relying on antidotes.\nTherefore, whether you see an enemy or a friend acting improperly, think to yourself: 'This has arisen from such causes and conditions,' and with this balanced understanding, remain at ease.

*Alternative rendering:*

Therefore, when you observe either an enemy or a friend engaging in wrongful actions, reflect: 'This behavior stems from specific conditions acting upon them.' Contemplating in this way, maintain your equanimity and inner peace.\nIf accomplishments were achieved merely through one's own wishes, then since no one desires suffering, not a single embodied being would ever experience any suffering whatsoever.\nThrough heedlessness, people harm themselves with thorns and similar things. To obtain women and other desired objects, they become aggressive and even subject themselves to fasting and other austerities.\nTranslation of Verse 36

Some people harm themselves by hanging themselves or jumping from cliffs. Others consume poison or eat unwholesome food that damages their health. Many inflict harm upon themselves through non-virtuous conduct.

Expanded Translation

Some people, overcome by afflictive emotions, inflict harm upon themselves in various ways. Some resort to hanging themselves or leaping from precipices to end their lives. Others deliberately consume poison or eat food that is harmful to their health and well-being. Beyond these direct physical harms, many people damage themselves through non-virtuous actions and behaviors that, while seemingly beneficial in the moment, create suffering for themselves both in this life and in future lives.\nWhen people fall under the control of their disturbing emotions,
They will even harm and destroy themselves, whom they cherish.
How then could we expect such people
To refrain from harming the bodies of others?

In clearer prose:

When people are completely dominated by disturbing emotions and afflictions, they will even harm and kill themselves—the very self they cherish and hold dear. If they are capable of such self-destruction, how could we possibly expect them to refrain from causing harm to others? Such harm to others is inevitable from those so overwhelmed by afflictions.\nWhen people are driven by afflictive emotions and engage in harmful activities such as hurting themselves, if I fail to generate compassion toward them, what possible justification could there be for becoming angry instead?

If someone is acting under the influence of mental afflictions, behaving like a person possessed, how can I reasonably respond with anger rather than compassion? Those overcome by negative emotions lack self-control when they harm themselves and others. If I cannot feel compassion for their condition, becoming angry with them is completely inappropriate and makes no sense at all.\nIf it is in the very nature of childish people to harm others, then my anger toward them is inappropriate—just as it would be absurd to resent fire for its inherent nature to burn.\nThough these faults are temporary and adventitious,
And sentient beings are gentle by their very nature,
It is still unreasonable to respond with anger—
Like resenting the sky when smoke briefly pollutes it.\nIf I become angry at the one who directs a stick or similar weapon against me, I should remember that this person too is driven by anger. Therefore, it is more reasonable for me to direct my anger toward anger itself.\nIn previous lifetimes, I myself have inflicted this very same kind of harm upon other sentient beings. Therefore, it is only fitting that I now experience such suffering at the hands of those who harm sentient beings.\nBoth the weapon of my attacker and my own body are equally causes of suffering. If that person draws their weapon against my body, at whom should I direct my anger?\nThis body of mine, resembling a human form yet like a boil,
Is exquisitely sensitive and filled with suffering.
If I, blinded by craving, have grasped onto it,
At whom should I be angry when it experiences harm?\nFoolish people do not want suffering, yet they eagerly pursue the very causes of suffering. When they experience harm due to their own mistakes, what sense is there in blaming others?\nJust as the guardians of hell realms and forests with razor-sharp leaves are manifestations of karma, so too are the harms that befall me created by my own actions. At whom, then, should I direct my anger?\nProvoked by my own karmic actions, those who harm me come into being. If by their harmful deeds these beings will descend to the hell realms, have I not essentially destroyed them myself?\nBy relying upon these people who harm me, my many negative actions are purified through my patience. Yet because of their actions toward me, these same people will go to the hell realms where they will experience suffering for a very long time.\nI am the one who causes harm to others, while they actually bestow benefits upon me. Why then, corrupt mind, do you become angry in this completely backward way?\nIf my mind possesses the qualities of patience,
I will not descend into hell realms.
If I have protected myself through such practice,
What benefit has this brought to those who harmed me?\nIf I were to retaliate with harm in return,
Those harmful people would remain unprotected,
And my own spiritual conduct would deteriorate.
Thus, my practice of austerity would be destroyed.\nThe mind, being formless, cannot be destroyed by anyone, anywhere. However, because of our intense attachment to the body, we experience suffering when our physical form is harmed.\nWhen others show contempt, speak harsh words,
Or utter unpleasant remarks against you—
If these cause no harm to your physical body,
Why, mind, do you become so intensely angry?\nIf others are displeased with me,
But their displeasure causes me no harm
Either in this life or in future lives,
Why should I object to their attitude?\nIf others obstruct my material gains through their disrespect, and I become angry about this, I should consider: even if I dislike this treatment, whatever possessions I might acquire will be abandoned here in this world when I die, while the negative karma from my anger will remain firmly established.

If I become angry when others undermine my reputation and cause me to lose material benefits, I must remember that all worldly possessions—however valuable—are temporary. At death, I will leave behind everything I've acquired, empty-handed. However, the harmful effects of any anger I generate will persist in my mindstream, following me beyond death until their consequences fully manifest. Therefore, it is far better to accept the loss of material gains than to harbor anger that creates lasting negative karma.\nBetter for me to die today than to sustain a long life through dishonest means. Even if I were to live for many years, I would still face that same suffering of death in the end.\nOne person dreams of experiencing happiness for a hundred years before awakening. Another experiences happiness for just a moment before awakening.

When both awaken, their experiences are the same: the dream happiness, whether long or brief, has vanished completely. Neither the century of joy nor the momentary pleasure remains. Both dreamers face the same reality upon waking.\nFor those who have awakened from sleep,
The happiness experienced does not return.
Similarly, for both the long-lived and short-lived,
At the moment of death, all ends the same way.\nThough I may acquire abundant wealth and enjoy pleasures for a long time, just like someone robbed by thieves, I will depart naked with empty hands.\nTranslation

If I were to acquire wealth and sustain my life,
I might think, 'I can purify my negative karma and create merit.'
But if I become angry in my pursuit of material gain,
Wouldn't my merit be exhausted and negativity increase instead?

---

Prose Translation

If I were to sustain my life through acquiring wealth, I might justify this by thinking, 'With these resources, I can purify my past negative actions and accumulate merit through virtuous deeds.' However, if I become angry at others who obstruct my pursuit of these material gains, wouldn't this anger actually deplete whatever merit I've accumulated and generate new negative karma? This reveals the self-defeating nature of becoming attached to wealth acquisition, even when justified with spiritual intentions.\nIf the very purpose for which I live should deteriorate, what use is such a life that produces nothing but negativity?\nIf you become angry at those who speak unpleasantly about you because they harm sentient beings by doing so, then why don't you similarly become angry at those who speak unpleasantly about others?\nIf you can be patient with those who lack faith—since their lack of faith depends on external factors—then why not be equally patient with those who speak harshly to you? Their unpleasant speech likewise depends on afflictive emotions that have arisen within them and over which they have little control.\nEven toward those who mock and destroy Buddha images, stupas, and sacred texts, it is inappropriate for me to feel anger, because the Buddha and other awakened beings cannot truly be harmed.

I should not harbor hatred toward those who disrespect or damage sacred representations of the enlightened path. These physical forms—statues, memorial structures, and dharma teachings—may be desecrated, but the actual Buddha and enlightened beings remain beyond the reach of any harm. Understanding this truth, I should respond with compassion rather than anger when witnessing such actions.\nWhen those who harm your spiritual teachers, relatives, and loved ones, as well as friends, provoke your anger, recognize that they too are transformed by conditions, just as explained previously. Seeing this causal process at work, dispel your anger toward them.\nWhen embodied beings experience harm, it comes from both conscious beings and unconscious objects. If both can cause suffering, why single out and blame only those with consciousness? Therefore, practice patience toward all forms of harm.\nSome commit wrongs out of delusion,
While others, equally confused, respond with anger.
Who among them could be called blameless?
And who should bear the fault?\nWhy did I previously create the karma that now causes others to harm me?
If everything depends on the effects of our actions,
Why should I harbor resentment toward those who harm me?\nHaving seen this truth clearly, I will diligently apply myself to meritorious actions, so that all beings may develop loving hearts toward one another.

*Alternative rendering:*

With this understanding firmly in mind, I will strive earnestly in virtuous deeds, working toward the goal that everyone might cultivate mutual loving-kindness between themselves.\nJust as when a fire that has burned one house
Then travels to another dwelling,
Where it spreads to grass and other materials—
These should be removed and discarded.\nSimilarly, when your mind becomes attached to someone and the fire of anger flares up because of this attachment, immediately abandon that attachment out of concern that your accumulated merit will be burned away.\nIf a person condemned to death has their hand cut off but is then set free, is this not beneficial? Similarly, if through human sufferings one is freed from the torments of hell, is this not advantageous?\nIf I cannot endure even this much suffering in the present moment, then why do I not restrain my anger, which is the cause of the unbearable torments of hell?

In more natural contemporary English:

If I find it impossible to bear even this much pain right now, why then don't I make an effort to restrain my anger—the very thing that causes the far worse sufferings of hell realms?\nFor the sake of desires, I have experienced being burned and suffering countless torments in the hell realms thousands of times. Yet through all this, I have neither accomplished my own purpose nor brought any benefit to others.\nThis suffering is not that severe, and it will accomplish great purposes. Regarding the suffering that removes the harms of all beings, it is appropriate here to feel only joy.

This suffering is not so harmful, and it will accomplish significant aims. Therefore, when it comes to the suffering that relieves the afflictions of all beings, it is fitting to respond only with genuine delight.\nIf others gain joy and happiness from praising someone with good qualities, why doesn't your mind also rejoice in the same way when you praise them?\nThis joy and happiness you experience from praising others is a genuine source of bliss without any fault. It is approved by those who possess noble qualities, and stands as the supreme method for attracting others to the spiritual path.\nFurthermore, if you think, 'This will bring happiness to others,' yet do not desire such happiness for them—by refusing to pay wages, give rewards, and similar acts of generosity—you will lose both visible and invisible benefits.\nWhen your own good qualities are being praised,
You wish for others to feel happiness too.
Yet when others' good qualities are being praised,
You don't even wish happiness for yourself.\nHaving generated the mind of enlightenment with the wish for all sentient beings to find happiness, why would you now become angry when these same beings experience happiness through their own means?\nYou claim to desire that sentient beings attain Buddhahood, a state worthy of veneration throughout the three realms. Yet when you witness these same beings receiving even modest offerings or respect, why do you burn with jealousy toward them?

If you truly aspire for all beings to reach the enlightened state that deserves universal reverence, then how can you become tormented with envy when seeing them receive even the smallest honors? Such a reaction contradicts your own stated aspiration and vow.\nWhen someone you are obligated to support manages to support themselves, they are actually giving you the gift of relief from that duty. Yet when your dependent relative finds their own livelihood, instead of rejoicing, do you become angry?\nHow can one who claims to desire enlightenment for sentient beings not wish for their basic welfare? If someone becomes angry seeing others' prosperity, how could they possibly possess the awakening mind?\nWhether someone else has obtained those possessions from the donor,
Or those things have simply remained in the benefactor's home—
If in either case you yourself do not possess them,
What difference does it make to you whether they were given or not?\nWhy would you discard the sources of your good fortune—the merit you have accumulated, the faith others have in you, or your own positive qualities? Tell me, why would you not be angry at yourself when you fail to grasp the acquisitions that come your way?\nNot only do you fail to feel remorse for the harmful actions you yourself have committed, but you even desire to compete with others who have created merit.

[End of the second volume.]\nEven if your enemy is unhappy,
What pleasure should that bring you?
Your mere wish for their suffering
Will not become a cause of harm to them.\nEven if you achieve the suffering you desire for your enemy, what joy does it really bring you? And if you claim, 'It fulfills my wishes and brings satisfaction,' what could be more destructive than harboring such hostility?\nThis hook of unbearable malice, cast by the fishermen of afflictive emotions, is truly terrible. When caught by it, I will be seized by the guardians of hell who will boil me in their cauldrons.\nPraise, fame, and honors bestowed upon me
Will not generate spiritual merit, nor lengthen my life.
They will not increase my strength, nor prevent illness,
Nor will they bring comfort or pleasure to my body.

---

*Prose translation:*

Neither praise, fame, nor reverence directed toward me produces any spiritual merit or extends my lifespan. Such recognition does not increase my physical strength, protect me from illness, or bring any physical comfort or well-being to my body. These forms of worldly acknowledgment are ultimately without substantial benefit.\nIf I truly understood what benefits me,
What real advantage would I find in such things?
If all I desire is mere mental pleasure,
Then I might as well indulge in gambling, alcohol, and the like.\nFor the sake of fame, they squander their wealth and even destroy themselves. What purpose do such words of praise serve? When one is dead, who can find happiness in such acclaim?\nWhen a sand castle collapses,
Children cry out in distress.
Similarly, when praise and fame diminish,
One's mind behaves just like a child.\nSound itself has no mind, and therefore cannot possibly think, 'I shall praise this person.' When people say, 'Others are pleased with me,' is that truly a cause for one's own joy?\nWhether the praise is directed toward others or toward myself, what benefit do I actually gain from someone else's joy? Their happiness and delight belong entirely to them alone. I cannot obtain even the slightest portion of that joy.\nIf I find joy in their happiness,
Then shouldn't I feel the same for all beings?
Why then, when others receive praise
And become happy, am I not happy as well?\nTherefore, when you think 'I am being praised' and feel joy arise within yourself, this reaction, upon examination, is completely irrational—it is nothing more than childish behavior.\nPraise and flattery lead me into distraction,
And destroy any sense of disillusionment with worldly existence.
They breed jealousy toward those who possess genuine qualities,
And ultimately destroy my own prosperity and excellence.\nTherefore, those who stand ready to destroy my praise and honors—are they not actually engaged in protecting me from falling into the lower realms?\nAs one who seeks liberation, I have no need for the fetters of material gain and honor. How could I feel anger toward those who free me from such bondage?

More fully expressed: Since I am earnestly seeking spiritual freedom, the chains of wealth, fame, and reverence are unnecessary burdens for me. When others deprive me of these things—which are actually impediments to my spiritual goal—they are in fact liberating me from bindings. Therefore, how could I reasonably harbor anger toward them? They are inadvertently helping me achieve the very freedom I seek.\nWhen I desire to enter into suffering, those who become like doorways blocking my entry—just as if they were divinely appointed by the Buddha's blessing—how could I possibly be angry with them?\nIf someone creates obstacles to my virtuous deeds,' it is inappropriate to become angry with them. Is there any spiritual practice equal to patience? Should I not, therefore, abide in patience at this very moment?\nIf I, due to my own faults, fail to practice patience in this situation, I am merely creating an obstacle for myself when the cause of merit stands directly before me.\nIf something cannot arise without a particular condition, and comes into existence when that condition is present, then that condition itself is its cause. How, then, could we call that condition an obstacle?\nA beggar who arrives at the proper time for giving
Does not create an obstacle to generosity.
Similarly, one who conducts an ordination
Should not be considered an obstacle to entering the monastic life.\nIn this world, those who ask for help are common,
But those who cause harm are rare indeed.
For if one has done no harm to others,
Generally no one will cause harm in return.\nLike a treasure that has appeared in my home without any labor or effort on my part, my enemies serve as companions on my journey toward awakening. Therefore, I should rejoice in them.\nSince both this adversary and I have jointly accomplished this spiritual work, the fruits of patience that result should first be offered to them. This is entirely appropriate, as they are the primary cause of my patience.\nIf you object, 'Since the enemy has no intention to help me develop patience, they are not worthy of veneration,' then consider this: why do we venerate the sublime Dharma? The Dharma serves as a cause for spiritual accomplishment, yet it too has no mind or intention.\nIf I object, 'An enemy with harmful intentions should not be venerated,' then how could I develop patience? For if I only respect those who strive to help me, like a physician, how would my patience ever be cultivated?\nTherefore, since patience arises in dependence upon those with hostile intentions, those very enemies who provoke anger are the causes of patience. For this reason, they deserve to be honored just as one would honor the sublime Dharma.\nTherefore, the Sage taught that there are two fields: the field of sentient beings and the field of the Victorious Ones Buddhas. By pleasing these two fields, many practitioners have reached the far shore of perfection.\nFrom both sentient beings and the Conquerors,
The qualities of Buddhahood are equally accomplished.
Why then do we show reverence to the Conquerors
But not likewise to sentient beings? What kind of approach is this?\nThe greatness of intention is not measured by the intention itself, but rather by the results it produces. In this same way, sentient beings possess a comparable greatness. Therefore, they are equal to the Buddhas.\nThe merit of honoring those who possess loving-kindness
Reflects the true greatness of sentient beings themselves.
Likewise, the merit arising from devotion to the Buddha
Is a manifestation of the Buddha's own greatness.\nAll sentient beings possess the aspect of Buddha-dharma that can be accomplished;
Therefore, in this respect, they are considered equal to the Victorious Ones.
Yet none can equal the Buddhas with their limitless oceans of qualities.\nWhen even a small fraction of qualities appears in someone who possesses just a portion of the unique collection of supreme qualities, offering the entire three realms to such a person for the purpose of veneration would still be considered insufficient.\nThe seed of the supreme Buddha-dharma—the potential for awakening—exists within all sentient beings. For this reason alone, in proportion to this shared potential, sentient beings are worthy of veneration.

Since all beings possess a portion of what gives rise to the highest qualities of enlightenment, they deserve the same reverence we offer to the Buddha. Though their qualities may not yet equal those of a Buddha, this fundamental potential for awakening makes them proper objects of respect and honor, just as the Buddha is honored.\nFurthermore, how can we ever repay those who have genuinely become our unwavering friends, those who have performed immeasurable acts of kindness for us? What higher recompense could there be apart from bringing joy to sentient beings?\nFor their sake, the Enlightened One is willing to sacrifice his body and enter the unbearable Avīci hell. Since helping these beings is how we repay the kindness shown to us, even if these same beings cause us great harm, we should respond only with excellent and beneficial actions toward them.\nMy own masters themselves, for the sake of others, remain utterly unconcerned even with their own bodies. Considering this, how could I, in my confusion, act with pride toward those same beings rather than adopting the role of a servant?

Even the Buddha and bodhisattvas, who have become my true lords and guides, disregard their very bodies for the benefit of sentient beings. They serve selflessly without concern for their own well-being. Given this profound example, how inappropriate it would be for me—still deluded and confused—to feel superior toward the very beings that my masters cherish so deeply. Instead of maintaining such arrogance, I should fulfill the duties of a servant, humbly serving all beings just as my masters do.\nWhen sentient beings experience happiness, the great sages are delighted; when these beings suffer harm, the sages become displeased. By bringing joy to these beings, one pleases all the Lords of Sages. Conversely, to harm these beings is to harm the sages themselves.

In expanded prose:

The Buddhas and great sages find delight when sentient beings experience happiness and well-being. Conversely, when these same beings suffer harm or distress, the sages' hearts become troubled with concern. Therefore, by bringing joy and benefit to sentient beings, one effectively pleases all the Lords of Sages—this becomes the supreme offering to the Buddhas. However, if one causes harm to these beings, it is exactly equivalent to causing harm to the great sages themselves, as though directly obstructing their deepest wishes.\nJust as a person whose body is completely engulfed in flames
Cannot find any mental happiness even when offered all desirable objects,
Similarly, when sentient beings are harmed,
There is absolutely no means by which those of great compassion can be pleased.\nTherefore, I now openly confess each and every harmful action I have committed against living beings, actions which have displeased all the greatly compassionate ones. For whatever displeasure I have caused, I humbly request the forbearance of the Sage Buddhas.

In recognizing the ways I have harmed sentient beings, I acknowledge that these actions have disturbed the hearts of all those with great compassion. Today, I individually confess each of these wrongdoings without concealment. For all the ways I have acted contrary to your wishes, I ask for your patience and forgiveness.\nTo delight the Thus-Gone Ones, from this day forward,
I firmly pledge myself as a servant to the world.
Should multitudes trample upon my head with their feet,
Or even kill me, I shall not retaliate—may the Protector of the World be pleased.\nThe compassionate ones have made all beings in this world their own—of this there can be no doubt. These very beings we perceive in the form of sentient creatures are, in reality, the essence of those protectors themselves. Why, then, would we not show reverence to them?\nThis very act is what truly pleases the Tathagatas the Buddhas.
This same practice is what genuinely accomplishes one's own purpose.
This alone is what dispels the suffering of all beings in the world.
Therefore, I shall always commit myself to this practice.\nJust as a single royal official may oppress the common people, those with farsightedness, though capable, do not retaliate with harm.\nTranslation of Tibetan Buddhist Text

Remember that a ruler's power never stands alone;
The king's might serves as their true strength and army.
Likewise, never disregard those who cause harm
Though they may appear weak or insignificant.

Explanatory Translation

Remember that a person in a position of power does not operate in isolation. Their actual strength comes not from themselves alone but from the king's power and all the forces that stand behind them. Similarly, you should never dismiss or underestimate anyone who causes harm, regardless of how weak or insignificant they might seem. Even the seemingly weakest wrongdoer exists within a larger system of karmic accountability and is connected to powerful forces beyond what is immediately apparent.\nBoth the guardians of hell and the compassionate ones are forces to be reckoned with. Therefore, one should please all sentient beings, just as subjects would appease a wrathful king.\nWhat harm can even an angry king inflict that compares to the torments of hell—those sufferings that one must endure as a result of causing distress to sentient beings?\nEven if a king were completely pleased with you,
he could never grant what you would gain
by bringing joy to sentient beings—
the state of Buddhahood itself.\nSetting aside the future attainment of Buddhahood that comes from pleasing sentient beings—why do you not recognize that even in this very life, great prosperity, fame, and happiness arise from such actions?\nThrough patience while wandering in the cycle of existence, one attains an attractive appearance and health. One gains fame and an extremely long life, ultimately obtaining the abundant happiness of a universal monarch.\nThus concludes the sixth chapter entitled 'The Perfection of Patience.'

---

*From 'Entering the Bodhisattva's Way of Life,' this is the sixth chapter, entitled 'The Teaching on Patience.'*\nHaving thus cultivated patience, one should apply oneself to diligence. For it is in diligent effort that awakening truly resides. Just as there can be no movement without wind, no virtue can arise without diligence.\nTranslation of Verses on Diligence and Laziness

What is diligence? It is enthusiasm directed toward virtue.

I will now explain its opposing factors.

Laziness consists of attachment to harmful activities, discouragement, and self-deprecation.\nFrom savoring the pleasure of idleness and developing craving that clings to sleep, combined with not feeling weary of the sufferings of cyclic existence, laziness will certainly arise.\nEnsnared by the net of afflictions, you have fallen into the trap of rebirth. You now stand in the very jaws of death. How is it that you still fail to recognize this reality?\nDo you not see how your own companions are gradually being put to death? Yet you still rely on sleep, just like a buffalo awaiting slaughter by an outcast butcher.\nWith all escape routes blocked and Death himself watching intently, how can you take pleasure in eating? How can you sleep so contentedly? How can you find such delight in worldly pleasures?\nSince death will swiftly come,
For as long as possible, gather your provisions.
Even if you abandon laziness at that moment,
What can you accomplish when it is too late?\nThis remains unfinished, merely begun,
And this one stands only half-completed.
When death suddenly arrives,
I will think, 'Alas, I am ruined!'\nWith faces swollen from the force of grief, tears streaming from reddened eyes, one observes hopeless relatives and the faces of Death's messengers.\nWhen you are tormented by memories of your own harmful deeds and hear the terrifying sounds of hell realms, what will you do when you become disoriented with fear, your body soiled with filth?

In that moment—when the recollection of your negative actions brings you anguish, when you hear the horrifying cries of those suffering in the hell realms, when terror makes you lose control of your bodily functions, and when your mind becomes completely bewildered—you will find yourself utterly helpless. What possible recourse will you have then?\nIf you tremble with fear even in this life—just like a fish writhing out of water—then what need is there to mention the unbearable sufferings of the hell realms that await one who has committed negative actions?\nWhen touched by hot water, your delicate, youthful skin becomes painfully scalded. Yet after committing actions that will lead you to the hell realms, why do you remain so complacently at ease?\nAlas! How pitiful are those who desire results without making any effort, those delicate souls who suffer greatly from the slightest hardship. Though already in death's grasp, they behave as if immortal like gods, only to be crushed by suffering.\nHaving obtained this human vessel,
Cross over the great river of suffering.
This boat will be difficult to find again,
So, deluded one, do not sleep through this precious time.\nWhy, having abandoned the supreme joy of the sublime Dharma—which is a limitless source of happiness—do you delight in distractions caused by sources of suffering, in frivolity and such things?\nWithout discouragement, gather your forces,
Diligently practice and master yourself,
Equalize yourself with others,
And exchange yourself for others.\nDo not become discouraged, thinking, 'How could someone like me ever achieve enlightenment?' For the Tathagata, who speaks only truth, has proclaimed this truth: everyone has the capacity to attain awakening.\nTranslation

'Even those who were mosquitoes, flies, bees, and various types of worms—if they generate the power of diligence, they too can attain the supreme enlightenment that is otherwise difficult to achieve.'

Expanded Translation with Context

'Even the smallest creatures—mosquitoes, flies, bees, and various types of worms—can attain the supreme, difficult-to-achieve enlightenment if they generate the power of diligence. If such seemingly insignificant beings can accomplish this through persistent effort, how much more so can humans who possess more favorable conditions for spiritual practice.'\nSince I am born as a human being with the capacity for discernment,
And can clearly distinguish between what is beneficial and harmful,
If I do not abandon the path of awakening,
Why would I not attain enlightenment?\nBut if I worry, 'I must give away my hands, feet, and other body parts,' then I am simply afraid due to confusion, having failed to discern what is truly significant from what is not.\nFor countless billions of eons, I have been repeatedly cut into pieces, stabbed, burned, and slashed open innumerable times—yet through all this, I have not attained enlightenment.\nThe suffering I endure for the sake of achieving awakening is limited in measure. It resembles the pain of having a wound made on the body in order to remove a harmful embedded thorn and eliminate deeper suffering.\nAll physicians heal disease through treatments that cause discomfort. Similarly, one should endure minor hardships to overcome greater suffering.\nTranslation of the Buddhist Verse

The Supreme Physician does not employ such ordinary medical treatments. Instead, through extremely gentle methods, he heals immeasurable grave afflictions.

Expanded Translation

The Supreme Physician, the Buddha, does not resort to crude medical treatments like those of common healers. Unlike practitioners of conventional medicine who might use painful procedures such as bloodletting or cauterization, the Buddha employs extraordinarily gentle methods. Through this compassionate middle way approach—avoiding both harsh austerities and indulgence—he effectively cures countless serious diseases of the mind, including the fundamental afflictions that keep beings trapped in the cycle of suffering.\nAt first, the Guide encourages practitioners to begin simply with giving vegetables and other modest offerings. By practicing this regularly, they become accustomed to giving. Later, through this gradual development, they eventually reach a point where they can even give away their own flesh.\nWhen one comes to view one's own body
As casually as vegetables and other common things,
What difficulty could there possibly be
In giving away one's flesh and other parts?\nThose who have abandoned negative actions are free from suffering,
And those who have attained wisdom experience no mental distress.
This is because it is mistaken conceptualization
And harmful actions that afflict both mind and body.

The bodhisattva who has completely abandoned negative actions experiences no physical suffering. Having cultivated wisdom and understanding the true nature of reality, they are free from mental distress and unhappiness. This freedom from both physical and mental suffering occurs because ordinary beings suffer precisely due to two causes: their mistaken conceptualizations—especially the incorrect belief in an inherent self where there is none—and the harmful actions they commit. These two factors are what actually afflict both mind and body, generating the experience of suffering. The bodhisattva, having transcended these causes, can remain engaged in the world without being affected by its troubles.\nThrough the power of merit, the body finds comfort and ease;
Through wisdom, the mind experiences happiness and joy.
Though they remain in the cycle of existence for others' benefit,
Why would those with compassion ever grow weary?\nThrough the power of the awakening mind, one exhausts previous negative actions while gathering vast oceans of merit. For these reasons, those who develop bodhicitta are taught to be superior to the hearers on the spiritual path.\nTherefore, mounted upon the steed of bodhicitta—the awakening mind that dispels all weariness and fatigue—who with awareness would ever become discouraged? Proceeding from one state of happiness to even greater happiness, what person who understands the mind would ever lose heart?\nTo accomplish the welfare of sentient beings, four powers serve as one's forces: aspiration, steadfastness, joy, and relinquishment. Aspiration should be cultivated by contemplating both the fears of suffering and the benefits that result from this aspiration.\nHaving thus uprooted the opposing forces, one should strive to increase diligence through the powers of devotional aspiration, steadfast confidence, joyful engagement, and appropriate abandonment, while maintaining mastery over one's practice.\nI must overcome the immeasurable faults in both myself and others. This tremendous task falls to me—to conquer countless flaws and afflictions. For each single fault that must be eliminated, oceans of eons would be exhausted in the process.\nWhen I examine myself, I do not see even the slightest effort toward eliminating my faults—a task I once committed to undertake. Given this failure that condemns me to immeasurable suffering, why does my heart not shatter? How can I remain so unmoved when faced with this terrible reality?\nI must cultivate numerous qualities and virtues for both myself and others. For each single quality, would even oceans of eons be enough to fully master it?\nDespite having attained this precious human life, I have never cultivated even the slightest measure of excellent qualities. How astonishing and lamentable that I have somehow obtained this rare and marvelous birth, yet have wasted it completely without purpose.

I have not developed any familiarity with even a fraction of the virtuous qualities necessary for enlightenment—qualities that require consistent practice over immense periods of time. Though I should be developing the numerous spiritual qualities required for both my own and others' liberation, I have failed to establish any habitual practice. This human birth with all its freedoms and advantages is extraordinarily difficult to obtain, yet somehow I acquired it through the power of past karma. How remarkable and tragic that I have squandered such a precious opportunity without accomplishing anything meaningful for this or future lives.\nI have not made offerings to the Blessed One, nor have I provided the joy of grand celebrations. I have not worked to support the teachings, and I have failed to fulfill the wishes of the poor.\nIf I have not offered fearlessness to those who are afraid, and have not given comfort to those who suffer, then my birth has only caused pain in my mother's womb and produced nothing but suffering.\nBoth in my previous lives and now in this present existence, I have become destitute in this way because I lacked genuine conviction in the Dharma. What sensible person would ever abandon their dedication to the Dharma?\nThe Buddha taught that aspiration is the root of all virtuous qualities. And the root of this aspiration itself is continuous meditation on the ripening effects of actions.\nPhysical suffering and mental distress, various forms of fear, and separation from what one desires—all these arise from engaging in harmful actions.\nTranslation

Wherever those who perform virtuous actions with pure intention travel, they are honored with the rewards that naturally bloom from their merit. In each place they go, the fruits of their goodness manifest as offerings that celebrate their presence.\nThough those who commit evil actions desire happiness, wherever they go, in those very places they are struck down by the weapons of suffering that arise from their own misdeeds.\nThrough virtuous deeds, one becomes a child of the Buddhas, dwelling in their presence. These fortunate beings reside within the hearts of spacious, fragrant, and cool lotus flowers. Their radiance develops through consuming the nectar of the Buddha's sweet voice as nourishment. They possess sublime bodies that emerge from lotus blossoms opened by the light rays of the Sage.\nWith skin completely flayed by the servants of the Lord of Death, one becomes utterly tormented in agony. Molten copper, liquefied by intensely hot fires, is poured over the raw body. The flesh is struck with blazing swords and spears, cutting it into hundreds of scattered pieces. Due to numerous unwholesome deeds, one falls repeatedly onto the ground of intensely burning iron.\nTherefore, cultivate aspiration toward virtue and meditate with sincere devotion. Following the ritual method of the Vajra Banner, begin by developing dignified confidence.\nFirst, carefully assess your capabilities and resources. Then make a clear decision: either undertake the task or refrain from it entirely. It is better not to begin at all than to start something and abandon it before completion. Once you have committed to a course of action, never turn back.\nIn future lives, this habit will persist, causing both negative karma and suffering to increase. Moreover, other tasks you undertake will yield diminished results, with their fruition becoming inferior—and even these lesser endeavors will remain unfulfilled.\nVerse on Courageous Determination

Regarding actions, mental afflictions, and one's own capabilities—in these three domains, one should cultivate courageous determination. Thinking, 'I alone must accomplish this,' is what constitutes the proper pride in action.\nPeople in this world, powerless under the control of their afflictions, are unable to accomplish even their own goals. Unlike me, sentient beings lack the capacity for effective action. Therefore, I must take on this responsibility myself.

*Alternative rendering with greater contextual clarity:*

People in this world are helplessly controlled by their mental afflictions, leaving them unable to accomplish even what would benefit themselves. Since other beings cannot act effectively as I can, I must therefore take up this responsibility—to work for the welfare of all.\nWhen others are engaged in humble work,
How can I remain idle?
If I refrain from helping due to pride,
It is far better that my pride be destroyed.

**Modern English Translation:**

When I see others engaged in humble tasks, I should ask myself: How can I just stand by without helping? If I refrain from assisting them merely out of a sense of superiority, then it would be better for me to abandon such pride altogether. Freedom from arrogance is truly the superior state.\nWhen encountering a dead snake, even a crow behaves like a Garuda, the mighty divine eagle. Similarly, if I become weak in my spiritual resolve, even minor transgressions can cause great harm.\nFor those who, in dejection, have abandoned all effort, is there any possibility of deliverance from suffering? But one who rises with determination and acts with confident perseverance cannot be overcome even by great adversities.\nTherefore, with a steadfast mind, I must overcome all downfalls. If I am defeated by these downfalls, my aspiration to conquer the three realms will become nothing but a laughable matter.\nI must conquer all, but none should conquer me.
This is the confidence I must maintain,
For I am a child of the Victorious Lion.\nThose beings who have been conquered by pride are actually afflicted, yet they do not possess true noble pride. One who has authentic noble pride does not fall under the control of enemies, while those others fall under the control of pride itself, which has become their enemy.\nFilled with the affliction of pride, one is led by this same pride to lower realms of existence. Even when born as a human, one's celebrations and joys are destroyed. Such a person becomes a servant dependent on others' food, as well as foolish, physically unattractive, and weak.\nUniversally despised are those ascetics inflated with pride. If even these proud spiritual practitioners are counted among the arrogant, what can be said of the truly wretched? How much more pathetic must their condition be?\nTranslation of the Tibetan Buddhist Verse

Those who embrace pride to conquer the enemy of pride—they alone are truly proud in the worthy sense and genuinely victorious heroes. They who definitively defeat even the stirring enemy of pride and fulfill the fruits of victory for all beings according to their wishes.

In more natural English:

The true possessors of noble pride, the genuinely victorious heroes, are those who maintain a sense of confidence precisely to overcome the enemy of harmful pride. These spiritual warriors completely vanquish even the most active manifestations of ego-based pride, and thereby fulfill the perfect fruit of victory for all beings in accordance with their deepest aspirations.\nWhen dwelling amid conditions that trigger negative emotions,
One should be resilient in a thousand ways,
Like a lion among foxes and lesser predators,
Remaining unaffected by the host of afflictions.\nEven in the face of great dangers and hardships, just as people instinctively protect their eyes, likewise, when confronted with adversity, one should never fall under the power of negative emotions.\nI would rather be burned and killed,
Or even have my head cut off—
Yet in no way will I bow down
To the enemy of mental afflictions.
Similarly, in all circumstances,
I will practice only what is reasonable.\nJust as a child delights in the pleasure of play, so too should one become devoted to whatever virtuous actions are to be done. One should become attached to these activities, never feeling satisfied with them, yet taking continual joy in their performance.\nThough actions are performed for happiness,
Whether they will bring joy remains uncertain.
For those whose actions themselves become happiness,
How can they find joy without performing such deeds?

In modern English prose:

Actions are commonly undertaken with the hope of attaining happiness, yet there is no guarantee that these efforts will actually result in the joy we seek. The truly wise understand that certain actions—virtuous deeds themselves—are inherently joyful by their very nature. For such people, the performance of these virtuous actions is happiness itself. How, then, could someone experience genuine happiness without engaging in these intrinsically joyful actions? True contentment cannot be found by avoiding the very deeds that constitute happiness in their essence.\nIf one cannot be satisfied by sensual pleasures—like honey placed on a razor's edge—how much more insatiable should one be for merit, which ripens into both happiness and the peace of liberation?\nTherefore, even after completing one task, immerse yourself in that same activity again—just as an elephant, scorched by the midday heat, plunges into a lake upon finding it.\nWhen your strength is depleted and you're exhausted, temporarily set aside your practice with the intention of resuming it later. Even when you've successfully completed a practice, abandon it out of desire for progressively higher achievements that follow.\nLike a veteran warrior engaged in close combat with an enemy on the battlefield, when swords clash in the heat of battle, you must skillfully evade the weapons of afflictions while simultaneously striking down the enemies of your mind.

Just as an experienced fighter must both defend against an opponent's attacks and launch effective counterstrikes, you should protect yourself from being wounded by mental afflictions while actively uprooting these harmful states at their very foundation. This vigilant approach—combining defensive awareness with offensive determination—is how one engages in the inner battle against the forces that obstruct spiritual progress.\nJust as one who is frightened in battle would quickly retrieve a fallen sword, likewise, when the weapon of mindfulness is lost, swiftly reclaim it by recalling the terrors of the hell realms.\nJust as poison, having entered the bloodstream, spreads throughout the entire body, so too do negative emotions, when they find an opening, pervade the mind completely.\nThe Oil-Bearer's Vigilance

Like one who bears a vessel filled with mustard oil,
While guarded by a swordsman standing close at hand,
Who fears for life should even a single drop be spilled—
So should the disciplined practitioner maintain such vigilance.\nTherefore, just as one would quickly leap up when a snake appears in one's lap, similarly, when drowsiness and lethargy arise, one should swiftly dispel them.\nFor each individual fault that arises, I should thoroughly reproach myself and reflect at length: 'How can I act to ensure this never happens to me again?'\n'How can I develop consistent mindfulness in these various situations?' With this motivation in mind, one should seek either to meet with qualified spiritual teachers or to engage in appropriate practices that accord with authentic instructions.\nRise quickly to action, remembering the teachings on mindfulness. Just as one has the capacity to accomplish all tasks from their very beginning through the power of past actions.

---

Expanded Translation

One should rise with nimbleness to virtuous activity, keeping in mind the teachings on mindfulness and vigilance. This approach enables one to develop the capacity to effectively engage in all endeavors from their very outset, just as the momentum of previous actions provides the power and ability to function in all situations. By recalling the instructions on careful attention and diligence, one should approach spiritual practice with lightness and enthusiasm rather than heaviness or reluctance.\nJust as the wind commands absolute control over cotton,
Effortlessly moving it forth and back at will,
Similarly, through joyful effort one gains mastery over oneself,
And in this way, all spiritual accomplishments are fulfilled.\nTranslation of 'Teaching on Diligence' Chapter Seven

This concludes the seventh chapter, entitled 'Teaching on Diligence,' from the text 'Engaging in the Bodhisattva's Conduct.'

*[Sanskrit: 'This completes the seventh chapter called 'The Perfection of Diligence.'']*\nAfter thus developing diligence, one should place the mind in meditative concentration. A person whose mind remains distracted dwells between the fangs of afflictive emotions.\nThrough seclusion of both body and mind, distractions cannot arise. Therefore, abandon worldly entanglements and completely relinquish conceptual thinking.\nDue to emotional attachment and craving for things like material gain, people do not relinquish their worldly entanglements. Therefore, the wise person should completely abandon these attachments and carefully analyze their mind in the following manner.\nUnderstanding that the afflictive emotions can be thoroughly overcome through special insight that is fully supported by calm abiding, one should first seek to cultivate calm abiding. This calm abiding is accomplished through finding genuine joy in freedom from worldly attachments.\nHow can any impermanent being reasonably form attachment to what is impermanent? One who cultivates such attachment will not encounter their beloved even across thousands of lifetimes.\nWhen one does not see the desired object, no joy arises.
The mind cannot settle in meditative concentration.
Even upon seeing it, one never feels satisfied,
And continues to burn with craving just as before.\nWhen attachment to sentient beings takes hold,
It completely obscures one from seeing ultimate reality.
It destroys any sense of renunciation in the mind,
And finally leads to the torment of grief and sorrow.\nBy merely obsessing over these matters, one's life passes without purpose or meaning. Through attachment to impermanent friends and companions, even the eternal Dharma that leads to liberation will be destroyed.\nIf you associate with childish people and share in their ways, you will certainly fall into lower realms of existence. When they lead you along incompatible paths, what purpose is there in keeping company with such foolish individuals?\nIn an instant, people can become friends, yet in a mere moment, they can turn into enemies. Since they grow angry at what should bring them joy, ordinary people are difficult to please.\nWhen I offer beneficial advice, they respond with anger.
They even try to dissuade me from pursuing what is beneficial.
If I do not listen to their discouragement,
They become angry and, as a result, head toward unfortunate rebirths.\nTowards those superior to oneself, jealousy arises;
With equals, one engages in rivalry and competition;
Towards those below, one displays pride; when praised, one becomes arrogant;
When faced with criticism, anger immediately flares up.
When will one ever derive benefit from associating with childish people?\nWhen associating with immature people, negative consequences will inevitably arise. In their company, one finds oneself drawn into self-promotion and disparagement of others, as well as conversations that celebrate worldly life. These and other unwholesome behaviors will certainly emerge from such associations.\nThus, associating with others only leads to ruin. Neither do they act for my benefit, nor will I serve their purposes.\nKeep your distance from childish people, avoiding them whenever possible. If you must meet them, interact pleasantly and make them feel welcome. However, do not develop deep familiarity with them. Instead, maintain a balanced, neutral demeanor, like an ordinary person who is neither overly friendly nor hostile.\nLike a bee gathering only honey from flowers, I will take just the essential meaning of the Dharma. I will move through all places as though encountering them for the first time, dwelling without forming attachments.\nIf I become conceited thinking, 'I have acquired many possessions and honors, and many people are fond of me,' such pride will give rise to fear after death.\nWherever the deluded mind becomes attached, captivated by pleasure and confusion, suffering a thousandfold greater will arise from those very attachments.\nTherefore, the wise should not become attached. From attachment arises fear. Since all things will naturally fall away, strengthen your mind and thoroughly examine this reality.

---

**Modern English Translation:**

Therefore, a wise person should avoid becoming attached to worldly things. Attachment only gives rise to fear and anxiety. Since all objects of desire—wealth, reputation, and relationships—will inevitably be lost due to their impermanent nature, one should develop mental stability and thoroughly investigate this truth. By carefully examining the transient nature of all phenomena, one can recognize the futility of clinging to what cannot last, thereby freeing oneself from the suffering that attachment brings.\nMany acquired abundant possessions,
And though they gained fame and acclaim,
These collections of wealth and renown provide no guidance
About where one will go after death.\nWhen some people criticize me,
Why should I become happy when others praise me?
When some people praise me,
Why should I become unhappy when others criticize me?\nSentient beings have vastly different inclinations and interests. If even the fully enlightened Buddhas cannot please them all, how could someone ignorant like myself possibly do so? Therefore, I should simply abandon concern about worldly opinions.\nThey criticize those who lack possessions and speak ill of those who have wealth. How could any joy possibly arise from such beings, who by their very nature are difficult to associate with?\n'Childish persons cannot be anyone's friend,' the Tathagatas have declared, 'because they are incapable of experiencing joy without self-interest.'\nIn the forest, wild animals, birds, and trees never speak harsh or unpleasant words. When will I be fortunate enough to dwell together with these agreeable companions, whose presence brings such ease?\nDwelling in an empty cave, an abandoned temple,
Or at the base of a tree,
When will I live without looking back,
Free from all attachment?\nWhen will I come to dwell in places that no one claims as their own—naturally spacious landscapes where I can move about freely without attachment, following my own path without hindrance?\nWhen will I come to dwell fearlessly, possessing only the simplest necessities like an alms bowl, wearing garments that no one would covet, and having no need to hide or protect this body?\nWhen will I go to the charnel ground and equalize my own body with the skeletal remains of others, recognizing that both are equally subject to the law of destruction?\nThis very body of mine will inevitably become so foul that even jackals, drawn to carrion, will refuse to approach it because of its putrid stench.\nEven the flesh and bones of this single body, which arose together at birth, will disintegrate and go their separate ways. What need is there to mention other beloved people?

The very components of this one body—our flesh and bones that have been with us since birth—will inevitably decompose and scatter in different directions. If such intimate parts of our own physical form must separate, how much more certainly will we be parted from others whom we hold dear?

This body, though appearing as a unified whole, contains elements that were born together yet are destined to separate. When even the most intrinsic parts of ourselves cannot remain united, we should recognize that separation from friends and loved ones, whose connections are formed through temporary karmic conditions, is absolutely certain.\nAlone one comes into being at birth,
And alone that same being faces death.
Since others cannot take on one's portion of suffering,
What purpose do cherished ones serve who only create obstacles?\n**Just as travelers on a journey take up temporary dwellings along their way, similarly, those who journey through the cycle of existence take up temporary residences in each new birth.**\nBefore the four pallbearers have lifted the body from its place—while the world still grieves and laments all around—until that moment arrives, retreat to the forest.\nWithout forming close friendships or harboring enmity,
I dwell alone in solitude with just this body.
Having already considered myself as one who died long ago,
When death actually comes, there will be no occasion for grief.\nWhen one dies in solitude, no companions stand nearby who might cause distress through their mourning or grief. Without anyone present who would weep at one's passing, one experiences no mental anguish from witnessing others' sorrow. Moreover, in such seclusion, no one will disturb or distract one's meditation on the Buddha and other virtuous practices at the crucial moment of death. In this way, one can depart peacefully while maintaining a clear and virtuous state of mind.\nTherefore, I shall dwell alone in delightful forests—
vibrant and pleasing to the senses,
where life requires little effort and brings contentment.
There, all distractions naturally subside.

In such solitude, I will make my home.\nHaving abandoned all other thoughts, I will strive diligently with single-pointed attention on myself alone, for the dual purpose of establishing my mind in meditative equipoise and disciplining it.\nIn both this world and the next, desires generate nothing but calamity. In this present life, they lead to being killed, imprisoned, and mutilated; in future lives, they cause rebirth in hell realms and other miserable states of existence.\nFor whom, in the past, I sent many male and female messengers with joined palms in earnest supplication; for whom I did not hesitate to commit sinful acts or risk ill repute—\nEven when plunging myself into danger,
And completely exhausting my wealth and possessions,
Those very bodies I passionately embrace
And from which I derive supreme pleasure—

I willingly enter into dangerous situations and risk my well-being. I spend all my wealth and possessions to depletion. And for what? For these very bodies that I passionately embrace and cling to, mistakenly believing they provide me with supreme happiness and satisfaction.\nThese are merely skeletons, nothing more—
Not independent, not a self.
Why not proceed to liberation
Instead of completely embracing them with intense desire?\nThough at first with great effort her face is lifted upward,
Yet drawn forward, she gazes downward from modesty.
Whether her face was seen or not seen before,
Now it becomes covered with a veil.

---

In more natural prose:

When first encountering intimacy, though someone makes an effort to lift her face and draw it forward, she looks downward out of modesty. This face—whether it had been seen by others before marriage or had remained hidden according to custom—is now covered with a veil.

*[Note: This verse appears to be from a contemplative text on impermanence that contrasts the veiled face of a bride with its eventual fate, suggesting that the same face so carefully protected and desired in life will one day be covered differently in death—a subtle reminder of the transient nature of physical beauty and the futility of attachment.]*\nThat face you once craved with such passion—
See how the vultures have now laid it bare,
Revealing plainly what was once concealed.
Why do you flee from it now?\nThough others merely look with their eyes,
Whatever you completely protected,
As long as it is being devoured,
Why do you, the possessive one, not protect it?\nObserving this heap of flesh being devoured by vultures and other creatures, why would you honor what is merely food for others with flower garlands, sandalwood paste, and ornaments?\nWhen you are frightened by a skeleton
Even though it remains motionless,
Why would you not fear when the same bones
Are animated like a reanimated corpse?\nIf you feel desire for this body even when it is covered with clothes, then why wouldn't you desire it when it is uncovered? If you claim there is no purpose in an uncovered body, then why do you embrace it when it is covered?\nFrom a single source of food arise both feces and saliva. While you find feces repulsive, why then do you delight in saliva?\nThe lustful, deluded about impurity, refuse to take pleasure in pillows of cotton that are soft to the touch. Instead, they claim, 'It does not ooze with foul odor,' clinging to what is actually unclean.

---

*Expanded translation for clarity:*

Those consumed by desire, confused about what is truly impure, find no delight in pillows filled with cotton that offer a genuinely soft and pleasant touch. Instead, they become attached to the body, falsely reassuring themselves, 'It doesn't emit foul smells,' when they are merely deceived about what is fundamentally unclean. Such is the delusion of those overcome by lust, who mistake impurity for purity.\nThe lustful, wicked, and deluded ones,
Upon touching cotton and finding it soft,
Become angry at it, saying,
'One cannot have sexual intercourse with this.'\nIf you claim to have no attachment to what is impure, then why do you embrace another person in your arms? Why hold close this cage of bones fastened together with tendons, smeared with the mud of flesh?

This body you embrace is nothing but a skeletal frame bound by sinews, covered in the filthy paste of flesh. If you truly had no passion for impurity, you would not clutch such a thing to yourself.\nYou yourself are full of numerous impurities,
Yet you constantly dwell contentedly with this very body.
And toward other sacks of impurity as well,
You generate desire, greedily craving what is unclean.\nYou claim 'I am fond of this flesh,' and you wish to touch and gaze upon it. Yet if the flesh is inherently without consciousness, why do you desire it?

If you truly desire flesh itself, as you claim, then why are you drawn to touch and look at only certain flesh? Since all flesh is by its very nature devoid of consciousness, your selective attraction reveals an inconsistency. The fact that you don't desire a corpse, which is also just flesh, demonstrates that your attraction is not actually to flesh itself. Your claim of desiring mere physical form contradicts your actual behavior of discriminating between living and dead flesh.\nThe mind that you desire cannot be touched or seen,
And what can be touched or seen is not consciousness.
What purpose does this meaningless embrace serve?

In fuller prose:

The mind of desire that you long for cannot be physically touched or visually perceived. The actual consciousness that is the object of your attachment remains beyond physical reach or sight. Conversely, whatever you can touch or see—such as another person's body—is not the consciousness or mind that you claim to desire. There exists a fundamental disconnect between what you think you desire another's mind and what you actually engage with physically. Therefore, what purpose does this meaningless embracing of the physical form serve? This attachment brings no genuine benefit and is ultimately futile.\nIt is not so surprising that you fail to recognize the impure nature of another's body.
What is truly astonishing is that you do not recognize your own body's inherent impurity.\nWhy would one who is attracted to impurity take delight in a cage of filth, having forsaken the young lotus flower that has opened to the cloudless sun's rays?

With a mind fixated on what is unclean, why be attracted to this vessel of impurities, while rejecting the fresh lotus blossom that unfolds in the sunlight of a clear sky?\nIf you are unwilling to touch places stained with impure substances like dirt and excrement, then how can you desire to touch the body from which these impurities originate?\nIf you truly have no attachment to impurity, why do you embrace another in your lap? This body emerged from an impure source—the womb—and was produced and developed from those impure seeds.\nYou reject even the smallest worms born from impurity, finding them repulsive. Yet paradoxically, you desire the human body—which is itself composed of numerous impurities and likewise born from impure substances.\nNot only do you fail to feel disgust at your own inherent impurity, but you—a sack of filth yourself—greedily desire others who are equally impure receptacles.\nEven appealing substances like camphor and other pleasant things, as well as rice dishes and vegetables—when placed in the mouth, then taken out and discarded—make even clean ground impure and defiled.\nIf you still have doubts about the impure nature of this body—even when its impurity is directly before your eyes—then go to the charnel grounds and observe other discarded corpses as well.\nWhen the skin is peeled away, revealing what lies beneath, great fear naturally arises. Yet how is it that, even knowing this truth, one still develops desire for that very same body?\nThe fragrance applied to your body comes only from substances like sandalwood and nothing else. Why then do you become attached to others based on scents that actually belong to something entirely different?\nSince the body is naturally foul-smelling, wouldn't it be better not to be attached to it? Why do worldly people with meaningless desires anoint it with pleasant fragrances?

---

*Expanded Translation:*

Given that the body naturally possesses an unpleasant odor, wouldn't it be better to remain unattached to it rather than developing desire for it? Indeed, this would be the wiser course. Yet strangely, worldly people, driven by their pointless cravings, insist on applying sweet-smelling perfumes to it. Why do they attempt to disguise the body's inherent nature with borrowed fragrances that don't belong to it?\nWhat pleasing fragrance has actually come to reside in this body, even if it is sandalwood? Why does one become attached to another person merely because of a scent that belongs to something else entirely?\nIf the body, with its long hair and nails, yellowish and stained teeth, and skin coated with filth and mud-like impurities, were to be seen in its natural state—naked and exposed—would it not appear truly terrifying?\nWhy do people labor so diligently to groom and adorn this body, which harms them like a weapon turned against oneself? The entire earth is thrown into chaos by these madmen, frantically exerting themselves out of delusion about the self.\nWhen you see mere skeletons in a cremation ground, you feel revulsion. Yet isn't it strange how you delight in the village, which is itself a cremation ground filled with moving skeletons?\nThus, this impure body cannot be obtained without a price. Pursuing it leads to exhaustion, and results in the torments of hell and similar realms.\nA child cannot acquire wealth,
So what happiness can be found when youth arrives?
If life is spent gathering possessions,
What purpose do desires serve when old age comes?\nSome wretched slaves to desire,
Completely exhausted from laboring all day long,
Return home with depleted bodies,
And lie down to sleep like corpses.\nSome people, afflicted by the hardships of distant journeys and burdened with the suffering of extended travel, are unable to see their children and spouses despite deeply longing for them—even after a full year has passed.\nThose who, deluded by their desires yet wishing to benefit themselves, sell their very being for some promised reward—they fail to obtain what they sought. Their lives, rendered meaningless, are driven by the winds of others' actions.\nSome people sell their own bodies and lose their freedom, becoming helpless servants forced to obey others' commands. Even when their wives become pregnant, they must give birth wherever they happen to find themselves—beneath trees or in wilderness areas—without proper shelter or security.

In this way, those who have sacrificed their autonomy for small wages find that even the natural joys of family formation bring no relief from their suffering. Lacking homes of their own, these families experience the harsh reality of their bondage, delivering their children in exposed and precarious locations, their vulnerability a testament to their complete loss of independence.\nDeluded by desire, fools declare, 'I must earn a living to survive,' even as they march into battle risking their very lives. For the sake of profit, they willingly enter into servitude.\nSome driven by desire have their bodies cut to pieces,
While others are impaled upon sharpened stakes.
Some are seen pierced by short spears and weapons,
And others are consumed by raging flames.\nEnglish Translation

Understand that wealth brings endless suffering through the anguish of accumulating, protecting, and losing it. For those whose minds are distracted by attachment to possessions, there can be no opportunity for liberation from the sufferings of cyclic existence.\nThose who are attached to desires experience many disadvantages with minimal rewards, just like oxen pulling a cart who only manage to eat a few mouthfuls of grass.\nFor the sake of trivial pleasures—things so insignificant that even animals can easily obtain them—those tormented by their karma squander this precious human life endowed with freedoms and opportunities, which is extremely difficult to find.

Human lives like ours, endowed with leisures and favorable conditions for spiritual practice, are extraordinarily rare and valuable. Yet we sacrifice this precious opportunity pursuing commonplace satisfactions that even animals readily secure. Driven by the force of our past actions, we destroy our greatest treasure for the most ordinary rewards.\nThis body, which will inevitably perish and causes one to fall into the hells and other lower realms, is of little significance. Yet all the exhausting efforts one makes for its sake throughout one's entire life—\nIf with merely a billionth fraction of the effort
that one has expended pursuing desires,
one could attain complete Buddhahood,
then the suffering experienced by those attached to desires
is far greater than the hardships of the bodhisattva path,
yet unlike the spiritual journey, their greater suffering yields no enlightenment.

---

Prose Translation

If one could achieve complete Buddhahood with just a tiny fraction—merely one billionth—of the effort that has been expended in pursuing worldly desires, then how irrational it is to continue on the path of attachment. Those devoted to sensual pleasures actually endure far greater suffering than practitioners on the bodhisattva path, yet unlike spiritual hardships which lead to awakening, their immense suffering produces no enlightenment whatsoever.\nWhen one contemplates the suffering of hell realms and similar states,
no comparison can be made to the dangers of desires—
neither weapons, poison, fire,
precipices, nor enemies suffice as adequate examples.\nThus, becoming weary of sensual desires, cultivate delight in solitude. Seek out peaceful forest settings that are free from conflict and mental afflictions.\nThe fortunate ones find peaceful retreat on cool stone terraces of delightful mansions, where moonlight and sandalwood provide natural coolness. There, caressed by the silent, gentle forest breezes, they walk in meditation while contemplating ways to benefit others.\nTranslation

Dwelling for as long as one wishes in empty houses, at the foot of trees, or in caves, free from the suffering of possessing and protecting belongings, one lives independently and moves about with ease, unburdened by expectations.

---

Expanded Translation

One can choose to stay for whatever duration one desires - whether briefly or extended periods - in uninhabited dwellings, beneath the shelter of trees, or within secluded caves. Having abandoned the distress and anxiety that comes with owning possessions and constantly guarding them against loss, one lives without dependency on others. Free from attachment and social obligations, one moves through the world with a liberated mind, unrestrained and at ease, conducting oneself according to one's own authentic spiritual path rather than conforming to worldly expectations.\nOne who moves freely without attachment and remains unbound to anyone, who experiences the happiness of contentment—even Indra, lord of the gods, finds such joy difficult to attain.\nBy reflecting on these and other qualities of solitude, one should calm all discursive thoughts and then cultivate the mind of awakening.\nFirst, one should diligently meditate on the equality of self and others. Since all beings equally experience happiness and suffering, one should protect everyone just as one protects oneself.

*[From Sanskrit: In the beginning, one should respectfully cultivate the equality of self and others. Since all beings equally experience happiness and suffering, I should protect them all just as I would myself.]*\nThough the body has many distinct parts—hands and so forth—we regard and protect it as a single entity. In the same way, although living beings are diverse, all experience pleasure and pain alike. Just as I seek happiness, every being equally desires the same.\nThough my suffering does not directly affect the bodies of others, this very suffering becomes unbearable to me because of my attachment to myself as 'I.'

Even when my personal pain causes no harm to other beings' physical forms, I find this same suffering intolerable precisely because of my deep-seated self-cherishing and identification with it as 'mine.'\nSimilarly, though the suffering of others does not directly befall me, nevertheless, that suffering becomes my own suffering; due to identification with them as self, it becomes unbearable.\nI shall remove the suffering of others because it is suffering, just as I would remove my own pain. I shall work to benefit others because they are sentient beings, just as I naturally care for my own body.\nWhen I and others equally desire happiness, what difference is there between myself and them? For what reason, then, should I strive for happiness for myself alone?\nWhen both myself and others equally dislike suffering and seek to avoid pain, what difference is there between us? What justification is there for protecting myself while ignoring others?\nIf I refuse to protect others from their suffering
Because their pain does not harm me,
Then why would I protect myself from future suffering
That does not harm me now?\nThe thought 'I will experience that suffering in the future' is a mistaken concept. This is because the one who dies is actually different from the one who is born in the next life.\nIf we hold that each person's suffering should be protected against only by that very person themselves, then why should the hand protect the foot from its suffering? After all, the suffering of the foot does not belong to the hand.\nIf you object that 'Even though it is unreasonable, I engage in these actions due to self-grasping,' then understand this: Whatever is unreasonable—whether concerning oneself or others—should indeed be abandoned to the best of one's ability.\nWhat we call a 'continuum' or a 'collection'
Is false, just like a garland or an army.
Since there is no actual possessor of suffering,
Who could possibly claim ownership of it?\nAll suffering lacks a true owner and is without fundamental distinction. Because it is suffering, it should be eliminated, regardless of whose it is. What purpose is served by maintaining rigid distinctions in this matter?\nTranslation of 'Why Eliminate Suffering?'

Why should the elimination of suffering for all beings even be questioned? This is beyond dispute. If suffering should be eliminated at all, then all suffering everywhere should be eliminated. Otherwise, my own suffering—just like that of other sentient beings—would equally have no reason to be addressed.\nIf compassion brings much suffering, why deliberately cultivate it? When one contemplates the suffering of all beings, how can compassion's pain be considered too great?\nIf a single instance of suffering
Can eliminate the suffering of many,
Then one endowed with compassion should indeed
Generate that suffering for oneself and others.\nTherefore, though Supushpachandra Flower-Moon-Beautiful was fully aware of the harm the king would cause him, he did not seek to remove his own suffering, because doing so would exhaust the suffering of many others.\nWhen one has cultivated their mindstream in this way,
They find joy in relieving others' suffering.
Like swans eagerly diving into a lotus lake,
They will even willingly enter the most terrible hell realms.

---

**Modern English Prose Translation:**

When practitioners have thoroughly trained their minds in this way, they develop genuine delight in alleviating the suffering of others. With such deeply cultivated compassion, they become like swans joyfully plunging into a lotus-filled lake—they would willingly enter even the most unbearable hell realms if doing so would benefit other beings. Their transformation is so complete that what would normally be considered the ultimate sacrifice becomes a source of joy, as their concern for others' wellbeing completely overshadows any thought of personal comfort or safety.\nWhen sentient beings find complete liberation,
There arises an ocean of joy so vast.
Is this alone not sufficient fulfillment?
What need is there for seeking liberation just for oneself?\nTherefore, even when working for the benefit of others, one neither feels pride nor amazement at one's actions. Since one takes delight solely in benefiting others, there is no expectation for karmic results or rewards for oneself.\nTherefore, just as I would instinctively protect myself from even the slightest harsh words or criticism, I should likewise develop the same protective attitude and compassionate mindset toward others.

In the same way that I naturally shield myself from even minor unpleasantness, I should cultivate an identical sense of protection for all other beings. The compassion I generate for others should mirror exactly the care and concern I have for my own wellbeing, with equal intensity and commitment.\nJust as through habituation, one develops the notion 'This is me'
regarding the drops of semen and blood from others—
even though there is no actual self-entity present in them—\nSimilarly, why not regard others' bodies as 'self' as well?
It is not at all difficult to establish one's own body
as belonging to others.

---

In natural modern English:

In the same way, why shouldn't we be able to regard others' bodies as 'self' too? After all, it's not actually difficult to recognize our own bodies as belonging to others.\nHaving recognized that oneself is flawed while others are oceans of good qualities, one should cultivate the complete abandonment of self-cherishing and the embracing of others.\nJust as hands and other limbs are considered parts of one's body, why are sentient beings not likewise considered parts of the world?\nJust as through habituation one develops the sense of 'self'
In relation to this body which has no inherent self-nature,
Why would the same sense of self not arise toward other beings as well
When one becomes habituated to regarding them as oneself?\nThus, even when I have worked for the benefit of others, neither pride nor amazement arises in me. Just as after feeding myself, I do not expect anything in return.\nTherefore, just as you would protect yourself even from minor unpleasant words, in the same way, cultivate both a protective mindset and compassionate heart toward all living beings.\nTherefore, the Protector Avalokiteshvara, out of his great compassion, blessed even his own name in order to dispel the fears that beings experience in gatherings and assemblies.

*Alternative rendering based on the Sanskrit:*

Thus did the Lord bestow his blessing, through his very name 'Avalokiteshvara,' to remove even the anxiety people feel in assemblies.

*Note: The Tibetan version emphasizes Avalokiteshvara's great compassion, which is not explicit in the Sanskrit verse. The Sanskrit also specifically mentions 'assembly fear' parṣacchāradya while the Tibetan refers more broadly to 'fears in gatherings' ʼkhor gyi ʼjigs pa.*\nDo not turn away from difficult practices,
For through the power of habituation,
That which once terrified you merely upon hearing its name
Will later, in its absence, become something you miss.\nWhoever wishes to quickly protect themselves and others should practice the supreme secret teaching of exchanging self and others.\nThis very body, to which we are so attached, causes us to feel fear even from the smallest threats. When one considers that this body is itself the source of all our fears, who among us would not view it with the same aversion we hold toward an enemy?

The body to which we cling with such affection becomes the basis for our terror—even minor dangers provoke intense fear. Given that this physical form generates countless anxieties both in this life and in futures ones, what wise person would not regard it as adversarial? Rather than cherishing this body with attachment, a rational person would recognize it as a continuous source of suffering and develop a sense of detachment from it. Just as we naturally avoid what threatens us, we should similarly question our instinctive identification with and attachment to this body that brings us nothing but fear.\nWhoever wishes to remedy their bodily ailments such as hunger, thirst, and illness, and for this purpose kills birds, fish, and wild animals, or lies in wait along roads to ambush others—\nOne who, driven by personal gain and honor, would go so far as to kill their own father and mother, and would steal possessions belonging to the Three Jewels—such a person will consequently burn in the Avīci hell.\nWhat wise person would desire this body, protect it, and worship it?
Who would not view it as an enemy, and who would not treat it with contempt?\nThinking, 'If I give this away, what will I have for myself?' is the mentality of demons, focused only on self-interest.

Thinking, 'If I use this for myself, what will I have to give to others?' is the divine way, concerned with the welfare of others.\nOne who harms others for selfish gain
Will suffer torment in the hells and lower realms.
But one who sacrifices oneself for others' benefit
Will attain all excellent prosperity.

---

Modern English Translation Prose Version

If you harm others for your own self-interest, you will suffer torment in the hell realms and other lower states of existence. However, if you willingly accept hardship and sacrifice yourself for the welfare of others, you will attain every form of prosperity and excellence.\nThrough selfish desires to elevate oneself above others, one will experience rebirth in lower realms, acquire low status, and develop a foolish mind. However, if one transfers this very same desire—wishing instead for others to be elevated—one will experience rebirth in fortunate realms, receive honor from others, and develop wisdom.

---

In more natural modern English:

The very same desire for elevation that, when selfishly applied to oneself, leads to unfortunate rebirth, low social standing, and mental dullness, will—when redirected toward wishing for others' advancement instead—result in fortunate rebirth, respectful treatment, and a wise mind.\nIf you exploit others for your own benefit,
You will experience life as a servant or similar station.
If you dedicate yourself to serving others' needs,
You will experience life as a lord, master, or similar position.

In more natural contemporary English:

When you use others for your own selfish purposes, you create the karma to be reborn as a servant or in other subordinate positions in future lives. Conversely, when you willingly serve others and dedicate yourself to their welfare, you create the karma to be reborn as a master, leader, or in other positions of authority and respect.\nAll happiness that exists in the world
Arises from wishing for others' happiness.
All suffering that exists in the world
Comes from desiring one's own happiness alone.\nWhat need is there for many words?
Look at this fundamental difference:
Immature beings work for their own benefit,
While the Sage acts for the welfare of others.\nIf you do not genuinely exchange your own happiness for the suffering of others, you will neither achieve Buddhahood nor find happiness even within the cycle of existence.\nSetting aside considerations of the next world, even the purposes of this present life cannot be accomplished when servants fail to perform their work and masters withhold proper payment.\nDeluded people abandon the complete fulfillment of happiness—both the visible benefits in this life and the invisible joys of future lives. Instead, through causing suffering to others, they take upon themselves unbearable suffering.

These confused beings forsake all possibilities of perfect well-being and prosperity that would come from caring for others. Rather than practicing altruism, which brings happiness both seen and unseen, they choose actions that harm others. Through their confusion about the true causes of happiness and suffering, they unwittingly bring terrible suffering upon themselves.\nEvery harm that exists in this world,
All the fears and sufferings found throughout existence—
If these all arise from grasping at a 'self' where none exists,
What purpose could this great demon of self-grasping possibly serve for me?\nWithout fully renouncing the self, one cannot be free from suffering, just as one cannot avoid being burned without letting go of fire.\nTherefore, to pacify my own suffering and to alleviate the suffering of others, I shall give myself completely to others and cherish others exactly as I cherish myself.\nUnderstand this with certainty, my mind: 'I am now bound to others.' From now on, think of nothing else except working for the benefit of all sentient beings.\nIt is not appropriate to pursue personal interests using the eyes and other sense faculties that belong to others. Using eyes and other faculties that have been dedicated to others' benefit to harm those very beings is improper.\nTherefore, prioritize the welfare of sentient beings above your own. Whatever you see on your own body—possessions, enjoyments, or necessities—take these away from yourself and use them to benefit others instead.\nFirst, place yourself mentally in the position of those who are inferior, equal, or superior to you. Then, imagine these others in your position, essentially exchanging yourself with them. With a mind free from conceptual elaboration, meditate on feelings of jealousy, competitiveness, and pride.\nThey are honored while I am not.
Just as they have obtained abundant provisions, I have gained nothing.
They receive praise while I face criticism.
They experience happiness while I endure suffering.\nI perform various labors while this person rests in comfort. This one is celebrated as great in the world, while I am known as lowly and devoid of qualities.\nWhat purpose is there in being without qualities? Indeed, I should be fully endowed with virtues. There are those compared to whom I am inferior, and there are also those compared to whom I am superior.

---

Modern English Translation

What is the point of lacking good qualities? I should strive to develop all virtuous qualities within myself. There will always be some people who surpass me in certain respects, and likewise, there will always be others whom I surpass in some way.

The text reminds us that while we should aspire to cultivate positive qualities, we should also recognize that superiority and inferiority are merely relative concepts. No one is absolutely superior or inferior; these distinctions exist only in relation to others, which helps guard against both excessive pride and unwarranted self-deprecation.\nMy moral discipline and views have deteriorated, not because I am inherently flawed, but because I am under the power of afflictive emotions beyond my control. I need healing as much as possible, and I willingly accept whatever hardship this process may bring.

In more natural prose:

The deterioration of my ethical conduct, philosophical views, and other aspects of my practice is not something I can control by myself—these failings occur because I am overwhelmed by the power of afflictive emotions. I need to be healed to whatever extent possible, and I willingly accept any difficulties that may arise during this healing process. Just as a student accepts correction from a teacher, I am prepared to endure hardship for the sake of my spiritual restoration.\nIf I am not someone who should be cared for by you, then why do you show such contempt toward me? What use are these qualities of yours to me? I myself am the one with true qualities.\nThose who stand at the threshold of lower realms, as if in the jaws of vicious beasts,
Yet feel no compassion for suffering beings,
While outwardly boasting of spiritual qualities they do not possess,
Arrogantly challenge and seek to compete with the truly wise.\nWhen comparing yourself to someone of equal status, if you seek to establish your own superiority, you will surely secure gains and honors for yourself, even if it requires engaging in conflict.\nMay my qualities be clearly visible throughout the entire world, yet may whatever qualities this other person possesses remain unheard by anyone at all.\nI should conceal my own faults while I receive honor instead of this person. Today I have obtained excellent gains, and I, not this person, should be the one who is respected.\nI will gladly observe for a long time those who have committed harmful deeds. Let them become objects of laughter for all beings and targets of criticism from every direction.\nThese disturbing emotions are said to compete alongside me,
As if in rivalry. Are these emotions equal to me
In learning and wisdom? Or perhaps in physical appearance,
Social standing, or wealth?

---

In modern English prose:

It is said that these disturbing emotions within me act as if they are competing with me, setting themselves up as rivals. I should reflect: On what basis do these afflictive states presume to stand as my equals? Are they my match in learning and wisdom? Or do they compare with me in physical appearance, family lineage, or material wealth?

This verse exposes how prideful thoughts create an internal sense of competition, leading us to constantly measure ourselves against others. By personifying these mental afflictions as rivals, the text invites us to recognize the absurdity of letting such comparative thinking dominate our minds and create suffering.\nThus, when I hear my own qualities being celebrated and renowned among all, I will experience the rising of joy that manifests as goosebumps on my skin, and I will fully immerse myself in this happiness and well-being.\nEven if this person acquires wealth or resources, if they are performing work at my direction, I should provide them with only enough for their basic subsistence, then forcefully claim the remainder for myself through my own authority.\nThis self-cherishing mind should be deprived of its pleasures and comfort,
And I should continually subject it to hardship.
For hundreds upon hundreds of times,
This mind has caused me harm throughout my wandering in the cycle of existence.\nO mind, though countless eons have passed while you have desired to accomplish only your own benefit, through all these immense efforts, you have achieved nothing but suffering.\nTherefore, engage wholeheartedly in working for the benefit of others with certainty and conviction. The words of the Buddha are unfailing, and you will later witness the qualities that arise from this practice.\nIf in former times you had performed this essential practice, it would have been impossible for you to be in such a state as this, instead of experiencing the perfect bliss of Buddhahood.\nTherefore, just as you have developed a sense of 'I' and 'mine' regarding the droplets of semen and blood that came from others your parents, similarly, train yourself to cultivate this same attitude toward all other beings.\nBecome a caretaker for others' needs, and whatever valuable possessions you observe on your own body, take these very things from yourself by releasing your attachment to them, and use them to benefit others who are in need.

In this way, transform yourself into a guardian who carefully examines what others require. Instead of coveting what belongs to others, look at your own food, clothing, ornaments, and possessions with the eye of generosity. Mental­ly relinquish your sense of ownership over these items—seizing them from your self-cherishing attitude—and put them to use for the welfare of those who lack such necessities.\nI am happy while others suffer. I stand high while others remain low. I act for my own benefit, but others do not do the same for themselves. Why should I not feel envy toward myself?\nI should deprive myself of happiness and take upon myself the suffering of others. When this person does something questionable, I should carefully examine my own faults.\nWhen others commit wrongdoings, take them upon yourself as your own faults. Even if you have committed only a minor transgression, openly confess it before many people.\nTranslation

Extol the fame and virtues of others lavishly, allowing their reputation to overshadow your own. Consider yourself like the lowest of servants, and dedicate yourself entirely to fulfilling the needs of all beings.

In more detailed prose:

Speak generously of others' good qualities and reputation, praising them more lavishly than they might deserve. By doing so, deliberately let your own fame and recognition be diminished and obscured. View yourself as the humblest of servants, someone of the lowest rank who takes on burdens without complaint or pride. Like such a servant, commit yourself wholeheartedly to working for the benefit of all beings in every situation, serving their needs rather than expecting them to serve yours.\nThis self is inherently flawed in its nature;
Do not take pride in temporary qualities.
Whatever virtues you may possess,
Ensure that no one discovers them; act accordingly.\nIn brief, whatever harm you have inflicted upon others for your own benefit, from now on, let all such harm fall upon yourself instead, for the sake of sentient beings.

*Alternative rendering:*

In essence, any suffering you have caused to others out of self-interest, redirect that suffering to yourself for the benefit of all sentient beings.\nDo not encourage the mind to become prideful or arrogant, which would make it haughty and overconfident. Instead, maintain it like a newly-wedded bride—modest, restrained, with a proper sense of shame and caution.\nDo this and remain in this manner; this is what you should not do. In this way, bring the mind under control, and if you transgress these boundaries, apply discipline.\nIf, despite being instructed in this way,
you, mind, refuse to act accordingly,
then since all faults depend on you,
I shall have no choice but to subdue you completely.\nWhere can you flee now that I have seen you? I will utterly destroy all your pride. This is different from that previous time when you destroyed me.

This is no longer the past era when you, my self-cherishing mind, could lead me to ruin. Now I have recognized you for what you are. Where can you possibly escape? Now that I have truly seen your nature, I will completely demolish all your arrogance and self-importance.\nAbandon the thought that says, 'I still have my own purposes to fulfill.' I have sold you my self-centered mind to others, so do not become discouraged but offer your service and very being wholeheartedly.\nIf I carelessly fail to give myself to sentient beings, I will certainly be handed over to the guardians of hell realms.

If I become heedless and do not offer myself to all beings, there is no doubt that my self-cherishing mind will deliver me into the hands of the terrifying guardians who protect the hell realms.\nIn this way, you—my self-cherishing mind—have long caused me to suffer by repeatedly giving me away to torment. Now, remembering these past grievances, I will destroy your self-serving intentions.\nIf you truly desire happiness for yourself, do not seek pleasure for yourself alone. If you truly wish to protect yourself from suffering, always devote yourself to protecting others.\nThe more attentively one pampers and indulges this body, the more delicate and fragile it becomes, steadily declining into a state of hypersensitivity.\nThus, for a person who has fallen into such craving,
Even if all the riches of this entire earth
Were available to them, they would still be insufficient
To satisfy their desires—who then could possibly fulfill them?\nDesiring what is unattainable brings mental afflictions and leads to disillusionment. But the one who remains free from dependence on everything will experience excellence that knows no end.\nTherefore, do not create opportunities to increase your body's desires. Whatever attractive things you refrain from grasping—that is the truly excellent treasure.\nThis body ultimately dissolves into nothing but ashes,
Incapable of moving itself, needing others to propel it.
A repulsive form composed of impure substances,
Why do I cling to this as my 'self'?\nWhether alive or dead, what use is this mechanical contraption to me? What difference is there between this body and a clod of earth? Alas, why do I not dispel this pride of self-importance?

---

In fluid modern English:

Whether I am alive or dead, what use is this machine-like body to me? What meaningful difference exists between this body and a lump of clay or other mundane objects? Alas, why do I fail to overcome the arrogance that clings to this sense of 'me' and 'mine'?\nBy obsessively attending to this body,
I have needlessly accumulated suffering.
What purpose is there in feeling attachment or aversion
Toward this thing that is no different from a piece of wood?\nWhether my body is carefully nurtured by me,
Or eventually devoured by vultures and other creatures,
Since the body itself feels neither attachment nor aversion,
Why should I develop attachment to it?\nIf I become angry when criticized,
And pleased when praised,
Yet this very body lacks awareness,
For whose sake am I exerting myself?\nIf I consider those who desire this body of mine to be my friends, then why should I not delight equally in all beings? Since every creature desires its own body just as I desire mine, why should they not also be dear to me?\nTherefore, I shall release this body without attachment for the benefit of beings. Though it has many faults, I shall maintain it as one maintains a tool for one's work.

In more natural English:

Therefore, I will offer this body without clinging to it, dedicating it entirely to the welfare of all beings. Despite its many flaws and imperfections, I will care for it properly—just as a craftsperson maintains their tools for their work.\nTherefore, I shall abandon worldly behaviors and instead follow the path of the wise. Keeping in mind the teachings on mindfulness and vigilance, I will overcome drowsiness and mental dullness.\nFollowing the example of the greatly compassionate bodhisattvas, one should establish firm persistence in reasoned practice. If one does not strive continuously, day and night, when will one's suffering ever come to an end?

---

*Expanded Translation:*

Like the noble bodhisattvas who embody great compassion, one should cultivate unwavering diligence grounded in sound reasoning and understanding. If one fails to make consistent effort throughout both day and night without interruption, how will one's suffering in the cycle of existence ever reach its conclusion? Only through persistent and unbroken practice can one hope to find liberation from suffering.\nTherefore, to dispel all obscurations, I shall withdraw my mind from mistaken paths and continually place it in meditative equipoise on the correct object of meditation.\nFrom the 'Introduction to the Bodhisattva's Way of Life,' the Eighth Chapter entitled 'The Teaching on Meditation' or 'The Perfection of Meditation'.\nAll these components of the path
The Sage taught for the sake of wisdom.
Therefore, those who wish to pacify suffering
Should cultivate wisdom.\nThe conventional and the ultimate are accepted as the two truths. The ultimate is not within the domain of the intellect; intellect itself is said to be conventional.

---

In natural, contemporary English:

There are two truths that encompass all of reality: the conventional truth and the ultimate truth. The ultimate truth transcends intellectual understanding and cannot be grasped by conceptual thought. The intellect itself, along with all its cognitive processes, belongs to the domain of conventional truth.\nIn this context, the world is seen as twofold:
That of the yogis and that of ordinary people.
In this regard, the ordinary world
Is invalidated by the yogic world.\nEven accomplished yogis are refuted by those of higher understanding,
Each superior level overcoming the previous ones.
Through examples accepted by both sides,
They practice for results without getting caught in analysis.\nOrdinary people perceive objects in the world and consider them to be truly real, rather than understanding them as illusion-like. This is the point of contention between yogic practitioners and ordinary worldly people.\nEven forms and other objects that appear to be directly perceived
Are established merely by convention, not by valid cognition.
Such conventional perception is false,
Just as impure things are wrongly seen as pure.\nFor the purpose of guiding worldly beings, the Protector taught things as having momentary existence. However, these phenomena are not truly momentary from the perspective of ultimate reality. If one objects that this contradicts conventional reality as well, [this objection is unfounded].\nThrough the yogi's conventional understanding, there is no fault.
Compared to ordinary worldly perception, they see reality as it truly is.
Otherwise, when they recognize women's bodies as impure,
This realization would be contradicted by worldly misconceptions.

Prose Translation

The conventional understanding of yogis is faultless because, in contrast to ordinary worldly perception, they see reality as it truly is. If this were not the case, when yogis correctly recognize the impure nature of women's bodies through their meditative insight, their valid realization would be wrongly contradicted by ordinary worldly misconceptions that cling to notions of purity and attractiveness. This demonstrates that the yogic perception, being superior, cannot be invalidated by inferior ordinary perception.\nTranslation of the Verse

'How can merit arise from an illusion-like Buddha, just as it would from something truly existent? And if sentient beings are like illusions, how can they be reborn after death?'

Detailed Prose Translation

Merit arises from the Buddha, who is like an illusion, in exactly the same way as it would arise from what others consider truly existent. The verse poses two philosophical questions: First, if the Buddha lacks inherent existence and is merely like an illusion, how can genuine merit arise from making offerings to such a Buddha? Second, if sentient beings themselves are like illusions—empty of inherent existence—then how can they undergo the process of death and rebirth? If something is merely illusory, like a magical creation that vanishes without trace, then how can beings reappear in new forms after their death?

These questions challenge the emptiness view by questioning how conventional functions like generating merit and the process of rebirth can operate in a reality where all phenomena lack true, independent existence. The verse captures the tension between the ultimate nature of reality emptiness and the conventional processes that appear to operate in our everyday experience.\nAs long as the collection of causes and conditions is assembled,
For just that duration, the illusion will manifest.
How could sentient beings truly exist
Merely because they have a long-running continuum?\nWhen killing a magically created person or committing similar acts,
Since there is no mind present, no negative karma arises.
However, in relation to beings who possess minds that are like illusions,
Both merit and negative karma can arise.

In modern English:

There is no negative karma incurred when killing or harming a magically created being, because such an illusory entity lacks a mind that can experience suffering. However, when we interact with sentient beings—whose minds are themselves illusory in nature—our actions generate real consequences: beneficial actions produce merit, while harmful actions create negative karma.\nSince mantras and other magical methods lack inherent power, they cannot produce an actual consciousness in illusory displays. These various illusions arise from diverse conditions, and therefore appear in many different forms. Nowhere does a single condition possess the capacity to produce all possible effects.\nIf nirvana is the ultimate truth, while samsara is merely conventional truth, then even the Buddha would be bound to cycle in samsara—so what would be the purpose of practicing the bodhisattva path?\nWhen the continuum of conditions remains unbroken,
Even illusory appearances will not cease.
But when the continuum of conditions is severed,
Even conventional reality no longer arises.\nWhen there isn't even delusion present,
By what means could illusion be perceived?
When for you the illusion itself
Does not exist, what then is being perceived?

---

In clear modern English:

If even the mistaken perception doesn't exist, how could an illusion be recognized at all? And if, according to your view, the illusion itself doesn't even exist, then what exactly is being perceived in that moment?\nIf something else truly exists as reality, then that appearance is mind itself. But when mind itself is like an illusion, what is there to be seen, and by what?\nThe Lord of the World himself has declared:
'The mind cannot see the mind.'
Just as a sword's edge cannot cut itself,
So too the mind cannot perceive itself.\nTranslation

Just as a lamp clearly illuminates its own nature,
So too, some claim, consciousness reveals itself.
But a lamp does not need to illuminate itself,
For it is never obscured by darkness.

---

In modern English prose:

Some argue that just as a lamp illuminates its own nature clearly, consciousness can perceive itself. However, this analogy fails upon examination. A lamp does not actually need to illuminate itself because from the moment it exists, it is never obscured by darkness—it is inherently luminous by its very nature. What need would there be to illuminate something that is already visible? The lamp only illuminates other objects by dispelling the darkness that obscures them, but the lamp itself is never hidden by darkness, so it requires no self-illumination.\nJust as a blue crystal does not depend on anything else for its blueness, similarly, we observe that some things depend on others while some do not.

Just as a crystal that appears blue does not depend on external factors for its essential blueness, in the same way, we can observe in the world that some phenomena depend on other things, while other phenomena exist independently without such dependence.\nThat which is not inherently blue cannot make itself blue through its own agency. Nothing can transform itself blue by its own power.\nTranslation from Sanskrit

How could something blue make itself blue through its own action? If something is not already blue, it cannot make itself blue through its own action.\nIf one claims, 'A lamp illuminates,' this is known through consciousness and then expressed in words. But if one asserts, 'Consciousness itself is illuminating,' then who knows this to be true, and on what basis is such a statement made?\nWhen something is not seen by anyone,
Whether it is manifest or unmanifest,
Speaking about it is as meaningless
As describing the graceful movements of a barren woman's daughter.\nIf self-awareness did not exist,
How could consciousness be remembered?
It is remembered through its relationship with experiencing other things,
Just as with rat poison.\nTranslation of Verse 25

When one sees something through reliance on other conditions, this doesn't prove that it illuminates itself. Just as when a pot is seen through a magical eye ointment, the ointment itself doesn't become visible.

Prose Rendering

When consciousness perceives objects by relying on various conditions, some argue that this demonstrates consciousness's self-illuminating nature. However, this reasoning is flawed. Consider this example: when magical eye ointment prepared with special mantras allows us to see a jar buried underground at a distance, the eye ointment itself—though literally in our eye—isn't visible to us. Similarly, just because consciousness perceives other things doesn't mean it necessarily perceives itself. The illuminating agent like the eye ointment may reveal other objects clearly while remaining imperceptible itself. This example demonstrates that the illuminator and what is illuminated need not share the same nature, thus challenging the notion that consciousness must be self-aware.\nWhat is seen, heard, and mentally cognized is not being refuted here. Rather, what needs to be eliminated is the conception that these things are inherently true or real, for this misconception is the cause of suffering.\nIf illusions are not different from the mind, yet are also not conceptualized as non-different from it, then consider: if they were real entities, how could they not be different from the mind? And if you claim they are not different, then they cannot exist as real entities.\nJust as an illusion, though not real, can still be perceived, so too is the mind that perceives it. If the cycle of existence depended on something substantially real as its basis, it would otherwise become like empty space.\nHow could non-existence, which depends on existence, possibly possess the capacity to act? Indeed, according to your position, the mind would end up entirely alone, without any companion.\nWhen the mind is free from grasping at objects,
At that moment, all are Thus-Gone Ones.
Yet even so, what benefit is there
In analyzing everything as mere mind?\nEven if one knows phenomena are like illusions,
How would this reverse the afflictions?
After all, even the magician himself
Can develop desire for the illusory woman he created.

---

**Modern English Translation**

Even when someone intellectually understands that all phenomena are illusory, this knowledge alone doesn't automatically eliminate emotional afflictions. How could mere conceptual understanding reverse deeply rooted patterns of attachment and aversion? Consider this: even the magician who creates an illusory woman—knowing perfectly well she doesn't truly exist—may still experience desire for his own creation. This demonstrates the gap between intellectual understanding and complete emotional transformation.\nThe creator of illusory appearances has not abandoned the latent tendencies of mental afflictions regarding objects of knowledge. Therefore, when such a person perceives the illusion they've created, their understanding of emptiness remains weak.\nTranslation of 'Habituating to Emptiness'

By cultivating the imprints of emptiness in one's mind,
The imprints of grasping at concrete entities are dispelled.
Through repeated habituation to understanding that 'nothing whatsoever exists,'
Even that subtle attachment to emptiness will later be abandoned.

---

*In natural English prose:*

Through repeated familiarization with emptiness, one gradually removes the deeply ingrained habit of perceiving phenomena as inherently real. Then, by continually practicing the understanding that 'nothing whatsoever truly exists' - meaning that even emptiness itself lacks intrinsic existence - one eventually abandons even the subtle attachment to emptiness. This progressive meditation leads to complete freedom from all conceptual fixations.\nWhen an entity that is the object of analysis cannot be observed, and we say, 'It does not exist,' how can that non-existence, which has no basis to rest upon, remain as an object before the mind?\nWhen neither existence nor non-existence stands before the mind, at that time, because no other alternative remains, the mind rests without a reference point, completely pacified.\nJust as a wish-fulfilling jewel or a wish-granting tree completely satisfies whatever hopes one might have, similarly, the Buddha's form appears to disciples through the power of aspirations made for those to be trained.\nJust as a Garuda-mantra master, having consecrated a ritual pillar and then passed away, continues to neutralize poison and other harmful influences through that pillar even long after his death—in the same way, the beneficial influence of a realized being persists beyond their physical presence.\nEven when a bodhisattva has passed beyond suffering into nirvana, they continue to accomplish all beneficial purposes through the victory monument of enlightenment they established by conducting themselves in accordance with the path to awakening.\nHow can offerings made to that which lacks consciousness yield any results? The scriptures clearly teach that offerings made to the Buddha, whether during his lifetime or after his passing into nirvana, are considered exactly equal in merit.\nWhether conventionally or in ultimate reality, the results from making offerings come from scriptural authority. For example, just as offerings made to the true Buddha yield definite benefits.\nSome claim that liberation comes from seeing the truth alone—so what is the purpose of seeing emptiness? Yet scripture clearly states that without this path of emptiness, awakening is impossible.\nIf the Mahāyāna is not established as authentic, then how can your own scriptures be established as authentic? For what is accepted by both traditions was not initially established for you either.\nFor whatever reason you have faith in your own scripture, apply that same standard equally to the Mahāyāna. If something were true merely because two different groups desire it to be so, then even the Vedic texts and similar works would have to be accepted as true.

*Alternative rendering with slightly more context:*

Whatever grounds cause you to have confidence in your scriptures, those same grounds apply equally to the Mahāyāna teachings. If truth were established merely because two different parties assert something as true, then even the Vedas and other non-Buddhist texts would necessarily become true as well.\nIf you object that the Mahāyāna is unreliable because it is disputed, then you should abandon your own scriptures as well. This is because other scriptures are also subject to disputes—whether from non-Buddhists or even from within your own tradition and from other Buddhist schools.\nThe foundation of the Buddhist teaching is the authentic monastic community. Yet, maintaining true monkhood itself is difficult to achieve. For those whose minds still cling to objects of reference, even the attainment of liberation remains extremely challenging.\nIf liberation were achieved merely by eliminating afflictions,
Then one would be liberated immediately upon their removal.
Yet we observe that even in those free from afflictions,
The power of karma continues to operate.\nTranslation of Verse 47

If you maintain with certainty that craving, which serves as the appropriating cause, no longer exists, why couldn't there be a non-afflictive form of craving, just as there is non-afflictive ignorance?

---

**Expanded Translation:**

Suppose you assert with certainty that craving—which functions as the appropriating cause for future existence—has been completely eliminated. In that case, consider this: why couldn't there exist a form of craving that, while not afflictive in nature, still persists in the mind stream? This would be similar to how ignorance can exist in both afflictive and non-afflictive forms. Even though this type of craving might not be contaminated by afflictions in the conventional sense, why couldn't it continue to exist in some form, just as non-afflictive confusion does?\nTranslation of Verse 48

From sensation arises craving, and these sensations exist even in them [the Arhats]. Their minds, still bound to objects of perception, remain dwelling in certain reference points.

---

**Modern English Translation:**

Craving arises conditioned by sensations, and these sensations continue to exist even in those who have attained individual liberation. As long as their minds remain engaged with conceptual objects of focus, they will continue to dwell within specific frames of reference rather than achieving complete freedom from all mental constructs.\nTranslation

A mind lacking the realization of emptiness, once ceased, will be born again—just like in the meditative absorption of non-perception. Therefore, one should cultivate emptiness.

Detailed Prose Translation

A mind that is separated from the understanding of emptiness will inevitably arise again after it has ceased. This resembles what happens in the meditative absorption where perception is absent—though consciousness temporarily subsides, it later returns. For this reason, one should diligently cultivate the realization of emptiness.

The text teaches that without insight into the empty nature of reality, the mind remains bound to the cycle of cessation and rebirth. Even if one achieves deep meditative states where mental activity seems to stop, this is merely a temporary suspension—not true liberation. Just as those who enter the absorption of non-perception eventually emerge from it with their fundamental ignorance intact, so too will any mind lacking emptiness realization return to its conditioned patterns. Only through directly realizing the empty nature of all phenomena can one find lasting freedom from this cycle.\nIf you wish to consider any speech that engages with the collections of sutras as truly spoken by the Buddha, then aren't most Mahāyāna teachings similarly consistent with your own sutras?\nIf one text's exclusion makes all the others defective,
Then why wouldn't a single text that resembles your accepted scriptures
Establish that all these teachings
Were indeed spoken by the Buddha?\nThose profound teachings that even Great Kāśyapa and other senior disciples could not fathom to their depths—who has the authority to declare them invalid simply because you yourself have not realized them?\nFor the sake of those who suffer due to delusion, a person who has realized emptiness can accomplish the seemingly paradoxical feat of dwelling in the cycle of existence while completely free from the extremes of attachment and fear. This is the fruit of emptiness.

In other words, the realization of emptiness enables one to remain engaged in the world out of compassion for deluded beings who experience suffering, while simultaneously transcending both attachment to worldly existence and the fear that drives lesser practitioners to escape from it entirely. This balanced state—where one can work within the cycle of rebirth for others' benefit without being tainted by it—is the true and profound result that emptiness realization brings.\nThus, objections against the position of emptiness cannot be reasonably sustained. Therefore, one should meditate on emptiness with unwavering confidence and without any doubt.\nEmptiness is the antidote to the darkness of both emotional and cognitive obscurations. How could anyone who desires to quickly attain omniscience not meditate on it?\nIf an object causes suffering,
It is natural to fear it.
Yet since emptiness pacifies all suffering,
Why should one fear it?\nIf there were a self that truly existed, then fear would arise in relation to any object whatsoever. But since there is not even the slightest inherently existing self, who is it that actually becomes afraid?\nI am not my teeth, hair, or nails.
I am not my bones or blood.
I am not mucus or phlegm,
Nor am I lymph fluid or pus.

---

*Modern English Translation:*

I am not to be identified with my teeth, hair, or nails. My true self is not to be found in my bones or blood. I am not the mucus from my nose or the phlegm in my body. Neither am I the lymph fluid or pus that may form within this physical form.\nI am not fat nor am I sweat.
I am not the lungs nor the liver.
I am not any other internal organs.
I am not excrement nor urine.\nI am not flesh, nor skin;
I am not heat, nor am I the vital winds.
I am not the bodily openings in any way,
Nor am I the six consciousnesses.\nIf sound-consciousness were permanent, then it would apprehend sound at all times. When there is no object to be known, what could it possibly cognize? On what basis could it even be called consciousness?\nIf consciousness could exist without actually cognizing anything, then even a piece of wood would absurdly qualify as consciousness. Therefore, it is definitively established that consciousness cannot exist without the presence of an object to be known.\nIf the same [consciousness] that knows visual form, why would it not also hear sound at that same moment? If you argue this is because sound is not present nearby, then by the same logic, the consciousness of sound should not exist either.\nThat which has the nature of grasping sound—how could it grasp form? A single person may be conceptualized as both father and son, but this is not ultimately real.\nThus, the qualities of essence, energy, and darkness are neither son nor father. That which perceives sound is not seen as having the nature of visual perception.\nIf one perceives the same essence merely appearing in a different form, like an actor [changing roles], then that essence cannot be permanent. If you claim that this different manifestation is still the same essential nature, then such a concept of oneness is unprecedented.\nTranslation of the Buddhist Philosophical Verse

If the differentiated appearances are not true,
Then what exactly is their intrinsic nature?
If you say it is merely consciousness itself,
Then all beings would absurdly collapse into one.

Prose Translation

If you claim that things appearing in different ways are not true as they appear—that is, if the various differentiated aspects of consciousness such as sound perception are merely superficial appearances and not real—then you must explain what actually constitutes their true intrinsic nature. If your answer is that their nature is simply 'consciousness itself' or 'pure awareness,' then you face an absurd consequence: all sentient beings with their separate mind-streams would necessarily become a single entity. This is because all minds would be equivalent in being mere undifferentiated consciousness, eliminating any basis for distinguishing between different beings or persons.\nIf conscious and unconscious entities would become one because they equally exist, and if their distinguishing characteristics are false, then what could possibly serve as the basis for any similarity between them?\nI cannot be an unconscious entity, since anything that lacks consciousness—like a pot or similar objects—cannot be a self. And if one argues that I could be an entity that possesses consciousness through association, this creates an absurdity: an inherently non-knowing entity that comes to know would contradict its own nature, as this transformation would destroy its original non-conscious essence.\nIf the self is truly unchangeable,
What can consciousness possibly do for it?
In this way, an unconscious, inactive entity
Would merely be space labeled as 'self.'\nIf there is no self, then the connection between actions and their results would not be reasonable. Since the action would disappear after being performed, whose action would it become when the result manifests?\nSince both of us acknowledge that the bases of action and its result are distinct, and that in these processes there is no permanent self that functions as an agent—a point established by both our positions—isn't this debate ultimately pointless?\nThe notion that 'a cause-possessor simultaneously enjoys its result' cannot be observed—such a scenario is impossible. Rather, the Buddha taught that terms like 'the doer' and 'the experiencer' are designated in dependence upon a single continuum.

---

Explanatory Translation

It is impossible to observe a situation where one who possesses a cause simultaneously experiences its result. Instead, the Buddha taught that we designate someone as 'the agent who performs an action' and 'the one who experiences the results' based on the concept of a single mental-physical continuum. This maintains the relationship between actions and their consequences without requiring a permanent self.\nPast and future mind cannot be the self, for they do not exist. If one claims the presently arisen mind is the self, then when that mind ceases, the self would no longer exist.\nJust as a banana tree trunk, when separated into its parts, reveals nothing substantial within, likewise, when I search for myself through careful analysis, I too am found to have no ultimate reality.\nTranslation of Śāntideva's Verse

'If sentient beings do not truly exist, toward whom should compassion be shown?' one might ask.

It is toward those who appear due to ignorance—constructs that are accepted provisionally for the purpose of achieving liberation.\nIf sentient beings do not exist, then for whom is the result and who would attain it? This is true from the ultimate perspective, yet the desire for this result arises from ignorance. For the sake of pacifying suffering, this ignorance regarding the result should not be rejected.\nThe ego-centered pride that causes suffering
grows stronger through delusion about the self.
If one objects that this cannot be reversed,
then meditation on selflessness is the supreme remedy.\nThe body is not the feet, nor is it the calves.
Neither the thighs nor the waist constitute the body.
The abdomen and back are also not the body.
The chest and shoulders, too, are not the body.\nNeither the sides nor the hands constitute the body.
Neither the armpits nor the shoulders are the body.
The internal organs are not it either.
If neither the head nor the neck are the body,
Then what indeed is this thing called 'body'?\nIf this body exists throughout all its parts
By having a portion in each location,
Then those portions would reside in their own parts,
But where does the body itself actually abide?\nIf the body as a complete entity existed within all its parts such as hands and so forth, then there would be as many bodies as there are parts like hands and so forth.\nIf the body exists neither externally nor internally, how can it exist in the hands and other parts? If it is not separate from the hands and other parts, how then can it truly exist at all?\nThe body does not inherently exist; rather, due to delusion, we form the concept of a 'body' regarding hands and other parts. This happens through the specific arrangement of these components—just as one mistakes a scarecrow for a person based on its form.

In other words, there is no intrinsically existing body, yet through ignorance, we develop the notion of a body when looking at hands and other bodily parts. This misconception arises from the particular way these parts are arranged and organized, similar to how someone might mistake a scarecrow for a human being when seeing its human-like shape from a distance.\nFor as long as the collection of conditions remains assembled, the body appears like a person, similar to a scarecrow. Likewise, for as long as hands and other parts exist in their proper relationship, for that duration the body appears as such.\nLikewise, since a finger is merely a collection of parts, what could we truly identify as a hand? That hand, too, is merely an aggregation of joints, and even those joints, when divided into their own components, cannot be found as singular entities.\nTranslation

Any part, when analyzed, divides into particles.
And even that particle, when subjected to analysis by directional parts,
Along with its directional divisions, being devoid of parts,
Like space, therefore, even particles do not exist.

Modern English Translation

When we analyze any component of physical reality, we can break it down into particles. But even these particles themselves can be further divided according to their directional aspects—east, west, north, south, top, and bottom. Upon closer examination, these directional divisions are found to be without inherent parts or substance. Therefore, just as space has no substantiality, particles themselves ultimately do not exist as independent, inherently real entities.

The analysis shows that physical forms, when subjected to progressive examination from gross to subtle levels, ultimately dissolve into emptiness, similar to the nature of space. No truly established, indivisible particles can be found at the foundation of physical reality.\nWho, possessing discernment, would become attached to forms that are dream-like in this way? When the body thus has no inherent existence, what then can truly be called woman or man?\nIf suffering truly existed inherently, why would it not affect those experiencing great joy? And if happiness were truly real, why would delicious foods and pleasant things fail to bring delight to those afflicted with grief and anguish?\nIf a sensation is overpowered by something stronger and thus not experienced, how can it be called a sensation at all? For something whose very nature is not to be experienced, how can it possibly be considered a feeling?\nSuffering exists in a subtle form. Hasn't the coarse aspect of suffering been removed? If one argues, 'This is merely experienced as a slight enjoyment different from intense pleasure,' even that subtle aspect would still belong to pleasure, not suffering.\nIf the arising of contradictory conditions would mean that suffering does not arise, wouldn't this establish that what we call 'feeling' is merely a conceptual fixation or mental projection?\nFor this very reason, this analytical investigation should be cultivated as the antidote. Meditation, arising from the field of discriminating analysis, serves as nourishment for yogis.\nIf there is space between sense faculties and their objects,
how could they ever meet?
And if there is no space between them, they would become one and the same—
so which thing could connect with which?\nOne atomic particle cannot enter into another atomic particle. This is because they have no empty space within them and are equal in size to each other. Since they cannot enter into one another, they cannot mix together. And without mixing, there can be no true contact between them.\nVerse 96 - On the Impossibility of Contact Between Partless Entities

How can something that is partless be said to make contact with anything? If you have seen something that is both partless and capable of making contact, please demonstrate it.

---

*Translation Note: This verse presents a philosophical challenge regarding the contradiction between being partless and making contact. In Buddhist atomistic debates, this argument undermines the idea that indivisible atoms could physically touch one another, since contact logically requires parts at minimum, a part that contacts and a part that doesn't. The verse challenges proponents of atomism to demonstrate how such a contradiction could be resolved, implying that no such demonstration is possible because the concept itself is fundamentally incoherent.*\nConsciousness, being without physical form, cannot reasonably make contact with objects. And since a collection also lacks true existence, as was previously examined in detail, there can be no inherently real connection between consciousness and objects.\nThus, if contact does not exist, how could feeling possibly arise? What purpose does all this striving serve? From what could harm come, and to whom?\nWhen there is no experiencer to be found
And sensation itself does not truly exist,
Upon seeing this reality,
Why would craving not dissolve?\nWhen something is seen or touched, it exists in the nature of a dream or an illusion. Because feelings arise simultaneously with the mind that experiences them, these feelings cannot truly be seen or experienced by that same mind.\nTranslation of the Buddhist Verse on the Nature of Experience

What arises before or after is only remembered, not truly experienced. One does not experience oneself, nor is one experienced by others.

In more natural contemporary English:

Feelings that arose in the past or will arise in the future can only be remembered or anticipated, but are never directly experienced in the present moment. A feeling cannot experience itself, nor can it truly be experienced by any consciousness other than itself. This reveals the ultimately illusory nature of what we consider experience.\nNo experiencer of sensations truly exists.
Therefore, sensation itself has no ultimate reality.
So in this collection of aggregates devoid of self,
How could suffering actually cause harm?\nThe mind does not reside within the sense faculties,
Nor in forms and other objects, nor in the space between them.
It is neither inside nor outside,
Nor can it be found anywhere else.\nThat which is neither found within the body,
Nor elsewhere apart from it,
Neither mixed with the body nor existing separately anywhere—
This does not exist in the slightest way.
Therefore, sentient beings are naturally beyond suffering.\nIf consciousness exists prior to its object of knowledge,
Upon what does it focus to arise?
If consciousness and its object of knowledge exist simultaneously,
Upon what does it focus to arise?\nIf the object of knowledge were to exist only after [the cognition],
then from what would that cognition arise?
Thus, the arising of all phenomena
cannot be logically established.\nIf conventional reality does not exist in this way, then how could the two truths possibly exist? And if conventional reality depends on yet another convention, how could sentient beings ever attain liberation from suffering?\nThis is merely conceptual fabrication about others' minds,
But that is not one's own conventional reality.
If, after achieving nirvana, one still ascertains that conventional phenomena exist,
Then they do exist relative to oneself; otherwise, conventional reality itself does not exist.\nThe conceptualizing mind and that which is conceptualized are mutually dependent upon each other. All analytical investigations are expressed based on what is conventionally accepted in the world.\nWhen one employs analytical wisdom to examine phenomena, and then uses that same analytical process to investigate the analytical wisdom itself, this creates an endless regression. This is because if the discriminating knowledge that examines all things must itself be examined, there would be no end to this chain of examination.\nWhen the objects of analysis are thoroughly examined,
No basis remains for the analytical mind itself.
Because there is no foundation, nothing arises—
This is what is called nirvana, the state beyond suffering.\nFor one who considers both the object and the cognition as truly existent, their position is extremely difficult to defend. If they claim that objects are established through the power of cognition, then what basis exists for the very existence of that cognition itself?\nTranslation of Verse 113

If knowledge is established based on objects of knowledge,
What then is the foundation for the existence of those knowable objects?
If both exist through mutual dependence on each other,
Then both would ultimately lack inherent existence.

Expanded Modern English Translation

If one claims that knowledge derives its existence from objects of knowledge, we must ask: what serves as the basis for the existence of these knowable objects themselves? The argument creates a circular problem. And if we suggest that knowledge and its objects exist purely through mutual dependence—each established only by virtue of the other—then we must conclude that both ultimately lack any independent, inherent existence. Like the concepts of 'long' and 'short' which exist only in relation to each other, neither knowledge nor its objects can stand alone. This mutual dependence reveals that both knowledge and knowable objects are empty of self-nature.\nIf there is no son, how can one be a father?
Yet from where would a son arise without a father?
Without a son, there is no father,
And likewise, both lack inherent existence.\nJust as a sprout arises from a seed,
And the existence of that seed is understood through the sprout's emergence,
When consciousness arises from objects of knowledge,
Why would one not similarly understand the existence of those objects?\nFrom a sprout, if through a separate cognition
One understands that 'a seed exists,'
Then by what means is the existence of cognition itself known—
The cognition by which that object is understood?\nFirst, ordinary people can perceive through direct observation that all phenomena in the world have causes. Just as lotus stems and similar things display various differences, these variations arise from differences in their respective causes.\nIf one asks what produces the diversity among causes, it is precisely from the differentiation of previous causes.

Why is a cause able to generate its effect? It is precisely from the power of previous causes.\nIf one claims that a sovereign deity is the cause of all beings, then first tell me: what exactly is this sovereign deity? If you say it refers to the elements, very well then. Why exhaust oneself arguing over a mere difference in names?\nHowever, elements like earth are manifold in nature,
Impermanent, without conscious movement, and not divine.
They can be trodden upon and are inherently impure—
Therefore, they cannot possibly be Īśvara.

In modern English prose:

However, material elements such as earth cannot be considered the supreme deity Īśvara. These elements exist as multiple substances rather than a unified entity. They are impermanent, undergoing continuous change and deterioration, unlike an eternal deity. They lack conscious intention in their movements and effects. They are not divine beings worthy of worship. These elements can be stepped on and traversed by ordinary beings, which would be inappropriate for a supreme deity. Finally, they possess inherent impurity, whereas a divine being would be characterized by purity. For these reasons, physical elements cannot be equated with Īśvara.\nThe Creator cannot be space, as space lacks the capacity for action. The Creator cannot be a permanent self, as this has already been refuted. And what purpose is served by claiming an inconceivable agent? If the Creator is truly inconceivable, even the assertion of such a Creator becomes meaningless.\nWhat exactly does the divine creator wish to produce? If it is supposed to be the self, then surely this self—along with the elements like earth, and the divine lord himself—is considered permanent in their own system? Furthermore, consciousness arises from its objects of knowledge, and...\nHappiness and suffering arise from karma that has no beginning.
Tell me, what exactly has this [creator deity] produced?
If a cause has no beginning,
How could its results have a beginning?\nTranslation

Why does God not create continuously?
He does not depend on anything else.
If nothing exists that he has not created,
Then what could his creative activity possibly depend on?

Alternative prose translation

If God truly exists as the universal creator, why doesn't he create effects continuously? This cannot be explained by saying he depends on other conditions, because he supposedly does not rely on anything else. If nothing exists that was not created by him—including any conditions for creation—then what could his act of creation possibly depend on that would explain why effects occur only occasionally rather than constantly?\nIf a creator deity depends on a collection of causes and conditions, then that collection itself becomes the true cause, not the deity. When the collection of causes and conditions is present, the deity has no power to prevent the result from arising. And without these causes and conditions, the deity lacks the power to produce any result at all.\nIf the divine Lord acts unwillingly,
It follows he would be subject to others' control.
If he acts willingly, he becomes dependent on his desires.
How can one who acts with such dependence truly be a sovereign Lord?\nAs for those who claim that atoms are permanent—the Vaiśeṣikas and Mīmāṃsakas—they have already been refuted earlier through the reasoning that demonstrates how atoms can be divided into directional parts. The Sāṃkhyas, for their part, assert that primordial nature pradhāna is permanent and serves as the cause of the world and all living beings.\nWhen the three qualities—sattva clarity, rajas energy, and tamas darkness—remain in perfect equilibrium, this state is called pradhāna the Primary Principle. When these qualities fall out of balance, they are said to manifest as the phenomenal world.

*Alternative translation in more accessible language:*

When the three fundamental qualities—clarity, energy, and darkness—exist in perfect balance, this balanced state is known as the Primary Principle pradhāna. However, when these qualities become unbalanced, they manifest as the diverse phenomena of the world we experience.\nIt is illogical for a single entity to possess three distinct natures simultaneously. Therefore, such a primordial substance cannot exist. Similarly, the three qualities themselves cannot truly exist either, since each of these qualities individually would also need to be threefold in nature.\nTranslation of Verse 130

If the essential qualities are absent, then the very existence of things like sound becomes extremely remote. Similarly, pleasure and such experiences cannot possibly exist in unconscious objects like clothing.\nIf things truly exist as having the nature of their causes, haven't we already thoroughly examined and refuted the existence of such things? Moreover, according to your view, pleasure and similar feelings are themselves the causes [of material things], yet it's evident that things like cloth do not arise from such feelings.\nPleasure and similar sensations arise from cloth and similar objects. Yet because these objects themselves do not truly exist, the pleasure and other sensations derived from them cannot truly exist either. Furthermore, pleasure and similar experiences are never observed to possess permanence at any time.\nIf experiences like happiness are truly manifest and inherently exist, why aren't they continuously apprehended by consciousness? If one claims that this same happiness merely becomes subtle [when not experienced], how can it be both coarse and subtle? How can a single entity possess these contradictory states?\nWhen the gross form is discarded and transforms into the subtle,
Both the subtle and gross states are themselves impermanent.
Similarly, why would one not accept
That all entities are likewise impermanent?\nIf you claim that gross physical form is not different from pleasure, then clearly pleasure must be impermanent. If you argue that 'Nothing that previously did not exist can arise, because non-existence cannot produce existence,' you contradict yourself. For even though you are unwilling to accept it, the fact remains that you have already established that manifestation arises from what previously did not exist.\nTranslation of the Tibetan Buddhist Text

If effects truly existed within their causes,
Then eating food would be the same as consuming filth.
And for the price of cloth, you might as well
Purchase cotton seeds and wear them as your garment.

Modern English Translation Prose Version

If effects inherently resided within their causes, as some philosophers claim, then eating ordinary food would be equivalent to consuming impure substances. Similarly, you might as well purchase cotton seeds for the price of finished cloth and attempt to wear those seeds as clothing. These absurdities reveal the contradiction in believing that effects pre-exist in their causes.\nTranslation

'If the world does not see [the effect in the cause] due to ignorance, then why don't those who claim to know reality act according to this supposed truth?'

*Alternative rendering for more contextual clarity:*

'If ordinary people fail to see cloth already existing in seeds merely because of their ignorance, as you claim, then why don't your own wise teachers who supposedly know this reality wear cotton seeds as garments instead of woven cloth?'\nIf this knowledge exists even among ordinary people, why then do they not see it? If ordinary perception is not a valid means of knowledge, then even the clear things we perceive cannot be considered true.\nIf valid means of cognition are not ultimately valid,
Wouldn't the objects they measure be false?
Therefore, meditation on emptiness
As the true nature of reality would not be tenable.

---

Modern English Translation Prose Version

If valid cognition is not truly valid, as you Madhyamikas claim, wouldn't the objects measured by such cognition also be false? If the means of measuring reality are themselves invalid, then how can we trust what they establish? Following this reasoning, meditation on emptiness as the ultimate nature of phenomena would be logically untenable, as the very understanding of emptiness would be established through unreliable means.\nWithout touching upon a mentally constructed entity, one cannot apprehend its non-existence. Therefore, whatever entity is false, its non-existence is likewise clearly false.\nTherefore, when in a dream one's child has died,
The thought 'this child does not exist'
Serves as an obstacle to the conception
That 'the child exists' - yet this thought too is false.\nTherefore, through this kind of careful analysis, we can see that nothing whatsoever exists without a cause. Nor does anything inherently exist within its conditions, whether these conditions are considered individually or as a collective whole.\nIt neither comes from elsewhere,
Nor does it abide, nor does it go away.
How does this, which the deluded take as real,
Differ in any way from an illusion?\nExamine carefully: that which is created by illusion, and that which is produced by causes—where does it come from, and where does it go?\nWhen something appears due to the presence of certain causes, but does not appear when those causes are absent, it is artificially constructed, just like a reflection in a mirror. How could such a thing possess any inherent truth or reality?\nFor an entity that already exists,
What need is there for a cause?
And if that entity does not exist at all,
What need is there for a cause?\nEven with a hundred million causes,
That which does not exist cannot be transformed.
How could something in a state of non-existence become real?
And what other thing could transform into existence?\nIf a thing cannot exist during its time of non-existence, when would it ever become existent? Without having first arisen as an entity, it cannot become separated from its non-existence.\nIf something is not free from non-existence,
There can be no opportunity for its existence.
Likewise, what exists cannot transform into non-existence,
For this would entail the absurdity of having two contradictory natures.\nThus, there is no cessation, nor are there inherently existing entities. Therefore, all sentient beings and worlds are, in their ultimate nature, never born and never cease.\nSentient beings are like dreams,
And when thoroughly analyzed, they resemble plantain trees.
Between what we call nirvana and what is not nirvana,
In ultimate reality, there exists no difference.\nIn these phenomena that are thus empty of inherent existence,
what can truly be gained and what can truly be lost?
Who is there to be honored or respected,
and who is there to be completely disdained?\nFrom where do happiness and suffering arise? What is there to like, and what is there to dislike? If one searches for their true nature, who is it that experiences craving, and toward what is that craving directed?\nWhen carefully examined, what is this world of the living? Who truly dies here? Who will come into being, and who has already existed? Who is truly a relative, and who is genuinely a friend?\nMay people like myself regard all things as being like the sky—
Beings who desire happiness for themselves
Through causes of conflict and excitement
[End up creating these very causes of suffering].\nCaught in agitation and fleeting pleasures, beings endure immense hardship through their harmful actions. They experience grief, exhaust themselves in futile struggles, and engage in bitter disputes. They inflict wounds upon each other, cutting and piercing one another in conflict. Through such negative deeds, they sustain their lives with great difficulty, all while deluding themselves that these actions will bring satisfaction.\nThey return again and again to fortunate realms,
Where they experience numerous pleasures.
But after death they fall into the lower realms,
Suffering torments that are prolonged and unbearable.\nIn the realm of cyclic existence, there are many dangerous precipices. In such a place, there is nothing resembling true reality. Furthermore, since there is mutual contradiction between the two, such ultimate reality cannot exist within cyclic existence.\nThere in cyclic existence, incomparable and unbearable oceans of suffering extend beyond all limits. In such a state, beings possess very little strength, and their lives are indeed exceedingly brief.\nEven during this brief existence, life is consumed by efforts to survive and maintain health, by the fatigue of hunger and exhaustion, by time spent sleeping and enduring various harms. Similarly, one's time is wasted in fruitless associations with childish people.\nLife passes swiftly without purpose,
And the wisdom of discernment is exceedingly difficult to find.
Even then, how could there possibly be a method
To reverse the habitual patterns of distraction?\nEven in this context, demonic forces actively strive to cast beings into great lower realms of suffering. Here, numerous wrong paths abound, and doubt is exceedingly difficult to overcome.\nTranslation of Shantideva's Verse

Once again, a precious human life with spiritual opportunity is exceedingly difficult to find. The appearance of a Buddha in this world is extraordinarily rare. The torrents of afflictive emotions are nearly impossible to overcome. Alas! How endlessly suffering continues in succession.\nHow tragic! These beings deserve our deepest compassion. Though immersed in extreme suffering, they fail to recognize their own dire condition. Alas! How worthy of lamentation are these beings who remain adrift in the river of suffering!\nJust as someone who repeatedly bathes themselves and then repeatedly enters into fire, similarly, though they dwell in extreme suffering, they delude themselves into thinking they are happy.\nFor those who live as if they were immune to aging and death, dwelling carelessly in their illusory state of immortality, severe consequences await. When death inevitably arrives first to claim them, they will fall into unbearable suffering in the lower realms.\nWhen will I be able to pacify those who are tormented by the fires of suffering? When will I shower them with resources of happiness that flow abundantly from the clouds of my merit, bringing them peace?\nWhen I have accumulated a collection of merit with deep reverence through the practice of non-referential awareness, I will teach the profound nature of emptiness to those who suffer because of their fixation on inherent existence.\nThis concludes the ninth chapter of 'Introduction to the Bodhisattva's Way of Life,' entitled 'The Perfection of Wisdom.'\nThrough whatever virtue I have gained by composing this work on entering the Bodhisattva's way of life, may all beings engage in the conduct of awakening.

*Alternative translation:*

By whatever goodness arises from my effort to compose this text on how to enter the Bodhisattva's way of life, may all beings be adorned with the practice of the path to awakening.\nMay all beings throughout all directions who experience suffering in body and mind, however many there may be, obtain an ocean of happiness and joy through the power of my merit.\nFor as long as cyclic existence endures, may these beings never lose their happiness. May all living creatures attain the uninterrupted joy experienced by bodhisattvas.\nMay all sentient beings who dwell in the countless hell realms throughout the various world systems experience and rejoice in the supreme happiness of Sukhāvatī, the Land of Bliss.\nMay those suffering from cold find warmth. Through the limitless rivers flowing from the great clouds of bodhisattvas, may those suffering from heat be cooled.\nMay the forest of blade-like leaves transform for them into delightful pleasure groves.
May even the cotton trees with their cruel thorns be reborn as wish-fulfilling trees.\nMay the regions of hell become delightful places adorned with the beauty of blue-winged teal, ruddy shelducks, swans, and other birds that emit melodious calls. May these realms be transformed into pleasant landscapes with lakes filled with lotuses that emit powerful fragrances, making these once-terrible places into realms of joy and delight.\nMay these heaps of burning coals transform into mounds of precious jewels.
May the scorching ground become a crystal floor beautifully arranged.
May the crushing mountains become magnificent offering palaces
Filled with the presence of the Blissfully Gone Ones Sugatas.

Prose Translation

May all those heaps of burning coals be transformed into piles of precious jewels. May the scorched earth become a smooth, crystal pavement. May the mountains that crush and destroy also become magnificent celestial palaces of offerings, completely filled with the perfectly realized Buddhas.\nMay the rain of embers, heated stones, and weapons from this day forward transform into a shower of flowers.

From this day onward, may the mutual attacks with weapons become instead the tossing of flowers for play and delight.\nThose immersed in the boiling river that resembles a pit of fire and offers no ford to cross,
Whose flesh has completely disintegrated, leaving skeletal remains white as kunda flowers—
May they, through the power of my virtuous deeds, obtain divine bodies
And dwell with celestial goddesses where the gentle waters flow.\n'Why are Yama's servants, along with those dreadful crows and vultures, suddenly terrified in this place? Who possesses this excellent power that dispels darkness from all directions and generates happiness and joy?' they wonder. Looking upward into the expanse of the sky, they behold Vajrapani blazing with radiance. Upon seeing him, may they—freed from their negative actions through the force of their overwhelming joy—be able to accompany him on his journey.\nA shower of flowers mixed with fragrant waters falls down,
Extinguishing the blazing fires of hell with a hissing sound.
As those in hell, suddenly filled with unexpected joy, wonder, 'What is this?'
May they behold the Lotus-Handed One before them.\nCome quickly, friends! Cast away your fears, for we are alive! A certain radiant youth with a topknot has arrived among us, bringing fearlessness. Through his power, all our suffering has disappeared and waves of joy have arisen. The awakening mind has emerged, along with compassion—the mother of complete protection for all beings.\nTranslation of the Verse on Mañjuśrī's Compassionate Appearance

Behold him whose lotus feet are worshipped by the crowns of hundreds of gods, whose eyes are moist with compassion, upon whose head falls a shower of countless flowers. May the beings in hell realms now burst into joyful exclamations upon seeing Mañjuśrī before them, surrounded by magnificent celestial mansions, while thousands of divine maidens sing his praises in melodious voices.

In more natural, flowing English:

Look upon this wondrous sight: Mañjuśrī, whose lotus feet receive the touch of hundreds of divine crowns in reverence, whose compassionate gaze flows with moisture born of loving-kindness for all beings. See how a cascade of countless flower blossoms showers upon his head, while he dwells amidst beautiful multi-tiered palaces. Around him, thousands of celestial goddesses fill the air with their melodious songs of praise. May all beings suffering in hell realms now witness this magnificent vision of Mañjuśrī and, upon seeing him, may their cries of pain transform into expressions of joy and wonder.\nThus, through my virtuous deeds, may the beings suffering in the hell realms experience great joy upon seeing Samantabhadra and other bodhisattvas—like clouds free from all obscurations—causing cooling, pleasant showers with sweet-scented breezes to fall upon them. When these hell beings witness this refreshing rainfall bringing comfort and relief, may they be filled with tremendous happiness.\nMay all animals be freed from the fear of devouring one another. May all hungry ghosts find happiness like the humans of Uttarakuru in the northern continent.\nMay the stream of nectar flowing from the hands of noble Avalokiteshvara, the Lord of Compassion, satisfy all hungry ghosts and, as they bathe in it, may they be perpetually cooled and refreshed.\nMay the blind regain their sight and behold visible forms,
And may the deaf always be able to hear sounds.
Just as the divine goddess Māyā gave birth miraculously,
May pregnant women deliver their children without harm or suffering.\nMay those who are naked obtain clothing,
May those who hunger receive nourishing food,
May those who thirst find pure water,
And may they all enjoy delicious drinks.\nMay those who are impoverished obtain wealth.
May those afflicted with sorrow and suffering find joy.
May those who have fallen into despair be revived in spirit,
And may they attain perfect, unwavering stability.\nMay all sentient beings who are ill
Be swiftly freed from their sickness.
May all diseases of living beings, without exception,
Never arise again.

---

Prose Translation

May all sentient beings suffering from illness be quickly liberated from their afflictions. May every disease that affects living beings—without a single exception—permanently cease to arise.\nMay those who are fearful become free from fear. May those who are bound be liberated.
May those without strength become powerful, and may all beings develop gentle hearts toward one another.\nMay all travelers in every direction journey in safety and comfort. May whatever purpose for which they travel be accomplished effortlessly, fulfilled naturally without requiring struggle or hardship.\nMay those who embark on journeys by boat or great ship have all their heart's desires fulfilled. Having safely reached the shore, may they rejoice together with their loved ones.\nMay those who have lost their way on sorrowful paths find companions on their journey. May they proceed without weariness and with ease, free from fears of thieves, tigers, and other dangers.\nMay the divine protectors safeguard those who are asleep, intoxicated, or completely inebriated; children and the elderly who have no guardians; and all who find themselves in remote monasteries or other perilous, pathless places.\nMay all beings be liberated from every state that lacks spiritual opportunity, and be endowed with faith, wisdom, and loving compassion. May they obtain excellent sustenance and conduct, and always remember their previous lifetimes.\nMay all beings possess inexhaustible resources like the sky-treasury, with enjoyments that never become depleted. May they live without conflict and free from harm, able to enjoy their lives with complete independence.\nMay all sentient beings who possess little radiance and majesty be transformed into beings of great splendor. May those ascetics who have become physically deformed through their austerities attain perfectly beautiful bodily forms.

*Expanded Translation:*

May all sentient beings who currently possess little radiance or charisma—those who are overlooked or ridiculed because of their unimpressive appearance—be transformed into beings of magnificent presence and great majesty. May they no longer suffer from others' contempt but instead be able to act with dignity and independence. And may those devoted practitioners who have endured harsh austerities—whose bodies have become emaciated or disfigured through exposure to extreme conditions, lack of food, or other spiritual hardships—attain perfectly beautiful and well-formed bodies while maintaining their spiritual discipline.\nMay all women throughout the world attain masculine form. May those of low status achieve high positions, and may their pride be overcome.\nThrough this merit I have generated, may all beings without exception abandon every negative action and continuously engage in virtuous conduct.\nMay we never be separated from the awakening mind, and may we be devoted to the practices that lead to enlightenment. May we be fully embraced by all the Buddhas, and may we completely abandon all actions that serve as obstacles to spiritual progress.\nMay all sentient beings have immeasurably long lives. May they always live in happiness and well-being, and may even the very sound of death never be heard among them.\nMay all directions be filled with delightful gardens of wish-fulfilling trees, populated by Buddhas and Buddha's children who captivate minds with their melodious proclamations of the Dharma.\nMay the ground everywhere become free from gravel and other impurities, level like the palm of a hand, and remain naturally smooth with the essence of lapis lazuli.\nIn all the gathering places throughout the world, may many bodhisattvas take their seats and adorn the surface of the earth with their magnificent qualities.\nMay all sentient beings continuously hear the uninterrupted sound of the Dharma emanating from birds, from all trees, from rays of light, and even from the sky itself.\nMay they always meet with the Buddhas and the Buddha's spiritual children. With limitless clouds of offerings, may they make offerings to the teachers of all beings.\nMay the deities send rainfall in the proper seasons,
May harvests be abundant and plentiful,
May rulers govern according to the principles of dharma,
And may the world and its inhabitants flourish.

---

Modern English Prose Translation

May the gods bring timely rains when they are needed, creating the natural conditions that support life and practice. May crops and harvests be abundant and successful, providing the material foundation for both sustenance and spiritual development. May those who rule and lead do so in accordance with righteous principles, upholding dharmic values in both religious and secular affairs. And may the entire world—both the natural environment and all beings who dwell within it—thrive in prosperity, happiness, and well-being.\nMay all medicines be endowed with healing power. May the recitation of sacred mantras be successful for those who practice them. May ḍākinīs, rākṣasas, and all such beings be filled with compassionate minds.

May all medicines be imbued with their full healing potential. May those who recite sacred mantras achieve the results they seek. May all sky-travelers, spirits, and potentially harmful beings be filled with compassion instead of malice.\nMay no sentient being suffer pain,
May none commit harmful deeds or fall ill,
May none be intimidated or despised,
And may no one experience mental distress.\nMay monasteries be filled with the sounds of study and recitation, flourishing as vibrant centers of learning. May the monastic community always remain in harmony, and may all their noble aims be successfully accomplished.

---

Detailed Translation

May all monasteries and temples be adorned with the activities of reading sacred texts and melodious recitation from memory, and may these sacred institutions remain well-established and flourish. May the monastic community always maintain harmony and unity in their endeavors, free from division or conflict. Furthermore, may all the spiritual goals and practical objectives of the Sangha be fully accomplished according to their aspirations.

The verse expresses the wish that Buddhist monasteries serve their essential purpose as centers where the teachings are continuously studied, recited, and contemplated. It emphasizes the importance of both intellectual engagement with texts and their embodied practice through recitation. The second part of the verse focuses on the monastic community itself, highlighting the dual importance of harmony among its members and the fulfillment of their spiritual mission—both their own progress toward liberation and their responsibility to preserve the Buddha's teachings for the benefit of all beings.\nMay monks who aspire to proper training obtain true seclusion. Having abandoned all distractions, may they cultivate a mind that is workable and receptive to meditation.\nMay the nuns be well-provided for with their necessities, and may they be free from quarrels and harmful behavior. Likewise, may all those who have left worldly life to become monastics maintain their moral discipline without deterioration.\nWhen I become disheartened by my moral failings,
May I always work to eliminate negative actions.
Having attained a fortunate rebirth,
May my spiritual commitments remain unbroken even there.\nMay scholars be honored and respected, and may they easily obtain the alms they need. May their minds be completely purified, and may their good reputation spread throughout all directions.

Expanded Translation

May the learned ones be respected and honored, and may they receive ample provisions through alms-giving. May their mental streams be thoroughly purified, and may their noble reputation spread in all directions throughout the world.\nMay they never experience the sufferings of the lower realms, and without needing to undergo difficult austerities, may they swiftly attain Buddhahood with a body more sublime than even the gods.\nMay all sentient beings make abundant offerings to all the Buddhas, and may they forever dwell in happiness through the inconceivable bliss of Buddhahood.\nMay the aspirations of the bodhisattvas for the welfare of all beings be completely fulfilled. May all sentient beings receive exactly what these protectors have envisioned for them.\nLikewise, may all Pratyekabuddhas and Śrāvakas experience happiness.\nThrough the kindness of Mañjuśrī, until I attain the Ground of Perfect Joy, may I always remember my past lives and obtain the renunciant's life in every rebirth.\nMay I sustain myself with simple food while maintaining my vitality and strength. Throughout all my future lifetimes, may I obtain perfect conditions for dwelling in solitude.\nWhenever I wish to see the divine face of Mañjuśrī or desire to ask even the smallest question, may I behold that very protector, Mañjuśrī himself, without any obstacles or hindrances.

In other words: May I, without any impediment, directly perceive Lord Mañjuśrī whenever I wish to gaze upon him or whenever I seek answers, even to minor inquiries. May this wisdom deity be immediately accessible to me, revealing himself clearly and directly as my spiritual protector and guide on the path of wisdom.\nFor the benefit of all sentient beings throughout the ten directions, extending to the very limits of space, I aspire to conduct myself exactly as Mañjuśrī does. Just as he works tirelessly to fulfill the welfare of all beings, may my own actions likewise be dedicated entirely to accomplishing the well-being of all sentient creatures.\nFor as long as space itself endures, and for as long as living beings remain in this world, may I too continue to exist, dedicated to dispelling the sufferings of all beings.\nWhatever suffering exists in the world, may all of it ripen upon me. Through the virtuous actions of all bodhisattvas, may all beings experience happiness.\nThe unique medicine for all beings' suffering,
The source from which all happiness arises,
May the teachings, along with material support and reverence,
Remain in this world for a very long time.\nI bow to Mañjughoṣa, by whose kindness virtuous thought arises in me. I also pay homage to my spiritual guides, through whose kindness I have grown and flourished.\nThis concludes the tenth chapter entitled 'Dedication of Merit' from the Guide to the Bodhisattva's Way of Life.

Here ends the Guide to the Bodhisattva's Way of Life, composed by Master Śāntideva.\nThis text was first translated from a Kashmiri manuscript by the Indian preceptor Sarvajñadeva and the great translator Bande Paltsegs, who established a definitive Tibetan version. Later, this translation was revised by the Indian preceptor Dharmaśrībhadra working together with the great translators Bande Rinchen Zangpo and Śākya Lodrö. They compared it with a manuscript from Central India and its commentary, made corrections, and established an improved version.

Subsequently, at a later time, the Indian preceptor Sumatikīrti and the great translator monk Loden Sherab thoroughly corrected and retranslated the text, establishing an excellent definitive version.\n", + "target_base": "Ch-1༄། །བྱང་ཆུབ་སེམས་དཔའི་སྤྱོད་པ་ལ་འཇུག་པ་བཞུགས་སོ། །\n༄༅༅། །རྒྱ་གར་སྐད་དུ། བོ་དྷི་སཏྭ་ཙརྱ་ཨ་བ་ཏཱ་ར།\nབོད་སྐད་དུ། བྱང་ཆུབ་སེམས་དཔའི་སྤྱོད་པ་ལ་འཇུག་པ།\nསངས་རྒྱས་དང་བྱང་ཆུབ་སེམས་དཔའ་ཐམས་ཅད་ལ་ཕྱག་འཚལ་ལོ། །\nབདེ་གཤེགས་ཆོས་ཀྱི་སྐུ་མངའ་སྲས་བཅས་དང་། །ཕྱག་འོས་ཀུན་ལའང་གུས་པར་ཕྱག་འཚལ་ཏེ། །བདེ་གཤེགས་སྲས་ཀྱི་སྡོམ་ལ་འཇུག་པ་ནི། །ལུང་བཞིན་མདོར་བསྡུས་ནས་ནི་བརྗོད་པར་བྱ། །\nསྔོན་ཆད་མ་བྱུང་བ་ཡང་འདིར་བརྗོད་མེད། །སྡེབ་སྦྱོར་མཁས་པའང་བདག་ལ་ཡོད་མིན་ཏེ། །དེ་ཕྱིར་གཞན་དོན་བསམ་པ་བདག་ལ་མེད། །རང་གི་ཡིད་ལ་བསྒོམ་ཕྱིར་ངས་འདི་བརྩམས། །\nདགེ་བ་བསྒོམ་ཕྱིར་བདག་གི་དད་པའི་ཤུགས། །འདི་དག་གིས་ཀྱང་རེ་ཞིག་འཕེལ་འགྱུར་ལ། །བདག་དང་སྐལ་བ་མཉམ་པ་གཞན་གྱིས་ཀྱང་། །ཅི་སྟེ་འདི་དག་མཐོང་ན་དོན་ཡོད་འགྱུར། །\nདལ་འབྱོར་འདི་ནི་རྙེད་པར་ཤིན་ཏུ་དཀའ། །སྐྱེས་བུའི་དོན་སྒྲུབ་ཐོབ་པར་གྱུར་པ་ལ། །གལ་ཏེ་འདི་ལ་ཕན་པ་མ་བསྒྲུབས་ན། །ཕྱིས་འདི་ཡང་དག་འབྱོར་པར་ག་ལ་འགྱུར། །\nཇི་ལྟར་མཚན་མོ་མུན་ནག་སྤྲིན་རུམ་ན། །གློག་འགྱུ་སྐད་ཅིག་རབ་སྣང་སྟོན་པ་ལྟར། །དེ་བཞིན་སངས་རྒྱས་མཐུ་ཡིས་བརྒྱ་ལམ་ན། །འཇིག་རྟེན་བསོད་ནམས་བློ་གྲོས་ཐང་འགའ་འབྱུང་། །\nདེ་ལྟས་དགེ་བ་ཉམ་ཆུང་ཉིད་ལ་རྟག །སྡིག་པ་སྟོབས་ཆེན་ཤིན་ཏུ་མི་བཟད་པ། །དེ་ནི་རྫོགས་པའི་བྱང་ཆུབ་སེམས་མིན་པ། །དགེ་གཞན་གང་གིས་ཟིལ་གྱིས་གནོན་པར་འགྱུར། །\nབསྐལ་པ་དུ་མར་རབ་དགོངས་མཛད་པ་ཡི། །ཐུབ་དབང་རྣམས་ཀྱིས་འདི་ཉིད་ཕན་པར་གཟིགས། །འདིས་ནི་ཚད་མེད་སྐྱེ་བོའི་ཚོགས་རྣམས་ཀྱིས། །བདེ་མཆོག་བདེ་བླག་ཉིད་དུ་ཐོབ་པར་བྱེད། །\nསྲིད་པའི་སྡུག་བསྔལ་བརྒྱ་ཕྲག་གཞོམ་འདོད་ཅིང་། །སེམས་ཅན་མི་བདེ་བསལ་བར་འདོད་པ་དང་། །བདེ་མང་བརྒྱ་ཕྲག་སྤྱོད་པར་འདོད་པས་ཀྱང་། །བྱང་ཆུབ་སེམས་ཉིད་རྟག་ཏུ་གཏང་མི་བྱ། །\nབྱང་ཆུབ་སེམས་སྐྱེས་གྱུར་ན་སྐད་ཅིག་གིས། །འཁོར་བའི་བཙོན་རར་བསྡམས་པའི་ཉམ་ཐག་རྣམས། །བདེ་གཤེགས་རྣམས་ཀྱི་སྲས་ཞེས་བརྗོད་བྱ་ཞིང་། །འཇིག་རྟེན་ལྷ་མིར་བཅས་པས་ཕྱག་བྱར་འགྱུར། །\nགསེར་འགྱུར་རྩི་ཡི་རྣམ་པ་མཆོག་ལྟ་བུ། །མི་གཙང་ལུས་འདི་བླངས་ནས་རྒྱལ་བའི་སྐུ། །རིན་ཆེན་རིང་ཐང་མེད་པར་བསྒྱུར་བས་ན། །བྱང་ཆུབ་སེམས་ཞེས་བྱ་བ་རབ་བརྟན་ཟུང་། །\nའགྲོ་བའི་དེད་དཔོན་གཅིག་པུ་ཚད་མེད་བློས། །ལེགས་པར་ཡོངས་སུ་བརྟགས་ན་རིན་ཆེ་བས། །འགྲོ་བའི་གནས་དང་བྲལ་བར་འདོད་པ་རྣམས། །རིན་ཆེན་བྱང་ཆུབ་སེམས་ལེགས་བརྟན་པར་ཟུང་། །\nདགེ་བ་གཞན་ཀུན་ཆུ་ཤིང་བཞིན་དུ་ནི། །འབྲས་བུ་བསྐྱེད་ནས་ཟད་པར་འགྱུར་བ་ཉིད། །བྱང་ཆུབ་སེམས་ཀྱི་ལྗོན་ཤིང་རྟག་པར་ཡང་། །འབྲས་བུ་འབྱིན་པས་མི་ཟད་འཕེལ་བར་འགྱུར། །\nསྡིག་པ་ཤིན་ཏུ་མི་བཟད་བྱས་ན་ཡང་། །དཔའ་ལ་བརྟེན་ནས་འཇིགས་པ་ཆེན་པོ་ལྟར། །གང་ལ་བརྟེན་ནས་ཡུད་ཀྱིས་སྒྲོལ་འགྱུར་བ། །དེ་ལ་བག་ཅན་རྣམས་ཀྱིས་ཅིས་མི་བརྟེན། །\nདེས་ནི་དུས་མཐའི་མེ་བཞིན་སྡིག་ཆེན་རྣམས། །སྐད་ཅིག་གཅིག་གིས་ངེས་པར་སྲེག་པར་བྱེད། །དེ་ཡི་ཕན་ཡོན་དཔག་ཏུ་མེད་པ་དག །བྱམས་མགོན་བློ་དང་ལྡན་པས་ནོར་བཟང་བཤད། །\nབྱང་ཆུབ་སེམས་དེ་མདོར་བསྡུས་ན། །རྣམ་པ་གཉིས་སུ་ཤེས་བྱ་སྟེ། །བྱང་ཆུབ་སྨོན་པའི་སེམས་དང་ནི། །བྱང་ཆུབ་འཇུག་པ་ཉིད་ཡིན་ནོ། །\nའགྲོ་བར་འདོད་དང་འགྲོ་བ་ཡི། །བྱེ་བྲག་ཇི་ལྟར་ཤེས་པ་ལྟར། །དེ་བཞིན་མཁས་པས་འདི་གཉིས་ཀྱི། །བྱེ་བྲག་རིམ་བཞིན་ཤེས་པར་བྱ། །\nབྱང་ཆུབ་སྨོན་པའི་སེམས་ལས་ནི། །འཁོར་ཚེ་འབྲས་བུ་ཆེ་འབྱུང་ཡང་། །ཇི་ལྟར་འཇུག་པའི་སེམས་བཞིན་དུ། །བསོད་ནམས་རྒྱུན་ཆགས་འབྱུང་བ་མིན། །\nགང་ནས་བཟུང་སྟེ་སེམས་ཅན་ཁམས། །མཐའ་ཡས་རབ་ཏུ་དགྲོལ་བའི་ཕྱིར། །མི་ལྡོག་པ་ཡི་སེམས་ཀྱིས་སུ། །སེམས་དེ་ཡང་དག་བླངས་གྱུར་པ། །\nདེང་ནས་བཟུང་སྟེ་གཉིད་ལོག་གམ། །བག་མེད་གྱུར་ཀྱང་བསོད་ནམས་ཤུགས། །རྒྱུན་མི་འཆད་པར་དུ་མ་ཞིག །ནམ་མཁའ་མཉམ་པར་རབ་ཏུ་འབྱུང་། །\nའདི་ནི་འཐད་པ་དང་བཅས་པར། །ལག་བཟང་གིས་ནི་ཞུས་པ་ལས། །དམན་མོས་སེམས་ཅན་དོན་གྱི་ཕྱིར། །དེ་བཞིན་གཤེགས་པ་ཉིད་ཀྱིས་གསུངས། །\nསེམས་ཅན་རྣམས་ཀྱི་ཀླད་ནད་ཙམ། །བསལ་ལོ་སྙམ་དུ་བསམས་ན་ཡང་། །ཕན་འདོགས་བསམ་པ་དང་ལྡན་དེ། །བསོད་ནམས་དཔག་མེད་ལྡན་གྱུར་ན། །\nསེམས་ཅན་རེ་རེའི་མི་བདེ་བ། །དཔག་ཏུ་མེད་པ་བསལ་འདོད་ཅིང་། །རེ་རེའང་ཡོན་ཏན་དཔག་མེད་དུ། །བསྒྲུབ་པར་འདོད་པ་སྨོས་ཅི་དགོས། །\nཕའམ་ཡང་ན་མ་ཡང་རུང་། །སུ་ལ་འདི་འདྲའི་ཕན་སེམས་ཡོད། །ལྷ་དང་དྲང་སྲོང་རྣམས་ཀྱང་རུང་། །ཚངས་པ་ལ་ཡང་འདི་ཡོད་དམ། །\nསེམས་ཅན་དེ་དག་ཉིད་ལ་སྔོན། །རང་གི་དོན་དུ་འདི་འདྲའི་སེམས། །རྨི་ལམ་དུ་ཡང་མ་རྨིས་ན། །གཞན་གྱི་དོན་དུ་ག་ལ་སྐྱེ། །\nགཞན་དག་རང་གི་དོན་དུ་ཡང་། །མི་འབྱུང་སེམས་ཅན་དོན་སེམས་གང་། །སེམས་ཀྱི་རིན་ཆེན་ཁྱད་པར་འདི། །སྔ་ན་མེད་པའི་རྨད་ཅིག་འཁྲུངས། །\nའགྲོ་བ་ཀུན་གྱི་དགའ་བའི་རྒྱུ། །སེམས་ཅན་སྡུག་བསྔལ་རྩིར་གྱུར་པ། །རིན་ཆེན་སེམས་ཀྱི་བསོད་ནམས་གང་། །དེ་ལ་ཇི་ལྟར་གཞལ་གྱིས་ལང་། །\nཕན་པར་བསམས་པ་ཙམ་གྱིས་ཀྱང་། །སངས་རྒྱས་མཆོད་ལས་ཁྱད་འཕགས་ན། །སེམས་ཅན་མ་ལུས་ཐམས་ཅད་ཀྱི། །བདེ་དོན་བརྩོན་པ་སྨོས་ཅི་དགོས། །\nསྡུག་བསྔལ་འདོར་འདོད་སེམས་ཡོད་ཀྱང་། །སྡུག་བསྔལ་ཉིད་ལ་མངོན་པར་རྒྱུག །བདེ་བ་འདོད་ཀྱང་གཏི་མུག་པས། །རང་གི་བདེ་བ་དགྲ་ལྟར་འཇོམས། །\nགང་ཞིག་བདེ་བས་ཕོངས་པ་དང་། །སྡུག་བསྔལ་མང་ལྡན་དེ་དག་ལ། །བདེ་བ་ཀུན་གྱིས་ཚིམ་པ་དང་། །སྡུག་བསྔལ་ཐམས་ཅད་གཅོད་བྱེད་ཅིང་། །\nགཏི་མུག་ཀྱང་ནི་སེལ་བྱེད་པ། །དེ་དང་དགེ་མཚུངས་ག་ལ་ཡོད། །དེ་འདྲའི་བཤེས་ཀྱང་ག་ལ་ཡོད། །བསོད་ནམས་དེ་འདྲའང་ག་ལ་ཡོད། །\nཕན་བཏགས་ལན་ལྡོན་གང་ཡིན་པ། །དེ་ཡང་རེ་ཞིག་བསྔགས་འོས་ན། །མ་བཅོལ་ལེགས་པར་བྱེད་པ་ཡི། །བྱང་ཆུབ་སེམས་དཔའ་སྨོས་ཅི་དགོས། །\nའགྲོ་བ་ཉུང་ཟད་ནར་མའི་ཟས་སྦྱོར་བ། །སྐད་ཅིག་ཟས་ཙམ་སྦྱིན་པར་བྱེད་པ་དང་། །བརྙས་བཅས་ཉིན་ཕྱེད་འགྲངས་པར་བྱེད་པ་ཡང་། །དགེ་བ་བྱེད་པ་ཡིན་ཞེས་སྐྱེ་བོས་བཀུར། །\nསེམས་ཅན་གྲངས་མཐའ་ཡས་ལ་དུས་རིང་དུ། །བདེ་བར་གཤེགས་ཀྱི་བདེ་བ་བླ་ན་མེད། །ཡིད་ལ་བསམ་པ་མཐའ་དག་རྫོགས་བྱེད་པ། །རྟག་ཏུ་སྦྱིན་པ་ལྟ་ཞིག་སྨོས་ཅི་དགོས། །\nགང་ཞིག་དེ་འདྲའི་རྒྱལ་སྲས་སྦྱིན་བདག་ལ། །གལ་ཏེ་ངན་སེམས་སྐྱེད་པར་བྱེད་ན་དེ། །ངན་སེམས་བསྐྱེད་པའི་གྲངས་བཞིན་བསྐལ་པར་ནི། །དམྱལ་བར་གནས་པར་འགྱུར་ཞེས་ཐུབ་པས་གསུངས། །\nའོན་ཏེ་གང་ཞིག་ཡིད་རབ་དང་བྱེད་ན། །དེ་ཡི་འབྲས་བུ་དེ་བས་ལྷག་པར་འཕེལ། །རྒྱལ་སྲས་རྣམས་ལ་དོ་གལ་ཆེན་པོས་ཀྱང་། །སྡིག་པ་མི་འབྱུང་དགེ་བ་ངང་གིས་འཕེལ། །\nགང་ལ་སེམས་ཀྱི་དམ་པ་རིན་ཆེན་དེ། །སྐྱེས་པ་དེ་ཡི་སྐུ་ལ་ཕྱག་འཚལ་ཞིང་། །གང་ལ་གནོད་པ་བྱས་ཀྱང་བདེ་འབྲེལ་བ། །བདེ་བའི་འབྱུང་གནས་དེ་ལ་སྐྱབས་སུ་མཆི། །\nབྱང་ཆུབ་སེམས་དཔའི་སྤྱོད་པ་ལ་འཇུག་པ་ལས་བྱང་ཆུབ་སེམས་ཀྱི་ཕན་ཡོན་བཤད་པ་ཞེས་བྱ་བ་སྟེ་ལེའུ་དང་པོའོ།། །།\nch-2 རིན་ཆེན་སེམས་དེ་གཟུང་བར་བྱ་བའི་ཕྱིར། །དེ་བཞིན་གཤེགས་པ་རྣམས་དང་དམ་པའི་ཆོས། །དཀོན་མཆོག་དྲི་མ་མེད་དང་སངས་རྒྱས་སྲས། །ཡོན་ཏན་རྒྱ་མཚོ་རྣམས་ལ་ལེགས་པར་མཆོད། །\nམེ་ཏོག་འབྲས་བུ་ཇི་སྙེད་ཡོད་པ་དང་། །སྨན་གྱི་རྣམ་པ་གང་དག་ཡོད་པ་དང་། །འཇིག་རྟེན་རིན་ཆེན་ཇི་སྙེད་ཡོད་པ་དང་། །ཆུ་གཙང་ཡིད་དུ་འོང་བ་ཅི་ཡོད་དང་། །\nརིན་ཆེན་རི་བོ་དང་ནི་དེ་བཞིན་དུ། །ནགས་ཚལ་ས་ཕྱོགས་དབེན་ཞིང་ཉམས་དགའ་དང་། །ལྗོན་ཤིང་མེ་ཏོག་རྒྱན་སྤྲས་སྤུད་པ་དང་། །ཤིང་གང་འབྲས་བཟང་ཡལ་ག་དུད་པ་དང་། །\nལྷ་སོགས་འཇིག་རྟེན་ན་ཡང་དྲི་དང་ནི། །སྤོས་དང་དཔག་བསམ་ཤིང་དང་རིན་ཆེན་ཤིང་། །མ་རྨོས་འཁྲུངས་པའི་ལོ་ཏོག་རྣམ་པ་དང་། །གཞན་ཡང་མཆོད་པར་འོས་པའི་རྒྱན་རྣམས་ནི། །\nམཚོ་དང་རྫིང་བུ་པདྨས་བརྒྱན་པ་དག །ངང་པ་ཤིན་ཏུ་སྐད་སྙན་ཡིད་འོང་ལྡན། །ནམ་མཁའ་རབ་འབྱམས་ཁམས་ཀྱི་མཐས་གཏུགས་པ། །ཡོངས་སུ་གཟུང་བ་མེད་པ་དེ་དག་ཀུན། །\nབློ་ཡིས་བླངས་ནས་ཐུབ་པ་སྐྱེས་ཀྱི་མཆོག །སྲས་དང་བཅས་པ་རྣམས་ལ་ལེགས་འབུལ་ན། །ཡོན་གནས་དམ་པ་ཐུགས་རྗེ་ཆེ་རྣམས་ཀྱིས། །བདག་ལ་བརྩེར་དགོངས་བདག་གི་འདི་དག་བཞེས། །\nབདག་ནི་བསོད་ནམས་མི་ལྡན་བཀྲེན་ཆེན་ཏེ། །མཆོད་པའི་ནོར་གཞན་བདག་ལ་ཅང་མ་མཆིས། །དེས་ན་གཞན་དོན་དགོངས་པའི་མགོན་གྱིས་འདི། །བདག་གི་དོན་སླད་ཉིད་ཀྱི་མཐུས་བཞེས་ཤིག །\nརྒྱལ་དང་དེ་སྲས་རྣམས་ལ་བདག་གིས་ནི། །བདག་གི་ལུས་ཀུན་གཏན་དུ་དབུལ་བར་བགྱི། །སེམས་དཔའ་མཆོག་རྣམས་བདག་ནི་ཡོངས་བཞེས་ཤིག །གུས་པས་ཁྱེད་ཀྱི་འབངས་སུ་མཆི་བར་བགྱི། །\nབདག་ནི་ཁྱེད་ཀྱིས་ཡོངས་སུ་བཟུང་བས་ན། །སྲིད་ན་མི་འཇིགས་སེམས་ཅན་ཕན་པ་བགྱིད། །སྔོན་གྱི་སྡིག་ལས་ཡང་དག་འདའ་བགྱིད་ཅིང་། །སྡིག་པ་གཞན་ཡང་སླན་ཆད་མི་བགྱིད་དོ། །\nཁྲུས་ཀྱི་ཁང་པ་ཤིན་ཏུ་དྲི་ཞིམ་པ། །ཤེལ་གྱི་ས་གཞི་གསལ་ཞིང་འཚེར་བ་བསྟར། །རིན་ཆེན་འབར་བའི་ཀ་བ་ཡིད་འོང་ལྡན། །མུ་ཏིག་འོད་ཆགས་བླ་རེ་བྲེས་པ་དེར། །\nདེ་བཞིན་གཤེགས་དང་དེ་ཡི་སྲས་རྣམས་ལ། །རིན་ཆེན་བུམ་པ་མང་པོ་སྤོས་ཀྱི་ཆུ། །ཡིད་འོང་ལེགས་པར་བཀང་བ་གླུ་དང་ནི། །རོལ་མོར་བཅས་པ་དུ་མས་སྐུ་ཁྲུས་གསོལ། །\nདེ་དག་སྐུ་ལ་མཚུངས་པ་མེད་པའི་གོས། །གཙང་ལ་དྲི་རབ་བསྒོས་པས་སྐུ་ཕྱིའོ། །དེ་ནས་དེ་ལ་ཁ་དོག་ལེགས་བསྒྱུར་བའི། །ན་བཟའ་ཤིན་ཏུ་དྲི་ཞིམ་དམ་པ་འབུལ། །\nགོས་བཟང་སྲབ་ལ་འཇམ་པ་སྣ་ཚོགས་དང་། །རྒྱན་མཆོག་བརྒྱ་ཕྲག་དེ་དང་དེ་དག་གིས། །འཕགས་པ་ཀུན་ཏུ་བཟང་དང་འཇམ་དབྱངས་དང་། །འཇིག་རྟེན་དབང་ཕྱུག་སོགས་ལའང་བརྒྱན་པར་བགྱི། །\nསྟོང་གསུམ་ཀུན་ཏུ་དྲི་ངད་ལྡང་བ་ཡི། །དྲི་མཆོག་རྣམས་ཀྱིས་ཐུབ་དབང་ཀུན་གྱི་སྐུ། །གསེར་སྦྱངས་བཙོ་མ་བྱི་དོར་བྱས་པ་ལྟར། །འོད་ཆགས་འབར་བ་དེ་དག་བྱུག་པར་བགྱི། །\nཐུབ་དབང་མཆོད་གནས་མཆོག་ལ་ཡིད་འོང་བའི། །མེ་ཏོག་མནྡ་ར་དང་པདྨ་དང་། །ཨུཏྤལ་ལ་སོགས་དྲི་ཞིམ་ཐམས་ཅད་དང་། །ཕྲེང་བ་སྤེལ་ལེགས་ཡིད་འོང་རྣམས་ཀྱིས་མཆོད། །\nསྤོས་མཆོག་ཡིད་འཕྲོག་དྲི་ངད་ཁྱབ་པ་ཡི། །བདུག་པའི་སྤྲིན་ཚོགས་རྣམས་ཀྱང་དེ་ལ་དབུལ། །ཞལ་ཟས་བཟའ་བཏུང་སྣ་ཚོགས་བཅས་པ་ཡི། །ལྷ་བཤོས་རྣམས་ཀྱང་དེ་ལ་དབུལ་བར་བགྱི། །\nགསེར་གྱི་པདྨ་ཚར་དུ་དངར་བ་ཡི། །རིན་ཆེན་སྒྲོན་མ་རྣམས་ཀྱང་དབུལ་བར་བགྱི། །ས་གཞི་བསྟར་བ་སྤོས་ཀྱིས་བྱུགས་པ་དེར། །མེ་ཏོག་ཡིད་འོང་སིལ་མ་དགྲམ་པར་བྱ། །\nགཞལ་མེད་ཕོ་བྲང་བསྟོད་དབྱངས་ཡིད་འོང་ལྡན། །མུ་ཏིག་རིན་ཆེན་རྒྱན་འཕྱང་མཛེས་འབར་བ། །དཔག་ཡས་ནམ་མཁའི་རྒྱན་གྱུར་དེ་དག་ཀྱང་། །ཐུགས་རྗེའི་རང་བཞིན་ཅན་ལ་དབུལ་བར་བགྱི། །\nརིན་ཆེན་གདུགས་མཛེས་གསེར་གྱི་ཡུ་བ་ཅན། །ཁོར་ཡུག་རྒྱན་གྱི་རྣམ་པ་ཡིད་འོང་ལྡན། །དབྱིབས་ལེགས་བལྟ་ན་སྡུག་པ་བསྒྲེང་བ་ཡང་། །རྟག་ཏུ་ཐུབ་དབང་རྣམས་ལ་དབུལ་བར་བགྱི། །\nདེ་ལས་གཞན་ཡང་མཆོད་པའི་ཚོགས། །རོལ་མོ་དབྱངས་སྙན་ཡིད་འོང་ལྡན། །སེམས་ཅན་སྔག་བསྔལ་ཚིམ་བྱེད་པའི། །སྤྲིན་རྣམས་སོ་སོར་གནས་གྱུར་ཅིག །\nདམ་ཆོས་དཀོན་མཆོག་ཐམས་ཅད་དང་། །མཆོད་རྟེན་རྣམས་དང་སྐུ་གཟུགས་ལ། །རིན་ཆེན་མེ་ཏོག་ལ་སོགས་ཆར། །རྒྱུན་མི་འཆད་པར་འབབ་པར་ཤོག །\nཇི་ལྟར་འཇམ་དབྱངས་ལ་སོགས་པས། །རྒྱལ་བ་རྣམས་ལ་མཆོད་མཛད་པ། །དེ་བཞིན་བདག་གིས་དེ་བཞིན་གཤེགས། །མགོན་པོ་སྲས་དང་བཅས་རྣམས་མཆོད། །\nཡོན་ཏན་རྒྱ་མཚོ་རྣམས་ལ་བདག །བསྟོད་དབྱངས་ཡན་ལག་རྒྱ་མཚོས་བསྟོད། །བསྟོད་དབྱངས་སྙན་སྤྲིན་དེ་དག་ལ། །ངེས་པར་ཀུན་དུ་འབྱུང་གྱུར་ཅིག །\nདུས་གསུམ་གཤེགས་པའི་སངས་རྒྱས་ཀུན། །ཆོས་དང་ཚོགས་ཀྱི་མཆོག་བཅས་ལ། །ཞིང་རྡུལ་ཀུན་གྱི་གྲངས་སྙེད་ཀྱི། །ལུས་བཏུད་པ་ཡིས་བདག་ཕྱག་འཚལ། །\nབྱང་ཆུབ་སེམས་ཀྱི་གཞི་རྣམས་དང་། །མཆོད་རྟེན་རྣམས་ལ་བདག་ཕྱག་འཚལ། །མཁན་པོ་དེ་བཞིན་སློབ་དཔོན་དང་། །བརྟུལ་ཞུགས་མཆོག་ལ་ཕྱག་འཚལ་ལོ། །\nབྱང་ཆུབ་སྙིང་པོར་མཆིས་ཀྱི་བར། །སངས་རྒྱས་རྣམས་ལ་སྐྱབས་སུ་མཆི། །ཆོས་དང་བྱང་ཆུབ་སེམས་དཔའ་ཡི། །ཚོགས་ལའང་དེ་བཞིན་སྐྱབས་སུ་མཆི། །\nཕྱོགས་རྣམས་ཀུན་ན་བཞུགས་པ་ཡི། །རྫོགས་སངས་རྒྱས་དང་བྱང་ཆུབ་སེམས། །ཐུགས་རྗེ་ཆེན་པོ་མངའ་རྣམས་ལ། །ཐལ་མོ་སྦྱར་ཏེ་གསོལ་བ་ནི། །\nཐོག་མ་མེད་ལྡན་འཁོར་བ་ནས། །ཚེ་རབས་འདི་འམ་གཞན་དག་ཏུ། །བདག་གིས་མ་འཚལ་སྡིག་བགྱིས་པའམ། །བགྱིད་དུ་སྩལ་བ་ཉིད་དང་ནི། །\nགཏི་མུག་འཁྲུལ་པས་བདག་ནོན་ཏེ། །རྗེས་སུ་ཡི་རང་གང་བགྱིས་པ། །ནོངས་པ་དེ་ནི་མཐོང་བགྱིས་ནས། །བསམ་པ་ཐག་པས་མགོན་ལ་བཤགས། །\nབདག་གིས་དཀོན་མཆོག་གསུམ་དང་ནི། །ཕ་མའམ་བླ་མ་གཞན་དག་ལ། །ཉོན་མོངས་སྒོ་ནས་ལུས་ངག་དང་། །ཡིད་ཀྱིས་གནོད་བགྱིས་གང་ལགས་དང་། །\nཉེས་པ་དུ་མས་སྐྱོན་ཆགས་པའི། །སྡིག་ཅན་བདག་གིས་སྡིག་པ་གང་། །ཤིན་ཏུ་མི་བཟད་བགྱིས་པ་དེ། །ཐམས་ཅད་འདྲེན་པ་རྣམས་ལ་བཤགས། །\nབདག་ནི་སྡིག་པ་མ་བྱང་བར། །སྔོན་དུ་འགུམ་པར་འགྱུར་དུ་མཆི། །ཇི་ལྟར་འདི་ལས་ངེས་ཐར་བར། །མྱུར་བའི་ཚུལ་གྱིས་བསྐྱབ་ཏུ་གསོལ། །\nཡིད་བརྟན་མི་རུང་འཆི་བདག་འདི། །བྱས་དང་མ་བྱས་མི་སྡོད་པས། །ན་དང་མི་ན་ཀུན་གྱིས་ཀྱང་། །གློ་བུར་ཚེ་ལ་ཡིད་མི་བརྟན། །\nཐམས་ཅད་བོར་ཏེ་ཆས་དགོས་པར། །བདག་གིས་དེ་ལྟར་མ་ཤེས་ནས། །མཛའ་དང་མི་མཛའི་དོན་གྱི་ཕྱིར། །སྡིག་པ་རྣམ་པ་སྣ་ཚོགས་བྱས། །\nམི་མཛའ་རྣམས་ཀྱང་མེད་འགྱུར་ཞིང་། །མཛའ་བ་རྣམས་ཀྱང་མེད་པར་འགྱུར། །བདག་ཀྱང་མེད་པར་འགྱུར་བ་སྟེ། །དེ་བཞིན་ཐམས་ཅད་མེད་པར་འགྱུར། །\nརྨི་ལམ་ཉམས་སུ་མྱོང་བ་བཞིན། །དངོས་པོ་གང་དང་གང་སྤྱད་པ། །དེ་དེ་དྲན་པའི་ཡུལ་དུ་འགྱུར། །འདས་པ་ཐམས་ཅད་མཐོང་མི་འགྱུར། །\nརེ་ཞིག་གསོན་ཚེ་འདི་ཉིད་ལ། །མཛའ་དང་མི་མཛའ་དུ་མ་འདས། །དེ་དག་དོན་དུ་བྱས་པའི་སྡིག །མི་བཟད་གང་ཡིན་མདུན་ན་གནས། །\nདེ་ལྟར་བདག་ནི་གློ་བུར་ཞེས། །བདག་གིས་རྟོགས་པར་མ་གྱུར་པས། །གཏི་མུག་ཆགས་དང་ཞེ་སྡང་གིས། །སྡིག་པ་རྣམ་པ་དུ་མ་བྱས། །\nཉིན་མཚན་སྡོད་པ་ཡོང་མེད་པར། །ཚེ་འདི་རྟག་ཏུ་གོད་འགྱུར་ཞིང་། །སྣོན་པ་གུད་ནས་འོང་མེད་ན། །བདག་ལྟ་འཆི་བར་ཅིས་མི་འགྱུར། །\nབདག་ནི་མལ་ན་འདུག་བཞིན་དུ། །གཉེན་བཤེས་ཀུན་གྱིས་མཐའ་བསྐོར་ཀྱང་། །སྲོག་འཆད་པ་ཡི་ཚོར་བ་དག །བདག་ཉིད་གཅིག་པུས་མྱོང་བར་འགྱུར། །\nགཤིན་རྗེའི་ཕོ་ཉས་ཟིན་པ་ལ། །གཉེན་གྱིས་ཅི་ཕན་བཤེས་ཅི་ཕན། །དེ་ཚེ་བསོད་ནམས་གཅིག་བསྐྱབས་ན། །དེ་ཡང་བདག་གིས་མ་བསྟེན་ཏོ། །\nམགོན་པོ་བག་མེད་བདག་གིས་ནི། །འཇིགས་པ་འདི་འདྲ་མ་འཚལ་ནས། །མི་རྟག་ཚེ་འདིའི་ཆེད་དག་ཏུ། །སྡིག་པ་མང་པོ་ཉེ་བར་བསྒྲུབས། །\nསྐྱེ་བོ་ཡན་ལག་བཅད་པའི་སར། །དེ་རིང་ཁྲིད་པའང་བྲེད་འགྱུར་ཏེ། །ཁ་སྐམས་མིག་རྩ་ངན་ལ་སོགས། །སྔ་ལས་གཞན་དུ་འགྱུར་སྣང་ན། །\nགཤིན་རྗེའི་ཕོ་ཉ་འཇིགས་འཇིགས་ལྟའི། །ཤ་ཚུགས་ཅན་གྱིས་བཟུང་གྱུར་ཅིང་། །འཇིགས་ཆེན་ནད་ཀྱིས་ཐེབས་གྱུར་པ། །རབ་ཏུ་ཉམ་ཐག་སྨོས་ཅི་དགོས། །\nསུ་ཞིག་འཇིགས་ཆེན་འདི་ལས་བདག །ལེགས་པར་སྐྱོབ་པར་བྱེད་འགྱུར་ཞེས། །བྲེད་ཤ་ཐོན་པའི་མིག་བགྲད་ནས། །ཕྱོགས་བཞིར་སྐྱབས་དག་ཚོལ་བར་བྱེད། །\nཕྱོགས་བཞིར་སྐྱབས་མེད་མཐོང་ནས་ནི། །དེ་ནས་ཀུན་དུ་ཡི་མུག་འགྱུར། །གནས་དེར་སྐྱབས་ཡོད་མ་ཡིན་ན། །དེ་ཚེ་བདག་གིས་ཇི་ལྟར་བྱ། །\nདེ་བས་རྒྱལ་བ་འགྲོ་བའི་མགོན། །འགྲོ་བ་སྐྱོབ་པའི་དོན་བརྩོན་པ། །སྟོབས་ཆེན་འཇིགས་པ་ཀུན་སེལ་ལ། །དེ་རིང་ཉིད་ནས་སྐྱབས་སུ་མཆི། །\nདེ་ཡི་ཐུགས་སུ་ཆུད་པའི་ཆོས། །འཁོར་བའི་འཇིགས་པ་སེལ་བ་དང་། །བྱང་ཆུབ་སེམས་དཔའི་ཚོགས་ལ་ཡང་། །དེ་བཞིན་ཡང་དག་སྐྱབས་སུ་མཆི། །\nབདག་ནི་འཇིགས་པས་རྣམ་སྐྲག་པས། །ཀུན་དུ་བཟང་ལ་བདག་ཉིད་འབུལ། །འཇམ་པའི་དབྱངས་ལ་བདག་ཉིད་ཀྱིས། །བདག་གི་ལུས་ནི་དབུལ་བར་བགྱི། །\nཐུགས་རྗེས་སྤྱོད་པ་མ་འཁྲུལ་བ། །སྤྱན་རས་གཟིགས་མགོན་དེ་ལ་ཡང་། །ཉམ་ཐག་ང་རོས་འོ་དོད་འབོད། །སྡིག་ལྡན་བདག་ལ་བསྐྱབ་ཏུ་གསོལ། །\nའཕགས་པ་ནམ་མཁའི་སྙིང་པོ་དང་། །ས་ཡི་སྙིང་པོ་དག་དང་ནི། །ཐུགས་རྗེ་ཆེ་མགོན་ཐམས་ཅད་ལ། །སྐྱབས་ཚོལ་སྙིང་ནས་འོ་དོད་འབོད། །\nགང་ཞིག་མཐོང་ནས་གཤིན་རྗེ་ཡི། །ཕོ་ཉ་ལ་སོགས་སྡང་བ་རྣམས། །སྐྲག་ནས་ཕྱོགས་བཞིར་འབྱེར་བྱེད་པ། །རྡོ་རྗེ་ཅན་ལ་སྐྱབས་སུ་མཆི། །\nསྔོན་ཆད་ཁྱེད་ཀྱི་བཀའ་ལས་འདས། །ད་ནི་འཇིགས་པ་ཆེ་མཐོང་ནས། །ཁྱེད་ལ་སྐྱབས་སུ་མཆི་ལགས་ཀྱིས། །འཇིགས་པ་མྱུར་དུ་བསལ་དུ་གསོལ། །\nཐ་མལ་ནད་ཀྱིས་འཇིགས་ན་ཡང་། །སྨན་པའི་ངག་བཞིན་བྱ་དགོས་ན། །འདོད་ཆགས་ལ་སོགས་ཉེས་པ་བརྒྱའི། །ནད་ཀྱིས་རྟག་བཏབ་སྨོས་ཅི་དགོས། །\nདེ་གཅིག་གིས་ཀྱང་འཛམ་གླིང་ན། །གནས་པའི་མི་ཀུན་བརླག་བྱེད་ལ། །དེ་དག་གསོ་བའི་སྨན་གཞན་ནི། །ཕྱོགས་རྣམས་ཀུན་ནས་མི་རྙེད་ན། །\nདེ་ལ་སྨན་པ་ཐམས་ཅད་མཁྱེན། །ཟུག་རྔུ་ཐམས་ཅད་འབྱིན་པ་ཡི། །བཀའ་ལྟར་མི་བྱེད་སེམས་པ་ནི། །ཤིན་ཏུ་གཏི་མུག་སྨད་པའི་གནས། །\nགཡང་ས་ཐ་མལ་ཆུང་ངུ་ལའང་། །བག་ཡོད་གནས་པར་བྱ་དགོས་ན། །དཔག་ཚད་སྟོང་དུ་ལྷུང་བ་ཡི། །ཡུན་རིང་གཡང་སར་སྨོས་ཅི་དགོས། །\nདེ་རིང་ཁོ་ན་མི་འཆི་ཞེས། །བདེ་བར་འདུག་པ་རིགས་མ་ཡིན། །བདག་ནི་མེད་པར་འགྱུར་བའི་དུས། །དེ་ནི་གདོན་མི་ཟ་བར་འབྱུང་། །\nབདག་ལ་མི་འཇིགས་སུ་ཡིས་བྱིན། །འདི་ལས་ཇི་ལྟར་ངེས་ཐར་ཞེས། །གདོན་མི་ཟ་བར་མེད་འགྱུར་ན། །ཇི་ལྟར་བདག་ཡིད་བདེ་བར་འདུག །\nསྔོན་ཆད་མྱོང་སྟེ་ཞིག་པ་ལས། །བདག་ལ་ལྷག་པ་ཅི་ཡོད་ན། །བདག་ནི་དེ་ལ་མངོན་ཞེན་ནས། །བླ་མའི་བཀའ་དང་འགལ་བར་བྱས། །\nགསོན་ཚེ་འདི་དང་དེ་བཞིན་དུ། །གཉེན་དང་བཤེས་པ་རྣམ་སྤངས་ནས། །གཅིག་པུ་ག་ཤེད་འགྲོ་དགོས་ན། །མཛའ་དང་མི་མཛའ་ཀུན་ཅི་རུང་། །\nམི་དགེ་བ་ལས་སྡུག་བསྔལ་འབྱུང་། །དེ་ལས་ཇི་ལྟར་ངེས་ཐར་ཞེས། །ཉིན་མཚན་རྟག་ཏུ་བདག་གིས་ནི། །འདི་ཉིད་འབའ་ཞིག་བསམ་པའི་རིགས། །\nབདག་ནི་མི་ཤེས་གཏི་མུག་པས། །རང་བཞིན་ཁ་ན་མ་ཐོའམ། །བཅས་པའི་སྡིག་པ་གང་ཡིན་ལས། །གང་ཡང་རུང་བ་བགྱིས་པ་རྣམས། །\nམགོན་པོའི་སྤྱན་སྔར་མངོན་སུམ་དུ། །ཐལ་སྦྱར་སྡུག་བསྔལ་འཇིགས་སེམས་ཀྱིས། །ཡང་དང་ཡང་དུ་ཕྱག་འཚལ་ཏེ། །དེ་དག་ཐམས་ཅད་བཤགས་པར་བགྱི། །\nའདྲེན་པ་རྣམས་ཀྱིས་བདག་གི་སྡིག །ནོངས་པ་ལགས་པར་གཟུང་དུ་གསོལ། །འདི་ནི་བཟང་པོ་མ་ལགས་པས། །སླན་ཆད་བདག་ནི་ཡོང་མི་བགྱིད། །\nབྱང་ཆུབ་སེམས་དཔའི་སྤྱོད་པ་ལ་འཇུག་པ་ལས། སྡིག་པ་བཤགས་པའི་ལེའུ་སྟེ་གཉིས་པའོ།། །།\nch-3 སེམས་ཅན་ཀུན་གྱི་ངན་སོང་གི །སྡུག་བསྔལ་ངལ་སོའི་དགེ་བ་དང་། །སྡུག་བསྔལ་ཅན་དག་བདེར་གནས་ལ། །དགའ་བས་རྗེས་སུ་ཡི་རང་ངོ་། །\nབྱང་ཆུབ་རྒྱུར་གྱུར་དགེ་བསགས་པ། །དེ་ལ་རྗེས་སུ་ཡི་རང་ངོ་། །ལུས་ཅན་འཁོར་བའི་སྡུག་བསྔལ་ལས། །ངེས་པར་ཐར་ལ་ཡི་རང་ངོ་། །\nསྐྱོབ་པ་རྣམས་ཀྱི་བྱང་ཆུབ་དང་། །རྒྱལ་སྲས་ས་ལའང་ཡི་རང་ངོ་། །སེམས་ཅན་ཐམས་ཅད་བདེ་མཛད་པའི། །ཐུགས་བསྐྱེད་དགེ་བ་རྒྱ་མཚོ་དང་། །སེམས་ཅན་ཕན་པ་མཛད་པ་ལ། །དགའ་བས་རྗེས་སུ་ཡི་རང་ངོ་། །\nཕྱོགས་རྣམས་ཀུན་གྱི་སངས་རྒྱས་ལ། །ཐལ་མོ་སྦྱར་ཏེ་གསོལ་བ་ནི། །སེམས་ཅན་སྡུག་བསྔལ་མུན་འཐོམས་ལ། །ཆོས་ཀྱི་སྒྲོན་མ་སྤར་དུ་གསོལ། །\nརྒྱལ་བ་མྱ་ངན་འདའ་བཞེད་ལ། །ཐལ་མོ་སྦྱར་ཏེ་གསོལ་བ་ནི། །འགྲོ་འདི་ལྡོངས་པར་མི་དགོད་ཅིང་། །བསྐལ་པ་གྲངས་མེད་བཞུགས་པར་གསོལ། །\nདེ་ལྟར་འདི་དག་ཀུན་བྱས་ཏེ། །དགེ་བ་བདག་གིས་བསགས་པ་གང་། །དེས་ནི་སེམས་ཅན་ཐམས་ཅད་ཀྱི། །སྡུག་བསྔལ་ཐམས་ཅད་བསལ་བར་ཤོག །\nའགྲོ་བ་ནད་པ་ཇི་སྲིད་དུ། །ནད་སོས་གྱུར་གྱི་བར་དུ་ནི། །སྨན་དང་སྨན་པ་ཉིད་དག་དང་། །དེ་ཡི་ནད་གཡོག་བྱེད་པར་ཤོག །\nཟས་དང་སྐོམ་གྱི་ཆར་ཕབ་སྟེ། །བཀྲེས་དང་སྐོམ་པའི་སྡུག་བསྔལ་བསལ། །མུ་གེའི་བསྐལ་པ་བར་མའི་ཚེ། །བདག་ནི་ཟས་དང་སྐོམ་དུ་གྱུར། །\nསེམས་ཅན་ཕོངས་ཤིང་དབུལ་བ་ལ། །བདག་ནི་མི་ཟད་གཏེར་གྱུར་ཏེ། །ཡོ་བྱད་མཁོ་དགུ་སྣ་ཚོགས་སུ། །མདུན་དུ་ཉེ་བར་གནས་གྱུར་ཅིག །\nལུས་དང་དེ་བཞིན་ལོངས་སྤྱོད་དང་། །དུས་གསུམ་དགེ་བ་ཐམས་ཅད་ཀྱང་། །སེམས་ཅན་ཀུན་གྱི་དོན་སྒྲུབ་ཕྱིར། །ཕོངས་པ་མེད་པར་གཏང་བར་བྱ། །\nཐམས་ཅད་བཏང་བས་མྱ་ངན་འདའ། །བདག་བློ་མྱ་ངན་འདས་པ་སྒྲུབ། །ཐམས་ཅད་གཏོང་བར་ཆབས་གཅིག་ལ། །སེམས་ཅན་རྣམས་ལ་བཏང་བ་མཆོག །\nབདག་གིས་ལུས་ཅན་ཐམས་ཅད་ལ། །ལུས་འདི་ཅི་བདེར་བྱིན་ཟིན་གྱིས། །རྟག་ཏུ་གསོད་དང་སྨོད་པའམ། །བརྡེག་སོགས་ཅི་དགར་བྱེད་ལ་རག །\nབདག་གི་ལུས་ལ་རྩེ་བྱེད་དམ། །ཅོ་འདྲི་ག་ཞའི་རྒྱུ་བྱེད་ཀྱང་། །བདག་གི་ལུས་འདི་བྱིན་ཟིན་གྱིས། །འདི་ཡི་ཁ་ཏས་ཅི་ཞིག་བྱ། །\nདེ་ལ་གནོད་པར་མི་འགྱུར་བའི། །ལས་གང་ཡིན་པའང་བྱེད་དུ་ཆུག །བདག་ལ་དམིགས་ནས་ནམ་དུ་ཡང་། །འགའ་ཡང་དོན་མེད་མ་གྱུར་ཅིག །\nབདག་ལ་དམིགས་ནས་གང་དག་གི །ཁྲོའམ་དད་པའི་སེམས་བྱུང་ན། །དེ་ཉིད་རྟག་ཏུ་དེ་དག་གི །དོན་ཀུན་འགྲུབ་པའི་རྒྱུར་གྱུར་ཅིག །\nགང་དག་བདག་ལ་ཁ་ཟེར་རམ། །གཞན་དག་གནོད་པ་བྱེད་པའམ། །དེ་བཞིན་ཕྱར་ཀ་གཏོང་ཡང་རུང་། །ཐམས་ཅད་བྱང་ཆུབ་སྐལ་ལྡན་གྱུར། །\nབདག་ནི་མགོན་མེད་རྣམས་ཀྱི་མགོན། །ལམ་ཞུགས་རྣམས་ཀྱི་དེད་དཔོན་དང་། །བརྒལ་འདོད་རྣམས་ཀྱི་གྲུ་དང་ནི། །གཟིངས་དང་ཟམ་པ་ཉིད་དུ་གྱུར། །\nགླིང་དོན་གཉེར་ལ་གླིང་དང་ནི། །གནས་མལ་འདོད་ལ་གནས་མལ་དང་། །བདག་ནི་ལུས་ཅན་བྲན་འདོད་པ། །ཀུན་གྱི་བྲན་དུ་འགྱུར་བར་ཤོག །\nཡིད་བཞིན་ནོར་དང་བུམ་པ་བཟང་། །རིག་སྔགས་གྲུབ་དང་སྨན་ཆེན་དང་། །དཔག་བསམ་གྱི་ནི་ཤིང་དག་དང་། །ལུས་ཅན་རྣམས་ཀྱི་འདོད་འཇོར་གྱུར། །\nས་སོགས་འབྱུང་བ་ཆེན་པོ་དང་། །ནམ་མཁའ་བཞིན་དུ་རྟག་པར་ཡང་། །སེམས་ཅན་དཔག་ཏུ་མེད་པ་ཡི། །རྣམ་མང་ཉེར་འཚོའི་གཞིར་ཡང་ཤོག །\nདེ་བཞིན་ནམ་མཁའི་མཐས་གཏུགས་པའི། །སེམས་ཅན་ཁམས་ལ་རྣམ་ཀུན་ཏུ། །ཐམས་ཅད་མྱ་ངན་འདས་བར་དུ། །བདག་ནི་ཉེར་འཚོའི་རྒྱུར་ཡང་ཤོག །\nཇི་ལྟར་སྔོན་གྱི་བདེ་གཤེགས་ཀྱིས། །བྱང་ཆུབ་ཐུགས་ནི་བསྐྱེད་པ་དང་། །བྱང་ཆུབ་སེམས་དཔའི་བསླབ་པ་ལ། །དེ་དག་རིམ་བཞིན་གནས་པ་ལྟར། །\nདེ་བཞིན་འགྲོ་ལ་ཕན་དོན་དུ། བྱང་ཆུབ་སེམས་ནི་བསྐྱེད་བགྱི་ཞིང་། །དེ་བཞིན་དུ་ནི་བསླབ་པ་ལའང་། །རིམ་པ་བཞིན་དུ་བསླབ་པར་བགྱི། །\nདེ་ལྟར་བློ་དང་ལྡན་པ་ཡིས། །རབ་དང་བྱང་ཆུབ་སེམས་བཟུང་ནས། །མཇུག་ཀྱང་རྒྱས་པར་བྱ་བའི་ཕྱིར། །སེམས་ནི་འདི་ལྟར་གཟེངས་བསྟོད་དོ། །\nདེང་དུ་བདག་ཚེ་འབྲས་བུ་ཡོད། །མི་ཡི་སྲིད་པ་ལེགས་པར་ཐོབ། །དེ་རིང་སངས་རྒྱས་རིགས་སུ་སྐྱེས། །སངས་རྒྱས་སྲས་སུ་བདག་དེང་གྱུར། །\nད་ནི་བདག་གིས་ཅི་ནས་ཀྱང་། །རིགས་དང་མཐུན་པའི་ལས་བརྩམས་ཏེ། །སྐྱོན་མེད་བཙུན་པའི་རིགས་འདི་ལ། །རྙོག་པར་མི་འགྱུར་དེ་ལྟར་བྱ། །\nལོང་བས་ཕྱག་དར་ཕུང་པོ་ལས། །ཇི་ལྟར་རིན་ཆེན་རྙེད་པ་ལྟར། །དེ་བཞིན་ཇི་ཞིག་ལྟར་སྟེས་ནས། །བྱང་ཆུབ་སེམས་འདི་བདག་ལ་སྐྱེས། །\nའགྲོ་བའི་འཆི་བདག་འཇོམས་བྱེད་པའི། །བདུད་རྩི་མཆོག་ཀྱང་འདི་ཡིན་ནོ། །འགྲོ་བའི་དབུལ་བ་སེལ་བ་ཡི། །མི་ཟད་གཏེར་ཡང་འདི་ཡིན་ནོ། །\nའགྲོ་བའི་ནད་རབ་ཞི་བྱེད་པའི། །སྨན་གྱི་མཆོག་ཀྱང་འདི་ཡིན་ནོ། །སྲིད་ལམ་འཁྱམ་ཞིང་དུབ་པ་ཡི། །འགྲོ་བའི་ངལ་སོ་ལྗོན་ཤིང་ཡིན། །\nའགྲོ་བ་ཐམས་ཅད་ངན་འགྲོ་ལས། །སྒྲོལ་བར་བྱེད་པའི་སྤྱི་སྟེགས་ཡིན། །འགྲོ་བའི་ཉོན་མོངས་གདུང་སེལ་བའི། །སེམས་ཀྱི་ཟླ་བ་ཤར་བ་ཡིན། །\nའགྲོ་བའི་མི་ཤེས་རབ་རིབ་དག །དཔྱིས་འབྱིན་ཉི་མ་ཆེན་པོ་ཡིན། །དམ་ཆོས་འོ་མ་བསྲུབས་པ་ལས། །མར་གྱི་ཉིང་ཁུ་བྱུང་བ་ཡིན། །\nའགྲོ་བའི་མགྲོན་པོ་སྲིད་པའི་ལམ་རྒྱུ་ཞིང་། །བདེ་བའི་ལོངས་སྤྱོད་སྤྱད་པར་འདོད་པ་ལ། །འདི་ནི་བདེ་བའི་མཆོག་ཏུ་ཉེར་གནས་ཏེ། །སེམས་ཅན་མགྲོན་ཆེན་ཚིམ་པར་བྱེད་པ་ཡིན། །\nབདག་གིས་དེ་རིང་སྐྱོབ་པ་ཐམས་ཅད་ཀྱི། །སྤྱན་སྔར་འགྲོ་བ་བདེ་གཤེགས་ཉིད་དང་ནི། །བར་དུ་བདེ་ལ་མགྲོན་དུ་བོས་ཟིན་གྱིས། །ལྷ་དང་ལྷ་མིན་ལ་སོགས་དགའ་བར་གྱིས། །\nབྱང་ཆུབ་སེམས་དཔའི་སྤྱོད་པ་ལ་འཇུག་པ་ལས། བྱང་ཆུབ་ཀྱི་སེམས་ཡོངས་སུ་བཟུང་བ་ཞེས་བྱ་བ་སྟེ་ལེའུ་གསུམ་པའོ།། །།\nch-4 རྒྱལ་བའི་སྲས་ཀྱིས་དེ་ལྟ་བུར། །བྱང་ཆུབ་སེམས་རབ་བརྟན་བཟུང་ནས། །གཡེལ་བ་མེད་པར་རྟག་ཏུ་ཡང་། །བསླབ་ལས་མི་འདའ་འབད་པར་བྱ། །\nབབ་ཅོལ་བརྩམས་པ་གང་ཡིན་པའམ། །གང་ཞིག་ལེགས་པར་མ་བརྟགས་པ། །དེ་ནི་དམ་བཅས་བྱས་གྱུར་ཀྱང་། །བྱའམ་བཏང་ཞེས་བརྟགས་པའི་རིགས། །\nསངས་རྒྱས་རྣམས་དང་དེ་ཡི་སྲས། །ཤེས་རབ་ཆེན་པོས་གང་བརྟགས་ཤིང་། །བདག་ཉིད་ཀྱིས་ཀྱང་བརྟག་བརྟགས་པ། །དེ་ལ་བཤོལ་དུ་ཅི་ཞིག་ཡོད། །\nགལ་ཏེ་དེ་ལྟར་དམ་བཅས་ནས། །ལས་ཀྱིས་བསྒྲུབ་པ་མ་བྱས་ན། །སེམས་ཅན་དེ་དག་ཀུན་བསླུས་པས། །བདག་གི་འགྲོ་བ་ཅི་འདྲར་འགྱུར། །\nདངོས་པོ་ཕལ་པ་ཅུང་ཟད་ལའང་། །ཡིད་ཀྱིས་སྦྱིན་པར་བསམ་བྱས་ནས། །མི་གང་སྦྱིན་པར་མི་བྱེད་པ། །དེ་ཡང་ཡི་དྭགས་འགྱུར་གསུངས་ན། །\nབླ་ན་མེད་པའི་བདེ་བ་ལ། །བསམ་པ་ཐག་པས་མགྲོན་གཉེར་ནས། །འགྲོ་བ་ཐམས་ཅད་བསླུ་བྱས་ན། །བདེ་འགྲོར་ཇི་ག་འགྲོ་འགྱུར་རམ། །\nམི་གང་བྱང་ཆུབ་སེམས་བཏང་ཡང་། །དེ་དག་ཐར་བར་བྱེད་པ་ནི། །ལས་ཚུལ་བསམ་གྱིས་མི་ཁྱབ་སྟེ། །ཐམས་ཅད་མཁྱེན་པ་ཁོ་ནས་མཁྱེན། །\nདེ་ནི་བྱང་ཆུབ་སེམས་དཔའ་ལ། །ལྟུང་བའི་ནང་ན་ལྕི་བ་སྟེ། །འདི་ལྟར་དེ་ནི་བྱུང་གྱུར་ན། །སེམས་ཅན་ཀུན་གྱི་དོན་ལ་དམན། །\nགང་གཞན་སྐད་ཅིག་ཙམ་ཡང་འདིའི། །བསོད་ནམས་བར་ཆད་གེགས་བྱེད་པ། །སེམས་ཅན་དོན་ལ་དམན་གྱུར་པས། །དེ་ཡི་ངན་འགྲོ་མུ་མཐའ་མེད། །\nསེམས་ཅན་གཅིག་གི་བདེ་བ་ཡང་། །བཤིག་ན་བདག་ཉིད་ཉམས་འགྱུར་ན། །ནམ་མཁའ་མ་ལུས་མཐའ་ཀླས་པའི། །ལུས་ཅན་བདེ་བཤིག་སྨོས་ཅི་དགོས། །\nདེ་ལྟར་ལྟུང་བ་སྟོབས་ལྡན་དང་། །བྱང་ཆུབ་སེམས་སྟོབས་ལྡན་པ་དག །འཁོར་བར་རེས་ཀྱིས་འདྲེ་བྱེད་ན། །ས་ཐོབ་པ་ལ་ཡུན་རིང་ཐོགས། །\nདེ་ལྟས་ཇི་ལྟར་དམ་བཅས་བཞིན། །བདག་གིས་གུས་པར་བསྒྲུབ་པར་བྱ། །དེང་ནས་བརྩོན་པར་མ་བྱས་ན། །འོག་ནས་འོག་ཏུ་འགྲོ་བར་འགྱུར། །\nསེམས་ཅན་ཐམས་ཅད་ཕན་མཛད་པའི། །སངས་རྒྱས་གྲངས་མེད་འདས་གྱུར་ཀྱང་། །བདག་ནི་རང་གི་ཉེས་པས་དེའི། །གསོ་བའི་སྤྱོད་ཡུལ་མ་གྱུར་ཏོ། །\nད་དུང་དེ་བཞིན་བདག་བྱེད་ན། །ཡང་དང་ཡང་དུའང་དེ་བཞིན་ཏེ། །ངན་འགྲོར་ནད་དང་འཆིང་བ་དང་། །བཅད་དང་གཤེག་སོགས་མྱོང་བར་འགྱུར། །\nདེ་བཞིན་གཤེགས་པ་འབྱུང་བ་དང་། །དད་དང་མི་ལུས་ཐོབ་པ་དང་། །དགེ་གོམས་རུང་བ་དེ་ལྟ་བུ། །དཀོན་ན་ནམ་ཞིག་ཐོབ་པར་འགྱུར། །\nནད་མེད་ཉི་མ་འདི་ལྟ་བུ། །ཟས་བཅས་འཚེ་བ་མེད་ཀྱང་ནི། །ཚེ་ནི་སྐད་ཅིག་བསླུ་བ་སྟེ། །ལུས་ནི་ཐང་ཅིག་བརྙན་པོ་བཞིན། །\nབདག་གི་སྤྱོད་པ་འདི་འདྲས་ནི། །མི་ཡི་ལུས་ཀྱང་འཐོབ་མི་འགྱུར། །མི་ལུས་ཐོབ་པར་མ་གྱུར་ན། །སྡིག་པ་འབའ་ཞིག་དགེ་བ་མེད། །\nགང་ཚེ་དགེ་སྤྱད་སྐལ་ལྡན་ཡང་། །དགེ་བ་བདག་གིས་མ་བྱས་ན། །ངན་སོང་སྡུག་བསྔལ་ཀུན་རྨོངས་པ། །དེ་ཚེ་བདག་གིས་ཅི་བྱར་ཡོད། །\nདགེ་བ་དག་ཀྱང་མ་བྱས་ལ། །སྡིག་པ་དག་ཀྱང་ཉེར་བསགས་ན། །བསྐལ་པ་བྱེ་བ་བརྒྱར་ཡང་ནི། །བདེ་འགྲོའི་སྒྲ་ཡང་ཐོས་མི་འགྱུར། །\nདེ་ཉིད་ཕྱིར་ན་བཅོམ་ལྡན་གྱིས། །རྒྱ་མཚོ་ཆེར་གཡེངས་གཉའ་ཤིང་གི །བུ་གར་རུས་སྦལ་མགྲིན་ཆུད་ལྟར། །མི་ཉིད་ཤིན་ཏུ་ཐོབ་དཀར་གསུངས། །\nསྐད་ཅིག་གཅིག་བྱས་སྡིག་པས་ཀྱང་། །བསྐལ་པར་མནར་མེད་གནས་འགྱུར་ན། །ཐོག་མེད་འཁོར་བར་བསགས་སྡིག་གིས། །བདེ་འགྲོར་མི་འགྲོ་སྨོས་ཅི་དགོས། །\nདེ་ཙམ་ཁོ་ན་མྱོང་གྱུར་ནས། །དེ་ནི་རྣམ་ཐར་མི་འགྱུར་ཏེ། །འདི་ལྟར་དེ་ནི་མྱོང་བཞིན་དུ། །སྡིག་པ་གཞན་དག་རབ་ཏུ་སྐྱེ། །\nའདི་འདྲའི་དལ་བ་རྙེད་གྱུར་ནས། །བདག་གིས་དགེ་གོམས་མ་བྱས་ན། །འདི་ལས་བསླུས་པ་གཞན་མེད་དེ། །འདི་ལས་རྨོངས་པའང་གཞན་མེད་དོ། །\nགལ་ཏེ་བདག་གིས་དེ་རྟོགས་ནས། །རྨོངས་པས་ཕྱིས་ཀྱང་སྒྱིད་ལུག་ན། །འཆི་བར་འགྱུར་བའི་དུས་ཀྱི་ཚེ། །མྱ་ངན་ཆེན་པོ་ལྡང་བར་འགྱུར། །\nདམྱལ་མེ་བཟོད་དཀས་དུས་རིང་དུ། །བདག་གི་ལུས་ལ་བསྲེགས་གྱུར་ན། །འགྱོད་པ་མི་བཟད་མེ་འབར་བས། །སེམས་གདུང་འགྱུར་བ་གདོན་མི་ཟ། །\nཤིན་ཏུ་རྙེད་དཀའ་ཕན་པའི་ས། །ཇི་ཞིག་ལྟར་སྟེས་རྙེད་གྱུར་ནས། །བདག་ཉིད་ཤེས་དང་ལྡན་བཞིན་དུ། །ཕྱིར་ཡང་དམྱལ་བ་དེར་ཁྲིད་ན། །\nསྔགས་ཀྱིས་རྨོངས་པར་བྱས་པ་བཞིན། །བདག་ལ་འདིར་སེམས་མེད་དུ་ཟད། །ཅིས་རྨོངས་བདག་ཀྱང་མ་ཤེས་ཏེ། །བདག་གི་ཁོང་ན་ཅི་ཞིག་ཡོད། །\nཞེ་སྡང་སྲེད་སོགས་དགྲ་རྣམས་ནི། །རྐང་ལག་ལ་སོགས་ཡོད་མིན་ལ། །དཔའ་མཛངས་མིན་ཡང་ཇི་ཞིག་ལྟར། །དེ་དག་གིས་བདག་བྲན་བཞིན་བྱས། །\nབདག་གི་སེམས་ལ་གནས་བཞིན་དུ། །དགའ་མགུར་བདག་ལ་གནོད་བྱེད་པ། །དེ་ལའང་མི་ཁྲོ་བཟོད་པ་ནི། །གནས་མིན་བཟོད་པ་སྨད་པའི་གནས། །\nགལ་ཏེ་ལྷ་དང་ལྷ་མིན་རྣམས། །ཐམས་ཅད་བདག་ལ་དགྲར་ལངས་ཀྱང་། །དེ་དག་གིས་ཀྱང་མནར་མེད་པའི། །མེ་ནང་ཁྲིད་ཅིང་འཇུག་མི་ནུས། །\nཉོན་མོངས་སྟོབས་ཅན་དགྲ་འདིས་ནི། །གང་དང་ཕྲད་ན་རི་རབ་ཀྱང་། །ཐལ་བ་ཡང་ནི་མི་ལུས་པ། །དེར་བདག་སྐད་ཅིག་གཅིག་ལ་འདོར། །\nབདག་གི་ཉོན་མོངས་དགྲ་བོ་གང་། །དུས་རིང་ཐོག་མཐའ་མེད་པ་ལྟར། །དགྲ་གཞན་ཀུན་ཀྱང་དེ་ལྟ་བུར། །ཡུན་རིང་ཐུབ་པ་མ་ཡིན་ནོ། །\nམཐུན་པར་རིམ་གྲོ་བསྟེན་བྱས་ན། །ཐམས་ཅད་ཕན་དང་བདེ་བྱེད་ན། །ཉོན་མོངས་རྣམས་ནི་བསྟེན་བྱས་ན། །ཕྱིར་ཞིང་སྡུག་བསྔལ་གནོད་པ་བྱེད། །\nདེ་ལྟར་ཡུན་རིང་རྒྱུན་ཆགས་དགྲར་གྱུར་པ། །གནོད་པའི་ཚོགས་རབ་འཕེལ་བའི་རྒྱུ་གཅིག་པུ། །བདག་གི་སྙིང་ལ་ངེས་པར་གནས་འཆའ་ན། །འཁོར་བར་འཇིགས་མེད་དགའ་བར་ག་ལ་འགྱུར། །\nའཁོར་བའི་བཅོན་རའི་སྲུང་མས་དམྱལ་སོགས་སུ། །གསོད་བྱེད་གཤེད་མར་གྱུར་པ་འདི་དག་ནི། །གལ་ཏེ་བློ་གནས་ཆགས་པའི་དྲ་བ་ན། །གནས་ན་བདག་ལ་བདེ་བ་ག་ལ་ཡོད། །\nདེ་ལྟར་ཇི་སྲིད་བདག་གིས་དགྲ་འདི་མངོན་སུམ་དུ། །ངེས་པར་མ་བཅོམ་དེ་སྲིད་བདག་འདིར་བརྩོན་མི་འདོར། །རེ་ཞིག་གནོད་བྱེད་ཆུང་ངུ་ལ་ཡང་ཁྲོས་གྱུར་པ། །ང་རྒྱལ་བདོ་རྣམས་དེ་མ་བཅོམ་པར་གཉིད་མི་འོང་། །\nརང་བཞིན་འཆི་བས་སྡུག་བསྔལ་གྱུར་པའི་ཉོན་མོངས་དག །གཡུལ་ངོར་དངར་ཚེ་ནན་གྱིས་གཞོམ་པར་འདོད་པ་ཡང་། །མདའ་མདུང་མཚོན་གྱིས་ཕོག་པའི་སྡུག་བསྔལ་ཁྱད་བསད་ནས། །དོན་མ་གྲུབ་པར་ཕྱིར་ཕྱོགས་འབྱེར་བར་མི་བྱེད་ན། །\nརྟག་ཏུ་སྡུག་བསྔལ་ཀུན་གྱི་རྒྱུར་གྱུར་པ། །རང་བཞིན་དགྲར་ངེས་གཞོམ་བརྩོན་བདག་ལ་དེང་། །སྡུག་བསྔལ་བརྒྱ་ཕྲག་རྒྱུར་གྱུར་གང་གིས་ཀྱང་། །ཡི་ཆད་སྒྱིད་ལུག་མི་འགྱུར་སྨོས་ཅི་དགོས། །\nདོན་མེད་དགྲ་ཡིས་རྨ་སྲོལ་བཏོད་པ་ཡང་། །ལུས་ལ་རྒྱན་དང་འདྲ་བར་སྲེལ་བྱེད་ན། །དོན་ཆེན་སྒྲུབ་ཕྱིར་ཡང་དག་བརྩོན་གྱུར་པ། །བདག་ལ་སྡུག་བསྔལ་ཅི་ཕྱིར་གནོད་བྱེད་ཡིན། །\nཉ་པ་གདོལ་པ་ཞིང་པ་ལ་སོགས་པ། །རང་གི་འཚོ་བ་ཙམ་ཞིག་སེམས་པ་ཡང་། །གྲང་དང་ཚ་ལ་སོགས་པའི་གནོད་བཟོད་ན། །འགྲོ་བ་བདེ་ཕྱིར་བདག་ལྟ་ཅིས་མི་བཟོད། །\nཕྱོགས་བཅུ་ནམ་མཁའི་མཐས་གཏུགས་པའི། །འགྲོ་བ་ཉོན་མོངས་ལས་བསྒྲལ་བར། །དམ་བཅས་གང་ཚེ་བདག་ཉིད་ཀྱང་། །ཉོན་མོངས་རྣམས་ལས་མ་གྲོལ་བ། །\nབདག་གི་ཚོད་ཀྱང་མི་ཤེས་པར། །སྨྲ་བ་ཇི་ལྟར་སྨྱོན་པ་མིན། །དེ་ལྟར་ཉོན་མོངས་གཞོམ་པ་ལ། །རྟག་ཏུ་ཕྱིར་མི་ལྡོག་པར་བྱ། །\nའདི་ལ་བདག་གིས་ཞེན་བྱ་ཞིང་། །ཁོན་དུ་བཟུང་ནས་གཡུལ་སྤྲད་དེ། །རྣམ་པ་དེ་འདྲའི་ཉོན་མོངས་པ། །ཉོན་མོངས་འཇོམས་བྱེད་མ་གཏོགས་སོ། །\nབདག་ནི་བསྲེགས་ཏེ་བསད་གྱུར་ཏམ། །བདག་གི་མགོ་བོ་བཅད་ཀྱང་བླའི། །རྣམ་པ་ཀུན་དུ་ཉོན་མོངས་པའི། །དགྲ་ལ་མདུད་པར་མི་བྱའོ། །\nཐ་མལ་དགྲ་བོ་ཡུལ་ནས་ཕྱུང་ཡང་ནི། །ཡུལ་གཞན་དག་ཏུ་གནས་ཤིང་ཡོངས་བཟུང་ནས། །ནུས་པ་བརྟས་ནས་དེ་ནས་ཕྱིར་ལྡོག་གི །ཉོན་མོངས་དགྲ་ཚུལ་དེ་དང་འདྲ་མ་ཡིན། །\nཉོན་མོངས་ཉོན་མོངས་ཤེས་རབ་མིག་གིས་སྤང་། །བདག་ཡིད་ལས་བསལ་གང་དུ་འགྲོ་བར་འགྱུར། །གང་དུ་གནས་ནས་བདག་གནོད་བྱ་ཕྱིར་འོང་། །བློ་ཞེན་བདག་ལ་བརྩོན་པ་མེད་པར་ཟད། །\nཉོན་མོངས་རྣམས་ནི་ཡུལ་ན་མི་གནས་དབང་ཚོགས་ལ་མིན་བར་ནའང་མིན། །དེ་ལས་གཞན་ནའང་མིན་ན་འདི་དག་གར་གནས་འགྲོ་བ་ཀུན་གནོད་བྱེད། །འདི་ནི་སྒྱུ་འདྲ་དེ་ཕྱིར་སྙིང་ལ་འཇིགས་སྤོངས་ཤེས་ཕྱིར་བརྩོན་པ་བསྟེན། །དོན་མེད་ཉིད་དུ་བདག་ལ་དམྱལ་སོགས་རྣམས་སུ་ཅི་སྟེ་གནོད་པ་བྱེད། །\nདེ་ལྟར་རྣམ་བསམས་ཇི་སྐད་བཤད་པ་ཡི། །བསླབ་པ་བསྒྲུབ་པའི་ཆེད་དུ་འབད་པར་བྱ། །སྨན་པའི་ངག་མ་མཉན་ན་སྨན་དག་གིས། །བཅོས་དགོས་ནད་པ་སོས་པ་ག་ལ་ཡོད། །\nབྱང་ཆུབ་སེམས་དཔའི་སྤྱོད་པ་ལ་འཇུག་པ་ལས། བག་ཡོད་བསྟན་པ་ཞེས་བྱ་བ་སྟེ་ལེའུ་བཞི་པའོ།། །།\nch-5 བསླབ་པ་བསྲུང་བར་འདོད་པ་ཡིས། །རབ་ཏུ་བསྒྲིམས་ནས་སེམས་བསྲུང་སྟེ། །སེམས་འདི་བསྲུང་བར་མ་བྱས་ན། །བསླབ་པ་བསྲུང་བར་ཡོང་མི་ནུས། །\nསེམས་ཀྱི་གླང་པོ་ཡན་བཏང་བས། །མནར་མེད་གནོད་པ་བྱེད་པ་ལྟར། །གླང་ཆེན་མ་ཐུལ་མྱོས་པ་ཡིས། །འདི་ན་དེ་འདྲའི་གནོད་མི་བྱེད། །\nཀུན་ནས་དྲན་པའི་ཐག་པ་ཡིས། །སེམས་ཀྱི་གླང་པོ་དམ་བཏགས་ན། །འཇིགས་པ་ཐམས་ཅད་མེད་འགྱུར་ཞིང་། །དགེ་བ་ཐམས་ཅད་ལག་ཏུ་འོང་། །\nསྟག་དང་སེང་གེ་གླང་ཆེན་དྲེད། །སྦྲུལ་དང་དགྲ་རྣམས་ཐམས་ཅད་དང་། །སེམས་ཅན་དམྱལ་བའི་སྲུང་མ་དང་། །བྱད་མ་དེ་བཞིན་སྲིན་པོ་རྣམས། །\nསེམས་འདི་གཅིག་པུ་བཏགས་པ་ཡིས། །དེ་དག་ཐམས་ཅད་བཏགས་པར་འགྱུར། །སེམས་འདི་གཅིག་པུ་བཏུལ་བས་ན། །དེ་དག་ཐམས་ཅད་ཐུལ་བར་འགྱུར། །\nའདི་ལྟར་འཇིགས་པ་ཐམས་ཅད་དང་། །སྡུག་བསྔལ་དཔག་ཏུ་མེད་པ་ཡང་། །སེམས་ལས་བྱུང་བ་ཡིན་ནོ་ཞེས། །ཡང་དག་གསུང་བ་ཉིད་ཀྱིས་བསྟན། །\nསེམས་ཅན་དམྱལ་བའི་མཚོན་ཆ་རྣམས། །སུ་ཞིག་གིས་ནི་ཆེད་དུ་བྱས། །ལྕགས་སྲེག་ས་གཞི་སུ་ཡིས་བྱས། །མེ་ཚོགས་དེ་དག་ཅི་ལས་བྱུང་། །\nདེ་འདྲ་དེ་དག་ཐམས་ཅད་ཀྱང་། །སྡིག་སེམས་ཡིན་པར་ཐུབ་པས་གསུངས། །དེ་ལྟར་འཇིག་རྟེན་གསུམ་པོ་ན། །སེམས་ལས་འཇིགས་པ་གཞན་འགའ་མེད། །\nགལ་ཏེ་འགྲོ་བ་དབུལ་བོར་ནས། །སྦྱིན་པའི་ཕ་རོལ་ཕྱིན་ཡིན་ན། །ད་རུང་འགྲོ་བཀྲེན་ཡོད་ན་སྔོན། །སྐྱོབ་པ་ཇི་ལྟར་ཕ་རོལ་ཕྱིན། །\nབདོག་པ་ཐམས་ཅད་འབྲས་བཅས་ཏེ། །སྐྱེ་བོ་ཀུན་ལ་བཏང་སེམས་ཀྱིས། །སྦྱིན་པའི་ཕ་རོལ་ཕྱིན་གསུངས་ཏེ། །དེ་ལྟས་དེ་ནི་སེམས་ཉིད་དོ། །\nཉ་ལ་སོགས་པ་གང་ཞིག་ཏུ། །དེ་དག་གསོད་མི་འགྱུར་བར་བསྐྲད། །སྤོང་བའི་སེམས་ནི་ཐོབ་པ་ལས། །ཚུལ་ཁྲིམས་ཕ་རོལ་ཕྱིན་པར་བཤད། །\nསེམས་ཅན་མི་སྲུན་ནམ་མཁའ་བཞིན། །དེ་དག་གཞོམ་གྱིས་ཡོང་མི་ལང་། །ཁྲོ་བའི་སེམས་འདི་གཅིག་བཅོམ་ན། །དགྲ་དེ་ཐམས་ཅད་ཆོམས་དང་འདྲ། །\nས་སྟེང་འདི་དག་ཀོས་གཡོག་ཏུ། །དེ་སྙེད་ཀོ་བས་ག་ལ་ལང་། །ལྷམ་མཐིལ་ཙམ་གྱི་ཀོ་བས་ནི། །ས་སྟེང་ཐམས་ཅད་གཡོགས་དང་འདྲ། །\nདེ་བཞིན་ཕྱི་རོལ་དངོས་པོ་ཡང་། །བདག་གིས་ཕྱིར་བཟློག་མི་ལང་གི །བདག་གི་སེམས་འདི་ཕྱིར་བཟློག་བྱའི། །གཞན་རྣམས་བཟློག་གོ་ཅི་ཞིག་དགོས། །\nསེམས་གསལ་གཅིག་བསྐྱེད་འབྲས་བུ་གང་། །ཚངས་ལ་སོགས་པ་ཡིན་པ་ལྟར། །ལུས་ངག་བཅས་པའི་འབྲས་བུ་ཡང་། །སྤྱོད་པ་ཞན་པས་དེ་ལྟ་མིན། །\nབཟླས་བརྗོད་དང་ནི་དཀའ་ཐུབ་ཀུན། །ཡུན་རིང་དུས་སུ་སྤྱད་བྱས་ཀྱང་། །སེམས་གཞན་གཡེངས་པས་བྱས་པ་ནི། །དེ་ཉིད་རིག་པས་དོན་མེད་གསུངས། །\nགང་གིས་ཆོས་ཀྱི་གཙོ་བོ་མཆོག །སེམས་ཀྱི་གསང་འདི་མ་ཤེས་ན། །བདེ་ཐོབ་སྡུག་བསྔལ་གཞོམ་འདོད་ཀྱང་། །དེ་དག་དོན་མེད་གྱི་ནར་འཁྱམ། །\nདེ་ལྟས་བདག་གི་སེམས་འདི་ནི། །ལེགས་གཟུང་ལེགས་པར་བསྲུང་བར་བྱ། །སེམས་བསྲུང་བརྟུལ་ཞུགས་མ་གཏོགས་པ། །བརྟུལ་ཞུགས་མང་པོས་ཅི་ཞིག་བྱ། །\nམ་གྲངས་དྲོལ་བའི་ཁྲོད་གནས་ན། །སྒྲིམས་ཏེ་རྨ་ཡི་བག་བྱེད་བཞིན། །སྐྱེ་བོ་ངན་ཁྲོད་གནས་པས་ཀྱང་། །སེམས་ཀྱི་རྨ་འདི་རྟག་ཏུ་བསྲུང་། །\nརྨ་ཡི་སྡུག་བསྔལ་ཆུང་ངུ་ཡིས། །སྐྲག་པའང་རྨ་ཡི་བག་བྱེད་ན། །བསྡུས་འཇོམས་རིས་འཇོམས་སྐྲག་པ་དག །སེམས་ཀྱི་རྨ་ལྟ་ཅིས་མི་སྲུང་། །\nསྤྱོད་པ་འདི་འདྲས་གནས་བྱེད་ན། །སྐྱེ་བོ་ངན་པའི་ཁྲོད་གནས་སམ། །བུད་མེད་ཁྲོད་ན་གནས་ཀྱང་རུང་། །སྡོམ་བརྩོན་བརྟན་པ་ཉམས་མི་འགྱུར། །\nབདག་གི་རྙེད་དང་བཀུར་སྟི་དང་། །ལུས་དང་འཚོ་བ་མེད་བླ་ཞིང་། །དགེ་བ་གཞན་ཡང་ཉམས་བླ་ཡི། །སེམས་ནི་ནམས་ཀྱང་ཉམས་མི་བྱ། །\nསེམས་བསྲུང་འདོད་པ་རྣམས་ལ་ནི། །དྲན་པ་དང་ནི་ཤེས་བཞིན་དག །ཐམས་ཅད་འབད་པས་སྲུངས་ཤིག་ཅེས། །བདག་ནི་དེ་ལྟར་ཐལ་མོ་སྦྱོར། །\nནད་ཀྱིས་དཀྲུགས་པའི་མི་དག་ནི། །ལས་རྣམས་ཀུན་ལ་མཐུ་མེད་པ། །དེ་བཞིན་རྨོངས་པས་སེམས་དཀྲུགས་པ། །ལས་རྣམས་ཀུན་ལ་མཐུ་མེད་དོ། །\nཤེས་བཞིན་མེད་པའི་སེམས་ལྡན་པའི། །ཐོས་དང་བསམས་དང་བསྒོམས་པ་ཡང་། །གློ་རྡོལ་བུམ་པའི་ཆུ་བཞིན་དུ། །དྲན་པ་ལ་ནི་དེ་མི་གནས། །\nཐོས་ལྡན་དད་པ་ཅན་དང་ནི། །བརྩོན་པ་ལྷུར་ལེན་དུ་མ་ཡང་། །ཤེས་བཞིན་མེད་པའི་སྐྱོན་ཆགས་པས། །ལྟུང་བའི་རྙོག་དང་བཅས་པར་འགྱུར། །\nཤེས་བཞིན་མེད་པའི་ཆོམ་རྐུན་དག །དྲན་པ་ཉམས་པའི་རྗེས་འབྲང་བས། །བསོད་ནམས་དག་ནི་ཉེར་བསགས་ཀྱང་། །རྐུན་པོས་ཕྲོགས་བཞིན་ངན་འགྲོར་འགྲོ། །\nཉོན་མོངས་ཆོམ་རྐུན་ཚོགས་འདི་ནི། །གླགས་སྐབས་ཚོལ་བར་བྱེད་པ་སྟེ། །གླགས་རྙེད་གྱུར་ནས་དགེ་འཕྲོག་ཅིང་། །བདེ་འགྲོའི་སྲོག་ཀྱང་འཇོམས་པར་བྱེད། །\nདེ་བས་དྲན་པ་ཡིད་སྒོ་ནས། །གུད་དུ་ནམ་ཡང་མི་གཏོང་ངོ་། །སོང་ནའང་ངན་འགྲོ་གནོད་པ་དག །དྲན་པར་བྱས་ཏེ་ཉེ་བར་བཞག །\nབླ་མ་དང་ནི་འགྲོགས་པ་ལས། །མཁན་པོས་རྗེས་སུ་བསྟན་པ་དང་། །འཇིགས་པས་སྐལ་ལྡན་གུས་བྱེད་ལ། །དྲན་པ་བདེ་བླག་ཉིད་དུ་སྐྱེ། །\nསངས་རྒྱས་བྱང་ཆུབ་སེམས་དཔའ་དག །ཀུན་དུ་ཐོགས་མེད་གཟིགས་པར་ལྡན། །དེ་དག་ཐམས་ཅད་སྤྱན་སྔ་ན། །རྟག་པར་བདག་ནི་གནས་སོ་ཞེས། །\nདེ་ལྟར་བསམས་ནས་ངོ་ཚ་དང་། །གུས་དང་འཇིགས་ལྡན་དེ་བཞིན་གནོས། །དེས་ན་སངས་རྒྱས་རྗེས་དྲན་པའང་། །དེ་ལ་ཡང་དང་ཡང་དུ་འབྱུང་། །\nགང་ཚེ་དྲན་པ་ཡིད་སྒོ་ནས། །བསྲུང་བའི་དོན་དུ་གནས་གྱུར་པ། །དེ་ཚེ་ཤེས་བཞིན་འོང་འགྱུར་ཞིང་། །སོང་བ་དག་ཀྱང་འོང་བར་འགྱུར། །\nརེ་ཞིག་དང་པོ་འདི་འདྲའི་སེམས། །འདི་ནི་སྐྱོན་བཅས་ཤེས་བྱས་ནས། །དེ་ཚེ་བདག་གིས་ཤིང་བཞིན་དུ། །ཟུངས་ཐུབ་པར་ནི་གནས་པར་བྱ། །\nདོན་མེད་གཡེང་བར་ལྟ་བ་ནི། །ནམ་ཡང་བདག་གིས་མི་བྱ་སྟེ། །ངེས་པར་སེམས་པས་རྟག་ཏུ་ནི། །མིག་ནི་ཕབ་སྟེ་བལྟ་བར་བྱ། །\nལྟ་བ་ངལ་བསོའི་ཆེད་དུ་ནི། །རེས་འགའ་ཕྱོགས་སུ་བལྟ་བར་བྱ། །འགའ་ཞིག་མིག་ལམ་སྣང་གྱུར་ན། །བལྟས་ནས་འོངས་པ་ལེགས་ཞེས་བརྗོད། །\nལམ་སོགས་འཇིགས་པ་བརྟག་པའི་ཕྱིར། །ཡང་དང་ཡང་དུ་ཕྱོགས་བཞིར་བལྟ། །ངལ་བསོས་ཁ་ནི་ཕྱིར་བལྟས་ནས། །རྒྱབ་ཀྱི་ཕྱོགས་སུ་བལྟ་བར་བྱ། །\nམདུན་དང་རྒྱབ་ཏུ་བརྟག་བྱས་ནས། །འགྲོའམ་ཡང་ན་འོང་བྱ་སྟེ། །དེ་ལྟར་གནས་སྐབས་ཐམས་ཅད་དུ། །དགོས་པ་ཤེས་ནས་སྤྱད་པར་བྱ། །\nལུས་ཀྱིས་འདི་ལྟར་གནས་བྱ་ཞེས། །བྱ་བ་བསྡོགས་ནས་དེ་ནས་ནི། །སྐབས་སུ་ལུས་འདི་ཇི་ལྟ་བུར། །གནས་པ་ཡིན་ཞེས་བལྟ་བར་བྱ། །\nསེམས་ཀྱི་གླང་ཆེན་མྱོས་པ་ནི། །ཆོས་ལ་སེམས་པའི་ཀ་ཆེན་ལ། །ཇི་ལྟར་བཏགས་པ་མི་འཆོར་བར། །དེ་ལྟར་འབད་པ་ཀུན་གྱིས་བརྟག །\nཅི་ནས་ཏིང་འཛིན་བརྩོན་པ་ནི། །སྐད་ཅིག་གཅིག་ཀྱང་མི་འཆོར་བར། །བདག་གི་ཡིད་འདི་གར་སྤྱོད་ཅེས། །དེ་ལྟར་ཡིད་ལ་སོ་སོར་བརྟག །\nའཇིགས་དང་དགའ་སྟོན་སོགས་འབྲེལ་བར། །གལ་ཏེ་མི་ནུས་ཅི་བདེར་བྱ། །འདི་ལྟར་སྦྱིན་པའི་དུས་དག་ཏུ། །ཚུལ་ཁྲིམས་བཏང་སྙོམས་བྱ་བར་གསུངས། །\nགང་ཞིག་བསམས་ཏེ་བྱར་བརྩམས་པ། །དེ་ལས་གཞན་དུ་མི་བསམ་སྟེ། །དེར་གཏད་པ་ཡི་བསམ་པ་ཡིས། །དེ་ཉིད་རེ་ཞིག་བསྒྲུབ་པར་བྱ། །\nདེ་ལྟ་ན་ནི་ཀུན་ལེགས་བྱས། །གཞན་དུ་གཉིས་ཀར་མི་འགྱུར་རོ། །ཤེས་བཞིན་མ་ཡིན་ཉེ་ཉོན་མོངས། །དེ་ལྟ་ན་ནི་འཕེལ་མི་འགྱུར། །\nབྲེ་མོའི་གཏམ་ནི་སྣ་ཚོགས་དང་། །ངོ་མཚར་ལྟད་མོ་རྣམ་མང་པོ། །ཀུན་ལ་འཇུག་པར་གྱུར་པ་ན། །དེ་ལ་ཆགས་པ་སྤང་བར་བྱ། །\nདོན་མེད་ས་རྐོ་རྩྭ་གཅོད་དང་། །ས་རིས་འདྲི་སོགས་བྱེད་གྱུར་ན། །བདེ་གཤེགས་བསླབ་པ་དྲན་བྱས་ནས། །སྐྲག་པས་དེ་ཡི་མོད་ལ་དོར། །\nགང་ཚེ་བསྐྱོད་པར་འདོད་གྱུར་ཏམ། །སྨྲ་བར་འདོད་པར་གྱུར་ན་ཡང་། །དང་པོར་རང་གི་སེམས་བརྟགས་ནས། །བརྟན་པས་རིག་པ་ལྡན་པར་བྱ། །\nགང་ཚེ་རང་ཡིད་ཆགས་པ་དང་། །ཁྲོ་བར་འདོད་པ་དེ་ཡི་ཚེ། །ལས་སུ་མི་བྱ་སྨྲ་མི་བྱ། །ཤིང་བཞིན་དུ་ནི་གནས་པར་བྱ། །\nརྒོད་དང་ག་ཞར་བཅས་པའམ། །གལ་ཏེ་ང་རྒྱལ་རྒྱགས་ལྡན་པའམ། །མཚང་འབྲུ་བ་ཡི་བསམ་པ་དང་། །གལ་ཏེ་སྐྱོར་འབྱིན་སླུ་སེམས་སམ། །\nགང་ཚེ་བདག་བསྟོད་ལྷུར་ལེན་པའམ། །གཞན་ལ་སྨོད་པ་ཉིད་དང་ནི། །གཤེ་བཅས་འགྱོད་དང་བཅས་གྱུར་པ། །དེ་ཚེ་ཤིང་བཞིན་གནས་པར་བྱ། །\nརྙེད་དང་བཀུར་སྟི་གྲགས་འདོད་པའམ། །གཡོག་འཁོར་དོན་དུ་གཉེར་འདོད་པའམ། །བདག་སེམས་རིམ་གྲོ་འདོད་གྱུར་ན། །དེ་ཚེ་ཤིང་བཞིན་གནས་པར་བྱ། །\nགཞན་དོན་ཡལ་བར་འདོར་བ་དང་། །རང་དོན་གཉེར་བར་འདོད་པ་དང་། །སྨྲ་བར་འདོད་པའི་སེམས་བྱུང་ན། །དེས་ནི་ཤིང་བཞིན་གནས་པར་བྱ། །\nམི་བཟོད་ལེ་ལོ་འཇིགས་པ་དང་། །དེ་བཞིན་སྤྱི་རྟོལ་མུ་ཅོར་དང་། །རང་གི་ཕྱོགས་ཞེན་སེམས་བྱུང་ན། །དེ་ཚེ་ཤིང་བཞིན་གནས་པར་བྱ། །\nདེ་ལྟར་ཀུན་ནས་ཉོན་མོངས་དང་། །དོན་མེད་བརྩོན་པའི་ཡིད་བརྟགས་ནས། །དེ་ཚེ་དཔའ་བོས་གཉེན་པོ་ཡིས། །དེ་ནི་བརྟན་པོར་གཟུང་བར་བྱ། །\nཤིན་ཏུ་ངེས་དང་རབ་དད་དང་། །བརྟན་དང་གུས་དང་ཞེ་སར་བཅས། །ངོ་ཚ་ཤེས་དང་འཇིགས་བཅས་དང་། །ཞི་ཞིང་གཞན་དགའ་བྱེད་ལ་བརྩོན། །\nཕན་ཚུན་མི་མཐུན་བྱིས་པ་ཡི། །འདོད་པ་རྣམས་ཀྱིས་མི་སྐྱོ་ཞིང་། །ཉོན་མོངས་སྐྱེས་པ་འདི་དག་གི །སེམས་འདི་བྱུང་སྙམ་བརྩེར་ལྡན་དང་། །\nཁ་ན་མ་ཐོ་མེད་དངོས་ལ། །བདག་དང་སེམས་ཅན་དབང་བྱས་ཤིང་། །སྤྲུལ་པ་བཞིན་དུ་ང་མེད་པར། །ཡིད་འདི་རྟག་ཏུ་གཟུང་བར་བྱ། །\nརིང་ཞིག་ལོན་ནས་དལ་བའི་མཆོག །ཐོབ་པ་ཡང་དང་ཡང་བསམས་ནས། །སེམས་དེ་ལྟ་བུར་རི་རབ་ལྟར། །རབ་ཏུ་མི་གཡོ་གཟུང་བར་བྱ། །\nབྱ་རྒོད་ཤ་ལ་ཆགས་པ་ཡིས། །ཕན་ཚུན་ཀུན་དུ་བཤལ་ཁྲིད་ཀྱང་། །ཡིད་ཁྱོད་མི་དགར་མི་བྱེད་ན། །ད་ལྟ་ཅི་ཕྱིར་ཁ་ཏ་བྱེད། །\nལུས་འདི་བདག་གིར་གཟུང་བྱས་ནས། །ཡིད་ཁྱོད་ཅི་ཕྱིར་སྲུང་བར་བྱེད། །ཁྱོད་དང་འདི་གཉིས་སོ་སོ་ན། །དེས་ཀོ་ཁྱོད་ལ་ཅི་ཞིག་བྱ། །\nརྨོངས་པའི་ཡིད་ཁྱོད་ཅི་ཡི་ཕྱིར། །ཤིང་གཟུགས་གཙང་མ་གཟུང་མི་བྱེད། །མི་གཙང་ཚོགས་ཀྱི་འཁྲུལ་འཁོར་འདི། །རུལ་བ་བསྲུངས་ཏེ་ཅི་ཞིག་རུང་། །\nཐོག་མར་པགས་པའི་རིམ་པ་འདི། །རང་གི་བློ་ཡིས་ཐ་དད་ཕྱེ། །ཤ་ཡང་རུས་པའི་དྲ་བ་ལས། །ཤེས་རབ་མཚོན་གྱིས་གུད་དུ་ཕྱེ། །\nརུས་པ་རྣམས་ཀྱང་དབྱེ་བྱས་ནས། །རྐང་གི་བར་དུ་བལྟ་བྱ་ཞིང་། །འདི་ལ་སྙིང་པོ་ཅི་ཡོད་ཅེས། །བདག་ཉིད་ཀྱིས་ནི་བརྟག་པར་གྱིས། །\nདེ་ལྟར་འབད་དེ་བཙལ་ཀྱང་དེར། །ཁྱོད་ཀྱིས་སྙིང་པོ་མ་མཐོང་ན། །ད་དུང་ཅི་ཕྱིར་ཆགས་ཚུལ་གྱིས། །ཁྱོད་ནི་ལུས་འདི་སྲུང་བར་བྱེད། །\nཁྱོད་ཀྱིས་མི་གཙང་བཟར་མི་རུང་། །ཁྲག་ཀྱང་བཏུང་དུ་མི་རུང་ལ། །རྒྱུ་ལྟོའང་གཞིབ་ཏུ་མི་རུང་ན། །ལུས་ཀྱིས་ཁྱོད་ལ་ཅི་ཞིག་བྱ། །\nཉིས་ན་ཝ་དང་བྱ་རྒོད་ཀྱིས། །ཟས་ཀྱི་དོན་དུ་འདི་བསྲུང་རིགས། །མི་འོ་ཅོག་གི་ལུས་འདི་ནི། །བཀོལ་བར་བྱ་བ་ཉིད་དུ་ཟད། །\nའདི་ལྟར་ཁྱོད་ཀྱིས་བསྲུངས་ཀྱང་ནི། །འཆི་བདག་བརྩེ་བ་མེད་པ་ཡིས། །ཕྲོགས་ཏེ་བྱ་དང་ཁྱིར་བྱིན་ན། །དེ་ཚེ་ཁྱོད་ཀྱིས་ཅི་བྱར་ཡོད། །\nབྲན་གཡོག་བཀོལ་དུ་མི་བཏུབ་ལའང་། །གོས་ལ་སོགས་པ་མི་སྦྱིན་ན། །ལུས་འདི་བསྙོད་ཀྱང་གཞན་འགྲོ་ན། །ཁྱོད་ཀོ་ཅི་སྟེ་ཤ་ཐང་གསོ། །\nའདི་ལ་གླ་རྔན་བྱིན་ནས་ནི། །ད་ནི་རང་གི་དོན་བྱེད་ཆུག །ཕན་པ་མེད་པར་འདི་ལ་ནི། །ཐམས་ཅད་སྦྱིན་པར་མི་བྱའོ། །\nའགྲོ་དང་འོང་བའི་རྟེན་ཙམ་དུ། །ལུས་ལ་གྲུ་ཡི་བློ་བཞག་སྟེ། །སེམས་ཅན་རྣམས་དོན་བསྒྲུབ་པའི་ཕྱིར། །ཡིད་བཞིན་གྱི་ནི་ལུས་སུ་བསྒྱུར། །\nདེ་ལྟར་རང་དབང་ཡོད་ཀྱིས་དེ། །རྟག་ཏུ་འཛུམ་པའི་བཞིན་དུ་གྱིས། །ཁྲོ་གཉེར་ངོ་ཟུམ་ཡོངས་ཐོང་སྟེ། །འགྲོ་བའི་བཤེས་དང་གསོང་པོར་གྱིས། །\nཁྲི་ལ་སོགས་པ་བབ་ཅོལ་དུ། །སྒྲ་དང་བཅས་པར་མི་དོར་རོ། །སྒོ་ཡང་དྲག་ཏུ་མི་དབྱེ་སྟེ། །རྟག་ཏུ་གཅོམ་བསྐྱུངས་དགའ་བར་བྱ། །\nཆུ་སྐྱར་བྱི་ལ་ཆོམ་རྐུན་དག །སྒྲ་མེད་འཇབ་ཅིང་འགྲོ་བ་ཡིས། །མངོན་པར་འདོད་པའི་དོན་སྒྲུབ་པ། །ཐུབ་པས་རྟག་ཏུ་དེ་བཞིན་སྤྱད། །\nགཞན་ལ་གཞེན་བསྐུལ་འདེབས་མཁས་ཤིང་། །མ་བཅོལ་ཕན་པ་བྱེད་པའི་ངག །གུས་པས་སྤྱི་བོས་བླང་གྱིས་ཏེ། །རྟག་ཏུ་ཀུན་གྱི་སློབ་མར་གྱུར། །\nལེགས་པར་སྨྲས་པ་ཐམས་ཅད་ལ། །དགེ་བར་གསུངས་ཞེས་བརྗོད་པར་བྱ། །བསོད་ནམས་བྱེད་པ་མཐོང་གྱུར་ན། །བསྟོད་པས་ལེགས་པར་དགའ་བ་བསྐྱེད། །\nལྐོག་ན་ཡོན་ཏན་བརྗོད་བྱ་ཞིང་། །ཡོན་ཏན་བརྗོད་ན་རྗེས་སུ་བརྗོད། །རང་གི་ཡོན་ཏན་བརྗོད་ན་དེ། །ཡོན་ཏན་ཤེས་པར་རིག་པར་བྱ། །\nརྩོམ་པ་ཐམས་ཅད་དགའ་ཕྱིར་ཏེ། །དེ་ནི་རིན་གྱིས་ཉོ་ནའང་དཀོན། །དེ་ལྟས་གཞན་བྱས་ཡོན་ཏན་གྱིས། །དགའ་བའི་བདེ་བ་སྤྱད་པར་བྱ། །\nབདག་ལ་འདིར་གོད་ཡོང་མེད་ལ། །ཕ་རོལ་དུ་ཡང་བདེ་བ་ཆེ། །ཉེས་པས་མི་དགའ་སྡུག་བསྔལ་ཞིང་། །ཕ་རོལ་དུ་ཡང་སྡུག་བསྔལ་ཆེ། །\nསྨྲ་ན་ཡིད་ཕེབས་འབྲེལ་པ་དང་། །དོན་གསལ་ཡིད་དུ་འོང་བ་དང་། །ཆགས་དང་ཞེ་སྡང་སྤངས་པ་དང་། །འཇམ་ཞིང་རན་པར་སྨྲ་བར་བྱ། །\nམིག་གིས་སེམས་ཅན་ལྟ་ན་ཡང་། །འདི་དག་ཉིད་ལ་བརྟེན་ནས་བདག །སངས་རྒྱས་ཉིད་དུ་འགྱུར་རོ་ཞེས། །དྲང་ཞིང་བྱམས་པའི་ཚུལ་གྱིས་བལྟ། །\nརྟག་པར་མངོན་ཞེན་གྱིས་བསླང་བའམ། །གཉེན་པོ་ཡིས་ནི་བསླང་བ་ཉིད། །ཡོན་ཏན་དང་ནི་ཕན་འདོགས་ཞིང་། །སྡུག་བསྔལ་བ་ལ་དགེ་ཆེན་འགྱུར། །\nམཁས་ཤིང་ལྡང་དང་ལྡན་བྱས་ནས། །ལས་རྣམས་བདག་གིས་རྟག་ཏུ་བྱ། །ལས་རྣམས་ཀུན་ལ་སུ་ལ་ཡང་། །ལྟོས་པར་བྱ་བ་མ་ཡིན་ནོ། །\nསྦྱིན་པའི་ཕ་རོལ་ཕྱིན་ལ་སོགས། །གོང་ནས་གོང་དུ་ཁྱད་ཞུགས་སྤྱད། །ཆུང་ངུའི་ཕྱིར་ནི་ཆེ་མི་གཏང་། །གཙོ་ཆེར་གཞན་གྱི་དོན་བསམ་མོ། །\nདེ་ལྟར་རིག་བྱས་གཞན་དོན་ལ། །རྟག་ཏུ་བརྩོན་པར་གནས་པར་བྱ། །ཐུགས་རྗེ་མངའ་བ་རིང་གཟིགས་པས། །བཀག་པ་རྣམས་ཀྱང་དེ་ལ་གནང་། །\nལོག་པར་ལྟུང་དང་མགོན་མེད་དང་། །བརྟུལ་ཞུགས་གནས་ལ་བགོ་བྱ་ཞིང་། །རན་པ་ཙམ་དུ་བཟའ་བྱ་སྟེ། །ཆོས་གོས་གསུམ་མ་གཏོགས་པ་སྦྱིན། །\nདམ་པའི་ཆོས་ནི་སྤྱོད་པའི་ལུས། །ཕྲན་ཚེགས་ཆེད་དུ་གནོད་མི་བྱ། །དེ་ལྟར་བྱས་ན་སེམས་ཅན་གྱི། །བསམ་པ་མྱུར་དུ་རྫོགས་པར་འགྱུར། །\nསྙིང་རྗེའི་བསམ་པ་མ་དག་པར། །ལུས་འདི་གཏང་བར་མི་བྱ་སྟེ། །ཅི་ནས་འདི་དང་གཞན་དུ་ཡང་། །དོན་ཆེན་སྒྲུབ་པའི་རྒྱུར་གཏང་ངོ་། །\nམ་གུས་པ་ལ་ཆོས་མི་བཤད། །མི་ན་བཞིན་དུ་མགོ་དཀྲིས་དང་། །གདུགས་དང་འཁར་བ་མཚོན་ཐོགས་དང་། །མགོ་བོ་གཡོགས་པ་དག་ལ་མིན། །\nདམན་ལ་ཟབ་དང་རྒྱ་ཆེ་དང་། །སྐྱེས་པ་མེད་པར་བུད་མེད་མིན། །དམན་དང་མཆོག་གི་ཆོས་རྣམས་ལ། །མཚུངས་པར་གུས་པས་ཀུན་དུ་སྤྱད། །\nརྒྱ་ཆེན་ཆོས་ཀྱི་སྣོད་གྱུར་པ། །དམན་པའི་ཆོས་ལ་སྦྱར་མི་བྱ། །སྤྱོད་པ་ཡོངས་སུ་དོར་མི་བྱ། །མདོ་དང་སྔགས་ཀྱིས་འདྲིད་མི་བྱ། །\nསོ་ཤིང་དང་ནི་མཆིལ་མ་དག །དོར་བ་ན་ནི་དགབ་པར་བྱ། །གཅི་ལ་སོགས་པའང་ལོངས་སྤྱོད་པའི། །ཆུ་དང་ཐང་ལ་དོར་བ་སྨད། །\nཁ་བཀང་བ་དང་སྒྲ་བཅས་དང་། །ཁ་གདངས་ནས་ནི་བཟའ་མི་བྱ། །རྐང་པ་བརྐྱང་སྟེ་མི་འདུག་ཅིང་། །ལག་པ་མཉམ་པར་མི་མཉེའོ། །\nབཞོན་པ་མལ་སྟན་གནས་དག་ཏུ། །བུད་མེད་གཞན་དང་གཅིག་མི་བྱ། །འཇིག་རྟེན་མ་དད་གྱུར་པ་ཀུན། །མཐོང་དང་དྲིས་ཏེ་སྤང་བར་བྱ། །\nསོར་མོས་བརྡ་ནི་མི་བྱ་སྟེ། །གུས་དང་བཅས་པས་གཡས་པ་ཡི། །ལག་པ་དག་ནི་ཀུན་གྱིས་ཀྱང་། །ལམ་ཡང་དེ་ལྟར་བསྟན་པར་བྱ། །\nལག་པ་ཤས་ཆེར་བསྐྱོད་མིན་ཏེ། །ཅུང་ཟད་བསྐྱོད་ལ་སྒྲ་བསྒྲགས་པ། །སེ་གོལ་ལ་སོགས་བརྡ་བྱས་ཏེ། །གཞན་དུ་མ་བསྡམས་པར་འགྱུར་རོ། །\nམགོན་པོ་མྱ་ངན་འདས་གཟིམས་ལྟར། །འདོད་པའི་ཕྱོགས་སུ་ཉལ་བར་བྱ། །ཤེས་བཞིན་མྱུར་དུ་ལྡང་སེམས་ལ། །ཐོག་མ་ཉིད་དུ་ངེས་པར་སྦྱར། །\nབྱང་ཆུབ་སེམས་དཔའི་སྤྱོད་པ་དག །ཚད་མེད་པར་ནི་གསུངས་པ་ལས། །སེམས་སྦྱང་བ་ཡི་སྤྱོད་པ་ནི། །ངེས་པར་དེ་སྲིད་སྤྱད་པར་བྱ། །\nཉིན་དང་མཚན་མོ་ལན་གསུམ་དུ། །ཕུང་པོ་གསུམ་པ་གདོན་བྱ་ཞིང་། །རྒྱལ་དང་བྱང་ཆུབ་སེམས་བརྟེན་པས། །ལྟུང་བའི་ལྷག་མ་དེས་ཞི་བྱ། །\nརང་ངམ་གཞན་གྱི་དབང་ཡང་རུང་། །གནས་སྐབས་གང་དུ་ཅི་སྤྱོད་ཀྱང་། །བསླབ་པར་གསུངས་པ་གང་ཡིན་པའི། །གནས་སྐབས་དེ་ལ་འབད་དེ་བསླབ། །\nརྒྱལ་སྲས་རྣམས་ཀྱིས་མི་བསླབ་པ། །དེ་ནི་གང་ཡང་ཡོད་མིན་ཏེ། །དེ་ལྟར་གནས་པའི་མཁས་པ་ལ། །བསོད་ནམས་མི་འགྱུར་གང་ཡང་མེད། །\nདངོས་སམ་ཡང་ན་བརྒྱུད་ཀྱང་རུང་། །སེམས་ཅན་དོན་ལས་གཞན་མི་སྤྱད། །སེམས་ཅན་ཁོ་ནའི་དོན་གྱི་ཕྱིར། །ཐམས་ཅད་བྱང་ཆུབ་ཕྱིར་བསྔོའོ། །\nརྟག་པར་དགེ་བའི་བཤེས་གཉེན་ནི། །ཐེག་ཆེན་དོན་ལ་མཁས་པ་དང་། །བྱང་ཆུབ་སེམས་དཔའི་བརྟུལ་ཞུགས་མཆོག །སྲོག་གི་ཕྱིར་ཡང་མི་བཏང་ངོ་། །\nདཔལ་འབྱུང་བ་ཡི་རྣམ་ཐར་ལས། །བླ་མ་བསྟེན་པའི་ཚུལ་ལྟར་བསླབ། །འདི་དང་སངས་རྒྱས་བཀའ་སྩལ་གཞན། །མདོ་སྡེ་བཀླགས་ནས་ཤེས་པར་བྱ། །\nམདོ་སྡེ་རྣམས་ལས་བསླབ་པ་སྣང་། །དེ་བས་མདོ་སྡེ་བཀླག་པར་བྱ། །ནམ་མཁའི་སྙིང་པོའི་མདོ་སྡེ་ནི། །ཐོག་མ་ཉིད་དུ་བལྟ་བར་བྱ། །\nགང་ཕྱིར་རྟག་ཏུ་སྤྱད་པ་ནི། །དེ་ལས་རྒྱ་ཆེར་རབ་སྟོན་པས། །བསླབ་པ་ཀུན་ལས་བཏུས་པ་ཡང་། །ངེས་པར་ཡང་དང་ཡང་དུ་བལྟ། །\nཡང་ན་རེ་ཞིག་མདོར་བསྡུས་པའི། །མདོ་རྣམས་ཀུན་ལས་བཏུས་པ་བལྟ། །འཕགས་པ་ཀླུ་སྒྲུབ་ཀྱིས་མཛད་པའི། །གཉིས་པོའང་འབད་པས་བལྟ་བར་བྱ། །\nགང་ལས་གང་ནི་མ་བཀག་པ། །དེ་ཉིད་སྤྱད་པར་བྱ་བ་སྟེ། །འཇིག་རྟེན་སེམས་ནི་བསྲུང་བའི་ཕྱིར། །བསླབ་པ་མཐོང་ནས་ཡང་དག་སྤྱད། །\nལུས་དང་སེམས་ཀྱི་གནས་སྐབས་ལ། །ཡང་དང་ཡང་དུ་བརྟག་བྱ་བ། །དེ་ཉིད་ཁོ་ན་མདོར་ན་ནི། །ཤེས་བཞིན་བསྲུང་བའི་མཚན་ཉིད་དོ། །\nལུས་ཀྱིས་འདི་དག་སྤྱད་པར་བྱ། །ཚིག་ཙམ་བརྗོད་པས་ཅི་ཞིག་འགྲུབ། །སྨན་དཔྱད་བཀླགས་པ་ཙམ་གྱིས་ནི། །ནད་པ་དག་ལ་ཕན་འགྱུར་རམ། །\nབྱང་ཆུབ་སེམས་དཔའི་སྤྱོད་པ་ལ་འཇུག་པ་ལས། ཤེས་བཞིན་བསྲུང་བར་བྱ་བ་སྟེ་ལེའུ་ལྔ་པའོ།། །།\nch-6 བསྐལ་པ་སྟོང་དུ་བསགས་པ་ཡི། །སྦྱིན་དང་བདེ་གཤེགས་མཆོད་ལ་སོགས། །ལེགས་སྤྱང་གང་ཡིན་དེ་ཀུན་ཡང་། །ཁོང་ཁྲོ་གཅིག་གིས་འཇོམས་པར་བྱེད། །\nཞེ་སྡང་ལྟ་བུའི་སྡིག་པ་མེད། །བཟོད་པ་ལྟ་བུའི་དཀའ་ཐུབ་མེད། །དེ་བས་བཟོད་ལ་ནན་ཏན་དུ། །སྣ་ཚོགས་ཚུལ་དུ་བསྒོམ་པར་བྱ། །\nཞེ་སྡང་ཟུག་རྔུའི་སེམས་འཆང་ན། །ཡིད་ནི་ཞི་བ་ཉམས་མི་མྱོང་། །དགའ་དང་བདེ་བའང་མི་འཐོབ་ལ། །གཉིད་མི་འོང་ཞིང་བརྟན་མེད་འགྱུར། །\nགང་དག་ནོར་དང་བཀུར་སྟི་ཡིས། །དྲིན་བྱིན་དེ་ལ་བརྟེན་གྱུར་པ། །དེ་དག་ཀྱང་ནི་སྡང་ལྡན་པའི། །རྗེ་དཔོན་དེ་ལ་གསོད་པར་རྒོལ། །\nདེ་ཡིས་མཛའ་བཤེས་སྐྱོ་བར་འགྱུར། །སྦྱིན་པས་བསྡུས་ཀྱང་བསྟེན་མི་བྱེད། །མདོར་ན་ཁྲོ་བ་བདེར་གནས་པ། །དེ་ནི་འགའ་ཡང་ཡོད་མ་ཡིན། །\nཁྲོ་བའི་དགྲ་ཡིས་དེ་ལ་སོགས། །སྡུག་བསྔལ་དག་ནི་བྱེད་པར་འགྱུར། །གང་ཞིག་བསྒྲིམས་ཏེ་ཁྲོ་འཇོམས་པ། །དེ་ནི་འདི་དང་གཞན་དུ་བདེ། །\nམི་འདོད་བྱས་དང་འདོད་པ་ཡི། །གེགས་བྱས་པ་ལ་བྱུང་གྱུར་པ། །ཡིད་མི་བདེ་བའི་ཟས་རྙེད་ནས། །ཞེ་སྡང་བརྟས་ཏེ་བདག་འཇོམས་སོ། །\nདེ་ལྟས་བདག་གིས་དགྲ་བོ་དེའི། །ཟས་ནི་རྣམ་པར་གཞོམ་པར་བྱ། །འདི་ལྟར་བདག་ལ་གནོད་པ་ལས། །དགྲ་འདི་ལ་ནི་ལས་གཞན་མེད། །\nཅི་ལ་བབ་ཀྱང་བདག་གིས་ནི། །དགའ་བའི་ཡིད་ནི་དཀྲུགས་མི་བྱ། །མི་དགའ་བྱས་ཀྱང་འདོད་མི་འགྲུབ། །དགེ་བ་དག་ནི་ཉམས་པར་འགྱུར། །\nགལ་ཏེ་བཅོས་སུ་ཡོད་ན་ནི། །དེ་ལ་མི་དགར་ཅི་ཞིག་ཡོད། །གལ་ཏེ་བཅོས་སུ་མེད་ན་ནི། །དེ་ལ་མི་དགའ་བྱས་ཅི་ཕན། །\nབདག་གམ་བདག་གི་བཤེས་རྣམས་ལ། །སྡུག་བསྔལ་བརྙས་དང་ཚིག་རྩུབ་དང་། །མི་སྙན་ཞེས་བྱ་མི་འདོད་དེ། །དགྲ་ལ་དེ་ལས་བཟློག་པས་སོ། །\nབདེ་བའི་རྒྱུ་ནི་རེས་འགའ་འབྱུང་། །སྡུག་བསྔལ་རྒྱུ་ནི་ཤིན་ཏུ་མང་། །སྡུག་བསྔལ་མེད་པར་ངེས་འབྱུང་མེད། །དེ་བས་སེམས་ཁྱོད་བརྟན་པར་མནོས། །\nདཀའ་ཟློག་དད་དང་ཀརྞ་པ། །བསྲེག་དང་བཅད་སོགས་ཚོར་བ་ནི། །དོན་མེད་བཟོད་བྱེད་ཐར་པ་ཡི། །དོན་དུ་བདག་གོ་ཅི་ཕྱིར་སྔར། །\nགོམས་ན་སླ་བར་མི་འགྱུར་བའི། །དངོས་དེ་གང་ཡང་ཡོད་མ་ཡིན། །དེ་བས་གནོད་པ་ཆུང་གོམས་པས། །གནོད་པ་ཆེན་པོ་བཟོད་པར་བྱོས། །\nསྦྲུལ་དང་ཤ་སྦྲང་དག་དང་ནི། །བཀྲེས་སྐོམ་ལ་སོགས་ཚོར་བ་དང་། །གཡན་པ་ལ་སོགས་བཅས་པ་ཡི། །དོན་མེད་སྡུག་བསྔལ་ཅིས་མ་མཐོང་། །\nཚ་གྲང་ཆར་དང་རླུང་སོགས་དང་། །ནད་དང་འཆིང་དང་རྡེག་སོགས་ལ། །བདག་གིས་བཟེ་རེ་མི་བྱ་སྟེ། །དེ་ལྟར་བྱས་ན་གནོད་པ་འཕེལ། །\nལ་ལ་བདག་གི་ཁྲག་མཐོང་ན། །དཔའ་བརྟན་ལྷག་པར་སྐྱེ་འགྱུར་ཡོད། །ལ་ལ་གཞན་གྱི་ཁྲག་མཐོང་ན། །བོག་ཅིང་བརྒྱལ་བར་འགྱུར་བ་ཡོད། །\nདེ་ནི་སེམས་ཀྱི་ངང་བརྟན་དང་། །སྔར་མའི་ཚུལ་ལས་གྱུར་པ་ཡིན། །དེ་བས་གནོད་པ་ཁྱད་བསད་ཅིང་། །སྡུག་བསྔལ་རྣམས་ཀྱིས་མི་ཚུགས་བྱོས། །\nམཁས་པས་སྡུག་བསྔལ་བྱུང་ཡང་ནི། །སེམས་ཀྱི་རབ་དང་རྙོག་མི་བྱ། །ཉོན་མོངས་རྣམས་དང་གཡུལ་འགྱེད་ལ། །གཡུལ་འགྱེད་ཚེ་ན་གནོད་པ་མང་། །\nསྡུག་བསྔལ་ཐམས་ཅད་ཁྱད་བསད་ནས། །ཞེ་སྡང་ལ་སོགས་དགྲ་འཇོམས་པ། །དེ་དག་རྒྱལ་བྱེད་དཔའ་བོ་སྟེ། །ལྷག་མ་རོ་ལ་གསོད་པའོ། །\nགཞན་ཡང་སྡུག་བསྔལ་ཡོན་ཏན་ནི། །སྐྱོ་བས་དྲེགས་པ་སེལ་བར་བྱེད། །འཁོར་བ་པ་ལ་སྙིང་རྗེ་སྐྱེ། །སྡིག་ལ་འཛེམ་དང་དགེ་ལ་དགའ། །\nམཁྲིས་པ་ལ་སོགས་སྡུག་བསྔལ་གྱི། །འབྱུང་གནས་ཆེ་ལ་མི་ཁྲོ་བར། །སེམས་ཡོད་རྣམས་ལ་ཅི་སྟེ་ཁྲོ། །དེ་དག་ཀུན་ཀྱང་རྐྱེན་གྱིས་བསྐུལ། །\nདཔེར་ན་མི་འདོད་བཞིན་དུ་ཡང་། །ནད་འདི་འབྱུང་བར་འགྱུར་བ་ལྟར། །དེ་བཞིན་མི་འདོད་བཞིན་དུ་ཡང་། །ནན་གྱིས་ཉོན་མོངས་འབྱུང་བར་འགྱུར། །\nཁྲོ་བར་བྱ་ཞེས་མ་བསམས་ཀྱང་། །སྐྱེ་བོ་རྣམས་ནི་གྱི་ནར་ཁྲོ། །བསྐྱེད་པར་བྱ་ཞེས་མ་བསམས་ཀྱང་། །ཁྲོ་བ་དེ་བཞིན་སྐྱེ་བར་འགྱུར། །\nཉེས་པ་ཇི་སྙེད་ཐམས་ཅད་དང་། །སྡིག་པ་རྣམ་པ་སྣ་ཚོགས་པ། །དེ་ཀུན་རྐྱེན་གྱི་སྟོབས་ལས་བྱུང་། །རང་དབང་ཡོད་པ་མ་ཡིན་ནོ། །\nརྐྱེན་རྣམས་ཚོགས་པ་དེ་དག་ཀྱང་། །བསྐྱེད་པར་བྱ་ཞེས་སེམས་པ་མེད། །དེས་བསྐྱེད་དེ་ཡང་བདག་བསྐྱེད་ཅེས། །སེམས་པ་ཡོད་པ་མ་ཡིན་ནོ། །\nགཙོ་བོ་ཞེས་བྱར་གང་འདོད་དང་། །བདག་ཅེས་བརྟགས་པ་གང་ཡིན་པ། །དེ་ཉིད་བདག་ནི་འབྱུང་བྱ་ཞེས། །ཆེད་དུ་བསམས་ཤིང་འབྱུང་བ་མེད། །\nམ་སྐྱེས་པར་ནི་དེ་མེད་ན། །དེ་ཚེ་སྐྱེ་བར་འདོད་པ་གང་། །ཡུལ་ལ་རྟག་ཏུ་གཡེང་འགྱུར་བ། །འགག་པར་འགྱུར་བའང་མ་ཡིན་ནོ། །\nཅི་སྟེ་བདག་དེ་རྟག་ན་ནི། །མཁའ་བཞིན་བྱེད་པ་མེད་པར་མངོན། །རྐྱེན་རྣམས་གཞན་དང་ཕྲད་ན་ཡང་། །འགྱུར་བ་མེད་ལ་ཅི་བྱར་ཡོད། །\nབྱེད་པའི་ཚེ་ཡང་སྔོན་བཞིན་ན། །བྱེད་པས་དེ་ལ་ཅི་ཞིག་བྱས། །དེ་ཡི་བྱེད་པ་འདི་ཡིན་ཞེས། །འབྲེལ་པར་འགྱུར་བ་གང་ཞིག་ཡོད། །\nདེ་ལྟར་ཐམས་ཅད་གཞན་གྱི་དབང་། །དེ་ཡི་དབང་གིས་དེ་དབང་མེད། །དེ་ལྟར་ཤེས་ན་སྦྲུལ་ལྟ་བུའི། །དངོས་པོ་ཀུན་ལ་ཁྲོ་མི་འགྱུར། །\nགང་གིས་གང་ཞིག་བཟློག་བྱ་སྟེ། །བཟློག་པའང་རིགས་པ་མིན་ཞེ་ན། །དེ་ལ་བརྟེན་ནས་སྡུག་བསྔལ་རྣམས། །རྒྱུན་ཆད་འགྱུར་འདོད་མི་རིགས་མེད། །\nདེ་བས་དགྲའམ་མཛའ་ཡང་རུང་། །མི་རིགས་བྱེད་པ་མཐོང་གྱུར་ན། །འདི་འདྲའི་རྐྱེན་ལས་གྱུར་ཏོ་ཞེས། །དེ་ལྟར་སོམས་ཏེ་བདེ་བར་མནོས། །\nགལ་ཏེ་རང་དགས་འགྲུབ་འགྱུར་ན། །འགའ་ཡང་སྡུག་བསྔལ་མི་འདོད་པས། །ལུས་ཅན་དག་ནི་ཐམས་ཅད་ཀྱང་། །སུ་ལའང་སྡུག་བསྔལ་འབྱུང་མི་འགྱུར། །\nབག་མེད་པས་ནི་བདག་ལའང་བདག །ཚེར་མ་ལ་སོགས་གནོད་པ་བྱེད། །བུད་མེད་ལ་སོགས་ཐོབ་བྱའི་ཕྱིར། །རྔམ་ཞིང་ཟས་གཅོད་ལ་སོགས་བྱེད། །\nཁ་ཅིག་འགག་ཅིང་གཡང་སར་མཆོང་། །དུག་དང་མི་འཕྲོད་ཟ་བ་དང་། །བསོད་ནམས་མ་ཡིན་སྤྱོད་པ་ཡིས། །རང་ལ་གནོད་པ་བྱེད་པ་ཡོད། །\nགང་ཚེ་ཉོན་མོངས་དབང་གྱུར་པས། །བདག་སྡུག་ཉིད་ཀྱང་གསོད་བྱེད་པ། །དེ་ཚེ་དེ་དག་གཞན་ལུས་ལ། །གནོད་མི་བྱེད་པར་ཇི་ལྟར་འགྱུར། །\nཉོན་མོངས་སྐྱེས་པས་དེ་ལྟ་བུར། །བདག་གསོད་ལ་སོགས་ཞུགས་པ་ལ། །སྙིང་རྗེ་རྒྱ་ལ་མ་སྐྱེས་ན། །ཁྲོ་བར་འགྱུར་བ་ཅིའི་ཐ་ཚིག །\nགལ་ཏེ་གཞན་ལ་འཚེ་བྱེད་པ། །བྱིས་པ་རྣམས་ཀྱི་རང་བཞིན་ནི། །དེ་ལ་ཁྲོ་བ་མི་རིགས་ཏེ། །སྲེག་པའི་རང་བཞིན་མེ་བཀོན་འདྲ། །\nའོན་ཏེ་སྐྱོན་དེ་གློ་བུར་ལ། །སེམས་ཅན་རང་བཞིན་དེས་པ་ནའང་། །འོ་ནའང་ཁྲོ་བར་མི་རིགས་ཏེ། །མཁའ་ལ་དུད་འཐུལ་དཀོན་པ་བཞིན། །\nདབྱུག་པ་ལ་སོགས་དངོས་བཀོལ་ཏེ། །གལ་ཏེ་འཕེན་པ་ལ་ཁྲོ་ན། །དེ་ཡང་ཞེ་སྡང་གིས་རྦད་པས། །ཉིས་ན་ཞེ་སྡང་ལ་ཁྲོ་རིགས། །\nབདག་གིས་སྔོན་ཆད་སེམས་ཅན་ལ། །འདི་འདྲ་བ་ཡི་གནོད་པ་བྱས། །དེ་བས་སེམས་ཅན་འཚེ་བྱེད་པ། །བདག་ལ་གནོད་པ་འདི་འབྱུང་རིགས། །\nདེ་ཡི་མཚོན་དང་བདག་གི་ལུས། །གཉི་ག་སྡུག་བསྔལ་རྒྱུ་ཡིན་ཏེ། །དེས་མཚོན་བདག་གི་ལུས་ཕྱུང་ན། །གང་ཞིག་ལ་ནི་ཁྲོ་བར་བྱ། །\nཤུ་བ་མི་ཡི་གཟུགས་འདྲ་བ། །རེག་ཏུ་མི་བཟོད་སྡུག་བསྔལ་ཅན། །སྲེད་མདོངས་བདག་གིས་བཟུང་གྱུར་ན། །དེ་ལ་གནོད་པ་སུ་ལ་ཁྲོ། །\nབྱིས་པ་སྡུག་བསྔལ་མི་འདོད་ཅིང་། །སྡུག་བསྔལ་རྒྱུ་ལ་བརྐམ་པས་ན། །རང་གི་ཉེས་པས་གནོད་གྱུར་པ། །གཞན་ལ་བཀོན་དུ་ཅི་ཞིག་ཡོད། །\nདཔེར་ན་དམྱལ་བའི་སྲུང་མ་དང་། །རལ་གྲི་ལོ་མའི་ནགས་ཚལ་ལྟར། །རང་གི་ལས་ཀྱིས་འདི་བསྐྱེད་པ། །གང་ཞིག་ལ་ནི་ཁྲོ་བར་བྱ། །\nབདག་གི་ལས་ཀྱིས་བསྐུལ་བྱས་ནས། །བདག་ལ་གནོད་བྱེད་རྣམས་འབྱུང་སྟེ། །དེས་ནི་སེམས་ཅན་དམྱལ་འདོང་ན། །བདག་གིས་དེ་དག་མ་བརླག་གམ། །\nའདི་དག་ལ་ནི་རྟེན་བཅས་ནས། །བཟོད་པས་བདག་སྡིག་མང་དུ་འབྱུང་། །བདག་ལ་བརྟེན་ནས་དེ་དག་ནི། །ཡུན་རིང་སྡུག་བསྔལ་དམྱལ་བར་འདོང་། །\nབདག་ནི་དེ་ལ་གནོད་བྱེད་ལ། །དེ་དག་བདག་ལ་ཕན་འདོགས་ན། །ཕྱིན་ཅི་ལོག་ཏུ་ཅི་ཡི་ཕྱིར། །མ་རུངས་སེམས་ཁྱོད་ཁྲོ་བར་བྱེད། །\nགལ་ཏེ་བདག་ལ་བསམ་པ་ཡི། །ཡོན་ཏན་ཡོད་ན་དམྱལ་མི་འགྲོ། །གལ་ཏེ་བདག་གིས་བདག་བསྲུངས་ན། །དེ་དག་ལ་འདིར་ཅི་ཞིག་བྱུང་། །\nའོན་ཏེ་ལན་དུ་གནོད་བྱས་ན། །དེ་དག་བསྲུངས་པར་མ་གྱུར་ལ། །བདག་གི་སྤྱོད་པའང་ཉམས་པར་འགྱུར། །དེས་ན་དཀའ་ཐུབ་ཞིག་པར་འགྱུར། །\nཡིད་ནི་ལུས་ཅན་མ་ཡིན་པས། །སུས་ཀྱང་གང་དུའང་གཞོམ་མི་ནུས། །ལུས་ལ་མངོན་པར་ཞེན་པས་ན། །ལུས་ནི་སྡུག་བསྔལ་དག་གིས་གནོད། །\nབརྙས་དང་ཚིག་རྩུབ་སྨྲ་བ་དང་། །མི་སྙན་པ་ཡི་ཚིག་དེ་ཡིས། །ལུས་ལ་གནོད་པར་མི་འགྱུར་ན། །སེམས་ཁྱོད་ཅི་ཕྱིར་རབ་ཏུ་ཁྲོ། །\nགཞན་དག་བདག་ལ་མི་དགའ་བ། །དེས་ནི་ཚེ་འདིའམ་ཚེ་གཞན་ལ། །བདག་ལ་ཟ་བར་མི་བྱེད་ན། །བདག་ནི་ཅི་ཕྱིར་དེ་མི་འདོད། །\nརྙེད་པའི་བར་ཆད་བྱེད་པའི་ཕྱིར། །གལ་ཏེ་འདི་བདག་མི་འདོད་ན། །བདག་གི་རྙེད་པ་འདིར་འདོར་གྱི། །སྡིག་པ་དག་ནི་བརྟན་པར་གནས། །\nབདག་ནི་དེང་ཉིད་ཤི་ཡང་བླའི། །ལོག་འཚོས་ཡུན་རིང་གསོན་མི་རུང་། །བདག་ལྟ་ཡུན་རིང་གནས་གྱུར་ཀྱང་། །འཆི་བའི་སྡུག་བསྔལ་དེ་ཉིད་ཡིན། །\nརྨི་ལམ་ལོ་བརྒྱར་བདེ་མྱོང་ནས། །སད་པར་གྱུར་པ་གང་ཡིན་དང་། །གཞན་ཞིག་ཡུད་ཙམ་བདེ་མྱོང་ནས། །སད་པར་གྱུར་པ་གང་ཡིན་པ། །\nསད་པ་དེ་དག་གཉི་ག་ལའང་། །བདེ་བ་དེ་ནི་ཕྱིར་འོང་མེད། །ཚེ་རིང་ཚེ་ཐུང་གཉི་ག་ཡང་། །འཆི་བའི་དུས་སུ་དེ་འདྲར་ཟད། །\nརྙེད་པ་མང་པོ་ཐོབ་གྱུར་ཏེ། །ཡུན་རིང་དུས་སུ་བདེ་སྤྱད་ཀྱང་། །ཆོམ་པོས་ཕྲོགས་པ་ཇི་བཞིན་དུ། །སྒྲེན་མོ་ལག་པ་སྟོང་པར་འགྲོ། །\nགལ་ཏེ་རྙེད་པས་གསོན་གྱུར་ན། །སྡིག་ཟད་བསོད་ནམས་བྱ་ཞེ་ན། །རྙེད་པའི་དོན་དུ་ཁྲོས་གྱུར་ན། །བསོད་ནམས་ཟད་སྡིག་མི་འགྱུར་རམ། །\nགང་གི་དོན་དུ་བདག་གསོན་པ། །དེ་ཉིད་གལ་ཏེ་ཉམས་གྱུར་ན། །སྡིག་པ་འབའ་ཞིག་བྱེད་པ་ཡི། །གསོན་པ་དེས་ཀོ་ཅི་ཞིག་བྱ། །\nགལ་ཏེ་སེམས་ཅན་ཉམས་བྱེད་པས། །མི་སྙན་སྨྲ་ལ་ཁྲོ་ཞེ་ན། །གཞན་ལ་མི་སྙན་བརྗོད་ལའང་ཁྱོད། །དེ་བཞིན་ཅི་སྟེ་ཁྲོ་མི་བྱེད། །\nམ་དད་གཞན་ལ་རག་ལས་པས། །དད་པ་མེད་ལ་ཁྱོད་བཟོད་ན། །ཉོན་མོངས་སྐྱེ་ལ་རག་ལས་པས། །མི་སྙན་སྨྲ་ལ་ཅིས་མི་བཟོད། །\nསྐུ་གཟུགས་མཆོད་རྟེན་དམ་ཆོས་ལ། །འཁྱལ་ཞིང་འཇིག་པར་བྱེད་པ་ལའང་། །བདག་གིས་ཞེ་སྡང་མི་རིགས་ཏེ། །སངས་རྒྱས་སོགས་ལ་གནོད་མི་མངའ། །\nབླ་མ་གཉེན་ལ་སོགས་པ་དང་། །བཤེས་ལ་གནོད་པ་བྱེད་རྣམས་ལའང་། །སྔ་མའི་ཚུལ་གྱིས་རྐྱེན་དག་ལས། །འགྱུར་བར་མཐོང་ནས་ཁྲོ་བ་བཟློག །\nལུས་ཅན་རྣམས་ལ་སེམས་ཡོད་དང་། །སེམས་མེད་གཉི་གས་གནོད་བྱས་ན། །སེམས་ཡོད་ཅི་སྟེ་བཀར་ཏེ་བཀོན། །དེ་བས་གནོད་པ་བཟོད་པར་གྱིས། །\nལ་ལ་རྨོངས་པས་ཉེས་པ་བྱེད། །ལ་ལ་རྨོངས་ཏེ་ཁྲོས་གྱུར་ན། །དེ་ལ་སྐྱོན་མེད་གང་གིས་བྱ། །སྐྱོན་དང་བཅས་ཏེ་གང་ཞིག་ཡིན། །\nགང་གིས་གཞན་དག་གནོད་བྱེད་པའི། །ལས་དེ་སྔོན་ཆད་ཅི་ཕྱིར་བྱས། །ཐམས་ཅད་ལས་ལ་རག་ལས་ན། །བདག་གིས་འདི་ལ་ཅི་སྟེ་བཀོན། །\nདེ་ལྟར་མཐོང་ནས་ཅི་ནས་ཀྱང་། །ཐམས་ཅད་ཕན་ཚུན་བྱམས་སེམས་སུ། །འགྱུར་བ་དེ་ལྟར་བདག་གིས་ནི། །བསོད་ནམས་དག་ལ་བསྒྲིམས་ཏེ་བྱ། །\nདཔེར་ན་ཁྱིམ་ཚིག་གྱུར་པའི་མེ། །ཁྱིམ་གཞན་ཞིག་ཏུ་སོང་ནས་ནི། །རྩྭ་སོགས་གང་ལ་མཆེད་བྱེད་པ། །དེ་ནི་ཕྱུང་སྟེ་དོར་བ་ཡིན། །\nདེ་བཞིན་གང་ལ་སེམས་ཆགས་ནས། །ཞེ་སྡང་མེ་ནི་མཆེད་གྱུར་པ། །བསོད་ནམས་ཚིག་པར་དོགས་པ་ཡིས། །དེ་ནི་དེ་ཡི་མོད་ལ་དོར། །\nགསད་བྱའི་མི་ཞིག་ལག་བཅད་དེ། །གལ་ཏེ་ཐར་ན་ཅིས་མ་ལེགས། །གལ་ཏེ་མི་ཡི་སྡུག་བསྔལ་གྱིས། །དམྱལ་བ་བྲལ་ན་ཅིས་མ་ལེགས། །\nད་ལྟའི་སྡུག་བསྔལ་འདི་ཙམ་ལའང་། །བདག་གིས་བཟོད་པར་མི་ནུས་ན། །དེས་ན་དམྱལ་བའི་སྡུག་བསྔལ་རྒྱུ། །ཁྲོ་བ་ཅི་སྟེ་བཟློག་མི་བྱེད། །\nའདོད་པའི་དོན་དུ་སྲེག་ལ་སོགས། །དམྱལ་བར་སྟོང་ཕྲག་མྱོང་གྱུར་ཡང་། །བདག་གིས་རང་གི་དོན་དང་ནི། །གཞན་གྱི་དོན་ཡང་མ་བྱས་སོ། །\nའདི་ནི་དེ་ཙམ་གནོད་མིན་ལ། །དོན་ཆེན་དག་ཀྱང་འགྲུབ་འགྱུར་བས། །འགྲོ་བའི་གནོད་སེལ་སྡུག་བསྔལ་ལ། །དགའ་བ་འབའ་ཞིག་འདིར་བྱ་རིགས། །\nགཞན་གྱིས་ཡོན་ཏན་ལྡན་བསྟོད་ནས། །གལ་ཏེ་དགའ་བའི་བདེ་ཐོབ་ན། །ཡིད་ཁྱོད་ཀྱང་ནི་དེ་བསྟོད་ནས། །ཅི་ཕྱིར་དེ་ལྟར་དགའ་མི་བྱེད། །\nཁྱོད་ཀྱི་དགའ་བའི་བདེ་བ་འདི། །བདེ་འབྱུང་ཁ་ན་མ་ཐོ་མེད། །ཡོན་ཏན་ལྡན་པ་རྣམས་ཀྱིས་གནང་། །གཞན་སྡུད་པ་ཡི་མཆོག་ཀྱང་ཡིན། །\nགཞན་ཡང་དེ་ལྟར་བདེ་འགྱུར་ཞེས། །གལ་ཏེ་ཁྱོད་བདེ་འདི་མི་འདོད། །གླ་རྔན་སྦྱིན་སོགས་སྤངས་པའི་ཕྱིར། །མཐོང་དང་མ་མཐོང་ཉམས་པར་འགྱུར། །\nརང་གི་ཡོན་ཏན་བརྗོད་པའི་ཚེ། །གཞན་ལ་བདེ་བའང་འདོད་པར་བྱེད། །གཞན་གྱི་ཡོན་ཏན་བརྗོད་པའི་ཚེ། །རང་ལའང་བདེ་བ་མི་འདོད་བྱེད། །\nསེམས་ཅན་ཐམས་ཅད་བདེ་འདོད་པས། །བྱང་ཆུབ་ཏུ་ནི་སེམས་བསྐྱེད་ནས། །སེམས་ཅན་རང་གིས་བདེ་རྙེད་ན། །དེས་ཀོ་ཅི་སྟེ་ཁྲོ་བར་བྱེད། །\nའཇིག་རྟེན་གསུམ་མཆོད་འཚང་རྒྱ་བར། །སེམས་ཅན་རྣམས་ནི་འདོད་ཅེ་ན། །བསྙེན་བཀུར་ངན་ངོན་ཙམ་མཐོང་ནས། །ཅི་ཕྱིར་དེ་ལ་གདུང་བར་བྱེད། །\nགསོ་བྱ་གང་ཞིག་ཁྱོད་གསོ་བ། །ཁྱོད་ཉིད་ཀྱིས་ནི་སྦྱིན་བྱ་དེ། །གཉེན་གྱིས་འཚོ་བ་རྙེད་གྱུར་ན། །དགར་མི་འགྱུར་བར་སླར་ཁྲོའམ། །\nདེ་ཅི་འགྲོ་ལ་མི་འདོད་ན། །དེ་ལ་བྱང་ཆུབ་འདོད་གང་ཡིན། །གང་ཞིག་གཞན་འབྱོར་ཁྲོ་དེ་ལ། །བྱང་ཆུབ་སེམས་ནི་ག་ལ་ཡོད། །\nགལ་ཏེ་དེས་དེ་ལས་རྙེད་དམ། །སྦྱིན་བདག་ཁྱིམ་ན་གནས་གྱུར་པ། །ཀུན་དུ་དེ་ཁྱོད་ལ་མེད་ན། །བྱིན་མ་བྱིན་རུང་དེས་ཅི་བྱ། །\nབསོད་ནམས་དང་ནི་དད་པའམ། །རང་གི་ཡོན་ཏན་ཅི་ཕྱིར་འདོར། །རྙེད་པ་གྱུར་པ་མི་འཛིན་པ། །གང་གིས་ཁྲོ་བ་མི་བྱེད་སྨྲོས། །\nཁྱོད་ནི་རང་གིས་སྡིག་བྱས་ལ། །མྱ་ངན་མེད་པར་མ་ཟད་ཀྱི། །བསོད་ནམས་བྱས་པ་གཞན་དག་དང་། །ལྷན་ཅིག་འགྲན་པར་བྱེད་འདོད་དམ།། །།བམ་པོ་གཉིས་པའོ། །\nགལ་ཏེ་དགྲ་ཞིག་མི་དགའ་ནའང་། །དེ་ལ་ཁྱོད་དགར་ཅི་ཞིག་ཡོད། །ཁྱོད་ཀྱི་ཡིད་སྨོན་ཙམ་གྱིས་ནི། །དེ་ལ་གནོད་པའི་རྒྱུར་མི་འགྱུར། །\nཁྱོད་ཀྱི་འདོད་པས་སྡུག་བསྔལ་དེ། །གྲུབ་ནའང་ཁྱོད་དགར་ཅི་ཞིག་ཡོད། །གལ་ཏེ་འཚེངས་པར་འགྱུར་ཞེ་ན། །དེ་ལས་ཕུང་བའང་གཞན་ཅི་ཡོད། །\nཉོན་མོངས་ཉ་པས་བཏབ་པ་ཡི། །མཆིལ་པ་འདི་ནི་མི་བཟད་གཟེ། །དེས་བཟུང་སེམས་དམྱལ་བུམ་པར་ཡང་། །དམྱལ་བའི་སྲུང་མས་བདག་འཚེད་དེས། །\nབསྟོད་དང་གྲགས་པའི་རིམ་གྲོས་ནི། །བསོད་ནམས་མི་འགྱུར་ཆེར་མི་འགྱུར། །བདག་སྟོབས་མི་འགྱུར་ནད་མེད་མིན། །ལུས་བདེ་བར་ཡང་མི་འགྱུར་རོ། །\nབདག་ནི་རང་དོན་ཤེས་གྱུར་ན། །དེ་ལ་རང་དོན་ཅི་ཞིག་ཡོད། །ཡིད་བདེ་འབའ་ཞིག་འདོད་ན་ནི། །རྒྱན་སོགས་ཆང་ཡང་བསྟེན་དགོས་སོ། །\nགྲགས་པའི་དོན་དུ་ནོར་ཤོར་ཅིང་། །བདག་ཉིད་ཀྱང་ནི་གསོད་བྱེད་ན། །ཚིག་འབྲུ་རྣམས་ཀྱིས་ཅི་ཞིག་བྱ། །ཤ་ནི་དེས་ཀོ་སུ་ལ་བདེ། །\nབྱེ་མའི་ཁང་བུ་རྡིབ་གྱུར་ན། །བྱིས་པ་རྣམས་ནི་ག་ཆད་དུ། །དེ་བཞིན་བསྟོད་དང་གྲགས་ཉམས་ན། །རང་གི་སེམས་ནི་བྱིས་པ་བཞིན། །\nརེ་ཞིག་སྒྲ་ལ་སེམས་མེད་ཕྱིར། །བདག་ལ་བསྟོད་སེམས་ཡོད་མི་སྲིད། །བདག་ལ་གཞན་དགའ་ཞེས་གྲགས་པ། །དེ་ནི་དགའ་བའི་རྒྱུ་ཡིན་གྲང་། །\nགཞན་ནམ་ཡང་ན་བདག་ལའང་རུང་། །གཞན་དགའ་བདག་ལ་ཅི་ཞིག་ཕན། །དགའ་བདེ་དེ་ནི་དེ་ཉིད་ཀྱི། །བདག་གིས་དེ་ལས་ཤས་མི་འཐོབ། །\nདེ་བདེ་བ་ཡི་བདག་བདེ་ན། །ཀུན་ལའང་དེ་བཞིན་བྱ་དགོས་ན། །ཇི་ལྟར་གཞན་ལ་དགའ་བ་ཡིས། །བདེ་བར་གྱུར་ན་བདག་མི་བདེ། །\nདེ་བས་བདག་ནི་བསྟོད་དོ་ཞེས། །རང་གི་དགའ་བ་སྐྱེ་འགྱུར་བ། །དེ་ཡང་དེ་ལྟར་མི་འཐད་པས། །བྱིས་པའི་སྤྱོད་པ་ཁོ་ནར་ཟད། །\nབསྟོད་སོགས་བདག་ནི་གཡེང་བར་བྱེད། །དེས་ནི་སྐྱོ་བའང་འཇིག་པར་བྱེད། །ཡོན་ཏན་ལྡན་ལ་ཕྲག་དོག་དང་། །ཕུན་སུམ་ཚོགས་པའང་འཇིག་པར་བྱེད། །\nདེ་ཕྱིར་བདག་གི་བསྟོད་སོགས་ནི། །གཞིག་ཕྱིར་གང་དག་ཉེར་གནས་པ། །དེ་དག་བདག་ནི་ངན་སོང་དུ། །ལྟུང་བ་བསྲུང་ཕྱིར་ཞུགས་མིན་ནམ། །\nབདག་ནི་གྲོལ་བ་དོན་གཉེར་ལ། །རྙེད་དང་བཀུར་སྟི་འཆིང་མི་དགོས། །གང་དག་བདག་བཅིངས་གྲོལ་བྱེད་པ། །དེ་ལ་བདག་ནི་ཇི་ལྟར་ཁྲོ། །\nབདག་ནི་སྡུག་བསྔལ་འཇུག་འདོད་ལ། །སངས་རྒྱས་ཀྱིས་ནི་བྱིན་བརླབས་བཞིན། །མི་གཏོང་སྒོ་འཕར་ཉིད་གྱུར་པ། །དེ་ལ་བདག་ནི་ཇི་ལྟར་ཁྲོ། །\nའདི་ནི་བསོད་ནམས་གེགས་བྱེད་ཅེས། །དེ་ལའང་ཁྲོ་བར་རིགས་མིན་ཏེ། །བཟོད་མཚུངས་དཀའ་ཐུབ་ཡོད་མིན་ན། །དེ་ལ་བདག་ནི་མི་གནས་སམ། །\nགལ་ཏེ་བདག་ནི་རང་སྐྱོན་གྱིས། །འདི་ལ་བཟོད་པ་མི་བྱེད་ན། །བསོད་ནམས་རྒྱུ་ནི་ཉེར་གནས་པ། །འདི་ལ་བདག་གེགས་བྱེད་པར་ཟད། །\nགང་ཞིག་གང་མེད་མི་འབྱུང་ལ། །གང་ཞིག་ཡོད་ན་ཡོད་གྱུར་པ། །དེ་ཉིད་དེ་ཡི་རྒྱུ་ཡིན་ན། །ཇི་ལྟར་དེ་ལ་གེགས་ཞེས་བྱ། །\nདུས་སུ་ཕྱིན་པའི་སློང་མོ་བས། །སྦྱིན་པའི་གེགས་བྱས་ཡོད་མ་ཡིན། །རབ་ཏུ་འབྱིན་པར་བྱེད་གྱུར་པ། །རབ་བྱུང་གེགས་ཞེས་བྱར་མི་རུང་། །\nའཇིག་རྟེན་ན་ནི་སློང་བ་མོད། །གནོད་པ་བྱེད་པ་དཀོན་པ་སྟེ། །འདི་ལྟར་ཕར་གནོད་མ་བྱས་ན། །འགའ་ཡང་གནོད་པ་མི་བྱེད་དོ། །\nདེ་བས་ངལ་བས་མ་བསྒྲུབས་པའི། །ཁྱིམ་དུ་གཏེར་ནི་བྱུང་བ་ལྟར། །བྱང་ཆུབ་སྤྱོད་པའི་གྲོགས་གྱུར་པས། །བདག་གིས་དགྲ་ལ་དགའ་བར་བྱ། །\nའདི་དང་བདག་གིས་བསྒྲུབས་པས་ན། །དེ་ཕྱིར་བཟོད་པའི་འབྲས་བུ་ནི། །འདི་ལ་ཐོག་མར་བདར་འོས་ཏེ། །འདི་ལྟར་དེ་ནི་བཟོད་པའི་རྒྱུ། །\nགལ་ཏེ་བཟོད་བསྒྲུབ་བསམ་མེད་པས། །དགྲ་འདི་མཆོད་བྱ་མིན་ཞེ་ན། །གྲུབ་པ་ཡི་ནི་རྒྱུར་རུང་བ། །དམ་པའི་ཆོས་ཀྱང་ཅི་སྟེ་མཆོད། །\nགལ་ཏེ་དགྲ་འདི་གནོད་བྱ་བའི། །བསམ་ཡོད་མཆོད་བྱ་མིན་ཞེ་ན། །སྨན་པ་བཞིན་དུ་ཕན་བརྩོན་ན། །བདག་གི་བཟོད་པ་ཇི་ལྟར་འགྲུབ། །\nདེ་བས་རབ་ཏུ་སྡང་སེམས་ལ། །བརྟེན་ནས་བཟོད་པ་སྐྱེ་བས་ན། །དེ་ཉིད་བཟོད་པའི་རྒྱུ་ཡིན་པས། །དམ་པའི་ཆོས་བཞིན་མཆོད་པར་འོས། །\nདེ་ཕྱིར་སེམས་ཅན་ཞིང་དང་ནི། །རྒྱལ་བའི་ཞིང་ཞེས་ཐུབ་པས་གསུངས། །འདི་དག་མགུ་བྱས་མང་པོ་ཞིག །འདི་ལྟར་ཕུན་ཚོགས་ཕ་རོལ་ཕྱིན། །\nསེམས་ཅན་རྣམས་དང་རྒྱལ་བ་ལས། །སངས་རྒྱས་ཆོས་འགྲུབ་འདྲ་བ་ལ། །རྒྱལ་ལ་གུས་བྱ་དེ་བཞིན་དུ། །སེམས་ཅན་ལ་མིན་ཅི་ཡི་ཚུལ། །\nབསམ་པའི་ཡོན་ཏན་རང་གིས་མིན། །འབྲས་བུ་ལས་ཡིན་དེས་མཚུངས་པར། །སེམས་ཅན་རྣམས་ལའང་ཡོན་ཏན་ཡོད། །དེ་ཕྱིར་དེ་དག་མཉམ་པ་ཡིན། །\nབྱམས་སེམས་ལྡན་ལ་མཆོད་པ་གང་། །དེ་ནི་སེམས་ཅན་ཆེ་བ་ཉིད། །སངས་རྒྱས་དད་པའི་བསོད་ནམས་གང་། །དེ་ཡང་སངས་རྒྱས་ཆེ་བ་ཉིད། །\nསངས་རྒྱས་ཆོས་འགྲུབ་ཆ་ཡོད་པ། །དེས་ན་དེ་དག་མཉམ་པར་འདོད། །ཡོན་ཏན་རྒྱ་མཚོ་མཐའ་ཡས་པའི། །སངས་རྒྱས་རྣམས་དང་འགའ་མི་མཉམ། །\nཡོན་ཏན་མཆོག་ཚོགས་གཅིག་པུ་ཡི། །ཡོན་ཏན་ཤས་ཙམ་འགའ་ཞིག་ལ། །སྣང་ནའང་དེ་ལ་མཆོད་དོན་དུ། །ཁམས་གསུམ་ཕུལ་ཡང་ཆུང་བར་འགྱུར། །\nསངས་རྒྱས་ཆོས་མཆོག་སྐྱེ་བའི་ཤས། །སེམས་ཅན་རྣམས་ལ་ཡོད་པས་ན། །འདི་ཙམ་དག་གིས་ཆ་བསྟུན་ནས། །སེམས་ཅན་མཆོད་བྱར་རིགས་པར་འགྱུར། །\nགཞན་ཡང་གཡོ་མེད་གཉེན་གྱུར་ཅིང་། །ཕན་པ་དཔག་མེད་མཛད་རྣམས་ལ། །སེམས་ཅན་མགུ་བྱ་མ་གཏོགས་པར། །གཞན་གང་ཞིག་གིས་ལན་ལོན་འགྱུར། །\nགང་ཕྱིར་སྐུ་གཏོང་མནར་མེད་འཇུག་པ་ལ། །དེ་ལ་ཕན་བཏགས་ལན་ལོན་འགྱུར་བས་ན། །དེ་བས་འདི་དག་གནོད་ཆེན་བྱེད་ན་ཡང་། །ཐམས་ཅད་བཟང་དགུ་ཞིག་ཏུ་སྤྱད་པར་བྱ། །\nརེ་ཞིག་བདག་གི་རྗེར་གྱུར་ཉིད་ཀྱང་ནི། །གང་ཕྱིར་རང་གི་སྐུ་ལའང་མི་གཟིགས་པ། །དེ་ལ་རྨོངས་པ་བདག་གིས་ཇི་ལྟར་ན། །ང་རྒྱལ་བྱ་ཞིང་བྲན་གྱི་དངོས་མི་བྱ། །\nགང་དག་བདེ་བས་ཐུབ་རྣམས་དགྱེས་འགྱུར་ཞིང་། །གང་ལ་གནོད་ན་མི་དགྱེས་འབྱུང་འགྱུར་བ། །དེ་དག་དགའ་བས་ཐུབ་པ་ཀུན་དགྱེས་ཤིང་། །དེ་ལ་གནོད་བྱས་ཐུབ་ལ་གནོད་པ་བྱས། །\nཇི་ལྟར་ལུས་ལ་ཀུན་ནས་མེ་འབར་བ། །འདོད་པ་ཀུན་གྱིས་ཡིད་བདེར་མི་འགྱུར་བ། །དེ་བཞིན་སེམས་ཅན་གནོད་པ་བྱས་ན་ཡང་། །ཐུགས་རྗེ་ཆེ་རྣམས་དགྱེས་པའི་ཐབས་མེད་དོ། །\nདེ་བས་བདག་གིས་འགྲོ་ལ་གནོད་བྱས་པས། །ཐུགས་རྗེ་ཆེ་ཀུན་མི་དགྱེས་གྱུར་པ་གང་། །སྡིག་དེ་དེ་རིང་སོ་སོར་བཤགས་བགྱི་ཡིས། །མི་དགྱེས་གང་ལགས་དེ་ཐུབ་བཟོད་པར་གསོལ། །\nདེ་བཞིན་གཤེགས་རྣམས་དགྱེས་པར་བགྱི་སླད་དུ། །དེང་ནས་བཟུང་ནས་འཇིག་རྟེན་བྲན་དུ་མཆི། །འགྲོ་མང་རྡོག་པས་བདག་གི་སྤྱིར་འཚོག་གམ། །འགུམས་ཀྱང་མི་བསྡོ་འཇིག་རྟེན་མགོན་དགྱེས་མཛོད། །\nའགྲོ་བ་འདི་ཀུན་ཐུགས་རྗེའི་བདག་ཅན་དེས། །བདག་ཏུ་མཛད་པ་འདི་ལ་ཐེ་ཚོམ་མེད། །སེམས་ཅན་ངོ་བོར་མཐོང་བ་འདི་དག་ཉིད། །མགོན་དེ་བདག་ཉིད་ཅི་ཕྱིར་གུས་མི་བྱེད། །\nའདི་ཉིད་དེ་བཞིན་གཤེགས་པ་མཉེས་བྱེད་ཡིན། །རང་དོན་ཡང་དག་སྒྲུབ་པའང་འདི་ཉིད་དོ། །འཇིག་རྟེན་སྡུག་བསྔལ་སེལ་བའང་འདི་ཉིད་དེ། །དེ་ལྟས་བདག་གིས་རྟག་ཏུ་དེ་ཉིད་བྱ། །\nདཔེར་ན་རྒྱལ་པོའི་མི་འགའ་ཞིག །སྐྱེ་བོ་མང་ལ་གནོད་བྱེད་ཀྱང་། །སྐྱེ་བོ་མིག་རྒྱང་རིང་པོ་དག །ནུས་ཀྱང་ཕྱིར་གནོད་མི་བྱེད་དེ། །\nའདི་ལྟར་དེ་གཅིག་མ་ཡིན་གྱི། །རྒྱལ་པོའི་མཐུ་སྟོབས་དེ་ཡི་མཐུ། །དེ་བཞིན་གནོད་བྱེད་ཉམ་ཆུང་བ། །འགའ་ཡང་ཁྱད་དུ་གསད་མི་བྱ། །\nའདི་ལྟར་དམྱལ་བའི་སྲུང་མ་དང་། །ཐུགས་རྗེ་ལྡན་རྣམས་དེ་ཡི་དཔུང་། །དེ་ལྟར་དམངས་ཀྱིས་རྒྱལ་གཏུམ་བཞིན། །སེམས་ཅན་རྣམས་ནི་མགུ་བར་བྱ། །\nརྒྱལ་པོ་ལྟ་ཞིག་ཁྲོས་ན་ཡང་། །སེམས་ཅན་མི་མགུ་བྱས་པ་ཡིས། །མྱོང་བར་འགྱུར་བ་གང་ཡིན་པ། །དམྱལ་བའི་གནོད་པ་དེས་བྱེད་དམ། །\nརྒྱལ་པོ་ལྟ་ཞིག་མགུ་ན་ཡང་། །སེམས་ཅན་མགུ་བར་བྱས་པ་ཡིས། །འཐོབ་པར་འགྱུར་བ་གང་ཡིན་པ། །སངས་རྒྱས་ཉིད་སྦྱིན་མི་སྲིད་དོ། །\nསེམས་ཅན་མགུ་ལས་བྱུང་བ་ཡི། །མ་འོངས་སངས་རྒྱས་འགྲུབ་ལྟ་ཞོག །ཚེ་འདི་ཉིད་ལ་དཔལ་ཆེན་དང་། །གྲགས་དང་སྐྱིད་འགྱུར་ཅིས་མ་མཐོང་། །\nའཁོར་ཚེ་བཟོད་པས་མཛེས་སོགས་དང་། །ནད་མེད་པ་དང་གྲགས་པ་ཡིས། །ཤིན་ཏུ་ཡུན་རིང་འཚོ་བ་དང་། །འཁོར་ལོས་སྒྱུར་བའི་བདེ་རྒྱས་ཐོབ། །\nབྱང་ཆུབ་སེམས་དཔའི་སྤྱོད་པ་ལ་འཇུག་པ་ལས། བཟོད་པ་བསྟན་པ་ཞེས་བྱ་བ་སྟེ་ལེའུ་དྲུག་པའོ།། །།\nch-7 དེ་ལྟར་བཟོད་པས་བརྩོན་འགྲུས་བརྩམ། །འདི་ལྟར་བརྩོན་ལ་བྱང་ཆུབ་གནས། །རླུང་མེད་གཡོ་བ་མེད་པ་བཞིན། །བསོད་ནམས་བརྩོན་འགྲུས་མེད་མི་འབྱུང་། །\nབརྩོན་གང་དགེ་ལ་སྤྲོ་བའོ། །དེ་ཡི་མི་མཐུན་ཕྱོགས་བཤད་བྱ། །ལེ་ལོ་ངན་ལ་ཞེན་པ་དང་། །སྒྱིད་ལུག་བདག་ཉིད་བརྙས་པའོ། །\nསྙོམ་ལས་བདེ་བའི་རོ་མྱང་དང་། །གཉིད་ལ་བརྟེན་པའི་སྲེད་པ་ཡིས། །འཁོར་བའི་སྡུག་བསྔལ་མི་སྐྱོ་ལས། །ལེ་ལོ་ཉེ་བར་སྐྱེ་བར་འགྱུར། །\nཉོན་མོངས་རྒྱ་པས་བཤོར་ནས་ནི། །སྐྱེ་བའི་རྒྱར་ནི་ཆུད་གྱུར་ནས། །འཆི་བདག་ཁར་ནི་སོང་གྱུར་པ། །ཅི་སྟེ་ད་དུང་མི་ཤེས་སམ། །\nརང་སྡེ་རིམ་གྱིས་གསོད་པ་ཡང་། །ཁྱོད་ཀྱིས་མཐོང་བར་མ་གྱུར་ཏམ། །འོན་ཀྱང་གཉིད་ལ་བརྟེན་པ་གང་། །གདོལ་པ་དང་ནི་མ་ཧེ་བཞིན། །\nལམ་ནི་ཀུན་ནས་བཀག་ནས་སུ། །འཆི་བདག་གིས་ནི་བལྟས་བཞིན་དུ། །ཇི་ལྟར་ཁྱོད་ནི་ཟ་དགའ་ཞིང་། །འདི་ལྟར་གཉིད་ལོག་ཇི་ལྟར་དགའ། །\nམྱུར་བ་ཉིད་དུ་འཆི་འགྱུར་བས། །ཇི་སྲིད་དུ་ནི་ཚོགས་བསག་བྱ། །དེ་ཚེ་ལེ་ལོ་སྤངས་ཀྱང་ནི། །དུས་མ་ཡིན་པར་ཅི་ཞིག་བྱ། །\nའདི་ནི་མ་བྱས་བརྩམས་པ་དང་། །འདི་ཕྱེད་བྱས་པར་གནས་པ་ལ། །གློ་བུར་འཆི་བདག་འོངས་ནས་ནི། །ཀྱི་ཧུད་བཅོམ་ཞེས་སེམས་པར་འགྱུར། །\nམྱ་ངན་ཤུགས་ཀྱིས་སྐྲངས་པ་ཡི། །མིག་དམར་གདོང་ལ་མཆི་མ་འཛག །ཉེ་དུ་རེ་ཐག་ཆད་པ་དང་། །གཤིན་རྗེའི་ཕོ་ཉའི་བཞིན་ལ་བལྟ། །\nརང་སྡིག་དྲན་པས་གདུང་བ་དང་། །དམྱལ་བའི་སྒྲ་ནི་ཐོས་པ་ཡིས། །སྐྲག་པས་མི་གཙང་ལུས་གོས་ཤིང་། །མྱོས་པར་འགྱུར་ཚེ་ཅི་ཞིག་བྱ། །\nཁྱོད་ནི་ཉ་གསོན་འགྲེ་བ་ལྟའི། །ཚེ་འདིར་འཇིགས་དང་ལྡན་གྱུར་ན། །སྡིག་བྱས་དམྱལ་བ་མི་བཟད་པའི། །སྡུག་བསྔལ་རྣམས་ནི་སྨོས་ཅི་དགོས། །\nཆུ་ཚན་གྱིས་ནི་རེག་པ་ན། །གཞོན་ཤ་ཅན་ལ་རབ་ཚ་བའི། །དམྱལ་བ་ཡི་ནི་ལས་བྱས་ནས། །ཅི་ཕྱིར་འདི་ལྟར་བདེ་བར་གནས། །\nབརྩོན་མེད་འབྲས་བུ་འདོད་པ་དང་། །བཟེ་རེ་ཅན་ལ་གནོད་མང་ཞིང་། །འཆི་བས་བཟུང་བཞིན་ལྷ་འདྲ་བ། །ཀྱི་ཧུད་སྡུག་བསྔལ་དག་གིས་བཅོམ། །\nམི་ཡི་གྲུ་ལ་བརྟེན་ནས་སུ། །སྡུག་བསྔལ་ཆུ་བོ་ཆེ་ལས་སྒྲོལ། །གྲུ་འདི་ཕྱི་ནས་རྙེད་དཀའ་བས། །རྨོངས་པ་དུས་སུ་གཉིད་མ་ལོག །\nདགའ་བའི་རྒྱུ་ནི་མཐའ་ཡས་པའི། །དམ་ཆོས་དགའ་བའི་མཆོག་སྤངས་ནས། །སྡུག་བསྔལ་རྒྱུ་ཡིས་གཡེང་བ་དང་། །རྒོད་སོགས་ལ་ཁྱོད་ཅི་ཕྱིར་དགའ། །\nསྒྱིད་ལུག་མེད་དང་དཔུང་ཚོགས་དང་། །ལྷུར་བླང་བདག་ཉིད་དབང་བྱ་དང་། །བདག་དང་གཞན་དུ་མཉམ་པ་དང་། །བདག་དང་གཞན་དུ་བརྗེ་བར་གྱིས། །\nབདག་གིས་བྱང་ཆུབ་ག་ལ་ཞེས། །སྒྱིད་ལུག་པར་ནི་མི་བྱ་སྟེ། །འདི་ལྟར་དེ་བཞིན་གཤེགས་པ་ནི། །བདེན་པ་གསུང་བས་བདེན་འདི་གསུངས། །\nསྦྲང་བུ་ཤ་སྦྲང་བུང་བ་དང་། །དེ་བཞིན་སྲིན་བུར་གང་གྱུར་པ། །དེས་ཀྱང་བརྩོན་པའི་སྟོབས་བསྐྱེད་ན། །བྱང་ཆུབ་ཐོབ་དཀའ་བླ་མེད་འཐོབ། །\nབདག་ལྟ་རིགས་ཀྱིས་མིར་སྐྱེས་ལ། །ཕན་དང་གནོད་པའི་ངོ་ཤེས་པས། །བྱང་ཆུབ་སྤྱོད་པ་མ་བཏང་ན། །བདག་གིས་བྱང་ཆུབ་ཅིས་མི་འཐོབ། །\nའོན་ཏེ་རྐང་ལག་ལ་སོགས་པ། །བཏང་དགོས་བདག་ནི་འཇིགས་ཤེ་ན། །ལྕི་དང་ཡང་བ་མ་དཔྱད་པར། །རྨོངས་པས་བདག་ནི་འཇིགས་པར་ཟད། །\nབསྐལ་པ་བྱེ་བ་གྲངས་མེད་དུ། །ལན་གྲངས་དུ་མར་བཅད་པ་དང་། །དབུག་དང་བསྲེག་དང་གཤེགས་འགྱུར་གྱི། །བྱང་ཆུབ་ཐོབ་པར་མི་འགྱུར་རོ། །\nབདག་གིས་བྱང་ཆུབ་སྒྲུབ་པ་ཡི། །སྡུག་བསྔལ་འདི་ནི་ཚོད་ཡོད་དེ། །ཟུག་རྔུ་ཁོང་བརླག་གནོད་བསལ་ཕྱིར། །ལུས་རྨ་བཏོད་པའི་སྡུག་བསྔལ་བཞིན། །\nསྨན་པ་ཀུན་ཀྱང་གསོ་དཔྱད་ཀྱིས། །མི་བདེ་བ་ཡི་ནད་མེད་བྱེད། །དེ་བས་སྡུག་བསྔལ་མང་པོ་དག །གཞོམ་ཕྱིར་མི་བདེ་ཆུང་བཟོད་བྱ། །\nགསོ་དཔྱད་ཕལ་པ་འདི་འདྲ་བ། །སྨན་པ་མཆོག་གིས་མ་མཛད་དེ། །ཆོ་ག་ཤིན་ཏུ་འཇམ་པོ་ཡིས། །ནད་ཆེན་དཔག་མེད་གསོ་བར་མཛད། །\nཚོད་མ་ལ་སོགས་སྦྱིན་པ་ལའང་། །འདྲེན་པས་ཐོག་མར་སྦྱོར་བར་མཛད། །དེ་ལ་གོམས་ནས་ཕྱི་ནས་ནི། །རིམ་གྱིས་རང་གི་ཤ་ཡང་གཏོང་། །\nགང་ཚེ་རང་གི་ལུས་ལ་ནི། །ཚོད་སོགས་ལྟ་བུའི་བློ་སྐྱེས་པ། །དེ་ཚེ་ཤ་ལ་སོགས་གཏོང་བ། །དེ་ལ་དཀའ་བ་ཅི་ཞིག་ཡོད། །\nསྡིག་པ་སྤང་ཕྱིར་སྡུག་བསྔལ་མེད། །མཁས་པའི་ཕྱིར་ན་མི་དགའ་མེད། །འདི་ལྟར་ལོག་པར་རྟོག་པ་དང་། །སྡིག་པས་སེམས་དང་ལུས་ལ་གནོད། །\nབསོད་ནམས་ཀྱིས་ནི་ལུས་བདེ་ལ། །མཁས་པ་ཡིས་ནི་སེམས་བདེ་ན། །གཞན་དོན་འཁོར་བར་གནས་ཀྱང་ནི། །སྙིང་རྗེ་ཅན་དག་ཅི་སྟེ་སྐྱོ། །\nའདི་ནི་བྱང་ཆུབ་སེམས་སྟོབས་ཀྱིས། །སྔོན་གྱི་སྡིག་པ་ཟད་བྱེད་ཅིང་། །བསོད་ནམས་རྒྱ་མཚོ་སྡུད་བྱེད་ཕྱིར། །ཉན་ཐོས་རྣམས་པས་མཆོག་ཏུ་བཤད། །\nདེ་བས་སྐྱོ་ངལ་ཀུན་སེལ་བའི། །བྱང་ཆུབ་སེམས་ཀྱི་རྟ་ཞོན་ནས། །བདེ་ནས་བདེ་བར་འགྲོ་བ་ལ། །སེམས་ཤེས་སུ་ཞིག་སྒྱིད་ལུག་འགྱུར། །\nསེམས་ཅན་དོན་གྲུབ་བྱ་ཕྱིར་དཔུང་། །མོས་བརྟན་དགའ་དང་དོར་བ་ཡིན། །མོས་པ་སྡུག་བསྔལ་འཇིགས་པ་དང་། །དེ་ཡི་ཕན་ཡོན་བསམ་པས་བསྐྱེད། །\nདེ་ལྟར་མི་མཐུན་ཕྱོགས་སྤངས་ཏེ། །མོས་དང་ང་རྒྱལ་དགའ་དང་དོར། །ལྷུར་ལེན་དབང་བསྒྱུར་སྟོབས་ཀྱིས་ནི། །བརྩོན་འགྲུས་སྤེལ་ཕྱིར་འབད་པར་བྱ། །\nབདག་དང་གཞན་གྱི་ཉེས་པ་ནི། །དཔག་མེད་བདག་གིས་གཞོམ་བྱ་སྟེ། །གང་དུ་ཉེས་པ་རེ་རེ་ལའང་། །བསྐལ་པ་རྒྱ་མཚོ་ཟད་འགྱུར་བ། །\nཉེས་ཟད་རྩོམ་པ་དེ་ཡི་ནི། །ཆ་ཡང་བདག་ལ་མ་མཐོང་ན། །སྡུག་བསྔལ་དཔག་ཏུ་མེད་པའི་གནས། །བདག་གོ་ཅི་ཕྱིར་སྙིང་མ་གས། །\nབདག་དང་གཞན་གྱི་ཡོན་ཏན་ནི། །མང་པོ་བདག་གིས་བསྒྲུབ་བྱ་སྟེ། །དེ་ལ་ཡོན་ཏན་རེ་རེ་ཡང་། །བསྐལ་པ་རྒྱ་མཚོས་གོམས་འགྱུར་ན། །\nབདག་ནི་ཡོན་ཏན་ཆ་ལ་ཡང་། །གོམས་པ་ནམ་ཡང་མ་སྐྱེས་ཏེ། །ཇི་ཞིག་ལྟར་རྙེད་སྐྱེ་བ་ནི། །བདག་གིས་དོན་མེད་བྱས་པ་མཚར། །\nབདག་གིས་བཅོམ་ལྡན་མ་མཆོད་ཅིང་། །དགའ་སྟོན་ཆེན་པོའི་བདེ་མ་བྱིན། །བསྟན་ལ་བྱ་བ་མ་བྱས་དང་། །དབུལ་པོའི་བསམ་པ་རྫོགས་མ་བྱས། །\nའཇིགས་ལ་མི་འཇིགས་མ་བྱིན་དང་། །ཉམ་ཐག་བདེ་མ་བྱིན་ན་བདག །མ་ཡི་མངལ་གྱི་ཟུག་རྔུ་དང་། །སྡུག་བསྔལ་འབའ་ཞིག་བསྐྱེད་པར་ཟད། །\nབདག་ནི་སྔོན་དང་ད་ལྟར་ཡང་། །ཆོས་ལ་མོས་དང་བྲལ་བ་ཡིས། །ཕོངས་པ་འདི་འདྲ་བྱུང་བར་གྱུར། །སུ་ཞིག་ཆོས་ལ་མོས་པ་གཏོང་། །\nདགེ་བའི་ཕྱོགས་ནི་ཐམས་ཅད་ཀྱི། །རྩ་བ་མོས་པར་ཐུབ་པས་གསུངས། །དེ་ཡི་རྩ་བ་རྟག་ཏུ་ནི། །རྣམ་སྨིན་འབྲས་བུ་བསྒོམས་པས་སོ། །\nསྡུག་བསྔལ་ཡིད་མི་བདེ་བ་དང་། །འཇིགས་པ་རྣམ་པ་སྣ་ཚོགས་དང་། །འདོད་པ་རྣམས་དང་བྲལ་བ་ནི། །སྡིག་པ་སྤྱོད་ལས་འབྱུང་བར་འགྱུར། །\nཡིད་ལ་བསམས་པའི་དགེ་བྱས་པས། །གང་དང་གང་དུ་འགྲོ་འགྱུར་བ། །དེ་དང་དེར་ནི་བསོད་ནམས་དེས། །འབྲས་བུའི་ཡོན་གྱིས་མངོན་མཆོད་འགྱུར། །\nསྡིག་པ་བྱེད་པ་བདེ་འདོད་ཀྱང་། །གང་དང་གང་དུ་འགྲོ་འགྱུར་བ། །དེ་དང་དེར་ནི་སྡིག་པ་དེས། །སྡུག་བསྔལ་མཚོན་གྱིས་རྣམ་པར་འཇོམས། །\nརྒྱ་ཆེ་དྲི་བཟང་བསེལ་བའི་པདྨའི་སྙིང་པོར་གནས། །རྒྱལ་བའི་གསུང་སྙན་ཟས་ཀྱིས་གཟི་བརྗིད་བསྐྱེད་བྱས་པ། །ཐུབ་འོད་ཀྱིས་རྒྱས་པདྨ་ལས་བྱུང་ལུས་མཆོག་ཅན། །རྒྱལ་བའི་མདུན་གནས་བདེ་གཤེགས་སྲས་སུ་དགེ་བས་འགྱུར། །\nགཤིན་རྗེའི་སྐྱེས་བུས་པགས་པ་མ་ལུས་བཤུས་པས་ཤིན་ཏུ་ཉམ་ཐག་ཅིང་། །རབ་ཏུ་ཚ་བའི་མེ་ཡིས་བཞུས་པའི་ཟངས་ཞུན་ལུས་ལ་བླུགས་གྱུར་ལ། །འབར་བའི་རལ་གྲི་མདུང་ཐུང གིས་བསྣུན་ཤ་ཡི་དུམ་བུ་བརྒྱར་ལྷགས་ཤིང་། །ཤིན་ཏུ་འབར་བའི་ལྕགས་ཀྱི་ས་གཞིར་ལྷུང་བ་མི་དགེ་མང་པོས་འགྱུར། །\nདེ་བས་དགེ་ལ་མོས་བྱ་ཞིང་། །གུས་པ་ཉིད་དུ་བསྒོམ་པར་བྱ། །རྡོ་རྗེ་རྒྱལ་མཚན་ཆོ་ག་ཡིས། །བརྩམས་ནས་ང་རྒྱལ་བསྒོམ་པར་བྱ། །\nདང་པོར་འབྱོར་པ་བརྟགས་ནས་ནི། །བརྩམ་མམ་ཡང་ན་མི་བརྩམ་བྱ། །མ་བརྩམས་པ་ནི་མཆོག་ཡིན་གྱི། །བརྩམས་ནས་ལྡོག་པར་མི་བྱའོ། །\nསྐྱེ་བ་གཞན་དུ་དེ་གོམས་ཤིང་། །སྡིག་དང་སྡུག་བསྔལ་འཕེལ་བར་འགྱུར། །གཞན་དང་འབྲས་བུའི་དུས་ཀྱང་ནི། །དམན་འགྱུར་དེ་ཡང་འགྲུབ་མི་འགྱུར། །\nལས་དང་ཉོན་མོངས་ནུས་པ་སྟེ། །གསུམ་པོ་དག་ལ་ང་རྒྱལ་བྱ། །བདག་ཉིད་གཅིག་པུས་བྱའོ་ཞེས། །འདི་ནི་ལས་ཀྱི་ང་རྒྱལ་ཉིད། །\nཉོན་མོངས་དབང་མེད་འཇིག་རྟེན་འདིས། །རང་དོན་སྒྲུབ་པར་མི་ནུས་པས། །འགྲོ་བས་བདག་ལྟར་མི་ནུས་ཏེ། །དེ་བས་བདག་གིས་འདི་བྱའོ། །\nགཞན་དག་དམན་པའི་ལས་བྱེད་ན། །བདག་ཉིད་ཀྱང་ནི་ཇི་ལྟར་འདུག །ང་རྒྱལ་གྱིས་ནི་མི་བྱེད་དེ། །བདག་ལ་ང་རྒྱལ་མེད་པ་མཆོག །\nཤི་བའི་སྦྲུལ་དང་ཕྲད་གྱུར་ན། །ཁྭ་ཡང་མཁའ་ལྡིང་ལྟ་བུར་སྤྱོད། །གལ་ཏེ་བདག་ཉིད་ཉམ་ཆུང་ན། །ལྟུང་བ་ཆུང་ངུའང་གནོད་པར་བྱེད། །\nཞུམ་བཅས་རྩོལ་བ་དོར་བ་ལ། །ཕོངས་ལས་ཐར་བ་ཡོད་དམ་ཅི། །ང་རྒྱལ་རྩོལ་བ་བསྐྱེད་པས་ནི། །ཆེན་པོ་ཡིས་ཀྱང་ཐུབ་པར་དཀའ། །\nདེ་བས་སེམས་ནི་བརྟན་པ་ཡིས། །ལྟུང་བ་རྣམས་ནི་གཞོམ་བྱ་སྟེ། །བདག་ནི་ལྟུང་བས་ཕམ་བྱས་ན། །ཁམས་གསུམ་རྒྱལ་འདོད་བཞད་གད་འགྱུར། །\nབདག་གིས་ཀུན་ལས་རྒྱལ་བྱ་སྟེ། །བདག་ལས་སུ་ཡང་རྒྱལ་མི་བྱ། །རྒྱལ་བ་སེང་གེའི་སྲས་བདག་གིས། །ང་རྒྱལ་འདི་ལ་གནས་པར་བྱ། །\nའགྲོ་གང་ང་རྒྱལ་གྱིས་བཅོམ་དེ། །ཉོན་མོངས་ང་རྒྱལ་ཅན་མ་ཡིན། །ང་རྒྱལ་ཅན་དགྲའི་དབང་མི་འགྲོ། །དེ་དག་ང་རྒྱལ་དགྲ་དབང་འགྱུར། །\nཉོན་མོངས་ང་རྒྱལ་གྱིས་ཁེངས་ནི། །ངན་འགྲོར་ང་རྒྱལ་གྱིས་ཁྲིད་ཅིང་། །མི་ཡི་དགའ་སྟོན་བཅོམ་པ་དང་། །གཞན་གྱི་ཟན་ཟའི་བྲན་དང་ནི། །གླེན་པ་མི་སྡུག་ཉམ་ཆུང་དང་། །\nཐམས་ཅད་དུ་ནི་བརྙས་པར་འགྱུར། །ང་རྒྱལ་གྱིས་ཁེངས་དཀའ་ཐུབ་ཅན། །དེ་ཡང་ང་རྒྱལ་ཅན་གཏོགས་ན། །དམན་པ་ཅི་འདྲ་ཡིན་པ་སྨྲོས། །\nགང་ཞིག་ང་རྒྱལ་དགྲ་ལས་རྒྱལ་ཕྱིར་ང་རྒྱལ་འཆང་། །དེ་ནི་ང་རྒྱལ་ཅན་དང་རྣམ་རྒྱལ་དཔའ་དེ་ཉིད། །གང་ཞིག་ང་རྒྱལ་དགྲ་བདོ་བ་ཡང་ངེས་བཅོམ་སྟེ། །འགྲོ་ལ་འདོད་བཞིན་རྒྱལ་བའི་འབྲས་བུ་རྫོགས་པར་བྱེད། །\nཉོན་མོངས་ཕྱོགས་ཀྱི་ཁྲོད་གནས་ན། །རྣམ་པ་སྟོང་དུ་སྲན་གཟུགས་ཏེ། །ཝ་ལ་སོགས་པས་སེང་གེ་བཞིན། །ཉོན་མོངས་ཚོགས་ཀྱིས་མི་ཚུགས་བྱ། །\nཉམ་ང་ཆེ་ཐང་བྱུང་གྱུར་ཀྱང་། །མི་ཡིས་མིག་ནི་བསྲུང་བ་ལྟར། །དེ་བཞིན་ཉམ་ང་བྱུང་གྱུར་ཀྱང་། །ཉོན་མོངས་དབང་དུ་མི་འགྱུར་བྱ། །\nབདག་ནི་བསྲེགས་ཏེ་བསད་གྱུར་ཏམ། །བདག་གི་མགོ་བོ་བཅད་ཀྱང་བླ། །རྣམ་པ་ཀུན་དུ་ཉོན་མོངས་པའི། །དགྲ་ལ་འདུད་པར་མི་བྱའོ། །དེ་བཞིན་གནས་སྐབས་ཐམས་ཅད་དུ། །རིགས་པ་ལས་ནི་གཞན་མི་སྤྱད། །\nརྩེད་མོའི་བདེ་འབྲས་འདོད་པ་ལྟར། །འདི་ཡིས་བྱ་བའི་ལས་གང་ཡིན། །ལས་དེ་ལ་ནི་ཞེན་བྱ་སྟེ། །ལས་དེས་མི་ངོམས་དགའ་བར་བྱ། །\nབདེ་བའི་དོན་དུ་ལས་བྱས་ཀྱང་། །བདེ་འགྱུར་མི་འགྱུར་གཏོལ་མེད་ཀྱི། །གང་གི་ལས་ཉིད་བདེ་འགྱུར་བ། །དེ་ལས་མི་བྱེད་ཇི་ལྟར་བདེ། །\nསྤུ་གྲིའི་སོར་ཆགས་སྦྲང་རྩི་ལྟའི། །འདོད་པ་རྣམས་ཀྱིས་མི་ངོམས་ན། །རྣམ་སྨིན་བདེ་ལ་ཞི་བ་ཡི། །བསོད་ནམས་ཀྱིས་ལྟ་ཅི་སྟེ་ངོམས། །\nདེ་ལྟས་ལས་ཚར་ཕྱིན་བྱའི་ཕྱིར། །ཉི་མ་ཕྱེད་དུས་གདུངས་པ་ཡི། །གླང་ཆེན་མཚོ་ཕྲད་མཚོར་འཇུག་ལྟར། །ལས་དེ་ལ་ཡང་འཇུག་པར་བྱ། །\nསྟོབས་ཉམས་པ་དང་རྗེས་འབྲེལ་ན། །སླར་བྱའི་དོན་དུ་དོར་བར་བྱ། །ལེགས་པར་ཟིན་ན་ཕྱི་མ་དང་། །ཕྱི་མ་འདོད་པས་དེ་སྤང་བྱ། །\nའཐབ་རྙིང་དགྲ་དང་ལྷན་ཅིག་ཏུ། །གཡུལ་ངོར་རལ་ཁ་ལྷགས་པ་བཞིན། །ཉོན་མོངས་མཚོན་ལས་གཟུར་བྱ་ཞིང་། །ཉོན་མོངས་དགྲ་རྣམས་གཞོམ་པར་བཏེག །\nགཡུལ་དུ་རལ་གྲི་ལྷུང་གྱུར་ན། །འཇིགས་པས་མྱུར་དུ་ལེན་པ་ལྟར། །དེ་བཞིན་དྲན་པའི་མཚོན་ཤོར་ན། །དམྱལ་བའི་འཇིགས་དྲན་མྱུར་དུ་བླང་། །\nཇི་ལྟར་ཁྲག་ལ་བརྟེན་བཅས་ནས། །དུག་ནི་ལུས་ལ་ཁྱབ་འགྱུར་བ། །དེ་བཞིན་གླགས་ནི་རྙེད་གྱུར་ན། །ཉེས་པས་སེམས་ལ་ཁྱབ་པར་འགྱུར། །\nཡུངས་མར་བཀང་བའི་སྣོད་བཀུར་ལ། །རལ་གྲི་ཐོགས་པས་དྲུང་བསྡད་དེ། །བོ་ན་གསོད་བསྡིགས་འཇིགས་པ་ལྟར། །བརྟུལ་ཞུགས་ཅན་གྱིས་དེ་བཞིན་སྒྲིམ། །\nདེ་བས་པང་དུ་སྦྲུལ་འོངས་ན། །ཇི་ལྟར་རིངས་པར་ལྡང་བ་ལྟར། །དེ་བཞིན་གཉིད་དང་སྙོམ་འོངས་ན། །མྱུར་དུ་དེ་དག་བཟློག་པར་བྱ། །\nཉེས་པ་བྱུང་བ་རེ་རེ་ཞིང་། །བདག་ལ་སྨད་ནས་ཅི་ནས་ཀྱང་། །བདག་ལ་ཕྱིས་འདི་མི་འབྱུང་བ། །དེ་ལྟར་བྱ་ཞེས་ཡུན་རིང་བསམ། །\nཇི་ལྟར་གནས་སྐབས་འདི་དག་ལ། །དྲན་པ་གོམས་པ་ཉིད་འགྱུར་ཞེས། །རྒྱུ་འདི་ཡིས་ནི་ཕྲད་པའམ། །རིགས་པའི་ལས་ནི་འདོད་པར་བྱ། །\nཅི་ནས་ལས་བྱེད་སྔོན་རོལ་ནས། །ཐམས་ཅད་ལ་ནི་མཐུ་ཡོད་པ། །དེ་ལྟར་བག་ཡོད་གཏམ་དྲན་ཏེ། །བདག་ཉིད་ལྡང་བ་ཡང་བར་བྱ། །\nཇི་ལྟར་རླུང་ནི་འགྲོ་བ་དང་། །འོང་བས་ཤིང་བལ་དབང་བསྒྱུར་བ། །དེ་བཞིན་སྤྲོ་བས་དབང་བསྒྱུར་ཏེ། །དེ་ལྟར་ན་ནི་འགྲུབ་པར་འགྱུར། །\nབྱང་ཆུབ་སེམས་དཔའི་སྤྱོད་པ་ལ་འཇུག་པ་ལས། བརྩོན་འགྲུས་བསྟན་པ་ཞེས་བྱ་བ་སྟེ་ལེའུ་བདུན་པའོ།། །།\nch-8 དེ་ལྟར་བརྩོན་འགྲུས་བསྐྱེད་ནས་ནི། །ཡིད་ནི་ཏིང་ངེ་འཛིན་ལ་བཞག །སེམས་ནི་རྣམ་པར་གཡེངས་པའི་མི། །ཉོན་མོངས་མཆི་བའི་ཕྲག་ན་གནས། །\nལུས་དང་སེམས་ནི་དབེན་པ་ཡིས། །རྣམ་པར་གཡེང་བ་མི་འབྱུང་ངོ་། །དེ་བས་འཇིག་རྟེན་སྤང་བྱ་ཞིང་། །རྣམ་པར་རྟོག་པ་ཡོངས་སུ་དོར། །\nཆགས་པའི་ཕྱིར་དང་རྙེད་སོགས་ལ། །སྲེད་པས་འཇིག་རྟེན་མི་སྤོང་སྟེ། །དེ་བས་འདི་དག་ཡོངས་སྤོངས་ལ། །མཁས་པས་འདི་ལྟར་དཔྱད་པར་བྱ། །\nཞི་གནས་རབ་ཏུ་ལྡན་པའི་ལྷག་མཐོང་གིས། །ཉོན་མོངས་རྣམ་པར་འཇོམས་པར་ཤེས་བྱས་ནས། །ཐོག་མར་ཞི་གནས་བཙལ་བྱ་དེ་ཡང་ནི། །འཇིག་རྟེན་ཆགས་པ་མེད་ལ་མངོན་དགས་འགྲུབ། །\nམི་རྟག་སུ་ཞིག་མི་རྟག་ལ། །ཡང་དག་ཆགས་པར་བྱེད་པ་ཡོད། །དེས་ནི་ཚེ་རབས་སྟོང་ཕྲག་ཏུ། །སྡུག་པ་མཐོང་བར་ཡོང་མི་འགྱུར། །\nམ་མཐོང་ན་ནི་དགར་མི་འགྱུར། །ཡིད་ཀྱང་མཉམ་འཇོག་མི་འགྱུར་ལ། །མཐོང་ཡང་ངོམས་པར་མི་འགྱུར་བས། །སྔར་བཞིན་སྲེད་པས་གདུང་བར་འགྱུར། །\nསེམས་ཅན་རྣམས་ལ་ཆགས་བྱས་ན། །ཡང་དག་ཉིད་ལ་ཀུན་ནས་སྒྲིབ། །སྐྱོ་བའི་སེམས་ཀྱང་འཇིག་པར་བྱེད། །ཐ་མར་མྱ་ངན་གདུང་བར་འགྱུར། །\nདེ་ལ་སེམས་པ་འབའ་ཞིག་གིས། །ཚེ་འདི་དོན་མེད་འདའ་བར་འགྱུར། །རྟག་པ་མེད་པའི་མཛའ་བཤེས་ཀྱིས། །གཡུང་དྲུང་ཆོས་ཀྱང་འཇིག་པར་འགྱུར། །\nབྱིས་དང་སྐལ་བ་མཉམ་སྤྱོད་ན། །ངེས་པར་ངན་འགྲོར་འགྲོ་འགྱུར་ཏེ། །སྐལ་མི་མཉམ་པར་ཁྲིད་བྱེད་ན། །བྱིས་པ་བསྟེན་པས་ཅི་ཞིག་བྱ། །\nསྐད་ཅིག་གཅིག་གིས་མཛའ་འགྱུར་ལ། །ཡུད་ཙམ་གྱིས་ནི་དགྲར་ཡང་འགྱུར། །དགའ་བའི་གནས་ལ་ཁྲོ་བྱེད་པས། །སོ་སོའི་སྐྱེ་བོ་མགུ་བར་དཀའ། །\nཕན་པར་སྨྲས་ན་ཁྲོ་བར་བྱེད། །བདག་ཀྱང་ཕན་ལས་བཟློག་པར་བྱེད། །དེ་དག་ངག་ནི་མ་མཉན་ན། །ཁྲོ་བས་ངན་འགྲོར་འགྲོ་བར་འགྱུར། །\nམཐོ་ལ་ཕྲག་དོག་མཉམ་དང་འགྲན། །དམའ་ལ་ང་རྒྱལ་བསྟོད་ན་དྲེགས། །མི་སྙན་བརྗོད་ན་ཁོང་ཁྲོ་སྐྱེ། །ནམ་ཞིག་བྱིས་ལས་ཕན་པ་ཐོབ།\n བྱིས་དང་འགྲོགས་ན་བྱིས་པ་ལ། །བདག་བསྟོད་གཞན་ལ་སྨོད་པ་དང་། །འཁོར་བར་དགའ་བའི་གཏམ་ལ་སོགས། །མི་དགེ་ཅིས་ཀྱང་ངེས་པར་འབྱུང་། །\nདེ་ལྟར་བདག་དང་གཞན་བསྟེན་པ། །དེས་ནི་ཕུང་བར་འགྱུར་བར་ཟད། །དེས་ཀྱང་བདག་དོན་མ་བྱས་ལ། །བདག་ཀྱང་དེ་དོན་མི་འགྱུར་བས། །\nབྱིས་ལས་ཐག་རིང་བྱོལ་བར་བྱ། །ཕྲད་ན་དགའ་བས་མགུ་བྱས་ཏེ། །འདྲིས་ཆེན་ཉིད་དུ་མི་འགྱུར་བར། །ཐ་མལ་པ་ཙམ་ལེགས་པར་བྱ། །\nབུང་བས་མེ་ཏོག་སྦྲང་རྩི་བཞིན། །ཆོས་ཀྱི་དོན་ཙམ་བླངས་ནས་ནི། །ཀུན་ལ་སྔོན་ཆད་མ་མཐོང་བཞིན། །འདྲིས་པ་མེད་པར་གནས་པར་བྱ། །\nབདག་ནི་རྙེད་མང་བཀུར་སྟི་བཅས། །བདག་ལ་མང་པོ་དགའ་འོ་ཞེས། །དེ་འདྲའི་སྙེམས་པ་འཆང་གྱུར་ན། །ཤི་བའི་འོག་ཏུ་འཇིགས་པ་སྐྱེ། །\nདེ་བས་རྣམ་པར་རྨོངས་པའི་ཡིད། །གང་དང་གང་ལ་ཆགས་གྱུར་པ། །དེ་དང་དེ་བསྡོངས་སྟོང་འགྱུར་དུ། །སྡུག་བསྔལ་ཉིད་དུ་འགྱུར་ཞིང་ལྡང་། །\nདེ་བས་མཁས་པས་ཆགས་མི་བྱ། །ཆགས་པ་ལས་ནི་འཇིགས་པ་སྐྱེ། །འདི་དག་རང་བཞིན་འདོར་འགྱུར་བས། །བརྟན་པར་གྱིས་ཏེ་རབ་ཏུ་རྟོགས། །\nརྙེད་པ་དག་ནི་མང་བྱུང་ཞིང་། །གྲགས་དང་སྙན་པ་བྱུང་གྱུར་ཀྱང་། །རྙེད་དང་གྲགས་པའི་ཚོགས་བཅས་ཏེ། །གང་དུ་འདོང་བའི་གཏོལ་མེད་དོ། །\nབདག་ལ་སྨོད་པ་གཞན་ཡོད་ན། །བསྟོད་པས་བདག་དགར་ཅི་ཞིག་ཡོད། །བདག་ལ་བསྟོད་པ་གཞན་ཡོད་ན། །སྨད་པས་མི་དགར་ཅི་ཞིག་ཡོད། །\nསེམས་ཅན་མོས་པ་སྣ་ཚོགས་པ། །རྒྱལ་བས་ཀྱང་ནི་མི་མགུ་ན། །བདག་འདྲ་ངན་པས་སྨོས་ཅི་དགོས། །དེ་བས་འཇིག་རྟེན་བསམ་པ་བཏང་། །\nསེམས་ཅན་རྙེད་པ་མེད་ལ་སྨོད། །རྙེད་པ་ཅན་ལ་མི་སྙན་བརྗོད། །རང་བཞིན་འགྲོགས་དཀའ་དེ་དག་གིས། །དགའ་བ་ཇི་ལྟར་སྐྱེ་བར་འགྱུར། །\nགང་ཕྱིར་བྱིས་པ་རང་དོན་ནི། །མེད་པར་དགའ་བ་མི་འབྱུང་བས། །བྱིས་པ་འགའ་ཡང་བཤེས་མིན་ཞེས། །དེ་བཞིན་གཤེགས་པ་རྣམས་ཀྱིས་གསུངས། །\nནགས་ན་རི་དྭགས་བྱ་རྣམས་དང་། །ཤིང་རྣམས་མི་སྙན་རྗོད་མི་བྱེད། །འགྲོགས་ན་བདེ་བ་དེ་དག་དང་། །ནམ་ཞིག་ལྷན་ཅིག་བདག་གནས་འགྱུར། །\nཕུག་གམ་ལྷ་ཁང་སྟེང་པའམ། །ལྗོན་ཤིང་དྲུང་དུ་གནས་བཅས་ཏེ། །ནམ་ཞིག་རྒྱབ་ཏུ་མི་ལྟ་ཞིང་། །ཆགས་པ་མེད་པར་འགྱུར་ཞིག་གུ། །\nས་ཕྱོགས་བདག་གིར་བཟུང་མེད་པ། །རང་བཞིན་གྱིས་ནི་ཡངས་རྣམས་སུ། །རང་དབང་སྤྱོད་ཅིང་ཆགས་མེད་པར། །ནམ་ཞིག་བདག་ནི་གནས་པར་འགྱུར། །\nལྷུང་བཟེད་ལ་སོགས་ཉི་ཚེ་དང་། །ཀུན་ལ་མི་མཁོའི་གོས་འཆང་ཞིང་། །ལུས་འདི་སྦ་བ་མ་བྱས་ཀྱང་། །འཇིགས་མེད་གནས་པར་ནམ་ཞིག་འགྱུར། །\nདུར་ཁྲོད་སོང་ནས་གཞན་དག་གི། །རུས་གོང་དག་དང་བདག་གི་ལུས། །འཇིག་པའི་ཆོས་ཅན་དག་ཏུ་ནི། །ནམ་ཞིག་མགོ་སྙོམས་བྱེད་པར་འགྱུར། །\nབདག་གི་ལུས་ནི་འདི་ཉིད་ཀྱང་། །གང་གི་དྲི་ཡིས་ཝ་དག་ཀྱང་། །དྲུང་དུ་ཉེར་འགྲོ་མི་འགྱུར་བ། །དེ་ལྟ་བུར་ནི་འགྱུར་བར་འོང་། །\nལུས་འདི་གཅིག་པུ་བྱུང་བ་ཡང་། །ལྷན་ཅིག་སྐྱེས་པའི་ཤ་རུས་དག །ཞིག་སྟེ་སོ་སོར་འགྱེས་འགྱུར་ན། །མཛའ་བ་གཞན་དག་ཅི་ཞིག་སྨོས། །\nསྐྱེ་ན་གཅིག་པུ་སྐྱེ་འགྱུར་ཞིང་། །འཆི་ནའང་དེ་ཉིད་གཅིག་འཆི་སྟེ། །སྡུག་བསྔལ་སྐལ་གཞན་མི་ལེན་ན། །གེགས་བྱེད་མཛའ་བས་ཅི་ཞིག་བྱ། །\nལམ་དག་ཏུ་ནི་ཞུགས་པ་རྣམས། །ཇི་ལྟར་གནས་ནི་འཛིན་བྱེད་ལྟར། །དེ་བཞིན་སྲིད་པའི་ལམ་ཞུགས་པའང་། །སྐྱེ་བའི་གནས་ནི་ཡོངས་སུ་འཛིན། །\nའཇིག་རྟེན་ཀུན་ནས་གདུང་བཞིན་དུ། །ཇི་སྲིད་སྐྱེས་བུ་བཞི་ཡིས་ནི། །དེ་ལས་དེ་ནི་མ་བཏེག་པ། །དེ་སྲིད་དུ་ནི་ནགས་སུ་སོང་། །\nབཤེས་མེད་འཁོན་པའང་མེད་བྱས་ནས། །ལུས་འདི་གཅིག་པུ་དབེན་གནས་ཏེ། །སྔ་ནས་ཤི་དང་འདྲར་བརྩིས་ནས། །ཤི་ནའང་མྱ་ངན་བྱེད་པ་མེད། །\nདྲུང་ན་འཁོད་པ་སུ་དག་ཀྱང་། །མྱ་ངན་གནོད་པ་བྱེད་མེད་པས། །འདི་ཡིས་སངས་རྒྱས་རྗེས་དྲན་སོགས། །སུས་ཀྱང་གཡེངས་པར་འགྱུར་བ་མེད། །\nདེ་བས་ཤིན་ཏུ་མདངས་དགའ་བའི། །ནགས་ཚལ་ཚེགས་ཆུང་བདེ་སྐྱིད་ཅིང་། །གཡེང་བ་ཐམས་ཅད་ཞི་བྱེད་པར། །བདག་ཉིད་གཅིག་པུ་གནས་པར་བྱ། །\nབསམ་པ་གཞན་ནི་ཀུན་བཏང་སྟེ། །བདག་ལ་སེམས་པ་གཅིག་པུ་ཡིས། །སེམས་ནི་མཉམ་པར་གཞག་ཕྱིར་དང་། །དུལ་བར་བྱ་ཕྱིར་བརྩོན་ཏེ་བྱ། །\nའཇིག་རྟེན་འདི་དང་ཕ་རོལ་དུའང་། །འདོད་པ་རྣམས་ནི་ཕུང་ཁྲོལ་བསྐྱེད། །འདིར་ནི་བསད་དང་བཅིང་དང་གཅོད། །ཕ་རོལ་དུ་ནི་དམྱལ་སོགས་སྒྲུབ། །\nཕོ་ཉ་ཕོ་ཉ་མོ་ཡིས་སྔོན། །གང་ཕྱིར་དུ་མར་གསོལ་བཏབ་ཅིང་། །སྡིག་པ་རྣམས་སམ་གྲགས་མིན་ལའང་། །གང་གི་དོན་དུ་མ་འཛེམས་པར། །\nའཇིགས་པ་ལ་ཡང་བདག་ཞུགས་ཤིང་། །རྫས་ཀྱང་ཟད་པར་བྱས་གྱུར་ཏེ། །གང་ལ་ཡོངས་སུ་འཁྱུད་པས་ན། །མཆོག་ཏུ་དགའ་འགྱུར་དེ་དག་ཉིད། །\nཀེང་རུས་ཉིད་ཡིན་གཞན་མིན་ན། །རང་དབང་དང་ནི་བདག་མིན་ལ། །རབ་ཏུ་འདོད་ཅིང་ཡོངས་ཞེན་ནས། །ཅི་ཕྱིར་མྱ་ངན་འདས་མི་འགྲོ། །\nགང་ཞིག་དང་པོ་འབད་དེ་བཏེག །དྲངས་ཀྱང་ངོ་ཚས་འོག་ཏུ་ལྟ། །སྔོན་ནི་མཐོང་ངམ་མ་མཐོང་ཡང་། །གོས་ཀྱིས་གདོང་ནི་གཡོགས་པར་གྱུར། །\nཁྱོད་ཉོན་མོངས་པའི་གདོང་དེ་ནི། །ད་ལྟ་མངོན་སུམ་གྱུར་པ་བཞིན། །བྱ་རྒོད་ཀྱིས་བསལ་བྱས་མཐོང་ནས། །ད་ལྟ་ཅི་ཕྱིར་འབྱེར་བར་བྱེད། །\nགཞན་རྣམས་མིག་གིས་བལྟ་ན་ཡང་། །གང་ཞིག་ཡོངས་སུ་བསྲུང་གྱུར་པ། །ཇི་སྲིད་དེ་ནི་དེས་ཟ་ན། །སེར་སྣ་ཅན་ཁྱོད་ཅིས་མི་བསྲུང་། །\nཤ་ཡི་ཕུང་པོ་འདི་མཐོང་ནས། །བྱ་རྒོད་དང་གཞན་ཟ་བྱེད་ན། །གཞན་གྱི་ཟས་ལ་མེ་ཏོག་གི །ཕྲེང་བ་ཙནྡན་རྒྱན་གྱིས་མཆོད། །\nརུས་གོང་ཉིད་དུ་མཐོང་ནས་ནི། །མི་འགུལ་ཡང་ནི་ཁྱོད་སྐྲག་ན། །རོ་ལངས་བཞིན་དུ་འགའ་ཡིས་ཀྱང་། །བསྐྱོད་པར་གྱུར་ན་ཅིས་མི་འཇིགས། །\nགང་ལ་གཡོགས་ཀྱང་འདི་ཆགས་པ། །དེ་མ་གཡོགས་ན་ཅིས་མི་འདོད། །དེ་ལ་དགོས་པ་མེད་ན་ནི། །གཡོགས་པ་ལ་ནི་ཅི་ཕྱིར་འཁྱུད། །\nཟས་ནི་གཅིག་པུ་ཉིད་ལས་ནི། །བཤང་དང་ཁ་ཆུ་བྱུང་གྱུར་ན། །དེ་ལས་བཤང་ལ་མི་དགའ་ཞིང་། །ཁ་ཆུ་ལ་ཁྱོད་ཅི་ཕྱིར་དགའ། །\nཤིང་བལ་རེག་ན་འཇམ་པ་ཡི། །སྔས་ལ་དགའ་བར་མི་བྱེད་པར། །དྲི་ང་འཛག་པ་མ་ཡིན་ཞེས། །འདོད་ལྡན་མི་གཙང་བ་ལ་རྨོངས། །\nའདོད་ལྡན་ངན་པ་རྨོངས་པ་རྣམས། །ཤིང་བལ་རེག་ན་འཇམ་པ་ལའང་། །ཉལ་པོ་བྱ་བར་མི་ནུས་ཞེས། །དེ་ལ་ཁྲོ་བ་དག་ཏུ་བྱེད། །\nགལ་ཏེ་མི་གཙང་ཆགས་མེད་ན། །རུས་གཟེབ་རྒྱུས་པས་སྦྲེལ་བ་ལ། །ཤ་ཡི་འདམ་གྱིས་ཞལ་ཞལ་བྱས། །གཞན་ཁྱོད་ཅི་ཕྱིར་པང་དུ་འཁྱུད། །\nཁྱོད་ཉིད་མི་གཙང་མང་ཡོད་པ། །དེ་ཉིད་ལ་ཁྱོད་གཏན་སྤྱོད་ཅིང་། །མི་གཙང་རྐྱལ་པ་གཞན་དག་ལའང་། །མི་གཙང་བརྐམ་པས་འདོད་པར་བྱེད། །\nབདག་ནི་ཤ་འདི་ལ་དགའ་ཞེས། །རེག་དང་བལྟ་བར་འདོད་ན་ཀོ། །སེམས་མེད་པ་ཡི་རང་བཞིན་གྱི། །ཤ་ནི་ཁྱོད་ཀོ་ཇི་ལྟར་འདོད། །\nའདོད་པའི་སེམས་གང་ཡིན་པ་དེ། །རེག་དང་བལྟ་བར་མི་ནུས་ལ། །གང་ཞིག་ནུས་དེ་ཤེས་པ་མིན། །དོན་མེད་འཁྱུད་དེས་ཅི་ཞིག་བྱ། །\nམི་གཙང་རང་བཞིན་གཞན་གྱི་ལུས། །མི་རྟོགས་ངོ་མཚར་མི་ཆེ་ཡི། །རང་ཉིད་མི་གཙང་ཉིད་ཡིན་པར། །རྟོགས་པར་མི་འགྱུར་ངོ་མཚར་ཆེ། །\nསྤྲིན་བྲལ་ཉི་ཟེར་གྱིས་ཕྱེ་བའི། །པདྨ་གཞོན་ནུ་སྤངས་ནས་ནི། །མི་གཙང་ཞེན་པའི་སེམས་ཀྱིས་ནི། །མི་གཙང་གཟེབ་ལ་ཅི་ཕྱིར་དགའ། །\nས་ཕྱོགས་མི་གཙང་གིས་གོས་པ། །གལ་ཏེ་རེག་པར་མི་འདོད་ན། །གང་ལས་དེ་ནི་བྱུང་བ་ཡི། །ལུས་ལ་ཇི་ལྟར་ཁྱོད་རེག་འདོད། །\nགལ་ཏེ་མི་གཙང་ཆགས་མེད་ན། །མི་གཙང་ཞིང་ལས་བྱུང་གྱུར་ཅིང་། །དེ་ཡི་ས་བོན་དེས་བསྐྱེད་པ། །གཞན་ཁྱོད་ཅི་ཕྱིར་པང་དུ་འཁྱུད། །\nམི་གཙང་ལས་བྱུང་མི་གཙང་སྲིན། །ཆུང་ངུའང་ཁྱོད་འདོད་མི་བྱེད་ལ། །མི་གཙང་མང་གི་རང་བཞིན་ལུས། །མི་གཙང་སྐྱེས་པའང་འདོད་པར་བྱེད། །\nཁྱོད་ནི་རང་ཉིད་མི་གཙང་ལ། །སྨོད་མི་བྱེད་པར་མ་ཟད་ཀྱི། །མི་གཙང་རྐྱལ་པ་མི་གཙང་ལ། །བརྐམ་པས་གཞན་ཡང་འདོད་པར་བྱེད། །\nག་པུར་ལ་སོགས་ཡིད་འོང་དང་། །འབྲས་ཆན་དག་གམ་ཚོད་མའང་རུང་། །ཁར་བཅུག་ཕྱིར་ཕྱུང་བོར་བ་ཡིས། །ས་ཡང་མི་གཙང་བཙོག་པར་འགྱུར། །\nགལ་ཏེ་མི་གཙང་འདི་འདྲ་བ། །མངོན་སུམ་གྱུར་ཀྱང་ཐེ་ཚོམ་ན། །དུར་ཁྲོད་དག་ཏུ་བོར་བའི་ལུས། །མི་གཙང་གཞན་ཡང་བལྟ་བར་གྱིས། །\nགང་ལས་པགས་པའི་ཁ་ཕྱེ་ན། །འཇིགས་པ་ཆེན་པོ་སྐྱེ་འགྱུར་བར། །ཤེས་ཀྱང་ཇི་ལྟར་དེ་ཉིད་ལ། །ཕྱིར་ཞིང་དགའ་བ་སྐྱེ་བར་འགྱུར། །\nལུས་ལ་བསྐུས་པའི་དྲི་དེ་ཡང་། །ཙནྡན་སོགས་ཡིན་གཞན་མ་ཡིན། །གཞན་གྱི་དྲི་དེས་གཞན་དག་ལ། །ཅི་ཡི་ཕྱིར་ན་ཆགས་པར་བྱེད། །\nགལ་ཏེ་རང་བཞིན་དྲི་ང་བས། །འདི་ལ་མ་ཆགས་ལེགས་མིན་ནམ། །འཇིག་རྟེན་དོན་མེད་སྲེག་པ་དག །ཇི་སྟེ་དེ་ལ་དྲི་ཞིམ་སྐུད། །\nའོན་ཏེ་དྲི་ཞིམ་ཙནྡན་ནི། །ལུས་ལ་འདིར་ནི་ཅི་ཞིག་བྱུང་། །གཞན་གྱི་དྲི་ཡིས་གཞན་དག་ལ། །ཅི་ཡི་ཕྱིར་ན་ཆགས་པར་བྱེད། །\nགལ་ཏེ་སྐྲ་སེན་རིང་བ་དང་། །སོ་སྐྱ་དྲིར་བཅས་འདམ་གྱི་དྲིས། །བསྒོས་པས་ལུས་ཀྱི་རང་བཞིན་ནི། །གཅེར་བུ་འཇིགས་པ་ཉིད་ཡིན་ན། །\nརང་ལ་གནོད་པའི་མཚོན་བཞིན་དུ། །དེ་འབད་ཅི་ཕྱིར་བྱི་དོར་བྱེད། །བདག་ལ་རྨོངས་པའི་འབད་པ་ཡིས། །སྨྱོས་པས་ས་འདི་ཀུན་ཏུ་འཁྲུགས། །\nརུས་གོང་འབའ་ཞིག་མཐོང་ནས་ནི། །དུར་ཁྲོད་དུ་ནི་ཡིད་འབྱུང་ན། །གཡོ་བའི་རུས་གོང་གིས་ཁྱབ་པའི། །གྲོང་གི་དུར་ཁྲོད་ལ་དགའ་འམ། །\nདེ་ལྟར་མི་གཙང་གྱུར་པ་དེ། །རིན་མེད་པར་ནི་མི་རྙེད་དོ། །དེ་དོན་བསྒྲུབས་པས་ཤ་ཐང་དང་། །དམྱལ་ལ་སོགས་པའི་གནོད་པར་འགྱུར། །\nབྱིས་པ་ནོར་སྤེལ་མི་ནུས་པས། །དར་ལ་བབ་ན་འདི་ཅི་བདེ། །ནོར་སོགས་པ་ཡིས་ཚེ་གཏུགས་ན། །རྒས་ནས་འདོད་པས་ཅི་ཞིག་བྱ། །\nའདོད་ལྡན་ངན་པ་ཁ་ཅིག་ནི། །ཉིན་རངས་ལས་ཀྱིས་ཡོངས་དུབ་སྟེ། །ཁྱིམ་དུ་འོངས་ནས་ཆད་པའི་ལུས། །རོ་དང་འདྲ་བར་ཉལ་བར་བྱེད། །\nཁ་ཅིག་བྱེས་བགྲོད་ཉོན་མོངས་དང་། །རིང་དུ་སོང་བའི་སྡུག་བསྔལ་ཅན། །བུ་སྨད་འདོད་བཞིན་བུ་སྨད་རྣམས། །ཁྱུད་ཁོར་ལོས་ཀྱང་མཐོང་མི་འགྱུར། །\nབདག་ལ་ཕན་འདོད་རྣམ་རྨོངས་པས། །གང་དོན་ཉིད་དུ་བཙོང་བ་ཡང་། །དེ་མ་ཐོབ་པར་དོན་མེད་པའི། །གཞན་གྱི་ལས་ཀྱི་རླུང་གིས་བདས། །\nལ་ལ་རང་གི་ལུས་བཙོང་ཞིང་། །དབང་མེད་གཞན་གྱིས་བཀོལ་གྱུར་ཏེ། །ཆུང་མ་དག་ཀྱང་བུ་བྱུང་ན། །ཤིང་དྲུང་དགོན་པར་བབ་བབ་འབྱུང་། །\nའདོད་པས་བསླུས་པའི་གླེན་པ་དག །འཚོ་འདོད་འཚོ་བར་བྱའོ་ཞེས། །སྲོག་སྟོར་དོགས་བཞིན་གཡུལ་དུ་འཇུག །ཁེ་ཕྱིར་བྲན་དུ་འགྲོ་བར་བྱེད། །\nའདོད་ལྡན་ལ་ལ་ལུས་ཀྱང་བཅད། །ཁ་ཅིག་གསལ་ཤིང་རྩེ་ལ་བཙུགས། །ཁ་ཅིག་མདུང་ཐུང་དག་གིས་བསྣུན། །ཁ་ཅིག་བསྲེགས་པ་དག་ཀྱང་སྣང་། །\nབསགས་དང་བསྲུང་དང་བརླག་པའི་གདུང་བ་ཡིས། །ནོར་ནི་ཕུང་ཁྲོལ་མཐའ་ཡས་ཤེས་པར་བྱ། །ནོར་ལ་ཆགས་པས་གཡེངས་པར་གྱུར་པ་རྣམས། །སྲིད་པའི་སྡུག་བསྔལ་ལས་གྲོལ་སྐབས་མེད་དོ། །\nའདོད་ལྡན་རྣམས་ལ་དེ་ལ་སོགས། །ཉེས་དམིགས་མང་ལ་མནོག་ཆུང་སྟེ། །ཤིང་རྟ་འདྲེན་པའི་ཕྱུགས་དག་གིས། །རྩྭ་ནི་ཁམ་འགའ་ཟོས་པ་བཞིན། །\nཕྱུགས་ཀྱིས་བསྒྲུབས་ནའང་མི་དཀོན་པའི། །མནོག་ཆུང་གང་ཡིན་དེ་དོན་དུ། །དལ་འབྱོར་ཕུན་སུམ་རྙེད་དཀའ་འདི། །ལས་ཀྱིས་མནར་བ་རྣམས་ཀྱིས་བཅོམ། །\nའདོད་པ་ངེས་པར་འཇིག་འགྱུར་ཞིང་། །དམྱལ་ལ་སོགས་པར་ལྟུང་བྱེད་པ། །ཆེན་པོ་མིན་ཕྱིར་དུས་ཀུན་དུ། །དུབ་པའི་ཚེགས་བྱུང་གང་ཡིན་པ། །\nདེ་ཡི་བྱེ་བའི་ཆ་ཙམ་གྱི། །ཚེགས་ཀྱིས་སངས་རྒྱས་ཉིད་འགྲུབ་ན། །འདོད་ལྡན་བྱང་ཆུབ་སྤྱོད་པ་བས། །སྡུག་བསྔལ་ཆེ་ལ་བྱང་ཆུབ་མེད། །\nདམྱལ་སོགས་སྡུག་བསྔལ་བསམ་བྱས་ན། །འདོད་པ་རྣམས་ལ་མཚོན་དང་ནི། །དུག་དང་མེ་དང་གཡང་ས་དང་། །དགྲ་རྣམས་ཀྱིས་ཀྱང་དཔེར་མི་ཕོད། །\nདེ་ལྟར་འདོད་ལ་སྐྱོ་བྱས་ཏེ། །དབེན་པ་ལ་ནི་དགའ་བ་བསྐྱེད། །རྩོད་དང་ཉོན་མོངས་ཀྱིས་སྟོང་པ། །ཞི་བའི་ནགས་ཀྱི་ནང་དག་ཏུ། །\nསྐལ་ལྡན་ཟླ་འོད་ཙནྡན་གྱིས་བསིལ་བའི། །ཡངས་པའི་རྡོ་ལེབ་ཁང་བཟང་ཉམས་དགའ་བར། །སྒྲ་མེད་ཞི་བའི་ནགས་རླུང་གཡོ་བ་ཡིས། །གཞན་ལ་ཕན་དོན་སེམས་ཤིང་འཆག་པར་བྱེད། །\nཁང་སྟོང་ཤིང་དྲུང་ཕུག་དག་ཏུ། །གང་དུ་ཇི་སྲིད་འདོད་གནས་ཤིང་། །ཡོངས་འཛིན་བསྲུང་བའི་སྡུག་བསྔལ་སྤངས། །ལྟོས་པ་མེད་པར་བག་ཡངས་སྤྱོད། །\nརང་དབང་སྤྱོད་ཅིང་ཆགས་མེད་ལ། །གང་དང་ཡང་ནི་འབྲེལ་མེད་པ། །ཆོག་ཤེས་བདེ་སྤྱོད་གང་ཡིན་པ། །དབང་པོས་ཀྱང་ནི་དེ་རྙེད་དཀའ། །\nདེ་ལ་སོགས་པའི་རྣམ་པ་ཡིས། །དབེན་པའི་ཡོན་ཏན་བསམ་བྱས་ནས། །རྣམ་རྟོག་ཉེ་བར་ཞི་བ་དང་། །བྱང་ཆུབ་སེམས་ནི་བསྒོམ་པར་བྱ། །\nབདག་དང་གཞན་དུ་མཉམ་པ་ནི། །དང་པོ་ཉིད་དུ་འབད་དེ་བསྒོམ། །བདེ་དང་སྡུག་བསྔལ་མཉམ་པས་ན། །ཐམས་ཅད་བདག་བཞིན་བསྲུང་བར་བྱ། །\nལག་པ་ལ་སོགས་དབྱེ་བ་རྣམ་མང་ཡང་། །ཡོངས་སུ་བསྲུང་བྱའི་ལུས་སུ་གཅིག་པ་ལྟར། །དེ་བཞིན་འགྲོ་བ་ཐ་དད་བདེ་སྡུག་དག །ཐམས་ཅད་བདག་བཞིན་བདེ་བ་འདོད་མཉམ་གཅིག །\nགལ་ཏེ་བདག་གི་སྡུག་བསྔལ་གྱིས། །གཞན་གྱི་ལུས་ལ་མི་གནོད་པ། །དེ་ལྟའང་དེ་བདག་སྡུག་བསྔལ་དེ། །བདག་ཏུ་ཞེན་པས་མི་བཟོད་ཉིད། །\nདེ་བཞིན་གཞན་གྱི་སྡུག་བསྔལ་དག །བདག་ལ་འབབ་པར་མི་འགྱུར་ཡང་། །དེ་ལྟའང་དེ་བདག་སྡུག་བསྔལ་དེ། །བདག་ཏུ་ཞེན་པས་བཟོད་པར་དཀའ། །\nབདག་གིས་གཞན་གྱི་སྡུག་བསྔལ་བསལ། །སྡུག་བསྔལ་ཡིན་ཕྱིར་བདག་སྡུག་བཞིན། །བདག་གིས་གཞན་ལ་ཕན་པར་བྱ། །སེམས་ཅན་ཡིན་ཕྱིར་བདག་ལུས་བཞིན། །\nགང་ཚེ་བདག་དང་གཞན་གཉི་ག །བདེ་བ་འདོད་དུ་མཚུངས་པ་ལ། །བདག་དང་ཁྱད་པར་ཅི་ཡོད་ན། །གང་ཕྱིར་བདག་གཅིག་བདེ་བར་བརྩོན། །\nགང་ཚེ་བདག་དང་གཞན་གཉི་ག །སྡུག་བསྔལ་མི་འདོད་མཚུངས་པ་ལ། །བདག་དང་ཁྱད་པར་ཅི་ཡོད་ན། །གང་ཕྱིར་གཞན་མིན་བདག་སྲུང་བྱེད། །\nགལ་ཏེ་དེ་ལ་སྡུག་བསྔལ་བས། །བདག་ལ་མི་གནོད་ཕྱིར་མི་བསྲུང་། །མ་འོངས་པ་ཡི་སྡུག་བསྔལ་ཡང་། །གནོད་མི་བྱེད་ན་དེ་ཅི་བསྲུང་། །\nབདག་གིས་དེ་ནི་མྱོང་སྙམ་པའི། །རྣམ་པར་རྟོག་དེ་ལོག་པ་སྟེ། །འདི་ལྟར་ཤི་བའང་གཞན་ཉིད་ལ། །སྐྱེ་བ་ཡང་ནི་གཞན་ཉིད་ཡིན། །\nགང་ཚེ་གང་གི་སྡུག་བསྔལ་གང་། །དེ་ནི་དེ་ཉིད་ཀྱིས་བསྲུང་ན། །རྐང་པའི་སྡུག་བསྔལ་ལག་པས་མིན། །ཅི་ཕྱིར་དེས་ནི་དེ་བསྲུང་བྱ། །\nགལ་ཏེ་རིགས་པ་མིན་ཡང་འདིར། །བདག་ཏུ་འཛིན་པས་འཇུག་ཅེ་ན། །བདག་གཞན་མི་རིགས་གང་ཡིན་ཏེ། །ཅི་ནུས་པར་ནི་སྤང་བྱ་ཉིད། །\nརྒྱུད་དང་ཚོགས་ཞེས་བྱ་བ་ནི། །ཕྲེང་བ་དམག་ལ་སོགས་བཞིན་བརྫུན། །སྡུག་བསྔལ་ཅན་གང་དེ་མེད་པ། །དེས་འདི་སུ་ཞིག་དབང་བར་འགྱུར། །\nསྡུག་བསྔལ་བདག་པོ་མེད་པར་ནི། །ཐམས་ཅད་བྱེ་བྲག་མེད་པ་ཉིད། །སྡུག་བསྔལ་ཡིན་ཕྱིར་དེ་བསལ་བྱ། །ངེས་པས་དེར་ནི་ཅི་ཞིག་བྱ། །\nཅི་ཕྱིར་ཀུན་གྱི་སྡུག་བསྔལ་ནི། །བཟློག་པར་བྱ་ཞེས་བརྩད་དུ་མེད། །གལ་ཏེ་བཟློག་ནའང་ཐམས་ཅད་བཟློག །དེ་མིན་བདག་ཀྱང་སེམས་ཅན་བཞིན། །\nསྙིང་རྗེ་སྡུག་བསྔལ་མང་གྱུར་པ། །ཅི་ཕྱིར་ནན་གྱིས་སྐྱེད་ཅེ་ན། །འགྲོ་བའི་སྡུག་བསྔལ་བསམ་བྱས་ན། །ཇི་ལྟར་སྙིང་རྗེ་སྡུག་བསྔལ་མང་། །\nགལ་ཏེ་སྡུག་བསྔལ་གཅིག་གིས་ནི། །སྡུག་བསྔལ་མང་པོ་མེད་འགྱུར་ན། །བརྩེ་དང་ལྡན་པས་སྡུག་བསྔལ་དེ། །རང་དང་གཞན་ལ་བསྐྱེད་བྱ་ཉིད། །\nདེས་ན་མེ་ཏོག་ཟླ་མཛེས་ཀྱིས། །རྒྱལ་པོའི་གནོད་པ་ཤེས་ཀྱང་ནི། །བདག་གི་སྡུག་བསྔལ་མ་བསལ་ཏེ། །མང་པོའི་སྡུག་བསྔལ་ཟད་འགྱུར་ཕྱིར། །\nདེ་ལྟར་རྒྱུད་ནི་གོམས་གྱུར་པ། །གཞན་གྱི་སྡུག་བསྔལ་ཞི་དགའ་བས། །པདྨའི་མཚོ་རུ་ངང་པ་ལྟར། །མནར་མེད་པར་ཡང་འཇུག་པར་འགྱུར། །\nསེམས་ཅན་རྣམས་ནི་གྲོལ་བ་ན། །དགའ་བའི་རྒྱ་མཚོ་གང་ཡིན་པ། །དེ་ཉིད་ཀྱིས་ནི་ཆོག་མིན་ནམ། །ཐར་པ་འདོད་པས་ཅི་ཞིག་བྱ། །\nདེ་ལྟས་གཞན་གྱི་དོན་བྱས་ཀྱང་། །རློམ་སེམས་དང་ནི་ངོ་མཚར་མེད། །གཅིག་ཏུ་གཞན་དོན་ལ་དགའ་བས། །རྣམ་སྨིན་འབྲས་བུའི་རེ་བ་མེད། །\nདེ་བས་ཇི་ལྟར་ཆུང་ངུ་ན། །མི་སྙན་ལས་ཀྱང་བདག་བསྲུང་བ། །དེ་བཞིན་གཞན་ལ་བསྲུང་སེམས་དང་། །སྙིང་རྗེའི་སེམས་ནི་དེ་ལྟར་བྱ། །\nགོམས་པ་ཡིས་ནི་གཞན་དག་གི། །ཁུ་བ་ཁྲག་གི་ཐིགས་པ་ལ། །དངོས་པོ་མེད་པར་གྱུར་ཀྱང་ནི། །བདག་གོ་ཞེས་ནི་ཤེས་པ་ལྟར། །\nདེ་བཞིན་གཞན་གྱི་ལུས་ལ་ཡང་། །བདག་ཅེས་ཅི་ཡི་ཕྱིར་མི་གཟུང་། །བདག་གི་ལུས་ནི་གཞན་དག་ཏུའང་། །བཞག་པ་དེ་ལྟར་དཀའ་བ་མེད། །\nབདག་ཉིད་སྐྱོན་བཅས་གཞན་ལ་ཡང་། །ཡོན་ཏན་རྒྱ་མཚོར་ཤེས་བྱས་ནས། །བདག་འཛིན་ཡོངས་སུ་དོར་བ་དང་། །གཞན་བླང་བ་ནི་བསྒོམ་པར་བྱ། །\nཇི་ལྟར་ལག་པ་ལ་སོགས་པ། །ལུས་ཀྱི་ཡན་ལག་ཡིན་འདོད་ལྟར། །དེ་བཞིན་འགྲོ་བའི་ཡན་ལག་ཏུ། །ཅི་ཕྱིར་ལུས་ཅན་རྣམས་མི་འདོད། །\nཇི་ལྟར་བདག་མེད་ལུས་འདི་ལ། །གོམས་པས་བདག་གི་བློ་བྱུང་བ། །དེ་བཞིན་སེམས་ཅན་གཞན་ལ་ཡང་། །གོམས་པས་བདག་བློ་ཅིས་མི་སྐྱེ། །\nདེ་ལྟ་ན་ནི་གཞན་གྱི་དོན། །བྱས་ཀྱང་ངོ་མཚར་རློམ་མི་འབྱུང་། །བདག་ཉིད་ཀྱིས་ནི་ཟས་ཟོས་ནས། །ལན་ལ་རེ་བ་མི་འབྱུང་བཞིན། །\nདེ་བས་ཇི་ལྟར་ཆུང་ངུ་ན། །མི་སྙན་ལས་ཀྱང་བདག་བསྲུང་བ། །དེ་བཞིན་འགྲོ་ལ་བསྲུང་སེམས་དང་། །སྙིང་རྗེའི་སེམས་ནི་གོམས་པར་བྱ། །\nདེ་བས་མགོན་པོ་སྤྱན་རས་གཟིགས། །ཐུགས་རྗེ་ཆེན་པོས་འགྲོ་བ་ཡི། །འཁོར་གྱི་འཇིགས་པ་བསལ་བའི་ཕྱིར། །རང་གི་མཚན་ཡང་བྱིན་གྱིས་བརླབས། །\nདཀའ་ལས་ཕྱིར་ལྡོག་མི་བྱ་སྟེ། །འདི་ལྟར་གོམས་པའི་མཐུ་ཡིས་ནི། །གང་གི་མིང་ཐོས་འཇིགས་པ་ཡང་། །དེ་ཉིད་མེད་ན་མི་དགར་འགྱུར། །\nགང་ཞིག་བདག་དང་གཞན་རྣམས་ནི། །མྱུར་དུ་བསྐྱབ་པར་འདོད་པ་དེས། །བདག་དང་གཞན་དུ་བརྗེ་བྱ་བ། །གསང་བའི་དམ་པ་སྤྱད་པར་བྱ། །\nབདག་ལུས་གང་ལ་ཆགས་པ་ཡིས། །འཇིགས་གནས་ཆུང་ལ་འཇིགས་སྐྱེ་བ། །འཇིགས་པ་སྐྱེ་བའི་ལུས་དེ་ལ། །སུ་ཞིག་དགྲ་བཞིན་སྡང་མི་བྱེད། །\nལུས་གང་བཀྲེས་དང་སྐོམ་སོགས་ནད། །གསོ་བའི་ཆོ་ག་བྱེད་འདོད་པས། །བྱ་དང་ཉ་དང་རི་དྭགས་དག །གསོད་པར་བྱེད་ཅིང་ལམ་སྒུགས་བྱེད། །\nགང་ཞིག་ཁེ་དང་རིམ་གྲོའི་ཕྱིར། །ཕ་དང་མ་ཡང་གསོད་བྱེད་ཅིང་། །དཀོན་མཆོག་གསུམ་གྱི་དཀོར་བརྐུས་ནས། །དེས་ནི་མནར་མེད་བསྲེག་འགྱུར་ན། །\nམཁས་པ་སུ་ཞིག་ལུས་དེ་ལ། །འདོད་ཅིང་བསྲུང་དང་མཆོད་བྱེད་ཀྱི། །འདི་ལ་སུ་ཞིག་དགྲ་བཞིན་དུ། །བལྟ་བར་མི་བྱེད་བརྙས་མི་བྱེད། །\nགལ་ཏེ་བྱིན་ན་ཅི་སྤྱད་ཅེས། །བདག་དོན་སེམས་པ་འདྲེ་ཡི་ཚུལ། །གལ་ཏེ་སྤྱད་ན་ཅི་སྦྱིན་ཅེས། །གཞན་དོན་སེམས་པ་ལྷ་ཡི་ཆོས། །\nབདག་ཕྱིར་གཞན་ལ་གནོད་བྱས་ན། །དམྱལ་ལ་སོགས་པར་གདུངས་པར་འགྱུར། །གཞན་ཕྱིར་བདག་ལ་གནོད་བྱས་ན། །ཕུན་སུམ་ཚོགས་པ་ཐམས་ཅད་འཐོབ། །\nབདག་ཉིད་མཐོ་བར་འདོད་པ་དེས། །ངན་འགྲོ་ངན་དང་གླེན་པར་འགྱུར། །དེ་ཉིད་གཞན་ལ་སྤོ་བྱས་ན། །བདེ་འགྲོ་རིམ་གྲོ་འཐོབ་པར་འགྱུར། །\nབདག་གི་དོན་དུ་གཞན་བཀོལ་ན། །བྲན་ལ་སོགས་པ་མྱོང་བར་འགྱུར། །གཞན་གྱི་དོན་དུ་བདག་སྤྱད་ན། །རྗེ་དཔོན་ཉིད་སོགས་མྱོང་བར་འགྱུར། །\nའཇིག་རྟེན་བདེ་བ་ཇི་སྙེད་པ། །དེ་ཀུན་གཞན་བདེ་འདོད་ལས་བྱུང་། །འཇིག་རྟེན་སྡུག་བསྔལ་ཇི་སྙེད་པ། །དེ་ཀུན་རང་བདེ་འདོད་ལས་བྱུང་། །\nམང་དུ་བཤད་ལྟ་ཅི་ཞིག་དགོས། །བྱིས་པ་རང་གི་དོན་བྱེད་དང་། །ཐུབ་པ་གཞན་གྱི་དོན་མཛད་པ། །འདི་གཉིས་ཀྱི་ནི་ཁྱད་པར་ལྟོས། །\nབདག་བདེ་གཞན་གྱི་སྡུག་བསྔལ་དག །ཡང་དག་བརྗེ་བ་མ་བྱས་ན། །སངས་རྒྱས་ཉིད་དུ་མི་འགྲུབ་ཅིང་། །འཁོར་བ་ན་ཡང་བདེ་བ་མེད། །\nའཇིག་རྟེན་ཕ་རོལ་ཕར་ཞོག་གི །བྲན་གཡོག་ལས་མི་བྱེད་པ་དང་། །རྗེ་དཔོན་རྔན་པ་མི་སྟེར་བའི། །ཚེ་འདིའི་དོན་ཡང་འགྲུབ་མི་འགྱུར། །\nམཐོང་དང་མ་མཐོང་བདེ་འགྲུབ་པའི། །ཕུན་སུམ་བདེ་སྐྱིད་ཡོངས་བོར་ཞིང་། །གཞན་ལ་སྡུག་བསྔལ་བྱས་པའི་རྒྱུས། །རྨོངས་པས་སྡུག་བསྔལ་མི་བཟད་ལེན། །\nའཇིག་རྟེན་དག་ན་འཚེ་བ་གང་ཡོད་དང་། །འཇིགས་དང་སྡུག་བསྔལ་ཇི་སྙེད་ཡོད་གྱུར་པ། །དེ་ཀུན་བདག་ཏུ་འཛིན་པ་ལས་བྱུང་ན། །འདྲེ་ཆེན་དེས་ཀོ་བདག་ལ་ཅི་ཞིག་བྱ། །\nབདག་ཉིད་ཡོངས་སུ་མ་བཏང་ན། །སྡུག་བསྔལ་སྤང་བར་མི་ནུས་ཏེ། །ཇི་ལྟར་མེ་ནི་མ་བཏང་ན། །སྲེག་པ་སྤོང་བར་མི་ནུས་བཞིན། །\nདེ་ལྟས་བདག་གནོད་ཞི་བ་དང་། །གཞན་གྱི་སྡུག་བསྔལ་ཞི་བྱའི་ཕྱིར། །བདག་ཉིད་གཞན་ལ་གཏང་བྱ་དང་། །གཞན་རྣམས་བདག་བཞིན་གཟུང་བར་བྱ། །\nབདག་ནི་གཞན་གྱི་དབང་གྱུར་ཅེས། །ཡིད་ཁྱོད་ངེས་པར་ཤེས་གྱིས་ལ། །སེམས་ཅན་ཀུན་དོན་མ་གཏོགས་པར། །ད་ནི་ཁྱོད་ཀྱིས་གཞན་མི་བསམ། །\nགཞན་དབང་མིག་ལ་སོགས་པ་ཡིས། །རང་དོན་སྒྲུབ་པར་རིགས་མ་ཡིན། །དེ་དོན་མིག་ལ་སོགས་པ་ཡིས། །དེ་ལ་ལོག་པར་བྱ་མི་རིགས། །\nདེས་ན་སེམས་ཅན་གཙོར་བྱ་སྟེ། །བདག་གི་ལུས་ལ་ཅི་མཐོང་བ། །དེ་དང་དེ་ནི་ཕྲོགས་ནས་ཀྱང་། །གཞན་དག་ལ་ནི་ཕན་པར་སྤྱོད། །\nདམན་སོགས་བདག་ཏུ་བྱས་པ་དང་། །གཞན་ཉིད་དུ་ནི་བདག་བྱས་ནས། །རྣམ་རྟོག་མེད་པའི་སེམས་ཀྱིས་སུ། །ཕྲག་དོག་འགྲན་དང་ང་རྒྱལ་བསྒོམ། །\nའདི་ནི་བཀུར་བྱས་བདག་ནི་མིན། །འདི་བཞིན་བདག་གིས་མ་རྙེད་ཅིང་། །འདི་ནི་བསྟོད་བྱས་བདག་ལ་སྨོད། །འདི་བདེ་བདག་ནི་སྡུག་བསྔལ་ལ། །\nབདག་ནི་ལས་རྣམས་བྱེད་པ་དང་། །འདི་ནི་བདེ་བ་ཉིད་དུ་གནས། །འདི་ནི་འཇིག་རྟེན་ལ་ཆེ་དང་། །བདག་དམན་ཡོན་ཏན་མེད་པར་གྲག །\nཡོན་ཏན་མེད་པས་ཅི་ཞིག་བྱ། །བདག་ཀུན་ཡོན་ཏན་ལྡན་པ་ཉིད། །གང་བས་འདི་དམན་དེ་ཡོད་ཅིང་། །གང་བས་བདག་མཆོག་དེ་ཡང་ཡོད། །\nཚུལ་ཁྲིམས་ལྟ་བ་གུད་སོགས་ནི། །ཉོན་མོངས་སྟོབས་ཀྱིས་བདག་དབང་མིན། །ཅི་ནུས་བདག་ནི་གསོ་དགོས་ཏེ། །གནོད་པའང་བདག་གིས་དང་དུ་བླང་། །\nའོན་ཏེ་བདག་འདིའི་གསོ་བྱ་མིན། །ཅི་ཕྱིར་བདག་ལ་བརྙས་པ་བྱེད། །བདག་ལ་དེ་ཡི་ཡོན་ཏན་གྱིས། །ཅི་བྱ་འདི་བདག་ཡོན་ཏན་ཅན། །\nངན་འགྲོ་གདུག་པའི་ཁར་གནས་པ། །འགྲོ་ལ་སྙིང་རྗེ་མེད་པར་འདི། །ཕྱིར་ལ་ཡོན་ཏན་རློམ་པ་ཡིས། །མཁས་པ་དག་ལ་བདོ་བར་འདོད། །\nབདག་དང་མཉམ་ལ་བལྟས་ནས་ནི། །གང་གིས་རང་ཉིད་ལྷག་བྱའི་ཕྱིར། །བདག་གི་རྙེད་དང་བཀུར་སྟི་ནི། །རྩོད་པ་ཡིས་ཀྱང་ངེས་པར་བསྒྲུབ། །\nཅི་ནས་བདག་གི་ཡོན་ཏན་ནི། །འཇིག་རྟེན་ཀུན་ལ་གསལ་བ་དང་། །གཞན་ཡང་འདི་ཡི་ཡོན་ཏན་གང་། །སུས་ཀྱང་ཐོས་པར་མི་འགྱུར་བྱ། །\nབདག་གི་སྐྱོན་ཡང་སྦ་བྱ་ཞིང་། །བདག་ནི་མཆོད་འགྱུར་འདི་ལ་མིན། །བདག་དེང་རྙེད་པ་ལེགས་རྙེད་ཅིང་། །བདག་ནི་བཀུར་འགྱུར་འདི་ལ་མིན། །\nའདི་ནི་མ་རུངས་བྱས་པ་ལ། །ཡུན་རིང་བདག་ནི་དགའ་བས་ལྟ། །འགྲོ་བ་ཀུན་གྱི་བཞད་གད་དང་། །ཕན་ཚུན་སྨོད་པ་དག་ཏུ་བྱ། །\nཉོན་མོངས་འདི་ཡང་བདག་དང་ནི། །ལྷན་ཅིག་ཏུ་ནི་འགྲན་ཅེས་གྲག །འདི་དག་ཐོས་དང་ཤེས་རབ་བམ། །གཟུགས་རིགས་ནོར་གྱིས་མཉམ་མམ་ཅི། །\nདེ་ལྟར་ཀུན་ལ་བསྒྲགས་པ་ཡི། །བདག་གི་ཡོན་ཏན་ཐོས་ནས་ནི། །སྤུ་ལྡང་དགའ་བ་སྐྱེ་གྱུར་པའི། །བདེ་སྐྱིད་ལ་ནི་ཡོངས་སུ་སྤྱོད། །\nཅི་སྟེ་འདི་ལ་རྙེད་ཡོད་ཀྱང་། །གལ་ཏེ་ང་ཡི་ལས་བྱེད་ན། །འདི་ལ་འཚོ་བ་ཙམ་བྱིན་ནས། །བདག་གི་སྟོབས་ཀྱིས་དེ་བླང་བྱ། །\nའདི་ནི་བདེ་ལས་ཉམས་བྱ་ཞིང་། །བདག་གི་གནོད་དང་རྟག་སྦྱར་བྱ། །འདི་ཡིས་བརྒྱ་ཕྲག་ཐམས་ཅད་དུ། །འཁོར་བར་བདག་ལ་གནོད་པ་བྱས། །\nཡིད་ཁྱོད་རང་དོན་བྱེད་འདོད་པས། །བསྐལ་པ་གྲངས་མེད་འདས་གྱུར་ཀྱང་། །ངལ་བ་ཆེན་པོ་དེ་ལྟ་བུར། །ཁྱོད་ཀྱིས་སྡུག་བསྔལ་འབའ་ཞིག་བསྒྲུབས། །\nདེ་ལྟར་ངེས་པར་གཞན་དག་གི །དོན་ལ་རབ་ཏུ་འཇུག་གྱིས་དང་། །ཐུབ་པའི་བཀའ་ནི་མི་སླུ་བས། །དེ་ཡི་ཡོན་ཏན་ཕྱིས་མཐོང་འགྱུར། །\nགལ་ཏེ་ཁྱོད་ཀྱིས་སྔ་དུས་སུ། །ལས་འདི་བྱས་པར་གྱུར་ན་ནི། །སངས་རྒྱས་ཕུན་སུམ་བདེ་མིན་པ། །གནས་སྐབས་འདི་འདྲར་འགྱུར་མི་སྲིད། །\nདེ་བས་འདི་ལྟར་གཞན་དག་གི །ཁུ་བ་ཁྲག་གི་ཐིགས་པ་ལ། །ཁྱོད་ཀྱིས་ངར་འཛིན་བྱས་པ་ལྟར། །དེ་བཞིན་གཞན་ལའང་གོམས་པར་གྱིས། །\nགཞན་གྱི་རྟོག་ཆེན་བྱས་ནས་ནི། །བདག་གི་ལུས་ལ་ཅི་སྣང་བ། །དེ་དང་དེ་ཉིད་ཕྲོགས་བྱས་ནས། །ཁྱོད་ཀྱིས་གཞན་ལ་ཕན་པ་སྤྱོད། །\nབདག་སྐྱིད་གཞན་ནི་མི་སྐྱིད་ལ། །བདག་མཐོ་གཞན་ནི་དམའ་བ་དང་། །བདག་ནི་ཕན་བྱེད་གཞན་མིན་ཞེས། །བདག་ལ་ཕྲག་དོག་ཅིས་མི་བྱེད། །\nབདག་ནི་བདེ་དང་བྲལ་གྱིས་ཏེ། །གཞན་གྱི་སྡུག་བསྔལ་བདག་ལ་སྦྱོར། །གང་ཚེ་འདི་ནི་ཅི་བྱེད་ཅེས། །བདག་གི་སྐྱོན་ལ་བརྟག་པར་གྱིས། །\nགཞན་གྱིས་ཉེས་པ་བྱས་པ་ཡང་། །རང་གི་སྐྱོན་དུ་བསྒྱུར་བྱོས་ལ། །བདག་གི་ཉེས་པ་ཆུང་བྱས་ཀྱང་། །སྐྱེ་བོ་མང་ལ་རབ་ཏུ་ཤོགས། །\nགཞན་གྱི་གྲགས་པ་ལྷག་བརྗོད་པས། །རང་གི་གྲགས་པ་ཟིལ་གྱིས་ནོན། །བདག་ནི་བྲན་གྱི་ཐ་མ་ལྟར། །དོན་རྣམས་ཀུན་ལ་བཀོལ་བར་གྱིས། །\nའདི་ནི་སྐྱོན་ཅན་རང་བཞིན་ཏེ། །གློ་བུར་ཡོན་ཏན་ཆས་མི་བསྟོད། །འདི་ཡི་ཡོན་ཏན་ཅི་ནས་ཀྱང་། །འགས་ཀྱང་མི་ཤེས་དེ་ལྟར་གྱིས། །\nམདོར་ན་བདག་གི་དོན་གྱི་ཕྱིར། །ཁྱོད་ཀྱིས་གཞན་ལ་གནོད་བྱས་གང་། །གནོད་དེ་སེམས་ཅན་དོན་གྱི་ཕྱིར། །བདག་ཉིད་ལ་ནི་འབབ་པར་གྱིས། །\nའདི་ནི་གཉའ་དྲག་འགྱུར་ཚུལ་དུ། །ཤེད་བསྐྱེད་པར་ནི་མི་བྱ་སྟེ། །བག་མ་གསར་པའི་ཚུལ་བཞིན་དུ། །ངོ་ཚ་འཇིགས་དང་བསྡམས་ཏེ་བཞག །\nདེ་བྱ་དེ་ལྟར་གནས་བྱ་ཞིང་། །དེ་ལྟར་ཁྱོད་ཀྱིས་མི་བྱ་བ། །དེ་ལྟར་འདི་ནི་དབང་བྱ་སྟེ། །དེ་ལས་འདས་ན་ཚར་གཅད་བྱ། །\nའོན་ཏེ་དེ་ལྟར་གདམས་ཀྱང་ནི། །སེམས་ཁྱོད་དེ་ལྟར་མི་བྱེད་ན། །ཁྱོད་ལ་ཉེས་པ་ཀུན་བསྟེན་པས། །ཁྱོད་ཉིད་ཚར་གཅད་བྱ་བར་ཟད། །\nཁྱོད་ཀྱིས་ཁོ་བོ་གར་བརླག་པའི། །སྔོན་གྱི་དུས་དེ་གཞན་ཡིན་ཏེ། །ངས་མཐོང་ད་ཁྱོད་གང་དུ་འགྲོ། །ཁྱོད་ཀྱི་དྲེགས་པ་ཀུན་གཞོམ་བྱ། །\nད་དུང་བདག་ལ་རང་གི་དོན། །ཡོད་སྙམ་སེམས་པ་དེ་དོར་ཅིག །བདག་གིས་གཞན་ལ་ཁྱོད་བཙོང་གིས། །སྐྱོ་བར་མ་སེམས་ཞོ་ཤ་ཕུལ། །\nགལ་ཏེ་བག་མེད་གྱུར་ནས་ཁྱོད། །སེམས་ཅན་རྣམས་ལ་མ་བྱིན་ན། །ཁྱོད་ཀྱིས་ཁོ་བོ་དམྱལ་བ་ཡི། །སྲུང་མ་རྣམས་ལ་བྱིན་དུ་ངེས། །\nདེ་ལྟར་ཁྱོད་ཀྱིས་རེ་ལྟ་ཞིག །ཁོ་བོ་བྱིན་པས་ཡུན་རིང་སྡུག །ང་ནི་ཁོན་རྣམས་དྲན་བྱས་ཏེ། །ཁྱོད་ཀྱིས་རང་དོན་སེམས་པ་གཞོམ། །\nདེ་སྟེ་བདག་ནི་དགའ་འདོད་ན། །རང་ལ་བདག་གིས་དགར་མི་བྱ། །དེ་སྟེ་བདག་ནི་བསྲུང་འདོད་ན། །གཞན་དག་རྟག་ཏུ་བསྲུང་བར་བྱ། །\nཇི་ལྟ་ཇི་ལྟར་ལུས་འདི་ནི། །ཡོངས་སུ་སྐྱོང་བར་བྱེད་གྱུར་པ། །དེ་ལྟ་དེ་ལྟར་ཤིན་ཏུ་ནི། །བཟེ་རེ་ཅན་གྱུར་ཉིད་དུ་ལྟུང་། །\nདེ་ལྟར་ལྷུང་བ་དེ་ཡི་ཡང་། །འདོད་པ་ས་འདི་ཐམས་ཅད་ཀྱིས། །རྫོགས་པར་ནུས་པ་ཡོད་མིན་ན། །དེ་ཡི་འདོད་པ་སུས་བྱེད་ནུས། །\nནུས་མེད་འདོད་པ་ཉོན་མོངས་དང་། །བསམ་པ་ཉམས་པའང་སྐྱེ་བར་འགྱུར། །གང་ཞིག་ཀུན་ལ་ལྟོས་མེད་པ། །དེ་ཡི་ཕུན་ཚོགས་ཟད་མི་ཤེས། །\nདེ་བས་ལུས་ཀྱི་འདོད་པ་ནི། །འཕེལ་ཕྱིར་སྐབས་དབྱེ་མི་བྱ་སྟེ། །གང་ཞིག་ཡིད་འོང་མི་འཛིན་པ། །དེ་ནི་དངོས་པོ་བཟང་པོ་ཡིན། །\nཐ་མར་ཐལ་བའི་མཐར་གཏུགས་ཤིང་། །མི་གཡོ་གཞན་གྱིས་བསྐྱོད་བྱ་བ། །མི་གཙང་གཟུགས་ནི་མི་བཟད་པ། །འདི་ལ་ཅི་ཕྱིར་བདག་ཏུ་འཛིན། །\nགསོན་ནམ་ཡང་ན་ཤི་ཡང་བླའི། །བདག་ལ་འཁྲུལ་འཁོར་འདིས་ཅི་བྱ། །བོང་སོགས་འདི་ཁྱད་ཅི་ཡོད་ན། །ཀྱི་ཧུད་ང་རྒྱལ་སེལ་མི་བྱེད། །\nལུས་ཀྱི་ཁ་ཏ་བྱས་པ་ཡིས། །དོན་མེད་སྡུག་བསྔལ་ཉེར་བསགས་ནས། །རྗེས་སུ་ཆགས་དང་ཁོང་ཁྲོ་བ། །ཤིང་མཚུངས་འདི་ལ་ཅི་ཞིག་བྱ། །\nབདག་གིས་འདི་ལྟར་བསྐྱངས་པའམ། །བྱ་རྒོད་སོགས་ཀྱིས་ཟོས་ཀྱང་རུང་། །ཆགས་མེད་ཞེ་སྡང་ཡོད་མིན་ན། །ཅི་སྟེ་དེ་ལ་ཆགས་པར་བྱེད། །\nགང་ཞིག་སྨོད་པས་ཁྲོ་བ་དང་། །གང་ཞིག་བསྟོད་པས་མགུ་འགྱུར་བ། །གལ་ཏེ་དེ་ཉིད་ཤེས་མེད་ན། །བདག་གིས་གང་གི་ངལ་བ་བྱས། །\nགང་ཞིག་ལུས་འདི་འདོད་འགྱུར་བ། །དེ་དང་བདག་བཤེས་ཡིན་ཞེ་ན། །ཐམས་ཅད་རང་གི་ལུས་འདོད་པས། །དེ་ལ་བདག་གོ་ཅིས་མི་དགའ། །\nདེ་བས་བདག་གིས་ཆགས་མེད་པར། །འགྲོ་ལ་ཕན་ཕྱིར་ལུས་གཏང་བྱ། །དེས་ན་འདི་ལ་ཉེས་མང་ཡང་། །ལས་ཀྱི་སྤྱད་བཞིན་གཟུང་བར་བྱ། །\nདེ་བས་བྱིས་པའི་སྤྱོད་པས་ཆོག །བདག་གིས་མཁས་པའི་རྗེས་བསྙགས་ཏེ། །བག་ཡོད་གཏམ་ནི་དྲན་བྱས་ནས། །གཉིད་དང་རྨུགས་པ་བཟློག་པར་བྱ། །\nརྒྱལ་སྲས་ཐུགས་རྗེ་ཆེ་རྣམས་ལྟར། །རིགས་པའི་སྲན་ནི་གཟུགས་བྱ་སྟེ། །ཉིན་མཚན་ཕྱད་པར་མ་འབད་ན། །བདག་གི་སྡུག་བསྔལ་ནམ་མཐར་ཕྱིན། །\nདེ་བས་སྒྲིབ་པ་བསལ་བའི་ཕྱིར། །ལོག་པའི་ལམ་ལས་སེམས་བླན་ཏེ། །ཡང་དག་དམིགས་ལ་རྟག་པར་ཡང་། །བདག་གིས་མཉམ་པར་གཞག་པར་བྱ། །\nབྱང་ཆུབ་སེམས་དཔའི་སྤྱོད་པ་ལ་འཇུག་པ་ལས། །བསམ་གཏན་བསྟན་པ་ཞེས་བྱ་བ་སྟེ་ལེའུ་བརྒྱད་པའོ།། །།\nch-9 ཡན་ལག་འདི་དག་ཐམས་ཅད་ནི། །ཐུབ་པས་ཤེས་རབ་དོན་དུ་གསུངས། དེ་ཡི་ཕྱིར་ན་སྡུག་བསྔལ་དག །ཞི་བར་འདོད་པས་ཤེས་རབ་བསྐྱེད། །\nཀུན་རྫོབ་དང་ནི་དོན་དམ་སྟེ། །འདི་ནི་བདེན་པ་གཉིས་སུ་འདོད། །དོན་དམ་བློ་ཡི་སྤྱོད་ཡུལ་མིན། །བློ་ནི་ཀུན་རྫོབ་ཡིན་པར་བརྗོད། །\nདེ་ལ་འཇིག་རྟེན་རྣམ་གཉིས་མཐོང་། །རྣལ་འབྱོར་པ་དང་ཕལ་པའོ། །དེ་ལ་འཇིག་རྟེན་ཕལ་པ་ནི། །རྣལ་འབྱོར་འཇིག་རྟེན་གྱིས་གནོད་ཅིང་། །\nརྣལ་འབྱོར་པ་ཡང་བློ་ཁྱད་ཀྱིས། །གོང་མ་གོང་མ་རྣམས་ཀྱིས་གནོད། །གཉི་ག་ཡང་ནི་འདོད་པའི་དཔེས། །འབྲས་བུའི་དོན་དུ་མ་དཔྱད་ཕྱིར།\n འཇིག་རྟེན་པ་ཡིས་དངོས་མཐོང་ཞིང་། །ཡང་དག་ཉིད་དུའང་རྟོག་བྱེད་ཀྱི། །སྒྱུ་མ་ལྟ་བུར་མིན་པས་འདིར། །རྣལ་འབྱོར་པ་དང་འཇིག་རྟེན་རྩོད། །\nགཟུགས་སོགས་མངོན་སུམ་ཉིད་ཀྱང་ནི། །གྲགས་པས་ཡིན་གྱི་ཚད་མས་མིན། །དེ་ནི་མི་གཙང་ལ་སོགས་ལ། །གཙང་སོགས་གྲགས་པ་བཞིན་དུ་རྫུན། །\nའཇིག་རྟེན་གཞུག་པའི་དོན་དུ་ནི། །མགོན་པོས་དངོས་བསྟན་དེ་ཉིད་དུ། །དེ་དག་སྐད་ཅིག་མ་ཉིད་མིན། །ཀུན་རྫོབ་ཏུ་ཡང་འགལ་ཞེ་ན། །\nརྣལ་འབྱོར་ཀུན་རྫོབ་ཉེས་མེད་དེ། །འཇིག་རྟེན་ལ་ལྟོས་དེ་ཉིད་མཐོང་། །གཞན་དུ་བུད་མེད་མི་གཙང་བར། །དེས་རྟོག་འཇིག་རྟེན་གྱིས་གནོད་འགྱུར། །\nསྒྱུ་འདྲའི་རྒྱལ་ལས་བསོད་ནམས་ནི། །ཇི་ལྟར་དངོས་ཡོད་ལ་ཇི་བཞིན། །གལ་ཏེ་སེམས་ཅན་སྒྱུ་འདྲ་ན། །ཤི་ནས་ཇི་ལྟར་སྐྱེ་ཞེ་ན། །\nཇི་སྲིད་རྐྱེན་རྣམས་འཚོགས་གྱུར་པ། །དེ་སྲིད་སྒྱུ་མའང་འབྱུང་བར་འགྱུར། །རྒྱུན་རིང་ཙམ་གྱིས་ཇི་ལྟར་ན། །སེམས་ཅན་བདེན་པར་ཡོད་པ་ཡིན། །\nསྒྱུ་མའི་སྐྱེས་བུ་བསད་སོགས་ལ། །སེམས་མེད་ཕྱིར་ན་སྡིག་མེད་དེ། །སྒྱུ་མའི་སེམས་དང་ལྡན་པ་ལ། །བསོད་ནམས་དང་ནི་སྡིག་པ་འབྱུང་། །\nསྔགས་སོགས་རྣམས་ལ་ནུས་མེད་ཕྱིར། །སྒྱུ་མའི་སེམས་ནི་འབྱུང་བ་མེད། །སྣ་ཚོགས་རྐྱེན་ལས་བྱུང་བ་ཡི། །སྒྱུ་མ་དེ་ཡང་སྣ་ཚོགས་ཉིད། །རྐྱེན་གཅིག་གིས་ནི་ཀུན་ནུས་པ། །གང་ན་ཡང་ནི་ཡོད་མ་ཡིན། །\nགལ་ཏེ་དོན་དམ་མྱ་ངན་འདས། །འཁོར་བ་ཀུན་རྫོབ་དེ་ལྟ་ན། །སངས་རྒྱས་ཀྱང་ནི་འཁོར་འགྱུར་བས། །བྱང་ཆུབ་སྤྱོད་པས་ཅི་ཞིག་བྱ། །\nརྐྱེན་རྣམས་རྒྱུན་ནི་མ་ཆད་ན། །སྒྱུ་མའང་ལྡོག་པར་མི་འགྱུར་གྱི། །རྐྱེན་རྣམས་རྒྱུན་ནི་ཆད་པས་ན། །ཀུན་རྫོབ་ཏུ་ཡང་མི་འབྱུང་ངོ་། །\nགང་ཚེ་འཁྲུལ་པའང་ཡོད་མིན་ན། །སྒྱུ་མ་གང་གིས་དམིགས་པར་འགྱུར། །གང་ཚེ་ཁྱོད་ལ་སྒྱུ་མ་ཉིད། །མེད་ནའང་དེ་ཚེ་ཅི་ཞིག་དམིགས། །\nགལ་ཏེ་དེ་ཉིད་དུ་གཞན་ཡོད། །རྣམ་པ་དེ་ནི་སེམས་ཉིད་ཡིན། །གང་ཚེ་སེམས་ཉིད་སྒྱུ་མ་ན། །དེ་ཚེ་གང་ཞིག་གང་གིས་མཐོང་། །\nའཇིག་རྟེན་གྱི་ནི་མགོན་པོས་ཀྱང་། །སེམས་ཀྱིས་སེམས་མི་མཐོང་ཞེས་གསུངས། །རལ་གྲི་སོ་ནི་རང་ལ་རང་། །ཇི་ལྟར་མི་གཅོད་དེ་བཞིན་ཡིད། །\nཇི་ལྟར་མར་མེ་རང་གི་དངོས། །ཡང་དག་གསལ་བར་བྱེད་བཞིན་ན། །མར་མེ་གསལ་བར་བྱ་མིན་ཏེ། །གང་ཕྱིར་མུན་གྱིས་བསྒྲིབས་པ་མེད། །\nཤེལ་བཞིན་སྔོན་པོ་སྔོ་ཉིད་ལ། །གཞན་ལ་ལྟོས་པ་ཡོད་མ་ཡིན། །དེ་བཞིན་འགའ་ཞིག་གཞན་ལ་ནི། །ལྟོས་དང་ལྟོས་མེད་པ་ཡང་མཐོང་། །\nསྔོ་ཉིད་མིན་ལ་སྔོན་པོར་དེ། །བདག་གིས་བདག་ཉིད་བྱས་པ་མེད། །\n\nམར་མེ་གསལ་བར་བྱེད་དོ་ཞེས། །ཤེས་པས་ཤེས་ཏེ་རྗོད་བྱེད་ན། །བློ་ནི་གསལ་བ་ཉིད་ཡིན་ཞེས། །གང་གིས་ཤེས་ནས་དེ་སྐད་བརྗོད། །\nགང་ཚེ་འགས་ཀྱང་མཐོང་མིན་ན། །གསལ་བའམ་ནི་མི་གསལ་བ། །མོ་གཤམ་བུ་མོའི་འགྱིང་བག་བཞིན། །དེ་ནི་བརྗོད་ཀྱང་དོན་མེད་དོ། །\nགལ་ཏེ་རང་རིག་ཡོད་མིན་ན། །རྣམ་ཤེས་དྲན་པར་ཇི་ལྟར་འགྱུར། །གཞན་མྱོང་བ་ན་འབྲེལ་པ་ལས། །དྲན་འགྱུར་བྱི་བའི་དུག་བཞིན་ནོ། །\nརྐྱེན་གཞན་དག་དང་ལྡན་པ་ནི། །མཐོང་ཕྱིར་རང་ཉིད་རབ་གསལ་ན། །གྲུབ་པའི་མིག་སྨན་སྦྱོར་བ་ལས། །བུམ་མཐོང་མིག་སྨན་ཉིད་འགྱུར་མིན། །\nཇི་ལྟར་མཐོང་ཐོས་ཤེས་པ་དག །འདིར་ནི་དགག་པར་བྱ་མིན་ཏེ། །འདིར་ནི་སྡུག་བསྔལ་རྒྱུར་གྱུར་པ། །བདེན་པར་རྟོག་པ་བཟློག་བྱ་ཡིན། །\nསེམས་ལས་སྒྱུ་མ་གཞན་མིན་ཞིང་། །གཞན་མིན་པར་ཡང་མི་རྟག་ན། །དངོས་ན་ཇི་ལྟར་དེ་གཞན་མིན། །གཞན་མིན་ཞེ་ན་དངོས་པོར་མེད། །\nཇི་ལྟར་སྒྱུ་མ་བདེན་མིན་ཡང་། །བལྟ་བྱ་དེ་བཞིན་ལྟ་བྱེད་ཡིད། །གལ་ཏེ་འཁོར་བ་དངོས་རྟེན་ཅན། །དེ་ནི་གཞན་དུ་མཁའ་འདྲར་འགྱུར། །\nདངོས་མེད་དངོས་ལ་བརྟེན་པས་ན། །བྱེད་དང་ལྡན་པར་ཇི་ལྟར་འགྱུར། །ཁྱོད་ཀྱི་སེམས་ནི་གྲོགས་མེད་པར། །གཅིག་པུ་ཉིད་དུ་འགྱུར་བ་ཡིན། །\nགང་ཚེ་སེམས་ནི་གཟུང་བྲལ་བ། །དེ་ཚེ་ཐམས་ཅད་དེ་བཞིན་གཤེགས། །དེ་ལྟ་ན་ཡང་སེམས་ཙམ་དུ། །བརྟགས་ལ་ཡོན་ཏན་ཅི་ཞིག་ཡོད། །\nསྒྱུ་མ་ལྟ་བུར་ཤེས་ན་ཡང་། །ཇི་ལྟར་ཉོན་མོངས་ལྡོག་འགྱུར་ཏེ། །གང་ཚེ་སྒྱུ་མའི་བུད་མེད་ལ། །དེ་བྱེད་ཉིད་ཀྱང་ཆགས་སྐྱེ་འགྱུར། །\nདེ་བྱེད་པ་ནི་ཤེས་བྱ་ལ། །ཉོན་མོངས་བག་ཆགས་མ་སྤངས་པ། །དེས་ན་དེ་མཐོང་བ་ན་དེ། །སྟོང་ཉིད་བག་ཆགས་ཉམ་ཆུང་ཉིད། །\nསྟོང་ཉིད་བག་ཆགས་གོམས་པས་ནི། །དངོས་པོའི་བག་ཆགས་སྤོང་འགྱུར་ཞིང་། །ཅི་ཡང་མེད་ཅེས་གོམས་པས་ནི། །དེ་ཡང་ཕྱི་ནས་སྤོང་བར་འགྱུར། །\nགང་ཚེ་གང་ཞིག་མེད་དོ་ཞེས། །བརྟག་བྱའི་དངོས་པོ་མི་དམིགས་པ། །དེ་ཚེ་དངོས་མེད་རྟེན་བྲལ་བ། །བློ་ཡི་མདུན་ན་ཇི་ལྟར་གནས། །\nགང་ཚེ་དངོས་དང་དངོས་མེད་དག །བློ་ཡི་མདུན་ན་མི་གནས་པ། །དེ་ཚེ་རྣམ་པ་གཞན་མེད་པས། །དམིགས་པ་མེད་པར་རབ་ཏུ་ཞི། །\nཡིད་བཞིན་ནོར་བུ་དཔག་བསམ་ཤིང་། །ཇི་ལྟར་རེ་བ་ཡོངས་སྐོང་བ། །དེ་བཞིན་གདུལ་བྱ་སྨོན་ལམ་གྱི། །དབང་གིས་རྒྱལ་བའི་སྐུར་སྣང་ངོ་། །\nདཔེར་ན་ནམ་མཁའ་ལྡིང་གི་ནི། །མཆོད་སྡོང་བསྒྲུབས་ནས་འདས་གྱུར་པ། །དེ་འདས་ཡུན་རིང་ལོན་ཡང་དེ། །དུག་ལ་སོགས་པ་ཞི་བྱེད་བཞིན། །\nབྱང་ཆུབ་སྤྱོད་པའི་རྗེས་མཐུན་པར། །རྒྱལ་བའི་མཆོད་སྡོང་བསྒྲུབས་པ་ཡང་། །བྱང་ཆུབ་སེམས་དཔའ་མྱ་ངན་ལས། །འདས་ཀྱང་དོན་རྣམས་ཐམས་ཅད་མཛད། །\nསེམས་མེད་པ་ལ་མཆོད་བྱས་པས། །ཇི་ལྟར་འབྲས་བུ་ལྡན་པར་འགྱུར། །གང་ཕྱིར་བཞུགས་པའམ་མྱ་ངན་འདས། །མཚུངས་པ་ཉིད་དུ་བཤད་ཕྱིར་རོ། །\nཀུན་རྫོབ་བམ་ནི་དེ་ཉིད་དུའང་། །རུང་སྟེ་དེར་འབྲས་ལུང་ལས་ཡིན། །དཔེར་ན་བདེན་པའི་སངས་རྒྱས་ལ། །ཇི་ལྟར་འབྲས་བུར་བཅས་པ་བཞིན། །\nབདེན་པ་མཐོང་བས་གྲོལ་འགྱུར་གྱི། །སྟོང་ཉིད་མཐོང་བས་ཅི་ཞིག་བྱ། །གང་ཕྱིར་ལུང་ལས་ལམ་འདི་ནི། །མེད་པར་བྱང་ཆུབ་མེད་པར་གསུངས། །\nགལ་ཏེ་ཐེག་ཆེན་མ་གྲུབ་ན། །ཁྱོད་ཀྱི་ལུང་ནི་ཇི་ལྟར་གྲུབ། །གང་ཕྱིར་གཉིས་ཀ་ལ་འདི་གྲུབ། །དང་པོ་ཁྱོད་ལ་འདི་མ་གྲུབ། །\nརྐྱེན་གང་གིས་ནི་དེར་ཡིད་ཆེས། །དེ་ནི་ཐེག་ཆེན་ལ་ཡང་མཚུངས། །གཞན་གཉིས་འདོད་པས་བདེན་ན་ནི། །རིག་བྱེད་སོགས་ཀྱང་བདེན་པར་འགྱུར། །\nཐེག་ཆེན་རྩོད་བཅས་ཕྱིར་ཞེ་ན། །ལུང་ལ་མུ་སྟེགས་པ་རྣམས་དང་། །ལུང་གཞན་ལ་ཡང་རང་གཞན་དག །རྩོད་བཅས་ཡིན་ཕྱིར་དོར་བྱར་འགྱུར། །\nབསྟན་རྩ་དགེ་སློང་ཉིད་ཡིན་ན། །དགེ་སློང་ཉིད་ཀྱང་དཀའ་བར་གནས། །སེམས་ནི་དམིགས་དང་བཅས་རྣམས་ཀྱི། །མྱ་ངན་འདས་པའང་དཀའ་བར་གནས། །\nཉོན་མོངས་སྤངས་པས་གྲོལ་ན་དེའི། །དེ་མ་ཐག་ཏུ་དེར་འགྱུར་རོ། །ཉོན་མོངས་མེད་ཀྱང་དེ་དག་ལ། །ལས་ཀྱི་ནུས་པ་མཐོང་བ་ཡིན། །\nརེ་ཞིག་ཉེར་ལེན་སྲེད་པ་ནི། །མེད་ཅེས་ངེས་པ་ཉིད་ཅེ་ན། །སྲེད་དེ་ཉོན་མོངས་ཅན་མིན་ཡང་། །ཀུན་རྨོངས་བཞིན་དུ་ཅི་སྟེ་མེད། །\nཚོར་བའི་རྐྱེན་གྱིས་སྲེད་པ་ཡིན། །ཚོར་བ་དེ་དག་ལ་ཡང་ཡོད། །དམིགས་པ་དང་ནི་བཅས་པའི་སེམས། །འགའ་ཞིག་ལ་ནི་གནས་པར་འགྱུར། །\nསྟོང་ཉིད་དང་ནི་བྲལ་བའི་སེམས། །འགགས་པ་སླར་ཡང་སྐྱེ་འགྱུར་ཏེ། །འདུ་ཤེས་མེད་པའི་སྙོམས་འཇུག་བཞིན། །དེས་ན་སྟོང་ཉིད་བསྒོམ་པར་བྱ། །\nངག་གང་མདོ་སྡེ་ལ་འཇུག་དེ། །གལ་ཏེ་སངས་རྒྱས་གསུངས་འདོད་ན། །ཐེག་ཆེན་ཕལ་ཆེར་ཁྱེད་ཅག་གི །མདོ་དང་མཚུངས་འདོད་མིན་ནམ་ཅི། །\nགལ་ཏེ་མ་གཏོགས་གཅིག་གིས་ནི། །ཐམས་ཅད་སྐྱོན་དང་བཅས་འགྱུར་ན། །མདོ་མཚུངས་གཅིག་གིས་ཐམས་ཅད་ནི། །རྒྱལ་བས་གསུངས་པ་ཅིས་མ་ཡིན། །\nངག་གང་འོད་སྲུངས་ཆེན་པོ་ལ། །སོགས་པས་གཏིང་དཔོགས་མ་གྱུར་པ། །དེ་ནི་ཁྱོད་ཀྱིས་མ་རྟོགས་པས། །གཟུང་བྱ་མིན་པར་སུ་ཞིག་བྱེད། །\nརྨོངས་པས་སྡུག་བསྔལ་ཅན་དོན་དུ། །ཆགས་དང་འཇིགས་མཐའ་ལས་གྲོལ་བ། །འཁོར་བར་གནས་པ་གྲུབ་འགྱུར་བ། །འདི་ནི་སྟོང་ཉིད་འབྲས་བུ་ཡིན། །\nདེ་ལྟར་སྟོང་པ་ཉིད་ཕྱོགས་ལ། །སུན་འབྱིན་པ་ནི་འཐད་མ་ཡིན། །དེས་ན་ཐེ་ཚོམ་མི་ཟ་བར། །སྟོང་པ་ཉིད་ནི་བསྒོམ་པར་བྱ། །\nཉོན་མོངས་ཤེས་བྱའི་སྒྲིབ་པ་ཡི། །མུན་པའི་གཉེན་པོ་སྟོང་པ་ཉིད། །མྱུར་དུ་ཐམས་ཅད་མཁྱེན་འདོད་པས། །དེ་ནི་ཇི་ལྟར་སྒོམ་མི་བྱེད། །\nདངོས་གང་སྡུག་བསྔལ་སྐྱེད་བྱེད་པ། །དེ་ལས་སྐྲག་པ་སྐྱེ་འགྱུར་ན། །སྟོང་ཉིད་སྡུག་བསྔལ་ཞི་བྱེད་པ། །དེ་ལ་འཇིགས་པ་ཇི་ལྟར་སྐྱེ། །\nགལ་ཏེ་བདག་འགའ་ཡོད་ན་ནི། །ཅི་ཡང་རུང་ལས་འཇིགས་འགྱུར་ན། །བདག་ཉིད་འགའ་ཡང་ཡོད་མིན་པས། །འཇིགས་པར་འགྱུར་བ་སུ་ཞིག་ཡིན། །\nསོ་དང་སྐྲ་སེན་བདག་མ་ཡིན། །བདག་ནི་རུས་པ་ཁྲག་མ་ཡིན། །སྣབས་མིན་བད་ཀན་མ་ཡིན་ཏེ། །ཆུ་སེར་དང་ནི་རྣག་ཀྱང་མིན། །\nབདག་ནི་ཞག་དང་རྔུལ་མིན་ཏེ། །གློ་མཆིན་དག་ཀྱང་བདག་མ་ཡིན། །ནང་ཁྲོལ་གཞན་ཡང་བདག་མིན་ཏེ། །བདག་ནི་ཕྱི་ས་གཅིན་མ་ཡིན། །\nཤ་དང་པགས་པ་བདག་མིན་ཏེ། །དྲོད་དང་རླུང་ཡང་བདག་མ་ཡིན། །བུ་ག་བདག་མིན་རྣམ་ཀུན་དུ། །རྣམ་ཤེས་དྲུག་ཀྱང་བདག་མ་ཡིན། །\nགལ་ཏེ་སྒྲ་ཡི་ཤེས་རྟག་ན། །ཐམས་ཅད་ཚེ་ན་སྒྲ་འཛིན་འགྱུར། །ཤེས་བྱ་མེད་ན་ཅི་ཞིག་རིག །གང་གིས་ཤེས་པ་ཞེས་རྗོད་བྱེད། །\nགལ་ཏེ་ཤེས་མེད་ཤེས་ཡིན་ན། །ཤིང་ཡང་ཤེས་པར་ཐལ་བར་འགྱུར། །དེས་ན་ཤེས་བྱ་ཉེར་གནས་པ། །མེད་པར་ཤེས་པ་མེད་ཅེས་ངེས། །\nདེ་ཉིད་ཀྱིས་ནི་གཟུགས་ཤེས་ན། །དེ་ཚེ་ཐོས་པའང་ཅི་སྟེ་མིན། །གལ་ཏེ་སྒྲ་མི་ཉེ་ཕྱིར་ན། །དེས་ན་དེ་ཡི་ཤེས་པའང་མེད། །\nསྒྲ་འཛིན་རང་བཞིན་གང་ཡིན་པ། །དེ་གཟུགས་འཛིན་པར་ཇི་ལྟར་འགྱུར། །གཅིག་ནི་ཕ་དང་བུ་ཉིད་དུ། །བརྟགས་ཡིན་ཡང་དག་ཉིད་མིན་ཏེ། །\nའདི་ལྟར་སྙིང་སྟོབས་རྡུལ་དང་ནི། །མུན་པ་བུ་མིན་ཕ་ཡང་མིན། །དེ་ནི་སྒྲ་འཛིན་དང་ལྡན་པའི། །རང་བཞིན་དུ་ནི་མཐོང་མ་ཡིན། །\nགར་མཁན་ལྟ་བུར་ཚུལ་གཞན་གྱིས། །དེ་ཉིད་མཐོང་ན་དེ་རྟག་མིན། །གལ་ཏེ་ཚུལ་གཞན་དེ་ཉིད་ན། །གཅིག་ཉིད་དེ་ནི་སྔོན་མེད་གཅིག །\nགལ་ཏེ་ཚུལ་གཞན་བདེན་མིན་ན། །དེ་ཡི་རང་གི་རང་བཞིན་སྨྲོས། །ཤེས་ཉིད་ཅེ་ན་དེ་ལྟ་ན། །སྐྱེས་ཀུན་གཅིག་ཏུ་ཐལ་བར་འགྱུར། །\nསེམས་པ་སེམས་མེད་དེ་དག་ཀྱང་། །གཅིག་འགྱུར་གང་ཕྱིར་ཡོད་ཉིད་མཚུངས། །གང་ཚེ་བྱེ་བྲག་ཕྱིན་ཅི་ལོག །དེ་ཚེ་འདྲ་བའི་རྟེན་གང་ཡིན། །\nསེམས་མེད་པ་ཡང་བདག་མིན་ཏེ། །སེམས་མེད་ཉིད་ཕྱིར་བུམ་སོགས་བཞིན། །འོན་ཏེ་སེམས་དང་ལྡན་པའི་ཕྱིར། །ཤེས་ན་མི་ཤེས་འཇིག་པར་ཐལ། །\nཇི་སྟེ་བདག་ལ་འགྱུར་མེད་ན། །སེམས་པས་དེ་ལ་ཅི་ཞིག་བྱས། །དེ་ལྟར་ཤེས་མེད་བྱ་བྲལ་བ། །ནམ་མཁའ་བདག་ཏུ་བྱས་པར་འགྱུར། །\nགལ་ཏེ་བདག་ནི་ཡོད་མིན་ན། །ལས་འབྲས་འབྲེལ་པ་རིགས་མིན་ཏེ། །ལས་བྱས་ནས་ནི་ཞིག་པས་ན། །སུ་ཡི་ལས་སུ་འགྱུར་ཞེ་ན། །\nབྱ་བ་འབྲས་གཞི་ཐ་དད་དང་། །དེར་བདག་བྱེད་པ་མེད་པར་ཡང་། །ཡུ་བུ་གཉི་ག་ལ་གྲུབ་པས། །འདིར་བརྩད་དོན་མེད་མ་ཡིན་ནམ། །\nརྒྱུ་ལྡན་འབྲས་བུ་དང་བཅས་ཞེས། །མཐོང་བ་འདི་ནི་སྲིད་མ་ཡིན། །རྒྱུད་གཅིག་ལ་ནི་བརྟེན་ནས་སུ། །བྱེད་པོ་སྤྱོད་པོ་ཞེས་བྱར་བསྟན། །\nའདས་དང་མ་འོངས་པ་ཡི་སེམས། །བདག་མིན་དེ་ནི་མེད་པའི་ཕྱིར། །འོན་ཏེ་སྐྱེས་སེམས་བདག་ཡིན་ན། །དེ་ཞིག་ན་ཡང་བདག་མེད་དོ། །\nདཔེར་ན་ཆུ་ཤིང་སྡོང་པོ་དག །ཆ་ཤས་ཕྱེ་ན་འགའ་མེད་པ། །དེ་བཞིན་རྣམ་པར་དཔྱད་པ་ཡིས། །བཙལ་ན་བདག་ཀྱང་ཡང་དག་མིན། །\nགལ་ཏེ་སེམས་ཅན་ཡོད་མིན་ན། །སུ་ལ་སྙིང་རྗེ་བྱ་ཞེ་ན། །འབྲས་བུའི་དོན་དུ་ཁས་བླངས་པའི། །རྨོངས་པས་བརྟགས་པ་གང་ཡིན་པའོ། །\nསེམས་ཅན་མེད་འབྲས་སུ་ཡི་ཡིན། །བདེན་ཏེ་འོན་ཀྱང་རྨོངས་ལས་འདོད། །སྡུག་བསྔལ་ཉེ་བར་ཞི་དོན་དུ། །འབྲས་བུའི་རྨོངས་པ་བཟློག་མི་བྱ། །\nསྡུག་བསྔལ་རྒྱུ་ཡི་ང་རྒྱལ་ནི། །བདག་ཏུ་རྨོངས་པས་འཕེལ་བར་འགྱུར། །དེ་ལས་ཀྱང་བཟློག་མེད་ཅེ་ན། །བདག་མེད་བསྒོམ་པ་མཆོག་ཡིན་ནོ། །\nལུས་ནི་རྐང་པ་བྱིན་པ་མིན། །བརླ་དང་རྐེད་པའང་ལུས་མ་ཡིན། །ལྟོ་དང་རྒྱབ་ཀྱང་ལུས་མིན་ཏེ། །བྲང་དང་དཔུང་པའང་ལུས་མ་ཡིན། །\nརྩིབ་ལོགས་ལག་པའང་ལུས་མིན་ཏེ། །མཆན་ཁུང་ཕྲག་པའང་ལུས་མ་ཡིན། །ནང་ཁྲོལ་རྣམས་ཀྱང་དེ་མིན་ལ། །མགོ་དང་མགྲིན་པའང་ལུས་མིན་ན། །འདི་ལ་ལུས་ནི་གང་ཞིག་ཡིན། །\nགལ་ཏེ་ལུས་འདི་ཐམས་ཅད་ལ། །ཕྱོགས་རེ་ཡིས་ནི་གནས་གྱུར་ན། །ཆ་རྣམས་ཆ་ལ་གནས་གྱུར་མོད། །དེ་རང་ཉིད་ནི་གང་ལ་གནས། །\nགལ་ཏེ་བདག་ཉིད་ཀུན་གྱི་ལུས། །ལག་སོགས་རྣམས་ལ་གནས་ན་ནི། །ལག་སོགས་དེ་དག་ཇི་སྙེད་པ། །དེ་སྙེད་ཀྱི་ནི་ལུས་སུ་འགྱུར། །\nཕྱི་དང་ནང་ན་ལུས་མེད་ན། །ཇི་ལྟར་ལག་སོགས་ལ་ལུས་ཡོད། །ལག་སོགས་རྣམས་ལས་གཞན་མེད་ན། །དེ་ནི་ཇི་ལྟར་ཡོད་པ་ཡིན། །\nདེས་ན་ལུས་མེད་ལག་སོགས་ལ། །རྨོངས་པ་ཡིས་ནི་ལུས་བློར་འགྱུར། །དབྱིབས་སུ་བཀོད་པའི་ཁྱད་པར་གྱིས། །ཐོ་ཡོར་ལ་ནི་མི་བློ་བཞིན། །\nཇི་སྲིད་རྐྱེན་ཚོགས་དེ་སྲིད་དུ། །ལུས་ནི་སྐྱེས་བུ་ལྟར་སྣང་བ། །དེ་བཞིན་ཇི་སྲིད་ལག་སོགས་ལ། །དེ་ཡོད་དེ་སྲིད་དེར་ལུས་སྣང་། །\nདེ་བཞིན་སོར་མོའི་ཚོགས་ཡིན་ཕྱིར། །ལག་པའང་གང་ཞིག་ཡིན་པར་འགྱུར། །དེ་ཡང་ཚིགས་ཀྱི་ཚོགས་ཡིན་ཕྱིར། །ཚིགས་ཀྱང་རང་གི་ཆ་ཕྱེ་བས། །\nཆ་ཡང་རྡུལ་དུ་ཕྱེ་བས་ཏེ། །རྡུལ་དེའང་ཕྱོགས་ཆའི་དབྱེ་བ་ཡིས། །ཕྱོགས་དབྱེའང་ཆ་ཤས་དང་བྲལ་ཕྱིར། །མཁའ་བཞིན་དེས་ན་རྡུལ་ཡང་མེད། །\nདེ་ལྟར་རྨི་ལམ་ལྟ་བུ་ཡི། །གཟུགས་ལ་དཔྱོད་ལྡན་སུ་ཞིག་ཆགས། །གང་ཚེ་དེ་ལྟར་ལུས་མེད་པ། །དེ་ཚེ་སྐྱེས་གང་བུད་མེད་གང་། །\nསྡུག་བསྔལ་དེ་ཉིད་དུ་ཡོད་ན། །ཅི་སྟེ་རབ་དགའ་ལ་མི་གནོད། །བདེ་ན་མྱ་ངན་གདུང་སོགས་ལ། །ཞིམ་སོགས་ཅི་སྟེ་དགའ་མི་བྱེད། །\nསྟོབས་དང་ལྡན་པས་ཟིལ་མནན་ཕྱིར། །གལ་ཏེ་དེ་མྱོང་མ་ཡིན་ན། །གང་ཞིག་ཉམས་མྱོང་བདག་ཉིད་མིན། །དེ་ནི་ཚོར་བ་ཇི་ལྟར་ཡིན། །\nསྡུག་བསྔལ་ཕྲ་མོ་ཉིད་དུ་ཡོད། །འདི་ཡི་རགས་པ་བསལ་མིན་ནམ། །དེ་ནི་དེ་ལས་གཞན་དགའ་ཙམ། །ཞེ་ན་ཕྲ་ཉིད་དེ་ཡང་དེའི། །\nགལ་ཏེ་འགལ་རྐྱེན་སྐྱེས་པས་ན། །སྡུག་བསྔལ་སྐྱེས་པ་མིན་ན་ནི། །ཚོར་བར་རྟོག་པ་མངོན་ཞེན་ཉིད། །ཡིན་ཞེས་བྱ་བར་གྲུབ་མིན་ནམ། །\nདེ་ཉིད་ཕྱིར་ན་འདི་ཡི་ནི། །གཉེན་པོ་རྣམ་དཔྱོད་འདི་བསྒོམ་སྟེ། །རྣམ་བརྟགས་ཞིང་ལས་བྱུང་བ་ཡི། །བསམ་གཏན་རྣལ་འབྱོར་པ་ཡི་ཟས། །\nགལ་ཏེ་དབང་དོན་བར་བཅས་ན། །དེ་དག་གང་དུ་ཕྲད་པར་འགྱུར། །བར་མེད་ན་ཡང་གཅིག་ཉིད་དེ། །གང་ཞིག་གང་དང་ཕྲད་པར་འགྱུར། །\nརྡུལ་ཕྲན་རྡུལ་ཕྲན་ལ་འཇུག་མེད། །དེ་ནི་སྐབས་མེད་མཉམ་པ་ཡིན། །མ་ཞུགས་པ་ལ་འདྲེས་མེད་ཅིང་། །མ་འདྲེས་པ་ལ་ཕྲད་པ་མེད། །\nཆ་མེད་པ་ལའང་ཕྲད་པ་ཞེས། །བྱ་བ་ཇི་ལྟར་འཐད་པར་འགྱུར། །ཕྲད་པ་དང་ནི་ཆ་མེད་པར། །གལ་ཏེ་མཐོང་ན་བསྟན་པར་གྱིས། །\nརྣམ་ཤེས་ལུས་མེད་པ་ལ་ནི། །ཕྲད་པ་འཐད་པ་མ་ཡིན་ཉིད། །ཚོགས་པའང་དངོས་པོ་མེད་ཕྱིར་ཏེ། །སྔར་ནི་ཇི་ལྟར་རྣམ་དཔྱད་བཞིན། །\nདེ་ལྟར་རེག་པ་ཡོད་མིན་ན། །ཚོར་བ་གང་ལས་འབྱུང་བར་འགྱུར། །ངལ་འདི་ཅི་ཡི་དོན་དུ་ཡིན། །གང་གིས་གང་ལ་གནོད་པར་འགྱུར། །\nགང་ཚེ་ཚོར་པོ་འགའ་མེད་ཅིང་། །ཚོར་བའང་ཡོད་པ་མ་ཡིན་པ། །དེ་ཚེ་གནས་སྐབས་འདི་མཐོང་ནས། །སྲེད་པ་ཅི་ཕྱིར་ལྡོག་མི་འགྱུར། །\nམཐོང་བ་འམ་ནི་རེག་པ་ཡང་། །རྨི་ལམ་སྒྱུ་འདྲའི་བདག་ཉིད་ཀྱིས། །སེམས་དང་ལྷན་ཅིག་སྐྱེས་པའི་ཕྱིར། །ཚོར་བ་དེ་ཡིས་མཐོང་མ་ཡིན། །\nསྔར་དང་ཕྱི་མར་སྐྱེས་པས་ཀྱང་། །དྲན་པར་འགྱུར་གྱི་མྱོང་མ་ཡིན། །རང་གིས་བདག་ཉིད་མྱོང་མིན་ལ། །གཞན་དག་གིས་ཀྱང་མྱོང་མ་ཡིན། །\nཚོར་པོ་འགའ་ཡང་ཡོད་མིན་ཏེ། །དེས་ན་ཚོར་བ་དེ་ཉིད་མིན། །དེ་ལྟར་བདག་མེད་ཚོགས་འདི་ལ། །འདི་ཡིས་ཅི་སྟེ་གནོད་པར་བྱ། །\nཡིད་ནི་དབང་རྣམས་ལ་མི་གནས། །གཟུགས་སོགས་ལ་མིན་བར་ནའང་མིན། །ནང་ཡང་སེམས་མིན་ཕྱི་མིན་ཞིང་། །གཞན་དུ་ཡང་ནི་རྙེད་མ་ཡིན། །\nགང་ཞིག་ལུས་མིན་གཞན་དུ་མིན། །འདྲེས་མིན་ལོགས་སུའང་འགར་མེད་པ། །དེ་ནི་ཅུང་ཟད་མིན་དེའི་ཕྱིར། །སེམས་ཅན་རང་བཞིན་མྱ་ངན་འདས། །\nཤེས་བྱ་ལས་སྔར་ཤེས་ཡོད་ན། །དེ་ནི་ཅི་ལ་དམིགས་ནས་སྐྱེ། །ཤེས་དང་ཤེས་བྱ་ལྷན་ཅིག་ན། །དེ་ནི་ཅི་ལ་དམིགས་ནས་སྐྱེ། །\nའོན་ཏེ་ཤེས་བྱའི་ཕྱིས་ཡོད་ན། །དེ་ཚེ་ཤེས་པ་གང་ལས་སྐྱེ། །དེ་ལྟར་ཆོས་རྣམས་ཐམས་ཅད་ཀྱི། །སྐྱེ་བ་རྟོགས་པར་འགྱུར་མ་ཡིན། །\nགལ་ཏེ་དེ་ལྟར་ཀུན་རྫོབ་མེད། །དེ་ལ་བདེན་གཉིས་ག་ལ་ཡོད། །དེ་ཡང་ཀུན་རྫོབ་གཞན་གྱིས་ན། །སེམས་ཅན་མྱ་ངན་ག་ལ་འདའ། །\nའདི་ནི་གཞན་སེམས་རྣམ་རྟོག་སྟེ། །དེ་ནི་རང་གི་ཀུན་རྫོབ་མིན། །ཕྱིས་དེ་ངེས་ན་དེ་ཡོད་དེ། །མིན་ན་ཀུན་རྫོབ་མེད་པ་ཉིད། །\nརྟོག་དང་བརྟག་པར་བྱ་བ་དག །གཉིས་པོ་ཕན་ཚུན་བརྟེན་པ་ཡིན། །ཇི་ལྟར་གྲགས་པ་ལ་བརྟེན་ནས། །རྣམ་པར་དཔྱད་པ་ཐམས་ཅད་བརྗོད། །\nགང་ཚེ་རྣམ་པར་དཔྱད་པ་ཡི། །རྣམ་དཔྱོད་ཀྱིས་ནི་དཔྱོད་བྱེད་ན། །དེ་ཚེ་རྣམ་དཔྱོད་དེ་ཡང་ནི། །རྣམ་དཔྱོད་ཕྱིར་ན་ཐུག་པ་མེད། །\nདཔྱད་བྱ་རྣམ་པར་དཔྱད་བྱས་ན། །རྣམ་དཔྱོད་ལ་ནི་རྟེན་ཡོད་མིན། །རྟེན་མེད་ཕྱིར་ན་མི་སྐྱེ་སྟེ། །དེ་ཡང་མྱ་ངན་འདས་པར་བརྗོད། །\nགང་གི་ལྟར་ན་འདི་གཉིས་བདེན། །དེ་ཉིད་ཤིན་ཏུ་དཀའ་བར་གནས། །གལ་ཏེ་ཤེས་དབང་ལས་དོན་གྲུབ། །ཤེས་ཡོད་ཉིད་ལ་རྟེན་ཅི་ཡོད། །\nའོན་ཏེ་ཤེས་བྱ་ལས་ཤེས་གྲུབ། །ཤེས་བྱ་ཡོད་ལ་རྟེན་ཅི་ཡོད། །དེ་སྟེ་ཕན་ཚུན་དབང་གིས་ཡོད། །གཉི་ག་ཡང་ནི་མེད་པར་འགྱུར། །\nགལ་ཏེ་བུ་མེད་ཕ་མིན་ན། །བུ་ཉིད་གང་ལས་བྱུང་བ་ཡིན། །བུ་མེད་པར་ནི་ཕ་མེད་པ། །དེ་བཞིན་དེ་གཉིས་མེད་པ་ཉིད། །\nམྱུ་གུ་ས་བོན་ལས་སྐྱེ་ཞིང་། །ས་བོན་དེ་ཉིད་ཀྱིས་རྟོགས་བཞིན། །ཤེས་བྱ་ལས་སྐྱེས་ཤེས་པ་ཡིས། །དེ་ཡོད་པ་ནི་ཅིས་མི་རྟོགས། །\nམྱུ་གུ་ལས་གཞན་ཤེས་པ་ཡིས། །ས་བོན་ཡོད་ཅེས་རྟོགས་འགྱུར་ན། །གང་ཕྱིར་ཤེས་བྱ་དེ་རྟོགས་པ། །ཤེས་པ་ཡོད་ཉིད་གང་ལས་རྟོགས། །\nརེ་ཞིག་འཇིག་རྟེན་མངོན་སུམ་གྱིས། །རྒྱུ་རྣམས་ཐམས་ཅད་མཐོང་བ་ཡིན། །པདྨའི་སྡོང་བུ་སོགས་དབྱེ་ནི། །རྒྱུ་ཡི་དབྱེ་བས་བསྐྱེད་པ་ཡིན། །\nརྒྱུ་དབྱེ་གང་གིས་བྱས་ཞེ་ན། །སྔར་གྱི་རྒྱུ་དབྱེ་ཉིད་ལས་སོ། །ཅི་ཕྱིར་རྒྱུ་ཡིས་འབྲས་སྐྱེད་ནུས། །སྔར་གྱི་རྒྱུ་ཡི་མཐུ་ཉིད་ལས། །\nདབང་ཕྱུག་འགྲོ་བའི་རྒྱུ་ཡིན་ན། །རེ་ཞིག་དབང་ཕྱུག་གང་ཡིན་སྨྲོས། །འབྱུང་རྣམས་ཞེ་ན་དེ་ལྟ་མོད། །མིང་ཙམ་ལ་ཡང་ཅི་ཞིག་ངལ། །\nའོན་ཀྱང་ས་སོགས་དུ་མ་དང་། །མི་རྟག་གཡོ་མེད་ལྷ་མིན་ཞིང་། །འགོམ་བྱ་ཉིད་དང་མི་གཙང་བས། །དེ་ནི་དབང་ཕྱུག་ཉིད་མ་ཡིན། །\nདབང་ཕྱུག་མཁའ་མིན་གཡོ་མེད་ཕྱིར། །བདག་མིན་སྔར་ནི་བཀག་ཟིན་ཕྱིར། །བསམ་མིན་པ་ཡི་བྱེད་པོ་ཡང་། །བསམ་མིན་བརྗོད་པས་ཅི་ཞིག་བྱ། །\nདེས་བསྐྱེད་འདོད་པའང་གང་ཞིག་ཡིན། །བདག་ནི་དེ་དང་ས་སོགས་དང་། །དབང་ཕྱུག་ངོ་བོའང་རྟག་མིན་ནམ། །ཤེས་པ་ཤེས་བྱ་ལས་སྐྱེ་དང་། །\nཐོག་མེད་བདེ་སྡུག་ལས་ལས་ཡིན། །དེ་ཡིས་གང་ཞིག་བསྐྱེད་པ་སྨྲོས། །རྒྱུ་ལ་ཐོག་མ་ཡོད་མིན་ན། །འབྲས་བུའི་ཐོག་མ་ག་ལ་ཡོད། །\nརྟག་ཏུ་ཅི་ཕྱིར་བྱེད་མིན་ཏེ། །དེ་ནི་གཞན་ལ་ལྟོས་པ་མིན། །དེས་བྱས་མིན་གཞན་ཡོད་མིན་ན། །དེས་འདི་གང་ལ་ལྟོས་པར་འགྱུར། །\nགལ་ཏེ་ལྟོས་ན་ཚོགས་པ་ཉིད། །རྒྱུ་ཡིན་འགྱུར་གྱི་དབང་ཕྱུག་མིན། །ཚོགས་ན་མི་སྐྱེ་དབང་མེད་ཅིང་། །དེ་མེད་པར་ནི་སྐྱེ་དབང་མེད། །\nགལ་ཏེ་དབང་ཕྱུག་མི་འདོད་བཞིན། །བྱེད་ན་གཞན་གྱི་དབང་དུ་ཐལ། །འདོད་ནའང་འདོད་ལ་རག་ལས་འགྱུར། །བྱེད་ནའང་དབང་ཕྱུག་ག་ལ་ཡིན། །\nགང་དག་རྡུལ་ཕྲན་རྟག་སྨྲ་བ། །དེ་དག་ཀྱང་ནི་སྔར་བཟློག་ཟིན། །གཙོ་བོ་རྟག་པ་འགྲོ་བ་ཡི། །རྒྱུ་ཡིན་པར་ནི་གྲངས་ཅན་འདོད། །\nསྙིང་སྟོབས་རྡུལ་དང་མུན་པ་ཞེས། །བྱ་བའི་ཡོན་ཏན་མཉམ་གནས་ནི། །གཙོ་བོ་ཞེས་བྱར་རབ་བརྗོད་དེ། །མི་མཉམ་འགྲོ་བ་ཡིན་པར་བརྗོད། །\nགཅིག་ལ་རང་བཞིན་གསུམ་ཉིད་ནི། །རིགས་མིན་དེས་ན་དེ་ཡོད་མིན། །དེ་བཞིན་ཡོན་ཏན་ཡོད་མིན་ཏེ། །དེ་ཡང་སོ་སོར་རྣམ་གསུམ་ཕྱིར། །\nཡོན་ཏན་མེད་ན་སྒྲ་སོགས་ཀྱང་། །ཡོད་ཉིད་ཤིན་ཏུ་རྒྱང་རིང་འགྱུར། །སེམས་མེད་གོས་ལ་སོགས་པ་ལ། །བདེ་སོགས་ཡོད་པ་སྲིད་པའང་མིན། །\nདངོས་རྣམས་དེ་རྒྱུའི་རང་བཞིན་ན། །དངོས་པོ་རྣམ་དཔྱད་ཟིན་མིན་ནམ། །ཁྱོད་ཀྱི་རྒྱུ་ཡང་བདེ་སོགས་ཉིད། །དེ་ལས་སྣམ་སོགས་འབྱུང་བའང་མེད། །\nསྣམ་སོགས་ལས་ནི་བདེ་སོགས་ཡིན། །དེ་མེད་ཕྱིར་ན་བདེ་སོགས་མེད། །བདེ་སོགས་རྟག་པ་ཉིད་དུ་ཡང་། །ནམ་ཡང་དམིགས་པ་ཡོད་མ་ཡིན། །\nབདེ་སོགས་གསལ་བ་ཡོད་ཉིད་ན། །མྱོང་བ་ཅི་ཕྱིར་འཛིན་མ་ཡིན། །དེ་ཉིད་ཕྲ་མོར་གྱུར་ན་དེ། །རགས་དང་ཕྲ་བའང་ཇི་ལྟར་ཡིན། །\nརགས་པ་དོར་ནས་ཕྲ་གྱུར་པས། །ཕྲ་རགས་དེ་དག་མི་རྟག་ཉིད། །དེ་བཞིན་དངོས་པོ་ཐམས་ཅད་ནི། །མི་རྟག་ཉིད་དུ་ཅིས་མི་འདོད། །\nརགས་པ་བདེ་ལས་གཞན་མིན་ན། །བདེ་བ་གསལ་བ་མི་རྟག་ཉིད། །གལ་ཏེ་མེད་པ་འགའ་ཡང་ནི། །སྐྱེ་མིན་མེད་ཕྱིར་ཞེས་འདོད་ན། །གསལ་བ་མེད་པར་སྐྱེ་བར་ནི། །ཁྱོད་མི་འདོད་ཀྱང་གནས་པ་ཉིད། །\nགལ་ཏེ་རྒྱུ་ལ་འབྲས་གནས་ན། །ཟན་ཟ་མི་གཙང་ཟ་བར་འགྱུར། །རས་ཀྱི་རིན་གྱིས་རས་བལ་གྱི། །ས་བོན་ཉོས་ལ་བགོ་བར་གྱིས། །\nའཇིག་རྟེན་རྨོངས་པས་མ་མཐོང་ན། །དེ་ཉིད་ཤེས་ཀྱིས་བཞག་དེ་ཉིད། །\nཤེས་དེ་འཇིག་རྟེན་ལ་ཡང་ནི། །ཡོད་པས་ཅི་སྟེ་མཐོང་མ་ཡིན། །འཇིག་རྟེན་ཚད་མ་ཉིད་མིན་ན། །གསལ་བ་མཐོང་བའང་བདེན་མ་ཡིན། །\nགལ་ཏེ་ཚད་མ་ཚད་མིན་ན། །དེས་གཞལ་བརྫུན་པར་མི་འགྱུར་རམ། །དེ་ཉིད་དུ་ན་སྟོང་པ་ཉིད། །སྒོམ་པ་དེ་ཕྱིར་མི་འཐད་འགྱུར། །\nབརྟགས་པའི་དངོས་ལ་མ་རེག་པར། །དེ་ཡི་དངོས་མེད་འཛིན་མ་ཡིན། །དེ་ཕྱིར་རྫུན་པའི་དངོས་གང་ཡིན། །དེ་ཡི་དངོས་མེད་གསལ་བར་རྫུན། །\nདེས་ན་རྨི་ལམ་བུ་ཤི་ལ། །དེ་མེད་སྙམ་པའི་རྣམ་རྟོག་ནི། །དེ་ཡོད་རྣམ་པར་རྟོག་པ་ཡི། །གེགས་ཡིན་དེ་ཡང་རྫུན་པ་ཡིན། །\nདེ་བས་དེ་ལྟར་རྣམ་དཔྱད་པས། །འགའ་ཡང་རྒྱུ་མེད་ཡོད་མ་ཡིན། །སོ་སོ་བའམ་འདུས་པ་ཡི། །རྐྱེན་རྣམས་ལ་ཡང་གནས་མ་ཡིན། །\nགཞན་ནས་འོངས་པའང་མ་ཡིན་ལ། །གནས་པ་མ་ཡིན་འགྲོ་མ་ཡིན། །རྨོངས་པས་བདེན་པར་གང་བྱས་འདི། །སྒྱུ་མ་ལས་ནི་ཁྱད་ཅི་ཡོད། །\nསྒྱུ་མས་སྤྲུལ་པ་གང་ཡིན་དང་། །རྒྱུ་རྣམས་ཀྱིས་ནི་གང་སྤྲུལ་པ། །དེ་ནི་གང་ནས་འོངས་གྱུར་ཅིང་། །གང་དུ་འགྲོ་བའང་བརྟག་པར་གྱིས། །\nགང་ཞིག་གང་ནི་ཉེ་བ་ཡིས། །མཐོང་གྱུར་དེ་མེད་ན་མིན་པ། །བཅོས་སུ་གཟུགས་བརྙན་དང་མཚུངས་པ། །དེ་ལ་བདེན་ཉིད་ཇི་ལྟར་ཡོད། །\nདངོས་པོ་ཡོད་པར་གྱུར་པ་ལ། །རྒྱུ་ཡིས་དགོས་པ་ཅི་ཞིག་ཡོད། །འོན་ཏེ་དེ་ནི་མེད་ན་ཡང་། །རྒྱུ་ཡིས་དགོས་པ་ཅི་ཞིག་ཡོད། །\nབྱེ་བ་བརྒྱ་ཕྲག་རྒྱུ་ཡིས་ཀྱང་། །དངོས་པོ་མེད་པ་བསྒྱུར་དུ་མེད། །གནས་སྐབས་དེ་དངོས་ཇི་ལྟར་ཡིན། །དངོས་འགྱུར་གཞན་ཡང་གང་ཞིག་ཡིན། །\nམེད་ཚེ་དངོས་ཡོད་སྲིད་མིན་ན། །དངོས་པོ་ཡོད་པར་ནམ་ཞིག་འགྱུར། །དངོས་པོ་སྐྱེས་པར་མ་གྱུར་པར། །དངོས་མེད་དེ་ནི་འབྲལ་མི་འགྱུར། །\nདངོས་མེད་དང་ནི་མ་བྲལ་ན། །དངོས་པོ་ཡོད་པའི་སྐབས་མི་སྲིད། །དངོས་པོའང་མེད་པར་འགྱུར་མིན་ཏེ། །རང་བཞིན་གཉིས་སུ་ཐལ་འགྱུར་ཕྱིར། །\nདེ་ལྟར་འགག་པ་ཡོད་མིན་ཞིང་། །དངོས་པོའང་ཡོད་མིན་དེ་ཡི་ཕྱིར། །འགྲོ་བ་འདི་དག་ཐམས་ཅད་ནི། །རྟག་ཏུ་མ་སྐྱེས་མ་འགགས་ཉིད། །\nའགྲོ་བ་རྨི་ལམ་ལྟ་བུ་སྟེ། །རྣམ་པར་དཔྱད་ན་ཆུ་ཤིང་འདྲ། །མྱ་ངན་འདས་དང་མ་འདས་པའང་། །དེ་ཉིད་དུ་ན་ཁྱད་པར་མེད། །\nདེ་ལྟར་སྟོང་པའི་དངོས་རྣམས་ལ། །ཐོབ་པ་ཅི་ཡོད་ཤོར་ཅི་ཡོད། །གང་གིས་རིམ་གྲོ་བྱས་པའམ། །ཡོངས་སུ་བརྙས་པའང་ཅི་ཞིག་ཡོད། །\nབདེ་བའང་སྡུག་བསྔལ་གང་ལས་ཡིན། །མི་དགར་ཅི་ཡོད་དགར་ཅི་ཡོད། །དེ་ཉིད་དུ་ནི་བཙལ་བྱས་ན། །གང་ཞིག་སྲེད་ཅིང་གང་ལ་སྲེད། །\nདཔྱད་ན་གསོན་པོའི་འཇིག་རྟེན་འདི། །གང་ཞིག་འདིར་ནི་འཆི་འགྱུར་ཏེ། །འབྱུང་འགྱུར་གང་ཡིན་བྱུང་གྱུར་གང་། །གཉེན་དང་བཤེས་ཀྱང་གང་ཞིག་ཡིན། །\nཐམས་ཅད་ནམ་མཁའ་འདྲ་བར་ནི། །བདག་འདྲས་ཡོངས་སུ་གཟུང་བར་གྱིས། །བདག་ཉིད་བདེ་བར་འདོད་རྣམས་ནི། །འཐབ་དང་སྤྲོ་བའི་རྒྱུ་དག་གིས། །\nརབ་ཏུ་འཁྲུག་དང་དགའ་བར་བྱེད། །མྱ་ངན་འབད་རྩོལ་རྩོད་པ་དང་། །ཕན་ཚུན་གཅོད་དང་འབིགས་པ་དང་། །སྡིག་དག་གིས་ནི་ཚེགས་ཆེན་འཚོ། །\nབདེ་འགྲོར་ཡང་དང་ཡང་འོངས་ཏེ། །བདེ་བ་མང་པོ་སྤྱད་སྤྱད་ནས། །ཤི་ནས་ངན་སོང་སྡུག་བསྔལ་ནི། །ཡུན་རིང་མི་བཟད་རྣམས་སུ་ལྟུང་། །\nསྲིད་པ་ན་ནི་གཡང་ས་མང་། །དེར་ནི་དེ་ཉིད་མིན་འདི་འདྲ། །དེར་ཡང་ཕན་ཚུན་འགལ་བས་ན། །སྲིད་ན་དེ་ཉིད་འདི་འདྲ་མེད། །\nདེ་ཡང་དཔེ་མེད་མི་བཟད་པའི། །སྡུག་བསྔལ་རྒྱ་མཚོ་མཐའ་ལས་འདས། །དེར་ནི་དེ་ལྟར་སྟོབས་ཆུང་ཞིང་། །དེར་ནི་ཚེ་ཡང་ཐུང་བ་ཉིད། །\nདེར་ཡང་གསོན་དང་ནད་མེད་ཀྱི། །བྱེད་དང་བཀྲེས་ནའི་ངལ་བ་དང་། །གཉིད་དང་འཚེ་དང་དེ་བཞིན་དུ། །བྱིས་དང་འགྲོགས་པ་དོན་མེད་ཀྱིས། །\nཚེ་ནི་དོན་མེད་མྱུར་འདའ་ཡི། །རྣམ་དཔྱོད་ཤིན་ཏུ་རྙེད་པར་དཀའ། །དེར་ཡང་རྣམ་གཡེང་གོམས་པ་ནི། །བཟློག་པའི་ཐབས་ནི་ག་ལ་ཡོད། །\nདེར་ཡང་ངན་སོང་ཆེན་པོར་ནི། །ལྟུང་ཕྱིར་བདུད་ནི་བརྩོན་པར་བྱེད། །དེར་ནི་ལོག་པའི་ལམ་མང་ཞིང་། །ཐེ་ཚོམ་ལས་ཀྱང་བརྒལ་དཀའ་སྟེ། །\nསླར་ཡང་དལ་བ་རྙེད་དཀའ་ཞིང་། །སངས་རྒྱས་འབྱུང་རྙེད་ཤིན་ཏུ་དཀའ། །ཉོན་མོངས་ཆུ་བོ་སྤང་དཀའ་སྟེ། །ཨེ་མ་སྡུག་བསྔལ་བརྒྱུད་པར་འགྱུར། །\nདེ་ལྟར་ཤིན་ཏུ་སྡུག་བསྔལ་ཡང་། །རང་སྡུག་མི་མཐོང་གང་ཡིན་པ། །སྡུག་བསྔལ་ཆུ་བོར་གནས་འདི་དག །ཀྱི་ཧུད་མྱ་ངན་བྱ་བར་འོས། །\nདཔེར་ན་འགའ་ཞིག་ཡང་ཡང་ཁྲུས། །བྱས་ཏེ་ཡང་ཡང་མེར་འཇུག་པ། །དེ་ལྟར་ཤིན་ཏུ་སྡུག་བསྔལ་བར། །གནས་ཀྱང་བདག་ཉིད་བདེར་རློམ་བཞིན། །\nདེ་ལྟར་རྒ་དང་འཆི་མེད་པ། །བཞིན་དུ་སྤྱོད་པས་གནས་རྣམས་ལ། །དང་པོ་ཉིད་དུ་བསད་བྱས་ནས། །ངན་སོང་ལྟུང་བ་མི་བཟད་འོང་། །\nདེ་ལྟར་སྡུག་བསྔལ་མེས་གདུངས་ལ། །བསོད་ནམས་སྤྲིན་ལས་ལེགས་འཁྲུངས་པའི། །རང་གི་བདེ་བའི་ཚོགས་ཆར་གྱིས། །ཞི་བྱེད་པར་བདག་ནམ་ཞིག་འགྱུར། །\nནམ་ཞིག་དམིགས་པ་མེད་ཚུལ་དུ། །གུས་པས་བསོད་ནམས་ཚོགས་བསགས་ཏེ། །དམིགས་པས་ཕུང་བར་འགྱུར་རྣམས་ལ། །སྟོང་པ་ཉིད་ནི་སྟོན་པར་འགྱུར། །\nབྱང་ཆུབ་སེམས་དཔའི་སྤྱོད་པ་ལ་འཇུག་པ་ལས། ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པའི་ལེའུ་སྟེ་དགུ་པའོ།། །།\nch-10 བདག་གིས་བྱང་ཆུབ་སྤྱོད་པ་ལ། །འཇུག་པ་རྣམ་པར་བརྩམས་པ་ཡི། །དགེ་བ་གང་དེས་འགྲོ་བ་ཀུན། །བྱང་ཆུབ་སྤྱོད་ལ་འཇུག་པར་ཤོག །\nཕྱོགས་རྣམས་ཀུན་ན་ལུས་དང་སེམས། །སྡུག་བསྔལ་ནད་པ་ཇི་སྙེད་པ། །དེ་དག་བདག་གི་བསོད་ནམས་ཀྱིས། །བདེ་དགའ་རྒྱ་མཚོ་ཐོབ་པར་ཤོག །\nདེ་དག་འཁོར་བ་ཇི་སྲིད་དུ། །ནམ་ཡང་བདེ་ལས་ཉམས་མ་གྱུར། །འགྲོ་བས་བྱང་ཆུབ་སེམས་དཔའ་ཡི། །བདེ་བ་རྒྱུན་མི་འཆད་ཐོབ་ཤོག །\nའཇིག་རྟེན་ཁམས་ན་དམྱལ་བ་དག །གང་དག་ཇི་སྙེད་ཡོད་པ་རྣམས། །དེ་དག་ཏུ་ནི་ལུས་ཅན་རྣམས། །བདེ་ཅན་བདེ་བས་དགའ་བར་ཤོག །\nགྲང་བས་ཉམ་ཐག་དྲོ་ཐོབ་ཤོག །བྱང་ཆུབ་སེམས་དཔའི་སྤྲིན་ཆེན་ལས། །བྱུང་བའི་ཆུ་བོ་མཐའ་ཡས་ཀྱིས། །ཚ་བས་ཉམ་ཐག་བསིལ་བར་ཤོག །\nརལ་གྲི་ལོ་མའི་ནགས་ཚལ་ཡང་། །དེ་ལ་ཙནྡན་ནགས་སྟུག་ཤོག །ཤལ་མ་རི་ཡི་སྡོང་པོ་ཡང་། །དཔག་བསམ་ཤིང་དུ་འཁྲུངས་པར་ཤོག །\nའཐིང་རིལ་ངུར་པ་དག་དང་ངང་པ་དང་། །བཞད་སོགས་སྐད་སྙན་འབྱིན་པས་མཛེས་གྱུར་ཅིག །པདྨ་དྲི་བསུང་ཆེ་ལྡན་མཚོ་དག་གིས། །དམྱལ་བའི་ས་ཕྱོགས་དག་ནི་ཉམས་དགར་ཤོག །\nསོལ་ཕུང་དེ་དག་རིན་ཆེན་ཕུང་པོར་གྱུར། །ས་བསྲེགས་ཤེལ་གྱི་ས་གཞི་བསྟར་བར་ཤོག །བསྡུས་འཇོམས་རི་བོ་རྣམས་ཀྱང་མཆོད་པ་ཡི། །གཞལ་མེད་ཁང་གྱུར་བདེ་གཤེགས་གང་བར་ཤོག །\nམདག་མ་རྡོ་བསྲེགས་མཚོན་གྱི་ཆར་པ་དག །དེང་ནས་བཟུང་སྟེ་མེ་ཏོག་ཆར་པར་གྱུར། །ཕན་ཚུན་མཚོན་གྱིས་འདེབས་པ་དེ་ཡང་ནི། །དེང་ནས་རྩེ་ཕྱིར་མེ་ཏོག་འཕེན་པར་ཤོག །\nཆུ་བོ་རབ་མེད་མེ་དོང་འདྲ་ནང་བྱིང་བ་དག །ཤ་ཀུན་ཞིག་གྱུར་རུས་གོང་མེ་ཏོག་ཀུནྡའི་མདོག །བདག་གི་དགེ་བའི་སྟོབས་ཀྱིས་ལྷ་ཡི་ལུས་ཐོབ་ནས། །ལྷ་མོ་རྣམས་དང་ལྷན་ཅིག་དལ་གྱིས་འབབ་གནས་ཤོག །\nཅི་ཕྱིར་འདིར་ནི་གཤིན་རྗེའི་མི་དང་ཁྭ་དང་བྱ་རྒོད་མི་བཟད་རྣམས་སྐྲག་བྱེད། །ཀུན་ནས་མུན་བསལ་བདེ་དགའ་བསྐྱེད་པའི་མཐུ་བཟང་འདི་ཀོ་སུ་ཡི་མཐུ་སྙམ་སྟེ། །གྱེན་དུ་བལྟས་ན་ནམ་མཁའི་དཀྱིལ་ན་ཕྱག་ན་རྡོ་རྗེ་འབར་བ་བཞུགས་མཐོང་ནས། །རབ་ཏུ་དགའ་བའི་ཤུགས་ཀྱིས་སྡིག་དང་བྲལ་ནས་དེ་དང་ལྷན་ཅིག་འགྲོགས་པར་ཤོག །\nམེ་ཏོག་ཆར་པ་སྤོས་ཆུ་དང་འདྲེས་བབས་པ་ཡིས། །དམྱལ་བའི་མེ་མདག་ཆིལ་ཆིལ་གསོད་པར་མཐོང་གྱུར་ནས། །གློ་བུར་བདེ་བས་ཚིམ་པ་འདི་ཅི་བསམ་པ་དང་། །སེམས་དམྱལ་རྣམས་ཀྱིས་ཕྱག་ན་པདྨ་མཐོང་བར་ཤོག །\nགྲོགས་དག་འཇིགས་པ་བོར་ལ་རིངས་པར་ཚུར་ཤོག་འུ་བུའི་ཐད་དུ་ནི། །གང་གི་མཐུ་ཡིས་སྡུག་བསྔལ་ཀུན་བྲལ་དགའ་བའི་ཤུགས་ཕྱིན་ལ། །འགྲོ་བ་ཀུན་ནས་ཡོངས་སྐྱོབ་བྱང་ཆུབ་སེམས་དང་བརྩེ་བ་སྐྱེས་གྱུར་པ། །གཞོན་ནུ་ཟུར་ཕུད་ཅན་འབར་འཇིགས་པ་མེད་པར་བྱེད་པ་ཅི་ཞིག་ཕྱིན། །\nཁྱོད་ཀྱི་ལྷ་བརྒྱའི་ཅོད་པན་དག་གིས་ཞབས་ཀྱི་པདྨ་ལ་མཆོད་ཅིང་། །ཐུགས་རྗེས་བརླན་སྤྱན་དབུ་ལ་མེ་ཏོག་དུ་མའི་ཚོགས་ཀྱིས་ཆར་འབབ་པ། །ཁང་བརྩེགས་ཡིད་འོང་ལྷ་མོ་སྟོང་ཕྲག་བསྟོད་དབྱངས་སྒྲོགས་ལྡན་འདི་ལྟོས་ཞེས། །འཇམ་དབྱངས་དེ་འདྲ་མཐོང་ནས་ད་ནི་སེམས་དམྱལ་ཅ་ཅོ་འདོན་པར་ཤོག །\nདེ་ལྟར་བདག་གི་དགེ་རྩས་ཀུན་དུ་བཟང་ལ་སོགས། །བྱང་ཆུབ་སེམས་དཔའ་སྒྲིབ་པ་མེད་སྤྲིན་བདེ་བ་དང་། །བསིལ་ཞིང་དྲི་ཞིམ་དང་ལྡན་ཆར་པ་འབེབས་མཐོང་ནས། །སེམས་ཅན་དམྱལ་བ་དེ་དག་མངོན་པར་དགའ་གྱུར་ཅིག །\nདུད་འགྲོ་རྣམས་ནི་གཅིག་ལ་གཅིག །ཟ་བའི་འཇིགས་དང་བྲལ་བར་ཤོག །སྒྲ་མི་སྙན་པའི་མི་བཞིན་དུ། །ཡི་དྭགས་རྣམས་ནི་བདེ་བར་གྱུར། །\nའཕགས་པ་སྤྱན་རས་གཟིགས་དབང་གི །ཕྱག་ནས་འབབ་པའི་འོ་རྒྱུན་གྱིས། །ཡི་དྭགས་རྣམས་ནི་ཚིམ་བྱས་ཤིང་། །ཁྲུས་བྱས་རྟག་ཏུ་བསིལ་བར་ཤོག །\nལོང་བ་རྣམས་ཀྱིས་མིག་མཐོང་ཞིང་། །འོན་པས་རྟག་ཏུ་སྒྲ་ཐོས་ཤོག །ལྷ་མོ་སྒྱུ་འཕྲུལ་ཇི་བཞིན་དུ། །སྦྲུམ་མའང་གནོད་མེད་བཙའ་བར་ཤོག །\nགཅེར་བུ་རྣམས་ཀྱིས་གོས་དག་དང་། །བཀྲེས་པ་རྣམས་ཀྱིས་ཟས་དང་ནི། །སྐོམ་པ་རྣམས་ཀྱིས་ཆུ་དག་དང་། །བཏུང་བ་ཞིམ་པོ་ཐོབ་པར་ཤོག །\nབཀྲེན་པ་རྣམས་ཀྱིས་ནོར་ཐོབ་ཤོག །མྱ་ངན་ཉམ་ཐག་དགའ་ཐོབ་ཤོག །ཡི་ཆད་རྣམས་ཀྱང་ཡིད་སོས་ཤིང་། །བརྟན་པ་ཕུན་སུམ་ཚོགས་པར་ཤོག །\nསེམས་ཅན་ནད་པ་ཇི་སྙེད་པ། །མྱུར་དུ་ནད་ལས་ཐར་གྱུར་ཅིག །འགྲོ་བའི་ནད་ནི་མ་ལུས་པ། །རྟག་ཏུ་འབྱུང་བ་མེད་པར་ཤོག །\nསྐྲག་པ་རྣམས་ནི་འཇིགས་མེད་ཤོག །བཅིངས་པ་རྣམས་ནི་གྲོལ་བར་འགྱུར། །མཐུ་མེད་རྣམས་ནི་མཐུ་ལྡན་ཞིང་། །སེམས་ནི་ཕན་ཚུན་མཉེན་གྱུར་ཅིག །\nའདྲོན་པ་དག་ནི་ཐམས་ཅད་ལ། །ཕྱོགས་རྣམས་ཐམས་ཅད་བདེ་བར་ཤོག །གང་གི་དོན་དུ་འགྲོ་བྱེད་པ། །དེ་འབད་མི་དགོས་གྲུབ་གྱུར་ཅིག །\nགྲུ་དང་གྲུ་ཆེན་ཞུགས་པ་རྣམས། །ཡིད་ལ་བསམ་པ་གྲུབ་གྱུར་ཏེ། །ཆུ་ཡི་ངོགས་སུ་བདེར་ཕྱིན་ནས། །གཉེན་དང་ལྷན་ཅིག་དགའ་བར་ཤོག །\nམྱ་ངན་ལམ་གོལ་འཁྱམས་པ་རྣམས། །མགྲོན་པོ་དག་དང་ཕྲད་གྱུར་ནས། །ཆོམ་རྐུན་སྟག་སོགས་འཇིགས་མེད་པར། །མི་ངལ་བདེ་བླག་འདོང་བར་ཤོག །\nདགོན་སོགས་ལམ་མེད་ཉམ་ང་བར། །བྱིས་པ་རྒན་པོ་མགོན་མེད་པ། །གཉིད་ལོག་མྱོས་ཤིང་རབ་མྱོས་རྣམས། །ལྷ་དག་སྲུང་བར་བྱེད་པར་ཤོག །\nམི་ངལ་ཀུན་ལས་ཐར་བ་དང་། །དད་དང་ཤེས་རབ་བརྩེ་ལྡན་ཞིང་། །ཟས་དང་སྤྱོད་པ་ཕུན་ཚོགས་ནས། །རྟག་ཏུ་ཚེ་རབས་དྲན་གྱུར་ཅིག །\nཐམས་ཅད་ནམ་མཁའི་མཛོད་བཞིན་དུ། །ལོངས་སྤྱོད་ཆད་པ་མེད་པར་ཤོག །རྩོད་པ་མེད་ཅིང་འཚེ་མེད་པར། །རང་དབང་དུ་ནི་སྤྱོད་པར་ཤོག །\nསེམས་ཅན་གཟི་བརྗིད་ཆུང་ངུ་གང་། །དེ་དག་གཟི་བརྗིད་ཆེན་པོར་ཤོག །དཀའ་ཐུབ་ཅན་གང་གཟུགས་ངན་པ། །གཟུགས་བཟང་ཕུན་སུམ་ཚོགས་གྱུར་ཅིག །\nའཇིག་རྟེན་བུད་མེད་ཇི་སྙེད་པ། །དེ་དག་སྐྱེས་པ་ཉིད་གྱུར་ཅིག །མ་རབས་རྣམས་ནི་མཐོ་ཐོབ་ཅིང་། །ང་རྒྱལ་དག་ཀྱང་བཅོམ་པར་ཤོག །\nབདག་གི་བསོད་ནམས་འདི་ཡིས་ནི། །སེམས་ཅན་ཐམས་ཅད་མ་ལུས་པ། །སྡིག་པ་ཐམས་ཅད་སྤངས་ནས་ནི། །རྟག་ཏུ་དགེ་བ་བྱེད་པར་ཤོག །\nབྱང་ཆུབ་སེམས་དང་མི་འབྲལ་ཞིང་། །བྱང་ཆུབ་སྤྱོད་ལ་གཞོལ་བ་དང་། །སངས་རྒྱས་རྣམས་ཀྱིས་ཡོངས་གཟུང་ཞིང་། །བདུད་ཀྱི་ལས་རྣམས་སྤང་བར་ཤོག །\nསེམས་ཅན་དེ་དག་ཐམས་ཅད་ནི། །ཚེ་ཡང་དཔག་མེད་རིང་བར་ཤོག །རྟག་ཏུ་བདེ་བར་འཚོ་འགྱུར་ཞིང་། །འཆི་བའི་སྒྲ་ཡང་གྲག་མ་གྱུར། །\nདཔག་བསམ་ཤིང་གི་སྐྱེད་མོས་ཚལ། །སངས་རྒྱས་དང་ནི་སངས་རྒྱས་སྲས། །ཆོས་སྙན་སྒྲོགས་པས་གང་བ་ཡིས། །ཕྱོགས་རྣམས་ཐམས་ཅད་གང་བར་ཤོག །\nཐམས་ཅད་དུ་ཡང་ས་གཞི་དག །གསེག་མ་ལ་སོགས་མེད་པ་དང་། །ལག་མཐིལ་མཉམ་པ་བཻ་ཌཱུརྱའི། །རང་བཞིན་འཇམ་པོར་གནས་པར་གྱུར། །\nའཁོར་གྱི་དཀྱིལ་འཁོར་ཡོད་དགུར་ཡང་། །བྱང་ཆུབ་སེམས་དཔའ་མང་པོ་དག །རང་གི་ལེགས་པས་ས་སྟེངས་དག །བརྒྱན་པར་མཛད་པས་བཞུགས་གྱུར་ཅིག །\nལུས་ཅན་ཀུན་གྱིས་བྱ་དང་ནི། །ཤིང་དང་འོད་ཟེར་ཐམས་ཅད་དང་། །ནམ་མཁའ་ལས་ཀྱང་ཆོས་ཀྱི་སྒྲ། །རྒྱུན་མི་འཆད་པར་ཐོས་པར་ཤོག །\nདེ་དག་རྟག་ཏུ་སངས་རྒྱས་དང་། །སངས་རྒྱས་སྲས་དང་ཕྲད་གྱུར་ཅིག །མཆོད་པའི་སྤྲིན་ནི་མཐའ་ཡས་པས། །འགྲོ་བའི་བླ་མ་མཆོད་པར་ཤོག །\nལྷ་ཡང་དུས་སུ་ཆར་འབེབས་ཤིང་། །ལོ་ཏོག་ཕུན་སུམ་ཚོགས་པར་ཤོག །རྒྱལ་པོ་ཆོས་བཞིན་བྱེད་གྱུར་ཅིག །འཇིག་རྟེན་དག་ཀྱང་དར་བར་ཤོག །\nསྨན་རྣམས་མཐུ་དང་ལྡན་པ་དང་། །གསང་སྔགས་བཟླས་བརྗོད་གྲུབ་པར་ཤོག །མཁའ་འགྲོ་སྲིན་པོ་ལ་སོགས་པ། །སྙིང་རྗེའི་སེམས་དང་ལྡན་གྱུར་ཅིག །\nསེམས་ཅན་འགའ་ཡང་སྡུག་མ་གྱུར། །འཇིགས་དང་བརྙས་པར་མི་འགྱུར་ཞིང་། །འགའ་ཡང་ཡིད་མི་བདེ་མ་གྱུར། །\nགཙུག་ལག་ཁང་རྣམས་ཀློག་པ་དང་། །ཁ་ཐོན་གྱིས་བརྒྱན་ལེགས་གནས་ཤོག །རྟག་ཏུ་དགེ་འདུན་མཐུན་པ་དང་། །དགེ་འདུན་དོན་ཡང་གྲུབ་པར་ཤོག །\nབསླབ་པ་འདོད་པའི་དགེ་སློང་དག །དབེན་པ་དག་ཀྱང་ཐོབ་པར་ཤོག །གཡེང་བ་ཐམས་ཅད་སྤངས་ནས་ནི། །སེམས་ནི་ལས་རུང་སྒོམ་གྱུར་ཅིག །\nདགེ་སློང་མ་རྣམས་རྙེད་ལྡན་ཞིང་། །འཐབ་དང་གནོད་པ་སྤང་བར་ཤོག །དེ་བཞིན་རབ་ཏུ་བྱུང་བ་ཀུན། །ཚུལ་ཁྲིམས་ཉམས་པ་མེད་གྱུར་ཅིག །\nཚུལ་ཁྲིམས་འཆལ་བས་ཡིད་བྱུང་ནས། །རྟག་ཏུ་སྡིག་པ་ཟད་བྱེད་ཤོག །བདེ་འགྲོ་དག་ཀྱང་ཐོབ་གྱུར་ནས། །དེར་ཡང་བརྟུལ་ཞུགས་མི་ཉམས་ཤོག །\nམཁས་པ་རྣམས་ནི་བཀུར་བ་དང་། །བསོད་སྙོམས་དག་ཀྱང་རྙེད་པར་ཤོག །རྒྱུད་ནི་ཡོངས་སུ་དག་པ་དང་། །ཕྱོགས་རྣམས་ཀུན་ཏུ་གྲགས་པར་ཤོག །\nངན་སོང་སྡུག་བསྔལ་མི་མྱོང་ཞིང་། །དཀའ་བ་སྤྱད་པ་མེད་པར་ཡང་། །ལྷ་བས་ལྷག་པའི་ལུས་ཀྱིས་ནི། །དེ་དག་སངས་རྒྱས་མྱུར་འགྲུབ་ཤོག །\nསེམས་ཅན་ཀུན་གྱིས་ལན་མང་དུ། །སངས་རྒྱས་ཐམས་ཅད་མཆོད་བྱེད་ཅིང་། །སངས་རྒྱས་བདེ་བ་བསམ་ཡས་ཀྱིས། །རྟག་ཏུ་བདེ་དང་ལྡན་གྱུར་ཅིག །\nབྱང་ཆུབ་སེམས་དཔའ་རྣམས་ཀྱིས་ནི། །འགྲོ་དོན་ཐུགས་ལ་དགོངས་འགྲུབ་ཤོག །མགོན་པོ་ཡིས་ནི་གང་དགོངས་པ། །སེམས་ཅན་རྣམས་ལ་དེ་འབྱོར་ཤོག །\nདེ་བཞིན་རང་སངས་རྒྱས་རྣམས་དང་། །ཉན་ཐོས་རྣམས་ཀྱང་བདེ་གྱུར་ཅིག །\nབདག་ཀྱང་འཇམ་དབྱངས་བཀའ་དྲིན་གྱིས། །ས་རབ་དགའ་བ་ཐོབ་བར་དུ། །རྟག་ཏུ་ཚེ་རབས་དྲན་པ་དང་། །རབ་ཏུ་བྱུང་བ་ཐོབ་པར་ཤོག །\nབདག་ནི་ཁ་ཟས་གྱི་ནས་ཀྱང་། །ཉམས་དང་ལྡན་ཞིང་འཚོ་བར་ཤོག །ཚེ་རབས་ཀུན་དུ་དབེན་གནས་པར། །ཕུན་སུམ་ལྡན་པ་ཐོབ་པར་ཤོག །\nགང་ཚེ་བལྟ་བར་འདོད་པའམ། །ཅུང་ཟད་དྲི་བར་འདོད་ན་ཡང་། །མགོན་པོ་འཇམ་དབྱངས་དེ་ཉིད་ནི། །གེགས་མེད་པར་ཡང་མཐོང་བར་ཤོག །\nཕྱོགས་བཅུའི་ནམ་མཁའི་མཐས་གཏུགས་པའི། །སེམས་ཅན་ཀུན་དོན་བསྒྲུབ་པའི་ཕྱིར། །ཇི་ལྟར་འཇམ་དབྱངས་སྤྱོད་མཛད་པ། །བདག་གི་སྤྱོད་པའང་དེ་འདྲར་ཤོག །\nཇི་སྲིད་ནམ་མཁའ་གནས་པ་དང་། །འགྲོ་བ་ཇི་སྲིད་གནས་གྱུར་པ། །དེ་སྲིད་བདག་ནི་གནས་གྱུར་ནས། །འགྲོ་བའི་སྡུག་བསྔལ་སེལ་བར་ཤོག །\nའགྲོ་བའི་སྡུག་བསྔལ་གང་ཅིའང་རུང་། །དེ་ཀུན་བདག་ལ་སྨིན་གྱུར་ཅིག །བྱང་ཆུབ་སེམས་དཔའི་དགེ་འདུན་གྱིས། །འགྲོ་བ་བདེ་ལ་སྤྱོད་པར་ཤོག །\nའགྲོ་བའི་སྡུག་བསྔལ་སྨན་གཅིག་པུ། །བདེ་བ་ཐམས་ཅད་འབྱུང་བའི་གནས། །བསྟན་པ་རྙེད་དང་བཀུར་སྟི་དང་། །བཅས་ཏེ་ཡུན་རིང་གནས་གྱུར་ཅིག །\nགང་གི་དྲིན་གྱིས་དགེ་བློ་འབྱུང་། །འཇམ་པའི་དབྱངས་ལ་ཕྱག་འཚལ་ལོ། །གང་གི་དྲིན་གྱིས་བདག་དར་བ། །དགེ་བའི་བཤེས་ལའང་བདག་ཕྱག་འཚལ། །\nབྱང་ཆུབ་སེམས་དཔའི་སྤྱོད་པ་ལ་འཇུག་པ་ལས་བསྔོ་བ་ཞེས་བྱ་བ་སྟེ་ལེའུ་བཅུ་པའོ།། །།བྱང་ཆུབ་སེམས་དཔའི་སྤྱོད་པ་ལ་འཇུག་པ་སློབ་དཔོན་ཤནྟ་དེ་བས་མཛད་པ་རྫོགས་སོ།། །།\nརྒྱ་གར་གྱི་མཁན་པོ་སརྦ་ཛྙཱ་དེ་བ་དང་། ཞུ་ཆེན་གྱི་ལོ་ཙཱ་བ་བནྡེ་དཔལ་བརྩེགས་ཀྱིས་ཁ་ཆེའི་དཔེ་ལས་ཞུས་ཏེ་གཏན་ལ་ཕབ་པ་ལས། སླད་ཀྱིས་རྒྱ་གར་གྱི་མཁན་པོ་དྷརྨ་ཤྲཱི་བྷ་དྲ་དང་། ཞུ་ཆེན་གྱི་ལོ་ཙཱ་བ་བནྡེ་རིན་ཆེན་བཟང་པོ་དང་། ཤཱཀྱ་བློ་གྲོས་ཀྱིས་ཡུལ་དབུས་ཀྱི་དཔེ་དང་འགྲེལ་པ་དང་མཐུན་པར་བཅོས་ཤིང་བསྒྱུར་ཏེ་གཏན་ལ་ཕབ་པའོ། །ཡང་དུས་ཕྱིས་རྒྱ་གར་གྱི་མཁན་པོ་སུ་མ་ཏི་ཀཱིརྟི་དང་། ཞུ་ཆེན་གྱི་ལོ་ཙཱ་བ་དགེ་སློང་བློ་ལྡན་ཤེས་རབ་ཀྱིས་དག་པར་བཅོས་ཤིང་བསྒྱུར་ཏེ་ལེགས་པར་གཏན་ལ་ཕབ་པའོ།། །།\n", + "transformed_annotation": { + "target_annotations": { + "segmentation": [ + { + "id": "F10282032B", + "span": { + "start": 4, + "end": 54 + }, + "index": 1 + }, + { + "id": "89BF0D8EE0", + "span": { + "start": 55, + "end": 100 + }, + "index": 2 + }, + { + "id": "282DAAE222", + "span": { + "start": 101, + "end": 148 + }, + "index": 3 + }, + { + "id": "80DC8BFA1B", + "span": { + "start": 149, + "end": 200 + }, + "index": 4 + }, + { + "id": "05CEA4EA5E", + "span": { + "start": 201, + "end": 354 + }, + "index": 5 + }, + { + "id": "7950495179", + "span": { + "start": 355, + "end": 502 + }, + "index": 6 + }, + { + "id": "94B9A40BEE", + "span": { + "start": 503, + "end": 650 + }, + "index": 7 + }, + { + "id": "4AD4047464", + "span": { + "start": 651, + "end": 794 + }, + "index": 8 + }, + { + "id": "44CD949C4A", + "span": { + "start": 795, + "end": 949 + }, + "index": 9 + }, + { + "id": "21FD8225F8", + "span": { + "start": 950, + "end": 1093 + }, + "index": 10 + }, + { + "id": "0CC30D7C69", + "span": { + "start": 1094, + "end": 1247 + }, + "index": 11 + }, + { + "id": "9434E901D8", + "span": { + "start": 1248, + "end": 1404 + }, + "index": 12 + }, + { + "id": "0D67CC897B", + "span": { + "start": 1405, + "end": 1568 + }, + "index": 13 + }, + { + "id": "4630EABA60", + "span": { + "start": 1569, + "end": 1717 + }, + "index": 14 + }, + { + "id": "D699A2299A", + "span": { + "start": 1718, + "end": 1872 + }, + "index": 15 + }, + { + "id": "BB56AF11E5", + "span": { + "start": 1873, + "end": 2023 + }, + "index": 16 + }, + { + "id": "18B24D4941", + "span": { + "start": 2024, + "end": 2168 + }, + "index": 17 + }, + { + "id": "FB688325F0", + "span": { + "start": 2169, + "end": 2316 + }, + "index": 18 + }, + { + "id": "36494FEB18", + "span": { + "start": 2317, + "end": 2433 + }, + "index": 19 + }, + { + "id": "B237354135", + "span": { + "start": 2434, + "end": 2548 + }, + "index": 20 + }, + { + "id": "14727AAB57", + "span": { + "start": 2549, + "end": 2674 + }, + "index": 21 + }, + { + "id": "F64F04F996", + "span": { + "start": 2675, + "end": 2790 + }, + "index": 22 + }, + { + "id": "BD2B62C942", + "span": { + "start": 2791, + "end": 2908 + }, + "index": 23 + }, + { + "id": "490FA9F005", + "span": { + "start": 2909, + "end": 3023 + }, + "index": 24 + }, + { + "id": "8EAB1E6A1B", + "span": { + "start": 3024, + "end": 3137 + }, + "index": 25 + }, + { + "id": "6334949E93", + "span": { + "start": 3138, + "end": 3254 + }, + "index": 26 + }, + { + "id": "ADDAD82D72", + "span": { + "start": 3255, + "end": 3360 + }, + "index": 27 + }, + { + "id": "20892C6AC5", + "span": { + "start": 3361, + "end": 3468 + }, + "index": 28 + }, + { + "id": "59CC447B28", + "span": { + "start": 3469, + "end": 3587 + }, + "index": 29 + }, + { + "id": "BF2492A4A9", + "span": { + "start": 3588, + "end": 3709 + }, + "index": 30 + }, + { + "id": "87ECAA3852", + "span": { + "start": 3710, + "end": 3826 + }, + "index": 31 + }, + { + "id": "7755737848", + "span": { + "start": 3827, + "end": 3950 + }, + "index": 32 + }, + { + "id": "24488C1C96", + "span": { + "start": 3951, + "end": 4066 + }, + "index": 33 + }, + { + "id": "8482B65D63", + "span": { + "start": 4067, + "end": 4177 + }, + "index": 34 + }, + { + "id": "1549116614", + "span": { + "start": 4178, + "end": 4291 + }, + "index": 35 + }, + { + "id": "92208009FE", + "span": { + "start": 4292, + "end": 4439 + }, + "index": 36 + }, + { + "id": "336C66C342", + "span": { + "start": 4440, + "end": 4580 + }, + "index": 37 + }, + { + "id": "E88FD63336", + "span": { + "start": 4581, + "end": 4737 + }, + "index": 38 + }, + { + "id": "3589FCEDCC", + "span": { + "start": 4738, + "end": 4878 + }, + "index": 39 + }, + { + "id": "FD35AA5C95", + "span": { + "start": 4879, + "end": 5018 + }, + "index": 40 + }, + { + "id": "6E5E560012", + "span": { + "start": 5019, + "end": 5117 + }, + "index": 41 + }, + { + "id": "9829B94456", + "span": { + "start": 5123, + "end": 5273 + }, + "index": 42 + }, + { + "id": "F538AFE90D", + "span": { + "start": 5274, + "end": 5412 + }, + "index": 43 + }, + { + "id": "A4C078A102", + "span": { + "start": 5413, + "end": 5556 + }, + "index": 44 + }, + { + "id": "C86B9FEC4E", + "span": { + "start": 5557, + "end": 5705 + }, + "index": 45 + }, + { + "id": "29E200004D", + "span": { + "start": 5706, + "end": 5843 + }, + "index": 46 + }, + { + "id": "F3FEEA5ABA", + "span": { + "start": 5844, + "end": 5992 + }, + "index": 47 + }, + { + "id": "A5DDE3CD47", + "span": { + "start": 5993, + "end": 6144 + }, + "index": 48 + }, + { + "id": "AF22145F22", + "span": { + "start": 6145, + "end": 6296 + }, + "index": 49 + }, + { + "id": "682CC4833E", + "span": { + "start": 6297, + "end": 6446 + }, + "index": 50 + }, + { + "id": "B8389B3006", + "span": { + "start": 6447, + "end": 6584 + }, + "index": 51 + }, + { + "id": "8FDA76401B", + "span": { + "start": 6585, + "end": 6725 + }, + "index": 52 + }, + { + "id": "CE35C76EA9", + "span": { + "start": 6726, + "end": 6862 + }, + "index": 53 + }, + { + "id": "2C3B860217", + "span": { + "start": 6863, + "end": 7015 + }, + "index": 54 + }, + { + "id": "0D77B0B974", + "span": { + "start": 7016, + "end": 7164 + }, + "index": 55 + }, + { + "id": "6ECC1678C5", + "span": { + "start": 7165, + "end": 7305 + }, + "index": 56 + }, + { + "id": "1B182F23B4", + "span": { + "start": 7306, + "end": 7456 + }, + "index": 57 + }, + { + "id": "51ACEDC7D5", + "span": { + "start": 7457, + "end": 7598 + }, + "index": 58 + }, + { + "id": "FB1F47B474", + "span": { + "start": 7599, + "end": 7755 + }, + "index": 59 + }, + { + "id": "FABE6A90A9", + "span": { + "start": 7756, + "end": 7908 + }, + "index": 60 + }, + { + "id": "AEE58A507A", + "span": { + "start": 7909, + "end": 8033 + }, + "index": 61 + }, + { + "id": "272FCD95F9", + "span": { + "start": 8034, + "end": 8151 + }, + "index": 62 + }, + { + "id": "6FF9B4735B", + "span": { + "start": 8152, + "end": 8271 + }, + "index": 63 + }, + { + "id": "190400EE34", + "span": { + "start": 8272, + "end": 8396 + }, + "index": 64 + }, + { + "id": "BE6666F446", + "span": { + "start": 8397, + "end": 8522 + }, + "index": 65 + }, + { + "id": "44DE92247B", + "span": { + "start": 8523, + "end": 8648 + }, + "index": 66 + }, + { + "id": "580AED4F27", + "span": { + "start": 8649, + "end": 8772 + }, + "index": 67 + }, + { + "id": "DC7EA3ED1A", + "span": { + "start": 8773, + "end": 8891 + }, + "index": 68 + }, + { + "id": "BF9D77279D", + "span": { + "start": 8892, + "end": 9002 + }, + "index": 69 + }, + { + "id": "6C36888336", + "span": { + "start": 9003, + "end": 9115 + }, + "index": 70 + }, + { + "id": "2C30FB233C", + "span": { + "start": 9116, + "end": 9231 + }, + "index": 71 + }, + { + "id": "C9C726DD94", + "span": { + "start": 9232, + "end": 9345 + }, + "index": 72 + }, + { + "id": "64B2EFB416", + "span": { + "start": 9346, + "end": 9462 + }, + "index": 73 + }, + { + "id": "1247D97814", + "span": { + "start": 9463, + "end": 9572 + }, + "index": 74 + }, + { + "id": "C82D19434D", + "span": { + "start": 9573, + "end": 9683 + }, + "index": 75 + }, + { + "id": "A29E20DE84", + "span": { + "start": 9684, + "end": 9806 + }, + "index": 76 + }, + { + "id": "38B4921A82", + "span": { + "start": 9807, + "end": 9919 + }, + "index": 77 + }, + { + "id": "40EF7FCA0B", + "span": { + "start": 9920, + "end": 10026 + }, + "index": 78 + }, + { + "id": "89CBD59CB0", + "span": { + "start": 10027, + "end": 10136 + }, + "index": 79 + }, + { + "id": "155A285942", + "span": { + "start": 10137, + "end": 10251 + }, + "index": 80 + }, + { + "id": "90C1D1AAFC", + "span": { + "start": 10252, + "end": 10372 + }, + "index": 81 + }, + { + "id": "8F3020258B", + "span": { + "start": 10373, + "end": 10487 + }, + "index": 82 + }, + { + "id": "192BDF0D03", + "span": { + "start": 10488, + "end": 10600 + }, + "index": 83 + }, + { + "id": "25CB428CEE", + "span": { + "start": 10601, + "end": 10713 + }, + "index": 84 + }, + { + "id": "D49CE44011", + "span": { + "start": 10714, + "end": 10840 + }, + "index": 85 + }, + { + "id": "874A9756D2", + "span": { + "start": 10841, + "end": 10967 + }, + "index": 86 + }, + { + "id": "CE0B77E4A8", + "span": { + "start": 10968, + "end": 11084 + }, + "index": 87 + }, + { + "id": "9CCFDE9E3C", + "span": { + "start": 11085, + "end": 11204 + }, + "index": 88 + }, + { + "id": "D248FDB3C9", + "span": { + "start": 11205, + "end": 11322 + }, + "index": 89 + }, + { + "id": "30D438A870", + "span": { + "start": 11323, + "end": 11441 + }, + "index": 90 + }, + { + "id": "D9A8D13609", + "span": { + "start": 11442, + "end": 11559 + }, + "index": 91 + }, + { + "id": "81882166E5", + "span": { + "start": 11560, + "end": 11673 + }, + "index": 92 + }, + { + "id": "ECDB3DF3C8", + "span": { + "start": 11674, + "end": 11790 + }, + "index": 93 + }, + { + "id": "8F69C57983", + "span": { + "start": 11791, + "end": 11908 + }, + "index": 94 + }, + { + "id": "DD73533535", + "span": { + "start": 11909, + "end": 12026 + }, + "index": 95 + }, + { + "id": "B4696BF766", + "span": { + "start": 12027, + "end": 12142 + }, + "index": 96 + }, + { + "id": "F89DBF4CC4", + "span": { + "start": 12143, + "end": 12254 + }, + "index": 97 + }, + { + "id": "F8EB36838A", + "span": { + "start": 12255, + "end": 12363 + }, + "index": 98 + }, + { + "id": "70B60D89A7", + "span": { + "start": 12364, + "end": 12474 + }, + "index": 99 + }, + { + "id": "3D939F29E3", + "span": { + "start": 12475, + "end": 12586 + }, + "index": 100 + }, + { + "id": "2CC0C765C0", + "span": { + "start": 12587, + "end": 12691 + }, + "index": 101 + }, + { + "id": "A6550A8C4A", + "span": { + "start": 12692, + "end": 12805 + }, + "index": 102 + }, + { + "id": "F4F9E472A6", + "span": { + "start": 12806, + "end": 12922 + }, + "index": 103 + }, + { + "id": "A505D1AC83", + "span": { + "start": 12923, + "end": 13025 + }, + "index": 104 + }, + { + "id": "D250C4C10E", + "span": { + "start": 13026, + "end": 13148 + }, + "index": 105 + }, + { + "id": "025F909264", + "span": { + "start": 13149, + "end": 13263 + }, + "index": 106 + }, + { + "id": "66BFF6803D", + "span": { + "start": 13264, + "end": 13341 + }, + "index": 107 + }, + { + "id": "12E9AEE64F", + "span": { + "start": 13347, + "end": 13460 + }, + "index": 108 + }, + { + "id": "F9B90C5344", + "span": { + "start": 13461, + "end": 13573 + }, + "index": 109 + }, + { + "id": "5F17300944", + "span": { + "start": 13574, + "end": 13743 + }, + "index": 110 + }, + { + "id": "CC0D39FC99", + "span": { + "start": 13744, + "end": 13864 + }, + "index": 111 + }, + { + "id": "57A53722B7", + "span": { + "start": 13865, + "end": 13982 + }, + "index": 112 + }, + { + "id": "A8B9DB1FC3", + "span": { + "start": 13983, + "end": 14094 + }, + "index": 113 + }, + { + "id": "02BF57AA13", + "span": { + "start": 14095, + "end": 14200 + }, + "index": 114 + }, + { + "id": "F4DF85B033", + "span": { + "start": 14201, + "end": 14317 + }, + "index": 115 + }, + { + "id": "BB4BC487B2", + "span": { + "start": 14318, + "end": 14430 + }, + "index": 116 + }, + { + "id": "5993B43011", + "span": { + "start": 14431, + "end": 14551 + }, + "index": 117 + }, + { + "id": "D22962D2A5", + "span": { + "start": 14552, + "end": 14661 + }, + "index": 118 + }, + { + "id": "8C253B11A4", + "span": { + "start": 14662, + "end": 14775 + }, + "index": 119 + }, + { + "id": "C365E495E9", + "span": { + "start": 14776, + "end": 14889 + }, + "index": 120 + }, + { + "id": "7A498783B3", + "span": { + "start": 14890, + "end": 14999 + }, + "index": 121 + }, + { + "id": "7657C0C1E9", + "span": { + "start": 15000, + "end": 15110 + }, + "index": 122 + }, + { + "id": "A61F14F3E8", + "span": { + "start": 15111, + "end": 15218 + }, + "index": 123 + }, + { + "id": "FC38AF5F13", + "span": { + "start": 15219, + "end": 15342 + }, + "index": 124 + }, + { + "id": "5BF56DEC53", + "span": { + "start": 15343, + "end": 15455 + }, + "index": 125 + }, + { + "id": "2B0D0CB5C1", + "span": { + "start": 15456, + "end": 15577 + }, + "index": 126 + }, + { + "id": "75E552AB32", + "span": { + "start": 15578, + "end": 15690 + }, + "index": 127 + }, + { + "id": "4B4FAAA8A4", + "span": { + "start": 15691, + "end": 15806 + }, + "index": 128 + }, + { + "id": "4772B940EC", + "span": { + "start": 15807, + "end": 15927 + }, + "index": 129 + }, + { + "id": "911CF2DFCD", + "span": { + "start": 15928, + "end": 16046 + }, + "index": 130 + }, + { + "id": "213D15E101", + "span": { + "start": 16047, + "end": 16166 + }, + "index": 131 + }, + { + "id": "37808B483C", + "span": { + "start": 16167, + "end": 16285 + }, + "index": 132 + }, + { + "id": "E17B3E0FCC", + "span": { + "start": 16286, + "end": 16404 + }, + "index": 133 + }, + { + "id": "22F0B7B534", + "span": { + "start": 16405, + "end": 16519 + }, + "index": 134 + }, + { + "id": "A4C647542F", + "span": { + "start": 16520, + "end": 16639 + }, + "index": 135 + }, + { + "id": "F40F9A05FF", + "span": { + "start": 16640, + "end": 16757 + }, + "index": 136 + }, + { + "id": "D4AE36A937", + "span": { + "start": 16758, + "end": 16878 + }, + "index": 137 + }, + { + "id": "C6D5823DDB", + "span": { + "start": 16879, + "end": 16989 + }, + "index": 138 + }, + { + "id": "0BAADAD90A", + "span": { + "start": 16990, + "end": 17144 + }, + "index": 139 + }, + { + "id": "232AA271CA", + "span": { + "start": 17145, + "end": 17289 + }, + "index": 140 + }, + { + "id": "2F16B3345A", + "span": { + "start": 17290, + "end": 17392 + }, + "index": 141 + }, + { + "id": "55E2D2C283", + "span": { + "start": 17398, + "end": 17513 + }, + "index": 142 + }, + { + "id": "75220B78FA", + "span": { + "start": 17514, + "end": 17628 + }, + "index": 143 + }, + { + "id": "3C1191C39A", + "span": { + "start": 17629, + "end": 17747 + }, + "index": 144 + }, + { + "id": "1B5D495594", + "span": { + "start": 17748, + "end": 17859 + }, + "index": 145 + }, + { + "id": "694916F38F", + "span": { + "start": 17860, + "end": 17975 + }, + "index": 146 + }, + { + "id": "404CB5B951", + "span": { + "start": 17976, + "end": 18085 + }, + "index": 147 + }, + { + "id": "E5B664663E", + "span": { + "start": 18086, + "end": 18197 + }, + "index": 148 + }, + { + "id": "C0FDE8FD80", + "span": { + "start": 18198, + "end": 18307 + }, + "index": 149 + }, + { + "id": "CBBF1BB6C0", + "span": { + "start": 18308, + "end": 18421 + }, + "index": 150 + }, + { + "id": "6546A96666", + "span": { + "start": 18422, + "end": 18537 + }, + "index": 151 + }, + { + "id": "24DCF3A93E", + "span": { + "start": 18538, + "end": 18653 + }, + "index": 152 + }, + { + "id": "B9CD32AD6A", + "span": { + "start": 18654, + "end": 18768 + }, + "index": 153 + }, + { + "id": "2154161D41", + "span": { + "start": 18769, + "end": 18888 + }, + "index": 154 + }, + { + "id": "2B66050A31", + "span": { + "start": 18889, + "end": 19004 + }, + "index": 155 + }, + { + "id": "C05C486FBC", + "span": { + "start": 19005, + "end": 19115 + }, + "index": 156 + }, + { + "id": "349BBCAA28", + "span": { + "start": 19116, + "end": 19222 + }, + "index": 157 + }, + { + "id": "A3A4E2C370", + "span": { + "start": 19223, + "end": 19334 + }, + "index": 158 + }, + { + "id": "E69B1EFC9E", + "span": { + "start": 19335, + "end": 19446 + }, + "index": 159 + }, + { + "id": "228BD88B5B", + "span": { + "start": 19447, + "end": 19557 + }, + "index": 160 + }, + { + "id": "DD284D0664", + "span": { + "start": 19558, + "end": 19678 + }, + "index": 161 + }, + { + "id": "999015BDB5", + "span": { + "start": 19679, + "end": 19806 + }, + "index": 162 + }, + { + "id": "0D6F6006B0", + "span": { + "start": 19807, + "end": 19916 + }, + "index": 163 + }, + { + "id": "F2DE38DEF1", + "span": { + "start": 19917, + "end": 20032 + }, + "index": 164 + }, + { + "id": "1C103F93CE", + "span": { + "start": 20033, + "end": 20151 + }, + "index": 165 + }, + { + "id": "8825C24357", + "span": { + "start": 20152, + "end": 20268 + }, + "index": 166 + }, + { + "id": "3584D04223", + "span": { + "start": 20269, + "end": 20384 + }, + "index": 167 + }, + { + "id": "BA6DBAB536", + "span": { + "start": 20385, + "end": 20500 + }, + "index": 168 + }, + { + "id": "A54B0B200C", + "span": { + "start": 20501, + "end": 20616 + }, + "index": 169 + }, + { + "id": "B2533D454D", + "span": { + "start": 20617, + "end": 20729 + }, + "index": 170 + }, + { + "id": "7AAF4FF412", + "span": { + "start": 20730, + "end": 20842 + }, + "index": 171 + }, + { + "id": "027E2A7CA0", + "span": { + "start": 20843, + "end": 20952 + }, + "index": 172 + }, + { + "id": "EE604964F6", + "span": { + "start": 20953, + "end": 21063 + }, + "index": 173 + }, + { + "id": "CF7BA7F5A3", + "span": { + "start": 21064, + "end": 21184 + }, + "index": 174 + }, + { + "id": "0B5B28CEF4", + "span": { + "start": 21185, + "end": 21335 + }, + "index": 175 + }, + { + "id": "1013BAF15A", + "span": { + "start": 21336, + "end": 21473 + }, + "index": 176 + }, + { + "id": "DEAC494E1B", + "span": { + "start": 21474, + "end": 21653 + }, + "index": 177 + }, + { + "id": "F6B30FF4D0", + "span": { + "start": 21654, + "end": 21842 + }, + "index": 178 + }, + { + "id": "C0B5077DCC", + "span": { + "start": 21843, + "end": 22008 + }, + "index": 179 + }, + { + "id": "95934AB8EF", + "span": { + "start": 22009, + "end": 22161 + }, + "index": 180 + }, + { + "id": "8F7D407E78", + "span": { + "start": 22162, + "end": 22293 + }, + "index": 181 + }, + { + "id": "C4AAA18561", + "span": { + "start": 22294, + "end": 22414 + }, + "index": 182 + }, + { + "id": "48430DC410", + "span": { + "start": 22415, + "end": 22524 + }, + "index": 183 + }, + { + "id": "38A76A628D", + "span": { + "start": 22525, + "end": 22644 + }, + "index": 184 + }, + { + "id": "3733FF3539", + "span": { + "start": 22645, + "end": 22757 + }, + "index": 185 + }, + { + "id": "2D363AB00A", + "span": { + "start": 22758, + "end": 22896 + }, + "index": 186 + }, + { + "id": "F755291692", + "span": { + "start": 22897, + "end": 23045 + }, + "index": 187 + }, + { + "id": "2CFB3FC1AE", + "span": { + "start": 23046, + "end": 23289 + }, + "index": 188 + }, + { + "id": "7688407EB2", + "span": { + "start": 23290, + "end": 23424 + }, + "index": 189 + }, + { + "id": "A941F451C0", + "span": { + "start": 23425, + "end": 23508 + }, + "index": 190 + }, + { + "id": "0DFDD3219F", + "span": { + "start": 23514, + "end": 23634 + }, + "index": 191 + }, + { + "id": "E2C7B7CC2C", + "span": { + "start": 23635, + "end": 23748 + }, + "index": 192 + }, + { + "id": "9F11382881", + "span": { + "start": 23749, + "end": 23861 + }, + "index": 193 + }, + { + "id": "5729776DC4", + "span": { + "start": 23862, + "end": 23981 + }, + "index": 194 + }, + { + "id": "34DF873F0E", + "span": { + "start": 23982, + "end": 24098 + }, + "index": 195 + }, + { + "id": "49EDF6993E", + "span": { + "start": 24099, + "end": 24214 + }, + "index": 196 + }, + { + "id": "4B4CA2B6B6", + "span": { + "start": 24215, + "end": 24330 + }, + "index": 197 + }, + { + "id": "652BB022B5", + "span": { + "start": 24331, + "end": 24449 + }, + "index": 198 + }, + { + "id": "D3C334DD3D", + "span": { + "start": 24450, + "end": 24564 + }, + "index": 199 + }, + { + "id": "40B4688717", + "span": { + "start": 24565, + "end": 24682 + }, + "index": 200 + }, + { + "id": "B3F1B90FF3", + "span": { + "start": 24683, + "end": 24795 + }, + "index": 201 + }, + { + "id": "E83334769A", + "span": { + "start": 24796, + "end": 24914 + }, + "index": 202 + }, + { + "id": "49DEF52E4A", + "span": { + "start": 24915, + "end": 25023 + }, + "index": 203 + }, + { + "id": "D3FB7BC119", + "span": { + "start": 25024, + "end": 25149 + }, + "index": 204 + }, + { + "id": "A1F11ECC11", + "span": { + "start": 25150, + "end": 25265 + }, + "index": 205 + }, + { + "id": "0D34E19C47", + "span": { + "start": 25266, + "end": 25387 + }, + "index": 206 + }, + { + "id": "AB4769A73E", + "span": { + "start": 25388, + "end": 25506 + }, + "index": 207 + }, + { + "id": "4911434E3B", + "span": { + "start": 25507, + "end": 25631 + }, + "index": 208 + }, + { + "id": "80C2896A38", + "span": { + "start": 25632, + "end": 25754 + }, + "index": 209 + }, + { + "id": "9E8AE4CE90", + "span": { + "start": 25755, + "end": 25874 + }, + "index": 210 + }, + { + "id": "5C9EDFC4B5", + "span": { + "start": 25875, + "end": 25997 + }, + "index": 211 + }, + { + "id": "D102110A90", + "span": { + "start": 25998, + "end": 26108 + }, + "index": 212 + }, + { + "id": "9F887C24F4", + "span": { + "start": 26109, + "end": 26222 + }, + "index": 213 + }, + { + "id": "0E15E4AAE9", + "span": { + "start": 26223, + "end": 26339 + }, + "index": 214 + }, + { + "id": "6AEB3B7A32", + "span": { + "start": 26340, + "end": 26455 + }, + "index": 215 + }, + { + "id": "CE84484A1E", + "span": { + "start": 26456, + "end": 26572 + }, + "index": 216 + }, + { + "id": "990933B4FF", + "span": { + "start": 26573, + "end": 26699 + }, + "index": 217 + }, + { + "id": "1EBBA7100C", + "span": { + "start": 26700, + "end": 26833 + }, + "index": 218 + }, + { + "id": "4B41C0687D", + "span": { + "start": 26834, + "end": 26938 + }, + "index": 219 + }, + { + "id": "BFDE4D3D8B", + "span": { + "start": 26939, + "end": 27051 + }, + "index": 220 + }, + { + "id": "112ED0914E", + "span": { + "start": 27052, + "end": 27165 + }, + "index": 221 + }, + { + "id": "427368A2AC", + "span": { + "start": 27166, + "end": 27281 + }, + "index": 222 + }, + { + "id": "5B48844980", + "span": { + "start": 27282, + "end": 27397 + }, + "index": 223 + }, + { + "id": "B8F9A1F488", + "span": { + "start": 27398, + "end": 27513 + }, + "index": 224 + }, + { + "id": "BBE69664B4", + "span": { + "start": 27514, + "end": 27619 + }, + "index": 225 + }, + { + "id": "E68F5EA8A8", + "span": { + "start": 27620, + "end": 27735 + }, + "index": 226 + }, + { + "id": "0B9093FD6B", + "span": { + "start": 27736, + "end": 27855 + }, + "index": 227 + }, + { + "id": "61279D9AD2", + "span": { + "start": 27856, + "end": 27966 + }, + "index": 228 + }, + { + "id": "0AB7D1CA45", + "span": { + "start": 27967, + "end": 28077 + }, + "index": 229 + }, + { + "id": "97A9141970", + "span": { + "start": 28078, + "end": 28187 + }, + "index": 230 + }, + { + "id": "F22F64A2DA", + "span": { + "start": 28188, + "end": 28302 + }, + "index": 231 + }, + { + "id": "BB546C4B31", + "span": { + "start": 28303, + "end": 28427 + }, + "index": 232 + }, + { + "id": "473FC7F4AF", + "span": { + "start": 28428, + "end": 28537 + }, + "index": 233 + }, + { + "id": "3665E6F9BD", + "span": { + "start": 28538, + "end": 28649 + }, + "index": 234 + }, + { + "id": "114819A18A", + "span": { + "start": 28650, + "end": 28754 + }, + "index": 235 + }, + { + "id": "F6D966DC46", + "span": { + "start": 28755, + "end": 28870 + }, + "index": 236 + }, + { + "id": "F45D1B8C8B", + "span": { + "start": 28871, + "end": 28985 + }, + "index": 237 + }, + { + "id": "602BD0ACBD", + "span": { + "start": 28986, + "end": 29087 + }, + "index": 238 + }, + { + "id": "5A8205DD58", + "span": { + "start": 29088, + "end": 29198 + }, + "index": 239 + }, + { + "id": "F686F77F98", + "span": { + "start": 29199, + "end": 29312 + }, + "index": 240 + }, + { + "id": "801AB1A088", + "span": { + "start": 29313, + "end": 29437 + }, + "index": 241 + }, + { + "id": "B23B01F963", + "span": { + "start": 29438, + "end": 29551 + }, + "index": 242 + }, + { + "id": "18199A8ECA", + "span": { + "start": 29552, + "end": 29668 + }, + "index": 243 + }, + { + "id": "43546CC388", + "span": { + "start": 29669, + "end": 29787 + }, + "index": 244 + }, + { + "id": "BB9BB8B0FC", + "span": { + "start": 29788, + "end": 29899 + }, + "index": 245 + }, + { + "id": "F6A4086544", + "span": { + "start": 29900, + "end": 30021 + }, + "index": 246 + }, + { + "id": "B34DE3EFFF", + "span": { + "start": 30022, + "end": 30129 + }, + "index": 247 + }, + { + "id": "7FA9AA7AB8", + "span": { + "start": 30130, + "end": 30236 + }, + "index": 248 + }, + { + "id": "4D9510EEF3", + "span": { + "start": 30237, + "end": 30343 + }, + "index": 249 + }, + { + "id": "E4A2F0C58E", + "span": { + "start": 30344, + "end": 30459 + }, + "index": 250 + }, + { + "id": "714012B117", + "span": { + "start": 30460, + "end": 30586 + }, + "index": 251 + }, + { + "id": "E6F722E862", + "span": { + "start": 30587, + "end": 30692 + }, + "index": 252 + }, + { + "id": "403FFF43A0", + "span": { + "start": 30693, + "end": 30807 + }, + "index": 253 + }, + { + "id": "8D4388D188", + "span": { + "start": 30808, + "end": 30925 + }, + "index": 254 + }, + { + "id": "F4E5BF45D4", + "span": { + "start": 30926, + "end": 31042 + }, + "index": 255 + }, + { + "id": "4139AA461E", + "span": { + "start": 31043, + "end": 31151 + }, + "index": 256 + }, + { + "id": "96AE07E489", + "span": { + "start": 31152, + "end": 31271 + }, + "index": 257 + }, + { + "id": "4BE869E11C", + "span": { + "start": 31272, + "end": 31387 + }, + "index": 258 + }, + { + "id": "497596BC6D", + "span": { + "start": 31388, + "end": 31488 + }, + "index": 259 + }, + { + "id": "B60CD069D6", + "span": { + "start": 31489, + "end": 31612 + }, + "index": 260 + }, + { + "id": "4AE841A016", + "span": { + "start": 31613, + "end": 31736 + }, + "index": 261 + }, + { + "id": "960F7FAFCF", + "span": { + "start": 31737, + "end": 31848 + }, + "index": 262 + }, + { + "id": "554E784E57", + "span": { + "start": 31849, + "end": 31965 + }, + "index": 263 + }, + { + "id": "DD46784647", + "span": { + "start": 31966, + "end": 32085 + }, + "index": 264 + }, + { + "id": "787989E8E5", + "span": { + "start": 32086, + "end": 32205 + }, + "index": 265 + }, + { + "id": "F4FFF4418E", + "span": { + "start": 32206, + "end": 32319 + }, + "index": 266 + }, + { + "id": "99C8639444", + "span": { + "start": 32320, + "end": 32433 + }, + "index": 267 + }, + { + "id": "A3BF2F2BA4", + "span": { + "start": 32434, + "end": 32542 + }, + "index": 268 + }, + { + "id": "800F469B4B", + "span": { + "start": 32543, + "end": 32652 + }, + "index": 269 + }, + { + "id": "ACD7C9A559", + "span": { + "start": 32653, + "end": 32770 + }, + "index": 270 + }, + { + "id": "9AFBF56F69", + "span": { + "start": 32771, + "end": 32890 + }, + "index": 271 + }, + { + "id": "F10379841E", + "span": { + "start": 32891, + "end": 32996 + }, + "index": 272 + }, + { + "id": "7914AFAF61", + "span": { + "start": 32997, + "end": 33116 + }, + "index": 273 + }, + { + "id": "08F9A7AAA3", + "span": { + "start": 33117, + "end": 33229 + }, + "index": 274 + }, + { + "id": "2B92466022", + "span": { + "start": 33230, + "end": 33346 + }, + "index": 275 + }, + { + "id": "D4265CC884", + "span": { + "start": 33347, + "end": 33464 + }, + "index": 276 + }, + { + "id": "20976FC319", + "span": { + "start": 33465, + "end": 33579 + }, + "index": 277 + }, + { + "id": "0CA168030B", + "span": { + "start": 33580, + "end": 33689 + }, + "index": 278 + }, + { + "id": "DB549A450B", + "span": { + "start": 33690, + "end": 33802 + }, + "index": 279 + }, + { + "id": "612895699D", + "span": { + "start": 33803, + "end": 33919 + }, + "index": 280 + }, + { + "id": "33977773EB", + "span": { + "start": 33920, + "end": 34022 + }, + "index": 281 + }, + { + "id": "A44FAE664D", + "span": { + "start": 34023, + "end": 34127 + }, + "index": 282 + }, + { + "id": "CF9C9CD8C5", + "span": { + "start": 34128, + "end": 34238 + }, + "index": 283 + }, + { + "id": "D3B338B322", + "span": { + "start": 34239, + "end": 34344 + }, + "index": 284 + }, + { + "id": "42276AF2A5", + "span": { + "start": 34345, + "end": 34460 + }, + "index": 285 + }, + { + "id": "97AB6EB681", + "span": { + "start": 34461, + "end": 34577 + }, + "index": 286 + }, + { + "id": "2830C70C93", + "span": { + "start": 34578, + "end": 34690 + }, + "index": 287 + }, + { + "id": "97A98A962A", + "span": { + "start": 34691, + "end": 34806 + }, + "index": 288 + }, + { + "id": "9FE9C4FFE6", + "span": { + "start": 34807, + "end": 34923 + }, + "index": 289 + }, + { + "id": "9BAB78A6B8", + "span": { + "start": 34924, + "end": 35035 + }, + "index": 290 + }, + { + "id": "CCEBB30F3B", + "span": { + "start": 35036, + "end": 35155 + }, + "index": 291 + }, + { + "id": "E52FC9D2EC", + "span": { + "start": 35156, + "end": 35276 + }, + "index": 292 + }, + { + "id": "126D69AD30", + "span": { + "start": 35277, + "end": 35393 + }, + "index": 293 + }, + { + "id": "BB24A51B46", + "span": { + "start": 35394, + "end": 35507 + }, + "index": 294 + }, + { + "id": "04977C75B2", + "span": { + "start": 35508, + "end": 35614 + }, + "index": 295 + }, + { + "id": "F64FDA4C4E", + "span": { + "start": 35615, + "end": 35734 + }, + "index": 296 + }, + { + "id": "1351E86CC2", + "span": { + "start": 35735, + "end": 35846 + }, + "index": 297 + }, + { + "id": "7466BA06DF", + "span": { + "start": 35847, + "end": 35956 + }, + "index": 298 + }, + { + "id": "368C403C78", + "span": { + "start": 35957, + "end": 36071 + }, + "index": 299 + }, + { + "id": "11FFEE4311", + "span": { + "start": 36072, + "end": 36154 + }, + "index": 300 + }, + { + "id": "A45F1500F9", + "span": { + "start": 36160, + "end": 36283 + }, + "index": 301 + }, + { + "id": "8444B2436C", + "span": { + "start": 36284, + "end": 36394 + }, + "index": 302 + }, + { + "id": "34E35A3CE0", + "span": { + "start": 36395, + "end": 36512 + }, + "index": 303 + }, + { + "id": "B9994A3D2D", + "span": { + "start": 36513, + "end": 36627 + }, + "index": 304 + }, + { + "id": "38CC86E3F6", + "span": { + "start": 36628, + "end": 36746 + }, + "index": 305 + }, + { + "id": "2D77AB31C8", + "span": { + "start": 36747, + "end": 36865 + }, + "index": 306 + }, + { + "id": "7A8BB8BBFB", + "span": { + "start": 36866, + "end": 36978 + }, + "index": 307 + }, + { + "id": "8CC68C08F1", + "span": { + "start": 36979, + "end": 37086 + }, + "index": 308 + }, + { + "id": "4C7A642CC0", + "span": { + "start": 37087, + "end": 37200 + }, + "index": 309 + }, + { + "id": "575B6B2CA7", + "span": { + "start": 37201, + "end": 37300 + }, + "index": 310 + }, + { + "id": "B1EC51CB6A", + "span": { + "start": 37301, + "end": 37415 + }, + "index": 311 + }, + { + "id": "B1A8AA08FA", + "span": { + "start": 37416, + "end": 37544 + }, + "index": 312 + }, + { + "id": "98FF2FA3AD", + "span": { + "start": 37545, + "end": 37653 + }, + "index": 313 + }, + { + "id": "339BB1FAF4", + "span": { + "start": 37654, + "end": 37764 + }, + "index": 314 + }, + { + "id": "5FC5522924", + "span": { + "start": 37765, + "end": 37878 + }, + "index": 315 + }, + { + "id": "4C2EB403BA", + "span": { + "start": 37879, + "end": 37989 + }, + "index": 316 + }, + { + "id": "E8E29B224F", + "span": { + "start": 37990, + "end": 38103 + }, + "index": 317 + }, + { + "id": "66C8CA8DB8", + "span": { + "start": 38104, + "end": 38224 + }, + "index": 318 + }, + { + "id": "4147650B4B", + "span": { + "start": 38225, + "end": 38344 + }, + "index": 319 + }, + { + "id": "B85F5D3828", + "span": { + "start": 38345, + "end": 38454 + }, + "index": 320 + }, + { + "id": "3249C2D32B", + "span": { + "start": 38455, + "end": 38568 + }, + "index": 321 + }, + { + "id": "BAA388D31A", + "span": { + "start": 38569, + "end": 38689 + }, + "index": 322 + }, + { + "id": "44B42BD46B", + "span": { + "start": 38690, + "end": 38813 + }, + "index": 323 + }, + { + "id": "C2F1A01853", + "span": { + "start": 38814, + "end": 38932 + }, + "index": 324 + }, + { + "id": "986B48A5A9", + "span": { + "start": 38933, + "end": 39043 + }, + "index": 325 + }, + { + "id": "99320CCE8C", + "span": { + "start": 39044, + "end": 39163 + }, + "index": 326 + }, + { + "id": "455D444766", + "span": { + "start": 39164, + "end": 39279 + }, + "index": 327 + }, + { + "id": "9C2F6A7AEA", + "span": { + "start": 39280, + "end": 39388 + }, + "index": 328 + }, + { + "id": "DF74684FA6", + "span": { + "start": 39389, + "end": 39501 + }, + "index": 329 + }, + { + "id": "6DADFEB4F7", + "span": { + "start": 39502, + "end": 39614 + }, + "index": 330 + }, + { + "id": "0796187D98", + "span": { + "start": 39615, + "end": 39729 + }, + "index": 331 + }, + { + "id": "8D5EBA5BA0", + "span": { + "start": 39730, + "end": 39852 + }, + "index": 332 + }, + { + "id": "BF20FF88B8", + "span": { + "start": 39853, + "end": 39970 + }, + "index": 333 + }, + { + "id": "AE49F9BA78", + "span": { + "start": 39971, + "end": 40091 + }, + "index": 334 + }, + { + "id": "93C0CC95AC", + "span": { + "start": 40092, + "end": 40206 + }, + "index": 335 + }, + { + "id": "A5A40CA788", + "span": { + "start": 40207, + "end": 40316 + }, + "index": 336 + }, + { + "id": "7DF24EED97", + "span": { + "start": 40317, + "end": 40432 + }, + "index": 337 + }, + { + "id": "286FF26BD2", + "span": { + "start": 40433, + "end": 40544 + }, + "index": 338 + }, + { + "id": "585BF323F2", + "span": { + "start": 40545, + "end": 40654 + }, + "index": 339 + }, + { + "id": "E027CAB69A", + "span": { + "start": 40655, + "end": 40768 + }, + "index": 340 + }, + { + "id": "A7DEB7EBC4", + "span": { + "start": 40769, + "end": 40874 + }, + "index": 341 + }, + { + "id": "DCC5A5CFC8", + "span": { + "start": 40875, + "end": 40986 + }, + "index": 342 + }, + { + "id": "136B34492B", + "span": { + "start": 40987, + "end": 41097 + }, + "index": 343 + }, + { + "id": "3348411E19", + "span": { + "start": 41098, + "end": 41209 + }, + "index": 344 + }, + { + "id": "0475D99C79", + "span": { + "start": 41210, + "end": 41325 + }, + "index": 345 + }, + { + "id": "D01571ABDA", + "span": { + "start": 41326, + "end": 41435 + }, + "index": 346 + }, + { + "id": "CEAF2472A2", + "span": { + "start": 41436, + "end": 41554 + }, + "index": 347 + }, + { + "id": "8BEEEE941A", + "span": { + "start": 41555, + "end": 41673 + }, + "index": 348 + }, + { + "id": "8B444F515C", + "span": { + "start": 41674, + "end": 41784 + }, + "index": 349 + }, + { + "id": "EE21FF0EF0", + "span": { + "start": 41785, + "end": 41893 + }, + "index": 350 + }, + { + "id": "AA96994871", + "span": { + "start": 41894, + "end": 42008 + }, + "index": 351 + }, + { + "id": "CCCCC5AE17", + "span": { + "start": 42009, + "end": 42120 + }, + "index": 352 + }, + { + "id": "B15E7A5461", + "span": { + "start": 42121, + "end": 42232 + }, + "index": 353 + }, + { + "id": "21B39E9404", + "span": { + "start": 42233, + "end": 42335 + }, + "index": 354 + }, + { + "id": "406B451681", + "span": { + "start": 42336, + "end": 42450 + }, + "index": 355 + }, + { + "id": "549CC19585", + "span": { + "start": 42451, + "end": 42573 + }, + "index": 356 + }, + { + "id": "C02B99F447", + "span": { + "start": 42574, + "end": 42683 + }, + "index": 357 + }, + { + "id": "95131D8203", + "span": { + "start": 42684, + "end": 42789 + }, + "index": 358 + }, + { + "id": "45A943323D", + "span": { + "start": 42790, + "end": 42906 + }, + "index": 359 + }, + { + "id": "79E6D89322", + "span": { + "start": 42907, + "end": 43023 + }, + "index": 360 + }, + { + "id": "BB4BA05CBB", + "span": { + "start": 43024, + "end": 43129 + }, + "index": 361 + }, + { + "id": "F0B1D7CBFD", + "span": { + "start": 43130, + "end": 43241 + }, + "index": 362 + }, + { + "id": "48D6F67E81", + "span": { + "start": 43242, + "end": 43343 + }, + "index": 363 + }, + { + "id": "5C455ABE88", + "span": { + "start": 43344, + "end": 43464 + }, + "index": 364 + }, + { + "id": "88C6F16368", + "span": { + "start": 43465, + "end": 43581 + }, + "index": 365 + }, + { + "id": "9E21C0A182", + "span": { + "start": 43582, + "end": 43698 + }, + "index": 366 + }, + { + "id": "74131FCA7E", + "span": { + "start": 43699, + "end": 43808 + }, + "index": 367 + }, + { + "id": "C6845A9396", + "span": { + "start": 43809, + "end": 43917 + }, + "index": 368 + }, + { + "id": "5A88C2D350", + "span": { + "start": 43918, + "end": 44033 + }, + "index": 369 + }, + { + "id": "783444641D", + "span": { + "start": 44034, + "end": 44147 + }, + "index": 370 + }, + { + "id": "F6BFA48863", + "span": { + "start": 44148, + "end": 44255 + }, + "index": 371 + }, + { + "id": "255410A529", + "span": { + "start": 44256, + "end": 44363 + }, + "index": 372 + }, + { + "id": "1D680AA3CB", + "span": { + "start": 44364, + "end": 44483 + }, + "index": 373 + }, + { + "id": "6555929579", + "span": { + "start": 44484, + "end": 44599 + }, + "index": 374 + }, + { + "id": "49FDF74AB4", + "span": { + "start": 44600, + "end": 44719 + }, + "index": 375 + }, + { + "id": "5BF7F95E7A", + "span": { + "start": 44720, + "end": 44836 + }, + "index": 376 + }, + { + "id": "7216E3E17E", + "span": { + "start": 44837, + "end": 44950 + }, + "index": 377 + }, + { + "id": "B1F03A1D66", + "span": { + "start": 44951, + "end": 45074 + }, + "index": 378 + }, + { + "id": "C5E547A819", + "span": { + "start": 45075, + "end": 45190 + }, + "index": 379 + }, + { + "id": "49D40AE6D9", + "span": { + "start": 45191, + "end": 45307 + }, + "index": 380 + }, + { + "id": "969F9C8F06", + "span": { + "start": 45308, + "end": 45428 + }, + "index": 381 + }, + { + "id": "745544BA5A", + "span": { + "start": 45429, + "end": 45545 + }, + "index": 382 + }, + { + "id": "16FA4C4EC6", + "span": { + "start": 45546, + "end": 45652 + }, + "index": 383 + }, + { + "id": "6D6939B922", + "span": { + "start": 45653, + "end": 45762 + }, + "index": 384 + }, + { + "id": "042E442245", + "span": { + "start": 45763, + "end": 45870 + }, + "index": 385 + }, + { + "id": "474779B8B4", + "span": { + "start": 45871, + "end": 46001 + }, + "index": 386 + }, + { + "id": "F03FE55B83", + "span": { + "start": 46002, + "end": 46119 + }, + "index": 387 + }, + { + "id": "F08E0A0924", + "span": { + "start": 46120, + "end": 46238 + }, + "index": 388 + }, + { + "id": "4652C4EC66", + "span": { + "start": 46239, + "end": 46355 + }, + "index": 389 + }, + { + "id": "DBD4F11B48", + "span": { + "start": 46356, + "end": 46481 + }, + "index": 390 + }, + { + "id": "41A9333D76", + "span": { + "start": 46482, + "end": 46594 + }, + "index": 391 + }, + { + "id": "605A65E6ED", + "span": { + "start": 46595, + "end": 46709 + }, + "index": 392 + }, + { + "id": "D44B8BB44C", + "span": { + "start": 46710, + "end": 46821 + }, + "index": 393 + }, + { + "id": "71E4C042A1", + "span": { + "start": 46822, + "end": 46939 + }, + "index": 394 + }, + { + "id": "3A7D93E24B", + "span": { + "start": 46940, + "end": 47047 + }, + "index": 395 + }, + { + "id": "09A8F8CFFB", + "span": { + "start": 47048, + "end": 47152 + }, + "index": 396 + }, + { + "id": "98186BC814", + "span": { + "start": 47153, + "end": 47261 + }, + "index": 397 + }, + { + "id": "00231478F6", + "span": { + "start": 47262, + "end": 47385 + }, + "index": 398 + }, + { + "id": "4E3B7939EA", + "span": { + "start": 47386, + "end": 47502 + }, + "index": 399 + }, + { + "id": "CBB2BC4436", + "span": { + "start": 47503, + "end": 47617 + }, + "index": 400 + }, + { + "id": "84683E01DD", + "span": { + "start": 47618, + "end": 47738 + }, + "index": 401 + }, + { + "id": "BD44EB58E0", + "span": { + "start": 47739, + "end": 47854 + }, + "index": 402 + }, + { + "id": "BBE8602900", + "span": { + "start": 47855, + "end": 47966 + }, + "index": 403 + }, + { + "id": "5C555650DC", + "span": { + "start": 47967, + "end": 48072 + }, + "index": 404 + }, + { + "id": "0B4556B3D6", + "span": { + "start": 48073, + "end": 48193 + }, + "index": 405 + }, + { + "id": "3628C0CF22", + "span": { + "start": 48194, + "end": 48302 + }, + "index": 406 + }, + { + "id": "5299852D2A", + "span": { + "start": 48303, + "end": 48420 + }, + "index": 407 + }, + { + "id": "483E53A58E", + "span": { + "start": 48421, + "end": 48537 + }, + "index": 408 + }, + { + "id": "B415BB8381", + "span": { + "start": 48538, + "end": 48652 + }, + "index": 409 + }, + { + "id": "A30CAFFCF5", + "span": { + "start": 48653, + "end": 48764 + }, + "index": 410 + }, + { + "id": "25AE8B305F", + "span": { + "start": 48765, + "end": 48878 + }, + "index": 411 + }, + { + "id": "1E1595421F", + "span": { + "start": 48879, + "end": 48995 + }, + "index": 412 + }, + { + "id": "AF1564A8F2", + "span": { + "start": 48996, + "end": 49106 + }, + "index": 413 + }, + { + "id": "123ACB7A81", + "span": { + "start": 49107, + "end": 49221 + }, + "index": 414 + }, + { + "id": "B4926790BC", + "span": { + "start": 49222, + "end": 49333 + }, + "index": 415 + }, + { + "id": "C226AAE24B", + "span": { + "start": 49334, + "end": 49447 + }, + "index": 416 + }, + { + "id": "75541E6445", + "span": { + "start": 49448, + "end": 49561 + }, + "index": 417 + }, + { + "id": "F3D3EE4E6F", + "span": { + "start": 49562, + "end": 49680 + }, + "index": 418 + }, + { + "id": "4F8AA2E0D2", + "span": { + "start": 49681, + "end": 49797 + }, + "index": 419 + }, + { + "id": "1441CC7ACC", + "span": { + "start": 49798, + "end": 49937 + }, + "index": 420 + }, + { + "id": "CC536FAF64", + "span": { + "start": 49938, + "end": 50077 + }, + "index": 421 + }, + { + "id": "35043F4EF2", + "span": { + "start": 50078, + "end": 50225 + }, + "index": 422 + }, + { + "id": "C9A8D9BA3E", + "span": { + "start": 50226, + "end": 50370 + }, + "index": 423 + }, + { + "id": "976225700A", + "span": { + "start": 50371, + "end": 50520 + }, + "index": 424 + }, + { + "id": "CC9E1E5051", + "span": { + "start": 50521, + "end": 50686 + }, + "index": 425 + }, + { + "id": "882F1627A1", + "span": { + "start": 50687, + "end": 50831 + }, + "index": 426 + }, + { + "id": "EAEECFAA40", + "span": { + "start": 50832, + "end": 50983 + }, + "index": 427 + }, + { + "id": "701A7EBEFF", + "span": { + "start": 50984, + "end": 51102 + }, + "index": 428 + }, + { + "id": "8D1B4DDB7D", + "span": { + "start": 51103, + "end": 51218 + }, + "index": 429 + }, + { + "id": "548818AAFA", + "span": { + "start": 51219, + "end": 51343 + }, + "index": 430 + }, + { + "id": "36AB308AB9", + "span": { + "start": 51344, + "end": 51456 + }, + "index": 431 + }, + { + "id": "753F8888FD", + "span": { + "start": 51457, + "end": 51570 + }, + "index": 432 + }, + { + "id": "F57DE69767", + "span": { + "start": 51571, + "end": 51689 + }, + "index": 433 + }, + { + "id": "B7AB8A52CE", + "span": { + "start": 51690, + "end": 51808 + }, + "index": 434 + }, + { + "id": "CBFBBC8BCB", + "span": { + "start": 51809, + "end": 51893 + }, + "index": 435 + }, + { + "id": "C0091AC96A", + "span": { + "start": 51899, + "end": 52028 + }, + "index": 436 + }, + { + "id": "F727A2C953", + "span": { + "start": 52029, + "end": 52136 + }, + "index": 437 + }, + { + "id": "7074648487", + "span": { + "start": 52137, + "end": 52256 + }, + "index": 438 + }, + { + "id": "B7D1BBB55F", + "span": { + "start": 52257, + "end": 52369 + }, + "index": 439 + }, + { + "id": "A99189DA14", + "span": { + "start": 52370, + "end": 52483 + }, + "index": 440 + }, + { + "id": "51258ED5D1", + "span": { + "start": 52484, + "end": 52597 + }, + "index": 441 + }, + { + "id": "9F4F05CD7F", + "span": { + "start": 52598, + "end": 52706 + }, + "index": 442 + }, + { + "id": "E7640BF8B0", + "span": { + "start": 52707, + "end": 52822 + }, + "index": 443 + }, + { + "id": "54A5C17840", + "span": { + "start": 52823, + "end": 52932 + }, + "index": 444 + }, + { + "id": "895B8D485F", + "span": { + "start": 52933, + "end": 53048 + }, + "index": 445 + }, + { + "id": "A4C525F64E", + "span": { + "start": 53049, + "end": 53170 + }, + "index": 446 + }, + { + "id": "55B4EFCFBF", + "span": { + "start": 53171, + "end": 53272 + }, + "index": 447 + }, + { + "id": "1EE698D68E", + "span": { + "start": 53273, + "end": 53391 + }, + "index": 448 + }, + { + "id": "3691001D03", + "span": { + "start": 53392, + "end": 53504 + }, + "index": 449 + }, + { + "id": "61AF481D91", + "span": { + "start": 53505, + "end": 53627 + }, + "index": 450 + }, + { + "id": "2B741EC5EC", + "span": { + "start": 53628, + "end": 53746 + }, + "index": 451 + }, + { + "id": "8090BDD73B", + "span": { + "start": 53747, + "end": 53862 + }, + "index": 452 + }, + { + "id": "F7169B4761", + "span": { + "start": 53863, + "end": 53984 + }, + "index": 453 + }, + { + "id": "80329ABE33", + "span": { + "start": 53985, + "end": 54099 + }, + "index": 454 + }, + { + "id": "1115B7C2D2", + "span": { + "start": 54100, + "end": 54208 + }, + "index": 455 + }, + { + "id": "833BB07639", + "span": { + "start": 54209, + "end": 54326 + }, + "index": 456 + }, + { + "id": "00B00A5093", + "span": { + "start": 54327, + "end": 54452 + }, + "index": 457 + }, + { + "id": "C345126926", + "span": { + "start": 54453, + "end": 54566 + }, + "index": 458 + }, + { + "id": "87FB0ABE4B", + "span": { + "start": 54567, + "end": 54672 + }, + "index": 459 + }, + { + "id": "8E9C2360A2", + "span": { + "start": 54673, + "end": 54785 + }, + "index": 460 + }, + { + "id": "41D9D2219C", + "span": { + "start": 54786, + "end": 54888 + }, + "index": 461 + }, + { + "id": "9B94FF4D4D", + "span": { + "start": 54889, + "end": 55006 + }, + "index": 462 + }, + { + "id": "EABD274CA7", + "span": { + "start": 55007, + "end": 55120 + }, + "index": 463 + }, + { + "id": "B1F7037F1F", + "span": { + "start": 55121, + "end": 55248 + }, + "index": 464 + }, + { + "id": "7C098443E8", + "span": { + "start": 55249, + "end": 55365 + }, + "index": 465 + }, + { + "id": "C6BA2EDBE5", + "span": { + "start": 55366, + "end": 55486 + }, + "index": 466 + }, + { + "id": "901985899F", + "span": { + "start": 55487, + "end": 55615 + }, + "index": 467 + }, + { + "id": "C511F2F246", + "span": { + "start": 55616, + "end": 55725 + }, + "index": 468 + }, + { + "id": "34DCA0AC90", + "span": { + "start": 55726, + "end": 55831 + }, + "index": 469 + }, + { + "id": "D0D0E5A000", + "span": { + "start": 55832, + "end": 55944 + }, + "index": 470 + }, + { + "id": "DF7FC749E4", + "span": { + "start": 55945, + "end": 56051 + }, + "index": 471 + }, + { + "id": "06529B5BAE", + "span": { + "start": 56052, + "end": 56168 + }, + "index": 472 + }, + { + "id": "E30CEF9343", + "span": { + "start": 56169, + "end": 56283 + }, + "index": 473 + }, + { + "id": "FD68A138AF", + "span": { + "start": 56284, + "end": 56393 + }, + "index": 474 + }, + { + "id": "34F0EA07FB", + "span": { + "start": 56394, + "end": 56506 + }, + "index": 475 + }, + { + "id": "2E18E1D726", + "span": { + "start": 56507, + "end": 56623 + }, + "index": 476 + }, + { + "id": "28032D0598", + "span": { + "start": 56624, + "end": 56744 + }, + "index": 477 + }, + { + "id": "9F3AF6F131", + "span": { + "start": 56745, + "end": 56863 + }, + "index": 478 + }, + { + "id": "2F4D533232", + "span": { + "start": 56864, + "end": 57054 + }, + "index": 479 + }, + { + "id": "0476B74006", + "span": { + "start": 57055, + "end": 57297 + }, + "index": 480 + }, + { + "id": "B015C7CABB", + "span": { + "start": 57298, + "end": 57409 + }, + "index": 481 + }, + { + "id": "0ACAA97C50", + "span": { + "start": 57410, + "end": 57520 + }, + "index": 482 + }, + { + "id": "EB4BEA5B1B", + "span": { + "start": 57521, + "end": 57647 + }, + "index": 483 + }, + { + "id": "F9F64221BF", + "span": { + "start": 57648, + "end": 57755 + }, + "index": 484 + }, + { + "id": "EB668FEA55", + "span": { + "start": 57756, + "end": 57871 + }, + "index": 485 + }, + { + "id": "328645CE8E", + "span": { + "start": 57872, + "end": 57980 + }, + "index": 486 + }, + { + "id": "B06470DC5A", + "span": { + "start": 57981, + "end": 58096 + }, + "index": 487 + }, + { + "id": "7F1F6F0780", + "span": { + "start": 58097, + "end": 58204 + }, + "index": 488 + }, + { + "id": "88DB54AAC2", + "span": { + "start": 58205, + "end": 58321 + }, + "index": 489 + }, + { + "id": "A04CD94CCE", + "span": { + "start": 58322, + "end": 58432 + }, + "index": 490 + }, + { + "id": "50C00A6687", + "span": { + "start": 58433, + "end": 58549 + }, + "index": 491 + }, + { + "id": "FE9A16BB1B", + "span": { + "start": 58550, + "end": 58697 + }, + "index": 492 + }, + { + "id": "98DFF3E394", + "span": { + "start": 58698, + "end": 58810 + }, + "index": 493 + }, + { + "id": "DD8D42CA1B", + "span": { + "start": 58811, + "end": 58989 + }, + "index": 494 + }, + { + "id": "7688F60E49", + "span": { + "start": 58990, + "end": 59109 + }, + "index": 495 + }, + { + "id": "3315965A43", + "span": { + "start": 59110, + "end": 59226 + }, + "index": 496 + }, + { + "id": "18B6545818", + "span": { + "start": 59227, + "end": 59393 + }, + "index": 497 + }, + { + "id": "2C2999CCCC", + "span": { + "start": 59394, + "end": 59504 + }, + "index": 498 + }, + { + "id": "6D984E89BB", + "span": { + "start": 59505, + "end": 59622 + }, + "index": 499 + }, + { + "id": "D57DA9F456", + "span": { + "start": 59623, + "end": 59742 + }, + "index": 500 + }, + { + "id": "9FCAF88BFD", + "span": { + "start": 59743, + "end": 59856 + }, + "index": 501 + }, + { + "id": "EFECDB0506", + "span": { + "start": 59857, + "end": 59967 + }, + "index": 502 + }, + { + "id": "ACB2CA2C1A", + "span": { + "start": 59968, + "end": 60089 + }, + "index": 503 + }, + { + "id": "8C8352B7BC", + "span": { + "start": 60090, + "end": 60211 + }, + "index": 504 + }, + { + "id": "2E95E3DFA0", + "span": { + "start": 60212, + "end": 60326 + }, + "index": 505 + }, + { + "id": "DDF2641DD1", + "span": { + "start": 60327, + "end": 60453 + }, + "index": 506 + }, + { + "id": "77E155D162", + "span": { + "start": 60454, + "end": 60566 + }, + "index": 507 + }, + { + "id": "B40BF09120", + "span": { + "start": 60567, + "end": 60675 + }, + "index": 508 + }, + { + "id": "34F4444A49", + "span": { + "start": 60676, + "end": 60786 + }, + "index": 509 + }, + { + "id": "CB2220EDE5", + "span": { + "start": 60787, + "end": 60891 + }, + "index": 510 + }, + { + "id": "C87F64A418", + "span": { + "start": 60892, + "end": 61010 + }, + "index": 511 + }, + { + "id": "CED2692C1F", + "span": { + "start": 61011, + "end": 61100 + }, + "index": 512 + }, + { + "id": "B9A4DD4D79", + "span": { + "start": 61106, + "end": 61225 + }, + "index": 513 + }, + { + "id": "4440359444", + "span": { + "start": 61226, + "end": 61341 + }, + "index": 514 + }, + { + "id": "454B2D81A2", + "span": { + "start": 61342, + "end": 61460 + }, + "index": 515 + }, + { + "id": "C4C0C8860C", + "span": { + "start": 61461, + "end": 61606 + }, + "index": 516 + }, + { + "id": "C7D45875D6", + "span": { + "start": 61607, + "end": 61716 + }, + "index": 517 + }, + { + "id": "6866178663", + "span": { + "start": 61717, + "end": 61837 + }, + "index": 518 + }, + { + "id": "249BCC0D44", + "span": { + "start": 61838, + "end": 61952 + }, + "index": 519 + }, + { + "id": "459E4174E6", + "span": { + "start": 61953, + "end": 62073 + }, + "index": 520 + }, + { + "id": "AAD0D86492", + "span": { + "start": 62074, + "end": 62190 + }, + "index": 521 + }, + { + "id": "404395B8E4", + "span": { + "start": 62191, + "end": 62310 + }, + "index": 522 + }, + { + "id": "CC8FE3E6FE", + "span": { + "start": 62311, + "end": 62422 + }, + "index": 523 + }, + { + "id": "B1A339A942", + "span": { + "start": 62423, + "end": 62534 + }, + "index": 524 + }, + { + "id": "68792692CE", + "span": { + "start": 62535, + "end": 62653 + }, + "index": 525 + }, + { + "id": "080A5E8444", + "span": { + "start": 62654, + "end": 62765 + }, + "index": 526 + }, + { + "id": "5D9D25D2D5", + "span": { + "start": 62766, + "end": 62874 + }, + "index": 527 + }, + { + "id": "E4EBB0DD5F", + "span": { + "start": 62875, + "end": 62988 + }, + "index": 528 + }, + { + "id": "BCC3B95D8A", + "span": { + "start": 62989, + "end": 63103 + }, + "index": 529 + }, + { + "id": "9224156F71", + "span": { + "start": 63104, + "end": 63223 + }, + "index": 530 + }, + { + "id": "F8D450C79F", + "span": { + "start": 63224, + "end": 63337 + }, + "index": 531 + }, + { + "id": "6F9CF694C0", + "span": { + "start": 63338, + "end": 63457 + }, + "index": 532 + }, + { + "id": "BC5B30ABCC", + "span": { + "start": 63458, + "end": 63566 + }, + "index": 533 + }, + { + "id": "6ECD7E491D", + "span": { + "start": 63567, + "end": 63677 + }, + "index": 534 + }, + { + "id": "84734793F4", + "span": { + "start": 63678, + "end": 63793 + }, + "index": 535 + }, + { + "id": "C772D363B6", + "span": { + "start": 63794, + "end": 63911 + }, + "index": 536 + }, + { + "id": "C6A923AC5C", + "span": { + "start": 63912, + "end": 64029 + }, + "index": 537 + }, + { + "id": "02ADAB1117", + "span": { + "start": 64030, + "end": 64140 + }, + "index": 538 + }, + { + "id": "B838A144C3", + "span": { + "start": 64141, + "end": 64259 + }, + "index": 539 + }, + { + "id": "0CABB94C4F", + "span": { + "start": 64260, + "end": 64377 + }, + "index": 540 + }, + { + "id": "D3A2B63DEC", + "span": { + "start": 64378, + "end": 64493 + }, + "index": 541 + }, + { + "id": "CB6247CF00", + "span": { + "start": 64494, + "end": 64608 + }, + "index": 542 + }, + { + "id": "91075DF5F1", + "span": { + "start": 64609, + "end": 64724 + }, + "index": 543 + }, + { + "id": "3A37119730", + "span": { + "start": 64725, + "end": 64846 + }, + "index": 544 + }, + { + "id": "6B7B1220B3", + "span": { + "start": 64847, + "end": 64966 + }, + "index": 545 + }, + { + "id": "55480ED4E3", + "span": { + "start": 64967, + "end": 65080 + }, + "index": 546 + }, + { + "id": "3D356DFC54", + "span": { + "start": 65081, + "end": 65196 + }, + "index": 547 + }, + { + "id": "388005A021", + "span": { + "start": 65197, + "end": 65315 + }, + "index": 548 + }, + { + "id": "AEF26F49E3", + "span": { + "start": 65316, + "end": 65432 + }, + "index": 549 + }, + { + "id": "1BB44A6E7E", + "span": { + "start": 65433, + "end": 65546 + }, + "index": 550 + }, + { + "id": "F1C118EE39", + "span": { + "start": 65547, + "end": 65671 + }, + "index": 551 + }, + { + "id": "C602E4F711", + "span": { + "start": 65672, + "end": 65783 + }, + "index": 552 + }, + { + "id": "F492FA1069", + "span": { + "start": 65784, + "end": 65897 + }, + "index": 553 + }, + { + "id": "4CCB669229", + "span": { + "start": 65898, + "end": 66008 + }, + "index": 554 + }, + { + "id": "1B69242A45", + "span": { + "start": 66009, + "end": 66124 + }, + "index": 555 + }, + { + "id": "75F696776A", + "span": { + "start": 66125, + "end": 66244 + }, + "index": 556 + }, + { + "id": "0EFCB609F3", + "span": { + "start": 66245, + "end": 66359 + }, + "index": 557 + }, + { + "id": "503355A8B0", + "span": { + "start": 66360, + "end": 66465 + }, + "index": 558 + }, + { + "id": "794CA5A334", + "span": { + "start": 66466, + "end": 66584 + }, + "index": 559 + }, + { + "id": "76B7C85711", + "span": { + "start": 66585, + "end": 66691 + }, + "index": 560 + }, + { + "id": "F4A6E63943", + "span": { + "start": 66692, + "end": 66796 + }, + "index": 561 + }, + { + "id": "E82663D7E1", + "span": { + "start": 66797, + "end": 66899 + }, + "index": 562 + }, + { + "id": "9AB4A83A80", + "span": { + "start": 66900, + "end": 67004 + }, + "index": 563 + }, + { + "id": "CA24B4EDA5", + "span": { + "start": 67005, + "end": 67117 + }, + "index": 564 + }, + { + "id": "BDCBD2CCAC", + "span": { + "start": 67118, + "end": 67234 + }, + "index": 565 + }, + { + "id": "3B333D54B9", + "span": { + "start": 67235, + "end": 67341 + }, + "index": 566 + }, + { + "id": "CD27C85C37", + "span": { + "start": 67342, + "end": 67451 + }, + "index": 567 + }, + { + "id": "CE117D4AED", + "span": { + "start": 67452, + "end": 67565 + }, + "index": 568 + }, + { + "id": "A9A689A7B3", + "span": { + "start": 67566, + "end": 67681 + }, + "index": 569 + }, + { + "id": "143BE8C09B", + "span": { + "start": 67682, + "end": 67787 + }, + "index": 570 + }, + { + "id": "437F4AD630", + "span": { + "start": 67788, + "end": 67902 + }, + "index": 571 + }, + { + "id": "B2E9E5AE1E", + "span": { + "start": 67903, + "end": 68022 + }, + "index": 572 + }, + { + "id": "5A4F74BBB9", + "span": { + "start": 68023, + "end": 68131 + }, + "index": 573 + }, + { + "id": "4BA8918281", + "span": { + "start": 68132, + "end": 68246 + }, + "index": 574 + }, + { + "id": "D88291A965", + "span": { + "start": 68247, + "end": 68358 + }, + "index": 575 + }, + { + "id": "7674712A69", + "span": { + "start": 68359, + "end": 68471 + }, + "index": 576 + }, + { + "id": "149B408F75", + "span": { + "start": 68472, + "end": 68581 + }, + "index": 577 + }, + { + "id": "B2579E8922", + "span": { + "start": 68582, + "end": 68689 + }, + "index": 578 + }, + { + "id": "FC66C48658", + "span": { + "start": 68690, + "end": 68798 + }, + "index": 579 + }, + { + "id": "897205E7D9", + "span": { + "start": 68799, + "end": 68914 + }, + "index": 580 + }, + { + "id": "45BFEC2BBF", + "span": { + "start": 68915, + "end": 69033 + }, + "index": 581 + }, + { + "id": "4CB061446C", + "span": { + "start": 69034, + "end": 69150 + }, + "index": 582 + }, + { + "id": "538C666336", + "span": { + "start": 69151, + "end": 69265 + }, + "index": 583 + }, + { + "id": "476E700967", + "span": { + "start": 69266, + "end": 69372 + }, + "index": 584 + }, + { + "id": "2141465146", + "span": { + "start": 69373, + "end": 69484 + }, + "index": 585 + }, + { + "id": "A6F6B151B8", + "span": { + "start": 69485, + "end": 69611 + }, + "index": 586 + }, + { + "id": "ABEA8F31F3", + "span": { + "start": 69612, + "end": 69724 + }, + "index": 587 + }, + { + "id": "A253CC59F5", + "span": { + "start": 69725, + "end": 69840 + }, + "index": 588 + }, + { + "id": "B9E04355B6", + "span": { + "start": 69841, + "end": 69961 + }, + "index": 589 + }, + { + "id": "B314008257", + "span": { + "start": 69962, + "end": 70076 + }, + "index": 590 + }, + { + "id": "44146967F1", + "span": { + "start": 70077, + "end": 70228 + }, + "index": 591 + }, + { + "id": "B699A14549", + "span": { + "start": 70229, + "end": 70346 + }, + "index": 592 + }, + { + "id": "4A66CC40CC", + "span": { + "start": 70347, + "end": 70475 + }, + "index": 593 + }, + { + "id": "7326D4AF44", + "span": { + "start": 70476, + "end": 70595 + }, + "index": 594 + }, + { + "id": "E563466DF6", + "span": { + "start": 70596, + "end": 70713 + }, + "index": 595 + }, + { + "id": "1EA23C54F7", + "span": { + "start": 70714, + "end": 70830 + }, + "index": 596 + }, + { + "id": "114E894666", + "span": { + "start": 70831, + "end": 70943 + }, + "index": 597 + }, + { + "id": "7C627A07FC", + "span": { + "start": 70944, + "end": 71088 + }, + "index": 598 + }, + { + "id": "F6F8EEFD88", + "span": { + "start": 71089, + "end": 71214 + }, + "index": 599 + }, + { + "id": "0EA4490510", + "span": { + "start": 71215, + "end": 71328 + }, + "index": 600 + }, + { + "id": "E4B1AD1A6A", + "span": { + "start": 71329, + "end": 71440 + }, + "index": 601 + }, + { + "id": "9019159475", + "span": { + "start": 71441, + "end": 71552 + }, + "index": 602 + }, + { + "id": "6FD45254D1", + "span": { + "start": 71553, + "end": 71694 + }, + "index": 603 + }, + { + "id": "110FD64A8B", + "span": { + "start": 71695, + "end": 71809 + }, + "index": 604 + }, + { + "id": "B761B40E12", + "span": { + "start": 71810, + "end": 71926 + }, + "index": 605 + }, + { + "id": "5A585C0C04", + "span": { + "start": 71927, + "end": 72051 + }, + "index": 606 + }, + { + "id": "83C43C94CB", + "span": { + "start": 72052, + "end": 72159 + }, + "index": 607 + }, + { + "id": "A99AAB9728", + "span": { + "start": 72160, + "end": 72271 + }, + "index": 608 + }, + { + "id": "EAFE3B827B", + "span": { + "start": 72272, + "end": 72387 + }, + "index": 609 + }, + { + "id": "43F28C190B", + "span": { + "start": 72388, + "end": 72498 + }, + "index": 610 + }, + { + "id": "A3885B8B2C", + "span": { + "start": 72499, + "end": 72614 + }, + "index": 611 + }, + { + "id": "CACD95C972", + "span": { + "start": 72615, + "end": 72723 + }, + "index": 612 + }, + { + "id": "89CB08FF08", + "span": { + "start": 72724, + "end": 72840 + }, + "index": 613 + }, + { + "id": "F76E398177", + "span": { + "start": 72841, + "end": 72954 + }, + "index": 614 + }, + { + "id": "CACDDE659D", + "span": { + "start": 72955, + "end": 73076 + }, + "index": 615 + }, + { + "id": "D22E4D035E", + "span": { + "start": 73077, + "end": 73200 + }, + "index": 616 + }, + { + "id": "F0673CAF90", + "span": { + "start": 73201, + "end": 73319 + }, + "index": 617 + }, + { + "id": "B71967FF10", + "span": { + "start": 73320, + "end": 73440 + }, + "index": 618 + }, + { + "id": "F8F7E50406", + "span": { + "start": 73441, + "end": 73555 + }, + "index": 619 + }, + { + "id": "4FD49F4AD9", + "span": { + "start": 73556, + "end": 73663 + }, + "index": 620 + }, + { + "id": "2F3D5E0E54", + "span": { + "start": 73664, + "end": 73780 + }, + "index": 621 + }, + { + "id": "8EA4F500D8", + "span": { + "start": 73781, + "end": 73895 + }, + "index": 622 + }, + { + "id": "844371A06A", + "span": { + "start": 73896, + "end": 74000 + }, + "index": 623 + }, + { + "id": "199A47119D", + "span": { + "start": 74001, + "end": 74113 + }, + "index": 624 + }, + { + "id": "F88DF446F8", + "span": { + "start": 74114, + "end": 74229 + }, + "index": 625 + }, + { + "id": "203A8CC1BA", + "span": { + "start": 74230, + "end": 74340 + }, + "index": 626 + }, + { + "id": "DE44101207", + "span": { + "start": 74341, + "end": 74454 + }, + "index": 627 + }, + { + "id": "E97E5AAE7E", + "span": { + "start": 74455, + "end": 74566 + }, + "index": 628 + }, + { + "id": "D041BD92D1", + "span": { + "start": 74567, + "end": 74683 + }, + "index": 629 + }, + { + "id": "F37FFF49FF", + "span": { + "start": 74684, + "end": 74806 + }, + "index": 630 + }, + { + "id": "EFD3EE6449", + "span": { + "start": 74807, + "end": 74922 + }, + "index": 631 + }, + { + "id": "63E44ED9D6", + "span": { + "start": 74923, + "end": 75033 + }, + "index": 632 + }, + { + "id": "116525989B", + "span": { + "start": 75034, + "end": 75148 + }, + "index": 633 + }, + { + "id": "C3AB997BF4", + "span": { + "start": 75149, + "end": 75264 + }, + "index": 634 + }, + { + "id": "883310D37E", + "span": { + "start": 75265, + "end": 75388 + }, + "index": 635 + }, + { + "id": "63EBBC0FD3", + "span": { + "start": 75389, + "end": 75504 + }, + "index": 636 + }, + { + "id": "4C48CC788C", + "span": { + "start": 75505, + "end": 75616 + }, + "index": 637 + }, + { + "id": "6B33633CC6", + "span": { + "start": 75617, + "end": 75734 + }, + "index": 638 + }, + { + "id": "3F7A39CAAA", + "span": { + "start": 75735, + "end": 75851 + }, + "index": 639 + }, + { + "id": "9CC433B14B", + "span": { + "start": 75852, + "end": 75970 + }, + "index": 640 + }, + { + "id": "B4B1196B82", + "span": { + "start": 75971, + "end": 76092 + }, + "index": 641 + }, + { + "id": "B440DFB14D", + "span": { + "start": 76093, + "end": 76204 + }, + "index": 642 + }, + { + "id": "1F98141810", + "span": { + "start": 76205, + "end": 76314 + }, + "index": 643 + }, + { + "id": "51D07A6E64", + "span": { + "start": 76315, + "end": 76432 + }, + "index": 644 + }, + { + "id": "6A4162C944", + "span": { + "start": 76433, + "end": 76562 + }, + "index": 645 + }, + { + "id": "E4E24E220D", + "span": { + "start": 76563, + "end": 76704 + }, + "index": 646 + }, + { + "id": "7FDD380B1F", + "span": { + "start": 76705, + "end": 76812 + }, + "index": 647 + }, + { + "id": "C73AA27149", + "span": { + "start": 76813, + "end": 76931 + }, + "index": 648 + }, + { + "id": "C3D6B4C9E3", + "span": { + "start": 76932, + "end": 77048 + }, + "index": 649 + }, + { + "id": "C8C6D09C97", + "span": { + "start": 77049, + "end": 77156 + }, + "index": 650 + }, + { + "id": "E15ACB3581", + "span": { + "start": 77157, + "end": 77264 + }, + "index": 651 + }, + { + "id": "4BC35D7525", + "span": { + "start": 77265, + "end": 77383 + }, + "index": 652 + }, + { + "id": "B5C5F85358", + "span": { + "start": 77384, + "end": 77503 + }, + "index": 653 + }, + { + "id": "771C8BAF77", + "span": { + "start": 77504, + "end": 77613 + }, + "index": 654 + }, + { + "id": "524A25B48B", + "span": { + "start": 77614, + "end": 77722 + }, + "index": 655 + }, + { + "id": "83747F698F", + "span": { + "start": 77723, + "end": 77844 + }, + "index": 656 + }, + { + "id": "70B16055DB", + "span": { + "start": 77845, + "end": 77955 + }, + "index": 657 + }, + { + "id": "D0A32AABA0", + "span": { + "start": 77956, + "end": 78065 + }, + "index": 658 + }, + { + "id": "238093439F", + "span": { + "start": 78066, + "end": 78182 + }, + "index": 659 + }, + { + "id": "619C62D2AA", + "span": { + "start": 78183, + "end": 78292 + }, + "index": 660 + }, + { + "id": "BA74648778", + "span": { + "start": 78293, + "end": 78414 + }, + "index": 661 + }, + { + "id": "C36F4F08DF", + "span": { + "start": 78415, + "end": 78519 + }, + "index": 662 + }, + { + "id": "84393D59D3", + "span": { + "start": 78520, + "end": 78634 + }, + "index": 663 + }, + { + "id": "F86116F9C6", + "span": { + "start": 78635, + "end": 78749 + }, + "index": 664 + }, + { + "id": "A4E8F5F2F0", + "span": { + "start": 78750, + "end": 78857 + }, + "index": 665 + }, + { + "id": "D70FF6B603", + "span": { + "start": 78858, + "end": 78971 + }, + "index": 666 + }, + { + "id": "98AC3EE00D", + "span": { + "start": 78972, + "end": 79097 + }, + "index": 667 + }, + { + "id": "DBBB6F665A", + "span": { + "start": 79098, + "end": 79209 + }, + "index": 668 + }, + { + "id": "E189B9FF19", + "span": { + "start": 79210, + "end": 79327 + }, + "index": 669 + }, + { + "id": "DCFDCEC580", + "span": { + "start": 79328, + "end": 79437 + }, + "index": 670 + }, + { + "id": "7A92DA7656", + "span": { + "start": 79438, + "end": 79548 + }, + "index": 671 + }, + { + "id": "B2D7D28230", + "span": { + "start": 79549, + "end": 79663 + }, + "index": 672 + }, + { + "id": "A2F099B229", + "span": { + "start": 79664, + "end": 79781 + }, + "index": 673 + }, + { + "id": "AB3A5232A2", + "span": { + "start": 79782, + "end": 79894 + }, + "index": 674 + }, + { + "id": "AE8D8DEECA", + "span": { + "start": 79895, + "end": 80008 + }, + "index": 675 + }, + { + "id": "55B524C584", + "span": { + "start": 80009, + "end": 80123 + }, + "index": 676 + }, + { + "id": "4F71101F42", + "span": { + "start": 80124, + "end": 80242 + }, + "index": 677 + }, + { + "id": "0D221DFDBD", + "span": { + "start": 80243, + "end": 80357 + }, + "index": 678 + }, + { + "id": "7AAFC3D7F6", + "span": { + "start": 80358, + "end": 80463 + }, + "index": 679 + }, + { + "id": "9A684D6996", + "span": { + "start": 80464, + "end": 80576 + }, + "index": 680 + }, + { + "id": "E0E13BE4BB", + "span": { + "start": 80577, + "end": 80695 + }, + "index": 681 + }, + { + "id": "D35F7304A9", + "span": { + "start": 80696, + "end": 80803 + }, + "index": 682 + }, + { + "id": "BFFDB46F4D", + "span": { + "start": 80804, + "end": 80914 + }, + "index": 683 + }, + { + "id": "3897FA3844", + "span": { + "start": 80915, + "end": 81029 + }, + "index": 684 + }, + { + "id": "A368F83988", + "span": { + "start": 81030, + "end": 81139 + }, + "index": 685 + }, + { + "id": "95D8E2F62F", + "span": { + "start": 81140, + "end": 81252 + }, + "index": 686 + }, + { + "id": "14DAD5A4E6", + "span": { + "start": 81253, + "end": 81361 + }, + "index": 687 + }, + { + "id": "F30BC1114C", + "span": { + "start": 81362, + "end": 81475 + }, + "index": 688 + }, + { + "id": "7557854477", + "span": { + "start": 81476, + "end": 81588 + }, + "index": 689 + }, + { + "id": "A230879897", + "span": { + "start": 81589, + "end": 81703 + }, + "index": 690 + }, + { + "id": "E9999A88F7", + "span": { + "start": 81704, + "end": 81817 + }, + "index": 691 + }, + { + "id": "EAED8592B8", + "span": { + "start": 81818, + "end": 81929 + }, + "index": 692 + }, + { + "id": "D33939D03C", + "span": { + "start": 81930, + "end": 82045 + }, + "index": 693 + }, + { + "id": "9752480CF7", + "span": { + "start": 82046, + "end": 82153 + }, + "index": 694 + }, + { + "id": "452BCC45C4", + "span": { + "start": 82154, + "end": 82262 + }, + "index": 695 + }, + { + "id": "3B44CEF80E", + "span": { + "start": 82263, + "end": 82373 + }, + "index": 696 + }, + { + "id": "A144E9CED9", + "span": { + "start": 82374, + "end": 82492 + }, + "index": 697 + }, + { + "id": "FF742B8507", + "span": { + "start": 82493, + "end": 82612 + }, + "index": 698 + }, + { + "id": "F3888CC5C5", + "span": { + "start": 82613, + "end": 82724 + }, + "index": 699 + }, + { + "id": "8FA653793E", + "span": { + "start": 82725, + "end": 82812 + }, + "index": 700 + }, + { + "id": "045587E28E", + "span": { + "start": 82818, + "end": 82928 + }, + "index": 701 + }, + { + "id": "631FBC6D92", + "span": { + "start": 82929, + "end": 83047 + }, + "index": 702 + }, + { + "id": "1694FFEF97", + "span": { + "start": 83048, + "end": 83166 + }, + "index": 703 + }, + { + "id": "B9CEE4D987", + "span": { + "start": 83167, + "end": 83283 + }, + "index": 704 + }, + { + "id": "CDE4151C41", + "span": { + "start": 83284, + "end": 83409 + }, + "index": 705 + }, + { + "id": "D5B5B806BB", + "span": { + "start": 83410, + "end": 83526 + }, + "index": 706 + }, + { + "id": "D32C33C424", + "span": { + "start": 83527, + "end": 83641 + }, + "index": 707 + }, + { + "id": "BA57442EEF", + "span": { + "start": 83642, + "end": 83770 + }, + "index": 708 + }, + { + "id": "33F24F82C2", + "span": { + "start": 83771, + "end": 83884 + }, + "index": 709 + }, + { + "id": "330334B779", + "span": { + "start": 83885, + "end": 84010 + }, + "index": 710 + }, + { + "id": "5353F34370", + "span": { + "start": 84011, + "end": 84130 + }, + "index": 711 + }, + { + "id": "E8448EE8BE", + "span": { + "start": 84131, + "end": 84303 + }, + "index": 712 + }, + { + "id": "1B15169994", + "span": { + "start": 84304, + "end": 84416 + }, + "index": 713 + }, + { + "id": "B388B48988", + "span": { + "start": 84417, + "end": 84538 + }, + "index": 714 + }, + { + "id": "61FC485E19", + "span": { + "start": 84539, + "end": 84653 + }, + "index": 715 + }, + { + "id": "B01B330A6E", + "span": { + "start": 84654, + "end": 84761 + }, + "index": 716 + }, + { + "id": "391A2F1E54", + "span": { + "start": 84762, + "end": 84883 + }, + "index": 717 + }, + { + "id": "4346B46FD7", + "span": { + "start": 84884, + "end": 84995 + }, + "index": 718 + }, + { + "id": "8513739349", + "span": { + "start": 84996, + "end": 85107 + }, + "index": 719 + }, + { + "id": "150A04EA5D", + "span": { + "start": 85108, + "end": 85164 + }, + "index": 720 + }, + { + "id": "4EA547A95A", + "span": { + "start": 85165, + "end": 85165 + }, + "index": 721 + }, + { + "id": "A0FB322D01", + "span": { + "start": 85166, + "end": 85277 + }, + "index": 722 + }, + { + "id": "C33B04E76E", + "span": { + "start": 85278, + "end": 85387 + }, + "index": 723 + }, + { + "id": "FB63D29A0C", + "span": { + "start": 85388, + "end": 85501 + }, + "index": 724 + }, + { + "id": "A818361DA7", + "span": { + "start": 85502, + "end": 85620 + }, + "index": 725 + }, + { + "id": "5DFF144745", + "span": { + "start": 85621, + "end": 85737 + }, + "index": 726 + }, + { + "id": "7FAFB46E7E", + "span": { + "start": 85738, + "end": 85848 + }, + "index": 727 + }, + { + "id": "672E2227F8", + "span": { + "start": 85849, + "end": 85965 + }, + "index": 728 + }, + { + "id": "8C794B0139", + "span": { + "start": 85966, + "end": 86086 + }, + "index": 729 + }, + { + "id": "05381B0045", + "span": { + "start": 86087, + "end": 86195 + }, + "index": 730 + }, + { + "id": "444745E0F4", + "span": { + "start": 86196, + "end": 86314 + }, + "index": 731 + }, + { + "id": "76E0BC4744", + "span": { + "start": 86315, + "end": 86418 + }, + "index": 732 + }, + { + "id": "E10FE4D4F3", + "span": { + "start": 86419, + "end": 86539 + }, + "index": 733 + }, + { + "id": "15E1C7681B", + "span": { + "start": 86540, + "end": 86652 + }, + "index": 734 + }, + { + "id": "640D042106", + "span": { + "start": 86653, + "end": 86756 + }, + "index": 735 + }, + { + "id": "F52A4C4583", + "span": { + "start": 86757, + "end": 86876 + }, + "index": 736 + }, + { + "id": "C68E3DD8EC", + "span": { + "start": 86877, + "end": 86993 + }, + "index": 737 + }, + { + "id": "4628996665", + "span": { + "start": 86994, + "end": 87120 + }, + "index": 738 + }, + { + "id": "A5B478D406", + "span": { + "start": 87121, + "end": 87237 + }, + "index": 739 + }, + { + "id": "E928B21EDB", + "span": { + "start": 87238, + "end": 87356 + }, + "index": 740 + }, + { + "id": "04BF6151B6", + "span": { + "start": 87357, + "end": 87475 + }, + "index": 741 + }, + { + "id": "716120D668", + "span": { + "start": 87476, + "end": 87585 + }, + "index": 742 + }, + { + "id": "559C115576", + "span": { + "start": 87586, + "end": 87706 + }, + "index": 743 + }, + { + "id": "895594F04E", + "span": { + "start": 87707, + "end": 87822 + }, + "index": 744 + }, + { + "id": "98849DC7B7", + "span": { + "start": 87823, + "end": 87941 + }, + "index": 745 + }, + { + "id": "D81A8B898A", + "span": { + "start": 87942, + "end": 88052 + }, + "index": 746 + }, + { + "id": "95E38E82C5", + "span": { + "start": 88053, + "end": 88166 + }, + "index": 747 + }, + { + "id": "641B7EB534", + "span": { + "start": 88167, + "end": 88279 + }, + "index": 748 + }, + { + "id": "324D44DDD5", + "span": { + "start": 88280, + "end": 88403 + }, + "index": 749 + }, + { + "id": "9738DDBD89", + "span": { + "start": 88404, + "end": 88517 + }, + "index": 750 + }, + { + "id": "820DDDBF78", + "span": { + "start": 88518, + "end": 88635 + }, + "index": 751 + }, + { + "id": "281BFC41BB", + "span": { + "start": 88636, + "end": 88751 + }, + "index": 752 + }, + { + "id": "A55855EBBA", + "span": { + "start": 88752, + "end": 88871 + }, + "index": 753 + }, + { + "id": "A3CACABB63", + "span": { + "start": 88872, + "end": 88978 + }, + "index": 754 + }, + { + "id": "2343141D1D", + "span": { + "start": 88979, + "end": 89098 + }, + "index": 755 + }, + { + "id": "A1A4B04A4F", + "span": { + "start": 89099, + "end": 89218 + }, + "index": 756 + }, + { + "id": "EF81CE64B9", + "span": { + "start": 89219, + "end": 89331 + }, + "index": 757 + }, + { + "id": "74E7647122", + "span": { + "start": 89332, + "end": 89436 + }, + "index": 758 + }, + { + "id": "8DF6CF6EB8", + "span": { + "start": 89437, + "end": 89546 + }, + "index": 759 + }, + { + "id": "EBAF2A8FF3", + "span": { + "start": 89547, + "end": 89654 + }, + "index": 760 + }, + { + "id": "CF66CAC1FF", + "span": { + "start": 89655, + "end": 89763 + }, + "index": 761 + }, + { + "id": "2610818863", + "span": { + "start": 89764, + "end": 89870 + }, + "index": 762 + }, + { + "id": "99DDDDDD0A", + "span": { + "start": 89871, + "end": 89978 + }, + "index": 763 + }, + { + "id": "2803DE412A", + "span": { + "start": 89979, + "end": 90093 + }, + "index": 764 + }, + { + "id": "A5E7A67713", + "span": { + "start": 90094, + "end": 90205 + }, + "index": 765 + }, + { + "id": "CEC8236F6C", + "span": { + "start": 90206, + "end": 90317 + }, + "index": 766 + }, + { + "id": "23A8C449A2", + "span": { + "start": 90318, + "end": 90428 + }, + "index": 767 + }, + { + "id": "F3E007E3A6", + "span": { + "start": 90429, + "end": 90548 + }, + "index": 768 + }, + { + "id": "B8A76CCFC4", + "span": { + "start": 90549, + "end": 90666 + }, + "index": 769 + }, + { + "id": "FE1E22720C", + "span": { + "start": 90667, + "end": 90775 + }, + "index": 770 + }, + { + "id": "E4446F6E56", + "span": { + "start": 90776, + "end": 90880 + }, + "index": 771 + }, + { + "id": "81DA662222", + "span": { + "start": 90881, + "end": 90987 + }, + "index": 772 + }, + { + "id": "83475F9298", + "span": { + "start": 90988, + "end": 91107 + }, + "index": 773 + }, + { + "id": "74189C9F69", + "span": { + "start": 91108, + "end": 91218 + }, + "index": 774 + }, + { + "id": "093003FE3B", + "span": { + "start": 91219, + "end": 91322 + }, + "index": 775 + }, + { + "id": "AC5C444297", + "span": { + "start": 91323, + "end": 91434 + }, + "index": 776 + }, + { + "id": "4C88D22992", + "span": { + "start": 91435, + "end": 91556 + }, + "index": 777 + }, + { + "id": "491C009A2B", + "span": { + "start": 91557, + "end": 91676 + }, + "index": 778 + }, + { + "id": "D7186D6282", + "span": { + "start": 91677, + "end": 91788 + }, + "index": 779 + }, + { + "id": "A5704E3CE4", + "span": { + "start": 91789, + "end": 91930 + }, + "index": 780 + }, + { + "id": "B1572EAF72", + "span": { + "start": 91931, + "end": 92035 + }, + "index": 781 + }, + { + "id": "9477E4CBB6", + "span": { + "start": 92036, + "end": 92146 + }, + "index": 782 + }, + { + "id": "E77DF74F22", + "span": { + "start": 92147, + "end": 92251 + }, + "index": 783 + }, + { + "id": "1CCA58DFFA", + "span": { + "start": 92252, + "end": 92369 + }, + "index": 784 + }, + { + "id": "60171E7016", + "span": { + "start": 92370, + "end": 92488 + }, + "index": 785 + }, + { + "id": "09D1454421", + "span": { + "start": 92489, + "end": 92608 + }, + "index": 786 + }, + { + "id": "BF5372FD89", + "span": { + "start": 92609, + "end": 92728 + }, + "index": 787 + }, + { + "id": "05D44BDD08", + "span": { + "start": 92729, + "end": 92839 + }, + "index": 788 + }, + { + "id": "43BD73D496", + "span": { + "start": 92840, + "end": 92950 + }, + "index": 789 + }, + { + "id": "82D28DB816", + "span": { + "start": 92951, + "end": 93061 + }, + "index": 790 + }, + { + "id": "366D94D481", + "span": { + "start": 93062, + "end": 93167 + }, + "index": 791 + }, + { + "id": "478B4B41BD", + "span": { + "start": 93168, + "end": 93283 + }, + "index": 792 + }, + { + "id": "E5305420BC", + "span": { + "start": 93284, + "end": 93401 + }, + "index": 793 + }, + { + "id": "04A74B58BB", + "span": { + "start": 93402, + "end": 93508 + }, + "index": 794 + }, + { + "id": "DBADC236DC", + "span": { + "start": 93509, + "end": 93619 + }, + "index": 795 + }, + { + "id": "C86386AAE1", + "span": { + "start": 93620, + "end": 93722 + }, + "index": 796 + }, + { + "id": "DF95445AFE", + "span": { + "start": 93723, + "end": 93833 + }, + "index": 797 + }, + { + "id": "24E721BA14", + "span": { + "start": 93834, + "end": 93942 + }, + "index": 798 + }, + { + "id": "91BB3CCFAA", + "span": { + "start": 93943, + "end": 94055 + }, + "index": 799 + }, + { + "id": "92720FD4D4", + "span": { + "start": 94056, + "end": 94173 + }, + "index": 800 + }, + { + "id": "A0AAF4B174", + "span": { + "start": 94174, + "end": 94290 + }, + "index": 801 + }, + { + "id": "1C47FC2B4B", + "span": { + "start": 94291, + "end": 94399 + }, + "index": 802 + }, + { + "id": "042A20A741", + "span": { + "start": 94400, + "end": 94513 + }, + "index": 803 + }, + { + "id": "8D8D80B865", + "span": { + "start": 94514, + "end": 94631 + }, + "index": 804 + }, + { + "id": "6A5B6DBDD3", + "span": { + "start": 94632, + "end": 94738 + }, + "index": 805 + }, + { + "id": "8745582747", + "span": { + "start": 94739, + "end": 94852 + }, + "index": 806 + }, + { + "id": "06E48B1039", + "span": { + "start": 94853, + "end": 94958 + }, + "index": 807 + }, + { + "id": "FFEF9CF5F2", + "span": { + "start": 94959, + "end": 95070 + }, + "index": 808 + }, + { + "id": "944EFEE9C4", + "span": { + "start": 95071, + "end": 95181 + }, + "index": 809 + }, + { + "id": "1A8F8688C5", + "span": { + "start": 95182, + "end": 95296 + }, + "index": 810 + }, + { + "id": "DF0B31253F", + "span": { + "start": 95297, + "end": 95412 + }, + "index": 811 + }, + { + "id": "CB862B8248", + "span": { + "start": 95413, + "end": 95524 + }, + "index": 812 + }, + { + "id": "2AE76B78E4", + "span": { + "start": 95525, + "end": 95635 + }, + "index": 813 + }, + { + "id": "618878278F", + "span": { + "start": 95636, + "end": 95736 + }, + "index": 814 + }, + { + "id": "AEBE0F1B92", + "span": { + "start": 95737, + "end": 95851 + }, + "index": 815 + }, + { + "id": "820A024A40", + "span": { + "start": 95852, + "end": 95964 + }, + "index": 816 + }, + { + "id": "78AC70743C", + "span": { + "start": 95965, + "end": 96088 + }, + "index": 817 + }, + { + "id": "B8BA6DD5ED", + "span": { + "start": 96089, + "end": 96210 + }, + "index": 818 + }, + { + "id": "37BE9DEF98", + "span": { + "start": 96211, + "end": 96325 + }, + "index": 819 + }, + { + "id": "72A6B2D044", + "span": { + "start": 96326, + "end": 96435 + }, + "index": 820 + }, + { + "id": "D82AAAAAE4", + "span": { + "start": 96436, + "end": 96554 + }, + "index": 821 + }, + { + "id": "49E94B352A", + "span": { + "start": 96555, + "end": 96671 + }, + "index": 822 + }, + { + "id": "2887B8EBE8", + "span": { + "start": 96672, + "end": 96783 + }, + "index": 823 + }, + { + "id": "97046E8EF7", + "span": { + "start": 96784, + "end": 96895 + }, + "index": 824 + }, + { + "id": "AB5B555A2F", + "span": { + "start": 96896, + "end": 97014 + }, + "index": 825 + }, + { + "id": "308884D168", + "span": { + "start": 97015, + "end": 97130 + }, + "index": 826 + }, + { + "id": "7F3379FDBB", + "span": { + "start": 97131, + "end": 97242 + }, + "index": 827 + }, + { + "id": "177B736A77", + "span": { + "start": 97243, + "end": 97359 + }, + "index": 828 + }, + { + "id": "3B8458CF94", + "span": { + "start": 97360, + "end": 97474 + }, + "index": 829 + }, + { + "id": "325CCFDA26", + "span": { + "start": 97475, + "end": 97592 + }, + "index": 830 + }, + { + "id": "F59500AA85", + "span": { + "start": 97593, + "end": 97718 + }, + "index": 831 + }, + { + "id": "F96AB927ED", + "span": { + "start": 97719, + "end": 97832 + }, + "index": 832 + }, + { + "id": "83BBC5E547", + "span": { + "start": 97833, + "end": 97941 + }, + "index": 833 + }, + { + "id": "BC51F0B90B", + "span": { + "start": 97942, + "end": 98050 + }, + "index": 834 + }, + { + "id": "ED5B515364", + "span": { + "start": 98051, + "end": 98211 + }, + "index": 835 + }, + { + "id": "2C337BBAC3", + "span": { + "start": 98212, + "end": 98317 + }, + "index": 836 + }, + { + "id": "3CFE3D2DE2", + "span": { + "start": 98318, + "end": 98377 + }, + "index": 837 + }, + { + "id": "58065BB87D", + "span": { + "start": 98378, + "end": 98487 + }, + "index": 838 + }, + { + "id": "24824634A7", + "span": { + "start": 98488, + "end": 98596 + }, + "index": 839 + }, + { + "id": "DF44F0B73D", + "span": { + "start": 98597, + "end": 98713 + }, + "index": 840 + }, + { + "id": "884E0FB37D", + "span": { + "start": 98714, + "end": 98820 + }, + "index": 841 + }, + { + "id": "693BFB9EFB", + "span": { + "start": 98821, + "end": 98926 + }, + "index": 842 + }, + { + "id": "997B7DB089", + "span": { + "start": 98927, + "end": 99034 + }, + "index": 843 + }, + { + "id": "44ED344B43", + "span": { + "start": 99035, + "end": 99154 + }, + "index": 844 + }, + { + "id": "B4B8D8D7AA", + "span": { + "start": 99155, + "end": 99265 + }, + "index": 845 + }, + { + "id": "332C33A4C8", + "span": { + "start": 99266, + "end": 99375 + }, + "index": 846 + }, + { + "id": "3AFEBD8139", + "span": { + "start": 99376, + "end": 99498 + }, + "index": 847 + }, + { + "id": "18F50A10F0", + "span": { + "start": 99499, + "end": 99618 + }, + "index": 848 + }, + { + "id": "95491F454B", + "span": { + "start": 99619, + "end": 99739 + }, + "index": 849 + }, + { + "id": "4E9778876F", + "span": { + "start": 99740, + "end": 99853 + }, + "index": 850 + }, + { + "id": "7F9BFEA77A", + "span": { + "start": 99854, + "end": 99958 + }, + "index": 851 + }, + { + "id": "54474AB944", + "span": { + "start": 99959, + "end": 100070 + }, + "index": 852 + }, + { + "id": "9465391940", + "span": { + "start": 100071, + "end": 100181 + }, + "index": 853 + }, + { + "id": "2E45A6A5EF", + "span": { + "start": 100182, + "end": 100310 + }, + "index": 854 + }, + { + "id": "0699119218", + "span": { + "start": 100311, + "end": 100429 + }, + "index": 855 + }, + { + "id": "DD0B248A4F", + "span": { + "start": 100430, + "end": 100546 + }, + "index": 856 + }, + { + "id": "E9A7DBE5EF", + "span": { + "start": 100547, + "end": 100662 + }, + "index": 857 + }, + { + "id": "72478E00DF", + "span": { + "start": 100663, + "end": 100768 + }, + "index": 858 + }, + { + "id": "924FD85833", + "span": { + "start": 100769, + "end": 100883 + }, + "index": 859 + }, + { + "id": "9B71744BC7", + "span": { + "start": 100884, + "end": 101001 + }, + "index": 860 + }, + { + "id": "54287B5E52", + "span": { + "start": 101002, + "end": 101116 + }, + "index": 861 + }, + { + "id": "A1A27CC24B", + "span": { + "start": 101117, + "end": 101235 + }, + "index": 862 + }, + { + "id": "9B623CB1FB", + "span": { + "start": 101236, + "end": 101359 + }, + "index": 863 + }, + { + "id": "06E258A205", + "span": { + "start": 101360, + "end": 101472 + }, + "index": 864 + }, + { + "id": "13B6721C1A", + "span": { + "start": 101473, + "end": 101589 + }, + "index": 865 + }, + { + "id": "68C4956841", + "span": { + "start": 101590, + "end": 101699 + }, + "index": 866 + }, + { + "id": "478D3EE117", + "span": { + "start": 101700, + "end": 101826 + }, + "index": 867 + }, + { + "id": "A074A4101A", + "span": { + "start": 101827, + "end": 101947 + }, + "index": 868 + }, + { + "id": "76AF2F0615", + "span": { + "start": 101948, + "end": 102037 + }, + "index": 869 + }, + { + "id": "6A946E48C9", + "span": { + "start": 102044, + "end": 102154 + }, + "index": 870 + }, + { + "id": "D142B17ACB", + "span": { + "start": 102155, + "end": 102270 + }, + "index": 871 + }, + { + "id": "AD77231B3C", + "span": { + "start": 102271, + "end": 102381 + }, + "index": 872 + }, + { + "id": "6FFA67FB82", + "span": { + "start": 102382, + "end": 102488 + }, + "index": 873 + }, + { + "id": "1403A1C4A9", + "span": { + "start": 102489, + "end": 102601 + }, + "index": 874 + }, + { + "id": "991883D81D", + "span": { + "start": 102602, + "end": 102708 + }, + "index": 875 + }, + { + "id": "0F60AB7DB6", + "span": { + "start": 102709, + "end": 102851 + }, + "index": 876 + }, + { + "id": "6271AC38AE", + "span": { + "start": 102852, + "end": 103001 + }, + "index": 877 + }, + { + "id": "546A251166", + "span": { + "start": 103002, + "end": 103145 + }, + "index": 878 + }, + { + "id": "9CAB1C4604", + "span": { + "start": 103146, + "end": 103315 + }, + "index": 879 + }, + { + "id": "A8ABABA6B4", + "span": { + "start": 103316, + "end": 103591 + }, + "index": 880 + }, + { + "id": "EB3ADB4348", + "span": { + "start": 103592, + "end": 103763 + }, + "index": 881 + }, + { + "id": "E511F14259", + "span": { + "start": 103764, + "end": 103998 + }, + "index": 882 + }, + { + "id": "CC54B46D28", + "span": { + "start": 103999, + "end": 104248 + }, + "index": 883 + }, + { + "id": "848BB7AF83", + "span": { + "start": 104249, + "end": 104426 + }, + "index": 884 + }, + { + "id": "53DD82E0EB", + "span": { + "start": 104427, + "end": 104542 + }, + "index": 885 + }, + { + "id": "685963B2EA", + "span": { + "start": 104543, + "end": 104663 + }, + "index": 886 + }, + { + "id": "41BB14A20E", + "span": { + "start": 104664, + "end": 104784 + }, + "index": 887 + }, + { + "id": "4D2D2BD2E6", + "span": { + "start": 104785, + "end": 104900 + }, + "index": 888 + }, + { + "id": "994E90F7B0", + "span": { + "start": 104901, + "end": 105015 + }, + "index": 889 + }, + { + "id": "F74B70E787", + "span": { + "start": 105016, + "end": 105120 + }, + "index": 890 + }, + { + "id": "47AA2402A0", + "span": { + "start": 105121, + "end": 105244 + }, + "index": 891 + }, + { + "id": "6A2D456817", + "span": { + "start": 105245, + "end": 105357 + }, + "index": 892 + }, + { + "id": "0507233ED3", + "span": { + "start": 105358, + "end": 105471 + }, + "index": 893 + }, + { + "id": "3CACCBB02A", + "span": { + "start": 105472, + "end": 105589 + }, + "index": 894 + }, + { + "id": "30EBAFB1AC", + "span": { + "start": 105590, + "end": 105704 + }, + "index": 895 + }, + { + "id": "43DFBE81B1", + "span": { + "start": 105705, + "end": 105814 + }, + "index": 896 + }, + { + "id": "6A11136696", + "span": { + "start": 105815, + "end": 105928 + }, + "index": 897 + }, + { + "id": "3A1B334EB4", + "span": { + "start": 105929, + "end": 106049 + }, + "index": 898 + }, + { + "id": "701F7FAF3F", + "span": { + "start": 106050, + "end": 106164 + }, + "index": 899 + }, + { + "id": "9040CF94A2", + "span": { + "start": 106165, + "end": 106272 + }, + "index": 900 + }, + { + "id": "CA8D358D43", + "span": { + "start": 106273, + "end": 106398 + }, + "index": 901 + }, + { + "id": "1000A259A8", + "span": { + "start": 106399, + "end": 106510 + }, + "index": 902 + }, + { + "id": "3C58B39BCC", + "span": { + "start": 106511, + "end": 106629 + }, + "index": 903 + }, + { + "id": "9972B6C6A9", + "span": { + "start": 106630, + "end": 106736 + }, + "index": 904 + }, + { + "id": "41E1116C4E", + "span": { + "start": 106737, + "end": 106857 + }, + "index": 905 + }, + { + "id": "14B2022B8F", + "span": { + "start": 106858, + "end": 106969 + }, + "index": 906 + }, + { + "id": "4424C42F47", + "span": { + "start": 106970, + "end": 107085 + }, + "index": 907 + }, + { + "id": "58404042F0", + "span": { + "start": 107086, + "end": 107203 + }, + "index": 908 + }, + { + "id": "7BCB9531B5", + "span": { + "start": 107204, + "end": 107326 + }, + "index": 909 + }, + { + "id": "434F689382", + "span": { + "start": 107327, + "end": 107416 + }, + "index": 910 + }, + { + "id": "0D9D3C3D4D", + "span": { + "start": 107417, + "end": 107535 + }, + "index": 911 + }, + { + "id": "F8AFAA1C34", + "span": { + "start": 107536, + "end": 107648 + }, + "index": 912 + }, + { + "id": "8B1F869B17", + "span": { + "start": 107649, + "end": 107764 + }, + "index": 913 + }, + { + "id": "84EB912FE4", + "span": { + "start": 107765, + "end": 107883 + }, + "index": 914 + }, + { + "id": "7344265ABF", + "span": { + "start": 107884, + "end": 108001 + }, + "index": 915 + }, + { + "id": "C1252BE9E4", + "span": { + "start": 108002, + "end": 108119 + }, + "index": 916 + }, + { + "id": "BEE22AC8C9", + "span": { + "start": 108120, + "end": 108238 + }, + "index": 917 + }, + { + "id": "994CC72CBC", + "span": { + "start": 108239, + "end": 108361 + }, + "index": 918 + }, + { + "id": "4935A44BD6", + "span": { + "start": 108362, + "end": 108423 + }, + "index": 919 + }, + { + "id": "5DCD4D318F", + "span": { + "start": 108424, + "end": 108532 + }, + "index": 920 + }, + { + "id": "32DC702F41", + "span": { + "start": 108533, + "end": 108640 + }, + "index": 921 + }, + { + "id": "FC61E95D0D", + "span": { + "start": 108641, + "end": 108750 + }, + "index": 922 + }, + { + "id": "0D94A3319A", + "span": { + "start": 108751, + "end": 108882 + }, + "index": 923 + }, + { + "id": "CD4E5D9DED", + "span": { + "start": 108883, + "end": 108998 + }, + "index": 924 + }, + { + "id": "E873D47D6E", + "span": { + "start": 108999, + "end": 109122 + }, + "index": 925 + }, + { + "id": "9EA4E134E3", + "span": { + "start": 109123, + "end": 109244 + }, + "index": 926 + }, + { + "id": "1224116395", + "span": { + "start": 109245, + "end": 109365 + }, + "index": 927 + }, + { + "id": "5F2C44F85E", + "span": { + "start": 109366, + "end": 109515 + }, + "index": 928 + }, + { + "id": "52DCA4A26C", + "span": { + "start": 109516, + "end": 109960 + }, + "index": 929 + } + ] + }, + "source_annotations": { + "alignment": [ + { + "id": "0DD220AF88", + "span": { + "start": 0, + "end": 0 + }, + "index": 1, + "alignment_index": [ + 1 + ] + }, + { + "id": "3976FC543D", + "span": { + "start": 0, + "end": 121 + }, + "index": 2, + "alignment_index": [ + 2 + ] + }, + { + "id": "7D9FA7AF0A", + "span": { + "start": 122, + "end": 177 + }, + "index": 3, + "alignment_index": [ + 3 + ] + }, + { + "id": "28F545432E", + "span": { + "start": 178, + "end": 217 + }, + "index": 4, + "alignment_index": [ + 4 + ] + }, + { + "id": "3046F33C3E", + "span": { + "start": 218, + "end": 526 + }, + "index": 5, + "alignment_index": [ + 5 + ] + }, + { + "id": "06B4348665", + "span": { + "start": 527, + "end": 804 + }, + "index": 6, + "alignment_index": [ + 6 + ] + }, + { + "id": "705E04840C", + "span": { + "start": 805, + "end": 1335 + }, + "index": 7, + "alignment_index": [ + 7 + ] + }, + { + "id": "AA836B2B87", + "span": { + "start": 1336, + "end": 1650 + }, + "index": 8, + "alignment_index": [ + 8 + ] + }, + { + "id": "6D66B8A0BA", + "span": { + "start": 1651, + "end": 2258 + }, + "index": 9, + "alignment_index": [ + 9 + ] + }, + { + "id": "3644D48830", + "span": { + "start": 2259, + "end": 2510 + }, + "index": 10, + "alignment_index": [ + 10 + ] + }, + { + "id": "D8D909B0B0", + "span": { + "start": 2511, + "end": 2701 + }, + "index": 11, + "alignment_index": [ + 11 + ] + }, + { + "id": "51311EB750", + "span": { + "start": 2702, + "end": 2983 + }, + "index": 12, + "alignment_index": [ + 12 + ] + }, + { + "id": "388C1C70E8", + "span": { + "start": 2984, + "end": 3256 + }, + "index": 13, + "alignment_index": [ + 13 + ] + }, + { + "id": "46D8889814", + "span": { + "start": 3257, + "end": 3555 + }, + "index": 14, + "alignment_index": [ + 14 + ] + }, + { + "id": "F0889D2B43", + "span": { + "start": 3556, + "end": 3841 + }, + "index": 15, + "alignment_index": [ + 15 + ] + }, + { + "id": "B66ED54790", + "span": { + "start": 3842, + "end": 4522 + }, + "index": 16, + "alignment_index": [ + 16 + ] + }, + { + "id": "84EADDD4E4", + "span": { + "start": 4523, + "end": 4802 + }, + "index": 17, + "alignment_index": [ + 17 + ] + }, + { + "id": "16CAAB0EA3", + "span": { + "start": 4803, + "end": 5381 + }, + "index": 18, + "alignment_index": [ + 18 + ] + }, + { + "id": "B694675CC5", + "span": { + "start": 5382, + "end": 5556 + }, + "index": 19, + "alignment_index": [ + 19 + ] + }, + { + "id": "E96DB0FBA0", + "span": { + "start": 5557, + "end": 5769 + }, + "index": 20, + "alignment_index": [ + 20 + ] + }, + { + "id": "F8CFD5CC90", + "span": { + "start": 5770, + "end": 5978 + }, + "index": 21, + "alignment_index": [ + 21 + ] + }, + { + "id": "B6828A8642", + "span": { + "start": 5979, + "end": 6602 + }, + "index": 22, + "alignment_index": [ + 22 + ] + }, + { + "id": "F6F7B66ECB", + "span": { + "start": 6603, + "end": 6778 + }, + "index": 23, + "alignment_index": [ + 23 + ] + }, + { + "id": "911DABF94B", + "span": { + "start": 6779, + "end": 7021 + }, + "index": 24, + "alignment_index": [ + 24 + ] + }, + { + "id": "9A9012A692", + "span": { + "start": 7022, + "end": 7170 + }, + "index": 25, + "alignment_index": [ + 25 + ] + }, + { + "id": "BFF48B9F8E", + "span": { + "start": 7171, + "end": 7390 + }, + "index": 26, + "alignment_index": [ + 26 + ] + }, + { + "id": "AD3B7118D9", + "span": { + "start": 7391, + "end": 7603 + }, + "index": 27, + "alignment_index": [ + 27 + ] + }, + { + "id": "DA7A7CBE3F", + "span": { + "start": 7604, + "end": 8420 + }, + "index": 28, + "alignment_index": [ + 28 + ] + }, + { + "id": "DDB2FA5DFD", + "span": { + "start": 8421, + "end": 8595 + }, + "index": 29, + "alignment_index": [ + 29 + ] + }, + { + "id": "599DF69B2A", + "span": { + "start": 8596, + "end": 9128 + }, + "index": 30, + "alignment_index": [ + 30 + ] + }, + { + "id": "8184875D08", + "span": { + "start": 9129, + "end": 9333 + }, + "index": 31, + "alignment_index": [ + 31 + ] + }, + { + "id": "D8BB828BF8", + "span": { + "start": 9334, + "end": 9551 + }, + "index": 32, + "alignment_index": [ + 32 + ] + }, + { + "id": "588DF6D810", + "span": { + "start": 9552, + "end": 9721 + }, + "index": 33, + "alignment_index": [ + 33 + ] + }, + { + "id": "0CC37013B8", + "span": { + "start": 9722, + "end": 9912 + }, + "index": 34, + "alignment_index": [ + 34 + ] + }, + { + "id": "0004BB1B81", + "span": { + "start": 9913, + "end": 10058 + }, + "index": 35, + "alignment_index": [ + 35 + ] + }, + { + "id": "4BD60B146F", + "span": { + "start": 10059, + "end": 10290 + }, + "index": 36, + "alignment_index": [ + 36 + ] + }, + { + "id": "5D84118863", + "span": { + "start": 10291, + "end": 10613 + }, + "index": 37, + "alignment_index": [ + 37 + ] + }, + { + "id": "A1EC8A114C", + "span": { + "start": 10614, + "end": 10832 + }, + "index": 38, + "alignment_index": [ + 38 + ] + }, + { + "id": "5BE7A594EA", + "span": { + "start": 10833, + "end": 12187 + }, + "index": 39, + "alignment_index": [ + 39 + ] + }, + { + "id": "F7C89E849F", + "span": { + "start": 12188, + "end": 12433 + }, + "index": 40, + "alignment_index": [ + 40 + ] + }, + { + "id": "EE9C2E62FA", + "span": { + "start": 12434, + "end": 12587 + }, + "index": 41, + "alignment_index": [ + 41 + ] + }, + { + "id": "83B273B3F5", + "span": { + "start": 12588, + "end": 12825 + }, + "index": 42, + "alignment_index": [ + 42 + ] + }, + { + "id": "85B8A883FA", + "span": { + "start": 12826, + "end": 13064 + }, + "index": 43, + "alignment_index": [ + 43 + ] + }, + { + "id": "0D3ADA8289", + "span": { + "start": 13065, + "end": 13803 + }, + "index": 44, + "alignment_index": [ + 44 + ] + }, + { + "id": "F19DE80A64", + "span": { + "start": 13804, + "end": 14273 + }, + "index": 45, + "alignment_index": [ + 45 + ] + }, + { + "id": "B7336F5B53", + "span": { + "start": 14274, + "end": 14471 + }, + "index": 46, + "alignment_index": [ + 46 + ] + }, + { + "id": "A04B4DA407", + "span": { + "start": 14472, + "end": 14738 + }, + "index": 47, + "alignment_index": [ + 47 + ] + }, + { + "id": "6656E5692A", + "span": { + "start": 14739, + "end": 14940 + }, + "index": 48, + "alignment_index": [ + 48 + ] + }, + { + "id": "4196E1F7E2", + "span": { + "start": 14941, + "end": 15224 + }, + "index": 49, + "alignment_index": [ + 49 + ] + }, + { + "id": "437E70F33A", + "span": { + "start": 15225, + "end": 15832 + }, + "index": 50, + "alignment_index": [ + 50 + ] + }, + { + "id": "A64DECC2C8", + "span": { + "start": 15833, + "end": 16076 + }, + "index": 51, + "alignment_index": [ + 51 + ] + }, + { + "id": "766D4CD9D0", + "span": { + "start": 16077, + "end": 16708 + }, + "index": 52, + "alignment_index": [ + 52 + ] + }, + { + "id": "43CFBCCC75", + "span": { + "start": 16709, + "end": 16894 + }, + "index": 53, + "alignment_index": [ + 53 + ] + }, + { + "id": "91D31CF895", + "span": { + "start": 16895, + "end": 17182 + }, + "index": 54, + "alignment_index": [ + 54 + ] + }, + { + "id": "54D6F0AAA3", + "span": { + "start": 17183, + "end": 17790 + }, + "index": 55, + "alignment_index": [ + 55 + ] + }, + { + "id": "458D881DB8", + "span": { + "start": 17791, + "end": 18150 + }, + "index": 56, + "alignment_index": [ + 56 + ] + }, + { + "id": "CABFFBE1FC", + "span": { + "start": 18151, + "end": 18452 + }, + "index": 57, + "alignment_index": [ + 57 + ] + }, + { + "id": "CE6479D19B", + "span": { + "start": 18453, + "end": 18613 + }, + "index": 58, + "alignment_index": [ + 58 + ] + }, + { + "id": "9A5A60D4C3", + "span": { + "start": 18614, + "end": 18922 + }, + "index": 59, + "alignment_index": [ + 59 + ] + }, + { + "id": "2E308F8300", + "span": { + "start": 18923, + "end": 19146 + }, + "index": 60, + "alignment_index": [ + 60 + ] + }, + { + "id": "2F29329DE6", + "span": { + "start": 19147, + "end": 19442 + }, + "index": 61, + "alignment_index": [ + 61 + ] + }, + { + "id": "DBB69C3B43", + "span": { + "start": 19443, + "end": 19632 + }, + "index": 62, + "alignment_index": [ + 62 + ] + }, + { + "id": "9DDBA01D3D", + "span": { + "start": 19633, + "end": 19822 + }, + "index": 63, + "alignment_index": [ + 63 + ] + }, + { + "id": "8A3A6767C9", + "span": { + "start": 19823, + "end": 20019 + }, + "index": 64, + "alignment_index": [ + 64 + ] + }, + { + "id": "47BBB8748B", + "span": { + "start": 20020, + "end": 20273 + }, + "index": 65, + "alignment_index": [ + 65 + ] + }, + { + "id": "3736B9BF64", + "span": { + "start": 20274, + "end": 20483 + }, + "index": 66, + "alignment_index": [ + 66 + ] + }, + { + "id": "3797ABFF19", + "span": { + "start": 20484, + "end": 20645 + }, + "index": 67, + "alignment_index": [ + 67 + ] + }, + { + "id": "244825882B", + "span": { + "start": 20646, + "end": 20817 + }, + "index": 68, + "alignment_index": [ + 68 + ] + }, + { + "id": "90C9FCD2A1", + "span": { + "start": 20818, + "end": 21026 + }, + "index": 69, + "alignment_index": [ + 69 + ] + }, + { + "id": "04854DDBFE", + "span": { + "start": 21027, + "end": 21187 + }, + "index": 70, + "alignment_index": [ + 70 + ] + }, + { + "id": "63474B6B4B", + "span": { + "start": 21188, + "end": 21463 + }, + "index": 71, + "alignment_index": [ + 71 + ] + }, + { + "id": "7DABDA5C83", + "span": { + "start": 21464, + "end": 21612 + }, + "index": 72, + "alignment_index": [ + 72 + ] + }, + { + "id": "4BC34576C5", + "span": { + "start": 21613, + "end": 21786 + }, + "index": 73, + "alignment_index": [ + 73 + ] + }, + { + "id": "CCBB4A6E9C", + "span": { + "start": 21787, + "end": 21966 + }, + "index": 74, + "alignment_index": [ + 74 + ] + }, + { + "id": "EAA6EB98E9", + "span": { + "start": 21967, + "end": 22167 + }, + "index": 75, + "alignment_index": [ + 75 + ] + }, + { + "id": "988279A986", + "span": { + "start": 22168, + "end": 22320 + }, + "index": 76, + "alignment_index": [ + 76 + ] + }, + { + "id": "54DD45242A", + "span": { + "start": 22321, + "end": 22496 + }, + "index": 77, + "alignment_index": [ + 77 + ] + }, + { + "id": "C54C9475B9", + "span": { + "start": 22497, + "end": 23124 + }, + "index": 78, + "alignment_index": [ + 78 + ] + }, + { + "id": "9B92390762", + "span": { + "start": 23125, + "end": 23285 + }, + "index": 79, + "alignment_index": [ + 79 + ] + }, + { + "id": "4DB753A71C", + "span": { + "start": 23286, + "end": 23436 + }, + "index": 80, + "alignment_index": [ + 80 + ] + }, + { + "id": "379EBCC37C", + "span": { + "start": 23437, + "end": 23596 + }, + "index": 81, + "alignment_index": [ + 81 + ] + }, + { + "id": "452DCB048B", + "span": { + "start": 23597, + "end": 24125 + }, + "index": 82, + "alignment_index": [ + 82 + ] + }, + { + "id": "946963F6B3", + "span": { + "start": 24126, + "end": 24265 + }, + "index": 83, + "alignment_index": [ + 83 + ] + }, + { + "id": "FF545F4805", + "span": { + "start": 24266, + "end": 24486 + }, + "index": 84, + "alignment_index": [ + 84 + ] + }, + { + "id": "21F50142FC", + "span": { + "start": 24487, + "end": 24687 + }, + "index": 85, + "alignment_index": [ + 85 + ] + }, + { + "id": "FAD31E918B", + "span": { + "start": 24688, + "end": 24844 + }, + "index": 86, + "alignment_index": [ + 86 + ] + }, + { + "id": "C6B33F5B38", + "span": { + "start": 24845, + "end": 25023 + }, + "index": 87, + "alignment_index": [ + 87 + ] + }, + { + "id": "0EE71EA9EB", + "span": { + "start": 25024, + "end": 25231 + }, + "index": 88, + "alignment_index": [ + 88 + ] + }, + { + "id": "4366906334", + "span": { + "start": 25232, + "end": 25448 + }, + "index": 89, + "alignment_index": [ + 89 + ] + }, + { + "id": "759B9CE99C", + "span": { + "start": 25449, + "end": 25583 + }, + "index": 90, + "alignment_index": [ + 90 + ] + }, + { + "id": "963AC800BB", + "span": { + "start": 25584, + "end": 25778 + }, + "index": 91, + "alignment_index": [ + 91 + ] + }, + { + "id": "34CDE2376E", + "span": { + "start": 25779, + "end": 25968 + }, + "index": 92, + "alignment_index": [ + 92 + ] + }, + { + "id": "DBEACA37CC", + "span": { + "start": 25969, + "end": 26162 + }, + "index": 93, + "alignment_index": [ + 93 + ] + }, + { + "id": "B8AD88D429", + "span": { + "start": 26163, + "end": 26653 + }, + "index": 94, + "alignment_index": [ + 94 + ] + }, + { + "id": "E6BC893FCF", + "span": { + "start": 26654, + "end": 26850 + }, + "index": 95, + "alignment_index": [ + 95 + ] + }, + { + "id": "04844B3C01", + "span": { + "start": 26851, + "end": 27338 + }, + "index": 96, + "alignment_index": [ + 96 + ] + }, + { + "id": "DEDEE043FC", + "span": { + "start": 27339, + "end": 27540 + }, + "index": 97, + "alignment_index": [ + 97 + ] + }, + { + "id": "9F4E15BE7F", + "span": { + "start": 27541, + "end": 27727 + }, + "index": 98, + "alignment_index": [ + 98 + ] + }, + { + "id": "44051E63DD", + "span": { + "start": 27728, + "end": 27878 + }, + "index": 99, + "alignment_index": [ + 99 + ] + }, + { + "id": "E270836FC9", + "span": { + "start": 27879, + "end": 28049 + }, + "index": 100, + "alignment_index": [ + 100 + ] + }, + { + "id": "313F3A3A33", + "span": { + "start": 28050, + "end": 28252 + }, + "index": 101, + "alignment_index": [ + 101 + ] + }, + { + "id": "60BDF6BA65", + "span": { + "start": 28253, + "end": 28423 + }, + "index": 102, + "alignment_index": [ + 102 + ] + }, + { + "id": "FF4308D8B4", + "span": { + "start": 28424, + "end": 28598 + }, + "index": 103, + "alignment_index": [ + 103 + ] + }, + { + "id": "89F554A4E7", + "span": { + "start": 28599, + "end": 28907 + }, + "index": 104, + "alignment_index": [ + 104 + ] + }, + { + "id": "3382542048", + "span": { + "start": 28908, + "end": 29077 + }, + "index": 105, + "alignment_index": [ + 105 + ] + }, + { + "id": "5950978E7D", + "span": { + "start": 29078, + "end": 29237 + }, + "index": 106, + "alignment_index": [ + 106 + ] + }, + { + "id": "C533C6AF22", + "span": { + "start": 29238, + "end": 29358 + }, + "index": 107, + "alignment_index": [ + 107 + ] + }, + { + "id": "F5A1D6C8F8", + "span": { + "start": 29359, + "end": 29587 + }, + "index": 108, + "alignment_index": [ + 108 + ] + }, + { + "id": "5457473851", + "span": { + "start": 29588, + "end": 29760 + }, + "index": 109, + "alignment_index": [ + 109 + ] + }, + { + "id": "3ECC97CCC3", + "span": { + "start": 29761, + "end": 30076 + }, + "index": 110, + "alignment_index": [ + 110 + ] + }, + { + "id": "5186CD4184", + "span": { + "start": 30077, + "end": 30282 + }, + "index": 111, + "alignment_index": [ + 111 + ] + }, + { + "id": "AA8F47151C", + "span": { + "start": 30283, + "end": 30892 + }, + "index": 112, + "alignment_index": [ + 112 + ] + }, + { + "id": "232F393515", + "span": { + "start": 30893, + "end": 31068 + }, + "index": 113, + "alignment_index": [ + 113 + ] + }, + { + "id": "FE14183EEB", + "span": { + "start": 31069, + "end": 31249 + }, + "index": 114, + "alignment_index": [ + 114 + ] + }, + { + "id": "DCD8833C28", + "span": { + "start": 31250, + "end": 31433 + }, + "index": 115, + "alignment_index": [ + 115 + ] + }, + { + "id": "4224260266", + "span": { + "start": 31434, + "end": 31640 + }, + "index": 116, + "alignment_index": [ + 116 + ] + }, + { + "id": "ABE4CC0388", + "span": { + "start": 31641, + "end": 31903 + }, + "index": 117, + "alignment_index": [ + 117 + ] + }, + { + "id": "9A1FD8F6AB", + "span": { + "start": 31904, + "end": 32106 + }, + "index": 118, + "alignment_index": [ + 118 + ] + }, + { + "id": "66717A0225", + "span": { + "start": 32107, + "end": 32347 + }, + "index": 119, + "alignment_index": [ + 119 + ] + }, + { + "id": "E4E9E6B4E4", + "span": { + "start": 32348, + "end": 32518 + }, + "index": 120, + "alignment_index": [ + 120 + ] + }, + { + "id": "8959D05B34", + "span": { + "start": 32519, + "end": 33103 + }, + "index": 121, + "alignment_index": [ + 121 + ] + }, + { + "id": "6277FC6878", + "span": { + "start": 33104, + "end": 33504 + }, + "index": 122, + "alignment_index": [ + 122 + ] + }, + { + "id": "90940A92A7", + "span": { + "start": 33505, + "end": 34059 + }, + "index": 123, + "alignment_index": [ + 123 + ] + }, + { + "id": "38F9DF6BB1", + "span": { + "start": 34060, + "end": 34245 + }, + "index": 124, + "alignment_index": [ + 124 + ] + }, + { + "id": "BDDD5F779B", + "span": { + "start": 34246, + "end": 34475 + }, + "index": 125, + "alignment_index": [ + 125 + ] + }, + { + "id": "D44B868832", + "span": { + "start": 34476, + "end": 35141 + }, + "index": 126, + "alignment_index": [ + 126 + ] + }, + { + "id": "A9B809D929", + "span": { + "start": 35142, + "end": 35325 + }, + "index": 127, + "alignment_index": [ + 127 + ] + }, + { + "id": "97B8B74478", + "span": { + "start": 35326, + "end": 35506 + }, + "index": 128, + "alignment_index": [ + 128 + ] + }, + { + "id": "3AB2AAAB11", + "span": { + "start": 35507, + "end": 35722 + }, + "index": 129, + "alignment_index": [ + 129 + ] + }, + { + "id": "5835D519BC", + "span": { + "start": 35723, + "end": 36748 + }, + "index": 130, + "alignment_index": [ + 130 + ] + }, + { + "id": "8F6DFD227F", + "span": { + "start": 36749, + "end": 36950 + }, + "index": 131, + "alignment_index": [ + 131 + ] + }, + { + "id": "516131B835", + "span": { + "start": 36951, + "end": 37468 + }, + "index": 132, + "alignment_index": [ + 132 + ] + }, + { + "id": "DAAB5D4D46", + "span": { + "start": 37469, + "end": 38114 + }, + "index": 133, + "alignment_index": [ + 133 + ] + }, + { + "id": "C754642365", + "span": { + "start": 38115, + "end": 38323 + }, + "index": 134, + "alignment_index": [ + 134 + ] + }, + { + "id": "B082EFFEFD", + "span": { + "start": 38324, + "end": 38476 + }, + "index": 135, + "alignment_index": [ + 135 + ] + }, + { + "id": "419C43C174", + "span": { + "start": 38477, + "end": 38672 + }, + "index": 136, + "alignment_index": [ + 136 + ] + }, + { + "id": "4EDBA41A5C", + "span": { + "start": 38673, + "end": 38910 + }, + "index": 137, + "alignment_index": [ + 137 + ] + }, + { + "id": "4BCB20479D", + "span": { + "start": 38911, + "end": 39110 + }, + "index": 138, + "alignment_index": [ + 138 + ] + }, + { + "id": "4071B78732", + "span": { + "start": 39111, + "end": 39377 + }, + "index": 139, + "alignment_index": [ + 139 + ] + }, + { + "id": "72B1437D1F", + "span": { + "start": 39378, + "end": 39628 + }, + "index": 140, + "alignment_index": [ + 140 + ] + }, + { + "id": "440624A3A1", + "span": { + "start": 39629, + "end": 39758 + }, + "index": 141, + "alignment_index": [ + 141 + ] + }, + { + "id": "C494CE4E6E", + "span": { + "start": 39759, + "end": 40171 + }, + "index": 142, + "alignment_index": [ + 142 + ] + }, + { + "id": "523D87C7ED", + "span": { + "start": 40172, + "end": 40721 + }, + "index": 143, + "alignment_index": [ + 143 + ] + }, + { + "id": "922777A452", + "span": { + "start": 40722, + "end": 40915 + }, + "index": 144, + "alignment_index": [ + 144 + ] + }, + { + "id": "F6405ACCDD", + "span": { + "start": 40916, + "end": 41090 + }, + "index": 145, + "alignment_index": [ + 145 + ] + }, + { + "id": "BADF549F99", + "span": { + "start": 41091, + "end": 41258 + }, + "index": 146, + "alignment_index": [ + 146 + ] + }, + { + "id": "DACE917139", + "span": { + "start": 41259, + "end": 41474 + }, + "index": 147, + "alignment_index": [ + 147 + ] + }, + { + "id": "29B2298126", + "span": { + "start": 41475, + "end": 41642 + }, + "index": 148, + "alignment_index": [ + 148 + ] + }, + { + "id": "2233E125C5", + "span": { + "start": 41643, + "end": 41812 + }, + "index": 149, + "alignment_index": [ + 149 + ] + }, + { + "id": "D2838F22FB", + "span": { + "start": 41813, + "end": 42048 + }, + "index": 150, + "alignment_index": [ + 150 + ] + }, + { + "id": "1B95AF0552", + "span": { + "start": 42049, + "end": 42291 + }, + "index": 151, + "alignment_index": [ + 151 + ] + }, + { + "id": "36CEAE61D8", + "span": { + "start": 42292, + "end": 42513 + }, + "index": 152, + "alignment_index": [ + 152 + ] + }, + { + "id": "D74CF8E561", + "span": { + "start": 42514, + "end": 42943 + }, + "index": 153, + "alignment_index": [ + 153 + ] + }, + { + "id": "1E3801D114", + "span": { + "start": 42944, + "end": 43137 + }, + "index": 154, + "alignment_index": [ + 154 + ] + }, + { + "id": "409E8DD870", + "span": { + "start": 43138, + "end": 43338 + }, + "index": 155, + "alignment_index": [ + 155 + ] + }, + { + "id": "76D8B6EE6E", + "span": { + "start": 43339, + "end": 43524 + }, + "index": 156, + "alignment_index": [ + 156 + ] + }, + { + "id": "1643EE649F", + "span": { + "start": 43525, + "end": 43708 + }, + "index": 157, + "alignment_index": [ + 157 + ] + }, + { + "id": "A9F0C79440", + "span": { + "start": 43709, + "end": 43878 + }, + "index": 158, + "alignment_index": [ + 158 + ] + }, + { + "id": "F554E5DF8E", + "span": { + "start": 43879, + "end": 44307 + }, + "index": 159, + "alignment_index": [ + 159 + ] + }, + { + "id": "C7167B4BD4", + "span": { + "start": 44308, + "end": 44486 + }, + "index": 160, + "alignment_index": [ + 160 + ] + }, + { + "id": "DBEDC02ED9", + "span": { + "start": 44487, + "end": 44751 + }, + "index": 161, + "alignment_index": [ + 161 + ] + }, + { + "id": "2DBDAFF38C", + "span": { + "start": 44752, + "end": 44979 + }, + "index": 162, + "alignment_index": [ + 162 + ] + }, + { + "id": "BB1110A404", + "span": { + "start": 44980, + "end": 45142 + }, + "index": 163, + "alignment_index": [ + 163 + ] + }, + { + "id": "6DE8579448", + "span": { + "start": 45143, + "end": 45345 + }, + "index": 164, + "alignment_index": [ + 164 + ] + }, + { + "id": "2E7DF42846", + "span": { + "start": 45346, + "end": 45508 + }, + "index": 165, + "alignment_index": [ + 165 + ] + }, + { + "id": "8B06838388", + "span": { + "start": 45509, + "end": 45675 + }, + "index": 166, + "alignment_index": [ + 166 + ] + }, + { + "id": "E40D450E7E", + "span": { + "start": 45676, + "end": 45970 + }, + "index": 167, + "alignment_index": [ + 167 + ] + }, + { + "id": "4E663A21C1", + "span": { + "start": 45971, + "end": 46137 + }, + "index": 168, + "alignment_index": [ + 168 + ] + }, + { + "id": "85775AA15C", + "span": { + "start": 46138, + "end": 46377 + }, + "index": 169, + "alignment_index": [ + 169 + ] + }, + { + "id": "7A87018BC8", + "span": { + "start": 46378, + "end": 47008 + }, + "index": 170, + "alignment_index": [ + 170 + ] + }, + { + "id": "1CDD5E5E6E", + "span": { + "start": 47009, + "end": 47188 + }, + "index": 171, + "alignment_index": [ + 171 + ] + }, + { + "id": "C3852B3E7A", + "span": { + "start": 47189, + "end": 47993 + }, + "index": 172, + "alignment_index": [ + 172 + ] + }, + { + "id": "8D4544B484", + "span": { + "start": 47994, + "end": 48653 + }, + "index": 173, + "alignment_index": [ + 173 + ] + }, + { + "id": "2596CC6316", + "span": { + "start": 48654, + "end": 48875 + }, + "index": 174, + "alignment_index": [ + 174 + ] + }, + { + "id": "584855EDEA", + "span": { + "start": 48876, + "end": 49123 + }, + "index": 175, + "alignment_index": [ + 175 + ] + }, + { + "id": "CEA1419D10", + "span": { + "start": 49124, + "end": 49366 + }, + "index": 176, + "alignment_index": [ + 176 + ] + }, + { + "id": "7DE9A49457", + "span": { + "start": 49367, + "end": 49612 + }, + "index": 177, + "alignment_index": [ + 177 + ] + }, + { + "id": "48311E11B5", + "span": { + "start": 49613, + "end": 50358 + }, + "index": 178, + "alignment_index": [ + 178 + ] + }, + { + "id": "BF6A478100", + "span": { + "start": 50359, + "end": 50626 + }, + "index": 179, + "alignment_index": [ + 179 + ] + }, + { + "id": "E10B1D4B44", + "span": { + "start": 50627, + "end": 50846 + }, + "index": 180, + "alignment_index": [ + 180 + ] + }, + { + "id": "9FFC03CF16", + "span": { + "start": 50847, + "end": 51099 + }, + "index": 181, + "alignment_index": [ + 181 + ] + }, + { + "id": "5570CBBAED", + "span": { + "start": 51100, + "end": 51277 + }, + "index": 182, + "alignment_index": [ + 182 + ] + }, + { + "id": "6E1F466D6F", + "span": { + "start": 51278, + "end": 51746 + }, + "index": 183, + "alignment_index": [ + 183 + ] + }, + { + "id": "A07B98F3CC", + "span": { + "start": 51747, + "end": 51973 + }, + "index": 184, + "alignment_index": [ + 184 + ] + }, + { + "id": "7002D72090", + "span": { + "start": 51974, + "end": 52148 + }, + "index": 185, + "alignment_index": [ + 185 + ] + }, + { + "id": "B35641965C", + "span": { + "start": 52149, + "end": 52714 + }, + "index": 186, + "alignment_index": [ + 186 + ] + }, + { + "id": "14EEDEE347", + "span": { + "start": 52715, + "end": 52982 + }, + "index": 187, + "alignment_index": [ + 187 + ] + }, + { + "id": "41AFC21871", + "span": { + "start": 52983, + "end": 54316 + }, + "index": 188, + "alignment_index": [ + 188 + ] + }, + { + "id": "94A09F95A0", + "span": { + "start": 54317, + "end": 54586 + }, + "index": 189, + "alignment_index": [ + 189 + ] + }, + { + "id": "801A14A801", + "span": { + "start": 54587, + "end": 54700 + }, + "index": 190, + "alignment_index": [ + 190 + ] + }, + { + "id": "4F1143F082", + "span": { + "start": 54701, + "end": 54920 + }, + "index": 191, + "alignment_index": [ + 191 + ] + }, + { + "id": "97639B5BB2", + "span": { + "start": 54921, + "end": 55201 + }, + "index": 192, + "alignment_index": [ + 192 + ] + }, + { + "id": "4ED1662C20", + "span": { + "start": 55202, + "end": 55376 + }, + "index": 193, + "alignment_index": [ + 193 + ] + }, + { + "id": "44BF5EED4E", + "span": { + "start": 55377, + "end": 55509 + }, + "index": 194, + "alignment_index": [ + 194 + ] + }, + { + "id": "76FF444689", + "span": { + "start": 55510, + "end": 55660 + }, + "index": 195, + "alignment_index": [ + 195 + ] + }, + { + "id": "3F0BBF63B3", + "span": { + "start": 55661, + "end": 55781 + }, + "index": 196, + "alignment_index": [ + 196 + ] + }, + { + "id": "3DD9D2F471", + "span": { + "start": 55782, + "end": 55937 + }, + "index": 197, + "alignment_index": [ + 197 + ] + }, + { + "id": "E2EE2EBDBB", + "span": { + "start": 55938, + "end": 56102 + }, + "index": 198, + "alignment_index": [ + 198 + ] + }, + { + "id": "3F8AE8DD2D", + "span": { + "start": 56103, + "end": 56307 + }, + "index": 199, + "alignment_index": [ + 199 + ] + }, + { + "id": "D28D284428", + "span": { + "start": 56308, + "end": 56560 + }, + "index": 200, + "alignment_index": [ + 200 + ] + }, + { + "id": "9D73DBD895", + "span": { + "start": 56561, + "end": 57080 + }, + "index": 201, + "alignment_index": [ + 201 + ] + }, + { + "id": "8D0490754D", + "span": { + "start": 57081, + "end": 57274 + }, + "index": 202, + "alignment_index": [ + 202 + ] + }, + { + "id": "BF5904DDD4", + "span": { + "start": 57275, + "end": 57555 + }, + "index": 203, + "alignment_index": [ + 203 + ] + }, + { + "id": "AD44E7CC4D", + "span": { + "start": 57556, + "end": 57718 + }, + "index": 204, + "alignment_index": [ + 204 + ] + }, + { + "id": "4519194415", + "span": { + "start": 57719, + "end": 58045 + }, + "index": 205, + "alignment_index": [ + 205 + ] + }, + { + "id": "AFE2393AAA", + "span": { + "start": 58046, + "end": 58260 + }, + "index": 206, + "alignment_index": [ + 206 + ] + }, + { + "id": "4514201A14", + "span": { + "start": 58261, + "end": 58466 + }, + "index": 207, + "alignment_index": [ + 207 + ] + }, + { + "id": "245B65DD83", + "span": { + "start": 58467, + "end": 58644 + }, + "index": 208, + "alignment_index": [ + 208 + ] + }, + { + "id": "9B0B73D9E7", + "span": { + "start": 58645, + "end": 58865 + }, + "index": 209, + "alignment_index": [ + 209 + ] + }, + { + "id": "2FDD97E998", + "span": { + "start": 58866, + "end": 59980 + }, + "index": 210, + "alignment_index": [ + 210 + ] + }, + { + "id": "C469C8F92D", + "span": { + "start": 59981, + "end": 60182 + }, + "index": 211, + "alignment_index": [ + 211 + ] + }, + { + "id": "44A4E2AA92", + "span": { + "start": 60183, + "end": 60864 + }, + "index": 212, + "alignment_index": [ + 212 + ] + }, + { + "id": "6186495A68", + "span": { + "start": 60865, + "end": 61056 + }, + "index": 213, + "alignment_index": [ + 213 + ] + }, + { + "id": "9DF4D9F9AD", + "span": { + "start": 61057, + "end": 61227 + }, + "index": 214, + "alignment_index": [ + 214 + ] + }, + { + "id": "14EEAE2A42", + "span": { + "start": 61228, + "end": 61397 + }, + "index": 215, + "alignment_index": [ + 215 + ] + }, + { + "id": "5644F0F05B", + "span": { + "start": 61398, + "end": 61594 + }, + "index": 216, + "alignment_index": [ + 216 + ] + }, + { + "id": "C4861E5982", + "span": { + "start": 61595, + "end": 61852 + }, + "index": 217, + "alignment_index": [ + 217 + ] + }, + { + "id": "B6EE86156B", + "span": { + "start": 61853, + "end": 62077 + }, + "index": 218, + "alignment_index": [ + 218 + ] + }, + { + "id": "308FC6CFB3", + "span": { + "start": 62078, + "end": 62570 + }, + "index": 219, + "alignment_index": [ + 219 + ] + }, + { + "id": "480D8654DF", + "span": { + "start": 62571, + "end": 62978 + }, + "index": 220, + "alignment_index": [ + 220 + ] + }, + { + "id": "B7E96B50AB", + "span": { + "start": 62979, + "end": 63132 + }, + "index": 221, + "alignment_index": [ + 221 + ] + }, + { + "id": "E27A0754A0", + "span": { + "start": 63133, + "end": 64092 + }, + "index": 222, + "alignment_index": [ + 222 + ] + }, + { + "id": "5DC5A52D87", + "span": { + "start": 64093, + "end": 64277 + }, + "index": 223, + "alignment_index": [ + 223 + ] + }, + { + "id": "F8B9A3A148", + "span": { + "start": 64278, + "end": 64492 + }, + "index": 224, + "alignment_index": [ + 224 + ] + }, + { + "id": "8C8CD25A18", + "span": { + "start": 64493, + "end": 64646 + }, + "index": 225, + "alignment_index": [ + 225 + ] + }, + { + "id": "E8ACC1CA50", + "span": { + "start": 64647, + "end": 64857 + }, + "index": 226, + "alignment_index": [ + 226 + ] + }, + { + "id": "8B7B2AD2F2", + "span": { + "start": 64858, + "end": 65093 + }, + "index": 227, + "alignment_index": [ + 227 + ] + }, + { + "id": "8660A80666", + "span": { + "start": 65094, + "end": 65735 + }, + "index": 228, + "alignment_index": [ + 228 + ] + }, + { + "id": "BBA8519A4F", + "span": { + "start": 65736, + "end": 65943 + }, + "index": 229, + "alignment_index": [ + 229 + ] + }, + { + "id": "9651EEA129", + "span": { + "start": 65944, + "end": 66689 + }, + "index": 230, + "alignment_index": [ + 230 + ] + }, + { + "id": "2C270AB77C", + "span": { + "start": 66690, + "end": 67120 + }, + "index": 231, + "alignment_index": [ + 231 + ] + }, + { + "id": "F634BBD368", + "span": { + "start": 67121, + "end": 67401 + }, + "index": 232, + "alignment_index": [ + 232 + ] + }, + { + "id": "A2AA954525", + "span": { + "start": 67402, + "end": 67611 + }, + "index": 233, + "alignment_index": [ + 233 + ] + }, + { + "id": "6916821474", + "span": { + "start": 67612, + "end": 67813 + }, + "index": 234, + "alignment_index": [ + 234 + ] + }, + { + "id": "43CBB68FAD", + "span": { + "start": 67814, + "end": 68016 + }, + "index": 235, + "alignment_index": [ + 235 + ] + }, + { + "id": "649EBB2EB2", + "span": { + "start": 68017, + "end": 68316 + }, + "index": 236, + "alignment_index": [ + 236 + ] + }, + { + "id": "5365311AE4", + "span": { + "start": 68317, + "end": 68472 + }, + "index": 237, + "alignment_index": [ + 237 + ] + }, + { + "id": "C334243DB3", + "span": { + "start": 68473, + "end": 69223 + }, + "index": 238, + "alignment_index": [ + 238 + ] + }, + { + "id": "3D462CAB1C", + "span": { + "start": 69224, + "end": 69430 + }, + "index": 239, + "alignment_index": [ + 239 + ] + }, + { + "id": "B3403BA410", + "span": { + "start": 69431, + "end": 69653 + }, + "index": 240, + "alignment_index": [ + 240 + ] + }, + { + "id": "3EC3A9737C", + "span": { + "start": 69654, + "end": 69879 + }, + "index": 241, + "alignment_index": [ + 241 + ] + }, + { + "id": "61D743CB59", + "span": { + "start": 69880, + "end": 70398 + }, + "index": 242, + "alignment_index": [ + 242 + ] + }, + { + "id": "E5CF57D646", + "span": { + "start": 70399, + "end": 70645 + }, + "index": 243, + "alignment_index": [ + 243 + ] + }, + { + "id": "E02A561013", + "span": { + "start": 70646, + "end": 70850 + }, + "index": 244, + "alignment_index": [ + 244 + ] + }, + { + "id": "08CD4C5EA4", + "span": { + "start": 70851, + "end": 71053 + }, + "index": 245, + "alignment_index": [ + 245 + ] + }, + { + "id": "952D8509A8", + "span": { + "start": 71054, + "end": 71310 + }, + "index": 246, + "alignment_index": [ + 246 + ] + }, + { + "id": "C03294CC23", + "span": { + "start": 71311, + "end": 71499 + }, + "index": 247, + "alignment_index": [ + 247 + ] + }, + { + "id": "8DC5DC22D7", + "span": { + "start": 71500, + "end": 71709 + }, + "index": 248, + "alignment_index": [ + 248 + ] + }, + { + "id": "4D428137CE", + "span": { + "start": 71710, + "end": 71909 + }, + "index": 249, + "alignment_index": [ + 249 + ] + }, + { + "id": "718B34F44D", + "span": { + "start": 71910, + "end": 72328 + }, + "index": 250, + "alignment_index": [ + 250 + ] + }, + { + "id": "3C4ACF34CC", + "span": { + "start": 72329, + "end": 72520 + }, + "index": 251, + "alignment_index": [ + 251 + ] + }, + { + "id": "56C92A544F", + "span": { + "start": 72521, + "end": 72723 + }, + "index": 252, + "alignment_index": [ + 252 + ] + }, + { + "id": "389DAAABD8", + "span": { + "start": 72724, + "end": 72916 + }, + "index": 253, + "alignment_index": [ + 253 + ] + }, + { + "id": "6FEB13FB53", + "span": { + "start": 72917, + "end": 73075 + }, + "index": 254, + "alignment_index": [ + 254 + ] + }, + { + "id": "DEA37F34A7", + "span": { + "start": 73076, + "end": 73253 + }, + "index": 255, + "alignment_index": [ + 255 + ] + }, + { + "id": "5D1A441264", + "span": { + "start": 73254, + "end": 73427 + }, + "index": 256, + "alignment_index": [ + 256 + ] + }, + { + "id": "50B9294535", + "span": { + "start": 73428, + "end": 73832 + }, + "index": 257, + "alignment_index": [ + 257 + ] + }, + { + "id": "DB4B7A14A4", + "span": { + "start": 73833, + "end": 74086 + }, + "index": 258, + "alignment_index": [ + 258 + ] + }, + { + "id": "81AACF4212", + "span": { + "start": 74087, + "end": 74229 + }, + "index": 259, + "alignment_index": [ + 259 + ] + }, + { + "id": "A44B1486A0", + "span": { + "start": 74230, + "end": 74390 + }, + "index": 260, + "alignment_index": [ + 260 + ] + }, + { + "id": "F63DF4FEF5", + "span": { + "start": 74391, + "end": 74614 + }, + "index": 261, + "alignment_index": [ + 261 + ] + }, + { + "id": "2B4559EDC3", + "span": { + "start": 74615, + "end": 74767 + }, + "index": 262, + "alignment_index": [ + 262 + ] + }, + { + "id": "D48D9C8B2C", + "span": { + "start": 74768, + "end": 75660 + }, + "index": 263, + "alignment_index": [ + 263 + ] + }, + { + "id": "4CA66A353E", + "span": { + "start": 75661, + "end": 75873 + }, + "index": 264, + "alignment_index": [ + 264 + ] + }, + { + "id": "5BBAAB0B0B", + "span": { + "start": 75874, + "end": 76088 + }, + "index": 265, + "alignment_index": [ + 265 + ] + }, + { + "id": "D4D54F28E2", + "span": { + "start": 76089, + "end": 76339 + }, + "index": 266, + "alignment_index": [ + 266 + ] + }, + { + "id": "64A7154118", + "span": { + "start": 76340, + "end": 76603 + }, + "index": 267, + "alignment_index": [ + 267 + ] + }, + { + "id": "BB8ABB7483", + "span": { + "start": 76604, + "end": 76879 + }, + "index": 268, + "alignment_index": [ + 268 + ] + }, + { + "id": "4D6CC4C836", + "span": { + "start": 76880, + "end": 77575 + }, + "index": 269, + "alignment_index": [ + 269 + ] + }, + { + "id": "6070F2EA22", + "span": { + "start": 77576, + "end": 77860 + }, + "index": 270, + "alignment_index": [ + 270 + ] + }, + { + "id": "98DA444664", + "span": { + "start": 77861, + "end": 78673 + }, + "index": 271, + "alignment_index": [ + 271 + ] + }, + { + "id": "738643266F", + "span": { + "start": 78674, + "end": 78839 + }, + "index": 272, + "alignment_index": [ + 272 + ] + }, + { + "id": "7A049A6620", + "span": { + "start": 78840, + "end": 79692 + }, + "index": 273, + "alignment_index": [ + 273 + ] + }, + { + "id": "C6FEDC9BB6", + "span": { + "start": 79693, + "end": 80455 + }, + "index": 274, + "alignment_index": [ + 274 + ] + }, + { + "id": "BB4949AD60", + "span": { + "start": 80456, + "end": 80715 + }, + "index": 275, + "alignment_index": [ + 275 + ] + }, + { + "id": "540B244006", + "span": { + "start": 80716, + "end": 80919 + }, + "index": 276, + "alignment_index": [ + 276 + ] + }, + { + "id": "014D4822A3", + "span": { + "start": 80920, + "end": 81132 + }, + "index": 277, + "alignment_index": [ + 277 + ] + }, + { + "id": "CA6C1E5E6C", + "span": { + "start": 81133, + "end": 81352 + }, + "index": 278, + "alignment_index": [ + 278 + ] + }, + { + "id": "044460F3B3", + "span": { + "start": 81353, + "end": 81590 + }, + "index": 279, + "alignment_index": [ + 279 + ] + }, + { + "id": "3684CB4443", + "span": { + "start": 81591, + "end": 82368 + }, + "index": 280, + "alignment_index": [ + 280 + ] + }, + { + "id": "4C46644281", + "span": { + "start": 82369, + "end": 82571 + }, + "index": 281, + "alignment_index": [ + 281 + ] + }, + { + "id": "341353F4AF", + "span": { + "start": 82572, + "end": 82810 + }, + "index": 282, + "alignment_index": [ + 282 + ] + }, + { + "id": "D86FA1F8B3", + "span": { + "start": 82811, + "end": 83535 + }, + "index": 283, + "alignment_index": [ + 283 + ] + }, + { + "id": "1E10420A2D", + "span": { + "start": 83536, + "end": 83716 + }, + "index": 284, + "alignment_index": [ + 284 + ] + }, + { + "id": "FE1E2E149E", + "span": { + "start": 83717, + "end": 83928 + }, + "index": 285, + "alignment_index": [ + 285 + ] + }, + { + "id": "FA0A5A1CBC", + "span": { + "start": 83929, + "end": 84132 + }, + "index": 286, + "alignment_index": [ + 286 + ] + }, + { + "id": "84AB3A4C3C", + "span": { + "start": 84133, + "end": 84290 + }, + "index": 287, + "alignment_index": [ + 287 + ] + }, + { + "id": "691BF626BE", + "span": { + "start": 84291, + "end": 84493 + }, + "index": 288, + "alignment_index": [ + 288 + ] + }, + { + "id": "B14B83414B", + "span": { + "start": 84494, + "end": 84732 + }, + "index": 289, + "alignment_index": [ + 289 + ] + }, + { + "id": "7623A39247", + "span": { + "start": 84733, + "end": 84908 + }, + "index": 290, + "alignment_index": [ + 290 + ] + }, + { + "id": "90CBD0BD92", + "span": { + "start": 84909, + "end": 85116 + }, + "index": 291, + "alignment_index": [ + 291 + ] + }, + { + "id": "03CB4D3444", + "span": { + "start": 85117, + "end": 85311 + }, + "index": 292, + "alignment_index": [ + 292 + ] + }, + { + "id": "E3CEC0C040", + "span": { + "start": 85312, + "end": 85528 + }, + "index": 293, + "alignment_index": [ + 293 + ] + }, + { + "id": "4FB5BA08E4", + "span": { + "start": 85529, + "end": 86363 + }, + "index": 294, + "alignment_index": [ + 294 + ] + }, + { + "id": "8C9E886CC7", + "span": { + "start": 86364, + "end": 86708 + }, + "index": 295, + "alignment_index": [ + 295 + ] + }, + { + "id": "883AAC4A02", + "span": { + "start": 86709, + "end": 86918 + }, + "index": 296, + "alignment_index": [ + 296 + ] + }, + { + "id": "0847C370DE", + "span": { + "start": 86919, + "end": 87121 + }, + "index": 297, + "alignment_index": [ + 297 + ] + }, + { + "id": "15F03DCCAF", + "span": { + "start": 87122, + "end": 87253 + }, + "index": 298, + "alignment_index": [ + 298 + ] + }, + { + "id": "38E585C83B", + "span": { + "start": 87254, + "end": 87416 + }, + "index": 299, + "alignment_index": [ + 299 + ] + }, + { + "id": "5B60606B8C", + "span": { + "start": 87417, + "end": 87534 + }, + "index": 300, + "alignment_index": [ + 300 + ] + }, + { + "id": "A0F9A9C0EF", + "span": { + "start": 87535, + "end": 87714 + }, + "index": 301, + "alignment_index": [ + 301 + ] + }, + { + "id": "E38D90B3E5", + "span": { + "start": 87715, + "end": 87903 + }, + "index": 302, + "alignment_index": [ + 302 + ] + }, + { + "id": "850F4BB028", + "span": { + "start": 87904, + "end": 88057 + }, + "index": 303, + "alignment_index": [ + 303 + ] + }, + { + "id": "66FE4F55B5", + "span": { + "start": 88058, + "end": 88652 + }, + "index": 304, + "alignment_index": [ + 304 + ] + }, + { + "id": "4667467065", + "span": { + "start": 88653, + "end": 88884 + }, + "index": 305, + "alignment_index": [ + 305 + ] + }, + { + "id": "0E305F8636", + "span": { + "start": 88885, + "end": 89039 + }, + "index": 306, + "alignment_index": [ + 306 + ] + }, + { + "id": "727C9EC374", + "span": { + "start": 89040, + "end": 89217 + }, + "index": 307, + "alignment_index": [ + 307 + ] + }, + { + "id": "53F04CAD43", + "span": { + "start": 89218, + "end": 89355 + }, + "index": 308, + "alignment_index": [ + 308 + ] + }, + { + "id": "8099C09CEC", + "span": { + "start": 89356, + "end": 89561 + }, + "index": 309, + "alignment_index": [ + 309 + ] + }, + { + "id": "B9309A2DD9", + "span": { + "start": 89562, + "end": 90059 + }, + "index": 310, + "alignment_index": [ + 310 + ] + }, + { + "id": "DFEEBE09FB", + "span": { + "start": 90060, + "end": 90214 + }, + "index": 311, + "alignment_index": [ + 311 + ] + }, + { + "id": "4A444756AF", + "span": { + "start": 90215, + "end": 90472 + }, + "index": 312, + "alignment_index": [ + 312 + ] + }, + { + "id": "94948D7FBA", + "span": { + "start": 90473, + "end": 90858 + }, + "index": 313, + "alignment_index": [ + 313 + ] + }, + { + "id": "073BAEF37F", + "span": { + "start": 90859, + "end": 91028 + }, + "index": 314, + "alignment_index": [ + 314 + ] + }, + { + "id": "8FC4186B22", + "span": { + "start": 91029, + "end": 91223 + }, + "index": 315, + "alignment_index": [ + 315 + ] + }, + { + "id": "9E3CEEC89A", + "span": { + "start": 91224, + "end": 91434 + }, + "index": 316, + "alignment_index": [ + 316 + ] + }, + { + "id": "3B1362E9F8", + "span": { + "start": 91435, + "end": 92032 + }, + "index": 317, + "alignment_index": [ + 317 + ] + }, + { + "id": "62A9D500C2", + "span": { + "start": 92033, + "end": 92420 + }, + "index": 318, + "alignment_index": [ + 318 + ] + }, + { + "id": "5840A0DB45", + "span": { + "start": 92421, + "end": 93090 + }, + "index": 319, + "alignment_index": [ + 319 + ] + }, + { + "id": "8A4B848EF3", + "span": { + "start": 93091, + "end": 93278 + }, + "index": 320, + "alignment_index": [ + 320 + ] + }, + { + "id": "111312D202", + "span": { + "start": 93279, + "end": 94042 + }, + "index": 321, + "alignment_index": [ + 321 + ] + }, + { + "id": "00984B0BA5", + "span": { + "start": 94043, + "end": 94218 + }, + "index": 322, + "alignment_index": [ + 322 + ] + }, + { + "id": "EDEEA44387", + "span": { + "start": 94219, + "end": 94753 + }, + "index": 323, + "alignment_index": [ + 323 + ] + }, + { + "id": "3C86C98823", + "span": { + "start": 94754, + "end": 94923 + }, + "index": 324, + "alignment_index": [ + 324 + ] + }, + { + "id": "2D5D44492B", + "span": { + "start": 94924, + "end": 95106 + }, + "index": 325, + "alignment_index": [ + 325 + ] + }, + { + "id": "C3915CE7E9", + "span": { + "start": 95107, + "end": 95352 + }, + "index": 326, + "alignment_index": [ + 326 + ] + }, + { + "id": "749414A0AA", + "span": { + "start": 95353, + "end": 95623 + }, + "index": 327, + "alignment_index": [ + 327 + ] + }, + { + "id": "F091DD0EEC", + "span": { + "start": 95624, + "end": 95905 + }, + "index": 328, + "alignment_index": [ + 328 + ] + }, + { + "id": "ECCD394FD3", + "span": { + "start": 95906, + "end": 96106 + }, + "index": 329, + "alignment_index": [ + 329 + ] + }, + { + "id": "3A2ED46406", + "span": { + "start": 96107, + "end": 96811 + }, + "index": 330, + "alignment_index": [ + 330 + ] + }, + { + "id": "A69C0EE133", + "span": { + "start": 96812, + "end": 97060 + }, + "index": 331, + "alignment_index": [ + 331 + ] + }, + { + "id": "3344CA88A4", + "span": { + "start": 97061, + "end": 97263 + }, + "index": 332, + "alignment_index": [ + 332 + ] + }, + { + "id": "A46454AE9E", + "span": { + "start": 97264, + "end": 97722 + }, + "index": 333, + "alignment_index": [ + 333 + ] + }, + { + "id": "5E022DB5E2", + "span": { + "start": 97723, + "end": 97901 + }, + "index": 334, + "alignment_index": [ + 334 + ] + }, + { + "id": "F3D0443496", + "span": { + "start": 97902, + "end": 98106 + }, + "index": 335, + "alignment_index": [ + 335 + ] + }, + { + "id": "F8632892F2", + "span": { + "start": 98107, + "end": 98880 + }, + "index": 336, + "alignment_index": [ + 336 + ] + }, + { + "id": "22846E88EB", + "span": { + "start": 98881, + "end": 99487 + }, + "index": 337, + "alignment_index": [ + 337 + ] + }, + { + "id": "B407646172", + "span": { + "start": 99488, + "end": 100101 + }, + "index": 338, + "alignment_index": [ + 338 + ] + }, + { + "id": "47DD377854", + "span": { + "start": 100102, + "end": 100282 + }, + "index": 339, + "alignment_index": [ + 339 + ] + }, + { + "id": "45A8319B82", + "span": { + "start": 100283, + "end": 100499 + }, + "index": 340, + "alignment_index": [ + 340 + ] + }, + { + "id": "944AAE54A0", + "span": { + "start": 100500, + "end": 100717 + }, + "index": 341, + "alignment_index": [ + 341 + ] + }, + { + "id": "BBE02B10DB", + "span": { + "start": 100718, + "end": 100935 + }, + "index": 342, + "alignment_index": [ + 342 + ] + }, + { + "id": "DF7814D45E", + "span": { + "start": 100936, + "end": 101100 + }, + "index": 343, + "alignment_index": [ + 343 + ] + }, + { + "id": "FF8EFC1479", + "span": { + "start": 101101, + "end": 101322 + }, + "index": 344, + "alignment_index": [ + 344 + ] + }, + { + "id": "0AC309CAFE", + "span": { + "start": 101323, + "end": 101506 + }, + "index": 345, + "alignment_index": [ + 345 + ] + }, + { + "id": "A5DD98249A", + "span": { + "start": 101507, + "end": 101712 + }, + "index": 346, + "alignment_index": [ + 346 + ] + }, + { + "id": "D3D3883EAC", + "span": { + "start": 101713, + "end": 101900 + }, + "index": 347, + "alignment_index": [ + 347 + ] + }, + { + "id": "F24EE4DE22", + "span": { + "start": 101901, + "end": 102145 + }, + "index": 348, + "alignment_index": [ + 348 + ] + }, + { + "id": "CDF2D2EBB4", + "span": { + "start": 102146, + "end": 102307 + }, + "index": 349, + "alignment_index": [ + 349 + ] + }, + { + "id": "9149427D42", + "span": { + "start": 102308, + "end": 102505 + }, + "index": 350, + "alignment_index": [ + 350 + ] + }, + { + "id": "4FAB173EFF", + "span": { + "start": 102506, + "end": 102705 + }, + "index": 351, + "alignment_index": [ + 351 + ] + }, + { + "id": "899CEC2E02", + "span": { + "start": 102706, + "end": 102886 + }, + "index": 352, + "alignment_index": [ + 352 + ] + }, + { + "id": "AD90906051", + "span": { + "start": 102887, + "end": 103073 + }, + "index": 353, + "alignment_index": [ + 353 + ] + }, + { + "id": "C48E999406", + "span": { + "start": 103074, + "end": 103235 + }, + "index": 354, + "alignment_index": [ + 354 + ] + }, + { + "id": "5F009F3A53", + "span": { + "start": 103236, + "end": 104062 + }, + "index": 355, + "alignment_index": [ + 355 + ] + }, + { + "id": "A36443F486", + "span": { + "start": 104063, + "end": 104241 + }, + "index": 356, + "alignment_index": [ + 356 + ] + }, + { + "id": "03407B102D", + "span": { + "start": 104242, + "end": 104628 + }, + "index": 357, + "alignment_index": [ + 357 + ] + }, + { + "id": "4B58BA60E6", + "span": { + "start": 104629, + "end": 104820 + }, + "index": 358, + "alignment_index": [ + 358 + ] + }, + { + "id": "647B68FDBD", + "span": { + "start": 104821, + "end": 104969 + }, + "index": 359, + "alignment_index": [ + 359 + ] + }, + { + "id": "3881D46412", + "span": { + "start": 104970, + "end": 105788 + }, + "index": 360, + "alignment_index": [ + 360 + ] + }, + { + "id": "A04B24204D", + "span": { + "start": 105789, + "end": 105907 + }, + "index": 361, + "alignment_index": [ + 361 + ] + }, + { + "id": "FA722BF12A", + "span": { + "start": 105908, + "end": 106104 + }, + "index": 362, + "alignment_index": [ + 362 + ] + }, + { + "id": "773647781E", + "span": { + "start": 106105, + "end": 106409 + }, + "index": 363, + "alignment_index": [ + 363 + ] + }, + { + "id": "5B1433E1BB", + "span": { + "start": 106410, + "end": 107000 + }, + "index": 364, + "alignment_index": [ + 364 + ] + }, + { + "id": "8399328CB9", + "span": { + "start": 107001, + "end": 107264 + }, + "index": 365, + "alignment_index": [ + 365 + ] + }, + { + "id": "C42FD711BB", + "span": { + "start": 107265, + "end": 107503 + }, + "index": 366, + "alignment_index": [ + 366 + ] + }, + { + "id": "08B7758C64", + "span": { + "start": 107504, + "end": 107673 + }, + "index": 367, + "alignment_index": [ + 367 + ] + }, + { + "id": "050CE2E5CE", + "span": { + "start": 107674, + "end": 107862 + }, + "index": 368, + "alignment_index": [ + 368 + ] + }, + { + "id": "C3322BEB88", + "span": { + "start": 107863, + "end": 108233 + }, + "index": 369, + "alignment_index": [ + 369 + ] + }, + { + "id": "682068C422", + "span": { + "start": 108234, + "end": 108408 + }, + "index": 370, + "alignment_index": [ + 370 + ] + }, + { + "id": "AFCADD96BD", + "span": { + "start": 108409, + "end": 108622 + }, + "index": 371, + "alignment_index": [ + 371 + ] + }, + { + "id": "99D26669B6", + "span": { + "start": 108623, + "end": 108827 + }, + "index": 372, + "alignment_index": [ + 372 + ] + }, + { + "id": "66D93A513A", + "span": { + "start": 108828, + "end": 109222 + }, + "index": 373, + "alignment_index": [ + 373 + ] + }, + { + "id": "B6C648A6C6", + "span": { + "start": 109223, + "end": 109451 + }, + "index": 374, + "alignment_index": [ + 374 + ] + }, + { + "id": "C12B68D3DB", + "span": { + "start": 109452, + "end": 109849 + }, + "index": 375, + "alignment_index": [ + 375 + ] + }, + { + "id": "5D98DA8880", + "span": { + "start": 109850, + "end": 109998 + }, + "index": 376, + "alignment_index": [ + 376 + ] + }, + { + "id": "B98921EA5F", + "span": { + "start": 109999, + "end": 110236 + }, + "index": 377, + "alignment_index": [ + 377 + ] + }, + { + "id": "062DE37DF1", + "span": { + "start": 110237, + "end": 110466 + }, + "index": 378, + "alignment_index": [ + 378 + ] + }, + { + "id": "E73ADCFFFD", + "span": { + "start": 110467, + "end": 110661 + }, + "index": 379, + "alignment_index": [ + 379 + ] + }, + { + "id": "DF74D3DDF0", + "span": { + "start": 110662, + "end": 110861 + }, + "index": 380, + "alignment_index": [ + 380 + ] + }, + { + "id": "D864514AD3", + "span": { + "start": 110862, + "end": 111372 + }, + "index": 381, + "alignment_index": [ + 381 + ] + }, + { + "id": "9AAF4791A6", + "span": { + "start": 111373, + "end": 111613 + }, + "index": 382, + "alignment_index": [ + 382 + ] + }, + { + "id": "5A6BD82D27", + "span": { + "start": 111614, + "end": 111818 + }, + "index": 383, + "alignment_index": [ + 383 + ] + }, + { + "id": "49893C3109", + "span": { + "start": 111819, + "end": 112078 + }, + "index": 384, + "alignment_index": [ + 384 + ] + }, + { + "id": "00C4A819E4", + "span": { + "start": 112079, + "end": 112335 + }, + "index": 385, + "alignment_index": [ + 385 + ] + }, + { + "id": "8475438C98", + "span": { + "start": 112336, + "end": 112528 + }, + "index": 386, + "alignment_index": [ + 386 + ] + }, + { + "id": "283134FD42", + "span": { + "start": 112529, + "end": 112681 + }, + "index": 387, + "alignment_index": [ + 387 + ] + }, + { + "id": "11B053FA0B", + "span": { + "start": 112682, + "end": 112906 + }, + "index": 388, + "alignment_index": [ + 388 + ] + }, + { + "id": "09C68C7D48", + "span": { + "start": 112907, + "end": 113101 + }, + "index": 389, + "alignment_index": [ + 389 + ] + }, + { + "id": "13CF7B3B44", + "span": { + "start": 113102, + "end": 113693 + }, + "index": 390, + "alignment_index": [ + 390 + ] + }, + { + "id": "AEBCC28BEA", + "span": { + "start": 113694, + "end": 113897 + }, + "index": 391, + "alignment_index": [ + 391 + ] + }, + { + "id": "81A9C084C0", + "span": { + "start": 113898, + "end": 114077 + }, + "index": 392, + "alignment_index": [ + 392 + ] + }, + { + "id": "F2B7FCFCA9", + "span": { + "start": 114078, + "end": 114226 + }, + "index": 393, + "alignment_index": [ + 393 + ] + }, + { + "id": "B19A378981", + "span": { + "start": 114227, + "end": 114407 + }, + "index": 394, + "alignment_index": [ + 394 + ] + }, + { + "id": "A7257109BF", + "span": { + "start": 114408, + "end": 114642 + }, + "index": 395, + "alignment_index": [ + 395 + ] + }, + { + "id": "3A6AB3F41B", + "span": { + "start": 114643, + "end": 114811 + }, + "index": 396, + "alignment_index": [ + 396 + ] + }, + { + "id": "7F5BB6FE55", + "span": { + "start": 114812, + "end": 114995 + }, + "index": 397, + "alignment_index": [ + 397 + ] + }, + { + "id": "894D494CBF", + "span": { + "start": 114996, + "end": 115236 + }, + "index": 398, + "alignment_index": [ + 398 + ] + }, + { + "id": "B455084D70", + "span": { + "start": 115237, + "end": 115384 + }, + "index": 399, + "alignment_index": [ + 399 + ] + }, + { + "id": "7297293B99", + "span": { + "start": 115385, + "end": 115954 + }, + "index": 400, + "alignment_index": [ + 400 + ] + }, + { + "id": "E3AF206D7D", + "span": { + "start": 115955, + "end": 116148 + }, + "index": 401, + "alignment_index": [ + 401 + ] + }, + { + "id": "4A879B787C", + "span": { + "start": 116149, + "end": 116362 + }, + "index": 402, + "alignment_index": [ + 402 + ] + }, + { + "id": "24BB3E4AF6", + "span": { + "start": 116363, + "end": 116530 + }, + "index": 403, + "alignment_index": [ + 403 + ] + }, + { + "id": "EEEB95CA77", + "span": { + "start": 116531, + "end": 116739 + }, + "index": 404, + "alignment_index": [ + 404 + ] + }, + { + "id": "BFE2215FBF", + "span": { + "start": 116740, + "end": 116953 + }, + "index": 405, + "alignment_index": [ + 405 + ] + }, + { + "id": "0B7CCD5117", + "span": { + "start": 116954, + "end": 117143 + }, + "index": 406, + "alignment_index": [ + 406 + ] + }, + { + "id": "006D9A0030", + "span": { + "start": 117144, + "end": 117328 + }, + "index": 407, + "alignment_index": [ + 407 + ] + }, + { + "id": "DA42C83BDA", + "span": { + "start": 117329, + "end": 117551 + }, + "index": 408, + "alignment_index": [ + 408 + ] + }, + { + "id": "84EFD89A85", + "span": { + "start": 117552, + "end": 117820 + }, + "index": 409, + "alignment_index": [ + 409 + ] + }, + { + "id": "064C194D37", + "span": { + "start": 117821, + "end": 118039 + }, + "index": 410, + "alignment_index": [ + 410 + ] + }, + { + "id": "C3E4EB0280", + "span": { + "start": 118040, + "end": 118275 + }, + "index": 411, + "alignment_index": [ + 411 + ] + }, + { + "id": "FA9AAAD294", + "span": { + "start": 118276, + "end": 118537 + }, + "index": 412, + "alignment_index": [ + 412 + ] + }, + { + "id": "EBE5E832C4", + "span": { + "start": 118538, + "end": 118763 + }, + "index": 413, + "alignment_index": [ + 413 + ] + }, + { + "id": "F4424F1E88", + "span": { + "start": 118764, + "end": 118978 + }, + "index": 414, + "alignment_index": [ + 414 + ] + }, + { + "id": "0F4B0E40BB", + "span": { + "start": 118979, + "end": 119208 + }, + "index": 415, + "alignment_index": [ + 415 + ] + }, + { + "id": "4F89F56D4F", + "span": { + "start": 119209, + "end": 119447 + }, + "index": 416, + "alignment_index": [ + 416 + ] + }, + { + "id": "171D5DC0B5", + "span": { + "start": 119448, + "end": 119702 + }, + "index": 417, + "alignment_index": [ + 417 + ] + }, + { + "id": "B65B53407A", + "span": { + "start": 119703, + "end": 120249 + }, + "index": 418, + "alignment_index": [ + 418 + ] + }, + { + "id": "CCAF8D2652", + "span": { + "start": 120250, + "end": 120485 + }, + "index": 419, + "alignment_index": [ + 419 + ] + }, + { + "id": "41ED971420", + "span": { + "start": 120486, + "end": 120781 + }, + "index": 420, + "alignment_index": [ + 420 + ] + }, + { + "id": "635998CFF6", + "span": { + "start": 120782, + "end": 121528 + }, + "index": 421, + "alignment_index": [ + 421 + ] + }, + { + "id": "0B42A49CFB", + "span": { + "start": 121529, + "end": 122363 + }, + "index": 422, + "alignment_index": [ + 422 + ] + }, + { + "id": "F268F02728", + "span": { + "start": 122364, + "end": 122631 + }, + "index": 423, + "alignment_index": [ + 423 + ] + }, + { + "id": "447CA70485", + "span": { + "start": 122632, + "end": 123223 + }, + "index": 424, + "alignment_index": [ + 424 + ] + }, + { + "id": "0BAF88885A", + "span": { + "start": 123224, + "end": 123474 + }, + "index": 425, + "alignment_index": [ + 425 + ] + }, + { + "id": "4F23B2275B", + "span": { + "start": 123475, + "end": 123746 + }, + "index": 426, + "alignment_index": [ + 426 + ] + }, + { + "id": "D44DC1BA38", + "span": { + "start": 123747, + "end": 124057 + }, + "index": 427, + "alignment_index": [ + 427 + ] + }, + { + "id": "BB1177F7D4", + "span": { + "start": 124058, + "end": 124191 + }, + "index": 428, + "alignment_index": [ + 428 + ] + }, + { + "id": "804FE8FFAF", + "span": { + "start": 124192, + "end": 124982 + }, + "index": 429, + "alignment_index": [ + 429 + ] + }, + { + "id": "33992C9713", + "span": { + "start": 124983, + "end": 125166 + }, + "index": 430, + "alignment_index": [ + 430 + ] + }, + { + "id": "30871940C4", + "span": { + "start": 125167, + "end": 125335 + }, + "index": 431, + "alignment_index": [ + 431 + ] + }, + { + "id": "A188855FFA", + "span": { + "start": 125336, + "end": 125503 + }, + "index": 432, + "alignment_index": [ + 432 + ] + }, + { + "id": "187332360B", + "span": { + "start": 125504, + "end": 125711 + }, + "index": 433, + "alignment_index": [ + 433 + ] + }, + { + "id": "BAA60B4669", + "span": { + "start": 125712, + "end": 125931 + }, + "index": 434, + "alignment_index": [ + 434 + ] + }, + { + "id": "CE57E4706C", + "span": { + "start": 125932, + "end": 126134 + }, + "index": 435, + "alignment_index": [ + 435 + ] + }, + { + "id": "F4FC0B3AF5", + "span": { + "start": 126135, + "end": 126351 + }, + "index": 436, + "alignment_index": [ + 436 + ] + }, + { + "id": "FCFF7E19CA", + "span": { + "start": 126352, + "end": 126615 + }, + "index": 437, + "alignment_index": [ + 437 + ] + }, + { + "id": "82931B4A45", + "span": { + "start": 126616, + "end": 126801 + }, + "index": 438, + "alignment_index": [ + 438 + ] + }, + { + "id": "A5879B954A", + "span": { + "start": 126802, + "end": 126977 + }, + "index": 439, + "alignment_index": [ + 439 + ] + }, + { + "id": "B4386434B0", + "span": { + "start": 126978, + "end": 127141 + }, + "index": 440, + "alignment_index": [ + 440 + ] + }, + { + "id": "AA6A6D0B99", + "span": { + "start": 127142, + "end": 127332 + }, + "index": 441, + "alignment_index": [ + 441 + ] + }, + { + "id": "8151C52852", + "span": { + "start": 127333, + "end": 127511 + }, + "index": 442, + "alignment_index": [ + 442 + ] + }, + { + "id": "563F230B38", + "span": { + "start": 127512, + "end": 127664 + }, + "index": 443, + "alignment_index": [ + 443 + ] + }, + { + "id": "498E43DD90", + "span": { + "start": 127665, + "end": 127813 + }, + "index": 444, + "alignment_index": [ + 444 + ] + }, + { + "id": "49BD2D7BB6", + "span": { + "start": 127814, + "end": 128363 + }, + "index": 445, + "alignment_index": [ + 445 + ] + }, + { + "id": "501A04FC78", + "span": { + "start": 128364, + "end": 128576 + }, + "index": 446, + "alignment_index": [ + 446 + ] + }, + { + "id": "8E8E3873F8", + "span": { + "start": 128577, + "end": 128770 + }, + "index": 447, + "alignment_index": [ + 447 + ] + }, + { + "id": "F780E17378", + "span": { + "start": 128771, + "end": 129017 + }, + "index": 448, + "alignment_index": [ + 448 + ] + }, + { + "id": "04AAA44B6D", + "span": { + "start": 129018, + "end": 129203 + }, + "index": 449, + "alignment_index": [ + 449 + ] + }, + { + "id": "FE88EC948E", + "span": { + "start": 129204, + "end": 129397 + }, + "index": 450, + "alignment_index": [ + 450 + ] + }, + { + "id": "EED2E0DDFF", + "span": { + "start": 129398, + "end": 129556 + }, + "index": 451, + "alignment_index": [ + 451 + ] + }, + { + "id": "5FDBCA4578", + "span": { + "start": 129557, + "end": 129765 + }, + "index": 452, + "alignment_index": [ + 452 + ] + }, + { + "id": "044D09C99B", + "span": { + "start": 129766, + "end": 130392 + }, + "index": 453, + "alignment_index": [ + 453 + ] + }, + { + "id": "144CDC2372", + "span": { + "start": 130393, + "end": 130618 + }, + "index": 454, + "alignment_index": [ + 454 + ] + }, + { + "id": "C3E24EA92F", + "span": { + "start": 130619, + "end": 130802 + }, + "index": 455, + "alignment_index": [ + 455 + ] + }, + { + "id": "09BA109BB3", + "span": { + "start": 130803, + "end": 130983 + }, + "index": 456, + "alignment_index": [ + 456 + ] + }, + { + "id": "D762884476", + "span": { + "start": 130984, + "end": 131198 + }, + "index": 457, + "alignment_index": [ + 457 + ] + }, + { + "id": "79DCA25BBC", + "span": { + "start": 131199, + "end": 131344 + }, + "index": 458, + "alignment_index": [ + 458 + ] + }, + { + "id": "50DFE1820D", + "span": { + "start": 131345, + "end": 132100 + }, + "index": 459, + "alignment_index": [ + 459 + ] + }, + { + "id": "238B760126", + "span": { + "start": 132101, + "end": 132394 + }, + "index": 460, + "alignment_index": [ + 460 + ] + }, + { + "id": "F1F56BD7D7", + "span": { + "start": 132395, + "end": 132582 + }, + "index": 461, + "alignment_index": [ + 461 + ] + }, + { + "id": "E1ED12BE01", + "span": { + "start": 132583, + "end": 133542 + }, + "index": 462, + "alignment_index": [ + 462 + ] + }, + { + "id": "14141A8FAA", + "span": { + "start": 133543, + "end": 133783 + }, + "index": 463, + "alignment_index": [ + 463 + ] + }, + { + "id": "BE84914689", + "span": { + "start": 133784, + "end": 134013 + }, + "index": 464, + "alignment_index": [ + 464 + ] + }, + { + "id": "A82BA4CE6B", + "span": { + "start": 134014, + "end": 134295 + }, + "index": 465, + "alignment_index": [ + 465 + ] + }, + { + "id": "D22BDB7414", + "span": { + "start": 134296, + "end": 134556 + }, + "index": 466, + "alignment_index": [ + 466 + ] + }, + { + "id": "455F1244D9", + "span": { + "start": 134557, + "end": 134800 + }, + "index": 467, + "alignment_index": [ + 467 + ] + }, + { + "id": "CBFFD9A07F", + "span": { + "start": 134801, + "end": 135041 + }, + "index": 468, + "alignment_index": [ + 468 + ] + }, + { + "id": "B53B4E8269", + "span": { + "start": 135042, + "end": 135331 + }, + "index": 469, + "alignment_index": [ + 469 + ] + }, + { + "id": "F583B745B2", + "span": { + "start": 135332, + "end": 135488 + }, + "index": 470, + "alignment_index": [ + 470 + ] + }, + { + "id": "5E534C46CF", + "span": { + "start": 135489, + "end": 136403 + }, + "index": 471, + "alignment_index": [ + 471 + ] + }, + { + "id": "D58ECD494C", + "span": { + "start": 136404, + "end": 136597 + }, + "index": 472, + "alignment_index": [ + 472 + ] + }, + { + "id": "D0B850A828", + "span": { + "start": 136598, + "end": 136796 + }, + "index": 473, + "alignment_index": [ + 473 + ] + }, + { + "id": "100DB61FC7", + "span": { + "start": 136797, + "end": 137016 + }, + "index": 474, + "alignment_index": [ + 474 + ] + }, + { + "id": "64E498EE69", + "span": { + "start": 137017, + "end": 137189 + }, + "index": 475, + "alignment_index": [ + 475 + ] + }, + { + "id": "FBB0777B00", + "span": { + "start": 137190, + "end": 137339 + }, + "index": 476, + "alignment_index": [ + 476 + ] + }, + { + "id": "06D9B199D8", + "span": { + "start": 137340, + "end": 137608 + }, + "index": 477, + "alignment_index": [ + 477 + ] + }, + { + "id": "2922813362", + "span": { + "start": 137609, + "end": 137787 + }, + "index": 478, + "alignment_index": [ + 478 + ] + }, + { + "id": "A74DDE3137", + "span": { + "start": 137788, + "end": 138165 + }, + "index": 479, + "alignment_index": [ + 479 + ] + }, + { + "id": "85C6B1463E", + "span": { + "start": 138166, + "end": 138546 + }, + "index": 480, + "alignment_index": [ + 480 + ] + }, + { + "id": "202C6886D5", + "span": { + "start": 138547, + "end": 138719 + }, + "index": 481, + "alignment_index": [ + 481 + ] + }, + { + "id": "2AF8465336", + "span": { + "start": 138720, + "end": 139014 + }, + "index": 482, + "alignment_index": [ + 482 + ] + }, + { + "id": "1A3ABE638F", + "span": { + "start": 139015, + "end": 139273 + }, + "index": 483, + "alignment_index": [ + 483 + ] + }, + { + "id": "09FA9EE511", + "span": { + "start": 139274, + "end": 139541 + }, + "index": 484, + "alignment_index": [ + 484 + ] + }, + { + "id": "0FF5B7CC4B", + "span": { + "start": 139542, + "end": 140127 + }, + "index": 485, + "alignment_index": [ + 485 + ] + }, + { + "id": "3DD63CD3E9", + "span": { + "start": 140128, + "end": 140623 + }, + "index": 486, + "alignment_index": [ + 486 + ] + }, + { + "id": "7539FCA308", + "span": { + "start": 140624, + "end": 140816 + }, + "index": 487, + "alignment_index": [ + 487 + ] + }, + { + "id": "A17E66CCBF", + "span": { + "start": 140817, + "end": 141048 + }, + "index": 488, + "alignment_index": [ + 488 + ] + }, + { + "id": "9DD888F488", + "span": { + "start": 141049, + "end": 141236 + }, + "index": 489, + "alignment_index": [ + 489 + ] + }, + { + "id": "8C58EC2F6E", + "span": { + "start": 141237, + "end": 141371 + }, + "index": 490, + "alignment_index": [ + 490 + ] + }, + { + "id": "6F514AD654", + "span": { + "start": 141372, + "end": 141650 + }, + "index": 491, + "alignment_index": [ + 491 + ] + }, + { + "id": "D49606506D", + "span": { + "start": 141651, + "end": 141931 + }, + "index": 492, + "alignment_index": [ + 492 + ] + }, + { + "id": "956D1D4D68", + "span": { + "start": 141932, + "end": 142156 + }, + "index": 493, + "alignment_index": [ + 493 + ] + }, + { + "id": "2A4A410CD2", + "span": { + "start": 142157, + "end": 142891 + }, + "index": 494, + "alignment_index": [ + 494 + ] + }, + { + "id": "9A4EBA2736", + "span": { + "start": 142892, + "end": 143101 + }, + "index": 495, + "alignment_index": [ + 495 + ] + }, + { + "id": "26520A70AE", + "span": { + "start": 143102, + "end": 143301 + }, + "index": 496, + "alignment_index": [ + 496 + ] + }, + { + "id": "77C8BD173F", + "span": { + "start": 143302, + "end": 143533 + }, + "index": 497, + "alignment_index": [ + 497 + ] + }, + { + "id": "26090B4697", + "span": { + "start": 143534, + "end": 143791 + }, + "index": 498, + "alignment_index": [ + 498 + ] + }, + { + "id": "900E0099AA", + "span": { + "start": 143792, + "end": 144603 + }, + "index": 499, + "alignment_index": [ + 499 + ] + }, + { + "id": "4C5365922F", + "span": { + "start": 144604, + "end": 144799 + }, + "index": 500, + "alignment_index": [ + 500 + ] + }, + { + "id": "7DB6E14AD8", + "span": { + "start": 144800, + "end": 144974 + }, + "index": 501, + "alignment_index": [ + 501 + ] + }, + { + "id": "D00A818112", + "span": { + "start": 144975, + "end": 145232 + }, + "index": 502, + "alignment_index": [ + 502 + ] + }, + { + "id": "889AD88988", + "span": { + "start": 145233, + "end": 145905 + }, + "index": 503, + "alignment_index": [ + 503 + ] + }, + { + "id": "BE4AD4688F", + "span": { + "start": 145906, + "end": 146098 + }, + "index": 504, + "alignment_index": [ + 504 + ] + }, + { + "id": "94D3D8C9D6", + "span": { + "start": 146099, + "end": 146267 + }, + "index": 505, + "alignment_index": [ + 505 + ] + }, + { + "id": "295A88D5A5", + "span": { + "start": 146268, + "end": 146537 + }, + "index": 506, + "alignment_index": [ + 506 + ] + }, + { + "id": "1D3D4B29F9", + "span": { + "start": 146538, + "end": 146696 + }, + "index": 507, + "alignment_index": [ + 507 + ] + }, + { + "id": "D299A35263", + "span": { + "start": 146697, + "end": 146852 + }, + "index": 508, + "alignment_index": [ + 508 + ] + }, + { + "id": "367A6A25A8", + "span": { + "start": 146853, + "end": 147098 + }, + "index": 509, + "alignment_index": [ + 509 + ] + }, + { + "id": "61AFAF6EBE", + "span": { + "start": 147099, + "end": 147827 + }, + "index": 510, + "alignment_index": [ + 510 + ] + }, + { + "id": "4DA93B14F3", + "span": { + "start": 147828, + "end": 148066 + }, + "index": 511, + "alignment_index": [ + 511 + ] + }, + { + "id": "6D79EBB99F", + "span": { + "start": 148067, + "end": 148389 + }, + "index": 512, + "alignment_index": [ + 512 + ] + }, + { + "id": "E8C52FC2F7", + "span": { + "start": 148390, + "end": 148565 + }, + "index": 513, + "alignment_index": [ + 513 + ] + }, + { + "id": "4A54AA4B5B", + "span": { + "start": 148566, + "end": 148721 + }, + "index": 514, + "alignment_index": [ + 514 + ] + }, + { + "id": "503B9AA144", + "span": { + "start": 148722, + "end": 148975 + }, + "index": 515, + "alignment_index": [ + 515 + ] + }, + { + "id": "FEB22277DA", + "span": { + "start": 148976, + "end": 149258 + }, + "index": 516, + "alignment_index": [ + 516 + ] + }, + { + "id": "C128CC95F4", + "span": { + "start": 149259, + "end": 149443 + }, + "index": 517, + "alignment_index": [ + 517 + ] + }, + { + "id": "3111AC3313", + "span": { + "start": 149444, + "end": 149661 + }, + "index": 518, + "alignment_index": [ + 518 + ] + }, + { + "id": "70D124B1D0", + "span": { + "start": 149662, + "end": 149879 + }, + "index": 519, + "alignment_index": [ + 519 + ] + }, + { + "id": "9CEBC9B529", + "span": { + "start": 149880, + "end": 150091 + }, + "index": 520, + "alignment_index": [ + 520 + ] + }, + { + "id": "018888F98F", + "span": { + "start": 150092, + "end": 150327 + }, + "index": 521, + "alignment_index": [ + 521 + ] + }, + { + "id": "57F88FF094", + "span": { + "start": 150328, + "end": 150513 + }, + "index": 522, + "alignment_index": [ + 522 + ] + }, + { + "id": "5F6FBF6B97", + "span": { + "start": 150514, + "end": 150757 + }, + "index": 523, + "alignment_index": [ + 523 + ] + }, + { + "id": "41A98B1871", + "span": { + "start": 150758, + "end": 151080 + }, + "index": 524, + "alignment_index": [ + 524 + ] + }, + { + "id": "C903B9DBBA", + "span": { + "start": 151081, + "end": 151393 + }, + "index": 525, + "alignment_index": [ + 525 + ] + }, + { + "id": "81883C3841", + "span": { + "start": 151394, + "end": 151512 + }, + "index": 526, + "alignment_index": [ + 526 + ] + }, + { + "id": "C81129E126", + "span": { + "start": 151513, + "end": 151825 + }, + "index": 527, + "alignment_index": [ + 527 + ] + }, + { + "id": "0C00176016", + "span": { + "start": 151826, + "end": 152042 + }, + "index": 528, + "alignment_index": [ + 528 + ] + }, + { + "id": "401CD8B47B", + "span": { + "start": 152043, + "end": 152200 + }, + "index": 529, + "alignment_index": [ + 529 + ] + }, + { + "id": "1D045BB6F1", + "span": { + "start": 152201, + "end": 152355 + }, + "index": 530, + "alignment_index": [ + 530 + ] + }, + { + "id": "83D5E31EA0", + "span": { + "start": 152356, + "end": 153104 + }, + "index": 531, + "alignment_index": [ + 531 + ] + }, + { + "id": "C26EBFD319", + "span": { + "start": 153105, + "end": 153286 + }, + "index": 532, + "alignment_index": [ + 532 + ] + }, + { + "id": "83E26C325A", + "span": { + "start": 153287, + "end": 153457 + }, + "index": 533, + "alignment_index": [ + 533 + ] + }, + { + "id": "01837A822A", + "span": { + "start": 153458, + "end": 153707 + }, + "index": 534, + "alignment_index": [ + 534 + ] + }, + { + "id": "05CE57440B", + "span": { + "start": 153708, + "end": 153898 + }, + "index": 535, + "alignment_index": [ + 535 + ] + }, + { + "id": "2A2A67C07D", + "span": { + "start": 153899, + "end": 154046 + }, + "index": 536, + "alignment_index": [ + 536 + ] + }, + { + "id": "3BF3882311", + "span": { + "start": 154047, + "end": 154247 + }, + "index": 537, + "alignment_index": [ + 537 + ] + }, + { + "id": "CAD4E8D1BE", + "span": { + "start": 154248, + "end": 154401 + }, + "index": 538, + "alignment_index": [ + 538 + ] + }, + { + "id": "75251178A0", + "span": { + "start": 154402, + "end": 154590 + }, + "index": 539, + "alignment_index": [ + 539 + ] + }, + { + "id": "A5B01197B0", + "span": { + "start": 154591, + "end": 154779 + }, + "index": 540, + "alignment_index": [ + 540 + ] + }, + { + "id": "F45CB66454", + "span": { + "start": 154780, + "end": 154947 + }, + "index": 541, + "alignment_index": [ + 541 + ] + }, + { + "id": "00561A9012", + "span": { + "start": 154948, + "end": 155095 + }, + "index": 542, + "alignment_index": [ + 542 + ] + }, + { + "id": "622CC3B8CB", + "span": { + "start": 155096, + "end": 155920 + }, + "index": 543, + "alignment_index": [ + 543 + ] + }, + { + "id": "84948A1C96", + "span": { + "start": 155921, + "end": 156125 + }, + "index": 544, + "alignment_index": [ + 544 + ] + }, + { + "id": "BB54756405", + "span": { + "start": 156126, + "end": 156313 + }, + "index": 545, + "alignment_index": [ + 545 + ] + }, + { + "id": "024000093B", + "span": { + "start": 156314, + "end": 156480 + }, + "index": 546, + "alignment_index": [ + 546 + ] + }, + { + "id": "1566DFFAF0", + "span": { + "start": 156481, + "end": 156714 + }, + "index": 547, + "alignment_index": [ + 547 + ] + }, + { + "id": "1AB9138FF1", + "span": { + "start": 156715, + "end": 157194 + }, + "index": 548, + "alignment_index": [ + 548 + ] + }, + { + "id": "28B244535D", + "span": { + "start": 157195, + "end": 157440 + }, + "index": 549, + "alignment_index": [ + 549 + ] + }, + { + "id": "8E182FFC58", + "span": { + "start": 157441, + "end": 157639 + }, + "index": 550, + "alignment_index": [ + 550 + ] + }, + { + "id": "36CF4CF6AA", + "span": { + "start": 157640, + "end": 157879 + }, + "index": 551, + "alignment_index": [ + 551 + ] + }, + { + "id": "743C37354C", + "span": { + "start": 157880, + "end": 158054 + }, + "index": 552, + "alignment_index": [ + 552 + ] + }, + { + "id": "7184745785", + "span": { + "start": 158055, + "end": 158521 + }, + "index": 553, + "alignment_index": [ + 553 + ] + }, + { + "id": "2CE21B32CC", + "span": { + "start": 158522, + "end": 158689 + }, + "index": 554, + "alignment_index": [ + 554 + ] + }, + { + "id": "F9720A9310", + "span": { + "start": 158690, + "end": 159573 + }, + "index": 555, + "alignment_index": [ + 555 + ] + }, + { + "id": "B19D1D03AD", + "span": { + "start": 159574, + "end": 159743 + }, + "index": 556, + "alignment_index": [ + 556 + ] + }, + { + "id": "9504B9594F", + "span": { + "start": 159744, + "end": 159911 + }, + "index": 557, + "alignment_index": [ + 557 + ] + }, + { + "id": "B7FFF47FDF", + "span": { + "start": 159912, + "end": 160094 + }, + "index": 558, + "alignment_index": [ + 558 + ] + }, + { + "id": "4F4B0B4F0B", + "span": { + "start": 160095, + "end": 160259 + }, + "index": 559, + "alignment_index": [ + 559 + ] + }, + { + "id": "12140091C9", + "span": { + "start": 160260, + "end": 160486 + }, + "index": 560, + "alignment_index": [ + 560 + ] + }, + { + "id": "A918DEC316", + "span": { + "start": 160487, + "end": 160611 + }, + "index": 561, + "alignment_index": [ + 561 + ] + }, + { + "id": "2FF468A058", + "span": { + "start": 160612, + "end": 161286 + }, + "index": 562, + "alignment_index": [ + 562 + ] + }, + { + "id": "823F474F03", + "span": { + "start": 161287, + "end": 161452 + }, + "index": 563, + "alignment_index": [ + 563 + ] + }, + { + "id": "40F031F2FF", + "span": { + "start": 161453, + "end": 161862 + }, + "index": 564, + "alignment_index": [ + 564 + ] + }, + { + "id": "C7AA544A2A", + "span": { + "start": 161863, + "end": 162074 + }, + "index": 565, + "alignment_index": [ + 565 + ] + }, + { + "id": "7D455DBAB9", + "span": { + "start": 162075, + "end": 162719 + }, + "index": 566, + "alignment_index": [ + 566 + ] + }, + { + "id": "CF2DC5FC92", + "span": { + "start": 162720, + "end": 163562 + }, + "index": 567, + "alignment_index": [ + 567 + ] + }, + { + "id": "DDB3B7008C", + "span": { + "start": 163563, + "end": 163743 + }, + "index": 568, + "alignment_index": [ + 568 + ] + }, + { + "id": "EE805EE9A7", + "span": { + "start": 163744, + "end": 164082 + }, + "index": 569, + "alignment_index": [ + 569 + ] + }, + { + "id": "C96C3636C4", + "span": { + "start": 164083, + "end": 164256 + }, + "index": 570, + "alignment_index": [ + 570 + ] + }, + { + "id": "00082C731E", + "span": { + "start": 164257, + "end": 164446 + }, + "index": 571, + "alignment_index": [ + 571 + ] + }, + { + "id": "D0644E488E", + "span": { + "start": 164447, + "end": 164660 + }, + "index": 572, + "alignment_index": [ + 572 + ] + }, + { + "id": "DDF3A63FCF", + "span": { + "start": 164661, + "end": 164820 + }, + "index": 573, + "alignment_index": [ + 573 + ] + }, + { + "id": "442FFFBE8F", + "span": { + "start": 164821, + "end": 165022 + }, + "index": 574, + "alignment_index": [ + 574 + ] + }, + { + "id": "43277045AB", + "span": { + "start": 165023, + "end": 165212 + }, + "index": 575, + "alignment_index": [ + 575 + ] + }, + { + "id": "8DC48EEA33", + "span": { + "start": 165213, + "end": 165396 + }, + "index": 576, + "alignment_index": [ + 576 + ] + }, + { + "id": "1A296EBA3B", + "span": { + "start": 165397, + "end": 165604 + }, + "index": 577, + "alignment_index": [ + 577 + ] + }, + { + "id": "83D6EDE19A", + "span": { + "start": 165605, + "end": 166240 + }, + "index": 578, + "alignment_index": [ + 578 + ] + }, + { + "id": "7860AFE0CF", + "span": { + "start": 166241, + "end": 166446 + }, + "index": 579, + "alignment_index": [ + 579 + ] + }, + { + "id": "400E99A490", + "span": { + "start": 166447, + "end": 166663 + }, + "index": 580, + "alignment_index": [ + 580 + ] + }, + { + "id": "E11A9501AE", + "span": { + "start": 166664, + "end": 166901 + }, + "index": 581, + "alignment_index": [ + 581 + ] + }, + { + "id": "B9C4268CA4", + "span": { + "start": 166902, + "end": 167090 + }, + "index": 582, + "alignment_index": [ + 582 + ] + }, + { + "id": "F4FB8A4EFF", + "span": { + "start": 167091, + "end": 167238 + }, + "index": 583, + "alignment_index": [ + 583 + ] + }, + { + "id": "D0FE3AAD6D", + "span": { + "start": 167239, + "end": 167419 + }, + "index": 584, + "alignment_index": [ + 584 + ] + }, + { + "id": "67A93737FF", + "span": { + "start": 167420, + "end": 167579 + }, + "index": 585, + "alignment_index": [ + 585 + ] + }, + { + "id": "A87EA4152A", + "span": { + "start": 167580, + "end": 167803 + }, + "index": 586, + "alignment_index": [ + 586 + ] + }, + { + "id": "1F9AD47A77", + "span": { + "start": 167804, + "end": 168038 + }, + "index": 587, + "alignment_index": [ + 587 + ] + }, + { + "id": "2425AC6D88", + "span": { + "start": 168039, + "end": 168721 + }, + "index": 588, + "alignment_index": [ + 588 + ] + }, + { + "id": "6B1CE2A638", + "span": { + "start": 168722, + "end": 168908 + }, + "index": 589, + "alignment_index": [ + 589 + ] + }, + { + "id": "97A29A69B1", + "span": { + "start": 168909, + "end": 169113 + }, + "index": 590, + "alignment_index": [ + 590 + ] + }, + { + "id": "C74DA9378E", + "span": { + "start": 169114, + "end": 169403 + }, + "index": 591, + "alignment_index": [ + 591 + ] + }, + { + "id": "B771B30B02", + "span": { + "start": 169404, + "end": 169568 + }, + "index": 592, + "alignment_index": [ + 592 + ] + }, + { + "id": "4C733EEA6E", + "span": { + "start": 169569, + "end": 170168 + }, + "index": 593, + "alignment_index": [ + 593 + ] + }, + { + "id": "4ED4F48AC2", + "span": { + "start": 170169, + "end": 170381 + }, + "index": 594, + "alignment_index": [ + 594 + ] + }, + { + "id": "7FF220565A", + "span": { + "start": 170382, + "end": 171225 + }, + "index": 595, + "alignment_index": [ + 595 + ] + }, + { + "id": "765B5957E9", + "span": { + "start": 171226, + "end": 171443 + }, + "index": 596, + "alignment_index": [ + 596 + ] + }, + { + "id": "9743612C24", + "span": { + "start": 171444, + "end": 171601 + }, + "index": 597, + "alignment_index": [ + 597 + ] + }, + { + "id": "999F6F69F1", + "span": { + "start": 171602, + "end": 171868 + }, + "index": 598, + "alignment_index": [ + 598 + ] + }, + { + "id": "CA3FACB999", + "span": { + "start": 171869, + "end": 172741 + }, + "index": 599, + "alignment_index": [ + 599 + ] + }, + { + "id": "099022B621", + "span": { + "start": 172742, + "end": 172923 + }, + "index": 600, + "alignment_index": [ + 600 + ] + }, + { + "id": "FB78E0E557", + "span": { + "start": 172924, + "end": 173061 + }, + "index": 601, + "alignment_index": [ + 601 + ] + }, + { + "id": "E25F57D355", + "span": { + "start": 173062, + "end": 173476 + }, + "index": 602, + "alignment_index": [ + 602 + ] + }, + { + "id": "C856BB77D2", + "span": { + "start": 173477, + "end": 173737 + }, + "index": 603, + "alignment_index": [ + 603 + ] + }, + { + "id": "209328A00C", + "span": { + "start": 173738, + "end": 174104 + }, + "index": 604, + "alignment_index": [ + 604 + ] + }, + { + "id": "C1441099DC", + "span": { + "start": 174105, + "end": 174294 + }, + "index": 605, + "alignment_index": [ + 605 + ] + }, + { + "id": "F947868F40", + "span": { + "start": 174295, + "end": 174501 + }, + "index": 606, + "alignment_index": [ + 606 + ] + }, + { + "id": "5D8EE13C18", + "span": { + "start": 174502, + "end": 174666 + }, + "index": 607, + "alignment_index": [ + 607 + ] + }, + { + "id": "3D4644483D", + "span": { + "start": 174667, + "end": 174854 + }, + "index": 608, + "alignment_index": [ + 608 + ] + }, + { + "id": "39C8150205", + "span": { + "start": 174855, + "end": 175032 + }, + "index": 609, + "alignment_index": [ + 609 + ] + }, + { + "id": "6F1A6437EE", + "span": { + "start": 175033, + "end": 175214 + }, + "index": 610, + "alignment_index": [ + 610 + ] + }, + { + "id": "F62E70C614", + "span": { + "start": 175215, + "end": 175447 + }, + "index": 611, + "alignment_index": [ + 611 + ] + }, + { + "id": "57E267EF6D", + "span": { + "start": 175448, + "end": 175689 + }, + "index": 612, + "alignment_index": [ + 612 + ] + }, + { + "id": "EB545435E4", + "span": { + "start": 175690, + "end": 175877 + }, + "index": 613, + "alignment_index": [ + 613 + ] + }, + { + "id": "1AC03114B3", + "span": { + "start": 175878, + "end": 176100 + }, + "index": 614, + "alignment_index": [ + 614 + ] + }, + { + "id": "F0F80456C5", + "span": { + "start": 176101, + "end": 176456 + }, + "index": 615, + "alignment_index": [ + 615 + ] + }, + { + "id": "44DDD10DE9", + "span": { + "start": 176457, + "end": 176626 + }, + "index": 616, + "alignment_index": [ + 616 + ] + }, + { + "id": "167E1F4145", + "span": { + "start": 176627, + "end": 176801 + }, + "index": 617, + "alignment_index": [ + 617 + ] + }, + { + "id": "51A0474580", + "span": { + "start": 176802, + "end": 177059 + }, + "index": 618, + "alignment_index": [ + 618 + ] + }, + { + "id": "DB4B5163C4", + "span": { + "start": 177060, + "end": 177913 + }, + "index": 619, + "alignment_index": [ + 619 + ] + }, + { + "id": "F3846CA244", + "span": { + "start": 177914, + "end": 178109 + }, + "index": 620, + "alignment_index": [ + 620 + ] + }, + { + "id": "779C91C7BB", + "span": { + "start": 178110, + "end": 178341 + }, + "index": 621, + "alignment_index": [ + 621 + ] + }, + { + "id": "45080A0BAA", + "span": { + "start": 178342, + "end": 178849 + }, + "index": 622, + "alignment_index": [ + 622 + ] + }, + { + "id": "7ACE6B7B78", + "span": { + "start": 178850, + "end": 179034 + }, + "index": 623, + "alignment_index": [ + 623 + ] + }, + { + "id": "3EBBBD4918", + "span": { + "start": 179035, + "end": 179404 + }, + "index": 624, + "alignment_index": [ + 624 + ] + }, + { + "id": "6609AB046B", + "span": { + "start": 179405, + "end": 179582 + }, + "index": 625, + "alignment_index": [ + 625 + ] + }, + { + "id": "ABDCCDF37A", + "span": { + "start": 179583, + "end": 179716 + }, + "index": 626, + "alignment_index": [ + 626 + ] + }, + { + "id": "23E3006B04", + "span": { + "start": 179717, + "end": 179976 + }, + "index": 627, + "alignment_index": [ + 627 + ] + }, + { + "id": "E59DCFE66F", + "span": { + "start": 179977, + "end": 180141 + }, + "index": 628, + "alignment_index": [ + 628 + ] + }, + { + "id": "625DEA0D5F", + "span": { + "start": 180142, + "end": 180324 + }, + "index": 629, + "alignment_index": [ + 629 + ] + }, + { + "id": "627AAA228B", + "span": { + "start": 180325, + "end": 181063 + }, + "index": 630, + "alignment_index": [ + 630 + ] + }, + { + "id": "362DE42152", + "span": { + "start": 181064, + "end": 181267 + }, + "index": 631, + "alignment_index": [ + 631 + ] + }, + { + "id": "B65D8CC5CD", + "span": { + "start": 181268, + "end": 181398 + }, + "index": 632, + "alignment_index": [ + 632 + ] + }, + { + "id": "B4B982984B", + "span": { + "start": 181399, + "end": 182268 + }, + "index": 633, + "alignment_index": [ + 633 + ] + }, + { + "id": "9622966697", + "span": { + "start": 182269, + "end": 182456 + }, + "index": 634, + "alignment_index": [ + 634 + ] + }, + { + "id": "DCA2FE87A2", + "span": { + "start": 182457, + "end": 182670 + }, + "index": 635, + "alignment_index": [ + 635 + ] + }, + { + "id": "FF0BFB018D", + "span": { + "start": 182671, + "end": 182820 + }, + "index": 636, + "alignment_index": [ + 636 + ] + }, + { + "id": "D1FF9BD34D", + "span": { + "start": 182821, + "end": 183080 + }, + "index": 637, + "alignment_index": [ + 637 + ] + }, + { + "id": "4AFF16E822", + "span": { + "start": 183081, + "end": 183652 + }, + "index": 638, + "alignment_index": [ + 638 + ] + }, + { + "id": "EFEDB13D63", + "span": { + "start": 183653, + "end": 184329 + }, + "index": 639, + "alignment_index": [ + 639 + ] + }, + { + "id": "229CAB289A", + "span": { + "start": 184330, + "end": 184944 + }, + "index": 640, + "alignment_index": [ + 640 + ] + }, + { + "id": "6D84CF22BA", + "span": { + "start": 184945, + "end": 185122 + }, + "index": 641, + "alignment_index": [ + 641 + ] + }, + { + "id": "FF8CC4C94E", + "span": { + "start": 185123, + "end": 185295 + }, + "index": 642, + "alignment_index": [ + 642 + ] + }, + { + "id": "35E38EE2A4", + "span": { + "start": 185296, + "end": 185467 + }, + "index": 643, + "alignment_index": [ + 643 + ] + }, + { + "id": "A1168BA65A", + "span": { + "start": 185468, + "end": 185655 + }, + "index": 644, + "alignment_index": [ + 644 + ] + }, + { + "id": "41E1E599BB", + "span": { + "start": 185656, + "end": 186270 + }, + "index": 645, + "alignment_index": [ + 645 + ] + }, + { + "id": "EBB251661F", + "span": { + "start": 186271, + "end": 186514 + }, + "index": 646, + "alignment_index": [ + 646 + ] + }, + { + "id": "9F41B47BFE", + "span": { + "start": 186515, + "end": 186650 + }, + "index": 647, + "alignment_index": [ + 647 + ] + }, + { + "id": "D0805E00D5", + "span": { + "start": 186651, + "end": 186819 + }, + "index": 648, + "alignment_index": [ + 648 + ] + }, + { + "id": "A691CBE488", + "span": { + "start": 186820, + "end": 186978 + }, + "index": 649, + "alignment_index": [ + 649 + ] + }, + { + "id": "491BB5466F", + "span": { + "start": 186979, + "end": 187207 + }, + "index": 650, + "alignment_index": [ + 650 + ] + }, + { + "id": "52119DB399", + "span": { + "start": 187208, + "end": 187420 + }, + "index": 651, + "alignment_index": [ + 651 + ] + }, + { + "id": "22459BBF31", + "span": { + "start": 187421, + "end": 187717 + }, + "index": 652, + "alignment_index": [ + 652 + ] + }, + { + "id": "788C478287", + "span": { + "start": 187718, + "end": 187927 + }, + "index": 653, + "alignment_index": [ + 653 + ] + }, + { + "id": "B53733B704", + "span": { + "start": 187928, + "end": 188085 + }, + "index": 654, + "alignment_index": [ + 654 + ] + }, + { + "id": "83FD244F94", + "span": { + "start": 188086, + "end": 188944 + }, + "index": 655, + "alignment_index": [ + 655 + ] + }, + { + "id": "4CB42DB1D4", + "span": { + "start": 188945, + "end": 189722 + }, + "index": 656, + "alignment_index": [ + 656 + ] + }, + { + "id": "FCFF2571AE", + "span": { + "start": 189723, + "end": 189906 + }, + "index": 657, + "alignment_index": [ + 657 + ] + }, + { + "id": "F5DBFCE27F", + "span": { + "start": 189907, + "end": 190178 + }, + "index": 658, + "alignment_index": [ + 658 + ] + }, + { + "id": "601FC5D844", + "span": { + "start": 190179, + "end": 190373 + }, + "index": 659, + "alignment_index": [ + 659 + ] + }, + { + "id": "4DFAD67DDF", + "span": { + "start": 190374, + "end": 190526 + }, + "index": 660, + "alignment_index": [ + 660 + ] + }, + { + "id": "FA5B45734B", + "span": { + "start": 190527, + "end": 190702 + }, + "index": 661, + "alignment_index": [ + 661 + ] + }, + { + "id": "978CA65847", + "span": { + "start": 190703, + "end": 190878 + }, + "index": 662, + "alignment_index": [ + 662 + ] + }, + { + "id": "B255522939", + "span": { + "start": 190879, + "end": 191801 + }, + "index": 663, + "alignment_index": [ + 663 + ] + }, + { + "id": "EED7B7E4FB", + "span": { + "start": 191802, + "end": 192020 + }, + "index": 664, + "alignment_index": [ + 664 + ] + }, + { + "id": "F9BAEEB44D", + "span": { + "start": 192021, + "end": 192256 + }, + "index": 665, + "alignment_index": [ + 665 + ] + }, + { + "id": "AF494FAA6A", + "span": { + "start": 192257, + "end": 192506 + }, + "index": 666, + "alignment_index": [ + 666 + ] + }, + { + "id": "BE65AFE9DC", + "span": { + "start": 192507, + "end": 192684 + }, + "index": 667, + "alignment_index": [ + 667 + ] + }, + { + "id": "1191DD19A3", + "span": { + "start": 192685, + "end": 192896 + }, + "index": 668, + "alignment_index": [ + 668 + ] + }, + { + "id": "D6EEDE044A", + "span": { + "start": 192897, + "end": 193084 + }, + "index": 669, + "alignment_index": [ + 669 + ] + }, + { + "id": "8755F36696", + "span": { + "start": 193085, + "end": 193351 + }, + "index": 670, + "alignment_index": [ + 670 + ] + }, + { + "id": "DE04FE4FF0", + "span": { + "start": 193352, + "end": 193989 + }, + "index": 671, + "alignment_index": [ + 671 + ] + }, + { + "id": "D878D5A55D", + "span": { + "start": 193990, + "end": 194173 + }, + "index": 672, + "alignment_index": [ + 672 + ] + }, + { + "id": "9F4AB614F3", + "span": { + "start": 194174, + "end": 194344 + }, + "index": 673, + "alignment_index": [ + 673 + ] + }, + { + "id": "EEBC454FF4", + "span": { + "start": 194345, + "end": 194513 + }, + "index": 674, + "alignment_index": [ + 674 + ] + }, + { + "id": "D3F8D94F54", + "span": { + "start": 194514, + "end": 195279 + }, + "index": 675, + "alignment_index": [ + 675 + ] + }, + { + "id": "CA046C6496", + "span": { + "start": 195280, + "end": 195462 + }, + "index": 676, + "alignment_index": [ + 676 + ] + }, + { + "id": "C221160AA6", + "span": { + "start": 195463, + "end": 195820 + }, + "index": 677, + "alignment_index": [ + 677 + ] + }, + { + "id": "A64A10A664", + "span": { + "start": 195821, + "end": 196034 + }, + "index": 678, + "alignment_index": [ + 678 + ] + }, + { + "id": "86BB8B6D44", + "span": { + "start": 196035, + "end": 196202 + }, + "index": 679, + "alignment_index": [ + 679 + ] + }, + { + "id": "A165DB7979", + "span": { + "start": 196203, + "end": 196381 + }, + "index": 680, + "alignment_index": [ + 680 + ] + }, + { + "id": "31AAFFDCFF", + "span": { + "start": 196382, + "end": 196808 + }, + "index": 681, + "alignment_index": [ + 681 + ] + }, + { + "id": "F668EF9572", + "span": { + "start": 196809, + "end": 197056 + }, + "index": 682, + "alignment_index": [ + 682 + ] + }, + { + "id": "AA80786FD2", + "span": { + "start": 197057, + "end": 197380 + }, + "index": 683, + "alignment_index": [ + 683 + ] + }, + { + "id": "9DB6F796AD", + "span": { + "start": 197381, + "end": 197577 + }, + "index": 684, + "alignment_index": [ + 684 + ] + }, + { + "id": "7391907BFB", + "span": { + "start": 197578, + "end": 197761 + }, + "index": 685, + "alignment_index": [ + 685 + ] + }, + { + "id": "F681FD2EDF", + "span": { + "start": 197762, + "end": 197913 + }, + "index": 686, + "alignment_index": [ + 686 + ] + }, + { + "id": "79D43DBF90", + "span": { + "start": 197914, + "end": 198139 + }, + "index": 687, + "alignment_index": [ + 687 + ] + }, + { + "id": "82D38DFD4C", + "span": { + "start": 198140, + "end": 198330 + }, + "index": 688, + "alignment_index": [ + 688 + ] + }, + { + "id": "C9F4E4C999", + "span": { + "start": 198331, + "end": 198493 + }, + "index": 689, + "alignment_index": [ + 689 + ] + }, + { + "id": "34D99ADA7E", + "span": { + "start": 198494, + "end": 198699 + }, + "index": 690, + "alignment_index": [ + 690 + ] + }, + { + "id": "92AB42BE88", + "span": { + "start": 198700, + "end": 199199 + }, + "index": 691, + "alignment_index": [ + 691 + ] + }, + { + "id": "354944D4D0", + "span": { + "start": 199200, + "end": 199406 + }, + "index": 692, + "alignment_index": [ + 692 + ] + }, + { + "id": "474949FF14", + "span": { + "start": 199407, + "end": 199616 + }, + "index": 693, + "alignment_index": [ + 693 + ] + }, + { + "id": "0041AA3314", + "span": { + "start": 199617, + "end": 199759 + }, + "index": 694, + "alignment_index": [ + 694 + ] + }, + { + "id": "9A818818A8", + "span": { + "start": 199760, + "end": 199984 + }, + "index": 695, + "alignment_index": [ + 695 + ] + }, + { + "id": "C4F4ACA14C", + "span": { + "start": 199985, + "end": 200435 + }, + "index": 696, + "alignment_index": [ + 696 + ] + }, + { + "id": "5C7F06CB40", + "span": { + "start": 200436, + "end": 200629 + }, + "index": 697, + "alignment_index": [ + 697 + ] + }, + { + "id": "498481E4EA", + "span": { + "start": 200630, + "end": 201311 + }, + "index": 698, + "alignment_index": [ + 698 + ] + }, + { + "id": "168572E5FA", + "span": { + "start": 201312, + "end": 201481 + }, + "index": 699, + "alignment_index": [ + 699 + ] + }, + { + "id": "174D77A4B2", + "span": { + "start": 201482, + "end": 201673 + }, + "index": 700, + "alignment_index": [ + 700 + ] + }, + { + "id": "3E5A55CCC8", + "span": { + "start": 201674, + "end": 201832 + }, + "index": 701, + "alignment_index": [ + 701 + ] + }, + { + "id": "17088129EF", + "span": { + "start": 201833, + "end": 202366 + }, + "index": 702, + "alignment_index": [ + 702 + ] + }, + { + "id": "14001D8A8B", + "span": { + "start": 202367, + "end": 202540 + }, + "index": 703, + "alignment_index": [ + 703 + ] + }, + { + "id": "96EBC3CB9E", + "span": { + "start": 202541, + "end": 202772 + }, + "index": 704, + "alignment_index": [ + 704 + ] + }, + { + "id": "B85B4353AD", + "span": { + "start": 202773, + "end": 202992 + }, + "index": 705, + "alignment_index": [ + 705 + ] + }, + { + "id": "CCE3442B0A", + "span": { + "start": 202993, + "end": 203216 + }, + "index": 706, + "alignment_index": [ + 706 + ] + }, + { + "id": "3086882324", + "span": { + "start": 203217, + "end": 203507 + }, + "index": 707, + "alignment_index": [ + 707 + ] + }, + { + "id": "632954B935", + "span": { + "start": 203508, + "end": 204336 + }, + "index": 708, + "alignment_index": [ + 708 + ] + }, + { + "id": "DD296DA2DC", + "span": { + "start": 204337, + "end": 205637 + }, + "index": 709, + "alignment_index": [ + 709 + ] + }, + { + "id": "BDAACCBCDC", + "span": { + "start": 205638, + "end": 205852 + }, + "index": 710, + "alignment_index": [ + 710 + ] + }, + { + "id": "BE9E52443E", + "span": { + "start": 205853, + "end": 206510 + }, + "index": 711, + "alignment_index": [ + 711 + ] + }, + { + "id": "B178005A40", + "span": { + "start": 206511, + "end": 206824 + }, + "index": 712, + "alignment_index": [ + 712 + ] + }, + { + "id": "B8BE488664", + "span": { + "start": 206825, + "end": 207023 + }, + "index": 713, + "alignment_index": [ + 713 + ] + }, + { + "id": "3A4AA3C3EC", + "span": { + "start": 207024, + "end": 207218 + }, + "index": 714, + "alignment_index": [ + 714 + ] + }, + { + "id": "A0309D0F20", + "span": { + "start": 207219, + "end": 207655 + }, + "index": 715, + "alignment_index": [ + 715 + ] + }, + { + "id": "A635A673BB", + "span": { + "start": 207656, + "end": 207816 + }, + "index": 716, + "alignment_index": [ + 716 + ] + }, + { + "id": "665B063501", + "span": { + "start": 207817, + "end": 207983 + }, + "index": 717, + "alignment_index": [ + 717 + ] + }, + { + "id": "6EF8F1FCF4", + "span": { + "start": 207984, + "end": 208807 + }, + "index": 718, + "alignment_index": [ + 718 + ] + }, + { + "id": "E9A2F44460", + "span": { + "start": 208808, + "end": 209219 + }, + "index": 719, + "alignment_index": [ + 719 + ] + }, + { + "id": "4A144F2A4A", + "span": { + "start": 209220, + "end": 209353 + }, + "index": 720, + "alignment_index": [ + 720 + ] + }, + { + "id": "455BB7B51A", + "span": { + "start": 209354, + "end": 209537 + }, + "index": 721, + "alignment_index": [ + 721 + ] + }, + { + "id": "90AABAF361", + "span": { + "start": 209538, + "end": 209775 + }, + "index": 722, + "alignment_index": [ + 722 + ] + }, + { + "id": "6E11DCCCDC", + "span": { + "start": 209776, + "end": 209963 + }, + "index": 723, + "alignment_index": [ + 723 + ] + }, + { + "id": "7537131031", + "span": { + "start": 209964, + "end": 210143 + }, + "index": 724, + "alignment_index": [ + 724 + ] + }, + { + "id": "9454AF9030", + "span": { + "start": 210144, + "end": 211243 + }, + "index": 725, + "alignment_index": [ + 725 + ] + }, + { + "id": "2F495EA504", + "span": { + "start": 211244, + "end": 211464 + }, + "index": 726, + "alignment_index": [ + 726 + ] + }, + { + "id": "9AA795C44B", + "span": { + "start": 211465, + "end": 211740 + }, + "index": 727, + "alignment_index": [ + 727 + ] + }, + { + "id": "4B3BD53935", + "span": { + "start": 211741, + "end": 211965 + }, + "index": 728, + "alignment_index": [ + 728 + ] + }, + { + "id": "2604B18240", + "span": { + "start": 211966, + "end": 212153 + }, + "index": 729, + "alignment_index": [ + 729 + ] + }, + { + "id": "878828F2C9", + "span": { + "start": 212154, + "end": 212323 + }, + "index": 730, + "alignment_index": [ + 730 + ] + }, + { + "id": "BEB6BC59B6", + "span": { + "start": 212324, + "end": 213080 + }, + "index": 731, + "alignment_index": [ + 731 + ] + }, + { + "id": "EE63A42F0B", + "span": { + "start": 213081, + "end": 213327 + }, + "index": 732, + "alignment_index": [ + 732 + ] + }, + { + "id": "59979D5779", + "span": { + "start": 213328, + "end": 214147 + }, + "index": 733, + "alignment_index": [ + 733 + ] + }, + { + "id": "5E4AE29A9C", + "span": { + "start": 214148, + "end": 214344 + }, + "index": 734, + "alignment_index": [ + 734 + ] + }, + { + "id": "33EAE461A9", + "span": { + "start": 214345, + "end": 214524 + }, + "index": 735, + "alignment_index": [ + 735 + ] + }, + { + "id": "2465514CE2", + "span": { + "start": 214525, + "end": 214745 + }, + "index": 736, + "alignment_index": [ + 736 + ] + }, + { + "id": "8C94494681", + "span": { + "start": 214746, + "end": 215043 + }, + "index": 737, + "alignment_index": [ + 737 + ] + }, + { + "id": "A7E289E7E8", + "span": { + "start": 215044, + "end": 215291 + }, + "index": 738, + "alignment_index": [ + 738 + ] + }, + { + "id": "82CC33C576", + "span": { + "start": 215292, + "end": 215533 + }, + "index": 739, + "alignment_index": [ + 739 + ] + }, + { + "id": "C7BAE8E45A", + "span": { + "start": 215534, + "end": 215726 + }, + "index": 740, + "alignment_index": [ + 740 + ] + }, + { + "id": "F7EB7DFC9C", + "span": { + "start": 215727, + "end": 215922 + }, + "index": 741, + "alignment_index": [ + 741 + ] + }, + { + "id": "558AE318EE", + "span": { + "start": 215923, + "end": 216119 + }, + "index": 742, + "alignment_index": [ + 742 + ] + }, + { + "id": "414D47865E", + "span": { + "start": 216120, + "end": 216754 + }, + "index": 743, + "alignment_index": [ + 743 + ] + }, + { + "id": "AA9BA7517C", + "span": { + "start": 216755, + "end": 217038 + }, + "index": 744, + "alignment_index": [ + 744 + ] + }, + { + "id": "99F22744D6", + "span": { + "start": 217039, + "end": 217302 + }, + "index": 745, + "alignment_index": [ + 745 + ] + }, + { + "id": "FA3F881EF8", + "span": { + "start": 217303, + "end": 217532 + }, + "index": 746, + "alignment_index": [ + 746 + ] + }, + { + "id": "750331037B", + "span": { + "start": 217533, + "end": 218387 + }, + "index": 747, + "alignment_index": [ + 747 + ] + }, + { + "id": "5555FB8E34", + "span": { + "start": 218388, + "end": 218995 + }, + "index": 748, + "alignment_index": [ + 748 + ] + }, + { + "id": "4DCDCFE8CB", + "span": { + "start": 218996, + "end": 220172 + }, + "index": 749, + "alignment_index": [ + 749 + ] + }, + { + "id": "E192D4444D", + "span": { + "start": 220173, + "end": 220361 + }, + "index": 750, + "alignment_index": [ + 750 + ] + }, + { + "id": "A503B8A254", + "span": { + "start": 220362, + "end": 220567 + }, + "index": 751, + "alignment_index": [ + 751 + ] + }, + { + "id": "171184DD14", + "span": { + "start": 220568, + "end": 220774 + }, + "index": 752, + "alignment_index": [ + 752 + ] + }, + { + "id": "644EC74967", + "span": { + "start": 220775, + "end": 221525 + }, + "index": 753, + "alignment_index": [ + 753 + ] + }, + { + "id": "4F737B5980", + "span": { + "start": 221526, + "end": 221702 + }, + "index": 754, + "alignment_index": [ + 754 + ] + }, + { + "id": "F598155D45", + "span": { + "start": 221703, + "end": 221869 + }, + "index": 755, + "alignment_index": [ + 755 + ] + }, + { + "id": "A4AA7CF6AF", + "span": { + "start": 221870, + "end": 222003 + }, + "index": 756, + "alignment_index": [ + 756 + ] + }, + { + "id": "0343ABBE41", + "span": { + "start": 222004, + "end": 222212 + }, + "index": 757, + "alignment_index": [ + 757 + ] + }, + { + "id": "579C060C0B", + "span": { + "start": 222213, + "end": 222640 + }, + "index": 758, + "alignment_index": [ + 758 + ] + }, + { + "id": "546B93C24B", + "span": { + "start": 222641, + "end": 222778 + }, + "index": 759, + "alignment_index": [ + 759 + ] + }, + { + "id": "019EE1AEDE", + "span": { + "start": 222779, + "end": 222935 + }, + "index": 760, + "alignment_index": [ + 760 + ] + }, + { + "id": "6E8CAC2B92", + "span": { + "start": 222936, + "end": 223140 + }, + "index": 761, + "alignment_index": [ + 761 + ] + }, + { + "id": "0AC0C6A4BC", + "span": { + "start": 223141, + "end": 223394 + }, + "index": 762, + "alignment_index": [ + 762 + ] + }, + { + "id": "6719FA5FF7", + "span": { + "start": 223395, + "end": 223634 + }, + "index": 763, + "alignment_index": [ + 763 + ] + }, + { + "id": "5E035FD020", + "span": { + "start": 223635, + "end": 223798 + }, + "index": 764, + "alignment_index": [ + 764 + ] + }, + { + "id": "52C08BE33A", + "span": { + "start": 223799, + "end": 223961 + }, + "index": 765, + "alignment_index": [ + 765 + ] + }, + { + "id": "906AAA55F1", + "span": { + "start": 223962, + "end": 224236 + }, + "index": 766, + "alignment_index": [ + 766 + ] + }, + { + "id": "A89AE1D255", + "span": { + "start": 224237, + "end": 225209 + }, + "index": 767, + "alignment_index": [ + 767 + ] + }, + { + "id": "B755B00F63", + "span": { + "start": 225210, + "end": 225424 + }, + "index": 768, + "alignment_index": [ + 768 + ] + }, + { + "id": "5F74093499", + "span": { + "start": 225425, + "end": 225826 + }, + "index": 769, + "alignment_index": [ + 769 + ] + }, + { + "id": "D43C05EBF3", + "span": { + "start": 225827, + "end": 226005 + }, + "index": 770, + "alignment_index": [ + 770 + ] + }, + { + "id": "57B14345F9", + "span": { + "start": 226006, + "end": 226217 + }, + "index": 771, + "alignment_index": [ + 771 + ] + }, + { + "id": "E31C7557BF", + "span": { + "start": 226218, + "end": 226464 + }, + "index": 772, + "alignment_index": [ + 772 + ] + }, + { + "id": "EC6A244D11", + "span": { + "start": 226465, + "end": 227173 + }, + "index": 773, + "alignment_index": [ + 773 + ] + }, + { + "id": "B22888DDD1", + "span": { + "start": 227174, + "end": 227350 + }, + "index": 774, + "alignment_index": [ + 774 + ] + }, + { + "id": "3CC1F4EFE0", + "span": { + "start": 227351, + "end": 227551 + }, + "index": 775, + "alignment_index": [ + 775 + ] + }, + { + "id": "EF7778DABC", + "span": { + "start": 227552, + "end": 227825 + }, + "index": 776, + "alignment_index": [ + 776 + ] + }, + { + "id": "748FC84FF8", + "span": { + "start": 227826, + "end": 228106 + }, + "index": 777, + "alignment_index": [ + 777 + ] + }, + { + "id": "0C722E7532", + "span": { + "start": 228107, + "end": 228308 + }, + "index": 778, + "alignment_index": [ + 778 + ] + }, + { + "id": "BE536476EC", + "span": { + "start": 228309, + "end": 228511 + }, + "index": 779, + "alignment_index": [ + 779 + ] + }, + { + "id": "14CCE242A2", + "span": { + "start": 228512, + "end": 228760 + }, + "index": 780, + "alignment_index": [ + 780 + ] + }, + { + "id": "AA7CC1A610", + "span": { + "start": 228761, + "end": 228952 + }, + "index": 781, + "alignment_index": [ + 781 + ] + }, + { + "id": "3160FC3481", + "span": { + "start": 228953, + "end": 229121 + }, + "index": 782, + "alignment_index": [ + 782 + ] + }, + { + "id": "70ABF5DA5F", + "span": { + "start": 229122, + "end": 229312 + }, + "index": 783, + "alignment_index": [ + 783 + ] + }, + { + "id": "598FBA20E2", + "span": { + "start": 229313, + "end": 229941 + }, + "index": 784, + "alignment_index": [ + 784 + ] + }, + { + "id": "4871D994FF", + "span": { + "start": 229942, + "end": 230187 + }, + "index": 785, + "alignment_index": [ + 785 + ] + }, + { + "id": "953E02343F", + "span": { + "start": 230188, + "end": 230438 + }, + "index": 786, + "alignment_index": [ + 786 + ] + }, + { + "id": "435848A303", + "span": { + "start": 230439, + "end": 231495 + }, + "index": 787, + "alignment_index": [ + 787 + ] + }, + { + "id": "21B50551E4", + "span": { + "start": 231496, + "end": 231678 + }, + "index": 788, + "alignment_index": [ + 788 + ] + }, + { + "id": "AA9CB65ABD", + "span": { + "start": 231679, + "end": 231916 + }, + "index": 789, + "alignment_index": [ + 789 + ] + }, + { + "id": "BD8A772DA0", + "span": { + "start": 231917, + "end": 232138 + }, + "index": 790, + "alignment_index": [ + 790 + ] + }, + { + "id": "522DCD683E", + "span": { + "start": 232139, + "end": 232395 + }, + "index": 791, + "alignment_index": [ + 791 + ] + }, + { + "id": "51031480DF", + "span": { + "start": 232396, + "end": 232586 + }, + "index": 792, + "alignment_index": [ + 792 + ] + }, + { + "id": "428A0EE224", + "span": { + "start": 232587, + "end": 232772 + }, + "index": 793, + "alignment_index": [ + 793 + ] + }, + { + "id": "39497C2942", + "span": { + "start": 232773, + "end": 232984 + }, + "index": 794, + "alignment_index": [ + 794 + ] + }, + { + "id": "C50CC87D83", + "span": { + "start": 232985, + "end": 233268 + }, + "index": 795, + "alignment_index": [ + 795 + ] + }, + { + "id": "513764B47B", + "span": { + "start": 233269, + "end": 234145 + }, + "index": 796, + "alignment_index": [ + 796 + ] + }, + { + "id": "41909EEA64", + "span": { + "start": 234146, + "end": 234400 + }, + "index": 797, + "alignment_index": [ + 797 + ] + }, + { + "id": "522A6CF2F4", + "span": { + "start": 234401, + "end": 234550 + }, + "index": 798, + "alignment_index": [ + 798 + ] + }, + { + "id": "A686BB8E34", + "span": { + "start": 234551, + "end": 234701 + }, + "index": 799, + "alignment_index": [ + 799 + ] + }, + { + "id": "B41F5C595B", + "span": { + "start": 234702, + "end": 234932 + }, + "index": 800, + "alignment_index": [ + 800 + ] + }, + { + "id": "B9B21BF0B1", + "span": { + "start": 234933, + "end": 235532 + }, + "index": 801, + "alignment_index": [ + 801 + ] + }, + { + "id": "30472BC8CB", + "span": { + "start": 235533, + "end": 235730 + }, + "index": 802, + "alignment_index": [ + 802 + ] + }, + { + "id": "3399C830CC", + "span": { + "start": 235731, + "end": 235924 + }, + "index": 803, + "alignment_index": [ + 803 + ] + }, + { + "id": "CFC558F61C", + "span": { + "start": 235925, + "end": 236174 + }, + "index": 804, + "alignment_index": [ + 804 + ] + }, + { + "id": "DD711F107F", + "span": { + "start": 236175, + "end": 236376 + }, + "index": 805, + "alignment_index": [ + 805 + ] + }, + { + "id": "73C3694135", + "span": { + "start": 236377, + "end": 236566 + }, + "index": 806, + "alignment_index": [ + 806 + ] + }, + { + "id": "C98050B284", + "span": { + "start": 236567, + "end": 236792 + }, + "index": 807, + "alignment_index": [ + 807 + ] + }, + { + "id": "37F681FEFE", + "span": { + "start": 236793, + "end": 237088 + }, + "index": 808, + "alignment_index": [ + 808 + ] + }, + { + "id": "0BD0BDB4B3", + "span": { + "start": 237089, + "end": 237285 + }, + "index": 809, + "alignment_index": [ + 809 + ] + }, + { + "id": "43102B0BB1", + "span": { + "start": 237286, + "end": 237616 + }, + "index": 810, + "alignment_index": [ + 810 + ] + }, + { + "id": "94CF346045", + "span": { + "start": 237617, + "end": 237836 + }, + "index": 811, + "alignment_index": [ + 811 + ] + }, + { + "id": "923A88C222", + "span": { + "start": 237837, + "end": 238107 + }, + "index": 812, + "alignment_index": [ + 812 + ] + }, + { + "id": "681F3C6835", + "span": { + "start": 238108, + "end": 239102 + }, + "index": 813, + "alignment_index": [ + 813 + ] + }, + { + "id": "3AE4FE3267", + "span": { + "start": 239103, + "end": 239286 + }, + "index": 814, + "alignment_index": [ + 814 + ] + }, + { + "id": "2EC80B6A1F", + "span": { + "start": 239287, + "end": 239533 + }, + "index": 815, + "alignment_index": [ + 815 + ] + }, + { + "id": "C49996A3DA", + "span": { + "start": 239534, + "end": 239740 + }, + "index": 816, + "alignment_index": [ + 816 + ] + }, + { + "id": "A4FB4AFFF2", + "span": { + "start": 239741, + "end": 239984 + }, + "index": 817, + "alignment_index": [ + 817 + ] + }, + { + "id": "6CBCBE00FB", + "span": { + "start": 239985, + "end": 240202 + }, + "index": 818, + "alignment_index": [ + 818 + ] + }, + { + "id": "0A94092D99", + "span": { + "start": 240203, + "end": 240440 + }, + "index": 819, + "alignment_index": [ + 819 + ] + }, + { + "id": "ADBA42AE2B", + "span": { + "start": 240441, + "end": 241341 + }, + "index": 820, + "alignment_index": [ + 820 + ] + }, + { + "id": "220F0A7471", + "span": { + "start": 241342, + "end": 241644 + }, + "index": 821, + "alignment_index": [ + 821 + ] + }, + { + "id": "D341E7DDEC", + "span": { + "start": 241645, + "end": 241935 + }, + "index": 822, + "alignment_index": [ + 822 + ] + }, + { + "id": "322841585E", + "span": { + "start": 241936, + "end": 242134 + }, + "index": 823, + "alignment_index": [ + 823 + ] + }, + { + "id": "95D7256DD7", + "span": { + "start": 242135, + "end": 242812 + }, + "index": 824, + "alignment_index": [ + 824 + ] + }, + { + "id": "BACAFB9DBC", + "span": { + "start": 242813, + "end": 243161 + }, + "index": 825, + "alignment_index": [ + 825 + ] + }, + { + "id": "67E75EE500", + "span": { + "start": 243162, + "end": 243386 + }, + "index": 826, + "alignment_index": [ + 826 + ] + }, + { + "id": "26EBEBA763", + "span": { + "start": 243387, + "end": 243776 + }, + "index": 827, + "alignment_index": [ + 827 + ] + }, + { + "id": "6C43EDB9B6", + "span": { + "start": 243777, + "end": 244579 + }, + "index": 828, + "alignment_index": [ + 828 + ] + }, + { + "id": "A94379A4D9", + "span": { + "start": 244580, + "end": 244873 + }, + "index": 829, + "alignment_index": [ + 829 + ] + }, + { + "id": "CF9A1E1E5A", + "span": { + "start": 244874, + "end": 245116 + }, + "index": 830, + "alignment_index": [ + 830 + ] + }, + { + "id": "B43F5F9E3A", + "span": { + "start": 245117, + "end": 245442 + }, + "index": 831, + "alignment_index": [ + 831 + ] + }, + { + "id": "3F99643335", + "span": { + "start": 245443, + "end": 245748 + }, + "index": 832, + "alignment_index": [ + 832 + ] + }, + { + "id": "C88A4ACCCB", + "span": { + "start": 245749, + "end": 246061 + }, + "index": 833, + "alignment_index": [ + 833 + ] + }, + { + "id": "21416625CC", + "span": { + "start": 246062, + "end": 246276 + }, + "index": 834, + "alignment_index": [ + 834 + ] + }, + { + "id": "82F718039D", + "span": { + "start": 246277, + "end": 246692 + }, + "index": 835, + "alignment_index": [ + 835 + ] + }, + { + "id": "9258EE9989", + "span": { + "start": 246693, + "end": 247428 + }, + "index": 836, + "alignment_index": [ + 836 + ] + }, + { + "id": "D01C098198", + "span": { + "start": 247429, + "end": 247910 + }, + "index": 837, + "alignment_index": [ + 837 + ] + }, + { + "id": "9DA8EBB9DF", + "span": { + "start": 247911, + "end": 248116 + }, + "index": 838, + "alignment_index": [ + 838 + ] + }, + { + "id": "5E67678D4E", + "span": { + "start": 248117, + "end": 248850 + }, + "index": 839, + "alignment_index": [ + 839 + ] + }, + { + "id": "7EDEEE8680", + "span": { + "start": 248851, + "end": 249025 + }, + "index": 840, + "alignment_index": [ + 840 + ] + }, + { + "id": "51FF76D9DE", + "span": { + "start": 249026, + "end": 249220 + }, + "index": 841, + "alignment_index": [ + 841 + ] + }, + { + "id": "44E1672D66", + "span": { + "start": 249221, + "end": 249466 + }, + "index": 842, + "alignment_index": [ + 842 + ] + }, + { + "id": "A39392868A", + "span": { + "start": 249467, + "end": 249631 + }, + "index": 843, + "alignment_index": [ + 843 + ] + }, + { + "id": "584741A845", + "span": { + "start": 249632, + "end": 249769 + }, + "index": 844, + "alignment_index": [ + 844 + ] + }, + { + "id": "B4EA045A48", + "span": { + "start": 249770, + "end": 250011 + }, + "index": 845, + "alignment_index": [ + 845 + ] + }, + { + "id": "F97BFB3F2D", + "span": { + "start": 250012, + "end": 250161 + }, + "index": 846, + "alignment_index": [ + 846 + ] + }, + { + "id": "D2C89B93EC", + "span": { + "start": 250162, + "end": 250369 + }, + "index": 847, + "alignment_index": [ + 847 + ] + }, + { + "id": "B8D151708D", + "span": { + "start": 250370, + "end": 250556 + }, + "index": 848, + "alignment_index": [ + 848 + ] + }, + { + "id": "D0DFC2FC69", + "span": { + "start": 250557, + "end": 250789 + }, + "index": 849, + "alignment_index": [ + 849 + ] + }, + { + "id": "111E2C14DC", + "span": { + "start": 250790, + "end": 250963 + }, + "index": 850, + "alignment_index": [ + 850 + ] + }, + { + "id": "F62EF6B44C", + "span": { + "start": 250964, + "end": 251168 + }, + "index": 851, + "alignment_index": [ + 851 + ] + }, + { + "id": "71D877082B", + "span": { + "start": 251169, + "end": 251378 + }, + "index": 852, + "alignment_index": [ + 852 + ] + }, + { + "id": "1FC4601920", + "span": { + "start": 251379, + "end": 251593 + }, + "index": 853, + "alignment_index": [ + 853 + ] + }, + { + "id": "F1561D9E99", + "span": { + "start": 251594, + "end": 251784 + }, + "index": 854, + "alignment_index": [ + 854 + ] + }, + { + "id": "38F4459CCB", + "span": { + "start": 251785, + "end": 251992 + }, + "index": 855, + "alignment_index": [ + 855 + ] + }, + { + "id": "84BEBF3F8A", + "span": { + "start": 251993, + "end": 252426 + }, + "index": 856, + "alignment_index": [ + 856 + ] + }, + { + "id": "68AFFAFDD3", + "span": { + "start": 252427, + "end": 252629 + }, + "index": 857, + "alignment_index": [ + 857 + ] + }, + { + "id": "F6C1C6D8D6", + "span": { + "start": 252630, + "end": 252885 + }, + "index": 858, + "alignment_index": [ + 858 + ] + }, + { + "id": "C51BFC1552", + "span": { + "start": 252886, + "end": 253086 + }, + "index": 859, + "alignment_index": [ + 859 + ] + }, + { + "id": "5F2049FFDF", + "span": { + "start": 253087, + "end": 253352 + }, + "index": 860, + "alignment_index": [ + 860 + ] + }, + { + "id": "BD0B15964F", + "span": { + "start": 253353, + "end": 253559 + }, + "index": 861, + "alignment_index": [ + 861 + ] + }, + { + "id": "C9EC4956F9", + "span": { + "start": 253560, + "end": 253748 + }, + "index": 862, + "alignment_index": [ + 862 + ] + }, + { + "id": "0021074BCF", + "span": { + "start": 253749, + "end": 254076 + }, + "index": 863, + "alignment_index": [ + 863 + ] + }, + { + "id": "8CAE01C52A", + "span": { + "start": 254077, + "end": 254314 + }, + "index": 864, + "alignment_index": [ + 864 + ] + }, + { + "id": "1F860F1312", + "span": { + "start": 254315, + "end": 254505 + }, + "index": 865, + "alignment_index": [ + 865 + ] + }, + { + "id": "0B61C21120", + "span": { + "start": 254506, + "end": 254767 + }, + "index": 866, + "alignment_index": [ + 866 + ] + }, + { + "id": "46F601F4B0", + "span": { + "start": 254768, + "end": 254971 + }, + "index": 867, + "alignment_index": [ + 867 + ] + }, + { + "id": "4B040B544A", + "span": { + "start": 254972, + "end": 255203 + }, + "index": 868, + "alignment_index": [ + 868 + ] + }, + { + "id": "A47282EF7D", + "span": { + "start": 255204, + "end": 255325 + }, + "index": 869, + "alignment_index": [ + 869 + ] + }, + { + "id": "85EF6CF346", + "span": { + "start": 255326, + "end": 255702 + }, + "index": 870, + "alignment_index": [ + 870 + ] + }, + { + "id": "D5AB8BB50B", + "span": { + "start": 255703, + "end": 255881 + }, + "index": 871, + "alignment_index": [ + 871 + ] + }, + { + "id": "D49DE8B944", + "span": { + "start": 255882, + "end": 256050 + }, + "index": 872, + "alignment_index": [ + 872 + ] + }, + { + "id": "8F1FE3BE65", + "span": { + "start": 256051, + "end": 256231 + }, + "index": 873, + "alignment_index": [ + 873 + ] + }, + { + "id": "E1544CC5EF", + "span": { + "start": 256232, + "end": 256391 + }, + "index": 874, + "alignment_index": [ + 874 + ] + }, + { + "id": "DB5A48EE64", + "span": { + "start": 256392, + "end": 256568 + }, + "index": 875, + "alignment_index": [ + 875 + ] + }, + { + "id": "33BB16569F", + "span": { + "start": 256569, + "end": 256914 + }, + "index": 876, + "alignment_index": [ + 876 + ] + }, + { + "id": "7747BFAF05", + "span": { + "start": 256915, + "end": 257561 + }, + "index": 877, + "alignment_index": [ + 877 + ] + }, + { + "id": "801F3DFB9E", + "span": { + "start": 257562, + "end": 257795 + }, + "index": 878, + "alignment_index": [ + 878 + ] + }, + { + "id": "B078FF9189", + "span": { + "start": 257796, + "end": 258125 + }, + "index": 879, + "alignment_index": [ + 879 + ] + }, + { + "id": "8E0BE2E8CE", + "span": { + "start": 258126, + "end": 258589 + }, + "index": 880, + "alignment_index": [ + 880 + ] + }, + { + "id": "96B2D59570", + "span": { + "start": 258590, + "end": 258848 + }, + "index": 881, + "alignment_index": [ + 881 + ] + }, + { + "id": "1785925D87", + "span": { + "start": 258849, + "end": 259182 + }, + "index": 882, + "alignment_index": [ + 882 + ] + }, + { + "id": "94C8EE51A6", + "span": { + "start": 259183, + "end": 260292 + }, + "index": 883, + "alignment_index": [ + 883 + ] + }, + { + "id": "481E8F48D7", + "span": { + "start": 260293, + "end": 260689 + }, + "index": 884, + "alignment_index": [ + 884 + ] + }, + { + "id": "64497963B2", + "span": { + "start": 260690, + "end": 260848 + }, + "index": 885, + "alignment_index": [ + 885 + ] + }, + { + "id": "78F68668D6", + "span": { + "start": 260849, + "end": 261044 + }, + "index": 886, + "alignment_index": [ + 886 + ] + }, + { + "id": "73F2304434", + "span": { + "start": 261045, + "end": 261286 + }, + "index": 887, + "alignment_index": [ + 887 + ] + }, + { + "id": "7E9072D7C8", + "span": { + "start": 261287, + "end": 261461 + }, + "index": 888, + "alignment_index": [ + 888 + ] + }, + { + "id": "E80995D499", + "span": { + "start": 261462, + "end": 261684 + }, + "index": 889, + "alignment_index": [ + 889 + ] + }, + { + "id": "1507411541", + "span": { + "start": 261685, + "end": 262076 + }, + "index": 890, + "alignment_index": [ + 890 + ] + }, + { + "id": "8355D61167", + "span": { + "start": 262077, + "end": 262271 + }, + "index": 891, + "alignment_index": [ + 891 + ] + }, + { + "id": "79719EDB75", + "span": { + "start": 262272, + "end": 262472 + }, + "index": 892, + "alignment_index": [ + 892 + ] + }, + { + "id": "67F28888BD", + "span": { + "start": 262473, + "end": 262651 + }, + "index": 893, + "alignment_index": [ + 893 + ] + }, + { + "id": "7D8070F000", + "span": { + "start": 262652, + "end": 262843 + }, + "index": 894, + "alignment_index": [ + 894 + ] + }, + { + "id": "6FBCCB42EC", + "span": { + "start": 262844, + "end": 263074 + }, + "index": 895, + "alignment_index": [ + 895 + ] + }, + { + "id": "1572F17EA0", + "span": { + "start": 263075, + "end": 263307 + }, + "index": 896, + "alignment_index": [ + 896 + ] + }, + { + "id": "FC0A30B0DE", + "span": { + "start": 263308, + "end": 263526 + }, + "index": 897, + "alignment_index": [ + 897 + ] + }, + { + "id": "434655CF7A", + "span": { + "start": 263527, + "end": 264424 + }, + "index": 898, + "alignment_index": [ + 898 + ] + }, + { + "id": "6B7350C620", + "span": { + "start": 264425, + "end": 264563 + }, + "index": 899, + "alignment_index": [ + 899 + ] + }, + { + "id": "8EFAD83D85", + "span": { + "start": 264564, + "end": 264708 + }, + "index": 900, + "alignment_index": [ + 900 + ] + }, + { + "id": "5AC424BF49", + "span": { + "start": 264709, + "end": 264960 + }, + "index": 901, + "alignment_index": [ + 901 + ] + }, + { + "id": "27F785338B", + "span": { + "start": 264961, + "end": 265128 + }, + "index": 902, + "alignment_index": [ + 902 + ] + }, + { + "id": "9605B6BABD", + "span": { + "start": 265129, + "end": 265320 + }, + "index": 903, + "alignment_index": [ + 903 + ] + }, + { + "id": "8242D826DF", + "span": { + "start": 265321, + "end": 265485 + }, + "index": 904, + "alignment_index": [ + 904 + ] + }, + { + "id": "3A28B8CB48", + "span": { + "start": 265486, + "end": 265643 + }, + "index": 905, + "alignment_index": [ + 905 + ] + }, + { + "id": "778D62808F", + "span": { + "start": 265644, + "end": 265811 + }, + "index": 906, + "alignment_index": [ + 906 + ] + }, + { + "id": "55E5E7E975", + "span": { + "start": 265812, + "end": 265977 + }, + "index": 907, + "alignment_index": [ + 907 + ] + }, + { + "id": "C19B9417B8", + "span": { + "start": 265978, + "end": 266770 + }, + "index": 908, + "alignment_index": [ + 908 + ] + }, + { + "id": "857FECB18B", + "span": { + "start": 266771, + "end": 267223 + }, + "index": 909, + "alignment_index": [ + 909 + ] + }, + { + "id": "84F16F284F", + "span": { + "start": 267224, + "end": 267390 + }, + "index": 910, + "alignment_index": [ + 910 + ] + }, + { + "id": "4006CF4637", + "span": { + "start": 267391, + "end": 268713 + }, + "index": 911, + "alignment_index": [ + 911 + ] + }, + { + "id": "11339842E5", + "span": { + "start": 268714, + "end": 268883 + }, + "index": 912, + "alignment_index": [ + 912 + ] + }, + { + "id": "17267D3218", + "span": { + "start": 268884, + "end": 269124 + }, + "index": 913, + "alignment_index": [ + 913 + ] + }, + { + "id": "832A0B5522", + "span": { + "start": 269125, + "end": 269325 + }, + "index": 914, + "alignment_index": [ + 914 + ] + }, + { + "id": "B10BC12599", + "span": { + "start": 269326, + "end": 269784 + }, + "index": 915, + "alignment_index": [ + 915 + ] + }, + { + "id": "04A662AC5A", + "span": { + "start": 269785, + "end": 269980 + }, + "index": 916, + "alignment_index": [ + 916 + ] + }, + { + "id": "C6B7441AB5", + "span": { + "start": 269981, + "end": 270135 + }, + "index": 917, + "alignment_index": [ + 917 + ] + }, + { + "id": "D868486889", + "span": { + "start": 270136, + "end": 270318 + }, + "index": 918, + "alignment_index": [ + 918 + ] + }, + { + "id": "111ECC1613", + "span": { + "start": 270319, + "end": 270387 + }, + "index": 919, + "alignment_index": [ + 919 + ] + }, + { + "id": "96E37BF909", + "span": { + "start": 270388, + "end": 270550 + }, + "index": 920, + "alignment_index": [ + 920 + ] + }, + { + "id": "0044C48BBF", + "span": { + "start": 270551, + "end": 270726 + }, + "index": 921, + "alignment_index": [ + 921 + ] + }, + { + "id": "D977587FF9", + "span": { + "start": 270727, + "end": 271236 + }, + "index": 922, + "alignment_index": [ + 922 + ] + }, + { + "id": "7AA5919C90", + "span": { + "start": 271237, + "end": 271573 + }, + "index": 923, + "alignment_index": [ + 923 + ] + }, + { + "id": "D065B44F36", + "span": { + "start": 271574, + "end": 271748 + }, + "index": 924, + "alignment_index": [ + 924 + ] + }, + { + "id": "D66FAA96FD", + "span": { + "start": 271749, + "end": 271904 + }, + "index": 925, + "alignment_index": [ + 925 + ] + }, + { + "id": "AE5DADAD61", + "span": { + "start": 271905, + "end": 272109 + }, + "index": 926, + "alignment_index": [ + 926 + ] + }, + { + "id": "6E5488CACB", + "span": { + "start": 272110, + "end": 272273 + }, + "index": 927, + "alignment_index": [ + 927 + ] + }, + { + "id": "8334C58340", + "span": { + "start": 272274, + "end": 272477 + }, + "index": 928, + "alignment_index": [ + 928 + ] + }, + { + "id": "F4F464C26C", + "span": { + "start": 272478, + "end": 273154 + }, + "index": 929, + "alignment_index": [ + 929 + ] + } + ] + } + }, + "untransformed_annotation": { + "target_annotation": { + "segmentation": [ + { + "id": "F10282032B", + "span": { + "start": 4, + "end": 54 + }, + "index": 1 + }, + { + "id": "89BF0D8EE0", + "span": { + "start": 55, + "end": 100 + }, + "index": 2 + }, + { + "id": "282DAAE222", + "span": { + "start": 101, + "end": 148 + }, + "index": 3 + }, + { + "id": "80DC8BFA1B", + "span": { + "start": 149, + "end": 200 + }, + "index": 4 + }, + { + "id": "05CEA4EA5E", + "span": { + "start": 201, + "end": 354 + }, + "index": 5 + }, + { + "id": "7950495179", + "span": { + "start": 355, + "end": 502 + }, + "index": 6 + }, + { + "id": "94B9A40BEE", + "span": { + "start": 503, + "end": 650 + }, + "index": 7 + }, + { + "id": "4AD4047464", + "span": { + "start": 651, + "end": 794 + }, + "index": 8 + }, + { + "id": "44CD949C4A", + "span": { + "start": 795, + "end": 949 + }, + "index": 9 + }, + { + "id": "21FD8225F8", + "span": { + "start": 950, + "end": 1093 + }, + "index": 10 + }, + { + "id": "0CC30D7C69", + "span": { + "start": 1094, + "end": 1247 + }, + "index": 11 + }, + { + "id": "9434E901D8", + "span": { + "start": 1248, + "end": 1404 + }, + "index": 12 + }, + { + "id": "0D67CC897B", + "span": { + "start": 1405, + "end": 1568 + }, + "index": 13 + }, + { + "id": "4630EABA60", + "span": { + "start": 1569, + "end": 1717 + }, + "index": 14 + }, + { + "id": "D699A2299A", + "span": { + "start": 1718, + "end": 1872 + }, + "index": 15 + }, + { + "id": "BB56AF11E5", + "span": { + "start": 1873, + "end": 2023 + }, + "index": 16 + }, + { + "id": "18B24D4941", + "span": { + "start": 2024, + "end": 2168 + }, + "index": 17 + }, + { + "id": "FB688325F0", + "span": { + "start": 2169, + "end": 2316 + }, + "index": 18 + }, + { + "id": "36494FEB18", + "span": { + "start": 2317, + "end": 2433 + }, + "index": 19 + }, + { + "id": "B237354135", + "span": { + "start": 2434, + "end": 2548 + }, + "index": 20 + }, + { + "id": "14727AAB57", + "span": { + "start": 2549, + "end": 2674 + }, + "index": 21 + }, + { + "id": "F64F04F996", + "span": { + "start": 2675, + "end": 2790 + }, + "index": 22 + }, + { + "id": "BD2B62C942", + "span": { + "start": 2791, + "end": 2908 + }, + "index": 23 + }, + { + "id": "490FA9F005", + "span": { + "start": 2909, + "end": 3023 + }, + "index": 24 + }, + { + "id": "8EAB1E6A1B", + "span": { + "start": 3024, + "end": 3137 + }, + "index": 25 + }, + { + "id": "6334949E93", + "span": { + "start": 3138, + "end": 3254 + }, + "index": 26 + }, + { + "id": "ADDAD82D72", + "span": { + "start": 3255, + "end": 3360 + }, + "index": 27 + }, + { + "id": "20892C6AC5", + "span": { + "start": 3361, + "end": 3468 + }, + "index": 28 + }, + { + "id": "59CC447B28", + "span": { + "start": 3469, + "end": 3587 + }, + "index": 29 + }, + { + "id": "BF2492A4A9", + "span": { + "start": 3588, + "end": 3709 + }, + "index": 30 + }, + { + "id": "87ECAA3852", + "span": { + "start": 3710, + "end": 3826 + }, + "index": 31 + }, + { + "id": "7755737848", + "span": { + "start": 3827, + "end": 3950 + }, + "index": 32 + }, + { + "id": "24488C1C96", + "span": { + "start": 3951, + "end": 4066 + }, + "index": 33 + }, + { + "id": "8482B65D63", + "span": { + "start": 4067, + "end": 4177 + }, + "index": 34 + }, + { + "id": "1549116614", + "span": { + "start": 4178, + "end": 4291 + }, + "index": 35 + }, + { + "id": "92208009FE", + "span": { + "start": 4292, + "end": 4439 + }, + "index": 36 + }, + { + "id": "336C66C342", + "span": { + "start": 4440, + "end": 4580 + }, + "index": 37 + }, + { + "id": "E88FD63336", + "span": { + "start": 4581, + "end": 4737 + }, + "index": 38 + }, + { + "id": "3589FCEDCC", + "span": { + "start": 4738, + "end": 4878 + }, + "index": 39 + }, + { + "id": "FD35AA5C95", + "span": { + "start": 4879, + "end": 5018 + }, + "index": 40 + }, + { + "id": "6E5E560012", + "span": { + "start": 5019, + "end": 5117 + }, + "index": 41 + }, + { + "id": "9829B94456", + "span": { + "start": 5123, + "end": 5273 + }, + "index": 42 + }, + { + "id": "F538AFE90D", + "span": { + "start": 5274, + "end": 5412 + }, + "index": 43 + }, + { + "id": "A4C078A102", + "span": { + "start": 5413, + "end": 5556 + }, + "index": 44 + }, + { + "id": "C86B9FEC4E", + "span": { + "start": 5557, + "end": 5705 + }, + "index": 45 + }, + { + "id": "29E200004D", + "span": { + "start": 5706, + "end": 5843 + }, + "index": 46 + }, + { + "id": "F3FEEA5ABA", + "span": { + "start": 5844, + "end": 5992 + }, + "index": 47 + }, + { + "id": "A5DDE3CD47", + "span": { + "start": 5993, + "end": 6144 + }, + "index": 48 + }, + { + "id": "AF22145F22", + "span": { + "start": 6145, + "end": 6296 + }, + "index": 49 + }, + { + "id": "682CC4833E", + "span": { + "start": 6297, + "end": 6446 + }, + "index": 50 + }, + { + "id": "B8389B3006", + "span": { + "start": 6447, + "end": 6584 + }, + "index": 51 + }, + { + "id": "8FDA76401B", + "span": { + "start": 6585, + "end": 6725 + }, + "index": 52 + }, + { + "id": "CE35C76EA9", + "span": { + "start": 6726, + "end": 6862 + }, + "index": 53 + }, + { + "id": "2C3B860217", + "span": { + "start": 6863, + "end": 7015 + }, + "index": 54 + }, + { + "id": "0D77B0B974", + "span": { + "start": 7016, + "end": 7164 + }, + "index": 55 + }, + { + "id": "6ECC1678C5", + "span": { + "start": 7165, + "end": 7305 + }, + "index": 56 + }, + { + "id": "1B182F23B4", + "span": { + "start": 7306, + "end": 7456 + }, + "index": 57 + }, + { + "id": "51ACEDC7D5", + "span": { + "start": 7457, + "end": 7598 + }, + "index": 58 + }, + { + "id": "FB1F47B474", + "span": { + "start": 7599, + "end": 7755 + }, + "index": 59 + }, + { + "id": "FABE6A90A9", + "span": { + "start": 7756, + "end": 7908 + }, + "index": 60 + }, + { + "id": "AEE58A507A", + "span": { + "start": 7909, + "end": 8033 + }, + "index": 61 + }, + { + "id": "272FCD95F9", + "span": { + "start": 8034, + "end": 8151 + }, + "index": 62 + }, + { + "id": "6FF9B4735B", + "span": { + "start": 8152, + "end": 8271 + }, + "index": 63 + }, + { + "id": "190400EE34", + "span": { + "start": 8272, + "end": 8396 + }, + "index": 64 + }, + { + "id": "BE6666F446", + "span": { + "start": 8397, + "end": 8522 + }, + "index": 65 + }, + { + "id": "44DE92247B", + "span": { + "start": 8523, + "end": 8648 + }, + "index": 66 + }, + { + "id": "580AED4F27", + "span": { + "start": 8649, + "end": 8772 + }, + "index": 67 + }, + { + "id": "DC7EA3ED1A", + "span": { + "start": 8773, + "end": 8891 + }, + "index": 68 + }, + { + "id": "BF9D77279D", + "span": { + "start": 8892, + "end": 9002 + }, + "index": 69 + }, + { + "id": "6C36888336", + "span": { + "start": 9003, + "end": 9115 + }, + "index": 70 + }, + { + "id": "2C30FB233C", + "span": { + "start": 9116, + "end": 9231 + }, + "index": 71 + }, + { + "id": "C9C726DD94", + "span": { + "start": 9232, + "end": 9345 + }, + "index": 72 + }, + { + "id": "64B2EFB416", + "span": { + "start": 9346, + "end": 9462 + }, + "index": 73 + }, + { + "id": "1247D97814", + "span": { + "start": 9463, + "end": 9572 + }, + "index": 74 + }, + { + "id": "C82D19434D", + "span": { + "start": 9573, + "end": 9683 + }, + "index": 75 + }, + { + "id": "A29E20DE84", + "span": { + "start": 9684, + "end": 9806 + }, + "index": 76 + }, + { + "id": "38B4921A82", + "span": { + "start": 9807, + "end": 9919 + }, + "index": 77 + }, + { + "id": "40EF7FCA0B", + "span": { + "start": 9920, + "end": 10026 + }, + "index": 78 + }, + { + "id": "89CBD59CB0", + "span": { + "start": 10027, + "end": 10136 + }, + "index": 79 + }, + { + "id": "155A285942", + "span": { + "start": 10137, + "end": 10251 + }, + "index": 80 + }, + { + "id": "90C1D1AAFC", + "span": { + "start": 10252, + "end": 10372 + }, + "index": 81 + }, + { + "id": "8F3020258B", + "span": { + "start": 10373, + "end": 10487 + }, + "index": 82 + }, + { + "id": "192BDF0D03", + "span": { + "start": 10488, + "end": 10600 + }, + "index": 83 + }, + { + "id": "25CB428CEE", + "span": { + "start": 10601, + "end": 10713 + }, + "index": 84 + }, + { + "id": "D49CE44011", + "span": { + "start": 10714, + "end": 10840 + }, + "index": 85 + }, + { + "id": "874A9756D2", + "span": { + "start": 10841, + "end": 10967 + }, + "index": 86 + }, + { + "id": "CE0B77E4A8", + "span": { + "start": 10968, + "end": 11084 + }, + "index": 87 + }, + { + "id": "9CCFDE9E3C", + "span": { + "start": 11085, + "end": 11204 + }, + "index": 88 + }, + { + "id": "D248FDB3C9", + "span": { + "start": 11205, + "end": 11322 + }, + "index": 89 + }, + { + "id": "30D438A870", + "span": { + "start": 11323, + "end": 11441 + }, + "index": 90 + }, + { + "id": "D9A8D13609", + "span": { + "start": 11442, + "end": 11559 + }, + "index": 91 + }, + { + "id": "81882166E5", + "span": { + "start": 11560, + "end": 11673 + }, + "index": 92 + }, + { + "id": "ECDB3DF3C8", + "span": { + "start": 11674, + "end": 11790 + }, + "index": 93 + }, + { + "id": "8F69C57983", + "span": { + "start": 11791, + "end": 11908 + }, + "index": 94 + }, + { + "id": "DD73533535", + "span": { + "start": 11909, + "end": 12026 + }, + "index": 95 + }, + { + "id": "B4696BF766", + "span": { + "start": 12027, + "end": 12142 + }, + "index": 96 + }, + { + "id": "F89DBF4CC4", + "span": { + "start": 12143, + "end": 12254 + }, + "index": 97 + }, + { + "id": "F8EB36838A", + "span": { + "start": 12255, + "end": 12363 + }, + "index": 98 + }, + { + "id": "70B60D89A7", + "span": { + "start": 12364, + "end": 12474 + }, + "index": 99 + }, + { + "id": "3D939F29E3", + "span": { + "start": 12475, + "end": 12586 + }, + "index": 100 + }, + { + "id": "2CC0C765C0", + "span": { + "start": 12587, + "end": 12691 + }, + "index": 101 + }, + { + "id": "A6550A8C4A", + "span": { + "start": 12692, + "end": 12805 + }, + "index": 102 + }, + { + "id": "F4F9E472A6", + "span": { + "start": 12806, + "end": 12922 + }, + "index": 103 + }, + { + "id": "A505D1AC83", + "span": { + "start": 12923, + "end": 13025 + }, + "index": 104 + }, + { + "id": "D250C4C10E", + "span": { + "start": 13026, + "end": 13148 + }, + "index": 105 + }, + { + "id": "025F909264", + "span": { + "start": 13149, + "end": 13263 + }, + "index": 106 + }, + { + "id": "66BFF6803D", + "span": { + "start": 13264, + "end": 13341 + }, + "index": 107 + }, + { + "id": "12E9AEE64F", + "span": { + "start": 13347, + "end": 13460 + }, + "index": 108 + }, + { + "id": "F9B90C5344", + "span": { + "start": 13461, + "end": 13573 + }, + "index": 109 + }, + { + "id": "5F17300944", + "span": { + "start": 13574, + "end": 13743 + }, + "index": 110 + }, + { + "id": "CC0D39FC99", + "span": { + "start": 13744, + "end": 13864 + }, + "index": 111 + }, + { + "id": "57A53722B7", + "span": { + "start": 13865, + "end": 13982 + }, + "index": 112 + }, + { + "id": "A8B9DB1FC3", + "span": { + "start": 13983, + "end": 14094 + }, + "index": 113 + }, + { + "id": "02BF57AA13", + "span": { + "start": 14095, + "end": 14200 + }, + "index": 114 + }, + { + "id": "F4DF85B033", + "span": { + "start": 14201, + "end": 14317 + }, + "index": 115 + }, + { + "id": "BB4BC487B2", + "span": { + "start": 14318, + "end": 14430 + }, + "index": 116 + }, + { + "id": "5993B43011", + "span": { + "start": 14431, + "end": 14551 + }, + "index": 117 + }, + { + "id": "D22962D2A5", + "span": { + "start": 14552, + "end": 14661 + }, + "index": 118 + }, + { + "id": "8C253B11A4", + "span": { + "start": 14662, + "end": 14775 + }, + "index": 119 + }, + { + "id": "C365E495E9", + "span": { + "start": 14776, + "end": 14889 + }, + "index": 120 + }, + { + "id": "7A498783B3", + "span": { + "start": 14890, + "end": 14999 + }, + "index": 121 + }, + { + "id": "7657C0C1E9", + "span": { + "start": 15000, + "end": 15110 + }, + "index": 122 + }, + { + "id": "A61F14F3E8", + "span": { + "start": 15111, + "end": 15218 + }, + "index": 123 + }, + { + "id": "FC38AF5F13", + "span": { + "start": 15219, + "end": 15342 + }, + "index": 124 + }, + { + "id": "5BF56DEC53", + "span": { + "start": 15343, + "end": 15455 + }, + "index": 125 + }, + { + "id": "2B0D0CB5C1", + "span": { + "start": 15456, + "end": 15577 + }, + "index": 126 + }, + { + "id": "75E552AB32", + "span": { + "start": 15578, + "end": 15690 + }, + "index": 127 + }, + { + "id": "4B4FAAA8A4", + "span": { + "start": 15691, + "end": 15806 + }, + "index": 128 + }, + { + "id": "4772B940EC", + "span": { + "start": 15807, + "end": 15927 + }, + "index": 129 + }, + { + "id": "911CF2DFCD", + "span": { + "start": 15928, + "end": 16046 + }, + "index": 130 + }, + { + "id": "213D15E101", + "span": { + "start": 16047, + "end": 16166 + }, + "index": 131 + }, + { + "id": "37808B483C", + "span": { + "start": 16167, + "end": 16285 + }, + "index": 132 + }, + { + "id": "E17B3E0FCC", + "span": { + "start": 16286, + "end": 16404 + }, + "index": 133 + }, + { + "id": "22F0B7B534", + "span": { + "start": 16405, + "end": 16519 + }, + "index": 134 + }, + { + "id": "A4C647542F", + "span": { + "start": 16520, + "end": 16639 + }, + "index": 135 + }, + { + "id": "F40F9A05FF", + "span": { + "start": 16640, + "end": 16757 + }, + "index": 136 + }, + { + "id": "D4AE36A937", + "span": { + "start": 16758, + "end": 16878 + }, + "index": 137 + }, + { + "id": "C6D5823DDB", + "span": { + "start": 16879, + "end": 16989 + }, + "index": 138 + }, + { + "id": "0BAADAD90A", + "span": { + "start": 16990, + "end": 17144 + }, + "index": 139 + }, + { + "id": "232AA271CA", + "span": { + "start": 17145, + "end": 17289 + }, + "index": 140 + }, + { + "id": "2F16B3345A", + "span": { + "start": 17290, + "end": 17392 + }, + "index": 141 + }, + { + "id": "55E2D2C283", + "span": { + "start": 17398, + "end": 17513 + }, + "index": 142 + }, + { + "id": "75220B78FA", + "span": { + "start": 17514, + "end": 17628 + }, + "index": 143 + }, + { + "id": "3C1191C39A", + "span": { + "start": 17629, + "end": 17747 + }, + "index": 144 + }, + { + "id": "1B5D495594", + "span": { + "start": 17748, + "end": 17859 + }, + "index": 145 + }, + { + "id": "694916F38F", + "span": { + "start": 17860, + "end": 17975 + }, + "index": 146 + }, + { + "id": "404CB5B951", + "span": { + "start": 17976, + "end": 18085 + }, + "index": 147 + }, + { + "id": "E5B664663E", + "span": { + "start": 18086, + "end": 18197 + }, + "index": 148 + }, + { + "id": "C0FDE8FD80", + "span": { + "start": 18198, + "end": 18307 + }, + "index": 149 + }, + { + "id": "CBBF1BB6C0", + "span": { + "start": 18308, + "end": 18421 + }, + "index": 150 + }, + { + "id": "6546A96666", + "span": { + "start": 18422, + "end": 18537 + }, + "index": 151 + }, + { + "id": "24DCF3A93E", + "span": { + "start": 18538, + "end": 18653 + }, + "index": 152 + }, + { + "id": "B9CD32AD6A", + "span": { + "start": 18654, + "end": 18768 + }, + "index": 153 + }, + { + "id": "2154161D41", + "span": { + "start": 18769, + "end": 18888 + }, + "index": 154 + }, + { + "id": "2B66050A31", + "span": { + "start": 18889, + "end": 19004 + }, + "index": 155 + }, + { + "id": "C05C486FBC", + "span": { + "start": 19005, + "end": 19115 + }, + "index": 156 + }, + { + "id": "349BBCAA28", + "span": { + "start": 19116, + "end": 19222 + }, + "index": 157 + }, + { + "id": "A3A4E2C370", + "span": { + "start": 19223, + "end": 19334 + }, + "index": 158 + }, + { + "id": "E69B1EFC9E", + "span": { + "start": 19335, + "end": 19446 + }, + "index": 159 + }, + { + "id": "228BD88B5B", + "span": { + "start": 19447, + "end": 19557 + }, + "index": 160 + }, + { + "id": "DD284D0664", + "span": { + "start": 19558, + "end": 19678 + }, + "index": 161 + }, + { + "id": "999015BDB5", + "span": { + "start": 19679, + "end": 19806 + }, + "index": 162 + }, + { + "id": "0D6F6006B0", + "span": { + "start": 19807, + "end": 19916 + }, + "index": 163 + }, + { + "id": "F2DE38DEF1", + "span": { + "start": 19917, + "end": 20032 + }, + "index": 164 + }, + { + "id": "1C103F93CE", + "span": { + "start": 20033, + "end": 20151 + }, + "index": 165 + }, + { + "id": "8825C24357", + "span": { + "start": 20152, + "end": 20268 + }, + "index": 166 + }, + { + "id": "3584D04223", + "span": { + "start": 20269, + "end": 20384 + }, + "index": 167 + }, + { + "id": "BA6DBAB536", + "span": { + "start": 20385, + "end": 20500 + }, + "index": 168 + }, + { + "id": "A54B0B200C", + "span": { + "start": 20501, + "end": 20616 + }, + "index": 169 + }, + { + "id": "B2533D454D", + "span": { + "start": 20617, + "end": 20729 + }, + "index": 170 + }, + { + "id": "7AAF4FF412", + "span": { + "start": 20730, + "end": 20842 + }, + "index": 171 + }, + { + "id": "027E2A7CA0", + "span": { + "start": 20843, + "end": 20952 + }, + "index": 172 + }, + { + "id": "EE604964F6", + "span": { + "start": 20953, + "end": 21063 + }, + "index": 173 + }, + { + "id": "CF7BA7F5A3", + "span": { + "start": 21064, + "end": 21184 + }, + "index": 174 + }, + { + "id": "0B5B28CEF4", + "span": { + "start": 21185, + "end": 21335 + }, + "index": 175 + }, + { + "id": "1013BAF15A", + "span": { + "start": 21336, + "end": 21473 + }, + "index": 176 + }, + { + "id": "DEAC494E1B", + "span": { + "start": 21474, + "end": 21653 + }, + "index": 177 + }, + { + "id": "F6B30FF4D0", + "span": { + "start": 21654, + "end": 21842 + }, + "index": 178 + }, + { + "id": "C0B5077DCC", + "span": { + "start": 21843, + "end": 22008 + }, + "index": 179 + }, + { + "id": "95934AB8EF", + "span": { + "start": 22009, + "end": 22161 + }, + "index": 180 + }, + { + "id": "8F7D407E78", + "span": { + "start": 22162, + "end": 22293 + }, + "index": 181 + }, + { + "id": "C4AAA18561", + "span": { + "start": 22294, + "end": 22414 + }, + "index": 182 + }, + { + "id": "48430DC410", + "span": { + "start": 22415, + "end": 22524 + }, + "index": 183 + }, + { + "id": "38A76A628D", + "span": { + "start": 22525, + "end": 22644 + }, + "index": 184 + }, + { + "id": "3733FF3539", + "span": { + "start": 22645, + "end": 22757 + }, + "index": 185 + }, + { + "id": "2D363AB00A", + "span": { + "start": 22758, + "end": 22896 + }, + "index": 186 + }, + { + "id": "F755291692", + "span": { + "start": 22897, + "end": 23045 + }, + "index": 187 + }, + { + "id": "2CFB3FC1AE", + "span": { + "start": 23046, + "end": 23289 + }, + "index": 188 + }, + { + "id": "7688407EB2", + "span": { + "start": 23290, + "end": 23424 + }, + "index": 189 + }, + { + "id": "A941F451C0", + "span": { + "start": 23425, + "end": 23508 + }, + "index": 190 + }, + { + "id": "0DFDD3219F", + "span": { + "start": 23514, + "end": 23634 + }, + "index": 191 + }, + { + "id": "E2C7B7CC2C", + "span": { + "start": 23635, + "end": 23748 + }, + "index": 192 + }, + { + "id": "9F11382881", + "span": { + "start": 23749, + "end": 23861 + }, + "index": 193 + }, + { + "id": "5729776DC4", + "span": { + "start": 23862, + "end": 23981 + }, + "index": 194 + }, + { + "id": "34DF873F0E", + "span": { + "start": 23982, + "end": 24098 + }, + "index": 195 + }, + { + "id": "49EDF6993E", + "span": { + "start": 24099, + "end": 24214 + }, + "index": 196 + }, + { + "id": "4B4CA2B6B6", + "span": { + "start": 24215, + "end": 24330 + }, + "index": 197 + }, + { + "id": "652BB022B5", + "span": { + "start": 24331, + "end": 24449 + }, + "index": 198 + }, + { + "id": "D3C334DD3D", + "span": { + "start": 24450, + "end": 24564 + }, + "index": 199 + }, + { + "id": "40B4688717", + "span": { + "start": 24565, + "end": 24682 + }, + "index": 200 + }, + { + "id": "B3F1B90FF3", + "span": { + "start": 24683, + "end": 24795 + }, + "index": 201 + }, + { + "id": "E83334769A", + "span": { + "start": 24796, + "end": 24914 + }, + "index": 202 + }, + { + "id": "49DEF52E4A", + "span": { + "start": 24915, + "end": 25023 + }, + "index": 203 + }, + { + "id": "D3FB7BC119", + "span": { + "start": 25024, + "end": 25149 + }, + "index": 204 + }, + { + "id": "A1F11ECC11", + "span": { + "start": 25150, + "end": 25265 + }, + "index": 205 + }, + { + "id": "0D34E19C47", + "span": { + "start": 25266, + "end": 25387 + }, + "index": 206 + }, + { + "id": "AB4769A73E", + "span": { + "start": 25388, + "end": 25506 + }, + "index": 207 + }, + { + "id": "4911434E3B", + "span": { + "start": 25507, + "end": 25631 + }, + "index": 208 + }, + { + "id": "80C2896A38", + "span": { + "start": 25632, + "end": 25754 + }, + "index": 209 + }, + { + "id": "9E8AE4CE90", + "span": { + "start": 25755, + "end": 25874 + }, + "index": 210 + }, + { + "id": "5C9EDFC4B5", + "span": { + "start": 25875, + "end": 25997 + }, + "index": 211 + }, + { + "id": "D102110A90", + "span": { + "start": 25998, + "end": 26108 + }, + "index": 212 + }, + { + "id": "9F887C24F4", + "span": { + "start": 26109, + "end": 26222 + }, + "index": 213 + }, + { + "id": "0E15E4AAE9", + "span": { + "start": 26223, + "end": 26339 + }, + "index": 214 + }, + { + "id": "6AEB3B7A32", + "span": { + "start": 26340, + "end": 26455 + }, + "index": 215 + }, + { + "id": "CE84484A1E", + "span": { + "start": 26456, + "end": 26572 + }, + "index": 216 + }, + { + "id": "990933B4FF", + "span": { + "start": 26573, + "end": 26699 + }, + "index": 217 + }, + { + "id": "1EBBA7100C", + "span": { + "start": 26700, + "end": 26833 + }, + "index": 218 + }, + { + "id": "4B41C0687D", + "span": { + "start": 26834, + "end": 26938 + }, + "index": 219 + }, + { + "id": "BFDE4D3D8B", + "span": { + "start": 26939, + "end": 27051 + }, + "index": 220 + }, + { + "id": "112ED0914E", + "span": { + "start": 27052, + "end": 27165 + }, + "index": 221 + }, + { + "id": "427368A2AC", + "span": { + "start": 27166, + "end": 27281 + }, + "index": 222 + }, + { + "id": "5B48844980", + "span": { + "start": 27282, + "end": 27397 + }, + "index": 223 + }, + { + "id": "B8F9A1F488", + "span": { + "start": 27398, + "end": 27513 + }, + "index": 224 + }, + { + "id": "BBE69664B4", + "span": { + "start": 27514, + "end": 27619 + }, + "index": 225 + }, + { + "id": "E68F5EA8A8", + "span": { + "start": 27620, + "end": 27735 + }, + "index": 226 + }, + { + "id": "0B9093FD6B", + "span": { + "start": 27736, + "end": 27855 + }, + "index": 227 + }, + { + "id": "61279D9AD2", + "span": { + "start": 27856, + "end": 27966 + }, + "index": 228 + }, + { + "id": "0AB7D1CA45", + "span": { + "start": 27967, + "end": 28077 + }, + "index": 229 + }, + { + "id": "97A9141970", + "span": { + "start": 28078, + "end": 28187 + }, + "index": 230 + }, + { + "id": "F22F64A2DA", + "span": { + "start": 28188, + "end": 28302 + }, + "index": 231 + }, + { + "id": "BB546C4B31", + "span": { + "start": 28303, + "end": 28427 + }, + "index": 232 + }, + { + "id": "473FC7F4AF", + "span": { + "start": 28428, + "end": 28537 + }, + "index": 233 + }, + { + "id": "3665E6F9BD", + "span": { + "start": 28538, + "end": 28649 + }, + "index": 234 + }, + { + "id": "114819A18A", + "span": { + "start": 28650, + "end": 28754 + }, + "index": 235 + }, + { + "id": "F6D966DC46", + "span": { + "start": 28755, + "end": 28870 + }, + "index": 236 + }, + { + "id": "F45D1B8C8B", + "span": { + "start": 28871, + "end": 28985 + }, + "index": 237 + }, + { + "id": "602BD0ACBD", + "span": { + "start": 28986, + "end": 29087 + }, + "index": 238 + }, + { + "id": "5A8205DD58", + "span": { + "start": 29088, + "end": 29198 + }, + "index": 239 + }, + { + "id": "F686F77F98", + "span": { + "start": 29199, + "end": 29312 + }, + "index": 240 + }, + { + "id": "801AB1A088", + "span": { + "start": 29313, + "end": 29437 + }, + "index": 241 + }, + { + "id": "B23B01F963", + "span": { + "start": 29438, + "end": 29551 + }, + "index": 242 + }, + { + "id": "18199A8ECA", + "span": { + "start": 29552, + "end": 29668 + }, + "index": 243 + }, + { + "id": "43546CC388", + "span": { + "start": 29669, + "end": 29787 + }, + "index": 244 + }, + { + "id": "BB9BB8B0FC", + "span": { + "start": 29788, + "end": 29899 + }, + "index": 245 + }, + { + "id": "F6A4086544", + "span": { + "start": 29900, + "end": 30021 + }, + "index": 246 + }, + { + "id": "B34DE3EFFF", + "span": { + "start": 30022, + "end": 30129 + }, + "index": 247 + }, + { + "id": "7FA9AA7AB8", + "span": { + "start": 30130, + "end": 30236 + }, + "index": 248 + }, + { + "id": "4D9510EEF3", + "span": { + "start": 30237, + "end": 30343 + }, + "index": 249 + }, + { + "id": "E4A2F0C58E", + "span": { + "start": 30344, + "end": 30459 + }, + "index": 250 + }, + { + "id": "714012B117", + "span": { + "start": 30460, + "end": 30586 + }, + "index": 251 + }, + { + "id": "E6F722E862", + "span": { + "start": 30587, + "end": 30692 + }, + "index": 252 + }, + { + "id": "403FFF43A0", + "span": { + "start": 30693, + "end": 30807 + }, + "index": 253 + }, + { + "id": "8D4388D188", + "span": { + "start": 30808, + "end": 30925 + }, + "index": 254 + }, + { + "id": "F4E5BF45D4", + "span": { + "start": 30926, + "end": 31042 + }, + "index": 255 + }, + { + "id": "4139AA461E", + "span": { + "start": 31043, + "end": 31151 + }, + "index": 256 + }, + { + "id": "96AE07E489", + "span": { + "start": 31152, + "end": 31271 + }, + "index": 257 + }, + { + "id": "4BE869E11C", + "span": { + "start": 31272, + "end": 31387 + }, + "index": 258 + }, + { + "id": "497596BC6D", + "span": { + "start": 31388, + "end": 31488 + }, + "index": 259 + }, + { + "id": "B60CD069D6", + "span": { + "start": 31489, + "end": 31612 + }, + "index": 260 + }, + { + "id": "4AE841A016", + "span": { + "start": 31613, + "end": 31736 + }, + "index": 261 + }, + { + "id": "960F7FAFCF", + "span": { + "start": 31737, + "end": 31848 + }, + "index": 262 + }, + { + "id": "554E784E57", + "span": { + "start": 31849, + "end": 31965 + }, + "index": 263 + }, + { + "id": "DD46784647", + "span": { + "start": 31966, + "end": 32085 + }, + "index": 264 + }, + { + "id": "787989E8E5", + "span": { + "start": 32086, + "end": 32205 + }, + "index": 265 + }, + { + "id": "F4FFF4418E", + "span": { + "start": 32206, + "end": 32319 + }, + "index": 266 + }, + { + "id": "99C8639444", + "span": { + "start": 32320, + "end": 32433 + }, + "index": 267 + }, + { + "id": "A3BF2F2BA4", + "span": { + "start": 32434, + "end": 32542 + }, + "index": 268 + }, + { + "id": "800F469B4B", + "span": { + "start": 32543, + "end": 32652 + }, + "index": 269 + }, + { + "id": "ACD7C9A559", + "span": { + "start": 32653, + "end": 32770 + }, + "index": 270 + }, + { + "id": "9AFBF56F69", + "span": { + "start": 32771, + "end": 32890 + }, + "index": 271 + }, + { + "id": "F10379841E", + "span": { + "start": 32891, + "end": 32996 + }, + "index": 272 + }, + { + "id": "7914AFAF61", + "span": { + "start": 32997, + "end": 33116 + }, + "index": 273 + }, + { + "id": "08F9A7AAA3", + "span": { + "start": 33117, + "end": 33229 + }, + "index": 274 + }, + { + "id": "2B92466022", + "span": { + "start": 33230, + "end": 33346 + }, + "index": 275 + }, + { + "id": "D4265CC884", + "span": { + "start": 33347, + "end": 33464 + }, + "index": 276 + }, + { + "id": "20976FC319", + "span": { + "start": 33465, + "end": 33579 + }, + "index": 277 + }, + { + "id": "0CA168030B", + "span": { + "start": 33580, + "end": 33689 + }, + "index": 278 + }, + { + "id": "DB549A450B", + "span": { + "start": 33690, + "end": 33802 + }, + "index": 279 + }, + { + "id": "612895699D", + "span": { + "start": 33803, + "end": 33919 + }, + "index": 280 + }, + { + "id": "33977773EB", + "span": { + "start": 33920, + "end": 34022 + }, + "index": 281 + }, + { + "id": "A44FAE664D", + "span": { + "start": 34023, + "end": 34127 + }, + "index": 282 + }, + { + "id": "CF9C9CD8C5", + "span": { + "start": 34128, + "end": 34238 + }, + "index": 283 + }, + { + "id": "D3B338B322", + "span": { + "start": 34239, + "end": 34344 + }, + "index": 284 + }, + { + "id": "42276AF2A5", + "span": { + "start": 34345, + "end": 34460 + }, + "index": 285 + }, + { + "id": "97AB6EB681", + "span": { + "start": 34461, + "end": 34577 + }, + "index": 286 + }, + { + "id": "2830C70C93", + "span": { + "start": 34578, + "end": 34690 + }, + "index": 287 + }, + { + "id": "97A98A962A", + "span": { + "start": 34691, + "end": 34806 + }, + "index": 288 + }, + { + "id": "9FE9C4FFE6", + "span": { + "start": 34807, + "end": 34923 + }, + "index": 289 + }, + { + "id": "9BAB78A6B8", + "span": { + "start": 34924, + "end": 35035 + }, + "index": 290 + }, + { + "id": "CCEBB30F3B", + "span": { + "start": 35036, + "end": 35155 + }, + "index": 291 + }, + { + "id": "E52FC9D2EC", + "span": { + "start": 35156, + "end": 35276 + }, + "index": 292 + }, + { + "id": "126D69AD30", + "span": { + "start": 35277, + "end": 35393 + }, + "index": 293 + }, + { + "id": "BB24A51B46", + "span": { + "start": 35394, + "end": 35507 + }, + "index": 294 + }, + { + "id": "04977C75B2", + "span": { + "start": 35508, + "end": 35614 + }, + "index": 295 + }, + { + "id": "F64FDA4C4E", + "span": { + "start": 35615, + "end": 35734 + }, + "index": 296 + }, + { + "id": "1351E86CC2", + "span": { + "start": 35735, + "end": 35846 + }, + "index": 297 + }, + { + "id": "7466BA06DF", + "span": { + "start": 35847, + "end": 35956 + }, + "index": 298 + }, + { + "id": "368C403C78", + "span": { + "start": 35957, + "end": 36071 + }, + "index": 299 + }, + { + "id": "11FFEE4311", + "span": { + "start": 36072, + "end": 36154 + }, + "index": 300 + }, + { + "id": "A45F1500F9", + "span": { + "start": 36160, + "end": 36283 + }, + "index": 301 + }, + { + "id": "8444B2436C", + "span": { + "start": 36284, + "end": 36394 + }, + "index": 302 + }, + { + "id": "34E35A3CE0", + "span": { + "start": 36395, + "end": 36512 + }, + "index": 303 + }, + { + "id": "B9994A3D2D", + "span": { + "start": 36513, + "end": 36627 + }, + "index": 304 + }, + { + "id": "38CC86E3F6", + "span": { + "start": 36628, + "end": 36746 + }, + "index": 305 + }, + { + "id": "2D77AB31C8", + "span": { + "start": 36747, + "end": 36865 + }, + "index": 306 + }, + { + "id": "7A8BB8BBFB", + "span": { + "start": 36866, + "end": 36978 + }, + "index": 307 + }, + { + "id": "8CC68C08F1", + "span": { + "start": 36979, + "end": 37086 + }, + "index": 308 + }, + { + "id": "4C7A642CC0", + "span": { + "start": 37087, + "end": 37200 + }, + "index": 309 + }, + { + "id": "575B6B2CA7", + "span": { + "start": 37201, + "end": 37300 + }, + "index": 310 + }, + { + "id": "B1EC51CB6A", + "span": { + "start": 37301, + "end": 37415 + }, + "index": 311 + }, + { + "id": "B1A8AA08FA", + "span": { + "start": 37416, + "end": 37544 + }, + "index": 312 + }, + { + "id": "98FF2FA3AD", + "span": { + "start": 37545, + "end": 37653 + }, + "index": 313 + }, + { + "id": "339BB1FAF4", + "span": { + "start": 37654, + "end": 37764 + }, + "index": 314 + }, + { + "id": "5FC5522924", + "span": { + "start": 37765, + "end": 37878 + }, + "index": 315 + }, + { + "id": "4C2EB403BA", + "span": { + "start": 37879, + "end": 37989 + }, + "index": 316 + }, + { + "id": "E8E29B224F", + "span": { + "start": 37990, + "end": 38103 + }, + "index": 317 + }, + { + "id": "66C8CA8DB8", + "span": { + "start": 38104, + "end": 38224 + }, + "index": 318 + }, + { + "id": "4147650B4B", + "span": { + "start": 38225, + "end": 38344 + }, + "index": 319 + }, + { + "id": "B85F5D3828", + "span": { + "start": 38345, + "end": 38454 + }, + "index": 320 + }, + { + "id": "3249C2D32B", + "span": { + "start": 38455, + "end": 38568 + }, + "index": 321 + }, + { + "id": "BAA388D31A", + "span": { + "start": 38569, + "end": 38689 + }, + "index": 322 + }, + { + "id": "44B42BD46B", + "span": { + "start": 38690, + "end": 38813 + }, + "index": 323 + }, + { + "id": "C2F1A01853", + "span": { + "start": 38814, + "end": 38932 + }, + "index": 324 + }, + { + "id": "986B48A5A9", + "span": { + "start": 38933, + "end": 39043 + }, + "index": 325 + }, + { + "id": "99320CCE8C", + "span": { + "start": 39044, + "end": 39163 + }, + "index": 326 + }, + { + "id": "455D444766", + "span": { + "start": 39164, + "end": 39279 + }, + "index": 327 + }, + { + "id": "9C2F6A7AEA", + "span": { + "start": 39280, + "end": 39388 + }, + "index": 328 + }, + { + "id": "DF74684FA6", + "span": { + "start": 39389, + "end": 39501 + }, + "index": 329 + }, + { + "id": "6DADFEB4F7", + "span": { + "start": 39502, + "end": 39614 + }, + "index": 330 + }, + { + "id": "0796187D98", + "span": { + "start": 39615, + "end": 39729 + }, + "index": 331 + }, + { + "id": "8D5EBA5BA0", + "span": { + "start": 39730, + "end": 39852 + }, + "index": 332 + }, + { + "id": "BF20FF88B8", + "span": { + "start": 39853, + "end": 39970 + }, + "index": 333 + }, + { + "id": "AE49F9BA78", + "span": { + "start": 39971, + "end": 40091 + }, + "index": 334 + }, + { + "id": "93C0CC95AC", + "span": { + "start": 40092, + "end": 40206 + }, + "index": 335 + }, + { + "id": "A5A40CA788", + "span": { + "start": 40207, + "end": 40316 + }, + "index": 336 + }, + { + "id": "7DF24EED97", + "span": { + "start": 40317, + "end": 40432 + }, + "index": 337 + }, + { + "id": "286FF26BD2", + "span": { + "start": 40433, + "end": 40544 + }, + "index": 338 + }, + { + "id": "585BF323F2", + "span": { + "start": 40545, + "end": 40654 + }, + "index": 339 + }, + { + "id": "E027CAB69A", + "span": { + "start": 40655, + "end": 40768 + }, + "index": 340 + }, + { + "id": "A7DEB7EBC4", + "span": { + "start": 40769, + "end": 40874 + }, + "index": 341 + }, + { + "id": "DCC5A5CFC8", + "span": { + "start": 40875, + "end": 40986 + }, + "index": 342 + }, + { + "id": "136B34492B", + "span": { + "start": 40987, + "end": 41097 + }, + "index": 343 + }, + { + "id": "3348411E19", + "span": { + "start": 41098, + "end": 41209 + }, + "index": 344 + }, + { + "id": "0475D99C79", + "span": { + "start": 41210, + "end": 41325 + }, + "index": 345 + }, + { + "id": "D01571ABDA", + "span": { + "start": 41326, + "end": 41435 + }, + "index": 346 + }, + { + "id": "CEAF2472A2", + "span": { + "start": 41436, + "end": 41554 + }, + "index": 347 + }, + { + "id": "8BEEEE941A", + "span": { + "start": 41555, + "end": 41673 + }, + "index": 348 + }, + { + "id": "8B444F515C", + "span": { + "start": 41674, + "end": 41784 + }, + "index": 349 + }, + { + "id": "EE21FF0EF0", + "span": { + "start": 41785, + "end": 41893 + }, + "index": 350 + }, + { + "id": "AA96994871", + "span": { + "start": 41894, + "end": 42008 + }, + "index": 351 + }, + { + "id": "CCCCC5AE17", + "span": { + "start": 42009, + "end": 42120 + }, + "index": 352 + }, + { + "id": "B15E7A5461", + "span": { + "start": 42121, + "end": 42232 + }, + "index": 353 + }, + { + "id": "21B39E9404", + "span": { + "start": 42233, + "end": 42335 + }, + "index": 354 + }, + { + "id": "406B451681", + "span": { + "start": 42336, + "end": 42450 + }, + "index": 355 + }, + { + "id": "549CC19585", + "span": { + "start": 42451, + "end": 42573 + }, + "index": 356 + }, + { + "id": "C02B99F447", + "span": { + "start": 42574, + "end": 42683 + }, + "index": 357 + }, + { + "id": "95131D8203", + "span": { + "start": 42684, + "end": 42789 + }, + "index": 358 + }, + { + "id": "45A943323D", + "span": { + "start": 42790, + "end": 42906 + }, + "index": 359 + }, + { + "id": "79E6D89322", + "span": { + "start": 42907, + "end": 43023 + }, + "index": 360 + }, + { + "id": "BB4BA05CBB", + "span": { + "start": 43024, + "end": 43129 + }, + "index": 361 + }, + { + "id": "F0B1D7CBFD", + "span": { + "start": 43130, + "end": 43241 + }, + "index": 362 + }, + { + "id": "48D6F67E81", + "span": { + "start": 43242, + "end": 43343 + }, + "index": 363 + }, + { + "id": "5C455ABE88", + "span": { + "start": 43344, + "end": 43464 + }, + "index": 364 + }, + { + "id": "88C6F16368", + "span": { + "start": 43465, + "end": 43581 + }, + "index": 365 + }, + { + "id": "9E21C0A182", + "span": { + "start": 43582, + "end": 43698 + }, + "index": 366 + }, + { + "id": "74131FCA7E", + "span": { + "start": 43699, + "end": 43808 + }, + "index": 367 + }, + { + "id": "C6845A9396", + "span": { + "start": 43809, + "end": 43917 + }, + "index": 368 + }, + { + "id": "5A88C2D350", + "span": { + "start": 43918, + "end": 44033 + }, + "index": 369 + }, + { + "id": "783444641D", + "span": { + "start": 44034, + "end": 44147 + }, + "index": 370 + }, + { + "id": "F6BFA48863", + "span": { + "start": 44148, + "end": 44255 + }, + "index": 371 + }, + { + "id": "255410A529", + "span": { + "start": 44256, + "end": 44363 + }, + "index": 372 + }, + { + "id": "1D680AA3CB", + "span": { + "start": 44364, + "end": 44483 + }, + "index": 373 + }, + { + "id": "6555929579", + "span": { + "start": 44484, + "end": 44599 + }, + "index": 374 + }, + { + "id": "49FDF74AB4", + "span": { + "start": 44600, + "end": 44719 + }, + "index": 375 + }, + { + "id": "5BF7F95E7A", + "span": { + "start": 44720, + "end": 44836 + }, + "index": 376 + }, + { + "id": "7216E3E17E", + "span": { + "start": 44837, + "end": 44950 + }, + "index": 377 + }, + { + "id": "B1F03A1D66", + "span": { + "start": 44951, + "end": 45074 + }, + "index": 378 + }, + { + "id": "C5E547A819", + "span": { + "start": 45075, + "end": 45190 + }, + "index": 379 + }, + { + "id": "49D40AE6D9", + "span": { + "start": 45191, + "end": 45307 + }, + "index": 380 + }, + { + "id": "969F9C8F06", + "span": { + "start": 45308, + "end": 45428 + }, + "index": 381 + }, + { + "id": "745544BA5A", + "span": { + "start": 45429, + "end": 45545 + }, + "index": 382 + }, + { + "id": "16FA4C4EC6", + "span": { + "start": 45546, + "end": 45652 + }, + "index": 383 + }, + { + "id": "6D6939B922", + "span": { + "start": 45653, + "end": 45762 + }, + "index": 384 + }, + { + "id": "042E442245", + "span": { + "start": 45763, + "end": 45870 + }, + "index": 385 + }, + { + "id": "474779B8B4", + "span": { + "start": 45871, + "end": 46001 + }, + "index": 386 + }, + { + "id": "F03FE55B83", + "span": { + "start": 46002, + "end": 46119 + }, + "index": 387 + }, + { + "id": "F08E0A0924", + "span": { + "start": 46120, + "end": 46238 + }, + "index": 388 + }, + { + "id": "4652C4EC66", + "span": { + "start": 46239, + "end": 46355 + }, + "index": 389 + }, + { + "id": "DBD4F11B48", + "span": { + "start": 46356, + "end": 46481 + }, + "index": 390 + }, + { + "id": "41A9333D76", + "span": { + "start": 46482, + "end": 46594 + }, + "index": 391 + }, + { + "id": "605A65E6ED", + "span": { + "start": 46595, + "end": 46709 + }, + "index": 392 + }, + { + "id": "D44B8BB44C", + "span": { + "start": 46710, + "end": 46821 + }, + "index": 393 + }, + { + "id": "71E4C042A1", + "span": { + "start": 46822, + "end": 46939 + }, + "index": 394 + }, + { + "id": "3A7D93E24B", + "span": { + "start": 46940, + "end": 47047 + }, + "index": 395 + }, + { + "id": "09A8F8CFFB", + "span": { + "start": 47048, + "end": 47152 + }, + "index": 396 + }, + { + "id": "98186BC814", + "span": { + "start": 47153, + "end": 47261 + }, + "index": 397 + }, + { + "id": "00231478F6", + "span": { + "start": 47262, + "end": 47385 + }, + "index": 398 + }, + { + "id": "4E3B7939EA", + "span": { + "start": 47386, + "end": 47502 + }, + "index": 399 + }, + { + "id": "CBB2BC4436", + "span": { + "start": 47503, + "end": 47617 + }, + "index": 400 + }, + { + "id": "84683E01DD", + "span": { + "start": 47618, + "end": 47738 + }, + "index": 401 + }, + { + "id": "BD44EB58E0", + "span": { + "start": 47739, + "end": 47854 + }, + "index": 402 + }, + { + "id": "BBE8602900", + "span": { + "start": 47855, + "end": 47966 + }, + "index": 403 + }, + { + "id": "5C555650DC", + "span": { + "start": 47967, + "end": 48072 + }, + "index": 404 + }, + { + "id": "0B4556B3D6", + "span": { + "start": 48073, + "end": 48193 + }, + "index": 405 + }, + { + "id": "3628C0CF22", + "span": { + "start": 48194, + "end": 48302 + }, + "index": 406 + }, + { + "id": "5299852D2A", + "span": { + "start": 48303, + "end": 48420 + }, + "index": 407 + }, + { + "id": "483E53A58E", + "span": { + "start": 48421, + "end": 48537 + }, + "index": 408 + }, + { + "id": "B415BB8381", + "span": { + "start": 48538, + "end": 48652 + }, + "index": 409 + }, + { + "id": "A30CAFFCF5", + "span": { + "start": 48653, + "end": 48764 + }, + "index": 410 + }, + { + "id": "25AE8B305F", + "span": { + "start": 48765, + "end": 48878 + }, + "index": 411 + }, + { + "id": "1E1595421F", + "span": { + "start": 48879, + "end": 48995 + }, + "index": 412 + }, + { + "id": "AF1564A8F2", + "span": { + "start": 48996, + "end": 49106 + }, + "index": 413 + }, + { + "id": "123ACB7A81", + "span": { + "start": 49107, + "end": 49221 + }, + "index": 414 + }, + { + "id": "B4926790BC", + "span": { + "start": 49222, + "end": 49333 + }, + "index": 415 + }, + { + "id": "C226AAE24B", + "span": { + "start": 49334, + "end": 49447 + }, + "index": 416 + }, + { + "id": "75541E6445", + "span": { + "start": 49448, + "end": 49561 + }, + "index": 417 + }, + { + "id": "F3D3EE4E6F", + "span": { + "start": 49562, + "end": 49680 + }, + "index": 418 + }, + { + "id": "4F8AA2E0D2", + "span": { + "start": 49681, + "end": 49797 + }, + "index": 419 + }, + { + "id": "1441CC7ACC", + "span": { + "start": 49798, + "end": 49937 + }, + "index": 420 + }, + { + "id": "CC536FAF64", + "span": { + "start": 49938, + "end": 50077 + }, + "index": 421 + }, + { + "id": "35043F4EF2", + "span": { + "start": 50078, + "end": 50225 + }, + "index": 422 + }, + { + "id": "C9A8D9BA3E", + "span": { + "start": 50226, + "end": 50370 + }, + "index": 423 + }, + { + "id": "976225700A", + "span": { + "start": 50371, + "end": 50520 + }, + "index": 424 + }, + { + "id": "CC9E1E5051", + "span": { + "start": 50521, + "end": 50686 + }, + "index": 425 + }, + { + "id": "882F1627A1", + "span": { + "start": 50687, + "end": 50831 + }, + "index": 426 + }, + { + "id": "EAEECFAA40", + "span": { + "start": 50832, + "end": 50983 + }, + "index": 427 + }, + { + "id": "701A7EBEFF", + "span": { + "start": 50984, + "end": 51102 + }, + "index": 428 + }, + { + "id": "8D1B4DDB7D", + "span": { + "start": 51103, + "end": 51218 + }, + "index": 429 + }, + { + "id": "548818AAFA", + "span": { + "start": 51219, + "end": 51343 + }, + "index": 430 + }, + { + "id": "36AB308AB9", + "span": { + "start": 51344, + "end": 51456 + }, + "index": 431 + }, + { + "id": "753F8888FD", + "span": { + "start": 51457, + "end": 51570 + }, + "index": 432 + }, + { + "id": "F57DE69767", + "span": { + "start": 51571, + "end": 51689 + }, + "index": 433 + }, + { + "id": "B7AB8A52CE", + "span": { + "start": 51690, + "end": 51808 + }, + "index": 434 + }, + { + "id": "CBFBBC8BCB", + "span": { + "start": 51809, + "end": 51893 + }, + "index": 435 + }, + { + "id": "C0091AC96A", + "span": { + "start": 51899, + "end": 52028 + }, + "index": 436 + }, + { + "id": "F727A2C953", + "span": { + "start": 52029, + "end": 52136 + }, + "index": 437 + }, + { + "id": "7074648487", + "span": { + "start": 52137, + "end": 52256 + }, + "index": 438 + }, + { + "id": "B7D1BBB55F", + "span": { + "start": 52257, + "end": 52369 + }, + "index": 439 + }, + { + "id": "A99189DA14", + "span": { + "start": 52370, + "end": 52483 + }, + "index": 440 + }, + { + "id": "51258ED5D1", + "span": { + "start": 52484, + "end": 52597 + }, + "index": 441 + }, + { + "id": "9F4F05CD7F", + "span": { + "start": 52598, + "end": 52706 + }, + "index": 442 + }, + { + "id": "E7640BF8B0", + "span": { + "start": 52707, + "end": 52822 + }, + "index": 443 + }, + { + "id": "54A5C17840", + "span": { + "start": 52823, + "end": 52932 + }, + "index": 444 + }, + { + "id": "895B8D485F", + "span": { + "start": 52933, + "end": 53048 + }, + "index": 445 + }, + { + "id": "A4C525F64E", + "span": { + "start": 53049, + "end": 53170 + }, + "index": 446 + }, + { + "id": "55B4EFCFBF", + "span": { + "start": 53171, + "end": 53272 + }, + "index": 447 + }, + { + "id": "1EE698D68E", + "span": { + "start": 53273, + "end": 53391 + }, + "index": 448 + }, + { + "id": "3691001D03", + "span": { + "start": 53392, + "end": 53504 + }, + "index": 449 + }, + { + "id": "61AF481D91", + "span": { + "start": 53505, + "end": 53627 + }, + "index": 450 + }, + { + "id": "2B741EC5EC", + "span": { + "start": 53628, + "end": 53746 + }, + "index": 451 + }, + { + "id": "8090BDD73B", + "span": { + "start": 53747, + "end": 53862 + }, + "index": 452 + }, + { + "id": "F7169B4761", + "span": { + "start": 53863, + "end": 53984 + }, + "index": 453 + }, + { + "id": "80329ABE33", + "span": { + "start": 53985, + "end": 54099 + }, + "index": 454 + }, + { + "id": "1115B7C2D2", + "span": { + "start": 54100, + "end": 54208 + }, + "index": 455 + }, + { + "id": "833BB07639", + "span": { + "start": 54209, + "end": 54326 + }, + "index": 456 + }, + { + "id": "00B00A5093", + "span": { + "start": 54327, + "end": 54452 + }, + "index": 457 + }, + { + "id": "C345126926", + "span": { + "start": 54453, + "end": 54566 + }, + "index": 458 + }, + { + "id": "87FB0ABE4B", + "span": { + "start": 54567, + "end": 54672 + }, + "index": 459 + }, + { + "id": "8E9C2360A2", + "span": { + "start": 54673, + "end": 54785 + }, + "index": 460 + }, + { + "id": "41D9D2219C", + "span": { + "start": 54786, + "end": 54888 + }, + "index": 461 + }, + { + "id": "9B94FF4D4D", + "span": { + "start": 54889, + "end": 55006 + }, + "index": 462 + }, + { + "id": "EABD274CA7", + "span": { + "start": 55007, + "end": 55120 + }, + "index": 463 + }, + { + "id": "B1F7037F1F", + "span": { + "start": 55121, + "end": 55248 + }, + "index": 464 + }, + { + "id": "7C098443E8", + "span": { + "start": 55249, + "end": 55365 + }, + "index": 465 + }, + { + "id": "C6BA2EDBE5", + "span": { + "start": 55366, + "end": 55486 + }, + "index": 466 + }, + { + "id": "901985899F", + "span": { + "start": 55487, + "end": 55615 + }, + "index": 467 + }, + { + "id": "C511F2F246", + "span": { + "start": 55616, + "end": 55725 + }, + "index": 468 + }, + { + "id": "34DCA0AC90", + "span": { + "start": 55726, + "end": 55831 + }, + "index": 469 + }, + { + "id": "D0D0E5A000", + "span": { + "start": 55832, + "end": 55944 + }, + "index": 470 + }, + { + "id": "DF7FC749E4", + "span": { + "start": 55945, + "end": 56051 + }, + "index": 471 + }, + { + "id": "06529B5BAE", + "span": { + "start": 56052, + "end": 56168 + }, + "index": 472 + }, + { + "id": "E30CEF9343", + "span": { + "start": 56169, + "end": 56283 + }, + "index": 473 + }, + { + "id": "FD68A138AF", + "span": { + "start": 56284, + "end": 56393 + }, + "index": 474 + }, + { + "id": "34F0EA07FB", + "span": { + "start": 56394, + "end": 56506 + }, + "index": 475 + }, + { + "id": "2E18E1D726", + "span": { + "start": 56507, + "end": 56623 + }, + "index": 476 + }, + { + "id": "28032D0598", + "span": { + "start": 56624, + "end": 56744 + }, + "index": 477 + }, + { + "id": "9F3AF6F131", + "span": { + "start": 56745, + "end": 56863 + }, + "index": 478 + }, + { + "id": "2F4D533232", + "span": { + "start": 56864, + "end": 57054 + }, + "index": 479 + }, + { + "id": "0476B74006", + "span": { + "start": 57055, + "end": 57297 + }, + "index": 480 + }, + { + "id": "B015C7CABB", + "span": { + "start": 57298, + "end": 57409 + }, + "index": 481 + }, + { + "id": "0ACAA97C50", + "span": { + "start": 57410, + "end": 57520 + }, + "index": 482 + }, + { + "id": "EB4BEA5B1B", + "span": { + "start": 57521, + "end": 57647 + }, + "index": 483 + }, + { + "id": "F9F64221BF", + "span": { + "start": 57648, + "end": 57755 + }, + "index": 484 + }, + { + "id": "EB668FEA55", + "span": { + "start": 57756, + "end": 57871 + }, + "index": 485 + }, + { + "id": "328645CE8E", + "span": { + "start": 57872, + "end": 57980 + }, + "index": 486 + }, + { + "id": "B06470DC5A", + "span": { + "start": 57981, + "end": 58096 + }, + "index": 487 + }, + { + "id": "7F1F6F0780", + "span": { + "start": 58097, + "end": 58204 + }, + "index": 488 + }, + { + "id": "88DB54AAC2", + "span": { + "start": 58205, + "end": 58321 + }, + "index": 489 + }, + { + "id": "A04CD94CCE", + "span": { + "start": 58322, + "end": 58432 + }, + "index": 490 + }, + { + "id": "50C00A6687", + "span": { + "start": 58433, + "end": 58549 + }, + "index": 491 + }, + { + "id": "FE9A16BB1B", + "span": { + "start": 58550, + "end": 58697 + }, + "index": 492 + }, + { + "id": "98DFF3E394", + "span": { + "start": 58698, + "end": 58810 + }, + "index": 493 + }, + { + "id": "DD8D42CA1B", + "span": { + "start": 58811, + "end": 58989 + }, + "index": 494 + }, + { + "id": "7688F60E49", + "span": { + "start": 58990, + "end": 59109 + }, + "index": 495 + }, + { + "id": "3315965A43", + "span": { + "start": 59110, + "end": 59226 + }, + "index": 496 + }, + { + "id": "18B6545818", + "span": { + "start": 59227, + "end": 59393 + }, + "index": 497 + }, + { + "id": "2C2999CCCC", + "span": { + "start": 59394, + "end": 59504 + }, + "index": 498 + }, + { + "id": "6D984E89BB", + "span": { + "start": 59505, + "end": 59622 + }, + "index": 499 + }, + { + "id": "D57DA9F456", + "span": { + "start": 59623, + "end": 59742 + }, + "index": 500 + }, + { + "id": "9FCAF88BFD", + "span": { + "start": 59743, + "end": 59856 + }, + "index": 501 + }, + { + "id": "EFECDB0506", + "span": { + "start": 59857, + "end": 59967 + }, + "index": 502 + }, + { + "id": "ACB2CA2C1A", + "span": { + "start": 59968, + "end": 60089 + }, + "index": 503 + }, + { + "id": "8C8352B7BC", + "span": { + "start": 60090, + "end": 60211 + }, + "index": 504 + }, + { + "id": "2E95E3DFA0", + "span": { + "start": 60212, + "end": 60326 + }, + "index": 505 + }, + { + "id": "DDF2641DD1", + "span": { + "start": 60327, + "end": 60453 + }, + "index": 506 + }, + { + "id": "77E155D162", + "span": { + "start": 60454, + "end": 60566 + }, + "index": 507 + }, + { + "id": "B40BF09120", + "span": { + "start": 60567, + "end": 60675 + }, + "index": 508 + }, + { + "id": "34F4444A49", + "span": { + "start": 60676, + "end": 60786 + }, + "index": 509 + }, + { + "id": "CB2220EDE5", + "span": { + "start": 60787, + "end": 60891 + }, + "index": 510 + }, + { + "id": "C87F64A418", + "span": { + "start": 60892, + "end": 61010 + }, + "index": 511 + }, + { + "id": "CED2692C1F", + "span": { + "start": 61011, + "end": 61100 + }, + "index": 512 + }, + { + "id": "B9A4DD4D79", + "span": { + "start": 61106, + "end": 61225 + }, + "index": 513 + }, + { + "id": "4440359444", + "span": { + "start": 61226, + "end": 61341 + }, + "index": 514 + }, + { + "id": "454B2D81A2", + "span": { + "start": 61342, + "end": 61460 + }, + "index": 515 + }, + { + "id": "C4C0C8860C", + "span": { + "start": 61461, + "end": 61606 + }, + "index": 516 + }, + { + "id": "C7D45875D6", + "span": { + "start": 61607, + "end": 61716 + }, + "index": 517 + }, + { + "id": "6866178663", + "span": { + "start": 61717, + "end": 61837 + }, + "index": 518 + }, + { + "id": "249BCC0D44", + "span": { + "start": 61838, + "end": 61952 + }, + "index": 519 + }, + { + "id": "459E4174E6", + "span": { + "start": 61953, + "end": 62073 + }, + "index": 520 + }, + { + "id": "AAD0D86492", + "span": { + "start": 62074, + "end": 62190 + }, + "index": 521 + }, + { + "id": "404395B8E4", + "span": { + "start": 62191, + "end": 62310 + }, + "index": 522 + }, + { + "id": "CC8FE3E6FE", + "span": { + "start": 62311, + "end": 62422 + }, + "index": 523 + }, + { + "id": "B1A339A942", + "span": { + "start": 62423, + "end": 62534 + }, + "index": 524 + }, + { + "id": "68792692CE", + "span": { + "start": 62535, + "end": 62653 + }, + "index": 525 + }, + { + "id": "080A5E8444", + "span": { + "start": 62654, + "end": 62765 + }, + "index": 526 + }, + { + "id": "5D9D25D2D5", + "span": { + "start": 62766, + "end": 62874 + }, + "index": 527 + }, + { + "id": "E4EBB0DD5F", + "span": { + "start": 62875, + "end": 62988 + }, + "index": 528 + }, + { + "id": "BCC3B95D8A", + "span": { + "start": 62989, + "end": 63103 + }, + "index": 529 + }, + { + "id": "9224156F71", + "span": { + "start": 63104, + "end": 63223 + }, + "index": 530 + }, + { + "id": "F8D450C79F", + "span": { + "start": 63224, + "end": 63337 + }, + "index": 531 + }, + { + "id": "6F9CF694C0", + "span": { + "start": 63338, + "end": 63457 + }, + "index": 532 + }, + { + "id": "BC5B30ABCC", + "span": { + "start": 63458, + "end": 63566 + }, + "index": 533 + }, + { + "id": "6ECD7E491D", + "span": { + "start": 63567, + "end": 63677 + }, + "index": 534 + }, + { + "id": "84734793F4", + "span": { + "start": 63678, + "end": 63793 + }, + "index": 535 + }, + { + "id": "C772D363B6", + "span": { + "start": 63794, + "end": 63911 + }, + "index": 536 + }, + { + "id": "C6A923AC5C", + "span": { + "start": 63912, + "end": 64029 + }, + "index": 537 + }, + { + "id": "02ADAB1117", + "span": { + "start": 64030, + "end": 64140 + }, + "index": 538 + }, + { + "id": "B838A144C3", + "span": { + "start": 64141, + "end": 64259 + }, + "index": 539 + }, + { + "id": "0CABB94C4F", + "span": { + "start": 64260, + "end": 64377 + }, + "index": 540 + }, + { + "id": "D3A2B63DEC", + "span": { + "start": 64378, + "end": 64493 + }, + "index": 541 + }, + { + "id": "CB6247CF00", + "span": { + "start": 64494, + "end": 64608 + }, + "index": 542 + }, + { + "id": "91075DF5F1", + "span": { + "start": 64609, + "end": 64724 + }, + "index": 543 + }, + { + "id": "3A37119730", + "span": { + "start": 64725, + "end": 64846 + }, + "index": 544 + }, + { + "id": "6B7B1220B3", + "span": { + "start": 64847, + "end": 64966 + }, + "index": 545 + }, + { + "id": "55480ED4E3", + "span": { + "start": 64967, + "end": 65080 + }, + "index": 546 + }, + { + "id": "3D356DFC54", + "span": { + "start": 65081, + "end": 65196 + }, + "index": 547 + }, + { + "id": "388005A021", + "span": { + "start": 65197, + "end": 65315 + }, + "index": 548 + }, + { + "id": "AEF26F49E3", + "span": { + "start": 65316, + "end": 65432 + }, + "index": 549 + }, + { + "id": "1BB44A6E7E", + "span": { + "start": 65433, + "end": 65546 + }, + "index": 550 + }, + { + "id": "F1C118EE39", + "span": { + "start": 65547, + "end": 65671 + }, + "index": 551 + }, + { + "id": "C602E4F711", + "span": { + "start": 65672, + "end": 65783 + }, + "index": 552 + }, + { + "id": "F492FA1069", + "span": { + "start": 65784, + "end": 65897 + }, + "index": 553 + }, + { + "id": "4CCB669229", + "span": { + "start": 65898, + "end": 66008 + }, + "index": 554 + }, + { + "id": "1B69242A45", + "span": { + "start": 66009, + "end": 66124 + }, + "index": 555 + }, + { + "id": "75F696776A", + "span": { + "start": 66125, + "end": 66244 + }, + "index": 556 + }, + { + "id": "0EFCB609F3", + "span": { + "start": 66245, + "end": 66359 + }, + "index": 557 + }, + { + "id": "503355A8B0", + "span": { + "start": 66360, + "end": 66465 + }, + "index": 558 + }, + { + "id": "794CA5A334", + "span": { + "start": 66466, + "end": 66584 + }, + "index": 559 + }, + { + "id": "76B7C85711", + "span": { + "start": 66585, + "end": 66691 + }, + "index": 560 + }, + { + "id": "F4A6E63943", + "span": { + "start": 66692, + "end": 66796 + }, + "index": 561 + }, + { + "id": "E82663D7E1", + "span": { + "start": 66797, + "end": 66899 + }, + "index": 562 + }, + { + "id": "9AB4A83A80", + "span": { + "start": 66900, + "end": 67004 + }, + "index": 563 + }, + { + "id": "CA24B4EDA5", + "span": { + "start": 67005, + "end": 67117 + }, + "index": 564 + }, + { + "id": "BDCBD2CCAC", + "span": { + "start": 67118, + "end": 67234 + }, + "index": 565 + }, + { + "id": "3B333D54B9", + "span": { + "start": 67235, + "end": 67341 + }, + "index": 566 + }, + { + "id": "CD27C85C37", + "span": { + "start": 67342, + "end": 67451 + }, + "index": 567 + }, + { + "id": "CE117D4AED", + "span": { + "start": 67452, + "end": 67565 + }, + "index": 568 + }, + { + "id": "A9A689A7B3", + "span": { + "start": 67566, + "end": 67681 + }, + "index": 569 + }, + { + "id": "143BE8C09B", + "span": { + "start": 67682, + "end": 67787 + }, + "index": 570 + }, + { + "id": "437F4AD630", + "span": { + "start": 67788, + "end": 67902 + }, + "index": 571 + }, + { + "id": "B2E9E5AE1E", + "span": { + "start": 67903, + "end": 68022 + }, + "index": 572 + }, + { + "id": "5A4F74BBB9", + "span": { + "start": 68023, + "end": 68131 + }, + "index": 573 + }, + { + "id": "4BA8918281", + "span": { + "start": 68132, + "end": 68246 + }, + "index": 574 + }, + { + "id": "D88291A965", + "span": { + "start": 68247, + "end": 68358 + }, + "index": 575 + }, + { + "id": "7674712A69", + "span": { + "start": 68359, + "end": 68471 + }, + "index": 576 + }, + { + "id": "149B408F75", + "span": { + "start": 68472, + "end": 68581 + }, + "index": 577 + }, + { + "id": "B2579E8922", + "span": { + "start": 68582, + "end": 68689 + }, + "index": 578 + }, + { + "id": "FC66C48658", + "span": { + "start": 68690, + "end": 68798 + }, + "index": 579 + }, + { + "id": "897205E7D9", + "span": { + "start": 68799, + "end": 68914 + }, + "index": 580 + }, + { + "id": "45BFEC2BBF", + "span": { + "start": 68915, + "end": 69033 + }, + "index": 581 + }, + { + "id": "4CB061446C", + "span": { + "start": 69034, + "end": 69150 + }, + "index": 582 + }, + { + "id": "538C666336", + "span": { + "start": 69151, + "end": 69265 + }, + "index": 583 + }, + { + "id": "476E700967", + "span": { + "start": 69266, + "end": 69372 + }, + "index": 584 + }, + { + "id": "2141465146", + "span": { + "start": 69373, + "end": 69484 + }, + "index": 585 + }, + { + "id": "A6F6B151B8", + "span": { + "start": 69485, + "end": 69611 + }, + "index": 586 + }, + { + "id": "ABEA8F31F3", + "span": { + "start": 69612, + "end": 69724 + }, + "index": 587 + }, + { + "id": "A253CC59F5", + "span": { + "start": 69725, + "end": 69840 + }, + "index": 588 + }, + { + "id": "B9E04355B6", + "span": { + "start": 69841, + "end": 69961 + }, + "index": 589 + }, + { + "id": "B314008257", + "span": { + "start": 69962, + "end": 70076 + }, + "index": 590 + }, + { + "id": "44146967F1", + "span": { + "start": 70077, + "end": 70228 + }, + "index": 591 + }, + { + "id": "B699A14549", + "span": { + "start": 70229, + "end": 70346 + }, + "index": 592 + }, + { + "id": "4A66CC40CC", + "span": { + "start": 70347, + "end": 70475 + }, + "index": 593 + }, + { + "id": "7326D4AF44", + "span": { + "start": 70476, + "end": 70595 + }, + "index": 594 + }, + { + "id": "E563466DF6", + "span": { + "start": 70596, + "end": 70713 + }, + "index": 595 + }, + { + "id": "1EA23C54F7", + "span": { + "start": 70714, + "end": 70830 + }, + "index": 596 + }, + { + "id": "114E894666", + "span": { + "start": 70831, + "end": 70943 + }, + "index": 597 + }, + { + "id": "7C627A07FC", + "span": { + "start": 70944, + "end": 71088 + }, + "index": 598 + }, + { + "id": "F6F8EEFD88", + "span": { + "start": 71089, + "end": 71214 + }, + "index": 599 + }, + { + "id": "0EA4490510", + "span": { + "start": 71215, + "end": 71328 + }, + "index": 600 + }, + { + "id": "E4B1AD1A6A", + "span": { + "start": 71329, + "end": 71440 + }, + "index": 601 + }, + { + "id": "9019159475", + "span": { + "start": 71441, + "end": 71552 + }, + "index": 602 + }, + { + "id": "6FD45254D1", + "span": { + "start": 71553, + "end": 71694 + }, + "index": 603 + }, + { + "id": "110FD64A8B", + "span": { + "start": 71695, + "end": 71809 + }, + "index": 604 + }, + { + "id": "B761B40E12", + "span": { + "start": 71810, + "end": 71926 + }, + "index": 605 + }, + { + "id": "5A585C0C04", + "span": { + "start": 71927, + "end": 72051 + }, + "index": 606 + }, + { + "id": "83C43C94CB", + "span": { + "start": 72052, + "end": 72159 + }, + "index": 607 + }, + { + "id": "A99AAB9728", + "span": { + "start": 72160, + "end": 72271 + }, + "index": 608 + }, + { + "id": "EAFE3B827B", + "span": { + "start": 72272, + "end": 72387 + }, + "index": 609 + }, + { + "id": "43F28C190B", + "span": { + "start": 72388, + "end": 72498 + }, + "index": 610 + }, + { + "id": "A3885B8B2C", + "span": { + "start": 72499, + "end": 72614 + }, + "index": 611 + }, + { + "id": "CACD95C972", + "span": { + "start": 72615, + "end": 72723 + }, + "index": 612 + }, + { + "id": "89CB08FF08", + "span": { + "start": 72724, + "end": 72840 + }, + "index": 613 + }, + { + "id": "F76E398177", + "span": { + "start": 72841, + "end": 72954 + }, + "index": 614 + }, + { + "id": "CACDDE659D", + "span": { + "start": 72955, + "end": 73076 + }, + "index": 615 + }, + { + "id": "D22E4D035E", + "span": { + "start": 73077, + "end": 73200 + }, + "index": 616 + }, + { + "id": "F0673CAF90", + "span": { + "start": 73201, + "end": 73319 + }, + "index": 617 + }, + { + "id": "B71967FF10", + "span": { + "start": 73320, + "end": 73440 + }, + "index": 618 + }, + { + "id": "F8F7E50406", + "span": { + "start": 73441, + "end": 73555 + }, + "index": 619 + }, + { + "id": "4FD49F4AD9", + "span": { + "start": 73556, + "end": 73663 + }, + "index": 620 + }, + { + "id": "2F3D5E0E54", + "span": { + "start": 73664, + "end": 73780 + }, + "index": 621 + }, + { + "id": "8EA4F500D8", + "span": { + "start": 73781, + "end": 73895 + }, + "index": 622 + }, + { + "id": "844371A06A", + "span": { + "start": 73896, + "end": 74000 + }, + "index": 623 + }, + { + "id": "199A47119D", + "span": { + "start": 74001, + "end": 74113 + }, + "index": 624 + }, + { + "id": "F88DF446F8", + "span": { + "start": 74114, + "end": 74229 + }, + "index": 625 + }, + { + "id": "203A8CC1BA", + "span": { + "start": 74230, + "end": 74340 + }, + "index": 626 + }, + { + "id": "DE44101207", + "span": { + "start": 74341, + "end": 74454 + }, + "index": 627 + }, + { + "id": "E97E5AAE7E", + "span": { + "start": 74455, + "end": 74566 + }, + "index": 628 + }, + { + "id": "D041BD92D1", + "span": { + "start": 74567, + "end": 74683 + }, + "index": 629 + }, + { + "id": "F37FFF49FF", + "span": { + "start": 74684, + "end": 74806 + }, + "index": 630 + }, + { + "id": "EFD3EE6449", + "span": { + "start": 74807, + "end": 74922 + }, + "index": 631 + }, + { + "id": "63E44ED9D6", + "span": { + "start": 74923, + "end": 75033 + }, + "index": 632 + }, + { + "id": "116525989B", + "span": { + "start": 75034, + "end": 75148 + }, + "index": 633 + }, + { + "id": "C3AB997BF4", + "span": { + "start": 75149, + "end": 75264 + }, + "index": 634 + }, + { + "id": "883310D37E", + "span": { + "start": 75265, + "end": 75388 + }, + "index": 635 + }, + { + "id": "63EBBC0FD3", + "span": { + "start": 75389, + "end": 75504 + }, + "index": 636 + }, + { + "id": "4C48CC788C", + "span": { + "start": 75505, + "end": 75616 + }, + "index": 637 + }, + { + "id": "6B33633CC6", + "span": { + "start": 75617, + "end": 75734 + }, + "index": 638 + }, + { + "id": "3F7A39CAAA", + "span": { + "start": 75735, + "end": 75851 + }, + "index": 639 + }, + { + "id": "9CC433B14B", + "span": { + "start": 75852, + "end": 75970 + }, + "index": 640 + }, + { + "id": "B4B1196B82", + "span": { + "start": 75971, + "end": 76092 + }, + "index": 641 + }, + { + "id": "B440DFB14D", + "span": { + "start": 76093, + "end": 76204 + }, + "index": 642 + }, + { + "id": "1F98141810", + "span": { + "start": 76205, + "end": 76314 + }, + "index": 643 + }, + { + "id": "51D07A6E64", + "span": { + "start": 76315, + "end": 76432 + }, + "index": 644 + }, + { + "id": "6A4162C944", + "span": { + "start": 76433, + "end": 76562 + }, + "index": 645 + }, + { + "id": "E4E24E220D", + "span": { + "start": 76563, + "end": 76704 + }, + "index": 646 + }, + { + "id": "7FDD380B1F", + "span": { + "start": 76705, + "end": 76812 + }, + "index": 647 + }, + { + "id": "C73AA27149", + "span": { + "start": 76813, + "end": 76931 + }, + "index": 648 + }, + { + "id": "C3D6B4C9E3", + "span": { + "start": 76932, + "end": 77048 + }, + "index": 649 + }, + { + "id": "C8C6D09C97", + "span": { + "start": 77049, + "end": 77156 + }, + "index": 650 + }, + { + "id": "E15ACB3581", + "span": { + "start": 77157, + "end": 77264 + }, + "index": 651 + }, + { + "id": "4BC35D7525", + "span": { + "start": 77265, + "end": 77383 + }, + "index": 652 + }, + { + "id": "B5C5F85358", + "span": { + "start": 77384, + "end": 77503 + }, + "index": 653 + }, + { + "id": "771C8BAF77", + "span": { + "start": 77504, + "end": 77613 + }, + "index": 654 + }, + { + "id": "524A25B48B", + "span": { + "start": 77614, + "end": 77722 + }, + "index": 655 + }, + { + "id": "83747F698F", + "span": { + "start": 77723, + "end": 77844 + }, + "index": 656 + }, + { + "id": "70B16055DB", + "span": { + "start": 77845, + "end": 77955 + }, + "index": 657 + }, + { + "id": "D0A32AABA0", + "span": { + "start": 77956, + "end": 78065 + }, + "index": 658 + }, + { + "id": "238093439F", + "span": { + "start": 78066, + "end": 78182 + }, + "index": 659 + }, + { + "id": "619C62D2AA", + "span": { + "start": 78183, + "end": 78292 + }, + "index": 660 + }, + { + "id": "BA74648778", + "span": { + "start": 78293, + "end": 78414 + }, + "index": 661 + }, + { + "id": "C36F4F08DF", + "span": { + "start": 78415, + "end": 78519 + }, + "index": 662 + }, + { + "id": "84393D59D3", + "span": { + "start": 78520, + "end": 78634 + }, + "index": 663 + }, + { + "id": "F86116F9C6", + "span": { + "start": 78635, + "end": 78749 + }, + "index": 664 + }, + { + "id": "A4E8F5F2F0", + "span": { + "start": 78750, + "end": 78857 + }, + "index": 665 + }, + { + "id": "D70FF6B603", + "span": { + "start": 78858, + "end": 78971 + }, + "index": 666 + }, + { + "id": "98AC3EE00D", + "span": { + "start": 78972, + "end": 79097 + }, + "index": 667 + }, + { + "id": "DBBB6F665A", + "span": { + "start": 79098, + "end": 79209 + }, + "index": 668 + }, + { + "id": "E189B9FF19", + "span": { + "start": 79210, + "end": 79327 + }, + "index": 669 + }, + { + "id": "DCFDCEC580", + "span": { + "start": 79328, + "end": 79437 + }, + "index": 670 + }, + { + "id": "7A92DA7656", + "span": { + "start": 79438, + "end": 79548 + }, + "index": 671 + }, + { + "id": "B2D7D28230", + "span": { + "start": 79549, + "end": 79663 + }, + "index": 672 + }, + { + "id": "A2F099B229", + "span": { + "start": 79664, + "end": 79781 + }, + "index": 673 + }, + { + "id": "AB3A5232A2", + "span": { + "start": 79782, + "end": 79894 + }, + "index": 674 + }, + { + "id": "AE8D8DEECA", + "span": { + "start": 79895, + "end": 80008 + }, + "index": 675 + }, + { + "id": "55B524C584", + "span": { + "start": 80009, + "end": 80123 + }, + "index": 676 + }, + { + "id": "4F71101F42", + "span": { + "start": 80124, + "end": 80242 + }, + "index": 677 + }, + { + "id": "0D221DFDBD", + "span": { + "start": 80243, + "end": 80357 + }, + "index": 678 + }, + { + "id": "7AAFC3D7F6", + "span": { + "start": 80358, + "end": 80463 + }, + "index": 679 + }, + { + "id": "9A684D6996", + "span": { + "start": 80464, + "end": 80576 + }, + "index": 680 + }, + { + "id": "E0E13BE4BB", + "span": { + "start": 80577, + "end": 80695 + }, + "index": 681 + }, + { + "id": "D35F7304A9", + "span": { + "start": 80696, + "end": 80803 + }, + "index": 682 + }, + { + "id": "BFFDB46F4D", + "span": { + "start": 80804, + "end": 80914 + }, + "index": 683 + }, + { + "id": "3897FA3844", + "span": { + "start": 80915, + "end": 81029 + }, + "index": 684 + }, + { + "id": "A368F83988", + "span": { + "start": 81030, + "end": 81139 + }, + "index": 685 + }, + { + "id": "95D8E2F62F", + "span": { + "start": 81140, + "end": 81252 + }, + "index": 686 + }, + { + "id": "14DAD5A4E6", + "span": { + "start": 81253, + "end": 81361 + }, + "index": 687 + }, + { + "id": "F30BC1114C", + "span": { + "start": 81362, + "end": 81475 + }, + "index": 688 + }, + { + "id": "7557854477", + "span": { + "start": 81476, + "end": 81588 + }, + "index": 689 + }, + { + "id": "A230879897", + "span": { + "start": 81589, + "end": 81703 + }, + "index": 690 + }, + { + "id": "E9999A88F7", + "span": { + "start": 81704, + "end": 81817 + }, + "index": 691 + }, + { + "id": "EAED8592B8", + "span": { + "start": 81818, + "end": 81929 + }, + "index": 692 + }, + { + "id": "D33939D03C", + "span": { + "start": 81930, + "end": 82045 + }, + "index": 693 + }, + { + "id": "9752480CF7", + "span": { + "start": 82046, + "end": 82153 + }, + "index": 694 + }, + { + "id": "452BCC45C4", + "span": { + "start": 82154, + "end": 82262 + }, + "index": 695 + }, + { + "id": "3B44CEF80E", + "span": { + "start": 82263, + "end": 82373 + }, + "index": 696 + }, + { + "id": "A144E9CED9", + "span": { + "start": 82374, + "end": 82492 + }, + "index": 697 + }, + { + "id": "FF742B8507", + "span": { + "start": 82493, + "end": 82612 + }, + "index": 698 + }, + { + "id": "F3888CC5C5", + "span": { + "start": 82613, + "end": 82724 + }, + "index": 699 + }, + { + "id": "8FA653793E", + "span": { + "start": 82725, + "end": 82812 + }, + "index": 700 + }, + { + "id": "045587E28E", + "span": { + "start": 82818, + "end": 82928 + }, + "index": 701 + }, + { + "id": "631FBC6D92", + "span": { + "start": 82929, + "end": 83047 + }, + "index": 702 + }, + { + "id": "1694FFEF97", + "span": { + "start": 83048, + "end": 83166 + }, + "index": 703 + }, + { + "id": "B9CEE4D987", + "span": { + "start": 83167, + "end": 83283 + }, + "index": 704 + }, + { + "id": "CDE4151C41", + "span": { + "start": 83284, + "end": 83409 + }, + "index": 705 + }, + { + "id": "D5B5B806BB", + "span": { + "start": 83410, + "end": 83526 + }, + "index": 706 + }, + { + "id": "D32C33C424", + "span": { + "start": 83527, + "end": 83641 + }, + "index": 707 + }, + { + "id": "BA57442EEF", + "span": { + "start": 83642, + "end": 83770 + }, + "index": 708 + }, + { + "id": "33F24F82C2", + "span": { + "start": 83771, + "end": 83884 + }, + "index": 709 + }, + { + "id": "330334B779", + "span": { + "start": 83885, + "end": 84010 + }, + "index": 710 + }, + { + "id": "5353F34370", + "span": { + "start": 84011, + "end": 84130 + }, + "index": 711 + }, + { + "id": "E8448EE8BE", + "span": { + "start": 84131, + "end": 84303 + }, + "index": 712 + }, + { + "id": "1B15169994", + "span": { + "start": 84304, + "end": 84416 + }, + "index": 713 + }, + { + "id": "B388B48988", + "span": { + "start": 84417, + "end": 84538 + }, + "index": 714 + }, + { + "id": "61FC485E19", + "span": { + "start": 84539, + "end": 84653 + }, + "index": 715 + }, + { + "id": "B01B330A6E", + "span": { + "start": 84654, + "end": 84761 + }, + "index": 716 + }, + { + "id": "391A2F1E54", + "span": { + "start": 84762, + "end": 84883 + }, + "index": 717 + }, + { + "id": "4346B46FD7", + "span": { + "start": 84884, + "end": 84995 + }, + "index": 718 + }, + { + "id": "8513739349", + "span": { + "start": 84996, + "end": 85107 + }, + "index": 719 + }, + { + "id": "150A04EA5D", + "span": { + "start": 85108, + "end": 85164 + }, + "index": 720 + }, + { + "id": "4EA547A95A", + "span": { + "start": 85165, + "end": 85165 + }, + "index": 721 + }, + { + "id": "A0FB322D01", + "span": { + "start": 85166, + "end": 85277 + }, + "index": 722 + }, + { + "id": "C33B04E76E", + "span": { + "start": 85278, + "end": 85387 + }, + "index": 723 + }, + { + "id": "FB63D29A0C", + "span": { + "start": 85388, + "end": 85501 + }, + "index": 724 + }, + { + "id": "A818361DA7", + "span": { + "start": 85502, + "end": 85620 + }, + "index": 725 + }, + { + "id": "5DFF144745", + "span": { + "start": 85621, + "end": 85737 + }, + "index": 726 + }, + { + "id": "7FAFB46E7E", + "span": { + "start": 85738, + "end": 85848 + }, + "index": 727 + }, + { + "id": "672E2227F8", + "span": { + "start": 85849, + "end": 85965 + }, + "index": 728 + }, + { + "id": "8C794B0139", + "span": { + "start": 85966, + "end": 86086 + }, + "index": 729 + }, + { + "id": "05381B0045", + "span": { + "start": 86087, + "end": 86195 + }, + "index": 730 + }, + { + "id": "444745E0F4", + "span": { + "start": 86196, + "end": 86314 + }, + "index": 731 + }, + { + "id": "76E0BC4744", + "span": { + "start": 86315, + "end": 86418 + }, + "index": 732 + }, + { + "id": "E10FE4D4F3", + "span": { + "start": 86419, + "end": 86539 + }, + "index": 733 + }, + { + "id": "15E1C7681B", + "span": { + "start": 86540, + "end": 86652 + }, + "index": 734 + }, + { + "id": "640D042106", + "span": { + "start": 86653, + "end": 86756 + }, + "index": 735 + }, + { + "id": "F52A4C4583", + "span": { + "start": 86757, + "end": 86876 + }, + "index": 736 + }, + { + "id": "C68E3DD8EC", + "span": { + "start": 86877, + "end": 86993 + }, + "index": 737 + }, + { + "id": "4628996665", + "span": { + "start": 86994, + "end": 87120 + }, + "index": 738 + }, + { + "id": "A5B478D406", + "span": { + "start": 87121, + "end": 87237 + }, + "index": 739 + }, + { + "id": "E928B21EDB", + "span": { + "start": 87238, + "end": 87356 + }, + "index": 740 + }, + { + "id": "04BF6151B6", + "span": { + "start": 87357, + "end": 87475 + }, + "index": 741 + }, + { + "id": "716120D668", + "span": { + "start": 87476, + "end": 87585 + }, + "index": 742 + }, + { + "id": "559C115576", + "span": { + "start": 87586, + "end": 87706 + }, + "index": 743 + }, + { + "id": "895594F04E", + "span": { + "start": 87707, + "end": 87822 + }, + "index": 744 + }, + { + "id": "98849DC7B7", + "span": { + "start": 87823, + "end": 87941 + }, + "index": 745 + }, + { + "id": "D81A8B898A", + "span": { + "start": 87942, + "end": 88052 + }, + "index": 746 + }, + { + "id": "95E38E82C5", + "span": { + "start": 88053, + "end": 88166 + }, + "index": 747 + }, + { + "id": "641B7EB534", + "span": { + "start": 88167, + "end": 88279 + }, + "index": 748 + }, + { + "id": "324D44DDD5", + "span": { + "start": 88280, + "end": 88403 + }, + "index": 749 + }, + { + "id": "9738DDBD89", + "span": { + "start": 88404, + "end": 88517 + }, + "index": 750 + }, + { + "id": "820DDDBF78", + "span": { + "start": 88518, + "end": 88635 + }, + "index": 751 + }, + { + "id": "281BFC41BB", + "span": { + "start": 88636, + "end": 88751 + }, + "index": 752 + }, + { + "id": "A55855EBBA", + "span": { + "start": 88752, + "end": 88871 + }, + "index": 753 + }, + { + "id": "A3CACABB63", + "span": { + "start": 88872, + "end": 88978 + }, + "index": 754 + }, + { + "id": "2343141D1D", + "span": { + "start": 88979, + "end": 89098 + }, + "index": 755 + }, + { + "id": "A1A4B04A4F", + "span": { + "start": 89099, + "end": 89218 + }, + "index": 756 + }, + { + "id": "EF81CE64B9", + "span": { + "start": 89219, + "end": 89331 + }, + "index": 757 + }, + { + "id": "74E7647122", + "span": { + "start": 89332, + "end": 89436 + }, + "index": 758 + }, + { + "id": "8DF6CF6EB8", + "span": { + "start": 89437, + "end": 89546 + }, + "index": 759 + }, + { + "id": "EBAF2A8FF3", + "span": { + "start": 89547, + "end": 89654 + }, + "index": 760 + }, + { + "id": "CF66CAC1FF", + "span": { + "start": 89655, + "end": 89763 + }, + "index": 761 + }, + { + "id": "2610818863", + "span": { + "start": 89764, + "end": 89870 + }, + "index": 762 + }, + { + "id": "99DDDDDD0A", + "span": { + "start": 89871, + "end": 89978 + }, + "index": 763 + }, + { + "id": "2803DE412A", + "span": { + "start": 89979, + "end": 90093 + }, + "index": 764 + }, + { + "id": "A5E7A67713", + "span": { + "start": 90094, + "end": 90205 + }, + "index": 765 + }, + { + "id": "CEC8236F6C", + "span": { + "start": 90206, + "end": 90317 + }, + "index": 766 + }, + { + "id": "23A8C449A2", + "span": { + "start": 90318, + "end": 90428 + }, + "index": 767 + }, + { + "id": "F3E007E3A6", + "span": { + "start": 90429, + "end": 90548 + }, + "index": 768 + }, + { + "id": "B8A76CCFC4", + "span": { + "start": 90549, + "end": 90666 + }, + "index": 769 + }, + { + "id": "FE1E22720C", + "span": { + "start": 90667, + "end": 90775 + }, + "index": 770 + }, + { + "id": "E4446F6E56", + "span": { + "start": 90776, + "end": 90880 + }, + "index": 771 + }, + { + "id": "81DA662222", + "span": { + "start": 90881, + "end": 90987 + }, + "index": 772 + }, + { + "id": "83475F9298", + "span": { + "start": 90988, + "end": 91107 + }, + "index": 773 + }, + { + "id": "74189C9F69", + "span": { + "start": 91108, + "end": 91218 + }, + "index": 774 + }, + { + "id": "093003FE3B", + "span": { + "start": 91219, + "end": 91322 + }, + "index": 775 + }, + { + "id": "AC5C444297", + "span": { + "start": 91323, + "end": 91434 + }, + "index": 776 + }, + { + "id": "4C88D22992", + "span": { + "start": 91435, + "end": 91556 + }, + "index": 777 + }, + { + "id": "491C009A2B", + "span": { + "start": 91557, + "end": 91676 + }, + "index": 778 + }, + { + "id": "D7186D6282", + "span": { + "start": 91677, + "end": 91788 + }, + "index": 779 + }, + { + "id": "A5704E3CE4", + "span": { + "start": 91789, + "end": 91930 + }, + "index": 780 + }, + { + "id": "B1572EAF72", + "span": { + "start": 91931, + "end": 92035 + }, + "index": 781 + }, + { + "id": "9477E4CBB6", + "span": { + "start": 92036, + "end": 92146 + }, + "index": 782 + }, + { + "id": "E77DF74F22", + "span": { + "start": 92147, + "end": 92251 + }, + "index": 783 + }, + { + "id": "1CCA58DFFA", + "span": { + "start": 92252, + "end": 92369 + }, + "index": 784 + }, + { + "id": "60171E7016", + "span": { + "start": 92370, + "end": 92488 + }, + "index": 785 + }, + { + "id": "09D1454421", + "span": { + "start": 92489, + "end": 92608 + }, + "index": 786 + }, + { + "id": "BF5372FD89", + "span": { + "start": 92609, + "end": 92728 + }, + "index": 787 + }, + { + "id": "05D44BDD08", + "span": { + "start": 92729, + "end": 92839 + }, + "index": 788 + }, + { + "id": "43BD73D496", + "span": { + "start": 92840, + "end": 92950 + }, + "index": 789 + }, + { + "id": "82D28DB816", + "span": { + "start": 92951, + "end": 93061 + }, + "index": 790 + }, + { + "id": "366D94D481", + "span": { + "start": 93062, + "end": 93167 + }, + "index": 791 + }, + { + "id": "478B4B41BD", + "span": { + "start": 93168, + "end": 93283 + }, + "index": 792 + }, + { + "id": "E5305420BC", + "span": { + "start": 93284, + "end": 93401 + }, + "index": 793 + }, + { + "id": "04A74B58BB", + "span": { + "start": 93402, + "end": 93508 + }, + "index": 794 + }, + { + "id": "DBADC236DC", + "span": { + "start": 93509, + "end": 93619 + }, + "index": 795 + }, + { + "id": "C86386AAE1", + "span": { + "start": 93620, + "end": 93722 + }, + "index": 796 + }, + { + "id": "DF95445AFE", + "span": { + "start": 93723, + "end": 93833 + }, + "index": 797 + }, + { + "id": "24E721BA14", + "span": { + "start": 93834, + "end": 93942 + }, + "index": 798 + }, + { + "id": "91BB3CCFAA", + "span": { + "start": 93943, + "end": 94055 + }, + "index": 799 + }, + { + "id": "92720FD4D4", + "span": { + "start": 94056, + "end": 94173 + }, + "index": 800 + }, + { + "id": "A0AAF4B174", + "span": { + "start": 94174, + "end": 94290 + }, + "index": 801 + }, + { + "id": "1C47FC2B4B", + "span": { + "start": 94291, + "end": 94399 + }, + "index": 802 + }, + { + "id": "042A20A741", + "span": { + "start": 94400, + "end": 94513 + }, + "index": 803 + }, + { + "id": "8D8D80B865", + "span": { + "start": 94514, + "end": 94631 + }, + "index": 804 + }, + { + "id": "6A5B6DBDD3", + "span": { + "start": 94632, + "end": 94738 + }, + "index": 805 + }, + { + "id": "8745582747", + "span": { + "start": 94739, + "end": 94852 + }, + "index": 806 + }, + { + "id": "06E48B1039", + "span": { + "start": 94853, + "end": 94958 + }, + "index": 807 + }, + { + "id": "FFEF9CF5F2", + "span": { + "start": 94959, + "end": 95070 + }, + "index": 808 + }, + { + "id": "944EFEE9C4", + "span": { + "start": 95071, + "end": 95181 + }, + "index": 809 + }, + { + "id": "1A8F8688C5", + "span": { + "start": 95182, + "end": 95296 + }, + "index": 810 + }, + { + "id": "DF0B31253F", + "span": { + "start": 95297, + "end": 95412 + }, + "index": 811 + }, + { + "id": "CB862B8248", + "span": { + "start": 95413, + "end": 95524 + }, + "index": 812 + }, + { + "id": "2AE76B78E4", + "span": { + "start": 95525, + "end": 95635 + }, + "index": 813 + }, + { + "id": "618878278F", + "span": { + "start": 95636, + "end": 95736 + }, + "index": 814 + }, + { + "id": "AEBE0F1B92", + "span": { + "start": 95737, + "end": 95851 + }, + "index": 815 + }, + { + "id": "820A024A40", + "span": { + "start": 95852, + "end": 95964 + }, + "index": 816 + }, + { + "id": "78AC70743C", + "span": { + "start": 95965, + "end": 96088 + }, + "index": 817 + }, + { + "id": "B8BA6DD5ED", + "span": { + "start": 96089, + "end": 96210 + }, + "index": 818 + }, + { + "id": "37BE9DEF98", + "span": { + "start": 96211, + "end": 96325 + }, + "index": 819 + }, + { + "id": "72A6B2D044", + "span": { + "start": 96326, + "end": 96435 + }, + "index": 820 + }, + { + "id": "D82AAAAAE4", + "span": { + "start": 96436, + "end": 96554 + }, + "index": 821 + }, + { + "id": "49E94B352A", + "span": { + "start": 96555, + "end": 96671 + }, + "index": 822 + }, + { + "id": "2887B8EBE8", + "span": { + "start": 96672, + "end": 96783 + }, + "index": 823 + }, + { + "id": "97046E8EF7", + "span": { + "start": 96784, + "end": 96895 + }, + "index": 824 + }, + { + "id": "AB5B555A2F", + "span": { + "start": 96896, + "end": 97014 + }, + "index": 825 + }, + { + "id": "308884D168", + "span": { + "start": 97015, + "end": 97130 + }, + "index": 826 + }, + { + "id": "7F3379FDBB", + "span": { + "start": 97131, + "end": 97242 + }, + "index": 827 + }, + { + "id": "177B736A77", + "span": { + "start": 97243, + "end": 97359 + }, + "index": 828 + }, + { + "id": "3B8458CF94", + "span": { + "start": 97360, + "end": 97474 + }, + "index": 829 + }, + { + "id": "325CCFDA26", + "span": { + "start": 97475, + "end": 97592 + }, + "index": 830 + }, + { + "id": "F59500AA85", + "span": { + "start": 97593, + "end": 97718 + }, + "index": 831 + }, + { + "id": "F96AB927ED", + "span": { + "start": 97719, + "end": 97832 + }, + "index": 832 + }, + { + "id": "83BBC5E547", + "span": { + "start": 97833, + "end": 97941 + }, + "index": 833 + }, + { + "id": "BC51F0B90B", + "span": { + "start": 97942, + "end": 98050 + }, + "index": 834 + }, + { + "id": "ED5B515364", + "span": { + "start": 98051, + "end": 98211 + }, + "index": 835 + }, + { + "id": "2C337BBAC3", + "span": { + "start": 98212, + "end": 98317 + }, + "index": 836 + }, + { + "id": "3CFE3D2DE2", + "span": { + "start": 98318, + "end": 98377 + }, + "index": 837 + }, + { + "id": "58065BB87D", + "span": { + "start": 98378, + "end": 98487 + }, + "index": 838 + }, + { + "id": "24824634A7", + "span": { + "start": 98488, + "end": 98596 + }, + "index": 839 + }, + { + "id": "DF44F0B73D", + "span": { + "start": 98597, + "end": 98713 + }, + "index": 840 + }, + { + "id": "884E0FB37D", + "span": { + "start": 98714, + "end": 98820 + }, + "index": 841 + }, + { + "id": "693BFB9EFB", + "span": { + "start": 98821, + "end": 98926 + }, + "index": 842 + }, + { + "id": "997B7DB089", + "span": { + "start": 98927, + "end": 99034 + }, + "index": 843 + }, + { + "id": "44ED344B43", + "span": { + "start": 99035, + "end": 99154 + }, + "index": 844 + }, + { + "id": "B4B8D8D7AA", + "span": { + "start": 99155, + "end": 99265 + }, + "index": 845 + }, + { + "id": "332C33A4C8", + "span": { + "start": 99266, + "end": 99375 + }, + "index": 846 + }, + { + "id": "3AFEBD8139", + "span": { + "start": 99376, + "end": 99498 + }, + "index": 847 + }, + { + "id": "18F50A10F0", + "span": { + "start": 99499, + "end": 99618 + }, + "index": 848 + }, + { + "id": "95491F454B", + "span": { + "start": 99619, + "end": 99739 + }, + "index": 849 + }, + { + "id": "4E9778876F", + "span": { + "start": 99740, + "end": 99853 + }, + "index": 850 + }, + { + "id": "7F9BFEA77A", + "span": { + "start": 99854, + "end": 99958 + }, + "index": 851 + }, + { + "id": "54474AB944", + "span": { + "start": 99959, + "end": 100070 + }, + "index": 852 + }, + { + "id": "9465391940", + "span": { + "start": 100071, + "end": 100181 + }, + "index": 853 + }, + { + "id": "2E45A6A5EF", + "span": { + "start": 100182, + "end": 100310 + }, + "index": 854 + }, + { + "id": "0699119218", + "span": { + "start": 100311, + "end": 100429 + }, + "index": 855 + }, + { + "id": "DD0B248A4F", + "span": { + "start": 100430, + "end": 100546 + }, + "index": 856 + }, + { + "id": "E9A7DBE5EF", + "span": { + "start": 100547, + "end": 100662 + }, + "index": 857 + }, + { + "id": "72478E00DF", + "span": { + "start": 100663, + "end": 100768 + }, + "index": 858 + }, + { + "id": "924FD85833", + "span": { + "start": 100769, + "end": 100883 + }, + "index": 859 + }, + { + "id": "9B71744BC7", + "span": { + "start": 100884, + "end": 101001 + }, + "index": 860 + }, + { + "id": "54287B5E52", + "span": { + "start": 101002, + "end": 101116 + }, + "index": 861 + }, + { + "id": "A1A27CC24B", + "span": { + "start": 101117, + "end": 101235 + }, + "index": 862 + }, + { + "id": "9B623CB1FB", + "span": { + "start": 101236, + "end": 101359 + }, + "index": 863 + }, + { + "id": "06E258A205", + "span": { + "start": 101360, + "end": 101472 + }, + "index": 864 + }, + { + "id": "13B6721C1A", + "span": { + "start": 101473, + "end": 101589 + }, + "index": 865 + }, + { + "id": "68C4956841", + "span": { + "start": 101590, + "end": 101699 + }, + "index": 866 + }, + { + "id": "478D3EE117", + "span": { + "start": 101700, + "end": 101826 + }, + "index": 867 + }, + { + "id": "A074A4101A", + "span": { + "start": 101827, + "end": 101947 + }, + "index": 868 + }, + { + "id": "76AF2F0615", + "span": { + "start": 101948, + "end": 102037 + }, + "index": 869 + }, + { + "id": "6A946E48C9", + "span": { + "start": 102044, + "end": 102154 + }, + "index": 870 + }, + { + "id": "D142B17ACB", + "span": { + "start": 102155, + "end": 102270 + }, + "index": 871 + }, + { + "id": "AD77231B3C", + "span": { + "start": 102271, + "end": 102381 + }, + "index": 872 + }, + { + "id": "6FFA67FB82", + "span": { + "start": 102382, + "end": 102488 + }, + "index": 873 + }, + { + "id": "1403A1C4A9", + "span": { + "start": 102489, + "end": 102601 + }, + "index": 874 + }, + { + "id": "991883D81D", + "span": { + "start": 102602, + "end": 102708 + }, + "index": 875 + }, + { + "id": "0F60AB7DB6", + "span": { + "start": 102709, + "end": 102851 + }, + "index": 876 + }, + { + "id": "6271AC38AE", + "span": { + "start": 102852, + "end": 103001 + }, + "index": 877 + }, + { + "id": "546A251166", + "span": { + "start": 103002, + "end": 103145 + }, + "index": 878 + }, + { + "id": "9CAB1C4604", + "span": { + "start": 103146, + "end": 103315 + }, + "index": 879 + }, + { + "id": "A8ABABA6B4", + "span": { + "start": 103316, + "end": 103591 + }, + "index": 880 + }, + { + "id": "EB3ADB4348", + "span": { + "start": 103592, + "end": 103763 + }, + "index": 881 + }, + { + "id": "E511F14259", + "span": { + "start": 103764, + "end": 103998 + }, + "index": 882 + }, + { + "id": "CC54B46D28", + "span": { + "start": 103999, + "end": 104248 + }, + "index": 883 + }, + { + "id": "848BB7AF83", + "span": { + "start": 104249, + "end": 104426 + }, + "index": 884 + }, + { + "id": "53DD82E0EB", + "span": { + "start": 104427, + "end": 104542 + }, + "index": 885 + }, + { + "id": "685963B2EA", + "span": { + "start": 104543, + "end": 104663 + }, + "index": 886 + }, + { + "id": "41BB14A20E", + "span": { + "start": 104664, + "end": 104784 + }, + "index": 887 + }, + { + "id": "4D2D2BD2E6", + "span": { + "start": 104785, + "end": 104900 + }, + "index": 888 + }, + { + "id": "994E90F7B0", + "span": { + "start": 104901, + "end": 105015 + }, + "index": 889 + }, + { + "id": "F74B70E787", + "span": { + "start": 105016, + "end": 105120 + }, + "index": 890 + }, + { + "id": "47AA2402A0", + "span": { + "start": 105121, + "end": 105244 + }, + "index": 891 + }, + { + "id": "6A2D456817", + "span": { + "start": 105245, + "end": 105357 + }, + "index": 892 + }, + { + "id": "0507233ED3", + "span": { + "start": 105358, + "end": 105471 + }, + "index": 893 + }, + { + "id": "3CACCBB02A", + "span": { + "start": 105472, + "end": 105589 + }, + "index": 894 + }, + { + "id": "30EBAFB1AC", + "span": { + "start": 105590, + "end": 105704 + }, + "index": 895 + }, + { + "id": "43DFBE81B1", + "span": { + "start": 105705, + "end": 105814 + }, + "index": 896 + }, + { + "id": "6A11136696", + "span": { + "start": 105815, + "end": 105928 + }, + "index": 897 + }, + { + "id": "3A1B334EB4", + "span": { + "start": 105929, + "end": 106049 + }, + "index": 898 + }, + { + "id": "701F7FAF3F", + "span": { + "start": 106050, + "end": 106164 + }, + "index": 899 + }, + { + "id": "9040CF94A2", + "span": { + "start": 106165, + "end": 106272 + }, + "index": 900 + }, + { + "id": "CA8D358D43", + "span": { + "start": 106273, + "end": 106398 + }, + "index": 901 + }, + { + "id": "1000A259A8", + "span": { + "start": 106399, + "end": 106510 + }, + "index": 902 + }, + { + "id": "3C58B39BCC", + "span": { + "start": 106511, + "end": 106629 + }, + "index": 903 + }, + { + "id": "9972B6C6A9", + "span": { + "start": 106630, + "end": 106736 + }, + "index": 904 + }, + { + "id": "41E1116C4E", + "span": { + "start": 106737, + "end": 106857 + }, + "index": 905 + }, + { + "id": "14B2022B8F", + "span": { + "start": 106858, + "end": 106969 + }, + "index": 906 + }, + { + "id": "4424C42F47", + "span": { + "start": 106970, + "end": 107085 + }, + "index": 907 + }, + { + "id": "58404042F0", + "span": { + "start": 107086, + "end": 107203 + }, + "index": 908 + }, + { + "id": "7BCB9531B5", + "span": { + "start": 107204, + "end": 107326 + }, + "index": 909 + }, + { + "id": "434F689382", + "span": { + "start": 107327, + "end": 107416 + }, + "index": 910 + }, + { + "id": "0D9D3C3D4D", + "span": { + "start": 107417, + "end": 107535 + }, + "index": 911 + }, + { + "id": "F8AFAA1C34", + "span": { + "start": 107536, + "end": 107648 + }, + "index": 912 + }, + { + "id": "8B1F869B17", + "span": { + "start": 107649, + "end": 107764 + }, + "index": 913 + }, + { + "id": "84EB912FE4", + "span": { + "start": 107765, + "end": 107883 + }, + "index": 914 + }, + { + "id": "7344265ABF", + "span": { + "start": 107884, + "end": 108001 + }, + "index": 915 + }, + { + "id": "C1252BE9E4", + "span": { + "start": 108002, + "end": 108119 + }, + "index": 916 + }, + { + "id": "BEE22AC8C9", + "span": { + "start": 108120, + "end": 108238 + }, + "index": 917 + }, + { + "id": "994CC72CBC", + "span": { + "start": 108239, + "end": 108361 + }, + "index": 918 + }, + { + "id": "4935A44BD6", + "span": { + "start": 108362, + "end": 108423 + }, + "index": 919 + }, + { + "id": "5DCD4D318F", + "span": { + "start": 108424, + "end": 108532 + }, + "index": 920 + }, + { + "id": "32DC702F41", + "span": { + "start": 108533, + "end": 108640 + }, + "index": 921 + }, + { + "id": "FC61E95D0D", + "span": { + "start": 108641, + "end": 108750 + }, + "index": 922 + }, + { + "id": "0D94A3319A", + "span": { + "start": 108751, + "end": 108882 + }, + "index": 923 + }, + { + "id": "CD4E5D9DED", + "span": { + "start": 108883, + "end": 108998 + }, + "index": 924 + }, + { + "id": "E873D47D6E", + "span": { + "start": 108999, + "end": 109122 + }, + "index": 925 + }, + { + "id": "9EA4E134E3", + "span": { + "start": 109123, + "end": 109244 + }, + "index": 926 + }, + { + "id": "1224116395", + "span": { + "start": 109245, + "end": 109365 + }, + "index": 927 + }, + { + "id": "5F2C44F85E", + "span": { + "start": 109366, + "end": 109515 + }, + "index": 928 + }, + { + "id": "52DCA4A26C", + "span": { + "start": 109516, + "end": 109960 + }, + "index": 929 + } + ] + }, + "source_annotation": { + "alignment": [ + { + "id": "0DD220AF88", + "span": { + "start": 0, + "end": 0 + }, + "index": 1, + "alignment_index": [ + 1 + ] + }, + { + "id": "3976FC543D", + "span": { + "start": 0, + "end": 121 + }, + "index": 2, + "alignment_index": [ + 2 + ] + }, + { + "id": "7D9FA7AF0A", + "span": { + "start": 122, + "end": 177 + }, + "index": 3, + "alignment_index": [ + 3 + ] + }, + { + "id": "28F545432E", + "span": { + "start": 178, + "end": 217 + }, + "index": 4, + "alignment_index": [ + 4 + ] + }, + { + "id": "3046F33C3E", + "span": { + "start": 218, + "end": 526 + }, + "index": 5, + "alignment_index": [ + 5 + ] + }, + { + "id": "06B4348665", + "span": { + "start": 527, + "end": 804 + }, + "index": 6, + "alignment_index": [ + 6 + ] + }, + { + "id": "705E04840C", + "span": { + "start": 805, + "end": 1335 + }, + "index": 7, + "alignment_index": [ + 7 + ] + }, + { + "id": "AA836B2B87", + "span": { + "start": 1336, + "end": 1650 + }, + "index": 8, + "alignment_index": [ + 8 + ] + }, + { + "id": "6D66B8A0BA", + "span": { + "start": 1651, + "end": 2258 + }, + "index": 9, + "alignment_index": [ + 9 + ] + }, + { + "id": "3644D48830", + "span": { + "start": 2259, + "end": 2510 + }, + "index": 10, + "alignment_index": [ + 10 + ] + }, + { + "id": "D8D909B0B0", + "span": { + "start": 2511, + "end": 2701 + }, + "index": 11, + "alignment_index": [ + 11 + ] + }, + { + "id": "51311EB750", + "span": { + "start": 2702, + "end": 2983 + }, + "index": 12, + "alignment_index": [ + 12 + ] + }, + { + "id": "388C1C70E8", + "span": { + "start": 2984, + "end": 3256 + }, + "index": 13, + "alignment_index": [ + 13 + ] + }, + { + "id": "46D8889814", + "span": { + "start": 3257, + "end": 3555 + }, + "index": 14, + "alignment_index": [ + 14 + ] + }, + { + "id": "F0889D2B43", + "span": { + "start": 3556, + "end": 3841 + }, + "index": 15, + "alignment_index": [ + 15 + ] + }, + { + "id": "B66ED54790", + "span": { + "start": 3842, + "end": 4522 + }, + "index": 16, + "alignment_index": [ + 16 + ] + }, + { + "id": "84EADDD4E4", + "span": { + "start": 4523, + "end": 4802 + }, + "index": 17, + "alignment_index": [ + 17 + ] + }, + { + "id": "16CAAB0EA3", + "span": { + "start": 4803, + "end": 5381 + }, + "index": 18, + "alignment_index": [ + 18 + ] + }, + { + "id": "B694675CC5", + "span": { + "start": 5382, + "end": 5556 + }, + "index": 19, + "alignment_index": [ + 19 + ] + }, + { + "id": "E96DB0FBA0", + "span": { + "start": 5557, + "end": 5769 + }, + "index": 20, + "alignment_index": [ + 20 + ] + }, + { + "id": "F8CFD5CC90", + "span": { + "start": 5770, + "end": 5978 + }, + "index": 21, + "alignment_index": [ + 21 + ] + }, + { + "id": "B6828A8642", + "span": { + "start": 5979, + "end": 6602 + }, + "index": 22, + "alignment_index": [ + 22 + ] + }, + { + "id": "F6F7B66ECB", + "span": { + "start": 6603, + "end": 6778 + }, + "index": 23, + "alignment_index": [ + 23 + ] + }, + { + "id": "911DABF94B", + "span": { + "start": 6779, + "end": 7021 + }, + "index": 24, + "alignment_index": [ + 24 + ] + }, + { + "id": "9A9012A692", + "span": { + "start": 7022, + "end": 7170 + }, + "index": 25, + "alignment_index": [ + 25 + ] + }, + { + "id": "BFF48B9F8E", + "span": { + "start": 7171, + "end": 7390 + }, + "index": 26, + "alignment_index": [ + 26 + ] + }, + { + "id": "AD3B7118D9", + "span": { + "start": 7391, + "end": 7603 + }, + "index": 27, + "alignment_index": [ + 27 + ] + }, + { + "id": "DA7A7CBE3F", + "span": { + "start": 7604, + "end": 8420 + }, + "index": 28, + "alignment_index": [ + 28 + ] + }, + { + "id": "DDB2FA5DFD", + "span": { + "start": 8421, + "end": 8595 + }, + "index": 29, + "alignment_index": [ + 29 + ] + }, + { + "id": "599DF69B2A", + "span": { + "start": 8596, + "end": 9128 + }, + "index": 30, + "alignment_index": [ + 30 + ] + }, + { + "id": "8184875D08", + "span": { + "start": 9129, + "end": 9333 + }, + "index": 31, + "alignment_index": [ + 31 + ] + }, + { + "id": "D8BB828BF8", + "span": { + "start": 9334, + "end": 9551 + }, + "index": 32, + "alignment_index": [ + 32 + ] + }, + { + "id": "588DF6D810", + "span": { + "start": 9552, + "end": 9721 + }, + "index": 33, + "alignment_index": [ + 33 + ] + }, + { + "id": "0CC37013B8", + "span": { + "start": 9722, + "end": 9912 + }, + "index": 34, + "alignment_index": [ + 34 + ] + }, + { + "id": "0004BB1B81", + "span": { + "start": 9913, + "end": 10058 + }, + "index": 35, + "alignment_index": [ + 35 + ] + }, + { + "id": "4BD60B146F", + "span": { + "start": 10059, + "end": 10290 + }, + "index": 36, + "alignment_index": [ + 36 + ] + }, + { + "id": "5D84118863", + "span": { + "start": 10291, + "end": 10613 + }, + "index": 37, + "alignment_index": [ + 37 + ] + }, + { + "id": "A1EC8A114C", + "span": { + "start": 10614, + "end": 10832 + }, + "index": 38, + "alignment_index": [ + 38 + ] + }, + { + "id": "5BE7A594EA", + "span": { + "start": 10833, + "end": 12187 + }, + "index": 39, + "alignment_index": [ + 39 + ] + }, + { + "id": "F7C89E849F", + "span": { + "start": 12188, + "end": 12433 + }, + "index": 40, + "alignment_index": [ + 40 + ] + }, + { + "id": "EE9C2E62FA", + "span": { + "start": 12434, + "end": 12587 + }, + "index": 41, + "alignment_index": [ + 41 + ] + }, + { + "id": "83B273B3F5", + "span": { + "start": 12588, + "end": 12825 + }, + "index": 42, + "alignment_index": [ + 42 + ] + }, + { + "id": "85B8A883FA", + "span": { + "start": 12826, + "end": 13064 + }, + "index": 43, + "alignment_index": [ + 43 + ] + }, + { + "id": "0D3ADA8289", + "span": { + "start": 13065, + "end": 13803 + }, + "index": 44, + "alignment_index": [ + 44 + ] + }, + { + "id": "F19DE80A64", + "span": { + "start": 13804, + "end": 14273 + }, + "index": 45, + "alignment_index": [ + 45 + ] + }, + { + "id": "B7336F5B53", + "span": { + "start": 14274, + "end": 14471 + }, + "index": 46, + "alignment_index": [ + 46 + ] + }, + { + "id": "A04B4DA407", + "span": { + "start": 14472, + "end": 14738 + }, + "index": 47, + "alignment_index": [ + 47 + ] + }, + { + "id": "6656E5692A", + "span": { + "start": 14739, + "end": 14940 + }, + "index": 48, + "alignment_index": [ + 48 + ] + }, + { + "id": "4196E1F7E2", + "span": { + "start": 14941, + "end": 15224 + }, + "index": 49, + "alignment_index": [ + 49 + ] + }, + { + "id": "437E70F33A", + "span": { + "start": 15225, + "end": 15832 + }, + "index": 50, + "alignment_index": [ + 50 + ] + }, + { + "id": "A64DECC2C8", + "span": { + "start": 15833, + "end": 16076 + }, + "index": 51, + "alignment_index": [ + 51 + ] + }, + { + "id": "766D4CD9D0", + "span": { + "start": 16077, + "end": 16708 + }, + "index": 52, + "alignment_index": [ + 52 + ] + }, + { + "id": "43CFBCCC75", + "span": { + "start": 16709, + "end": 16894 + }, + "index": 53, + "alignment_index": [ + 53 + ] + }, + { + "id": "91D31CF895", + "span": { + "start": 16895, + "end": 17182 + }, + "index": 54, + "alignment_index": [ + 54 + ] + }, + { + "id": "54D6F0AAA3", + "span": { + "start": 17183, + "end": 17790 + }, + "index": 55, + "alignment_index": [ + 55 + ] + }, + { + "id": "458D881DB8", + "span": { + "start": 17791, + "end": 18150 + }, + "index": 56, + "alignment_index": [ + 56 + ] + }, + { + "id": "CABFFBE1FC", + "span": { + "start": 18151, + "end": 18452 + }, + "index": 57, + "alignment_index": [ + 57 + ] + }, + { + "id": "CE6479D19B", + "span": { + "start": 18453, + "end": 18613 + }, + "index": 58, + "alignment_index": [ + 58 + ] + }, + { + "id": "9A5A60D4C3", + "span": { + "start": 18614, + "end": 18922 + }, + "index": 59, + "alignment_index": [ + 59 + ] + }, + { + "id": "2E308F8300", + "span": { + "start": 18923, + "end": 19146 + }, + "index": 60, + "alignment_index": [ + 60 + ] + }, + { + "id": "2F29329DE6", + "span": { + "start": 19147, + "end": 19442 + }, + "index": 61, + "alignment_index": [ + 61 + ] + }, + { + "id": "DBB69C3B43", + "span": { + "start": 19443, + "end": 19632 + }, + "index": 62, + "alignment_index": [ + 62 + ] + }, + { + "id": "9DDBA01D3D", + "span": { + "start": 19633, + "end": 19822 + }, + "index": 63, + "alignment_index": [ + 63 + ] + }, + { + "id": "8A3A6767C9", + "span": { + "start": 19823, + "end": 20019 + }, + "index": 64, + "alignment_index": [ + 64 + ] + }, + { + "id": "47BBB8748B", + "span": { + "start": 20020, + "end": 20273 + }, + "index": 65, + "alignment_index": [ + 65 + ] + }, + { + "id": "3736B9BF64", + "span": { + "start": 20274, + "end": 20483 + }, + "index": 66, + "alignment_index": [ + 66 + ] + }, + { + "id": "3797ABFF19", + "span": { + "start": 20484, + "end": 20645 + }, + "index": 67, + "alignment_index": [ + 67 + ] + }, + { + "id": "244825882B", + "span": { + "start": 20646, + "end": 20817 + }, + "index": 68, + "alignment_index": [ + 68 + ] + }, + { + "id": "90C9FCD2A1", + "span": { + "start": 20818, + "end": 21026 + }, + "index": 69, + "alignment_index": [ + 69 + ] + }, + { + "id": "04854DDBFE", + "span": { + "start": 21027, + "end": 21187 + }, + "index": 70, + "alignment_index": [ + 70 + ] + }, + { + "id": "63474B6B4B", + "span": { + "start": 21188, + "end": 21463 + }, + "index": 71, + "alignment_index": [ + 71 + ] + }, + { + "id": "7DABDA5C83", + "span": { + "start": 21464, + "end": 21612 + }, + "index": 72, + "alignment_index": [ + 72 + ] + }, + { + "id": "4BC34576C5", + "span": { + "start": 21613, + "end": 21786 + }, + "index": 73, + "alignment_index": [ + 73 + ] + }, + { + "id": "CCBB4A6E9C", + "span": { + "start": 21787, + "end": 21966 + }, + "index": 74, + "alignment_index": [ + 74 + ] + }, + { + "id": "EAA6EB98E9", + "span": { + "start": 21967, + "end": 22167 + }, + "index": 75, + "alignment_index": [ + 75 + ] + }, + { + "id": "988279A986", + "span": { + "start": 22168, + "end": 22320 + }, + "index": 76, + "alignment_index": [ + 76 + ] + }, + { + "id": "54DD45242A", + "span": { + "start": 22321, + "end": 22496 + }, + "index": 77, + "alignment_index": [ + 77 + ] + }, + { + "id": "C54C9475B9", + "span": { + "start": 22497, + "end": 23124 + }, + "index": 78, + "alignment_index": [ + 78 + ] + }, + { + "id": "9B92390762", + "span": { + "start": 23125, + "end": 23285 + }, + "index": 79, + "alignment_index": [ + 79 + ] + }, + { + "id": "4DB753A71C", + "span": { + "start": 23286, + "end": 23436 + }, + "index": 80, + "alignment_index": [ + 80 + ] + }, + { + "id": "379EBCC37C", + "span": { + "start": 23437, + "end": 23596 + }, + "index": 81, + "alignment_index": [ + 81 + ] + }, + { + "id": "452DCB048B", + "span": { + "start": 23597, + "end": 24125 + }, + "index": 82, + "alignment_index": [ + 82 + ] + }, + { + "id": "946963F6B3", + "span": { + "start": 24126, + "end": 24265 + }, + "index": 83, + "alignment_index": [ + 83 + ] + }, + { + "id": "FF545F4805", + "span": { + "start": 24266, + "end": 24486 + }, + "index": 84, + "alignment_index": [ + 84 + ] + }, + { + "id": "21F50142FC", + "span": { + "start": 24487, + "end": 24687 + }, + "index": 85, + "alignment_index": [ + 85 + ] + }, + { + "id": "FAD31E918B", + "span": { + "start": 24688, + "end": 24844 + }, + "index": 86, + "alignment_index": [ + 86 + ] + }, + { + "id": "C6B33F5B38", + "span": { + "start": 24845, + "end": 25023 + }, + "index": 87, + "alignment_index": [ + 87 + ] + }, + { + "id": "0EE71EA9EB", + "span": { + "start": 25024, + "end": 25231 + }, + "index": 88, + "alignment_index": [ + 88 + ] + }, + { + "id": "4366906334", + "span": { + "start": 25232, + "end": 25448 + }, + "index": 89, + "alignment_index": [ + 89 + ] + }, + { + "id": "759B9CE99C", + "span": { + "start": 25449, + "end": 25583 + }, + "index": 90, + "alignment_index": [ + 90 + ] + }, + { + "id": "963AC800BB", + "span": { + "start": 25584, + "end": 25778 + }, + "index": 91, + "alignment_index": [ + 91 + ] + }, + { + "id": "34CDE2376E", + "span": { + "start": 25779, + "end": 25968 + }, + "index": 92, + "alignment_index": [ + 92 + ] + }, + { + "id": "DBEACA37CC", + "span": { + "start": 25969, + "end": 26162 + }, + "index": 93, + "alignment_index": [ + 93 + ] + }, + { + "id": "B8AD88D429", + "span": { + "start": 26163, + "end": 26653 + }, + "index": 94, + "alignment_index": [ + 94 + ] + }, + { + "id": "E6BC893FCF", + "span": { + "start": 26654, + "end": 26850 + }, + "index": 95, + "alignment_index": [ + 95 + ] + }, + { + "id": "04844B3C01", + "span": { + "start": 26851, + "end": 27338 + }, + "index": 96, + "alignment_index": [ + 96 + ] + }, + { + "id": "DEDEE043FC", + "span": { + "start": 27339, + "end": 27540 + }, + "index": 97, + "alignment_index": [ + 97 + ] + }, + { + "id": "9F4E15BE7F", + "span": { + "start": 27541, + "end": 27727 + }, + "index": 98, + "alignment_index": [ + 98 + ] + }, + { + "id": "44051E63DD", + "span": { + "start": 27728, + "end": 27878 + }, + "index": 99, + "alignment_index": [ + 99 + ] + }, + { + "id": "E270836FC9", + "span": { + "start": 27879, + "end": 28049 + }, + "index": 100, + "alignment_index": [ + 100 + ] + }, + { + "id": "313F3A3A33", + "span": { + "start": 28050, + "end": 28252 + }, + "index": 101, + "alignment_index": [ + 101 + ] + }, + { + "id": "60BDF6BA65", + "span": { + "start": 28253, + "end": 28423 + }, + "index": 102, + "alignment_index": [ + 102 + ] + }, + { + "id": "FF4308D8B4", + "span": { + "start": 28424, + "end": 28598 + }, + "index": 103, + "alignment_index": [ + 103 + ] + }, + { + "id": "89F554A4E7", + "span": { + "start": 28599, + "end": 28907 + }, + "index": 104, + "alignment_index": [ + 104 + ] + }, + { + "id": "3382542048", + "span": { + "start": 28908, + "end": 29077 + }, + "index": 105, + "alignment_index": [ + 105 + ] + }, + { + "id": "5950978E7D", + "span": { + "start": 29078, + "end": 29237 + }, + "index": 106, + "alignment_index": [ + 106 + ] + }, + { + "id": "C533C6AF22", + "span": { + "start": 29238, + "end": 29358 + }, + "index": 107, + "alignment_index": [ + 107 + ] + }, + { + "id": "F5A1D6C8F8", + "span": { + "start": 29359, + "end": 29587 + }, + "index": 108, + "alignment_index": [ + 108 + ] + }, + { + "id": "5457473851", + "span": { + "start": 29588, + "end": 29760 + }, + "index": 109, + "alignment_index": [ + 109 + ] + }, + { + "id": "3ECC97CCC3", + "span": { + "start": 29761, + "end": 30076 + }, + "index": 110, + "alignment_index": [ + 110 + ] + }, + { + "id": "5186CD4184", + "span": { + "start": 30077, + "end": 30282 + }, + "index": 111, + "alignment_index": [ + 111 + ] + }, + { + "id": "AA8F47151C", + "span": { + "start": 30283, + "end": 30892 + }, + "index": 112, + "alignment_index": [ + 112 + ] + }, + { + "id": "232F393515", + "span": { + "start": 30893, + "end": 31068 + }, + "index": 113, + "alignment_index": [ + 113 + ] + }, + { + "id": "FE14183EEB", + "span": { + "start": 31069, + "end": 31249 + }, + "index": 114, + "alignment_index": [ + 114 + ] + }, + { + "id": "DCD8833C28", + "span": { + "start": 31250, + "end": 31433 + }, + "index": 115, + "alignment_index": [ + 115 + ] + }, + { + "id": "4224260266", + "span": { + "start": 31434, + "end": 31640 + }, + "index": 116, + "alignment_index": [ + 116 + ] + }, + { + "id": "ABE4CC0388", + "span": { + "start": 31641, + "end": 31903 + }, + "index": 117, + "alignment_index": [ + 117 + ] + }, + { + "id": "9A1FD8F6AB", + "span": { + "start": 31904, + "end": 32106 + }, + "index": 118, + "alignment_index": [ + 118 + ] + }, + { + "id": "66717A0225", + "span": { + "start": 32107, + "end": 32347 + }, + "index": 119, + "alignment_index": [ + 119 + ] + }, + { + "id": "E4E9E6B4E4", + "span": { + "start": 32348, + "end": 32518 + }, + "index": 120, + "alignment_index": [ + 120 + ] + }, + { + "id": "8959D05B34", + "span": { + "start": 32519, + "end": 33103 + }, + "index": 121, + "alignment_index": [ + 121 + ] + }, + { + "id": "6277FC6878", + "span": { + "start": 33104, + "end": 33504 + }, + "index": 122, + "alignment_index": [ + 122 + ] + }, + { + "id": "90940A92A7", + "span": { + "start": 33505, + "end": 34059 + }, + "index": 123, + "alignment_index": [ + 123 + ] + }, + { + "id": "38F9DF6BB1", + "span": { + "start": 34060, + "end": 34245 + }, + "index": 124, + "alignment_index": [ + 124 + ] + }, + { + "id": "BDDD5F779B", + "span": { + "start": 34246, + "end": 34475 + }, + "index": 125, + "alignment_index": [ + 125 + ] + }, + { + "id": "D44B868832", + "span": { + "start": 34476, + "end": 35141 + }, + "index": 126, + "alignment_index": [ + 126 + ] + }, + { + "id": "A9B809D929", + "span": { + "start": 35142, + "end": 35325 + }, + "index": 127, + "alignment_index": [ + 127 + ] + }, + { + "id": "97B8B74478", + "span": { + "start": 35326, + "end": 35506 + }, + "index": 128, + "alignment_index": [ + 128 + ] + }, + { + "id": "3AB2AAAB11", + "span": { + "start": 35507, + "end": 35722 + }, + "index": 129, + "alignment_index": [ + 129 + ] + }, + { + "id": "5835D519BC", + "span": { + "start": 35723, + "end": 36748 + }, + "index": 130, + "alignment_index": [ + 130 + ] + }, + { + "id": "8F6DFD227F", + "span": { + "start": 36749, + "end": 36950 + }, + "index": 131, + "alignment_index": [ + 131 + ] + }, + { + "id": "516131B835", + "span": { + "start": 36951, + "end": 37468 + }, + "index": 132, + "alignment_index": [ + 132 + ] + }, + { + "id": "DAAB5D4D46", + "span": { + "start": 37469, + "end": 38114 + }, + "index": 133, + "alignment_index": [ + 133 + ] + }, + { + "id": "C754642365", + "span": { + "start": 38115, + "end": 38323 + }, + "index": 134, + "alignment_index": [ + 134 + ] + }, + { + "id": "B082EFFEFD", + "span": { + "start": 38324, + "end": 38476 + }, + "index": 135, + "alignment_index": [ + 135 + ] + }, + { + "id": "419C43C174", + "span": { + "start": 38477, + "end": 38672 + }, + "index": 136, + "alignment_index": [ + 136 + ] + }, + { + "id": "4EDBA41A5C", + "span": { + "start": 38673, + "end": 38910 + }, + "index": 137, + "alignment_index": [ + 137 + ] + }, + { + "id": "4BCB20479D", + "span": { + "start": 38911, + "end": 39110 + }, + "index": 138, + "alignment_index": [ + 138 + ] + }, + { + "id": "4071B78732", + "span": { + "start": 39111, + "end": 39377 + }, + "index": 139, + "alignment_index": [ + 139 + ] + }, + { + "id": "72B1437D1F", + "span": { + "start": 39378, + "end": 39628 + }, + "index": 140, + "alignment_index": [ + 140 + ] + }, + { + "id": "440624A3A1", + "span": { + "start": 39629, + "end": 39758 + }, + "index": 141, + "alignment_index": [ + 141 + ] + }, + { + "id": "C494CE4E6E", + "span": { + "start": 39759, + "end": 40171 + }, + "index": 142, + "alignment_index": [ + 142 + ] + }, + { + "id": "523D87C7ED", + "span": { + "start": 40172, + "end": 40721 + }, + "index": 143, + "alignment_index": [ + 143 + ] + }, + { + "id": "922777A452", + "span": { + "start": 40722, + "end": 40915 + }, + "index": 144, + "alignment_index": [ + 144 + ] + }, + { + "id": "F6405ACCDD", + "span": { + "start": 40916, + "end": 41090 + }, + "index": 145, + "alignment_index": [ + 145 + ] + }, + { + "id": "BADF549F99", + "span": { + "start": 41091, + "end": 41258 + }, + "index": 146, + "alignment_index": [ + 146 + ] + }, + { + "id": "DACE917139", + "span": { + "start": 41259, + "end": 41474 + }, + "index": 147, + "alignment_index": [ + 147 + ] + }, + { + "id": "29B2298126", + "span": { + "start": 41475, + "end": 41642 + }, + "index": 148, + "alignment_index": [ + 148 + ] + }, + { + "id": "2233E125C5", + "span": { + "start": 41643, + "end": 41812 + }, + "index": 149, + "alignment_index": [ + 149 + ] + }, + { + "id": "D2838F22FB", + "span": { + "start": 41813, + "end": 42048 + }, + "index": 150, + "alignment_index": [ + 150 + ] + }, + { + "id": "1B95AF0552", + "span": { + "start": 42049, + "end": 42291 + }, + "index": 151, + "alignment_index": [ + 151 + ] + }, + { + "id": "36CEAE61D8", + "span": { + "start": 42292, + "end": 42513 + }, + "index": 152, + "alignment_index": [ + 152 + ] + }, + { + "id": "D74CF8E561", + "span": { + "start": 42514, + "end": 42943 + }, + "index": 153, + "alignment_index": [ + 153 + ] + }, + { + "id": "1E3801D114", + "span": { + "start": 42944, + "end": 43137 + }, + "index": 154, + "alignment_index": [ + 154 + ] + }, + { + "id": "409E8DD870", + "span": { + "start": 43138, + "end": 43338 + }, + "index": 155, + "alignment_index": [ + 155 + ] + }, + { + "id": "76D8B6EE6E", + "span": { + "start": 43339, + "end": 43524 + }, + "index": 156, + "alignment_index": [ + 156 + ] + }, + { + "id": "1643EE649F", + "span": { + "start": 43525, + "end": 43708 + }, + "index": 157, + "alignment_index": [ + 157 + ] + }, + { + "id": "A9F0C79440", + "span": { + "start": 43709, + "end": 43878 + }, + "index": 158, + "alignment_index": [ + 158 + ] + }, + { + "id": "F554E5DF8E", + "span": { + "start": 43879, + "end": 44307 + }, + "index": 159, + "alignment_index": [ + 159 + ] + }, + { + "id": "C7167B4BD4", + "span": { + "start": 44308, + "end": 44486 + }, + "index": 160, + "alignment_index": [ + 160 + ] + }, + { + "id": "DBEDC02ED9", + "span": { + "start": 44487, + "end": 44751 + }, + "index": 161, + "alignment_index": [ + 161 + ] + }, + { + "id": "2DBDAFF38C", + "span": { + "start": 44752, + "end": 44979 + }, + "index": 162, + "alignment_index": [ + 162 + ] + }, + { + "id": "BB1110A404", + "span": { + "start": 44980, + "end": 45142 + }, + "index": 163, + "alignment_index": [ + 163 + ] + }, + { + "id": "6DE8579448", + "span": { + "start": 45143, + "end": 45345 + }, + "index": 164, + "alignment_index": [ + 164 + ] + }, + { + "id": "2E7DF42846", + "span": { + "start": 45346, + "end": 45508 + }, + "index": 165, + "alignment_index": [ + 165 + ] + }, + { + "id": "8B06838388", + "span": { + "start": 45509, + "end": 45675 + }, + "index": 166, + "alignment_index": [ + 166 + ] + }, + { + "id": "E40D450E7E", + "span": { + "start": 45676, + "end": 45970 + }, + "index": 167, + "alignment_index": [ + 167 + ] + }, + { + "id": "4E663A21C1", + "span": { + "start": 45971, + "end": 46137 + }, + "index": 168, + "alignment_index": [ + 168 + ] + }, + { + "id": "85775AA15C", + "span": { + "start": 46138, + "end": 46377 + }, + "index": 169, + "alignment_index": [ + 169 + ] + }, + { + "id": "7A87018BC8", + "span": { + "start": 46378, + "end": 47008 + }, + "index": 170, + "alignment_index": [ + 170 + ] + }, + { + "id": "1CDD5E5E6E", + "span": { + "start": 47009, + "end": 47188 + }, + "index": 171, + "alignment_index": [ + 171 + ] + }, + { + "id": "C3852B3E7A", + "span": { + "start": 47189, + "end": 47993 + }, + "index": 172, + "alignment_index": [ + 172 + ] + }, + { + "id": "8D4544B484", + "span": { + "start": 47994, + "end": 48653 + }, + "index": 173, + "alignment_index": [ + 173 + ] + }, + { + "id": "2596CC6316", + "span": { + "start": 48654, + "end": 48875 + }, + "index": 174, + "alignment_index": [ + 174 + ] + }, + { + "id": "584855EDEA", + "span": { + "start": 48876, + "end": 49123 + }, + "index": 175, + "alignment_index": [ + 175 + ] + }, + { + "id": "CEA1419D10", + "span": { + "start": 49124, + "end": 49366 + }, + "index": 176, + "alignment_index": [ + 176 + ] + }, + { + "id": "7DE9A49457", + "span": { + "start": 49367, + "end": 49612 + }, + "index": 177, + "alignment_index": [ + 177 + ] + }, + { + "id": "48311E11B5", + "span": { + "start": 49613, + "end": 50358 + }, + "index": 178, + "alignment_index": [ + 178 + ] + }, + { + "id": "BF6A478100", + "span": { + "start": 50359, + "end": 50626 + }, + "index": 179, + "alignment_index": [ + 179 + ] + }, + { + "id": "E10B1D4B44", + "span": { + "start": 50627, + "end": 50846 + }, + "index": 180, + "alignment_index": [ + 180 + ] + }, + { + "id": "9FFC03CF16", + "span": { + "start": 50847, + "end": 51099 + }, + "index": 181, + "alignment_index": [ + 181 + ] + }, + { + "id": "5570CBBAED", + "span": { + "start": 51100, + "end": 51277 + }, + "index": 182, + "alignment_index": [ + 182 + ] + }, + { + "id": "6E1F466D6F", + "span": { + "start": 51278, + "end": 51746 + }, + "index": 183, + "alignment_index": [ + 183 + ] + }, + { + "id": "A07B98F3CC", + "span": { + "start": 51747, + "end": 51973 + }, + "index": 184, + "alignment_index": [ + 184 + ] + }, + { + "id": "7002D72090", + "span": { + "start": 51974, + "end": 52148 + }, + "index": 185, + "alignment_index": [ + 185 + ] + }, + { + "id": "B35641965C", + "span": { + "start": 52149, + "end": 52714 + }, + "index": 186, + "alignment_index": [ + 186 + ] + }, + { + "id": "14EEDEE347", + "span": { + "start": 52715, + "end": 52982 + }, + "index": 187, + "alignment_index": [ + 187 + ] + }, + { + "id": "41AFC21871", + "span": { + "start": 52983, + "end": 54316 + }, + "index": 188, + "alignment_index": [ + 188 + ] + }, + { + "id": "94A09F95A0", + "span": { + "start": 54317, + "end": 54586 + }, + "index": 189, + "alignment_index": [ + 189 + ] + }, + { + "id": "801A14A801", + "span": { + "start": 54587, + "end": 54700 + }, + "index": 190, + "alignment_index": [ + 190 + ] + }, + { + "id": "4F1143F082", + "span": { + "start": 54701, + "end": 54920 + }, + "index": 191, + "alignment_index": [ + 191 + ] + }, + { + "id": "97639B5BB2", + "span": { + "start": 54921, + "end": 55201 + }, + "index": 192, + "alignment_index": [ + 192 + ] + }, + { + "id": "4ED1662C20", + "span": { + "start": 55202, + "end": 55376 + }, + "index": 193, + "alignment_index": [ + 193 + ] + }, + { + "id": "44BF5EED4E", + "span": { + "start": 55377, + "end": 55509 + }, + "index": 194, + "alignment_index": [ + 194 + ] + }, + { + "id": "76FF444689", + "span": { + "start": 55510, + "end": 55660 + }, + "index": 195, + "alignment_index": [ + 195 + ] + }, + { + "id": "3F0BBF63B3", + "span": { + "start": 55661, + "end": 55781 + }, + "index": 196, + "alignment_index": [ + 196 + ] + }, + { + "id": "3DD9D2F471", + "span": { + "start": 55782, + "end": 55937 + }, + "index": 197, + "alignment_index": [ + 197 + ] + }, + { + "id": "E2EE2EBDBB", + "span": { + "start": 55938, + "end": 56102 + }, + "index": 198, + "alignment_index": [ + 198 + ] + }, + { + "id": "3F8AE8DD2D", + "span": { + "start": 56103, + "end": 56307 + }, + "index": 199, + "alignment_index": [ + 199 + ] + }, + { + "id": "D28D284428", + "span": { + "start": 56308, + "end": 56560 + }, + "index": 200, + "alignment_index": [ + 200 + ] + }, + { + "id": "9D73DBD895", + "span": { + "start": 56561, + "end": 57080 + }, + "index": 201, + "alignment_index": [ + 201 + ] + }, + { + "id": "8D0490754D", + "span": { + "start": 57081, + "end": 57274 + }, + "index": 202, + "alignment_index": [ + 202 + ] + }, + { + "id": "BF5904DDD4", + "span": { + "start": 57275, + "end": 57555 + }, + "index": 203, + "alignment_index": [ + 203 + ] + }, + { + "id": "AD44E7CC4D", + "span": { + "start": 57556, + "end": 57718 + }, + "index": 204, + "alignment_index": [ + 204 + ] + }, + { + "id": "4519194415", + "span": { + "start": 57719, + "end": 58045 + }, + "index": 205, + "alignment_index": [ + 205 + ] + }, + { + "id": "AFE2393AAA", + "span": { + "start": 58046, + "end": 58260 + }, + "index": 206, + "alignment_index": [ + 206 + ] + }, + { + "id": "4514201A14", + "span": { + "start": 58261, + "end": 58466 + }, + "index": 207, + "alignment_index": [ + 207 + ] + }, + { + "id": "245B65DD83", + "span": { + "start": 58467, + "end": 58644 + }, + "index": 208, + "alignment_index": [ + 208 + ] + }, + { + "id": "9B0B73D9E7", + "span": { + "start": 58645, + "end": 58865 + }, + "index": 209, + "alignment_index": [ + 209 + ] + }, + { + "id": "2FDD97E998", + "span": { + "start": 58866, + "end": 59980 + }, + "index": 210, + "alignment_index": [ + 210 + ] + }, + { + "id": "C469C8F92D", + "span": { + "start": 59981, + "end": 60182 + }, + "index": 211, + "alignment_index": [ + 211 + ] + }, + { + "id": "44A4E2AA92", + "span": { + "start": 60183, + "end": 60864 + }, + "index": 212, + "alignment_index": [ + 212 + ] + }, + { + "id": "6186495A68", + "span": { + "start": 60865, + "end": 61056 + }, + "index": 213, + "alignment_index": [ + 213 + ] + }, + { + "id": "9DF4D9F9AD", + "span": { + "start": 61057, + "end": 61227 + }, + "index": 214, + "alignment_index": [ + 214 + ] + }, + { + "id": "14EEAE2A42", + "span": { + "start": 61228, + "end": 61397 + }, + "index": 215, + "alignment_index": [ + 215 + ] + }, + { + "id": "5644F0F05B", + "span": { + "start": 61398, + "end": 61594 + }, + "index": 216, + "alignment_index": [ + 216 + ] + }, + { + "id": "C4861E5982", + "span": { + "start": 61595, + "end": 61852 + }, + "index": 217, + "alignment_index": [ + 217 + ] + }, + { + "id": "B6EE86156B", + "span": { + "start": 61853, + "end": 62077 + }, + "index": 218, + "alignment_index": [ + 218 + ] + }, + { + "id": "308FC6CFB3", + "span": { + "start": 62078, + "end": 62570 + }, + "index": 219, + "alignment_index": [ + 219 + ] + }, + { + "id": "480D8654DF", + "span": { + "start": 62571, + "end": 62978 + }, + "index": 220, + "alignment_index": [ + 220 + ] + }, + { + "id": "B7E96B50AB", + "span": { + "start": 62979, + "end": 63132 + }, + "index": 221, + "alignment_index": [ + 221 + ] + }, + { + "id": "E27A0754A0", + "span": { + "start": 63133, + "end": 64092 + }, + "index": 222, + "alignment_index": [ + 222 + ] + }, + { + "id": "5DC5A52D87", + "span": { + "start": 64093, + "end": 64277 + }, + "index": 223, + "alignment_index": [ + 223 + ] + }, + { + "id": "F8B9A3A148", + "span": { + "start": 64278, + "end": 64492 + }, + "index": 224, + "alignment_index": [ + 224 + ] + }, + { + "id": "8C8CD25A18", + "span": { + "start": 64493, + "end": 64646 + }, + "index": 225, + "alignment_index": [ + 225 + ] + }, + { + "id": "E8ACC1CA50", + "span": { + "start": 64647, + "end": 64857 + }, + "index": 226, + "alignment_index": [ + 226 + ] + }, + { + "id": "8B7B2AD2F2", + "span": { + "start": 64858, + "end": 65093 + }, + "index": 227, + "alignment_index": [ + 227 + ] + }, + { + "id": "8660A80666", + "span": { + "start": 65094, + "end": 65735 + }, + "index": 228, + "alignment_index": [ + 228 + ] + }, + { + "id": "BBA8519A4F", + "span": { + "start": 65736, + "end": 65943 + }, + "index": 229, + "alignment_index": [ + 229 + ] + }, + { + "id": "9651EEA129", + "span": { + "start": 65944, + "end": 66689 + }, + "index": 230, + "alignment_index": [ + 230 + ] + }, + { + "id": "2C270AB77C", + "span": { + "start": 66690, + "end": 67120 + }, + "index": 231, + "alignment_index": [ + 231 + ] + }, + { + "id": "F634BBD368", + "span": { + "start": 67121, + "end": 67401 + }, + "index": 232, + "alignment_index": [ + 232 + ] + }, + { + "id": "A2AA954525", + "span": { + "start": 67402, + "end": 67611 + }, + "index": 233, + "alignment_index": [ + 233 + ] + }, + { + "id": "6916821474", + "span": { + "start": 67612, + "end": 67813 + }, + "index": 234, + "alignment_index": [ + 234 + ] + }, + { + "id": "43CBB68FAD", + "span": { + "start": 67814, + "end": 68016 + }, + "index": 235, + "alignment_index": [ + 235 + ] + }, + { + "id": "649EBB2EB2", + "span": { + "start": 68017, + "end": 68316 + }, + "index": 236, + "alignment_index": [ + 236 + ] + }, + { + "id": "5365311AE4", + "span": { + "start": 68317, + "end": 68472 + }, + "index": 237, + "alignment_index": [ + 237 + ] + }, + { + "id": "C334243DB3", + "span": { + "start": 68473, + "end": 69223 + }, + "index": 238, + "alignment_index": [ + 238 + ] + }, + { + "id": "3D462CAB1C", + "span": { + "start": 69224, + "end": 69430 + }, + "index": 239, + "alignment_index": [ + 239 + ] + }, + { + "id": "B3403BA410", + "span": { + "start": 69431, + "end": 69653 + }, + "index": 240, + "alignment_index": [ + 240 + ] + }, + { + "id": "3EC3A9737C", + "span": { + "start": 69654, + "end": 69879 + }, + "index": 241, + "alignment_index": [ + 241 + ] + }, + { + "id": "61D743CB59", + "span": { + "start": 69880, + "end": 70398 + }, + "index": 242, + "alignment_index": [ + 242 + ] + }, + { + "id": "E5CF57D646", + "span": { + "start": 70399, + "end": 70645 + }, + "index": 243, + "alignment_index": [ + 243 + ] + }, + { + "id": "E02A561013", + "span": { + "start": 70646, + "end": 70850 + }, + "index": 244, + "alignment_index": [ + 244 + ] + }, + { + "id": "08CD4C5EA4", + "span": { + "start": 70851, + "end": 71053 + }, + "index": 245, + "alignment_index": [ + 245 + ] + }, + { + "id": "952D8509A8", + "span": { + "start": 71054, + "end": 71310 + }, + "index": 246, + "alignment_index": [ + 246 + ] + }, + { + "id": "C03294CC23", + "span": { + "start": 71311, + "end": 71499 + }, + "index": 247, + "alignment_index": [ + 247 + ] + }, + { + "id": "8DC5DC22D7", + "span": { + "start": 71500, + "end": 71709 + }, + "index": 248, + "alignment_index": [ + 248 + ] + }, + { + "id": "4D428137CE", + "span": { + "start": 71710, + "end": 71909 + }, + "index": 249, + "alignment_index": [ + 249 + ] + }, + { + "id": "718B34F44D", + "span": { + "start": 71910, + "end": 72328 + }, + "index": 250, + "alignment_index": [ + 250 + ] + }, + { + "id": "3C4ACF34CC", + "span": { + "start": 72329, + "end": 72520 + }, + "index": 251, + "alignment_index": [ + 251 + ] + }, + { + "id": "56C92A544F", + "span": { + "start": 72521, + "end": 72723 + }, + "index": 252, + "alignment_index": [ + 252 + ] + }, + { + "id": "389DAAABD8", + "span": { + "start": 72724, + "end": 72916 + }, + "index": 253, + "alignment_index": [ + 253 + ] + }, + { + "id": "6FEB13FB53", + "span": { + "start": 72917, + "end": 73075 + }, + "index": 254, + "alignment_index": [ + 254 + ] + }, + { + "id": "DEA37F34A7", + "span": { + "start": 73076, + "end": 73253 + }, + "index": 255, + "alignment_index": [ + 255 + ] + }, + { + "id": "5D1A441264", + "span": { + "start": 73254, + "end": 73427 + }, + "index": 256, + "alignment_index": [ + 256 + ] + }, + { + "id": "50B9294535", + "span": { + "start": 73428, + "end": 73832 + }, + "index": 257, + "alignment_index": [ + 257 + ] + }, + { + "id": "DB4B7A14A4", + "span": { + "start": 73833, + "end": 74086 + }, + "index": 258, + "alignment_index": [ + 258 + ] + }, + { + "id": "81AACF4212", + "span": { + "start": 74087, + "end": 74229 + }, + "index": 259, + "alignment_index": [ + 259 + ] + }, + { + "id": "A44B1486A0", + "span": { + "start": 74230, + "end": 74390 + }, + "index": 260, + "alignment_index": [ + 260 + ] + }, + { + "id": "F63DF4FEF5", + "span": { + "start": 74391, + "end": 74614 + }, + "index": 261, + "alignment_index": [ + 261 + ] + }, + { + "id": "2B4559EDC3", + "span": { + "start": 74615, + "end": 74767 + }, + "index": 262, + "alignment_index": [ + 262 + ] + }, + { + "id": "D48D9C8B2C", + "span": { + "start": 74768, + "end": 75660 + }, + "index": 263, + "alignment_index": [ + 263 + ] + }, + { + "id": "4CA66A353E", + "span": { + "start": 75661, + "end": 75873 + }, + "index": 264, + "alignment_index": [ + 264 + ] + }, + { + "id": "5BBAAB0B0B", + "span": { + "start": 75874, + "end": 76088 + }, + "index": 265, + "alignment_index": [ + 265 + ] + }, + { + "id": "D4D54F28E2", + "span": { + "start": 76089, + "end": 76339 + }, + "index": 266, + "alignment_index": [ + 266 + ] + }, + { + "id": "64A7154118", + "span": { + "start": 76340, + "end": 76603 + }, + "index": 267, + "alignment_index": [ + 267 + ] + }, + { + "id": "BB8ABB7483", + "span": { + "start": 76604, + "end": 76879 + }, + "index": 268, + "alignment_index": [ + 268 + ] + }, + { + "id": "4D6CC4C836", + "span": { + "start": 76880, + "end": 77575 + }, + "index": 269, + "alignment_index": [ + 269 + ] + }, + { + "id": "6070F2EA22", + "span": { + "start": 77576, + "end": 77860 + }, + "index": 270, + "alignment_index": [ + 270 + ] + }, + { + "id": "98DA444664", + "span": { + "start": 77861, + "end": 78673 + }, + "index": 271, + "alignment_index": [ + 271 + ] + }, + { + "id": "738643266F", + "span": { + "start": 78674, + "end": 78839 + }, + "index": 272, + "alignment_index": [ + 272 + ] + }, + { + "id": "7A049A6620", + "span": { + "start": 78840, + "end": 79692 + }, + "index": 273, + "alignment_index": [ + 273 + ] + }, + { + "id": "C6FEDC9BB6", + "span": { + "start": 79693, + "end": 80455 + }, + "index": 274, + "alignment_index": [ + 274 + ] + }, + { + "id": "BB4949AD60", + "span": { + "start": 80456, + "end": 80715 + }, + "index": 275, + "alignment_index": [ + 275 + ] + }, + { + "id": "540B244006", + "span": { + "start": 80716, + "end": 80919 + }, + "index": 276, + "alignment_index": [ + 276 + ] + }, + { + "id": "014D4822A3", + "span": { + "start": 80920, + "end": 81132 + }, + "index": 277, + "alignment_index": [ + 277 + ] + }, + { + "id": "CA6C1E5E6C", + "span": { + "start": 81133, + "end": 81352 + }, + "index": 278, + "alignment_index": [ + 278 + ] + }, + { + "id": "044460F3B3", + "span": { + "start": 81353, + "end": 81590 + }, + "index": 279, + "alignment_index": [ + 279 + ] + }, + { + "id": "3684CB4443", + "span": { + "start": 81591, + "end": 82368 + }, + "index": 280, + "alignment_index": [ + 280 + ] + }, + { + "id": "4C46644281", + "span": { + "start": 82369, + "end": 82571 + }, + "index": 281, + "alignment_index": [ + 281 + ] + }, + { + "id": "341353F4AF", + "span": { + "start": 82572, + "end": 82810 + }, + "index": 282, + "alignment_index": [ + 282 + ] + }, + { + "id": "D86FA1F8B3", + "span": { + "start": 82811, + "end": 83535 + }, + "index": 283, + "alignment_index": [ + 283 + ] + }, + { + "id": "1E10420A2D", + "span": { + "start": 83536, + "end": 83716 + }, + "index": 284, + "alignment_index": [ + 284 + ] + }, + { + "id": "FE1E2E149E", + "span": { + "start": 83717, + "end": 83928 + }, + "index": 285, + "alignment_index": [ + 285 + ] + }, + { + "id": "FA0A5A1CBC", + "span": { + "start": 83929, + "end": 84132 + }, + "index": 286, + "alignment_index": [ + 286 + ] + }, + { + "id": "84AB3A4C3C", + "span": { + "start": 84133, + "end": 84290 + }, + "index": 287, + "alignment_index": [ + 287 + ] + }, + { + "id": "691BF626BE", + "span": { + "start": 84291, + "end": 84493 + }, + "index": 288, + "alignment_index": [ + 288 + ] + }, + { + "id": "B14B83414B", + "span": { + "start": 84494, + "end": 84732 + }, + "index": 289, + "alignment_index": [ + 289 + ] + }, + { + "id": "7623A39247", + "span": { + "start": 84733, + "end": 84908 + }, + "index": 290, + "alignment_index": [ + 290 + ] + }, + { + "id": "90CBD0BD92", + "span": { + "start": 84909, + "end": 85116 + }, + "index": 291, + "alignment_index": [ + 291 + ] + }, + { + "id": "03CB4D3444", + "span": { + "start": 85117, + "end": 85311 + }, + "index": 292, + "alignment_index": [ + 292 + ] + }, + { + "id": "E3CEC0C040", + "span": { + "start": 85312, + "end": 85528 + }, + "index": 293, + "alignment_index": [ + 293 + ] + }, + { + "id": "4FB5BA08E4", + "span": { + "start": 85529, + "end": 86363 + }, + "index": 294, + "alignment_index": [ + 294 + ] + }, + { + "id": "8C9E886CC7", + "span": { + "start": 86364, + "end": 86708 + }, + "index": 295, + "alignment_index": [ + 295 + ] + }, + { + "id": "883AAC4A02", + "span": { + "start": 86709, + "end": 86918 + }, + "index": 296, + "alignment_index": [ + 296 + ] + }, + { + "id": "0847C370DE", + "span": { + "start": 86919, + "end": 87121 + }, + "index": 297, + "alignment_index": [ + 297 + ] + }, + { + "id": "15F03DCCAF", + "span": { + "start": 87122, + "end": 87253 + }, + "index": 298, + "alignment_index": [ + 298 + ] + }, + { + "id": "38E585C83B", + "span": { + "start": 87254, + "end": 87416 + }, + "index": 299, + "alignment_index": [ + 299 + ] + }, + { + "id": "5B60606B8C", + "span": { + "start": 87417, + "end": 87534 + }, + "index": 300, + "alignment_index": [ + 300 + ] + }, + { + "id": "A0F9A9C0EF", + "span": { + "start": 87535, + "end": 87714 + }, + "index": 301, + "alignment_index": [ + 301 + ] + }, + { + "id": "E38D90B3E5", + "span": { + "start": 87715, + "end": 87903 + }, + "index": 302, + "alignment_index": [ + 302 + ] + }, + { + "id": "850F4BB028", + "span": { + "start": 87904, + "end": 88057 + }, + "index": 303, + "alignment_index": [ + 303 + ] + }, + { + "id": "66FE4F55B5", + "span": { + "start": 88058, + "end": 88652 + }, + "index": 304, + "alignment_index": [ + 304 + ] + }, + { + "id": "4667467065", + "span": { + "start": 88653, + "end": 88884 + }, + "index": 305, + "alignment_index": [ + 305 + ] + }, + { + "id": "0E305F8636", + "span": { + "start": 88885, + "end": 89039 + }, + "index": 306, + "alignment_index": [ + 306 + ] + }, + { + "id": "727C9EC374", + "span": { + "start": 89040, + "end": 89217 + }, + "index": 307, + "alignment_index": [ + 307 + ] + }, + { + "id": "53F04CAD43", + "span": { + "start": 89218, + "end": 89355 + }, + "index": 308, + "alignment_index": [ + 308 + ] + }, + { + "id": "8099C09CEC", + "span": { + "start": 89356, + "end": 89561 + }, + "index": 309, + "alignment_index": [ + 309 + ] + }, + { + "id": "B9309A2DD9", + "span": { + "start": 89562, + "end": 90059 + }, + "index": 310, + "alignment_index": [ + 310 + ] + }, + { + "id": "DFEEBE09FB", + "span": { + "start": 90060, + "end": 90214 + }, + "index": 311, + "alignment_index": [ + 311 + ] + }, + { + "id": "4A444756AF", + "span": { + "start": 90215, + "end": 90472 + }, + "index": 312, + "alignment_index": [ + 312 + ] + }, + { + "id": "94948D7FBA", + "span": { + "start": 90473, + "end": 90858 + }, + "index": 313, + "alignment_index": [ + 313 + ] + }, + { + "id": "073BAEF37F", + "span": { + "start": 90859, + "end": 91028 + }, + "index": 314, + "alignment_index": [ + 314 + ] + }, + { + "id": "8FC4186B22", + "span": { + "start": 91029, + "end": 91223 + }, + "index": 315, + "alignment_index": [ + 315 + ] + }, + { + "id": "9E3CEEC89A", + "span": { + "start": 91224, + "end": 91434 + }, + "index": 316, + "alignment_index": [ + 316 + ] + }, + { + "id": "3B1362E9F8", + "span": { + "start": 91435, + "end": 92032 + }, + "index": 317, + "alignment_index": [ + 317 + ] + }, + { + "id": "62A9D500C2", + "span": { + "start": 92033, + "end": 92420 + }, + "index": 318, + "alignment_index": [ + 318 + ] + }, + { + "id": "5840A0DB45", + "span": { + "start": 92421, + "end": 93090 + }, + "index": 319, + "alignment_index": [ + 319 + ] + }, + { + "id": "8A4B848EF3", + "span": { + "start": 93091, + "end": 93278 + }, + "index": 320, + "alignment_index": [ + 320 + ] + }, + { + "id": "111312D202", + "span": { + "start": 93279, + "end": 94042 + }, + "index": 321, + "alignment_index": [ + 321 + ] + }, + { + "id": "00984B0BA5", + "span": { + "start": 94043, + "end": 94218 + }, + "index": 322, + "alignment_index": [ + 322 + ] + }, + { + "id": "EDEEA44387", + "span": { + "start": 94219, + "end": 94753 + }, + "index": 323, + "alignment_index": [ + 323 + ] + }, + { + "id": "3C86C98823", + "span": { + "start": 94754, + "end": 94923 + }, + "index": 324, + "alignment_index": [ + 324 + ] + }, + { + "id": "2D5D44492B", + "span": { + "start": 94924, + "end": 95106 + }, + "index": 325, + "alignment_index": [ + 325 + ] + }, + { + "id": "C3915CE7E9", + "span": { + "start": 95107, + "end": 95352 + }, + "index": 326, + "alignment_index": [ + 326 + ] + }, + { + "id": "749414A0AA", + "span": { + "start": 95353, + "end": 95623 + }, + "index": 327, + "alignment_index": [ + 327 + ] + }, + { + "id": "F091DD0EEC", + "span": { + "start": 95624, + "end": 95905 + }, + "index": 328, + "alignment_index": [ + 328 + ] + }, + { + "id": "ECCD394FD3", + "span": { + "start": 95906, + "end": 96106 + }, + "index": 329, + "alignment_index": [ + 329 + ] + }, + { + "id": "3A2ED46406", + "span": { + "start": 96107, + "end": 96811 + }, + "index": 330, + "alignment_index": [ + 330 + ] + }, + { + "id": "A69C0EE133", + "span": { + "start": 96812, + "end": 97060 + }, + "index": 331, + "alignment_index": [ + 331 + ] + }, + { + "id": "3344CA88A4", + "span": { + "start": 97061, + "end": 97263 + }, + "index": 332, + "alignment_index": [ + 332 + ] + }, + { + "id": "A46454AE9E", + "span": { + "start": 97264, + "end": 97722 + }, + "index": 333, + "alignment_index": [ + 333 + ] + }, + { + "id": "5E022DB5E2", + "span": { + "start": 97723, + "end": 97901 + }, + "index": 334, + "alignment_index": [ + 334 + ] + }, + { + "id": "F3D0443496", + "span": { + "start": 97902, + "end": 98106 + }, + "index": 335, + "alignment_index": [ + 335 + ] + }, + { + "id": "F8632892F2", + "span": { + "start": 98107, + "end": 98880 + }, + "index": 336, + "alignment_index": [ + 336 + ] + }, + { + "id": "22846E88EB", + "span": { + "start": 98881, + "end": 99487 + }, + "index": 337, + "alignment_index": [ + 337 + ] + }, + { + "id": "B407646172", + "span": { + "start": 99488, + "end": 100101 + }, + "index": 338, + "alignment_index": [ + 338 + ] + }, + { + "id": "47DD377854", + "span": { + "start": 100102, + "end": 100282 + }, + "index": 339, + "alignment_index": [ + 339 + ] + }, + { + "id": "45A8319B82", + "span": { + "start": 100283, + "end": 100499 + }, + "index": 340, + "alignment_index": [ + 340 + ] + }, + { + "id": "944AAE54A0", + "span": { + "start": 100500, + "end": 100717 + }, + "index": 341, + "alignment_index": [ + 341 + ] + }, + { + "id": "BBE02B10DB", + "span": { + "start": 100718, + "end": 100935 + }, + "index": 342, + "alignment_index": [ + 342 + ] + }, + { + "id": "DF7814D45E", + "span": { + "start": 100936, + "end": 101100 + }, + "index": 343, + "alignment_index": [ + 343 + ] + }, + { + "id": "FF8EFC1479", + "span": { + "start": 101101, + "end": 101322 + }, + "index": 344, + "alignment_index": [ + 344 + ] + }, + { + "id": "0AC309CAFE", + "span": { + "start": 101323, + "end": 101506 + }, + "index": 345, + "alignment_index": [ + 345 + ] + }, + { + "id": "A5DD98249A", + "span": { + "start": 101507, + "end": 101712 + }, + "index": 346, + "alignment_index": [ + 346 + ] + }, + { + "id": "D3D3883EAC", + "span": { + "start": 101713, + "end": 101900 + }, + "index": 347, + "alignment_index": [ + 347 + ] + }, + { + "id": "F24EE4DE22", + "span": { + "start": 101901, + "end": 102145 + }, + "index": 348, + "alignment_index": [ + 348 + ] + }, + { + "id": "CDF2D2EBB4", + "span": { + "start": 102146, + "end": 102307 + }, + "index": 349, + "alignment_index": [ + 349 + ] + }, + { + "id": "9149427D42", + "span": { + "start": 102308, + "end": 102505 + }, + "index": 350, + "alignment_index": [ + 350 + ] + }, + { + "id": "4FAB173EFF", + "span": { + "start": 102506, + "end": 102705 + }, + "index": 351, + "alignment_index": [ + 351 + ] + }, + { + "id": "899CEC2E02", + "span": { + "start": 102706, + "end": 102886 + }, + "index": 352, + "alignment_index": [ + 352 + ] + }, + { + "id": "AD90906051", + "span": { + "start": 102887, + "end": 103073 + }, + "index": 353, + "alignment_index": [ + 353 + ] + }, + { + "id": "C48E999406", + "span": { + "start": 103074, + "end": 103235 + }, + "index": 354, + "alignment_index": [ + 354 + ] + }, + { + "id": "5F009F3A53", + "span": { + "start": 103236, + "end": 104062 + }, + "index": 355, + "alignment_index": [ + 355 + ] + }, + { + "id": "A36443F486", + "span": { + "start": 104063, + "end": 104241 + }, + "index": 356, + "alignment_index": [ + 356 + ] + }, + { + "id": "03407B102D", + "span": { + "start": 104242, + "end": 104628 + }, + "index": 357, + "alignment_index": [ + 357 + ] + }, + { + "id": "4B58BA60E6", + "span": { + "start": 104629, + "end": 104820 + }, + "index": 358, + "alignment_index": [ + 358 + ] + }, + { + "id": "647B68FDBD", + "span": { + "start": 104821, + "end": 104969 + }, + "index": 359, + "alignment_index": [ + 359 + ] + }, + { + "id": "3881D46412", + "span": { + "start": 104970, + "end": 105788 + }, + "index": 360, + "alignment_index": [ + 360 + ] + }, + { + "id": "A04B24204D", + "span": { + "start": 105789, + "end": 105907 + }, + "index": 361, + "alignment_index": [ + 361 + ] + }, + { + "id": "FA722BF12A", + "span": { + "start": 105908, + "end": 106104 + }, + "index": 362, + "alignment_index": [ + 362 + ] + }, + { + "id": "773647781E", + "span": { + "start": 106105, + "end": 106409 + }, + "index": 363, + "alignment_index": [ + 363 + ] + }, + { + "id": "5B1433E1BB", + "span": { + "start": 106410, + "end": 107000 + }, + "index": 364, + "alignment_index": [ + 364 + ] + }, + { + "id": "8399328CB9", + "span": { + "start": 107001, + "end": 107264 + }, + "index": 365, + "alignment_index": [ + 365 + ] + }, + { + "id": "C42FD711BB", + "span": { + "start": 107265, + "end": 107503 + }, + "index": 366, + "alignment_index": [ + 366 + ] + }, + { + "id": "08B7758C64", + "span": { + "start": 107504, + "end": 107673 + }, + "index": 367, + "alignment_index": [ + 367 + ] + }, + { + "id": "050CE2E5CE", + "span": { + "start": 107674, + "end": 107862 + }, + "index": 368, + "alignment_index": [ + 368 + ] + }, + { + "id": "C3322BEB88", + "span": { + "start": 107863, + "end": 108233 + }, + "index": 369, + "alignment_index": [ + 369 + ] + }, + { + "id": "682068C422", + "span": { + "start": 108234, + "end": 108408 + }, + "index": 370, + "alignment_index": [ + 370 + ] + }, + { + "id": "AFCADD96BD", + "span": { + "start": 108409, + "end": 108622 + }, + "index": 371, + "alignment_index": [ + 371 + ] + }, + { + "id": "99D26669B6", + "span": { + "start": 108623, + "end": 108827 + }, + "index": 372, + "alignment_index": [ + 372 + ] + }, + { + "id": "66D93A513A", + "span": { + "start": 108828, + "end": 109222 + }, + "index": 373, + "alignment_index": [ + 373 + ] + }, + { + "id": "B6C648A6C6", + "span": { + "start": 109223, + "end": 109451 + }, + "index": 374, + "alignment_index": [ + 374 + ] + }, + { + "id": "C12B68D3DB", + "span": { + "start": 109452, + "end": 109849 + }, + "index": 375, + "alignment_index": [ + 375 + ] + }, + { + "id": "5D98DA8880", + "span": { + "start": 109850, + "end": 109998 + }, + "index": 376, + "alignment_index": [ + 376 + ] + }, + { + "id": "B98921EA5F", + "span": { + "start": 109999, + "end": 110236 + }, + "index": 377, + "alignment_index": [ + 377 + ] + }, + { + "id": "062DE37DF1", + "span": { + "start": 110237, + "end": 110466 + }, + "index": 378, + "alignment_index": [ + 378 + ] + }, + { + "id": "E73ADCFFFD", + "span": { + "start": 110467, + "end": 110661 + }, + "index": 379, + "alignment_index": [ + 379 + ] + }, + { + "id": "DF74D3DDF0", + "span": { + "start": 110662, + "end": 110861 + }, + "index": 380, + "alignment_index": [ + 380 + ] + }, + { + "id": "D864514AD3", + "span": { + "start": 110862, + "end": 111372 + }, + "index": 381, + "alignment_index": [ + 381 + ] + }, + { + "id": "9AAF4791A6", + "span": { + "start": 111373, + "end": 111613 + }, + "index": 382, + "alignment_index": [ + 382 + ] + }, + { + "id": "5A6BD82D27", + "span": { + "start": 111614, + "end": 111818 + }, + "index": 383, + "alignment_index": [ + 383 + ] + }, + { + "id": "49893C3109", + "span": { + "start": 111819, + "end": 112078 + }, + "index": 384, + "alignment_index": [ + 384 + ] + }, + { + "id": "00C4A819E4", + "span": { + "start": 112079, + "end": 112335 + }, + "index": 385, + "alignment_index": [ + 385 + ] + }, + { + "id": "8475438C98", + "span": { + "start": 112336, + "end": 112528 + }, + "index": 386, + "alignment_index": [ + 386 + ] + }, + { + "id": "283134FD42", + "span": { + "start": 112529, + "end": 112681 + }, + "index": 387, + "alignment_index": [ + 387 + ] + }, + { + "id": "11B053FA0B", + "span": { + "start": 112682, + "end": 112906 + }, + "index": 388, + "alignment_index": [ + 388 + ] + }, + { + "id": "09C68C7D48", + "span": { + "start": 112907, + "end": 113101 + }, + "index": 389, + "alignment_index": [ + 389 + ] + }, + { + "id": "13CF7B3B44", + "span": { + "start": 113102, + "end": 113693 + }, + "index": 390, + "alignment_index": [ + 390 + ] + }, + { + "id": "AEBCC28BEA", + "span": { + "start": 113694, + "end": 113897 + }, + "index": 391, + "alignment_index": [ + 391 + ] + }, + { + "id": "81A9C084C0", + "span": { + "start": 113898, + "end": 114077 + }, + "index": 392, + "alignment_index": [ + 392 + ] + }, + { + "id": "F2B7FCFCA9", + "span": { + "start": 114078, + "end": 114226 + }, + "index": 393, + "alignment_index": [ + 393 + ] + }, + { + "id": "B19A378981", + "span": { + "start": 114227, + "end": 114407 + }, + "index": 394, + "alignment_index": [ + 394 + ] + }, + { + "id": "A7257109BF", + "span": { + "start": 114408, + "end": 114642 + }, + "index": 395, + "alignment_index": [ + 395 + ] + }, + { + "id": "3A6AB3F41B", + "span": { + "start": 114643, + "end": 114811 + }, + "index": 396, + "alignment_index": [ + 396 + ] + }, + { + "id": "7F5BB6FE55", + "span": { + "start": 114812, + "end": 114995 + }, + "index": 397, + "alignment_index": [ + 397 + ] + }, + { + "id": "894D494CBF", + "span": { + "start": 114996, + "end": 115236 + }, + "index": 398, + "alignment_index": [ + 398 + ] + }, + { + "id": "B455084D70", + "span": { + "start": 115237, + "end": 115384 + }, + "index": 399, + "alignment_index": [ + 399 + ] + }, + { + "id": "7297293B99", + "span": { + "start": 115385, + "end": 115954 + }, + "index": 400, + "alignment_index": [ + 400 + ] + }, + { + "id": "E3AF206D7D", + "span": { + "start": 115955, + "end": 116148 + }, + "index": 401, + "alignment_index": [ + 401 + ] + }, + { + "id": "4A879B787C", + "span": { + "start": 116149, + "end": 116362 + }, + "index": 402, + "alignment_index": [ + 402 + ] + }, + { + "id": "24BB3E4AF6", + "span": { + "start": 116363, + "end": 116530 + }, + "index": 403, + "alignment_index": [ + 403 + ] + }, + { + "id": "EEEB95CA77", + "span": { + "start": 116531, + "end": 116739 + }, + "index": 404, + "alignment_index": [ + 404 + ] + }, + { + "id": "BFE2215FBF", + "span": { + "start": 116740, + "end": 116953 + }, + "index": 405, + "alignment_index": [ + 405 + ] + }, + { + "id": "0B7CCD5117", + "span": { + "start": 116954, + "end": 117143 + }, + "index": 406, + "alignment_index": [ + 406 + ] + }, + { + "id": "006D9A0030", + "span": { + "start": 117144, + "end": 117328 + }, + "index": 407, + "alignment_index": [ + 407 + ] + }, + { + "id": "DA42C83BDA", + "span": { + "start": 117329, + "end": 117551 + }, + "index": 408, + "alignment_index": [ + 408 + ] + }, + { + "id": "84EFD89A85", + "span": { + "start": 117552, + "end": 117820 + }, + "index": 409, + "alignment_index": [ + 409 + ] + }, + { + "id": "064C194D37", + "span": { + "start": 117821, + "end": 118039 + }, + "index": 410, + "alignment_index": [ + 410 + ] + }, + { + "id": "C3E4EB0280", + "span": { + "start": 118040, + "end": 118275 + }, + "index": 411, + "alignment_index": [ + 411 + ] + }, + { + "id": "FA9AAAD294", + "span": { + "start": 118276, + "end": 118537 + }, + "index": 412, + "alignment_index": [ + 412 + ] + }, + { + "id": "EBE5E832C4", + "span": { + "start": 118538, + "end": 118763 + }, + "index": 413, + "alignment_index": [ + 413 + ] + }, + { + "id": "F4424F1E88", + "span": { + "start": 118764, + "end": 118978 + }, + "index": 414, + "alignment_index": [ + 414 + ] + }, + { + "id": "0F4B0E40BB", + "span": { + "start": 118979, + "end": 119208 + }, + "index": 415, + "alignment_index": [ + 415 + ] + }, + { + "id": "4F89F56D4F", + "span": { + "start": 119209, + "end": 119447 + }, + "index": 416, + "alignment_index": [ + 416 + ] + }, + { + "id": "171D5DC0B5", + "span": { + "start": 119448, + "end": 119702 + }, + "index": 417, + "alignment_index": [ + 417 + ] + }, + { + "id": "B65B53407A", + "span": { + "start": 119703, + "end": 120249 + }, + "index": 418, + "alignment_index": [ + 418 + ] + }, + { + "id": "CCAF8D2652", + "span": { + "start": 120250, + "end": 120485 + }, + "index": 419, + "alignment_index": [ + 419 + ] + }, + { + "id": "41ED971420", + "span": { + "start": 120486, + "end": 120781 + }, + "index": 420, + "alignment_index": [ + 420 + ] + }, + { + "id": "635998CFF6", + "span": { + "start": 120782, + "end": 121528 + }, + "index": 421, + "alignment_index": [ + 421 + ] + }, + { + "id": "0B42A49CFB", + "span": { + "start": 121529, + "end": 122363 + }, + "index": 422, + "alignment_index": [ + 422 + ] + }, + { + "id": "F268F02728", + "span": { + "start": 122364, + "end": 122631 + }, + "index": 423, + "alignment_index": [ + 423 + ] + }, + { + "id": "447CA70485", + "span": { + "start": 122632, + "end": 123223 + }, + "index": 424, + "alignment_index": [ + 424 + ] + }, + { + "id": "0BAF88885A", + "span": { + "start": 123224, + "end": 123474 + }, + "index": 425, + "alignment_index": [ + 425 + ] + }, + { + "id": "4F23B2275B", + "span": { + "start": 123475, + "end": 123746 + }, + "index": 426, + "alignment_index": [ + 426 + ] + }, + { + "id": "D44DC1BA38", + "span": { + "start": 123747, + "end": 124057 + }, + "index": 427, + "alignment_index": [ + 427 + ] + }, + { + "id": "BB1177F7D4", + "span": { + "start": 124058, + "end": 124191 + }, + "index": 428, + "alignment_index": [ + 428 + ] + }, + { + "id": "804FE8FFAF", + "span": { + "start": 124192, + "end": 124982 + }, + "index": 429, + "alignment_index": [ + 429 + ] + }, + { + "id": "33992C9713", + "span": { + "start": 124983, + "end": 125166 + }, + "index": 430, + "alignment_index": [ + 430 + ] + }, + { + "id": "30871940C4", + "span": { + "start": 125167, + "end": 125335 + }, + "index": 431, + "alignment_index": [ + 431 + ] + }, + { + "id": "A188855FFA", + "span": { + "start": 125336, + "end": 125503 + }, + "index": 432, + "alignment_index": [ + 432 + ] + }, + { + "id": "187332360B", + "span": { + "start": 125504, + "end": 125711 + }, + "index": 433, + "alignment_index": [ + 433 + ] + }, + { + "id": "BAA60B4669", + "span": { + "start": 125712, + "end": 125931 + }, + "index": 434, + "alignment_index": [ + 434 + ] + }, + { + "id": "CE57E4706C", + "span": { + "start": 125932, + "end": 126134 + }, + "index": 435, + "alignment_index": [ + 435 + ] + }, + { + "id": "F4FC0B3AF5", + "span": { + "start": 126135, + "end": 126351 + }, + "index": 436, + "alignment_index": [ + 436 + ] + }, + { + "id": "FCFF7E19CA", + "span": { + "start": 126352, + "end": 126615 + }, + "index": 437, + "alignment_index": [ + 437 + ] + }, + { + "id": "82931B4A45", + "span": { + "start": 126616, + "end": 126801 + }, + "index": 438, + "alignment_index": [ + 438 + ] + }, + { + "id": "A5879B954A", + "span": { + "start": 126802, + "end": 126977 + }, + "index": 439, + "alignment_index": [ + 439 + ] + }, + { + "id": "B4386434B0", + "span": { + "start": 126978, + "end": 127141 + }, + "index": 440, + "alignment_index": [ + 440 + ] + }, + { + "id": "AA6A6D0B99", + "span": { + "start": 127142, + "end": 127332 + }, + "index": 441, + "alignment_index": [ + 441 + ] + }, + { + "id": "8151C52852", + "span": { + "start": 127333, + "end": 127511 + }, + "index": 442, + "alignment_index": [ + 442 + ] + }, + { + "id": "563F230B38", + "span": { + "start": 127512, + "end": 127664 + }, + "index": 443, + "alignment_index": [ + 443 + ] + }, + { + "id": "498E43DD90", + "span": { + "start": 127665, + "end": 127813 + }, + "index": 444, + "alignment_index": [ + 444 + ] + }, + { + "id": "49BD2D7BB6", + "span": { + "start": 127814, + "end": 128363 + }, + "index": 445, + "alignment_index": [ + 445 + ] + }, + { + "id": "501A04FC78", + "span": { + "start": 128364, + "end": 128576 + }, + "index": 446, + "alignment_index": [ + 446 + ] + }, + { + "id": "8E8E3873F8", + "span": { + "start": 128577, + "end": 128770 + }, + "index": 447, + "alignment_index": [ + 447 + ] + }, + { + "id": "F780E17378", + "span": { + "start": 128771, + "end": 129017 + }, + "index": 448, + "alignment_index": [ + 448 + ] + }, + { + "id": "04AAA44B6D", + "span": { + "start": 129018, + "end": 129203 + }, + "index": 449, + "alignment_index": [ + 449 + ] + }, + { + "id": "FE88EC948E", + "span": { + "start": 129204, + "end": 129397 + }, + "index": 450, + "alignment_index": [ + 450 + ] + }, + { + "id": "EED2E0DDFF", + "span": { + "start": 129398, + "end": 129556 + }, + "index": 451, + "alignment_index": [ + 451 + ] + }, + { + "id": "5FDBCA4578", + "span": { + "start": 129557, + "end": 129765 + }, + "index": 452, + "alignment_index": [ + 452 + ] + }, + { + "id": "044D09C99B", + "span": { + "start": 129766, + "end": 130392 + }, + "index": 453, + "alignment_index": [ + 453 + ] + }, + { + "id": "144CDC2372", + "span": { + "start": 130393, + "end": 130618 + }, + "index": 454, + "alignment_index": [ + 454 + ] + }, + { + "id": "C3E24EA92F", + "span": { + "start": 130619, + "end": 130802 + }, + "index": 455, + "alignment_index": [ + 455 + ] + }, + { + "id": "09BA109BB3", + "span": { + "start": 130803, + "end": 130983 + }, + "index": 456, + "alignment_index": [ + 456 + ] + }, + { + "id": "D762884476", + "span": { + "start": 130984, + "end": 131198 + }, + "index": 457, + "alignment_index": [ + 457 + ] + }, + { + "id": "79DCA25BBC", + "span": { + "start": 131199, + "end": 131344 + }, + "index": 458, + "alignment_index": [ + 458 + ] + }, + { + "id": "50DFE1820D", + "span": { + "start": 131345, + "end": 132100 + }, + "index": 459, + "alignment_index": [ + 459 + ] + }, + { + "id": "238B760126", + "span": { + "start": 132101, + "end": 132394 + }, + "index": 460, + "alignment_index": [ + 460 + ] + }, + { + "id": "F1F56BD7D7", + "span": { + "start": 132395, + "end": 132582 + }, + "index": 461, + "alignment_index": [ + 461 + ] + }, + { + "id": "E1ED12BE01", + "span": { + "start": 132583, + "end": 133542 + }, + "index": 462, + "alignment_index": [ + 462 + ] + }, + { + "id": "14141A8FAA", + "span": { + "start": 133543, + "end": 133783 + }, + "index": 463, + "alignment_index": [ + 463 + ] + }, + { + "id": "BE84914689", + "span": { + "start": 133784, + "end": 134013 + }, + "index": 464, + "alignment_index": [ + 464 + ] + }, + { + "id": "A82BA4CE6B", + "span": { + "start": 134014, + "end": 134295 + }, + "index": 465, + "alignment_index": [ + 465 + ] + }, + { + "id": "D22BDB7414", + "span": { + "start": 134296, + "end": 134556 + }, + "index": 466, + "alignment_index": [ + 466 + ] + }, + { + "id": "455F1244D9", + "span": { + "start": 134557, + "end": 134800 + }, + "index": 467, + "alignment_index": [ + 467 + ] + }, + { + "id": "CBFFD9A07F", + "span": { + "start": 134801, + "end": 135041 + }, + "index": 468, + "alignment_index": [ + 468 + ] + }, + { + "id": "B53B4E8269", + "span": { + "start": 135042, + "end": 135331 + }, + "index": 469, + "alignment_index": [ + 469 + ] + }, + { + "id": "F583B745B2", + "span": { + "start": 135332, + "end": 135488 + }, + "index": 470, + "alignment_index": [ + 470 + ] + }, + { + "id": "5E534C46CF", + "span": { + "start": 135489, + "end": 136403 + }, + "index": 471, + "alignment_index": [ + 471 + ] + }, + { + "id": "D58ECD494C", + "span": { + "start": 136404, + "end": 136597 + }, + "index": 472, + "alignment_index": [ + 472 + ] + }, + { + "id": "D0B850A828", + "span": { + "start": 136598, + "end": 136796 + }, + "index": 473, + "alignment_index": [ + 473 + ] + }, + { + "id": "100DB61FC7", + "span": { + "start": 136797, + "end": 137016 + }, + "index": 474, + "alignment_index": [ + 474 + ] + }, + { + "id": "64E498EE69", + "span": { + "start": 137017, + "end": 137189 + }, + "index": 475, + "alignment_index": [ + 475 + ] + }, + { + "id": "FBB0777B00", + "span": { + "start": 137190, + "end": 137339 + }, + "index": 476, + "alignment_index": [ + 476 + ] + }, + { + "id": "06D9B199D8", + "span": { + "start": 137340, + "end": 137608 + }, + "index": 477, + "alignment_index": [ + 477 + ] + }, + { + "id": "2922813362", + "span": { + "start": 137609, + "end": 137787 + }, + "index": 478, + "alignment_index": [ + 478 + ] + }, + { + "id": "A74DDE3137", + "span": { + "start": 137788, + "end": 138165 + }, + "index": 479, + "alignment_index": [ + 479 + ] + }, + { + "id": "85C6B1463E", + "span": { + "start": 138166, + "end": 138546 + }, + "index": 480, + "alignment_index": [ + 480 + ] + }, + { + "id": "202C6886D5", + "span": { + "start": 138547, + "end": 138719 + }, + "index": 481, + "alignment_index": [ + 481 + ] + }, + { + "id": "2AF8465336", + "span": { + "start": 138720, + "end": 139014 + }, + "index": 482, + "alignment_index": [ + 482 + ] + }, + { + "id": "1A3ABE638F", + "span": { + "start": 139015, + "end": 139273 + }, + "index": 483, + "alignment_index": [ + 483 + ] + }, + { + "id": "09FA9EE511", + "span": { + "start": 139274, + "end": 139541 + }, + "index": 484, + "alignment_index": [ + 484 + ] + }, + { + "id": "0FF5B7CC4B", + "span": { + "start": 139542, + "end": 140127 + }, + "index": 485, + "alignment_index": [ + 485 + ] + }, + { + "id": "3DD63CD3E9", + "span": { + "start": 140128, + "end": 140623 + }, + "index": 486, + "alignment_index": [ + 486 + ] + }, + { + "id": "7539FCA308", + "span": { + "start": 140624, + "end": 140816 + }, + "index": 487, + "alignment_index": [ + 487 + ] + }, + { + "id": "A17E66CCBF", + "span": { + "start": 140817, + "end": 141048 + }, + "index": 488, + "alignment_index": [ + 488 + ] + }, + { + "id": "9DD888F488", + "span": { + "start": 141049, + "end": 141236 + }, + "index": 489, + "alignment_index": [ + 489 + ] + }, + { + "id": "8C58EC2F6E", + "span": { + "start": 141237, + "end": 141371 + }, + "index": 490, + "alignment_index": [ + 490 + ] + }, + { + "id": "6F514AD654", + "span": { + "start": 141372, + "end": 141650 + }, + "index": 491, + "alignment_index": [ + 491 + ] + }, + { + "id": "D49606506D", + "span": { + "start": 141651, + "end": 141931 + }, + "index": 492, + "alignment_index": [ + 492 + ] + }, + { + "id": "956D1D4D68", + "span": { + "start": 141932, + "end": 142156 + }, + "index": 493, + "alignment_index": [ + 493 + ] + }, + { + "id": "2A4A410CD2", + "span": { + "start": 142157, + "end": 142891 + }, + "index": 494, + "alignment_index": [ + 494 + ] + }, + { + "id": "9A4EBA2736", + "span": { + "start": 142892, + "end": 143101 + }, + "index": 495, + "alignment_index": [ + 495 + ] + }, + { + "id": "26520A70AE", + "span": { + "start": 143102, + "end": 143301 + }, + "index": 496, + "alignment_index": [ + 496 + ] + }, + { + "id": "77C8BD173F", + "span": { + "start": 143302, + "end": 143533 + }, + "index": 497, + "alignment_index": [ + 497 + ] + }, + { + "id": "26090B4697", + "span": { + "start": 143534, + "end": 143791 + }, + "index": 498, + "alignment_index": [ + 498 + ] + }, + { + "id": "900E0099AA", + "span": { + "start": 143792, + "end": 144603 + }, + "index": 499, + "alignment_index": [ + 499 + ] + }, + { + "id": "4C5365922F", + "span": { + "start": 144604, + "end": 144799 + }, + "index": 500, + "alignment_index": [ + 500 + ] + }, + { + "id": "7DB6E14AD8", + "span": { + "start": 144800, + "end": 144974 + }, + "index": 501, + "alignment_index": [ + 501 + ] + }, + { + "id": "D00A818112", + "span": { + "start": 144975, + "end": 145232 + }, + "index": 502, + "alignment_index": [ + 502 + ] + }, + { + "id": "889AD88988", + "span": { + "start": 145233, + "end": 145905 + }, + "index": 503, + "alignment_index": [ + 503 + ] + }, + { + "id": "BE4AD4688F", + "span": { + "start": 145906, + "end": 146098 + }, + "index": 504, + "alignment_index": [ + 504 + ] + }, + { + "id": "94D3D8C9D6", + "span": { + "start": 146099, + "end": 146267 + }, + "index": 505, + "alignment_index": [ + 505 + ] + }, + { + "id": "295A88D5A5", + "span": { + "start": 146268, + "end": 146537 + }, + "index": 506, + "alignment_index": [ + 506 + ] + }, + { + "id": "1D3D4B29F9", + "span": { + "start": 146538, + "end": 146696 + }, + "index": 507, + "alignment_index": [ + 507 + ] + }, + { + "id": "D299A35263", + "span": { + "start": 146697, + "end": 146852 + }, + "index": 508, + "alignment_index": [ + 508 + ] + }, + { + "id": "367A6A25A8", + "span": { + "start": 146853, + "end": 147098 + }, + "index": 509, + "alignment_index": [ + 509 + ] + }, + { + "id": "61AFAF6EBE", + "span": { + "start": 147099, + "end": 147827 + }, + "index": 510, + "alignment_index": [ + 510 + ] + }, + { + "id": "4DA93B14F3", + "span": { + "start": 147828, + "end": 148066 + }, + "index": 511, + "alignment_index": [ + 511 + ] + }, + { + "id": "6D79EBB99F", + "span": { + "start": 148067, + "end": 148389 + }, + "index": 512, + "alignment_index": [ + 512 + ] + }, + { + "id": "E8C52FC2F7", + "span": { + "start": 148390, + "end": 148565 + }, + "index": 513, + "alignment_index": [ + 513 + ] + }, + { + "id": "4A54AA4B5B", + "span": { + "start": 148566, + "end": 148721 + }, + "index": 514, + "alignment_index": [ + 514 + ] + }, + { + "id": "503B9AA144", + "span": { + "start": 148722, + "end": 148975 + }, + "index": 515, + "alignment_index": [ + 515 + ] + }, + { + "id": "FEB22277DA", + "span": { + "start": 148976, + "end": 149258 + }, + "index": 516, + "alignment_index": [ + 516 + ] + }, + { + "id": "C128CC95F4", + "span": { + "start": 149259, + "end": 149443 + }, + "index": 517, + "alignment_index": [ + 517 + ] + }, + { + "id": "3111AC3313", + "span": { + "start": 149444, + "end": 149661 + }, + "index": 518, + "alignment_index": [ + 518 + ] + }, + { + "id": "70D124B1D0", + "span": { + "start": 149662, + "end": 149879 + }, + "index": 519, + "alignment_index": [ + 519 + ] + }, + { + "id": "9CEBC9B529", + "span": { + "start": 149880, + "end": 150091 + }, + "index": 520, + "alignment_index": [ + 520 + ] + }, + { + "id": "018888F98F", + "span": { + "start": 150092, + "end": 150327 + }, + "index": 521, + "alignment_index": [ + 521 + ] + }, + { + "id": "57F88FF094", + "span": { + "start": 150328, + "end": 150513 + }, + "index": 522, + "alignment_index": [ + 522 + ] + }, + { + "id": "5F6FBF6B97", + "span": { + "start": 150514, + "end": 150757 + }, + "index": 523, + "alignment_index": [ + 523 + ] + }, + { + "id": "41A98B1871", + "span": { + "start": 150758, + "end": 151080 + }, + "index": 524, + "alignment_index": [ + 524 + ] + }, + { + "id": "C903B9DBBA", + "span": { + "start": 151081, + "end": 151393 + }, + "index": 525, + "alignment_index": [ + 525 + ] + }, + { + "id": "81883C3841", + "span": { + "start": 151394, + "end": 151512 + }, + "index": 526, + "alignment_index": [ + 526 + ] + }, + { + "id": "C81129E126", + "span": { + "start": 151513, + "end": 151825 + }, + "index": 527, + "alignment_index": [ + 527 + ] + }, + { + "id": "0C00176016", + "span": { + "start": 151826, + "end": 152042 + }, + "index": 528, + "alignment_index": [ + 528 + ] + }, + { + "id": "401CD8B47B", + "span": { + "start": 152043, + "end": 152200 + }, + "index": 529, + "alignment_index": [ + 529 + ] + }, + { + "id": "1D045BB6F1", + "span": { + "start": 152201, + "end": 152355 + }, + "index": 530, + "alignment_index": [ + 530 + ] + }, + { + "id": "83D5E31EA0", + "span": { + "start": 152356, + "end": 153104 + }, + "index": 531, + "alignment_index": [ + 531 + ] + }, + { + "id": "C26EBFD319", + "span": { + "start": 153105, + "end": 153286 + }, + "index": 532, + "alignment_index": [ + 532 + ] + }, + { + "id": "83E26C325A", + "span": { + "start": 153287, + "end": 153457 + }, + "index": 533, + "alignment_index": [ + 533 + ] + }, + { + "id": "01837A822A", + "span": { + "start": 153458, + "end": 153707 + }, + "index": 534, + "alignment_index": [ + 534 + ] + }, + { + "id": "05CE57440B", + "span": { + "start": 153708, + "end": 153898 + }, + "index": 535, + "alignment_index": [ + 535 + ] + }, + { + "id": "2A2A67C07D", + "span": { + "start": 153899, + "end": 154046 + }, + "index": 536, + "alignment_index": [ + 536 + ] + }, + { + "id": "3BF3882311", + "span": { + "start": 154047, + "end": 154247 + }, + "index": 537, + "alignment_index": [ + 537 + ] + }, + { + "id": "CAD4E8D1BE", + "span": { + "start": 154248, + "end": 154401 + }, + "index": 538, + "alignment_index": [ + 538 + ] + }, + { + "id": "75251178A0", + "span": { + "start": 154402, + "end": 154590 + }, + "index": 539, + "alignment_index": [ + 539 + ] + }, + { + "id": "A5B01197B0", + "span": { + "start": 154591, + "end": 154779 + }, + "index": 540, + "alignment_index": [ + 540 + ] + }, + { + "id": "F45CB66454", + "span": { + "start": 154780, + "end": 154947 + }, + "index": 541, + "alignment_index": [ + 541 + ] + }, + { + "id": "00561A9012", + "span": { + "start": 154948, + "end": 155095 + }, + "index": 542, + "alignment_index": [ + 542 + ] + }, + { + "id": "622CC3B8CB", + "span": { + "start": 155096, + "end": 155920 + }, + "index": 543, + "alignment_index": [ + 543 + ] + }, + { + "id": "84948A1C96", + "span": { + "start": 155921, + "end": 156125 + }, + "index": 544, + "alignment_index": [ + 544 + ] + }, + { + "id": "BB54756405", + "span": { + "start": 156126, + "end": 156313 + }, + "index": 545, + "alignment_index": [ + 545 + ] + }, + { + "id": "024000093B", + "span": { + "start": 156314, + "end": 156480 + }, + "index": 546, + "alignment_index": [ + 546 + ] + }, + { + "id": "1566DFFAF0", + "span": { + "start": 156481, + "end": 156714 + }, + "index": 547, + "alignment_index": [ + 547 + ] + }, + { + "id": "1AB9138FF1", + "span": { + "start": 156715, + "end": 157194 + }, + "index": 548, + "alignment_index": [ + 548 + ] + }, + { + "id": "28B244535D", + "span": { + "start": 157195, + "end": 157440 + }, + "index": 549, + "alignment_index": [ + 549 + ] + }, + { + "id": "8E182FFC58", + "span": { + "start": 157441, + "end": 157639 + }, + "index": 550, + "alignment_index": [ + 550 + ] + }, + { + "id": "36CF4CF6AA", + "span": { + "start": 157640, + "end": 157879 + }, + "index": 551, + "alignment_index": [ + 551 + ] + }, + { + "id": "743C37354C", + "span": { + "start": 157880, + "end": 158054 + }, + "index": 552, + "alignment_index": [ + 552 + ] + }, + { + "id": "7184745785", + "span": { + "start": 158055, + "end": 158521 + }, + "index": 553, + "alignment_index": [ + 553 + ] + }, + { + "id": "2CE21B32CC", + "span": { + "start": 158522, + "end": 158689 + }, + "index": 554, + "alignment_index": [ + 554 + ] + }, + { + "id": "F9720A9310", + "span": { + "start": 158690, + "end": 159573 + }, + "index": 555, + "alignment_index": [ + 555 + ] + }, + { + "id": "B19D1D03AD", + "span": { + "start": 159574, + "end": 159743 + }, + "index": 556, + "alignment_index": [ + 556 + ] + }, + { + "id": "9504B9594F", + "span": { + "start": 159744, + "end": 159911 + }, + "index": 557, + "alignment_index": [ + 557 + ] + }, + { + "id": "B7FFF47FDF", + "span": { + "start": 159912, + "end": 160094 + }, + "index": 558, + "alignment_index": [ + 558 + ] + }, + { + "id": "4F4B0B4F0B", + "span": { + "start": 160095, + "end": 160259 + }, + "index": 559, + "alignment_index": [ + 559 + ] + }, + { + "id": "12140091C9", + "span": { + "start": 160260, + "end": 160486 + }, + "index": 560, + "alignment_index": [ + 560 + ] + }, + { + "id": "A918DEC316", + "span": { + "start": 160487, + "end": 160611 + }, + "index": 561, + "alignment_index": [ + 561 + ] + }, + { + "id": "2FF468A058", + "span": { + "start": 160612, + "end": 161286 + }, + "index": 562, + "alignment_index": [ + 562 + ] + }, + { + "id": "823F474F03", + "span": { + "start": 161287, + "end": 161452 + }, + "index": 563, + "alignment_index": [ + 563 + ] + }, + { + "id": "40F031F2FF", + "span": { + "start": 161453, + "end": 161862 + }, + "index": 564, + "alignment_index": [ + 564 + ] + }, + { + "id": "C7AA544A2A", + "span": { + "start": 161863, + "end": 162074 + }, + "index": 565, + "alignment_index": [ + 565 + ] + }, + { + "id": "7D455DBAB9", + "span": { + "start": 162075, + "end": 162719 + }, + "index": 566, + "alignment_index": [ + 566 + ] + }, + { + "id": "CF2DC5FC92", + "span": { + "start": 162720, + "end": 163562 + }, + "index": 567, + "alignment_index": [ + 567 + ] + }, + { + "id": "DDB3B7008C", + "span": { + "start": 163563, + "end": 163743 + }, + "index": 568, + "alignment_index": [ + 568 + ] + }, + { + "id": "EE805EE9A7", + "span": { + "start": 163744, + "end": 164082 + }, + "index": 569, + "alignment_index": [ + 569 + ] + }, + { + "id": "C96C3636C4", + "span": { + "start": 164083, + "end": 164256 + }, + "index": 570, + "alignment_index": [ + 570 + ] + }, + { + "id": "00082C731E", + "span": { + "start": 164257, + "end": 164446 + }, + "index": 571, + "alignment_index": [ + 571 + ] + }, + { + "id": "D0644E488E", + "span": { + "start": 164447, + "end": 164660 + }, + "index": 572, + "alignment_index": [ + 572 + ] + }, + { + "id": "DDF3A63FCF", + "span": { + "start": 164661, + "end": 164820 + }, + "index": 573, + "alignment_index": [ + 573 + ] + }, + { + "id": "442FFFBE8F", + "span": { + "start": 164821, + "end": 165022 + }, + "index": 574, + "alignment_index": [ + 574 + ] + }, + { + "id": "43277045AB", + "span": { + "start": 165023, + "end": 165212 + }, + "index": 575, + "alignment_index": [ + 575 + ] + }, + { + "id": "8DC48EEA33", + "span": { + "start": 165213, + "end": 165396 + }, + "index": 576, + "alignment_index": [ + 576 + ] + }, + { + "id": "1A296EBA3B", + "span": { + "start": 165397, + "end": 165604 + }, + "index": 577, + "alignment_index": [ + 577 + ] + }, + { + "id": "83D6EDE19A", + "span": { + "start": 165605, + "end": 166240 + }, + "index": 578, + "alignment_index": [ + 578 + ] + }, + { + "id": "7860AFE0CF", + "span": { + "start": 166241, + "end": 166446 + }, + "index": 579, + "alignment_index": [ + 579 + ] + }, + { + "id": "400E99A490", + "span": { + "start": 166447, + "end": 166663 + }, + "index": 580, + "alignment_index": [ + 580 + ] + }, + { + "id": "E11A9501AE", + "span": { + "start": 166664, + "end": 166901 + }, + "index": 581, + "alignment_index": [ + 581 + ] + }, + { + "id": "B9C4268CA4", + "span": { + "start": 166902, + "end": 167090 + }, + "index": 582, + "alignment_index": [ + 582 + ] + }, + { + "id": "F4FB8A4EFF", + "span": { + "start": 167091, + "end": 167238 + }, + "index": 583, + "alignment_index": [ + 583 + ] + }, + { + "id": "D0FE3AAD6D", + "span": { + "start": 167239, + "end": 167419 + }, + "index": 584, + "alignment_index": [ + 584 + ] + }, + { + "id": "67A93737FF", + "span": { + "start": 167420, + "end": 167579 + }, + "index": 585, + "alignment_index": [ + 585 + ] + }, + { + "id": "A87EA4152A", + "span": { + "start": 167580, + "end": 167803 + }, + "index": 586, + "alignment_index": [ + 586 + ] + }, + { + "id": "1F9AD47A77", + "span": { + "start": 167804, + "end": 168038 + }, + "index": 587, + "alignment_index": [ + 587 + ] + }, + { + "id": "2425AC6D88", + "span": { + "start": 168039, + "end": 168721 + }, + "index": 588, + "alignment_index": [ + 588 + ] + }, + { + "id": "6B1CE2A638", + "span": { + "start": 168722, + "end": 168908 + }, + "index": 589, + "alignment_index": [ + 589 + ] + }, + { + "id": "97A29A69B1", + "span": { + "start": 168909, + "end": 169113 + }, + "index": 590, + "alignment_index": [ + 590 + ] + }, + { + "id": "C74DA9378E", + "span": { + "start": 169114, + "end": 169403 + }, + "index": 591, + "alignment_index": [ + 591 + ] + }, + { + "id": "B771B30B02", + "span": { + "start": 169404, + "end": 169568 + }, + "index": 592, + "alignment_index": [ + 592 + ] + }, + { + "id": "4C733EEA6E", + "span": { + "start": 169569, + "end": 170168 + }, + "index": 593, + "alignment_index": [ + 593 + ] + }, + { + "id": "4ED4F48AC2", + "span": { + "start": 170169, + "end": 170381 + }, + "index": 594, + "alignment_index": [ + 594 + ] + }, + { + "id": "7FF220565A", + "span": { + "start": 170382, + "end": 171225 + }, + "index": 595, + "alignment_index": [ + 595 + ] + }, + { + "id": "765B5957E9", + "span": { + "start": 171226, + "end": 171443 + }, + "index": 596, + "alignment_index": [ + 596 + ] + }, + { + "id": "9743612C24", + "span": { + "start": 171444, + "end": 171601 + }, + "index": 597, + "alignment_index": [ + 597 + ] + }, + { + "id": "999F6F69F1", + "span": { + "start": 171602, + "end": 171868 + }, + "index": 598, + "alignment_index": [ + 598 + ] + }, + { + "id": "CA3FACB999", + "span": { + "start": 171869, + "end": 172741 + }, + "index": 599, + "alignment_index": [ + 599 + ] + }, + { + "id": "099022B621", + "span": { + "start": 172742, + "end": 172923 + }, + "index": 600, + "alignment_index": [ + 600 + ] + }, + { + "id": "FB78E0E557", + "span": { + "start": 172924, + "end": 173061 + }, + "index": 601, + "alignment_index": [ + 601 + ] + }, + { + "id": "E25F57D355", + "span": { + "start": 173062, + "end": 173476 + }, + "index": 602, + "alignment_index": [ + 602 + ] + }, + { + "id": "C856BB77D2", + "span": { + "start": 173477, + "end": 173737 + }, + "index": 603, + "alignment_index": [ + 603 + ] + }, + { + "id": "209328A00C", + "span": { + "start": 173738, + "end": 174104 + }, + "index": 604, + "alignment_index": [ + 604 + ] + }, + { + "id": "C1441099DC", + "span": { + "start": 174105, + "end": 174294 + }, + "index": 605, + "alignment_index": [ + 605 + ] + }, + { + "id": "F947868F40", + "span": { + "start": 174295, + "end": 174501 + }, + "index": 606, + "alignment_index": [ + 606 + ] + }, + { + "id": "5D8EE13C18", + "span": { + "start": 174502, + "end": 174666 + }, + "index": 607, + "alignment_index": [ + 607 + ] + }, + { + "id": "3D4644483D", + "span": { + "start": 174667, + "end": 174854 + }, + "index": 608, + "alignment_index": [ + 608 + ] + }, + { + "id": "39C8150205", + "span": { + "start": 174855, + "end": 175032 + }, + "index": 609, + "alignment_index": [ + 609 + ] + }, + { + "id": "6F1A6437EE", + "span": { + "start": 175033, + "end": 175214 + }, + "index": 610, + "alignment_index": [ + 610 + ] + }, + { + "id": "F62E70C614", + "span": { + "start": 175215, + "end": 175447 + }, + "index": 611, + "alignment_index": [ + 611 + ] + }, + { + "id": "57E267EF6D", + "span": { + "start": 175448, + "end": 175689 + }, + "index": 612, + "alignment_index": [ + 612 + ] + }, + { + "id": "EB545435E4", + "span": { + "start": 175690, + "end": 175877 + }, + "index": 613, + "alignment_index": [ + 613 + ] + }, + { + "id": "1AC03114B3", + "span": { + "start": 175878, + "end": 176100 + }, + "index": 614, + "alignment_index": [ + 614 + ] + }, + { + "id": "F0F80456C5", + "span": { + "start": 176101, + "end": 176456 + }, + "index": 615, + "alignment_index": [ + 615 + ] + }, + { + "id": "44DDD10DE9", + "span": { + "start": 176457, + "end": 176626 + }, + "index": 616, + "alignment_index": [ + 616 + ] + }, + { + "id": "167E1F4145", + "span": { + "start": 176627, + "end": 176801 + }, + "index": 617, + "alignment_index": [ + 617 + ] + }, + { + "id": "51A0474580", + "span": { + "start": 176802, + "end": 177059 + }, + "index": 618, + "alignment_index": [ + 618 + ] + }, + { + "id": "DB4B5163C4", + "span": { + "start": 177060, + "end": 177913 + }, + "index": 619, + "alignment_index": [ + 619 + ] + }, + { + "id": "F3846CA244", + "span": { + "start": 177914, + "end": 178109 + }, + "index": 620, + "alignment_index": [ + 620 + ] + }, + { + "id": "779C91C7BB", + "span": { + "start": 178110, + "end": 178341 + }, + "index": 621, + "alignment_index": [ + 621 + ] + }, + { + "id": "45080A0BAA", + "span": { + "start": 178342, + "end": 178849 + }, + "index": 622, + "alignment_index": [ + 622 + ] + }, + { + "id": "7ACE6B7B78", + "span": { + "start": 178850, + "end": 179034 + }, + "index": 623, + "alignment_index": [ + 623 + ] + }, + { + "id": "3EBBBD4918", + "span": { + "start": 179035, + "end": 179404 + }, + "index": 624, + "alignment_index": [ + 624 + ] + }, + { + "id": "6609AB046B", + "span": { + "start": 179405, + "end": 179582 + }, + "index": 625, + "alignment_index": [ + 625 + ] + }, + { + "id": "ABDCCDF37A", + "span": { + "start": 179583, + "end": 179716 + }, + "index": 626, + "alignment_index": [ + 626 + ] + }, + { + "id": "23E3006B04", + "span": { + "start": 179717, + "end": 179976 + }, + "index": 627, + "alignment_index": [ + 627 + ] + }, + { + "id": "E59DCFE66F", + "span": { + "start": 179977, + "end": 180141 + }, + "index": 628, + "alignment_index": [ + 628 + ] + }, + { + "id": "625DEA0D5F", + "span": { + "start": 180142, + "end": 180324 + }, + "index": 629, + "alignment_index": [ + 629 + ] + }, + { + "id": "627AAA228B", + "span": { + "start": 180325, + "end": 181063 + }, + "index": 630, + "alignment_index": [ + 630 + ] + }, + { + "id": "362DE42152", + "span": { + "start": 181064, + "end": 181267 + }, + "index": 631, + "alignment_index": [ + 631 + ] + }, + { + "id": "B65D8CC5CD", + "span": { + "start": 181268, + "end": 181398 + }, + "index": 632, + "alignment_index": [ + 632 + ] + }, + { + "id": "B4B982984B", + "span": { + "start": 181399, + "end": 182268 + }, + "index": 633, + "alignment_index": [ + 633 + ] + }, + { + "id": "9622966697", + "span": { + "start": 182269, + "end": 182456 + }, + "index": 634, + "alignment_index": [ + 634 + ] + }, + { + "id": "DCA2FE87A2", + "span": { + "start": 182457, + "end": 182670 + }, + "index": 635, + "alignment_index": [ + 635 + ] + }, + { + "id": "FF0BFB018D", + "span": { + "start": 182671, + "end": 182820 + }, + "index": 636, + "alignment_index": [ + 636 + ] + }, + { + "id": "D1FF9BD34D", + "span": { + "start": 182821, + "end": 183080 + }, + "index": 637, + "alignment_index": [ + 637 + ] + }, + { + "id": "4AFF16E822", + "span": { + "start": 183081, + "end": 183652 + }, + "index": 638, + "alignment_index": [ + 638 + ] + }, + { + "id": "EFEDB13D63", + "span": { + "start": 183653, + "end": 184329 + }, + "index": 639, + "alignment_index": [ + 639 + ] + }, + { + "id": "229CAB289A", + "span": { + "start": 184330, + "end": 184944 + }, + "index": 640, + "alignment_index": [ + 640 + ] + }, + { + "id": "6D84CF22BA", + "span": { + "start": 184945, + "end": 185122 + }, + "index": 641, + "alignment_index": [ + 641 + ] + }, + { + "id": "FF8CC4C94E", + "span": { + "start": 185123, + "end": 185295 + }, + "index": 642, + "alignment_index": [ + 642 + ] + }, + { + "id": "35E38EE2A4", + "span": { + "start": 185296, + "end": 185467 + }, + "index": 643, + "alignment_index": [ + 643 + ] + }, + { + "id": "A1168BA65A", + "span": { + "start": 185468, + "end": 185655 + }, + "index": 644, + "alignment_index": [ + 644 + ] + }, + { + "id": "41E1E599BB", + "span": { + "start": 185656, + "end": 186270 + }, + "index": 645, + "alignment_index": [ + 645 + ] + }, + { + "id": "EBB251661F", + "span": { + "start": 186271, + "end": 186514 + }, + "index": 646, + "alignment_index": [ + 646 + ] + }, + { + "id": "9F41B47BFE", + "span": { + "start": 186515, + "end": 186650 + }, + "index": 647, + "alignment_index": [ + 647 + ] + }, + { + "id": "D0805E00D5", + "span": { + "start": 186651, + "end": 186819 + }, + "index": 648, + "alignment_index": [ + 648 + ] + }, + { + "id": "A691CBE488", + "span": { + "start": 186820, + "end": 186978 + }, + "index": 649, + "alignment_index": [ + 649 + ] + }, + { + "id": "491BB5466F", + "span": { + "start": 186979, + "end": 187207 + }, + "index": 650, + "alignment_index": [ + 650 + ] + }, + { + "id": "52119DB399", + "span": { + "start": 187208, + "end": 187420 + }, + "index": 651, + "alignment_index": [ + 651 + ] + }, + { + "id": "22459BBF31", + "span": { + "start": 187421, + "end": 187717 + }, + "index": 652, + "alignment_index": [ + 652 + ] + }, + { + "id": "788C478287", + "span": { + "start": 187718, + "end": 187927 + }, + "index": 653, + "alignment_index": [ + 653 + ] + }, + { + "id": "B53733B704", + "span": { + "start": 187928, + "end": 188085 + }, + "index": 654, + "alignment_index": [ + 654 + ] + }, + { + "id": "83FD244F94", + "span": { + "start": 188086, + "end": 188944 + }, + "index": 655, + "alignment_index": [ + 655 + ] + }, + { + "id": "4CB42DB1D4", + "span": { + "start": 188945, + "end": 189722 + }, + "index": 656, + "alignment_index": [ + 656 + ] + }, + { + "id": "FCFF2571AE", + "span": { + "start": 189723, + "end": 189906 + }, + "index": 657, + "alignment_index": [ + 657 + ] + }, + { + "id": "F5DBFCE27F", + "span": { + "start": 189907, + "end": 190178 + }, + "index": 658, + "alignment_index": [ + 658 + ] + }, + { + "id": "601FC5D844", + "span": { + "start": 190179, + "end": 190373 + }, + "index": 659, + "alignment_index": [ + 659 + ] + }, + { + "id": "4DFAD67DDF", + "span": { + "start": 190374, + "end": 190526 + }, + "index": 660, + "alignment_index": [ + 660 + ] + }, + { + "id": "FA5B45734B", + "span": { + "start": 190527, + "end": 190702 + }, + "index": 661, + "alignment_index": [ + 661 + ] + }, + { + "id": "978CA65847", + "span": { + "start": 190703, + "end": 190878 + }, + "index": 662, + "alignment_index": [ + 662 + ] + }, + { + "id": "B255522939", + "span": { + "start": 190879, + "end": 191801 + }, + "index": 663, + "alignment_index": [ + 663 + ] + }, + { + "id": "EED7B7E4FB", + "span": { + "start": 191802, + "end": 192020 + }, + "index": 664, + "alignment_index": [ + 664 + ] + }, + { + "id": "F9BAEEB44D", + "span": { + "start": 192021, + "end": 192256 + }, + "index": 665, + "alignment_index": [ + 665 + ] + }, + { + "id": "AF494FAA6A", + "span": { + "start": 192257, + "end": 192506 + }, + "index": 666, + "alignment_index": [ + 666 + ] + }, + { + "id": "BE65AFE9DC", + "span": { + "start": 192507, + "end": 192684 + }, + "index": 667, + "alignment_index": [ + 667 + ] + }, + { + "id": "1191DD19A3", + "span": { + "start": 192685, + "end": 192896 + }, + "index": 668, + "alignment_index": [ + 668 + ] + }, + { + "id": "D6EEDE044A", + "span": { + "start": 192897, + "end": 193084 + }, + "index": 669, + "alignment_index": [ + 669 + ] + }, + { + "id": "8755F36696", + "span": { + "start": 193085, + "end": 193351 + }, + "index": 670, + "alignment_index": [ + 670 + ] + }, + { + "id": "DE04FE4FF0", + "span": { + "start": 193352, + "end": 193989 + }, + "index": 671, + "alignment_index": [ + 671 + ] + }, + { + "id": "D878D5A55D", + "span": { + "start": 193990, + "end": 194173 + }, + "index": 672, + "alignment_index": [ + 672 + ] + }, + { + "id": "9F4AB614F3", + "span": { + "start": 194174, + "end": 194344 + }, + "index": 673, + "alignment_index": [ + 673 + ] + }, + { + "id": "EEBC454FF4", + "span": { + "start": 194345, + "end": 194513 + }, + "index": 674, + "alignment_index": [ + 674 + ] + }, + { + "id": "D3F8D94F54", + "span": { + "start": 194514, + "end": 195279 + }, + "index": 675, + "alignment_index": [ + 675 + ] + }, + { + "id": "CA046C6496", + "span": { + "start": 195280, + "end": 195462 + }, + "index": 676, + "alignment_index": [ + 676 + ] + }, + { + "id": "C221160AA6", + "span": { + "start": 195463, + "end": 195820 + }, + "index": 677, + "alignment_index": [ + 677 + ] + }, + { + "id": "A64A10A664", + "span": { + "start": 195821, + "end": 196034 + }, + "index": 678, + "alignment_index": [ + 678 + ] + }, + { + "id": "86BB8B6D44", + "span": { + "start": 196035, + "end": 196202 + }, + "index": 679, + "alignment_index": [ + 679 + ] + }, + { + "id": "A165DB7979", + "span": { + "start": 196203, + "end": 196381 + }, + "index": 680, + "alignment_index": [ + 680 + ] + }, + { + "id": "31AAFFDCFF", + "span": { + "start": 196382, + "end": 196808 + }, + "index": 681, + "alignment_index": [ + 681 + ] + }, + { + "id": "F668EF9572", + "span": { + "start": 196809, + "end": 197056 + }, + "index": 682, + "alignment_index": [ + 682 + ] + }, + { + "id": "AA80786FD2", + "span": { + "start": 197057, + "end": 197380 + }, + "index": 683, + "alignment_index": [ + 683 + ] + }, + { + "id": "9DB6F796AD", + "span": { + "start": 197381, + "end": 197577 + }, + "index": 684, + "alignment_index": [ + 684 + ] + }, + { + "id": "7391907BFB", + "span": { + "start": 197578, + "end": 197761 + }, + "index": 685, + "alignment_index": [ + 685 + ] + }, + { + "id": "F681FD2EDF", + "span": { + "start": 197762, + "end": 197913 + }, + "index": 686, + "alignment_index": [ + 686 + ] + }, + { + "id": "79D43DBF90", + "span": { + "start": 197914, + "end": 198139 + }, + "index": 687, + "alignment_index": [ + 687 + ] + }, + { + "id": "82D38DFD4C", + "span": { + "start": 198140, + "end": 198330 + }, + "index": 688, + "alignment_index": [ + 688 + ] + }, + { + "id": "C9F4E4C999", + "span": { + "start": 198331, + "end": 198493 + }, + "index": 689, + "alignment_index": [ + 689 + ] + }, + { + "id": "34D99ADA7E", + "span": { + "start": 198494, + "end": 198699 + }, + "index": 690, + "alignment_index": [ + 690 + ] + }, + { + "id": "92AB42BE88", + "span": { + "start": 198700, + "end": 199199 + }, + "index": 691, + "alignment_index": [ + 691 + ] + }, + { + "id": "354944D4D0", + "span": { + "start": 199200, + "end": 199406 + }, + "index": 692, + "alignment_index": [ + 692 + ] + }, + { + "id": "474949FF14", + "span": { + "start": 199407, + "end": 199616 + }, + "index": 693, + "alignment_index": [ + 693 + ] + }, + { + "id": "0041AA3314", + "span": { + "start": 199617, + "end": 199759 + }, + "index": 694, + "alignment_index": [ + 694 + ] + }, + { + "id": "9A818818A8", + "span": { + "start": 199760, + "end": 199984 + }, + "index": 695, + "alignment_index": [ + 695 + ] + }, + { + "id": "C4F4ACA14C", + "span": { + "start": 199985, + "end": 200435 + }, + "index": 696, + "alignment_index": [ + 696 + ] + }, + { + "id": "5C7F06CB40", + "span": { + "start": 200436, + "end": 200629 + }, + "index": 697, + "alignment_index": [ + 697 + ] + }, + { + "id": "498481E4EA", + "span": { + "start": 200630, + "end": 201311 + }, + "index": 698, + "alignment_index": [ + 698 + ] + }, + { + "id": "168572E5FA", + "span": { + "start": 201312, + "end": 201481 + }, + "index": 699, + "alignment_index": [ + 699 + ] + }, + { + "id": "174D77A4B2", + "span": { + "start": 201482, + "end": 201673 + }, + "index": 700, + "alignment_index": [ + 700 + ] + }, + { + "id": "3E5A55CCC8", + "span": { + "start": 201674, + "end": 201832 + }, + "index": 701, + "alignment_index": [ + 701 + ] + }, + { + "id": "17088129EF", + "span": { + "start": 201833, + "end": 202366 + }, + "index": 702, + "alignment_index": [ + 702 + ] + }, + { + "id": "14001D8A8B", + "span": { + "start": 202367, + "end": 202540 + }, + "index": 703, + "alignment_index": [ + 703 + ] + }, + { + "id": "96EBC3CB9E", + "span": { + "start": 202541, + "end": 202772 + }, + "index": 704, + "alignment_index": [ + 704 + ] + }, + { + "id": "B85B4353AD", + "span": { + "start": 202773, + "end": 202992 + }, + "index": 705, + "alignment_index": [ + 705 + ] + }, + { + "id": "CCE3442B0A", + "span": { + "start": 202993, + "end": 203216 + }, + "index": 706, + "alignment_index": [ + 706 + ] + }, + { + "id": "3086882324", + "span": { + "start": 203217, + "end": 203507 + }, + "index": 707, + "alignment_index": [ + 707 + ] + }, + { + "id": "632954B935", + "span": { + "start": 203508, + "end": 204336 + }, + "index": 708, + "alignment_index": [ + 708 + ] + }, + { + "id": "DD296DA2DC", + "span": { + "start": 204337, + "end": 205637 + }, + "index": 709, + "alignment_index": [ + 709 + ] + }, + { + "id": "BDAACCBCDC", + "span": { + "start": 205638, + "end": 205852 + }, + "index": 710, + "alignment_index": [ + 710 + ] + }, + { + "id": "BE9E52443E", + "span": { + "start": 205853, + "end": 206510 + }, + "index": 711, + "alignment_index": [ + 711 + ] + }, + { + "id": "B178005A40", + "span": { + "start": 206511, + "end": 206824 + }, + "index": 712, + "alignment_index": [ + 712 + ] + }, + { + "id": "B8BE488664", + "span": { + "start": 206825, + "end": 207023 + }, + "index": 713, + "alignment_index": [ + 713 + ] + }, + { + "id": "3A4AA3C3EC", + "span": { + "start": 207024, + "end": 207218 + }, + "index": 714, + "alignment_index": [ + 714 + ] + }, + { + "id": "A0309D0F20", + "span": { + "start": 207219, + "end": 207655 + }, + "index": 715, + "alignment_index": [ + 715 + ] + }, + { + "id": "A635A673BB", + "span": { + "start": 207656, + "end": 207816 + }, + "index": 716, + "alignment_index": [ + 716 + ] + }, + { + "id": "665B063501", + "span": { + "start": 207817, + "end": 207983 + }, + "index": 717, + "alignment_index": [ + 717 + ] + }, + { + "id": "6EF8F1FCF4", + "span": { + "start": 207984, + "end": 208807 + }, + "index": 718, + "alignment_index": [ + 718 + ] + }, + { + "id": "E9A2F44460", + "span": { + "start": 208808, + "end": 209219 + }, + "index": 719, + "alignment_index": [ + 719 + ] + }, + { + "id": "4A144F2A4A", + "span": { + "start": 209220, + "end": 209353 + }, + "index": 720, + "alignment_index": [ + 720 + ] + }, + { + "id": "455BB7B51A", + "span": { + "start": 209354, + "end": 209537 + }, + "index": 721, + "alignment_index": [ + 721 + ] + }, + { + "id": "90AABAF361", + "span": { + "start": 209538, + "end": 209775 + }, + "index": 722, + "alignment_index": [ + 722 + ] + }, + { + "id": "6E11DCCCDC", + "span": { + "start": 209776, + "end": 209963 + }, + "index": 723, + "alignment_index": [ + 723 + ] + }, + { + "id": "7537131031", + "span": { + "start": 209964, + "end": 210143 + }, + "index": 724, + "alignment_index": [ + 724 + ] + }, + { + "id": "9454AF9030", + "span": { + "start": 210144, + "end": 211243 + }, + "index": 725, + "alignment_index": [ + 725 + ] + }, + { + "id": "2F495EA504", + "span": { + "start": 211244, + "end": 211464 + }, + "index": 726, + "alignment_index": [ + 726 + ] + }, + { + "id": "9AA795C44B", + "span": { + "start": 211465, + "end": 211740 + }, + "index": 727, + "alignment_index": [ + 727 + ] + }, + { + "id": "4B3BD53935", + "span": { + "start": 211741, + "end": 211965 + }, + "index": 728, + "alignment_index": [ + 728 + ] + }, + { + "id": "2604B18240", + "span": { + "start": 211966, + "end": 212153 + }, + "index": 729, + "alignment_index": [ + 729 + ] + }, + { + "id": "878828F2C9", + "span": { + "start": 212154, + "end": 212323 + }, + "index": 730, + "alignment_index": [ + 730 + ] + }, + { + "id": "BEB6BC59B6", + "span": { + "start": 212324, + "end": 213080 + }, + "index": 731, + "alignment_index": [ + 731 + ] + }, + { + "id": "EE63A42F0B", + "span": { + "start": 213081, + "end": 213327 + }, + "index": 732, + "alignment_index": [ + 732 + ] + }, + { + "id": "59979D5779", + "span": { + "start": 213328, + "end": 214147 + }, + "index": 733, + "alignment_index": [ + 733 + ] + }, + { + "id": "5E4AE29A9C", + "span": { + "start": 214148, + "end": 214344 + }, + "index": 734, + "alignment_index": [ + 734 + ] + }, + { + "id": "33EAE461A9", + "span": { + "start": 214345, + "end": 214524 + }, + "index": 735, + "alignment_index": [ + 735 + ] + }, + { + "id": "2465514CE2", + "span": { + "start": 214525, + "end": 214745 + }, + "index": 736, + "alignment_index": [ + 736 + ] + }, + { + "id": "8C94494681", + "span": { + "start": 214746, + "end": 215043 + }, + "index": 737, + "alignment_index": [ + 737 + ] + }, + { + "id": "A7E289E7E8", + "span": { + "start": 215044, + "end": 215291 + }, + "index": 738, + "alignment_index": [ + 738 + ] + }, + { + "id": "82CC33C576", + "span": { + "start": 215292, + "end": 215533 + }, + "index": 739, + "alignment_index": [ + 739 + ] + }, + { + "id": "C7BAE8E45A", + "span": { + "start": 215534, + "end": 215726 + }, + "index": 740, + "alignment_index": [ + 740 + ] + }, + { + "id": "F7EB7DFC9C", + "span": { + "start": 215727, + "end": 215922 + }, + "index": 741, + "alignment_index": [ + 741 + ] + }, + { + "id": "558AE318EE", + "span": { + "start": 215923, + "end": 216119 + }, + "index": 742, + "alignment_index": [ + 742 + ] + }, + { + "id": "414D47865E", + "span": { + "start": 216120, + "end": 216754 + }, + "index": 743, + "alignment_index": [ + 743 + ] + }, + { + "id": "AA9BA7517C", + "span": { + "start": 216755, + "end": 217038 + }, + "index": 744, + "alignment_index": [ + 744 + ] + }, + { + "id": "99F22744D6", + "span": { + "start": 217039, + "end": 217302 + }, + "index": 745, + "alignment_index": [ + 745 + ] + }, + { + "id": "FA3F881EF8", + "span": { + "start": 217303, + "end": 217532 + }, + "index": 746, + "alignment_index": [ + 746 + ] + }, + { + "id": "750331037B", + "span": { + "start": 217533, + "end": 218387 + }, + "index": 747, + "alignment_index": [ + 747 + ] + }, + { + "id": "5555FB8E34", + "span": { + "start": 218388, + "end": 218995 + }, + "index": 748, + "alignment_index": [ + 748 + ] + }, + { + "id": "4DCDCFE8CB", + "span": { + "start": 218996, + "end": 220172 + }, + "index": 749, + "alignment_index": [ + 749 + ] + }, + { + "id": "E192D4444D", + "span": { + "start": 220173, + "end": 220361 + }, + "index": 750, + "alignment_index": [ + 750 + ] + }, + { + "id": "A503B8A254", + "span": { + "start": 220362, + "end": 220567 + }, + "index": 751, + "alignment_index": [ + 751 + ] + }, + { + "id": "171184DD14", + "span": { + "start": 220568, + "end": 220774 + }, + "index": 752, + "alignment_index": [ + 752 + ] + }, + { + "id": "644EC74967", + "span": { + "start": 220775, + "end": 221525 + }, + "index": 753, + "alignment_index": [ + 753 + ] + }, + { + "id": "4F737B5980", + "span": { + "start": 221526, + "end": 221702 + }, + "index": 754, + "alignment_index": [ + 754 + ] + }, + { + "id": "F598155D45", + "span": { + "start": 221703, + "end": 221869 + }, + "index": 755, + "alignment_index": [ + 755 + ] + }, + { + "id": "A4AA7CF6AF", + "span": { + "start": 221870, + "end": 222003 + }, + "index": 756, + "alignment_index": [ + 756 + ] + }, + { + "id": "0343ABBE41", + "span": { + "start": 222004, + "end": 222212 + }, + "index": 757, + "alignment_index": [ + 757 + ] + }, + { + "id": "579C060C0B", + "span": { + "start": 222213, + "end": 222640 + }, + "index": 758, + "alignment_index": [ + 758 + ] + }, + { + "id": "546B93C24B", + "span": { + "start": 222641, + "end": 222778 + }, + "index": 759, + "alignment_index": [ + 759 + ] + }, + { + "id": "019EE1AEDE", + "span": { + "start": 222779, + "end": 222935 + }, + "index": 760, + "alignment_index": [ + 760 + ] + }, + { + "id": "6E8CAC2B92", + "span": { + "start": 222936, + "end": 223140 + }, + "index": 761, + "alignment_index": [ + 761 + ] + }, + { + "id": "0AC0C6A4BC", + "span": { + "start": 223141, + "end": 223394 + }, + "index": 762, + "alignment_index": [ + 762 + ] + }, + { + "id": "6719FA5FF7", + "span": { + "start": 223395, + "end": 223634 + }, + "index": 763, + "alignment_index": [ + 763 + ] + }, + { + "id": "5E035FD020", + "span": { + "start": 223635, + "end": 223798 + }, + "index": 764, + "alignment_index": [ + 764 + ] + }, + { + "id": "52C08BE33A", + "span": { + "start": 223799, + "end": 223961 + }, + "index": 765, + "alignment_index": [ + 765 + ] + }, + { + "id": "906AAA55F1", + "span": { + "start": 223962, + "end": 224236 + }, + "index": 766, + "alignment_index": [ + 766 + ] + }, + { + "id": "A89AE1D255", + "span": { + "start": 224237, + "end": 225209 + }, + "index": 767, + "alignment_index": [ + 767 + ] + }, + { + "id": "B755B00F63", + "span": { + "start": 225210, + "end": 225424 + }, + "index": 768, + "alignment_index": [ + 768 + ] + }, + { + "id": "5F74093499", + "span": { + "start": 225425, + "end": 225826 + }, + "index": 769, + "alignment_index": [ + 769 + ] + }, + { + "id": "D43C05EBF3", + "span": { + "start": 225827, + "end": 226005 + }, + "index": 770, + "alignment_index": [ + 770 + ] + }, + { + "id": "57B14345F9", + "span": { + "start": 226006, + "end": 226217 + }, + "index": 771, + "alignment_index": [ + 771 + ] + }, + { + "id": "E31C7557BF", + "span": { + "start": 226218, + "end": 226464 + }, + "index": 772, + "alignment_index": [ + 772 + ] + }, + { + "id": "EC6A244D11", + "span": { + "start": 226465, + "end": 227173 + }, + "index": 773, + "alignment_index": [ + 773 + ] + }, + { + "id": "B22888DDD1", + "span": { + "start": 227174, + "end": 227350 + }, + "index": 774, + "alignment_index": [ + 774 + ] + }, + { + "id": "3CC1F4EFE0", + "span": { + "start": 227351, + "end": 227551 + }, + "index": 775, + "alignment_index": [ + 775 + ] + }, + { + "id": "EF7778DABC", + "span": { + "start": 227552, + "end": 227825 + }, + "index": 776, + "alignment_index": [ + 776 + ] + }, + { + "id": "748FC84FF8", + "span": { + "start": 227826, + "end": 228106 + }, + "index": 777, + "alignment_index": [ + 777 + ] + }, + { + "id": "0C722E7532", + "span": { + "start": 228107, + "end": 228308 + }, + "index": 778, + "alignment_index": [ + 778 + ] + }, + { + "id": "BE536476EC", + "span": { + "start": 228309, + "end": 228511 + }, + "index": 779, + "alignment_index": [ + 779 + ] + }, + { + "id": "14CCE242A2", + "span": { + "start": 228512, + "end": 228760 + }, + "index": 780, + "alignment_index": [ + 780 + ] + }, + { + "id": "AA7CC1A610", + "span": { + "start": 228761, + "end": 228952 + }, + "index": 781, + "alignment_index": [ + 781 + ] + }, + { + "id": "3160FC3481", + "span": { + "start": 228953, + "end": 229121 + }, + "index": 782, + "alignment_index": [ + 782 + ] + }, + { + "id": "70ABF5DA5F", + "span": { + "start": 229122, + "end": 229312 + }, + "index": 783, + "alignment_index": [ + 783 + ] + }, + { + "id": "598FBA20E2", + "span": { + "start": 229313, + "end": 229941 + }, + "index": 784, + "alignment_index": [ + 784 + ] + }, + { + "id": "4871D994FF", + "span": { + "start": 229942, + "end": 230187 + }, + "index": 785, + "alignment_index": [ + 785 + ] + }, + { + "id": "953E02343F", + "span": { + "start": 230188, + "end": 230438 + }, + "index": 786, + "alignment_index": [ + 786 + ] + }, + { + "id": "435848A303", + "span": { + "start": 230439, + "end": 231495 + }, + "index": 787, + "alignment_index": [ + 787 + ] + }, + { + "id": "21B50551E4", + "span": { + "start": 231496, + "end": 231678 + }, + "index": 788, + "alignment_index": [ + 788 + ] + }, + { + "id": "AA9CB65ABD", + "span": { + "start": 231679, + "end": 231916 + }, + "index": 789, + "alignment_index": [ + 789 + ] + }, + { + "id": "BD8A772DA0", + "span": { + "start": 231917, + "end": 232138 + }, + "index": 790, + "alignment_index": [ + 790 + ] + }, + { + "id": "522DCD683E", + "span": { + "start": 232139, + "end": 232395 + }, + "index": 791, + "alignment_index": [ + 791 + ] + }, + { + "id": "51031480DF", + "span": { + "start": 232396, + "end": 232586 + }, + "index": 792, + "alignment_index": [ + 792 + ] + }, + { + "id": "428A0EE224", + "span": { + "start": 232587, + "end": 232772 + }, + "index": 793, + "alignment_index": [ + 793 + ] + }, + { + "id": "39497C2942", + "span": { + "start": 232773, + "end": 232984 + }, + "index": 794, + "alignment_index": [ + 794 + ] + }, + { + "id": "C50CC87D83", + "span": { + "start": 232985, + "end": 233268 + }, + "index": 795, + "alignment_index": [ + 795 + ] + }, + { + "id": "513764B47B", + "span": { + "start": 233269, + "end": 234145 + }, + "index": 796, + "alignment_index": [ + 796 + ] + }, + { + "id": "41909EEA64", + "span": { + "start": 234146, + "end": 234400 + }, + "index": 797, + "alignment_index": [ + 797 + ] + }, + { + "id": "522A6CF2F4", + "span": { + "start": 234401, + "end": 234550 + }, + "index": 798, + "alignment_index": [ + 798 + ] + }, + { + "id": "A686BB8E34", + "span": { + "start": 234551, + "end": 234701 + }, + "index": 799, + "alignment_index": [ + 799 + ] + }, + { + "id": "B41F5C595B", + "span": { + "start": 234702, + "end": 234932 + }, + "index": 800, + "alignment_index": [ + 800 + ] + }, + { + "id": "B9B21BF0B1", + "span": { + "start": 234933, + "end": 235532 + }, + "index": 801, + "alignment_index": [ + 801 + ] + }, + { + "id": "30472BC8CB", + "span": { + "start": 235533, + "end": 235730 + }, + "index": 802, + "alignment_index": [ + 802 + ] + }, + { + "id": "3399C830CC", + "span": { + "start": 235731, + "end": 235924 + }, + "index": 803, + "alignment_index": [ + 803 + ] + }, + { + "id": "CFC558F61C", + "span": { + "start": 235925, + "end": 236174 + }, + "index": 804, + "alignment_index": [ + 804 + ] + }, + { + "id": "DD711F107F", + "span": { + "start": 236175, + "end": 236376 + }, + "index": 805, + "alignment_index": [ + 805 + ] + }, + { + "id": "73C3694135", + "span": { + "start": 236377, + "end": 236566 + }, + "index": 806, + "alignment_index": [ + 806 + ] + }, + { + "id": "C98050B284", + "span": { + "start": 236567, + "end": 236792 + }, + "index": 807, + "alignment_index": [ + 807 + ] + }, + { + "id": "37F681FEFE", + "span": { + "start": 236793, + "end": 237088 + }, + "index": 808, + "alignment_index": [ + 808 + ] + }, + { + "id": "0BD0BDB4B3", + "span": { + "start": 237089, + "end": 237285 + }, + "index": 809, + "alignment_index": [ + 809 + ] + }, + { + "id": "43102B0BB1", + "span": { + "start": 237286, + "end": 237616 + }, + "index": 810, + "alignment_index": [ + 810 + ] + }, + { + "id": "94CF346045", + "span": { + "start": 237617, + "end": 237836 + }, + "index": 811, + "alignment_index": [ + 811 + ] + }, + { + "id": "923A88C222", + "span": { + "start": 237837, + "end": 238107 + }, + "index": 812, + "alignment_index": [ + 812 + ] + }, + { + "id": "681F3C6835", + "span": { + "start": 238108, + "end": 239102 + }, + "index": 813, + "alignment_index": [ + 813 + ] + }, + { + "id": "3AE4FE3267", + "span": { + "start": 239103, + "end": 239286 + }, + "index": 814, + "alignment_index": [ + 814 + ] + }, + { + "id": "2EC80B6A1F", + "span": { + "start": 239287, + "end": 239533 + }, + "index": 815, + "alignment_index": [ + 815 + ] + }, + { + "id": "C49996A3DA", + "span": { + "start": 239534, + "end": 239740 + }, + "index": 816, + "alignment_index": [ + 816 + ] + }, + { + "id": "A4FB4AFFF2", + "span": { + "start": 239741, + "end": 239984 + }, + "index": 817, + "alignment_index": [ + 817 + ] + }, + { + "id": "6CBCBE00FB", + "span": { + "start": 239985, + "end": 240202 + }, + "index": 818, + "alignment_index": [ + 818 + ] + }, + { + "id": "0A94092D99", + "span": { + "start": 240203, + "end": 240440 + }, + "index": 819, + "alignment_index": [ + 819 + ] + }, + { + "id": "ADBA42AE2B", + "span": { + "start": 240441, + "end": 241341 + }, + "index": 820, + "alignment_index": [ + 820 + ] + }, + { + "id": "220F0A7471", + "span": { + "start": 241342, + "end": 241644 + }, + "index": 821, + "alignment_index": [ + 821 + ] + }, + { + "id": "D341E7DDEC", + "span": { + "start": 241645, + "end": 241935 + }, + "index": 822, + "alignment_index": [ + 822 + ] + }, + { + "id": "322841585E", + "span": { + "start": 241936, + "end": 242134 + }, + "index": 823, + "alignment_index": [ + 823 + ] + }, + { + "id": "95D7256DD7", + "span": { + "start": 242135, + "end": 242812 + }, + "index": 824, + "alignment_index": [ + 824 + ] + }, + { + "id": "BACAFB9DBC", + "span": { + "start": 242813, + "end": 243161 + }, + "index": 825, + "alignment_index": [ + 825 + ] + }, + { + "id": "67E75EE500", + "span": { + "start": 243162, + "end": 243386 + }, + "index": 826, + "alignment_index": [ + 826 + ] + }, + { + "id": "26EBEBA763", + "span": { + "start": 243387, + "end": 243776 + }, + "index": 827, + "alignment_index": [ + 827 + ] + }, + { + "id": "6C43EDB9B6", + "span": { + "start": 243777, + "end": 244579 + }, + "index": 828, + "alignment_index": [ + 828 + ] + }, + { + "id": "A94379A4D9", + "span": { + "start": 244580, + "end": 244873 + }, + "index": 829, + "alignment_index": [ + 829 + ] + }, + { + "id": "CF9A1E1E5A", + "span": { + "start": 244874, + "end": 245116 + }, + "index": 830, + "alignment_index": [ + 830 + ] + }, + { + "id": "B43F5F9E3A", + "span": { + "start": 245117, + "end": 245442 + }, + "index": 831, + "alignment_index": [ + 831 + ] + }, + { + "id": "3F99643335", + "span": { + "start": 245443, + "end": 245748 + }, + "index": 832, + "alignment_index": [ + 832 + ] + }, + { + "id": "C88A4ACCCB", + "span": { + "start": 245749, + "end": 246061 + }, + "index": 833, + "alignment_index": [ + 833 + ] + }, + { + "id": "21416625CC", + "span": { + "start": 246062, + "end": 246276 + }, + "index": 834, + "alignment_index": [ + 834 + ] + }, + { + "id": "82F718039D", + "span": { + "start": 246277, + "end": 246692 + }, + "index": 835, + "alignment_index": [ + 835 + ] + }, + { + "id": "9258EE9989", + "span": { + "start": 246693, + "end": 247428 + }, + "index": 836, + "alignment_index": [ + 836 + ] + }, + { + "id": "D01C098198", + "span": { + "start": 247429, + "end": 247910 + }, + "index": 837, + "alignment_index": [ + 837 + ] + }, + { + "id": "9DA8EBB9DF", + "span": { + "start": 247911, + "end": 248116 + }, + "index": 838, + "alignment_index": [ + 838 + ] + }, + { + "id": "5E67678D4E", + "span": { + "start": 248117, + "end": 248850 + }, + "index": 839, + "alignment_index": [ + 839 + ] + }, + { + "id": "7EDEEE8680", + "span": { + "start": 248851, + "end": 249025 + }, + "index": 840, + "alignment_index": [ + 840 + ] + }, + { + "id": "51FF76D9DE", + "span": { + "start": 249026, + "end": 249220 + }, + "index": 841, + "alignment_index": [ + 841 + ] + }, + { + "id": "44E1672D66", + "span": { + "start": 249221, + "end": 249466 + }, + "index": 842, + "alignment_index": [ + 842 + ] + }, + { + "id": "A39392868A", + "span": { + "start": 249467, + "end": 249631 + }, + "index": 843, + "alignment_index": [ + 843 + ] + }, + { + "id": "584741A845", + "span": { + "start": 249632, + "end": 249769 + }, + "index": 844, + "alignment_index": [ + 844 + ] + }, + { + "id": "B4EA045A48", + "span": { + "start": 249770, + "end": 250011 + }, + "index": 845, + "alignment_index": [ + 845 + ] + }, + { + "id": "F97BFB3F2D", + "span": { + "start": 250012, + "end": 250161 + }, + "index": 846, + "alignment_index": [ + 846 + ] + }, + { + "id": "D2C89B93EC", + "span": { + "start": 250162, + "end": 250369 + }, + "index": 847, + "alignment_index": [ + 847 + ] + }, + { + "id": "B8D151708D", + "span": { + "start": 250370, + "end": 250556 + }, + "index": 848, + "alignment_index": [ + 848 + ] + }, + { + "id": "D0DFC2FC69", + "span": { + "start": 250557, + "end": 250789 + }, + "index": 849, + "alignment_index": [ + 849 + ] + }, + { + "id": "111E2C14DC", + "span": { + "start": 250790, + "end": 250963 + }, + "index": 850, + "alignment_index": [ + 850 + ] + }, + { + "id": "F62EF6B44C", + "span": { + "start": 250964, + "end": 251168 + }, + "index": 851, + "alignment_index": [ + 851 + ] + }, + { + "id": "71D877082B", + "span": { + "start": 251169, + "end": 251378 + }, + "index": 852, + "alignment_index": [ + 852 + ] + }, + { + "id": "1FC4601920", + "span": { + "start": 251379, + "end": 251593 + }, + "index": 853, + "alignment_index": [ + 853 + ] + }, + { + "id": "F1561D9E99", + "span": { + "start": 251594, + "end": 251784 + }, + "index": 854, + "alignment_index": [ + 854 + ] + }, + { + "id": "38F4459CCB", + "span": { + "start": 251785, + "end": 251992 + }, + "index": 855, + "alignment_index": [ + 855 + ] + }, + { + "id": "84BEBF3F8A", + "span": { + "start": 251993, + "end": 252426 + }, + "index": 856, + "alignment_index": [ + 856 + ] + }, + { + "id": "68AFFAFDD3", + "span": { + "start": 252427, + "end": 252629 + }, + "index": 857, + "alignment_index": [ + 857 + ] + }, + { + "id": "F6C1C6D8D6", + "span": { + "start": 252630, + "end": 252885 + }, + "index": 858, + "alignment_index": [ + 858 + ] + }, + { + "id": "C51BFC1552", + "span": { + "start": 252886, + "end": 253086 + }, + "index": 859, + "alignment_index": [ + 859 + ] + }, + { + "id": "5F2049FFDF", + "span": { + "start": 253087, + "end": 253352 + }, + "index": 860, + "alignment_index": [ + 860 + ] + }, + { + "id": "BD0B15964F", + "span": { + "start": 253353, + "end": 253559 + }, + "index": 861, + "alignment_index": [ + 861 + ] + }, + { + "id": "C9EC4956F9", + "span": { + "start": 253560, + "end": 253748 + }, + "index": 862, + "alignment_index": [ + 862 + ] + }, + { + "id": "0021074BCF", + "span": { + "start": 253749, + "end": 254076 + }, + "index": 863, + "alignment_index": [ + 863 + ] + }, + { + "id": "8CAE01C52A", + "span": { + "start": 254077, + "end": 254314 + }, + "index": 864, + "alignment_index": [ + 864 + ] + }, + { + "id": "1F860F1312", + "span": { + "start": 254315, + "end": 254505 + }, + "index": 865, + "alignment_index": [ + 865 + ] + }, + { + "id": "0B61C21120", + "span": { + "start": 254506, + "end": 254767 + }, + "index": 866, + "alignment_index": [ + 866 + ] + }, + { + "id": "46F601F4B0", + "span": { + "start": 254768, + "end": 254971 + }, + "index": 867, + "alignment_index": [ + 867 + ] + }, + { + "id": "4B040B544A", + "span": { + "start": 254972, + "end": 255203 + }, + "index": 868, + "alignment_index": [ + 868 + ] + }, + { + "id": "A47282EF7D", + "span": { + "start": 255204, + "end": 255325 + }, + "index": 869, + "alignment_index": [ + 869 + ] + }, + { + "id": "85EF6CF346", + "span": { + "start": 255326, + "end": 255702 + }, + "index": 870, + "alignment_index": [ + 870 + ] + }, + { + "id": "D5AB8BB50B", + "span": { + "start": 255703, + "end": 255881 + }, + "index": 871, + "alignment_index": [ + 871 + ] + }, + { + "id": "D49DE8B944", + "span": { + "start": 255882, + "end": 256050 + }, + "index": 872, + "alignment_index": [ + 872 + ] + }, + { + "id": "8F1FE3BE65", + "span": { + "start": 256051, + "end": 256231 + }, + "index": 873, + "alignment_index": [ + 873 + ] + }, + { + "id": "E1544CC5EF", + "span": { + "start": 256232, + "end": 256391 + }, + "index": 874, + "alignment_index": [ + 874 + ] + }, + { + "id": "DB5A48EE64", + "span": { + "start": 256392, + "end": 256568 + }, + "index": 875, + "alignment_index": [ + 875 + ] + }, + { + "id": "33BB16569F", + "span": { + "start": 256569, + "end": 256914 + }, + "index": 876, + "alignment_index": [ + 876 + ] + }, + { + "id": "7747BFAF05", + "span": { + "start": 256915, + "end": 257561 + }, + "index": 877, + "alignment_index": [ + 877 + ] + }, + { + "id": "801F3DFB9E", + "span": { + "start": 257562, + "end": 257795 + }, + "index": 878, + "alignment_index": [ + 878 + ] + }, + { + "id": "B078FF9189", + "span": { + "start": 257796, + "end": 258125 + }, + "index": 879, + "alignment_index": [ + 879 + ] + }, + { + "id": "8E0BE2E8CE", + "span": { + "start": 258126, + "end": 258589 + }, + "index": 880, + "alignment_index": [ + 880 + ] + }, + { + "id": "96B2D59570", + "span": { + "start": 258590, + "end": 258848 + }, + "index": 881, + "alignment_index": [ + 881 + ] + }, + { + "id": "1785925D87", + "span": { + "start": 258849, + "end": 259182 + }, + "index": 882, + "alignment_index": [ + 882 + ] + }, + { + "id": "94C8EE51A6", + "span": { + "start": 259183, + "end": 260292 + }, + "index": 883, + "alignment_index": [ + 883 + ] + }, + { + "id": "481E8F48D7", + "span": { + "start": 260293, + "end": 260689 + }, + "index": 884, + "alignment_index": [ + 884 + ] + }, + { + "id": "64497963B2", + "span": { + "start": 260690, + "end": 260848 + }, + "index": 885, + "alignment_index": [ + 885 + ] + }, + { + "id": "78F68668D6", + "span": { + "start": 260849, + "end": 261044 + }, + "index": 886, + "alignment_index": [ + 886 + ] + }, + { + "id": "73F2304434", + "span": { + "start": 261045, + "end": 261286 + }, + "index": 887, + "alignment_index": [ + 887 + ] + }, + { + "id": "7E9072D7C8", + "span": { + "start": 261287, + "end": 261461 + }, + "index": 888, + "alignment_index": [ + 888 + ] + }, + { + "id": "E80995D499", + "span": { + "start": 261462, + "end": 261684 + }, + "index": 889, + "alignment_index": [ + 889 + ] + }, + { + "id": "1507411541", + "span": { + "start": 261685, + "end": 262076 + }, + "index": 890, + "alignment_index": [ + 890 + ] + }, + { + "id": "8355D61167", + "span": { + "start": 262077, + "end": 262271 + }, + "index": 891, + "alignment_index": [ + 891 + ] + }, + { + "id": "79719EDB75", + "span": { + "start": 262272, + "end": 262472 + }, + "index": 892, + "alignment_index": [ + 892 + ] + }, + { + "id": "67F28888BD", + "span": { + "start": 262473, + "end": 262651 + }, + "index": 893, + "alignment_index": [ + 893 + ] + }, + { + "id": "7D8070F000", + "span": { + "start": 262652, + "end": 262843 + }, + "index": 894, + "alignment_index": [ + 894 + ] + }, + { + "id": "6FBCCB42EC", + "span": { + "start": 262844, + "end": 263074 + }, + "index": 895, + "alignment_index": [ + 895 + ] + }, + { + "id": "1572F17EA0", + "span": { + "start": 263075, + "end": 263307 + }, + "index": 896, + "alignment_index": [ + 896 + ] + }, + { + "id": "FC0A30B0DE", + "span": { + "start": 263308, + "end": 263526 + }, + "index": 897, + "alignment_index": [ + 897 + ] + }, + { + "id": "434655CF7A", + "span": { + "start": 263527, + "end": 264424 + }, + "index": 898, + "alignment_index": [ + 898 + ] + }, + { + "id": "6B7350C620", + "span": { + "start": 264425, + "end": 264563 + }, + "index": 899, + "alignment_index": [ + 899 + ] + }, + { + "id": "8EFAD83D85", + "span": { + "start": 264564, + "end": 264708 + }, + "index": 900, + "alignment_index": [ + 900 + ] + }, + { + "id": "5AC424BF49", + "span": { + "start": 264709, + "end": 264960 + }, + "index": 901, + "alignment_index": [ + 901 + ] + }, + { + "id": "27F785338B", + "span": { + "start": 264961, + "end": 265128 + }, + "index": 902, + "alignment_index": [ + 902 + ] + }, + { + "id": "9605B6BABD", + "span": { + "start": 265129, + "end": 265320 + }, + "index": 903, + "alignment_index": [ + 903 + ] + }, + { + "id": "8242D826DF", + "span": { + "start": 265321, + "end": 265485 + }, + "index": 904, + "alignment_index": [ + 904 + ] + }, + { + "id": "3A28B8CB48", + "span": { + "start": 265486, + "end": 265643 + }, + "index": 905, + "alignment_index": [ + 905 + ] + }, + { + "id": "778D62808F", + "span": { + "start": 265644, + "end": 265811 + }, + "index": 906, + "alignment_index": [ + 906 + ] + }, + { + "id": "55E5E7E975", + "span": { + "start": 265812, + "end": 265977 + }, + "index": 907, + "alignment_index": [ + 907 + ] + }, + { + "id": "C19B9417B8", + "span": { + "start": 265978, + "end": 266770 + }, + "index": 908, + "alignment_index": [ + 908 + ] + }, + { + "id": "857FECB18B", + "span": { + "start": 266771, + "end": 267223 + }, + "index": 909, + "alignment_index": [ + 909 + ] + }, + { + "id": "84F16F284F", + "span": { + "start": 267224, + "end": 267390 + }, + "index": 910, + "alignment_index": [ + 910 + ] + }, + { + "id": "4006CF4637", + "span": { + "start": 267391, + "end": 268713 + }, + "index": 911, + "alignment_index": [ + 911 + ] + }, + { + "id": "11339842E5", + "span": { + "start": 268714, + "end": 268883 + }, + "index": 912, + "alignment_index": [ + 912 + ] + }, + { + "id": "17267D3218", + "span": { + "start": 268884, + "end": 269124 + }, + "index": 913, + "alignment_index": [ + 913 + ] + }, + { + "id": "832A0B5522", + "span": { + "start": 269125, + "end": 269325 + }, + "index": 914, + "alignment_index": [ + 914 + ] + }, + { + "id": "B10BC12599", + "span": { + "start": 269326, + "end": 269784 + }, + "index": 915, + "alignment_index": [ + 915 + ] + }, + { + "id": "04A662AC5A", + "span": { + "start": 269785, + "end": 269980 + }, + "index": 916, + "alignment_index": [ + 916 + ] + }, + { + "id": "C6B7441AB5", + "span": { + "start": 269981, + "end": 270135 + }, + "index": 917, + "alignment_index": [ + 917 + ] + }, + { + "id": "D868486889", + "span": { + "start": 270136, + "end": 270318 + }, + "index": 918, + "alignment_index": [ + 918 + ] + }, + { + "id": "111ECC1613", + "span": { + "start": 270319, + "end": 270387 + }, + "index": 919, + "alignment_index": [ + 919 + ] + }, + { + "id": "96E37BF909", + "span": { + "start": 270388, + "end": 270550 + }, + "index": 920, + "alignment_index": [ + 920 + ] + }, + { + "id": "0044C48BBF", + "span": { + "start": 270551, + "end": 270726 + }, + "index": 921, + "alignment_index": [ + 921 + ] + }, + { + "id": "D977587FF9", + "span": { + "start": 270727, + "end": 271236 + }, + "index": 922, + "alignment_index": [ + 922 + ] + }, + { + "id": "7AA5919C90", + "span": { + "start": 271237, + "end": 271573 + }, + "index": 923, + "alignment_index": [ + 923 + ] + }, + { + "id": "D065B44F36", + "span": { + "start": 271574, + "end": 271748 + }, + "index": 924, + "alignment_index": [ + 924 + ] + }, + { + "id": "D66FAA96FD", + "span": { + "start": 271749, + "end": 271904 + }, + "index": 925, + "alignment_index": [ + 925 + ] + }, + { + "id": "AE5DADAD61", + "span": { + "start": 271905, + "end": 272109 + }, + "index": 926, + "alignment_index": [ + 926 + ] + }, + { + "id": "6E5488CACB", + "span": { + "start": 272110, + "end": 272273 + }, + "index": 927, + "alignment_index": [ + 927 + ] + }, + { + "id": "8334C58340", + "span": { + "start": 272274, + "end": 272477 + }, + "index": 928, + "alignment_index": [ + 928 + ] + }, + { + "id": "F4F464C26C", + "span": { + "start": 272478, + "end": 273154 + }, + "index": 929, + "alignment_index": [ + 929 + ] + } + ] + } + } } \ No newline at end of file diff --git a/tests/pecha/serializers/json/test_aligned_pecha_serializer_one.py b/tests/pecha/serializers/json/test_aligned_pecha_serializer_one.py index e0c52d97..77d4f908 100644 --- a/tests/pecha/serializers/json/test_aligned_pecha_serializer_one.py +++ b/tests/pecha/serializers/json/test_aligned_pecha_serializer_one.py @@ -1,52 +1,52 @@ -from pathlib import Path -from unittest import TestCase - -from openpecha.pecha import Pecha -from openpecha.pecha.serializers import SerializerLogicHandler -from openpecha.utils import read_json - - -class TestAlignedPechaSerializer(TestCase): - def setUp(self): - self.DATA_DIR = Path(__file__).parent / "data" - self.target_opf_path = Path("tests/pecha/serializers/json/data/ID8Sv2ynVKZX8wIt") - self.source_opf_path = Path("tests/pecha/serializers/json/data/6vjxAfJTuTJS04XY") - self.target_opf = Pecha.from_path(self.target_opf_path) - self.source_opf = Pecha.from_path(self.source_opf_path) - - - def test_translation_alignment_serializer(self): - target_annotations = [ - { - "id":"Tm3Uewnh3ySsvgIE", - "type":"segmentation" - }, - { - "id":"pdpDABvI2yRSISt6", - "type":"alignment" - }] - source_annotations = [ - { - "id": "vLtbNleDhsAnICle", - "type":"alignment", - "aligned_to": "pdpDABvI2yRSISt6" - }] - target = { - "pecha": self.target_opf, - "annotations": target_annotations - } - source = { - "pecha": self.source_opf, - "annotations": source_annotations - } - serialized_data = SerializerLogicHandler().serialize(target, source) - - if hasattr(serialized_data, 'model_dump'): - serialized_dict = serialized_data.model_dump() - else: - serialized_dict = serialized_data - - expected_serialized_data = read_json( - self.DATA_DIR / "translation_alignment_one.json" - ) +from pathlib import Path +from unittest import TestCase + +from openpecha.pecha import Pecha +from openpecha.pecha.serializers import SerializerLogicHandler +from openpecha.utils import read_json + + +class TestAlignedPechaSerializer(TestCase): + def setUp(self): + self.DATA_DIR = Path(__file__).parent / "data" + self.target_opf_path = Path("tests/pecha/serializers/json/data/ID8Sv2ynVKZX8wIt") + self.source_opf_path = Path("tests/pecha/serializers/json/data/6vjxAfJTuTJS04XY") + self.target_opf = Pecha.from_path(self.target_opf_path) + self.source_opf = Pecha.from_path(self.source_opf_path) + + + def test_translation_alignment_serializer(self): + target_annotations = [ + { + "id":"Tm3Uewnh3ySsvgIE", + "type":"segmentation" + }, + { + "id":"pdpDABvI2yRSISt6", + "type":"alignment" + }] + source_annotations = [ + { + "id": "vLtbNleDhsAnICle", + "type":"alignment", + "aligned_to": "pdpDABvI2yRSISt6" + }] + target = { + "pecha": self.target_opf, + "annotations": target_annotations + } + source = { + "pecha": self.source_opf, + "annotations": source_annotations + } + serialized_data = SerializerLogicHandler().serialize(target, source) + + if hasattr(serialized_data, 'model_dump'): + serialized_dict = serialized_data.model_dump() + else: + serialized_dict = serialized_data + + expected_serialized_data = read_json( + self.DATA_DIR / "translation_alignment_one.json" + ) assert serialized_dict == expected_serialized_data \ No newline at end of file diff --git a/tests/pecha/serializers/json/test_aligned_pecha_serializer_two.py b/tests/pecha/serializers/json/test_aligned_pecha_serializer_two.py index 36d0551d..5e54150d 100644 --- a/tests/pecha/serializers/json/test_aligned_pecha_serializer_two.py +++ b/tests/pecha/serializers/json/test_aligned_pecha_serializer_two.py @@ -1,48 +1,48 @@ -from pathlib import Path -from unittest import TestCase - -from openpecha.pecha import Pecha -from openpecha.pecha.serializers import SerializerLogicHandler -from openpecha.utils import read_json - - -class TestAlignedPechaSerializer(TestCase): - def setUp(self): - self.DATA_DIR = Path(__file__).parent / "data" - self.target_opf_path = Path("tests/pecha/serializers/json/data/j03fF9jp4dqveyIG") - self.source_opf_path = Path("tests/pecha/serializers/json/data/315eLL7LxtqaIyfX") - self.target_opf = Pecha.from_path(self.target_opf_path) - self.source_opf = Pecha.from_path(self.source_opf_path) - - - def test_translation_alignment_serializer(self): - target_annotations = [ - { - "id":"677JWyBWgjpWH9_u", - "type":"segmentation" - }] - source_annotations = [ - { - "id": "nYmYcFl0c4easGla", - "type":"alignment", - "aligned_to": "677JWyBWgjpWH9_u" - }] - target = { - "pecha": self.target_opf, - "annotations": target_annotations - } - source = { - "pecha": self.source_opf, - "annotations": source_annotations - } - serialized_data = SerializerLogicHandler().serialize(target, source) - - if hasattr(serialized_data, 'model_dump'): - serialized_dict = serialized_data.model_dump() - else: - serialized_dict = serialized_data - - expected_serialized_data = read_json( - self.DATA_DIR / "translation_alignment_two.json" - ) +from pathlib import Path +from unittest import TestCase + +from openpecha.pecha import Pecha +from openpecha.pecha.serializers import SerializerLogicHandler +from openpecha.utils import read_json + + +class TestAlignedPechaSerializer(TestCase): + def setUp(self): + self.DATA_DIR = Path(__file__).parent / "data" + self.target_opf_path = Path("tests/pecha/serializers/json/data/j03fF9jp4dqveyIG") + self.source_opf_path = Path("tests/pecha/serializers/json/data/315eLL7LxtqaIyfX") + self.target_opf = Pecha.from_path(self.target_opf_path) + self.source_opf = Pecha.from_path(self.source_opf_path) + + + def test_translation_alignment_serializer(self): + target_annotations = [ + { + "id":"677JWyBWgjpWH9_u", + "type":"segmentation" + }] + source_annotations = [ + { + "id": "nYmYcFl0c4easGla", + "type":"alignment", + "aligned_to": "677JWyBWgjpWH9_u" + }] + target = { + "pecha": self.target_opf, + "annotations": target_annotations + } + source = { + "pecha": self.source_opf, + "annotations": source_annotations + } + serialized_data = SerializerLogicHandler().serialize(target, source) + + if hasattr(serialized_data, 'model_dump'): + serialized_dict = serialized_data.model_dump() + else: + serialized_dict = serialized_data + + expected_serialized_data = read_json( + self.DATA_DIR / "translation_alignment_two.json" + ) assert serialized_dict == expected_serialized_data \ No newline at end of file diff --git a/tests/pecha/serializers/json/test_single_pecha_json_serializer.py b/tests/pecha/serializers/json/test_single_pecha_json_serializer.py index c11e7813..dc3dd9dc 100644 --- a/tests/pecha/serializers/json/test_single_pecha_json_serializer.py +++ b/tests/pecha/serializers/json/test_single_pecha_json_serializer.py @@ -1,139 +1,139 @@ -from pathlib import Path -from unittest import TestCase - -from openpecha.pecha import Pecha -from openpecha.pecha.serializers.json import JsonSerializer -from openpecha.pecha.serializers import SerializerLogicHandler -from openpecha.utils import read_json, write_json - - -class TestJsonSerializer(TestCase): - def setUp(self): - self.root_pecha_path = Path( - "tests/alignment/commentary_transfer/data/root/I6556B464" - ) - self.commentary_pecha_path = Path( - "tests/alignment/commentary_transfer/data/commentary/I015AFFA7" - ) - self.root_pecha = Pecha.from_path(self.root_pecha_path) - self.commentary_pecha = Pecha.from_path(self.commentary_pecha_path) - - self.DATA_DIR = Path(__file__).parent / "data" - - def test_insertion_on_get_edition_base(self): - serializer = JsonSerializer() - - pecha_path = self.DATA_DIR / "IA099A11B" - pecha = Pecha.from_path(pecha_path) - edition_layer_path = "4C00/version-9D95.json" - edition_base = serializer.get_edition_base(pecha, edition_layer_path) - expected_edition_base = Path(self.DATA_DIR / "insertion.txt").read_text( - encoding="utf-8" - ) - assert edition_base == expected_edition_base - - def test_deletion_on_get_edition_base(self): - serializer = JsonSerializer() - - pecha_path = self.DATA_DIR / "IA099A11B" - pecha = Pecha.from_path(pecha_path) - edition_layer_path = "4C00/version-658D.json" - edition_base = serializer.get_edition_base(pecha, edition_layer_path) - expected_edition_base = Path(self.DATA_DIR / "deletion.txt").read_text( - encoding="utf-8" - ) - assert edition_base == expected_edition_base - - def test_insertion_and_deletion_on_get_edition_base(self): - serializer = JsonSerializer() - - pecha_path = self.DATA_DIR / "IA099A11B" - pecha = Pecha.from_path(pecha_path) - edition_layer_path = "4C00/version-6816.json" - edition_base = serializer.get_edition_base(pecha, edition_layer_path) - expected_edition_base = Path( - self.DATA_DIR / "insertion_and_deletion.txt" - ).read_text(encoding="utf-8") - assert edition_base == expected_edition_base - - -class TestSerializer(TestCase): - def setUp(self): - self.DATA_DIR = Path(__file__).parent / "data" - self.opf_path = Path("tests/pecha/serializers/json/data/ID8Sv2ynVKZX8wIt") - self.opf = Pecha.from_path(self.opf_path) - - - def test_critical_serializer(self): - annotations = [ - { - "id":"Tm3Uewnh3ySsvgIE", - "type":"segmentation" - }, - { - "id":"pdpDABvI2yRSISt6", - "type":"alignment" - }] - target = { - "pecha": self.opf, - "annotations": annotations - } - serialized_data = SerializerLogicHandler().serialize(target) - - if hasattr(serialized_data, 'model_dump'): - serialized_dict = serialized_data.model_dump() - else: - serialized_dict = serialized_data - - expected_serialized_data = read_json( - self.DATA_DIR / "critical_annotations.json" - ) - assert serialized_dict == expected_serialized_data - - - def test_diplomatic_serializer(self): - annotations = [ - {"id":"ko2uLrLUEyeejg7y", - "type":"version" - }] - target = { - "pecha": self.opf, - "annotations": annotations - } - serialized_data = SerializerLogicHandler().serialize(target) - - if hasattr(serialized_data, 'model_dump'): - serialized_dict = serialized_data.model_dump() - else: - serialized_dict = serialized_data - - expected_serialized_data = read_json( - self.DATA_DIR / "diplomatic_annotations.json" - ) - assert serialized_dict == expected_serialized_data - - - def test_single_pecha_with_only_alignment_anntotation(self): - opf_path = Path("tests/pecha/serializers/json/data/CUiiDuHWZANZNiOc") - opf = Pecha.from_path(opf_path) - annotations = [ - { - "aligned_to": "MIgcGBKFl4YQcX7L", - "id": "bw0kqJmW-ZOSwvtm", - "type": "alignment" - }] - target = { - "pecha": opf, - "annotations": annotations - } - serialized_data = SerializerLogicHandler().serialize(target) - - if hasattr(serialized_data, 'model_dump'): - serialized_dict = serialized_data.model_dump() - else: - serialized_dict = serialized_data - - expected_serialized_data = read_json( - self.DATA_DIR / "only_alignment_annotation.json" - ) - assert serialized_dict == expected_serialized_data +from pathlib import Path +from unittest import TestCase + +from openpecha.pecha import Pecha +from openpecha.pecha.serializers.json import JsonSerializer +from openpecha.pecha.serializers import SerializerLogicHandler +from openpecha.utils import read_json, write_json + + +class TestJsonSerializer(TestCase): + def setUp(self): + self.root_pecha_path = Path( + "tests/alignment/commentary_transfer/data/root/I6556B464" + ) + self.commentary_pecha_path = Path( + "tests/alignment/commentary_transfer/data/commentary/I015AFFA7" + ) + self.root_pecha = Pecha.from_path(self.root_pecha_path) + self.commentary_pecha = Pecha.from_path(self.commentary_pecha_path) + + self.DATA_DIR = Path(__file__).parent / "data" + + def test_insertion_on_get_edition_base(self): + serializer = JsonSerializer() + + pecha_path = self.DATA_DIR / "IA099A11B" + pecha = Pecha.from_path(pecha_path) + edition_layer_path = "4C00/version-9D95.json" + edition_base = serializer.get_edition_base(pecha, edition_layer_path) + expected_edition_base = Path(self.DATA_DIR / "insertion.txt").read_text( + encoding="utf-8" + ) + assert edition_base == expected_edition_base + + def test_deletion_on_get_edition_base(self): + serializer = JsonSerializer() + + pecha_path = self.DATA_DIR / "IA099A11B" + pecha = Pecha.from_path(pecha_path) + edition_layer_path = "4C00/version-658D.json" + edition_base = serializer.get_edition_base(pecha, edition_layer_path) + expected_edition_base = Path(self.DATA_DIR / "deletion.txt").read_text( + encoding="utf-8" + ) + assert edition_base == expected_edition_base + + def test_insertion_and_deletion_on_get_edition_base(self): + serializer = JsonSerializer() + + pecha_path = self.DATA_DIR / "IA099A11B" + pecha = Pecha.from_path(pecha_path) + edition_layer_path = "4C00/version-6816.json" + edition_base = serializer.get_edition_base(pecha, edition_layer_path) + expected_edition_base = Path( + self.DATA_DIR / "insertion_and_deletion.txt" + ).read_text(encoding="utf-8") + assert edition_base == expected_edition_base + + +class TestSerializer(TestCase): + def setUp(self): + self.DATA_DIR = Path(__file__).parent / "data" + self.opf_path = Path("tests/pecha/serializers/json/data/ID8Sv2ynVKZX8wIt") + self.opf = Pecha.from_path(self.opf_path) + + + def test_critical_serializer(self): + annotations = [ + { + "id":"Tm3Uewnh3ySsvgIE", + "type":"segmentation" + }, + { + "id":"pdpDABvI2yRSISt6", + "type":"alignment" + }] + target = { + "pecha": self.opf, + "annotations": annotations + } + serialized_data = SerializerLogicHandler().serialize(target) + + if hasattr(serialized_data, 'model_dump'): + serialized_dict = serialized_data.model_dump() + else: + serialized_dict = serialized_data + + expected_serialized_data = read_json( + self.DATA_DIR / "critical_annotations.json" + ) + assert serialized_dict == expected_serialized_data + + + def test_diplomatic_serializer(self): + annotations = [ + {"id":"ko2uLrLUEyeejg7y", + "type":"version" + }] + target = { + "pecha": self.opf, + "annotations": annotations + } + serialized_data = SerializerLogicHandler().serialize(target) + + if hasattr(serialized_data, 'model_dump'): + serialized_dict = serialized_data.model_dump() + else: + serialized_dict = serialized_data + + expected_serialized_data = read_json( + self.DATA_DIR / "diplomatic_annotations.json" + ) + assert serialized_dict == expected_serialized_data + + + def test_single_pecha_with_only_alignment_anntotation(self): + opf_path = Path("tests/pecha/serializers/json/data/CUiiDuHWZANZNiOc") + opf = Pecha.from_path(opf_path) + annotations = [ + { + "aligned_to": "MIgcGBKFl4YQcX7L", + "id": "bw0kqJmW-ZOSwvtm", + "type": "alignment" + }] + target = { + "pecha": opf, + "annotations": annotations + } + serialized_data = SerializerLogicHandler().serialize(target) + + if hasattr(serialized_data, 'model_dump'): + serialized_dict = serialized_data.model_dump() + else: + serialized_dict = serialized_data + + expected_serialized_data = read_json( + self.DATA_DIR / "only_alignment_annotation.json" + ) + assert serialized_dict == expected_serialized_data diff --git a/tests/pecha/test_annotation.py b/tests/pecha/test_annotation.py index bf23821b..ff101066 100644 --- a/tests/pecha/test_annotation.py +++ b/tests/pecha/test_annotation.py @@ -1,18 +1,18 @@ -import pytest -from pydantic import ValidationError - -from openpecha.pecha.annotations import ( - BaseAnnotation, - span, -) - - -def test_span_end_must_not_be_less_than_start(): - with pytest.raises(ValidationError): - span(start=2, end=1) - - -def test_annotation_id(): - ann = BaseAnnotation(span=span(start=10, end=20)) - assert ann.span.start == 10 +import pytest +from pydantic import ValidationError + +from openpecha.pecha.annotations import ( + BaseAnnotation, + span, +) + + +def test_span_end_must_not_be_less_than_start(): + with pytest.raises(ValidationError): + span(start=2, end=1) + + +def test_annotation_id(): + ann = BaseAnnotation(span=span(start=10, end=20)) + assert ann.span.start == 10 assert ann.span.end == 20 \ No newline at end of file diff --git a/tests/pecha/test_blupdate.py b/tests/pecha/test_blupdate.py index 19a1dc48..6f516667 100644 --- a/tests/pecha/test_blupdate.py +++ b/tests/pecha/test_blupdate.py @@ -1,64 +1,64 @@ -from unittest import TestCase - -from openpecha.pecha.blupdate import DiffMatchPatch - - -class TestDiffMatchPatch(TestCase): - def setUp(self): - pass - - def test_insertion(self): - old_base = "Hello" - new_base = "Hello World" - diff = DiffMatchPatch(old_base, new_base) - - assert diff.get_updated_coord(0) == 0 - assert diff.get_updated_coord(1) == 1 - assert diff.get_updated_coord(5) == 11 # insertion at the end - assert diff.get_updated_coord(4) == 4 # before insertion - assert diff.get_updated_coord(3) == 3 - - def test_deletion(self): - old_base = "Hello World" - new_base = "Hello" - diff = DiffMatchPatch(old_base, new_base) - - assert diff.get_updated_coord(0) == 0 - assert diff.get_updated_coord(5) == 5 # end of retained text - assert diff.get_updated_coord(6) == 5 # start of deleted text - assert diff.get_updated_coord(10) == 5 - assert diff.get_updated_coord(11) == 5 # end of original string - - def test_insertion_in_between(self): - old_base = "Hello World" - new_base = "Hello!! World" - diff = DiffMatchPatch(old_base, new_base) - - assert diff.get_updated_coord(0) == 0 - assert diff.get_updated_coord(5) == 7 - assert diff.get_updated_coord(6) == 8 # shift due to '!!' insertion at 5 - assert diff.get_updated_coord(10) == 12 # overall shift of 2 - assert diff.get_updated_coord(11) == 13 - - def test_deletion_in_between(self): - old_base = "Good morning, Everyone" - new_base = "Good Everyone" - diff = DiffMatchPatch(old_base, new_base) - - assert diff.get_updated_coord(0) == 0 - assert diff.get_updated_coord(4) == 4 # "Good" - assert diff.get_updated_coord(5) == 5 - assert diff.get_updated_coord(12) == 5 # within deleted " morning," - assert diff.get_updated_coord(17) == 8 # start of "Everyone" shifts left - assert diff.get_updated_coord(23) == 14 # end of original - - def test_insertion_and_deletion(self): - old_base = "Good morning, Ladies and Gentlemen" - new_base = "Good Attractive Ladies and Gentlemen" - diff = DiffMatchPatch(old_base, new_base) - - assert diff.get_updated_coord(0) == 0 - assert diff.get_updated_coord(5) == 5 # after insertion of " Attractive" - assert diff.get_updated_coord(14) == 16 - assert diff.get_updated_coord(15) == 17 - assert diff.get_updated_coord(len(old_base)) == len(new_base) +from unittest import TestCase + +from openpecha.pecha.blupdate import DiffMatchPatch + + +class TestDiffMatchPatch(TestCase): + def setUp(self): + pass + + def test_insertion(self): + old_base = "Hello" + new_base = "Hello World" + diff = DiffMatchPatch(old_base, new_base) + + assert diff.get_updated_coord(0) == 0 + assert diff.get_updated_coord(1) == 1 + assert diff.get_updated_coord(5) == 11 # insertion at the end + assert diff.get_updated_coord(4) == 4 # before insertion + assert diff.get_updated_coord(3) == 3 + + def test_deletion(self): + old_base = "Hello World" + new_base = "Hello" + diff = DiffMatchPatch(old_base, new_base) + + assert diff.get_updated_coord(0) == 0 + assert diff.get_updated_coord(5) == 5 # end of retained text + assert diff.get_updated_coord(6) == 5 # start of deleted text + assert diff.get_updated_coord(10) == 5 + assert diff.get_updated_coord(11) == 5 # end of original string + + def test_insertion_in_between(self): + old_base = "Hello World" + new_base = "Hello!! World" + diff = DiffMatchPatch(old_base, new_base) + + assert diff.get_updated_coord(0) == 0 + assert diff.get_updated_coord(5) == 7 + assert diff.get_updated_coord(6) == 8 # shift due to '!!' insertion at 5 + assert diff.get_updated_coord(10) == 12 # overall shift of 2 + assert diff.get_updated_coord(11) == 13 + + def test_deletion_in_between(self): + old_base = "Good morning, Everyone" + new_base = "Good Everyone" + diff = DiffMatchPatch(old_base, new_base) + + assert diff.get_updated_coord(0) == 0 + assert diff.get_updated_coord(4) == 4 # "Good" + assert diff.get_updated_coord(5) == 5 + assert diff.get_updated_coord(12) == 5 # within deleted " morning," + assert diff.get_updated_coord(17) == 8 # start of "Everyone" shifts left + assert diff.get_updated_coord(23) == 14 # end of original + + def test_insertion_and_deletion(self): + old_base = "Good morning, Ladies and Gentlemen" + new_base = "Good Attractive Ladies and Gentlemen" + diff = DiffMatchPatch(old_base, new_base) + + assert diff.get_updated_coord(0) == 0 + assert diff.get_updated_coord(5) == 5 # after insertion of " Attractive" + assert diff.get_updated_coord(14) == 16 + assert diff.get_updated_coord(15) == 17 + assert diff.get_updated_coord(len(old_base)) == len(new_base) diff --git a/tests/pecha/test_create_pecha.py b/tests/pecha/test_create_pecha.py index a711c3e3..30d820c5 100644 --- a/tests/pecha/test_create_pecha.py +++ b/tests/pecha/test_create_pecha.py @@ -1,71 +1,61 @@ -from openpecha.pecha import Pecha, get_anns -from openpecha.utils import read_json, convert_to_base_annotation -from pathlib import Path -from openpecha.pecha.layer import AnnotationType -from openpecha.ids import generate_id - - -def test_create_pecha(): - data = read_json("tests/pecha/data/ITEST001.json") - annotation = [convert_to_base_annotation(ann) for ann in data["annotation"]] - annotation_id = generate_id() - pecha = Pecha.create_pecha(pecha_id=data["pecha_id"], base_text=data["base_text"], annotation_id=annotation_id, annotation=annotation, annotation_type=AnnotationType.ALIGNMENT) - # - assert pecha.id == data["pecha_id"] - - base_name = list(pecha.bases.keys())[0] - assert pecha.bases[base_name] == data["base_text"] - - ann_store, _ = pecha.get_layer_by_ann_type(base_name=base_name, layer_type=AnnotationType.ALIGNMENT) - - # ann_store is a list, we need to use the first AnnotationStore - created_annotations = get_anns(ann_store[0] if isinstance(ann_store, list) else ann_store, include_span=True) - - assert len(created_annotations) == len(data["annotation"]) - - first_created = created_annotations[0] - - first_original = data["annotation"][0] - assert first_created["span"]["start"] == first_original["span"]["start"] - assert first_created["span"]["end"] == first_original["span"]["end"] - assert not first_created.get("index") - assert first_created["alignment_index"] == first_original["alignment_index"] - - pecha_annotation = pecha.annotations[0] - assert pecha_annotation["span"]["start"] == first_original["span"]["start"] - assert pecha_annotation["span"]["end"] == first_original["span"]["end"] - assert pecha_annotation.get("id", None) != None - # Check that only the expected keys are present in first_created - expected_keys = {"span", "id"} - actual_keys = set(pecha_annotation.keys()) - assert actual_keys <= expected_keys, f"Unexpected keys found: {actual_keys - expected_keys}" - assert expected_keys <= actual_keys, f"Missing expected keys: {expected_keys - actual_keys}" - -def test_add(): - data = read_json("tests/pecha/data/ITEST001_alignment.json") - annotation = [convert_to_base_annotation(ann) for ann in data["annotation"]] - pecha = Pecha.from_path(Path("tests/pecha/data/ITEST001")) - - base_name = next(iter(pecha.bases)) - annotation_id = generate_id() - annotation_id = pecha.add(annotation_id=annotation_id, annotation=annotation, annotation_type=AnnotationType.ALIGNMENT) - - ann_store, _ = pecha.get_layer_by_ann_type(base_name=base_name, layer_type=AnnotationType.ALIGNMENT) - - created_annotations = get_anns(ann_store[0] if isinstance(ann_store, list) else ann_store, include_span=True) - - assert len(created_annotations) == len(data["annotation"]) - - first_created = created_annotations[0] - - first_original = data["annotation"][0] - assert first_created["span"]["start"] == first_original["span"]["start"] - assert first_created["span"]["end"] == first_original["span"]["end"] - assert not first_created.get("index") - assert first_created["alignment_index"] == first_original["alignment_index"] - - # Clean up - remove the added annotation layer to keep test data clean - ann_type = AnnotationType.ALIGNMENT - annotation_layer_file = pecha.layer_path / base_name / f"{ann_type.value}-{annotation_id}.json" - if annotation_layer_file.exists(): +from openpecha.pecha import Pecha, get_anns +from openpecha.utils import read_json, convert_to_base_annotation +from pathlib import Path +from openpecha.pecha.layer import AnnotationType +from openpecha.ids import generate_id + + +def test_create_pecha(): + data = read_json("tests/pecha/data/ITEST001.json") + annotation = [convert_to_base_annotation(ann) for ann in data["annotation"]] + annotation_id = generate_id() + pecha = Pecha.create_pecha(pecha_id=data["pecha_id"], base_text=data["base_text"], annotation_id=annotation_id, annotation=annotation, annotation_type=AnnotationType.ALIGNMENT) + # + assert pecha.id == data["pecha_id"] + + base_name = list(pecha.bases.keys())[0] + assert pecha.bases[base_name] == data["base_text"] + + ann_store, _ = pecha.get_layer_by_ann_type(base_name=base_name, layer_type=AnnotationType.ALIGNMENT) + + # ann_store is a list, we need to use the first AnnotationStore + created_annotations = get_anns(ann_store[0] if isinstance(ann_store, list) else ann_store, include_span=True) + + assert len(created_annotations) == len(data["annotation"]) + + first_created = created_annotations[0] + + first_original = data["annotation"][0] + assert first_created["span"]["start"] == first_original["span"]["start"] + assert first_created["span"]["end"] == first_original["span"]["end"] + assert not first_created.get("index") + assert first_created["alignment_index"] == first_original["alignment_index"] + +def test_add(): + data = read_json("tests/pecha/data/ITEST001_alignment.json") + annotation = [convert_to_base_annotation(ann) for ann in data["annotation"]] + pecha = Pecha.from_path(Path("tests/pecha/data/ITEST001")) + + base_name = next(iter(pecha.bases)) + annotation_id = generate_id() + annotation_id = pecha.add(annotation_id=annotation_id, annotation=annotation, annotation_type=AnnotationType.ALIGNMENT) + + ann_store, _ = pecha.get_layer_by_ann_type(base_name=base_name, layer_type=AnnotationType.ALIGNMENT) + + created_annotations = get_anns(ann_store[0] if isinstance(ann_store, list) else ann_store, include_span=True) + + assert len(created_annotations) == len(data["annotation"]) + + first_created = created_annotations[0] + + first_original = data["annotation"][0] + assert first_created["span"]["start"] == first_original["span"]["start"] + assert first_created["span"]["end"] == first_original["span"]["end"] + assert not first_created.get("index") + assert first_created["alignment_index"] == first_original["alignment_index"] + + # Clean up - remove the added annotation layer to keep test data clean + ann_type = AnnotationType.ALIGNMENT + annotation_layer_file = pecha.layer_path / base_name / f"{ann_type.value}-{annotation_id}.json" + if annotation_layer_file.exists(): annotation_layer_file.unlink() \ No newline at end of file diff --git a/tests/pecha/test_layer.py b/tests/pecha/test_layer.py index fa87d258..73255e05 100644 --- a/tests/pecha/test_layer.py +++ b/tests/pecha/test_layer.py @@ -1,71 +1,71 @@ -import pytest -from pydantic import ValidationError - -from openpecha.pecha.annotations import Citation, Layer, span -from openpecha.pecha.layer import AnnotationType - - -def test_layer_model(): - layer = Layer( - annotation_type=AnnotationType.BOOK_TITLE, revision="00001", annotations={} - ) - assert layer.annotation_type.value == "book_title" - assert layer.revision == "00001" - layer.bump_revision() - assert layer.revision == "00002" - - -def test_not_supported_layer(): - with pytest.raises(ValidationError): - Layer(annotation_type="NotSupportedLayer", revision="00001", annotations={}) - - -def test_revision_should_be_int_parsible(): - with pytest.raises(ValidationError): - Layer( - annotation_type=AnnotationType.BOOK_TITLE, revision="1aaa", annotations={} - ) - - -def test_layer_reset(): - layer = Layer( - annotation_type=AnnotationType.BOOK_TITLE, - revision="00003", - annotations={"1": "ann"}, - ) - assert layer.revision == "00003" - assert layer.annotations - layer.reset() - assert layer.revision == "00001" - assert layer.annotations == {} - - -def test_add_annotation(): - layer = Layer(annotation_type=AnnotationType.CITATION) - ann = Citation(span=span(start=10, end=20)) - - ann_id = layer.set_annotation(ann) - assert ann_id in layer.annotations - assert layer.get_annotation(ann_id) == ann - - -def test_get_annotation(): - layer = Layer(annotation_type=AnnotationType.CITATION) - ann = Citation(span=span(start=10, end=20)) - - ann_id = layer.set_annotation(ann) - assert ann_id in layer.annotations - assert layer.get_annotation(ann_id) == ann - - -def test_remove_annotation(): - layer = Layer(annotation_type=AnnotationType.CITATION) - ann = Citation(span=span(start=10, end=20)) - - ann_id = layer.set_annotation(ann) - - assert ann_id in layer.annotations - - layer.remove_annotation(ann_id) - - assert ann_id not in layer.annotations +import pytest +from pydantic import ValidationError + +from openpecha.pecha.annotations import Citation, Layer, span +from openpecha.pecha.layer import AnnotationType + + +def test_layer_model(): + layer = Layer( + annotation_type=AnnotationType.BOOK_TITLE, revision="00001", annotations={} + ) + assert layer.annotation_type.value == "book_title" + assert layer.revision == "00001" + layer.bump_revision() + assert layer.revision == "00002" + + +def test_not_supported_layer(): + with pytest.raises(ValidationError): + Layer(annotation_type="NotSupportedLayer", revision="00001", annotations={}) + + +def test_revision_should_be_int_parsible(): + with pytest.raises(ValidationError): + Layer( + annotation_type=AnnotationType.BOOK_TITLE, revision="1aaa", annotations={} + ) + + +def test_layer_reset(): + layer = Layer( + annotation_type=AnnotationType.BOOK_TITLE, + revision="00003", + annotations={"1": "ann"}, + ) + assert layer.revision == "00003" + assert layer.annotations + layer.reset() + assert layer.revision == "00001" + assert layer.annotations == {} + + +def test_add_annotation(): + layer = Layer(annotation_type=AnnotationType.CITATION) + ann = Citation(span=span(start=10, end=20)) + + ann_id = layer.set_annotation(ann) + assert ann_id in layer.annotations + assert layer.get_annotation(ann_id) == ann + + +def test_get_annotation(): + layer = Layer(annotation_type=AnnotationType.CITATION) + ann = Citation(span=span(start=10, end=20)) + + ann_id = layer.set_annotation(ann) + assert ann_id in layer.annotations + assert layer.get_annotation(ann_id) == ann + + +def test_remove_annotation(): + layer = Layer(annotation_type=AnnotationType.CITATION) + ann = Citation(span=span(start=10, end=20)) + + ann_id = layer.set_annotation(ann) + + assert ann_id in layer.annotations + + layer.remove_annotation(ann_id) + + assert ann_id not in layer.annotations diff --git a/tests/pecha/test_pecha.py b/tests/pecha/test_pecha.py index 9bfd7c72..975c44fe 100644 --- a/tests/pecha/test_pecha.py +++ b/tests/pecha/test_pecha.py @@ -1,14 +1,14 @@ -import pytest -from pathlib import Path -from openpecha.pecha import Pecha -from openpecha.exceptions import FileNotFoundError - -def test_pecha_from_path_with_file_raises_error(): - """Test that passing a file instead of directory raises ValueError""" - with pytest.raises(ValueError, match="Pecha path must be a directory, not a file"): - Pecha.from_path(Path("tests/pecha/data/test_opf.zip")) - -def test_pecha_from_path_with_nonexistent_path(): - """Test that passing a non-existent path raises FileNotFoundError""" - with pytest.raises(FileNotFoundError, match="Pecha path does not exist"): +import pytest +from pathlib import Path +from openpecha.pecha import Pecha +from openpecha.exceptions import FileNotFoundError + +def test_pecha_from_path_with_file_raises_error(): + """Test that passing a file instead of directory raises ValueError""" + with pytest.raises(ValueError, match="Pecha path must be a directory, not a file"): + Pecha.from_path(Path("tests/pecha/data/test_opf.zip")) + +def test_pecha_from_path_with_nonexistent_path(): + """Test that passing a non-existent path raises FileNotFoundError""" + with pytest.raises(FileNotFoundError, match="Pecha path does not exist"): Pecha.from_path(Path("tests/pecha/data/nonexistent_path")) \ No newline at end of file diff --git a/tests/pecha/update/data/ID8Sv2ynVKZX8wIt/base/26E4.txt b/tests/pecha/update/data/ID8Sv2ynVKZX8wIt/base/26E4.txt index c2d8ce2c..ffb554bb 100644 --- a/tests/pecha/update/data/ID8Sv2ynVKZX8wIt/base/26E4.txt +++ b/tests/pecha/update/data/ID8Sv2ynVKZX8wIt/base/26E4.txt @@ -1,32 +1,32 @@ -བཅོམ་ལྡན་འདས་མ་ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པའི་སྙིང་པོ། ། -༄༅། །​རྒྱ་གར་སྐད་དུ། བྷ་ག་བ་ཏི་པྲ་ཛྙ་པ་ར་མི་ཏཱྀ་ཧྲད་ཡ། -བོད་སྐད་དུ། བཅོམ་ལྡན་འདས་མ་ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པའི་སྙིང་པོ། - བམ་པོ་གཅིག་གོ །​ -བཅོམ་ལྡན་འདས་མ་ཤེས་རབ་ཀྱི་ཕ་རོལ་དུ་ཕྱིན་པ་ལ་ཕྱག་འཚལ་ལོ། ། -​འདི་སྐད་བདག་གིས་ཐོས་པ་དུས་གཅིག་ན། -བཅོམ་ལྡན་འདས་རྒྱལ་པོའི་ཁབ་བྱ་རྒོད་ཕུང་པོའི་རི་ལ་དགེ་སློང་གི་དགེ་འདུན་ཆེན་པོ་དང་། ​བྱང་ཆུབ་སེམས་དཔའི་དགེ་འདུན་ཆེན་པོ་དང་ཐབས་ཅིག་ཏུ་བཞུགས་ཏེ། -དེའི་ཚེ་བཅོམ་ལྡན་འདས་ཟབ་མོ་སྣང་བ་ཞེས་བྱ་བའི་ཆོས་ཀྱི་རྣམ་གྲངས་ཀྱི་ཏིང་ངེ་འཛིན་ལ་སྙོམས་པར་ཞུགས་སོ། ། -​ཡང་དེའི་ཚེ་བྱང་ཆུབ་སེམས་དཔའ་སེམས་དཔའ་ཆེན་པོ་འཕགས་པ་སྤྱན་རས་གཟིགས་དབང་ཕྱུག་ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པ་ཟབ་མོའི་སྤྱོད་པ་ཉིད་ལ་རྣམ་པར་བལྟ་ཞིང་། -ཕུང་པོ་ལྔ་པོ་དེ་དག་ལ་ཡང་རང་བཞིན་གྱིས་སྟོང་པར་རྣམ་པར་བལྟའོ། ། -​དེ་ནས་སངས་རྒྱས་ཀྱི་མཐུས། ​ཚེ་དང་ལྡན་པ་ཤཱ་རིའི་བུས་བྱང་ཆུབ་སེམས་དཔའ་ཆེན་པོ་འཕགས་པ་སྤྱན་རས་གཟིགས་དབང་ཕྱུག་ལ་འདི་སྐད་ཅེས་སྨྲས་སོ། །​ -རིགས་ཀྱི་བུ་གང་ལ་ལ་ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པ་ཟབ་མོའི་སྤྱོད་པ་སྤྱད་པར་འདོད་པ་དེས་ཇི་ལྟར་བསླབ་པར་བྱ། དེ་སྐད་ཅེས་སྨྲས་པ་དང་། བྱང་ཆུབ་སེམས་དཔའ་སེམས་དཔའ་ཆེན་པོ་འཕགས་པ་སྤྱན་རས་གཟིགས་དབང་ཕྱུག་གིས་ཚེ་དང་ལྡན་པ་ཤཱ་ར་དྭ་ཏའི་བུ་ལ་འདི་སྐད་ཅེས་སྨྲས་སོ། །​ཤཱ་རིའི་བུ་རིགས་ཀྱི་བུའམ། རིགས་ཀྱི་བུ་མོ་གང་ལ་ལ་ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པ་ཟབ་མོའི་སྤྱོད་པ་སྤྱད་པར་འདོད་པ་དེས་འདི་ལྟར་རྣམ་པར་བལྟ་བར་བྱ་སྟེ། ​ཕུང་པོ་ལྔ་པོ་དེ་དག་ཀྱང་རང་བཞིན་གྱིས་སྟོང་པར་རྣམ་པར་ཡང་དག་པར་རྗེས་སུ་བལྟའོ། ། -​གཟུགས་སྟོང་པའོ། །སྟོང་པ་ཉིད་གཟུགས་སོ། ། - -​གཟུགས་ལས་སྟོང་པ་ཉིད་གཞན་མ་ཡིན། སྟོང་པ་ཉིད་ལས་ཀྱང་གཟུགས་གཞན་མ་ཡིན་ནོ། ། -​དེ་བཞིན་དུ་ཚོར་བ་དང་། ​འདུ་ཤེས་དང་། འདུ་བྱེད་དང་། རྣམ་པར་ཤེས་པ་རྣམས་སྟོང་པའོ། ། -​ཤཱ་རིའི་བུ་དེ་ལྟ་བས་ན་ཆོས་ཐམས་ཅད་སྟོང་པ་ཉིད་དེ། མཚན་ཉིད་མེད་པ། མ་སྐྱེས་པ། ​མ་འགགས་པ། དྲི་མ་མེད་པ། དྲི་མ་དང་བྲལ་བ་མེད་པ། ​བྲི་བ་མེད་པ། གང་བ་མེད་པའོ། ། -​ཤཱ་རིའི་བུ་དེ་ལྟ་བས་ན་སྟོང་པ་ཉིད་ལ་གཟུགས་མེད། ཚོར་བ་མེད། ​འདུ་ཤེས་མེད། འདུ་བྱེད་མེད། རྣམ་པར་ཤེས་པ་མེད། མིག་མེད། རྣ་བ་མེད། སྣ་མེད། ལྕེ་མེད། ལུས་མེད། ཡིད་མེད །གཟུགས་མེད། སྒྲ་མེད། དྲི་མེད། རོ་མེད། རེག་བྱ་མེད། ཆོས་མེད་དོ། ། -​མིག་གི་ཁམས་མེད་པ་ནས་ཡིད་ཀྱི་ཁམས་མེད། ཡིད་ཀྱི་རྣམ་པར་ཤེས་པའི་ཁམས་ཀྱི་བར་དུ་ཡང་མེད་དོ། ། -​མ་རིག་པ་མེད། ​མ་རིག་པ་ཟད་པ་མེད་པ་ནས་རྒ་ཤི་མེད། ​རྒ་ཤི་ཟད་པའི་བར་དུ་ཡང་མེད་དོ། ། སྡུག་བསྔལ་བ་དང་། ཀུན་འབྱུང་བ་དང་། འགོག་པ་དང་། ལམ་མེད། ཡེ་ཤེས་མེད། ཐོབ་པ་མེད། མ་ཐོབ་པ་ཡང་མེད་དོ། ། -​ཤཱ་རིའི་བུ་དེ་ལྟ་བས་ན་བྱང་ཆུབ་སེམས་དཔའ་རྣམས་ཐོབ་པ་མེད་པའི་ཕྱིར། ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པ་ལ་བརྟེན་ཅིང ་གནས་ཏེ། -སེམས་ལ་སྒྲིབ་པ་མེད་པས་སྐྲག་པ་མེད་དེ། ཕྱིན་ཅི་ལོག་ལས་ཤིན་ཏུ་འདས་ནས་མྱ་ངན་ལས་འདས་པར་མཐར་ཕྱིན་ཏོ། ། -​དུས་གསུམ་དུ་རྣམ་པར་བཞུགས་པའི་སངས་རྒྱས་ཐམས་ཅད་ཀྱང་ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པ་ལ་བརྟེན་ནས་བླ་ན་མེད་པ་ཡང་དག་པར་རྫོགས་པའི་བྱང་ཆུབ་ཏུ་མངོན་པར་རྫོགས་པར་སངས་རྒྱས་སོ། ། -​དེ་ལྟ་བས་ན་ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པའི་སྔགས། རིག་པ་ཆེན་པོའི་སྔགས། བླ་ན་མེད་པའི་སྔགས། མི་མཉམ་པ་དང་མཉམ་པའི་སྔགས། སྡུག་བསྔལ་ཐམས་ཅད་རབ་ཏུ་ཞི་བར་བྱེད་པའི་སྔགས། མི་རྫུན་པས་ན་བདེན་པར་ཤེས་པར་བྱ་སྟེ། ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པའི་སྔགས་སྨྲས་པ། -ཏདྱ་ཐཱ། ག་ཏེ་ག་ཏེ་པཱ་ར་ག་ཏེ། པཱ་ར་སཾ་ག་ཏེ། བོ་དྷི་སྭ་ཧཱ། -ཤཱ་རིའི་བུ་བྱང་ཆུབ་སེམས་དཔའ་སེམས་དཔའ་ཆེན་པོ་དེ་ལྟར་ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པ་ཟབ་མོ་ལ་བསླབ་པར་བྱའོ། ། -​དེ་ནས་བཅོམ་ལྡན་འདས་ཏིང་ངེ་འཛིན་དེ་ལས་བཞེངས་ཏེ། བྱང་ཆུབ་སེམས་དཔའ་སེམས་དཔའ་ཆེན་པོས་འཕགས་པ ་སྤྱན་རས་དབང་ཕྱུག་ལ་ལེགས་སོ་ཞེས་བྱ་བ་བྱིན་ནས། ལེགས་སོ་ལེགས་སོ། རིགས་ཀྱི་བུ་དེ་དེ་བཞིན་ནོ། །​ -རིགས་ཀྱི་བུ་དེ་དེ་བཞིན་ཏེ། ཇི་ལྟར་ཁྱོད་ཀྱིས་བསྟན་པ་བཞིན་དུ་ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པ་ཟབ་མོ་ལ་སྤྱད་པར་བྱ་སྟེ། -དེ་བཞིན་གཤེགས་པ་རྣམས་ཀྱང་རྗེས་སུ་ཡི་རང་ངོ་། ། -​བཅོམ་ལྡན་འདས་ཀྱིས་དེ་སྐད་ཅེས་བཀའ་སྩལ་ནས། -ཚེ་དང་ལྡན་པ་ཤཱ་ར་དྭ་ཏིའི་བུ་དང་། བྱང་ཆུབ་སེམས་དཔའ་སེམས་དཔའ་ཆེན་པོ་སྤྱན་རས་གཟིགས་དབང་ཕྱུག་དང་། ཐམས་ཅད་དང་ལྡན་པའི་འཁོར་དེ་དག་དང་། ​ལྷ་དང་། མི་དང་། ལྷ་མ་ཡིན་དང་། དྲི་ཟར་བཅས་པའི་འཇིག་རྟེན་ཡི་རངས་ཏེ། བཅོམ་ལྡན་འདས་ཀྱིས་གསུངས་པ་ལ་མངོན་པར་བསྟོད་དོ། ། -​འཕགས་པ་ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པའི་སྙིང་པོ་རྫོགས་སོ། །​ +བཅོམ་ལྡན་འདས་མ་ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པའི་སྙིང་པོ། ། +༄༅། །​རྒྱ་གར་སྐད་དུ། བྷ་ག་བ་ཏི་པྲ་ཛྙ་པ་ར་མི་ཏཱྀ་ཧྲད་ཡ། +བོད་སྐད་དུ། བཅོམ་ལྡན་འདས་མ་ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པའི་སྙིང་པོ། + བམ་པོ་གཅིག་གོ །​ +བཅོམ་ལྡན་འདས་མ་ཤེས་རབ་ཀྱི་ཕ་རོལ་དུ་ཕྱིན་པ་ལ་ཕྱག་འཚལ་ལོ། ། +​འདི་སྐད་བདག་གིས་ཐོས་པ་དུས་གཅིག་ན། +བཅོམ་ལྡན་འདས་རྒྱལ་པོའི་ཁབ་བྱ་རྒོད་ཕུང་པོའི་རི་ལ་དགེ་སློང་གི་དགེ་འདུན་ཆེན་པོ་དང་། ​བྱང་ཆུབ་སེམས་དཔའི་དགེ་འདུན་ཆེན་པོ་དང་ཐབས་ཅིག་ཏུ་བཞུགས་ཏེ། +དེའི་ཚེ་བཅོམ་ལྡན་འདས་ཟབ་མོ་སྣང་བ་ཞེས་བྱ་བའི་ཆོས་ཀྱི་རྣམ་གྲངས་ཀྱི་ཏིང་ངེ་འཛིན་ལ་སྙོམས་པར་ཞུགས་སོ། ། +​ཡང་དེའི་ཚེ་བྱང་ཆུབ་སེམས་དཔའ་སེམས་དཔའ་ཆེན་པོ་འཕགས་པ་སྤྱན་རས་གཟིགས་དབང་ཕྱུག་ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པ་ཟབ་མོའི་སྤྱོད་པ་ཉིད་ལ་རྣམ་པར་བལྟ་ཞིང་། +ཕུང་པོ་ལྔ་པོ་དེ་དག་ལ་ཡང་རང་བཞིན་གྱིས་སྟོང་པར་རྣམ་པར་བལྟའོ། ། +​དེ་ནས་སངས་རྒྱས་ཀྱི་མཐུས། ​ཚེ་དང་ལྡན་པ་ཤཱ་རིའི་བུས་བྱང་ཆུབ་སེམས་དཔའ་ཆེན་པོ་འཕགས་པ་སྤྱན་རས་གཟིགས་དབང་ཕྱུག་ལ་འདི་སྐད་ཅེས་སྨྲས་སོ། །​ +རིགས་ཀྱི་བུ་གང་ལ་ལ་ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པ་ཟབ་མོའི་སྤྱོད་པ་སྤྱད་པར་འདོད་པ་དེས་ཇི་ལྟར་བསླབ་པར་བྱ། དེ་སྐད་ཅེས་སྨྲས་པ་དང་། བྱང་ཆུབ་སེམས་དཔའ་སེམས་དཔའ་ཆེན་པོ་འཕགས་པ་སྤྱན་རས་གཟིགས་དབང་ཕྱུག་གིས་ཚེ་དང་ལྡན་པ་ཤཱ་ར་དྭ་ཏའི་བུ་ལ་འདི་སྐད་ཅེས་སྨྲས་སོ། །​ཤཱ་རིའི་བུ་རིགས་ཀྱི་བུའམ། རིགས་ཀྱི་བུ་མོ་གང་ལ་ལ་ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པ་ཟབ་མོའི་སྤྱོད་པ་སྤྱད་པར་འདོད་པ་དེས་འདི་ལྟར་རྣམ་པར་བལྟ་བར་བྱ་སྟེ། ​ཕུང་པོ་ལྔ་པོ་དེ་དག་ཀྱང་རང་བཞིན་གྱིས་སྟོང་པར་རྣམ་པར་ཡང་དག་པར་རྗེས་སུ་བལྟའོ། ། +​གཟུགས་སྟོང་པའོ། །སྟོང་པ་ཉིད་གཟུགས་སོ། ། + +​གཟུགས་ལས་སྟོང་པ་ཉིད་གཞན་མ་ཡིན། སྟོང་པ་ཉིད་ལས་ཀྱང་གཟུགས་གཞན་མ་ཡིན་ནོ། ། +​དེ་བཞིན་དུ་ཚོར་བ་དང་། ​འདུ་ཤེས་དང་། འདུ་བྱེད་དང་། རྣམ་པར་ཤེས་པ་རྣམས་སྟོང་པའོ། ། +​ཤཱ་རིའི་བུ་དེ་ལྟ་བས་ན་ཆོས་ཐམས་ཅད་སྟོང་པ་ཉིད་དེ། མཚན་ཉིད་མེད་པ། མ་སྐྱེས་པ། ​མ་འགགས་པ། དྲི་མ་མེད་པ། དྲི་མ་དང་བྲལ་བ་མེད་པ། ​བྲི་བ་མེད་པ། གང་བ་མེད་པའོ། ། +​ཤཱ་རིའི་བུ་དེ་ལྟ་བས་ན་སྟོང་པ་ཉིད་ལ་གཟུགས་མེད། ཚོར་བ་མེད། ​འདུ་ཤེས་མེད། འདུ་བྱེད་མེད། རྣམ་པར་ཤེས་པ་མེད། མིག་མེད། རྣ་བ་མེད། སྣ་མེད། ལྕེ་མེད། ལུས་མེད། ཡིད་མེད །གཟུགས་མེད། སྒྲ་མེད། དྲི་མེད། རོ་མེད། རེག་བྱ་མེད། ཆོས་མེད་དོ། ། +​མིག་གི་ཁམས་མེད་པ་ནས་ཡིད་ཀྱི་ཁམས་མེད། ཡིད་ཀྱི་རྣམ་པར་ཤེས་པའི་ཁམས་ཀྱི་བར་དུ་ཡང་མེད་དོ། ། +​མ་རིག་པ་མེད། ​མ་རིག་པ་ཟད་པ་མེད་པ་ནས་རྒ་ཤི་མེད། ​རྒ་ཤི་ཟད་པའི་བར་དུ་ཡང་མེད་དོ། ། སྡུག་བསྔལ་བ་དང་། ཀུན་འབྱུང་བ་དང་། འགོག་པ་དང་། ལམ་མེད། ཡེ་ཤེས་མེད། ཐོབ་པ་མེད། མ་ཐོབ་པ་ཡང་མེད་དོ། ། +​ཤཱ་རིའི་བུ་དེ་ལྟ་བས་ན་བྱང་ཆུབ་སེམས་དཔའ་རྣམས་ཐོབ་པ་མེད་པའི་ཕྱིར། ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པ་ལ་བརྟེན་ཅིང ་གནས་ཏེ། +སེམས་ལ་སྒྲིབ་པ་མེད་པས་སྐྲག་པ་མེད་དེ། ཕྱིན་ཅི་ལོག་ལས་ཤིན་ཏུ་འདས་ནས་མྱ་ངན་ལས་འདས་པར་མཐར་ཕྱིན་ཏོ། ། +​དུས་གསུམ་དུ་རྣམ་པར་བཞུགས་པའི་སངས་རྒྱས་ཐམས་ཅད་ཀྱང་ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པ་ལ་བརྟེན་ནས་བླ་ན་མེད་པ་ཡང་དག་པར་རྫོགས་པའི་བྱང་ཆུབ་ཏུ་མངོན་པར་རྫོགས་པར་སངས་རྒྱས་སོ། ། +​དེ་ལྟ་བས་ན་ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པའི་སྔགས། རིག་པ་ཆེན་པོའི་སྔགས། བླ་ན་མེད་པའི་སྔགས། མི་མཉམ་པ་དང་མཉམ་པའི་སྔགས། སྡུག་བསྔལ་ཐམས་ཅད་རབ་ཏུ་ཞི་བར་བྱེད་པའི་སྔགས། མི་རྫུན་པས་ན་བདེན་པར་ཤེས་པར་བྱ་སྟེ། ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པའི་སྔགས་སྨྲས་པ། +ཏདྱ་ཐཱ། ག་ཏེ་ག་ཏེ་པཱ་ར་ག་ཏེ། པཱ་ར་སཾ་ག་ཏེ། བོ་དྷི་སྭ་ཧཱ། +ཤཱ་རིའི་བུ་བྱང་ཆུབ་སེམས་དཔའ་སེམས་དཔའ་ཆེན་པོ་དེ་ལྟར་ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པ་ཟབ་མོ་ལ་བསླབ་པར་བྱའོ། ། +​དེ་ནས་བཅོམ་ལྡན་འདས་ཏིང་ངེ་འཛིན་དེ་ལས་བཞེངས་ཏེ། བྱང་ཆུབ་སེམས་དཔའ་སེམས་དཔའ་ཆེན་པོས་འཕགས་པ ་སྤྱན་རས་དབང་ཕྱུག་ལ་ལེགས་སོ་ཞེས་བྱ་བ་བྱིན་ནས། ལེགས་སོ་ལེགས་སོ། རིགས་ཀྱི་བུ་དེ་དེ་བཞིན་ནོ། །​ +རིགས་ཀྱི་བུ་དེ་དེ་བཞིན་ཏེ། ཇི་ལྟར་ཁྱོད་ཀྱིས་བསྟན་པ་བཞིན་དུ་ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པ་ཟབ་མོ་ལ་སྤྱད་པར་བྱ་སྟེ། +དེ་བཞིན་གཤེགས་པ་རྣམས་ཀྱང་རྗེས་སུ་ཡི་རང་ངོ་། ། +​བཅོམ་ལྡན་འདས་ཀྱིས་དེ་སྐད་ཅེས་བཀའ་སྩལ་ནས། +ཚེ་དང་ལྡན་པ་ཤཱ་ར་དྭ་ཏིའི་བུ་དང་། བྱང་ཆུབ་སེམས་དཔའ་སེམས་དཔའ་ཆེན་པོ་སྤྱན་རས་གཟིགས་དབང་ཕྱུག་དང་། ཐམས་ཅད་དང་ལྡན་པའི་འཁོར་དེ་དག་དང་། ​ལྷ་དང་། མི་དང་། ལྷ་མ་ཡིན་དང་། དྲི་ཟར་བཅས་པའི་འཇིག་རྟེན་ཡི་རངས་ཏེ། བཅོམ་ལྡན་འདས་ཀྱིས་གསུངས་པ་ལ་མངོན་པར་བསྟོད་དོ། ། +​འཕགས་པ་ཤེས་རབ་ཀྱི་ཕ་རོལ་ཏུ་ཕྱིན་པའི་སྙིང་པོ་རྫོགས་སོ། །​ diff --git a/tests/pecha/update/data/ID8Sv2ynVKZX8wIt/layers/26E4/alignment-pdpDABvI2yRSISt6.json b/tests/pecha/update/data/ID8Sv2ynVKZX8wIt/layers/26E4/alignment-pdpDABvI2yRSISt6.json index 09637fd6..8c6e4458 100644 --- a/tests/pecha/update/data/ID8Sv2ynVKZX8wIt/layers/26E4/alignment-pdpDABvI2yRSISt6.json +++ b/tests/pecha/update/data/ID8Sv2ynVKZX8wIt/layers/26E4/alignment-pdpDABvI2yRSISt6.json @@ -1,1610 +1,1610 @@ -{ - "@type": "AnnotationStore", - "@id": "ID8Sv2ynVKZX8wIt", - "resources": [ - { - "@type": "TextResource", - "@id": "26E4", - "@include": "../../base/26E4.txt" - } - ], - "annotationsets": [ - { - "@type": "AnnotationDataSet", - "@id": "segmentation_annotation", - "keys": [ - { - "@type": "DataKey", - "@id": "index" - }, - { - "@type": "DataKey", - "@id": "alignment_index" - }, - { - "@type": "DataKey", - "@id": "segmentation_type" - } - ], - "data": [ - { - "@type": "AnnotationData", - "@id": "4814DF71B7", - "key": "index", - "value": { - "@type": "Int", - "value": 1 - } - }, - { - "@type": "AnnotationData", - "@id": "B614786243", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [] - } - }, - { - "@type": "AnnotationData", - "@id": "5A6F0F0A72", - "key": "segmentation_type", - "value": { - "@type": "String", - "value": "alignment" - } - }, - { - "@type": "AnnotationData", - "@id": "DC8ED054E4", - "key": "index", - "value": { - "@type": "Int", - "value": 2 - } - }, - { - "@type": "AnnotationData", - "@id": "51CEBB45E8", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [] - } - }, - { - "@type": "AnnotationData", - "@id": "2E7615EC06", - "key": "index", - "value": { - "@type": "Int", - "value": 3 - } - }, - { - "@type": "AnnotationData", - "@id": "CD9EEA25C4", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [] - } - }, - { - "@type": "AnnotationData", - "@id": "FCE7E60854", - "key": "index", - "value": { - "@type": "Int", - "value": 4 - } - }, - { - "@type": "AnnotationData", - "@id": "EF7EAB7638", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [] - } - }, - { - "@type": "AnnotationData", - "@id": "E23E3B1BDB", - "key": "index", - "value": { - "@type": "Int", - "value": 5 - } - }, - { - "@type": "AnnotationData", - "@id": "CCBA399F7B", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [] - } - }, - { - "@type": "AnnotationData", - "@id": "71A440B3B1", - "key": "index", - "value": { - "@type": "Int", - "value": 6 - } - }, - { - "@type": "AnnotationData", - "@id": "7756254759", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [] - } - }, - { - "@type": "AnnotationData", - "@id": "E1EF0841B4", - "key": "index", - "value": { - "@type": "Int", - "value": 7 - } - }, - { - "@type": "AnnotationData", - "@id": "2B00908B6B", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [] - } - }, - { - "@type": "AnnotationData", - "@id": "8D00FE0AD2", - "key": "index", - "value": { - "@type": "Int", - "value": 8 - } - }, - { - "@type": "AnnotationData", - "@id": "2A0E5E4FCF", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [] - } - }, - { - "@type": "AnnotationData", - "@id": "F9D3F24F00", - "key": "index", - "value": { - "@type": "Int", - "value": 9 - } - }, - { - "@type": "AnnotationData", - "@id": "2776D23315", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [] - } - }, - { - "@type": "AnnotationData", - "@id": "8E90914588", - "key": "index", - "value": { - "@type": "Int", - "value": 10 - } - }, - { - "@type": "AnnotationData", - "@id": "DC2E9EDB17", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [] - } - }, - { - "@type": "AnnotationData", - "@id": "00B5207CC4", - "key": "index", - "value": { - "@type": "Int", - "value": 11 - } - }, - { - "@type": "AnnotationData", - "@id": "B222E51F1D", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [] - } - }, - { - "@type": "AnnotationData", - "@id": "B9BD43BF49", - "key": "index", - "value": { - "@type": "Int", - "value": 12 - } - }, - { - "@type": "AnnotationData", - "@id": "644FCF646E", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [] - } - }, - { - "@type": "AnnotationData", - "@id": "92DF74D88C", - "key": "index", - "value": { - "@type": "Int", - "value": 13 - } - }, - { - "@type": "AnnotationData", - "@id": "B5062DFB76", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [] - } - }, - { - "@type": "AnnotationData", - "@id": "95577E61C5", - "key": "index", - "value": { - "@type": "Int", - "value": 14 - } - }, - { - "@type": "AnnotationData", - "@id": "66B1964B88", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [] - } - }, - { - "@type": "AnnotationData", - "@id": "13E0E65EDA", - "key": "index", - "value": { - "@type": "Int", - "value": 15 - } - }, - { - "@type": "AnnotationData", - "@id": "CA1F44F4F3", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [] - } - }, - { - "@type": "AnnotationData", - "@id": "A8FC8DC91A", - "key": "index", - "value": { - "@type": "Int", - "value": 16 - } - }, - { - "@type": "AnnotationData", - "@id": "7256547484", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [] - } - }, - { - "@type": "AnnotationData", - "@id": "039341498D", - "key": "index", - "value": { - "@type": "Int", - "value": 17 - } - }, - { - "@type": "AnnotationData", - "@id": "294A285A7B", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [] - } - }, - { - "@type": "AnnotationData", - "@id": "C24259A1F1", - "key": "index", - "value": { - "@type": "Int", - "value": 18 - } - }, - { - "@type": "AnnotationData", - "@id": "F3C22C7746", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [] - } - }, - { - "@type": "AnnotationData", - "@id": "ADDE5A96EE", - "key": "index", - "value": { - "@type": "Int", - "value": 19 - } - }, - { - "@type": "AnnotationData", - "@id": "A5F4B6EBA4", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [] - } - }, - { - "@type": "AnnotationData", - "@id": "DB19648A4C", - "key": "index", - "value": { - "@type": "Int", - "value": 20 - } - }, - { - "@type": "AnnotationData", - "@id": "6AD25830D3", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [] - } - }, - { - "@type": "AnnotationData", - "@id": "55D06FAF50", - "key": "index", - "value": { - "@type": "Int", - "value": 21 - } - }, - { - "@type": "AnnotationData", - "@id": "EA43B23EEB", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [] - } - }, - { - "@type": "AnnotationData", - "@id": "727F2A843F", - "key": "index", - "value": { - "@type": "Int", - "value": 22 - } - }, - { - "@type": "AnnotationData", - "@id": "D61147C47C", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [] - } - }, - { - "@type": "AnnotationData", - "@id": "F6A86A45E1", - "key": "index", - "value": { - "@type": "Int", - "value": 23 - } - }, - { - "@type": "AnnotationData", - "@id": "72D594782C", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [] - } - }, - { - "@type": "AnnotationData", - "@id": "67EE7DF05E", - "key": "index", - "value": { - "@type": "Int", - "value": 24 - } - }, - { - "@type": "AnnotationData", - "@id": "BC74DC7DDB", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [] - } - }, - { - "@type": "AnnotationData", - "@id": "0C1044FD4C", - "key": "index", - "value": { - "@type": "Int", - "value": 25 - } - }, - { - "@type": "AnnotationData", - "@id": "C458C6E6AA", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [] - } - }, - { - "@type": "AnnotationData", - "@id": "4D54F9D516", - "key": "index", - "value": { - "@type": "Int", - "value": 26 - } - }, - { - "@type": "AnnotationData", - "@id": "A38A97DC8E", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [] - } - }, - { - "@type": "AnnotationData", - "@id": "8B298B9166", - "key": "index", - "value": { - "@type": "Int", - "value": 27 - } - }, - { - "@type": "AnnotationData", - "@id": "F585BF1C8B", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [] - } - }, - { - "@type": "AnnotationData", - "@id": "C4B4A74D36", - "key": "index", - "value": { - "@type": "Int", - "value": 28 - } - }, - { - "@type": "AnnotationData", - "@id": "F742320014", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [] - } - }, - { - "@type": "AnnotationData", - "@id": "A857A4AAF8", - "key": "index", - "value": { - "@type": "Int", - "value": 29 - } - }, - { - "@type": "AnnotationData", - "@id": "19A6898965", - "key": "alignment_index", - "value": { - "@type": "List", - "value": [] - } - } - ] - } - ], - "annotations": [ - { - "@type": "Annotation", - "@id": "C5E666C976", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 0 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 54 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4814DF71B7", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "B614786243", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "5A6F0F0A72", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "341B591E94", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 55 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 110 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "DC8ED054E4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "51CEBB45E8", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "5A6F0F0A72", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "8477441252", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 111 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 175 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "2E7615EC06", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "CD9EEA25C4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "5A6F0F0A72", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "F4733137B7", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 176 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 193 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "FCE7E60854", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "EF7EAB7638", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "5A6F0F0A72", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "A0905F7030", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 194 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 251 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "E23E3B1BDB", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "CCBA399F7B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "5A6F0F0A72", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "90950D0BF6", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 252 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 287 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "71A440B3B1", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "7756254759", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "5A6F0F0A72", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "A3C73C9C91", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 288 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 428 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "E1EF0841B4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "2B00908B6B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "5A6F0F0A72", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "E9F8C520A8", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 429 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 527 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "8D00FE0AD2", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "2A0E5E4FCF", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "5A6F0F0A72", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "11A39C321A", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 528 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 669 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "F9D3F24F00", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "2776D23315", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "5A6F0F0A72", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "66B74BAD4D", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 670 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 730 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "8E90914588", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "DC2E9EDB17", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "5A6F0F0A72", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "D747D8AF7D", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 731 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 861 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "00B5207CC4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "B222E51F1D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "5A6F0F0A72", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "7D68F4DCC9", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 862 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1321 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "B9BD43BF49", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "644FCF646E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "5A6F0F0A72", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "381B8B86B1", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1322 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1363 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "92DF74D88C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "B5062DFB76", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "5A6F0F0A72", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "B8A02841BD", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1364 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1435 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "95577E61C5", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "66B1964B88", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "5A6F0F0A72", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "E74DBD5736", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1436 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1516 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "13E0E65EDA", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "CA1F44F4F3", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "5A6F0F0A72", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "018B8DF84C", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1517 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1888 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "A8FC8DC91A", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "7256547484", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "5A6F0F0A72", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "47BB4745B4", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1889 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1976 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "039341498D", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "294A285A7B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "5A6F0F0A72", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "7787B56AAE", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1978 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 2155 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "C24259A1F1", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "F3C22C7746", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "5A6F0F0A72", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "201ECC222E", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 2156 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 2269 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "ADDE5A96EE", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "A5F4B6EBA4", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "5A6F0F0A72", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "AB11BEFF9F", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 2270 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 2366 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "DB19648A4C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "6AD25830D3", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "5A6F0F0A72", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "B799498B23", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 2367 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 2527 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "55D06FAF50", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "EA43B23EEB", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "5A6F0F0A72", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "E3E94FC075", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 2528 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 2763 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "727F2A843F", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "D61147C47C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "5A6F0F0A72", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "C131670966", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 2764 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 2821 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "F6A86A45E1", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "72D594782C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "5A6F0F0A72", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "E03A156D66", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 2822 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 2923 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "67EE7DF05E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "BC74DC7DDB", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "5A6F0F0A72", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "F8BB8B597C", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 2924 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 3106 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "0C1044FD4C", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "C458C6E6AA", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "5A6F0F0A72", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "CA91A97CA6", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 3107 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 3262 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4D54F9D516", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "A38A97DC8E", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "5A6F0F0A72", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "24DA946A61", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 3263 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 3305 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "8B298B9166", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "F585BF1C8B", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "5A6F0F0A72", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "F99850449B", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 3306 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 3548 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "C4B4A74D36", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "F742320014", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "5A6F0F0A72", - "set": "segmentation_annotation" - } - ] - }, - { - "@type": "Annotation", - "@id": "C371862F7C", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 3549 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 3606 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "A857A4AAF8", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "19A6898965", - "set": "segmentation_annotation" - }, - { - "@type": "AnnotationData", - "@id": "5A6F0F0A72", - "set": "segmentation_annotation" - } - ] - } - ] +{ + "@type": "AnnotationStore", + "@id": "ID8Sv2ynVKZX8wIt", + "resources": [ + { + "@type": "TextResource", + "@id": "26E4", + "@include": "../../base/26E4.txt" + } + ], + "annotationsets": [ + { + "@type": "AnnotationDataSet", + "@id": "segmentation_annotation", + "keys": [ + { + "@type": "DataKey", + "@id": "index" + }, + { + "@type": "DataKey", + "@id": "alignment_index" + }, + { + "@type": "DataKey", + "@id": "segmentation_type" + } + ], + "data": [ + { + "@type": "AnnotationData", + "@id": "4814DF71B7", + "key": "index", + "value": { + "@type": "Int", + "value": 1 + } + }, + { + "@type": "AnnotationData", + "@id": "B614786243", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [] + } + }, + { + "@type": "AnnotationData", + "@id": "5A6F0F0A72", + "key": "segmentation_type", + "value": { + "@type": "String", + "value": "alignment" + } + }, + { + "@type": "AnnotationData", + "@id": "DC8ED054E4", + "key": "index", + "value": { + "@type": "Int", + "value": 2 + } + }, + { + "@type": "AnnotationData", + "@id": "51CEBB45E8", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [] + } + }, + { + "@type": "AnnotationData", + "@id": "2E7615EC06", + "key": "index", + "value": { + "@type": "Int", + "value": 3 + } + }, + { + "@type": "AnnotationData", + "@id": "CD9EEA25C4", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [] + } + }, + { + "@type": "AnnotationData", + "@id": "FCE7E60854", + "key": "index", + "value": { + "@type": "Int", + "value": 4 + } + }, + { + "@type": "AnnotationData", + "@id": "EF7EAB7638", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [] + } + }, + { + "@type": "AnnotationData", + "@id": "E23E3B1BDB", + "key": "index", + "value": { + "@type": "Int", + "value": 5 + } + }, + { + "@type": "AnnotationData", + "@id": "CCBA399F7B", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [] + } + }, + { + "@type": "AnnotationData", + "@id": "71A440B3B1", + "key": "index", + "value": { + "@type": "Int", + "value": 6 + } + }, + { + "@type": "AnnotationData", + "@id": "7756254759", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [] + } + }, + { + "@type": "AnnotationData", + "@id": "E1EF0841B4", + "key": "index", + "value": { + "@type": "Int", + "value": 7 + } + }, + { + "@type": "AnnotationData", + "@id": "2B00908B6B", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [] + } + }, + { + "@type": "AnnotationData", + "@id": "8D00FE0AD2", + "key": "index", + "value": { + "@type": "Int", + "value": 8 + } + }, + { + "@type": "AnnotationData", + "@id": "2A0E5E4FCF", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [] + } + }, + { + "@type": "AnnotationData", + "@id": "F9D3F24F00", + "key": "index", + "value": { + "@type": "Int", + "value": 9 + } + }, + { + "@type": "AnnotationData", + "@id": "2776D23315", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [] + } + }, + { + "@type": "AnnotationData", + "@id": "8E90914588", + "key": "index", + "value": { + "@type": "Int", + "value": 10 + } + }, + { + "@type": "AnnotationData", + "@id": "DC2E9EDB17", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [] + } + }, + { + "@type": "AnnotationData", + "@id": "00B5207CC4", + "key": "index", + "value": { + "@type": "Int", + "value": 11 + } + }, + { + "@type": "AnnotationData", + "@id": "B222E51F1D", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [] + } + }, + { + "@type": "AnnotationData", + "@id": "B9BD43BF49", + "key": "index", + "value": { + "@type": "Int", + "value": 12 + } + }, + { + "@type": "AnnotationData", + "@id": "644FCF646E", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [] + } + }, + { + "@type": "AnnotationData", + "@id": "92DF74D88C", + "key": "index", + "value": { + "@type": "Int", + "value": 13 + } + }, + { + "@type": "AnnotationData", + "@id": "B5062DFB76", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [] + } + }, + { + "@type": "AnnotationData", + "@id": "95577E61C5", + "key": "index", + "value": { + "@type": "Int", + "value": 14 + } + }, + { + "@type": "AnnotationData", + "@id": "66B1964B88", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [] + } + }, + { + "@type": "AnnotationData", + "@id": "13E0E65EDA", + "key": "index", + "value": { + "@type": "Int", + "value": 15 + } + }, + { + "@type": "AnnotationData", + "@id": "CA1F44F4F3", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [] + } + }, + { + "@type": "AnnotationData", + "@id": "A8FC8DC91A", + "key": "index", + "value": { + "@type": "Int", + "value": 16 + } + }, + { + "@type": "AnnotationData", + "@id": "7256547484", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [] + } + }, + { + "@type": "AnnotationData", + "@id": "039341498D", + "key": "index", + "value": { + "@type": "Int", + "value": 17 + } + }, + { + "@type": "AnnotationData", + "@id": "294A285A7B", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [] + } + }, + { + "@type": "AnnotationData", + "@id": "C24259A1F1", + "key": "index", + "value": { + "@type": "Int", + "value": 18 + } + }, + { + "@type": "AnnotationData", + "@id": "F3C22C7746", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [] + } + }, + { + "@type": "AnnotationData", + "@id": "ADDE5A96EE", + "key": "index", + "value": { + "@type": "Int", + "value": 19 + } + }, + { + "@type": "AnnotationData", + "@id": "A5F4B6EBA4", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [] + } + }, + { + "@type": "AnnotationData", + "@id": "DB19648A4C", + "key": "index", + "value": { + "@type": "Int", + "value": 20 + } + }, + { + "@type": "AnnotationData", + "@id": "6AD25830D3", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [] + } + }, + { + "@type": "AnnotationData", + "@id": "55D06FAF50", + "key": "index", + "value": { + "@type": "Int", + "value": 21 + } + }, + { + "@type": "AnnotationData", + "@id": "EA43B23EEB", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [] + } + }, + { + "@type": "AnnotationData", + "@id": "727F2A843F", + "key": "index", + "value": { + "@type": "Int", + "value": 22 + } + }, + { + "@type": "AnnotationData", + "@id": "D61147C47C", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [] + } + }, + { + "@type": "AnnotationData", + "@id": "F6A86A45E1", + "key": "index", + "value": { + "@type": "Int", + "value": 23 + } + }, + { + "@type": "AnnotationData", + "@id": "72D594782C", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [] + } + }, + { + "@type": "AnnotationData", + "@id": "67EE7DF05E", + "key": "index", + "value": { + "@type": "Int", + "value": 24 + } + }, + { + "@type": "AnnotationData", + "@id": "BC74DC7DDB", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [] + } + }, + { + "@type": "AnnotationData", + "@id": "0C1044FD4C", + "key": "index", + "value": { + "@type": "Int", + "value": 25 + } + }, + { + "@type": "AnnotationData", + "@id": "C458C6E6AA", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [] + } + }, + { + "@type": "AnnotationData", + "@id": "4D54F9D516", + "key": "index", + "value": { + "@type": "Int", + "value": 26 + } + }, + { + "@type": "AnnotationData", + "@id": "A38A97DC8E", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [] + } + }, + { + "@type": "AnnotationData", + "@id": "8B298B9166", + "key": "index", + "value": { + "@type": "Int", + "value": 27 + } + }, + { + "@type": "AnnotationData", + "@id": "F585BF1C8B", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [] + } + }, + { + "@type": "AnnotationData", + "@id": "C4B4A74D36", + "key": "index", + "value": { + "@type": "Int", + "value": 28 + } + }, + { + "@type": "AnnotationData", + "@id": "F742320014", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [] + } + }, + { + "@type": "AnnotationData", + "@id": "A857A4AAF8", + "key": "index", + "value": { + "@type": "Int", + "value": 29 + } + }, + { + "@type": "AnnotationData", + "@id": "19A6898965", + "key": "alignment_index", + "value": { + "@type": "List", + "value": [] + } + } + ] + } + ], + "annotations": [ + { + "@type": "Annotation", + "@id": "C5E666C976", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 0 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 54 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4814DF71B7", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "B614786243", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "5A6F0F0A72", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "341B591E94", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 55 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 110 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "DC8ED054E4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "51CEBB45E8", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "5A6F0F0A72", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "8477441252", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 111 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 175 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "2E7615EC06", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "CD9EEA25C4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "5A6F0F0A72", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "F4733137B7", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 176 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 193 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "FCE7E60854", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "EF7EAB7638", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "5A6F0F0A72", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "A0905F7030", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 194 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 251 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "E23E3B1BDB", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "CCBA399F7B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "5A6F0F0A72", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "90950D0BF6", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 252 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 287 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "71A440B3B1", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "7756254759", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "5A6F0F0A72", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "A3C73C9C91", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 288 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 428 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "E1EF0841B4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "2B00908B6B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "5A6F0F0A72", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "E9F8C520A8", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 429 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 527 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "8D00FE0AD2", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "2A0E5E4FCF", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "5A6F0F0A72", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "11A39C321A", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 528 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 669 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "F9D3F24F00", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "2776D23315", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "5A6F0F0A72", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "66B74BAD4D", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 670 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 730 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "8E90914588", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "DC2E9EDB17", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "5A6F0F0A72", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "D747D8AF7D", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 731 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 861 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "00B5207CC4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "B222E51F1D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "5A6F0F0A72", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "7D68F4DCC9", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 862 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1321 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "B9BD43BF49", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "644FCF646E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "5A6F0F0A72", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "381B8B86B1", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1322 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1363 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "92DF74D88C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "B5062DFB76", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "5A6F0F0A72", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "B8A02841BD", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1364 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1435 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "95577E61C5", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "66B1964B88", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "5A6F0F0A72", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "E74DBD5736", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1436 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1516 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "13E0E65EDA", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "CA1F44F4F3", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "5A6F0F0A72", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "018B8DF84C", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1517 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1888 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "A8FC8DC91A", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "7256547484", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "5A6F0F0A72", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "47BB4745B4", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1889 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1976 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "039341498D", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "294A285A7B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "5A6F0F0A72", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "7787B56AAE", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1978 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 2155 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "C24259A1F1", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "F3C22C7746", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "5A6F0F0A72", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "201ECC222E", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 2156 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 2269 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "ADDE5A96EE", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "A5F4B6EBA4", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "5A6F0F0A72", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "AB11BEFF9F", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 2270 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 2366 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "DB19648A4C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "6AD25830D3", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "5A6F0F0A72", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "B799498B23", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 2367 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 2527 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "55D06FAF50", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "EA43B23EEB", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "5A6F0F0A72", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "E3E94FC075", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 2528 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 2763 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "727F2A843F", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "D61147C47C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "5A6F0F0A72", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "C131670966", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 2764 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 2821 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "F6A86A45E1", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "72D594782C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "5A6F0F0A72", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "E03A156D66", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 2822 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 2923 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "67EE7DF05E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "BC74DC7DDB", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "5A6F0F0A72", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "F8BB8B597C", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 2924 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 3106 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "0C1044FD4C", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "C458C6E6AA", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "5A6F0F0A72", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "CA91A97CA6", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 3107 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 3262 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4D54F9D516", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "A38A97DC8E", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "5A6F0F0A72", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "24DA946A61", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 3263 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 3305 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "8B298B9166", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "F585BF1C8B", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "5A6F0F0A72", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "F99850449B", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 3306 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 3548 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "C4B4A74D36", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "F742320014", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "5A6F0F0A72", + "set": "segmentation_annotation" + } + ] + }, + { + "@type": "Annotation", + "@id": "C371862F7C", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 3549 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 3606 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "A857A4AAF8", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "19A6898965", + "set": "segmentation_annotation" + }, + { + "@type": "AnnotationData", + "@id": "5A6F0F0A72", + "set": "segmentation_annotation" + } + ] + } + ] } \ No newline at end of file diff --git a/tests/pecha/update/data/ID8Sv2ynVKZX8wIt/layers/26E4/version-ko2uLrLUEyeejg7y.json b/tests/pecha/update/data/ID8Sv2ynVKZX8wIt/layers/26E4/version-ko2uLrLUEyeejg7y.json index 90b7322b..7ce4936e 100644 --- a/tests/pecha/update/data/ID8Sv2ynVKZX8wIt/layers/26E4/version-ko2uLrLUEyeejg7y.json +++ b/tests/pecha/update/data/ID8Sv2ynVKZX8wIt/layers/26E4/version-ko2uLrLUEyeejg7y.json @@ -1,4247 +1,4247 @@ -{ - "@type": "AnnotationStore", - "@id": "ID8Sv2ynVKZX8wIt", - "resources": [ - { - "@type": "TextResource", - "@id": "26E4", - "@include": "../../base/26E4.txt" - } - ], - "annotationsets": [ - { - "@type": "AnnotationDataSet", - "@id": "version", - "keys": [ - { - "@type": "DataKey", - "@id": "operation" - }, - { - "@type": "DataKey", - "@id": "text" - }, - { - "@type": "DataKey", - "@id": "spelling_variation" - } - ], - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "key": "operation", - "value": { - "@type": "String", - "value": "deletion" - } - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "key": "text", - "value": { - "@type": "String", - "value": "" - } - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "key": "spelling_variation", - "value": { - "@type": "String", - "value": "spelling_variant" - } - }, - { - "@type": "AnnotationData", - "@id": "4DB46FB64F", - "key": "operation", - "value": { - "@type": "String", - "value": "insertion" - } - }, - { - "@type": "AnnotationData", - "@id": "09F6D928A2", - "key": "text", - "value": { - "@type": "String", - "value": "༅" - } - }, - { - "@type": "AnnotationData", - "@id": "B048584D44", - "key": "text", - "value": { - "@type": "String", - "value": "ཱ" - } - }, - { - "@type": "AnnotationData", - "@id": "94BDDD4490", - "key": "text", - "value": { - "@type": "String", - "value": "ྀ་" - } - }, - { - "@type": "AnnotationData", - "@id": "F1A8173961", - "key": "text", - "value": { - "@type": "String", - "value": "།" - } - }, - { - "@type": "AnnotationData", - "@id": "A3B0443539", - "key": "text", - "value": { - "@type": "String", - "value": "\n" - } - }, - { - "@type": "AnnotationData", - "@id": "519C257028", - "key": "text", - "value": { - "@type": "String", - "value": "ཏ" - } - }, - { - "@type": "AnnotationData", - "@id": "3113135555", - "key": "text", - "value": { - "@type": "String", - "value": "ན་" - } - }, - { - "@type": "AnnotationData", - "@id": "87E41749EB", - "key": "text", - "value": { - "@type": "String", - "value": "། " - } - }, - { - "@type": "AnnotationData", - "@id": "D7D4D12DA4", - "key": "text", - "value": { - "@type": "String", - "value": "སེམས་དཔའ་" - } - }, - { - "@type": "AnnotationData", - "@id": "46C95F3C22", - "key": "text", - "value": { - "@type": "String", - "value": "རིགས་ཀྱི་བུའམ། " - } - }, - { - "@type": "AnnotationData", - "@id": "BFE9994B96", - "key": "text", - "value": { - "@type": "String", - "value": "མོ་" - } - }, - { - "@type": "AnnotationData", - "@id": "1ED467E4EA", - "key": "text", - "value": { - "@type": "String", - "value": "ི" - } - }, - { - "@type": "AnnotationData", - "@id": "F376CE207E", - "key": "text", - "value": { - "@type": "String", - "value": "རྣམས་" - } - }, - { - "@type": "AnnotationData", - "@id": "6DED8F839B", - "key": "text", - "value": { - "@type": "String", - "value": " " - } - }, - { - "@type": "AnnotationData", - "@id": "2C63298E2C", - "key": "text", - "value": { - "@type": "String", - "value": "་" - } - }, - { - "@type": "AnnotationData", - "@id": "3E7A1F8B73", - "key": "text", - "value": { - "@type": "String", - "value": "འི" - } - }, - { - "@type": "AnnotationData", - "@id": "76264144B1", - "key": "text", - "value": { - "@type": "String", - "value": "ས" - } - }, - { - "@type": "AnnotationData", - "@id": "AA40A64044", - "key": "text", - "value": { - "@type": "String", - "value": "གཟིགས་" - } - }, - { - "@type": "AnnotationData", - "@id": "F41A34A76A", - "key": "text", - "value": { - "@type": "String", - "value": "དེ་" - } - }, - { - "@type": "AnnotationData", - "@id": "864E34436E", - "key": "text", - "value": { - "@type": "String", - "value": "འཕགས་པ་" - } - }, - { - "@type": "AnnotationData", - "@id": "9D98DBCDE5", - "key": "text", - "value": { - "@type": "String", - "value": "བཅོམ་ལྡན་འད" - } - }, - { - "@type": "AnnotationData", - "@id": "C302384957", - "key": "text", - "value": { - "@type": "String", - "value": "མ" - } - }, - { - "@type": "AnnotationData", - "@id": "4430F6142F", - "key": "text", - "value": { - "@type": "String", - "value": "ཞེས་བྱ་བ་ཐེག་པ་ཆེན་པོའི་\nམདོ་" - } - }, - { - "@type": "AnnotationData", - "@id": "243CD7CC0D", - "key": "text", - "value": { - "@type": "String", - "value": "།རྒྱ་གར་གྱི་མཁན་པོ་བི་མ་ལ་མི་ཏྲ་དང་། ལོཙྪ་བ་དགེ་སློང་རིན་ཆེན་སྡེས་བསྒྱུར་ཅིང་། ཞུ་ཆེན་གྱི་ལོ་ཙྪ་བ་དགེ་བློ་དང་ནམ་མཁའ་ལ་སོགས་པས་ཞུས་ཏེ་གཏན་ལ་ཕབ་པ།། །།དཔལ་བསམ་ཡས་ལྷུན་གྱིས་གྲུབ་པའི་གཙུག་ལག་གི་དགེ་རྒྱས་བྱེ་མ་གླིང་གི་རྩིག་ངོས་ལ་བྲིས་པ་\nདང་ཞུ་དག་ལེགས་པར་བགྱིས་སོ།།" - } - } - ] - } - ], - "annotations": [ - { - "@type": "Annotation", - "@id": "6E99999149", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 0 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 55 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "D9AEEEA8FF", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 57 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 57 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4DB46FB64F", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "09F6D928A2", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "6F376E5E4C", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 60 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 61 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "8D7BDD978D", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 84 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 84 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4DB46FB64F", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "B048584D44", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "3386A9221F", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 88 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 89 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "66D66A0897", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 91 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 91 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4DB46FB64F", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "B048584D44", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "5FB18B6541", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 93 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 93 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4DB46FB64F", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "B048584D44", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "14C2774712", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 101 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 102 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "9C94FF51FD", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 105 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 105 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4DB46FB64F", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "94BDDD4490", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "913A8C11A9", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 110 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 111 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "4ECA1DFCBD", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 175 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 176 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "B97562CF20", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 190 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 190 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4DB46FB64F", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "F1A8173961", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "4EB431031C", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 192 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 194 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "F88E61A861", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 199 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 199 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4DB46FB64F", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A3B0443539", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "9CE44F74F4", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 226 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 227 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "A95DA38950", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 227 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 227 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4DB46FB64F", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "519C257028", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "C294B001E5", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 251 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 253 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "BC97F59B0F", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 287 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 288 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "3C084F74FE", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 314 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 314 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4DB46FB64F", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "3113135555", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "4C597D5727", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 335 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 336 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "DD106B2A0D", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 336 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 336 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4DB46FB64F", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "87E41749EB", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "C4A7C46C46", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 369 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 370 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "DC2459888C", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 428 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 429 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "E64943EBF0", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 527 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 529 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "6E0B7DD6A1", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 628 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 628 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4DB46FB64F", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A3B0443539", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "55268F540B", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 635 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 637 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "4E53D03D54", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 659 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 660 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "384FF32858", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 669 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 670 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "252FB14584", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 722 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 723 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "167741F6F8", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 730 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 732 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "3CB1BDD484", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 757 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 758 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "D8B3A54051", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 799 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 799 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4DB46FB64F", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "D7D4D12DA4", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "1D50B07A05", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 842 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 842 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4DB46FB64F", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A3B0443539", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "EDB6547D8A", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 860 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 862 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "C755897945", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 862 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 862 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4DB46FB64F", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "46C95F3C22", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "AFE2D0D89D", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 874 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 874 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4DB46FB64F", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "BFE9994B96", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "C4B24611E3", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 913 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 915 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "3549E4E114", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1043 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1043 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4DB46FB64F", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A3B0443539", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "7364355449", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1065 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1066 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "80F6804959", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1073 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1073 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4DB46FB64F", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "1ED467E4EA", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "D1741F969D", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1103 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1104 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "F92444144F", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1184 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1186 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "3464343C32", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1244 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1245 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "E141125D36", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1286 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1286 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4DB46FB64F", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A3B0443539", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "2B0CAA6CC2", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1321 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1323 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "6F78804BDC", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1362 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1365 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "FCA06DFAA7", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1435 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1437 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "83CA0994CB", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1459 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1460 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "C8A0A0A9BD", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1498 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1498 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4DB46FB64F", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A3B0443539", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "0E1E0E1E35", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1516 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1518 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "3A336FA43F", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1592 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1593 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "D3A84B5584", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1638 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1639 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "76C790E48E", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1667 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1669 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "14C11C504C", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1710 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1710 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4DB46FB64F", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A3B0443539", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "F98AA84A08", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1726 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1727 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "87E57E6797", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1749 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1749 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4DB46FB64F", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "F376CE207E", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "04BFD504BC", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1824 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1825 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "C05E180F04", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1826 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1826 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4DB46FB64F", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "6DED8F839B", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "CD4D3142AA", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1888 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1890 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "99BB041FA9", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1925 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1927 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "BCC194754A", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1927 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1927 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4DB46FB64F", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "2C63298E2C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "E485759C9B", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1976 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1978 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "4A1700AC74", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 1991 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 1992 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "3EAA2CDA27", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 2025 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 2026 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "801E344307", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 2057 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 2058 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "0D88000932", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 2123 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 2124 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "2B3A49DCA3", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 2124 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 2124 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4DB46FB64F", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A3B0443539", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "115B156B4E", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 2155 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 2157 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "F234890E23", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 2259 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 2260 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "4A04AF64FF", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 2269 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 2270 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "A465E27076", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 2345 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 2345 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4DB46FB64F", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A3B0443539", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "3701898976", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 2350 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 2351 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "8860CBB3D2", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 2351 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 2351 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4DB46FB64F", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "3E7A1F8B73", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "DEED2E28C2", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 2366 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 2368 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "3B31B3FEFE", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 2417 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 2417 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4DB46FB64F", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "87E41749EB", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "57395A6851", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 2454 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 2455 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "45F55ADEBA", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 2455 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 2455 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4DB46FB64F", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "87E41749EB", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "8E0788A3AA", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 2527 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 2529 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "F12B02CCCC", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 2551 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 2551 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4DB46FB64F", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A3B0443539", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "E211B84EE3", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 2755 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 2755 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4DB46FB64F", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A3B0443539", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "669920B6D0", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 2763 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 2764 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "BBBD661F8B", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 2816 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 2816 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4DB46FB64F", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "B048584D44", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "0C71E04E44", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 2821 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 2822 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "4BBF47D214", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 2865 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 2865 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4DB46FB64F", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "76264144B1", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "7C0A3678B6", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 2923 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 2925 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "6CC66F5584", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 2980 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 2980 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4DB46FB64F", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A3B0443539", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "C94C83EEE4", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 3004 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 3005 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "A2B2089E28", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 3012 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 3013 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "589CF840B4", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 3022 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 3022 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4DB46FB64F", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "AA40A64044", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "304CA58AD0", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 3076 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 3076 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4DB46FB64F", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "F1A8173961", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "05B44D7A24", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 3104 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 3107 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "83E5E3A33B", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 3158 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 3158 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4DB46FB64F", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "F41A34A76A", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "A1D1FFE22C", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 3191 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 3191 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4DB46FB64F", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A3B0443539", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "86B21E9171", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 3216 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 3217 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "88ACE0BAAA", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 3217 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 3217 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4DB46FB64F", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "6DED8F839B", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "4C13B989B1", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 3262 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 3264 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "B5FD24D4E3", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 3305 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 3306 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "55D9DB4D99", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 3319 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 3320 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "40A48A06EB", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 3372 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 3372 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4DB46FB64F", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "864E34436E", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "69A6E89660", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 3399 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 3400 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "4369973A67", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 3426 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 3429 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "9DBBAAB6B1", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 3434 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 3435 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "088B474308", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 3548 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 3553 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "4B249AD9DE", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 3553 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 3553 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4DB46FB64F", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "9D98DBCDE5", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "B8B1C4818B", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 3555 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 3556 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "3948A448E8", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 3556 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 3556 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4DB46FB64F", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "C302384957", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "F79C32DF79", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 3594 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 3594 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4DB46FB64F", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "4430F6142F", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "87B5AA797B", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 3603 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 3603 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4DB46FB64F", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "F1A8173961", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "A42FF05FA4", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 3605 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 3607 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "05F0CAF928", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "A0874CDA9C", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - }, - { - "@type": "Annotation", - "@id": "F7479BB9BD", - "target": { - "@type": "TextSelector", - "resource": "26E4", - "offset": { - "@type": "Offset", - "begin": { - "@type": "BeginAlignedCursor", - "value": 3607 - }, - "end": { - "@type": "BeginAlignedCursor", - "value": 3607 - } - } - }, - "data": [ - { - "@type": "AnnotationData", - "@id": "4DB46FB64F", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "243CD7CC0D", - "set": "version" - }, - { - "@type": "AnnotationData", - "@id": "E4EB12201A", - "set": "version" - } - ] - } - ] +{ + "@type": "AnnotationStore", + "@id": "ID8Sv2ynVKZX8wIt", + "resources": [ + { + "@type": "TextResource", + "@id": "26E4", + "@include": "../../base/26E4.txt" + } + ], + "annotationsets": [ + { + "@type": "AnnotationDataSet", + "@id": "version", + "keys": [ + { + "@type": "DataKey", + "@id": "operation" + }, + { + "@type": "DataKey", + "@id": "text" + }, + { + "@type": "DataKey", + "@id": "spelling_variation" + } + ], + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "key": "operation", + "value": { + "@type": "String", + "value": "deletion" + } + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "key": "text", + "value": { + "@type": "String", + "value": "" + } + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "key": "spelling_variation", + "value": { + "@type": "String", + "value": "spelling_variant" + } + }, + { + "@type": "AnnotationData", + "@id": "4DB46FB64F", + "key": "operation", + "value": { + "@type": "String", + "value": "insertion" + } + }, + { + "@type": "AnnotationData", + "@id": "09F6D928A2", + "key": "text", + "value": { + "@type": "String", + "value": "༅" + } + }, + { + "@type": "AnnotationData", + "@id": "B048584D44", + "key": "text", + "value": { + "@type": "String", + "value": "ཱ" + } + }, + { + "@type": "AnnotationData", + "@id": "94BDDD4490", + "key": "text", + "value": { + "@type": "String", + "value": "ྀ་" + } + }, + { + "@type": "AnnotationData", + "@id": "F1A8173961", + "key": "text", + "value": { + "@type": "String", + "value": "།" + } + }, + { + "@type": "AnnotationData", + "@id": "A3B0443539", + "key": "text", + "value": { + "@type": "String", + "value": "\n" + } + }, + { + "@type": "AnnotationData", + "@id": "519C257028", + "key": "text", + "value": { + "@type": "String", + "value": "ཏ" + } + }, + { + "@type": "AnnotationData", + "@id": "3113135555", + "key": "text", + "value": { + "@type": "String", + "value": "ན་" + } + }, + { + "@type": "AnnotationData", + "@id": "87E41749EB", + "key": "text", + "value": { + "@type": "String", + "value": "། " + } + }, + { + "@type": "AnnotationData", + "@id": "D7D4D12DA4", + "key": "text", + "value": { + "@type": "String", + "value": "སེམས་དཔའ་" + } + }, + { + "@type": "AnnotationData", + "@id": "46C95F3C22", + "key": "text", + "value": { + "@type": "String", + "value": "རིགས་ཀྱི་བུའམ། " + } + }, + { + "@type": "AnnotationData", + "@id": "BFE9994B96", + "key": "text", + "value": { + "@type": "String", + "value": "མོ་" + } + }, + { + "@type": "AnnotationData", + "@id": "1ED467E4EA", + "key": "text", + "value": { + "@type": "String", + "value": "ི" + } + }, + { + "@type": "AnnotationData", + "@id": "F376CE207E", + "key": "text", + "value": { + "@type": "String", + "value": "རྣམས་" + } + }, + { + "@type": "AnnotationData", + "@id": "6DED8F839B", + "key": "text", + "value": { + "@type": "String", + "value": " " + } + }, + { + "@type": "AnnotationData", + "@id": "2C63298E2C", + "key": "text", + "value": { + "@type": "String", + "value": "་" + } + }, + { + "@type": "AnnotationData", + "@id": "3E7A1F8B73", + "key": "text", + "value": { + "@type": "String", + "value": "འི" + } + }, + { + "@type": "AnnotationData", + "@id": "76264144B1", + "key": "text", + "value": { + "@type": "String", + "value": "ས" + } + }, + { + "@type": "AnnotationData", + "@id": "AA40A64044", + "key": "text", + "value": { + "@type": "String", + "value": "གཟིགས་" + } + }, + { + "@type": "AnnotationData", + "@id": "F41A34A76A", + "key": "text", + "value": { + "@type": "String", + "value": "དེ་" + } + }, + { + "@type": "AnnotationData", + "@id": "864E34436E", + "key": "text", + "value": { + "@type": "String", + "value": "འཕགས་པ་" + } + }, + { + "@type": "AnnotationData", + "@id": "9D98DBCDE5", + "key": "text", + "value": { + "@type": "String", + "value": "བཅོམ་ལྡན་འད" + } + }, + { + "@type": "AnnotationData", + "@id": "C302384957", + "key": "text", + "value": { + "@type": "String", + "value": "མ" + } + }, + { + "@type": "AnnotationData", + "@id": "4430F6142F", + "key": "text", + "value": { + "@type": "String", + "value": "ཞེས་བྱ་བ་ཐེག་པ་ཆེན་པོའི་\nམདོ་" + } + }, + { + "@type": "AnnotationData", + "@id": "243CD7CC0D", + "key": "text", + "value": { + "@type": "String", + "value": "།རྒྱ་གར་གྱི་མཁན་པོ་བི་མ་ལ་མི་ཏྲ་དང་། ལོཙྪ་བ་དགེ་སློང་རིན་ཆེན་སྡེས་བསྒྱུར་ཅིང་། ཞུ་ཆེན་གྱི་ལོ་ཙྪ་བ་དགེ་བློ་དང་ནམ་མཁའ་ལ་སོགས་པས་ཞུས་ཏེ་གཏན་ལ་ཕབ་པ།། །།དཔལ་བསམ་ཡས་ལྷུན་གྱིས་གྲུབ་པའི་གཙུག་ལག་གི་དགེ་རྒྱས་བྱེ་མ་གླིང་གི་རྩིག་ངོས་ལ་བྲིས་པ་\nདང་ཞུ་དག་ལེགས་པར་བགྱིས་སོ།།" + } + } + ] + } + ], + "annotations": [ + { + "@type": "Annotation", + "@id": "6E99999149", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 0 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 55 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "D9AEEEA8FF", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 57 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 57 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4DB46FB64F", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "09F6D928A2", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "6F376E5E4C", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 60 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 61 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "8D7BDD978D", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 84 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 84 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4DB46FB64F", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "B048584D44", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "3386A9221F", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 88 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 89 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "66D66A0897", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 91 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 91 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4DB46FB64F", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "B048584D44", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "5FB18B6541", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 93 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 93 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4DB46FB64F", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "B048584D44", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "14C2774712", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 101 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 102 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "9C94FF51FD", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 105 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 105 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4DB46FB64F", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "94BDDD4490", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "913A8C11A9", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 110 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 111 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "4ECA1DFCBD", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 175 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 176 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "B97562CF20", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 190 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 190 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4DB46FB64F", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "F1A8173961", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "4EB431031C", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 192 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 194 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "F88E61A861", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 199 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 199 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4DB46FB64F", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A3B0443539", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "9CE44F74F4", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 226 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 227 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "A95DA38950", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 227 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 227 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4DB46FB64F", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "519C257028", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "C294B001E5", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 251 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 253 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "BC97F59B0F", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 287 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 288 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "3C084F74FE", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 314 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 314 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4DB46FB64F", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "3113135555", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "4C597D5727", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 335 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 336 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "DD106B2A0D", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 336 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 336 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4DB46FB64F", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "87E41749EB", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "C4A7C46C46", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 369 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 370 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "DC2459888C", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 428 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 429 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "E64943EBF0", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 527 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 529 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "6E0B7DD6A1", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 628 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 628 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4DB46FB64F", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A3B0443539", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "55268F540B", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 635 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 637 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "4E53D03D54", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 659 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 660 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "384FF32858", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 669 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 670 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "252FB14584", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 722 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 723 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "167741F6F8", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 730 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 732 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "3CB1BDD484", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 757 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 758 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "D8B3A54051", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 799 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 799 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4DB46FB64F", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "D7D4D12DA4", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "1D50B07A05", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 842 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 842 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4DB46FB64F", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A3B0443539", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "EDB6547D8A", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 860 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 862 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "C755897945", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 862 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 862 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4DB46FB64F", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "46C95F3C22", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "AFE2D0D89D", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 874 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 874 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4DB46FB64F", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "BFE9994B96", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "C4B24611E3", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 913 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 915 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "3549E4E114", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1043 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1043 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4DB46FB64F", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A3B0443539", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "7364355449", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1065 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1066 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "80F6804959", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1073 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1073 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4DB46FB64F", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "1ED467E4EA", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "D1741F969D", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1103 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1104 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "F92444144F", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1184 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1186 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "3464343C32", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1244 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1245 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "E141125D36", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1286 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1286 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4DB46FB64F", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A3B0443539", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "2B0CAA6CC2", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1321 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1323 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "6F78804BDC", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1362 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1365 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "FCA06DFAA7", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1435 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1437 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "83CA0994CB", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1459 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1460 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "C8A0A0A9BD", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1498 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1498 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4DB46FB64F", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A3B0443539", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "0E1E0E1E35", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1516 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1518 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "3A336FA43F", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1592 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1593 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "D3A84B5584", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1638 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1639 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "76C790E48E", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1667 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1669 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "14C11C504C", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1710 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1710 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4DB46FB64F", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A3B0443539", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "F98AA84A08", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1726 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1727 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "87E57E6797", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1749 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1749 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4DB46FB64F", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "F376CE207E", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "04BFD504BC", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1824 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1825 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "C05E180F04", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1826 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1826 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4DB46FB64F", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "6DED8F839B", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "CD4D3142AA", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1888 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1890 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "99BB041FA9", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1925 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1927 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "BCC194754A", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1927 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1927 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4DB46FB64F", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "2C63298E2C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "E485759C9B", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1976 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1978 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "4A1700AC74", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 1991 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 1992 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "3EAA2CDA27", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 2025 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 2026 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "801E344307", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 2057 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 2058 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "0D88000932", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 2123 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 2124 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "2B3A49DCA3", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 2124 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 2124 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4DB46FB64F", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A3B0443539", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "115B156B4E", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 2155 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 2157 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "F234890E23", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 2259 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 2260 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "4A04AF64FF", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 2269 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 2270 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "A465E27076", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 2345 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 2345 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4DB46FB64F", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A3B0443539", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "3701898976", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 2350 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 2351 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "8860CBB3D2", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 2351 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 2351 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4DB46FB64F", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "3E7A1F8B73", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "DEED2E28C2", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 2366 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 2368 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "3B31B3FEFE", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 2417 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 2417 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4DB46FB64F", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "87E41749EB", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "57395A6851", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 2454 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 2455 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "45F55ADEBA", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 2455 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 2455 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4DB46FB64F", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "87E41749EB", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "8E0788A3AA", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 2527 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 2529 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "F12B02CCCC", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 2551 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 2551 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4DB46FB64F", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A3B0443539", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "E211B84EE3", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 2755 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 2755 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4DB46FB64F", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A3B0443539", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "669920B6D0", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 2763 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 2764 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "BBBD661F8B", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 2816 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 2816 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4DB46FB64F", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "B048584D44", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "0C71E04E44", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 2821 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 2822 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "4BBF47D214", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 2865 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 2865 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4DB46FB64F", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "76264144B1", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "7C0A3678B6", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 2923 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 2925 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "6CC66F5584", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 2980 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 2980 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4DB46FB64F", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A3B0443539", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "C94C83EEE4", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 3004 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 3005 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "A2B2089E28", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 3012 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 3013 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "589CF840B4", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 3022 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 3022 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4DB46FB64F", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "AA40A64044", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "304CA58AD0", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 3076 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 3076 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4DB46FB64F", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "F1A8173961", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "05B44D7A24", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 3104 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 3107 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "83E5E3A33B", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 3158 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 3158 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4DB46FB64F", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "F41A34A76A", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "A1D1FFE22C", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 3191 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 3191 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4DB46FB64F", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A3B0443539", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "86B21E9171", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 3216 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 3217 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "88ACE0BAAA", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 3217 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 3217 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4DB46FB64F", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "6DED8F839B", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "4C13B989B1", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 3262 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 3264 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "B5FD24D4E3", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 3305 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 3306 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "55D9DB4D99", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 3319 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 3320 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "40A48A06EB", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 3372 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 3372 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4DB46FB64F", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "864E34436E", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "69A6E89660", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 3399 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 3400 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "4369973A67", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 3426 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 3429 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "9DBBAAB6B1", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 3434 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 3435 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "088B474308", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 3548 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 3553 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "4B249AD9DE", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 3553 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 3553 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4DB46FB64F", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "9D98DBCDE5", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "B8B1C4818B", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 3555 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 3556 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "3948A448E8", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 3556 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 3556 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4DB46FB64F", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "C302384957", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "F79C32DF79", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 3594 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 3594 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4DB46FB64F", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "4430F6142F", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "87B5AA797B", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 3603 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 3603 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4DB46FB64F", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "F1A8173961", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "A42FF05FA4", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 3605 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 3607 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "05F0CAF928", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "A0874CDA9C", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + }, + { + "@type": "Annotation", + "@id": "F7479BB9BD", + "target": { + "@type": "TextSelector", + "resource": "26E4", + "offset": { + "@type": "Offset", + "begin": { + "@type": "BeginAlignedCursor", + "value": 3607 + }, + "end": { + "@type": "BeginAlignedCursor", + "value": 3607 + } + } + }, + "data": [ + { + "@type": "AnnotationData", + "@id": "4DB46FB64F", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "243CD7CC0D", + "set": "version" + }, + { + "@type": "AnnotationData", + "@id": "E4EB12201A", + "set": "version" + } + ] + } + ] } \ No newline at end of file diff --git a/tests/pecha/update/data/updated_segmentation.json b/tests/pecha/update/data/updated_segmentation.json index c4e0afcc..6e65121b 100644 --- a/tests/pecha/update/data/updated_segmentation.json +++ b/tests/pecha/update/data/updated_segmentation.json @@ -1,72 +1,72 @@ -[ - { - "span": { - "start": 0, - "end": 360 - }, - "index": 1 - }, - { - "span": { - "start": 361, - "end": 721 - }, - "index": 2 - }, - { - "span": { - "start": 722, - "end": 1082 - }, - "index": 3 - }, - { - "span": { - "start": 1083, - "end": 1443 - }, - "index": 4 - }, - { - "span": { - "start": 1444, - "end": 1804 - }, - "index": 5 - }, - { - "span": { - "start": 1805, - "end": 2165 - }, - "index": 6 - }, - { - "span": { - "start": 2166, - "end": 2526 - }, - "index": 7 - }, - { - "span": { - "start": 2527, - "end": 2886 - }, - "index": 8 - }, - { - "span": { - "start": 2887, - "end": 3246 - }, - "index": 9 - }, - { - "span": { - "start": 3247, - "end": 3606 - }, - "index": 10 - } +[ + { + "span": { + "start": 0, + "end": 360 + }, + "index": 1 + }, + { + "span": { + "start": 361, + "end": 721 + }, + "index": 2 + }, + { + "span": { + "start": 722, + "end": 1082 + }, + "index": 3 + }, + { + "span": { + "start": 1083, + "end": 1443 + }, + "index": 4 + }, + { + "span": { + "start": 1444, + "end": 1804 + }, + "index": 5 + }, + { + "span": { + "start": 1805, + "end": 2165 + }, + "index": 6 + }, + { + "span": { + "start": 2166, + "end": 2526 + }, + "index": 7 + }, + { + "span": { + "start": 2527, + "end": 2886 + }, + "index": 8 + }, + { + "span": { + "start": 2887, + "end": 3246 + }, + "index": 9 + }, + { + "span": { + "start": 3247, + "end": 3606 + }, + "index": 10 + } ] \ No newline at end of file diff --git a/tests/test_ids.py b/tests/test_ids.py index 69140a7e..bd41f6fc 100644 --- a/tests/test_ids.py +++ b/tests/test_ids.py @@ -1,33 +1,33 @@ -import re - -from openpecha.ids import ( - get_annotation_id, - get_base_id, - get_layer_id, - get_uuid, -) - - -def test_get_uuid(): - uuid = get_uuid() - assert re.match( - r"^[0-9a-fA-F]{32}$", uuid - ), f"UUID {uuid} is not in the correct format" - -def test_get_base_id(): - base_id = get_base_id() - assert re.match( - r"^[0-9A-F]{4}$", base_id - ), f"Base ID {base_id} is not in the correct format" - - -def test_get_layer_id(): - layer_id = get_layer_id() - assert re.match( - r"^[0-9A-Za-z_-]{16}$", layer_id - ), f"Layer ID {layer_id} is not in the correct format" - - -def test_get_annotation_id(): - ann_id = get_annotation_id() - assert len(ann_id) == 10 +import re + +from openpecha.ids import ( + get_annotation_id, + get_base_id, + get_layer_id, + get_uuid, +) + + +def test_get_uuid(): + uuid = get_uuid() + assert re.match( + r"^[0-9a-fA-F]{32}$", uuid + ), f"UUID {uuid} is not in the correct format" + +def test_get_base_id(): + base_id = get_base_id() + assert re.match( + r"^[0-9A-F]{4}$", base_id + ), f"Base ID {base_id} is not in the correct format" + + +def test_get_layer_id(): + layer_id = get_layer_id() + assert re.match( + r"^[0-9A-Za-z_-]{16}$", layer_id + ), f"Layer ID {layer_id} is not in the correct format" + + +def test_get_annotation_id(): + ann_id = get_annotation_id() + assert len(ann_id) == 10