-
Notifications
You must be signed in to change notification settings - Fork 200
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
Convert HTML tables to Markdown tables #4
Conversation
@jabalazs thanks for the PR! Are you planning to convert the other remaining tables? As for Table 3, we will think about how to best split it. |
I just finished converting the remaining tables! As for table 3, just tell me whenever you make a decision and I'll convert it as well. |
@jabalazs Awesome! Okay, you can go ahead and split table 3 into two tables (Dependency Parsing and Constituency Parsing) and you can include the descriptions below for the two tables. How about that? Descriptions for Table 3 Table 3.2: Constituency Parsing |
Sounds good! I'll split it now then. |
- Move score descriptions to table headers - Change table titles accordingly - Change "F1 Score" to "F1 %" for consistency with the other tables
I'm converting HTML tables to markdown following kramdown specifications, as suggested in #1.
I still haven't converted table 3 because the HTML version contains multi-line cells, which kramdown doesn't support. Should we keep the HTML version? or perhaps separate that table into 2 separate tables, one for dependency parsing, and another for constituency parsing?