Updated GSoC 2014 (markdown)

Mikhail Korobov 2014-02-11 08:12:53 -08:00
parent 3704eba6f0
commit 87a9848ac1
1 changed files with 27 additions and 15 deletions

@ -294,11 +294,15 @@ Scrapely is a library for extracting structured data from HTML pages. Given some
### Replacing html regexp+python parsing with a c-based parser
Brief explanation: ---
Expected results: ---
Required skills: ---
Skill level: ---
Mentor: Shane Evans
**Brief explanation**: ---
**Expected results**: ---
**Required skills**: ---
**Skill level**: ---
**Mentor**: Shane Evans
Shane:
> e.g. gumbo parser, would need to research.
@ -306,22 +310,30 @@ Shane:
### Better table support in scrapely
Brief explanation: ---
Expected results: ---
Required skills: ---
Skill level: ---
Mentor: Mikhail Korobov
**Brief explanation**: ---
**Expected results**: ---
**Required skills**: ---
**Skill level**: ---
**Mentor**: Mikhail Korobov
Shane:
> (no need to annotate as much, or table-specific annotations)
### Support extracting fields in arbitrary order
Brief explanation: ---
Expected results: ---
Required skills: ---
Skill level: ---
Mentor: Shane Evans
**Brief explanation**: ---
**Expected results**: ---
**Required skills**: ---
**Skill level**: ---
**Mentor**: Shane Evans
Shane:
> (interesting, bit of research, testing, etc.), or just where we have tables (or similar) and the field name is in one column with the value in another (easier version of the problem)