Commit c9ee2fe4 authored by pirapakaran's avatar pirapakaran
Browse files

Update README.md

parent f5ccf552
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -57,8 +57,6 @@ Prerequisite for this step is the previous download of the concept-net-assertion
> **Input:**
>> Inputfile: path to unzipped conceptnet-assertions-5.6.0.csv
>
> 
>
> **Output:** is the concept_graph_full
```python
python src/graph_model/conceptnet2graph.py /"path_to_unziped_conceptnet-assertions-5.6.0.csv_File"
@@ -72,7 +70,6 @@ In this step we construct the subgraph for each sentence. <br>
>> Inputfile: Path to train or test data <br>
>> Graphpath path to ConceptNet Graph <br>
>> Outputpath: spezifies path to folder where the output will be saved to    
    
>
> **Output:** 
>> 
@@ -98,7 +95,6 @@ Inputfiles need to follow the aforementioned Inputformat
>> Outputpath: path to txt.file where extracted knowledgepaths can be saved <br>
>
> **Output**

>> Output: .txtfile with knowledgepaths for each sentence

```python