T-Ragx icon indicating copy to clipboard operation
T-Ragx copied to clipboard

module 't_ragx' has no attribute 'processors'

Open AsherYangg opened this issue 1 year ago • 0 comments

Hi, When i try to run the code in colab, it shows : module 't_ragx' has no attribute 'processors'.

Code: input_processor = t_ragx.processors.ElasticInputProcessor()

input_processor.load_general_glossary() input_processor.load_general_translation(elastic_index="general_translation_memory", elasticsearch_host=["https://t-ragx-fossil.rayliu.ca", "https://t-ragx-fossil2.rayliu.ca"]) Screenshot 2024-10-11 142659

AsherYangg avatar Oct 11 '24 13:10 AsherYangg