Skip to content

Commit

Permalink
Cleaning up
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Kummerfeld committed Aug 12, 2015
1 parent ab30829 commit 7c39eab
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,14 +82,12 @@ For the error analysis runs the files produced are:
- classified.berkeley.test_trees - The test trees
- classified.berkeley.gold_trees - The gold trees

For the coloured output it can help to view the files as follows:
For the coloured output it can help to view the files as follows (with `-x3` to avoid the trees getting too wide):

```
less -x3 <filename>
```

That way the trees don't get too wide. Also, if you are having trouble seeing the colours, make sure you are using a tool that interprets [ANSI escape codes](http://en.wikipedia.org/wiki/ANSI_escape_code#Support). Some people have told me that they needed to use less with the '-R' flag for them to work.

## Questions?

Q: How can I make a bar figure like in the papers?
Expand Down Expand Up @@ -121,10 +119,9 @@ And then wrote:
Q: What do I need to do to see the colours in the output files?

If you are not seeing colours when you look at the output files (e.g. by
running "less <filename>") it may be because your terminal is not interpreting
raw ANSI escape codes (http://en.wikipedia.org/wiki/ANSI_escape_code#Support).
For 'less' this can be changed by passing the '-R' flag (or '-r').

running `less <filename>`) it may be because your terminal is not interpreting
raw [ANSI escape codes](http://en.wikipedia.org/wiki/ANSI_escape_code#Support).
For `less` this can be changed by passing the `-R` flag (or `-r`).

Q: Other questions?

Expand Down

0 comments on commit 7c39eab

Please # to comment.