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

Convert HTML tables to Markdown tables #4

Merged
merged 9 commits into from
Oct 29, 2018
Merged

Convert HTML tables to Markdown tables #4

merged 9 commits into from
Oct 29, 2018

Conversation

jabalazs
Copy link
Contributor

@jabalazs jabalazs commented Oct 29, 2018

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?

@omarsar
Copy link
Owner

omarsar commented Oct 29, 2018

@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.

@jabalazs
Copy link
Contributor Author

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.

@omarsar
Copy link
Owner

omarsar commented Oct 29, 2018

@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.1: Dependency Parsing (UAS/LAS = Unlabeled/labeled Attachment Score; WSJ = The Wall Street Journal Section of Penn Treebank)

Table 3.2: Constituency Parsing

@jabalazs
Copy link
Contributor Author

jabalazs commented Oct 29, 2018

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
@omarsar omarsar merged commit a20c2e6 into omarsar:master Oct 29, 2018
@jabalazs jabalazs changed the title [WIP] Convert HTML tables to Markdown tables Convert HTML tables to Markdown tables Oct 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants