Commit 88e11b07 authored by Mateusz Pawlik's avatar Mateusz Pawlik
Browse files

Added section for estimated time.

parent a82631c7
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -26,3 +26,7 @@ Execute the following to download and prepare the dataset.
```bash
./download_prepare.sh
```

## Estimated time

Less than a minute.
+4 −0
Original line number Diff line number Diff line
@@ -72,3 +72,7 @@ awk '!/{www{key{homepages/' dblp_sorted.bracket > dblp_no_www_sorted.bracket

### Encoding
In case of encoding error follow the steps on this webpage: [https://www.thomas-krenn.com/de/wiki/Perl_warning_Setting_locale_failed_unter_Debian](https://www.thomas-krenn.com/de/wiki/Perl_warning_Setting_locale_failed_unter_Debian).

## Estimated time

Partially listed in Steps. Total time to be measured.
 No newline at end of file
+5 −1
Original line number Diff line number Diff line
@@ -30,3 +30,7 @@ Execute to download all necessary files, convert them into bracket notation and
```bash
./download_prepare.sh
```

## Estimated time

To be measured.
 No newline at end of file
+5 −1
Original line number Diff line number Diff line
@@ -25,3 +25,7 @@ Execute to download all necessary files and convert it into bracket notation.
```bash
./download_prepare.sh
```

## Estimated time

Less than a minute.
 No newline at end of file
+4 −0
Original line number Diff line number Diff line
@@ -43,3 +43,7 @@ Execute to sort the dataset by tree size.
```bash
./sort_dataset.sh swissprot.bracket
```

## Estimated time

To be measured.