mirror of
https://github.com/nexus-stc/hyperboria
synced 2024-12-21 09:07:46 +01:00
6 lines
162 B
Python
6 lines
162 B
Python
|
import yaml
|
||
|
from tantipy import TantivyCoder
|
||
|
|
||
|
with open('nexus/summa/schema/scitech.yaml') as file:
|
||
|
scitech_coder = TantivyCoder(yaml.safe_load(file.read()))
|