11 lines
331 B
Python
11 lines
331 B
Python
"""
|
|
init file for total registrar, a pathology report structuring tool using LLM
|
|
"""
|
|
|
|
# -*- coding: utf-8 -*-
|
|
__version__ = "0.1.0"
|
|
__date__ = "2025-10-05"
|
|
__author__ = ["Hong-Kai (Walther) Chen", "Po-Yen Tzeng", "Kai-Po Chang"]
|
|
__copyright__ = "Copyright 2025, Med NLP Lab, China Medical University"
|
|
__license__ = "MIT"
|