Radhu903 / Git_Learning-

This repository is mainly set up to learn the workings of github
0 stars 1 forks source link

CMD_DATA #9

Open Radhu903 opened 3 years ago

Radhu903 commented 3 years ago
Microsoft Windows [Version 10.0.19041.867]
(c) 2020 Microsoft Corporation. All rights reserved.

C:\Users\DELL\openDiagram\physchem\python>python search_lib.py --dict activity --sect introduction method --proj activity1
running search main
args Namespace(dict=['activity'], sect=['introduction', 'method'], proj=['activity1'], patt=None, demo=None, loglevel='foo', plot=True, nosearch=False, maxbars=25, languages=['en'], debug=None)
cmd sys.argv ['search_lib.py', '--dict', 'activity', '--sect', 'introduction', 'method', '--proj', 'activity1']
interpreted from cmd arg.demo None
project files not available for  C:\Users\DELL\openDiagram\python\diagrams\satish\cct
project files not available for  C:\Users\DELL\openVirus\miniproject\disease\1-part
project files not available for  C:\Users\DELL\worcester\synthesis
project files not available for  C:\Users\DELL\worcester\explosion
project files not available for  C:\Users\DELL\CEVOpen\minicorpora\activity1
commandline args
dicts ['activity'] <class 'list'>
sects ['introduction', 'method'] <class 'list'>
projs ['activity1'] <class 'list'>
patterns None <class 'NoneType'>
args> Namespace(dict=['activity'], sect=['introduction', 'method'], proj=['activity1'], patt=None, demo=None, loglevel='foo', plot=True, nosearch=False, maxbars=25, languages=['en'], debug=None)

===========allowed sections=========
 ['ABSTRACT', 'ACKNOW', 'AFFIL', 'AUTHOR', 'BACKGROUND', 'DISCUSS', 'EMPTY', 'ETHICS', 'FIG_CAPTION', 'FRONT', 'INTRODUCTION', 'JRNL', 'KEYWORD', 'METHOD', 'MATERIAL', 'OCTREE', 'PDFIMAGE', 'PUB_DATE', 'PUBLISHER', 'REFERENCE', 'RESULTS', 'RESULTS', 'SECTIONS', 'SVG', 'TABLE', 'TITLE', 'WORD']
====================================

=============cannot find section============
 ('unknown section: ', 'introduction')
sections to be used; ALL uses whole document (Not yet tested)

========SECTIONS===========
['ABSTRACT', 'ACKNOW', 'AFFIL', 'AUTHOR', 'BACKGROUND', 'DISCUSS', 'EMPTY', 'ETHICS', 'FIG_CAPTION', 'FRONT', 'INTRODUCTION', 'JRNL', 'KEYWORD', 'METHOD', 'MATERIAL', 'OCTREE', 'PDFIMAGE', 'PUB_DATE', 'PUBLISHER', 'REFERENCE', 'RESULTS', 'RESULTS', 'SECTIONS', 'SVG', 'TABLE', 'TITLE', 'WORD']
===========================

===========================
dict_name: activity
Traceback (most recent call last):
  File "C:\Users\DELL\openDiagram\physchem\python\search_lib.py", line 1136, in <module>
    main()
  File "C:\Users\DELL\openDiagram\physchem\python\search_lib.py", line 1068, in main
    copy_args_to_ami_search(args, ami_search)
  File "C:\Users\DELL\openDiagram\physchem\python\search_lib.py", line 1113, in copy_args_to_ami_search
    ami_search.use_projects(args.proj)
  File "C:\Users\DELL\openDiagram\physchem\python\search_lib.py", line 192, in use_projects
    self.add_project(arg)
  File "C:\Users\DELL\openDiagram\physchem\python\search_lib.py", line 195, in add_project
    AmiSearch._append_facet("project", name, self.ami_projects.project_dict, self.projects)
  File "C:\Users\DELL\openDiagram\physchem\python\search_lib.py", line 203, in _append_facet
    raise Exception("unknown name: " +  name + " in " + str(dikt.keys()))
Exception: unknown name: activity1 in dict_keys(['liion10', 'ffml20', 'oil26', 'diffprot', 'oil186', 'activity', 'hydrodistil', 'invasive'])

C:\Users\DELL\openDiagram\physchem\python>python search_lib.py --dict activity --sect introduction method --proj activity1
running search main
args Namespace(dict=['activity'], sect=['introduction', 'method'], proj=['activity1'], patt=None, demo=None, loglevel='foo', plot=True, nosearch=False, maxbars=25, languages=['en'], debug=None)
cmd sys.argv ['search_lib.py', '--dict', 'activity', '--sect', 'introduction', 'method', '--proj', 'activity1']
interpreted from cmd arg.demo None
project files not available for  C:\Users\DELL\openDiagram\python\diagrams\satish\cct
project files not available for  C:\Users\DELL\openVirus\miniproject\disease\1-part
project files not available for  C:\Users\DELL\worcester\synthesis
project files not available for  C:\Users\DELL\worcester\explosion
commandline args
dicts ['activity'] <class 'list'>
sects ['introduction', 'method'] <class 'list'>
projs ['activity1'] <class 'list'>
patterns None <class 'NoneType'>
args> Namespace(dict=['activity'], sect=['introduction', 'method'], proj=['activity1'], patt=None, demo=None, loglevel='foo', plot=True, nosearch=False, maxbars=25, languages=['en'], debug=None)

===========allowed sections=========
 ['ABSTRACT', 'ACKNOW', 'AFFIL', 'AUTHOR', 'BACKGROUND', 'DISCUSS', 'EMPTY', 'ETHICS', 'FIG_CAPTION', 'FRONT', 'introduction', 'JRNL', 'KEYWORD', 'METHOD', 'MATERIAL', 'OCTREE', 'PDFIMAGE', 'PUB_DATE', 'PUBLISHER', 'REFERENCE', 'RESULTS', 'RESULTS', 'SECTIONS', 'SVG', 'TABLE', 'TITLE', 'WORD']
====================================

=============cannot find section============
 ('unknown section: ', 'method')
sections to be used; ALL uses whole document (Not yet tested)

========SECTIONS===========
['ABSTRACT', 'ACKNOW', 'AFFIL', 'AUTHOR', 'BACKGROUND', 'DISCUSS', 'EMPTY', 'ETHICS', 'FIG_CAPTION', 'FRONT', 'introduction', 'JRNL', 'KEYWORD', 'METHOD', 'MATERIAL', 'OCTREE', 'PDFIMAGE', 'PUB_DATE', 'PUBLISHER', 'REFERENCE', 'RESULTS', 'RESULTS', 'SECTIONS', 'SVG', 'TABLE', 'TITLE', 'WORD']
===========================

===========================
dict_name: activity
Traceback (most recent call last):
  File "C:\Users\DELL\openDiagram\physchem\python\search_lib.py", line 1136, in <module>
    main()
  File "C:\Users\DELL\openDiagram\physchem\python\search_lib.py", line 1068, in main
    copy_args_to_ami_search(args, ami_search)
  File "C:\Users\DELL\openDiagram\physchem\python\search_lib.py", line 1113, in copy_args_to_ami_search
    ami_search.use_projects(args.proj)
  File "C:\Users\DELL\openDiagram\physchem\python\search_lib.py", line 192, in use_projects
    self.add_project(arg)
  File "C:\Users\DELL\openDiagram\physchem\python\search_lib.py", line 195, in add_project
    AmiSearch._append_facet("project", name, self.ami_projects.project_dict, self.projects)
  File "C:\Users\DELL\openDiagram\physchem\python\search_lib.py", line 203, in _append_facet
    raise Exception("unknown name: " +  name + " in " + str(dikt.keys()))
Exception: unknown name: activity1 in dict_keys(['liion10', 'ffml20', 'oil26', 'diffprot', 'oil186', 'activity', 'hydrodistil', 'invasive', 'plantpart'])

C:\Users\DELL\openDiagram\physchem\python>python search_lib.py --dict activity --sect introduction method --proj activity1
running search main
args Namespace(dict=['activity'], sect=['introduction', 'method'], proj=['activity1'], patt=None, demo=None, loglevel='foo', plot=True, nosearch=False, maxbars=25, languages=['en'], debug=None)
cmd sys.argv ['search_lib.py', '--dict', 'activity', '--sect', 'introduction', 'method', '--proj', 'activity1']
interpreted from cmd arg.demo None
project files not available for  C:\Users\DELL\openDiagram\python\diagrams\satish\cct
project files not available for  C:\Users\DELL\openVirus\miniproject\disease\1-part
project files not available for  C:\Users\DELL\worcester\synthesis
project files not available for  C:\Users\DELL\worcester\explosion
commandline args
dicts ['activity'] <class 'list'>
sects ['introduction', 'method'] <class 'list'>
projs ['activity1'] <class 'list'>
patterns None <class 'NoneType'>
args> Namespace(dict=['activity'], sect=['introduction', 'method'], proj=['activity1'], patt=None, demo=None, loglevel='foo', plot=True, nosearch=False, maxbars=25, languages=['en'], debug=None)

===========allowed sections=========
 ['ABSTRACT', 'ACKNOW', 'AFFIL', 'AUTHOR', 'BACKGROUND', 'DISCUSS', 'EMPTY', 'ETHICS', 'FIG_CAPTION', 'FRONT', 'introduction', 'JRNL', 'KEYWORD', 'METHOD', 'MATERIAL', 'OCTREE', 'PDFIMAGE', 'PUB_DATE', 'PUBLISHER', 'REFERENCE', 'RESULTS', 'RESULTS', 'SECTIONS', 'SVG', 'TABLE', 'TITLE', 'WORD']
====================================

=============cannot find section============
 ('unknown section: ', 'method')
sections to be used; ALL uses whole document (Not yet tested)

========SECTIONS===========
['ABSTRACT', 'ACKNOW', 'AFFIL', 'AUTHOR', 'BACKGROUND', 'DISCUSS', 'EMPTY', 'ETHICS', 'FIG_CAPTION', 'FRONT', 'introduction', 'JRNL', 'KEYWORD', 'METHOD', 'MATERIAL', 'OCTREE', 'PDFIMAGE', 'PUB_DATE', 'PUBLISHER', 'REFERENCE', 'RESULTS', 'RESULTS', 'SECTIONS', 'SVG', 'TABLE', 'TITLE', 'WORD']
===========================

===========================
dict_name: activity
Traceback (most recent call last):
  File "C:\Users\DELL\openDiagram\physchem\python\search_lib.py", line 1136, in <module>
    main()
  File "C:\Users\DELL\openDiagram\physchem\python\search_lib.py", line 1068, in main
    copy_args_to_ami_search(args, ami_search)
  File "C:\Users\DELL\openDiagram\physchem\python\search_lib.py", line 1113, in copy_args_to_ami_search
    ami_search.use_projects(args.proj)
  File "C:\Users\DELL\openDiagram\physchem\python\search_lib.py", line 192, in use_projects
    self.add_project(arg)
  File "C:\Users\DELL\openDiagram\physchem\python\search_lib.py", line 195, in add_project
    AmiSearch._append_facet("project", name, self.ami_projects.project_dict, self.projects)
  File "C:\Users\DELL\openDiagram\physchem\python\search_lib.py", line 203, in _append_facet
    raise Exception("unknown name: " +  name + " in " + str(dikt.keys()))
Exception: unknown name: activity1 in dict_keys(['liion10', 'ffml20', 'oil26', 'diffprot', 'oil186', 'activity', 'hydrodistil', 'invasive', 'plantpart'])

C:\Users\DELL\openDiagram\physchem\python>python search_lib.py --dict activity --sect introduction method --proj activity
running search main
args Namespace(dict=['activity'], sect=['introduction', 'method'], proj=['activity'], patt=None, demo=None, loglevel='foo', plot=True, nosearch=False, maxbars=25, languages=['en'], debug=None)
cmd sys.argv ['search_lib.py', '--dict', 'activity', '--sect', 'introduction', 'method', '--proj', 'activity']
interpreted from cmd arg.demo None
project files not available for  C:\Users\DELL\openDiagram\python\diagrams\satish\cct
project files not available for  C:\Users\DELL\openVirus\miniproject\disease\1-part
project files not available for  C:\Users\DELL\worcester\synthesis
project files not available for  C:\Users\DELL\worcester\explosion
commandline args
dicts ['activity'] <class 'list'>
sects ['introduction', 'method'] <class 'list'>
projs ['activity'] <class 'list'>
patterns None <class 'NoneType'>
args> Namespace(dict=['activity'], sect=['introduction', 'method'], proj=['activity'], patt=None, demo=None, loglevel='foo', plot=True, nosearch=False, maxbars=25, languages=['en'], debug=None)

===========allowed sections=========
 ['ABSTRACT', 'ACKNOW', 'AFFIL', 'AUTHOR', 'BACKGROUND', 'DISCUSS', 'EMPTY', 'ETHICS', 'FIG_CAPTION', 'FRONT', 'introduction', 'JRNL', 'KEYWORD', 'METHOD', 'MATERIAL', 'OCTREE', 'PDFIMAGE', 'PUB_DATE', 'PUBLISHER', 'REFERENCE', 'RESULTS', 'RESULTS', 'SECTIONS', 'SVG', 'TABLE', 'TITLE', 'WORD']
====================================

=============cannot find section============
 ('unknown section: ', 'method')
sections to be used; ALL uses whole document (Not yet tested)

========SECTIONS===========
['ABSTRACT', 'ACKNOW', 'AFFIL', 'AUTHOR', 'BACKGROUND', 'DISCUSS', 'EMPTY', 'ETHICS', 'FIG_CAPTION', 'FRONT', 'introduction', 'JRNL', 'KEYWORD', 'METHOD', 'MATERIAL', 'OCTREE', 'PDFIMAGE', 'PUB_DATE', 'PUBLISHER', 'REFERENCE', 'RESULTS', 'RESULTS', 'SECTIONS', 'SVG', 'TABLE', 'TITLE', 'WORD']
===========================

===========================
dict_name: activity
***** project C:\Users\DELL\CEVOpen\minicorpora\activity
finished search

C:\Users\DELL\openDiagram\physchem\python>python search_lib.py --dict activity --sect introduction  --proj activity
running search main
args Namespace(dict=['activity'], sect=['introduction'], proj=['activity'], patt=None, demo=None, loglevel='foo', plot=True, nosearch=False, maxbars=25, languages=['en'], debug=None)
cmd sys.argv ['search_lib.py', '--dict', 'activity', '--sect', 'introduction', '--proj', 'activity']
interpreted from cmd arg.demo None
project files not available for  C:\Users\DELL\openDiagram\python\diagrams\satish\cct
project files not available for  C:\Users\DELL\openVirus\miniproject\disease\1-part
project files not available for  C:\Users\DELL\worcester\synthesis
project files not available for  C:\Users\DELL\worcester\explosion
commandline args
dicts ['activity'] <class 'list'>
sects ['introduction'] <class 'list'>
projs ['activity'] <class 'list'>
patterns None <class 'NoneType'>
args> Namespace(dict=['activity'], sect=['introduction'], proj=['activity'], patt=None, demo=None, loglevel='foo', plot=True, nosearch=False, maxbars=25, languages=['en'], debug=None)
dict_name: activity
***** project C:\Users\DELL\CEVOpen\minicorpora\activity
_DESC <class 'str'> introduction or background; looks for these words anywhere in file titles
PROJ <class 'str'> C:\Users\DELL\CEVOpen\minicorpora\activity
TREE <class 'str'> *
SECTS <class 'str'> **
SUBSECT <class 'str'> *introduction*
SUBSUB <class 'str'> **
FILE <class 'str'> *
SUFFIX <class 'str'> xml
glob {'_DESC': 'introduction or background; looks for these words anywhere in file titles', 'PROJ': 'C:\\Users\\DELL\\CEVOpen\\minicorpora\\activity', 'TREE': '*', 'SECTS': '**', 'SUBSECT': '*introduction*', 'SUBSUB': '**', 'FILE': '*', 'SUFFIX': 'xml'} => C:\Users\DELL\CEVOpen\minicorpora\activity/*/**/*introduction*/**/*.xml
_DESC <class 'str'> introduction or background; looks for these words anywhere in file titles
PROJ <class 'str'> C:\Users\DELL\CEVOpen\minicorpora\activity
TREE <class 'str'> *
SECTS <class 'str'> **
SUBSECT <class 'str'> *background*
SUBSUB <class 'str'> **
FILE <class 'str'> *
SUFFIX <class 'str'> xml
glob {'_DESC': 'introduction or background; looks for these words anywhere in file titles', 'PROJ': 'C:\\Users\\DELL\\CEVOpen\\minicorpora\\activity', 'TREE': '*', 'SECTS': '**', 'SUBSECT': '*background*', 'SUBSUB': '**', 'FILE': '*', 'SUFFIX': 'xml'} => C:\Users\DELL\CEVOpen\minicorpora\activity/*/**/*background*/**/*.xml
files 1203
***** section_files introduction 1203
file C:\Users\DELL\CEVOpen\minicorpora\activity\PMC7210559\sections\1_body\0_1__introduction\0_title.xml
findfont: Font family ['Helvetica'] not found. Falling back to DejaVu Sans.
findfont: Font family ['Helvetica'] not found. Falling back to DejaVu Sans.
tool: C:\Users\DELL\CEVOpen\dictionary\eoActivity\eo_activity\activity
 [('antioxidant', 181), ('antifungal', 111), ('cosmetics', 15), ('analgesic', 15), ('antiseptic', 12), ('derivative', 10), ('antiprotozoal', 8), ('cytotoxicity', 7), ('antispasmodic', 5), ('perfume', 5), ('antiparasitic', 5), ('antiemetic', 4), ('anxiolytic', 4), ('fungicide', 3), ('antitussive', 3), ('diuretic', 3), ('insecticide', 2), ('phytotoxicity', 2), ('aphrodisiac', 2), ('larvicide', 2)]
MOVE make_dictionary
<dictionary title='C:\Users\DELL\CEVOpen\dictionary\eoActivity\eo_activity\activity'>
  <entry term=`antiseptic'/>
  <entry term=`antioxidant'/>
  <entry term=`antiemetic'/>
  <entry term=`cosmetics'/>
  <entry term=`analgesic'/>
  <entry term=`fungicide'/>
  <entry term=`antifungal'/>
  <entry term=`antitussive'/>
  <entry term=`antiprotozoal'/>
  <entry term=`antispasmodic'/>
  <entry term=`cytotoxicity'/>
  <entry term=`perfume'/>
  <entry term=`diuretic'/>
  <entry term=`antiparasitic'/>
  <entry term=`derivative'/>
  <entry term=`anxiolytic'/>
</dictionary>
finished search

C:\Users\DELL\openDiagram\physchem\python>python search_lib.py --dict plantpart --sect introduction  --proj oil186
running search main
args Namespace(dict=['plantpart'], sect=['introduction'], proj=['oil186'], patt=None, demo=None, loglevel='foo', plot=True, nosearch=False, maxbars=25, languages=['en'], debug=None)
cmd sys.argv ['search_lib.py', '--dict', 'plantpart', '--sect', 'introduction', '--proj', 'oil186']
interpreted from cmd arg.demo None
project files not available for  C:\Users\DELL\openDiagram\python\diagrams\satish\cct
project files not available for  C:\Users\DELL\openVirus\miniproject\disease\1-part
project files not available for  C:\Users\DELL\worcester\synthesis
project files not available for  C:\Users\DELL\worcester\explosion
commandline args
dicts ['plantpart'] <class 'list'>
sects ['introduction'] <class 'list'>
projs ['oil186'] <class 'list'>
patterns None <class 'NoneType'>
args> Namespace(dict=['plantpart'], sect=['introduction'], proj=['oil186'], patt=None, demo=None, loglevel='foo', plot=True, nosearch=False, maxbars=25, languages=['en'], debug=None)
dict_name: plantpart
Traceback (most recent call last):
  File "C:\Users\DELL\openDiagram\physchem\python\search_lib.py", line 1136, in <module>
    main()
  File "C:\Users\DELL\openDiagram\physchem\python\search_lib.py", line 1068, in main
    copy_args_to_ami_search(args, ami_search)
  File "C:\Users\DELL\openDiagram\physchem\python\search_lib.py", line 1112, in copy_args_to_ami_search
    ami_search.use_dictionaries(args.dict)
  File "C:\Users\DELL\openDiagram\physchem\python\search_lib.py", line 156, in use_dictionaries
    self.add_dictionary(arg)
  File "C:\Users\DELL\openDiagram\physchem\python\search_lib.py", line 165, in add_dictionary
    AmiSearch._append_facet("dictionary", name, self.ami_dictionaries.dictionary_dict, self.dictionaries)
  File "C:\Users\DELL\openDiagram\physchem\python\search_lib.py", line 203, in _append_facet
    raise Exception("unknown name: " +  name + " in " + str(dikt.keys()))
Exception: unknown name: plantpart in dict_keys(['activity', 'country', 'disease', 'compound', 'plant', 'plant_genus', 'organization', 'plant_compound', 'plant_part', 'invasive_plant', 'animaltest', 'cochrane', 'compchem', 'crispr', 'crystal', 'distributions', 'diterpene', 'drugs', 'edgemammals', 'elements', 'epidemic', 'eurofunders', 'illegaldrugs', 'inn', 'insecticide', 'magnetism', 'monoterpene', 'nal', 'nmrspectroscopy', 'obesity', 'optogenetics', 'pectin', 'photosynth', 'plantDevelopment', 'poverty', 'proteinstruct', 'protpredict', 'refugeeUNHCR', 'sesquiterpene', 'solvents', 'statistics', 'tropicalVirus', 'wetlands', 'wildlife'])

