Spaces:
Sleeping
Sleeping
Commit
·
799b2ba
1
Parent(s):
edd4b9d
import error fix
Browse files- .DS_Store +0 -0
- pipeline/.DS_Store +0 -0
- pipeline/structural_analysis.py +2 -1
.DS_Store
CHANGED
|
Binary files a/.DS_Store and b/.DS_Store differ
|
|
|
pipeline/.DS_Store
CHANGED
|
Binary files a/pipeline/.DS_Store and b/pipeline/.DS_Store differ
|
|
|
pipeline/structural_analysis.py
CHANGED
|
@@ -6,7 +6,8 @@ Enhanced with Juxta/CollateX-inspired advanced alignment algorithms.
|
|
| 6 |
import difflib
|
| 7 |
import re
|
| 8 |
import logging
|
| 9 |
-
from
|
|
|
|
| 10 |
|
| 11 |
logger = logging.getLogger(__name__)
|
| 12 |
|
|
|
|
| 6 |
import difflib
|
| 7 |
import re
|
| 8 |
import logging
|
| 9 |
+
from typing import Dict, List, Tuple, Optional
|
| 10 |
+
from .advanced_alignment import enhanced_structural_analysis
|
| 11 |
|
| 12 |
logger = logging.getLogger(__name__)
|
| 13 |
|