Skip to content

Commit 2d35d9f

Browse files
committed
Add berkeley parser
1 parent 74f4479 commit 2d35d9f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ data/output/**
88

99
misc/stanford-parser
1010
misc/EVALB
11+
misc/berkeleyparser
1112
.clang_complete
1213

1314
# Created by https://www.gitignore.io/api/python

misc/install_berkeley_parser.sh

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/bash
2+
3+
git clone https://github.com/slavpetrov/berkeleyparser

0 commit comments

Comments
 (0)