Update README.md
Browse files
README.md
CHANGED
@@ -22,15 +22,14 @@ This dataset contains all inputs needed as well as outputs of running the full p
|
|
22 |
* keywords
|
23 |
* exact_search
|
24 |
* ```baunvo_keywords.csv```: Results y/n of keywords found in documents relating to baunvo and article 13b.
|
25 |
-
* ```hochwasser_keywords.csv```: Results of keywords found in documents relating to "hochwasser", e.g. hqhäufig and hq100
|
26 |
* fuzzy_search:
|
27 |
-
* ```keyword_dict_hochwasser.json```:
|
28 |
* contains 7 csv files with results of fuzzy key search for keywords. The file name indicates the key being searched for and the text around this keyword is extracted in a row for each document
|
29 |
* raw
|
30 |
* images: images from [here](https://huggingface.co/datasets/DSSGxMunich/nrw-bplan-images) can be added to this folder
|
31 |
* links:
|
32 |
* ```NRW_BP.geojson```: The file downloaded from the NRV geoportal, containing all raw data on URLs to land parcel bplans.
|
33 |
-
* ```land_parcels.geojson```: A processed version of NRW_BP.geojson
|
34 |
* ```NRW_BP_parsed_links.csv```: A csv formatted version of NRW_BP.geojson.
|
35 |
|
36 |
* text:
|
@@ -41,7 +40,7 @@ This dataset contains all inputs needed as well as outputs of running the full p
|
|
41 |
* ```knowledge_agent_output.json```: Is a toy example for 10 files of the output of the pipeline for the knowledge agent (merging of results in ```nrw/bplan/knowledge_extraction_agent```)
|
42 |
* clean
|
43 |
* ```document_texts.xlsx```: See [here](https://huggingface.co/datasets/DSSGxMunich/document_text) for more information
|
44 |
-
* ```exact_keyword.xlsx```:
|
45 |
* ```fuzzy_keyword.xlsx```: Is the merged version of the files found in ```nrw/bplan/fuzzy_search````
|
46 |
* ```knowledge_agent.xlsx```: The .xlsx version of ```nrw/bplan/knowledge_agent_output.json```)
|
47 |
* ```land_parcels.xlsx```: See [here](https://huggingface.co/datasets/DSSGxMunich/land_parcels) for more information
|
|
|
22 |
* keywords
|
23 |
* exact_search
|
24 |
* ```baunvo_keywords.csv```: Results y/n of keywords found in documents relating to baunvo and article 13b.
|
|
|
25 |
* fuzzy_search:
|
26 |
+
* ```keyword_dict_hochwasser.json```: Results of keywords found in documents relating to "hochwasser", e.g. hqhäufig and hq100
|
27 |
* contains 7 csv files with results of fuzzy key search for keywords. The file name indicates the key being searched for and the text around this keyword is extracted in a row for each document
|
28 |
* raw
|
29 |
* images: images from [here](https://huggingface.co/datasets/DSSGxMunich/nrw-bplan-images) can be added to this folder
|
30 |
* links:
|
31 |
* ```NRW_BP.geojson```: The file downloaded from the NRV geoportal, containing all raw data on URLs to land parcel bplans.
|
32 |
+
* ```land_parcels.geojson```: A processed version of NRW_BP.geojson.
|
33 |
* ```NRW_BP_parsed_links.csv```: A csv formatted version of NRW_BP.geojson.
|
34 |
|
35 |
* text:
|
|
|
40 |
* ```knowledge_agent_output.json```: Is a toy example for 10 files of the output of the pipeline for the knowledge agent (merging of results in ```nrw/bplan/knowledge_extraction_agent```)
|
41 |
* clean
|
42 |
* ```document_texts.xlsx```: See [here](https://huggingface.co/datasets/DSSGxMunich/document_text) for more information
|
43 |
+
* ```exact_keyword.xlsx```: This corresponds to baunvo_keywords.csv.
|
44 |
* ```fuzzy_keyword.xlsx```: Is the merged version of the files found in ```nrw/bplan/fuzzy_search````
|
45 |
* ```knowledge_agent.xlsx```: The .xlsx version of ```nrw/bplan/knowledge_agent_output.json```)
|
46 |
* ```land_parcels.xlsx```: See [here](https://huggingface.co/datasets/DSSGxMunich/land_parcels) for more information
|