Skip to content

Commit

Permalink
0.1.1 version
Browse files Browse the repository at this point in the history
  • Loading branch information
sabn0 committed Apr 11, 2023
1 parent e3ac029 commit e287823
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,7 @@ for (i, mut constituency) in sequences.into_iter().enumerate() {
// build plot from tree
let mut tree2plot: Tree2Plot = Structure2PlotBuilder::new(tree);
tree2plot.build(save_to);
}
```

#### Dependency
Expand Down Expand Up @@ -183,9 +181,7 @@ for (i, mut dependency) in sequences.into_iter().enumerate() {
// build plot from conll
let mut conll2plot: Conll2Plot = Structure2PlotBuilder::new(conll);
conll2plot.build(save_to);
}
```

## References
Expand Down

0 comments on commit e287823

Please sign in to comment.