Skip to content

Commit 0753df1

Browse files
authored
doc(README.md): Typo fixes
1 parent a6a984b commit 0753df1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ extraction from a solution `Project.sln` will only succeed if running
101101

102102
### Extractor Structure
103103
Data extraction is split into two projects:
104-
* `ExpressionDataExtractor`: This is the actual command-line utility and with
104+
* `ExpressionDataExtractor`: This is the actual command-line utility with
105105
some code to find and build C# projects in a directory tree.
106106
* `SourceGraphExtractionUtils`: This project contains the actual extraction
107107
logic. Almost all of the interesting logic is in `GraphDataExtractor`, which
@@ -215,8 +215,8 @@ There are four different model types implemented:
215215
but then relies on a 2-layer GRU to construct the target expression.
216216
* `seq2seq`: An ablation using both a sequence encoder for the program context
217217
as well as a sequence decoder.
218+
218219
All models have a wide range of different hyperparameters.
219-
220220
As these choices influence the format of tensorised data, both `tensorise.py`
221221
and `train.py` need to be re-run for every variation:
222222
```

0 commit comments

Comments
 (0)