feat: add notion-corpus-loader - HLDP原生格式解析器 v1.0
This commit is contained in:
parent
a45f15b033
commit
6fefe416a5
9
tools/notion-corpus-loader/src/__init__.py
Normal file
9
tools/notion-corpus-loader/src/__init__.py
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
# 光湖Notion原生格式解析器 · HoloLake Notion Native Format Loader
|
||||||
|
# HLDP://tools/notion-corpus-loader/v1.0
|
||||||
|
|
||||||
|
from .loader import NotionCorpusLoader
|
||||||
|
from .hldp_parser import HLDPParser
|
||||||
|
from .structure import StructuredCorpusItem, CorpusCollection
|
||||||
|
|
||||||
|
__version__ = "1.0.0"
|
||||||
|
__author__ = "铸渊 · ICE-GL-ZY001"
|
||||||
Loading…
x
Reference in New Issue
Block a user