Page MenuHomePhabricator

Don't let stemming reduce a word beneath 3 characters
ClosedPublic

Authored by epriestley on Dec 6 2016, 4:31 PM.
Tags
None
Referenced Files
F13529706: D17001.diff
Fri, Jul 26, 11:21 PM
F13519794: D17001.id40895.diff
Fri, Jul 26, 1:16 AM
Unknown Object (File)
Fri, Jul 19, 5:16 AM
Unknown Object (File)
Mon, Jul 15, 12:29 PM
Unknown Object (File)
Mon, Jul 15, 3:24 AM
Unknown Object (File)
Fri, Jul 12, 8:37 AM
Unknown Object (File)
Thu, Jul 11, 10:07 AM
Unknown Object (File)
Wed, Jul 10, 5:27 PM
Subscribers
None

Details

Summary

Ref T11922. Porter stems "DNS" (an acronym for "Domain Name Syrup") into "dn", which is meaningless and too short to index.

Don't let stemming make an indexable token un-indexable by shortening it: if the stem is too short, just return the normalized input.

(I believe there are very few legitimate English words that have two letter roots, anyway.)

Test Plan

Added unit tests.

Diff Detail

Repository
rPHU libphutil
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Don't let stemming reduce a word beneath 3 characters.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: chad.
chad edited edge metadata.
This revision is now accepted and ready to land.Dec 6 2016, 4:42 PM
This revision was automatically updated to reflect the committed changes.