NAME
NNexus::StopWordList
- A stop word list for mathematical texts
SYNOPSIS
use NNexus::StopWordList;
$stop_words_hashref = stop_words_ref();
DESCRIPTION
This class provides an example stopword list for the specific domain of mathematical texts. It builds on the excellent list from Lingua::EN::StopWordList with a number of modifications particular to mathematical discourse.
The modifications have been collected during the development of PlanetMath.org and NNexus since their inception. Currently, this module contains almost exactly 700 words.
METHODS
$stop_words_hashref = stop_words_ref();
-
Each call creates a new stopwords hash and returns a reference to it.
AUTHOR
Deyan Ginev <d.ginev@jacobs-university.de>
COPYRIGHT
Research software, produced as part of work done by
the KWARC group at Jacobs University Bremen.
Released under the MIT License (MIT)