Skip to content

Commit 2309b71

Browse files
committed
Add reference
1 parent f2f91fd commit 2309b71

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/references/bib.bib

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2311,3 +2311,16 @@ @article{fukushima:2015a
23112311
volume = {282},
23122312
year = {2015},
23132313
}
2314+
2315+
@article{porter:1980,
2316+
abstract = {The automatic removal of suffixes from words in English is of particular interest in the field of information retrieval. An algorithm for suffix stripping is described, which has been implemented as a short, fast program in BCPL. Although simple, it performs slightly better than a much more elaborate system with which it has been compared. It effectively works by treating complex suffixes as compounds made up of simple suffixes, and removing the simple suffixes in a number of steps. In each step the removal of the suffix is made to depend upon the form of the remaining stem, which usually involves a measure of its syllable length.},
2317+
author = {Michael F. Porter},
2318+
journal = {Program},
2319+
doi = {10.1108/eb046814},
2320+
issn = {00330337},
2321+
number = {3},
2322+
pages = {130--137},
2323+
title = {{An algorithm for suffix stripping}},
2324+
volume = {13},
2325+
year = {1980},
2326+
}

0 commit comments

Comments
 (0)