Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

newest version of my code #1

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Compiled Object files
*.slo
*.lo
*.o
*.obj

# Precompiled Headers
*.gch
*.pch

# Compiled Dynamic libraries
*.so
*.dylib
*.dll

# Fortran module files
*.mod

# Compiled Static libraries
*.lai
*.la
*.a
*.lib

# Executables
*.exe
*.out
*.app
7 changes: 0 additions & 7 deletions BUILD

This file was deleted.

15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,15 @@
# expected_governor
find expected governor given parse forest
@author ytdu ([email protected])

Find the expected governors given a parse forest.

Usage:[
-input <input path (Default=test.predict)>
-output <output path (Default=stdout)>
-rule_path <binary rule path (Default=data/tcrf_rule)>
-head_rule_path<binary headrule path (Default=data/binary_headrules)>
-debug
]

Reference:
Helmut Schmid and Mats Rooth: Parse forest Computation of Expected Governors. ACL'2001
5 changes: 0 additions & 5 deletions WORKSPACE

This file was deleted.

Loading