Skip to content

Commit c8302d1

Browse files
committed
Link to newly available login-forms source.
Also, don't say "ruleset" in a link if it doesn't point right at the ruleset.
1 parent a453d1d commit c8302d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/zoo.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Recognizers
2020
* **Username field.** This is the username or (as is increasingly the case) email field of the login form. The ruleset finds the precise ``<input>`` element for form fill. Validation accuracy: 99.38% of 162 candidate tags across 64 pages, including ones with no login forms or with adversarial constructs like password-change, credit-card, and shipping forms.
2121
* **Next button.** The Log In button or, for multi-page login flows, whatever you click to advance to the next step. This was the more challenging recognizer, since there is a wider diversity of both markup and text for these constructs. Validation accuracy: 97.14% of 490 candidate tags across 64 pages. There is plenty of signal left on the table, so more invested time should give us another percentage point or two. (The whole project was timeboxed to about 3 weeks.)
2222

23-
This application predates our modern, GitHub-compatible corpus storage format. A repo link will follow once we get files down to a size that GitHub will accept.
23+
`Login Forms ruleset source <https://github.com/mozilla-services/fathom-login-forms/blob/master/trainees.js>`_
2424

2525
Smoot: Page Classification
2626
==========================
@@ -35,7 +35,7 @@ Recognizers
3535
* **Article.** A page whose main attraction is prose to read. It’s too early to measure accuracy.
3636
* **“Techie” Article.** An article aimed at a computer-savvy audience. This is intended for audience segmentation. It’s too early for numbers here as well.
3737

38-
`Smoot ruleset source <https://github.com/mozilla-services/fathom-smoot>`_
38+
`Smoot source <https://github.com/mozilla-services/fathom-smoot>`_
3939

4040
Price Tracker
4141
=============

0 commit comments

Comments
 (0)