Displaying 2 results from an estimated 2 matches for "begriff".
Did you mean:
begriffs
2020 Jan 10
1
FYI: intention to remove mail subject prefix & footer text
...ation SMTP servers when mailman delivers
messages.
The solution is to disable any feature in mailman which modifies
parts of the mail validated by the DKIM signature. This means removing
the subject prefix and the mail body header. Further information on
this approach can be seen here:
https://begriffs.com/posts/2018-09-18-dmarc-mailing-list.html
QEMU has made the same change on their mailing list last year:
https://lists.gnu.org/archive/html/qemu-devel/2019-09/msg00416.html
If you are currently doing mail filtering / sorting based on the subject
prefix, you will need to change to use the...
2007 Mar 20
2
Strange Results For Term Frequencies
...(but the 0.10.9-mswin32 binaries from the ferret gem show the same
behavior), and ruby
version 1.8.5.
Has anybody an explanation for that or do I misuse something?
require ''rubygems''
require ''ferret''
$KCODE=''u''
text = <<END_OF_TEXT
Der Begriff Entgelt (n.; Plural "Entgelte") bezeichnet die in einem
Vertrag...
END_OF_TEXT
class StemAnalyzer < Ferret::Analysis::Analyzer
def token_stream(field, str)
return
Ferret::Analysis::StemFilter.new(Ferret::Analysis::StandardTokenizer.new(str),"german")
end
end
puts &q...