C:\Users\DELL\openDiagram\physchem\python>python search_lib.py --dict eoplant_part --sect introduction  --proj oil186
running search main
args Namespace(dict=['eoplant_part'], sect=['introduction'], proj=['oil186'], patt=None, demo=None, loglevel='foo', plot=True, nosearch=False, maxbars=25, languages=['en'], debug=None)
cmd sys.argv ['search_lib.py', '--dict', 'eoplant_part', '--sect', 'introduction', '--proj', 'oil186']
interpreted from cmd arg.demo None
project files not available for  C:\Users\DELL\openDiagram\python\diagrams\satish\cct
project files not available for  C:\Users\DELL\openVirus\miniproject\disease\1-part
project files not available for  C:\Users\DELL\worcester\synthesis
project files not available for  C:\Users\DELL\worcester\explosion
commandline args
dicts ['eoplant_part'] <class 'list'>
sects ['introduction'] <class 'list'>
projs ['oil186'] <class 'list'>
patterns None <class 'NoneType'>
args> Namespace(dict=['eoplant_part'], sect=['introduction'], proj=['oil186'], patt=None, demo=None, loglevel='foo', plot=True, nosearch=False, maxbars=25, languages=['en'], debug=None)
dict_name: eoplant_part
Traceback (most recent call last):
  File "C:\Users\DELL\openDiagram\physchem\python\search_lib.py", line 1136, in <module>
    main()
  File "C:\Users\DELL\openDiagram\physchem\python\search_lib.py", line 1068, in main
    copy_args_to_ami_search(args, ami_search)
  File "C:\Users\DELL\openDiagram\physchem\python\search_lib.py", line 1112, in copy_args_to_ami_search
    ami_search.use_dictionaries(args.dict)
  File "C:\Users\DELL\openDiagram\physchem\python\search_lib.py", line 156, in use_dictionaries
    self.add_dictionary(arg)
  File "C:\Users\DELL\openDiagram\physchem\python\search_lib.py", line 165, in add_dictionary
    AmiSearch._append_facet("dictionary", name, self.ami_dictionaries.dictionary_dict, self.dictionaries)
  File "C:\Users\DELL\openDiagram\physchem\python\search_lib.py", line 203, in _append_facet
    raise Exception("unknown name: " +  name + " in " + str(dikt.keys()))
Exception: unknown name: eoplant_part in dict_keys(['activity', 'country', 'disease', 'compound', 'plant', 'plant_genus', 'organization', 'plant_compound', 'plant_part', 'invasive_plant', 'animaltest', 'cochrane', 'compchem', 'crispr', 'crystal', 'distributions', 'diterpene', 'drugs', 'edgemammals', 'elements', 'epidemic', 'eurofunders', 'illegaldrugs', 'inn', 'insecticide', 'magnetism', 'monoterpene', 'nal', 'nmrspectroscopy', 'obesity', 'optogenetics', 'pectin', 'photosynth', 'plantDevelopment', 'poverty', 'proteinstruct', 'protpredict', 'refugeeUNHCR', 'sesquiterpene', 'solvents', 'statistics', 'tropicalVirus', 'wetlands', 'wildlife'])

C:\Users\DELL\openDiagram\physchem\python>python search_lib.py --dict plant_part --sect introduction --proj plantpart
running search main
args Namespace(dict=['plant_part'], sect=['introduction'], proj=['plantpart'], patt=None, demo=None, loglevel='foo', plot=True, nosearch=False, maxbars=25, languages=['en'], debug=None)
cmd sys.argv ['search_lib.py', '--dict', 'plant_part', '--sect', 'introduction', '--proj', 'plantpart']
interpreted from cmd arg.demo None
project files not available for  C:\Users\DELL\openDiagram\python\diagrams\satish\cct
project files not available for  C:\Users\DELL\openVirus\miniproject\disease\1-part
project files not available for  C:\Users\DELL\worcester\synthesis
project files not available for  C:\Users\DELL\worcester\explosion
commandline args
dicts ['plant_part'] <class 'list'>
sects ['introduction'] <class 'list'>
projs ['plantpart'] <class 'list'>
patterns None <class 'NoneType'>
args> Namespace(dict=['plant_part'], sect=['introduction'], proj=['plantpart'], patt=None, demo=None, loglevel='foo', plot=True, nosearch=False, maxbars=25, languages=['en'], debug=None)
dict_name: plant_part
***** project C:\Users\DELL\CEVOpen\minicorpora\plantpart
_DESC <class 'str'> introduction or background; looks for these words anywhere in file titles
PROJ <class 'str'> C:\Users\DELL\CEVOpen\minicorpora\plantpart
TREE <class 'str'> *
SECTS <class 'str'> **
SUBSECT <class 'str'> *introduction*
SUBSUB <class 'str'> **
FILE <class 'str'> *
SUFFIX <class 'str'> xml
glob {'_DESC': 'introduction or background; looks for these words anywhere in file titles', 'PROJ': 'C:\\Users\\DELL\\CEVOpen\\minicorpora\\plantpart', 'TREE': '*', 'SECTS': '**', 'SUBSECT': '*introduction*', 'SUBSUB': '**', 'FILE': '*', 'SUFFIX': 'xml'} => C:\Users\DELL\CEVOpen\minicorpora\plantpart/*/**/*introduction*/**/*.xml
_DESC <class 'str'> introduction or background; looks for these words anywhere in file titles
PROJ <class 'str'> C:\Users\DELL\CEVOpen\minicorpora\plantpart
TREE <class 'str'> *
SECTS <class 'str'> **
SUBSECT <class 'str'> *background*
SUBSUB <class 'str'> **
FILE <class 'str'> *
SUFFIX <class 'str'> xml
glob {'_DESC': 'introduction or background; looks for these words anywhere in file titles', 'PROJ': 'C:\\Users\\DELL\\CEVOpen\\minicorpora\\plantpart', 'TREE': '*', 'SECTS': '**', 'SUBSECT': '*background*', 'SUBSUB': '**', 'FILE': '*', 'SUFFIX': 'xml'} => C:\Users\DELL\CEVOpen\minicorpora\plantpart/*/**/*background*/**/*.xml
files 1216
***** section_files introduction 1216
file C:\Users\DELL\CEVOpen\minicorpora\plantpart\PMC7238414\sections\1_body\0_1__introduction\0_title.xml
findfont: Font family ['Helvetica'] not found. Falling back to DejaVu Sans.
findfont: Font family ['Helvetica'] not found. Falling back to DejaVu Sans.
tool: C:\Users\DELL\CEVOpen\dictionary\eoPlantPart\eoplant_part
 [('seed', 82), ('fruit', 69), ('herb', 30), ('leaf', 30), ('root', 22), ('flowering', 19), ('rhizome', 19), ('heartwood', 17), ('peel', 17), ('flower', 12), ('berry', 9), ('bark', 9), ('wood', 8), ('resin', 6), ('shoot', 5), ('trichomes', 5), ('xylem', 4), ('grass', 4), ('panicle', 4), ('calyx', 4), ('epidermis', 4), ('ovary', 3), ('petiole', 2), ('stigma', 2), ('corona', 2), ('placenta', 2)]
MOVE make_dictionary
<dictionary title='C:\Users\DELL\CEVOpen\dictionary\eoPlantPart\eoplant_part'>
  <entry term=`shoot'/>
  <entry term=`herb'/>
  <entry term=`heartwood'/>
  <entry term=`xylem'/>
  <entry term=`leaf'/>
  <entry term=`seed'/>
  <entry term=`berry'/>
  <entry term=`wood'/>
  <entry term=`root'/>
  <entry term=`resin'/>
  <entry term=`trichomes'/>
  <entry term=`fruit'/>
  <entry term=`peel'/>
  <entry term=`flowering'/>
  <entry term=`grass'/>
  <entry term=`flower'/>
  <entry term=`bark'/>
  <entry term=`rhizome'/>
  <entry term=`ovary'/>
  <entry term=`panicle'/>
  <entry term=`calyx'/>
  <entry term=`epidermis'/>
</dictionary>
finished search

C:\Users\DELL\openDiagram\physchem\python>python search_lib.py --dict plant_compound --sect introduction --proj oil186
running search main
args Namespace(dict=['plant_compound'], sect=['introduction'], proj=['oil186'], patt=None, demo=None, loglevel='foo', plot=True, nosearch=False, maxbars=25, languages=['en'], debug=None)
cmd sys.argv ['search_lib.py', '--dict', 'plant_compound', '--sect', 'introduction', '--proj', 'oil186']
interpreted from cmd arg.demo None
project files not available for  C:\Users\DELL\openDiagram\python\diagrams\satish\cct
project files not available for  C:\Users\DELL\openVirus\miniproject\disease\1-part
project files not available for  C:\Users\DELL\worcester\synthesis
project files not available for  C:\Users\DELL\worcester\explosion
commandline args
dicts ['plant_compound'] <class 'list'>
sects ['introduction'] <class 'list'>
projs ['oil186'] <class 'list'>
patterns None <class 'NoneType'>
args> Namespace(dict=['plant_compound'], sect=['introduction'], proj=['oil186'], patt=None, demo=None, loglevel='foo', plot=True, nosearch=False, maxbars=25, languages=['en'], debug=None)
dict_name: plant_compound
***** project C:\Users\DELL\CEVOpen/searches/oil186
_DESC <class 'str'> introduction or background; looks for these words anywhere in file titles
PROJ <class 'str'> C:\Users\DELL\CEVOpen/searches/oil186
TREE <class 'str'> *
SECTS <class 'str'> **
SUBSECT <class 'str'> *introduction*
SUBSUB <class 'str'> **
FILE <class 'str'> *
SUFFIX <class 'str'> xml
glob {'_DESC': 'introduction or background; looks for these words anywhere in file titles', 'PROJ': 'C:\\Users\\DELL\\CEVOpen/searches/oil186', 'TREE': '*', 'SECTS': '**', 'SUBSECT': '*introduction*', 'SUBSUB': '**', 'FILE': '*', 'SUFFIX': 'xml'} => C:\Users\DELL\CEVOpen/searches/oil186/*/**/*introduction*/**/*.xml
_DESC <class 'str'> introduction or background; looks for these words anywhere in file titles
PROJ <class 'str'> C:\Users\DELL\CEVOpen/searches/oil186
TREE <class 'str'> *
SECTS <class 'str'> **
SUBSECT <class 'str'> *background*
SUBSUB <class 'str'> **
FILE <class 'str'> *
SUFFIX <class 'str'> xml
glob {'_DESC': 'introduction or background; looks for these words anywhere in file titles', 'PROJ': 'C:\\Users\\DELL\\CEVOpen/searches/oil186', 'TREE': '*', 'SECTS': '**', 'SUBSECT': '*background*', 'SUBSUB': '**', 'FILE': '*', 'SUFFIX': 'xml'} => C:\Users\DELL\CEVOpen/searches/oil186/*/**/*background*/**/*.xml
files 1002
***** section_files introduction 1002
file C:\Users\DELL\CEVOpen/searches/oil186\PMC4391421\sections\1_body\0_introduction\0_title.xml
findfont: Font family ['Helvetica'] not found. Falling back to DejaVu Sans.
findfont: Font family ['Helvetica'] not found. Falling back to DejaVu Sans.
tool: C:\Users\DELL\CEVOpen\dictionary\eoCompound\plant_compound
 [('carvacrol', 18), ('thymol', 14), ('eugenol', 14), ('caryophyllene', 4), ('chavicol', 4), ('ethanol', 4), ('p-cymene', 3), ('nerol', 3), ('cedrol', 2), ('terpinolene', 2), ('hexane', 2), ('estragole', 2), ('geraniol', 2), ('pulegone', 2), ('sabinene', 2), ('acetone', 2), ('(e)-cinnamaldehyde', 2)]
MOVE make_dictionary
<dictionary title='C:\Users\DELL\CEVOpen\dictionary\eoCompound\plant_compound'>
  <entry term=`thymol'/>
  <entry term=`carvacrol'/>
  <entry term=`eugenol'/>
  <entry term=`p-cymene'/>
  <entry term=`caryophyllene'/>
  <entry term=`chavicol'/>
  <entry term=`ethanol'/>
  <entry term=`nerol'/>
</dictionary>
finished search

C:\Users\DELL\openDiagram\physchem\python>python search_lib.py --dict plant --sect introduction --proj oil186
running search main
args Namespace(dict=['plant'], sect=['introduction'], proj=['oil186'], patt=None, demo=None, loglevel='foo', plot=True, nosearch=False, maxbars=25, languages=['en'], debug=None)
cmd sys.argv ['search_lib.py', '--dict', 'plant', '--sect', 'introduction', '--proj', 'oil186']
interpreted from cmd arg.demo None
project files not available for  C:\Users\DELL\openDiagram\python\diagrams\satish\cct
project files not available for  C:\Users\DELL\openVirus\miniproject\disease\1-part
project files not available for  C:\Users\DELL\worcester\synthesis
project files not available for  C:\Users\DELL\worcester\explosion
commandline args
dicts ['plant'] <class 'list'>
sects ['introduction'] <class 'list'>
projs ['oil186'] <class 'list'>
patterns None <class 'NoneType'>
args> Namespace(dict=['plant'], sect=['introduction'], proj=['oil186'], patt=None, demo=None, loglevel='foo', plot=True, nosearch=False, maxbars=25, languages=['en'], debug=None)
dict_name: plant
***** project C:\Users\DELL\CEVOpen/searches/oil186
_DESC <class 'str'> introduction or background; looks for these words anywhere in file titles
PROJ <class 'str'> C:\Users\DELL\CEVOpen/searches/oil186
TREE <class 'str'> *
SECTS <class 'str'> **
SUBSECT <class 'str'> *introduction*
SUBSUB <class 'str'> **
FILE <class 'str'> *
SUFFIX <class 'str'> xml
glob {'_DESC': 'introduction or background; looks for these words anywhere in file titles', 'PROJ': 'C:\\Users\\DELL\\CEVOpen/searches/oil186', 'TREE': '*', 'SECTS': '**', 'SUBSECT': '*introduction*', 'SUBSUB': '**', 'FILE': '*', 'SUFFIX': 'xml'} => C:\Users\DELL\CEVOpen/searches/oil186/*/**/*introduction*/**/*.xml
_DESC <class 'str'> introduction or background; looks for these words anywhere in file titles
PROJ <class 'str'> C:\Users\DELL\CEVOpen/searches/oil186
TREE <class 'str'> *
SECTS <class 'str'> **
SUBSECT <class 'str'> *background*
SUBSUB <class 'str'> **
FILE <class 'str'> *
SUFFIX <class 'str'> xml
glob {'_DESC': 'introduction or background; looks for these words anywhere in file titles', 'PROJ': 'C:\\Users\\DELL\\CEVOpen/searches/oil186', 'TREE': '*', 'SECTS': '**', 'SUBSECT': '*background*', 'SUBSUB': '**', 'FILE': '*', 'SUFFIX': 'xml'} => C:\Users\DELL\CEVOpen/searches/oil186/*/**/*background*/**/*.xml
files 1002
***** section_files introduction 1002
file C:\Users\DELL\CEVOpen/searches/oil186\PMC4391421\sections\1_body\0_introduction\0_title.xml
findfont: Font family ['Helvetica'] not found. Falling back to DejaVu Sans.
findfont: Font family ['Helvetica'] not found. Falling back to DejaVu Sans.
tool: C:\Users\DELL\CEVOpen\dictionary\eoPlant\plant
 [('basil', 32), ('cinnamon', 24), ('oregano', 12), ('marjoram', 2)]
