-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject_structure.txt
88 lines (86 loc) · 3.89 KB
/
project_structure.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
Sightline3/
.DS_Store
requirements.txt
train_spacy_ner.py
ner_pipeline.py
Dockerfile
print_structure.py
project_structure.txt
README.md
setup.py
.gitignore
docker-compose.yml
main.py
annotation_debug.log
tests/
models/
spacy_ner/
best_model/
tokenizer
config.cfg
meta.json
ner/
moves
cfg
model
vocab/
vectors
lookups.bin
strings.json
key2row
vectors.cfg
configs/
categories.json
config.yaml
fields.json
scripts/
data/
annotated/
b309baef8d277884bd66fcf3f8961351_invinity.com__indian-energy-announces-cec-funded-long-duration-energy-storage-project_.spacy
29bee8e24afa191e895178250d926997_formenergy.com__form-energy-announces-pilot-with-great-river-energy-to-enable-the-utilitys-transition-to-an-affordable-reliable-and-renewable-electricity-grid_.spacy
de2307441ab3d23ddeb4a1eb5fabbee3_www.energytech.com__microgrids_article_21212463_san-diego-utility-selects-3mwh-in-ess-iron-flow-battery-capacity-for-community-microgrid.spacy
20f3e1285c7dd4dd0be448efb1689dad_www.energy-storage.news__enel-green-power-espana-solar-farm-to-be-paired-with-8-5mwh-of-iron-flow-batteries-from-ess-inc_.spacy
e52e531c87caae533d09cda718c6cc18_invinity.com__wp-content_uploads_2022_12_Invinity-VS3-022-Vanadium-Flow-Battery-Data-Sheet-MAR00016-2022-11.pdf.spacy
1fad73cb0a54a455e1a952a6834cdad0_formenergy.com__form-energy-partners-with-xcel-energy-on-two-multi-day-energy-storage-projects_.spacy
b309baef8d277884bd66fcf3f8961351_eepower.com__news_cec-awards-31-million-for-tribal-long-duration-energy-storage_.spacy
dcfed2e5dcfece79d955351b3329e69f_yadlamalkaenergy.com__project_.spacy
8c364a24be611259eeefb31d2c87d3d1_www.globenewswire.com__en_news-release_2018_01_08_1285006_0_en_HCP-Installing-Primus-Power-Energy-Storage-Systems-at-Life-Science-Buildings.html.spacy
ebd3bd75726bae78d6c79dd4fee740ff_www.linkedin.com__posts_hyme_energystorage-horizoneurope-2lipp-activity-6996752004840579072-R82N.spacy
c75b44f0f483b2aec7646f30fded2f51_www.osti.gov__servlets_purl_1869222.spacy
97c18e8b42bcdb2045d53931bf02f6a7_energy-nest.com__masdar-pilot_.spacy
7d9925c8d623d7995cdf7d8a9dc2f9e9_www.energy.ca.gov__filebrowser_download_725.spacy
09f8a56174aa4d6cc22e6960ba0b2ff3_essinc.com__iron-flow-chemistry_.spacy
c5f7d0a18090f4335f522b17a213e747_www.osti.gov__servlets_purl_1869222.spacy
01f5501014566bafb687379f41fd9696_www.mgathermal.com__pilot.spacy
b938cc820c9a9345ba85d6d4adcb87c3_www.newtimesslo.com__sanluisobispo_another-energy-storage-facility-could-come-to-the-central-coast_Content.spacy
processed/
c24b38519b61df8658dd3a9feeb8443f_investors.essinc.com__news_news-details_2023_ESS-to-Deploy-Long-Duration-Energy-Storage-Technology-with-Turlock-Irrigation-District-to-Drive-Decarbonization-and-Water-Conservation_default.aspx.json
7d9925c8d623d7995cdf7d8a9dc2f9e9_antoraenergy.com__tpv.json
raw/
venv311/
pyvenv.cfg
share/
man/
man1/
isympy.1
notebooks/
src/
__init__.py
database/
db_operations.py
pipeline/
rule_based_extraction.py
ner_pipeline.py
__init__.py
data_cleaning.py
data_validation.py
utils/
__init__.py
helpers.py
models/
train_spacy_ner.py
__init__.py
data/
ingestion.py
annotation.py
__init__.py