Socialanalyse – Versuch einer Formel

Ausgehend von der fortlaufenden Entwicklungsarbeit am Projekt „Socialanalyse“ ergibt sich der folgende Versuch eines Bewertungsalgorithmus.

//… basisanalyse
procedure analysiere_text;
=> scrape text
procedure tag_social;
=> hashtagscraper f. social
procedure social_publ;
=> publishscraper f. social
procedure vorschl;
=> kw-vorschlagscraper

Vgl_SocialTags = 0;
for lauf = Social1 to SocialX do
begin
vgl_socialtags:=(wdf(text_kw)+wdf(tags_social(lauf))/2;
end;
vgl_socialpubl =0;
for lauf = socialpubl1 to socialpublx do
begin
vgl_socialpubl1:=(wdf(text_kw)+wdf(social_publ(lauf))/2;
end;
vgl_vorschl =0;
vgl_vorschl:=(wdf(text_kw)+wdf(vorschl))/2;
erg_basis_analyse:=vgl_socialtags+vgl_socialpubl+vgl_vorschl;

Schreibe einen Kommentar