MOVE make_dictionary
<dictionary title='C:\Users\DELL\CEVOpen\dictionary\eoPlant\plant'>
  <entry term=`cinnamon'/>
  <entry term=`oregano'/>
  <entry term=`basil'/>
</dictionary>
finished search

C:\Users\DELL\openDiagram\physchem\python>python search_lib.py --dict activity --sect introduction method  --proj oil186
running search main
args Namespace(dict=['activity'], sect=['introduction', 'method'], proj=['oil186'], patt=None, demo=None, loglevel='foo', plot=True, nosearch=False, maxbars=25, languages=['en'], debug=None)
cmd sys.argv ['search_lib.py', '--dict', 'activity', '--sect', 'introduction', 'method', '--proj', 'oil186']
interpreted from cmd arg.demo None
project files not available for  C:\Users\DELL\openDiagram\python\diagrams\satish\cct
project files not available for  C:\Users\DELL\openVirus\miniproject\disease\1-part
project files not available for  C:\Users\DELL\worcester\synthesis
project files not available for  C:\Users\DELL\worcester\explosion
commandline args
dicts ['activity'] <class 'list'>
sects ['introduction', 'method'] <class 'list'>
projs ['oil186'] <class 'list'>
patterns None <class 'NoneType'>
args> Namespace(dict=['activity'], sect=['introduction', 'method'], proj=['oil186'], patt=None, demo=None, loglevel='foo', plot=True, nosearch=False, maxbars=25, languages=['en'], debug=None)

===========allowed sections=========
 ['ABSTRACT', 'ACKNOW', 'AFFIL', 'AUTHOR', 'BACKGROUND', 'DISCUSS', 'EMPTY', 'ETHICS', 'FIG_CAPTION', 'FRONT', 'introduction', 'JRNL', 'KEYWORD', 'METHOD', 'MATERIAL', 'OCTREE', 'PDFIMAGE', 'PUB_DATE', 'PUBLISHER', 'REFERENCE', 'RESULTS', 'RESULTS', 'SECTIONS', 'SVG', 'TABLE', 'TITLE', 'WORD']
====================================

=============cannot find section============
 ('unknown section: ', 'method')
sections to be used; ALL uses whole document (Not yet tested)

========SECTIONS===========
['ABSTRACT', 'ACKNOW', 'AFFIL', 'AUTHOR', 'BACKGROUND', 'DISCUSS', 'EMPTY', 'ETHICS', 'FIG_CAPTION', 'FRONT', 'introduction', 'JRNL', 'KEYWORD', 'METHOD', 'MATERIAL', 'OCTREE', 'PDFIMAGE', 'PUB_DATE', 'PUBLISHER', 'REFERENCE', 'RESULTS', 'RESULTS', 'SECTIONS', 'SVG', 'TABLE', 'TITLE', 'WORD']
===========================

===========================
dict_name: activity
***** project C:\Users\DELL\CEVOpen/searches/oil186
finished search

C:\Users\DELL\openDiagram\physchem\python>python search_lib.py --dict activity --sect introduction method  --proj activity1
running search main
args Namespace(dict=['activity'], sect=['introduction', 'method'], proj=['activity1'], patt=None, demo=None, loglevel='foo', plot=True, nosearch=False, maxbars=25, languages=['en'], debug=None)
cmd sys.argv ['search_lib.py', '--dict', 'activity', '--sect', 'introduction', 'method', '--proj', 'activity1']
interpreted from cmd arg.demo None
project files not available for  C:\Users\DELL\openDiagram\python\diagrams\satish\cct
project files not available for  C:\Users\DELL\openVirus\miniproject\disease\1-part
project files not available for  C:\Users\DELL\worcester\synthesis
project files not available for  C:\Users\DELL\worcester\explosion
commandline args
dicts ['activity'] <class 'list'>
sects ['introduction', 'method'] <class 'list'>
projs ['activity1'] <class 'list'>
patterns None <class 'NoneType'>
args> Namespace(dict=['activity'], sect=['introduction', 'method'], proj=['activity1'], patt=None, demo=None, loglevel='foo', plot=True, nosearch=False, maxbars=25, languages=['en'], debug=None)

===========allowed sections=========
 ['ABSTRACT', 'ACKNOW', 'AFFIL', 'AUTHOR', 'BACKGROUND', 'DISCUSS', 'EMPTY', 'ETHICS', 'FIG_CAPTION', 'FRONT', 'introduction', 'JRNL', 'KEYWORD', 'METHOD', 'MATERIAL', 'OCTREE', 'PDFIMAGE', 'PUB_DATE', 'PUBLISHER', 'REFERENCE', 'RESULTS', 'RESULTS', 'SECTIONS', 'SVG', 'TABLE', 'TITLE', 'WORD']
====================================

=============cannot find section============
 ('unknown section: ', 'method')
sections to be used; ALL uses whole document (Not yet tested)

========SECTIONS===========
['ABSTRACT', 'ACKNOW', 'AFFIL', 'AUTHOR', 'BACKGROUND', 'DISCUSS', 'EMPTY', 'ETHICS', 'FIG_CAPTION', 'FRONT', 'introduction', 'JRNL', 'KEYWORD', 'METHOD', 'MATERIAL', 'OCTREE', 'PDFIMAGE', 'PUB_DATE', 'PUBLISHER', 'REFERENCE', 'RESULTS', 'RESULTS', 'SECTIONS', 'SVG', 'TABLE', 'TITLE', 'WORD']
===========================

===========================
dict_name: activity
***** project C:\Users\DELL\activity1
finished search

C:\Users\DELL\openDiagram\physchem\python>python search_lib.py --dict activity --sect introduction  --proj activity1
running search main
args Namespace(dict=['activity'], sect=['introduction'], proj=['activity1'], patt=None, demo=None, loglevel='foo', plot=True, nosearch=False, maxbars=25, languages=['en'], debug=None)
cmd sys.argv ['search_lib.py', '--dict', 'activity', '--sect', 'introduction', '--proj', 'activity1']
interpreted from cmd arg.demo None
project files not available for  C:\Users\DELL\openDiagram\python\diagrams\satish\cct
project files not available for  C:\Users\DELL\openVirus\miniproject\disease\1-part
project files not available for  C:\Users\DELL\worcester\synthesis
project files not available for  C:\Users\DELL\worcester\explosion
commandline args
dicts ['activity'] <class 'list'>
sects ['introduction'] <class 'list'>
projs ['activity1'] <class 'list'>
patterns None <class 'NoneType'>
args> Namespace(dict=['activity'], sect=['introduction'], proj=['activity1'], patt=None, demo=None, loglevel='foo', plot=True, nosearch=False, maxbars=25, languages=['en'], debug=None)
dict_name: activity
Traceback (most recent call last):
  File "C:\Users\DELL\openDiagram\physchem\python\search_lib.py", line 1136, in <module>
    main()
  File "C:\Users\DELL\openDiagram\physchem\python\search_lib.py", line 1068, in main
    copy_args_to_ami_search(args, ami_search)
  File "C:\Users\DELL\openDiagram\physchem\python\search_lib.py", line 1113, in copy_args_to_ami_search
    ami_search.use_projects(args.proj)
  File "C:\Users\DELL\openDiagram\physchem\python\search_lib.py", line 192, in use_projects
    self.add_project(arg)
  File "C:\Users\DELL\openDiagram\physchem\python\search_lib.py", line 195, in add_project
    AmiSearch._append_facet("project", name, self.ami_projects.project_dict, self.projects)
  File "C:\Users\DELL\openDiagram\physchem\python\search_lib.py", line 203, in _append_facet
    raise Exception("unknown name: " +  name + " in " + str(dikt.keys()))
Exception: unknown name: activity1 in dict_keys(['liion10', 'ffml20', 'oil26', 'diffprot', 'oil186', 'eo_activity', 'hydrodistil', 'invasive', 'plantpart'])

C:\Users\DELL\openDiagram\physchem\python>python search_lib.py --dict activity --sect introduction  --proj eo_activity
running search main
args Namespace(dict=['activity'], sect=['introduction'], proj=['eo_activity'], patt=None, demo=None, loglevel='foo', plot=True, nosearch=False, maxbars=25, languages=['en'], debug=None)
cmd sys.argv ['search_lib.py', '--dict', 'activity', '--sect', 'introduction', '--proj', 'eo_activity']
interpreted from cmd arg.demo None
project files not available for  C:\Users\DELL\openDiagram\python\diagrams\satish\cct
project files not available for  C:\Users\DELL\openVirus\miniproject\disease\1-part
project files not available for  C:\Users\DELL\worcester\synthesis
project files not available for  C:\Users\DELL\worcester\explosion
commandline args
dicts ['activity'] <class 'list'>
sects ['introduction'] <class 'list'>
projs ['eo_activity'] <class 'list'>
patterns None <class 'NoneType'>
args> Namespace(dict=['activity'], sect=['introduction'], proj=['eo_activity'], patt=None, demo=None, loglevel='foo', plot=True, nosearch=False, maxbars=25, languages=['en'], debug=None)
dict_name: activity
***** project C:\Users\DELL\eo_activity
_DESC <class 'str'> introduction or background; looks for these words anywhere in file titles
PROJ <class 'str'> C:\Users\DELL\eo_activity
TREE <class 'str'> *
SECTS <class 'str'> **
SUBSECT <class 'str'> *introduction*
SUBSUB <class 'str'> **
FILE <class 'str'> *
SUFFIX <class 'str'> xml
glob {'_DESC': 'introduction or background; looks for these words anywhere in file titles', 'PROJ': 'C:\\Users\\DELL\\eo_activity', 'TREE': '*', 'SECTS': '**', 'SUBSECT': '*introduction*', 'SUBSUB': '**', 'FILE': '*', 'SUFFIX': 'xml'} => C:\Users\DELL\eo_activity/*/**/*introduction*/**/*.xml
_DESC <class 'str'> introduction or background; looks for these words anywhere in file titles
PROJ <class 'str'> C:\Users\DELL\eo_activity
TREE <class 'str'> *
SECTS <class 'str'> **
SUBSECT <class 'str'> *background*
SUBSUB <class 'str'> **
FILE <class 'str'> *
SUFFIX <class 'str'> xml
glob {'_DESC': 'introduction or background; looks for these words anywhere in file titles', 'PROJ': 'C:\\Users\\DELL\\eo_activity', 'TREE': '*', 'SECTS': '**', 'SUBSECT': '*background*', 'SUBSUB': '**', 'FILE': '*', 'SUFFIX': 'xml'} => C:\Users\DELL\eo_activity/*/**/*background*/**/*.xml
files 0
***** section_files introduction 0
findfont: Font family ['Helvetica'] not found. Falling back to DejaVu Sans.
findfont: Font family ['Helvetica'] not found. Falling back to DejaVu Sans.
tool: C:\Users\DELL\CEVOpen\dictionary\eoActivity\eo_activity\activity
 []
MOVE make_dictionary
<dictionary title='C:\Users\DELL\CEVOpen\dictionary\eoActivity\eo_activity\activity'>
</dictionary>
finished search

C:\Users\DELL\openDiagram\physchem\python>python search_lib.py --dict activity --sect introduction  --proj eo_activity
running search main
args Namespace(dict=['activity'], sect=['introduction'], proj=['eo_activity'], patt=None, demo=None, loglevel='foo', plot=True, nosearch=False, maxbars=25, languages=['en'], debug=None)
cmd sys.argv ['search_lib.py', '--dict', 'activity', '--sect', 'introduction', '--proj', 'eo_activity']
interpreted from cmd arg.demo None
project files not available for  C:\Users\DELL\openDiagram\python\diagrams\satish\cct
project files not available for  C:\Users\DELL\openVirus\miniproject\disease\1-part
project files not available for  C:\Users\DELL\worcester\synthesis
project files not available for  C:\Users\DELL\worcester\explosion
commandline args
dicts ['activity'] <class 'list'>
sects ['introduction'] <class 'list'>
projs ['eo_activity'] <class 'list'>
patterns None <class 'NoneType'>
args> Namespace(dict=['activity'], sect=['introduction'], proj=['eo_activity'], patt=None, demo=None, loglevel='foo', plot=True, nosearch=False, maxbars=25, languages=['en'], debug=None)
dict_name: activity
***** project C:\Users\DELL\eo_activity
_DESC <class 'str'> introduction or background; looks for these words anywhere in file titles
PROJ <class 'str'> C:\Users\DELL\eo_activity
TREE <class 'str'> *
SECTS <class 'str'> **
SUBSECT <class 'str'> *introduction*
SUBSUB <class 'str'> **
FILE <class 'str'> *
SUFFIX <class 'str'> xml
glob {'_DESC': 'introduction or background; looks for these words anywhere in file titles', 'PROJ': 'C:\\Users\\DELL\\eo_activity', 'TREE': '*', 'SECTS': '**', 'SUBSECT': '*introduction*', 'SUBSUB': '**', 'FILE': '*', 'SUFFIX': 'xml'} => C:\Users\DELL\eo_activity/*/**/*introduction*/**/*.xml
_DESC <class 'str'> introduction or background; looks for these words anywhere in file titles
PROJ <class 'str'> C:\Users\DELL\eo_activity
TREE <class 'str'> *
SECTS <class 'str'> **
SUBSECT <class 'str'> *background*
SUBSUB <class 'str'> **
FILE <class 'str'> *
SUFFIX <class 'str'> xml
glob {'_DESC': 'introduction or background; looks for these words anywhere in file titles', 'PROJ': 'C:\\Users\\DELL\\eo_activity', 'TREE': '*', 'SECTS': '**', 'SUBSECT': '*background*', 'SUBSUB': '**', 'FILE': '*', 'SUFFIX': 'xml'} => C:\Users\DELL\eo_activity/*/**/*background*/**/*.xml
files 579
***** section_files introduction 579
file C:\Users\DELL\eo_activity\PMC7514039\sections\1_body\0_introduction\0_title.xml
wrote sentence file C:\Users\DELL\eo_activity\PMC7514039\sections\1_body\0_introduction\0_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7514039\sections\1_body\0_introduction\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7514039\sections\1_body\0_introduction\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7514039\sections\1_body\0_introduction\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7540227\sections\1_body\0_introduction\0_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7540227\sections\1_body\0_introduction\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7540227\sections\1_body\0_introduction\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7553295\sections\1_body\0_introduction\0_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7553295\sections\1_body\0_introduction\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7553295\sections\1_body\0_introduction\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7553295\sections\1_body\0_introduction\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7553295\sections\1_body\0_introduction\4_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7587570\sections\1_body\0_1__introduction\0_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7587570\sections\1_body\0_1__introduction\10_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7587570\sections\1_body\0_1__introduction\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7587570\sections\1_body\0_1__introduction\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7587570\sections\1_body\0_1__introduction\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7587570\sections\1_body\0_1__introduction\4_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7587570\sections\1_body\0_1__introduction\5_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7587570\sections\1_body\0_1__introduction\6_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7587570\sections\1_body\0_1__introduction\7_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7587570\sections\1_body\0_1__introduction\8_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7587570\sections\1_body\0_1__introduction\9_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7608662\sections\1_body\0_introduction\0_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7608662\sections\1_body\0_introduction\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7608662\sections\1_body\0_introduction\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7608662\sections\1_body\0_introduction\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7608662\sections\1_body\0_introduction\4_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7608662\sections\1_body\0_introduction\5_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7608662\sections\1_body\0_introduction\6_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7645447\sections\1_body\0_introduction\0_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7645447\sections\1_body\0_introduction\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7645447\sections\1_body\0_introduction\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7645447\sections\1_body\0_introduction\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7645447\sections\1_body\0_introduction\4_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7645447\sections\1_body\0_introduction\5_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7645447\sections\1_body\0_introduction\6_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7656780\sections\1_body\0_introduction\0_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7656780\sections\1_body\0_introduction\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7656780\sections\1_body\0_introduction\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7656780\sections\1_body\0_introduction\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7676977\sections\1_body\0_1__introduction\0_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7676977\sections\1_body\0_1__introduction\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7676977\sections\1_body\0_1__introduction\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7676977\sections\1_body\0_1__introduction\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7676977\sections\1_body\0_1__introduction\4_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7676977\sections\1_body\0_1__introduction\5_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7676977\sections\1_body\0_1__introduction\6_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7684603\sections\1_body\0_introduction\0_label.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7684603\sections\1_body\0_introduction\1_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7684603\sections\1_body\0_introduction\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7684603\sections\1_body\0_introduction\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7684603\sections\1_body\0_introduction\4_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7684603\sections\1_body\0_introduction\5_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7684603\sections\1_body\0_introduction\6_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7684603\sections\1_body\0_introduction\7_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7689164\sections\1_body\0_introduction\0_label.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7689164\sections\1_body\0_introduction\1_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7689164\sections\1_body\0_introduction\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7689164\sections\1_body\0_introduction\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7689164\sections\1_body\0_introduction\4_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7689164\sections\1_body\0_introduction\5_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7689164\sections\1_body\0_introduction\6_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7689164\sections\1_body\0_introduction\7_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7694078\sections\1_body\0_1__introduction\0_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7694078\sections\1_body\0_1__introduction\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7694456\sections\1_body\0_1__introduction\0_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7694456\sections\1_body\0_1__introduction\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7694456\sections\1_body\0_1__introduction\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7694456\sections\1_body\0_1__introduction\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7694456\sections\1_body\0_1__introduction\4_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7694456\sections\1_body\0_1__introduction\5_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7696487\sections\1_body\0_1__introduction\0_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7696487\sections\1_body\0_1__introduction\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7696487\sections\1_body\0_1__introduction\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7696487\sections\1_body\0_1__introduction\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7697828\sections\1_body\0_1__introduction\0_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7697828\sections\1_body\0_1__introduction\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7697828\sections\1_body\0_1__introduction\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7697828\sections\1_body\0_1__introduction\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7697828\sections\1_body\0_1__introduction\4_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7698019\sections\1_body\0_1__introduction\0_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7698019\sections\1_body\0_1__introduction\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7698019\sections\1_body\0_1__introduction\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7698019\sections\1_body\0_1__introduction\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7698019\sections\1_body\0_1__introduction\4_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7698019\sections\1_body\0_1__introduction\5_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7699608\sections\1_body\0_1__introduction\0_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7699608\sections\1_body\0_1__introduction\10_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7699608\sections\1_body\0_1__introduction\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7699608\sections\1_body\0_1__introduction\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7699608\sections\1_body\0_1__introduction\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7699608\sections\1_body\0_1__introduction\4_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7699608\sections\1_body\0_1__introduction\5_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7699608\sections\1_body\0_1__introduction\6_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7699608\sections\1_body\0_1__introduction\7_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7699608\sections\1_body\0_1__introduction\8_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7699608\sections\1_body\0_1__introduction\9_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7715482\sections\1_body\0_introduction\0_label.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7715482\sections\1_body\0_introduction\1_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7715482\sections\1_body\0_introduction\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7715482\sections\1_body\0_introduction\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7715482\sections\1_body\0_introduction\4_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7723237\sections\1_body\0_introduction\0_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7723237\sections\1_body\0_introduction\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7723237\sections\1_body\0_introduction\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7723237\sections\1_body\0_introduction\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7723237\sections\1_body\0_introduction\4_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7723237\sections\1_body\0_introduction\5_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7723237\sections\1_body\0_introduction\6_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7723237\sections\1_body\0_introduction\7_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7723237\sections\1_body\0_introduction\8_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7723237\sections\1_body\0_introduction\9_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7750244\sections\1_body\0_introduction\0_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7750244\sections\1_body\0_introduction\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7750244\sections\1_body\0_introduction\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7750244\sections\1_body\0_introduction\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7750244\sections\1_body\0_introduction\4_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7750244\sections\1_body\0_introduction\5_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7750244\sections\1_body\0_introduction\6_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7765423\sections\1_body\0_1__introduction\0_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7765423\sections\1_body\0_1__introduction\1_1_1__background\0_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7765423\sections\1_body\0_1__introduction\1_1_1__background\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7765423\sections\1_body\0_1__introduction\1_1_1__background\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7765423\sections\1_body\0_1__introduction\2_1_2__microbiology_of_impe\0_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7765423\sections\1_body\0_1__introduction\2_1_2__microbiology_of_impe\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7765423\sections\1_body\0_1__introduction\2_1_2__microbiology_of_impe\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7765423\sections\1_body\0_1__introduction\2_1_2__microbiology_of_impe\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7765423\sections\1_body\0_1__introduction\3_1_3__clinical_presentatio\0_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7765423\sections\1_body\0_1__introduction\3_1_3__clinical_presentatio\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7765423\sections\1_body\0_1__introduction\3_1_3__clinical_presentatio\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7765423\sections\1_body\0_1__introduction\3_1_3__clinical_presentatio\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7765423\sections\1_body\0_1__introduction\4_1_4__morbidity_from_impet\0_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7765423\sections\1_body\0_1__introduction\4_1_4__morbidity_from_impet\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7765423\sections\1_body\0_1__introduction\4_1_4__morbidity_from_impet\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7765423\sections\1_body\0_1__introduction\4_1_4__morbidity_from_impet\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7765423\sections\1_body\0_1__introduction\4_1_4__morbidity_from_impet\4_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7765853\sections\1_body\0_1__introduction\0_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7765853\sections\1_body\0_1__introduction\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7765853\sections\1_body\0_1__introduction\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7765853\sections\1_body\0_1__introduction\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7767362\sections\1_body\0_1__introduction\0_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7767362\sections\1_body\0_1__introduction\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7782911\sections\1_body\0_introduction\0_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7782911\sections\1_body\0_introduction\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7782911\sections\1_body\0_introduction\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7786145\sections\1_body\0_introduction\0_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7786145\sections\1_body\0_introduction\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7786145\sections\1_body\0_introduction\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7786145\sections\1_body\0_introduction\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7786145\sections\1_body\0_introduction\4_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7791585\sections\1_body\0_introduction\0_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7791585\sections\1_body\0_introduction\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7791585\sections\1_body\0_introduction\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7791585\sections\1_body\0_introduction\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7791585\sections\1_body\0_introduction\4_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7791585\sections\1_body\0_introduction\5_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7795351\sections\1_body\0_1__introduction\0_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7795351\sections\1_body\0_1__introduction\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7795351\sections\1_body\0_1__introduction\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7795351\sections\1_body\0_1__introduction\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7795889\sections\1_body\0_1__introduction\0_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7795889\sections\1_body\0_1__introduction\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7795889\sections\1_body\0_1__introduction\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7795889\sections\1_body\0_1__introduction\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7802582\sections\1_body\0_introduction\0_label.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7802582\sections\1_body\0_introduction\1_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7802582\sections\1_body\0_introduction\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7802582\sections\1_body\0_introduction\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7802582\sections\1_body\0_introduction\4_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7802582\sections\1_body\0_introduction\5_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7820481\sections\1_body\0_introduction\0_label.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7820481\sections\1_body\0_introduction\1_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7820481\sections\1_body\0_introduction\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7820481\sections\1_body\0_introduction\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7820481\sections\1_body\0_introduction\4_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7820481\sections\1_body\0_introduction\5_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7820481\sections\1_body\0_introduction\6_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7820482\sections\1_body\0_introduction\0_label.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7820482\sections\1_body\0_introduction\1_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7820482\sections\1_body\0_introduction\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7820482\sections\1_body\0_introduction\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7823572\sections\1_body\0_1__introduction\0_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7823572\sections\1_body\0_1__introduction\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7823572\sections\1_body\0_1__introduction\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7823572\sections\1_body\0_1__introduction\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7823572\sections\1_body\0_1__introduction\4_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7823572\sections\1_body\0_1__introduction\5_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7824577\sections\1_body\0_1__introduction\0_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7824577\sections\1_body\0_1__introduction\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7824577\sections\1_body\0_1__introduction\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7824577\sections\1_body\0_1__introduction\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7824577\sections\1_body\0_1__introduction\4_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7824577\sections\1_body\0_1__introduction\5_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7824577\sections\1_body\0_1__introduction\6_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7824638\sections\1_body\0_1__introduction\0_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7824638\sections\1_body\0_1__introduction\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7824638\sections\1_body\0_1__introduction\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7824638\sections\1_body\0_1__introduction\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7824638\sections\1_body\0_1__introduction\4_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7824638\sections\1_body\0_1__introduction\5_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7824789\sections\1_body\0_1__introduction\0_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7824789\sections\1_body\0_1__introduction\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7824789\sections\1_body\0_1__introduction\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7824789\sections\1_body\0_1__introduction\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7824789\sections\1_body\0_1__introduction\4_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7826859\sections\1_body\0_1__introduction\0_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7826859\sections\1_body\0_1__introduction\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7826859\sections\1_body\0_1__introduction\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7826859\sections\1_body\0_1__introduction\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7826859\sections\1_body\0_1__introduction\4_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7827611\sections\1_body\0_1__introduction\0_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7827611\sections\1_body\0_1__introduction\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7827611\sections\1_body\0_1__introduction\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7827611\sections\1_body\0_1__introduction\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7827611\sections\1_body\0_1__introduction\4_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7830555\sections\1_body\0_1__introduction\0_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7830555\sections\1_body\0_1__introduction\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7830555\sections\1_body\0_1__introduction\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7830555\sections\1_body\0_1__introduction\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7830555\sections\1_body\0_1__introduction\4_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7830555\sections\1_body\0_1__introduction\5_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7857882\sections\1_body\0_1__introduction\0_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7857882\sections\1_body\0_1__introduction\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7857882\sections\1_body\0_1__introduction\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7857882\sections\1_body\0_1__introduction\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7857882\sections\1_body\0_1__introduction\4_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7867005\sections\1_body\0_1__introduction\0_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7867005\sections\1_body\0_1__introduction\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7867005\sections\1_body\0_1__introduction\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7867005\sections\1_body\0_1__introduction\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7867005\sections\1_body\0_1__introduction\4_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7867005\sections\1_body\0_1__introduction\5_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7867005\sections\1_body\0_1__introduction\6_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7867005\sections\1_body\0_1__introduction\7_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7875557\sections\1_body\0_introduction\0_label.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7875557\sections\1_body\0_introduction\1_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7875557\sections\1_body\0_introduction\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7875557\sections\1_body\0_introduction\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7875557\sections\1_body\0_introduction\4_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7875557\sections\1_body\0_introduction\5_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7875557\sections\1_body\0_introduction\6_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7875557\sections\1_body\0_introduction\7_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7875557\sections\1_body\0_introduction\8_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7875557\sections\1_body\0_introduction\9_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7889342\sections\1_body\0_1__introduction\0_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7889342\sections\1_body\0_1__introduction\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7889342\sections\1_body\0_1__introduction\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7889342\sections\1_body\0_1__introduction\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7890214\sections\1_body\0_introduction\0_label.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7890214\sections\1_body\0_introduction\1_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7890214\sections\1_body\0_introduction\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7890214\sections\1_body\0_introduction\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7890214\sections\1_body\0_introduction\4_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7899931\sections\1_body\0_introduction\0_label.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7899931\sections\1_body\0_introduction\10_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7899931\sections\1_body\0_introduction\11_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7899931\sections\1_body\0_introduction\1_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7899931\sections\1_body\0_introduction\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7899931\sections\1_body\0_introduction\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7899931\sections\1_body\0_introduction\4_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7899931\sections\1_body\0_introduction\5_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7899931\sections\1_body\0_introduction\6_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7899931\sections\1_body\0_introduction\7_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7899931\sections\1_body\0_introduction\8_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7899931\sections\1_body\0_introduction\9_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7902805\sections\1_body\0_introduction\0_label.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7902805\sections\1_body\0_introduction\1_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7902805\sections\1_body\0_introduction\2_trichomonads_and_trichomo\0_label.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7902805\sections\1_body\0_introduction\2_trichomonads_and_trichomo\1_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7902805\sections\1_body\0_introduction\2_trichomonads_and_trichomo\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7902805\sections\1_body\0_introduction\2_trichomonads_and_trichomo\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7902805\sections\1_body\0_introduction\2_trichomonads_and_trichomo\4_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7902805\sections\1_body\0_introduction\2_trichomonads_and_trichomo\5_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7902805\sections\1_body\0_introduction\2_trichomonads_and_trichomo\6_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7902805\sections\1_body\0_introduction\3_challenges_to_the_effecti\0_label.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7902805\sections\1_body\0_introduction\3_challenges_to_the_effecti\1_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7902805\sections\1_body\0_introduction\3_challenges_to_the_effecti\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7902805\sections\1_body\0_introduction\3_challenges_to_the_effecti\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7902805\sections\1_body\0_introduction\3_challenges_to_the_effecti\4_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7902805\sections\1_body\0_introduction\3_challenges_to_the_effecti\5_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7904114\sections\1_body\0_introduction\0_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7904114\sections\1_body\0_introduction\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7904114\sections\1_body\0_introduction\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7904114\sections\1_body\0_introduction\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7909524\sections\1_body\0_1__introduction\0_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7909524\sections\1_body\0_1__introduction\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7909524\sections\1_body\0_1__introduction\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7909524\sections\1_body\0_1__introduction\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7909524\sections\1_body\0_1__introduction\4_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7913593\sections\1_body\0_1__introduction\0_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7913593\sections\1_body\0_1__introduction\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7913593\sections\1_body\0_1__introduction\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7913593\sections\1_body\0_1__introduction\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7913593\sections\1_body\0_1__introduction\4_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7913593\sections\1_body\0_1__introduction\5_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7914077\sections\1_body\0_1__introduction\0_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7914077\sections\1_body\0_1__introduction\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7914077\sections\1_body\0_1__introduction\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7914077\sections\1_body\0_1__introduction\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7914077\sections\1_body\0_1__introduction\4_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7914077\sections\1_body\0_1__introduction\5_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7914769\sections\1_body\0_1__introduction\0_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7914769\sections\1_body\0_1__introduction\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7914769\sections\1_body\0_1__introduction\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7914769\sections\1_body\0_1__introduction\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7914769\sections\1_body\0_1__introduction\4_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7915315\sections\1_body\0_1__introduction\0_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7915315\sections\1_body\0_1__introduction\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7915315\sections\1_body\0_1__introduction\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7915315\sections\1_body\0_1__introduction\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7915315\sections\1_body\0_1__introduction\4_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7915315\sections\1_body\0_1__introduction\5_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7916406\sections\1_body\0_1__introduction\0_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7916406\sections\1_body\0_1__introduction\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7916406\sections\1_body\0_1__introduction\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7917779\sections\1_body\0_1__introduction\0_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7917779\sections\1_body\0_1__introduction\10_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7917779\sections\1_body\0_1__introduction\11_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7917779\sections\1_body\0_1__introduction\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7917779\sections\1_body\0_1__introduction\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7917779\sections\1_body\0_1__introduction\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7917779\sections\1_body\0_1__introduction\4_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7917779\sections\1_body\0_1__introduction\5_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7917779\sections\1_body\0_1__introduction\6_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7917779\sections\1_body\0_1__introduction\7_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7917779\sections\1_body\0_1__introduction\8_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7917779\sections\1_body\0_1__introduction\9_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7917929\sections\1_body\0_1__introduction\0_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7917929\sections\1_body\0_1__introduction\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7917929\sections\1_body\0_1__introduction\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7917929\sections\1_body\0_1__introduction\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7917929\sections\1_body\0_1__introduction\4_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7917929\sections\1_body\0_1__introduction\5_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7918425\sections\1_body\0_1__introduction\0_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7918425\sections\1_body\0_1__introduction\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7918425\sections\1_body\0_1__introduction\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7918425\sections\1_body\0_1__introduction\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7918425\sections\1_body\0_1__introduction\4_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7918425\sections\1_body\0_1__introduction\5_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7918836\sections\1_body\0_1__introduction\0_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7918836\sections\1_body\0_1__introduction\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7918836\sections\1_body\0_1__introduction\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7918836\sections\1_body\0_1__introduction\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7918836\sections\1_body\0_1__introduction\4_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7919894\sections\1_body\0_introduction\0_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7919894\sections\1_body\0_introduction\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7919894\sections\1_body\0_introduction\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7919894\sections\1_body\0_introduction\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7919894\sections\1_body\0_introduction\4_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7922514\sections\1_body\0_1__introduction\0_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7922514\sections\1_body\0_1__introduction\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7922936\sections\1_body\0_1__introduction\0_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7922936\sections\1_body\0_1__introduction\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7922936\sections\1_body\0_1__introduction\2_1_1__p_glycoprotein_media\0_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7922936\sections\1_body\0_1__introduction\2_1_1__p_glycoprotein_media\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7922936\sections\1_body\0_1__introduction\2_1_1__p_glycoprotein_media\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7922936\sections\1_body\0_1__introduction\3_1_2__the_genus_euphorbia_\0_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7922936\sections\1_body\0_1__introduction\3_1_2__the_genus_euphorbia_\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7922936\sections\1_body\0_1__introduction\3_1_2__the_genus_euphorbia_\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7922936\sections\1_body\0_1__introduction\3_1_2__the_genus_euphorbia_\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7922936\sections\1_body\0_1__introduction\3_1_2__the_genus_euphorbia_\4_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7922942\sections\1_body\0_1__introduction\0_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7922942\sections\1_body\0_1__introduction\10_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7922942\sections\1_body\0_1__introduction\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7922942\sections\1_body\0_1__introduction\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7922942\sections\1_body\0_1__introduction\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7922942\sections\1_body\0_1__introduction\4_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7922942\sections\1_body\0_1__introduction\5_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7922942\sections\1_body\0_1__introduction\6_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7922942\sections\1_body\0_1__introduction\7_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7922942\sections\1_body\0_1__introduction\8_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7922942\sections\1_body\0_1__introduction\9_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7923270\sections\1_body\0_1__introduction\0_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7923270\sections\1_body\0_1__introduction\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7923270\sections\1_body\0_1__introduction\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7923270\sections\1_body\0_1__introduction\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7923270\sections\1_body\0_1__introduction\4_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7923270\sections\1_body\0_1__introduction\5_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7923270\sections\1_body\0_1__introduction\6_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7923432\sections\1_body\0_1__introduction\0_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7923432\sections\1_body\0_1__introduction\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7934435\sections\1_body\0_introduction\0_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7934435\sections\1_body\0_introduction\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7934435\sections\1_body\0_introduction\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7934435\sections\1_body\0_introduction\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7960047\sections\1_body\0_1__introduction\0_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7960047\sections\1_body\0_1__introduction\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7960047\sections\1_body\0_1__introduction\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7960047\sections\1_body\0_1__introduction\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7960047\sections\1_body\0_1__introduction\4_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7960047\sections\1_body\0_1__introduction\5_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7960047\sections\1_body\0_1__introduction\6_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7984878\sections\1_body\0_1__introduction\0_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7984878\sections\1_body\0_1__introduction\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7984878\sections\1_body\0_1__introduction\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7984878\sections\1_body\0_1__introduction\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7984878\sections\1_body\0_1__introduction\4_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7993383\sections\1_body\0_introduction\0_label.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7993383\sections\1_body\0_introduction\1_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7993383\sections\1_body\0_introduction\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7993383\sections\1_body\0_introduction\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7993383\sections\1_body\0_introduction\4_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7994895\sections\1_body\0_introduction\0_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7994895\sections\1_body\0_introduction\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7994895\sections\1_body\0_introduction\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7996600\sections\1_body\0_1__introduction\0_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7996600\sections\1_body\0_1__introduction\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7996600\sections\1_body\0_1__introduction\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7996600\sections\1_body\0_1__introduction\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7996600\sections\1_body\0_1__introduction\4_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7996600\sections\1_body\0_1__introduction\5_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7999214\sections\1_body\0_1__introduction\0_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7999214\sections\1_body\0_1__introduction\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7999214\sections\1_body\0_1__introduction\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7999453\sections\1_body\0_1__introduction\0_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7999453\sections\1_body\0_1__introduction\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7999453\sections\1_body\0_1__introduction\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7999453\sections\1_body\0_1__introduction\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7999453\sections\1_body\0_1__introduction\4_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7999460\sections\1_body\0_1__introduction\0_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7999460\sections\1_body\0_1__introduction\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7999460\sections\1_body\0_1__introduction\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7999460\sections\1_body\0_1__introduction\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC8000339\sections\1_body\0_1__introduction\0_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC8000339\sections\1_body\0_1__introduction\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC8000339\sections\1_body\0_1__introduction\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC8000339\sections\1_body\0_1__introduction\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC8000339\sections\1_body\0_1__introduction\4_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC8000339\sections\1_body\0_1__introduction\5_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC8000339\sections\1_body\0_1__introduction\6_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC8000775\sections\1_body\0_1__introduction\0_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC8000775\sections\1_body\0_1__introduction\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC8000775\sections\1_body\0_1__introduction\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC8000775\sections\1_body\0_1__introduction\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC8000775\sections\1_body\0_1__introduction\4_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC8000775\sections\1_body\0_1__introduction\5_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC8003562\sections\1_body\0_1__introduction\0_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC8003562\sections\1_body\0_1__introduction\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC8003562\sections\1_body\0_1__introduction\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC8003562\sections\1_body\0_1__introduction\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC8003562\sections\1_body\0_1__introduction\4_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC8017187\sections\1_body\0_introduction\0_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC8017187\sections\1_body\0_introduction\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC8017187\sections\1_body\0_introduction\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC8017187\sections\1_body\0_introduction\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC8017187\sections\1_body\0_introduction\4_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC8020337\sections\1_body\0_introduction\0_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC8020337\sections\1_body\0_introduction\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC8020337\sections\1_body\0_introduction\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC8020337\sections\1_body\0_introduction\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC8020337\sections\1_body\0_introduction\4_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC8036487\sections\1_body\0_1__introduction\0_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC8036487\sections\1_body\0_1__introduction\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC8036921\sections\1_body\0_1__introduction\0_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC8036921\sections\1_body\0_1__introduction\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC8036921\sections\1_body\0_1__introduction\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC8036921\sections\1_body\0_1__introduction\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC8036921\sections\1_body\0_1__introduction\4_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC8036921\sections\1_body\0_1__introduction\5_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC8036921\sections\1_body\0_1__introduction\6_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC8036921\sections\1_body\0_1__introduction\7_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC8036921\sections\1_body\0_1__introduction\8_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC8038092\sections\1_body\0_1__introduction\0_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC8038092\sections\1_body\0_1__introduction\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC8038092\sections\1_body\0_1__introduction\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC8038092\sections\1_body\0_1__introduction\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7479404\sections\1_body\0_background\0_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7479404\sections\1_body\0_background\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7479404\sections\1_body\0_background\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7479404\sections\1_body\0_background\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7479404\sections\1_body\0_background\10_plant_essential_oils_and_\0_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7479404\sections\1_body\0_background\10_plant_essential_oils_and_\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7479404\sections\1_body\0_background\10_plant_essential_oils_and_\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7479404\sections\1_body\0_background\10_plant_essential_oils_and_\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7479404\sections\1_body\0_background\11_manuka_honey\0_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7479404\sections\1_body\0_background\11_manuka_honey\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7479404\sections\1_body\0_background\12_resveratrol_from_grapes\0_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7479404\sections\1_body\0_background\12_resveratrol_from_grapes\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7479404\sections\1_body\0_background\12_resveratrol_from_grapes\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7479404\sections\1_body\0_background\13_marine_compounds\0_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7479404\sections\1_body\0_background\13_marine_compounds\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7479404\sections\1_body\0_background\14_medicinal_plants__extract\0_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7479404\sections\1_body\0_background\14_medicinal_plants__extract\1_plant_extracts_and_bioact\0_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7479404\sections\1_body\0_background\14_medicinal_plants__extract\1_plant_extracts_and_bioact\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7479404\sections\1_body\0_background\14_medicinal_plants__extract\1_plant_extracts_and_bioact\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7479404\sections\1_body\0_background\14_medicinal_plants__extract\1_plant_extracts_and_bioact\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7479404\sections\1_body\0_background\14_medicinal_plants__extract\1_plant_extracts_and_bioact\4_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7479404\sections\1_body\0_background\14_medicinal_plants__extract\1_plant_extracts_and_bioact\5_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7479404\sections\1_body\0_background\14_medicinal_plants__extract\1_plant_extracts_and_bioact\6_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7479404\sections\1_body\0_background\14_medicinal_plants__extract\2_plant_extracts___human_st\0_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7479404\sections\1_body\0_background\14_medicinal_plants__extract\2_plant_extracts___human_st\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7479404\sections\1_body\0_background\14_medicinal_plants__extract\2_plant_extracts___human_st\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7479404\sections\1_body\0_background\14_medicinal_plants__extract\3_plant_compounds\0_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7479404\sections\1_body\0_background\14_medicinal_plants__extract\3_plant_compounds\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7479404\sections\1_body\0_background\15_anthraquinones\0_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7479404\sections\1_body\0_background\15_anthraquinones\1_emodin\0_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7479404\sections\1_body\0_background\15_anthraquinones\1_emodin\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7479404\sections\1_body\0_background\15_anthraquinones\1_emodin\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7479404\sections\1_body\0_background\15_anthraquinones\2_lucidin_ω_isopropyl_ether\0_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7479404\sections\1_body\0_background\15_anthraquinones\2_lucidin_ω_isopropyl_ether\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7479404\sections\1_body\0_background\16_structure–activity_relati\0_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7479404\sections\1_body\0_background\16_structure–activity_relati\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7479404\sections\1_body\0_background\17_alkaloids___lycorine__lyc\0_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7479404\sections\1_body\0_background\17_alkaloids___lycorine__lyc\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7479404\sections\1_body\0_background\17_alkaloids___lycorine__lyc\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7479404\sections\1_body\0_background\17_alkaloids___lycorine__lyc\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7479404\sections\1_body\0_background\18_benzopyran_hp1_and_uligin\0_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7479404\sections\1_body\0_background\18_benzopyran_hp1_and_uligin\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7479404\sections\1_body\0_background\19_hedargenin\0_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7479404\sections\1_body\0_background\19_hedargenin\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7479404\sections\1_body\0_background\20_methyl_jasmonate\0_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7479404\sections\1_body\0_background\20_methyl_jasmonate\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7479404\sections\1_body\0_background\20_methyl_jasmonate\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7479404\sections\1_body\0_background\21_betulinic_and_ursolic_aci\0_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7479404\sections\1_body\0_background\21_betulinic_and_ursolic_aci\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7479404\sections\1_body\0_background\22_saponins\0_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7479404\sections\1_body\0_background\22_saponins\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7479404\sections\1_body\0_background\22_saponins\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7479404\sections\1_body\0_background\22_saponins\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7479404\sections\1_body\0_background\23_fungal_compounds_–_pyrrol\0_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7479404\sections\1_body\0_background\23_fungal_compounds_–_pyrrol\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7479404\sections\1_body\0_background\24_photodynamic_therapy\0_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7479404\sections\1_body\0_background\24_photodynamic_therapy\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7479404\sections\1_body\0_background\25_mechanisms_of_anti_tricho\0_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7479404\sections\1_body\0_background\25_mechanisms_of_anti_tricho\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7479404\sections\1_body\0_background\25_mechanisms_of_anti_tricho\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7479404\sections\1_body\0_background\25_mechanisms_of_anti_tricho\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7479404\sections\1_body\0_background\25_mechanisms_of_anti_tricho\4_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7479404\sections\1_body\0_background\25_mechanisms_of_anti_tricho\5_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7479404\sections\1_body\0_background\25_mechanisms_of_anti_tricho\6_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7479404\sections\1_body\0_background\26_safety_toxicity_aspects_o\0_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7479404\sections\1_body\0_background\26_safety_toxicity_aspects_o\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7479404\sections\1_body\0_background\26_safety_toxicity_aspects_o\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7479404\sections\1_body\0_background\4_vaginal_microflora__dysbi\0_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7479404\sections\1_body\0_background\4_vaginal_microflora__dysbi\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7479404\sections\1_body\0_background\4_vaginal_microflora__dysbi\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7479404\sections\1_body\0_background\4_vaginal_microflora__dysbi\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7479404\sections\1_body\0_background\5_anti_trichomonad_compound\0_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7479404\sections\1_body\0_background\5_anti_trichomonad_compound\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7479404\sections\1_body\0_background\6_potato_glycoalkaloids_–_α\0_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7479404\sections\1_body\0_background\6_potato_glycoalkaloids_–_α\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7479404\sections\1_body\0_background\6_potato_glycoalkaloids_–_α\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7479404\sections\1_body\0_background\7_the_tomato_glycoalkaloid_\0_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7479404\sections\1_body\0_background\7_the_tomato_glycoalkaloid_\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7479404\sections\1_body\0_background\7_the_tomato_glycoalkaloid_\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7479404\sections\1_body\0_background\7_the_tomato_glycoalkaloid_\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7479404\sections\1_body\0_background\7_the_tomato_glycoalkaloid_\4_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7479404\sections\1_body\0_background\8_lectin_from_kidney_bean\0_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7479404\sections\1_body\0_background\8_lectin_from_kidney_bean\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7479404\sections\1_body\0_background\9_phytochemical_rich_food_e\0_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7479404\sections\1_body\0_background\9_phytochemical_rich_food_e\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7479404\sections\1_body\0_background\9_phytochemical_rich_food_e\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7479404\sections\1_body\0_background\9_phytochemical_rich_food_e\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7676924\sections\1_body\0_1__background\0_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7676924\sections\1_body\0_1__background\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7676924\sections\1_body\0_1__background\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7676924\sections\1_body\0_1__background\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7676924\sections\1_body\0_1__background\4_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7676924\sections\1_body\0_1__background\5_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7871606\sections\1_body\0_background\0_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7871606\sections\1_body\0_background\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7871606\sections\1_body\0_background\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7871606\sections\1_body\0_background\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7871606\sections\1_body\0_background\4_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7871606\sections\1_body\0_background\5_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7898454\sections\1_body\0_background\0_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7898454\sections\1_body\0_background\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7898454\sections\1_body\0_background\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7898454\sections\1_body\0_background\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7898454\sections\1_body\0_background\4_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7952497\sections\1_body\0_background\0_title.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7952497\sections\1_body\0_background\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7952497\sections\1_body\0_background\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7952497\sections\1_body\0_background\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7952497\sections\1_body\0_background\4_p.txt
findfont: Font family ['Helvetica'] not found. Falling back to DejaVu Sans.
findfont: Font family ['Helvetica'] not found. Falling back to DejaVu Sans.
tool: C:\Users\DELL\CEVOpen\dictionary\eoActivity\eo_activity\activity
 [('antioxidant', 66), ('antifungal', 59), ('derivative', 9), ('antiprotozoal', 8), ('antiseptic', 7), ('cytotoxicity', 7), ('analgesic', 7), ('antiparasitic', 6), ('cosmetics', 4), ('anxiolytic', 4), ('antispasmodic', 3)]
MOVE make_dictionary
<dictionary title='C:\Users\DELL\CEVOpen\dictionary\eoActivity\eo_activity\activity'>
  <entry term=`antifungal'/>
  <entry term=`antioxidant'/>
  <entry term=`antiseptic'/>
  <entry term=`cosmetics'/>
  <entry term=`cytotoxicity'/>
  <entry term=`analgesic'/>
  <entry term=`antispasmodic'/>
  <entry term=`anxiolytic'/>
  <entry term=`antiparasitic'/>
  <entry term=`derivative'/>
  <entry term=`antiprotozoal'/>
