Filter_Stopwords ( Text )
simple one function stopwords remover
Average rating: 4.6 (32 votes) Log in to vote
ThomasSeidler - Show more from this author
The Good Book Company Ltd http://www.thegoodbook.co.uk |
text = "The Good and Book of Company";
Filter_Stopwords ( text )
& "¶" &
Filter_Stopwords ( lower(text) )
)
good book company"
// i.e. capitalized stopwords stay in, unless you use 'lower' on text
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
Removes stopwords [a very long list provided via a uni] from text. Defaults to only removing lower case stopwords, so fairly simple.
Comments
chris, detroit Oct 26, 2016 |
||
is anyone else getting an error at "text = " " & text & " ";" using fmp 13 thanks |
||
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.