Gender text test.
category: general [glöplog]
Hmm,. interesting.
For my case, it can't decide :)
Then I thought jff to try Maddox's articles.
Lol,. doesn't work.
For my case, it can't decide :)
Then I thought jff to try Maddox's articles.
Lol,. doesn't work.
Forgot the link (It was based on some research from two linguists to find an algorithm or something to perform this)
do you mean this one?
ok, better refresh the bbs next time before posting (:
So, what does it say about others? Or what would it say about a big pile of text from "the random text BBS thread"?
for the first two paragraphs of "Lorem ipsum..." it gives the following results:
Female Score: 0
Male Score: 36
The Gender Genie thinks the author of this passage is: male!
...and it's right, Cicero was male! wow, miracle! kthxbai.
Female Score: 0
Male Score: 36
The Gender Genie thinks the author of this passage is: male!
...and it's right, Cicero was male! wow, miracle! kthxbai.
I pasted in the bbs warning. Score:
Words: 217
(NOTE: The genie works best on texts of more than 500 words.)
Female Score: 370
Male Score: 280
The Gender Genie thinks the author of this passage is: female!
Words: 217
(NOTE: The genie works best on texts of more than 500 words.)
Female Score: 370
Male Score: 280
The Gender Genie thinks the author of this passage is: female!
I pasted all the texts in this thread and I got:
Words: 201
(NOTE: The genie works best on texts of more than 500 words.)
Female Score: 60
Male Score: 295
The Gender Genie thinks the author of this passage is: male!
So, it works atm. Maybe if we accumulate? :)
Words: 201
(NOTE: The genie works best on texts of more than 500 words.)
Female Score: 60
Male Score: 295
The Gender Genie thinks the author of this passage is: male!
So, it works atm. Maybe if we accumulate? :)
Quote:
But although the researchers achieved an 80 percent accuracy rate, Gender Genie correctly guessed an author's sex only about half the time.
impressive..
Hehe
Nah,. only the bicycle test works ;P
copy paste the old testament in it and see if God is a woman!
I think Maali is on to something....
actually im cold turkey today
Quote:
But although the researchers achieved an 80 percent accuracy rate, Gender Genie correctly guessed an author's sex only about half the time.
hmmm.... I wonder what my former math teacher would have to say about that...
btw: while paniq seems to be male indeed, the gender genie identifies a longer blog entry of kebby as being written by a female...
and i got the same result with my own little gender genie, only it took a lot less effort and works perfectly even with a total number of zero words as input:
bool is_male = (rand() % 2) == 1;
printf(is_male ? "male" : "female");
bool is_male = (rand() % 2) == 1;
printf(is_male ? "male" : "female");
Quote:
I can do science me
forgot the
srand(time()); ...
srand(time()); ...
just #define rand() 4 and you have a conforming implementation of it. srand can be a no-op then.
"raytracing, sure" gives 786 vs 569..
"raytracing, sure" gives 786 vs 569..
Maybe there was a better version somewhere else on the net. Didn't read that before about 50% but was funny to read it here :)
Though it really looked like 50% some times :P
hcdt, that has a problem. I would use a md5($text)&0x1 to make the same text always show the same result
texel: okay, good advice... but then again, IMHO the rand() version stresses my point a little bit better
That appears to be quite a simplicistic test. You can do so much better.