</dictionary>
finished search

C:\Users\DELL\openDiagram\physchem\python>
C:\Users\DELL\openDiagram\physchem\python>python search_lib.py --dict activity --sect introduction METHOD --proj eo_activity
running search main
args Namespace(dict=['activity'], sect=['introduction', 'METHOD'], proj=['eo_activity'], patt=None, demo=None, loglevel='foo', plot=True, nosearch=False, maxbars=25, languages=['en'], debug=None)
cmd sys.argv ['search_lib.py', '--dict', 'activity', '--sect', 'introduction', 'METHOD', '--proj', 'eo_activity']
interpreted from cmd arg.demo None
project files not available for  C:\Users\DELL\openDiagram\python\diagrams\satish\cct
project files not available for  C:\Users\DELL\openVirus\miniproject\disease\1-part
project files not available for  C:\Users\DELL\worcester\synthesis
project files not available for  C:\Users\DELL\worcester\explosion
commandline args
dicts ['activity'] <class 'list'>
sects ['introduction', 'METHOD'] <class 'list'>
projs ['eo_activity'] <class 'list'>
patterns None <class 'NoneType'>
args> Namespace(dict=['activity'], sect=['introduction', 'METHOD'], proj=['eo_activity'], patt=None, demo=None, loglevel='foo', plot=True, nosearch=False, maxbars=25, languages=['en'], debug=None)
dict_name: activity
***** project C:\Users\DELL\eo_activity
_DESC <class 'str'> introduction or background; looks for these words anywhere in file titles
PROJ <class 'str'> C:\Users\DELL\eo_activity
TREE <class 'str'> *
SECTS <class 'str'> **
SUBSECT <class 'str'> *introduction*
SUBSUB <class 'str'> **
FILE <class 'str'> *
SUFFIX <class 'str'> xml
glob {'_DESC': 'introduction or background; looks for these words anywhere in file titles', 'PROJ': 'C:\\Users\\DELL\\eo_activity', 'TREE': '*', 'SECTS': '**', 'SUBSECT': '*introduction*', 'SUBSUB': '**', 'FILE': '*', 'SUFFIX': 'xml'} => C:\Users\DELL\eo_activity/*/**/*introduction*/**/*.xml
_DESC <class 'str'> introduction or background; looks for these words anywhere in file titles
PROJ <class 'str'> C:\Users\DELL\eo_activity
TREE <class 'str'> *
SECTS <class 'str'> **
SUBSECT <class 'str'> *background*
SUBSUB <class 'str'> **
FILE <class 'str'> *
SUFFIX <class 'str'> xml
glob {'_DESC': 'introduction or background; looks for these words anywhere in file titles', 'PROJ': 'C:\\Users\\DELL\\eo_activity', 'TREE': '*', 'SECTS': '**', 'SUBSECT': '*background*', 'SUBSUB': '**', 'FILE': '*', 'SUFFIX': 'xml'} => C:\Users\DELL\eo_activity/*/**/*background*/**/*.xml
files 579
***** section_files introduction 579
file C:\Users\DELL\eo_activity\PMC7514039\sections\1_body\0_introduction\0_title.xml
findfont: Font family ['Helvetica'] not found. Falling back to DejaVu Sans.
findfont: Font family ['Helvetica'] not found. Falling back to DejaVu Sans.
tool: C:\Users\DELL\CEVOpen\dictionary\eoActivity\eo_activity\activity
 [('antioxidant', 66), ('antifungal', 59), ('derivative', 9), ('antiprotozoal', 8), ('antiseptic', 7), ('cytotoxicity', 7), ('analgesic', 7), ('antiparasitic', 5), ('cosmetics', 4), ('anxiolytic', 4), ('antispasmodic', 3)]
MOVE make_dictionary
<dictionary title='C:\Users\DELL\CEVOpen\dictionary\eoActivity\eo_activity\activity'>
  <entry term=`antifungal'/>
  <entry term=`antioxidant'/>
  <entry term=`antiseptic'/>
  <entry term=`cosmetics'/>
  <entry term=`cytotoxicity'/>
  <entry term=`analgesic'/>
  <entry term=`antispasmodic'/>
  <entry term=`anxiolytic'/>
  <entry term=`antiparasitic'/>
  <entry term=`derivative'/>
  <entry term=`antiprotozoal'/>
</dictionary>
_DESC <class 'str'> methods and/or materials; looks for these words anywhere in file titles
PROJ <class 'str'> C:\Users\DELL\eo_activity
TREE <class 'str'> *
SECTS <class 'str'> **
SUBSECT <class 'str'> *method*
SUBSUB <class 'str'> **
FILE <class 'str'> *p
SUFFIX <class 'str'> xml
glob {'_DESC': 'methods and/or materials; looks for these words anywhere in file titles', 'PROJ': 'C:\\Users\\DELL\\eo_activity', 'TREE': '*', 'SECTS': '**', 'SUBSECT': '*method*', 'SUBSUB': '**', 'FILE': '*p', 'SUFFIX': 'xml'} => C:\Users\DELL\eo_activity/*/**/*method*/**/*p.xml
_DESC <class 'str'> methods and/or materials; looks for these words anywhere in file titles
PROJ <class 'str'> C:\Users\DELL\eo_activity
TREE <class 'str'> *
SECTS <class 'str'> **
SUBSECT <class 'str'> *material*
SUBSUB <class 'str'> **
FILE <class 'str'> *p
SUFFIX <class 'str'> xml
glob {'_DESC': 'methods and/or materials; looks for these words anywhere in file titles', 'PROJ': 'C:\\Users\\DELL\\eo_activity', 'TREE': '*', 'SECTS': '**', 'SUBSECT': '*material*', 'SUBSUB': '**', 'FILE': '*p', 'SUFFIX': 'xml'} => C:\Users\DELL\eo_activity/*/**/*material*/**/*p.xml
files 1526
***** section_files METHOD 1526
file C:\Users\DELL\eo_activity\PMC7514039\sections\1_body\4_materials_and_methods\1_plant_material\1_p.xml
wrote sentence file C:\Users\DELL\eo_activity\PMC7514039\sections\1_body\4_materials_and_methods\1_plant_material\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7514039\sections\1_body\4_materials_and_methods\2_photosynthesis_and_lma_me\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7514039\sections\1_body\4_materials_and_methods\3_extraction_and_gas_chroma\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7514039\sections\1_body\4_materials_and_methods\3_extraction_and_gas_chroma\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7514039\sections\1_body\4_materials_and_methods\4_enzyme_assays\1_dahps_activity\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7514039\sections\1_body\4_materials_and_methods\4_enzyme_assays\2_pal_activity\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7514039\sections\1_body\4_materials_and_methods\4_enzyme_assays\3_c4h_activity\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7514039\sections\1_body\4_materials_and_methods\4_enzyme_assays\4_4cl_activity\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7514039\sections\1_body\4_materials_and_methods\5_analysis_of_four_precurso\1_standards\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7514039\sections\1_body\4_materials_and_methods\5_analysis_of_four_precurso\2_preparation_of_extracts\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7514039\sections\1_body\4_materials_and_methods\5_analysis_of_four_precurso\3_uplc_ms_ms_analysis_of_th\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7514039\sections\1_body\4_materials_and_methods\6_statistical_analysis\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7540227\sections\1_body\1_materials_and_methods\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7553295\sections\1_body\1_methodology\1_study_design\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7553295\sections\1_body\1_methodology\2_search_strategy\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7553295\sections\1_body\1_methodology\3_inclusion_exclusion_crite\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7553295\sections\1_body\1_methodology\4_study_selection\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7553295\sections\1_body\1_methodology\4_study_selection\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7587570\sections\1_body\2_3__materials_and_methods\1_3_1__plant_material\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7587570\sections\1_body\2_3__materials_and_methods\2_3_2__extraction\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7587570\sections\1_body\2_3__materials_and_methods\2_3_2__extraction\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7587570\sections\1_body\2_3__materials_and_methods\2_3_2__extraction\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7587570\sections\1_body\2_3__materials_and_methods\3_3_3__essential_oil_isolat\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7587570\sections\1_body\2_3__materials_and_methods\4_3_4__chemicals_and_reagen\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7587570\sections\1_body\2_3__materials_and_methods\5_3_5__determination_of_tot\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7587570\sections\1_body\2_3__materials_and_methods\5_3_5__determination_of_tot\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7587570\sections\1_body\2_3__materials_and_methods\6_3_6__total_flavonoid_cont\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7587570\sections\1_body\2_3__materials_and_methods\6_3_6__total_flavonoid_cont\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7587570\sections\1_body\2_3__materials_and_methods\6_3_6__total_flavonoid_cont\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7587570\sections\1_body\2_3__materials_and_methods\7_3_7__hptlc_analysis\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7587570\sections\1_body\2_3__materials_and_methods\8_3_8__gc_ms_analysis_of_es\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7587570\sections\1_body\2_3__materials_and_methods\9_3_9__statistical_analysis\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7587570\sections\1_body\2_3__materials_and_methods\9_3_9__statistical_analysis\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7608662\sections\1_body\3_material_and_methods\1_plant_material\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7608662\sections\1_body\3_material_and_methods\2_essential_oil_isolation_a\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7608662\sections\1_body\3_material_and_methods\2_essential_oil_isolation_a\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7608662\sections\1_body\3_material_and_methods\2_essential_oil_isolation_a\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7608662\sections\1_body\3_material_and_methods\3_pure_and_reference_compou\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7608662\sections\1_body\3_material_and_methods\4_fungal_growth__mic_and_ml\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7608662\sections\1_body\3_material_and_methods\4_fungal_growth__mic_and_ml\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7608662\sections\1_body\3_material_and_methods\5_candida_albicans_virulenc\1_germ_tube_inhibition\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7608662\sections\1_body\3_material_and_methods\5_candida_albicans_virulenc\2_disruption_of_preformed_b\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7608662\sections\1_body\3_material_and_methods\6_anti_inflammatory_activit\1_cell_line_and_culture_con\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7608662\sections\1_body\3_material_and_methods\6_anti_inflammatory_activit\2_cell_viability\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7608662\sections\1_body\3_material_and_methods\6_anti_inflammatory_activit\3_nitric_oxide_production\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7608662\sections\1_body\3_material_and_methods\7_essential_oil’s_mechanism\1_nitric_oxide_scavenging_p\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7608662\sections\1_body\3_material_and_methods\7_essential_oil’s_mechanism\2_expression_of_inducible_n\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7608662\sections\1_body\3_material_and_methods\8_statistical_analyses\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7645447\sections\1_body\1_materials_and_methods\10_glycosides\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7645447\sections\1_body\1_materials_and_methods\11_ft_ir_analysis\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7645447\sections\1_body\1_materials_and_methods\12_gc_ms_analysis\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7645447\sections\1_body\1_materials_and_methods\1_collection_of_plant_mater\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7645447\sections\1_body\1_materials_and_methods\2_extraction_of_lantana_cam\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7645447\sections\1_body\1_materials_and_methods\3_phytochemical_investigati\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7645447\sections\1_body\1_materials_and_methods\4_alkaloids\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7645447\sections\1_body\1_materials_and_methods\5_saponins\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7645447\sections\1_body\1_materials_and_methods\6_tannins\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7645447\sections\1_body\1_materials_and_methods\7_terpenes_terpenoids\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7645447\sections\1_body\1_materials_and_methods\8_steroids\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7645447\sections\1_body\1_materials_and_methods\9_flavonoids\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7656780\sections\1_body\1_methods\1_preparation_of_plant_base\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7656780\sections\1_body\1_methods\2_testing_the_effects_of_pl\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7656780\sections\1_body\1_methods\3_testing_the_effects_of_pl\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7656780\sections\1_body\1_methods\4_testing_the_effects_of_pl\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7676924\sections\1_body\1_2__methods\1_2_1__study_design_and_set\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7676924\sections\1_body\1_2__methods\2_2_2__chemicals_and_equipm\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7676924\sections\1_body\1_2__methods\3_2_3__plant_collection_and\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7676924\sections\1_body\1_2__methods\4_2_4__determination_of_ant\1_2_4_1__preparation_of_ess\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7676924\sections\1_body\1_2__methods\4_2_4__determination_of_ant\2_2_4_2__well_diffusion_ass\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7676924\sections\1_body\1_2__methods\4_2_4__determination_of_ant\3_2_4_3__broth_microdilutio\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7676924\sections\1_body\1_2__methods\4_2_4__determination_of_ant\4_2_4_4__inoculum_preparati\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7676924\sections\1_body\1_2__methods\5_2_5__statistical_analysis\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7676924\sections\1_body\1_2__methods\6_2_6__ethical_consideratio\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7676977\sections\1_body\1_2__materials_and_methods\1_2_1__experimental_materia\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7676977\sections\1_body\1_2__materials_and_methods\2_2_2__brewing\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7676977\sections\1_body\1_2__materials_and_methods\3_2_3__essential_oil_distil\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7676977\sections\1_body\1_2__materials_and_methods\3_2_3__essential_oil_distil\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7676977\sections\1_body\1_2__materials_and_methods\3_2_3__essential_oil_distil\3_2_3_1__essential_oil_conc\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7676977\sections\1_body\1_2__materials_and_methods\4_2_4__flavonoid_analysis\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7676977\sections\1_body\1_2__materials_and_methods\5_2_5__phenolic_compounds__\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7676977\sections\1_body\1_2__materials_and_methods\6_2_6__determination_of_ess\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7676977\sections\1_body\1_2__materials_and_methods\6_2_6__determination_of_ess\2_2_6_1__gas_chromatography\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7676977\sections\1_body\1_2__materials_and_methods\6_2_6__determination_of_ess\2_2_6_1__gas_chromatography\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7676977\sections\1_body\1_2__materials_and_methods\6_2_6__determination_of_ess\2_2_6_1__gas_chromatography\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7676977\sections\1_body\1_2__materials_and_methods\6_2_6__determination_of_ess\2_2_6_1__gas_chromatography\4_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7676977\sections\1_body\1_2__materials_and_methods\7_2_7__statistical_analysis\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7694456\sections\1_body\3_4__materials_and_methods\1_4_1__bacterial_strains\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7694456\sections\1_body\3_4__materials_and_methods\2_4_2__medicinal_plants_ess\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7694456\sections\1_body\3_4__materials_and_methods\3_4_3__gas_chromatography—m\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7694456\sections\1_body\3_4__materials_and_methods\4_4_4__antibacterial_activi\1_4_4_1__disc_diffusion\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7694456\sections\1_body\3_4__materials_and_methods\4_4_4__antibacterial_activi\1_4_4_1__disc_diffusion\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7694456\sections\1_body\3_4__materials_and_methods\4_4_4__antibacterial_activi\2_4_4_2__minimum_inhibitory\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7694456\sections\1_body\3_4__materials_and_methods\4_4_4__antibacterial_activi\2_4_4_2__minimum_inhibitory\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7694456\sections\1_body\3_4__materials_and_methods\4_4_4__antibacterial_activi\2_4_4_2__minimum_inhibitory\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7694456\sections\1_body\3_4__materials_and_methods\5_4_5__biofilm_formation\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7694456\sections\1_body\3_4__materials_and_methods\6_4_6__biofilm_inhibition\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7694456\sections\1_body\3_4__materials_and_methods\7_4_7__biofilm_eradication\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7694456\sections\1_body\3_4__materials_and_methods\8_4_8__statistical_analysis\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7696487\sections\1_body\3_4__materials_and_methods\1_4_1__reagents__plant_mate\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7696487\sections\1_body\3_4__materials_and_methods\1_4_1__reagents__plant_mate\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7696487\sections\1_body\3_4__materials_and_methods\2_4_2__characterization_of_\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7696487\sections\1_body\3_4__materials_and_methods\3_4_3__in_vitro_antioxidant\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7696487\sections\1_body\3_4__materials_and_methods\3_4_3__in_vitro_antioxidant\2_4_3_1__dpph__1_1_diphenyl\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7696487\sections\1_body\3_4__materials_and_methods\3_4_3__in_vitro_antioxidant\3_4_3_2__ferric_reducing_an\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7696487\sections\1_body\3_4__materials_and_methods\3_4_3__in_vitro_antioxidant\3_4_3_2__ferric_reducing_an\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7696487\sections\1_body\3_4__materials_and_methods\3_4_3__in_vitro_antioxidant\4_4_3_3__β_carotene_bleachi\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7696487\sections\1_body\3_4__materials_and_methods\4_4_4__computational_approa\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7696487\sections\1_body\3_4__materials_and_methods\4_4_4__computational_approa\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7696487\sections\1_body\3_4__materials_and_methods\5_4_5__admet_analysis\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7696487\sections\1_body\3_4__materials_and_methods\6_4_6__statistical_analysis\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7697828\sections\1_body\1_2__materials_and_methods\1_2_1__plant_material\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7697828\sections\1_body\1_2__materials_and_methods\2_2_2__morphological_observ\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7697828\sections\1_body\1_2__materials_and_methods\3_2_3__chemical_analysis\1_2_3_1__content_of_essenti\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7697828\sections\1_body\1_2__materials_and_methods\3_2_3__chemical_analysis\2_2_3_2__analysis_of_essent\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7697828\sections\1_body\1_2__materials_and_methods\3_2_3__chemical_analysis\3_2_3_3__total_content_of_p\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7697828\sections\1_body\1_2__materials_and_methods\3_2_3__chemical_analysis\4_2_3_4__analysis_of_phenol\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7697828\sections\1_body\1_2__materials_and_methods\4_2_4__sensory_analysis\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7697828\sections\1_body\1_2__materials_and_methods\5_2_5__statistical_analysis\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7698019\sections\1_body\2_3__materials_and_methods\10_3_10__antioxidant_activit\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7698019\sections\1_body\2_3__materials_and_methods\11_3_11__aroma_profile\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7698019\sections\1_body\2_3__materials_and_methods\1_3_1__plant_material\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7698019\sections\1_body\2_3__materials_and_methods\1_3_1__plant_material\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7698019\sections\1_body\2_3__materials_and_methods\2_3_2__taguchi_experimental\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7698019\sections\1_body\2_3__materials_and_methods\2_3_2__taguchi_experimental\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7698019\sections\1_body\2_3__materials_and_methods\3_3_3__application_of_ultra\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7698019\sections\1_body\2_3__materials_and_methods\4_3_4__hydrodistillation_pr\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7698019\sections\1_body\2_3__materials_and_methods\5_3_5__physicochemical_para\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7698019\sections\1_body\2_3__materials_and_methods\6_3_6__gas_chromatography_m\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7698019\sections\1_body\2_3__materials_and_methods\7_3_7__similarity_analysis\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7698019\sections\1_body\2_3__materials_and_methods\8_3_8__near_infrared__nir__\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7698019\sections\1_body\2_3__materials_and_methods\9_3_9__antimicrobial_activi\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7698019\sections\1_body\2_3__materials_and_methods\9_3_9__antimicrobial_activi\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7715482\sections\1_body\1_materials_and_methods\2_needed_materials\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7715482\sections\1_body\1_materials_and_methods\3_purification_and_identifi\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7715482\sections\1_body\1_materials_and_methods\4_preparation_of_essential_\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7715482\sections\1_body\1_materials_and_methods\5_characterization_of_chito\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7715482\sections\1_body\1_materials_and_methods\5_characterization_of_chito\3_ft_ir_analysis_of_chitosa\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7715482\sections\1_body\1_materials_and_methods\5_characterization_of_chito\4_scanning_electron_microsc\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7715482\sections\1_body\1_materials_and_methods\5_characterization_of_chito\5_transmission_electron_mic\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7715482\sections\1_body\1_materials_and_methods\6_anti_bacterial_activity\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7715482\sections\1_body\1_materials_and_methods\7_minimum_inhibition_concen\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7723237\sections\1_body\1_materials_and_methods\1_sample_collection_and_pro\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7723237\sections\1_body\1_materials_and_methods\2_isolation_and_identificat\1_isolation_of_bacillus_spp\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7723237\sections\1_body\1_materials_and_methods\2_isolation_and_identificat\2_phenotypic_identification\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7723237\sections\1_body\1_materials_and_methods\2_isolation_and_identificat\3_molecular_typing_of_bacil\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7723237\sections\1_body\1_materials_and_methods\2_isolation_and_identificat\3_molecular_typing_of_bacil\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7723237\sections\1_body\1_materials_and_methods\2_isolation_and_identificat\3_molecular_typing_of_bacil\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7723237\sections\1_body\1_materials_and_methods\3_assessment_of_antibacteri\1_plant_samples_collection_\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7723237\sections\1_body\1_materials_and_methods\3_assessment_of_antibacteri\2_treatment_of_minced_beef_\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7723237\sections\1_body\1_materials_and_methods\3_assessment_of_antibacteri\3_antimicrobial_activity_of\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7723237\sections\1_body\1_materials_and_methods\3_assessment_of_antibacteri\3_antimicrobial_activity_of\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7723237\sections\1_body\1_materials_and_methods\3_assessment_of_antibacteri\3_antimicrobial_activity_of\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7723237\sections\1_body\1_materials_and_methods\4_statistical_analysis\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7723237\sections\1_body\2_results\1_isolation_and_identificat\1_conventional_methods__cul\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7723237\sections\1_body\2_results\1_isolation_and_identificat\1_conventional_methods__cul\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7750244\sections\1_body\1_materials_and_methods\1_ethical_approval\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7750244\sections\1_body\1_materials_and_methods\2_animals_test\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7750244\sections\1_body\1_materials_and_methods\2_animals_test\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7750244\sections\1_body\1_materials_and_methods\2_animals_test\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7750244\sections\1_body\1_materials_and_methods\3_treatments_administered\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7750244\sections\1_body\1_materials_and_methods\3_treatments_administered\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7750244\sections\1_body\1_materials_and_methods\3_treatments_administered\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7750244\sections\1_body\1_materials_and_methods\4_study_design\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7750244\sections\1_body\1_materials_and_methods\4_study_design\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7750244\sections\1_body\1_materials_and_methods\4_study_design\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7750244\sections\1_body\1_materials_and_methods\4_study_design\4_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7750244\sections\1_body\1_materials_and_methods\4_study_design\5_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7750244\sections\1_body\1_materials_and_methods\5_statistical_analysis\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7782911\sections\1_body\1_materials_and_methods\10_rna_isolation_and_cdna_sy\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7782911\sections\1_body\1_materials_and_methods\11_antioxidant_capacity\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7782911\sections\1_body\1_materials_and_methods\12_statistical_analysis\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7782911\sections\1_body\1_materials_and_methods\1_materials\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7782911\sections\1_body\1_materials_and_methods\2_essential_oil_analysis_an\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7782911\sections\1_body\1_materials_and_methods\3_animals\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7782911\sections\1_body\1_materials_and_methods\4_induction_of_wound\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7782911\sections\1_body\1_materials_and_methods\5_wound_area\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7782911\sections\1_body\1_materials_and_methods\5_wound_area\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7782911\sections\1_body\1_materials_and_methods\6_the_investigation_of_the_\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7782911\sections\1_body\1_materials_and_methods\7_histological_analysis\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7782911\sections\1_body\1_materials_and_methods\8_immunohistochemical_stain\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7782911\sections\1_body\1_materials_and_methods\9_fluorescent_staining_for_\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7791585\sections\1_body\1_materials_and_methods\1_study_design\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7791585\sections\1_body\1_materials_and_methods\1_study_design\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7791585\sections\1_body\1_materials_and_methods\1_study_design\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7791585\sections\1_body\1_materials_and_methods\1_study_design\4_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7791585\sections\1_body\1_materials_and_methods\1_study_design\5_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7791585\sections\1_body\1_materials_and_methods\1_study_design\6_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7791585\sections\1_body\1_materials_and_methods\1_study_design\7_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7791585\sections\1_body\1_materials_and_methods\1_study_design\8_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7791585\sections\1_body\1_materials_and_methods\2_chemicals__mediums__and_m\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7791585\sections\1_body\1_materials_and_methods\3_plant_collection\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7791585\sections\1_body\1_materials_and_methods\4_preparation_of_essential_\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7791585\sections\1_body\1_materials_and_methods\5_fungal_culture\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7791585\sections\1_body\1_materials_and_methods\6_antifungal_activity\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7791585\sections\1_body\1_materials_and_methods\7_statistical_analysis\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7795351\sections\1_body\2_3__materials_and_methods\10_3_10__statistical_analysi\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7795351\sections\1_body\2_3__materials_and_methods\1_3_1__general_data\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7795351\sections\1_body\2_3__materials_and_methods\2_3_2__equipment\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7795351\sections\1_body\2_3__materials_and_methods\3_3_3__plant_material\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7795351\sections\1_body\2_3__materials_and_methods\4_3_4__preparation_of_essen\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7795351\sections\1_body\2_3__materials_and_methods\5_3_5__chemical_analysis\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7795351\sections\1_body\2_3__materials_and_methods\6_3_6__antioxidant_assays\1_3_6_1__2_2_diphenyl_1_pic\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7795351\sections\1_body\2_3__materials_and_methods\6_3_6__antioxidant_assays\2_3_6_2__h2o2_scavenging_ac\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7795351\sections\1_body\2_3__materials_and_methods\6_3_6__antioxidant_assays\3_3_6_3__ferric_reducing_an\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7795351\sections\1_body\2_3__materials_and_methods\6_3_6__antioxidant_assays\4_3_6_4__the_total_reactive\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7795351\sections\1_body\2_3__materials_and_methods\7_3_7__cell_lines_and_cultu\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7795351\sections\1_body\2_3__materials_and_methods\8_3_8__anti_proliferative_a\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7795351\sections\1_body\2_3__materials_and_methods\9_3_9__selective_index\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7795889\sections\1_body\2_3__materials_and_methods\1_3_1__plant_material\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7795889\sections\1_body\2_3__materials_and_methods\2_3_2__isolation_of_essenti\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7795889\sections\1_body\2_3__materials_and_methods\3_3_3__essential_oil_analys\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7795889\sections\1_body\2_3__materials_and_methods\4_3_4__antibacterial_activi\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7795889\sections\1_body\2_3__materials_and_methods\4_3_4__antibacterial_activi\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7795889\sections\1_body\2_3__materials_and_methods\4_3_4__antibacterial_activi\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7795889\sections\1_body\2_3__materials_and_methods\5_3_5__anti_inflammatory_ac\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7795889\sections\1_body\2_3__materials_and_methods\5_3_5__anti_inflammatory_ac\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7795889\sections\1_body\2_3__materials_and_methods\6_3_6__enzyme_inhibitory_ac\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7795889\sections\1_body\2_3__materials_and_methods\6_3_6__enzyme_inhibitory_ac\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7795889\sections\1_body\2_3__materials_and_methods\6_3_6__enzyme_inhibitory_ac\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7795889\sections\1_body\2_3__materials_and_methods\7_3_7__statistical_analysis\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7802582\sections\1_body\1_materials_and_methods\10_in_vitro infection_and_mt\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7802582\sections\1_body\1_materials_and_methods\10_in_vitro infection_and_mt\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7802582\sections\1_body\1_materials_and_methods\11_tachyzoite_viability_by t\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7802582\sections\1_body\1_materials_and_methods\12_light_microscopy_of_tachy\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7802582\sections\1_body\1_materials_and_methods\13_in_vivo_toxoplasmicidal_s\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7802582\sections\1_body\1_materials_and_methods\14_statistical_analysis\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7802582\sections\1_body\1_materials_and_methods\2_ethics_approval\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7802582\sections\1_body\1_materials_and_methods\3_plant_material\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7802582\sections\1_body\1_materials_and_methods\4_preparation_of_essential_\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7802582\sections\1_body\1_materials_and_methods\5_gas_chromatography‐mass_s\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7802582\sections\1_body\1_materials_and_methods\6_tachyzoites_multiplicatio\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7802582\sections\1_body\1_materials_and_methods\6_tachyzoites_multiplicatio\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7802582\sections\1_body\1_materials_and_methods\7_animal_model\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7802582\sections\1_body\1_materials_and_methods\8_vero_cells\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7802582\sections\1_body\1_materials_and_methods\9_cytotoxicity_assessment\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7820481\sections\1_body\1_material_and_methods\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7820481\sections\1_body\1_material_and_methods\3_plant_material\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7820481\sections\1_body\1_material_and_methods\4_essential_oils_treatments\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7820481\sections\1_body\1_material_and_methods\5_data_recorded\10_total_sugar__mg_gm__d_w__\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7820481\sections\1_body\1_material_and_methods\5_data_recorded\11_averages_of_bacterial_cou\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7820481\sections\1_body\1_material_and_methods\5_data_recorded\12_scanning_electron_microsc\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7820481\sections\1_body\1_material_and_methods\5_data_recorded\2_vase_life__day_\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7820481\sections\1_body\1_material_and_methods\5_data_recorded\3_diameter_of_head_flowers_\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7820481\sections\1_body\1_material_and_methods\5_data_recorded\4_diameter_of_stem__mm_\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7820481\sections\1_body\1_material_and_methods\5_data_recorded\5_dry_matter\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7820481\sections\1_body\1_material_and_methods\5_data_recorded\6_total_vase_solution_uptak\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7820481\sections\1_body\1_material_and_methods\5_data_recorded\7_total_water_loss__g_flowe\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7820481\sections\1_body\1_material_and_methods\5_data_recorded\8_relative_fresh_weight__rf\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7820481\sections\1_body\1_material_and_methods\5_data_recorded\9_chlorophyll_content__mg_g\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7820481\sections\1_body\1_material_and_methods\6_statistical_analysis\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7820482\sections\1_body\1_materials_and_methods\10_statistical_analysis\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7820482\sections\1_body\1_materials_and_methods\2_plant_material_and_essent\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7820482\sections\1_body\1_materials_and_methods\3_identification_and_quanti\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7820482\sections\1_body\1_materials_and_methods\4_nanoemulsion_preparation\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7820482\sections\1_body\1_materials_and_methods\5_physic_chemical_character\2_percentage_transmittance\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7820482\sections\1_body\1_materials_and_methods\5_physic_chemical_character\3_ph_measurement\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7820482\sections\1_body\1_materials_and_methods\5_physic_chemical_character\4_stability_study\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7820482\sections\1_body\1_materials_and_methods\6_morphological_analysis_by\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7820482\sections\1_body\1_materials_and_methods\7_effect_of_nanoemulsificat\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7820482\sections\1_body\1_materials_and_methods\8_in_vitro_release_of_m_ ve\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7820482\sections\1_body\1_materials_and_methods\9_in_vitro_evaluation_of_na\2_antimicrobial_activity\2_bacterial_culture\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7820482\sections\1_body\1_materials_and_methods\9_in_vitro_evaluation_of_na\2_antimicrobial_activity\3_antibacterial_assay\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7820482\sections\1_body\1_materials_and_methods\9_in_vitro_evaluation_of_na\2_antimicrobial_activity\3_antibacterial_assay\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7820482\sections\1_body\1_materials_and_methods\9_in_vitro_evaluation_of_na\2_antimicrobial_activity\3_antibacterial_assay\4_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7820482\sections\1_body\1_materials_and_methods\9_in_vitro_evaluation_of_na\3_hemolytic_activity\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7823572\sections\1_body\1_2__extraction_methods_to_\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7823572\sections\1_body\1_2__extraction_methods_to_\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7823572\sections\1_body\1_2__extraction_methods_to_\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7823572\sections\1_body\1_2__extraction_methods_to_\4_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7823572\sections\1_body\1_2__extraction_methods_to_\5_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7823572\sections\1_body\1_2__extraction_methods_to_\6_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7823572\sections\1_body\1_2__extraction_methods_to_\7_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7823572\sections\1_body\1_2__extraction_methods_to_\8_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7823572\sections\1_body\1_2__extraction_methods_to_\9_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7824638\sections\1_body\3_4__materials_and_methods\10_4_10__parasites\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7824638\sections\1_body\3_4__materials_and_methods\11_4_11__anti_epimastigote_a\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7824638\sections\1_body\3_4__materials_and_methods\12_4_12__animals_and_ethical\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7824638\sections\1_body\3_4__materials_and_methods\13_4_13__peritoneal_macropha\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7824638\sections\1_body\3_4__materials_and_methods\14_4_14__cytotoxicity_assay\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7824638\sections\1_body\3_4__materials_and_methods\15_4_15__activitiy_against_i\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7824638\sections\1_body\3_4__materials_and_methods\16_4_16__nitrite_quantificat\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7824638\sections\1_body\3_4__materials_and_methods\17_4_17__statistical_analysi\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7824638\sections\1_body\3_4__materials_and_methods\1_4_1__reagents\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7824638\sections\1_body\3_4__materials_and_methods\2_4_2__plant_material\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7824638\sections\1_body\3_4__materials_and_methods\3_4_3__essential_oil_extrac\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7824638\sections\1_body\3_4__materials_and_methods\4_4_4__physical_chemical_an\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7824638\sections\1_body\3_4__materials_and_methods\5_4_5__gas_chromatography–m\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7824638\sections\1_body\3_4__materials_and_methods\6_4_6__bacteria_from_marine\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7824638\sections\1_body\3_4__materials_and_methods\7_4_7__bacterial_strains_an\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7824638\sections\1_body\3_4__materials_and_methods\8_4_8__antimicrobial_assays\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7824638\sections\1_body\3_4__materials_and_methods\9_4_9__antioxidant_assay\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7824789\sections\1_body\1_2__materials_and_methods\10_2_10__statistical_data_an\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7824789\sections\1_body\1_2__materials_and_methods\1_2_1__chemicals\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7824789\sections\1_body\1_2__materials_and_methods\2_2_2__raw_material\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7824789\sections\1_body\1_2__materials_and_methods\3_2_3__extraction_using_org\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7824789\sections\1_body\1_2__materials_and_methods\4_2_4__volatile_compounds_d\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7824789\sections\1_body\1_2__materials_and_methods\4_2_4__volatile_compounds_d\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7824789\sections\1_body\1_2__materials_and_methods\5_2_5__phenolic_compounds_d\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7824789\sections\1_body\1_2__materials_and_methods\5_2_5__phenolic_compounds_d\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7824789\sections\1_body\1_2__materials_and_methods\5_2_5__phenolic_compounds_d\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7824789\sections\1_body\1_2__materials_and_methods\5_2_5__phenolic_compounds_d\4_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7824789\sections\1_body\1_2__materials_and_methods\6_2_6__radical_scavenging_a\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7824789\sections\1_body\1_2__materials_and_methods\7_2_7__biological_effects_o\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7824789\sections\1_body\1_2__materials_and_methods\7_2_7__biological_effects_o\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7824789\sections\1_body\1_2__materials_and_methods\7_2_7__biological_effects_o\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7824789\sections\1_body\1_2__materials_and_methods\8_2_8__s__hortensis_l__effe\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7824789\sections\1_body\1_2__materials_and_methods\9_2_9__effect_of_s__hortens\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7826859\sections\1_body\2_3__materials_and_methods\10_3_10__antitumor_activity_\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7826859\sections\1_body\2_3__materials_and_methods\10_3_10__antitumor_activity_\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7826859\sections\1_body\2_3__materials_and_methods\11_3_11__ethical_considerati\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7826859\sections\1_body\2_3__materials_and_methods\12_3_12__statistical_analysi\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7826859\sections\1_body\2_3__materials_and_methods\1_3_1__plant_materials_and_\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7826859\sections\1_body\2_3__materials_and_methods\1_3_1__plant_materials_and_\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7826859\sections\1_body\2_3__materials_and_methods\2_3_2__collection_of_plant_\1_3_2_1__plant_sample_colle\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7826859\sections\1_body\2_3__materials_and_methods\2_3_2__collection_of_plant_\2_3_2_2__dna_extraction\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7826859\sections\1_body\2_3__materials_and_methods\2_3_2__collection_of_plant_\3_3_2_3__pcr_amplication\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7826859\sections\1_body\2_3__materials_and_methods\2_3_2__collection_of_plant_\4_3_2_4__alignment_of_seque\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7826859\sections\1_body\2_3__materials_and_methods\3_3_3__preparation_of_plant\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7826859\sections\1_body\2_3__materials_and_methods\3_3_3__preparation_of_plant\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7826859\sections\1_body\2_3__materials_and_methods\3_3_3__preparation_of_plant\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7826859\sections\1_body\2_3__materials_and_methods\4_3_4__phytochemical_analys\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7826859\sections\1_body\2_3__materials_and_methods\5_3_5__determination_of_tot\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7826859\sections\1_body\2_3__materials_and_methods\6_3_6__determination_of_tot\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7826859\sections\1_body\2_3__materials_and_methods\7_3_7__determination_of_ant\1_3_7_1__dpph_free_radical_\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7826859\sections\1_body\2_3__materials_and_methods\7_3_7__determination_of_ant\2_3_7_2__abts_radical_scave\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7826859\sections\1_body\2_3__materials_and_methods\7_3_7__determination_of_ant\3_3_7_3__ferric_reducing_an\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7826859\sections\1_body\2_3__materials_and_methods\8_3_8__determination_of_α_g\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7826859\sections\1_body\2_3__materials_and_methods\9_3_9__determination_of_ant\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7827611\sections\1_body\2_3__materials_and_methods_\10_3_10__method_validation\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7827611\sections\1_body\2_3__materials_and_methods_\10_3_10__method_validation\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7827611\sections\1_body\2_3__materials_and_methods_\10_3_10__method_validation\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7827611\sections\1_body\2_3__materials_and_methods_\1_3_1__general_experimental\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7827611\sections\1_body\2_3__materials_and_methods_\2_3_2__reagents\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7827611\sections\1_body\2_3__materials_and_methods_\3_3_3__plant_material\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7827611\sections\1_body\2_3__materials_and_methods_\4_3_4__preparation_of_the_a\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7827611\sections\1_body\2_3__materials_and_methods_\4_3_4__preparation_of_the_a\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7827611\sections\1_body\2_3__materials_and_methods_\5_3_5__pharmacological_stud\1_3_5_1__animals\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7827611\sections\1_body\2_3__materials_and_methods_\5_3_5__pharmacological_stud\2_3_5_2__antinociceptive_ef\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7827611\sections\1_body\2_3__materials_and_methods_\5_3_5__pharmacological_stud\3_3_5_3__statistical_analys\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7827611\sections\1_body\2_3__materials_and_methods_\6_3_6__isolation_of_compoun\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7827611\sections\1_body\2_3__materials_and_methods_\7_3_7__gc_ms_analyses\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7827611\sections\1_body\2_3__materials_and_methods_\8_3_8__headspace_solid_phas\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7827611\sections\1_body\2_3__materials_and_methods_\9_3_9__hplc_analyses\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7827611\sections\1_body\1_2__results_and_discussion\4_2_4__method_validation\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7827611\sections\1_body\1_2__results_and_discussion\4_2_4__method_validation\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7827611\sections\1_body\1_2__results_and_discussion\4_2_4__method_validation\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7830555\sections\1_body\3_4__materials_and_methods\1_4_1__essential_oil_and_ma\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7830555\sections\1_body\3_4__materials_and_methods\1_4_1__essential_oil_and_ma\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7830555\sections\1_body\3_4__materials_and_methods\2_4_2__reference_as_antifun\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7830555\sections\1_body\3_4__materials_and_methods\3_4_3__fungal_strains\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7830555\sections\1_body\3_4__materials_and_methods\4_4_4__antifungal_susceptib\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7830555\sections\1_body\3_4__materials_and_methods\4_4_4__antifungal_susceptib\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7830555\sections\1_body\3_4__materials_and_methods\5_4_5__checkerboard_assays_\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7830555\sections\1_body\3_4__materials_and_methods\6_4_6__isobolograms\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7830555\sections\1_body\3_4__materials_and_methods\7_4_7__data_analysis\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7857882\sections\1_body\1_2__research_methodology\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7870401\sections\1_body\3_materials_and_methods\1_parasites_and_cell_cultur\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7870401\sections\1_body\3_materials_and_methods\2_plant_materials__oil_extr\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7870401\sections\1_body\3_materials_and_methods\2_plant_materials__oil_extr\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7870401\sections\1_body\3_materials_and_methods\3_in_vitro_cytotoxic_assay\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7870401\sections\1_body\3_materials_and_methods\3_in_vitro_cytotoxic_assay\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7870401\sections\1_body\3_materials_and_methods\3_in_vitro_cytotoxic_assay\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7870401\sections\1_body\3_materials_and_methods\4_anti_toxoplasma_activity\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7871606\sections\1_body\1_methods\1_nanoemulsion_preparation\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7871606\sections\1_body\1_methods\2_animals\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7871606\sections\1_body\1_methods\3_acute_irritation_study\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7871606\sections\1_body\1_methods\3_acute_irritation_study\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7871606\sections\1_body\1_methods\3_acute_irritation_study\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7871606\sections\1_body\1_methods\4_acute_dermal_toxicity_stu\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7871606\sections\1_body\1_methods\5_induction_of_osteoarthrit\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7871606\sections\1_body\1_methods\6_behavioral_studies\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7871606\sections\1_body\1_methods\6_behavioral_studies\2_mechanical_allodynia__von\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7871606\sections\1_body\1_methods\6_behavioral_studies\3_cold_allodynia__acetone_t\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7871606\sections\1_body\1_methods\6_behavioral_studies\4_thermal_hyperalgesia__hot\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7871606\sections\1_body\1_methods\6_behavioral_studies\5_ambulatory_evoked_pain\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7871606\sections\1_body\1_methods\6_behavioral_studies\6_tissue_collection\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7871606\sections\1_body\1_methods\7_biochemical_studies\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7871606\sections\1_body\1_methods\8_histopathological_study\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7871606\sections\1_body\1_methods\9_statistical_analysis\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7875557\sections\1_body\1_materials_and_methods\2_materials\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7875557\sections\1_body\1_materials_and_methods\3_experimental_methods\10_determination_of_the_anti\2_scavenging_activity_of_dp\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7875557\sections\1_body\1_materials_and_methods\3_experimental_methods\10_determination_of_the_anti\3_β_carotene–linoleic_acid_\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7875557\sections\1_body\1_materials_and_methods\3_experimental_methods\11_dynamic_dispersion_studie\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7875557\sections\1_body\1_materials_and_methods\3_experimental_methods\12_in_vitro_digestion__lipol\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7875557\sections\1_body\1_materials_and_methods\3_experimental_methods\13_anti_diabetic_studies\2_animals\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7875557\sections\1_body\1_materials_and_methods\3_experimental_methods\13_anti_diabetic_studies\3_induction_of_diabetes_and\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7875557\sections\1_body\1_materials_and_methods\3_experimental_methods\14_in_vivo_oral_bioavailabil\2_animals\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7875557\sections\1_body\1_materials_and_methods\3_experimental_methods\14_in_vivo_oral_bioavailabil\3_pharmacokinetic_studies_a\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7875557\sections\1_body\1_materials_and_methods\3_experimental_methods\14_in_vivo_oral_bioavailabil\4_pharmacokinetic_assessmen\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7875557\sections\1_body\1_materials_and_methods\3_experimental_methods\14_in_vivo_oral_bioavailabil\4_pharmacokinetic_assessmen\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7875557\sections\1_body\1_materials_and_methods\3_experimental_methods\14_in_vivo_oral_bioavailabil\5_statistical_analysis\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7875557\sections\1_body\1_materials_and_methods\3_experimental_methods\2_development_of_snedds_and\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7875557\sections\1_body\1_materials_and_methods\3_experimental_methods\2_development_of_snedds_and\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7875557\sections\1_body\1_materials_and_methods\3_experimental_methods\3_bso_extraction_and_thymoq\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7875557\sections\1_body\1_materials_and_methods\3_experimental_methods\4_emulsification_efficiency\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7875557\sections\1_body\1_materials_and_methods\3_experimental_methods\5_self_emulsification_time\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7875557\sections\1_body\1_materials_and_methods\3_experimental_methods\6_droplet_size_distribution\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7875557\sections\1_body\1_materials_and_methods\3_experimental_methods\7_determination_of_zeta_pot\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7875557\sections\1_body\1_materials_and_methods\3_experimental_methods\8_transmission_electron_mic\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7875557\sections\1_body\1_materials_and_methods\3_experimental_methods\9_equilibrium_solubility_st\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7889342\sections\1_body\1_2__materials_and_methods\10_2_10__β_carotene_linoleic\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7889342\sections\1_body\1_2__materials_and_methods\10_2_10__β_carotene_linoleic\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7889342\sections\1_body\1_2__materials_and_methods\11_2_11__antigenotoxicity_ac\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7889342\sections\1_body\1_2__materials_and_methods\12_2_12__statistical_analyse\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7889342\sections\1_body\1_2__materials_and_methods\1_2_1__reagents_and_media\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7889342\sections\1_body\1_2__materials_and_methods\2_2_2__standard_bacterial_a\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7889342\sections\1_body\1_2__materials_and_methods\3_2_3__medicinal_plant_mate\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7889342\sections\1_body\1_2__materials_and_methods\4_2_4__physical_characteriz\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7889342\sections\1_body\1_2__materials_and_methods\5_2_5__oils_characterizatio\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7889342\sections\1_body\1_2__materials_and_methods\6_2_6__identification_of_th\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7889342\sections\1_body\1_2__materials_and_methods\7_2_7__antibacterial_activi\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7889342\sections\1_body\1_2__materials_and_methods\8_2_8__antifungal_activitie\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7889342\sections\1_body\1_2__materials_and_methods\9_2_9__dpph_method_and_anti\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7889342\sections\1_body\1_2__materials_and_methods\9_2_9__dpph_method_and_anti\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7890214\sections\1_body\1_material_and_methods\10_statistical_analysis\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7890214\sections\1_body\1_material_and_methods\2_plant_materials\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7890214\sections\1_body\1_material_and_methods\3_extraction_procedure\2_hydrodistillation\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7890214\sections\1_body\1_material_and_methods\3_extraction_procedure\3_solvent_extraction\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7890214\sections\1_body\1_material_and_methods\4_estimation_of_total_polyp\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7890214\sections\1_body\1_material_and_methods\5_quantitative_determinatio\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7890214\sections\1_body\1_material_and_methods\5_quantitative_determinatio\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7890214\sections\1_body\1_material_and_methods\6_dpph_radical_scavenging_a\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7890214\sections\1_body\1_material_and_methods\6_dpph_radical_scavenging_a\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7890214\sections\1_body\1_material_and_methods\7_antibacterial_activity\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7890214\sections\1_body\1_material_and_methods\8_analysis_of_essential_oil\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7890214\sections\1_body\1_material_and_methods\9_identification_of_chemica\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7898454\sections\1_body\1_methods\1_chemicals_and_reagents\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7898454\sections\1_body\1_methods\2_plant_material_collection\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7898454\sections\1_body\1_methods\3_essential_oil_extraction\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7898454\sections\1_body\1_methods\4_gas_chromatography–mass_s\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7898454\sections\1_body\1_methods\5_identification_of_compone\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7898454\sections\1_body\1_methods\5_identification_of_compone\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7898454\sections\1_body\1_methods\6_antioxidant_scavenging_as\1_dpph_free_radicals_assay\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7898454\sections\1_body\1_methods\6_antioxidant_scavenging_as\2_abts_free_radical_assay\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7898454\sections\1_body\1_methods\6_antioxidant_scavenging_as\3_in_vitro_anticholinestera\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7898454\sections\1_body\1_methods\6_antioxidant_scavenging_as\4_in_vitro_α–glucosidase_in\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7898454\sections\1_body\1_methods\6_antioxidant_scavenging_as\5_in_vitro_α_amylase_inhibi\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7898454\sections\1_body\1_methods\7_statistical_analysis\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7899931\sections\1_body\1_materials_and_methods\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7899931\sections\1_body\1_materials_and_methods\3_identification_and_phytoc\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7899931\sections\1_body\1_materials_and_methods\4_drug_targets_identificati\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7899931\sections\1_body\1_materials_and_methods\5_identification_of_drug_ta\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7899931\sections\1_body\1_materials_and_methods\6_docking_of_phytochemicals\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7899931\sections\1_body\1_materials_and_methods\7_analysis_of_docking_and_m\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7902805\sections\1_body\1_materials_and_methods\2_review_question\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7902805\sections\1_body\1_materials_and_methods\3_search_strategy\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7902805\sections\1_body\1_materials_and_methods\4_quality_assessment_and_ar\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7902805\sections\1_body\1_materials_and_methods\5_inclusion_criteria\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7902805\sections\1_body\1_materials_and_methods\6_exclusion_criteria\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7902805\sections\1_body\1_materials_and_methods\7_data_extraction\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7904114\sections\1_body\1_materials_and_methods\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7904114\sections\1_body\1_materials_and_methods\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7904114\sections\1_body\1_materials_and_methods\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7904114\sections\1_body\1_materials_and_methods\4_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7904114\sections\1_body\1_materials_and_methods\5_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7909524\sections\1_body\1_2__materials_and_methods\1_2_1__insects’_rearing_\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7909524\sections\1_body\1_2__materials_and_methods\2_2_2__essential_oil\1_2_2_1__extraction_of_the_\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7909524\sections\1_body\1_2__materials_and_methods\2_2_2__essential_oil\2_2_2_2__determination_of_e\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7909524\sections\1_body\1_2__materials_and_methods\3_2_3__insecticidal_activit\1_2_3_1__oral_toxicity\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7909524\sections\1_body\1_2__materials_and_methods\3_2_3__insecticidal_activit\2_2_3_2__fumigant_activity\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7909524\sections\1_body\1_2__materials_and_methods\4_2_4__digestive_enzymes’_a\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7909524\sections\1_body\1_2__materials_and_methods\4_2_4__digestive_enzymes’_a\2_2_4_1__the_α_amylase_acti\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7909524\sections\1_body\1_2__materials_and_methods\4_2_4__digestive_enzymes’_a\3_2_4_2__protease_assay\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7909524\sections\1_body\1_2__materials_and_methods\4_2_4__digestive_enzymes’_a\4_2_4_3__lipase_estimation\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7909524\sections\1_body\1_2__materials_and_methods\4_2_4__digestive_enzymes’_a\5_2_4_4__the_α__and_β_gluco\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7909524\sections\1_body\1_2__materials_and_methods\5_2_5__detoxifying_enzymes’\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7909524\sections\1_body\1_2__materials_and_methods\6_2_6__hematological_study\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7909524\sections\1_body\1_2__materials_and_methods\6_2_6__hematological_study\2_immunity_responses_\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7909524\sections\1_body\1_2__materials_and_methods\7_2_7__histological_studies\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7909524\sections\1_body\1_2__materials_and_methods\8_2_8__statistical_analysis\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7914077\sections\1_body\1_2__materials_and_methods\10_2_10__antiepimastigote_as\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7914077\sections\1_body\1_2__materials_and_methods\11_2_11__animals_and_ethical\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7914077\sections\1_body\1_2__materials_and_methods\12_2_12__obtaining_peritonea\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7914077\sections\1_body\1_2__materials_and_methods\13_2_13__cytotoxicity_assay\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7914077\sections\1_body\1_2__materials_and_methods\14_2_14__activity_against_in\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7914077\sections\1_body\1_2__materials_and_methods\15_2_15__nitrite_quantificat\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7914077\sections\1_body\1_2__materials_and_methods\16_2_16__statistical_analysi\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7914077\sections\1_body\1_2__materials_and_methods\1_2_1__reagents\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7914077\sections\1_body\1_2__materials_and_methods\2_2_2__plant_material\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7914077\sections\1_body\1_2__materials_and_methods\3_2_3__essential_oil_extrac\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7914077\sections\1_body\1_2__materials_and_methods\4_2_4__physical_chemical_an\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7914077\sections\1_body\1_2__materials_and_methods\5_2_5__gas_chromatography_m\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7914077\sections\1_body\1_2__materials_and_methods\6_2_6__antioxidant_assay\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7914077\sections\1_body\1_2__materials_and_methods\7_2_7__bacterial_strains_an\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7914077\sections\1_body\1_2__materials_and_methods\8_2_8__antimicrobial_assays\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7914077\sections\1_body\1_2__materials_and_methods\9_2_9__parasites\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7914769\sections\1_body\3_4__materials_and_methods\1_4_1__collecting_the_plant\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7914769\sections\1_body\3_4__materials_and_methods\2_4_2__isolation_of_the_ess\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7914769\sections\1_body\3_4__materials_and_methods\3_4_3__gas_chromatography_m\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7914769\sections\1_body\3_4__materials_and_methods\4_4_4__collection_and_prepa\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7914769\sections\1_body\3_4__materials_and_methods\5_4_5__in_vitro_protoscolic\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7914769\sections\1_body\3_4__materials_and_methods\6_4_6__ex_vivo_protoscolici\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7914769\sections\1_body\3_4__materials_and_methods\7_4_7__evaluating_the_progr\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7914769\sections\1_body\3_4__materials_and_methods\8_4_8__statistical_analysis\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7915315\sections\1_body\3_4__materials_and_methods\1_4_1__collecting_the_plant\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7915315\sections\1_body\3_4__materials_and_methods\2_4_2__isolation_of_the_ess\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7915315\sections\1_body\3_4__materials_and_methods\3_4_3__gas_chromatography_m\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7915315\sections\1_body\3_4__materials_and_methods\4_4_4__experimental_design_\1_4_4_1__animals\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7915315\sections\1_body\3_4__materials_and_methods\4_4_4__experimental_design_\2_4_4_2__parasite\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7915315\sections\1_body\3_4__materials_and_methods\4_4_4__experimental_design_\3_4_4_3__animal_model_of_ch\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7915315\sections\1_body\3_4__materials_and_methods\4_4_4__experimental_design_\4_4_4_4__design\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7915315\sections\1_body\3_4__materials_and_methods\5_4_5__serological_tests\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7915315\sections\1_body\3_4__materials_and_methods\6_4_6__sample_collection\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7915315\sections\1_body\3_4__materials_and_methods\7_4_7__anti_parasitic_activ\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7915315\sections\1_body\3_4__materials_and_methods\8_4_8__induction_of_innate_\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7915315\sections\1_body\3_4__materials_and_methods\9_4_9__statistical_analysis\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7916406\sections\1_body\3_4__materials_and_methods\10_4_10__antioxidant_capacit\1_4_10_1__dpph_radical_scav\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7916406\sections\1_body\3_4__materials_and_methods\10_4_10__antioxidant_capacit\1_4_10_1__dpph_radical_scav\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7916406\sections\1_body\3_4__materials_and_methods\10_4_10__antioxidant_capacit\1_4_10_1__dpph_radical_scav\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7916406\sections\1_body\3_4__materials_and_methods\10_4_10__antioxidant_capacit\2_4_10_2__abts_radical_cati\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7916406\sections\1_body\3_4__materials_and_methods\11_4_11__anticholinesterase_\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7916406\sections\1_body\3_4__materials_and_methods\1_4_1__materials\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7916406\sections\1_body\3_4__materials_and_methods\2_4_2__plant_material\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7916406\sections\1_body\3_4__materials_and_methods\2_4_2__plant_material\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7916406\sections\1_body\3_4__materials_and_methods\3_4_3__essential_oil_isolat\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7916406\sections\1_body\3_4__materials_and_methods\4_4_4__determination_of_phy\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7916406\sections\1_body\3_4__materials_and_methods\5_4_5__elaboration_of_the_b\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7916406\sections\1_body\3_4__materials_and_methods\6_4_6__extraction_of_compou\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7916406\sections\1_body\3_4__materials_and_methods\7_4_7__compounds_identifica\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7916406\sections\1_body\3_4__materials_and_methods\8_4_8__enantioselective_ana\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7916406\sections\1_body\3_4__materials_and_methods\9_4_9__antimicrobial_activi\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7918425\sections\1_body\2_3__materials_and_methods\1_3_1__plant_material\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7918425\sections\1_body\2_3__materials_and_methods\2_3_2__preparation_of_essen\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7918425\sections\1_body\2_3__materials_and_methods\3_3_3__preparation_of_hydro\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7918425\sections\1_body\2_3__materials_and_methods\4_3_4__chemical_analysis\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7918425\sections\1_body\2_3__materials_and_methods\4_3_4__chemical_analysis\2_3_4_1__analysis_of_essent\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7918425\sections\1_body\2_3__materials_and_methods\4_3_4__chemical_analysis\3_3_4_2__analysis_of_phenol\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7918425\sections\1_body\2_3__materials_and_methods\4_3_4__chemical_analysis\3_3_4_2__analysis_of_phenol\2_validation\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7918425\sections\1_body\2_3__materials_and_methods\4_3_4__chemical_analysis\3_3_4_2__analysis_of_phenol\3_separation_parameters\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7918425\sections\1_body\2_3__materials_and_methods\4_3_4__chemical_analysis\3_3_4_2__analysis_of_phenol\4_integration_parameters\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7918425\sections\1_body\2_3__materials_and_methods\5_3_5__antioxidant_activity\1_3_5_1__dpph_scavenging_ca\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7918425\sections\1_body\2_3__materials_and_methods\5_3_5__antioxidant_activity\2_3_5_2__abts_scavenging_ca\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7918425\sections\1_body\2_3__materials_and_methods\5_3_5__antioxidant_activity\3_3_5_3__ferric_reducing_an\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7918425\sections\1_body\2_3__materials_and_methods\6_3_6__antibacterial_analys\1_3_6_1__target_bacteria_an\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7918425\sections\1_body\2_3__materials_and_methods\6_3_6__antibacterial_analys\1_3_6_1__target_bacteria_an\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7918425\sections\1_body\2_3__materials_and_methods\6_3_6__antibacterial_analys\2_3_6_2__minimum_inhibitory\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7918425\sections\1_body\2_3__materials_and_methods\6_3_6__antibacterial_analys\2_3_6_2__minimum_inhibitory\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7918425\sections\1_body\2_3__materials_and_methods\7_3_7__statistical_analysis\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7918836\sections\1_body\2_3__materials_and_methods\10_3_10__statistical_analysi\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7918836\sections\1_body\2_3__materials_and_methods\1_3_1__reagents__chemicals_\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7918836\sections\1_body\2_3__materials_and_methods\2_3_2__collection__identifi\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7918836\sections\1_body\2_3__materials_and_methods\3_3_3__antioxidant_activity\1_dpph__1_1_diphenyl_2_picr\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7918836\sections\1_body\2_3__materials_and_methods\4_3_4__total_phenolics_cont\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7918836\sections\1_body\2_3__materials_and_methods\5_3_5__total_flavonoids_con\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7918836\sections\1_body\2_3__materials_and_methods\6_3_6__thrombolytic_activit\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7918836\sections\1_body\2_3__materials_and_methods\7_3_7__in_vivo_neuropharmac\1_3_7_1__experimental_anima\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7918836\sections\1_body\2_3__materials_and_methods\7_3_7__in_vivo_neuropharmac\2_3_7_2__acute_toxicity_stu\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7918836\sections\1_body\2_3__materials_and_methods\7_3_7__in_vivo_neuropharmac\3_3_7_3__anxiolytic_activit\1_elevated_plus_maze_test\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7918836\sections\1_body\2_3__materials_and_methods\7_3_7__in_vivo_neuropharmac\3_3_7_3__anxiolytic_activit\2_hole_board_test\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7918836\sections\1_body\2_3__materials_and_methods\7_3_7__in_vivo_neuropharmac\4_3_7_4__antidepressant_act\1_tail_suspension_test\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7918836\sections\1_body\2_3__materials_and_methods\7_3_7__in_vivo_neuropharmac\4_3_7_4__antidepressant_act\2_forced_swimming_test\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7918836\sections\1_body\2_3__materials_and_methods\8_3_8__protein_and_chemical\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7918836\sections\1_body\2_3__materials_and_methods\9_3_9__in_silico_studies\1_3_9_1__molecular_docking_\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7918836\sections\1_body\2_3__materials_and_methods\9_3_9__in_silico_studies\2_3_9_2__molecular_docking_\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7918836\sections\1_body\2_3__materials_and_methods\9_3_9__in_silico_studies\3_3_9_3__molecular_docking_\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7918836\sections\1_body\2_3__materials_and_methods\9_3_9__in_silico_studies\4_3_9_4__prediction_of_the_\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7918836\sections\1_body\2_3__materials_and_methods\9_3_9__in_silico_studies\5_3_9_5__prediction_of_toxi\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7919894\sections\1_body\1_methods\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7919894\sections\1_body\1_methods\10_immunomodulatory_effects_\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7919894\sections\1_body\1_methods\10_immunomodulatory_effects_\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7919894\sections\1_body\1_methods\10_immunomodulatory_effects_\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7919894\sections\1_body\1_methods\10_immunomodulatory_effects_\4_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7919894\sections\1_body\1_methods\10_immunomodulatory_effects_\5_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7919894\sections\1_body\1_methods\10_immunomodulatory_effects_\6_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7919894\sections\1_body\1_methods\10_immunomodulatory_effects_\7_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7919894\sections\1_body\1_methods\10_immunomodulatory_effects_\8_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7919894\sections\1_body\1_methods\11_immunomodulatory_effects_\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7919894\sections\1_body\1_methods\11_immunomodulatory_effects_\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7919894\sections\1_body\1_methods\11_immunomodulatory_effects_\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7919894\sections\1_body\1_methods\11_immunomodulatory_effects_\4_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7919894\sections\1_body\1_methods\11_immunomodulatory_effects_\5_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7919894\sections\1_body\1_methods\11_immunomodulatory_effects_\6_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7919894\sections\1_body\1_methods\11_immunomodulatory_effects_\7_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7919894\sections\1_body\1_methods\2_chemical_constituents\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7919894\sections\1_body\1_methods\2_chemical_constituents\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7919894\sections\1_body\1_methods\2_chemical_constituents\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7919894\sections\1_body\1_methods\2_chemical_constituents\4_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7919894\sections\1_body\1_methods\2_chemical_constituents\5_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7919894\sections\1_body\1_methods\2_chemical_constituents\6_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7919894\sections\1_body\1_methods\3_anti_inflammatory_effects\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7919894\sections\1_body\1_methods\4_anti_inflammatory_effects\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7919894\sections\1_body\1_methods\4_anti_inflammatory_effects\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7919894\sections\1_body\1_methods\4_anti_inflammatory_effects\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7919894\sections\1_body\1_methods\4_anti_inflammatory_effects\4_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7919894\sections\1_body\1_methods\5_anti_inflammatory_effects\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7919894\sections\1_body\1_methods\5_anti_inflammatory_effects\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7919894\sections\1_body\1_methods\5_anti_inflammatory_effects\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7919894\sections\1_body\1_methods\5_anti_inflammatory_effects\4_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7919894\sections\1_body\1_methods\5_anti_inflammatory_effects\5_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7919894\sections\1_body\1_methods\5_anti_inflammatory_effects\6_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7919894\sections\1_body\1_methods\5_anti_inflammatory_effects\7_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7919894\sections\1_body\1_methods\5_anti_inflammatory_effects\8_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7919894\sections\1_body\1_methods\5_anti_inflammatory_effects\9_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7919894\sections\1_body\1_methods\6_antioxidant_effects_of_a_\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7919894\sections\1_body\1_methods\7_antioxidant_effects_of_th\10_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7919894\sections\1_body\1_methods\7_antioxidant_effects_of_th\11_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7919894\sections\1_body\1_methods\7_antioxidant_effects_of_th\12_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7919894\sections\1_body\1_methods\7_antioxidant_effects_of_th\13_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7919894\sections\1_body\1_methods\7_antioxidant_effects_of_th\14_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7919894\sections\1_body\1_methods\7_antioxidant_effects_of_th\15_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7919894\sections\1_body\1_methods\7_antioxidant_effects_of_th\16_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7919894\sections\1_body\1_methods\7_antioxidant_effects_of_th\17_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7919894\sections\1_body\1_methods\7_antioxidant_effects_of_th\18_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7919894\sections\1_body\1_methods\7_antioxidant_effects_of_th\19_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7919894\sections\1_body\1_methods\7_antioxidant_effects_of_th\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7919894\sections\1_body\1_methods\7_antioxidant_effects_of_th\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7919894\sections\1_body\1_methods\7_antioxidant_effects_of_th\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7919894\sections\1_body\1_methods\7_antioxidant_effects_of_th\4_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7919894\sections\1_body\1_methods\7_antioxidant_effects_of_th\5_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7919894\sections\1_body\1_methods\7_antioxidant_effects_of_th\6_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7919894\sections\1_body\1_methods\7_antioxidant_effects_of_th\7_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7919894\sections\1_body\1_methods\7_antioxidant_effects_of_th\8_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7919894\sections\1_body\1_methods\7_antioxidant_effects_of_th\9_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7919894\sections\1_body\1_methods\8_antioxidant_effects_of_th\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7919894\sections\1_body\1_methods\8_antioxidant_effects_of_th\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7919894\sections\1_body\1_methods\8_antioxidant_effects_of_th\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7919894\sections\1_body\1_methods\8_antioxidant_effects_of_th\4_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7919894\sections\1_body\1_methods\8_antioxidant_effects_of_th\5_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7919894\sections\1_body\1_methods\8_antioxidant_effects_of_th\6_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7919894\sections\1_body\1_methods\8_antioxidant_effects_of_th\7_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7919894\sections\1_body\1_methods\8_antioxidant_effects_of_th\8_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7919894\sections\1_body\1_methods\9_immunomodulatory_effects_\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7922514\sections\1_body\2_3__material_and_methods\1_3_1__plant_material\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7922514\sections\1_body\2_3__material_and_methods\2_3_2__isolation_and_fracti\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7922514\sections\1_body\2_3__material_and_methods\3_3_3__gas_chromatography–m\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7922514\sections\1_body\2_3__material_and_methods\4_3_4__cell_lines\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7922514\sections\1_body\2_3__material_and_methods\5_3_5__determination_of_cel\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7922936\sections\1_body\2_3__material_and_methods\10_3_10__extraction_of_cellu\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7922936\sections\1_body\2_3__material_and_methods\11_3_11__western_blot_analys\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7922936\sections\1_body\2_3__material_and_methods\12_3_12__determination_of_do\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7922936\sections\1_body\2_3__material_and_methods\13_3_13__p_gp_atpase_activit\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7922936\sections\1_body\2_3__material_and_methods\14_3_14__statistical_analysi\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7922936\sections\1_body\2_3__material_and_methods\1_3_1__plant_species\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7922936\sections\1_body\2_3__material_and_methods\2_3_2__plant_material\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7922936\sections\1_body\2_3__material_and_methods\3_3_3__essential_oil\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7922936\sections\1_body\2_3__material_and_methods\4_3_4__gas_chromatography_m\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7922936\sections\1_body\2_3__material_and_methods\5_3_5__identification_of_co\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7922936\sections\1_body\2_3__material_and_methods\6_3_6__cell_lines\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7922936\sections\1_body\2_3__material_and_methods\7_3_7__cell_growth_assays\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7922936\sections\1_body\2_3__material_and_methods\8_3_8__evaluation_of_cell_d\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7922936\sections\1_body\2_3__material_and_methods\9_3_9__nf_κb_activation_\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7922942\sections\1_body\3_4__materials_and_methods\1_search_strategy\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7934435\sections\1_body\4_methods\1_general\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7934435\sections\1_body\4_methods\2_plant_material\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7934435\sections\1_body\4_methods\3_extraction_and_isolation\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7934435\sections\1_body\4_methods\4_characteristics_of_compou\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7934435\sections\1_body\4_methods\5_biological_assays\1_in_vitro_cultivation_of_p\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7934435\sections\1_body\4_methods\6_drug_dilutions\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7934435\sections\1_body\4_methods\7_assay_for_antiplasmodial_\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7934435\sections\1_body\4_methods\8_antimycobacterial_tests\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7934435\sections\1_body\4_methods\9_computational_details\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7984878\sections\1_body\1_2__materials_and_methods\1_2_1__materials\1_2_1_1__nigella_sativa_see\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7984878\sections\1_body\1_2__materials_and_methods\1_2_1__materials\2_2_1_2__bacterial_strains\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7984878\sections\1_body\1_2__materials_and_methods\1_2_1__materials\3_2_1_3__antimicrobial_susc\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7984878\sections\1_body\1_2__materials_and_methods\1_2_1__materials\4_2_1_4__chemicals\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7984878\sections\1_body\1_2__materials_and_methods\2_2_2__essential_oil_extrac\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7984878\sections\1_body\1_2__materials_and_methods\3_2_3__qualitative_and_semi\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7984878\sections\1_body\1_2__materials_and_methods\4_2_4__determination_of_the\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7984878\sections\1_body\1_2__materials_and_methods\4_2_4__determination_of_the\2_2_4_1__agar_diffusion_met\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7984878\sections\1_body\1_2__materials_and_methods\4_2_4__determination_of_the\3_2_4_2__determination_of_m\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7984878\sections\1_body\1_2__materials_and_methods\4_2_4__determination_of_the\3_2_4_2__determination_of_m\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7984878\sections\1_body\1_2__materials_and_methods\4_2_4__determination_of_the\3_2_4_2__determination_of_m\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7984878\sections\1_body\1_2__materials_and_methods\4_2_4__determination_of_the\3_2_4_2__determination_of_m\4_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7984878\sections\1_body\1_2__materials_and_methods\5_2_5__statistical_analysis\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7993383\sections\1_body\1_materials_and_methods\10_molecular_docking_simulat\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7993383\sections\1_body\1_materials_and_methods\11_statistics\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7993383\sections\1_body\1_materials_and_methods\2_chemistry\2_plant_materials\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7993383\sections\1_body\1_materials_and_methods\2_chemistry\3_general_experimental_proc\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7993383\sections\1_body\1_materials_and_methods\2_chemistry\4_purity_analysis\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7993383\sections\1_body\1_materials_and_methods\2_chemistry\5_chemical_characterization\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7993383\sections\1_body\1_materials_and_methods\2_chemistry\5_chemical_characterization\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7993383\sections\1_body\1_materials_and_methods\2_chemistry\5_chemical_characterization\4_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7993383\sections\1_body\1_materials_and_methods\2_chemistry\5_chemical_characterization\5_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7993383\sections\1_body\1_materials_and_methods\3_enzymes_and_materials\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7993383\sections\1_body\1_materials_and_methods\3_enzymes_and_materials\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7993383\sections\1_body\1_materials_and_methods\4_cell_cultures\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7993383\sections\1_body\1_materials_and_methods\5_cell_viability_analysis\2_mtt_assay\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7993383\sections\1_body\1_materials_and_methods\5_cell_viability_analysis\3_trypan_blue_exclusion_ass\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7993383\sections\1_body\1_materials_and_methods\6_apoptosis_assays\2_hoechst_33342_staining\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7993383\sections\1_body\1_materials_and_methods\6_apoptosis_assays\3_annexin_v_fitc_pi_stainin\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7993383\sections\1_body\1_materials_and_methods\6_apoptosis_assays\4_caspase_3_activity_assay\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7993383\sections\1_body\1_materials_and_methods\7_measurement_of_intracellu\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7993383\sections\1_body\1_materials_and_methods\8_assay_of_cellular_trxr_ac\2_trfs_green_based_live_cel\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7993383\sections\1_body\1_materials_and_methods\8_assay_of_cellular_trxr_ac\3_fast_trfs_based_cell_lysa\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7993383\sections\1_body\1_materials_and_methods\8_assay_of_cellular_trxr_ac\4_trx_mediated_endpoint_ins\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7993383\sections\1_body\1_materials_and_methods\9_pure_trxr_activity_assays\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7996600\sections\1_body\1_2__review_methodology_and\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7996600\sections\1_body\1_2__review_methodology_and\2_2_1__sesquiterpenoids\10_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7996600\sections\1_body\1_2__review_methodology_and\2_2_1__sesquiterpenoids\11_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7996600\sections\1_body\1_2__review_methodology_and\2_2_1__sesquiterpenoids\12_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7996600\sections\1_body\1_2__review_methodology_and\2_2_1__sesquiterpenoids\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7996600\sections\1_body\1_2__review_methodology_and\2_2_1__sesquiterpenoids\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7996600\sections\1_body\1_2__review_methodology_and\2_2_1__sesquiterpenoids\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7996600\sections\1_body\1_2__review_methodology_and\2_2_1__sesquiterpenoids\4_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7996600\sections\1_body\1_2__review_methodology_and\2_2_1__sesquiterpenoids\5_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7996600\sections\1_body\1_2__review_methodology_and\2_2_1__sesquiterpenoids\6_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7996600\sections\1_body\1_2__review_methodology_and\2_2_1__sesquiterpenoids\7_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7996600\sections\1_body\1_2__review_methodology_and\2_2_1__sesquiterpenoids\8_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7996600\sections\1_body\1_2__review_methodology_and\2_2_1__sesquiterpenoids\9_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7996600\sections\1_body\1_2__review_methodology_and\3_2_2__sesquiterpene_lacton\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7996600\sections\1_body\1_2__review_methodology_and\3_2_2__sesquiterpene_lacton\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7996600\sections\1_body\1_2__review_methodology_and\3_2_2__sesquiterpene_lacton\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7996600\sections\1_body\1_2__review_methodology_and\3_2_2__sesquiterpene_lacton\4_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7996600\sections\1_body\1_2__review_methodology_and\3_2_2__sesquiterpene_lacton\5_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7996600\sections\1_body\1_2__review_methodology_and\4_2_3__miscellaneous_sesqui\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7996600\sections\1_body\1_2__review_methodology_and\4_2_3__miscellaneous_sesqui\2_2_3_1__sesquiterpene_coum\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7996600\sections\1_body\1_2__review_methodology_and\4_2_3__miscellaneous_sesqui\2_2_3_1__sesquiterpene_coum\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7996600\sections\1_body\1_2__review_methodology_and\4_2_3__miscellaneous_sesqui\3_2_3_2__dihydro_β_agarofur\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7996600\sections\1_body\1_2__review_methodology_and\4_2_3__miscellaneous_sesqui\3_2_3_2__dihydro_β_agarofur\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7996600\sections\1_body\1_2__review_methodology_and\4_2_3__miscellaneous_sesqui\3_2_3_2__dihydro_β_agarofur\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7996600\sections\1_body\1_2__review_methodology_and\4_2_3__miscellaneous_sesqui\4_2_3_3__sesquiterpene_alka\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7996600\sections\1_body\1_2__review_methodology_and\4_2_3__miscellaneous_sesqui\4_2_3_3__sesquiterpene_alka\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7996600\sections\1_body\1_2__review_methodology_and\4_2_3__miscellaneous_sesqui\4_2_3_3__sesquiterpene_alka\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7999453\sections\1_body\3_4__materials_and_methods\1_4_1__study_site_\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7999453\sections\1_body\3_4__materials_and_methods\2_4_2__soil_sampling_and_an\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7999453\sections\1_body\3_4__materials_and_methods\3_4_3__plant_samples_collec\1_4_3_1__samples_collection\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7999453\sections\1_body\3_4__materials_and_methods\3_4_3__plant_samples_collec\2_4_3_2__morphological_and_\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7999453\sections\1_body\3_4__materials_and_methods\3_4_3__plant_samples_collec\3_4_3_3__phytochemicals_ana\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7999453\sections\1_body\3_4__materials_and_methods\3_4_3__plant_samples_collec\4_4_3_4__antioxidant_activi\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7999453\sections\1_body\3_4__materials_and_methods\3_4_3__plant_samples_collec\5_4_3_5__essential_oil_anal\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7999453\sections\1_body\3_4__materials_and_methods\4_4_4__statistical_analysis\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7999460\sections\1_body\2_3__materials_and_methods\1_3_1__materials\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7999460\sections\1_body\2_3__materials_and_methods\2_3_2__extraction\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7999460\sections\1_body\2_3__materials_and_methods\3_3_3__analysis\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7999460\sections\1_body\2_3__materials_and_methods\3_3_3__analysis\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7999460\sections\1_body\2_3__materials_and_methods\4_3_4__analysis_gas_chromat\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7999460\sections\1_body\2_3__materials_and_methods\4_3_4__analysis_gas_chromat\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7999460\sections\1_body\2_3__materials_and_methods\5_3_5__cell_cultures_and_vi\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7999460\sections\1_body\2_3__materials_and_methods\5_3_5__cell_cultures_and_vi\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7999460\sections\1_body\2_3__materials_and_methods\6_3_6__cytotoxicity_assay\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7999460\sections\1_body\2_3__materials_and_methods\7_3_7__hemagglutination__ha\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7999460\sections\1_body\2_3__materials_and_methods\8_3_8__in_cell_western_assa\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7999460\sections\1_body\2_3__materials_and_methods\8_3_8__in_cell_western_assa\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7999460\sections\1_body\2_3__materials_and_methods\9_3_9__time_of_addition_ass\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC8000339\sections\1_body\2_3__materials_and_methods\1_3_1__plant_material\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC8000339\sections\1_body\2_3__materials_and_methods\1_3_1__plant_material\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC8000339\sections\1_body\2_3__materials_and_methods\1_3_1__plant_material\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC8000339\sections\1_body\2_3__materials_and_methods\2_3_2__isolations\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC8000339\sections\1_body\2_3__materials_and_methods\2_3_2__isolations\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC8000339\sections\1_body\2_3__materials_and_methods\3_3_3__analysis_of_mentha_e\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC8000339\sections\1_body\2_3__materials_and_methods\3_3_3__analysis_of_mentha_e\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC8000339\sections\1_body\2_3__materials_and_methods\3_3_3__analysis_of_mentha_e\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC8000339\sections\1_body\2_3__materials_and_methods\3_3_3__analysis_of_mentha_e\4_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC8000339\sections\1_body\2_3__materials_and_methods\3_3_3__analysis_of_mentha_e\5_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC8000339\sections\1_body\2_3__materials_and_methods\3_3_3__analysis_of_mentha_e\6_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC8000339\sections\1_body\2_3__materials_and_methods\3_3_3__analysis_of_mentha_e\7_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC8000339\sections\1_body\2_3__materials_and_methods\4_3_4__assessment_of_biolog\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC8000339\sections\1_body\2_3__materials_and_methods\4_3_4__assessment_of_biolog\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC8000339\sections\1_body\2_3__materials_and_methods\4_3_4__assessment_of_biolog\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC8000339\sections\1_body\2_3__materials_and_methods\5_3_5__statistical_analysis\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC8000775\sections\1_body\2_3__materials_and_methods\1_3_1__plant_materials\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC8000775\sections\1_body\2_3__materials_and_methods\2_3_2__isolation_of_essenti\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC8000775\sections\1_body\2_3__materials_and_methods\3_3_3__gas_chromatography–m\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC8000775\sections\1_body\2_3__materials_and_methods\4_3_4__antibacterial_and_an\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC8003562\sections\1_body\3_4__material_and_methods\1_4_1__sources_of_informati\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC8003562\sections\1_body\3_4__material_and_methods\2_4_2__distribution__data_c\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC8003562\sections\1_body\3_4__material_and_methods\3_4_3__validation_methodolo\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC8017187\sections\1_body\1_materials_and_methods\1_materials\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC8017187\sections\1_body\1_materials_and_methods\2_extraction_and_characteri\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC8017187\sections\1_body\1_materials_and_methods\3_preparation_of_a__flavus_\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC8017187\sections\1_body\1_materials_and_methods\4_minimum_inhibitory_concen\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC8017187\sections\1_body\1_materials_and_methods\5_examination_of_the_morpho\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC8017187\sections\1_body\1_materials_and_methods\5_examination_of_the_morpho\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC8017187\sections\1_body\1_materials_and_methods\6_determination_of_a__flavu\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC8017187\sections\1_body\1_materials_and_methods\6_determination_of_a__flavu\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC8017187\sections\1_body\1_materials_and_methods\7_extraction_and_determinat\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC8017187\sections\1_body\1_materials_and_methods\7_extraction_and_determinat\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC8017187\sections\1_body\1_materials_and_methods\8_statistics_and_data_analy\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC8036921\sections\1_body\1_2__materials_and_methods\1_2_1__materials\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC8036921\sections\1_body\1_2__materials_and_methods\1_2_1__materials\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC8036921\sections\1_body\1_2__materials_and_methods\1_2_1__materials\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC8036921\sections\1_body\1_2__materials_and_methods\2_2_2__methods\1_2_2_1__synthesis_of_fe3o4\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC8036921\sections\1_body\1_2__materials_and_methods\2_2_2__methods\2_2_2_2__synthesis_of_pla_f\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC8036921\sections\1_body\1_2__materials_and_methods\2_2_2__methods\2_2_2_2__synthesis_of_pla_f\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC8036921\sections\1_body\1_2__materials_and_methods\2_2_2__methods\3_2_2_3__physiochemical_cha\1_x_ray_diffraction__xrd_\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC8036921\sections\1_body\1_2__materials_and_methods\2_2_2__methods\3_2_2_3__physiochemical_cha\2_fourier_transform_infrare\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC8036921\sections\1_body\1_2__materials_and_methods\2_2_2__methods\3_2_2_3__physiochemical_cha\3_thermogravimetric_analysi\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC8036921\sections\1_body\1_2__materials_and_methods\2_2_2__methods\3_2_2_3__physiochemical_cha\4_transmission_electron_mic\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC8036921\sections\1_body\1_2__materials_and_methods\2_2_2__methods\3_2_2_3__physiochemical_cha\5_dynamic_light_scattering_\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC8036921\sections\1_body\1_2__materials_and_methods\2_2_2__methods\3_2_2_3__physiochemical_cha\6_infrared_microscopy__irm_\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC8036921\sections\1_body\1_2__materials_and_methods\2_2_2__methods\3_2_2_3__physiochemical_cha\7_scanning_electron_microsc\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC8036921\sections\1_body\1_2__materials_and_methods\2_2_2__methods\4_2_2_4__in_vivo_biodistrib\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC8036921\sections\1_body\1_2__materials_and_methods\2_2_2__methods\4_2_2_4__in_vivo_biodistrib\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC8036921\sections\1_body\1_2__materials_and_methods\2_2_2__methods\4_2_2_4__in_vivo_biodistrib\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC8036921\sections\1_body\1_2__materials_and_methods\2_2_2__methods\5_2_2_5__in_vitro_evaluatio\1_biocompatibility_evaluati\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC8036921\sections\1_body\1_2__materials_and_methods\2_2_2__methods\5_2_2_5__in_vitro_evaluatio\1_biocompatibility_evaluati\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC8036921\sections\1_body\1_2__materials_and_methods\2_2_2__methods\5_2_2_5__in_vitro_evaluatio\2_anti_adherent_potential\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC8038092\sections\1_body\3_4__materials_and_methods\1_4_1__general_experimental\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC8038092\sections\1_body\3_4__materials_and_methods\2_4_2__plant_material\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC8038092\sections\1_body\3_4__materials_and_methods\3_4_3__isolation_of_essenti\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC8038092\sections\1_body\3_4__materials_and_methods\4_4_4__isolation_and_nmr_an\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC8038092\sections\1_body\3_4__materials_and_methods\5_4_5__identification_of_es\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC8038092\sections\1_body\3_4__materials_and_methods\6_4_6__antibacterial_activi\1_4_6_1__bacterial_lines_an\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC8038092\sections\1_body\3_4__materials_and_methods\6_4_6__antibacterial_activi\2_4_6_2__determination_of_t\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC8038092\sections\1_body\3_4__materials_and_methods\7_4_7__cytotoxic_activity_o\1_4_7_1__cell_lines_and_cul\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC8038092\sections\1_body\3_4__materials_and_methods\7_4_7__cytotoxic_activity_o\2_4_7_2__cell_viability_ass\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC8038092\sections\1_body\3_4__materials_and_methods\7_4_7__cytotoxic_activity_o\2_4_7_2__cell_viability_ass\2_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC8038092\sections\1_body\3_4__materials_and_methods\7_4_7__cytotoxic_activity_o\2_4_7_2__cell_viability_ass\3_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7656780\sections\2_back\1_supplementary_material\1_p.txt
wrote sentence file C:\Users\DELL\eo_activity\PMC7684603\sections\1_body\1_experimental_procedure\2_plant_material\2_p.txt
tool: C:\Users\DELL\CEVOpen\dictionary\eoActivity\eo_activity\activity
 [('antioxidant', 123), ('antifungal', 14), ('cytotoxicity', 13), ('anticoagulant', 6), ('disinfectant', 4), ('derivative', 3), ('hepatotoxicity', 2), ('antimalarial', 2)]
MOVE make_dictionary
<dictionary title='C:\Users\DELL\CEVOpen\dictionary\eoActivity\eo_activity\activity'>
  <entry term=`antifungal'/>
  <entry term=`antioxidant'/>
  <entry term=`disinfectant'/>
  <entry term=`cytotoxicity'/>
  <entry term=`anticoagulant'/>
  <entry term=`derivative'/>
</dictionary>
finished search

C:\Users\DELL\openDiagram\physchem\python>python search_lib.py --dict activity --sect METHOD --proj eo_activity
running search main
args Namespace(dict=['activity'], sect=['METHOD'], proj=['eo_activity'], patt=None, demo=None, loglevel='foo', plot=True, nosearch=False, maxbars=25, languages=['en'], debug=None)
cmd sys.argv ['search_lib.py', '--dict', 'activity', '--sect', 'METHOD', '--proj', 'eo_activity']
interpreted from cmd arg.demo None
project files not available for  C:\Users\DELL\openDiagram\python\diagrams\satish\cct
project files not available for  C:\Users\DELL\openVirus\miniproject\disease\1-part
project files not available for  C:\Users\DELL\worcester\synthesis
project files not available for  C:\Users\DELL\worcester\explosion
commandline args
dicts ['activity'] <class 'list'>
sects ['METHOD'] <class 'list'>
projs ['eo_activity'] <class 'list'>
patterns None <class 'NoneType'>
args> Namespace(dict=['activity'], sect=['METHOD'], proj=['eo_activity'], patt=None, demo=None, loglevel='foo', plot=True, nosearch=False, maxbars=25, languages=['en'], debug=None)
dict_name: activity
***** project C:\Users\DELL\eo_activity
_DESC <class 'str'> methods and/or materials; looks for these words anywhere in file titles
PROJ <class 'str'> C:\Users\DELL\eo_activity
TREE <class 'str'> *
SECTS <class 'str'> **
SUBSECT <class 'str'> *method*
SUBSUB <class 'str'> **
FILE <class 'str'> *p
SUFFIX <class 'str'> xml
glob {'_DESC': 'methods and/or materials; looks for these words anywhere in file titles', 'PROJ': 'C:\\Users\\DELL\\eo_activity', 'TREE': '*', 'SECTS': '**', 'SUBSECT': '*method*', 'SUBSUB': '**', 'FILE': '*p', 'SUFFIX': 'xml'} => C:\Users\DELL\eo_activity/*/**/*method*/**/*p.xml
_DESC <class 'str'> methods and/or materials; looks for these words anywhere in file titles
PROJ <class 'str'> C:\Users\DELL\eo_activity
TREE <class 'str'> *
SECTS <class 'str'> **
SUBSECT <class 'str'> *material*
SUBSUB <class 'str'> **
FILE <class 'str'> *p
SUFFIX <class 'str'> xml
glob {'_DESC': 'methods and/or materials; looks for these words anywhere in file titles', 'PROJ': 'C:\\Users\\DELL\\eo_activity', 'TREE': '*', 'SECTS': '**', 'SUBSECT': '*material*', 'SUBSUB': '**', 'FILE': '*p', 'SUFFIX': 'xml'} => C:\Users\DELL\eo_activity/*/**/*material*/**/*p.xml
files 1526
***** section_files METHOD 1526
file C:\Users\DELL\eo_activity\PMC7514039\sections\1_body\4_materials_and_methods\1_plant_material\1_p.xml
findfont: Font family ['Helvetica'] not found. Falling back to DejaVu Sans.
findfont: Font family ['Helvetica'] not found. Falling back to DejaVu Sans.
tool: C:\Users\DELL\CEVOpen\dictionary\eoActivity\eo_activity\activity
 [('antioxidant', 121), ('antifungal', 14), ('cytotoxicity', 13), ('anticoagulant', 6), ('disinfectant', 4), ('derivative', 3), ('hepatotoxicity', 2), ('antimalarial', 2)]
MOVE make_dictionary
<dictionary title='C:\Users\DELL\CEVOpen\dictionary\eoActivity\eo_activity\activity'>
  <entry term=`antifungal'/>
  <entry term=`antioxidant'/>
  <entry term=`disinfectant'/>
  <entry term=`cytotoxicity'/>
  <entry term=`anticoagulant'/>
  <entry term=`derivative'/>
</dictionary>
finished search

C:\Users\DELL\openDiagram\physchem\python>
C:\Users\DELL\openDiagram\physchem\python>python search_lib.py --dict activity --sect introduction  --proj eo_activity
running search main
args Namespace(dict=['activity'], sect=['introduction'], proj=['eo_activity'], patt=None, demo=None, loglevel='foo', plot=True, nosearch=False, maxbars=25, languages=['en'], debug=None)
cmd sys.argv ['search_lib.py', '--dict', 'activity', '--sect', 'introduction', '--proj', 'eo_activity']
interpreted from cmd arg.demo None
project files not available for  C:\Users\DELL\openDiagram\python\diagrams\satish\cct
project files not available for  C:\Users\DELL\openVirus\miniproject\disease\1-part
project files not available for  C:\Users\DELL\worcester\synthesis
project files not available for  C:\Users\DELL\worcester\explosion
commandline args
dicts ['activity'] <class 'list'>
sects ['introduction'] <class 'list'>
projs ['eo_activity'] <class 'list'>
patterns None <class 'NoneType'>
args> Namespace(dict=['activity'], sect=['introduction'], proj=['eo_activity'], patt=None, demo=None, loglevel='foo', plot=True, nosearch=False, maxbars=25, languages=['en'], debug=None)
dict_name: activity
***** project C:\Users\DELL\eo_activity
_DESC <class 'str'> introduction or background; looks for these words anywhere in file titles
PROJ <class 'str'> C:\Users\DELL\eo_activity
TREE <class 'str'> *
SECTS <class 'str'> **
SUBSECT <class 'str'> *introduction*
SUBSUB <class 'str'> **
FILE <class 'str'> *
SUFFIX <class 'str'> xml
glob {'_DESC': 'introduction or background; looks for these words anywhere in file titles', 'PROJ': 'C:\\Users\\DELL\\eo_activity', 'TREE': '*', 'SECTS': '**', 'SUBSECT': '*introduction*', 'SUBSUB': '**', 'FILE': '*', 'SUFFIX': 'xml'} => C:\Users\DELL\eo_activity/*/**/*introduction*/**/*.xml
_DESC <class 'str'> introduction or background; looks for these words anywhere in file titles
PROJ <class 'str'> C:\Users\DELL\eo_activity
TREE <class 'str'> *
SECTS <class 'str'> **
SUBSECT <class 'str'> *background*
SUBSUB <class 'str'> **
FILE <class 'str'> *
SUFFIX <class 'str'> xml
glob {'_DESC': 'introduction or background; looks for these words anywhere in file titles', 'PROJ': 'C:\\Users\\DELL\\eo_activity', 'TREE': '*', 'SECTS': '**', 'SUBSECT': '*background*', 'SUBSUB': '**', 'FILE': '*', 'SUFFIX': 'xml'} => C:\Users\DELL\eo_activity/*/**/*background*/**/*.xml
files 579
***** section_files introduction 579
file C:\Users\DELL\eo_activity\PMC7514039\sections\1_body\0_introduction\0_title.xml
findfont: Font family ['Helvetica'] not found. Falling back to DejaVu Sans.
findfont: Font family ['Helvetica'] not found. Falling back to DejaVu Sans.
tool: C:\Users\DELL\CEVOpen\dictionary\eoActivity\eo_activity\activity
 [('antioxidant', 66), ('antifungal', 59), ('derivative', 9), ('antiprotozoal', 8), ('antiseptic', 7), ('cytotoxicity', 7), ('analgesic', 7), ('antiparasitic', 5), ('cosmetics', 4), ('anxiolytic', 4), ('antispasmodic', 3)]
MOVE make_dictionary
<dictionary title='C:\Users\DELL\CEVOpen\dictionary\eoActivity\eo_activity\activity'>
  <entry term=`antifungal'/>
  <entry term=`antioxidant'/>
  <entry term=`antiseptic'/>
  <entry term=`cosmetics'/>
  <entry term=`cytotoxicity'/>
  <entry term=`analgesic'/>
  <entry term=`antispasmodic'/>
  <entry term=`anxiolytic'/>
  <entry term=`antiparasitic'/>
  <entry term=`derivative'/>
  <entry term=`antiprotozoal'/>
</dictionary>
finished search

C:\Users\DELL\openDiagram\physchem\python>